@charset "UTF-8";

.inner {
    font-size: 18px;
    line-height: 1.89;
}

.anchor-about {
    background-image: url(../img/anchor_about_on.png);
}
.anchor-answer {
    background-image: url(../img/anchor_answer_on.png?v=20190917);
}
.anchor-news {
    background-image: url(../img/anchor_news_on.png);
}

.about {
    padding: 138px 0px 0px;
    width: 100%;
}
.about h2 {
    padding-right: 13px;
}
.about h2:before {
    position: absolute;
    content: url(../img/icon_about_big.png);
    top: -79px;
    left: 0;
    right: 0;
}
.about-inner {
    margin-top: 56px;
    position: relative;
    height: 880px;
}
.about-inner p {
    width: 380px;
    padding-bottom: 94px;
    text-align: left;
    position: absolute;
    line-height: 2.0;
}
.about-inner img {
    z-index: 3;
}
.about .about-p01 {
    background-color: #fff;
    right: calc(50% - 137px);
    padding-left: 294px;
    padding-right: 214px;
    padding-top: 109px;
}
.about .about-img01 {
    position: absolute;
    left: calc(50% - 40px);
    top: 60px;
}
.about .about-p02 {
    background-color: #d8f1ff;
    padding: 143px calc(50% - 472px) 90px 242px;
    position: absolute;
    left: calc(50% - 150px);
    top: 348px;
}
.about .about-img02 {
    position: absolute;
    right: calc(50% - 46px);
    bottom: 0;
}
.about .about-btn {
    display: block;
    width: 500px;
    height: 100px;
    margin: 60px auto 0;
    background: url(../img/btn_more_on.png) bottom center no-repeat;
    background-size: 100% auto;
}
.question {
    margin-bottom: 138px;
}
.question-inner {
    position: relative;
    width: 1000px;
    padding: 90px 0 64px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../img/question_bg.png);
    background-repeat: no-repeat;
    background-position: bottom right 134px;
}
.question-before {
    position: absolute;
    top: -40px;
    left: 126px;
}
.question .question-list {
    padding-right: 42px;
}
.question-inner:after {
    position: absolute;
    content: url(../img/question_after.png);
    left: calc(50% - 41px);
    bottom: -43px;
}

.answer {
    padding: 109px 0 80px;
}
.answer h2 img{
    margin-left: 50px;
}
.answer h2:before {
    position: absolute;
    content: url(../img/icon_answer_big.png);
    top: -78px;
    left: 0;
    right: 0;
}
.answer h2:after {
    content: url(../img/dot_line_9.png);
    right: 1px;
}
.QandA {
    width: 1000px;
    margin: 60px auto;
    background-color: #fff;
    padding: 50px 0 2px;
}
.QandA-box {
    position: relative;
    text-align: left;
    padding: 92px 50px 60px;
}
.QandA-box h3 {
    position: absolute;
    top: 0;
    left: -11px;
}
.QandA-box p {
    padding: 0 50px 0;
}
.QandA-box > img {
    padding-top: 38px;
}
.QandA .box-03 {
    margin-top: -9px;
    padding-bottom: 59px;
}
.QandA .box-03 > img {
    padding-top: 41px;
    margin-left: -6px;
}
.QandA .box-04 {
    padding-bottom: 47px;
}

.QandA-box .note {
    display: block;
    font-size: 16px;
    margin-top: 1px;
}
.QandA-box .two-column{
    display: flex;
    padding-top: 29px;
    padding-left: 49px;
    margin-bottom: -2px;
}
.QandA-box .two-column p{
    width: 440px;
    padding-right: 41px;
    padding-left: 0px;
    margin-top: -9px;
}
.QandA-box .two-column img + img {
    margin-left: 21px;
}

.support-list {
    padding: 12px 0px 14px 69px;
    line-height: 1.83;
}
.support-list .underline {
    display: inline-block;
    border-bottom: solid 2px #f9853f;
    height: 30px;

}
.answer .linkbtn {
    background-image: url(../img/btn_more_on.png);
}

.message .linkbtn {
    background-image: url(../img/btn_more_on.png);
}