@charset "utf-8";

main {
    width: 809px;
}

main h1 {
    width: 620px;
    float: right;
    border-top: 10px solid #707070;
    margin: 0 39px 145px 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;
    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 p.lead {
    font-size: 1.8rem;
    line-height: 1.55em;
    font-family: "FOT-筑紫アンティークS明朝 Std L";
    margin-bottom: 36px;
}

section h2 {
    background-color: #399227;
    color: #fff;
    padding: 12px 0 12px 36px;
    margin-bottom: 50px;
    width: 174px;
    font-size: 1.8rem;
    line-height: 1em;
    font-family: "FOT-筑紫A丸ゴシック Std D{pm}";
}

section .section2 h2 {
    background-color: #EB4AA1;
}

section .txtBlock {
    width: 730px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section .txtBlock .item {
    width: 350px;
    margin-bottom: 50px;
}

section .txtBlock .item h3 {
    font-size: 1.8rem;
    line-height: 1.55em;
    font-family: "FOT-筑紫A丸ゴシック Std D{pm}";
    color: #399227;
    margin-bottom: 20px;
}

section .section2 .txtBlock .item h3 {
    color: #EB4AA1;
}

section .txtBlock .item h3 i {
    content: "Q";
    display: block;
    float: left;
    font-size: 4.0rem;
    line-height: 1em;
    font-family: "FOT-筑紫アンティークL明朝 Std L";
    color: #399227;
    width: 63px;
    overflow: visible;
    font-style: normal;
}

section .section2 .txtBlock .item h3 i {
    color: #EB4AA1;
}

section .txtBlock .item h3 span {
    display: block;
    float: left;
    width: 287px;
}

section .txtBlock .item h3:after {
    content: "";
    display: block;
    clear: both;
}

section .txtBlock .item p {
    font-size: 1.6rem;
    line-height: 1.38em;
    font-family: "FOT-筑紫ゴシック Pr5 D";
    margin-left: 48px;
}

section .txtBlock .item p i {
    content: "A";
    display: block;
    float: left;
    font-size: 4.0rem;
    line-height: 1em;
    font-family: "FOT-筑紫アンティークL明朝 Std L";
    width: 33px;
    overflow: visible;
    font-style: normal;
}

section .txtBlock .item p span {
    display: block;
    float: right;
    width: 269px;
    margin-bottom: 5px;
}

section .txtBlock .item p:after {
    content: "";
    display: block;
    clear: both;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, transparent 33%, #707070 66%);
    background-size: 3px 100%;
}



/* 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 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;
        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 6.93vw 4.53vw;
    }

    section .section1 {
        margin-bottom: 4.8vw;
    }

    section .section2 {
        margin-bottom: -9.2vw;
    }

    section h2 {
        padding: 3.2vw 0 3.2vw 9.6vw;
        margin-bottom: 6.67vw;
        width: 56vw;
    }

    section .txtBlock {
        width: 100%;
        display: block;
        padding: 0 2.13vw 0 4.53vw;
    }

    section .txtBlock .item {
        width: 100%;
        margin-bottom: 9.2vw;
    }

    section .txtBlock .item h3 {
        margin-bottom: 5.33vw;
    }

    section .txtBlock .item h3 i {
        width: 16.8vw;
    }

    section .txtBlock .item h3 span {
        width: 72vw;
        float: left;
    }

    section .txtBlock .item p {
        margin-left: 12.53vw;
    }

    section .txtBlock .item p i {
        width: 8.8vw;
    }

    section .txtBlock .item p span {
        width: 72vw;
        margin-bottom: 1.33vw;
    }
}