@charset "utf-8";

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

section {
    margin: 0 39px 80px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    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 > div {
    width: 380px;
    margin-bottom: 30px;
}

section .titleBlock {
    width: 380px;
    margin-bottom: 4px;
}

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

section .titleBlock span.num {
    display: block;
    float: left;
    font-size: 10.0rem;
    line-height: 1em;
    font-family: "TazuganeGothicStdN-UltLt";
    color: #707070;
}

section .titleBlock span.heading {
    display: block;
    float: left;
    font-size: 1.4rem;
    line-height: 1em;
    font-family: "FOT-筑紫アンティークL明朝 Std L{pm}";
    width: 253px;
    border-bottom: 1px solid #707070;
    margin: 30px 0 2px;
}

section .titleBlock h2 {
    display: block;
    float: left;
    font-size: 3.6rem;
    line-height: 1.1em;
    font-family: "FOT-筑紫アンティークL明朝 Std L{pm}";
}

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

section .section1 p.lead,
section .section3 p.lead,
section .section5 p.lead {
    margin-right: 25px;
}

section .section2 p.lead,
section .section4 p.lead,
section .section6 p.lead {
    margin-left: 25px;
}

section .txtBlock h3 {
    font-size: 2.6rem;
    line-height: 1em;
    font-family: "FOT-筑紫A丸ゴシック Std B{pm}";
    margin-bottom: 22px;
}

section .txtBlock p {
    font-size: 1.6rem;
    line-height: 1.75em;
    font-family: "FOT-筑紫ゴシック Pr5 D";
}

section .section1 .txtBlock h3,
section .section3 .txtBlock h3,
section .section5 .txtBlock h3 {
    text-align: right;
}

section .section2 .txtBlock h3,
section .section4 .txtBlock h3,
section .section6 .txtBlock h3 {
    margin-left: 10px;
}

section .section1 .txtBlock p,
section .section3 .txtBlock p,
section .section5 .txtBlock p {
    margin: 0 45px 0 25px;
}

section .section2 .txtBlock p,
section .section4 .txtBlock p,
section .section6 .txtBlock p {
    margin: 0 25px 0 45px;
}

section .section1 .txtBlock {
    background: url("../images/recommend_bg01.png") no-repeat 0 0;
    min-height: 396px;
}

section .section2 .txtBlock {
    background: url("../images/recommend_bg02.png") no-repeat 0 0;
    min-height: 319px;
}

section .section3 .txtBlock {
    background: url("../images/recommend_bg03.png") no-repeat 0 0;
    min-height: 307px;
}

section .section4 .txtBlock {
    background: url("../images/recommend_bg04.png") no-repeat 0 0;
    min-height: 287px;
}

section .section5 .txtBlock {
    background: url("../images/recommend_bg05.png") no-repeat 0 0;
    min-height: 361px;
}

section .section6 .txtBlock {
    background: url("../images/recommend_bg06.png") no-repeat 0 0;
    min-height: 342px;
}



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

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

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

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

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

    section {
        margin: 0 0 30vw;
        display: block;
    }

    section:after {
        display: none;
    }

    section > div {
        width: 100%;
        margin-bottom: 10.67vw;
        position: relative;
    }

    section .section1:after,
    section .section3:after,
    section .section5:after {
        content: "";
        display: block;
        width: 50vw;
        height: 50vw;
        position: absolute;
        right: 0;
        top: -4vw;
        background: url("../../common/images/bg_kireiya.svg") no-repeat right top;
    }

    section .section2:after,
    section .section4:after,
    section .section6:after {
        content: "";
        display: block;
        width: 50vw;
        height: 50vw;
        position: absolute;
        left: 0;
        top: -4vw;
        background: url("../../common/images/bg_kireiya.svg") no-repeat left top;
    }

    section .titleBlock {
        width: 100%;
        margin-bottom: 1vw;
    }

    section .titleBlock span.num {
        font-size: 10.0rem;
        line-height: 1em;
    }

    section .section2 .titleBlock span.num,
    section .section4 .titleBlock span.num,
    section .section6 .titleBlock span.num {
        float: right;
    }

    section .titleBlock span.heading {
        font-size: 1.4rem;
        line-height: 1em;
        width: 67.47vw;
        margin: 8vw 0 0.53vw;
    }

    section .section1 .titleBlock span.heading,
    section .section3 .titleBlock span.heading,
    section .section5 .titleBlock span.heading {
        text-align: right;
    }

    section .section2 .titleBlock span.heading,
    section .section4 .titleBlock span.heading,
    section .section6 .titleBlock span.heading {
        margin-left: 15vw;
    }

    section .titleBlock h2 {
        font-size: 3.6rem;
        line-height: 1.1em;
        width: 67.47vw;
    }

    section .section1 .titleBlock h2,
    section .section3 .titleBlock h2,
    section .section5 .titleBlock h2 {
        text-align: right;
    }

    section .section2 .titleBlock h2,
    section .section4 .titleBlock h2,
    section .section6 .titleBlock h2 {
        margin-left: 15vw;
    }

    section .section2 .titleBlock h2 span,
    section .section4 .titleBlock h2 span,
    section .section6 .titleBlock h2 span {
        display: block;
        margin-right: -17vw;
    }

    section p.lead {
        font-size: 1.8rem;
        line-height: 1.55em;
        margin-bottom: 8vw;
    }

    section .section1 p.lead,
    section .section3 p.lead,
    section .section5 p.lead,
    section .section2 p.lead,
    section .section4 p.lead,
    section .section6 p.lead {
        margin: 0 3.2vw 8vw 7.2vw;
    }

    section .txtBlock h3 {
        font-size: 2.6rem;
        line-height: 1em;
        margin-bottom: 5.87vw;
    }

    section .txtBlock p {
        font-size: 1.6rem;
        line-height: 1.75em;
    }

    section .section1 .txtBlock h3,
    section .section3 .txtBlock h3,
    section .section5 .txtBlock h3 {
        text-align: right;
    }

    section .section2 .txtBlock h3,
    section .section4 .txtBlock h3,
    section .section6 .txtBlock h3 {
        margin-left: 1.33vw;
    }

    section .section1 .txtBlock p,
    section .section3 .txtBlock p,
    section .section5 .txtBlock p,
    section .section2 .txtBlock p,
    section .section4 .txtBlock p,
    section .section6 .txtBlock p {
        margin: 0 12vw 0 10.4vw;
    }

    section .section1 .txtBlock {
        min-height: 105.6vw;
        background-size: 100%;
    }

    section .section2 .txtBlock {
        min-height: 85.07vw;
        background-size: 100%;
    }

    section .section3 .txtBlock {
        min-height: 81.87vw;
        background-size: 100%;
    }

    section .section4 .txtBlock {
        min-height: 76.53vw;
        background-size: 100%;
    }

    section .section5 .txtBlock {
        min-height: 96.27vw;
        background-size: 100%;
    }

    section .section6 .txtBlock {
        min-height: 91.2vw;
        background-size: 100%;
    }
}