@charset "UTF-8";
/* service.css */



/* pc */
@media screen and (min-width: 501px) {
/*ここにpc用スタイルを記述*/


	
/*------------ TOP  ------------*/		


#background_policy {
	width: 100%;
	background-color: #eff2df;
	background-image: url("../../images/bg_policy.jpg");
	background-repeat:  no-repeat;
	background-size: cover;
	padding: 0 0 0 0;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
	position: relative;
	z-index:1;
}


	
	
	
h2.font_title {
	text-align: left;
	font-family: "M PLUS 1p";
	font-weight: 400;
	font-size: 1.6em;
	letter-spacing: 0.09em;
	color: #212121;
	border-bottom: 1px #212121 solid;
	display: inline-block;
	padding: 30% 4% 1% 0;
	margin-top: -0.0em;
	margin-left: 12%;
	margin-bottom: 2%;
	white-space: nowrap;
}
	
h2.font_title  span {
	padding-left: 7%;
	font-size: 1.2em;	
}	
	
	
.font_policy00 {
	font-family: "BIZ UDMincho", serif;
	font-weight: 400;
	font-size: 2.28em;
	letter-spacing: 0.09em;
	color: #212121;
	text-align: left;
	padding: 2% 0 2% 12%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}
	
.font_policy01 {
	font-family: "M PLUS 1p";
	font-weight: 400;
	font-size: 1.5em;
	letter-spacing: 0.09em;
	color: #212121;
	width: 90%;
	line-height: 1.9em;
	text-align: left;
	padding: 3% 0 2% 12%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}
	
.font_policy03 {
	font-family: "M PLUS 1p";
	font-weight: 400;
	font-size: 1.5em;
	letter-spacing: 0.09em;
	color: #ffffff;
	width: 90%;
	line-height: 1.9em;
	text-align: left;
	padding: 0 0 2% 12%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}
		
	

	
#wrap_policy {
	width: 88%;
	display: flex;
	padding: 0 0 0 12%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}	
	
#wrap_policy ul#policy {
	width: 67%;
	padding: 0 0 0 0;
	display: flex;
	margin-top: -0.0em;
	margin-bottom: 3%;
}

#wrap_policy ul#policy li {
	width: 194px;
	height: 183px;
	line-height: 183px;
	background-color: #ffffff;
	border-radius: 50%;
	font-family: "M PLUS 1p";
	font-weight: 400;
	font-size: 1.5em;
	letter-spacing: 0.09em;
	color: #212121;
	text-align: center;
	padding: 5px 0 0 0;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
	margin-right: 3%;
}	
	
	
#wrap_policy .font_policy02 {
	text-align: left;
	font-family: "M PLUS 1p";
	font-weight: 400;
	font-size: 1.5em;
	letter-spacing: 0.09em;
	line-height: 1.9em;
	color: #ffffff;
	padding: 4em 0 0 0;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}
	
}
 









 
/* smartPhone */
@media screen and (max-width: 500px) {
/*ここにスマホ用スタイルを記述*/
	
#background_policy {
	width: 100%;
	background-image: url("../../images/bg_policy_sp.jpg");
	background-repeat:  no-repeat;
	background-size:contain;
	padding: 0 0 0 0;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
	position: relative;
	overflow-x: hidden;
	z-index:1;
	background-color: #eff2df;
}
	

	
	
	
	
h2.font_title {
	text-align: left;
	font-family: "M PLUS 1p";
	font-weight: 400;
	font-size: 0.9rem;
	letter-spacing: 0.09em;
	color: #212121;
	border-bottom: 1px #212121 solid;
	display: inline-block;
	padding: 32% 4% 1% 0;
	margin-top: -0.0em;
	margin-left: 8%;
	margin-bottom: 2%;
	white-space: nowrap;
}
	
h2.font_title  span {
	padding-left: 7%;
	font-size: 1.05rem;	
}	
	

	
	
.font_policy00 {
	font-family: "BIZ UDMincho", serif;
	font-weight: 400;
	font-size: 1.18rem;
	letter-spacing: 0.03rem;
	color: #212121;
	text-align: left;
	padding: 2% 0 2% 8%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}
	
.font_policy01 {
	font-family: "M PLUS 1p";
	font-weight: 400;
	font-size: 0.8rem;
	letter-spacing: 0.02rem;
	color: #212121;
	width: 90%;
	line-height: 1.2rem;
	text-align: left;
	padding: 3% 0 2% 8%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}
	
	

ul#policy {
	width: 95%;
	padding: 0 0 0 2%;
	display: flex;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}

ul#policy li {
	width: 128px;
	height: 68px;
	line-height: 68px;
	background-color: #ffffff;
	border-radius: 50%;
	font-family: "M PLUS 1p";
	font-weight: 400;
	font-size: 0.78rem;
	line-height: 1.2rem;
	letter-spacing: 0.03rem;
	color: #212121;
	text-align: center;
	padding: 12% 0 0 0;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
	margin-right: 3%;
}	
	
	
.font_policy02 {
	font-family: "M PLUS 1p";
	font-weight: 400;
	font-size: 0.8rem;
	letter-spacing: 0.02rem;
	color: #ffffff;
	width: 90%;
	line-height: 1.2rem;
	text-align: left;
	padding: 3% 0 2% 8%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}
	
	
}






