@import url("cssreset.css");
@import url("base.css");
@import url("header.css");
@import url("footer.css");

/* privacy policy */
@media only screen and (max-width: 960px) {
    section#title h1 span {
        font-size: 50px;
    }
}
@media only screen and (max-width: 750px) {
    section#title h1 span {
        font-size: 5.4vw;
    }
}


/* anchor */
section#anchor {
    padding-top: 72px;
}
section#anchor .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
section#anchor .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 425px);
    background-color: #f6f6f6;
    padding: 20px 30px;
}
section#anchor .box figure {
    width: 122px;
}
section#anchor .box p {
    width: calc(100% - 137px);
    font-size: 12px;
    font-weight: 500;
}

section#anchor ul {
    font-size: 18px;
}
section#anchor ul li:not(:last-child) {
    margin-bottom: 0.25em;
}
section#anchor ul li a {
    position: relative;
    padding-left: 1.25em;
    color: #231815;
    font-weight: 700;
}
section#anchor ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("../images/common/arrow_circle.svg");
    background-size: contain;
    margin: auto;
    content: "";
}

@media only screen and (max-width: 750px) {
    section#anchor {
        padding-top: 14.6vw;
    }
    section#anchor .inner {
        display: block;
    }
    section#anchor .box {
        width: 100%;
        padding: 5.3vw 6.6vw;
    }
    section#anchor .box figure {
        width: 21.8vw;
    }
    section#anchor .box p {
        width: calc(100% - 28vw);
        font-size: 2.8vw;
    }
    section#anchor ul {
        margin-bottom: 6vw;
        font-size: 3.8vw;
    }
}


section.contents {
    margin-bottom: 80px;
}
section.contents .inner {
    width: 85%;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}
section.contents .right {
    text-align: right;
}
section.contents .eol {
    margin-bottom: 2em;
}
section.contents .bottom {
    margin-bottom: 64px;
}

@media only screen and (max-width: 750px) {
    section.contents {
        margin-bottom: 14vw;
    }
    section.contents .bottom {
        margin-bottom: 10vw;
    }
}

section.contents h2 {
    background: linear-gradient(transparent 0.95em, #f1eaea 0.95em);
    margin-bottom: 1em;
    font-size: 32px;
    font-weight: 700;
    color: #782c2f;
}
@media only screen and (max-width: 750px) {
    section.contents h2 {
        background: none;
        font-size: 5.4vw;
    }
    section.contents h2 span {
        position: relative;
        background: linear-gradient(transparent 0.95em, #f1eaea 0.95em);
        padding-right: 0.15em;
        padding-bottom: 0.1em;
    }
}
section.contents h3 {
    margin-bottom: 0.5em;
    font-size: 24px;
    font-weight: 700;
    color: #782c2f;
}
section.contents h4 {
    font-size: 18px;
    font-weight: 700;
    color: #782c2f;
}
section.contents p {
    margin-bottom: 1em;
    font-size: 18px;
    font-weight: 500;
}
section.contents p strong {
    font-weight: 500;
    color: #c4494d;
}
section.contents ul.normal,
section.contents ol.normal {
    font-size: 18px;
    font-weight: 500;
}

@media only screen and (max-width: 750px) {
    section.contents h3 {
        font-size: 4.2vw;
    }
    section.contents h4,
    section.contents p,
    section.contents ul.normal,
    section.contents ol.normal {
        font-size: 3.6vw;
    }
}

section.contents ul.normal {
    padding-left: 1.25em;
    list-style: disc;
}
section.contents ol.normal {
    padding-left: 1.25em;
    list-style: decimal;
}
section.contents ol.normal li {
    padding-left: 2px;
}
section.contents ol.normal li > ol {
    list-style: lower-alpha;
}

a.dl {
    display: inline-block;
    position: relative;
    padding-right: 1.25em;
}
a.dl:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("../images/common/icon_download.svg");
    background-size: contain;
    margin: auto;
    content: "";
}

section#lead ol.normal li:not(:last-child) {
    margin-bottom: 1em;
}


section.contents figure.certificate {
    width: 80%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}
section.contents figure.certificate img {
    border: 1px solid #cbc8c8;
}
@media only screen and (max-width: 750px) {
    section.contents figure.certificate {
        width: 56vw;
        max-width: inherit;
    }
}





















