@charset "UTF-8";
/* CSS Document */


/*各ページタイトル*/

#mainimg {
	border-top:solid 8px rgba(248,245,176,1.00);
	display: block;
	background:url(../img/pagetop.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	color: #333333;
	text-shadow: 2px 2px 0px #ffffff;
	letter-spacing: 0.5rem;
	padding: 4rem 2rem;
	margin-bottom: 0;
}

#mainimg h2 {
	font-weight: bold;
}

#mainimg p {
    padding-top: 1rem;
    text-align: center;
	font-weight: bold;
	letter-spacing: 0.1rem;
}

h3{
	padding: 0.5em;
	color: #4D4D4D;
	background: #F0ECD2;
	border-left: solid 5px #51B058;
	text-shadow: 2px 2px 0px #ffffff;
	font-weight: 600;
	font-size: 13px;
	font-size: 1.3rem;
	margin: 15px 0 30px 0;
}


h4::before{
	font-family: "Font Awesome 5 Free";
	content: "\f0a9";
	font-weight: bold;
	color: #51B058;
	
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

h4 {
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 30px;
}


h4::after {
	border-top: solid 1.8px #51B058;
	content: "";
	flex-grow: 1;
}
h4:before {
	margin-right: 10px;
	margin-right: 1rem;
}
h4:after {
	margin-left: 10px;
	margin-left: 1rem;
}
@media(max-width: 991px){
	
#mainimg {
	background:url(../img/pagetop-ss.jpg) no-repeat center center;
	background-size: cover;
	}
	
}

@media(max-width: 767px){
#mainimg {
	line-height: 35px;
    letter-spacing: 0px;
    text-align: justify;
	}	
#mainimg p {
	line-height: 25px;
    letter-spacing: 0px;
    margin-bottom: 0;
    text-align: justify;
	}	
	
h2 {
	font-size: 170%;	
}	
	
h3 , h4 {
	font-size: 110%;	
}
h3{
	margin: 50px 0 20px 0;
}
	
h4::after {
	border-top: none;
}
h4{
	border-bottom: solid 1.8px #51B058;
	padding-bottom: 2.5px;
}
}

@media(max-width: 575px){
h2 {
 padding: 0;	
}	

}
