@charset "UTF-8";
/* Temporary (Nav and Nav trail) */

/* Sub header */
#subheader {
    background: url(../media/subheader_bg.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    color: #6d6d6d;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 10px;
}
.subheader-box {
    position: relative;
    margin: 0 auto;
    max-width: 950px;
}
.subheader-box h1 {
    position: absolute;
    top: 100px;
    left: 30px;
    border-left: 3px solid #c3ad7b;
    padding: 0 0 0 20px;
    font-size: 3.2rem;
}
.subheader-box h1 span {
    display: inline-block;
    font-size: 1.4rem;
}
.subheader-box ul {
    display: flex;
    position: absolute;
    top: 180px;
    left: 30px;
    font-size: 1.2rem;
}
.subheader-box ul li {
    background: #f2e7cd;
    border-radius: 12px;
    margin: 0 10px 0 0;
    padding: 5px 10px;
    height: 24px;
    line-height: 1;
}
@media only screen and (max-width: 1096px) {
    #subheader {
        margin: 80px 0 0;
        height: 200px;
    }
    .subheader-box h1 {
        top: 45px;
        left: 20px;
        font-size: 2.8rem;
    }
    .subheader-box ul {
        top: 130px;
        left: 20px;
    }
}
@media only screen and (max-width: 1024px) {
    #subheader {
        margin: 60px 0 0;
        height: 200px;
    }
    .subheader-box h1 {
        top: 45px;
        left: 20px;
        font-size: 2.8rem;
    }
    .subheader-box ul {
        top: 130px;
        left: 20px;
    }
}
@media only screen and (max-width: 768px) {
    #subheader {
        margin: 45px 0 0;
        height: 200px;
    }
    .subheader-box h1 {
        top: 55px;
        left: 20px;
        font-size: 2.8rem;
    }
    .subheader-box ul {
        top: 130px;
        left: 20px;
    }
}
/* Content */
.container-white {
    padding: 100px 0 0;
    width: 100%;
    font-size: 10px;
}
.container-gold {
    background: url(../media/bg_gold.png) no-repeat;
    background-size: cover;
    padding: 100px 0 0;
    width: 100%;
    font-size: 10px;
}
.container-blue {
    background: url(../media/bg_blue.png) no-repeat;
    background-size: cover;
    padding: 100px 0 0;
    width: 100%;
    font-size: 10px;
}
.container-pink {
    background: url(../media/bg_pink.png) no-repeat;
    background-size: cover;
    padding: 100px 0 0;
    width: 100%;
    font-size: 10px;
}
.content {
    margin: 0 auto;
    padding: 0 25px;
    max-width: 950px;
}
h2 {
    font-size: 2.8rem;
    text-align: center;
}
h3 {
    font-size: 2.0rem;
    line-height: 1;
}
p {
    font-size: 1.6rem;
    line-height: 1.5;
}

