@charset "utf-8";
/* CSS Document */

#contact {
	padding: 5%;
}
#contact #contact_box {
	background-color: rgba(255,255,255,1.00);
	color: #333;
	margin-bottom: 30px;
	padding: 20px 10px;
}
#contact .caution_box {
	color: #4d4d4d;
	border-bottom: 1px dotted #51BDFF;
	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: #51BDFF;
	font-weight: bold;
}
#contact h3 {
	color: #4d4d4d;
}
#contact .tel_btn {
	text-align: center;
	color: #333333;
	font-weight: bold;
	padding: 2% 0;
	font-size: 24px;
}
#contact .tel_btn span {
	color: #51BDFF;
	font-size: 10px;
}
#contact .tel_btn a {
	color: #2990FF;
}
#contact form {
	text-align: center;
}
#contact form h3 {
	padding:5px 3%;
	text-align: center;
}
#contact form input {
	padding:5px 3%;
	width:94%;
	margin-bottom: 5px;
	border:none;
	border: 1px solid #8BDDFF;
	background-color: #fff;
}
#contact form textarea {
	padding:5px 3%;
	width:94%;
	margin-bottom: 5px;
	border:none;
	border: 1px solid #8BDDFF;
	background-color: #fff;
}
#contact form input[type="submit"],
#contact form input[type="reset"] {
	width:35%;
	margin:0 2%;
	background-size: 100%;
	border: 1px solid #faabb3;
	background-color: #faabb3;
	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;
}

/*IEのみ*/
@media all and (-ms-high-contrast: none) {
	#contact form input[type="submit"],
	#contact form input[type="reset"] {
		padding-top: 8px;
	}
}

/*タブレット以上*/
@media screen and (min-width: 700px){
#contact{
	padding: 5% 8%;
}
}
/*横向き*/
@media screen and (orientation: landscape){
	@media screen and (max-height: 700px){
	}
	@media screen and (min-height: 700px){
	}
}