@charset "utf-8";

main {
    width: 809px;
}

main h1 {
    width: 620px;
    float: right;
    border-top: 10px solid #707070;
    margin: 0 39px 155px 0;
    padding-top: 10px;
    text-align: center;
    font-size: 6.0rem;
    line-height: 1em;
    font-family: "FOT-筑紫アンティークL明朝 Std L{pm}";
}

section {
    clear: both;
    margin: 0 39px 80px 0;
    position: relative;
}

section:after {
    content: "";
    display: block;
    width: 12px;
    height: 135px;
    position: absolute;
    right: -39px;
    top: 0;
    background: url("../../common/images/bg_kireiya.svg") no-repeat right top;
}

section p.lead {
    font-size: 1.8rem;
    line-height: 1.55em;
    font-family: "FOT-筑紫アンティークS明朝 Std L";
    margin-bottom: 50px;
}

section h2 {
    font-size: 3.6rem;
    line-height: 1em;
    font-family: "FOT-筑紫アンティークL明朝 Std L{pm}";
    margin-bottom: 24px;
}

section .section1 dl {
    font-size: 1.8rem;
    line-height: 1.55em;
    font-family: "FOT-筑紫アンティークS明朝 Std L";
    margin: 0 0 45px 26px;
}

section .section1 dl dt {
    width: 5em;
}

section .section1 dl dd {
    margin: -1.55em 0 0 5em;
}

section .section1 dl dd:before {
    content: "｜";
}

section .section2 ul {
    font-size: 1.8rem;
    line-height: 1.55em;
    font-family: "FOT-筑紫アンティークS明朝 Std L";
    margin: 0 0 45px 26px;
}

section .section2 ul li {
    margin-bottom: 1.55em;
}

section .section2 ul li strong {
    font-family: "FOT-筑紫オールドゴシック Std B";

}

section .section2 ul li a {
    text-decoration: underline;
}

section .section2 ul li a:hover {
    text-decoration: none;
}

section .section3 p.note {
    font-size: 1.8rem;
    line-height: 1.55em;
    font-family: "FOT-筑紫オールドゴシック Std B";
    margin: 0 0 45px 26px;
}

section .section3 ul {
    font-size: 1.8rem;
    line-height: 1.55em;
    font-family: "FOT-筑紫アンティークS明朝 Std L";
    margin: 0 0 45px 26px;
}

section .section3 ul li {
    margin-bottom: 1.55em;
}

section .section3 ul li strong {
    font-family: "FOT-筑紫オールドゴシック Std B";

}

section .section3 ul li a {
    text-decoration: underline;
}

section .section3 ul li a:hover {
    text-decoration: none;
}



/* Responsive Styles
============================================================= */

@media screen and (max-width: 750px) {

    main {
        width: 100%;
    }

    main h1 {
        width: auto;
        float: right;
        border-top: 0;
        margin: 6.27vw 3.07vw 8.27vw 0;
        padding-top: 0;
        font-size: 4.0rem;
    }

    main h1:before {
        content: "";
        display: block;
        width: 54.4vw;
        height: 2.67vw;
        background-color: #707070;
        float: right;
    }

    main h1 span {
        display: block;
        clear: both;
        padding-top: 2vw;
    }

    section {
        margin: 0 0 30vw;
    }

    section:after {
        width: 3.2vw;
        height: 36vw;
        right: 0;
    }

    section p.lead {
        margin: 0 0 21.33vw 4.53vw;
    }

    section h2 {
        margin-bottom: 6.4vw;
    }

    section .section1 dl {
        margin: 0 0 12vw 4.53vw;
    }

    section .section2 ul {
        margin: 0 0 12vw 4.53vw;
    }

    section .section3 p.note {
        margin: 0 0 12vw 4.53vw;
    }
}