.c-styleabout_section{
	margin:0 auto;
	padding:50px 0 80px;
	width:976px;
}
.c-styleabout_section #h1_tag{
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.c-styleabout_section .interior-head-lead{
	font-size: 32px;
	display: block;
	margin-bottom:45px;
}
.c-styleabout_section .interior-head-title{
	font-size: 72px;
	display: block;
}
.c-styleabout_section .interior-head-title-small{
	font-size: 20px;
	display: block;
	margin-bottom: 3px;
}
.c-styleabout_section .interior-head-style{
	display: block;
	margin-bottom: 0;
}
.c-styleabout_section #main_img{
	margin-top: 47px;
	margin-bottom: 80px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
	.c-styleabout_section{
		width: calc(100% - 40px);
		padding-top: 30px;
		padding-bottom: 60px;
	}
	.c-styleabout_section .interior-head-lead{
		font-size: 16px;
		margin-bottom: 17px;
	}
	.c-styleabout_section .interior-head-title{
		font-size: 36px;
	}
	.c-styleabout_section .interior-head-title-small{
		font-size: 10px;
	}
	.c-styleabout_section #main_img{
		margin-top: 0;
		margin-bottom: 30px;
	}
}


.c-styleabouthowto_section{
	width: 100%;
	background:#F7F7F7;
	padding:0 0 40px;
}
.c-styleabouthowto_section h2{
	width:976px;
	margin:0 auto 45px;
}
.abouthowto_block{
	display: grid;
	grid-template-columns: 320px auto;
	gap:32px;
	width:976px;
	margin:0 auto 80px;
}
.abouthowto_img{
	background:#ccc;
	width: 320px;
	height:240px;
	border: #ccc 1px solid;
}
.abouthowto_ttl{
	font-size:24px;
	font-weight: bold;
	margin-bottom: 32px;
}
.abouthowto_txt{
	font-size:20px;
}


@media screen and (min-width: 1px) and (max-width: 767px) {
	.abouthowto_img{
		width: 50%;
		height: auto;
		box-sizing: border-box;
		border: none;
		order:2;
		margin: auto;
	}
	.abouthowto_img.abouthowto_img_3{
		width:auto;
		max-width:90%;
	}
	section.c-styleabouthowto_section{
		width: 100%;
		padding:30px 20px 30px;
		box-sizing: border-box;
	}
	.c-styleabouthowto_section h2{
		width: 100%;
		margin:0px auto 20px;
	}
	.abouthowto_block{
		grid-template-columns: none;
		width: 100%;
		gap: 20px;
		margin-bottom: 30px;
	}
	.abouthowto_ttl{
		font-size: 15px;
		margin-bottom: 10px;
	}
	.abouthowto_txt{
		font-size:12px;
	}
	
}


/*インクルード分の上書き*/

#browsebar.fix{

}

.Snsber{
	margin-top: 0;
}