@charset "UTF-8";

section {
	padding-bottom: 0;
}

.contact_note {
	font-size: 1.4rem;
	color: #000e66;
	margin-bottom: 50px;
}

form {
	margin-bottom: 80px;
}
form table {
	margin: 0px auto 30px;
	text-align: left;
	width: 100%;
	max-width: 970px;
}
form table th {
	font-weight: 500;
	color: #343535;
	background: #e3f8ff;
	padding: 0.5em 1em;
	display: block;
}
form table th .hissu {
	color: #ff0000;
	padding-left: 0.5em;
}
form table td {
	padding: 1em;
	display: block;
	border: solid 1px #dcecfc;
	border-width: 0px 1px;
}
form table tr:last-child td {
	border-width: 0px 1px 1px;
}
form table tr td input,
form table tr td textarea {
	font-size: 1.4rem;
	width: 100%;
	padding: 5px;
	border: solid 1px #dcecfc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
form table tr td p.mail_info {
	color: #858484;
	margin-top: 0.3em;
}
form p.bt_area button,
form p.bt_area input {
	font-size: 1.5rem;
	color: #fff;
	background: #000e66;
	display: inline-block;
	margin: 0 5px;
	padding: 1em;
	width: 8em;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

/* お問い合わせフッタ */
.contact * {
	color: #fff;
}
.contact {
	background: #5a6e9d;
	text-align: center;
	padding:30px 0 50px;
}
.contact h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.8rem;
	color: #000e66;
	letter-spacing: 0.05em;
	margin: 0 0 1.5em;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
.contact h3 img.icon_l {
	width: 42px;
	margin: 0 10px auto 0;
}
.contact h3 img.icon_r {
	width: 42px;
	margin: 0 0 auto 10px;
}
.contact a {
	font-size: 1.8rem;
	font-weight: bold;
	display: inline-block;
	padding: 0.5em 5em;
	border: solid 1px #fff;
	position: relative;
}
.contact a:after {
	content: "▶";
	font-size: 1.2rem;
	position: absolute;
	right: 1em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


@media (min-width: 375px) {
}

@media (min-width: 768px) {
.contact_note {
	font-size: 1.8rem;
	margin-bottom: 80px;
}

form {
	margin-bottom: 100px;
}
form table {
	margin: 0px auto 40px;
}
form table th {
	display: table-cell;
	border-top: solid 1px #e3f8ff;
	border-bottom: solid 1px #fff;
	width: 15em;
}
form table td {
	display: table-cell;
	border-width: 1px 1px 1px 0px;
}
form table tr:last-child td {
	border-width: 1px 1px 1px 0px;
}
form table tr td input,
form table tr td textarea {
	font-size: 1.6rem;
	width: 100%;
	padding: 5px 8px;
}
form p.bt_area button,
form p.bt_area input {
	font-size: 1.6rem;
	margin: 0 15px;
	width: 12em;
}

/* お問い合わせフッタ */
.contact {
	padding:30px 0 50px;
}
.contact h3 {
	font-size: 2.6rem;
    -webkit-justify-content:space-around;
    -ms-flex-pack:distribute;
    justify-content:space-around;
}
.contact h3 img.icon_l {
	width: 56px;
	margin: 0 10px auto 0;
}
.contact h3 img.icon_r {
	width: 56px;
	margin: 0 0 auto 10px;
}
.contact a {
	font-size: 2.6rem;
}
.contact a:after {
	content: "▶";
	font-size: 1.8rem;
}
}

@media (min-width: 1240px) {
.contact_note {
	font-size: 2rem;
	margin-bottom: 100px;
}

form {
	margin-bottom: 150px;
}
form table {
	margin: 0px auto 50px;
}
form table th {
	padding: 1em 1.5em;
}
form table td {
	padding: 1em 1.5em;
}
form table tr td input,
form table tr td textarea {
	font-size: 1.8rem;
}
form p.bt_area button,
form p.bt_area input {
	font-size: 1.8rem;
	margin: 0 15px;
	width: 12em;
}

/* お問い合わせフッタ */
.contact {
	padding:30px 0 50px;
}
.contact h3 {
	font-size: 3.6rem;
}
.contact h3 img.icon_l {
	width: 72px;
	margin: 0;
}
.contact h3 img.icon_r {
	width: 72px;
	margin: 0;
}
.contact a {
	font-size: 3.6rem;
}
}
