@charset "UTF-8";
/*下層topimage
--------------------------------------------------------------*/
/*メガメニュー アクティブ時*/
ul li.menuTit:nth-child(3) {
	border-bottom: 3px solid #86272b;
}

/*メインイメージ*/
.sub_top {
	width:100%;
	height:400px;
	background:url(../images/sub_main03.png) center no-repeat;
	background-size:cover;
}
.sub_topIn {
	width:980px;
	margin:0 auto;
}
@media screen and (max-width: 640px)  {
	.sub_top {
		width:100%;
		height:auto;
	}
	.sub_topIn {
		width:100%;
		height:auto;
		padding-bottom:5%;
	}
	/*第3下層の場合*/
	.sub_top.underPage {
	height:76px;
	}
}
/* contents 
--------------------------------------------------------------*/
.middleTitle {
	width:100%;
	margin-bottom:20px;
	padding-top:30px;
	padding-bottom:10px;
	color:#333;
	font-size:150%;
	letter-spacing:0.1em;
	line-height:150%;
	border-bottom:3px solid #84272b;
}
.littleTitle {
	width:100%;
	padding-bottom:10px;
	margin-bottom:15px;
	color:#333;
	font-size:140%;
	text-align:center;
	border-bottom:1px solid #000;
	}

@media screen and (max-width: 640px)  {
	.middleTitle {
		padding-top:3%;
	}
}
.inqBox01 a {
	width:474px;
	height:160px;
	padding:30px;
	border:3px solid #86272b;
	display:block;
}
.inqBox02 {
	width:474px;
	height:160px;
	padding:30px;
	border:3px solid #86272b;
	display:block;
}
.inqBoxTxt01 {
	margin-top:7px;
	font-size:140%;
	font-weight:bold;
	color:#86272b;
	display:block;
}
.inqBoxTxt01 img {
	margin:-7px 5px 0 0px;
}
.inqBoxTxt02 a {
	color:#86272b;
}
.inqBoxTxt02 {
	margin-top:35px;
	color:#86272b;
	font-size:210%;
	font-weight:bold;
	letter-spacing:1px;
	display:block;
}
.inqBoxTxt03 {
	margin-top:7px;
	font-size:140%;
	font-weight:bold;
	color:#86272b;
	display:block;
}
.inqBoxTxt03 img {
	width:8%;
	margin:-15px 5px 0 0px;
}

.inqBoxTxt04 {
	margin-top:10px;
	color:#86272b;
	font-size:180%;
	font-weight:bold;
	line-height:140%;
	display:block;
}
.inqBoxTxt04 a {
	color:#86272b;
}


@media screen and (max-width: 640px)  {
	.inqBox01 {
		width:100%;
	}
	.inqBox01 a {
		width:100%;
		height:140px;
		padding:30px 20px;
		margin-bottom:20px;
	}
	.inqBox02 {
		width:100%;
		height:140px;
		padding:30px 20px;
	}
	.inqBoxTxt01 {
		font-size:140%;
	}
	.inqBoxTxt02 {
		margin-top:25px;
		font-size:5.5vw;
	}
	.inqBoxTxt03 {
		font-size:140%;
	}
	.inqBoxTxt04 {
		margin-top:10px;
		font-size:4.8vw;
	}
}
#contents p {
	margin-top:20px;
	font-size:100%;
	letter-spacing:normal;
}
#contents ul {
	width:100%;
	margin:10px 0 30px 0;
	list-style:none;
	display:table;
	border-top:1px solid #84272b;
}
#contents li {
	width:100%;
	list-style:none;
	font-size:100%;
	display:table;
}
#contents li a {
	color:#333;
}
.inq_tit {
	width:25%;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	letter-spacing:0.1em;
	background-color:#86272b;
	border-bottom:1px solid #FFF;
	display:table-cell;
	vertical-align:middle;
	}
.inq_tit_noB {
	width:25%;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	letter-spacing:0.1em;
	background-color:#86272b;
	display:table-cell;
	vertical-align:middle;
	}
.inq_detail {
	width:75%;
	padding:15px;
	line-height:160%;
	border-bottom:1px solid #84272b;
	border-right:1px solid #84272b;
	display:table-cell;
	vertical-align:middle;
}
