@charset "utf-8";
/* CSS Document */


.se_top{width:100%;position: relative;margin-bottom:20px;text-align:center;}
.se_top img{width:100%;}
.se_top_inner{position: absolute;top: 50%;left: 50%;transform: translateY(-50%) translateX(-50%);-webkit- transform: translateY(-50%) translateX(-50%);}
.se_top_inner img{width:420px;}

.se_txt{font-size:14px;padding:0 0 10px 0;}
.se_img{text-align:center;}
.se_img img{width:410px;}
.se_img_t{text-align:right;}
.se_img_t img{width:500px;}
.service_li{margin-left:20px;}
.service_li li{list-style:none;font-size:20px;font-weight:bold;color:#002F7F;background:url(/userdata/service/arrow.jpg) no-repeat top left;background-size:30px 30px;padding-left:40px;}


.se_all_box{width:100%;background:#fff;border-radius:8px;padding:0;margin-bottom:20px;display:flex;justify-content:space-between;flex-wrap:wrap;padding:20px;}
.se_title img{width:430px;margin-bottom:20px;}
.mainte_txt{padding-left:40px;}


/* 1099px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 1099px){
.se_top_inner img{width:70%;}
.se_img_t{text-align:center;}

}

/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
.se_top{width:100%;position:static;margin-bottom:20px;text-align:center;}
.se_top img{width:100%;clear:both;margin-bottom:20px;}
.se_top_inner{position:static;transform:none;}
.se_top_inner img{width:300px;clear:both;}
.se_img_t img{width:100%;}
.se_img img{width:100%;}
.se_title img{width:100%;margin-bottom:20px;}
.mainte_txt{padding-left:0px;}
}	