label {
    font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
.txt-c {
    text-align: center;
}
.c-gold {
    color: #ae8410;
}
.c-purple {
    color: #a86aae;
}
.f-reverse {
    flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
    .container-white {
        padding: 50px 0 0;
    }
    .container-gold {
        padding: 50px 0 0;
    }
    .container-pink {
        padding: 50px 0 0;
    }
    h2 {
        font-size: 2.4rem;
        line-height: 1.5;
    }
    .txt-c {
        text-align: left;
    }
    .f-reverse {
        flex-direction: row;
    }
}
/* Movie */
.movie {
    margin: 0 auto;
    max-width: 740px;
}
.movie video {
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .movie {
        margin: 0 auto;
        max-width: 100%;
    }
}
/* Kind */
#kind {
    padding-bottom: 100px;
}
.kind-about h3 {
    margin: 50px 0 30px;
    text-align: center;
}
.kind-about-img {
    margin-top: 15px;
    text-align: center;
}
.kind-about-img li {
    width: 60%;
    margin: 0 auto;
}
.kind-about-img li + li {
    margin-top: 5%;
}
.kind-box h3 {
    display: inline-block;
    position: relative;
    margin: 0 auto 30px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif !important;
    font-size: 2.0rem;
}
.kind-inner {
    width: 80%;
    margin: 30px auto;
}
.kind-img {
    margin-bottom: 20px;
}
.kind01 {
    background: #f8f8f8;
    border-radius: 10px;
    margin: 20px 0 0;
    padding: 30px;
}
.kind01 div {
    text-align: center;
}
.kind01 div h3:before {
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    content: '';
    background: #e8d4ea;
    width: 60px;
    height: 2px;
    transform: translateX(-50%);
}
.kind02 {
    background: #f7eed6;
    border-radius: 10px;
    margin: 20px 0 0;
    padding: 30px;
}
.kind02 div {
    text-align: center;
}
.kind02 div h3:before {
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    content: '';
    background: #e4d5ab;
    width: 60px;
    height: 2px;
    transform: translateX(-50%);
}
@media only screen and (max-width: 834px) {
    .kind-about-img li {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .kind-box {
        flex-wrap: wrap;
        margin: 20px 0 50px;
    }
    .kind-inner {
        width: 100%;
    }
    .kind01 {
        margin: 0 0 30px;
        padding: 30px;
    }
    .kind02 {
        margin: 0 0 0;
        padding: 30px;
    }
}
@media only screen and (max-width: 667px) {
    .kind-img {
        width: 100%;
    }
}
/* reason */
#reason h3 {
    margin: 0 0 20px;
}
#reason ol {
    padding: 0 0 20px;
}
#reason ol li {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 0 80px;
}
.reason-detail {
    margin: 20px 0 0;
    width: 55%;
}
.reason-img {
    width: 35%;
}
@media only screen and (max-width: 768px) {
    #reason h3 {
        text-align: center;
    }
    #reason ol li {
        flex-wrap: wrap;
        margin: 0 0 30px;
    }
    .reason-detail {
        width: 100%;
    }
    .reason-img {
        width: 80%;
        left: 0;
        right: 0;
        margin: auto;
    }
}
/* recommend */
#recommend h3 {
    margin: 0 0 20px;
    color: #ae8410;
}
#recommend ol {
    background: url("../media/dotted.png") center bottom no-repeat;
    margin: 0 0 100px;
}
#recommend ol li {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: url("../media/dotted.png") center top no-repeat;
    padding: 20px 0;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.recommend-detail {
    margin: 40px 0 0;
    width: 100%;
}
.recommend-img {
    width: 30%;
}
@media only screen and (max-width: 768px) {
    #recommend h3 {
        text-align: center;
    }
    #recommend ol {
        margin: 0 0 50px;
    }
    #recommend ol li {
        flex-wrap: wrap;
        margin: 0;
        width: 100%;
    }
    .recommend-detail {
        width: 100%;
    }
    .recommend-img {
        width: 80%;
        left: 0;
        right: 0;
        margin: auto;
    }
}
/* treatment */
#treatment ul {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
    margin: 50px 0 0;
    padding: 0 0 50px;
}
#treatment ul li {
    background: #fff;
    border: 1px solid #f7dfdf;
    border-radius: 10px;
    margin: 0 auto 50px;
    padding: 30px;
    width: 80%;
}
/* #treatment ul li:last-child {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
} */
#treatment ul li h3 {
    margin: 0 0 20px;
    color: #ae8410;
    line-height: 1.5;
}
#treatment ul li h3.mt30 {
    margin-top: 30px;
}
.treatment-detail {
    width: 65%;
}
.treatment-detail h3 {
    text-align: left !important;
}
.treatment-img {
    margin: 0 auto 20px;
    width: 80%;
}
.treatment-img03 {
    width: 30%;
}
@media only screen and (max-width: 768px) {
    #treatment ul {
        padding: 0 0 30px;
    }
    #treatment p {
        text-align: center;
    }
    #treatment ul {
        display: block;
        margin: 20px 0 0;
    }
    #treatment ul li {
        margin: 0 0 20px;
        width: 100%;
    }
    #treatment ul li:last-child {
        display: block;
    }
    .treatment-detail {
        width: 100%;
    }
    .treatment-img03 {
        left: 0;
        right: 0;
        margin: 0 auto 20px;
        width: 50%;
    }
}

/* advice */
.advice {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0 0 100px;
}
.advice-detail {
    width: 65%;
}
.advice-detail h3 {
    margin: 0 0 30px;
    text-align: left !important;
}
.advice-img {
    width: 30%;
}
@media only screen and (max-width: 768px) {
    .advice {
        flex-wrap: wrap;
        padding: 0 0 50px;
    }
    .advice-detail {
        width: 100%;
    }
    .advice-img {
        margin: 0 0 30px;
        width: 100%;
    }
}

