/*=================================================
 * CSS for PC
 * ================================================= */

main{
	padding-bottom: 50px;
}

#reserved{	margin-top: 70px;}


/** flow **/

.flow{
	margin: 0 0 50px 0;
	padding: 50px 0;
	background: url(img/flow_bg.jpg) no-repeat top center;
	background-size: cover;
}
.flow h3{	margin: 0 0 30px 0;}

.flow ul{
	margin: 0 0 30px 0;
}
.flow li{
	position: relative;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 250px;
	margin: 0 40px;
}
.flow li:after{
	content: '';
	width: 114px;
	height: 82px;
	background: url(img/ya.png);
	background-size: 114px auto;
	position: absolute;
	top: calc(50% - 41px);
	right: -80px;
}
.flow li:last-of-type:after{	display: none;}
.flow li p{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	background: #0089d8;
	border-radius: 20px;
	position: absolute;
	z-index: 3;
	bottom: 10px;
	left: 0;
}
.flow li p span{
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #0089d8;
	background: #fff;
	border-radius: 50%;
	margin-right: 5px;
}
.flow li p em{}
.flow li img{
	position: relative;
	z-index: 2;
}

.flow > p{
	font-size: 16px;
	line-height: 25px;
}
.flow > p span{	color: #ff0000;}


/** caution **/

.caution{
	width: 1200px;
	margin: 0 auto 50px auto;
	padding: 50px;
	background: #fff;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.caution h3{	margin: 0 0 30px 0;}

.res_line{
	margin: 0 0 50px 0;
}
.res_line .bnr{
	font-size: 0;
	line-height: 0;
	margin: 0 0 50px 0;
}
.res_line .bnr img{}
.res_line .line1{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 35px;
	text-align: center;
	color: #0089d8;
	margin: 0 0 30px 0;
}
.res_line .line2{
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	margin: 0 0 50px 0;
}

.res_line .linebox{
	background: #def5ff;
	border-radius: 10px;
}
.res_line .linebox dl{
	display: table;
	font-size: 0;
	line-height: 0;
}
.res_line .linebox dt,
.res_line .linebox dd{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.res_line .linebox dt{
	position: relative;
	width: 500px;
	color: #fff;
	text-align: left;
	background: url(img/pen.png) no-repeat 100% 50% #0089d8;
	border-radius: 10px 0 0 10px;
	padding: 0 20px;
}
.res_line .linebox dt:after{
	content: '';
	height: 0;
	border-style: solid;
	border-width: 130px 0 130px 60px;
	border-color: transparent transparent transparent #0089d8;
	position: absolute;
	top: 0;
	right: -60px;
}

.res_line .linebox dt h4{
	display: inline-block;
	vertical-align: top;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 34px;
	line-height: 38px;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 3px solid #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.res_line .linebox dt span{
	display: block;
	font-size: 16px;
	line-height: 25px;
}
.res_line .linebox dd{
	text-align: left;
	padding: 20px 20px 20px 80px;
}
.res_line .linebox dd p{
	font-size: 16px;
	line-height: 25px;
	margin: 0 0 20px 0;
}
.res_line .linebox dd p:last-of-type{	margin-bottom: 0;}

.res_rule ul{
	width: 780px;
	margin: 0 auto 40px auto;
}
.res_rule li{
	position: relative;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	padding: 10px 0 10px 30px;
	border-bottom: 1px dotted #ddd;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.res_rule li span{
	font-size: 16px;
	line-height: 20px;
	color: #0089d8;
	position: absolute;
	top: 14px;
	left: 8px;
}
.res_rule p{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 25px;
}


/** rece **/

.rece{
	margin: 0 0 50px 0;
	padding: 50px 30px;
	background: #fff;
}
.rece h3{	margin: 0 0 30px 0;}

.rece p{
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	margin: 0 0 50px 0;
}

.rece div{
	position: relative;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: center;
	width: 520px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	margin: 0 10px;
	padding: 0 10px 10px 10px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.rece div:after{
	content: '';
	width: 240px;
	height: 120px;
	position: absolute;
	top: -20px;
	left: calc(50% - 120px);
}

.rece div:nth-of-type(1){	background: #0089d8;}
.rece div:nth-of-type(2){	background: #c06c00;}
.rece div:nth-of-type(1):after{	background: url(img/rece1.png) no-repeat;}
.rece div:nth-of-type(2):after{	background: url(img/rece2.png) no-repeat;}

.rece div h4{
	position: relative;
	z-index: 2;
	width: 100%;
	font-size: 34px;
	line-height: 40px;
	color: #fff;
	padding: 20px 0;
}

.rece div span{
	display: block;
	width: 100%;
	background: #fff;
	font-size: 22px;
	line-height: 30px;
	padding: 15px 10px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/** domain **/

.domain{
	margin-top: 50px;
	padding: 50px 30px;
	background: #fff;
}
.domain h3{	margin: 0 0 30px 0;}

.dbox_bg{
	display: flex;
	align-items: stretch;
	align-content: flex-start;
	justify-content: center;
}
.dbox{
	width: calc(100% / 3);
	padding: 0 30px;
	border-right: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.dbox:last-of-type{	border: none;}
.dbox h4{
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#dcm h4{	background: #cb002b;}
#au h4{	background: #f25000;}
#sb h4{	background: #3f3f3f;}

.dbox ul{}
.dbox li{
	position: relative;
	font-size: 11px;
	line-height: 20px;
	text-align: left;
	padding: 10px 0 10px 25px;
	border-bottom: 1px dotted #ddd;
}
.dbox li span{
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	text-align: center;
	color: #fff;
	background: #0089d8;
	border-radius: 50px;
	position: absolute;
	top: 10px;
	left: 0;
}


/** form **/

.form{
	width: 1200px;
	background: #fff;
	margin: 0 auto;
	padding: 50px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.form h3{	margin-bottom: 30px;}

.formtxt{
	width: 780px;
	margin: 0 auto 40px auto;
}
.formtxt li{
	position: relative;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	padding: 10px 0 10px 30px;
	border-bottom: 1px dotted #ddd;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.formtxt li span{
	font-size: 16px;
	line-height: 20px;
	color: #0089d8;
	position: absolute;
	top: 14px;
	left: 8px;
}

.fbox{
}

.form ul{}

.form .tr{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	border-bottom: 1px solid #ddd;
}

.form .th,
.form .td{
	display: table-cell;
	vertical-align: middle;
}

.form .th{
	width: 290px;
	color: #0089d8;
}

.form .td{}

.form .th{
	font-size: 20px;
	text-align: left;
	line-height: 30px;
	padding: 30px 0 30px 40px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.form .th em{	display: none;}

.form .th p{
	position: relative;
	padding: 0 20px 0 0;
}

.form .th span{
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	margin-left: 5px;
	color: #fff;
	background: #cc0000;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.form .td{
	position: relative;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	padding: 30px 0;
}
.form .td.txa{
	font-size: 0;
	line-height: 0;
}

.form .td .sub{	padding-top: 10px;}
.form .td .sub span{
	color: #ff0000;
}

.form .td textarea{
	width: 100%;
	height: 300px;
	font-size: 16px;
	line-height: 20px;
}

.form #submit{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 40px 0 0 0;
}

#submit p{
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 40px 0;
	padding: 0 0 0 0;
}

.form #submit .fade{
}
.form #submit br{	display: none;}

.form #submit input,
.form .bt{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 250px;
	height: 60px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	border-radius: 0;
	color: #0089d8;
	background: #fff;
	border: 2px solid #0089d8;
	border-radius: 5px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.form #submit input:hover,
.form .bt:hover{
	color: #fff;
	background: #0089d8;
}


/** form item **/

input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"]
{
	background: #fff;
	padding: 8px;
	font-size		: 16px;
	line-height: 20px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	border			: 1px solid #ddd;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

input[type="radio"]{
	padding			:0;
	margin			:0;
}

.w1{	width: 300px;}
.w2{	width: 100%; max-width: 700px;}
.w3{	width: 50px;}
.s1{	width: 300px;}
.s2{	width: 180px;}
.s3{	width: 90px;}

select{
	font-size: 16px;
	line-height: 20px;
	padding: 10px 20px 10px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.select_bg{
	position: relative;
	display: inline-block;
}
.select_bg:before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 40px;
	background: #666;
	border-radius: 0 2px 2px 0;
	position: absolute;
	top: 1px;
	right: 1px;
}
.select_bg:after{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 4px 0 4px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: calc(50% - 4px);
	right: 12px;
}

.form textarea{
	width: 100%;
	padding: 8px;
	font-size		: 16px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	background: #fff;
	border			: 1px solid #ddd;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.form input::placeholder,
.form textarea::placeholder{	color: #ccc;}
.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder{	color: #ccc;}
.form input::-ms-input-placeholder,
.form textarea::-ms-input-placeholder{	color: #ccc;}

.error{
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	padding			: 40px 0 0 0;
}
.error span{
	color			: #ff0000;
}

.over{
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	margin			: 0 0 0 0;
	padding			: 40px 0 0 0;
}
.error+.bt_bg,
.over+.bt_bg{
	text-align: center;
	padding: 30px 0 0 0;
}

.error_text{
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #ff0000;
	margin: 0 0 30px 0;
}
#submit .error_text br{	display: inline;}

.error_text:empty{ display: block;}

.error_block .th{
	color: #ff0000 !important;
	animation-name: indfade;
	animation-duration: 2.0s;
	animation-timing-function: ease-out;
	animation-delay: 0.0s;
	animation-iteration-count: infinite;
	animation-fill-mode: backwards;
}
@keyframes indfade {
	0%{
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	80% {
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	85% {
		opacity: 0.3;
		filter: alpha(opacity=30);
	}
	90% {
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	95% {
		opacity: 0.3;
		filter: alpha(opacity=30);
	}
	100%{
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
}

.error_block input[type="text"],
.error_block input[type="email"],
.error_block input[type="tel"],
.error_block select,
.error_block textarea{
    border-color: #ff0000 !important;
    background: #fff5f5 !important;
}

.chk_bar{
	font-size: 0;
	line-height: 0;
}

.chk_bar li{
	display: inline-block;
	vertical-align: top;
}

.chk_bar input[type="checkbox"],
.chk_bar input[type="radio"]{	display: none;}

.chk_bar input[type="checkbox"] + label,
.chk_bar input[type="radio"] + label{
	display: inline-block;
	vertical-align: top;
	width: 130px;
	height: 38px;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	border-radius: 3px;
	color: #999;
	border: 1px dashed #ddd;
	cursor: pointer;
	margin-right: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.chk_bar input[type="checkbox"]:checked + label,
.chk_bar input[type="radio"]:checked + label{
	color: #0089d8;
	background: #e8faff;
	border-color: #0089d8;
	border-style: solid;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}


/** capt **/

.capt{
	width: 280px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 5px;
	margin: 30px auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.capt div{
	width: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	margin: 0 0 10px 0;
}

.capt div span{
	font-size: 34px;
	line-height: 40px;
	color: #0089d8;
}

.capt div input[type="text"]{
	width: 110px;
	padding: 7px;
	font-size : 16px;
	line-height: 20px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.capt p{
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	padding: 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.capt p em{	color: #ff0000;}

.line_contact{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 40px 0 0 0;
}
.line_contact p{
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	margin: 0 0 40px 0;
}

.line_contact a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 250px;
	height: 70px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	border-radius: 0;
	color: #fff;
	background: #00b900;
	border: 2px solid #00b900;
	border-radius: 5px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.line_contact a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.line_contact a span{
	width: 50px;
	height: 60px;
	background: url(../img/all/fbt1.png) no-repeat 50% 8px;
	background-size: 60px auto;
}

.error_time{
	padding: 50px 0;
	font-size: 16px;
    line-height: 25px;
}

/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	.page_title span{	font-size: 44px;}


	main{
		padding-bottom: 30px;
	}
	#reserved{	margin-top: 30px;}

	/** flow **/
	.flow{
		margin: 0 0 30px 0;
		padding: 20px 10px;
	}
	.flow h3{	margin: 0;}
	.flow ul{
		margin: 0 0 10px 0;
	}
	.flow li{
		position: relative;
		display: block;
		width: 100%;
		font-size: 0;
		line-height: 0;
		text-align: center;
		margin: 0 0 40px 0;
	}
	.flow li:after{
		content: '';
		width: 41px;
		height: 57px;
		background: url(img/ya2.png);
		background-size: 41px auto;
		position: absolute;
		top: auto;
		bottom: -30px;
		right: calc(50% - 20.5px);
	}
	.flow li:last-of-type{	margin-bottom: 0;}
	.flow li:last-of-type:after{	display: none;}
	.flow li p{
		position: relative;
		bottom: 10px;
		left: auto;
	}
	.flow li img{
		position: relative;
		z-index: 2;
		width: 125px;
		height: auto;
	}

	.flow > p{
		font-size: 13px;
		line-height: 22px;
	}
	.flow > p span{	color: #ff0000;}

	/** caution **/

	.caution{
		width: auto;
		margin: 0 10px 20px 10px;
		padding: 10px;
		border-radius: 5px;
	}
	.caution h3{	margin: 0;}
	.res_line{
		margin: 0 0 20px 0;
	}
	.res_line .bnr{
		font-size: 0;
		line-height: 0;
		margin: 0 0 20px 0;
	}
	.res_line .bnr img{
		width: 100%;
		height: auto;
	}
	.res_line .line1{
		font-size: 16px;
		line-height: 25px;
		text-align: left;
		margin: 0 0 10px 0;
	}
	.res_line .line2{
		font-size: 13px;
		line-height: 20px;
		text-align: left;
		margin: 0 0 20px 0;
	}

	.res_line .linebox{
		border-radius: 5px;
	}
	.res_line .linebox dl{
		display: block;
	}
	.res_line .linebox dt,
	.res_line .linebox dd{
		display: block;
		width: auto;
	}
	.res_line .linebox dt{
		position: relative;
		background: url(img/pen.png) no-repeat calc(100% - 10px) 50% #0089d8;
		background-size: 100px auto;
		border-radius: 5px 5px 0 0;
		padding: 10px;
	}
	.res_line .linebox dt br{	display: none;}
	.res_line .linebox dt:after{
		content: '';
		height: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 10px 0 10px;
		border-color: #0089d8 transparent transparent transparent;
		position: absolute;
		top: auto;
		bottom: -10px;
		right: calc(50% - 10px);
	}

	.res_line .linebox dt h4{
		display: block;
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
		border-bottom: 2px solid #fff;
	}
	.res_line .linebox dt span{
		display: block;
		font-size: 13px;
		line-height: 22px;
	}
	.res_line .linebox dd{
		text-align: left;
		padding: 20px 10px 10px 10px;
	}
	.res_line .linebox dd p{
		font-size: 13px;
		line-height: 20px;
		margin: 0 0 10px 0;
	}

	.res_rule ul{
		width: auto;
		margin: 0 0 10px 0;
	}
	.res_rule li{
		position: relative;
		font-size: 13px;
		line-height: 25px;
		text-align: left;
		padding: 10px 0 10px 30px;
	}
	.res_rule li span{
		font-size: 15px;
		line-height: 20px;
		color: #0089d8;
		position: absolute;
		top: 12px;
		left: 8px;
	}
	.res_rule p{
		font-size: 15px;
		line-height: 20px;
	}


	/** rece **/
	.rece{
		margin: 0 0 30px 0;
		padding: 20px 10px;
	}
	.rece h3{	margin: 0;}
	.rece p{
		font-size: 13px;
		line-height: 25px;
		text-align: left;
		margin: 0 0 10px 0;
	}
	.rece div{
		position: relative;
		display: flex;
		width: 100%;
		text-align: center;
		margin: 0 0 10px 0;
		border-radius: 5px;
	}
	.rece div:after{
		content: '';
		width: 120px;
		height: 60px;
		position: absolute;
		top: 0;
		left: calc(50% - 60px);
	}
	.rece div:nth-of-type(2){	margin-bottom: 0;}
	.rece div:nth-of-type(1):after{	background: url(img/rece1.png) no-repeat; background-size: 120px auto;}
	.rece div:nth-of-type(2):after{	background: url(img/rece2.png) no-repeat; background-size: 120px auto;}

	.rece div h4{
		position: relative;
		z-index: 2;
		width: 100%;
		font-size: 20px;
		line-height: 30px;
		color: #fff;
		padding: 10px 0;
	}
	.rece div span{
		font-size: 15px;
		line-height: 25px;
		padding: 10px;
	}
	.rece div span br.sp_none{	display: none;}


	/** domain **/
	.domain{
		margin-top: 30px;
		padding: 20px 10px;
	}
	.domain h3{	margin: 0;}
	.dbox_bg{
		display: block;
	}
	.dbox{
		width: auto;
		margin: 0 0 20px 0;
		padding: 0;
		border-right: none;
	}
	.dbox:last-of-type{	margin-bottom: 0;}
	.dbox h4{
		font-size: 16px;
	}

	/** form **/
	.formtxt{
		font-size: 14px;
		line-height: 25px;
		text-align: center;
		margin: 0 0 10px 0;
	}

	.form{
		width: auto;
		margin: 0 10px;
		padding: 10px 10px 30px 10px
	}
	.form h3{	margin-bottom: 0px;}
	.formtxt{
		width: auto;
		margin: 0 0 10px 0;
	}
	.formtxt li{
		position: relative;
		font-size: 13px;
		line-height: 25px;
		text-align: left;
		padding: 10px 0 10px 30px;
	}
	.formtxt li span{
		font-size: 15px;
		line-height: 20px;
		color: #0089d8;
		position: absolute;
		top: 12px;
		left: 8px;
	}

	.fbox{
	}
	.form .tr{
		width: 100%;
		display: block;
		padding: 10px 0;
	}
	.form .th,
	.form .td{
		display: block;
		width: auto;
	}
	.form .th{
		font-size: 16px;
		text-align: left;
		line-height: 20px;
		padding: 0 0 5px 0;
	}
	.form .th p{	padding: 0;}
	.form .th em{	display: inline;}

	.form .td{
		position: relative;
		font-size: 13px;
		line-height: 18px;
		padding: 5px 0 0 0;
	}
	.form .th br{	display: none;}
	.form .td textarea{
		width: 100%;
		height: 200px;
		font-size: 13px;
		line-height: 18px;
	}
	.form #submit{
		font-size: 0;
		line-height: 0;
		text-align: center;
		margin: 10px 0 0 0;
		padding: 10px 0 0 0;
	}
	#submit p{
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 20px 0;
		padding: 0 0 0 0;
	}
	.form #submit br{	display: inline;}
	.form #submit input,
	.form .bt{
		width: 100%;
		max-width: 280px;
		font-size: 18px;
		line-height: 30px;
		padding: 10px 0;
		text-align: center;
		text-decoration: none;
		-webkit-transition	: 0.2s ease-in-out;
		-moz-transition	: 0.2s ease-in-out;
		-o-transition	: 0.2s ease-in-out;
		transition		: 0.2s ease-in-out;	-webkit-appearance: none;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	/** form item **/

	input[type="text"],
	input[type="url"],
	input[type="email"],
	input[type="tel"],
	input[type="password"],
	input[type="number"]
	{
		font-size: 16px;
		line-height: 20px;
	}

	input[type="radio"]{
		padding			:0;
		margin			:0;
	}

	.w1{	width: 200px;}
	.w2{	width: 100%;}
	.w3{	width: 50px;}
	.s1{	width: 100%;}
	.select_bg.sel{		display: block;	}
	.sel, .sel select{	width: 100%;}
	.s2{	width: 100%;}
	.s3{	width: 70px;}

	.select_bg{
		width: 100%;
		display: inline-block;
	}

	select{
		font-size: 16px;
		line-height: 20px;
	}
	form textarea{
		font-size: 16px;
		line-height: 20px;
	}

	.error{
		font-size: 18px;
		line-height		: 30px;
		padding			: 30px 0 10px 0;
	}
	.error span{
		color			: #ff0000;
	}

	.over{
		font-size: 18px;
		line-height		: 30px;
		text-align		: center;
		margin			: 0 0 50px 0;
		padding			: 50px 0 0 0;
	}
	.error+.bt_bg,
	.over+.bt_bg{
		text-align: center;
		padding: 20px 0 0 0;
	}
	.error_text{	margin-bottom: 10px;}



	.chk_bar{
		display: flex;
		font-size: 0;
		line-height: 0;
		justify-content: space-between;
	}
	.chk_bar li{	width: calc(50% - 5px);}
	.chk_bar input[type="checkbox"] + label,
	.chk_bar input[type="radio"] + label{	width: 100%;}

	.capt{	margin: 20px auto 0 auto;}

	.error_time{
		text-align: center;
		font-size: 13px;
	}
}
