body {
	font-family:"Zen Kaku Gothic New","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック";
	font-size:17px;
	line-height: 1.8;
	font-weight: 600;
	text-align: center;
	color: #323232;
}
*{vertical-align: top; box-sizing: border-box; word-break: break-all;}

a{color: #323232; display: inline-block; text-indent: 0; text-decoration: underline;}
a:hover{opacity: 0.6; text-decoration: none;}

.sp{display: none;}



/*=====================================================================================
***************************************************************************************

　　PC設定
		
***************************************************************************************
=====================================================================================*/
#wrapper{
	position: relative;
	background: url("../img/bg.jpg") top center no-repeat;
	background-size: cover;
	min-height: 100vh;
}

.parts01{
	position: absolute;
	top: 55px;
	left: 55px;
	width: 25%;
}

.parts02{
	position: absolute;
	top: 55px;
	right: 60px;
}

.parts03{
	position: absolute;
    top: 30%;
    right: 8%;
	width: 21%;
}



#contents_box{
	max-width: 450px;
	width: 100%;
	min-height: 100vh;
	margin: 0 auto;
	background: url("../img/contents_bg.jpg") center top no-repeat;
	background-size: cover;
	box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.34);
}

.top_box{
	background: url("../img/heg_bg.png") top center no-repeat;
	padding: 65px 0 75px;
	position: relative;
}

.top_box a{
	position: absolute;
	top: 10px;
	left: 10px;
}
.top_box .ttl_sp{
	position: absolute;
	top: 10px;
	right: 30px;
}

#question-container{
	padding: 40px 30px 80px;
}

#question-container p{
	font-size: 35px;
	font-weight: 900;
	line-height: 1.2;
	color: #28a7e1;
	padding: 50px 0 40px;
}


#question-container button {
	max-width: 300px;
	width: 100%;
	border-radius: 10px;
	background: #FFFFFF;
	border: 2px solid #28a7e1;
	color: #28a7e1;
	margin: 0 auto 10px;
	
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 2px solid #28a7e1;
    outline-offset: -8px;
	
	font-size: 23px;
	font-weight: bold;
	line-height: 1.2;
	
	padding: 20px 0;
	cursor: pointer;
	transition-duration: .4s;
}

#question-container button:hover{
	transform: scale(1.1);
	background: #28a7e1;
	color: #FFFFFF;
}


.result {
	display: none;
	color: #28a7e1;
	padding-bottom: 100px;
}

.result p{
	font-size: 28px;
	line-height: 1;
}

.result h2{
	font-size: 38px;
	line-height: 1;
	font-weight: 900;
	margin: 30px 0;
	
}

.result a{transition-duration: .4s;}
.result a img{width: 95%;}
.result a:hover{
	opacity: 1;
	transform: scale(1.1);
}


@media screen and (max-width: 1200px){
	.parts01{top: 10px; left: 10px;}
	.parts02{top: 20px; right: 20px; width: 100px;}
	.parts03{display: none;}
	
}

@media screen and (max-width: 1000px){
	.parts01{display: none;}
	
}


@media screen and (max-width: 730px){
	.parts02{display: none;}
	
	.top_box{padding: 65px 0 25px;}
	.top_box .ttl_sp{right: 10px;}
	
	#question-container{padding: 40px 15px 80px;}
	#question-container p{font-size: 28px; padding: 30px 0 20px;}
	#question-container button{font-size: 18px;}
	#question-container button:hover{transform: scale(1.0);background: #FFFFFF; color: #28a7e1;}
	
	.result{padding-top: 30px;}
	.result p{font-size: 23px;}
	.result a:hover{transform: scale(1.0);}
}



