@charset "UTF-8";
#contents.under{padding-top:0}

/*===================================
2022/8/8(mw_wp_form用)
=====================================*/
.formArea{
	padding: 10px 10px 35px 10px;
	margin-bottom:114px;
    background-color: #f2f3fa;
    box-sizing: border-box;
}

.formArea table{
	margin-bottom:20px;
	border-collapse: inherit;
}

.formArea table td,.formArea table th{
	display:block;
	text-align:left
}
.formArea table td:after,.formArea table th:after{
	display:block;
	clear:both;content:'';
}

.formArea table th .require{
	display:inline-block;
	float:right;
	width:40px;
	text-align:center;
	color:#fff;
	line-height:18px;
	font-size: 12px;
	background-color:#df1014;
	border-radius: 20px;
}

.formArea table td{
	padding: 0 0 18px 0;
	border-bottom: 2px solid white;
}

/* 2022/07/22 */
.formArea dl{
/*
	display: flex;
	flex-wrap: wrap;
*/
}

/* 2022/07/26 */
.formArea dt{
/*	width: 50%;*/
/*
	padding: 10px 0 10px 10px;
	border-bottom: 2px solid white;
	box-sizing: border-box;
*/
}

/* 2022/07/26 */
.formArea dd{
/*	width:50%;*/
/*	border-bottom: 2px solid white;*/
}

.mw_wp_form_confirm .formArea dd,
.mw_wp_form_confirm .formArea dt{
	border-bottom:none;
	width: auto;
	line-height: 1.4;
}

/* 2022/07/26 */
.formArea dd:last-of-type,
.formArea dt:last-of-type{
	border-bottom:none;
}

/* 2022/07/26 */
span.mwform-radio-field.horizontal-item {
	display: block;
	padding:10px 0;
	margin-left:10px;
}

@media screen and (min-width:600px){
	.formArea{
		padding: 43px 50px 60px 50px;
		margin-bottom:234px;
		border-radius: 15px;
	}
	.formArea table{
		margin-bottom:51px;
	}
	.formArea dt{
/*		width: 40%;*/
/*        width: 55%;*/
	}
	.formArea dd{
/*		width:55%;*/
/*        width: 40%;*/
	}
	.formArea table td,.formArea table th{
		display:table-cell;
		border-bottom: 2px solid white;
		vertical-align: middle;
	}
	.formArea table th{
		width:304px;
	}
	.formArea table th .require{
		width: 46px;
	}
	.formArea table td{
		padding: 17px 0 17px 16px;
		vertical-align: middle;
	}
}

@media screen and (max-width:599px) {
	.formArea table th{
		padding: 18px 0 10px 2px;
	}
}

::placeholder{
	color: #cfcfcf;
	font-weight: bold;
	font-size: 16px;
}

::-webkit-input-placeholder,::-moz-placeholder,
:-moz-placeholder,:-ms-input-placeholder{
	color: #cfcfcf;
	font-weight: bold;
	font-size: 16px;
}

input:-webkit-autofill{
	-webkit-box-shadow:0 0 0 1000px #eee inset;
	box-shadow:0 0 0 1000px #eee inset;
}


div[class = wpcf7-form-control-wrap]{
	margin-bottom:30px;
}


/*
recaptcha
-------------------------------*/
.g-recaptcha>div{
	margin:auto
}

.formArea .g-recaptcha {
    margin: 32px 0 30px;
}

/*
head
-------------------------------*/
.head {
	position: relative;
}

.head .tit span:before {
	display:inline-block;
	vertical-align: middle;
	width:25px;
	height:27px;
	content:'';
	background:url("../img/form/ico_headset01_sp.png") 0 0 no-repeat;
	background-size:25px auto;
}

@media screen and (max-width:599px){
	.head .tit span:before{
		position: relative;
		/* top: 26px;(2022/06/09) */
	}
}

@media screen and (min-width:600px){
	.head .tit span:before{width:37px;height:40px;background-image:url(../img/form/ico_headset01_pc.png);background-size:auto}
}

