@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main {
    margin: 0 auto 158px;
}

.pageTitle {
	background-image: url(../img/faq/page_title_bg.jpg);
}

#conts details span{
	width: 40px;
	height: 40px;
	background: #fff;
	font-weight: bold;
	font-size: 2.0rem;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 17px;
	flex: none;
}
#conts details .txt{
	padding: 32px;
	color: #000;
	line-height: 2;
}
#conts details {
	transition: .5s;
	color: #2e70b0;
	font-size: 1.6rem;
	margin-bottom: 3px;
}

#conts details[open] {
	height: auto;
	background: #fff;
}

#conts summary div{
	cursor: pointer;
	display: flex;
	align-items: center;
	font-size: 1.7rem;
	line-height: 1.7;
	padding: 22px 83px 22px 26px;
	background: #eef3f9 url("../common/img/icon08.png") no-repeat right 20px center ;
	background-size: 8px 13px;
}

#conts details[open] summary{
	background: #eef3f9 url("../common/img/icon16.png") no-repeat right 20px center ;
}

#conts summary::-webkit-details-marker {
	display: none;
}

@media all and (max-width: 767px) {
	#conts{
		margin: 0 20px;
	}
	
	.pageTitle {
		background-image: url(../img/tour/sp_page_title_bg.jpg);
	}

	#conts details span{
		width: 33px;
		height: 33px;
		font-size: 1.6rem;
	}
	
	#conts details .txt{
		padding: 25px 0;
		line-height: 1.625;
	}

	#conts details {
		margin-bottom: 2px;
	}

	#conts details[open] {
	}

	#conts summary div{
		line-height: 1.47;
		padding: 17px 40px 17px 15px;
		background: #eef3f9 url("../common/img/icon08.png") no-repeat right 15px center ;
		background-size: 6px 10px;
	}

	#conts details[open] summary{
		background: #eef3f9 url("../common/img/icon16.png") no-repeat right 15px center ;
		background-size: 10px 6px;
	}

}	