@charset "utf-8";
/* ---------- POINT ---------- */
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
    margin-bottom: 184px;
    padding: 1px 0 62%;
    position: relative;
    height: auto;
    background: url("../img/index/bg01.png") no-repeat bottom center / 100% auto,url("../img/index/main_bg.png") no-repeat center center / cover;
    box-sizing: border-box;
}
.mainVisual .inner {
    width: 1140px;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
}
.mainVisual p {
    margin-left: auto;
    width: 500px;
    color: #6e5241;
    box-sizing: border-box;
}
.mainVisual .title {
    margin-bottom: 8px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 3.8rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.mainVisual .text {
    padding-left: 36px;
    font-size: 2rem;
    line-height: 2.2;
}
#main .service {
    margin-bottom: -1px;
    padding-bottom: 280px;
    background: url("../img/index/bg02.png") no-repeat bottom center / 100% auto;
}
#main .service .inner {
    margin: 0 auto;
    padding: 125px 64px 193px;
    width: 1076px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 46px 0px rgba(64, 104, 167, 0.16);
    border: 2px solid rgb(199, 229, 240);
    box-sizing: border-box;
}
#main .service h2 {
    margin-bottom: 32px;
    padding-bottom: 30px;
    color: #6e5241;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    background: url("../img/common/line01.png") no-repeat bottom center;
}
#main .service h2 span {
    margin-top: 11px;
    display: block;
    font-size: 3.5rem;
}
#main .service .text {
    margin: 0 auto 30px;
    width: 552px;
    line-height: 2;
    text-align: justify;
    text-justify:inter-ideograph;
}
#main .service .imgList {
    margin: -30px auto 113px;
    width: 572px;
}
#main .service .imgList::after {
    width: 158px;
    content: "";
}
#main .service .imgList li {
    margin-top: 30px;
    width: 158px;
}
#main .service .imgList li .pho {
    margin-bottom: 9px;
    width: 156px;
    height: 156px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #85c5dd;
    box-shadow: 2.828px 2.828px 0px 0px rgba(0, 0, 0, 0.1);
}
#main .service .imgList li p {
    margin: 0 -20px;
    color: #6e5241;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}
#main .service .pointBox {
    margin-bottom: 127px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#main .service .pointBox:last-of-type {
    margin-bottom: 0;
}
#main .service .pointBox .photoBox {
    width: 542px;
    position: relative;
}
#main .service .pointBox .photoBox img {
    position: relative;
    z-index: 1;
}
#main .service .pointBox .photoBox::before {
    width: 399px;
    height: 206px;
    position: absolute;
    bottom: -20px;
    right: -18px;
    background-color: #f3f9fc;
    content: "";
}
#main .service .pointBox .textBox {
    margin: -19px 0 0 -105px;
    width: 505px;
    position: relative;
    z-index: 1;
}
#main .service .pointBox .textBox .tag {
    margin: 0 0 8px -10px;
}
#main .service .pointBox .textBox .txt {
    margin: 0 45px 0 auto;
    width: 326px;
    line-height: 2;
    text-align: justify;
    text-justify:inter-ideograph;
}
#main .service .pointBox:nth-of-type(2n) {
    flex-direction: row-reverse;
}
#main .service .pointBox:nth-of-type(2n) .textBox {
    margin: -19px -105px 0 48px;
    width: 346px;
}
#main .service .pointBox:nth-of-type(2n) .textBox .tag {
    margin-left: -7px;
}
#main .consult {
    padding: 205px 0 151px;
    background: #fff url("../img/index/bg03.png") no-repeat bottom center / 100% auto;
}
#main .consult h2 {
    margin-bottom: 14px;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    color: #6e5241;
}
#main .consult h2 span {
    display: block;
    font-size: 2rem;
}
#main .consult .pTop {
    margin-bottom: 64px;
    line-height: 2;
    text-align: center;
}
#main .consult .imgList {
    margin: -23px auto 105px;
    width: 530px;
}
#main .consult .imgList li {
    margin: 23px 32px 0 0;
    width: 108px;
}
#main .consult .imgList li:nth-of-type(4n),
#main .consult .imgList li:last-of-type {
    margin-right: 0;
}
#main .consult .imgList li .pho {
    margin-bottom: 7px;
}
#main .consult .imgList li p {
    color: #6e5241;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}
#main .consult .subBox {
    padding: 71px 65px;
    border-top: 4px dotted #4e4e4e;
}
#main .consult .subBox .imgBox {
    margin-bottom: 19px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
