
/*フォーム外側*/
.contact-mail-box{
    padding: 70px 0;
}
.contact-form-otr{
    padding: 30px 15px 40px;
    text-align: left;
    max-width: 1100px;
    margin: 0 auto;
    background: #fff;
}
/*フォーム注意書き*/
.formnote {
    color: #e7280d;
    text-align: right;
    max-width: 1000px;
    font-size: 1.4rem;
    margin-bottom: 20px;
}
/*フォーム*/
.form.formWrap {
    max-width: 1000px;
    margin: 0 auto 100px auto;
}
/*行*/
.row{
    margin: 0;
}
.row.formRow {
    border-top: 1px solid rgba(123, 105, 42, 0.5);
    display:-webkit-box;
	display:-ms-flexbox;
    display: flex;
    padding: 15px 0;
    flex-wrap: wrap;
}
.formRow-bottom{
    border-bottom: 1px solid #999999;
}
label{
    font-size: 1.4rem;
}
/*左*/
.formTh{
    width: 100%;
    margin-bottom: 5px;
}
.labeltxt{
    display: inline-block;
}
.labelText01{
    font-weight: 500;
}
.d-inline-block .labelText02{
    margin-right: 15px;
}
.d-inline-block:last-of-type .labelText02{
    margin-right: 0;
}
.requiredText  {
    color: #e7280d;
    margin-left: 10px;
    display: inline-block;
}
/*右*/
.formTd {
    width: 100%;
    text-align: left;
}
/*ラジオボタン*/
.radio-div{
    display: inline-block;
    vertical-align: middle;
}
.radio-div:not(:last-of-type) {
    margin-right: 20px;
}
.radio {
    margin-right: 10px;
}
/*インプット*/
.input {
    width: 100%;
    border: solid 1px #FCC800;
}
/*郵便番号*/
.input.zipInput {
    width: 40%;
}
/*内容*/
.textarea {
    width: 100%;
    height: 120px;
    border: solid 1px #FCC800;
}
/*ボタン*/
.form-btn-otr{
    padding-top: 50px;
    text-align: center;
}
.formBtn{
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 250px;
    height: 80px;
    padding-left: 20px;
    background-color: #795C2F;
    color: #fff;
    text-align: left;
    border: none;
}
.formBtn::after{
    content: '';
    width: 250px;
    height: 100%;
    position: absolute;
    top: -5px;
    left: -5px;
    border: solid 2px #FCC800;
    pointer-events: none;
}
.formBtn::before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_btnArrow.png);
    width: 45px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.formBtn:focus {
	outline:0;
}
@media screen and (min-width:768px) {
    .contact-form-otr {
        padding:30px 15px 60px 15px;
    }
    .radio-div{
        display: block;
        margin-right: 0;
    }
    label{
        font-size: 1.6rem;
    }
    .formTh {
        width: 30%;
        margin-bottom: 0;
    }
    .formTd {
        width: 70%;
    }
    .input.zipInput {
        width: 30%;
    }
    .form-btn-otr:first-of-type{
        margin-bottom:20px;
    }
    .formBtn{
        width: 300px;
        line-height: 80px;
    }
    .formBtn::after{
        width: 300px;
    }
    .selectArea-year{
        display: flex;
    }
    .row.formRow{
        padding: 15px 10px;
    }
    .d-block{
        display: inline-block!important;
    }
    .d-block:nth-of-type(4){
        padding-left: 1px;
    }
}

/*プライバシーポリシー*/
.privacy-box{
    padding-top: 40px;
}
.privacy{
    padding: 40px 0 70px;
}
.privacyBox {
    overflow-y: scroll;
    text-align:left;
    max-width:1000px;
    margin: 0 auto;
    height:300px;
    border: 1px solid #ccc;
    padding:30px 15px 0;
    background: #fff;
}
.privacyDt {
    font-weight: 700;
    padding-bottom: 3px;
}
.privacyDd-top {
    margin-bottom: 55px;
}
.privacyDd {
    margin-bottom: 35px;
}
.privacy-policy__title{
    margin-bottom: 40px;
    text-align: center;
    font-size: 2.0rem;
    font-weight: 600;
    font-family: "Zen Old Mincho", serif;
    color: #795C2F;
}
@media screen and (min-width:768px) {
    .privacy-box{
        padding-top: 60px;
    }
    .privacy{
        padding: 60px 0 150px;
    }
    .privacyBox {
        padding:30px 30px 0;
    }
    .privacy-policy__title{
        font-size: 3.2rem;
    }
    .privacyLabel{
        margin-left: 30px;
}
}