	*, *:before, *:after {
	    -webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	         -o-box-sizing: border-box;
	        -ms-box-sizing: border-box;
	            box-sizing: border-box;
	}



/* common
===============================================================*/
.kasou div#HeaderBox .logo {
	opacity:1;
}

.kasou div#HeaderBox .logo2 {
	opacity:0;
}


/* Main
===============================================================*/

div#Main {
    width: 900px;
    margin: 0 auto;
}
#Main {
    padding: 0;
}


div#Main h2 {
	background:url(../images/contact/h201.png) no-repeat 0 0;
	text-indent: -9999px;
}



/* title
===============================================================*/

/* Voice
===============================================================*/

#Main div.voice{
	width: 1050px;
	margin: 0 auto;
}


#Main div.voice h2{
	font-size: 32px;
	text-align: center;
	margin-bottom: 50px;
}




/* フォーム
===============================================================*/

#Main form#sfm-form h2{
	font-size: 32px;
	text-align: center;
	margin-bottom: 30px;
	color: #b3142a;
}


#Main form#sfm-form table tbody tr td label{
	margin-right: 20px;
}

#Main form#sfm-form table tbody tr td .checkbox{
	margin-bottom: 25px;
}

#Main form#sfm-form table tbody tr td .checkbox:last-child{
	margin-bottom: 0px;
}

#Main form#sfm-form table tbody tr td .checkbox ul.flist li {
	float:left;
	font-size:16px;
}

p.ttl{
	background: #b0ca8a;
	padding: 10px;
	color: #fff;
	width: 900px;
	margin: 0 auto 5px;
	font-size: 18px;
	font-weight: bold;
}

#Main table{
	width: 900px;
	margin: 0 auto 20px;
}

#Main table.t02{
	width: 900px;
	margin: 0 auto 50px;
}

#Main table tbody tr th{
	width: 220px;
	background: #e8e8e8;
	padding: 20px;
	text-align: left;
	border-bottom: solid 1px #fff;
	font-size: 16px;
}

#Main table tbody tr td{
	padding: 20px;
	text-align: left;
	margin-bottom: 1px;
	font-size: 16px;
}

span.need {
    background-color: #AF5060;
    color: #fff;
    font-size: 14px;
    margin: 0 0 0 10px;
    padding: 2px 5px;
	display: inline-block;
	width: 40px;
	text-align: center;
	float: right;
}

input{
	font-size: 16px;
	padding: 10px;
}

input.txt01{
	width: 100%;
}

input.txt02{
	width: 100px;
}

textarea{
	font-size: 16px;
	padding: 10px;
	width: 100%;
	height: 200px;
	border: solid 1px #ccc;
}

#Main form#sfm-form table tbody tr td p.ku{
	font-size: 16px;
	margin-bottom: 15px;
}

#Main form#sfm-form table tbody tr td p.ku:last-child{
	margin-bottom: 0px;
}

#Main form#sfm-form table tbody tr td p.ku input{
	width: 90%;
}


div#Main div#fwt_inputs ul.btn{
	 text-align: center;
	margin-bottom: 50px;
}

div#Main div#fwt_inputs ul.btn li{
	display:inline-block;
	margin: 0 10px;
}

div#Main div#fwt_inputs ul.btn li a.kkk {
	display:inline-block;
	clear:both;
	width:150px;
	margin:0 auto;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	border:#d7d7d7 1px solid;
	padding:10px 0;
	background:#343434;
	transition: all 300ms 0s ease;
	color: #fff;
}

div#Main div#fwt_inputs ul.btn li a.kkk:hover {
	color:#ffffff;
	border:#787878 1px solid;
	background:#787878;
	text-decoration: none;
}


div#Main div#fwt_inputs ul.btn li a.ccc {
	display:inline-block;
	clear:both;
	width:150px;
	margin:0 auto;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	border:#d7d7d7 1px solid;
	padding:10px 0;
	transition: all 300ms 0s ease;
}

