@charset "utf-8";
/***************************************************************************
 *
 * FAQ
 *
 ***************************************************************************/

body {
    color: #333333;
}

#breadcrumb {
    margin-top: 17px;
}


/* areaFirst */

.areaFirst {
    margin-top: 64px;
}

.areaFirst .inner {
    display: flex;
    justify-content: space-between;
}

.areaFirst .firstPhoto {
    width: 48.1%;
}

.areaFirst .firstPhoto img {
    width: 100%;
}

.areaFirst .firstText {
    width: 48.1%;
    font-size: 16px;
    letter-spacing: -0.79px;
    line-height: 2.25;
    transform: translateY(-8px);
}


/* areaQuestion */

.areaQuestion {
    margin-top: 110px;
}

.areaQuestion .questionTitle {
    font-size: 36px;
    color: #023f98;
    border-bottom: 2px solid #023f98;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    letter-spacing: -0.9px;
    padding-bottom: 22px;
    margin-bottom: 65px;
}

.areaQuestion .questionItem {
    width: 100%;
    background-color: #f7f9f8;
    padding: 0 0 12px;
}

.areaQuestion .questionItem + .questionItem {
    margin-top: 15px;
}

.areaQuestion .questionItem .questionAsk {
    position: relative;
    padding: 53px 39px 39px;
    padding-left: calc(67px + 39px);
}

.areaQuestion .questionItem .questionAsk:before {
    content: "";
    position: absolute;
    top: calc(50% + 10px);
    left: 41px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: url(../images/faq/icon-Q.png) no-repeat;
    background-size: cover;
}

.areaQuestion .questionItem .questionAsk a {
    position: relative;
    display: block;
    font-size: 24px;
    color: #094296;
    letter-spacing: -0.2px;
    padding-right: 50px;
}

.areaQuestion .questionItem .questionAsk a:before {
    content: "";
    position: absolute;
    top: -3px;
    right: 1px;
    width: 40px;
    height: 40px;
    background: url(../images/faq/icon-show.png) no-repeat;
    transform: rotate( 180deg);
    transition: all 0.5s;
    background-size: cover;
}

.areaQuestion .questionItem.show .questionAsk .rotateIcon:before {
    transform: rotate( 0deg);
}

.areaQuestion .questionItem .questionContent {
    display: none;
    padding: 0 39px;
}

.areaQuestion .questionContent .wrapContent {
    padding-top: 39px;
    padding-bottom: 52px;
    border-top: 1px solid #023f98;
}

.areaQuestion .questionContent .questionText {
    position: relative;
    padding-left: 73px;
    line-height: 2.14;
    letter-spacing: -0.7px;
}

.areaQuestion .questionContent .questionText:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 2px;
    width: 50px;
    height: 50px;
    background: url(../images/faq/icon-A.png) no-repeat;
    background-size: cover;
}

.areaQuestion .questionContent .questionIntroduce {
    display: flex;
    align-items: flex-end;
    padding-left: 71px;
    margin-top: 30px;
}

.areaQuestion .questionIntroduce .introducePhoto {
    width: 47%;
}

.areaQuestion .questionIntroduce .introducePhoto img {
    width: 100%;
    height: 289px;
}

.areaQuestion .questionIntroduce .introduceBtn {
    display: inline-block;
    width: 440px;
    margin-left: 50px;
    text-align: center;
    transform: translateY(-1px);
}

.areaQuestion .questionIntroduce .introduceBtn a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 20px;
    background-image: -webkit-linear-gradient( 135deg, rgb(9, 66, 150) 29%, rgb(0, 107, 190) 66%);
    background-image: -ms-linear-gradient( 135deg, rgb(9, 66, 150) 29%, rgb(0, 107, 190) 66%);
    background-image: linear-gradient( 135deg, rgb(9, 66, 150) 29%, rgb(0, 107, 190) 66%);
    font-weight: 500;
    padding: 21px 0 23px;
}

.areaQuestion .questionIntroduce .introduceBtn a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background: #fff;
}

.areaQuestion .listIntroduce {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 6px 0 72px;
    width: 100%;
    margin: 54px 0 0;
}

.areaQuestion .listIntroduce li {
    width: calc(100% / 3 - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
    border: 1px solid #023f98;
    padding: 33px 29px 40px;
}

.areaQuestion .listIntroduce li:nth-child(3n) {
    margin-right: 0;
}

.areaQuestion .listIntroduce .introduceTitle {
    line-height: 1.9;
}

.areaQuestion .listIntroduce .introduceImg {
    margin-top: 17px;
}

.areaQuestion .listIntroduce .introduceImg img {
    height: 140px;
    width: 100%;
}

.areaQuestion .questionPhoto {
    text-align: center;
    margin-top: 25px;
}

.areaQuestion .questionPhoto img {
    max-width: 320px;
}

.areaQuestion .questionBtn {
	display: table;
    width: 425px;
    min-height: 78px;
    margin: 50px auto 0;
    text-align: center;
    transform: translateX(-11px);
}

.areaQuestion .questionBtn a {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    color: #023f98;
    line-height: 1.25;
    border: 1px solid #023f98;
}

.areaQuestion .questionBtn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9;
    width: 40px;
    height: 1px;
    background: #023f98;
    transition: all .8s;
}
.areaQuestion .questionBtn:hover:before {
	background: #FFF;
}