/* flow */
#flow ol {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 20px;
}
#flow ol li {
    width: 20%;
    text-align: center;
}
#flow ol li p {
    font-size: 1.5rem;
}
#flow ol li h3 {
    margin: 0 0 20px;
    color: #a86aae;
    text-align: center;
}
#flow ol li h3 span {
    font-size: 1.2rem;
}
.flow-num {
    margin: 0 0 30px;
    color: #a86aae;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif !important;
    font-size: 4.2rem;
    text-align: center;
}
.flow-num span {
    font-size: 1.4rem;
}
.flow-detail {
    margin: 20px 0 0;
    width: 55%;
}
.flow-img {
    margin: 0 0 30px;
    width: 100%;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    #flow ol {
        display: block;
        margin: 0 0 30px;
    }
    #flow ol li {
        width: 100%;
    }
    .flow-num {
        margin: 0 0 20px;
    }
    .flow-img {
        width: 60%;
        left: 0;
        right: 0;
        margin: 0 auto 20px;
    }
}

/* risk */
#risk {
    padding: 100px 0;
}
#risk table {
    border: 1px solid #c3ad7b;
    font-size: 1.4rem;
}
#risk table tr th {
    background: #faf6ed;
    border-bottom: 1px solid #c3ad7b;
    padding: 30px;
    width: 20%;
    line-height: 1.5;
}
#risk table tr td {
    border-bottom: 1px solid #c3ad7b;
    padding: 30px;
    line-height: 1.5;
}
#risk .risk_test {
    text-align: right;
    font-size: 1.4rem;
    margin-top: 10px;
}

@media only screen and (max-width: 768px) {
    #risk {
        padding: 50px 0;
    }
    #risk table {
        border-top: 1px solid #c3ad7b;
        border-right: 1px solid #c3ad7b;
        border-bottom: none;
        border-left: 1px solid #c3ad7b;
        font-size: 1.3rem;
    }
    #risk table tr th {
        display: block;
        padding: 10px;
        width: 100%;
    }
    #risk table tr td {
        padding: 10px;
        width: 100%;
        display: block;
    }
}

/* comparison */
#comparison {
    padding: 100px 0;
}
@media only screen and (max-width: 768px) {
    /* comparison */
    #comparison {
        padding: 50px 0;
    }
}

/* Related */
.related {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.related + .related {
    margin-top: 20px;
}
.related-box a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border: 1px solid #f0e6d1;
    border-radius: 5px;
    padding: 30px;
    max-width: 425px;
}
.related-img {
    margin: 0 20px 0 0;
    min-width: 85px;
}
.related-detail h3 {
    margin: 0 0 10px;
    color: #ae8410;
}
.related-detail p {
    line-height: 1.5;
}
@media only screen and (max-width: 768px) {
    .related-box a {
        margin: 0 0 30px;
    }
    .related + .related {
        margin-top: 0;
    }
}

/* faq */
.faq-qustion {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
}
.faq-qustion input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.faq-qustion label {
    display: block;
    position: relative;
    background: #f0e6d1 url(../media/faq_q.png) left top no-repeat;
    background-size: 50px auto;
    padding: 20px 50px 20px 70px;
    margin: 0 0 1px 0;
    font-size: 1.6rem;
    line-height: 1.5;
    cursor: pointer;
}
.faq-qustion .faq-answer {
    background: #faf6ed url(../media/faq_a.png) 10px 10px no-repeat;
    background-size: 30px auto;
    padding: 0 0 0 50px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s;
}
.faq-qustion .faq-answer p {
    margin: 20px;
}
.faq-qustion input:checked ~ .faq-answer {
    max-height: 400px;
}
.faq-qustion label::after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 3.5em;
    height: 3.5em;
    text-align: center;
    line-height: 3.5;
    transition: all 0.35s;
}
.faq-qustion input[type=checkbox] + label::after {
    content: '\f078';
    color: #c3ad7b;
    font-family: 'FontAwesome';
}
.faq-qustion input[type=checkbox]:checked + label::after {
    transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
    .faq-qustion label {
        background-size: 30px auto;
        padding: 20px 40px;
        font-size: 1.6rem;
    }
    .faq-qustion .faq-answer {
        background: #faf6ed url(../media/faq_a.png) 7px 7px no-repeat;
        background-size: 16px auto;
        padding: 0 0 0 20px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s;
    }
    .faq-qustion label::after {
        width: 3em;
        height: 6em;
        line-height: 6;
    }
}
/* caution */
#caution {
    padding: 100px 0;
}
.caution-box {
    background: #f9f5ec;
    padding: 30px;
    max-width: 950px;
    font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 1.4rem;
    line-height: 1.5;
}
.caution-box p {
    font-size: 1.4rem;
}
#caution ul {
    margin: 3rem 0 0;
}
#caution ul li {
    margin: 0 0 1.5rem;
    padding: 0;
}

@media only screen and (max-width: 768px) {
    #caution {
        padding: 50px 0;
    }
}