﻿
a {
  text-decoration: none;
}

.top_fix {
   position: fixed;
   z-index: 999;
   top: 0;
   left: 20;
   width: 100%;
   height: 50px;
   padding: 20;
  background: #ffffff;
  box-sizing: border-box;
}  

.top_lists {
   display: flex;
   margin: 10 10 10 10 ;
   padding: 0;

}  
.top_list {
   float: left;
   list-style: none;           /* ★2:リストの先頭記号を消す */
}  
.top_listb1 {
   float: left;
   list-style: none;           /* ★2:リストの先頭記号を消す */
   width: 100px;
   height: 24px;
}  

.menu_lists {
   display: flex;
   float: left;
   background-color: #e0e0e0;  /* メニュー項目の背景色 */
   list-style: none;           /* ★2:リストの先頭記号を消す */
   position: relative;         /* ★3:サブメニュー表示の基準位置にする */
}  

.menu_ul{
   display: flex;
   list-style: none;           /* ★2:リストの先頭記号を消す */
   margin: 0 auto;
   padding: 0;
   text-align: center;
   font-size: 15px;
   }
.menu_li{
   width: 100px;
   height: 25px;
   list-style: none;           /* ★2:リストの先頭記号を消す */
   }
.menu_li a{
   width: 100%;
   padding: 10px 0;
   text-decoration: none;
   color: #000;
   }
.menu_li_cr{
   width: 100px;
   height: 25px;
   background-color: #DEEBF7;
   list-style: none;           /* ★2:リストの先頭記号を消す */
   }
.menu_li_cr a{
   color: #555;
   }
.menu_li:hover{
   background-color: #FFF2CC;
   }

.slide_1 {
      width: 600px;
}


.gaiyo_lists {
   display: flex;
   position: relative;         /* ★3:サブメニュー表示の基準位置にする */
}  
.gaiyo_list {
   float: left;
   list-style: none;           /* ★2:リストの先頭記号を消す */
}  
.gaiyo_list1 {
   list-style: none;           /* ★2:リストの先頭記号を消す */
   width: 300px;
}  


/* -------FAQ inex --------------------- */

.faqix_ul{
   display: flex;
   list-style: none;           /* ★2:リストの先頭記号を消す */
   margin: 0 auto;
   padding: 0;
   text-align: center;
   font-size: 15px;
   }
.faqix_li{
   width: 120px;
   height: 18px;
   list-style: none;           /* ★2:リストの先頭記号を消す */
   border: 2px solid #0080ff;
   border-radius: 8px;
   margin: 5px 10px 0px 0px;
   padding: 2px;
   display: inline-block;
   }

@media(max-width:800px){
    .faqix_ul{
        /*追加*/flex-wrap: wrap;
    }
    .faqix_li{
        /*追加*/width: 30%;
    }
}

/* -------FOOTER --------------------- */

.foot{
    width: 100%;
    height: 100px;
    background-color: #1f4b83;
    color: #ffffff;
}
.foot_ul {
    margin: 0 0;
    display: flex;
    list-style: none;           /* ★2:リストの先頭記号を消す */
    text-align: center;
    color: #ffffff;

}
.foot_li {
    width: 100px;
    height: 25px;
    display: inline;
}
.foot_li a{
    color: #ffff80;
    display: inline;

}

.btn_10{
    position: relative;
}


/* -------FAQ --------------------- */

 .ttl_line2 {
  font-weight: bold;
  border-left: 5px solid #4c9ac0;
  border-bottom: 1px solid #B4B4B4;
  padding: 0.25em 0 0.3em 0.5em;
}

.faq-qst1 {
    background-color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    z-index: 1;
    margin: 0px;
    padding: 0px;

}
.faq-asw1 {
 /*   height: 0;  */
 /*   display: flex;  */
    display : none;
    overflow:  auto;
    transition: 0.2s;
    background-color: #d9d9d9;
    color: #004f9d;
    align-items: center;
    margin-left: 1em;
    padding: 0px 0px 0px 10px ;
}
.js-qst1.is-active + .faq-asw1 {
  /*  height: 45px;   */
      display : flex;

}


p.qst0 {
  color: #09357f;
  font-size: 12px;
  font-weight: bold;
}
p.qst1 {
  color: #09357f;
  font-size: 12px;
  font-weight: bold;
}
p.qst1:hover {
        text-decoration: underline;
        text-decoration-color: red;
}
p.asw0 {
        background: #f2f2f2;
        margin-left: 1em;
        padding: 10px;
}
p.asw1 {
        display: none;
        font-size: 12px;
        background: #f2f2f2;
        margin-left: 1em;
        padding: 0px 0px 10px 10px ;
}