/* frequentlyQuestions */

.frequentlyQuestions {
    margin-top: 156px;
}

.frequentlyQuestions .listQuestionBtn {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.frequentlyQuestions .listQuestionBtn li {
    display: table;
    min-height: 78px;
    width: calc(100% / 3 - 32px);
    margin-right: 46px;
    margin-bottom: 40px;
    position: relative;
}

.frequentlyQuestions .listQuestionBtn li:nth-child(3n) {
    margin-right: 0;
}

.frequentlyQuestions .listQuestionBtn li a {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #023f98;
    line-height: 1.25;
    border: 1px solid #023f98;
    text-align: center;
}

.frequentlyQuestions .listQuestionBtn li:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 9;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background: #023f98;
    transition: all .8s;
}
.frequentlyQuestions .listQuestionBtn li:hover:before {
	background: #FFF;
}

.areaContact {
    margin-top: 284px;
}

@media(min-width: 769px) {
    .hoverBtn {
        transition: all .8s;
    }
    .hoverBtn:hover {
        background: #023f98;
        color: #fff !important;
    }
    .hoverBtn:hover:before {
        background: #fff !important;
    }
    .rotateIcon.hover:hover {
        opacity: 0.8;
    }
}

@media(max-width: 768px) {
    .areaFirst .inner {
        flex-direction: column;
    }
    .areaFirst .firstPhoto {
        width: 100%;
    }
    .areaFirst .firstText {
        width: 100%;
        font-size: 14px;
        margin-top: 34px;
        letter-spacing: 0;
    }
    /* areaQuestion */
    .areaQuestion {
        margin-top: 30px;
    }
    .areaQuestion .questionTitle {
        font-size: 24px;
        border-bottom: 1px solid #023f98;
        padding-bottom: 8px;
        transform: none;
        margin-bottom: 35px;
    }
    .areaQuestion .questionItem {
        padding: 5px 10px 8px;
    }
    .areaQuestion .questionItem + .questionItem {
        margin-top: 10px;
    }
    .areaQuestion .questionItem .questionAsk a {
        font-size: 16px;
        padding-right: 40px;
    }
    .areaQuestion .questionItem .questionAsk:before {
        top: calc(50% + 1px);
        left: 0;
        width: 35px;
        height: 35px;
    }
    .areaQuestion .questionItem .questionAsk {
        padding: 25px 0;
        padding-left: 46px;
    }
    .areaQuestion .questionItem .questionAsk a:before {
        top: 0;
        width: 35px;
        height: 35px;
    }
    .areaQuestion .questionItem .questionContent {
        padding: 0;
    }
    .areaQuestion .questionContent .wrapContent {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .areaQuestion .questionContent .questionText:before {
        top: 0;
        width: 35px;
        height: 35px;
    }
    .areaQuestion .questionContent .questionText {
        padding-left: 50px;
    }
    .areaQuestion .questionContent .questionIntroduce {
        flex-direction: column;
        padding: 0;
    }
    .areaQuestion .questionIntroduce .introducePhoto {
        width: 90%;
        margin: 0 auto;
    }
    .areaQuestion .questionIntroduce .introduceBtn {
        width: 280px;
        margin: 29px auto 0;
    }
    .areaQuestion .questionIntroduce .introduceBtn a {
        font-size: 14px;
        padding: 17px 0;
    }
    .areaQuestion .listIntroduce {
        flex-direction: column;
        padding: 0;
        margin: 20px 0 30px;
    }
    .areaQuestion .listIntroduce li {
        width: 90%;
        margin: 20px auto 0;
        padding: 20px;
    }
    .areaQuestion .listIntroduce li:nth-child(3n) {
        margin-right: auto;
    }
    .areaQuestion .listIntroduce .introduceImg img {
        height: 100%;
    }
    .areaQuestion .questionBtn {
        width: 280px;
        min-height: 64px;
        margin: 30px auto 0;
        transform: translateX(0);
    }
    .areaQuestion .questionBtn a {
        font-size: 14px;
    }
    .areaQuestion .questionBtn:before {
        width: 30px;
    }
    /* frequentlyQuestions */
    .frequentlyQuestions {
        margin-top: 44px;
    }
    .frequentlyQuestions .listQuestionBtn {
        flex-direction: column;
    }
    .frequentlyQuestions .listQuestionBtn li {
        width: 300px;
        min-height: 65px;
        margin: 20px auto 0;
    }
    .frequentlyQuestions .listQuestionBtn li:before {
    	width: 35px;
    }
    .frequentlyQuestions .listQuestionBtn li:nth-child(3n) {
        margin-right: auto;
    }
    .areaContact {
        margin-top: 60px;
    }
}