@charset "UTF-8";

/* CSS Document */


@media print, screen and (min-width:481px) {
.main_img {
	width: 920px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.message_title {
	font-family: 'Noto Sans JP', YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 900;
	font-size: 50px;
	color: #0086d1;
	line-height: 120%;
	margin-bottom: 45px;
}
.question {
	display: block;
	color: #fff;
	background: #0086d1;
	width: 40px;
	height: 37px;
	font-family: 'Noto Sans JP', YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 900;
	font-size: 26px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	float: left;
}
.question_txt {
	display: block;
	font-family: 'Noto Sans JP', YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 900;
	font-size: 26px;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 10px;
	float: left;
	width: 870px;
	color: #0086d1;
	line-height: 120%;
}
.answer {
	display: block;
	color: #fff;
	background: #f19149;
	width: 40px;
	height: 37px;
	font-family: 'Noto Sans JP', YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 900;
	font-size: 26px;
	text-align: center;
	vertical-align: middle;
	padding-top: 7px;
	float: left;
}
.answer_txt {
	display: block;
	font-size: 24px;
	vertical-align: middle;
	padding-top: 8px;
	padding-left: 10px;
	float: left;
	width: 870px;
	line-height: 120%;
}
}

/*--------------------------------------------------------------------------------
	SP用コンテンツ
----------------------------------------------------------------------------*/ /**/
@media only screen and (max-width:480px) {
.main_img {
	margin-bottom: 20px;
}
.content {
	padding: 0 10px;
}
.message_title {
	font-family: 'Noto Sans JP', YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 900;
	font-size: 28px;
	color: #0086d1;
	line-height: 120%;
	margin-bottom: 20px;
}
.question {
	display: block;
	color: #fff;
	background: #0086d1;
	width: 40px;
	height: 35px;
	font-family: 'Noto Sans JP', YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 900;
	font-size: 26px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	float: left;
}
.question_txt {
	display: block;
	font-family: 'Noto Sans JP', YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 900;
	font-size: 20px;
	padding-left: 10px;
	float: left;
	width: 80%;
	color: #0086d1;
	line-height: 120%;
}
.answer {
	display: block;
	color: #fff;
	background: #f19149;
	width: 40px;
	height: 34px;
	font-family: 'Noto Sans JP', YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 900;
	font-size: 26px;
	text-align: center;
	vertical-align: middle;
	padding-top: 6px;
	float: left;
}
.answer_txt {
	display: block;
	width: 85%;
	font-size: 20px;
	padding-left: 10px;
	float: left;
	line-height: 120%;
}
	
	
	
}
