@charset "utf-8";

body {
	background:#F2F2F2;
	font-family: "Meiryo","メイリオ","Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3",Arial,Helvetica,"MS PGothic","MS Pゴシック",Osaka,sans-serif;
	font-size:12px; 
	line-height:140%; 
	color: #333; 
	padding-bottom:0 !important;
}
h2 img{
    height: auto !important;
}
header.form {
	width:100%;
	height:78px;
	background:#fff;
	border-bottom:2px solid #BCCEC3;
	position:fixed;
	top:0px;
	left:0px;
	z-index:999;
}

#form_header {
	width:100%;
	height:100%;
	margin:0 auto;
	position:relative;
}
#form_header h2 {
	position:absolute;
	top:18px;
	left:10px;
	line-height:0px;
}

#form_conts_wrap {
	width:100%;
	margin:0 auto;
	position:relative;
	margin-top:80px;
	overflow:hidden;
}

.form_conts {
	width:100%;
	max-width:880px;
	margin:0 auto;
    font-weight: normal;
	padding-top:30px;
}
.form_conts h3 {
	line-height:0;
	margin:0 0 20px;
}

table.build {
	border-collapse: collapse;
	border: 1px solid #ccc;
	width:100%;
}
table.build th {
	border: 1px solid #ccc;
	text-align:left;
	vertical-align:top;
	font-size:16px;
	background:#D9EDFF;
	padding:10px 10px 10px 20px;
	font-weight:normal;
}
table.build td {
	border: 1px solid #ccc;
	vertical-align:top;
	font-size:14px;
	background:#fff;
	padding:10px 10px 0 20px;
	font-weight:bold;
}
table.build td p {
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
	font-weight:bold;
}
table.build td p:last-child {
	border-bottom:0px;
	padding-bottom:0px;
}
.hissu {
	color:#990000;
}
ul.form_col {
	width:100%;
}
ul.form_col li {
	float:left;
	margin:0 10px 0 0;
}

div#form {
	width:100%;
	margin:0 0 20px;
	background:#fff;
	padding:2%;
}


.info_sec {
	display:block;
	max-width:300px;
	padding:10px;
	border:1px solid #ff0000;
	color:#ff0000;
	box-sizing:border-box;
	text-align:center;
	font-weight:bold;
}


table.form {
	border-collapse: collapse;
	border: 0px;
	width:100%;
}
table.form th {
	border: 0px;
	text-align:left;
	vertical-align:top;
	background:#D9EDFF;
	border-bottom:10px solid #fff;
	border-right:10px solid #fff;
	padding:10px 5px 5px 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;	
}

table.form th p.name {
	float:left;
	font-weight:bold;
}
table.form th p.hissu {
	float:right;
	line-height:0;
}
table.form th p.any {
	float:right;
	line-height:0;
}

table.form td {
	border: 0px;
	vertical-align:top;
	border-bottom:10px solid #fff;
	padding:5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;	
}

table.calendar {
	border-collapse: collapse;
	border: 0px;
	width:100%;	
	font-size:16px;
}
table.calendar th {
	border:1px solid #D9D9D9;
	background:#F2F2F2;
	width:25%;
	padding:5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;	
	text-align:center;
	font-weight:normal;
	vertical-align:middle;
}
table.calendar td {
	border:1px solid #D9D9D9;
	width:25%;
	padding:5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align:center;
	vertical-align:middle;
}
table.calendar .sat {
	font-size:14px;
	color:#003399;
}
table.calendar .sun {
	font-size:14px;
	color:#990000;
}
.maru:before  {
	content:"○";
	color:#990000;
	font-weight:bold;
}
.sankaku:before  {
	content:"△";
	color:#0000FF;
	font-weight:bold;
}
.batsu:before  {
	content:"×";
	color:#000000;
	font-weight:bold;
}
.cal_s1 {
	text-align:right;
	font-size:14px;
}


#form #chk {
	width:130px;
	height:40px;
	font-size:0;
	line-height:0;
	border:0px;
	cursor:pointer;
	background:url(../images/chk_btn.jpg) top left no-repeat;
}
#form #reset {
	width:130px;
	height:40px;
	font-size:0;
	line-height:0;
	border:0px;
	cursor:pointer;
	background:url(../images/reset_btn.jpg) top left no-repeat;
}
#form #send {
	width:130px;
	height:40px;
	font-size:0;
	line-height:0;
	border:0px;
	cursor:pointer;
	background:url(../images/send_btn.jpg) top left no-repeat;
}
#form #back {
	width:130px;
	height:40px;
	font-size:0;
	line-height:0;
	border:0px;
	cursor:pointer;
	background:url(../images/back_btn.jpg) top left no-repeat;
}
#form #chk:hover, #form #reset:hover, #form #send:hover, #form #back:hover {
	opacity:0.8; filter:alpha(opacity=80); -moz-opacity:0.8;
}

#form input[type="text"] {
	border:1px solid #ccc;
	padding:5px;
}
#form select {
	border:1px solid #ccc;
	padding:3px;
}
#form textarea {
	border:1px solid #ccc;
	padding:5px;
	font-size:12px;
}
#input_zip {
	width:80px;
}
#input_text1 {
	width:160px;
}
#input_text2 {
	width:420px;
}
#input_text3 {
	width:90%;
}
#input_text4 {
	width:400px;
}

