/* Scss Document */
.page_title {
  text-align: center;
  color: #4e3229;
  font-size: 1.7142em;
  line-height: 3.25;
  margin-top: 40px;
  background: url("../img/tb.png") center center/contain no-repeat;
}

.responsible_table {
  box-sizing: border-box;
  width: 93.75%;
  max-width: 600px;
  border: 1px solid #4e3229;
  margin: 40px auto 0;
  padding: 10px;
}
@media screen and (max-width: 414px) {
  .responsible_table {
    border: none;
    padding: 0;
  }
}
.responsible_table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.2857em;
  color: #4e3229;
}
@media screen and (max-width: 600px) {
  .responsible_table table {
    font-size: 0.857em;
  }
}
.responsible_table table th {
  line-height: 1.7;
  background: #feeeda;
}
.responsible_table table th.blue {
  color: #3ebff0;
}
.responsible_table table th.red {
  color: #d71618;
}
.responsible_table table td {
  line-height: 1.5;
  text-align: center;
  border: 1px solid #4e3229;
  vertical-align: middle;
  padding: 0.75em;
}
.responsible_table table td:first-child {
  font-weight: 700;
  border-left: none;
}
.responsible_table table td:last-child {
  border-right: none;
}

.facility_info {
  box-sizing: border-box;
  width: 93.75%;
  max-width: 600px;
  border: 1px solid #4e3229;
  margin: 20px auto 0;
  padding: 15px 0;
  text-align: center;
}
@media screen and (max-width: 414px) {
  .facility_info {
    padding: 0;
    border: none;
  }
}
.facility_info dl {
  display: inline-block;
  text-align: left;
  line-height: 23px;
  font-weight: 600;
}
.facility_info dl::after {
  display: block;
  clear: both;
  content: "";
}
@media screen and (max-width: 414px) {
  .facility_info dl {
    display: inherit;
    text-align: center;
  }
}
.facility_info dl dt {
  float: left;
  width: 6em;
  text-align: center;
  background: #c4dc7f;
  white-space: nowrap;
}
@media screen and (max-width: 414px) {
  .facility_info dl dt {
    float: none;
    width: inherit;
  }
}
.facility_info dl dd {
  white-space: nowrap;
  margin-left: 7em;
}
.facility_info dl dd span {
  font-size: 0.714em;
}
@media screen and (max-width: 414px) {
  .facility_info dl dd {
    margin: inherit;
  }
}

.mtf {
  margin-top: 0.5em;
}
@media screen and (max-width: 414px) {
  .mtf {
    margin-top: 1em;
  }
}

.mtfb {
  margin-top: 0.5em;
}
@media screen and (max-width: 414px) {
  .mtfb {
    margin-top: 0;
  }
}

.area01 {
  padding: 0 0 60px;
}
@media screen and (max-width: 414px) {
  .area01 {
    padding: 0 0 30px;
  }
}

.area02 {
  padding: 60px 0;
  background: #feeeda;
}
@media screen and (max-width: 414px) {
  .area02 {
    padding: 30px 0 40px;
  }
}

.area03 {
  padding: 60px 0;
}
@media screen and (max-width: 414px) {
  .area03 {
    padding: 30px 0 40px;
  }
}

.inner {
  width: 93.75%;
  max-width: 700px;
  margin: auto;
}
.inner .mt {
  margin-top: 40px;
}
.inner .dtitle {
  font-size: 1.714em;
  line-height: 1.7;
  color: #4e3229;
  text-align: center;
  border-bottom: 1px solid #4e3229;
}
.inner .profile_area {
  max-width: 620px;
  margin: 50px auto 0;
}
.inner .profile_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 414px) {
  .inner .profile_area ul {
    display: block;
  }
}
.inner .profile_area ul:nth-child(n + 2) {
  margin-top: 40px;
}
.inner .profile_area ul.p_right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.inner .profile_area ul li:first-child {
  width: 29.83%;
}
@media screen and (max-width: 414px) {
  .inner .profile_area ul li:first-child {
    width: 100%;
    max-width: 185px;
    margin: auto;
  }
}
.inner .profile_area ul li:last-child {
  width: 62.9%;
}
@media screen and (max-width: 414px) {
  .inner .profile_area ul li:last-child {
    width: 97%;
    margin: 18px auto 0;
    text-align: center;
  }
}
.inner .profile_area ul li:last-child dl {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 375px) {
  .inner .profile_area ul li:last-child dl {
    display: inline-block;
    text-align: left;
  }
}
.inner .profile_area ul li:last-child dl dt {
  position: relative;
  padding-top: 2px;
  padding-left: 45px;
  padding-right: 1em;
}
.inner .profile_area ul li:last-child dl dt p {
  font-size: 0.857em;
}
.inner .profile_area ul li:last-child dl dt h5 {
  font-size: 1.2857em;
  margin-top: 0.25em;
  white-space: nowrap;
}
.inner .profile_area ul li:last-child dl dt.ic01::before {
  position: absolute;
  top: 0px;
  left: 0;
  content: url("../img/ic01.png");
}
.inner .profile_area ul li:last-child dl dt.ic02::before {
  position: absolute;
  top: 0px;
  left: 0;
  content: url("../img/ic02.png");
}
.inner .profile_area ul li:last-child dl dt.ic03::before {
  position: absolute;
  top: 0px;
  left: 0;
  content: url("../img/ic03.png");
}
.inner .profile_area ul li:last-child dl dt.ic04::before {
  position: absolute;
  top: 0px;
  left: 0;
  content: url("../img/ic04.png");
}
.inner .profile_area ul li:last-child dl dt.ic05::before {
  position: absolute;
  top: 0px;
  left: 0;
  content: url("../img/ic05.png");
}
.inner .profile_area ul li:last-child dl dd {
  font-size: 0.857em;
  margin-top: 0.5em;
}
@media screen and (max-width: 375px) {
  .inner .profile_area ul li:last-child dl dd {
    padding-left: 45px;
  }
}
.inner .profile_area ul li:last-child .copy {
  line-height: 1.6;
  margin-top: 0.75em;
  display: inline-block;
  text-align: left;
  text-align: justify;
  text-justify: inter-ideograph;
}
