html {
	font-size: 62.5%;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
body, h1, h2, h3, p {
	margin: 0;
}
body {
	font-family: sans-serif;
	color: #313637;
	letter-spacing: .075em;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	outline:none;
}
td.m-tb0 {
	margin-top: 0;
	margin-bottom: 0;
}
th br {
	display: none;
}
.border_box {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
form table tr td.pb_1em {
	padding-bottom: 1em;
}
.mb_1em {
	margin-bottom: 1em;
}
div.wrap {
	max-width: 900px;
	margin: 60px auto;
}
div.wrap h1 {
	font-size: 2.5rem;
	text-align: center;
}
div.txt_box {
	font-size: 1.3rem;
	background: #f7f7f7;
	padding: 7% 6% 6%;
	margin: 30px 15px 50px;
}
div.txt_box p {
	margin-bottom: 10px;
}
div.txt_box p span {
	color: #ff0000;
}
div.txt_box p:last-child {
	color: #51bedf;
	font-size: 1.1rem;
}
div.txt_box h3 {
	font-size: 1.7rem;
	border-bottom: 3px solid #2854a1;
	margin-bottom: 20px;
}
div.txt_box ul {
	margin-bottom: 30px;
}
div.txt_box ul li {
	font-size: 1.1rem;
	margin-bottom: 10px;
}
div.txt_box ul li:last-child,
div.tel_box p:first-child,
div.tel_box p:last-child {
	margin-bottom: 0;
}
div.tel_box {
	text-align: center;
	background: #fff;
	padding: 2em 0 1em;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.36);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.36);
}
div.tel_box p:first-child {
	font-size: 1.2rem;
}
div.tel_box p:last-child {
	font-size: 1.5rem;
}
div.tel_box p:last-child span {
	font-size: 2.7rem;
	font-weight: bold;
	color: #2854a1;
}
div.form_head h2 {
	font-size: 2.5rem;
	text-align: center;
	margin-bottom: 30px;
}
div.form_head a {
	color: #51bedf;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 1em;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 1px 1px 7px rgba(0,0,0,0.2);
}
div.form_head a:first-child {
	margin-bottom: 10px;
}
div.form_head a img {
	width: 35px;
	vertical-align: middle;
}
div.form_head div.form_head_wrap {
	padding-left: 15px;
	padding-right: 15px;
}
div.form_head p {
	font-size: 1.1rem;
	padding: 2em 1em;
}
div.form_head p:last-child {
	color: #ff0000;
}
/* ========== form ========== */
input[type="text"],
input[type="email"],
input[type="reset"],
input[type="submit"],
textarea {
	width: 100%;
}
input[type="text"],
input[type="email"],
input[type="reset"],
input[type="submit"],
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	border: none;
	cursor: pointer;
	border-radius: 0;
}
input[type="text"],
input[type="email"],
textarea,
select {
	background: #f7f7f7;
	border: 1px solid #ddd;
}
input[type="text"],
input[type="email"],
textarea {
	padding: 1em;
}
select {
	padding: 1em 2em 1em 1em;
	border-radius: 0;
}
option{
	white-space:normal;
}
form table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse:collapse
}
div.select_wrap label {
	position: relative;
}
form table tr td select::-ms-expand {
	display: none;
}
div.select_wrap label:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
	background-image: url(/arrow.png);
	background-repeat: no-repeat;
	background-size: 13px;
    width: 13px;
    height: 13px;
	pointer-events: none;
}
/* table tr:nth-child(13) td {
	font-size: 1.5rem;
} */
form table tr th,
form table tr td,
form table tr td input,
textarea {
	font-size: 1.4rem;
}
select {
	font-size: 1rem;
}
form table tr th {
	border-bottom: 1px solid #ddd;
}
form table tr th span {
	color: #ff0000;
}
form table tr th span.s_txt {
	font-size: 1rem;
	vertical-align: text-bottom;
}
form table tr th {
	text-align: left;
	padding: 1em 1em .5em;
}


@media only screen and (max-width: 768px) {
	form table tr th,
	form table tr td {
		display: block;
	}
}
form table tr td {
	margin: 1em;
}
form table tr td p {
	color: #888;
	font-size: 1rem;
	margin-top: 5px;
}
input[type="reset"],
input[type="submit"] {
	display: block;
	margin: 0 auto;
}
input[type="reset"] {
	color: #ff0000;
	font-size: 1.3rem;
	font-weight: bold;
	border: 2px solid #ff0000;
	border-radius: 50px;
	background: #fff;
	width: 100px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 30px;
}
input[type="submit"] {
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	background: #ff0000;
	border-radius: 50px;
	width: 200px;
	height: 43px;
	line-height: 43px;
}


@media only screen and (min-width: 769px) {
	th br {
		display: block;
	}
	div.wrap h1 {
		font-size: 3.7rem;
	}
	div.txt_box {
		font-size: 1.5rem;
	}
	div.txt_box h3 {
		font-size: 1.9rem;
	}
	div.txt_box p:last-child {
		font-size: 1.2rem;
	}
	div.tel_box p:first-child {
		font-size: 1.5rem;
	}
	div.tel_box p:last-child {
		font-size: 2.5rem;
	}
	div.tel_box p:last-child span,
	div.form_head h2 {
		font-size: 3.7rem;
	}
	div.form_head div.form_head_wrap {
		display: flex;
		justify-content: space-between;
	}
	div.form_head div.form_head_wrap a {
		width: calc(50% - 10px);
	}
	div.form_head a:first-child {
		margin-bottom: 0;
	}
	div.form_head p {
		font-size: 1.3rem;
	}
	form table tr th {
		padding: 0 1em;
	}
	form table tr th,
	form table tr td,
	form table tr td input,
	select {
		font-size: 1.5rem;
	}
	input[type="text"],
	input[type="email"] {
		padding: 1.5em;
	}
	select,
	textarea {
		padding: 1.5em 4em 1.5em 1.5em;
	}
	table tr td {
		padding: 1em 0;
	}
	input[type="reset"] {
		font-size: 1.7rem;
		border: 2px solid #ff0000;
		width: 160px;
		height: 45px;
		line-height: 45px;
		margin-bottom: 30px;
	}
	input[type="submit"] {
		font-size: 1.9rem;
		width: 280px;
		height: 60px;
		line-height: 60px;
	}
	form table tr th {
		border-bottom: none;
		width: 30%;
	}
	form table tr td {
		width: 70%;
	}
	form table tr {
		border-bottom: 1px solid #ddd;
	}
}