@charset "UTF-8";

.form-mess {
	padding-top: 30px;
}
@media (max-width:500px) {
	.form-mess {
		padding-top: 15px;
	}
}
.form-mess p:nth-of-type(1)  {
	font-size: 120%;
	font-weight: 500;
	text-align: center;
}
.form-mess p:nth-of-type(2)  {
	font-size: 220%;
	font-weight: 900;
	color: #326da3;
	margin-top: 15px;
	text-align: center;
}
@media (max-width:500px) {
	.form-mess p:nth-of-type(2)  {
		font-size: 180%;
		margin-top: 10px;
	}
}
.form-notice {
	margin-top: 20px;
	padding: 16px 25px;
	background-color: #f1f3ff;
	border-radius: 6px;
	font-size: 95%;
	line-height: 1.4em;
}
.form-notice li:nth-of-type(n+2) {
	margin-top: 8px;
}
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: #326da3 solid 2px;
    border-right: #fff solid 4px;
	vertical-align: middle;
	text-align: left;
    width: 20%;
    font-weight: 500;
	padding-left: 20px;
	white-space: nowrap;
	color: #326da3;
}
table.type1 th:nth-of-type(1) {
	border-top: #326da3 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;
}
table .inner {
	display: flex;
}
table .inner div {
	margin-right: 20px;
}
table p {
	line-height: 1.3em;
}
table input + p,
table input + p.red {
	margin-top: 5px;
}
@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: #f6f6f6;
		border-bottom: #a8a8a8 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 .inner {
		display: block;
	}
	table .inner div {
		margin-right: 0px;
	}
	table .inner div:nth-of-type(2) {
		margin-top: 6px;
	}
}
.red {
	color: #c43127;
}
.req {
	color: #c43127;
	padding-left: 8px;
}
.er {
	color: #c43127;
	 font-weight: 500;
}
input,
textarea,
select {
	border:solid #dddddd 1px;
	padding: 8px !important;
	font-size:15px;
}
select {
	border :1px solid #eee;
	font-size:15px;
}
textarea {width:94% !important; height: 200px !important;}
input.w1 {width:100px;}
input.w2 {width:85%;}
input.w3 {width:180px;}
input.w4 {width:55%;}
@media (max-width:500px) {
	input.w4 {width:94%;}
}

:focus::-webkit-input-placeholder { color:#ffffff; }
:focus:-moz-placeholder { color:#ffffff; }
:focus::-moz-placeholder { color:#ffffff; }
:focus:placeholder-shown { color:#ffffff; }

.btnbox{
	text-align:center;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
}
@media(max-width:500px) {
	.btnbox{
		padding-top: 10px;
	}
}
/* 確認ボタン */
.btn {
	font-size:15px;
	cursor: pointer;
	width:240px;
	height: 65px;
	color:#fff;
	border:1px solid #fff;
	letter-spacing:1.5px;
	border-radius: 4px;
}
.btn.send {
	background-color:#326da3;
}
.btn.back {
	background-color:#a1a1a1;
}
/* thanks */
.thanks-wrap {
	padding-top: 30px;
	padding-bottom: 150px;
	text-align: center;
}
.thanks-wrap p:nth-of-type(1) {
	color:#326da3;
	font-size: 160%;
	font-weight: 600;
	padding-bottom: 20px;
}
.thanks-wrap p:nth-of-type(3) {
	padding-top: 20px;
}

