/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
.about-img {
  height: auto;
  margin-bottom: 20px;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .about-img {
    margin-bottom: 10px;
  }
}

.about-img-sp {
  height: auto;
  margin-bottom: 10px;
  max-width: 100%;
}

.about-img__cat {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.about-dt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.714285714;
  margin-bottom: 5px;
}

.about-dd {
  border-bottom: 1px solid #8d8d8d;
  font-size: 1.6rem;
  line-height: 1.714285714;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.about-dd.--no-border {
  border-bottom: none;
  padding-bottom: 0;
}

.invoice:hover {
  color: #00913a;
}

.invoice::before {
  content: url(../img/about/about3-arrow.png);
  margin-right: 7px;
  margin-top: 1px;
  vertical-align: text-top;
  display: inline-block;
}

.about-flow {
  border: 1px solid #000;
  border-radius: 10px;
  margin-bottom: 10px;
}

.about-flow__heading {
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.833333333;
  padding: 14px 20px;
  text-align: center;
}
.--yellowgreen .about-flow__heading {
  background-color: #95c036;
}
.--green .about-flow__heading {
  background-color: #00913a;
}
.--skyblue .about-flow__heading {
  background-color: #5ac8e6;
}
.--blue .about-flow__heading {
  background-color: #3296e6;
}
.--deepblue .about-flow__heading {
  background-color: #143264;
}

.about-flow__subheading {
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 9px 20px;
  text-align: center;
}
.--yellowgreen .about-flow__subheading {
  background-color: #ecf4dc;
}
.--green .about-flow__subheading {
  background-color: #d3ecdc;
}
.--skyblue .about-flow__subheading {
  background-color: #e2f6fb;
}
.--blue .about-flow__subheading {
  background-color: #dbedfb;
}
.--deepblue .about-flow__subheading {
  background-color: #d0d6e0;
}

.about-flow__content {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.833333333;
  padding: 15px 20px;
}
.about-flow__content.--border {
  border-bottom: 1px dotted #000;
}

.about-index {
  float: left;
  left: 50px;
  margin-top: 172px;
  position: sticky;
  top: 172px;
  z-index: 10001;
}
@media screen and (max-width: 1024px) {
  .about-index {
    display: none;
  }
}

.about-index-item {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 35px;
}
.about-index-item.--active {
  color: #00913a;
}

.about_map_wrap {
  padding-top: 56.25%;
  position: relative;
}

.about_map_wrap iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/*# sourceMappingURL=sourcemaps/about.css.map */
.about-dd,
.about-dt,
.about-index-item {
  font-size: 1.6rem;
}

.about_name {
  margin-top: 30px;
  text-align: right;
}
.about_name img {
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .about_name img {
    max-width: 200px;
  }
}