@charset "UTF-8";
@import url("/css/initialize.css");
@import url("/css/general.css");
@import url("/css/parts.css");
@import url("/css/margin.css");

#main p {
}

/* 質問タイトル */
.question-title {
	font-size: 168.71%;
	background-color: #0f489c;
	color: #fff;
	text-align: center;
	padding: 20px;
}
/* 選択エリア */
#select-block {
	margin: 30px 0 40px;
}
#select-block img { margin-bottom: 20px; }
.select-btn {
	border: 3px solid #0f489c;
	text-align: center;
}
.select-btn a {
	font-size: 168.71%;
	padding: 40px 10px;
	display: block;
}
.select-btn a:hover {
	background-color: #0f489c;
	color: #fff;
}

/* PC SIZE */
@media screen and (min-width: 980px){
	#select-block li {
		width: 320px;
		margin-left: 10px;
		float: left;
	}
	#select-block li:first-child { margin-left: 0; }
}

/* SMARTPHONES SIZE */
@media screen and (max-width: 980px){
	.select-btn {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 480px){
	.question-title {
		font-size: 148.71%;
	}
	#select-block {
		margin: 20px 0 20px;
	}
	.select-btn a {
		font-size: 138.71%;
		padding: 20px 10px;
		line-height: 1.4;
	}
}