@charset "utf-8";
.contact .under_mv,
.confirm .under_mv{
    background: url(../img/contact/main_pc.jpg) no-repeat center/cover;
}
@media screen and (max-width: 1024px) {
    .contact .under_mv,
    .confirm .under_mv{
        background: url(../img/contact/main_sp.jpg) no-repeat center/cover;
    }
}

.contact tr.nonactive {
    display: none;
}
.contact tr.active {
    display: table-row;
}
.confirm p.desc{
    line-height: 1.6;
    text-align: center;
}
.confirm .btn-area {
    margin-top: 30px;
}
@media screen and (max-width: 1024px) {
    .confirm .form_area .form_wrap .btn-area a {
        margin-top: 20px;
    }
}

.form_area{
    max-width: 1000px;
    max-width: 1000px;
    margin: 100px auto;
}
.form_area .desc{
    text-align: center;
    line-height: 1.6;
    margin-bottom: 40px;
}
.form_area .desc span{
    display: block;
}
.form_area .desc .caution{
    color: #d80000;
    display: inline;
}
.form_area .atten{
    background: #ecf5fb;
    padding: 20px;
    line-height: 1.6;
}
.form_area .form_wrap{
    position: relative;
    width:1000px;
    margin:50px auto 0;
}
.form_area .form_wrap .table {
    border-bottom: 1px solid #ccc;
    border-collapse: collapse;
    width: 100%;
    margin: 15px 0 0;
    background: #fff;
}
.form_area .form_wrap .table tr{
    border-top: 1px solid #ccc;
}
.form_area .form_wrap .table th {
    width: 25%;
    padding: 20px 0px 20px 20px;
    vertical-align: middle;
    font-weight: bold;
    text-align: left;
}
.form_area span.caution {
    color: #ff0000;
}
.form_area .form_wrap .table th small{
    display: block;
    font-size: 1.2rem;
}
.form_area .form_wrap .table td {
    width: 75%;
    padding:15px;
}
.form_area .form_wrap .table input,
.form_area .form_wrap .table textarea{
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    /* box-shadow: inset 1px 1px 1px #828282; */
    color: #495057;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    margin: 5px 0;
    width: 100%;
    font-size: 1.4rem;
    height: 4rem;
}
.form_area .form_wrap .table p.r_btn{
    margin-right:20px;
}
.form_area .form_wrap .table p.r_btn input{
    width: auto;
    margin-right:5px;
    box-shadow: none;
}
.form_area .form_wrap .table input::placeholder,
.form_area .form_wrap .table textarea::placeholder{
    color: #ccc;
    font-size:1.2rem;
}

.form_area .form_wrap .table input.postalcode{
    width: 20%;
    margin: 5px 2%;
}

.form_area .form_wrap .table input.postalcode:first-child {
    margin-left:0;
}
.form_area .form_wrap .table input.postalcode:nth-child(2) {
    margin-right:0;
}

