@charset "utf-8";
/* CSS Document */
.common .main-image {
    background-image: url(../images/equipment1.jpg);
    background-position: center center;
}
.eq-navi ul {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.eq-navi ul li {
	margin-bottom: 3rem;
	width: 47%;
}
.eq-navi ul li:nth-child(n+7) {
	margin-bottom: 0;
}
.eq-table {
	width: 100%;
	border-top: 5px solid #0b4477;
}
.eq-table th {
    background-color: #e5e5e5;
	padding: 1.5rem 2rem;
	font-weight: normal;
	border: 1px solid #d1d1d1;
	white-space: nowrap;
	text-align: center;
}
.eq-table td {
	border: 1px solid #d1d1d1;
	/* vertical-align: top; */
	padding: 1.5rem 2rem;
	white-space: nowrap;
}
.eq-table td:first-child,
.eq-table th:first-child{
	border-left: none;
}
.eq-table td:last-child,
.eq-table th:last-child{
	border-right: none;
	text-align: center;
}
.bottom-image {display: flex;justify-content: space-around;margin-top: 3rem;}
.bottom-image li {
	width: 31%;
}
.bottom-image2 {
display: flex;
	justify-content: space-between;
	margin-top: 3rem;
}
.bottom-image2 li {
	width: 48%;
}




.greets-photo li{
	margin-bottom: 2rem;
}
.greets-sign {
	width: 18rem;
	margin-left: auto;
}
.text-greets img{
		width: 80%;
	}
.summary-table dt {
	float: left;
	width: 20em;
	font-weight: normal;
}
.summary-table dd {
	width: 3em;
}
.map {
	margin-bottom: 3rem;
}
a.btn-lg {
	text-decoration: none!important;
	border-radius: 50px;
	padding: 1rem 2rem;
	background-color:#164574;
}
.access {
	text-align: center;
}


/*************
/* ここからSP用
*************/
@media screen and (max-width: 991.98px) {
	.dr-table th {
    white-space: nowrap;
}
.dr-table td {
	white-space: nowrap;
}
}
	


/*************
/* ここからPC用
*************/
@media print, screen and (min-width: 992px) {
  .common .main-image {
    background-position: center center;
    background-size: auto;
  }
  .business-copy {
	font-size: 2.6rem;
	text-align: center;
}
  .top-btn {
  	justify-content: center;
  	margin-bottom: 8.5rem;
  	margin-top: -1.4rem;
  }
  .top-btn li {
    width: 350px;
  }
  .top-btn li:first-child {
    margin-right:3rem
  }
.cp-navi ul{
	display: flex;
	flex-wrap: wrap;
}
.cp-navi ul li {
	width: 50%;
	margin-bottom: 0;
}
.eq-navi ul li {
	margin-bottom: 3rem;
	width: 260px;
}
.eq-navi ul li:nth-of-type(4) {
   margin-bottom: 0;
}
.bottom-image {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
}
.bottom-image li {
	width: 270px;
}
.bottom-image2 {width: 570px;margin-left: auto;margin-right: auto;}
.bottom-image2 li {
	width: 270px;
}


  
	.greets-photo{
	width: 30%;
}
	.greets-photo li{
	margin-bottom: 3rem;
}
	.greets-sign {
	width: 24.5rem;
	margin-left: auto;
}
	.greets-photo {
		margin-top: 1rem;
	}	
	.text-greets img{
		width: 490px;
	}
  .map {
    margin: 0 calc(50% - 50vw) 03em;
    height: 400px;
    margin-bottom: 5rem;
    padding-bottom: 0px;
  }
	.access-map {
		display: flex;
	}
	.map-img {
		width: 46rem;
		margin-right: 3rem;
	}
	.access {
	text-align: left;
}
.access .btn-lg {
	font-size: 2rem!important
}
	
	
	
}