@charset "UTF-8";
/* CSS Document */
.blgrBg {
	background: #a5d5db;
background: -moz-linear-gradient(top, #a5d5db 0%, #a5d5db 50%, #c2e6b7 50%, #c2e6b7 100%);
background: -webkit-linear-gradient(top, #a5d5db 0%,#a5d5db 50%,#c2e6b7 50%,#c2e6b7 100%);
background: linear-gradient(to bottom, #a5d5db 0%,#a5d5db 50%,#c2e6b7 50%,#c2e6b7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5d5db', endColorstr='#c2e6b7',GradientType=0 );
}
.blgrBg:before {
    border-color: transparent transparent #a5d5db transparent;
}
.itemBox01 {
	padding-bottom: 50px;
}
.itemBox01 .inner {
	max-width: 1200px;
	min-height: 430px;
	margin: 0 auto;
	background-image: url(../img/item/itemBg.png);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
}
.itemBox01 .inner .ttl {
	display: inline-block;
	margin-top: 120px;
    font-size: 50px;
    font-weight: bold;
    color: #FFF;
    line-height: 1.5;
	vertical-align: top;
	text-shadow: 2px 2px 5px #666, 2px 2px 5px #666;
}
.itemBox01 .s_inner .img {
	display: inline-block;
	vertical-align: bottom;
}
.itemBox01 .h3Area {
	min-height: 480px;
	text-align: center;
	background-image: url(../img/service/h3_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.itemBox01 .h3Area h3 {
	padding-top: 100px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
}
.itemBox01 .h3Area .img {
	padding-top: 30px;
}
.sec03 {
	width: 100%;
	background-image: url(../img/service/bg02.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.itemBox02 {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 80px;
}
.itemBox02 .txt01 {
	text-align: center;
    padding-top: 30px;
    color: #000;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
}
.itemBox02 .listBox {
	overflow: hidden;
}
.itemBox02 .listBox > li{
	float: left;
	width: 50%;
	min-height: 250px;
	padding: 20px 0 0;
	overflow: hidden;
	cursor: inherit;
}
.itemBox02 .listBox > li .left {
    display: inline-block;
	width: 30%;
	vertical-align: top;
}	
.itemBox02 .listBox > li .right {
    display: inline-block;
	width: 60%;
	vertical-align: top;
}	
.itemBox02 .listBox > li .right h3 {
	font-weight: bold;
    font-size: 25px;
    line-height: 33px;
    padding-left: 50px;
	padding-bottom: 5px;
    position: relative;
	border-bottom: 2px solid #4AACB7;
}
.itemBox02 .listBox > li .right h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 33px;
    height: 33px;
    background-image: url(../img/service/mark.png);
    background-position: center;
    background-repeat: no-repeat;
}
.itemBox02 .listBox_s {
	overflow: hidden;
	padding: 10px 0;
}	
.itemBox02 .listBox_s > li {
	float: left;
	width: 40%;
	cursor: inherit;
	text-align: left;
	margin-bottom: 0px;
}	



@media screen and (max-width: 736px) {
.itemBox01 {
    padding-bottom: 10px;
}
.itemBox01 .inner {
	width: 100%;
	min-height: 150px;
	padding: 0 5vw;
	background-size: 80%;
}
.itemBox01 .inner .ttl {
	display: block;
	margin-top: 0;
	padding: 30px 0 20px;
	font-size: 5vw;
	line-height: 1.3;
	text-align: center;
}
.itemBox02 .txt01 {
	display: block;
    padding: 0 5vw 20px;
    font-size: 4vw;
    line-height: 1.3;
    text-align: left;
}
.itemBox02 .listBox {
    padding: 0 5vw;
}
.itemBox02 .listBox > li {
    float: none;
    width: 100%;
    min-height: 190px;
    padding: 20px 0 0;
    overflow: hidden;
    cursor: inherit;
}
.itemBox02 .listBox > li .left {
    width: 40%;
}
.itemBox02 .listBox > li .right {
    width: 55%;
}
.itemBox02 .listBox_s > li {
	width: 48%;
    font-size: 12px;
}
}