
body {
	margin: 0;
	padding: 0;
	color: #000000;
}

body img {
	border: 0;
	vertical-align: bottom;/*余白削除*/
}

.logo_f {
	max-width: 200px;
	width: 40%;
	margin: 2% auto;
}

.logo_f img {
	width: 100%;
}

#st_footer a:link { color: #000000;  }
#st_footer a:visited { color: #000000; }
#st_footer a:hover { color: #000000; }
#st_footer a:active { color: #000000; }

#st_footer {
	text-align: center;
	max-width: 1000px;
	width: 100%;
	margin:5% auto 0;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.045em;
	color: #000000;
}

#st_footer p{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 13px;
	font-weight: 100;
	line-height: 1.6em;
    margin: 3% 0;
	text-align: left;
}


#st_footer h1 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.6em;
	letter-spacing: 0.01em;
	margin:0 auto 3%;
	padding: 0;
	text-align: center;
	color: #000000;
}
#st_footer h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.6em;
	letter-spacing: 0.08em;
	margin: 2% auto;
	text-align: center;
}

#st_footer h2 span{
	font-size: 32px;
}

#st_footer h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.4em;
	letter-spacing: 0.08em;
	margin: 2% auto;
	text-align: left;
}

#st_footer h4 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4em;
	letter-spacing: 0.08em;
	margin: 2% auto 0;
	text-align: center;
}



.f_box_w {
	padding: 6% 2% 4%;
	background-color:#FFFFFF;	
	text-align: center;
}


.f_txt {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 17px;
	line-height: 1.6em;
	font-weight: 400;
	margin: 2% auto ;
	text-align: center;
}

/*リンク*/

.box_link {
	width: 100%;
	max-width: 600px;
	margin: 3% auto;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}


.item {
	width: 31.3%;
	margin: 1%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: 500;
	text-align: center;
}

.item img{
	width: 100%;
    margin-top: 2%;
}

.box_link2 {
	width: 100%;
	margin: 5% auto;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.box_link2 .item {
    margin: 5px;
}


.Sml {
	font-size:11px;
	line-height:1.7em;
	text-align: center;
}


.toTop {
	width: 30px;
	margin: 5% auto 1%;
}

.toTop img {
	width: 100%;
}


.clear {
	clear: both;
}

.MT20 {
	margin-top: 15%;
}
.sp {
	display: none;
}

.br_pc{
	display: block;
}

.br_sp{
	display: none;
}	


@media only screen and (max-width:750px){
	
	#st_footer {
		width: 100%;
	}
	
	.ttl {
		padding: 5px 10px;
		font-size: 13px;
	}	
	.txt_area {
		margin: 0 0 0 7%;
	}
		
	#st_footer img {
		width: 100%;
	}
	#st_footer h1 {
    	font-size: 17px;
		margin: 0 auto 4%
	}
	#st_footer h2 {
    	font-size: 18px;
		line-height: 1.4em;
	}
	#st_footer h2 span{
		font-size: 20px;
		margin: 4% auto;
	}
	#st_footer h3 {
    	font-size: 16px;
		margin: 0 0 1%;
	}
	#st_footer h4 {
    	font-size: 15px;
	}	
	
	#st_footer p{
		font-size: 12px;
		line-height:1.6em;
	}

	.f_txt {
		font-size: 14px;
		margin: 8% auto;
	}

	
	/*リンク*/
	
	.box_link, .box_link2 {
		width: 90%;
		margin: 6% auto;
		display: block;
	}
	
	.item {
		width: 48%;
		margin: 0 1% 4%;
		float: left;
		font-size: 14px;
	}
	
	.box_link2 .item {
		width: 48%;
		margin: 0 1% 4%;
		float: left;
		font-size: 14px;
	}
		
	.Sml {
		font-size: 10px;
		text-align: left;
	}
	.toTop {
	width: 10%;
	margin: 10% auto 1%;
	}
	
	.btn-3 {
		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;
	}			
		
	
}
