@charset "shift-jis";

/* --------------------------------------------------------------------
Financial Academy

Style Info: Q&A settings

-------------------------------------------------------------------- */

/* -----------------------------------------------------
1. Layout
----------------------------------------------------- */
*{ box-sizing: border-box;}
body{ font-size: 16px;}
#topicPath{
  font-size: 12px;
  margin-bottom: 50px;
}
#main{
  background-color: #f3f3f2;
  margin: 0 auto;
}

nav{ font-size: 100%;}
img{ max-width: 100%;}
button{
  width: 100%;
  display: block;
  border: 0;
  outline: 0;
  color: inherit;
  font-size: 1rem;
}

.text_s{ font-size: .8em;}

.va_bottom{ vertical-align: bottom;}

.caution{
  text-align: left;
  font-size: 13px;
  margin-top: 10px;
}

section .inner,
.section .inner{
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 35px 0;
}

@media screen and (max-width: 599px){
  body{ font-size: 14px;}
  #topicPath{ display: none;}
}

/* title
--------------------------- */
.ttl_bd_btm{
  text-align: center;
  font-size: 30px;
  font-weight: normal;
}
.ttl_bd_btm::after{
  content: "";
  display: block;
  border-bottom: 3px solid #1c236d;
  width: 115px;
  margin: 20px auto 60px;

}
.ttl_qa_h2 {
  margin-bottom: 30px;
  font-size: 124%;
  font-weight: bold;
}
.ttl_qa_h3{
  color: #1c236d;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}
.ttl_qa_h4{
  font-size: 100%;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px){
  .ttl_bd_btm{ font-size: 22px;}
  .ttl_bd_btm::after{
    width: 80px;
    margin: 10px auto 40px;
  }
}

/* tabs
--------------------------- */
.tabs{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.tabs li{
  cursor: pointer;
  position: relative;
  padding: 1em .5em;
  width: 32.5%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #1c236d;
  color: #fff;
  line-height: 1.3;
  text-align: center;
}
.tabs li.col_2{ background: #5e76a7;}
.tabs li.col_1{ background: #44a1c5;}
.tabs li.col_3{ background: #7e678d;}
.tabs li[aria-selected="true"]{ padding: 1.3em .5em;}
.tabs li .icn{
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: .8em;
}
.tabs li .icn img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 599px) {
  .tabs li {
    height: 85px;
    font-size: 12px;
    padding: 0.5em;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tabs li[aria-selected="true"]{
    height: 95px;
    justify-content: flex-start;
    padding: 0.5em;
  }
  .tabs li .icn{
    display: block;
    margin: 0 auto 10px;
  }
}
.tab_content{
  background-color: #fff;
  border: 2px solid #1c236d;
  padding: 10px;
}
.tab_content.col_2{ border-color: #5e76a7;}
.tab_content.col_1{ border-color: #44a1c5;}
.tab_content.col_3{ border-color: #7e678d;}
.tab_content[aria-hidden="true"]{ display: none;}

/* .menu_faq
--------------------------- */
.menu_faq > ul > li{
  background-color: #f3f3f2;
}
.menu_faq button{
  background-color: #f3f3f2;
  padding: 20px 10px;
  text-align: left;
  display: flex;
  cursor: pointer;
}
.menu_faq li > ul{ background-color: #f3f3f2;}
.menu_faq li > ul button.active{
  color: #fff;
  background-color: #1c236d;
}
.menu_faq li > ul li + li > button[aria-selected="true"]{ border-top: 1px solid #f3f3f2;}
.col_2 .menu_faq > ul > li,
.col_2 .menu_faq button,
.col_2 .menu_faq li > ul{ background-color: #e0e5ef;}
.col_2 .menu_faq > ul > .active,
.col_2 .menu_faq .active button,
.col_2 .menu_faq .active > ul{ background-color: #c5cee0;}
.col_2 .menu_faq li > ul button.active{ background-color: #5e76a7;}
.col_2 .menu_faq li > ul li + li > button[aria-selected="true"]{ border-top: 1px solid #c5cee0;}
.col_1 .menu_faq > ul > li,
.col_1 .menu_faq button,
.col_1 .menu_faq li > ul{ background-color: #deecf5;}
.col_1 .menu_faq > ul > .active,
.col_1 .menu_faq .active button,
.col_1 .menu_faq .active > ul{ background-color: #bfdde9;}
.col_1 .menu_faq li > ul button.active{ background-color: #44a1c5;}
.col_1 .menu_faq li > ul li + li > button[aria-selected="true"]{ border-top: 1px solid #bfdde9;}
.col_3 .menu_faq > ul > li,
.col_3 .menu_faq button,
.col_3 .menu_faq li > ul{ background-color: #e5e3e9;}
.col_3 .menu_faq > ul > .active,
.col_3 .menu_faq .active button,
.col_3 .menu_faq .active > ul{ background-color: #cfc8d5;}
.col_3 .menu_faq li > ul button.active{ background-color: #7e678d;}
.col_3 .menu_faq li > ul li + li > button[aria-selected="true"]{ border-top: 1px solid #cfc8d5;}

/* 中カテゴリの掉拏アイコン */
.menu_faq button .icn{
  width: 25px;
  height: 25px;
  display: inline-block;
  background-color: #1c236d;
  border-radius: 100%;
  vertical-align: top;
  flex: 0 0 25px;
  margin-right: 1em;
  position: relative;
}
.col_2 .menu_faq button .icn{ background-color: #5e76a7;}
.col_1 .menu_faq button .icn{ background-color: #44a1c5;}
.col_3 .menu_faq button .icn{ background-color: #7e678d;}
.menu_faq button .icn::before,
.menu_faq button .icn::after{
  content: "";
  background-color: #fff;
  position: absolute;
  width: 15px;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.menu_faq button .icn::before{
  width: 1px;
  height: 15px;
}
.menu_faq .active .icn::before{ content: none;}

/* 擣カテゴリの矢印 */
.menu_faq li > ul button::before{
  content: "";
  flex: 0 0 auto;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #1c236d;
  border-bottom: 2px solid #1c236d;
  margin-top: .5em;
  margin-right: 1em;
  transform: rotate(-45deg);
}
.col_2 .menu_faq li > ul button::before{ border-color: #5e76a7;}
.col_1 .menu_faq li > ul button::before{ border-color: #44a1c5;}
.col_3 .menu_faq li > ul button::before{ border-color: #7e678d;}

.menu_faq li > ul button.active::before{ border-color: #fff;}

@media screen and (min-width: 600px){
  .wrap_faq{
    display: flex;
  }
  .menu_faq{
    flex: 0 0 320px;
  }
  .menu_faq li > ul{ padding: 0 10px 10px;}
}

@media screen and (max-width: 599px){
  .menu_faq{ margin-bottom: 30px;}
}

/* .conts_faq
--------------------------- */
.conts_faq{ width: 100%;}
.conts_faq [aria-hidden="true"]{ display: none;}
@media screen and (min-width: 600px){
  .conts_faq{
    padding: 20px 15px 0 25px;
  }
}

/* Q&A column
--------------------------- */
.qaClm{ margin-bottom: 20px;}

/* .box_question */
.box_question{
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cfcfcf;
  cursor: pointer;
}
.box_question > div{ display: table-cell;}
.box_question .txt{
  line-height: 1.6;
  padding-left: 10px;
  vertical-align: middle;
  width: 100%;
  word-break: break-word;
  position: relative;
  transition: all .3s;
}
.box_question:hover .txt{
  font-size: .998em;
  font-weight: bold;
}
.box_question .txt p{ padding-right: 40px;}
.box_question .txt .arw{
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .3s;
}
.box_question .txt .arw::before{
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  margin: .5em 0 auto auto;
  transform: rotate(-45deg);
  position: absolute;
  right: 12px;
  top: 3px;
}
.box_question:hover .txt .arw,
.box_question.active .txt .arw{ background-color: #c36380;}
.box_question:hover .txt .arw::before{ border-color: #fff;}
.box_question.active .txt .arw::before{
  border-color: #fff;
  transform: rotate(45deg);
  right: 10px;
  top: 1px;
}
@media screen and (max-width: 701px){
  .box_question{ font-size: 16px;}
}

/* .box_answer */
.box_answer{
  padding-bottom: 15px;
  border-bottom: 1px solid #cfcfcf;
}
.box_answer > div{ display: table-cell;}
.box_answer .txt{
  line-height: 1.6;
  padding-left: 10px;
  vertical-align: middle;
  width: 100%;
  word-break: break-word;
  position: relative;
  transition: all .3s;
}
.box_answer .txt p{
  background: rgba(196, 99, 128, .08);
  padding: 1em;
}
.box_answer .link_mail{
  text-decoration: underline;
  color: #333;
}
.box_answer .link_mail:hover{ color: #009;}
.icn_mail > svg{ height: 1em;}

/* .icn */
.box_question .icn,
.box_answer .icn{ width: 30px;}

.circle_q {
  color: #fff;
  background-color:#1c236d;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  font-size:18px;
}
.col_2 .circle_q{ background-color: #5e76a7;}
.col_1 .circle_q{ background-color: #44a1c5;}
.col_3 .circle_q{ background-color: #7e678d;}

.circle_a {
  color: #fff;
  background-color:#c36380;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  font-size:18px;
}
