@charset "utf-8";

/* CSS Document */
.txt-color6{
	color: #4BA223;
}

.main-wrap {}
.cate1 {
  padding-top: 0 !important;
}
.cate1 .box_wrap .box {
  border-bottom: 1px solid #DBDBDB;
  padding: 20px 10px;
}
.cate1 .box_wrap .box:first-of-type {
  border-top: 1px solid #DBDBDB;
}
.cate1 .box_wrap .box h3 {
  width: 200px;
}
.cate1 .box_wrap .box > div {
  width: calc(100% - 200px);
}
.cate2 .map {
  position: relative;
  overflow: hidden;
  max-width: 1140px;
  margin: 40px auto 0;
  height: 500px;
  border-radius: 20px;
  border: 5px solid #fff;
}
.cate2 .map iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 5px);
  height: calc(100% + 5px);
}
.cate3 .map-section {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(24px, 5vw, 60px);
  justify-content: center;
}
.cate3 .map-box {
  width: 45%;
  max-width: 480px;
  background: #fff;
  padding: clamp(20px, 5vw, 45px);
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.cate3 .imgbox {
  width: 100%;
  margin-bottom: 16px;
}
.cate3 .txtbox {
  text-align: left;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
  .cate3 .map-box {
    width: 100%;
    max-width: 800px;
  }
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .cate1 .box_wrap .box h3 {
    width: 100px;
  }
  .cate1 .box_wrap .box > div {
    width: calc(100% - 100px);
  }
  .cate2 .map {
    height: 300px;
  }
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}