ul.form_list {
	width:100%;
}
ul.form_list li {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	min-height:24px;
}
ul.form_list li.t1 {
	padding:5px 0 0 0;
}
ul.form_list li.w60 {
	width:60px;
}

dl.form_lst {
	width:100%;
}
dl.form_lst dd {
	float:left;
	padding:5px 10px;
}
dl.form_lst dd.d1 {
	padding:5px 10px 5px 5px;
}
.date_msg {
	padding:0 0 0 70px;
	line-height:160%;
}
.date_msg2 {
	padding:0 0 0 0px;
	line-height:160%;
}
.date_msg2 p {
	line-height:1.8em;
}
.date_msg2 p.indent {
	padding-left: 1em;
	text-indent: -1em;	
}

div.doui {
	width:104%;
	background:#E8E8E8;
	padding:15px 0;
	margin-left:-2%;
	margin-bottom:30px;
	text-align:center;
	font-weight:bold;
}
div.form_footer {
	margin:0 0 20px;
}
div.form_footer a:hover {
	text-decoration: underline;
}

#form ul.formBtn {
	width:300px;
	margin:0 auto;
	letter-spacing:-0.4em;
	text-align:center;
}
#form ul.formBtn li {
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
	padding:0 10px;
	text-align:center;
}

div#copy {
	width:98%;
	padding:0 1%;
	padding:15px 0;
}
div.copy_inner {
	max-width:580px;
	margin:0 auto;
	text-align:center;
}

ul.ssl_msg {
	max-width:680px;
	width:100%;
	margin:0 auto;
}
ul.ssl_msg li.msg {
	float:left;
	width:510px;
}
ul.ssl_msg li.bnr {
	float:right;
	width:150px;
}

footer {
	background:none;
}
.red {
	color:#ff3333;
}
.freedial{
	display:none;
}
.text_16 {
	font-size:120%;
	font-weight:bold;
	padding:5px 0 0 5px;
}

/*-----------------------------------------------
 pc size
-------------------------------------------------*/
@media all and (max-width: 1280px) {

}

/*-----------------------------------------------
 tb size
-------------------------------------------------*/
@media screen and (max-width: 900px) {
	.form_conts {
		width:98%;
		padding:30px 1% 0 1%;
	}
	#form_conts_wrap {
		margin-top:100px;
	}
}

@media screen and (max-width: 740px) {
	ul.ssl_msg li.msg {
		float:none;
		width:100%;
		margin:0 0 10px;
	}
	ul.ssl_msg li.bnr {
		float:none;
		width:100%;
		text-align:center;
	}


	.freedial{
		padding: 8px;
		background: linear-gradient(-135deg, #2525ad, rgb(78, 78, 230));
		color:#fff;
		text-align:center;
		margin:10px auto;
		display:block;
		line-height: 200%;
		font-size:14px;
		width:  90%;
		/* max-width: 800px; */
		border: 1px solid #000065;
	}
	.freedial .telephone{
		font-size: 200%;
		color: #ff0;
	}
	.freedial .telephone a{
		font-weight:bold;
	}

}

/*-----------------------------------------------
 sp size
-------------------------------------------------*/
@media screen and (max-width: 640px) {
	table.build th {
		width:100%;
		padding:2% 2%;
		display:block;
	}
	table.build td {
		width:100%;
		display:block;
		padding:2% 2% 0 2%;
	}

	table.form th {
		width:100%;
		padding:2% 5px;
		display:block;
		border-right:0px;
	}
	table.form td {
		width:100%;
		display:block;
		padding:0 0 3% 0;
	}

	table.calendar {
		font-size:12px;
	}
	table.calendar th {
		display:table-cell;
		width:25%;
		padding:5px;
	}
	table.calendar td {
		display:table-cell;
		width:25%;
		padding:5px;
	}
	table.calendar .sat {
		font-size:12px;
	}
	table.calendar .sun {
		font-size:12px;
	}
	.cal_s1 {
		font-size:12px;
	}

	ul.form_list li {
		float:none;
		width:100%;
		margin-right:0px;
		margin-bottom:5px;
	}
	ul.form_list li.t1 {
		float:left;
	}
	ul.form_list li.s1 {
		float:left;
		width:auto;
		margin-right:5px;
	}

	.date_msg {
		padding:0 0 0 0;
	}

	.date_msg2 {
		padding:0 0 0 0;
	}

	#input_text1 {
		width:60%;
	}

	#input_text2 {
		width:90%;
	}
	#input_text2 {
		width:90%;
	}
	#input_text4 {
		width:90%;
	}

	ul.form_col li {
		margin:0 10px 10px 0;
	}
	ul.form_col li:last-child {
		margin:0 10px 0 0;
	}
	.pc_br {
		display:none;
	}
}
@media (max-width: 440px) {
	header.form {
		height:98px;
	}
}

table.form td .know_wra {
	width:100%;
	padding:0 5px 15px;
	margin:0 0 15px;
	border-bottom:1px solid #ccc;
}
table.form td .know_wra:first-child {
	padding:10px 5px 15px;
}
table.form td .know_wra:last-child {
	margin:0 0 0;
}
table.form td .know_wra p {
	font-size:14px;
	margin:0 0 10px;
}
table.form td .know_wra .know_col {
	display:flex;
	align-items: center;
	flex-wrap: wrap;
	margin:0 0 -10px;
}
table.form td .know_wra .know_col li {
	margin:0 10px 10px 0;
}
.c_txt {
	display:block;
	font-size:10px;
}