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

body{
	font-family: a-otf-futo-min-a101-pr6n, serif;
font-style: normal;

}

.row-eq-height {
	display: -webkit-flex; /* Safari */
    display: flex;
    flex-wrap: wrap;
	
}

h1 img{
	padding: 10% 0;
}

h2{
	background: #fff600;
	padding:15px 30%;
	margin: 0;
	}

h2 img{
max-height: 1.6em;
max-width: 60%;

}

h2.h2sub{
	margin: 0;
	background: #d1e5ed;
	padding: 10px;
	font-size: 14px;
	font-weight: 400;
}

h3{
	font-size: 24px;
	background: #17c6e5;
	margin: 0;
	padding: 15px;
	line-height: 200%;
}

h3 .text-big{
	font-size: 32px;
	font-weight: 600;
	font-weight: bold;
}

.prof-img{
	width:60%;
	margin: auto;
	padding-top: 40px;
}

.green{
	background: #62d118;
	padding: 50px;
	}

.service-box{
	background: #eeffbf;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px;
}

.service-box h4{
	font-weight: bold;
	text-align: center;
	font-size: 30px;
	padding-bottom: 30px;
}
.service-box h5{
	font-weight: bold;
}

.policy-h3{
	font-size: 72px;
	text-align: center;
	font-weight: bold;
	background: none;
	margin-top: 50px;
}

.policy-h4{
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px;
}


.contact-h3{
	background: none;
	font-size: 400%;
	text-align: center;
	font-weight: bold;
}

.contact-h3 .text-small{
	font-size: 70%;
}

.gray{
	background: #ececec;
	font-size: 18px;
	padding: 3%;
	margin-bottom: 20px;
}
.gray p{
	margin-left: 2em;
	line-height: 2em;
}

.gray p:before{
	content: "※";
	margin-left: -2em;
	margin-right: 1em;
}

a .contact_btn{
	font-size: 40px;
	padding: 15px;
	border: 4px solid #000;
	margin: auto;
	text-align: center;
	color: #000;
	font-weight: bold;
	margin-bottom: 50px;
}

a .contact_btn:hover{
	text-decoration: none;

	color: #17c6e5;
}

@media screen and (max-width: 600px) {
	
	h3{
		font-size: 1.4em;
		line-height: 1.6em;
	}
	h3 .text-big{
	font-size: 1.2em;
}

	
	.green{
	
		padding: 10px;
	}
	
	
.service-box h4{
	font-size: 1.4em;
}
.service-box h5{
	font-weight: bold;
}

.policy-h3{
	font-size: 72px;
	text-align: center;
	font-weight: bold;
	background: none;
	margin-top: 50px;
}

.policy-h4{
	font-size: 1.4empx;
	}


.contact-h3{
	font-size: 1.6em;
}

a .contact_btn{
	font-size: 1.4em;
	}
	.gray p{
	font-size: 12px;
}
	 
}