
.page_title{	margin-bottom: 30px;}

.toptxt{
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	margin: 0 0 20px 0;
}
.toptxt span{font-weight: bold;color:#ff0000}

.form{
	padding: 20px 20px 30px 20px;
}

.rbox{
	text-align: left;
	margin: 0 0 20px 0;
}

.rbox h4{
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 10px 0;
}

.rbox h4 span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 30px;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	background: #ff0000;
	border-radius: 2px;
	margin: 0 0 0 5px;
	top: 6px;
}

.rbox > p{
	font-size: 16px;
	line-height: 22px;
}
.rbox > p.sub1,
.rbox > p.sub2{
	position: relative;
	font-size: 14px;
	line-height: 18px;
	padding-left: 18px;
}
.rbox > p.sub1{	margin-top: 10px;}
.rbox > p.sub1 span,
.rbox > p.sub2 span{
	color: #ff0000;
	position: absolute;
	top: 0;
	left: 0;
}
.rbox > p.sub3{
	position: relative;
	font-size: 14px;
	line-height: 18px;
	color:#ff0000;
	margin-top: 10px;
}
.rbox > p.sub4{
	position: relative;
	font-size: 14px;
	line-height: 18px;
	margin-top: 10px;
}

.rbox .sub{
	display: block;
	font-size: 14px;
	line-height: 18px;
	margin: 10px 0 0 0;
}
.rbox .sub p{
	position: relative;
	padding-left: 18px;
}
.rbox .sub em{
	color: #ff0000;
	position: absolute;
	top: 0;
	left: 0;
}

.submit p{
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding: 0 0 20px 0;
}



.w1{	width: 220px;}
.w2{	width: 100%;}
.w3{	width: 80px;}
.s1{	width: 200px;}
.s2{	width: 280px;}

.form textarea{
	width: 100%;
	height: 120px;
	padding			: 7px 7px;
	font-size		: 16px;
	font-family		: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
    vertical-align	: middle;
	border-width: 1px;
	border-style: solid;
	border-radius	: 2px;
	-moz-border-radius	: 2px;
	-webkit-border-radius	: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.form input[type="text"],
.form input[type="url"],
.form input[type="email"],
.form input[type="tel"],
.form input[type="password"],
.form input[type="number"]{
	padding			: 7px 7px;
	font-size		: 16px;
	font-family		: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	border-width: 1px;
	border-style: solid;
	border-radius	: 2px;
	-moz-border-radius	: 2px;
	-webkit-border-radius	: 2px;
	-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;}

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: 20px;
	height: 40px;
	background: #999;
	border-radius: 0 3px 3px 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: 7px;
}

.radio_bg input{
	display: none;;
}

.radio_bg input+label{
	display: inline-block;
	vertical-align: top;
	width: 115px;
	height: 38px;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	border-radius: 20px;
	color: #666;
	background: #ececec;
	border: 1px solid #ccc;
	cursor: pointer;
	margin-right: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.radio_bg input:checked+label{
	background: #d9a707;
	color: #fff;
	border-color: #d9a707;
}

.list{
	padding: 10px 1px 0 1px;
}
.list .cbox{
	width: calc(100% / 4 - 2px);
	margin: 0 1px 10px 1px;
}
@media screen and (max-width: 650px) {
	.list .cbox{
		width: calc(100% / 3 - 2px);
		margin: 0 1px 2px 1px;
	}
}
@media screen and (max-width: 460px) {
	.list .cbox{
		width: calc(100% / 2 - 2px);
	}
}

.cbox label{	cursor: pointer;}
.cbox .check{
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	color: #ccc;
	border: 1px solid #ccc;
	background: #f5f5f5;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.cbox .check span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 18px;
	bottom: -2px;
}

.cbox input[type="radio"]:checked + label .check{
	color: #fff;
	background: #ff0000;
	border-color: #ff0000;
}

.cbox.free_sel .txt{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 19px;
	line-height: 21px;
	text-align: center;
	color: #000;
	background: none;
	text-shadow: none;
}
@media screen and (max-width: 650px) {
	.cbox.free_sel .txt{
		font-size: 15px;
		line-height: 18px;
	}
}

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


.rbox.chk_bar_bg,
.rbox.list_bg{
	margin-bottom: 0;
	padding: 0 0 10px 0;
}
.chk_bar{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.chk_bar input[type="checkbox"] + label,
.chk_bar input[type="radio"] + label{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: calc(100% / 5 - 8px);
	height: 40px;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	border-radius: 3px;
	color: #999;
	background: #f5f5f5;
	border: 1px solid #ddd;
	cursor: pointer;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
@media screen and (max-width: 650px) {
	.chk_bar input[type="checkbox"] + label,
	.chk_bar input[type="radio"] + label{
	width: calc(100% / 2 - 5px);
	}
}

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



.error,
.over{
	margin: 0;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
}
.over{	padding-bottom: 80px;}

.error span{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #ff0000;
	padding: 80px 0;
}
.over span{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	padding: 80px 0 0 0;
}

.error_text{
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #ff0000;
    font-weight: bold;
}

.error_text:empty{ display: block;}

.error_block h4{
	color: #ff0000 !important;
	animation-name: indfade !important;
	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 textarea{
    border-color: #ff0000 !important;
    background: #fff5f5 !important;
}

.capt_bg{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

.capt{
	width: 280px;
	margin: 0 auto;
	padding: 0 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;
}

.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;}