@charset "utf-8";


/* フォームデザイン
------------------------------------------------------------*/
body{
	background-color:#0a0a0a;
	
}

img { max-width: 100%; max-height: auto; }

.txt10{
	font-size:10pt;
}

#fotter{
	margin: 20px 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.info{
	font-size:12px;
	color:red;
}
.submit-button2 {
   border: 1px solid #737373;
   background: #b3b3b3;
   background: -webkit-gradient(linear, left top, left bottom, from(#c7c7c7), to(#b3b3b3));
   background: -webkit-linear-gradient(top, #c7c7c7, #b3b3b3);
   background: -moz-linear-gradient(top, #c7c7c7, #b3b3b3);
   background: -ms-linear-gradient(top, #c7c7c7, #b3b3b3);
   background: -o-linear-gradient(top, #c7c7c7, #b3b3b3);
   background-image: -ms-linear-gradient(top, #c7c7c7 0%, #b3b3b3 100%);
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #b8b8b8 0 1px 0;
   color: #000000;
   font-size: 15px;
   padding: 5px 30px;
   margin:40px 0 20px 0;
   text-decoration: none;
   vertical-align: middle;
   }
.submit-button2:hover {
   border: 1px solid #737373;
   text-shadow: #b8b8b8 0 1px 0;
   background: #9c9c9c;
   background: -webkit-gradient(linear, left top, left bottom, from(#c7c7c7), to(#9c9c9c));
   background: -webkit-linear-gradient(top, #c7c7c7, #9c9c9c);
   background: -moz-linear-gradient(top, #c7c7c7, #9c9c9c);
   background: -ms-linear-gradient(top, #c7c7c7, #9c9c9c);
   background: -o-linear-gradient(top, #c7c7c7, #9c9c9c);
   background-image: -ms-linear-gradient(top, #c7c7c7 0%, #9c9c9c 100%);
   color: #000000;
   cursor: pointer;
   cursor: hand;
   }
.form-field {
   border: 2px solid #cedcf0;
   background: #f5faff;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   color: #000;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding:8px;
   margin-bottom:5px;
	font-size: 14px;
   }
.form-field:focus {
   background: #fff;
   /*color: #4d4d4d;*/
	color: #000;
	font-size: 14px;
   }
:placeholder-shown {
    color: #ccc; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #ccc; }

/* Firefox 18- */
:-moz-placeholder {
    color: #ccc; opacity: 1; }

/* Firefox 19+ */
::-moz-placeholder {
    color: #ccc; opacity: 1; }

/* IE 10+ */
:-ms-input-placeholder {
    color: #ccc; }
#contact .submit-button {
   padding: 10px 30px;
   border: 2px solid #4a74b3;
   background: #375696;
   background: -webkit-gradient(linear, left top, left bottom, from(#375696), to(#375696));
   background: -webkit-linear-gradient(top, #375696, #375696);
   background: -moz-linear-gradient(top, #375696, #375696);
   background: -ms-linear-gradient(top, #375696, #375696);
   background: -o-linear-gradient(top, #375696, #375696);
   background-image: -ms-linear-gradient(top, #375696 0%, #375696 100%);
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   text-shadow: #2b5894 0 1px 0;
   color: #ffffff;
   font-size: 20px;
   font-weight:bold;
   text-decoration: none;
   vertical-align: middle;
   }
#contact .submit-button:hover {
   border: 2px solid #4a74b3;
   text-shadow: #174a8c 0 1px 0;
   background: #7295c2;
   background: -webkit-gradient(linear, left top, left bottom, from(#497fbd), to(#7295c2));
   background: -webkit-linear-gradient(top, #497fbd, #7295c2);
   background: -moz-linear-gradient(top, #497fbd, #7295c2);
   background: -ms-linear-gradient(top, #497fbd, #7295c2);
   background: -o-linear-gradient(top, #497fbd, #7295c2);
   background-image: -ms-linear-gradient(top, #497fbd 0%, #7295c2 100%);
   color: #ffffff;
   }
#contact .submit-button:active {
   text-shadow: #174a8c 0 1px 0;
   border: 2px solid #4a74b3;
   background: #7295c2;
   background: -webkit-gradient(linear, left top, left bottom, from(#497fbd), to(#7295c2));
   background: -webkit-linear-gradient(top, #497fbd, #7295c2);
   background: -moz-linear-gradient(top, #497fbd, #7295c2);
   background: -ms-linear-gradient(top, #497fbd, #7295c2);
   background: -o-linear-gradient(top, #497fbd, #7295c2);
   background-image: -ms-linear-gradient(top, #497fbd 0%, #7295c2 100%);
   color: #ffffff;
   }

.radio {
	padding: 6px;
}
.radio input[type=radio],
.radio input[type=checkbox] {
	display: inline-block;
	margin-right: 6px;
}
.radio input[type=radio] + label,
.radio input[type=checkbox] + label {
	position: relative;
	
	display: inline-block;
	margin-right: 12px;
	
	font-size: 16px;
	line-height: 30px;
	
	cursor: pointer;
}

@media (min-width: 1px) {
	.radio input[type=radio],
	.radio input[type=checkbox] {
		display: none;
		margin: 0;
	}
	.radio input[type=radio] + label,
	.radio input[type=checkbox] + label {
		padding: 0 0 0 24px;
	}
	.radio input[type=radio] + label::before,
	.radio input[type=checkbox] + label::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		width: 20px;
		height: 20px;
		margin-top: -9px;
		
		background: #FFF;
	}
	.radio input[type=radio] + label::before {
		border: 2px solid #ccc;
		border-radius: 30px;
	}
	.radio input[type=checkbox] + label::before {
		border: 2px solid #ccc;
	}
	.radio input[type=radio]:checked + label::after,
	.radio input[type=checkbox]:checked + label::after {
		content: "";
		position: absolute;
		top: 50%;
		
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
	}
	.radio input[type=radio]:checked + label::after {
		left: 5px;
		
		width: 10px;
		height: 10px;
		margin-top: -4px;
		
		background: #678fc6;
		border-radius: 10px;
	}
	.radio input[type=checkbox]:checked + label::after {
		left: 3px;
		
		width: 16px;
		height: 10px;
		margin-top: -10px;
		
		border-left: 3px solid #678fc6;
		border-bottom: 3px solid #678fc6;
		
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

}


#site-description{
	padding: 5px 15px;
	background-color: #FF0000;
	display: flex;
	height: 3rem;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #FFF;
}

#attention{
	margin-top: 20px;
	margin-left:auto; /* IE以外用の中央寄せ */
    margin-right:auto; /* IE以外用の中央寄せ */
    text-align:left; /* 中身を左寄せに戻す */
    max-width: 97%; /* 幅 */
	background-color:#ff2247; /* 背景色 */
	padding: 10px 15px;
    color:#ffffff;
	font-size: 14px;
	border-radius: 5px;	/* ボックスの四つ角を丸くする */ 
}

#information{
	margin-top: 20px;
	margin-left:auto; /* IE以外用の中央寄せ */
    margin-right:auto; /* IE以外用の中央寄せ */
    text-align:left; /* 中身を左寄せに戻す */
    width: 97%; /* 幅 */
	background-color:#FFE000; /* 背景色 */
	padding: 10px 15px;
    color:#333;
	font-size: 14px;        
	border-radius: 5px;	/* ボックスの四つ角を丸くする */ 
}

#thanks_msg{
	padding: 20px;
	text-align: center;
	background-color: #fff;
	/*display: flex;*/
	font-size: 16px;
	line-height: 1.5em;
	color: #666;
}

.infowaku{
	margin-top: 20px;
	margin-left:auto;
    margin-right:auto;
    //text-align:left;
	text-align:left;
    width: 80%;
	background-color:#ffd2e1;
	padding: 20px 15px;
    color:#333;
	font-size: 14px;
	line-height: 1.5em;
	border-radius: 10px;	/* ボックスの四つ角を丸くする */ 
}


/* 全体
------------------------------------------------------------*/
h2 { color:#fff; margin: 10px; text-align:center; }
h4 { margin: 10px; }

hr { border-top: 1px dotted #fff; }
.red{ background-color: red;
	color: white;
	padding:2px;}
p.top_hr {
   width:100%;
   border-bottom: 1px solid #ccc;
   margin:0;
   padding:0;
}


.toptxt{
font-size:13px;
}

.txt12{
	color:#fff;
	font-size:12px;
	margin-bottom:5px;
}


.txt12r{
	color:#FF0000;
	font-size:12px;
	margin-bottom:5px;
}


.txt14red{ font-size: 14px; color: #ff0000; }


.must{
font-size:10px;
font-weight:bold;
color:#ff0000;
}


.freecall{
clear:both;
background-image: url(../images/freecall5.png);
background-position: left bottom;
background-repeat: no-repeat;
float:left;
font-size:30px;
font-weight:bold;
color:#000;
padding-left:60px;
height:43px;
}

.freecall a{
color:#000;
}

.telnumber {
font-size:30px;
font-weight:bold;
}

.font12{
clear:both;
font-size:12px;
}

.calltime{
clear:both;
font-size:15px;
}

.tel{
width:50%;
height:130px;
float:left;
}

.taiken{
width:50%;
height:130px;
float:left;
}

.shiryo_form{
clear:both;
padding-top:30px;
}

.req_title{
font-size:20px;
font-weight:bold;
color:#c53430;
}
table{
	border: 1px #fff solid;
	border-collapse: collapse;
}
.table_enquete table, td, th {
border: 1px #fff solid;
}

.table_form table, td, th{
border: 1px #fff solid;
color: #fff;
}
.table_form2 table, td, th{
border: 1px #fff solid;
}

.table_enquete th{
font-weight:bold;
vertical-align:middle;
font-size:14px;
}


.table_form th ,.table_form2 th{
font-weight:bold;
vertical-align:middle;
font-size:14px;
}

.table_form2 td ,.table_form2 th{
	font-size:12px;
}

.table_submit td{
background-color:#fff;
padding:20px 0;
text-align:center;
}

.spl{
	padding: 10px;
	background-color:#ffefe3;
	font-size:14px;
}
.spr{
	padding: 10px;
}


/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px){

#container {
	margin:0 auto;
	width: 960px;
}

.table_enquete th img{
margin:20px 0 15px 60px;
}

.table_enquete th{
padding:5px;
width:500px;
}

.table_enquete td{
padding:ß5px;
width:460px;
vertical-align:middle;
}

.table_form th ,.table_form2 th{
padding:5px;
width:250px;
}

.table_form td ,.table_form2 td{
padding:20px;
vertical-align:middle;
width:710px;
}

.submit-button {
width:300px;
}

}


@media only screen and (max-width:959px){

#container {
	margin:0 auto;
	width: 960px;
}

.table_enquete th img{
margin:20px 0 15px 60px;
}

.table_enquete th{
padding:10px;
width:500px;
}

.table_enquete td{
width:460px;
padding:25px;
vertical-align:middle;
}

.table_form th ,.table_form2 th{
padding:10px;
width:250px;
}

.table_form td ,.table_form2 td{
padding:10px;
vertical-align:middle;
width:710px;
}

}




/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:768px){

#container {
	width: 100%;
	margin:0;
}

.table_enquete th img{
margin:20px;
}

.table_enquete th{
padding:10px;
width:auto;
display:block;
}

.table_enquete td{
display:block;
width:auto;
padding:15px;
}

.table_form th ,.table_form2 th{
padding:10px;
width:auto;
display:block;
}

.table_form td ,.table_form2 td{
display:block;
width:auto;
padding:10px;
}

.submit-button {
width:90%;
}

h2 {
font-size:14pt;	
}
}




/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){

#container {
	max-width: 100%;
	margin:0;
}
}


