@charset "utf-8";

/* pageTitle */
.pageTitle{
    width: 1100px;
    margin: 0 auto;
    padding: 80px 0;
}
.pageTitle>.title{
    text-align: center;
}
.pageTitle>.title>h4{
    font-family: "Libre Baskerville", serif;
    font-size: 1.25em;
    line-height: 1.8;
    letter-spacing: 0.25em;
}
@media (max-width:1320px){
    .pageTitle{
        width: 80%;
    }
}
@media (max-width:1200px){
    .pageTitle>.title>h4{
        font-size: 1.15em;
    }
}
@media (max-width:960px){
    .pageTitle>.title>h4{
        font-size: 1.05em;
    }
}
@media (max-width:768px){
    .pageTitle{
        width: 90%;
    }
}
@media (max-width:430px){
    .pageTitle{
        padding: 50px 0;
    }
    .pageTitle>.title>h4{
        font-size: 0.95em;
    }
}

/* mainTable */
.mainTable{
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.mainTable>p{
    font-size: 1.1em;
    margin-bottom: 0.5em;
}
.mainTable>table{
    width: 100%;
    border-collapse: collapse;
}
.mainTable>table>tbody>tr>th{
    width: 30%;
    font-size: 1em;
    letter-spacing: 0.1em;
    padding: 0.5em 1em;
    text-align: right;
    border-right: 1px solid #adaf8d;
    border-bottom: 1px solid #adaf8d;
    box-sizing: border-box;
}
.mainTable>table>tbody>tr>th>span{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 0.75em;
    display: inline-block;
    padding: 0.5em 1em;
    margin-left: 0.75em;
}
.mainTable>table>tbody>tr>th>span.rNotice{
    color: #fff;
    background-color: #a37f47;
}
.mainTable>table>tbody>tr>th>span.nNotice{
    color: #312a24;
    background-color: #adaf8d;
}
.mainTable>table>tbody>tr>th>span.nNotice.marginTop{
    margin-top: 0.5em;
}
.mainTable>table>tbody>tr:nth-child(1)>th,
.mainTable>table>tbody>tr:nth-child(1)>td{
    border-top: 1px solid #adaf8d;
}
.mainTable>table>tbody>tr>td{
    width: 70%;
    font-size: 1em;
    padding: 1em;
    text-align: left;
    border-bottom: 1px solid #adaf8d;
    box-sizing: border-box;
}
.mainTable>table>tbody>tr>td>span{
    font-size: 0.9em;
}
.mainTable>table>tbody>tr>td>span.nTxt{
    font-size: 0.75em;
    display: inline-block;
    margin-top: 0.5em;
}
.mainTable>table>tbody>tr>td>span.marginLeft{
    margin-left: 0.5em;
}
.mainTable>table>tbody>tr>td>span.marginRight{
    margin-right: 0.5em;
}
.mainTable>table>tbody>tr>td>span.marginBottom{
    display: inline-block;
    margin-bottom: 0.5em;
}
.mainTable>table>tbody>tr>td>ul>li>label>span{
    font-size: 1em;
    display: inline-block;
    margin-left: 0.5em;
}
input,
textarea{
    font-size: 1em;
    color: #312a24;
}
input.txt,
textarea.txt{
    width: 100%;
    padding: 0.5em 1em;
    box-sizing: border-box;
    background-color: #eee;
    border: none;
}
input.age{
    width: 6em;
    padding: 0.5em 1em;
    box-sizing: border-box;
    background-color: #eee;
    border: none;
}
input.postcode{
    width: 10em;
    padding: 0.5em 1em;
    box-sizing: border-box;
    background-color: #eee;
    border: none;
}
input.prefectures{
    width: 10em;
    padding: 0.5em 1em;
    box-sizing: border-box;
    background-color: #eee;
    border: none;
}
input[type="checkbox"]{
    width: 1em;
    height: 1em;
}
.privacy{
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.privacy>p{
    font-size: 1.1em;
    margin-bottom: 0.5em;
}
.privacy>.privacyWrap{
    height: 500px;
    overflow: scroll;
    padding: 2em;
    box-sizing: border-box;
    background-color: #cccbb6;
    margin-bottom: 20px;
}
.privacy>.privacyWrap>p{
    font-size: 1em;
    color: #231815;
    margin-bottom: 0.5em;
}
.privacy>.privacyWrap>ul>li{
    margin-bottom: 20px;
}
.privacy>.privacyWrap>ul>li:last-child{
    margin-bottom: 0px;
}
.privacy>.privacyWrap>ul>li>h5{
    font-size: 1em;
    color: #231815;
    margin-bottom: 5px;
}
.privacy>.privacyWrap>ul>li>p{
    font-size: 0.9em;
    color: #231815;
    margin-bottom: 10px;
}
.privacy>.privacyWrap>ul>li>p.notice{
    font-size: 0.75em;
}
.privacy>.privacyWrap>ul>li>p>a{
    font-size: 1em;
    color: #231815;
    text-decoration: underline;
    transition: 0.5s all;
}
.privacy>.privacyWrap>ul>li>p>a:hover,
.privacy>.privacyWrap>ul>li>p>a:active{
    opacity: 0.5;
    transition: 0.5s all;
}
.privacy>.privacyWrap>ul>li>ul>li{
    font-size: 0.8em;
    color: #231815;
    margin-bottom: 5px;
}
.agreeBtn{
    text-align: center;
}
.agreeBtn p{
    width: 300px;
    margin: 0 auto;
}
.agreeBtn p label{
    display: block;
    padding: 1em 0;            
    background-color: #b79e2f;
    cursor: pointer;
    transition: 0.5s all;
}
.agreeBtn p label:hover,
.agreeBtn p label:active{
    border-radius: 50px;
    transition: 0.5s all;
}
.agreeBtn p label input[type="chexbox"]{
    width: 1em;
    height: 1em;
}
.agreeBtn p label span{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 1em;
    font-weight: 700;
    color: #312a24;
    display: inline-block;
}
.sendBtn_wrap{
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 80px;
}
.sendBtn_wrap p{
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 10px;
}
.sendBtn_wrap p.sendBtn{
    width: 400px;
    margin: 0 auto;
}
.sendBtn_wrap p.sendBtn input[type="submit"]{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 1.15em;
    letter-spacing: 0.1em;
    font-weight: 700;
    display: block;
    width: 100%;
    padding: 1em 0;
    color: #fff;
    background-color: #a37f47;
    border: 1px solid #cccbb6;
    cursor: pointer;
    transition: 0.5s all;
}
.sendBtn_wrap p.sendBtn input[type="submit"]:hover,
.sendBtn_wrap p.sendBtn input[type="submit"]:active{
    border-radius: 50px;
    transition: 0.5s all;
}
.under768,
.under500{
    display: none;
}
@media (max-width:1320px){
    .mainTable,
    .privacy,
    .sendBtn_wrap{
        width: 80%;
    }
}
@media (max-width:1200px){
    .mainTable>table>tbody>tr>th,
    .mainTable>table>tbody>tr>td,
    .mainTable>table>tbody>tr>td ul li label span,
    .privacy>.privacyWrap>p,
    .privacy>.privacyWrap>ul>li>h5{
        font-size: 0.9em;
    }
    .mainTable>p,
    .privacy>p,
    .sendBtn_wrap p,
    .privacy>.privacyWrap>ul>li>p>a{
        font-size: 1em;
    }
    .privacy>.privacyWrap>ul>li>p{
        font-size: 0.8em;
    }
    .privacy>.privacyWrap>ul>li>ul>li{
        font-size: 0.7em;
    }
    .privacy>.privacyWrap>ul>li>p.notice {
        font-size: 0.65em;
    }
}
@media (max-width:960px){
    .mainTable>table>tbody>tr>th,
    .mainTable>table>tbody>tr>td,
    .mainTable>table>tbody>tr>td ul li label span,
    .privacy>.privacyWrap>p,
    .privacy>.privacyWrap>ul>li>h5{
        font-size: 0.8em;
    }            
    .mainTable>p,
    .privacy>p,
    .sendBtn_wrap p,
    .privacy>.privacyWrap>ul>li>p>a{
        font-size: 0.9em;
    }
    .privacy>.privacyWrap>ul>li>p{
        font-size: 0.7em;
    }
    .privacy>.privacyWrap>ul>li>ul>li{
        font-size: 0.6em;
    }
    .privacy>.privacyWrap>ul>li>p.notice {
        font-size: 0.55em;
    }
    .mainTable>table>tbody>tr>th,
    .mainTable>table>tbody>tr>td{
        display: block;
    }
    .mainTable>table>tbody>tr>th{
        width: 100%;
        border: 1px solid #adaf8d;
        text-align: left;
    }
    .mainTable>table>tbody>tr:nth-child(1)>td{
        border-top: none;
    }
    .mainTable>table>tbody>tr>td{
        width: 100%;
        border-bottom: none;
        padding: 1em 0 2em 0;
    }
    .mainTable>table>tbody>tr:nth-child(4)>td,
    .mainTable>table>tbody>tr:nth-child(5)>td,
    .mainTable>table>tbody>tr:nth-child(6)>td{
        width: 100%;
        border-bottom: none;
        padding: 1em 0 0 0;
    }
    .privacy>.privacyWrap{
        padding: 1.5em;
    }
    .over960{
        display: none;
    }
}
@media (max-width:768px){
    .mainTable,
    .privacy,
    .sendBtn_wrap{
        width: 90%;
    }
    .under768{
        display: block;
    }
}
@media (max-width:500px){
    .agreeBtn p{
        width: 66.66%;
    }
    .sendBtn_wrap p.sendBtn{
        width: 88.88%;
    }
    .under500{
        display: block;
    }
}
@media (max-width:430px){
    .privacy>.privacyWrap{
        padding: 1em;
    }
    .mainTable,
    .privacy{
        margin-bottom: 30px;
    }
    .sendBtn_wrap{
        margin-bottom: 50px;
    }
    .mainTable>table>tbody>tr>th,
    .mainTable>table>tbody>tr>td{
        font-size: 0.7em;
    }
}