/*
block-box
-------------------------------*/
.block-box{
    padding: 10px 0;
}

.bold{
	font-weight: bold;
    padding-bottom: 8px;
}


/*
form-head(2022/07/21)
-------------------------------*/
.form-head__label{
	font-weight:bold;
	color:#333;
	font-size:16px;
}


@media screen and (min-width:600px){
	.formArea table th.form-head__top {
		vertical-align: baseline;
		padding-top: 35px;
	}
	.form-head__label{
		width:80%;
		display:inline-block;
	}
}

@media screen and (max-width:599px) {
	.formArea table td.form-input__about {
		border-bottom: none;
	}
}

/*
form-input(2022/8/8)
-------------------------------*/
.form-input__select,.form-input__text,.form-input__text--name,.form-input__text--day,.form-input__textarea,.datepicker{
	background-color:white;
	font-family:inherit;
	font-size:16px;
	width:100%;
	display:block;
	padding:20px 10px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.form-input__text--name{
	width: 100%;
    float: left;
}

.form-input__text--name:first-of-type{
	margin-right: 2%;
}

.form-input__select{
	-webkit-appearance: none;
	appearance: none;
}

.form-input__selectbox,
.form-input__datebox{
	position: relative;
}

.form-input__radio{
	transform:scale(1.8);
}
.form-input__text--day {
    width: 100%;
    margin-bottom: 0.8em;
    float: left;
}
/*
.form-input__selectbox::after{
	right: 20px;
    top: 30%;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
    border-top: 2px solid #333;
    border-right: 2px solid #333;
}
*/

/* 2022/08/16 */
/* .form-input__datebox::before{
	top: 30%;
    left: 5%;
	position: absolute;
    content: "\f073";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 24px;
} */

.form-input__textarea{
	height: 200px;
    resize: none;
}

.datepicker{
	width:100%;
	cursor: pointer;
	/* padding: 20px 0 20px 50px; */
}

@media screen and (min-width:600px){
	.form-input__select,.form-input__text,.form-input__text--name,.form-input__textarea{
		padding:22px;
	}
	.datepicker{
		/* padding: 22px 0 22px 50px; */
		padding:22px;
	}
  
	/* 2022/08/16 */
	/* .form-input__datebox::before{
		top: 32%;
		left: 2%;
	} */
	.form-input__selectbox::after{
		top: 40%;
	}
	.datepicker{
		width:50%;
	}
	.form-input__select{
		width: 50%;
        cursor: pointer;
	}
	.form-input__selectbox::after{
		right: 52%;
	}
  .form-input__text--day {
        width: 49%;
        margin-bottom: 0;
  }
}

/*
form__submit(2022/07/21)
--------------------------*/
.form__submit,.form__bback,.form-complete__link{
	appearance: none;
	-webkit-appearance: none;
	position: relative;
	display: block;
    width: 100%;
	padding: 32px 10px 32px 10px;
    margin: 0 auto;
    text-align: center;
	cursor: pointer;
    /* border-radius: 15px; */
	border-radius: 50px;
    color: #fff;
    font-size: 16px;
    font-weight:500;
	box-sizing: border-box;
	height:90px;
	font-family: "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.form__submitbox{
	position: relative;
	width: 100%;
  margin-top: 2em;
}

.form__submit,.form-complete__link{
	background: #00008b;
	letter-spacing: .02em;
	border: 1px solid #00008b;
	line-height: 1.4;
}

.form__bback{
	background-color: #6495ed;
	border: 1px solid #6495ed;
}

.form__submit:hover,
.form-complete__link:hover{
	background: white;
	color: #00008b;
	transition: all 0.5s 0s ease;
}

.form__bback:hover{
	background: white;
	color: #6495ed;
	transition: all 0.5s 0s ease;
}

.form__submitbox::after,.form__bback::after,.form-complete__link::after{
	right: 35px;
    bottom: 40px;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border-top: 3px solid white;
    border-right: 3px solid white;
}

/*
.form__submitbox::after{
	top: 74%;
}
*/

.form__bback:hover::after{
	border-top: 3px solid #6495ed;
    border-right: 3px solid #6495ed;
	transition: all 0.5s 0s ease;
}

.form__submitbox:hover::after,
.form-complete__link:hover::after{
	border-top: 3px solid #00008b;
    border-right: 3px solid #00008b;
	transition: all 0.5s 0s ease;
}

@media screen and (min-width:600px) {
	.form__submit,
	.form-complete__link {
		max-width: 400px;
		font-size: 1.8rem;
	}
	.form__submitbox{
		max-width: 400px;
    	margin:2em auto;
	}
}

@media screen and (max-width:599px) {
	.form__bback{
		margin-bottom:35px;
	}
}

/*
.mwform-checkbox-field(2022/07/21)
-------------------------*/
.mwform-checkbox-field{
	display: block;
    margin: auto;
    text-align: center;
}

/*
#form_address
------------------------*/
/* 2022/08/20 */
#address_input.show,#address_head.show,
#preparation_head.show,#preparation_input.show{
    display: block;
}

