@charset "UTF-8";


/*メインイメージ
---------------------------------------------------------*/
.contentpage .m_img {
	background-image: url(../images/maintenance/m_img.jpg);
}

/*導入
---------------------------------------------------------*/
.pankuzu {
	margin-bottom: 80px;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/* パンくずリスト */
.pankuzu {
	font-size: 70%;
	margin-bottom: 8%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/* パンくずリスト */
.pankuzu {
	padding: 5% 3% 0;
	margin-bottom: 6%;
	font-size: 70%;
	line-height: 2.0em;
	letter-spacing: normal;
}
}


/*レイアウト
---------------------------------------------------------*/

/*lead_mainte*/
.lead_mainte{
margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}
/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
.lead_mainte{
margin-top: 6.5%;
margin-bottom: 4%;
}
}


/*lifespan*/
.lifespan .img1000{
margin-bottom: 5%;
}


/*care*/
.care{margin-top: 9%;}
.care .w1400{
position: relative;
}

.care .com_in_box{
padding-bottom: 1px;
}

.care .title_icon{
position: relative;
top: -30px;
text-align: center;
}
.care .com_lead{
margin-bottom: 3%;
}
.care .com_lead dt{
margin-bottom: 0;
}

.care .com_title3{
margin-top: 6em;
}


.pro{background: #FFF8E7;}
.pro .ft_gothic_l{color: #F06F00;}

.pro .point{
_zoom:1;
overflow: hidden;
max-width: 1120px;
width: 100%;
margin: 0 auto 5%;
}
.pro .point li{
width: calc(100% / 5 - 2%);
float: left;
margin-right: 1%;
margin-left: 1%;
}
.pro div.com_float:first-child{
padding-bottom: 3%;
}

.self{background: #E8FBFA; margin-bottom: 7%;}
.self .ft_gothic_l{color: #0071BE;}

.self .ill_box{
position: relative;
margin-top: 5%;
}
.self .ill_box li:first-child{
position: relative;
left: 12%;
top: 0;
width: 50%;
padding-bottom: 7%;
}
.self .ill_box li:last-child{
position: absolute;
right: 0;
bottom: 0;
width: 35%;
}

/* Tablet以下
------------------------------------------*/
@media only screen and (max-width: 959px) {
.self .ill_box li:first-child{
left: 0;
width: 60%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.care .title_icon{
width: 100px;
margin-left: auto;
margin-right: auto;
top: -15px;
}
.care .com_lead{
text-align: center;
}
.pro .point li{
width: calc(100% / 3 - 2%);
}
.pro .point li:nth-of-type(4){
padding-left: 17%;
}
.self .ill_box li:first-child{
width: 100%;
}
.self .ill_box li:last-child{
position: relative;
width: 70%;
margin-left: auto;
margin-right: auto;
}
}



/*com_bg_green
---------------------------------------------------------*/
.com_bg_green {
	background-image: url(../images/maintenance/bg_img.png);
	padding-top: 150px;
	padding-bottom: 220px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_bg_green {
	padding-top: 10%;
	padding-bottom: 16%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_bg_green {
	padding-top: 0%;
	padding-bottom: 20%;
}
.bg-mask {
padding-top: 7%;
height: 100%;
background: rgba(255,255,255,0.5);
}
}









