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




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


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


#background_service {
	width: 100%;
	background-color: #eff2df;
	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_service01 {
	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;
}
	
.pad_servicelogo {
	padding: 0 0 2% 0;
	width: 58%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}	
	
	
.font_service02 {
	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: center;
	padding: 0 0 3% 0;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}
	
	

.font_service01 span {
	font-family: "BIZ UDMincho", serif;
	font-weight: 400;
	font-size: 1.78em;
	padding-right: 1%;
}
	
	
	
#wrap_service {
	width: 87%;
	padding: 0 0 0 0;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}	
	
#wrap_service ul#service01 {
	width: 100%;
	padding: 0 0 0 0;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}

#wrap_service ul#service02 {
	width: 100%;
	padding: 0 0 0 0;
	display: flex;
	margin-top: -12%;
	margin-bottom: -0.0em;
}	
	
#wrap_service ul#service03 {
	width: 100%;
	padding: 0 0 0 0;
	margin-top: -12%;
	margin-bottom: -0.0em;
}
	
#wrap_service ul#service01 li.pad_service01 {
	width: 320px;
	height: 310px;
	padding: 0 0 0 0;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
	background-image: url("../../images/service01.png");
	background-repeat: no-repeat;
	background-size:cover;
}	


	
	
#wrap_service ul#service02 li.pad_service02 {
	width: 50%;
	padding: 0 0 0 0;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}		
#wrap_service ul#service02 li.pad_service03 {
	width: 50%;
	padding: 0 0 0 0;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}	
	
#wrap_service ul#service02 li.pad_service02 #pad_service2{
	width: 320px;
	height: 310px;
	padding: 0 12% 0 0;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
	background-image: url("../../images/service02.png");
	background-repeat: no-repeat;
	background-size:contain;
}	
#wrap_service ul#service02 li.pad_service03 #pad_service3{
	width: 320px;
	height: 310px;
	padding: 0 0 0 0;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
	margin-left: 12%;
	background-image: url("../../images/service03.png");
	background-repeat: no-repeat;
	background-size:contain;
}
	
#wrap_service ul#service03 li.pad_service04 {
	width: 328px;
	height: 318px;
	padding: 0 0 0 0;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
	background-image: url("../../images/service04.png");
	background-repeat: no-repeat;
	background-size:cover;
}	

	
#wrap_service ul#service01 li.pad_service01 .font_txt,
#wrap_service ul#service02 li.pad_service03 #pad_service3 .font_txt, 
#wrap_service ul#service03 li.pad_service04 .font_txt {
	font-family: "M PLUS 1p";
	font-weight: 400;
	font-size: 1.4em;
	letter-spacing: 0.09em;
	color: #212121;
	width: 90%;
	line-height: 1.4em;
	text-align: center;
	padding: 67% 0 0 0;
}
	
	
#wrap_service ul#service02 li.pad_service02 #pad_service2 .font_txt {
	font-family: "M PLUS 1p";
	font-weight: 400;
	font-size: 1.4em;
	letter-spacing: 0.09em;
	color: #212121;
	width: 90%;
	line-height: 1.3em;
	text-align: center;
	padding: 64% 0 0 0;
}	
	
}
 









 
/* smartPhone */
@media screen and (max-width: 500px) {
/*ここにスマホ用スタイルを記述*/
	
#background_service {
	width: 100%;
	background-color: #eff2df;
	padding: 0 0 0 0;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
	position: relative;
	overflow-x: hidden;
	z-index:1;
}
	

	
	
	
	
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_service01 {
	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;
}

.pad_servicelogo {
	padding: 0 0 2% 0;
	width: 84%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}	
	
	
.font_service02 {
	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: center;
	padding: 0 0 10% 0;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}
	
	
.font_service01_01 {
	font-family: "BIZ UDMincho", serif;font-weight: 400;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.02rem;
	color: #212121;
	width: 90%;
	line-height: 1.2rem;
	text-align: left;
	padding: 0 0 0 8%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;	
}	
	
	
.font_service01 span {
	font-family: "BIZ UDMincho", serif;font-weight: 400;
	font-size: 1.1rem;
	line-height: 1.2rem;
	padding-right: 1%;
}	



ul#service {
	width: 96%;
	display: flex;
	padding: 0 0 0 0;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}
ul#service li.pad_service01 {
	width: 45%;
	height: 182px;
	padding: 0 5% 0 0;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
	background-image: url("../../images/service01.png");
	background-repeat: no-repeat;
	background-size:cover;
}		
ul#service li.pad_service02 {
	width: 45%;
	height: 182px;
	padding: 0 0 0 5%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
	background-image: url("../../images/service02.png");
	background-repeat: no-repeat;
	background-size:cover;
}	
	
	
ul#service li.pad_service03 {
	width: 45%;
	height: 182px;
	padding: 0 5% 0 0;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
	background-image: url("../../images/service03.png");
	background-repeat: no-repeat;
	background-size:cover;
}		
ul#service li.pad_service04 {
	width: 45%;
	height: 182px;
	padding: 0 0 0 5%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
	background-image: url("../../images/service04.png");
	background-repeat: no-repeat;
	background-size:cover;
}
	
	
ul#service li.pad_service01 .font_txt,
ul#service li.pad_service03 .font_txt{
	font-family: "M PLUS 1p";
	font-weight: 400;
	font-size: 0.7rem;
	letter-spacing: 0.002rem;
	color: #212121;
	width: 90%;
	line-height: 1.0rem;
	text-align: center;
	padding: 67% 0 0 0;
	margin-left: 8%;
}	
	
ul#service li.pad_service02 .font_txt {
	font-family: "M PLUS 1p";
	font-weight: 400;
	font-size: 0.7rem;
	letter-spacing: 0.002rem;
	color: #212121;
	width: 90%;
	line-height: 1.0rem;
	text-align: center;
	padding: 64% 0 0 0;
	margin-left: -9%;
}

	
ul#service li.pad_service04 .font_txt {
	font-family: "M PLUS 1p";
	font-weight: 400;
	font-size: 0.7rem;
	letter-spacing: 0.002rem;
	color: #212121;
	width: 90%;
	line-height: 1.0rem;
	text-align: center;
	padding: 67% 0 0 0;
	margin-left: -9%;
}	
	
}






