/* #mw_wp_form_mw-wp-form-150{
	width: min(90%, 1200px);
    margin: auto;
} */

/* form -------------------------------------------------- */
form{
	background: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 40px 0;
}
form p{
	padding: 10px 0;
}
/* .form-box{
	background: #fff;
	margin: 0 auto;
	width: 960px;
} */
/* .form-box-inner{
	margin: 0 auto;
	width: 840px;
} */
/* .form-section{
	margin: 0 0 40px 0;
} */

/* table -------------------------------------------------- */
table{
	margin: auto;
	width: 90%;
}
.border-top{
	border-top: 1px solid #eee;
	/* margin-top: 20px;
	padding-top: 20px; */
}
table td{
	font-size: 16px;
	font-weight: 900;
}
table td.td01{
	padding: 30px 0;
	width: 260px;
}
table td.td01 span{
	clear: both;
	float: right;
	font-size: 12px;
}
table td.td01 span.form-required{
	background: #b80000;
	clear: both;
	color: #fff;
	float: right;
	font-weight: 900;
	padding: 5px 10px;
}
table td.td01 span.form-any{
	float: right;
	clear: both;
	background: #f2f2f2;
	padding: 5px 10px;
}
table td.td02{
	/* padding: 0 0 0 20px; */
	padding: 40px 0 30px 20px;
	vertical-align: middle;
	width: 580px;
}
table td.td02:first-of-type{
	padding: 0 0 30px 20px;
}
table td.td02 h2{
	margin: 0 auto 10px;
}
table td.td02 p{
	font-weight: 300;
}
table td.td02 h2,
table td.td02 p{
	line-height: normal;
}
table td  ul li{
	list-style: none;
	padding: 8px 0;
}
span.dtSpan02{
	font-size: 14px!important;
	/* font-weight: 300!important; */
}

/* cp_ipselect -------------------------------------------------- */
.cp_ipselect{
	overflow: hidden;
	width: 60%;
	margin: 0;
	text-align: center;
}
.cp_ipselect select{
	width: 100%;
	height: 42px!important;
	padding-right: 1em;
	font-size: 18px!important;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand{
	display: none;
}
.cp_ipselect.cp_sl03{
	position: relative;
	border-radius: 2px;
	border: 2px solid #111;
	background: #ffffff;
	margin: 0 0 10px;
}
.cp_ipselect.cp_sl03::before{
	position: absolute;
	top: 1.1em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #111;
	pointer-events: none;
}
.cp_ipselect.cp_sl03 select{
	padding: 8px 38px 8px 8px;
	color: #111;
}
#box_C06, #box_C09{
	display: none;
}

