/* CSS Document */


.topimg {
	background:url(../images/home/topimgbg.jpg) 50% 0 no-repeat;
}

.topimg2 {
	width:1100px;
	margin:0 auto;
}

/*
--------------------------------------------------------------*/

.serviceBox {
	width:1100px;
	margin:0 auto 0 auto;
}

.serviceBoxTitle {
	text-align:center;
	padding:30px 0 40px 0;
}

.serviceBoxDetailBox {
	margin:0 0 0 -40px;
}

.serviceBoxDetail {
	width:338px;
	float:left;
	border:1px solid #cccccc;
	margin:0 0 40px 40px;
	position:relative;
	padding:0 0 75px 0;
}

.serviceBoxDetailImg {}

.serviceBoxDetailTitle {
	text-align:center;
	font-size:21px;
	font-weight:bold;
	padding:25px 0 0 0;
}

.serviceBoxDetailTxt {}

.serviceBoxDetailTxt ul {
	padding:25px;
}

.serviceBoxDetailTxt ul li {
	background: url(../images/home/service_icon.jpg) 0 3px no-repeat;
	font-size:16px;
	padding:0 0 0 25px;
}

.serviceBoxDetailBtn {
	position:absolute;
	bottom:35px;
	left:25px;
}


/*
--------------------------------------------------------------*/

.kusatsuBox {
	border:1px solid #cccccc;
	width:1100px;
	margin:0 auto 50px auto
}


.kusatsuBox > table {}

.kusatsuBox > table > tbody > tr > td  {}

.kusatsuBoxLeft {
	width:319px;
}

.kusatsuBoxRight {
	padding:0 0 0 30px;
}

.kusatsuBoxTitle {
	text-align:center;
	font-size:21px;
	font-weight:bold;
	padding:0 0 0 0;
}

/*
--------------------------------------------------------------*/

.kusatsuBoxList {
	margin:20px 0 0 0;
}

.kusatsuBoxList > table {}

.kusatsuBoxList > table > tbody > tr > td  {
	background: url(../images/home/service_icon.jpg) 0 3px no-repeat;
	font-size:16px;
	padding:0 30px 0 25px;
}

.kusatsuBoxList > table > tbody > tr > td.kusatsuBoxListNone  {
	background:none;
}


.kusatsuBoxBtnTxt {
	margin:20px 0 0 0;
	font-size:16px;
	text-align:center;
}

.kusatsuBoxBtn {
	margin:10px 0 0 0;
}

/*
--------------------------------------------------------------*/

.newsBox {
	border-top:1px solid #cccccc;
}

.newsTitle {
	text-align:center;
	padding:30px 0 40px 0;
	width:1100px;
	margin:0 auto 0 auto;
}

.newsTable {
	width:1000px;
	margin:0 auto 0 auto;
}

.newsTable table {
	width:100%;
}

.newsTable table th , .newsTable table td {
	padding:20px 20px;
	font-size:16px;
	vertical-align:top;
}

.newsTable table th {
	width:130px;
}

.newsTable table .newsTableIcon {
	width:110px;
}


.newsTable table td {}

.newsTable .even-row th , .newsTable .even-row td {
	background:#f5fafb;
}

.newsTable table td strong {
	font-weight:bold;
}



/*
--------------------------------------------------------------*/

.grp {
	margin: 80px 0 0 0;
}

.grp_img {
	text-align: center;
	
}

.grp_img img {
	border: 1px solid #ccc;
	
}

.grp_img a:hover{
	opacity:0.7;
	
}

.grp_title {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin: 20px 0 0 0;
	
}

.grp_title a {
	text-decoration: none;
	color: #000;
	
}

.grp_txt {
	text-align: center;
	font-size: 16px;
	margin: 10px 0 0 0;
}



/*
--------------------------------------------------------------*/

.info20220917_box {
	border: 1px solid #ccc;
	padding: 20px 20px;
	border: 1px solid #ccc;
	text-align: center;
	margin: 15px 0 0 0;
}

.info20220917_boxb {
	text-align: left;
	display: inline-block;
}

.info20220917_mapbtn {
	display: inline-block;
	margin: 0 0 0 20px;
}

.info20220917_mapbtn a {
	display: block;
	border-radius: 100px;
	background: #27AECE;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	padding: 3px 30px 2px 30px;
	letter-spacing: 1px;
	line-height: 1.5;
}

.info20220917_mapbtn a:hover {
	background: #1490AD;
}

.info20220917_mapbtn span {
	display:block;
	position: relative;
	padding: 0 0 0 17px;
}

.info20220917_mapbtn span:before {
	left: 3px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	position: absolute;
	content: "";
	top:50%;
	margin-top: -3px;
}