.form_wrap .table input.half {
	width: 30%;
    margin: 5px 2%;
}
.form_wrap .table input.half[name="tel1"] {
	margin-left:0;
}
.form_wrap .table input.half[name="tel3"] {
	margin-right:0;
}
.form_area .form_wrap .table select{
    background: #fff;
    display: inline-block;
    height: 4rem;
    font-size: 1.4rem;
    padding: 0rem 0.75rem;
    line-height: 1.5;
    color: #191919;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    width: 100%;
    /* box-shadow: inset 1px 1px 1px #828282; */
    vertical-align: middle;
}
.form_area .form_wrap .table .align-item {
    display: flex;
    align-items: center;
    overflow: hidden;
}
.form_area .form_wrap .table .state{
    position: relative;
    width: 60%;
}
.form_area .form_wrap .table .state:after{
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
}
.form_area .form_wrap .table .align-item label {
    display: inline;
    width: 25%;
    margin-left: 4%;
    margin-bottom: 0;
}
.form_area .form_wrap .table .align-item select {
    width: 100%;
    margin-right: 0;
}
.form_area .form_wrap .table .inline {
    display: flex;
    align-items: center;
}
.form_area .form_wrap .table td p.sub_txt{
    color: #959595;
    margin: 0 10px;
}
.form_area .form_wrap .table textarea.inquiry{
    height: auto;
}
.form_area .form_wrap .btn-area {
    text-align: center;
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
    max-width: 700px;
}
.form_area .form_wrap .btn-area .btn{
    margin: 40px 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form_area .form_wrap .btn-area .btn input{
    color: #fff;
}

.form_wrap .submit-btn {
	font-size: 1.4rem;
	background-color: #fecbe6;
	padding: 15px 25px;
	color: #fff;
	min-width: 220px;
	text-align: center;
	position: relative;
	border: 0;
	font-weight: bold;
    /* type=submitのデフォルトスタイル解除 */
    margin: 10px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    outline: none;
}
.form_wrap .submit-btn:disabled {
	opacity: .9;
	cursor: not-allowed;
}
.form_wrap .reset-btn,
.form_wrap .return-btn {
	font-size: 1.4rem;
	background-color: #333;
	padding: 15px 25px;
	color: #fff;
	min-width: 220px;
	text-align: center;
	position: relative;
	border: 0;
	font-weight: bold;
    /* type=submitのデフォルトスタイル解除 */
    margin: 10px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    outline: none;
}
@media screen and (max-width: 1024px) {
    .form_area{
        margin: 60px 4%;
    }
    .form_area h4{
        padding: 18px 10px;
        font-size: 1.6rem;
        margin-bottom: 30px;
    }
    .form_area .tel{
        margin-bottom: 60px;
    }
    .form_area .tel p{
        font-size: 3.5rem;
        letter-spacing: 3px;
    }
    .form_area .tel p span{
        line-height: 1.4;
        font-size: 1.2rem;
        letter-spacing: 0;
        margin-top: 10px;
    }
    .form_area .desc span{
        display: block;
    }
    .form_area .desc .caution{
        color: #d80000;
        display: inline;
    }
    .form_area .form_wrap{
        width:auto;
        margin-top: 8%;
    }
    .form_area .form_wrap .table{
        border-bottom: 0 none;
    }
    .form_area .form_wrap .table tr{
        border: none;
    }
    .form_area .form_wrap .table th {
        display: block;
        width: 100%;
        border: none;
        background: #f3f3f3;
    }
    .form_area .form_wrap .table td {
        display: block;
        width: 100%;
    }
    .form_area .form_wrap .table td p{
        margin-top: 3%;
    }
    .form_area .form_wrap .table .align-item input, .form .form_wrap .table .align-item select{
        width: 100%;
    }
    .form_area .form_wrap .table select{
        width: 100%;
        height:auto;
        padding: 1rem 0.75rem;
    }
    .form_area .form_wrap .table select#address2{
        width: 70% !important;
    }
    .form_area .form_wrap .table input, .form .form_wrap .table textarea{
        margin:5px 0;
    }
    .form_area .form_wrap .table .tel_area{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .form_area .form_wrap .table input.half{
        width: 23%;
        margin: 0 2%;
    }
    .form_area .form_wrap .table input.third{
        width: 29%;
        margin: 0 2%;
    }
    .form_area .form_wrap .table input.postalcode{
        width: 46%;
    }
    .form_area .form_wrap .table .state{
        width: 100%;
        margin-top:6px;
    }
    .form_area .form_wrap .table .inline{
        display: block;
    }
    .form_area .form_wrap .btn-area {
        width: 80%;
        margin: 20px auto 0;
        flex-direction: column-reverse;
    }
    .form_area .form_wrap .btn-area > button {
        margin: 5px;
        width: 100%;
    }
    .form_area .form_wrap .btn-area {
        /* width: 80%; */
        width:auto;
        margin: 20px auto 0;
        flex-direction: column-reverse;
    }
    .form_area .form_wrap .btn-area > button {
        margin: 5px;
        width: 100%;
    }
    .form_area .form_wrap .btn-area .btn input{
        font-size: 1.4rem;
    }
}

.form_wrap .privacy{
    border: 1px solid #000;
    height: 200px;
    overflow-y: scroll;
    overflow-x: auto;
    background: #fff;
    margin: 20px 30px 0;
}
.form_wrap .privacy > .inner{
    padding: 15px;
}
.form_wrap .privacy h2{
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.form_wrap .privacy p{
    margin: 0 2%;
    width: auto;
    font-size:1.2rem;
}
.form_wrap .privacy .head{
    font-weight: bold;
    margin:15px 0 5px;
    text-align: left;
    font-size:1.4rem;
}
.form_wrap .privacy ul{
    margin: 2% 0 0 2%;
}
.form_wrap .privacy ul li{
    padding-left: 1em;
    font-size: 1.2rem;
}
.form_wrap .privacy ul li:before{
    content: "・";
    margin-left: -1em;
}
.form_wrap .privacy-check-wrapper {
    text-align: center;
    margin: 10px 0 0;
}
.form_wrap .privacy-check-wrapper label {
    vertical-align: middle;
}
@media screen and (max-width: 1024px) {
    .form_wrap .privacy{
        margin: 3% 6% 0;
    }
    .form_wrap .privacy > .inner{
        padding:2%;
    }
}
.form_area .form_wrap .table .radio {
    height: auto;
    width: auto;
    margin: auto;
    box-shadow: none;
    margin-right: 6px;
    margin-left: 20px;
}
.form_area .form_wrap .table td label{
    
}
.form_area .form_wrap .table .check {
    height: auto;
    width: auto;
    margin: 0 5px 0 0;
    box-shadow: none;
}
.form_area .form_wrap .table textarea{
	height: auto;
}
.form_wrap .table select[name="birthday_year"],
.form_wrap .table select[name="birthday_month"],
.form_wrap .table select[name="birthday_day"] {
    width: 25%;
    margin: 5px 2%;
    margin-right: 3px;
}
.form_wrap .table select[name="birthday_year"] {
    margin-left: 0;
}
@media screen and (max-width: 1024px) {
    .form_wrap .table select[name="birthday_year"],
    .form_wrap .table select[name="birthday_month"],
    .form_wrap .table select[name="birthday_day"] {
        width: 23%;
        margin: 0 2%;
    }
}
span.is-error,
span.caution {
	color: #ff0000;
}



#confirm .form_wrap .table td {
    text-align: left;
}
#confirm .form_wrap .table td span {
    display: inline-block;
    min-height: 16px;
}



#thanks .sec1,
#not_found .sec1{
    margin: 90px 0 180px;
}
#thanks .sec1 h3,
#not_found .sec1 h3{
    font-family: heisei-mincho-std, serif;
    text-align: center;
    font-size: 4rem;
    font-weight: 600;
}
#thanks .sec1 p,
#not_found .sec1 p{
    text-align: center;
    line-height: 1.6;
    margin: 20px 0 50px;
}
#thanks .btn,
#not_found .btn{
    margin: 20px auto;
}
@media screen and (max-width: 1024px) {
    #thanks .sec1,
    #not_found .sec1{
        margin: 90px 0 180px;
    }
    #thanks .sec1 h3,
    #not_found .sec1 h3{
        font-size: 2.4rem;
    }
    #thanks .btn,
    #not_found .btn{
        margin: 20px 8%;
    }
}


