@charset "UTF-8";

.page_ttl {
	background-image: url(../contact/img/bg-head.jpg);
}

.contact_wrap {
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
	padding: 70px 10px;
}

.contact_txt {
	margin-bottom: 30px;
}

.contact_tel {
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.contact_ttl {
	font-size: 18px;
	font-weight: bold;
	color: #175BAA;
	margin-bottom: 20px;
}

.contact_tel a {
	display: inline-block;
	color: #00A0E9;
	font-size: 40px;
	font-weight: bold;
	position: relative;
	padding-left: 1em;
	line-height: 1;
	margin-bottom: 10px;
}

.contact_tel a:before {
	position: absolute;
	font-family: icomoon;
	content: "\e904";
	top: 50%;
	left: 0;
	font-size: 34px;
	margin-top: -17px;
}

.contact_form {
}

.contact_form_tbl {
	width: 100%;
	margin-bottom: 50px;
}

.contact_form_tbl th,
.contact_form_tbl td {
	padding: 5px;
}

.contact_form_tbl th {
	text-align: right;
	position: relative;
	vertical-align: middle;
	width: 220px;
}

.contact_form_tbl th span {
	display: inline-block;
	padding-right: 70px;
}

.contact_form_tbl th i {
	position: absolute;
	font-size: 14px;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	color: #FFF;
	background: #e60012;
	padding: 4px 10px;
	line-height: 1;
}


.contact_form_tbl td {
	vertical-align: middle;
}

.contact_form_tbl td input[type="text"],
.contact_form_tbl td input[type="email"],
.contact_form_tbl td input[type="tel"],
.contact_form_tbl td textarea {
	border: none;
    background: #f1f1f1;
    padding: 10px;
    font-size: 16px;
    width: 100%;
    box-shadow: none;
}

.contact_form_caution {
	margin-bottom: 50px;
}

.contact_form_caution_ttl {
	font-weight: bold;
	color: #165BAA;
}

.contact_form_caution_list {}

.contact_form_caution_list > li {
	position: relative;
	padding-left: 0.7em;
}

.contact_form_caution_list > li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background: #175BAA;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	top: 0.6em;
	left: 0;
	line-height: 1;
}

.contact_form_submit {
	text-align: center;
}

.contact_form_submit input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  background: linear-gradient( to right bottom, #36b9cc, #0074b6);
  padding: 20px 50px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  transition: opacity 0.3s, box-shadow 0.3s;
}

.contact_form_submit input[type="submit"]:-webkit-search-decoration {
  display: none;
}

.contact_form_submit input[type="submit"]:focus {
  outline-offset: -2px;
}

.contact_form_submit input[type="submit"]:hover {
	opacity: 0.8;
    box-shadow: 0 0 24px #c2c0c0;
}

/* All SP & Tablet */
@media screen and (max-width:1200px) {
}

/* All SP */
@media screen and (max-width:640px) {
	.contact_wrap {
		padding: 70px 10px 100px;
	}

	.contact_tel a {
		font-size: 34px;
	}

	.contact_form_tbl {
		margin-bottom: 20px;
	}

	.contact_form_tbl th,
	.contact_form_tbl td {
		display: block;
		width: 100%;
	}

	.contact_form_tbl th {
		text-align: left;
	}

	.contact_form_tbl th span {
		padding-right: 10px;
	}

	.contact_form_tbl th i {
		position: static;
	}

	.contact_form_tbl td {
		margin-bottom: 10px;
	}

	.contact_form_caution {
		margin-bottom: 30px;
	}
}
