@charset "utf-8";
#page-title {
	background: url(../img/contact/img-title.jpg) no-repeat center top fixed;
}
#contact-form .main-wrapper {
	width: 100%;
	max-width: 1280px;
}
#contact-form .column {
	width: 50%;
	padding: 0 1%;
	margin: 30px 0 0;
	float: left;
	box-sizing: border-box;
	position: relative;
}
#contact-form dl {
	display: inline-block;
	text-align: left;
	padding: 20px;
	margin: 15px 0 30px;
	background: #F8F8F8;
	box-sizing: border-box;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
#contact-form dt {
	text-align: center;
	color: #1250C2;
	font-size: 24px;
	float: left;
	clear: left;
}
#contact-form dd {
	padding-left: 40px;
	margin-bottom: 20px;
}
#contact-form dd:last-child {
	margin-bottom: 0;
}
#contact-form table {
	width: 100%;
	text-align: left;
}
#contact-form th {
	display: block;
}
#contact-form td {
	display: block;
	margin-bottom: 20px;
}
#contact-form input[type="text"] {
	width: 100% !important;
	box-sizing: border-box;
	height: 45px;
	border: 1px solid #DDD;
}
#contact-form textarea {
	width: 100% !important;
	box-sizing: border-box;
	height: 100px;
	border: 1px solid #DDD;
}
#contact-form iframe {
	width: 100%;
	height: 400px;
}
#contact-form input[type="submit"] {
	width: 150px;
	height: 42px;
	margin: 0 auto;
	background: url(../img/btn-newtab.png) no-repeat center center;
	background-size: 150px 42px;
	border: none;
	color: #1250C2;
	font-size: 14px;
	display: block;
	font-weight: bold;
	font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-appearance: none;
	appearance: none;
	-webkit-transition: all .2s;
	transition: all .2s;
}
#contact-form input[type="submit"]:hover {
	color: #FFF;
	background-color: #1250C2;
}
#branches {
	background: url(../img/contact/img-branches.jpg) no-repeat center center fixed;
	background-size: cover;
	text-align: center;
}
#branches ul, #branches dl {
	display: inline-block;
}
#branches li {
	display: inline-block;
	min-width: 300px;
	padding: 20px;
	margin: 20px;
	background: #FFF;
	box-sizing: border-box;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
#branches h3 {
	font-size: 20px;
	color: #1250C1;
	text-align: center;
	margin-bottom: 10px;
}
#branches dt {
	color: #1250C2;
	font-size: 24px;
	float: left;
	clear: left;
}
#branches dd {
	text-align: left;
	padding-left: 40px;
	margin-bottom: 20px;
}
#branches dd:last-child {
	margin-bottom: 0;
}
#agreement {
	position: absolute;
	background: rgba(255, 255, 255, 0.9);
	padding: 20px;
	box-sizing: border-box;
	height: 100%;
	overflow: auto;
}
#agreement h3{font-size: 20px;color: #1250c2;font-weight: 500;}
#agreement h4 {
	font-weight: 500;
}
#agreement p {
	margin: 0 0 20px;
	font-size: 12px;
	text-indent: -1em;
	margin-left: 1em;
}
#agreement p.center {
	margin: 0 0 10px;
}
#agreement span {
	display: block;
	width: 90px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #1250c2;
	color: #FFF;
	margin: 0 auto 20px;
	border-radius: 4px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

@media only screen and (max-width: 960px) {
#contact-form .column {
	width: 100%;
	padding: 0;
	float: none;
}
#contact-form .main-wrapper {
	padding: 0;
}
}