/* submit-area -------------------------------------------------- */
.submit-area{
	width: 90%;
	margin: 0 auto;
	background: #fffbe5;
	padding: 60px 0;
}
.center{
	width: 50%;
	margin: 0 auto;
}
.submit{
	width: 100%;
	background: #008e67;
	background: -moz-linear-gradient(top,  #00c48e 0%, #008e67 100%);
	background: -webkit-linear-gradient(top,  #00c48e 0%,#008e67 100%);
	background: linear-gradient(to bottom,  #00c48e 0%,#008e67 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c48e', endColorstr='#008e67',GradientType=0 );
	color: #fff;
	padding: 15px 0;
	font-size: 16px;
	border: 0!important;
	border-radius: 30px;
	font-weight: 900;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.submit:hover{
	width: 100%;
	margin: 0 auto!important;
	background: #008e67;
	background: -moz-linear-gradient(top,  #008e67 0%, #00c48e 100%);
	background: -webkit-linear-gradient(top,  #008e67 0%,#00c48e 100%);
	background: linear-gradient(to bottom,  #008e67 0%,#00c48e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008e67', endColorstr='#00c48e',GradientType=0 );
	color: #fff;
	padding: 15px 0;
	font-size: 16px;
	border: 0!important;
	border-radius: 30px;
	font-weight: 900;
}

/* input -------------------------------------------------- */
input[type="text"]{
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #f1f1f1;
	outline: 0;
	text-indent: 7px!important;
	font-size: 18px!important;
}
.input-text{
	width: 100%;
	height: 42px;
	border-radius: 5px!important;
}
.input-text input[type="text"]{
	width: 100%;
	padding: 3px 10px;
	border: 1px solid #333!important;
	border-radius: 2px;
	transition: border-color ease .2s;
}
.input-text input[type="text"]:focus{
	border-color: #5f98e1;
}
.input-name{
	width: 48%;
	height: 42px;
	border-radius: 5px!important;
}
.input-name input[type="text"]{
	width: 48%;
	padding: 3px 10px;
	border: 1px solid lightgrey;
	border-radius: 2px;
	transition: border-color ease .2s;
}
.input-name input[type="text"]:focus{
	border-color: #5f98e1;
}
.input-30{
	width: 30%;
	height: 42px;
	border-radius: 5px!important;
}
.input-30 input[type="text"]{
	width: 30%;
	padding: 3px 10px;
	border: 1px solid lightgrey;
	border-radius: 2px;
	transition: border-color ease .2s;
}
.input-30 input[type="text"]:focus{
	border-color: #5f98e1;
}
.input-50{
	width: 50%;
	height: 42px;
	border-radius: 5px!important;
}
.input-50 input[type="text"]{
	width: 50%;
	padding: 3px 10px;
	border: 1px solid lightgrey;
	border-radius: 2px;
	transition: border-color ease .2s;
}
.input-50 input[type="text"]:focus{
	border-color: #5f98e1;
}
textarea[type="text"]{
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #f1f1f1;
	outline: 0;
	text-indent: 7px!important;
	font-size: 18px!important;
}
.input-textarea{
	width: 100%;
	height: 250px;
	border-radius: 5px!important;
}
.input-textarea textarea[type="text"]{
	width: 100%;
	padding: 3px 10px;
	border: 1px solid lightgrey;
	border-radius: 2px;
	transition: border-color ease .2s;
}
.input-textarea textarea[type="text"]:focus{
	border-color: #5f98e1;
}
input[type=checkbox]{
	display: none;
}
.check-label{
	box-sizing: border-box;
	display: block;
	line-height: 1;
	position: relative;
	padding: 0 0 0 35px;
}
.check-label:hover:after{
	border-color: #0171bd;
}
.check-label:after,
.check-label:before{
	position: absolute;
	content: "";
	display: block;
	top: 48%;
}
.check-label:after{
	left: 5px;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	border: 2px solid #ccc;
	border-radius: 6px;
}
.check-label:before{
	left: 12px;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #0171bd;
	border-bottom: 3px solid #0171bd;
	transform: rotate(45deg);
	opacity: 0;
}
input[type=checkbox]:checked + .check-label:before {
	opacity: 1;
}

/* risk -------------------------------------------------- */
.risk{
	background: #f9f9f9;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 10px;
	overflow: scroll;
	width: 100%;
	height: 150px;
}
.risk_inner{
	margin: 20px auto;
	width: 95%;
}
.risk h2{
	font-size: 16px;
	font-weight: 600;
	margin: 5px 0 10px 0;
    line-height: unset!important;
}
.risk h3{
	font-size: 14px;
	font-weight: 600;
	margin: 5px 0;
}
.risk h4{
	font-size: 14px;
	font-weight: 600;
	margin: 10px 0 0 0;
	padding: 5px 0;
}
.risk p{
	font-size: 12px;
	font-weight: 300;
	margin: 0 !important;
	padding: 4px 0!important;
	line-height: 150%;
}
.risk ol{
	margin-left: 16px;
}
.risk ol li{
	font-size: 12px;
	font-weight: 300;
}
.risk .day{
	font-size: 12px;
	text-align: right;
}

/* .bt_ipselect -------------------------------------------------- */
.bt_ipselect.Y{
	overflow: hidden;
	text-align: center;
	width: 30%;margin: 0;
}
.bt_ipselect.M{
	margin: 0;
	overflow: hidden;
	text-align: center;
	width: 15%;
}
.bt_ipselect.D{
	margin: 0;
	overflow: hidden;
	text-align: center;
	width: 15%;
}
.bt_ipselect select{
	background: transparent;
	background-image: none;
	border: none;
	box-shadow: none;
	cursor: pointer;
	font-size: 22px!important;
	outline: none;
	padding-right: 1em;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	width: 100%;
	height: 42px!important;
	-webkit-appearance: none;
	appearance: none;
}
.bt_ipselect select::-ms-expand{
	display: none;
}
.bt_ipselect.bt_sl{
	position: relative;
	border-radius: 2px;
	border: 2px solid #111;
	background: #ffffff;
	display: flex;
	align-items: center;
}
.bt_ipselect.bt_sl::before{
	position: absolute;
	top: 1.3em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #111;
	pointer-events: none;
}
.bt_ipselect.bt_sl select{
	padding: 0 38px 0 8px;
	color: #111;
	display: inline;
}
.flex{
	display: flex
}
.ymd{
	margin-right: 20px;
	padding-top: 30px;
	padding-left: 10px;
}

@media screen and (max-width: 768px){
	/* form -------------------------------------------------- */
	/* .form-box{
		width: 100%;
		margin: 0 auto;
		background: #fff;
	} */
	.form-section h1{
		font-size: 32px;
		color: #000;
		text-align: center;
	}

	/* table -------------------------------------------------- */
	/* table{
		max-width: 100%;
		width: 100%!important;
		margin-left: -7px!important;
	} */
	.border-top{
		margin-top: 0;
		padding-top: 20px;
		border-top: 0;
	}
	table td{
		font-size: 14px;
		font-weight: 900;
	}
	table td.td01{
		align-items: center;
		background: #333;
		box-sizing: border-box;
		color: #fff;
		display: flex;
		justify-content: space-between;
		padding: 10px;
		width: 100%;
	}
	table td.td02{
		max-width: 100%;
		width: 100%!important;
		display: block!important;
		padding: 20px 0;
	}
	table td.td01 span{
		font-size: 12px;
	}
	table td.td01 span.form-required{
		margin-left: 20px; 
		background: #b80000;
		padding: 5px 10px;
		color: #fff;
		font-weight: 900;
	}
	table td.td01 span.form-any{
		margin-left: 20px;
		background: #f2f2f2;
		padding: 5px 10px;
		color: #000;
	}
	table td  ul li{
		list-style: none;
		padding: 12px 0;
		line-height: 175%;
		font-size: 13px!important;
	}
	span.dtSpan02{
		font-size: 14px!important;
		font-weight: 300!important;
	}

	/* cp_ipselect -------------------------------------------------- */
	.cp_ipselect{
		overflow: hidden;
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.cp_ipselect select{
		width: 100%;
		height: 42px!important;
		padding-right: 1em;
		font-size: 18px!important;
		cursor: pointer;
		text-indent: 0.01px;
		text-overflow: ellipsis;
		border: none;
		outline: none;
		background: transparent;
		background-image: none;
		box-shadow: none;
		-webkit-appearance: none;
		appearance: none;
	}
	.cp_ipselect select::-ms-expand{
		display: none;
	}
	.cp_ipselect.cp_sl03{
		position: relative;
		border-radius: 2px;
		border: 2px solid #111;
		background: #ffffff;
	}
	.cp_ipselect.cp_sl03::before{
		position: absolute;
		top: 1.1em;
		right: 0.8em;
		width: 0;
		height: 0;
		padding: 0;
		content: '';
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 8px solid #111;
		pointer-events: none;
	}
	.cp_ipselect.cp_sl03 select{
		padding: 8px 38px 8px 8px;
		color: #111;
	}

	/* submit-area -------------------------------------------------- */
	.submit-area{
		width: 90%;
		margin: 0 auto;
		background: #fffbe5;
		padding: 60px 0;
	}
	.center{
		width: 90%;
		margin: 0 auto;
	}
	.submit{
		width: 100%;
		background: #008e67;
		background: -moz-linear-gradient(top,  #00c48e 0%, #008e67 100%);
		background: -webkit-linear-gradient(top,  #00c48e 0%,#008e67 100%);
		background: linear-gradient(to bottom,  #00c48e 0%,#008e67 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c48e', endColorstr='#008e67',GradientType=0 );
		color: #fff;
		padding: 15px 0;
		font-size: 16px;
		border: 0!important;
		border-radius: 30px;
		font-weight: 900;
		-webkit-transition: 0.5s;
		transition: 0.5s;
	}

	/* risk -------------------------------------------------- */
	.risk{
		border-radius: 5px!important;
		border: 1px solid #ccc;
		height: 120px;
		overflow: scroll;
		background: #f9f9f9;
		margin-top: 10px;
	}
	.risk_inner{
		width: 95%;
		margin: 20px auto;
	}
	.risk h2{
		font-size: 16px;
		font-weight: 600;
		margin: 5px 0 10px 0;
	}
	.risk h3{
		font-size: 14px;
		font-weight: 600;
		margin: 5px 0;
	}
	.risk h4{
		font-size: 14px;
		font-weight: 600;
		margin: 10px 0 0 0;
		padding: 5px 0;
	}
	.risk p{
		font-size: 12px;
		font-weight: 300;
		margin: 0 !important;
		padding: 4px 0!important;
		line-height: 150%;
	}
	.risk ol{
		margin-left: 16px;
	}
	.risk ol li{
		font-size: 12px;
		font-weight: 300;
	}
	.risk .day{
		font-size: 12px;
		text-align: right;
	}

	/* .bt_ipselect -------------------------------------------------- */
	.bt_ipselect.Y{
		overflow: hidden;
		width: 35%;
		margin: 0;
		text-align: center;
	}
	.bt_ipselect.M{
		overflow: hidden;
		width: 25%;
		margin: 0;
		text-align: center;
	}
	.bt_ipselect.D{
		overflow: hidden;
		width: 25%;
		margin: 0;
		text-align: center;
	}
	.bt_ipselect select{
		width: 100%;
		height: 37px!important;
		padding-right: 1em;
		font-size: 18px!important;
		cursor: pointer;
		text-indent: 0.01px;
		text-overflow: ellipsis;
		border: none;
		outline: none;
		background: transparent;
		background-image: none;
		box-shadow: none;
		-webkit-appearance: none;
		appearance: none;
	}
	.bt_ipselect select::-ms-expand{
		display: none;
	}
	.bt_ipselect.bt_sl{
		position: relative;
		border-radius: 2px;
		border: 2px solid #111;
		background: #ffffff;
		display: flex;
		align-items: center;
	}
	.bt_ipselect.bt_sl::before{
		position: absolute;
		top: 1.1em;
		right: 0.5em;
		width: 0;
		height: 0;
		padding: 0;
		content: '';
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 8px solid #111;
		pointer-events: none;
	}
	.bt_ipselect.bt_sl select{
		padding: 8px 38px 8px 8px;
		color: #111;
	}
	.flex{
		display: flex
	}
	.ymd{
		margin-right: 10px;
		padding-top: 20px;
		padding-left: 5px;
	}
}

@media screen and (max-width: 428px){
	.cp_ipselect.cp_sl03::before{
		top: 1.3em!important;
	}
}

/* radio追加 ---------------------------------------- */
.radio > label {
	align-items: center;
	display: flex;
	font-weight: normal;
	margin: 0 auto 10px;
}
.radio > label:last-of-type{
	margin: 0 auto;
}
.radio > label > input[type="radio"] {
	display: block;
	margin: 0 5px 0 0;
	width: 16px;
	height: 16px;
}