@charset "utf-8";
/* CSS Document */
.g-recaptcha > div{
	margin: 0 auto;
}
.d_flex{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}
.font_18{font-size: 18px;}
.txt_center{text-align: center;}
.letter_5{letter-spacing: 5px;}
.width_150{width: 150px;}
.pd_10px{padding: 10px;}
.pd_t-20px{padding-top: 20px;}
.mg_t-50px{margin-top: 50px;}
.mg_r-20px{margin-right: 20px;}
.motion03s{transition: all 0.3s;}
.opacity06{opacity: 0.6;}
.hvr_opa07:hover{opacity: 0.7;}
#contact {
	padding: 6%;
	padding-bottom: 30vh;
}
#contact #contact_box {
	background-color: rgba(255,255,255,1.00);
	color: #333;
	margin-bottom: 30px;
	box-shadow: 0 3px 3px #4d4d4d;
	padding: 20px 10px;
}
#contact .caution_box {
	color: #4d4d4d;
	border-bottom: 1px solid #00ABF0;
	padding: 0 2%;
	margin-bottom: 20px;
}
#contact .caution_box p{
	display: block;
	margin-left: 15px;
	margin-bottom: 10px;
	position: relative;
}
#contact .caution_box p:last-of-type{
	margin-left: auto;
}
#contact .caution_box p::before{
	display: block;
	content: "●";
	position: absolute;
	top: 0;
	left: -20px;
}
#contact .caution_box p:last-of-type::before{
	display: none;
}
#contact .red {
	color: #0071BD;
	font-weight: bold;
}
#contact h3 {
	color: #4d4d4d;
}
#contact .tel_btn {
	text-align: center;
	font-weight: bold;
	padding: 2% 0;
	font-size: 18px;
}
#contact .tel_btn span {
	font-size: 10px;
}
#contact .tel_btn a {
	color: #00ABF0;
}
#contact form {
	text-align: center;
}
#contact form h3 {
	padding:5px 3%;
	text-align: center;
}
tact #contact span{
color: #88BDDD;
}
#contact form input {
	padding:5px 3%;
	width:94%;
	margin-bottom: 5px;
	border:none;
	border-bottom: 1px solid #88BDDD;
	background-color: #fff;
}
#contact form textarea {
	padding:5px 3%;
	width:94%;
	margin-bottom: 5px;
	border:none;
	border-bottom: 1px solid #88BDDD;
	background-color: #fff;
}
#contact form input[type="submit"],
#contact form input[type="reset"] {
	margin:0 2%;
	background-size: 100%;
	background-color: #0071BD;
	color: #fff;
	letter-spacing: 1px;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	-webkit-appearance: none;
}
#form_area input.width_150{width: 150px;}

/*タブレット以上*/
@media screen and (min-width: 700px){
#contact{
	padding: 5% 8%;
	padding-bottom: 50%;
}
}
/*横向き*/
@media screen and (orientation: landscape){
	@media screen and (max-height: 700px){
	}
	@media screen and (min-height: 700px){
	}
}