@charset "utf-8";

.contact-wrap {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
  padding-top: 50px;
}
@media (max-width:500px) {
  .contact-wrap {
    padding-top: 10px;
  }
}
.contact-wrap h1 {
	font-size: 170%;
	font-weight: 600;
	text-align: center;
	padding-top: 28px;
  position: relative;
}
@media (max-width:500px) {
  .contact-wrap h1 {
    font-size: 150%;
    font-weight: 500;
    line-height: 1.3em;
  }
}
.contact-wrap h1::after{
	content:"";
	display:block;
	width: 48px;
	height: 3px;
	background-color:#212121;
	position:absolute;
	bottom: -18px;
	left: calc(50% - 24px);
}
.toplead {
	padding: 30px;
  border-radius: 16px;
  background-color: #fafafa;
  margin-top:  80px;
}
@media (max-width:500px) {
  .toplead {
    padding: 20px;
    margin-top:  50px;
  }
}
.toplead .inner {
	display: table;
  margin-left: auto;
	margin-right: auto;
}
table.type1  {
	width: 100%;
	border-collapse: collapse;
	line-height: 2.0em;
  margin-top:  80px;
}
table.type1 th,
table.type1 td {
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: normal;
}
table.type1 th {
	border-bottom: #3f3735 solid 2px;
    border-right: #fff solid 4px;
	vertical-align: middle;
	text-align: left;
    width: 26%;
  min-width: 250px;
    font-weight: 500;
	padding-left: 20px;
	white-space: nowrap;
}
table.type1 th:nth-of-type(1) {
	border-top: #3f3735 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.type1 td label:nth-of-type(2) {
	margin-left: 40px;
}
@media (max-width:500px) {
  table.type1 td label:nth-of-type(2) {
    margin-left: 20px;
  }
}
@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;
	}
}
.notice-box {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 50px;
  background-color: #fafafa;
}

.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:105%;
	cursor: pointer;
	width: 300px;
	height: 65px;
	color:#fff;
	border:1px solid #fff;
	background-color:#000;
	letter-spacing:1.5px;
  transition: 0.5s;
}
/* 送信ボタン */
button#mfp_button_send {
  font-size:105%;
	width: 300px;
	height: 65px;
	color:#fff;
	border:1px solid #fff;
	background-color:#c70025;
	letter-spacing:1.5px;
	cursor:pointer;
}
/* キャンセルボタン */
#mfp_button_cancel {
  font-size:105%;
	cursor: pointer;
	width: 300px;
	height: 65px;
	color:#fff;
	border:1px solid #fff;
	background-color:#9e9e9e;
	letter-spacing:1.5px;
}
@media(max-width:500px) {
	.btn1,
	button#mfp_button_send,
	#mfp_button_cancel {
		width:65%;
		height: 55px;
	}
}

.btn1:hover, button#mfp_button_send:hover, #mfp_button_cancel:hover {
    filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
table th .typ {
	float: right;
	margin-top: 7px;
	border-radius: 3px;
  line-height: 100%;
	font-size:65%;
  padding: 4px;
}
table th .typ.req {
  background: #c70025;
  color: #fff;
}
table th .typ.any {
  background: #c3c3c3;
  color: #343434;
}

input,
textarea,
select {
	border:solid #dddddd 1px;
	padding: 8px !important;
	font-size:15px;
}
select {
	border :1px solid #eee;
	font-size:15px;
}
td span:nth-child(1),
td span:nth-child(2){
	padding-right: 20px;
}
placeholder {color:#ffffff;}

input[type="radio"] {
  transform:scale(1.3);
}

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 */
.thanks-lead {
	text-align: center;
	padding-top: 60px;
}
@media(max-width:500px) {
  .thanks-lead {
    text-align: left;
  }
}