/* 2022/08/20 */
/*
#address_input,#address_head,
#preparation_head,#preparation_input{
    display: none;
}
*/

/* 2022/08/20 */
@media screen and (min-width:600px){
	#address_input.show,#address_head.show,
	#preparation_head.show,#preparation_input.show{
		display: table-cell;
	}
}

/*
.mw_wp_form_confirm(2022/07/23)
-------------------------*/
.mw_wp_form_confirm .form__privacy,
.mw_wp_form_confirm .formArea dt,
.mw_wp_form_confirm .annotation,
.mw_wp_form_confirm .formArea table th .require,
.mw_wp_form_confirm .form-input__datebox::before {
	display: none;
}

.mw_wp_form_confirm .formArea table td {
	padding: 20px 0;
}

.mw_wp_form_confirm .form__submitbox::after{
	top: 42%;
}

.mw_wp_form_confirm .formArea table td.form-input__about {
	line-height: 1.6;
}

.mw_wp_form_confirm .form-input__selectbox::after{
	display: none;
}

.mw_wp_form_confirm .block-box {
	padding: 0 0 30px 0;
}

.mw_wp_form_confirm .block-box:last-of-type{
	padding: 0;
}

@media screen and (min-width:600px) {
	.mw_wp_form_confirm .formArea table td {
		padding: 40px 45px 40px 16px;
	}
	.mw_wp_form_confirm .formArea{
		padding: 40px 50px 80px 50px;
	}
	.mw_wp_form_confirm .form__submitbox,
	.mw_wp_form_confirm .form__bback{
		max-width: 340px;
		margin: 0;
	}
	.mw_wp_form_confirm .form-btn {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display:flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 700px;
		margin: auto;
	}
	.mw_wp_form_confirm .formArea table th.form-head__top{
		padding-top:40px;
	}
}

/*
.form-complete
------------------------*/
.form-complete{
	width: 100%;
	padding: 80px 60px;
	margin: 0 auto 100px auto;
	box-sizing: border-box;
	background: #f2f3fa;
	border-radius: 15px;
}

.form-complete__title{
	font: bold 24px 'Noto Sans JP', sans-serif;
	margin-bottom: 48px;
	text-align: center;
}

.form-complete__txt{
	font-size: 18px;
    line-height: 1.8;
    /* margin-bottom: 140px; */
	margin-bottom: 48px;
	text-align: center;
}

@media screen and (max-width:599px){
	.form-complete{
		padding: 35px 20px;
		border-radius:0;
	}
	.form-complete__title{
		font-size: 20px;
		margin-bottom:20px;
		text-align: left;
	}
	.form-complete__txt{
		font-size: 16px;
		margin-bottom: 70px;
		text-align: left;
	}
}


/*
form(2022/07/23)
------------------------*/
.form-confirm{
	display:none;
}

