@charset "utf-8";

/*============================
概要
============================*/
.under_cont_wrap {
  padding-bottom: 0;
}

.about {
  position: relative;
  padding-bottom: 0.9rem;
}

.about::after {
  content: "";
  width: 100%;
  height: 5.20rem;
  background-color: #FFFFEB;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}


.about .in .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #CCC;
  padding: 0.20rem 0;
  font-size: 0.16rem;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .about .in .list {
    font-size: 0.14rem;
    padding: 0.10rem 0;
  }
}

.about .in .list:nth-of-type(1) {
  border-top: 1px solid #CCC;
}

.about .in .list .ttl {
  width: 2.10rem;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .about .in .list .ttl {
    width: 100%;
  }
}

.about .in .list .txt_box {
  width: calc(100% - 2.10rem);
}
@media screen and (max-width: 640px) {
  .about .in .list .txt_box {
    width: 100%;
  }
}

.about .in .list .txt_box a[href^="tel:"] {
  color: #1A1A1A;
}

.about .in .list .txt_box .list_box .txt_list {
  padding-left: 0.20rem;
}

.about .in .list .txt_box .list_box .ttl02 {
  border-bottom: 0;
  font-size: 0.16rem;
  font-weight: 700;
  padding-top: 0.20rem;
}

.about .in .list .txt_box .list_box .txt_list.-dot .txt {
  width: 100%;
  list-style: disc outside;
}

.about .in .googlemap {
  padding-top: 0.70rem;
  height: 5.00rem;
}
@media screen and (max-width: 640px) {
  .about .in .googlemap {
    padding-top: 0.30rem;
    height: 2.50rem;
  }
}

.about .in .googlemap iframe {
  width: 100%;
  height: 100%;
}