#main .consult .subBox .imgBox .photoBox {
    margin: 14px 27px 0 0;
    width: 340px;
}
#main .consult .subBox .imgBox .textBox {
    width: 410px;
}
#main .consult .subBox .imgBox .textBox .tag {
    margin-bottom: 22px;
}
#main .consult .subBox .imgBox .textBox .tag span {
    padding: 6px 11px 3px;
    display: inline-block;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    background-color: #e06060;
    border-radius: 30px;
}
#main .consult .subBox .imgBox .textBox h3 {
    margin-bottom: 4px;
    color: #6e5241;
    font-size: 2.4rem;
    font-weight: bold;
}
#main .consult .subBox .imgBox .textBox p {
    line-height: 2;
}
#main .consult .subBox .textArea {
    padding: 30px 32px;
    display: flex;
    align-items: center;
    background-color: #e5f3f9;
    border-radius: 8px;
}
#main .consult .subBox .textArea .title {
    margin-right: 28px;
    width: 130px;
    height: 115px;
    color: #448fca;
    font-size: 1.5rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
}
#main .consult .subBox .textArea .text {
    width: 505px;
    line-height: 2;
}
#main .consult .subBox .textArea .text > span {
    position: relative;
    display: inline;
    background: url("../img/common/line03.png") repeat-x bottom 1px center;
}
#main .consult .subBox .textArea .text > span > span {
    position: relative;
    z-index: 1;
}
#main .consult .subBox01 .imgBox {
    margin-bottom: 46px;
}
#main .consult .subBox01 .imgBox .photoBox {
    margin: -12px 72px 0 0;
}
#main .consult .subBox02 {
    margin-bottom: 133px;
    padding: 224px 0 0;
}
#main .consult .subBox02 h3 {
    text-align: center;
    position: relative;
    z-index: 1;
}
#main .consult .subBox02 h3 span {
    padding: 0 22px 0 29px;
    display: inline-block;
    position: relative;
    color: #e06060;
    font-size: 2.5rem;
    font-weight: bold;
    background-color: #fff;
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}
#main .consult .subBox02 h3 span::before {
    width: 162px;
    height: 52px;
    position: absolute;
    top: -68px;
    left: -15px;
    content: "";
    background: url("../img/index/imgtext01.png") no-repeat center center;
}
#main .consult .subBox02 .inner {
    margin-top: -20px;
    padding: 75px 10px 49px 56px;
    background-color: #fbe8e4;
    border-radius: 10px;
}
#main .consult .subBox02 .inner .phoBox {
    margin-right: 35px;
    width: 335px;
}
#main .consult .subBox02 .inner .txtBox {
    margin-top: 11px;
    width: 410px;
}
#main .consult .subBox02 .inner .txtBox .comTtl {
    margin-bottom: 23px;
}
#main .consult .subBox02 .inner .txtBox .comTtl span {
    margin-bottom: 9px;
    padding: 6px 18px 6px 7px;
    color: #6e5241;
    font-size: 2rem;
    background-color: #fff;
}
#main .consult .subBox02 .inner .txtBox .comTtl span:last-of-type {
    margin-bottom: 0;
}
#main .consult .subBox02 .inner .txtBox .comTtl .sml01 {
    padding: 8px 8px 4px 7px;
}
#main .consult .subBox02 .inner .txtBox .txt {
    line-height: 2;
}
#main .consult .btmText {
    margin-bottom: 6px;
    color: #6e5241;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 2.2;
}
#main .faq {
    padding: 241px 0 191px;
}
#main .faq .imgBox {
    margin-bottom: 64px;
    display: flex;
    align-items: flex-start;
}
#main .faq .imgBox:last-of-type {
    margin-bottom: 200px;
}
#main .faq .imgBox .photoBox {
    margin-right: 38px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
}
#main .faq .imgBox .textBox {
    margin-top: 26px;
    padding: 5px 45px 10px;
    position: relative;
    width: 663px;
    min-height: 120px;
    display: flex;
    align-items: center;
    background-color: #fff;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    box-sizing: border-box;
}
#main .faq .imgBox .textBox::before {
    width: 38px;
    height: 79px;
    position: absolute;
    top: 21px;
    left: -37px;
    content: "";
    background: url("../img/index/faq_img01.png") no-repeat center center;
}
#main .faq .imgBox .textBox .tag {
    width: 108px;
    position: absolute;
    top: -15px;
    left: 11px;
    padding: 8px 5px 7px;
    display: inline-block;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    background-color: #e06060;
    border-radius: 5px;
    box-sizing: border-box;
}
#main .faq .imgBox .textBox .text {
    font-size: 2rem;
    line-height: 1.8;
}
#main .faq .imgBoxR {
    justify-content: flex-start;
    flex-direction: row-reverse;
}
#main .faq .imgBoxR .photoBox {
    margin: 0 0 0 34px;
}
#main .faq .imgBoxR .textBox {
    margin-top: 15px;
    padding: 5px 38px 8px;
}
#main .faq .imgBoxR .textBox::before {
    width: 43px;
    height: 98px;
    top: 15px;
    left: auto;
    right: -42px;
    background-image: url("../img/index/faq_img02.png");
}
#main .faq .imgBoxR .textBox .tag {
    left: auto;
    right: 15px;
    background-color: #8dcce3;
}
#main .faq .imgBox01 {
    margin: 74px 0 38px;
}
#main .faq .imgBox01 .textBox {
    margin-top: 0;
}
#main .faq .subBox {
    padding: 61px 61px 41px;
    position: relative;
    background-color: #fff;
    border-radius: 25px;
}
#main .faq .subBox::before {
    margin-left: -50px;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    border: 11px solid #e7f5fa;
    position: absolute;
    top: -51px;
    left: 50%;
    content: "";
    background: url("../img/index/faq_img03.png") no-repeat center center;
}
#main .faq .subBox h3 {
    margin-bottom: 10px;
    color: #6e5241;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 2.2;
}
#main .faq .subBox .infoBox {
    flex-direction: row-reverse;
}
#main .faq .subBox .infoBox .phoBox {
    width: 325px;
}
#main .faq .subBox .infoBox .txtBox {
    margin: 36px 42px 0 0;
    width: 412px;
}
#main .faq .subBox .infoBox .txtBox .title {
    margin-bottom: 13px;
    position: relative;
    text-align: center;
}
#main .faq .subBox .infoBox .txtBox .title::before {
    width: 100%;
    height: 1px;
    position: absolute;
    top: 14px;
    left: 0;
    background-color: #e06060;
    content: "";
}
#main .faq .subBox .infoBox .txtBox .title span {
    padding: 0 35px 0 26px;
    position: relative;
    z-index: 11;
    color: #e06060;
    font-size: 2.1rem;
    font-weight: bold;
    background-color: #fff;
}
#main .faq .subBox .infoBox .txtBox .txt {
    margin: 0 -10px;
    font-size: 2.7rem;
    color: #6e5241;
    font-weight: bold;
    text-align: center;
}
#main .faq .subBox .infoBox .txtBox .txt .sml01 {
    margin-top: 4px;
    display: block;
    font-size: 6.1rem;
}
#main .faq .subBox .infoBox .txtBox .txt .sml02 {
    font-size: 3.9rem;
}
#main .question {
    padding: 241px 0 230px;
    background-color: #fff;
}
#main .question .inner {
    margin-bottom: 150px;
    padding: 124px 80px 105px 66px;
    background-color: #f5fafc;
    border-radius: 20px;
}
#main .question h2 {
    margin-bottom: 54px;
    padding-bottom: 40px;
    color: #2f6a98;
    font-size: 3rem;
    text-align: center;
    background: url("../img/common/line01.png") no-repeat bottom center;
}
#main .question dl {
    margin-bottom: 61px;
    padding: 0 35px 65px 80px;
    border-bottom: 4px dotted #4e4e4e;
}
#main .question dl:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
#main .question dt {
    margin-bottom: 16px;
    padding: 5px 0 0 68px;
    min-height: 51px;
    color: #2f6a98;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.8;
    background: url("../img/index/question_img01.png") no-repeat left top;
}
#main .question dd {
    padding: 10px 0 0 68px;
    min-height: 50px;
    font-size: 2rem;
    line-height: 1.4;
    background: url("../img/index/question_img02.png") no-repeat left top;
}
#main .question .dl01 {
    margin-bottom: 65px;
    padding-bottom: 57px;
}
#main .question .dl01 dt {
    margin-bottom: 36px;
}
#main .question .btmText {
    margin-bottom: 13px;
    color: #6e5241;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 2.2;
}
@media all and (max-width: 896px) {
    .mainVisual {
        margin-bottom: 176px;
        padding-bottom: 120%;
        display: block;
        position: relative;
        background: url("../img/index/sp_bg01.png") no-repeat bottom center / 100% auto,url("../img/index/sp_main_bg.png") no-repeat center center / cover;
    }
    .mainVisual .inner {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        transform: translateX(0);
    }
    .mainVisual p {
        margin: 0 10px;
        width: auto;
        text-align: center;
    }
    .mainVisual .title {
        margin: 24px 0 11px;
        font-size: 2.1rem;
        line-height: 1.43;
        letter-spacing: 0.05em;
    }
    .mainVisual .text {
        padding-left: 0;
        font-size: 1.2rem;
        line-height: 1.5;
    }
    #main .service {
        padding-bottom: 85px;
    }
    #main .service .inner {
        margin: 0 18px;
        padding: 35px 17px 26px;
        width: auto;
        border-radius: 0;
        box-shadow: 4px 4px 6.4px rgba(129, 129, 129, 0.2);
        border: none;
    }
    #main .service h2 {
        margin-bottom: 28px;
        padding-bottom: 16px;
        font-size: 1.2rem;
        letter-spacing: 0.05em;
        background: url("../img/common/sp_line01.png") no-repeat bottom center / 71px auto;
    }
    #main .service h2 span {
        margin-top: 0;
        font-size: 2rem;
    }
    #main .service .text {
        margin-bottom: 30px;
        width: auto;
        line-height: 1.75;
    }
    #main .service .imgList {
        margin: -20px 3px 66px;
        width: auto;
    }
    #main .service .imgList::after {
        width: 30%;
    }
    #main .service .imgList li {
        margin-top: 20px;
        width: 30%;
    }
    #main .service .imgList li .pho {
        margin: 0 auto 10px;
        width: 80px;
        height: 80px;
        background-color: #c1dfea;
        box-shadow: 1.4px 1.4px 0px 0px rgba(0, 0, 0, 0.1);
    }
    #main .service .imgList li .pho img {
        width: 48px;
    }
    #main .service .imgList li p {
        margin: 0 -10px;
        font-size: 1.2rem;
        line-height: 1.3;
    }
    #main .service .pointBox {
        margin-bottom: 74px;
        display: block;
        position: relative;
    }
    #main .service .pointBox .photoBox {
        width: auto;
        box-shadow: 5px 5px 5px rgba(0,0,0,0.08);
    }
    #main .service .pointBox .photoBox img {
        width: 100%;
        z-index: inherit;
    }
    #main .service .pointBox .photoBox::before {
        display: none;
    }
    #main .service .pointBox .textBox {
        margin: -49px 0 0!important;
        width: auto!important;
        position: initial;
    }
    #main .service .pointBox .tag {
        margin: 0!important;
        position: absolute;
        top: -9px;
        left: 13px;
        z-index: 1;
    }
    #main .service .pointBox .textBox .txt {
        margin: 0;
        width: auto;
        line-height: 1.75;
    }
    #main .consult {
        padding: 51px 0 102px;
        background: #fff url("../img/index/sp_bg02.png") no-repeat bottom center / 100% auto;
    }
    #main .consult .content {
        margin: 0 35px;
    }
    #main .consult h2 {
        font-size: 2rem;
    }
    #main .consult h2 span {
        margin-top: 5px;
        font-size: 1.4rem;
    }
    #main .consult .pTop {
        margin-bottom: 28px;
    }
    #main .consult .imgList {
        margin: -15px 8px 34px;
        width: auto;
    }
    #main .consult .imgList li {
        margin: 15px 0 0 0;
        width: 25%;
    }
    #main .consult .imgList li .pho {
        margin: 0 auto 5px;
        width: 82%;
        text-align: center;
    }
    #main .consult .imgList li p {
        font-size: 1.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.12;
    }
    #main .consult .subBox {
        padding: 24px 0;
        border-top: 2px dotted #4e4e4e;
    }
    #main .consult .subBox .imgBox {
        margin-bottom: 22px!important;
        display: block;
    }
    #main .consult .subBox .imgBox .photoBox {
        margin: 0 auto!important;
        width: 89.5%!important;
        text-align: center;
    }
    #main .consult .subBox .imgBox .textBox {
        margin-top: -1px;
        width: auto;
    }
    #main .consult .subBox .imgBox .textBox .tag {
        margin-bottom: 8px;
    }
    #main .consult .subBox .imgBox .textBox .tag span {
        padding: 5px 14px 3px;
        font-size: 1.2rem;
    }
    #main .consult .subBox .imgBox .textBox h3 {
        margin-bottom: 7px;
        font-size: 1.7rem;
    }
    #main .consult .subBox .imgBox .textBox p {
        line-height: 1.75;
    }
    #main .consult .subBox .textArea {
        padding: 15px 11px 12px;
        display: block;
        border-radius: 0;
    }
    #main .consult .subBox .textArea .title {
        margin: 0 0 10px;
        padding: 7px 5px 5px;
        width: 100%;
        height: auto;
        display: block;
        text-align: center;
        border-radius: 0;
        box-sizing: border-box;
    }
    #main .consult .subBox .textArea .text {
        width: auto;
        line-height: 1.75;
        text-align: justify;
        text-justify:inter-ideograph;
    }
    #main .consult .subBox02 {
        margin-bottom: 0;
        padding: 106px 0 0;
    }
    #main .consult .subBox02 h3 span {
        padding: 6px 49px 6px 56px;
        font-size: 2rem;
        line-height: 1.3;
        box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
    }
    #main .consult .subBox02 h3 span::before {
        width: 149px;
        height: 47px;
        top: -57px;
        left: -18px;
        background: url("../img/index/sp_imgtext01.png") no-repeat center center / 149px auto;
    }
    #main .consult .subBox02 .inner {
        margin: -34px -18px 0;
        padding: 64px 10px 15px;
        border-radius: 0;
    }
    #main .consult .subBox02 .inner .infoBox {
        display: block;
    }
    #main .consult .subBox02 .inner .phoBox {
        margin: 0 16px 0 8px;
        width: auto;
        text-align: center;
    }
    #main .consult .subBox02 .inner .txtBox {
        margin-top: 24px;
        width: auto;
    }
    #main .consult .subBox02 .inner .txtBox .comTtl {
        margin-bottom: 14px;
    }
    #main .consult .subBox02 .inner .txtBox .comTtl span {
        font-size: 1.5rem;
    }
    #main .consult .subBox02 .inner .txtBox .txt {
        margin: 0 8px;
        line-height: 1.75;
    }
    #main .faq {
        padding: 70px 0 75px;
    }
    #main .faq .imgBox {
        margin-bottom: 64px;
    }
    #main .faq .imgBox:last-of-type {
        margin-bottom: 108px;
    }
    #main .faq .imgBox .photoBox {
        margin-right: 2px;
        width: 73px;
        height: 73px;
    }
    #main .faq .imgBox .textBox {
        margin-top: -2px;
        padding: 17px 5px 9px 14px;
        width: calc(100% - 75px);
        min-height: 0;
        display: block;
        box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }
    #main .faq .imgBox .textBox::before {
        width: 29px;
        height: 19px;
        top: 40px;
        left: -20px;
        background: url("../img/index/sp_faq_img01.png") no-repeat center center / 29px auto;
    }
    #main .faq .imgBox .textBox .tag {
        width: auto;
        top: -11px;
        left: 16px;
        padding: 6px 11px 5px;
        font-size: 1.2rem;
        border-radius: 3px;
    }
    #main .faq .imgBox .textBox .text {
        font-size: 1.3rem;
    }
    #main .faq .imgBoxR .photoBox {
        margin: 0 0 0 10px;
    }
    #main .faq .imgBoxR .textBox {
        margin-top: -9px;
        padding: 13px 15px 8px;
        width: calc(100% - 83px);
        min-height: 72px;
    }
    #main .faq .imgBoxR .textBox::before {
        width: 37px;
        height: 29px;
        top: auto;
        bottom: 26px;
        left: auto;
        right: -27px;
        background: url("../img/index/sp_faq_img02.png") no-repeat center center / 37px auto;
    }
    #main .faq .imgBoxR .textBox .tag {
        left: auto;
        background-color: #448fca;
    }
    #main .faq .imgBox01 {
        margin: -15px 0 38px;
    }
    #main .faq .imgBox01 .textBox {
        margin-top: 0;
        padding-bottom: 13px;
    }
    #main .faq .imgBox01 .textBox::before {
        bottom: 12px;
    }
    #main .faq .imgBox02 .textBox {
        margin-top: 12px;
    }
    #main .faq .imgBox02 .textBox::before {
        top: 19px;
        left: -18px;
    }
    #main .faq .subBox {
        padding: 83px 17px 22px;
        border-radius: 0;
    }
    #main .faq .subBox::before {
        margin-left: -45px;
        width: 71px;
        height: 70px;
        border: 10px solid #e7f5fa;
        top: -45px;
        background: url("../img/index/sp_faq_img03.png") no-repeat center center / 71px auto;
    }
    #main .faq .subBox h3 {
        margin: 0 25px 42px;
        font-size: 1.6rem;
        line-height: 1.375;
    }
    #main .faq .subBox .infoBox {
        display: block;
    }
    #main .faq .subBox .infoBox .phoBox {
        width: auto;
    }
    #main .faq .subBox .infoBox .phoBox img {
        width: 100%;
    }
    #main .faq .subBox .infoBox .txtBox {
        margin: 0;
        width: auto;
    }
    #main .faq .subBox .infoBox .txtBox .title {
        margin: 0 auto 12px;
        max-width: 230px;
    }
    #main .faq .subBox .infoBox .txtBox .title::before {
        top: 10px;
    }
    #main .faq .subBox .infoBox .txtBox .title span {
        padding: 0 6px;
        font-size: 1.5rem;
    }
    #main .faq .subBox .infoBox .txtBox .txt {
        margin: 0 0 34px;
        font-size: 1.5rem;
    }
    #main .faq .subBox .infoBox .txtBox .txt .sml01 {
        margin-top: -2px;
        font-size: 3.5rem;
    }
    #main .faq .subBox .infoBox .txtBox .txt .sml02 {
        font-size: 2rem;
    }
    #main .question {
        padding: 75px 0 52px;
    }
    #main .question .inner {
        margin-bottom: 70px;
        padding: 26px 17px 24px;
        background-color: #e7f5fa;
        border-radius: 0;
    }
    #main .question h2 {
        margin-bottom: 24px;
        padding-bottom: 12px;
        font-size: 2rem;
        letter-spacing: 0.05em;
        background: url("../img/common/sp_line01.png") no-repeat bottom center / 71px auto;
    }
    #main .question dl {
        margin-bottom: 12px;
        padding: 0 0 20px 0;
        border-bottom: 2px dotted #4e4e4e;
    }
    #main .question dt {
        margin-bottom: 8px;
        padding: 8px 0 5px 37px;
        min-height: 0;
        color: #448fca;
        font-size: 1.3rem;
        line-height: 1.8;
        background: url("../img/index/sp_question_img01.png") no-repeat left center / 30px auto;
    }
    #main .question dd {
        padding: 5px 0 0 37px;
        min-height: 37px;
        font-size: 1.3rem;
        line-height: 1.75;
        background: url("../img/index/sp_question_img02.png") no-repeat left top / 30px auto;
    }
    #main .question .dl01 {
        margin-bottom: 12px;
        padding-bottom: 12px;
    }
    #main .question .dl01 dt {
        margin-bottom: 7px;
    }
    #main .question .btmText {
        margin: 0 -10px 13px;
        font-size: 1.5rem;
        line-height: 1.75;
    }
}
@media all and (max-width: 400px) {
    #main .question dt {
        padding: 0 0 0 37px;
        min-height: 35px;
        background: url("../img/index/sp_question_img01.png") no-repeat left top 5px / 30px auto;
    }
    #main .question dd {
        padding-top: 0;
        background: url("../img/index/sp_question_img02.png") no-repeat left top 7px / 30px auto;
    }
    
}
@media all and (max-width: 374px) {
    #main .consult .subBox02 h3 span {
        padding: 6px 30px;
    }
}
@media all and (max-width: 340px) {
    #main .consult .pTop {
        margin: 0 -10px 28px;
    }
    #main .consult .imgList li p {
        margin: 0 -5px;
        font-size: 1.1rem;
    }
    #main .consult .subBox .imgBox .textBox h3 {
        font-size: 1.5rem;
    }
    #main .consult .subBox02 h3 span {
        padding: 6px 20px;
    }
    #main .consult .subBox02 .inner .txtBox .comTtl span {
        font-size: 1.3rem;
    }
    #main .faq h2 .sml01 {
        padding: 0 72px;
        font-size: 1.8rem;
    }
    #main .faq .subBox h3 {
        margin: 0 10px 42px;
    }
    #main .question .btmText {
        font-size: 1.3rem;
    }
} 
@media all and (-ms-high-contrast:none) {
    #main .consult .subBox .imgBox .textBox .tag span {
        padding: 8px 11px 2px;
    }
    #main .faq .imgBox .textBox {
        padding: 30px  45px 10px;
    }
    #main .faq .imgBox .textBox .tag {
        padding: 10px 5px 4px;
    }
    #main .consult .subBox .textArea .text > span::before {
        bottom: 7px;
    }
}