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


a[href^="tel:"] { pointer-events: none; }

.page_header_bg{
	background-color: #45B035;
}
.page_bg{
	background-color: #FFF8D7;
}
.border_green{
	border: solid 7px #45B035;
	border-radius: 10px;
	background-color: #fff;
}
.denka01{
	background-image: url("../img/denka01.jpg");
	background-repeat: no-repeat;
	padding-left: 120px;
	padding-bottom: 20px;
	border-bottom: dotted 2px gray;
	margin-bottom: 30px;
	margin-top: 20px;
}
.denka02{
	background-image: url("../img/denka02.jpg");
	background-repeat: no-repeat;
	padding-left: 120px;
	padding-bottom: 20px;
	border-bottom: dotted 2px gray;
	margin-bottom: 30px;
	margin-top: 20px;
}
.denka03{
	background-image: url("../img/denka03.jpg");
	background-repeat: no-repeat;
	padding-left: 120px;
	padding-bottom: 20px;
	border-bottom: dotted 2px gray;
	margin-bottom: 30px;
	margin-top: 20px;
}
.denka04{
	background-image: url("../img/denka04.jpg");
	background-repeat: no-repeat;
	padding-left: 120px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	margin-top: 20px;
}
.denka_h2{
	background-image: url("../img/denka_mark.svg");
	background-repeat: no-repeat;
	padding-left:60px;
	padding-top: 8px;
	font-size: 38px;
	text-align: left;
	color:#45B035;
}
.denka02_h2{
	padding-top: 8px;
	font-size: 30px;
	text-align: left;
	color:#45B035;
}
.mt-30{
	margin-top: -100px;
}
/*================================================
 *  スマートフォン向けデザイン
 ================================================*/



@media screen and (max-width:560px)  {

a[href^="tel:"] { pointer-events: auto; }


.denka_h2{
	background-image: url("../img/denka_mark.svg");
	background-repeat: no-repeat;
	background-size: 42px;
	padding-left:50px;
	padding-top: 12px;
	font-size: 24px;
	padding-bottom: 8px;
	text-align: left;
	color:#45B035;
}
.denka02_h2{
	padding-top: 3px;
	font-size: 24px;
	text-align: left;
	color:#45B035;
}
.mt-30{
	margin-top: -30px;
}
.denka01{
	background-image: url("../img/denka01.jpg");
	background-repeat: no-repeat;
	background-size: 70px;
	padding-left: 90px;
	padding-bottom: 20px;
	border-bottom: dotted 2px gray;
	margin-bottom: 30px;
	margin-top: 20px;
}
.denka02{
	background-image: url("../img/denka02.jpg");
	background-repeat: no-repeat;
	background-size: 70px;
	padding-left: 90px;
	padding-bottom: 20px;
	border-bottom: dotted 2px gray;
	margin-bottom: 30px;
	margin-top: 20px;
}
.denka03{
	background-image: url("../img/denka03.jpg");
	background-repeat: no-repeat;
	background-size: 70px;
	padding-left: 90px;
	padding-bottom: 20px;
	border-bottom: dotted 2px gray;
	margin-bottom: 30px;
	margin-top: 20px;
}
.denka04{
	background-image: url("../img/denka04.jpg");
	background-repeat: no-repeat;
	background-size: 70px;
	padding-left: 90px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	margin-top: 20px;
}
}


