.sub {
  text-align: center;
}

.slogan {
  margin-bottom: 0;
}

.slogan_block {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  row-gap: 0.5em;
  margin-bottom: 2em;
}

.link {
  color: red;
  font-weight: 600;
}

.caution {
  color: red;
  font-weight: 600;
}

.fa-angle-right {
  padding-right: 1em;
}

.fa-angle-left {
  padding-left: 1em;
}

.mokuji {
  margin: auto;
  justify-content: center;
  border: 2px solid #6699cc;
  background-color: aliceblue;
}
.mokuji .title {
  width: 100%;
  padding: 0.5em;
  background-color: #6699cc;
  color: white;
}
.mokuji .title h2 {
  width: 100%;
  text-align: center;
}
.mokuji .title h2 .fa-list-ul {
  padding-right: 0.5em;
}
.mokuji ul {
  padding-left: 2em;
}
.mokuji ul li {
  margin-bottom: 1em;
}
.mokuji a {
  transition: all 0.5s;
}
.mokuji a:hover {
  color: #ee7439;
  transition: all 0.5s;
}

#minkan ul li {
  margin-bottom: 1em;
}

.rescue img {
  max-width: 500px;
  width: 100%;
  margin: auto;
}

#rescue .c_33 img,
#rescue .c_20 img,
#hospital .c_33 img,
#hospital .c_20 img {
  height: 100%;
  max-height: 270px;
}

.price img {
  margin: auto;
  height: 100%;
  max-height: 400px;
  margin-bottom: 1em;
}

.kizai img {
  margin-bottom: 1em;
}
.kizai .c_box {
  -moz-column-gap: 1.33%;
       column-gap: 1.33%;
}
.kizai .c_25 {
  text-align: center;
}
.kizai .c_25:nth-child(7) {
  margin-right: auto;
}
.kizai .c_25:nth-child(6) {
  margin-right: 0;
}

#seishin .toiawase {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 1.4em;
  color: #1d66af;
}
#seishin .c_50 img {
  margin: auto;
  height: 100%;
  max-height: 400px;
  margin-bottom: 1em;
}

table td,
table th {
  text-align: center;
}

.tri {
  width: 1em;
  margin: auto;
}

.fa-xmark {
  font-size: 1.2em;
}

.kyukyu {
  max-width: 1200px;
  width: 100%;
}

dl {
  width: 100%;
}/*# sourceMappingURL=transportation.css.map */