@charset "utf-8";
/* ========================================
    ■ form
======================================== */
#form {
}
#form .wrap {
	padding: 85px 0 75px;
}
#form h2 {
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 50px;
}
#form table {
	width: 100%;
	margin: 0 auto 50px;
}
#form th {
	width: 300px;
	border-bottom: dotted 1px #ccc;
	text-align: left;
	vertical-align: middle;
	padding: 15px 20px;
	font-size: 18px;
}
#form td {
	border-bottom: dotted 1px #ccc;
	text-align: left;
	vertical-align: middle;
	padding: 15px 20px;
}
#form .must {
	background: #d62800;
	color: #fff;
	border-radius: 2px;
	display: inline-block;
	font-size: 11px;
	margin: 0px 15px 0 0px;
	padding: 2px 5px;
	vertical-align: middle;
}
#form input[type='text'],
#form input[type='tel'], 
#form input[type='email'], 
#form textarea
 {
	border: solid 1px #ddd;
	border-radius: 3px;
	display: block;
	padding: 15px 20px 15px 10px;
	vertical-align: middle;
	width: 90%;
	box-shadow: none;
}
#form input[type="checkbox"] {
	width: 20px;
	height: 20px;
	background: #fff;
}

#form input.short {
	display: inline-block !important;
	width: 35% !important;
	margin: 0 1vw 0 10px;
}

#form label {
	display: block;
	float: left;
	padding: 12px 20px 12px 10px;
	vertical-align: middle;
	border: 1px #ddd solid;
	border-radius: 3px;
}

#form select {
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding:0.5rem;
	width:auto;
	color:#000;
	display: block;
	float: left;
	padding: 12px 20px 12px 10px;
	vertical-align: middle;
	border: 1px #ddd solid;
	border-radius: 3px;
	font-size:85%;
}

#form ol {
	overflow: hidden;
}

#form ol li {
	display: block;
	margin: 0 auto 15px;
	overflow: hidden;
}

#form textarea {
	min-height: 120px;
}
#form button[type='submit'] {
	background: #900;
	display: block;
	border: none;
	width: 380px;
	margin: 0 auto;
	padding: 15px 0;
	border-radius: 8px;
	cursor: pointer;
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
	font-family: "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	transition: 0.2s ease;
}
#form button[type='submit']:hover {
	opacity: 0.7;
	transition: 0.5s ease;
}


.btn-cv-on {
	background: #900;
	display: block;
	border: none;
	width: 380px;
	margin: 0 auto;
	padding: 15px 0;
	border-radius: 8px;
	cursor: pointer;
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
	font-family: "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	transition: 0.2s ease;
	margin:0 auto 1em auto;
}
.btn-cv-on:hover {
	opacity: 0.7;
	transition: 0.5s ease;
}
.btn-cv-on a {
	color:#fff;
	text-decoration:none;
}


.btn-cv-off {
	background: #999;
	display: block;
	border: none;
	width: 380px;
	margin: 0 auto;
	padding: 15px 0;
	border-radius: 8px;
	cursor: pointer;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	font-family: "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	transition: 0.2s ease;
}
.btn-cv-off:hover {
	opacity: 0.7;
	transition: 0.5s ease;
}
.btn-cv-off a {
	color:#fff;
	text-decoration:none;
}



@media screen and (max-width: 480px) {
#form .wrap {
	padding: 45px 0 30px;
}
#form h2 {
	font-size: 1.7em;
	margin-bottom: 50px;
}
#form table {
	width: 100%;
	margin: 0 auto 20px;
}
#form th {
	width: 100%;
	display: block;
	border: none;
	padding: 10px 0 10px;
}
#form td {
	width: 100%;
	display: block;
	padding: 0px 0 20px;
}
#form input[type='text'], #form input[type='tel'], #form input[type='email'], #form select, #form textarea {
	width: 100%;
}

#form input.short {
	width: 85% !important;
	margin: 0 1vw 0 10px;
}
#form input.short:first-child {
	margin-bottom: 3vw;
}

#form select {
	background: #fff;
}

#form button[type='submit'] {
	width: 100%;
	font-size: 1rem;
}
}

a{color: #b58151!important;}
a[target="new"]:after{content:url("images/new_window.png");margin:0 3px;}
