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


.mainviual{
	width: 100vw;
	height: 250px;
	background:url(../img/question/p_01.jpg) center top no-repeat;
	background-size: cover;
	position: relative;
	margin-top: 100px;
}

h2.main_title{
	display: block;
	width: fit-content;
	height: fit-content;
	z-index: 50;
	text-align: center;
	color: #FFF;
	font-size: 220%;
	letter-spacing: 3px;
	font-weight: normal;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
span.ss_title{
	font-size:77%;
}

.content{
	height: auto;
	margin:0 auto;
	padding-bottom: 250px;
}


/*--=====アコーディオン=====--*/
dl.accordion {
	height: auto;
	background: #FFF;
	margin-top: 100px;
}

dl.accordion dt {
	font-size: 108%;
	border-left: 2px solid #CCC;
	border-right: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	height: 70px; 
	text-indent: 0.5em; 
	line-height: 71px;
	color: #494949; 
	font-weight: bold; 
	cursor: pointer;
}
dl.accordion dt:first-child{
	border-top: 2px solid #CCC;
}
dl.accordion dt:hover{
	color: #c26471;
	background: #f5f5f5;
	text-decoration: underline;
}
	
dl.accordion dt.open {
	color: #c26471;
}


dl.accordion dd {
	background: #c26471;
	color: #FFF;
	padding: 15px;
	display: none;
	text-align: justify;
	letter-spacing: 1px;
	line-height: 1.7;
}








