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

/* --------------------------------
	reset
-------------------------------- */
#main p {
	font-size: 106.71%;
}
#main img {
	margin: 20px 0;
}

/* --------------------------------
	#outline-block
-------------------------------- */
.result-block {
	text-align: center;
}
.result-block .sub-desc-title {
	font-size: 122.71%;
	text-align: center;
	padding: 14px 0;
	margin: 20px 0 10px;
	border-bottom: 2px solid #3887ab;
	font-weight: bold;
	font-family: "I-OTFゴシックオールドPro D","IwaOGoPro-Db";
}

.answer {
	display: flex;
	align-items: center;
}
.answer span:first-child {
	margin-right: 20px;
	margin-left: 30px;
	font-size: 160%;
	line-height: 2;
}
.answer div + div {
	line-height: 2;
	font-size: 108%;
	background-color: #fed5dd;
	padding: 20px;
	
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

/* PC SIZE */
@media screen and (min-width: 980px){
}

/* SMARTPHONES SIZE */
@media screen and (max-width: 980px){
}
@media screen and (max-width: 480px){
}
@media screen and (max-width: 350px){
}
