.amg_point {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 25px 100px
}

.amg_point ._head {
  background: #faf2e5;
  padding: 40px 70px;
  margin: 50px 0;
  border-top: 12px solid #d8cbb4
}

@media screen and (max-width: 540px) {
  .amg_point ._head {
    padding:30px 20px;
    margin: 20px 0
  }
}

.amg_point ._head ._tt {
  font-size: clamp(18px,2.8571428571vw,24px);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 10px;
  line-height: 1.4;
  margin-bottom: 10px;
  text-align: left;
}

@media screen and (max-width: 540px) {
  .amg_point ._head ._tt {
    gap:5px
  }
}

.amg_point ._head ._tt:before {
  content: "";
  min-width: clamp(16px,2.380952381vw,20px);
  min-height: clamp(16px,2.380952381vw,20px);
  background: #000;
  display: inline-block;
  -webkit-transform: translateY(0.05em);
  transform: translateY(0.05em)
}

.amg_point article {
  margin: 40px 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 40px
}

@media screen and (max-width: 768px) {
  .amg_point article {
    margin:30px 0;
    padding-bottom: 30px
  }
}

.amg_point article h4 {
  font-size: clamp(16px,2.619047619vw,22px);
  line-height: 1.4;
  color: #876e46;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 10px 20px;
  margin-bottom: 30px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .amg_point article h4 {
    margin-bottom:10px;
    gap: 10px 5px;
    font-weight: bold
  }
}

.amg_point article h4 ._tt_icon {
  font-family: "Times New Roman",Times,serif;
  font-size: 1.1em
}

.amg_point p {
  margin-bottom: 30px
}

.amg_point p.mb0,.amg_point p:last-child {
  margin-bottom: 0
}

.amg_point ul {
  padding-left: 1em;
  text-align: left;
}

.amg_point li {
  list-style-type: disc
}

.amg_point table {
  width: 100%
}

.amg_point td,.amg_point th {
  border: 1px solid #ddd;
  padding: 10px;
  line-height: 1.4;
  font-size: 15px;
  text-align: center
}

@media screen and (max-width: 540px) {
  .amg_point td,.amg_point th {
    font-size:13px
  }
}

.amg_point td {
  background: #fff
}

.amg_point th {
  background: #f8f8f8;
  font-weight: normal
}

.amg_point .circle {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 3px solid #876e46
}

@media screen and (max-width: 540px) {
  .amg_point .circle {
    border:2px solid #876e46;
    width: 16px;
    height: 16px
  }
}

.amg_point .batsu {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px
}

@media screen and (max-width: 540px) {
  .amg_point .batsu {
    width:16px;
    height: 16px
  }
}

.amg_point .batsu:after,.amg_point .batsu:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 25px;
  background: #ccc
}

@media screen and (max-width: 540px) {
  .amg_point .batsu:after,.amg_point .batsu:before {
    width:2px;
    height: 16px
  }
}

.amg_point .batsu:before {
  -webkit-transform: translate(-50%,-50%) rotate(45deg);
  transform: translate(-50%,-50%) rotate(45deg)
}

.amg_point .batsu:after {
  -webkit-transform: translate(-50%,-50%) rotate(-45deg);
  transform: translate(-50%,-50%) rotate(-45deg)
}

.amg_point .hosoku .batsu,.amg_point .hosoku .circle {
  width: 20px;
  height: 20px
}

@media screen and (max-width: 540px) {
  .amg_point .hosoku .batsu,.amg_point .hosoku .circle {
    width:14px;
    height: 14px
  }
}

.amg_point .hosoku .batsu:after,.amg_point .hosoku .batsu:before {
  height: 20px
}

@media screen and (max-width: 540px) {
  .amg_point .hosoku .batsu:after,.amg_point .hosoku .batsu:before {
    height:14px
  }
}

.amg_point .sp_scroll {
  overflow-y: scroll;
  position: relative
}

.amg_point .sp_scroll table {
  min-width: 640px;
  table-layout: fixed
}

.amg_point .sp_scroll .row1 {
  text-align: left;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2;
  border-left: none;
  width: 140px
}

.amg_point .sp_scroll .row1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #ddd;
  z-index: -1
}

.amg_point .sp_scroll .row1.th_top_tt:before {
  border-top: 1px solid #ddd
}

.amg_point .sp_scroll .sp_swiper_txt {
  display: none
}

@media screen and (max-width: 768px) {
  .amg_point .sp_scroll .sp_swiper_txt {
    text-align:center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
    pointer-events: none;
    font-weight: bold
  }

  .amg_point .sp_scroll .sp_swiper_txt.hide {
    opacity: 0;
    visibility: hidden
  }
}

.price-service.amg_point {
  margin: 0 auto 150px;
}
.amg_point p {
  text-align: left;
}
