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

.box-mainVisual {
	width: 100%;
	height: 573px;
	overflow: hidden;
	position: relative;
	background: url(../images/mv-bg.png) repeat-x left bottom;
	}
	
.box-mainVisual img {
	width: 3000px;           /* 固定サイズ */
	position: absolute;
	left: 50%;
	transform: translateX(-50%);  /* 中央寄せ */
}
	
.box-mainVisual-sp {
	max-width: 100%;
	padding: 0;
	text-align: center;
	line-height: 1;
	}
	
.mv-m {display: none}
@media screen and (max-width:1100px) {
.mv-m {display:block;}
.mv-l {display: none!important}
}

/*home-content-item*/
#frontPage h1.h1-std,#frontPage h2.h2-std {
padding: 12px 15px 10px;
margin: 0 0 1.2em;
color: #4b6358;
font-size: 1.4em;
font-weight: bold;
line-height: 1.2;
background: none;
border-left: #45a179 solid 10px;
border-bottom: #45a179 solid 1px;
}

.box-info,.infoList,.box-serviceList,.box-service,
.box-service .box-post-service {
	width: 100%;
}

.box-info {
	padding: 15px;
	border-bottom: 1px dotted #ccc;
	font-size: 1em;
	}
	
.box-info .box-infoDate {
	width: 20%;
	float: left;
	color: #333
	}
	
.box-info .box-infoText {
	width: 80%;
	float: right
	}
	
.box-info .box-infoText a {
	color: #538aed
	}
	
.infoList {
	margin: 5px 0 0;
	text-align: right;	
	}
	
.infoList a {
	color: #538aed;
	font-size: 1em;
	line-height: 1.5
	}

.box-serviceList {
	float: left;
	margin-bottom: 50px
	}
	
.box-serviceList p {
	padding: 0 10px;
	margin: 0;
	color: #333;
	font-size: 1.3em;
	line-height: 1.5
	}
	
table.tbl-servicelist th {
	padding-right: 0;
	text-align: justify;
	vertical-align: top;
	background: none
}

table.tbl-servicelist th,table.tbl-servicelist td {
	font-size: 1.2em
}
	
.box-service {
	float: left;
	margin-bottom: 30px
	}
	
.box-top-border {
	padding: 25px;
	border: 2px solid #c7e3d7;
	border-radius: 3px
}

h1.h1-service {
	padding: 8px 15px;
	margin: 0 0 1em;
	border: solid #58cc9a;
	border-width: 2px 2px 2px 10px;
	border-radius: 3px;
	font-size: 1.25em;
	font-weight: bold
}

h1.h1-service a {
	color: #333;
	text-decoration: none
}

h1.h1-service a:hover {
	color: #538aed;
	text-decoration: underline
}
	
.box-service .box-post-service {
	float: left;
	padding: 20px 15px;
	margin: 5px 0 10px;
	border: 1px solid #ccc;
}

.box-service h3 {
	padding: 8px 0;
	margin: 0 0 1em;
	border: none;
	color: rgb(36 65 138);
	font-size: 2em;
	font-weight: bold
}

@media screen and (max-width:767px) {
	.box-mainVisual {min-width: 100%;margin-top: 0}
	.box-mainVisual-in {width: 100%;}
	.box-service,.box-serviceList {margin: 0 0 30px; padding-left: 15px; padding-right: 15px}	
	.box-info .box-infoDate,.box-info .box-infoText {width: 100%}
	.box-top-border {
		padding: 0;
		border: none;
	} 
}