@charset "utf-8";

main {
    width: 762px;
}

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 {
    color: #707070;
    font-size: 2.4rem;
    line-height: 1.25em;
    font-family: "FOT-筑紫A丸ゴシック Std D{pm}";
    margin-bottom: 30px;
}

section .section1 {
    margin-bottom: 156px;
}

section .section1 ul {
    margin-left: 101px;
    font-size: 1.8rem;
    line-height: 1em;
    font-family: "FOT-筑紫A丸ゴシック Std D";
}

section .section1 ul:after {
    content: "";
    display: block;
    clear: both;
}

section .section1 ul li {
    float: left;
    margin-right: 5px;
}

section .section1 ul li a {
    display: inline-block;
    padding: 12px 24px;
    background-color: #999999;
    color: #ffffff;
}



/* 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 9.6vw 4.27vw;
    }

    section .section1 {
        margin-bottom: 0;
    }

    section .section1 ul {
        margin-left: auto;
    }

    section .section1 ul li {
        float: none;
        margin: 0 15vw 3.2vw;
    }

    section .section1 ul li a {
        display: block;
        padding: 3.2vw 6.4vw;
        text-align: center;
    }
}