@charset "utf-8";
/* contact.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	background-image: url(../images/contact/contact_kv.jpg);
	height: 480px;
}
#kv h2::after {
	content: "CONTACT";
}
#kv_mask {
	height: 480px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 他フォームへ　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#link_bt {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#link_bt li {
	width: 530px;
}
#link_bt li a {
	background-color: #2150A4;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	border-radius: 5px;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#link_bt li a:hover {
	background-color: #2E69D4;
}
#link_bt li a span {
	position: absolute;
	right: 20px;
	width: 20px;
	height: 20px;
	background-color: #FFFFFF;
	color: #2150A4;
	font-size: 10px;
	font-weight: 900;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 20px;
	padding-left: 3px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* レイアウト　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#form_area {
	margin-top: 100px;
}











/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* kv　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	background-size: 100% 100%;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 他フォームへ　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#link_bt {
	margin-bottom: 30px;
	display: inherit;
}
#link_bt li {
	width: 100%;
	margin-bottom: 10px;
}
#link_bt li a {
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#link_bt li a span {
	right: 10px;
	width: 18px;
	height: 18px;
	color: #2150A4;
	font-size: 10px;
	top: 17px;
	padding-left: 2px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* レイアウト　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#form_area {
	margin-top: 50px;
}
	


}
