@charset "utf-8";

/************************************************
 contact
************************************************ */

/* お問い合わせ */
#section_2 {
	padding-bottom: 50px;
}
#section_2 .frame {
	padding: 20px 20px 30px 20px;
	background: #FFFFFF;
}
/* タイトル */
#section_2 #main_ttl {
	width: 100%;
	max-width: 1000px;
	background: url(../img/ttl-h1_sp.png) no-repeat;
	background-size: 100%;
	height: 8.928vw;
	margin-bottom: 20px;
}
@media all and (min-width: 1024px) {
	#section_2 #main_ttl {
		background: url(../img/ttl-h1.png);
		height: 37px;
	}
}

#section_2 #explain {
	font-family: Meiryo;
	color:  #333333;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin-bottom: 30px;
}
#section_2 table {
	width: 100%;
	color:  #000000;
	text-align: left;
	margin-bottom: 30px;
	font-size: 14px;
	clear: both;
}
#section_2 th, #section_2 td {
	float: left;
	width: 100%;
	padding: 20px 0 20px 20px;
}
#section_2 th {
	background: #EEEEEE;
}
@media all and (max-width: 1023px) {
	#section_2 th {
		height: 56px;
	}
}
#section_2 th.require:after {
	content: '';
	background: url(../img/required.png) no-repeat;
	width: 52px;
	height: 22px;
	display: inline-block;
	background-position: center right;
	float: right;
	margin-right: 20px;
	margin-top: -3px;
}
#section_2 td.space {
	padding-left: 0;
	height: 5px;
}
#section_2 tr.border, 
#section_2 th.border, 
#section_2 td.border {
	border-top: 1px dashed #737373;
}
#section_2 td.td_border {
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
}
#section_2 td.td_border_last {
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
@media all and (min-width: 1024px) {
	#section_2 table {
		max-width: 960px;
		font-size: 14px;
		margin-bottom: 30px;
	}
	#section_2 th, #section_2 td {
		float: none;
		width: auto;
		padding: 0;
	}
	#section_2 th {
		width: 350px;
	//	height: 86px;
		background: #EEEEEE;
		padding: 20px 0 20px 20px;
	}
	#section_2 td {
		padding-left: 30px;
		clear: both;
	}
	#section_2 td.td_border {
		border-left: none;
		border-right: none;
	}
	#section_2 td.td_border_last {
		border-left: none;
		border-right: none;
		border-bottom: none;
	}
}

/* 入力フォーム */
#section_2 input[type=text], 
#section_2 input[type=email] {
	width: 90%;
	height: 36px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#section_2 textarea {
	width: 90%;
	height: 106px;
	margin-top: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
@media all and (min-width: 1024px) {
	#section_2 input[type=text], 
	#section_2 input[type=email] {
		width: 400px;
		height: 36px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	#section_2 textarea {
		width: 400px;
		height: 106px;
		margin-top: 15px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
}
#section_2 .text_gray {
	color: #888888;
	font-size: 12px;
}
#section_2 .text_red {
	color: #d70000;
	font-size: 12px;
}

/* ボタン */
#section_2 #button {
	border-radius: 6px;
	background-color:  #00aacc;
	box-shadow: 1px 3px 0px 0px rgba(0, 0, 0, 0.15);
	max-width: 280px;
	width: 80%;
	height: 60px;
	margin: 0 auto 10px auto;
}
#section_2 #button a {
	width: 280px;
	height: 60px;
}
#section_2 #button li {
	color: #FFFFFF;
	line-height: 20px;
	font-size: 24px;
	font-family: NotoSansCJKjp;
	text-align: center;
	width: 280px;
	height: 60px;
	display: table-cell;
	vertical-align: middle;

}
#section_2 .button {
	border-radius: 6px;
	background-color:  #00AACC;
	box-shadow: 1px 3px 0px 0px rgba(0, 0, 0, 0.15);
	max-width: 280px;
	width: 80%;
	height: 60px;
	margin: 0 auto 20px auto;
}
#section_2 .button:nth-of-type(1) {
	background-color:  #B2B2B2;
}
#section_2 .button a {
	width: 280px;
	height: 60px;
}
#section_2 .button li {
	color: #FFFFFF;
	line-height: 20px;
	font-size: 24px;
	font-family: NotoSansCJKjp;
	text-align: center;
	width: 280px;
	height: 60px;
	display: table-cell;
	vertical-align: middle;
}
@media all and (min-width: 1024px) {
	#section_2 .overflow {
		width: 580px;
		overflow: hidden;
		margin: 0 auto 10px auto;
	}
	#section_2 .button {
		float: left;
		margin: 0 auto;
	}
	#section_2 .button:nth-of-type(1) {
		margin-right: 20px;
	}
}
#section_2 .ssl_text {
	text-align: center;
	font-size: 12px;
}
