@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: 86px;
}

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

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

section dl {
    margin: 0 0 15px 149px;
    font-size: 1.8rem;
    line-height: 1.55em;
}

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

section dl dt {
    font-family: "FOT-筑紫アンティークS明朝 Std L{pm}";
    width: 57px;
    clear: left;
    float: left;
    padding: 3px 0;
    margin-bottom: 30px;
}

section dl dt.mail {
    width: 121px;
}

section dl dt.prefecture {
    width: 121px;
}

section dl dd {
    float: left;
}

section dl dd input {
    width: 268px;
    border: 0;
    border-bottom: 1px solid #707070;
    padding: 3px 0;
}

section dl dd.mail input {
    width: 204px;
}

section dl dd.prefecture input {
    width: 204px;
}

section dl dd textarea {
    width: 487px;
    height: 191px;
    border: 1px solid #707070;
    padding: 3px;
}

section table.formTable {
    margin: 0 0 15px 149px;
    font-size: 1.8rem;
    line-height: 1.55em;
}

section table.formTable th {
    font-family: "FOT-筑紫アンティークS明朝 Std L{pm}";
    padding: 3px 1em 3px 0;
    margin-bottom: 30px;
}

section table.formTable td {
    font-family: "FOT-筑紫アンティークS明朝 Std L";
    padding: 3px 0;
}

section p.btn {
    margin-left: 206px;
    margin-bottom: 15px;
}

section p.btn button {
    width: 189px;
    padding: 12px 0;
    text-align: center;
    border: 0;
    cursor: pointer;
    background: #999;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1em;
    font-family: "FOT-筑紫A丸ゴシック Std D";
}

section p.btn button:hover {
    opacity: 0.7;
}



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

    section h2 {
        margin: 0 0 8.53vw 4.53vw;
    }

    section dl {
        margin: 0 0 8.27vw 4.53vw;
    }

    section dl dt {
        width: 15.07vw;
        padding: 0.8vw 0;
        margin-bottom: 8vw;
    }

    section dl dt.mail {
        width: 32.27vw;
    }

	section dl dt.prefecture {
        width: 32.27vw;
    }
	
    section dl dd input {
        width: 71.47vw;
        padding: 0.8vw 0;
    }

    section dl dd.mail input {
        width: 54.4vw;
    }

    section dl dd.prefecture input {
        width: 54.4vw;
    }
	
    section dl dd textarea {
        width: 71.47vw;
        height: 52.53vw;
        padding: 0.8vw;
    }

    section table.formTable {
        margin: 0 4.53vw 8.27vw;
    }

    section table.formTable th {
        padding: 0.8vw 1em 0.8vw 0;
        margin-bottom: 8vw;
    }

    section table.formTable td {
        padding: 0.8vw 0;
    }

    section p.btn {
        margin-left: 0;
        margin-bottom: 8.27vw;
    }

    section p.btn button {
        width: 50.4vw;
        padding: 3.2vw 0;
        margin: 0 auto;
        display: block;
    }
}