
body {
	margin: 0;
	padding: 0;
	color: #000000;
}

body img {
	border: 0;
	vertical-align: bottom;/*余白削除*/
}


#st_wrapper a:link { color: #000000;  }
#st_wrapper a:visited { color: #000000; }
#st_wrapper a:hover { color: #000000; }
#st_wrapper a:active { color: #000000; }

#st_wrapper {
	text-align: center;
	max-width: 1000px;
	width: 100%;
	margin:0 auto 30px;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.045em;
}


#st_wrapper p{
	text-align: center;
	font-size: 20px;
	font-weight: 100;
	line-height: 1.4em;
	margin: 15px 0 10px;
}


.w_block {
	width:950px;
	padding: 25px;
	margin:30px auto ;
	text-align: center;	
	background-color: #e6e6e6;
}


#st_wrapper h1 {
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4em;
	margin:30px auto 0;
	padding: 15px 0;
	letter-spacing: 0.135em;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
}

#st_wrapper h2 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.6em;
	margin:20px auto 5px;
	padding-bottom: 15px;
	text-align: center;
	color: #000000;
}


#st_wrapper h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4em;
	margin:0 0 20px;
	text-align: center;
	color: #000000;
}

#st_wrapper h4 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4em;
	margin:50px 0 30px;
	padding: 12px ;
	text-align: center;
	color: #ffffff;
	background-color: #d00e31;
}

#st_wrapper h4 span{
	font-size: 80%;
}

#Main {
	width: 80%;
	max-width: 400px;
	margin: 8% auto 2%;
}

.Lead {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4em;
	color: #c1272d;
}

.ttl {
	font-size: 18px;
	letter-spacing: 0.045em;
	margin: 20px auto 15px;
	text-align: left;
	line-height: 1.8em;
}

.ttl span {
	background: linear-gradient(transparent 92%, #d00e31 92%);
}

strong {
	font-size: 120%;
}

.logo {
	width: 30%;
	max-width: 200px;
	margin: 10% auto 3%;
}

.w60 {
	width: 80%;
	max-width: 600px;
	margin: 4% auto 8%;
}


.w80 {
	width: 700px;
	margin: 4% auto 3%;
}


.MT5 {
	margin-top: 5%;
}

.box_info {
	max-width: 600px;
	padding: 3% 3% 1%;
	margin: 2% auto 6%;
	border: solid 4px #000000;
}

.txt {
	font-size: 16px;
	line-height: 10em;
}

.tag {
	width: 80%;
	margin: 5% auto 0;
}

.tag img {
	width: 100%;
}

.box_gry {
    /*height: 15em;*/    /* 高さを制限(※) */
    /*overflow: scroll;*/  /* スクロールバーを表示(※) */
    background-color: #EEEEEE; /* 背景色を追加 */	
    padding: 30px;
	margin: 10% auto 3%;
	font-size: 15px;
	line-height: 1.7em;
	text-align: left;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.Sml {
	font-size:15px;
	line-height:1.8em;
	text-align: center;
}


.clear {
	clear: both;
}

.Arw {
	font-size: 50px;
	text-align: center;
	color: #d00e31;
	margin: 3% auto;
}


/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: 20px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 20px 50px;
	display: inline-block;
	margin: 2% auto;
	letter-spacing: 0.15em;
	font-weight: 100;
	outline: none;
	position: relative;
	text-align: center;
	
}


/* Button 1 */
.btn-1 {
	width: 500px;
	margin: 10px auto 30px;
	background-color: #d00e31;
	color: #ffffff;
}

.btn-2 {
	width: 500px;
	margin: 10px auto 30px;
	background-color: #000000;
	color: #ffffff;
}


.sp {
	display: none;
}

.br_pc{
	display: block;
}

.br_sp{
	display: none;
}	


@media only screen and (max-width:750px){
	
	#st_wrapper {
		width: 100%;
	}
	
	#st_wrapper img {
		width: 100%;
	}
	#st_wrapper h1 {
		font-size: 18px;
		margin:7% auto 0;
		padding: 3% 0;
	}
	#st_wrapper h2 {
    	font-size: 18px;
		line-height: 1.6em;
	}
	#st_wrapper h3 {
    	font-size: 18px;
	}
	
	#st_wrapper h4 {
    	font-size: 18px;
		margin: 0 auto 4%;
	}
	#st_wrapper p{
		margin:2% auto;
		padding: 1% 4%;
		font-size: 14px;
		line-height:1.6em;
		text-align: left;
	}
	
	#st_wrapper p br{
		display: none;
	}
		
	.w_block {
		width: 90%;
		padding: 5%;
	}
	
	.Lead {
		font-size: 16px;
	}
	
	.ttl {
    	font-size: 14px;
		margin: 10px auto 15px;
	}
	
	.box_info {
		width: 80%;
		margin: 5% auto 10%;
		padding: 5% 5% ;
	}
	
	.txt {
		font-size: 14px;
		line-height: 1.6em;
	}
	
	.tag {
		width: 90%;
		margin: 2% auto 5%;
		float: none;
	}
	
	.box_gry {
    	width: 90%;
    	margin: 10% auto 8%;
    	padding: 8% 5%;
		font-size: 12px;
	}
	.w60 {
		width: 90%;
	}
	
	.w80 {
		width: 96%;
	}
	
	.Sml {
		margin:1% auto;
		padding: 1% 4%;
		font-size: 10px;
		text-align: left;
	}
	
	/* Button 1 */
	.btn-1 {
		width: 85%;
		margin: 1% auto 5%;
		padding: 3%;
		font-size: 13px;
		position: relative;
	}
	.btn-2 {
		width: 85%;
		margin: 1% auto 5%;
		padding: 3%;
		font-size: 13px;
		position: relative;
	}
	
	
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
	.br_pc{
		display: none;
	}

	.br_sp{
		display: flex;
	}			
		
	
}

