
/* ------------------------------------------------- *
 *        Guidance
 * ------------------------------------------------- */

#mainArea {
	position: relative;
	width: 100%;
	height:293px;
	background: url(../images/bg_main.jpg) no-repeat top center;
	background-size: cover;
}

#mainbnr {
	position: absolute;
	top: 60%;
	right: 1%;
	text-align: right;
	z-index: 100; }

.pankuzu, .pankuzu a{
	color: #FFF; }


/* contents */
	
.con1, .con2 {
	width: 800px;
	margin-right:auto;
	margin-left:auto;
	text-align: left;}
table {
	border: 1px solid #1E4682;
	border-collapse: collapse;
	padding: 0;
	width: 800px;
	margin-bottom:5px;
	font-size: 20px;
	line-height: 1.8;
	text-align: left;
	color: #333;
	}
.con1_t {
	height: 103px;}
.con2_t {
	height: 234px;}
tr {
	padding: 0;
	width: 100%;
	}
th.midasi {
	border: 1px solid #1E4682;
	border-collapse: collapse;
	background: #627EAB;
	padding: 0;
	text-align: center;
	color: #fff;
	}
th {
	border: 1px solid #1E4682;
	border-collapse: collapse;
	background: #ECF7F6;
	padding: 0;
	width:172px;
	font-weight:normal;
	text-align: center;
	color: #627EA8;
	}
td {
	border: 1px solid #1E4682;
	border-collapse: collapse;
	padding: 0;
	text-align: center;
	color: #333;
	}
.con2_t td {
	width: 209px;
	}

.btn_yoyaku {
	margin-top: 60px;
	margin-bottom: 100px;
	}


/* dantai */
.con1_d, .con3_d {
	width: 800px;
	margin-right:auto;
	margin-left:auto;
	text-align: left;}
	
.con1_d_t {
	width: 800px;
	height: 483px;
	margin-right:auto;
	margin-left:auto;
	text-align: left;
	border-top: 1px solid #1E4682;
	border-left: 1px solid #1E4682;
	border-collapse: collapse;
	padding: 0;
	margin-bottom:5px;
	font-size: 20px;
	line-height: 31px;
	text-align: left;
	color: #333;
	}
.con1_d_t tr {
	padding: 0;
	width: 100%;
	}
.con1_d_t th.midasi {
	border: 1px solid #1E4682;
	border-collapse: collapse;
	background: #627EAB;
	padding: 0;
	text-align: center;
	color: #fff;
	}
.con1_d_t th {
	border: 1px solid #1E4682;
	border-collapse: collapse;
	background: #ECF7F6;
	padding: 0;
	width:172px;
	font-weight:normal;
	text-align: center;
	color: #627EA8;
	}
.con1_d_t td {
	border: 1px solid #1E4682;
	border-collapse: collapse;
	padding-left: 15px;
	text-align: left;
	color: #333;
	}

.con2_d {
	width: 720px;
	margin-right:auto;
	margin-left:auto;
	font-size: 12px;
	text-align: left;
	background: #E9EDF3;
	padding: 30px 40px 35px;
	color:#333;}
.d_ttl {
	font-size: 18px;
	color: #627EA8;
	margin-left:-10px;
	line-height: 35px;}

.yoyaku {
	width: 100%;
	border: 1px solid #5C521A;
	text-align: center; }
.con3_btarea li {
	margin: 5px;
	display: inline;
	}
	
.con4_d_p {
	font-size: 18px;
	line-height: 39px;}
	

/* dantai form */
.form .con1_d {
	width: 800px;
	margin-right:auto;
	margin-left:auto;
	padding: 40px 0 70px;
}

.form .text {
	font-size: 20px;
	line-height: 1.8;
	text-align: left;
	margin-bottom: 5px;
}

.form .text2 {
	font-size: 18px;
	line-height: 1.8;
	text-align: left;
	margin-bottom: 5px;
}

.form .text3 {
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
	margin-bottom: 15px;
}

.form .red {
	color: #992330;
}

.form .cap_red {
	font-size: 12px;
	line-height: 1.8;
	text-align: left;
	color: #992330;
	margin-bottom: 40px;
	text-indent: -1em;
	padding-left: 1em;
}

.form .con_line {
	border-top: solid 1px #5C521A;
	padding: 30px 0;
}
.form .con_line.mb {
	border-top: solid 1px #5C521A;
	padding: 30px 0;
	margin-bottom: 20px;
}

.form table {
	width: 800px;
	margin-bottom: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.8;
	text-align: left;
	color: #333;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	border: none;
}

.form tr {
	padding: 0;
	width: 100%;
	border: none;
}
.form th {
	width: 200px;
	padding: 10px 10px 10px 0;
	font-weight: normal;
	text-align: left;
	color: #333;
	vertical-align: top;
	border: none;
	background: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form td {
	width: 600px;
	padding: 5px 0;
	text-align: left;
	color: #333;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
	border: none;
}

.form .input-txt {
	font-size: 18px;
	line-height: 1.8;
	padding: 5px;
	border: 1px solid #cfcfcf;
  border-radius: 0;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none
}
.form .input-txt.w-long {
  width: 99%
}
.form .input-txt.w-half {
  width: 48%
}
.form .input-txt.mr {
	margin-right: 15px;
}

.form textarea {
	resize: none;
	height: 170px;
}

.form label {
	margin-right: 20px;
}
label.radio_text input[type="radio"] {
	margin-right: 5px;
}

.form select {
	-moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: solid 1px #CCC;
  margin: 0 0 10px;
  padding: 5px 5px;
  background: none transparent;
	vertical-align: top;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

.form .btn {
	text-align: center;
}
.form .btn li {
	display: inline-block;
	padding: 0 5px;
	vertical-align: top;
}

.form .btn_kakunin {
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	border-style: none;
	padding: 0;
	width: 354px;
	height: 74px;
	background: url(../../common/img/btn_kakunin.png) left top no-repeat;
	background-size: cover; 
}

.form .btn_back {
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	border-style: none;
	padding:0;
	width: 354px;
	height: 74px;
	background: url(../../common/img/btn_back.png) left top no-repeat;
	background-size: cover; 
}

.form .btn_send {
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	border-style: none;
	padding:0;
	width: 354px;
	height: 74px;
	background: url(../../common/img/btn_send.png) left top no-repeat;
	background-size: cover; 
}

.form .btn_kakunin:hover, .form .btn_back:hover, .form .btn_send:hover {
	cursor: pointer;
	opacity: 0.5;
}

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

#mainArea {
	position: relative;
	width: 100%;
	height:180px;
	background: url(../images/bg_main.jpg) no-repeat top center;
	background-size: cover;
}

#mainbnr {
	position: relative;
	width: 100%;
	top: 0;
	right: 0;
	text-align: center;
	z-index: 100; }
	/* contents */
	
	.con1, .con2 {
		width: 100%;
		margin-right:auto;
		margin-left:auto;
		text-align: left;}
	table {
		border: 1px solid #1E4682;
		border-collapse: collapse;
		padding: 0;
		width: 100%;
		margin-bottom:5px;
		font-size: 18px;
		line-height: 1.8;
		text-align: left;
		color: #333;
		}
	tr {
		padding: 0;
		width: 100%;
		}
	th.midasi {
		border: 1px solid #1E4682;
		border-collapse: collapse;
		background: #627EAB;
		padding: 0;
		text-align: center;
		color: #fff;
		}
	th {
		border: 1px solid #1E4682;
		border-collapse: collapse;
		background: #ECF7F6;
		padding: 0;
		width:22%;
		font-weight:normal;
		text-align: center;
		color: #627EA8;
		}
	td {
		border: 1px solid #1E4682;
		border-collapse: collapse;
		padding: 0;
		text-align: center;
		color: #333;
		}
	.con2_t td {
		width: 26%;
		}

.btn_yoyaku {
	margin-top: 30px;
	margin-bottom: 50px;
	}

/* dantai */
.con1_d, .con3_d {
	width: 100%;
	margin-right:auto;
	margin-left:auto;
	text-align: left;}
	
.con1_d_t {
	width: 100%;
	height: 483px;
	margin-right:auto;
	margin-left:auto;
	text-align: left;
	border-top: 1px solid #1E4682;
	border-left: 1px solid #1E4682;
	border-collapse: collapse;
	padding: 0;
	margin-bottom:5px;
	font-size: 18px;
	line-height: 31px;
	text-align: left;
	color: #333;
	}
.con1_d_t tr {
	padding: 0;
	width: 100%;
	}
.con1_d_t td.midasi {
	border: 1px solid #1E4682;
	border-collapse: collapse;
	background: #627EAB;
	padding: 0;
	text-align: center;
	color: #fff;
	}
.con1_d_t th {
	border: 1px solid #1E4682;
	border-collapse: collapse;
	background: #ECF7F6;
	padding: 0;
	width:22%;
	font-weight:normal;
	text-align: center;
	color: #627EA8;
	}
.con1_d_t td {
	border: 1px solid #1E4682;
	border-collapse: collapse;
	padding-left: 15px;
	text-align: left;
	color: #333;
	}

.con2_d {
	width: 90%;
	margin-right:auto;
	margin-left:auto;
	font-size: 12px;
	text-align: left;
	background: #E9EDF3;
	padding: 2% 5% 4%}
.d_ttl {
	font-size: 18px;
	color: #627EA8;
	margin-left:-10px;
	line-height: 35px;}

.yoyaku {
	width: 90%;
	border: 1px solid #5C521A;
	text-align: center;
	padding: 5%;}
.con3_btarea li {
	margin:0 auto 10px;
	}
	
	.con4_d_p {
	font-size: 16px;
	line-height: 29px;}

	/* dantai form */
	.form .con1_d {
		width: 100%;
		margin-right:auto;
		margin-left:auto;
		padding: 20px 0 40px;
	}
	
	.form .text {
		font-size: 20px;
		line-height: 1.8;
		text-align: left;
		margin-bottom: 5px;
	}
	
	.form .text2 {
		font-size: 18px;
		line-height: 1.8;
		text-align: left;
		margin-bottom: 5px;
	}
	
	.form .text3 {
		font-size: 16px;
		line-height: 1.8;
		text-align: left;
		margin-bottom: 15px;
	}
	
	.form .red {
		color: #992330;
	}
	
	.form .cap_red {
		font-size: 12px;
		line-height: 1.8;
		text-align: left;
		color: #992330;
		margin-bottom: 40px;
		text-indent: -1em;
		padding-left: 1em;
	}
	
	.form .con_line {
		border-top: solid 1px #5C521A;
		padding: 30px 0;
	}
	.form .con_line.mb {
		border-top: solid 1px #5C521A;
		padding: 30px 0;
		margin-bottom: 20px;
	}
	
	.form table {
		width: 100%;
		margin-bottom: 0;
		padding: 0;
		font-size: 18px;
		line-height: 1.8;
		text-align: left;
		color: #333;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: none;
	}
	
	.form tr {
		padding: 0;
		width: 100%;
		border: none;
	}
	.form th {
		width: 100%;
		display: block;
		padding: 10px 0 0;
		font-weight: bold;
		text-align: left;
		color: #333;
		vertical-align: top;
		border: none;
		background: none;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.form td {
		width: 100%;
		display: block;
		padding: 7px 0 14px;
		text-align: left;
		color: #333;
		vertical-align: middle;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-appearance: none;
		border: none;
	}
	
	.form .input-txt {
		font-size: 18px;
		line-height: 1.8;
		padding: 5px;
		border: 1px solid #cfcfcf;
		border-radius: 0;
		vertical-align: middle;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-appearance: none;
		appearance: none
	}
	.form .input-txt.w-long {
		width: 99%;
	}
	.form .input-txt.w-half {
		width: 99%;
		margin-bottom: 10px;
	}
	.form .input-txt.mr {
		margin-right: 0;
	}
	
	.form textarea {
		resize: none;
		height: 170px;
	}
	
	.form label {
		margin-right: 20px;
	}
	label.radio_text input[type="radio"] {
		margin-right: 5px;
	}
	
	.form select {
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
		border-radius: 0;
		border: solid 1px #CCC;
		margin: 0 0 10px;
		padding: 10px 5px;
		background: none transparent;
		vertical-align: top;
		font-size: inherit;
		color: inherit;
		box-sizing: content-box;
	}
	
	.form .btn {
		text-align: center;
	}
	.form .btn li {
		display: inline-block;
		padding: 0 5px;
		vertical-align: top;
	}
	
	.form .btn_kakunin {
		cursor: pointer;
		font-size: 0;
		line-height: 0;
		border-style: none;
		padding: 0;
		width: 250px;
		height: 52px;
		background: url(../../common/img/btn_kakunin.png) left top no-repeat;
		background-size: cover; 
	}
	
	.form .btn_back {
		cursor: pointer;
		font-size: 0;
		line-height: 0;
		border-style: none;
		padding:0;
		width: 250px;
		height: 52px;
		background: url(../../common/img/btn_back.png) left top no-repeat;
		background-size: cover; 
	}

	.form .btn_send {
		cursor: pointer;
		font-size: 0;
		line-height: 0;
		border-style: none;
		padding:0;
		width: 250px;
		height: 52px;
		background: url(../../common/img/btn_send.png) left top no-repeat;
		background-size: cover; 
	}
	
}
