@charset "UTF-8";
/* CSS Document */


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/

/* mvLower */
.mvLower {
	background: linear-gradient(rgba(162,31,45,.7), rgba(162,31,45,.7)),url("/img/contact/team/bg_mv.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.mvLower__h1 {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}



/* main */
.main__h2 {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 50px;
}

.main__txt {
	text-align: center;
}

.main__link {
	color: #a21f2d;
	text-decoration: underline;
}

.main table {
	margin-top: 50px;
	margin-bottom: 70px;
	width: 100%;
	border-top: 1px solid #DDD;
}

.main table tr th {
	width: 25%;
	padding: 20px 20px 20px 0;
	font-weight: 600;
	border-bottom: 1px solid #DDD;
	vertical-align: top;
}

.main table tr th .must {
	display: block;
	background-color: #df5875;
	color: #FFF;
	font-size: 12px;
	margin-top: 5px;
	width: 35px;
	text-align: center;
}

.main table tr td {
	width: 75%;
	padding: 20px 0;
	border-bottom: 1px solid #DDD;
}

.wpcf7-form-control-wrap label {
	display: block;
	line-height: 1.8;
}

.main table input[type=text],
.main table input[type=email],
.main table input[type=tel] {
	width: 100%;
	height: 50px;
	border: 1px solid #DDD;
	padding: 0 10px;
}

.main textarea {
	width: 100%;
	height: 150px;
	border: 1px solid #DDD;
	padding: 15px 10px;
}

.main table + p {
	text-align: center;
}

input[type=submit] {
	display: block;
	margin: 50px auto;
	width: 250px;
	height: 60px;
	border: none;
	background-color: #a21f2d;
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	transition: .2s;
}

input[type=submit]:hover {
	background-color: #111;
	cursor: pointer;
}



/******************************************************

タブレットの設定 960px~1199pxの場合に適用 

*******************************************************/

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


	
	
}



/******************************************************

タブレットの設定 768px~959pxの場合に適用 

*******************************************************/

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


	
	

}



/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

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

/* mvLower */
.mvLower__h1 {
	font-size: 20px;
}



/* main */
.main__h2 {
	font-size: 18px;
	margin-bottom: 20px;
}

.main__txt {
	text-align: center;
}

.main table {
	margin-top: 30px;
	margin-bottom: 40px;
}

.main table tr th {
	display: block;
	width: 100%;
	padding: 15px 0 0 0;
	border-bottom: none;
}

.main table tr th .must {
	display: inline-block;
	font-size: 10px;
	margin-top: 0;
	margin-left: 5px;
	width: 30px;
}

.main table tr td {
	display: block;
	width: 100%;
	padding: 10px 0 20px 0;
	border-bottom: 1px solid #DDD;
}

.wpcf7-form-control-wrap label {
	display: block;
	line-height: 1.8;
}

.main table input[type=text],
.main table input[type=email],
.main table input[type=tel] {
	height: 45px;
}

.main textarea {
	height: 100px;
	padding: 10px;
}

input[type=submit] {
	margin: 30px auto;
	width: 250px;
	height: 50px;
	font-size: 14px;
}
	
	
	
}