.form-bg{
    /* padding: 40px 15px;
    background-color: #fff; */
    margin-bottom: 100px;
}
@media screen and (min-width:768px){
    .form-bg{
        /* padding: 60px 15px; */
        margin-bottom: 160px;
    }
}

/*フォーム外側*/
.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 0 auto;
}
/*行*/
.row{
    margin: 0;
}
.row.formRow {
    border-top: 1px solid #999999;
    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%;
}
/*郵便番号*/
.input.zipInput {
    width: 40%;
}
/*内容*/
.textarea {
    width: 100%;
    height: 120px;
}
/*ボタン*/
.form-btn-otr{
    padding-top: 50px;
    text-align: center;
}
.formBtn{
    cursor: pointer;
    background-color: #fff;
    border: solid 1px #333;
    border-radius: 40px;
    max-width: 300px;
    width: 100%;
    line-height: 60px;
    color: #333;
    letter-spacing: 0.05em;
    position: relative;
}
.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{
        max-width: 400px;
        line-height: 80px;
    }
    .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;
}
@media screen and (min-width:768px) {
    .privacy-box{
        padding-top: 60px;
    }
    .privacy{
        padding: 60px 0 150px;
    }
    .privacyBox {
        padding:30px 30px 0;
    }
}