@charset "UTF-8";


/*==============================
		titleimg
==============================*/

.titleimg{
	background: url(./img/titleimg.png) center / cover no-repeat;
}

h2.title{
	margin-bottom: 120px;
}

/*==============================
		よくある質問
==============================*/


.text{
	margin-top: 30px;
	padding-bottom: 30px;
}

.text,.question{
	margin-bottom: 15px;
}

.text {
	border-bottom: dashed 1px #0075bf;
}

.question span{
	color: #0075bf;
}

.answer span{
	color: #ffcf59;
}
/*==============================
		小ブラウザ設定
==============================*/


@media (max-width: 1280px){

}

/*==============================
		tab設定
==============================*/
@media (max-width: 1080px){
	

}

/*==============================
		SP設定
==============================*/


@media (max-width: 768px){

	
h2.title{
	margin-bottom: 50px;
}
	
}

