@charset "utf-8";

.contwrap {
	max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
	padding-top: 40px;
	padding-bottom: 120px;
	padding-left: 40px;
	padding-right: 40px;
}
@media (max-width:500px) {
	.contwrap {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		padding-bottom: 60px;
	}
}
table.type1  {
	width: 100%;
	border-collapse: collapse;
	line-height: 2.0em;
	margin-top: 30px;
}
table.type1 th,
table.type1 td {
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: normal;
}
table.type1 th {
	border-bottom: #275897 solid 2px;
    border-right: #fff solid 4px;
	vertical-align: middle;
	text-align: left;
    width: 20%;
    color: #275897;
    font-weight: 500;
	padding-left: 20px;
	white-space: nowrap;
}
table.type1 th:nth-of-type(1) {
	border-top: #275897 solid 2px;
}
table.type1 td {
	border-bottom: #bababa solid 1px;
    padding-left: 20px;
}
table.type1 td:nth-of-type(1) {
	border-top: #bababa solid 1px;
}
@media (max-width:500px) {
	table.type1  {
		line-height: 1.8em;
		margin-top: 30px;
	}
	table.type1 th,
	table.type1 td {
		padding-top: 8px;
		padding-bottom: 8px;
		display: block;
	}
	table.type1 th {
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
		background-color: #f2f5fa;
		border-bottom: #275897 solid 1px;
		border-right: none;
	}
	table.type1 th:nth-of-type(1) {
		border-top: none;
	}
	table.type1 td {
		border-bottom: none;
		padding-left: 0px;
		padding-right: 0px;
	}
	table.type1 td:nth-of-type(1) {
		border-top: none;
	}
}
/*
table.type1 td ul {
    line-height: 2.2em;
}
table.type1 td li span.links {
    margin-left: 12px;
}
table.type1 td li span.links a {
	padding: 2px 13px;
    border: #008250 solid 2px;
    border-radius: 6px;
    line-height: 100%;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
}
table.type1 td li span.links a:hover{
	background-color: rgba(0,131,81,0.3);
}
*/

.btnbox{
	text-align:center;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 50px;
}
@media(max-width:500px) {
	.btnbox{
		padding-top: 10px;
	}
}
/* 確認ボタン */
.btn1 {
	font-size:15px;
	cursor: pointer;
	width:240px;
	height: 65px;
	color:#fff;
	border:1px solid #fff;
	background-color:#2a5a95;
	letter-spacing:1.5px;
}
/* 送信ボタン */
button#mfp_button_send {
   font-size:15px;
	width:240px;
	height: 65px;
	color:#fff;
	border:1px solid #fff;
	background-color:#2a5a95;
	letter-spacing:1.5px;
	cursor:pointer;
}
/* キャンセルボタン */
#mfp_button_cancel {
   font-size:15px;
	cursor: pointer;
	width:240px;
	height: 65px;
	color:#fff;
	border:1px solid #fff;
	background-color:#9e9e9e;
	letter-spacing:1.5px;
}
.btn1:hover, button#mfp_button_send:hover, #mfp_button_cancel:hover {
    filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
table th .req {
	float: right;
	margin-top: 7px;
	background: #e37f1e;
	padding-left:4px;
	padding-right:4px;
	padding-top:3px;
    padding-bottom: 3px;
    line-height: 100%;
	font-size:70%;
	color: #ffffff;
}
input,
textarea {
	border:solid #dddddd 1px;
	padding: 8px !important;
	font-size:15px;
}
td span:nth-child(1),
td span:nth-child(2){
	padding-right: 20px;
}
placeholder {color:#ffffff;}

textarea {width:94% !important; height: 200px !important;}
input.w1 {width:100px;}
input.w2 {width:85%;}
input.w3 {width:180px;}	

:focus::-webkit-input-placeholder { color:#ffffff; } /* Chrome・Safari・Opera用(※Edgeにも使える) */
:focus:-moz-placeholder { color:#ffffff; }  /* Firefox18以前用 */
:focus::-moz-placeholder { color:#ffffff; } /* Firefox19以上用 */
:focus:placeholder-shown { color:#ffffff; } /* CSS標準(予定)の記述 */

/* thanks */
.thankslead {
	max-width: 900px;
    margin-left: auto;
    margin-right: auto;
	padding-top: 40px;
	padding-bottom: 300px;
	line-height: 1.8em;
}
.thankslead p:nth-child(n+2) {
	padding-top: 40px;
}
