body {
	margin: 0;
}
img {
	width: 100%;
}
.center {
	display: flex;
	flex-direction: column;
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
}
.center.a2 {
    margin-top: 30px;
    margin-bottom: 50px;
    position: relative;
}
.center.a2 a.btn1,
.center.a2 a.btn2 {
    position: absolute;
    left: 52px;
}
.center.a2 a.btn1 {
    bottom: 250px;
}
.center.a2 a.btn2 {
    bottom: 80px;
}
.center.a2 a.btn1 img,
.center.a2 a.btn2 img {
	max-width: 654px;
}
.center.a4 {
	background-color: #F5F5F5;
}
.center.a4 .lazy {
	background-color: #fff;
    width: 85%;
    margin: 50px auto 50px;
    padding: 30px 0 30px;
}
.center .a6 {
	display: block;
	max-width: 676px;
	width: 100%;
	margin: 30px auto;
}
.center.a7 {
	margin-top: 30px;
    margin-bottom: 50px;
    position: relative;
}
.center.a7 a.btn1,
.center.a7 a.btn2 {
    position: absolute;
    left: 52px;
}
.center.a7 a.btn1 {
    bottom: 250px;
}
.center.a7 a.btn2 {
    bottom: 80px;
}
.center.a7 a.btn1 img,
.center.a7 a.btn2 img {
	max-width: 654px;
}

@media screen and ( max-width:750px ) {
	.center.a2 a.btn1,
	.center.a2 a.btn2 {
	    left: 6.5%;
		max-width: 654px;
		width: 87%;
	}
	.center.a2 a.btn1 {
	    bottom: 33vw;
	}
	.center.a2 a.btn2 {
	    bottom: 10vw;
	}
	.center.a2 a.btn1 img,
	.center.a2 a.btn2 img {
		width: 100%;
	}
	.center.a7 a.btn1,
	.center.a7 a.btn2 {
	    left: 6.5%;
		max-width: 654px;
		width: 87%;
	}
	.center.a7 a.btn1 {
	    bottom: 32vw;
	}
	.center.a7 a.btn2 {
	    bottom: 10vw;
	}
	.center.a7 a.btn1 img,
	.center.a7 a.btn2 img {
		width: 100%;
	}
}
/* アクセス */
.content-access {
    margin-top: 0;
    padding-top: 0;
	background-color: #edf8f8;
	margin-bottom: 20px;
}
.content-access_center {
    /* background-image: url(images/top-company-back.webp); */
    padding-top: 30px;
}
.content-access_center h3 {
  font-size: 30px;
}
.content-access_in {
    max-width: 1000px;
	width: 100%;
    margin: auto;
    padding-bottom: 40px;
}
.content-access_main {
  background-color: #fff;
  padding: 15px;
  overflow: hidden;
}
.content-access_map {
    width: 48%;
    float: left;
}
.content-access_map iframe {
    width: 100%;
    height: 300px;
	border: none;
}
.content-access_main ul {
    width: 50%;
    float: right;
    padding: 0;
}
.content-access_main ul li {
    width: 100%;
    position: relative;
    padding: 10px 0;
    color: #595857;
    padding-left: 27%;
    margin-bottom: 15px;
    list-style: none;
}
.content-access_main ul li span.out {
    display: block;
    background-color: #1e2187;
    text-align: center;
    width: 25%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
    list-style: none;
}
.content-access_main ul li span.in {
    display: inline-block;
    color: white;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
}
.access_title{
	font-size: 30px;
	text-align: center;
}
.under_blue {
    width: 10%;
    height: 2px;
    margin: 20px auto;
    background: #0968b8;
}
.aisatu-bcc{
	background-color: #f6fbff;
}
	@media screen and (max-width: 768px) {
	.content-access {
	  background-size: auto;
	  padding: 0 3% 5%;
	  /* background-image: url(images/top-company-back.webp); */
	}
	.content-access_center {
	  background-image: none;
	}
	.content-access_in {
	  width: auto;
	  padding: 0;
	}
	.content-access_main ul {
	  width: auto;
	  float: none;
	  margin: auto;
	  margin-bottom: 7%;
	  font-size: 14px;
	}
	.content-access_map {
	  width: auto;
	  float: none;
	}
	.content-access_map iframe {
	  width: 100%;
	  height: 230px;
	}
	.elementor-element.elementor-element-551ef79f.elementor-widget.elementor-widget-html .cont-cl span.small {
	  font-size: 12px;
	}
  }