.form-confirm.show{
	display: block;
	padding: 30px 10px;
    /* background-color: cornsilk; */
    margin-bottom: 20px;
}

.form-confirm__txt{
	font-size: 18px;
	text-align: center;
}

.contents__txt {
    font-size: 18px;
	text-align: center;
    margin-bottom: 3em;
    line-height: 1.4;
}

/*
.privacyBox(2022/07/23)
------------------------*/
.privacyBox.none{
	display: none;
}

.privacyBox {
	padding: 0;
	margin-bottom: 30px;
}

.privacyBox .txtKojin01{
	margin: 0 0 10px;
    font-size: 1.4rem;
}
.privacyBox .agreeBox {
	height: 200px;
    padding: 10px;
	overflow-y: scroll;
    border: 1px solid #d4d4d4;
	background: white;
	line-height: 1.6;
}

@media screen and (min-width:600px){
	.privacyBox {
		padding: 15px;
	}
	.privacyBox .txtKojin01 {
		text-align: center;
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
	.privacyBox .agreeBox {
		height: 250px;padding: 20px;
	}
}

/* (2022/07/26) */
.form__privacy .error {
    text-align: center;
    padding-top: 10px;
}

/*
checkbox(2022/08/08)
------------------------*/
span.mwform-checkbox-field-text{
	font-weight: bold;
	position: relative;
	padding-left: 40px;
}

.mwform-checkbox-field input {
    display: none;
}

.mwform-radio-field input.form-input__radio{
	margin-right: 10px;
}

span.mwform-checkbox-field-text::before {
    position: absolute;
    top: 2%;
    left: 0;
    height: 22px;
    content: "";
    width: 22px;
    border: solid 2px #333;
    /* border-radius: 4px; */
    background: white;
    box-sizing: border-box;
}

span.mwform-checkbox-field-text::after {
	content: "";
	position: absolute;
	left: 7px;
    top: 3px;
	width: 6px;
	height: 10px;
	border: solid #FFF;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
}

.mwform-checkbox-field input:checked + span.mwform-checkbox-field-text:before {
    background: #2e80ff;
    border-color: #2e80ff;
}

.mwform-checkbox-field input:checked + span.mwform-checkbox-field-text::after {
    opacity: 1;
}



/*----------------------
.contents__block(2022/08/02)
---------------------------*/
.contents__block{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: center;
	box-sizing: border-box;
	max-width: 900px;
    margin: auto;
}

.contents__block{
	margin-bottom:70px;
}

.contents__block.none{
	display: none;
}

.contents__block-txt{
	font-size: 18px;
	max-width:420px;
	width:100%;
	line-height:1.4;
}
.red {
  color: #ff0000;
}

@media screen and (max-width:599px){
	.contents__block{
		margin-bottom:40px;
		padding: 0 10px;
	}
	.contents__block-txt{
		font-size: 16px;
		line-height:1.8;
		margin-bottom: 24px;
	}
}
@media screen and (min-width: 599px){
	.section__btn--win:before {
		left:15%;
	}
}

/* error */
.mw_wp_form .error{
	padding-top:10px;
}

/* annotation(2022/08/09) */
.annotation{
	padding-top:10px;
}

/*preparation-list(2022/08/20)  */
.preparation-list {
    line-height: 1.8;
    padding: 20px 0 20px 20px;
    text-indent: -1em;
}

.preparation-checkbox{
	display: inline-block;
	text-align: left;
    padding: 0 10px;
}

/*link-blue(2022/08/20)  */
.link-blue {
    color: #4db7c6;
    text-decoration: underline;
}

/*ご希望の体験コース(2022/11/04)  */
dt p.tit {
  font-weight: bold;
  line-height: 1.4;
}

dt p.tit span {
  font-weight: bold;
/*  color: #df1014;*/
}



.mw_wp_form .vertical-item {
  text-align: left;
}
.form-input__whats span {
  padding-bottom: 0.4em;
  font-weight: normal;
}

.form-input__photo p {
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.come {
  font-size: .8em;
}