@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_kabu{ background: #5e76a7;}
.tabs li.col_fudo{ background: #44a1c5;}
.tabs li.col_kyouyou{ 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: .5em 0;
        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: .5em 0;
    }
    .tabs li .icn{
        display: block;
        margin: 0 auto 10px;
    }
}

.tab_content{
    background-color: #fff;
    border: 2px solid #1c236d;
    padding: 10px;
}
.tab_content.col_kabu{ border-color: #5e76a7;}
.tab_content.col_fudo{ border-color: #44a1c5;}
.tab_content.col_kyouyou{ border-color: #7e678d;}

.tab_content[aria-hidden="true"]{ display: none;}



/* .menu_faq
--------------------------- */
.menu_faq{
/*    position: sticky;
    top: 0;*/
}
.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_kabu .menu_faq > ul > li,
.col_kabu .menu_faq button,
.col_kabu .menu_faq li > ul{ background-color: #e0e5ef;}
.col_kabu .menu_faq > ul > .active,
.col_kabu .menu_faq .active button,
.col_kabu .menu_faq .active > ul{ background-color: #c5cee0;}
.col_kabu .menu_faq li > ul button.active{ background-color: #5e76a7;}
.col_kabu .menu_faq li > ul li + li > button[aria-selected="true"]{ border-top: 1px solid #c5cee0;}

.col_fudo .menu_faq > ul > li,
.col_fudo .menu_faq button,
.col_fudo .menu_faq li > ul{ background-color: #deecf5;}
.col_fudo .menu_faq > ul > .active,
.col_fudo .menu_faq .active button,
.col_fudo .menu_faq .active > ul{ background-color: #bfdde9;}
.col_fudo .menu_faq li > ul button.active{ background-color: #44a1c5;}
.col_fudo .menu_faq li > ul li + li > button[aria-selected="true"]{ border-top: 1px solid #bfdde9;}

.col_kyouyou .menu_faq > ul > li,
.col_kyouyou .menu_faq button,
.col_kyouyou .menu_faq li > ul{ background-color: #e5e3e9;}
.col_kyouyou .menu_faq > ul > .active,
.col_kyouyou .menu_faq .active button,
.col_kyouyou .menu_faq .active > ul{ background-color: #cfc8d5;}
.col_kyouyou .menu_faq li > ul button.active{ background-color: #7e678d;}
.col_kyouyou .menu_faq li > ul li + li > button[aria-selected="true"]{ border-top: 1px solid #cfc8d5;}

/* ���J�e�S���́{�[�A�C�R�� */
.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_kabu .menu_faq button .icn{ background-color: #5e76a7;}
.col_fudo .menu_faq button .icn{ background-color: #44a1c5;}
.col_kyouyou .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;}

/* ���J�e�S���̖�� */
.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_kabu .menu_faq li > ul button::before{ border-color: #5e76a7;}
.col_fudo .menu_faq li > ul button::before{ border-color: #44a1c5;}
.col_kyouyou .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;
/*        align-items: baseline;*/
    }
    .menu_faq{
        flex: 0 0 320px;
/*        align-self: baseline;*/
    }
    .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_kabu .circle_q{ background-color: #5e76a7;}
.col_fudo .circle_q{ background-color: #44a1c5;}
.col_kyouyou .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;
}



/* �e�Z�ɂł̎��{�X�N�[���ꗗ
--------------------------- */
.ttl_school_list{
    color: #1c236d;
    text-align: center;
    font-size: 1.3em;
    margin-top: 1em;
}
.table_school_list{
    width: 100%;
    font-size: 16px;
    border-collapse: separate;
    border-spacing: 1px;
}
.table_school_list th,
.table_school_list td{
    padding: 10px;
    text-align: center;
    font-weight: normal;
    line-height: 1.2;
    vertical-align: middle;
}
.table_school_list th:first-child {
    width: 20%;
}
.table_school_list thead td:nth-child(odd),
.table_school_list tbody td:nth-child(even){
    background: #F3F3F2;
}

.table_school_list thead th{
    background: #1c236d;
    color: #fff;
}
.table_school_list thead .division th{
    background: #5f6599;
    vertical-align: middle;
}

.table_school_list tbody td{
    width: calc(75% / 4);
}
.table_school_list .kabu > *{
    border-bottom: 1px solid #5E76A7;
    color: #5E76A7;
}
.table_school_list .fudo > *{
    border-bottom: 1px solid #44A1C5;
    color: #44A1C5;
}
.table_school_list .fx > *{
    border-bottom: 1px solid #C36380;
    color: #C36380;
}
.table_school_list .mf > *{
    border-bottom: 1px solid #8A9F55;
    color: #8A9F55;
}
.table_school_list .kyouyou > *{
    border-bottom: 1px solid #7E678D;
    color: #7E678D;
}
.table_school_list .retire > *{
    border-bottom: 1px solid #E16F4E;
    color: #E16F4E;
}

.table_school_list .text_s{ font-size: 10px;}
.table_school_list .btn_map{
    color: #1c236d;
    border: 1px solid;
    padding: 0 .5em;
    border-radius: .5em;
    background: #fff;
}

.table_school_list .schedule-link {
    border-style: solid;
    border-width: 1px;
    border-radius: 1em;
    display: inline-block;
    padding: 5px 10px;
    margin-top: 10px;
}
.table_school_list .kabu .schedule-link{
    border-color: #5E76A7;
    color: #5E76A7;
}
.table_school_list .fudo .schedule-link{
    border-color: #44A1C5;
    color: #44A1C5;
}
.table_school_list .fx .schedule-link{
    border-color: #C36380;
    color: #C36380;
}
.table_school_list .mf .schedule-link{
    border-color: #8A9F55;
    color: #8A9F55;
}
.table_school_list .kyouyou .schedule-link{
    border-color: #7E678D;
    color: #7E678D;
}
.table_school_list .retire .schedule-link{
    border-color: #E16F4E;
    color: #E16F4E;
}
@media screen and (max-width: 599px) {
    .table_school_list .schedule-link {
        padding: 5px 3px;
        font-size: 10px;
        white-space: nowrap;
    }
}

.modal{
    width: 100%;
    max-width: 1000px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.7;
    box-shadow: 0 0 0;
}
.blocker{ z-index: 101;}

.modal.school_list .ttl {
    font-size: 25px;
    line-height: 1.4;
    color: #1c236d;
    text-align: left;
    border-bottom: 1px solid #1c236d;
}
.modal.school_list .item {
    margin-top: 30px;
}
.modal.school_list .item .main .sub_ttl {
    color: #1c236d;
    font-size: 20px;
    line-height: 1.4;
}

@media screen and (min-width: 600px) {
    .sp{ display: none;}

    .modal.school_list .item {
        display: flex;
    }
    .modal.school_list .item .photo {
        width: 27.5%;
    }
    .modal.school_list .item .main {
        width: 72.5%;
        padding-left: 20px;
    }
}

@media screen and (max-width: 599px) {
    .table_school_list {
        font-size: 12px;
    }
    .table_school_list th,
    .table_school_list td{ padding: 10px 3px;}
    .table_school_list tbody td{ vertical-align: middle;}
    .modal.school_list .item .main .sub_ttl{ margin: 1em 0;}
}
