#about {
  /* titArea */
  /* contentArea */
}
#about .titArea h2 {
  font-weight: bold;
  font-size: 260%;
  line-height: 140%;
  padding-top: 3%;
  margin: 0 0 10px 0;
  color: #00976A;
}
@media screen and (max-width: 900px) {
  #about .titArea h2 {
    font-size: 200%;
  }
}
@media screen and (max-width: 600px) {
  #about .titArea h2 {
    font-size: 160%;
    padding-top: 6%;
  }
}
#about .titArea p {
  text-align: justify;
  font-weight: bold;
  font-size: 80%;
}
#about .titsub {
  font-weight: bold;
  font-size: 140%;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 600px) {
  #about .titsub {
    font-size: 120%;
  }
}
#about .mvPhoto {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}
#about .box01, #about .box02 {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}
#about .box02 {
  margin-top: 80px;
}
#about .textArea p {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.85;
}
@media screen and (max-width: 600px) {
  #about .textArea p {
    font-size: 18px;
    line-height: 1.6;
  }
}
#about .contactBox {
  margin-top: 40px;
}
#about .contactBox p {
  font-size: 16px;
  font-weight: normal;
  padding: 5px 15px;
  border: 1px solid #ccc;
}
#about .infoBox {
  margin: 20px 0 40px;
}
#about .infoBox * {
  box-sizing: border-box;
}
#about .infoBox dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin: 0px auto;
}
#about .infoBox dt {
  flex-basis: 15%;
  padding: 20px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #ccc;
}
#about .infoBox dd {
  flex-basis: 85%;
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
#about .infoBox dt:first-child {
  border-top: 1px solid #ccc;
}
#about .infoBox dd:nth-child(2) {
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 600px) {
  #about .infoBox dl {
    flex-flow: column;
    width: 100%;
    padding: 0 0px;
    border: 0;
  }
  #about .infoBox dt, #about .infoBox dd {
    padding: 10px;
    border-bottom: 1px solid #ccc;
  }
  #about .infoBox dd:nth-child(2) {
    border-top: 0;
  }
}
#about .contentArea {
  width: 100%;
  max-width: 1200px;
  margin: 5% auto 0;
  padding: 0 5%;
  box-sizing: border-box;
}
#about .googleMap {
  position: relative;
  padding-bottom: 600px;
  height: 0;
  overflow: hidden;
}
#about .googleMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 600px) {
  #about .googleMap {
    padding-bottom: 300px;
  }
}