@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/

/*------------------------------------------------------------
	mainVisual　（参照画像パス注意）
------------------------------------------------------------*/
.mainVisual {
	min-height: 320px;
	padding-top: 124px;
	background: url(../img/contact/main_img.jpg) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
}

.mainVisual p {
	margin-bottom: 97px;
	font-size: 45px;
	text-align: center;
	color: #FFF;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho",serif;
	letter-spacing: 5px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.mainVisual {
		min-height: 100px;
		padding-top: 34px;
		background: url(../img/contact/sp_main_img.jpg) no-repeat center center;
		background-size: cover;
	}

	.mainVisual p {
		margin-bottom: 0;
		font-size: 19px;
		letter-spacing: 3px;
	}

}
/*------------------------------------------------------------
	テキスト関係
------------------------------------------------------------*/
#conts p {
	margin-bottom: 30px;
	line-height: 1.875;
}

#conts .btp{
	margin-bottom: 60px !important;
}

#conts p .txtSpan {
	font-weight: bold;
	text-decoration: underline;
}

#conts p a:hover {
	text-decoration: none;
}

#conts a {
	color: #003a6b;
}

#conts a:hover {
	text-decoration: underline;
}


@media all and (min-width: 0) and (max-width: 767px) {
	#conts {
		font-size: 13px;
	}
	
	#conts p {
		margin-bottom: 24px;
		line-height: 1.76;
		font-size: 13px;
	}

	#conts p .txtSpan {
		font-weight: normal;
		text-decoration: none;
	}
	
}
/*------------------------------------------------------------
	imgBox（右か左に画像があるbox）
	サイズなどデザインを見て変更
------------------------------------------------------------*/
#conts .imgBoxR {
	margin-bottom: 35px;
}

#conts .imgBoxR .photoBox {
	margin-top: 6px;
	float: right;
}

#conts .imgBoxR .textBox {
	width: 350px;
	float: left;
}

#conts .imgBoxR .textBox p {
	margin-bottom: 0;
}

#conts .imgBoxL {
	margin-bottom: 35px;
}

#conts .imgBoxL .photoBox {
	margin-top: 6px;
	float: left;
}

#conts .imgBoxL .textBox {
	width: 341px;
	float: right;
}

#conts .imgBoxL .textBox p {
	margin-bottom: 0;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#conts .imgBoxR {
		margin-bottom: 20px;
	}

	#conts .imgBoxR .photoBox {
		margin: 0 85px;
		float: none;
	}
	
	#conts .imgBoxR .photoBox img {
		width: 100%;
	}

	#conts .imgBoxR .textBox {
		width: auto;
		float: none;
	}

	#conts .imgBoxR .textBox p {
		margin-bottom: 22px;
	}

	#conts .imgBoxL {
		margin-bottom: 20px;
	}

	#conts .imgBoxL .photoBox {
		margin: 0 85px;
		float: none;
	}
	
	#conts .imgBoxL .photoBox img {
		width: 100%;
	}

	#conts .imgBoxL .textBox {
		width: auto;
		float: none;
	}
	
	#conts .imgBoxL .textBox p {
		margin-bottom: 22px;
	}
}
/*------------------------------------------------------------
	contents（ページ毎のコンテンツ）
------------------------------------------------------------*/
#conts .color{
	background: #eef0f2;
}

#conts span{
	color: #dc0000;
}

#conts a {
}

#conts table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 60px;
}

#conts table th,
#conts table td{
	font-weight: 500;
	padding: 10px 0;
	border-top: 1px solid #9c9d9d;
	border-bottom: 1px solid #9c9d9d;
	vertical-align: top;
}

#conts table th{
	width: 27%;
}

#conts table th span{
	margin-left: 5px;
	color: #ff0000 !important;
}

#conts table td{
	padding-left: 5px;
}

#conts table td a{
	text-decoration: underline;
}

#conts table td a:hover{
	text-decoration: none;
}

#conts .thanks{
	text-align: center;
}


/*--テキストボックスサイズ--*/
#conts table td .style01{
	width: 60%;
}

#conts table td .style02{
	width: 35%;
	margin-right: 20px;
}

#conts table td .style03{
	width: 95%;
}

#conts table td .style04{
	width: 85%;
}

#conts table td .style05{
	width: 100%  !important;
	height: 150px !important;
}

/*--確認ボタン--*/
#conts .submit{
	display:flex;
	justify-content:center;
}

#conts .submit li{
	width: 150px;
	height: 42px;
	margin: 0 40px;
}

#conts .submit li:hover{
	opacity: 0.7;
}


#conts .submit li .type01{
	width: 100%;
	height: 100%;
	font-weight: bold;
	background: #eef0f2;
	border: none;
}

#conts .submit li .type02{
	width: 100%;
	height: 100%;
	font-weight: bold;
	color: #fff;
	background: url(../img/common/icon04.png) no-repeat 96% center #003a6b ;
	border: none;
}



@media all and (min-width: 0) and (max-width: 767px) {
	#conts table{
		width: 100%;
		border-top: 1px solid #9c9d9d;
	}
	
	#conts table th{
		display: block;
		border: none;
		padding-bottom: 0;
		width: 100%;
	}
	
	#conts table td{
		width: 100%;
		border-top: none;
		display: block;
		padding-left: 0;
	}
		
	/*--テキストボックスサイズ--*/
	#conts table td .style01{
		width: 60%;
	}
	
	#conts table td .style02{
		width: 35%;
		margin-right: 20px;
	}
	
	#conts table td .style03{
		width: 100%;
	}
	
	#conts table td .style04{
		width: 100%;
	}
	
	
	#conts table td .style05{
		width: 100%;
		height: 150px !important;
	}
	
	/*--確認ボタン--*/
	#conts .submit li{
		width: 300px;
		height: 42px;
		margin: 0 10px;
	}
	

}
/*IEのみ*/
@media all and (-ms-high-contrast:none){
}