@charset "utf-8";



/*-----------------------------
	mnav
------------------------------*/

#mnav{
	background:url(../common/images/mnav-bg2.jpg) no-repeat top center #fff;
	background-size:100% auto;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	-ms-background-size:100% auto;
	-o-background-size:100% auto;
}
#mnav-inner{
	background:url(images/mnav-bg.png) repeat-x bottom center;
}
#mnav #mnav-wrap{
	background:url(../common/images/mnav-ct1.png) no-repeat left top;
}
#mnav #mnav-wrap2{
	min-height:357px;
	padding:25px 0 35px;
	background:url(../common/../common/images/mnav-ct2.png) no-repeat right top;
}
#mnav #mnav-wrap2 div.form-inner{
	padding-top:15px;
	max-width:960px;
	margin:0 auto;
	text-align: left;
}
.form-inner h2{
	font-size:30px;
	font-weight:bold;
	padding:0 12%;
	margin-bottom:90px;
	text-align: center;
}
.prosports-form h3{
	clear:both;
	color:#59524C;
	font-size:18px;
	text-align:left;
	line-height:1.2;
	letter-spacing:3px;
	padding:8px 15px 8px 30px;
	background:url(../common/images/subtitle2-bg2.png) repeat;
	margin-bottom:10px;
}
.prosports-form .list1 li{
	list-style-type: disc;
	margin-left: 1.5em;
	line-height: 1.5;
	margin-top: .5em;
}
.attention-box {
	background:#F6F6F6;
	padding: 15px;
	margin-bottom: 10px;
	font-size: 16px;
}
.attention-box2 {
	margin-bottom: 10px;
	font-size: 16px;
}

.mw_wp_form_preview .attention-box2 li {
	text-indent: 0;

}

.attention-box2 ul {
	margin-top: 1em;
	margin-left:  1.5em;
}
.attention-box2 li {
	text-indent: -1.5em;

}
#mnav #mnav-wrap2 div.form-inner2{
	clear:both;
	overflow:hidden;
	text-align:left;
	margin-bottom:20px;
}
.prosports-form table{
	clear:both;
	width:100%;
	text-align:left;
	box-sizing:border-box;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
}
.prosports-form table th{
	font-weight:bold;
	padding:10px;
	max-width:180px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	background:#F6F6F6;
	white-space: nowrap;
}
.prosports-form table td{
	padding:10px 15px;
	vertical-align:middle;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
.prosports-form table.survey {
}
.prosports-form table.survey th,
.prosports-form table.survey td {
    display: block;
    max-width: 100%;
}

.box-l{
	width:500px;
}
.box-m{
	width:160px;
}
.box-s{
	width:80px;
}
input,
select,
textarea{
	font-size:  16px;
	font-family: inherit;
}
textarea{
	width:600px;
	height:84px;
	padding: 5px;
}

input[type="text"]{
	height:22px;
	line-height:22px;
}
select{
	padding: 5px 0;
}
input[type="number"]{
	height:22px;
	line-height:22px;
}
input[type="radio"]{
	margin:0 3px 3px 0;
}

.prosports-form table td ul{
	overflow:hidden;
	width:100%;
	max-width:450px;
}
.prosports-form table td ul li{
	float:left;
	width:100px;
}
.prosports-form table td ul.namae li{
	float:left;
	width:50%;
}
.prosports-form span.asterisk{
	vertical-align:top;
	color:#f00;
	font-size:12px;
}
.prosports-form span.red{
	color:#f00;
}
.prosports-form .submit-btn:hover,
.prosports-form .reset-btn:hover{
	opacity: 0.7;
}
.prosports-form .submit-btn:disabled:hover,
.prosports-form .submit-btn:disabled:hover{
	opacity: 1;
}
.prosports-form .submit-btn{
	font-weight:bold;
	font-size:16px;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	width:350px;
	box-sizing:border-box;
	border:none;
	background:url(images/icon-link.png) no-repeat right center #FFC000;
	padding:20px 45px 20px 25px;
	margin-right:60px;
	cursor:pointer;
}
.prosports-form .submit-btn:disabled{
	background: #cccccc;
	cursor: none;
}
.prosports-form .submit-btn.mr0{
	margin-right:0;
}
.prosports-form .reset-btn{
	clear:both;
	overflow:hidden;
	font-size:16px;
	text-align:center;
	display:inline-block;
	max-width:350px;
	background:url(images/icon-reset.png) no-repeat right center;
	box-sizing:border-box;
	border:3px solid #5A544D;
	padding:8px 40px 8px 35px;
	cursor:pointer;
}
.prosports-form .tel{
	font-size:18px;
	text-align:center;
	margin-bottom:20px;
}
.msg {
	font-weight: bold;
	margin-bottom: 10px;
}
.error {
	color: #ff0000;
}
#error-message {
	display: none;
	color: #ff0000;
	font-size: 16px;
	margin-bottom: 10px;
	padding: 5px;
}
#error-message2 {
	display: none;
	background: #ff0000;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
	padding: 5px;
}
.total-people {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 2px solid #999;
	font-size: 16px;
}
.total-table {
	font-size: 16px;
}
.total-cost {
	font-size: 16px;
	font-weight: bold;
}
.form-inner2 .mw_wp_form .error {
    font-size: 16px;
    color: #ff0000;
    display: block;
}