div#Main div#fwt_inputs ul.btn li a.ccc:hover {
	color:#ffffff;
	border:#787878 1px solid;
	background:#787878;
	text-decoration: none;
}



#Main div#fwt_results div#fwt_pays table{
	width: 100%;
	margin-bottom: 50px;
}


#Main div#fwt_results div#fwt_pays table tbody tr th{
	background: #e8e8e8;
	padding: 20px;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	font-size: 16px;
}

#Main div#fwt_results div#fwt_pays table tbody tr td{
	padding: 20px;
	width: 25px;
	margin-bottom: 1px;
	font-size: 16px;
	text-align: center;
	border: solid 1px #e8e8e8;
}

#Main div#fwt_results div#fwt_pays table tbody tr td span{
	font-size: 26px;
	font-weight: bold;
}


#Main div#fwt_results div#fwt_pays table tbody tr th.c1{
	width: 50%;
}

#Main div#fwt_results div#fwt_pays table tbody tr th.c2{
	width: 25%;
}


#Main form#sfm-form div.submit_area{
	width: 900px;
	margin: 0 auto;
	margin-bottom: 40px;
}

#Main form#sfm-form div.submit_area p{
	text-align: center;
	margin-bottom: 15px;
}

.ERR{
	font-size: 16px;
	color: #B25060;
}


#Main form#sfm-form div.submit_area ul.cf li input#submit.send,
#Main form#sfm-form div.submit_area input.pushbtn{
	display:block;
	clear:both;
	width:250px;
	margin:0 auto;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding:15px 0;
	background:url(../../images/common/ar04.png) no-repeat right 48% #F8C40F;
	color: #fff;
	transition: all 300ms 0s ease;
	border: none;
	border-radius: 25px;
}


#Main form#sfm-form div.submit_area ul.cf li input#submit.send:hover,
#Main form#sfm-form div.submit_area input.pushbtn:hover {
	color:#ffffff;
	background:url(../../images/common/ar04.png) #F8C40F no-repeat right 48%;
	filter:brightness(110%);
	text-decoration: none;
}

#Main form#sfm-form div.submit_area ul.cf li input.back,
#Main form#sfm-form div.submit_area p.btn_back input{
	display:block;
	clear:both;
	width:250px;
	margin:0 auto;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding:15px 0;
	background:url(../images/topics/ico02.png) no-repeat 15px 48% #787878;
	color: #fff;
	transition: all 300ms 0s ease;
	border: none;
	border-radius: 25px;
}

#Main form#sfm-form div.submit_area ul.cf li input.back:hover,
#Main form#sfm-form div.submit_area p.btn_back input:hover {
	color:#ffffff;
	background:url(../images/topics/ico02.png) no-repeat 15px 48% #b6b6b6;
	text-decoration: none;
}

#Main form#sfm-form div.submit_area ul.cf{
	text-align: center;
}

#Main form#sfm-form div.submit_area ul.cf li{
	display: inline-block;
	margin: 10px;
}

html body div#AllBox div#Contents.cf div#Main p.close{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 16px;
}


html body div#AllBox div#Contents.cf div#Main p.home{
	margin-bottom: 80px;
}

html body div#AllBox div#Contents.cf div#Main p.home a{
	display:block;
	clear:both;
	width:250px;
	margin:0 auto;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding:15px 0;
	background:#f8c40f;
	color: #fff;
	transition: all 300ms 0s ease;
	border: none;
	border-radius: 25px;
}

html body div#AllBox div#Contents.cf div#Main p.home a:hover{
	color:#ffffff;
	text-decoration: none;
	filter:brightness(110%);

}

#Main form#sfm-form table tbody tr td a.add{
	display:inline-block;
	clear:both;
	width:120px;
	margin:0 auto;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:5px 0;
	background:#F8C40F;
	color: #fff;
	transition: all 300ms 0s ease;
	border: none;
}

#Main form#sfm-form table tbody tr td a.add:hover{
	filter:brightness(110%);
	text-decoration: none;
}

p.in{
	margin-bottom: 10px;
	font-size: 12px;
}


