@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

body    {
    color: #111111;
}
.l-lp-inner-wrap   {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}
.text-size-28   {
    font-size: 28px;
}
.bg-gray    {
    background-color: #F7F7F7;
}
.bg-yellow  {
    background-color: #FFF9E6;
}
.bg-blue    {
    background-color: #E2F1FD;
}
.blue-box   {
    border-radius: 30px;
    background-color: #E2F1FD;
    padding: 30px 60px;
    margin-bottom: 94px;
}
.mv {
    background-image: url(/sp/oshietedoctor/images/mv-bg.png);
    background-repeat: repeat-x;
    margin-bottom: 75px;
}

.con-wrap   {
    max-width: 840px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}
.problem-wrap   {
    padding-top: 55px;
}
.about-wrap {
    margin-top: 100px;
    margin-bottom: 140px;
}
.movie-wrap {
    padding-bottom: 155px;
}
.sv-wrap    {
    padding-top: 60px;
}
.sv-text    {
    width: 545px;
    margin: 0 auto;
}
.qa-wrap    {
    padding-top: 50px;
    padding-bottom: 70px;
}
.agreement-wrap {
    padding-top: 70px;
    padding-bottom: 70px;
}
.text-color-blue    {
    color: #0F72CE;
}
.helpo-ac {
    border-bottom: solid 1px #343434;
}
.helpo-ac .accordion-box {
    padding-bottom: 20px;
}
.helpo-ac .accordion-title {
    border: none;
    margin: 0;
    color: #0F72CE;
    padding-left: 10px;
}
.helpo-ac .q::before, .helpo-ac .a::before {
    font-weight: bold;
    float: left;
    padding-top: 3px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    text-align: center;
    width: 40px;
    height: 40px;
    position: relative;
    top: -1px;
    border-radius: 50%;
    font-size: 20px;
}
.helpo-ac .q span {
    display: table;
    font-size: 20px;
    font-weight: bold;
}
.helpo-ac .a span {
    display: table;
    font-size: 20px;
}
.helpo-ac span a   {
    font-size: 20px;
    font-weight: bold;
}
.helpo-ac .q::before {
    content: "Q";
    background-color: #0F72CE;
    color: #fff;
}
.helpo-ac .a::before {
    content: "A";
    background-color: #fff;
    border: solid 2px #1172CD;
    color: #1172CD;
}
.white-box  {
    padding: 10px 50px;
    background-color: #fff;
    border-radius: 40px;
}
.agreement-text-btm {
    margin-bottom: 70px;
}
.y-wrap {
    border-radius: 10px;
}
@media (max-width: 768px) {
    .text-size-28 {
        font-size: 20px;
    }
    .mv {
        margin-bottom: 35px;
    }
    .mv-sp-adjust   {
        margin-top: 45px;
    }
    .con-wrap   {
        width: 100%;
    }
    .sv-text    {
        width: 100%;
    }
    .blue-box   {
        padding: 15px;
        margin-bottom: 45px;
    }
    .problem-wrap   {
        padding-top: 25px;
    }
    .about-wrap {
        margin-top: 50px;
        margin-bottom: 70px;
    }
    .movie-wrap {
        padding-bottom: 75px;
    }
    .sv-wrap    {
        padding-top: 30px;
    }
    .qa-wrap    {
        padding-top: 25px;
        padding-bottom: 35px;
    }
    .agreement-wrap {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .agreement-text-btm {
        margin-bottom: 35px;
    }
    .fill-gap   {
        display: block;
    }
    .helpo-ac .q span {
        font-size: 16px;
    }
    .helpo-ac .a span, .helpo-ac .a span a {
        font-size: 16px;
        font-weight: normal;
    }
    .helpo-ac .q::before, .helpo-ac .a::before {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    .helpo-ac .q::before, .helpo-ac .a::before {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
}