ol li{
	list-style-type: decimal;
	margin-left: 1.5em;
	line-height: 1.5;
	margin-top: .5em;
}
@media screen and (max-width:1100px){
	#mnav{
		background:url(../common/images/mnav-bg2.jpg) no-repeat top center #fff;
		background-size:1200px 106px;
		-webkit-background-size:1200px 106px;
		-moz-background-size:100% auto;
		-ms-background-size:100% auto;
		-o-background-size:100% auto;
	}
	#mnav-inner{
		background:url(images/mnav-bg.png) repeat-x bottom center;
	}
	#mnav #mnav-wrap{
		background:url(../common/images/mnav-ct1.png) no-repeat left top;
	}
	#mnav #mnav-wrap2{
		min-height:315px;
		padding:20px 0 35px;
		background:url(../common/../common/images/mnav-ct2.png) no-repeat right top;
	}
}
@media screen and (max-width:900px){
	#mnav-inner{
		background:url(images/mnav-bg.png) repeat-x bottom center;
	}
	#mnav #mnav-wrap2 div.form-inner2{
	}
}
@media screen and (max-width:768px){
	.attention-box,
	.attention-box2 {
		font-size: 14px;
	}
	.attention-box2 ul {
		margin-left:  4em;
	}
	.attention-box2 li {
		text-indent: -2em;
	}

	.box-l{
		width:95%;
	}
	.box-m{
		width:60%;
	}
	.box-s{
		width:20%;
	}
	textarea{
		width:95%;
	}
	.mwform-checkbox-field {
		display: inline-block;
	}
	#mnav #mnav-wrap{
		background:url(../common/images/mnav-ct1.png) no-repeat left top;
		background-size:60px 120px;
		-webkit-background-size:60px 120px;
		-moz-background-size:60px 120px;
		-ms-background-size:60px 120px;
		-o-background-size:60px 120px;
	}
	#mnav #mnav-wrap2{
		min-height:265px;
		padding:20px 0 35px;
		background:url(../common/../common/images/mnav-ct2.png) no-repeat right top;
		background-size:70px 120px;
		-webkit-background-size:70px 120px;
		-moz-background-size:70px 120px;
		-ms-background-size:70px 120px;
		-o-background-size:70px 120px;
	}
	#mnav #mnav-wrap2 div.form-inner{
		padding-top:10px;
		max-width:960px;
		margin:0 10px;
	}
}
@media screen and (max-width:640px){
	#mnav{
		background:url(../common/images/mnav-bg2.jpg) no-repeat top center #fff;
	}
	#mnav-inner{
		background:url(images/mnav-bg.png) repeat-x bottom center;
	}
	#mnav #mnav-wrap{
	}
	#mnav #mnav-wrap2{
		min-height:265px;
		padding:20px 0 35px;
	}
	.form-inner h2{
		font-size:20px;
		font-weight:bold;
		padding:0 12%;
		margin-bottom:70px;
	}
	.prosports-form table th{
		padding:10px;
		border-top:1px solid #ccc;
		border-left:1px solid #ccc;
		background:#E7E6E4;
	}
	.prosports-form table td{
		padding:10px;
		border-top:1px solid #ccc;
		border-left:1px solid #ccc;
	}
	.prosports-form table td ul li{
		float:left;
		width:32%;
		margin-right:2%;
	}
	.prosports-form table td ul li:nth-child(3n){
		margin-right:0;
	}
	.prosports-form table td ul.namae li{
		float:none;
		width:inherit;
		margin-bottom:5px;
	}
	.prosports-form table td ul.namae li:last-child{
		margin-bottom:0;
	}
	.prosports-form table td input[type="submit"]{
		display:block;
		margin-top:10px;
	}
	.prosports-form .submit-btn{
		font-size:14px;
		font-weight:bold;
		text-align:center;
		text-decoration:none;
		display:inline-block;
		width:36.45%;
		box-sizing:border-box;
		border:none;
		background:url(images/icon-link.png) no-repeat right center #FFC000;
		padding:15px 45px 15px 25px;
		margin-right:30px;
	}
	.prosports-form .reset-btn{
		font-size:14px !important;
		clear:both;
		overflow:hidden;
		font-size:16px;
		text-align:center;
		display:inline-block;
		max-width:350px;
		background:url(images/icon-reset.png) no-repeat right center;
		box-sizing:border-box;
		border:3px solid #5A544D;
		padding:6px 40px 6px 35px;
		cursor:pointer;
	}
}
@media screen and (max-width:480px){
	.form-inner h2{
		font-size:18px;
		font-weight:bold;
		padding:0 12%;
		margin-bottom:70px;
	}
	.prosports-form h3{
		clear:both;
		color:#59524C;
		font-size:18px;
		text-align:left;
		line-height:1.2;
		letter-spacing:3px;
		padding:8px 15px 8px 30px;
		background:url(../common/images/subtitle2-bg2.png) repeat;
		margin-bottom:20px;
	}
	.prosports-form table td,
	.prosports-form table th{
		display:block;
		padding:10px 5px;
		border-top:1px solid #ccc;
		border-left:1px solid #ccc;
	}
	.prosports-form table th{
		background:#E7E6E4;
		max-width:100%;
	}
	.prosports-form .submit-btn{
		font-size:14px;
		font-weight:bold;
		text-align:center;
		text-decoration:none;
		display:inline-block;
		width:60%;
		box-sizing:border-box;
		border:none;
		background:url(images/icon-link.png) no-repeat right center #FFC000;
		padding:15px 45px 15px 25px;
		margin-right:0;
		margin-bottom:10px;
	}
	.prosports-form .reset-btn{
		font-size:14px !important;
		clear:both;
		overflow:hidden;
		font-size:16px;
		text-align:center;
		display:inline-block;
		max-width:350px;
		width:50%;
		background:url(images/icon-reset.png) no-repeat right center;
		box-sizing:border-box;
		border:3px solid #5A544D;
		padding:6px 40px 6px 35px;
		cursor:pointer;
	}
	.prosports-form p.mb45{
		margin-bottom:20px;
	}
	}
@media screen and (max-width:450px){
	#mnav-inner{
		background:url(images/mnav-bg.png) repeat-x bottom center;
		background-size:30px;
		-webkit-background-size:30px;
		-moz-background-size:30px;
		-ms-background-size:30px;
		-o-background-size:30px;
	}
	#mnav #mnav-wrap2{
		min-height:265px;
		padding:20px 0 20px;
	}
}
@media screen and (max-width:320px){
	.prosports-form h2{
		font-size:20px;
		font-weight:bold;
		padding:0 12%;
		margin-bottom:30px;
	}
}

.mw_wp_form_preview span.previewnone,
.mw_wp_form_preview .previewnone {
    display: none;
}





