.pink_bold {
  font-weight: bold;
  color: #ff9b94;
}

.mamoru {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
}

.mamoru li {
  width: 32%;
  height: 100px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-size: 1.6rem;
  border: #ff9b94 solid 2px;
  color: #ff9b94;
  font-weight: bold;
  box-sizing: border-box;
}

@media screen and (max-width: 740px) {
  .mamoru {
    flex-direction: column;
    margin: 10px 0;
  }
  .mamoru li {
    width: 100%;
    height: auto;
    padding: 10px;
    border-radius: 6px;
    font-size: 1.4rem;
  }
  .mamoru li + li {
    margin-top: 10px;
  }
}

.clinic_box {
  border: #837645 solid 3px;
  border-radius: 10px;
  padding: 25px;
  background: #faf8ee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.clinic_box figure {
  flex-shrink: 0;
  margin-left: 30px;
}

.clinic_box .text_inner {
  display: flex;
  justify-content: space-between;
  width: 864px;
}

.clinic_box .text_inner .item {
  width: 48%;
}

.clinic_box .text_inner .item h5 {
  color: #cf056e;
  font-weight: bold;
}

.clinic_box + .clinic_box {
  margin-top: 30px;
}

@media screen and (max-width: 740px) {
  .clinic_box {
    border: #837645 solid 2px;
    border-radius: 6px;
    padding: 15px;
    display: block;
  }
  .clinic_box figure {
    flex-shrink: 0;
    margin-left: 0px;
    margin-top: 10px;
  }
  .clinic_box figure img {
    width: 100%;
  }
  .clinic_box .text_inner {
    display: block;
    width: 100%;
  }
  .clinic_box .text_inner .item {
    width: 100%;
  }
  .clinic_box .text_inner .item + .item {
    margin-top: 15px;
  }
  .clinic_box + .clinic_box {
    margin-top: 10px;
  }
}

.process {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.process span {
  background: #fff;
  border: #837645 solid 2px;
  width: 100px;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
}

@media screen and (max-width: 740px) {
  .process {
    flex-wrap: wrap;
    margin-top: 0px;
  }
  .process span {
    background: #fff;
    border: #837645 solid 2px;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 0px;
  }
  .process .icon-arrow-right {
    margin: 0 auto;
    transform: rotate(90deg);
  }
}

.table_type01.Class {
  table-layout: fixed;
}

.table_type01.Class tbody th,
.table_type01.Class tbody td {
  vertical-align: middle;
  text-align: left !important;
}

.table_type01.level {
  table-layout: fixed;
}

.table_type01.level tbody th,
.table_type01.level tbody td {
  vertical-align: middle;
  text-align: left !important;
}

.table_cover + .table_cover {
  margin-top: 60px;
}

@media screen and (max-width: 740px) {
  .table_cover {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .table_type01.Class {
    width: auto;
    white-space: nowrap;
  }
  .table_type01.level {
    width: auto;
    white-space: nowrap;
  }
  .table_cover + .table_cover {
    margin-top: 30px;
  }
}

.figure_box {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.figure_box figure figcaption {
  font-weight: bold;
  text-align: center;
}

.figure_box figure figcaption small {
  display: block;
  font-size: 1.2rem;
}

@media screen and (max-width: 740px) {
  .figure_box figure figcaption {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .figure_box figure figcaption small {
    font-size: 1rem;
  }
}

.clean_image {
  margin-bottom: 20px;
}

.clean_image p {
  text-align: right;
  color: #3e84e9;
  font-weight: 600;
}

.clean_text {
  background: #ff9b94;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 740px) {
  .clean_image {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .clean_image p {
    padding-top: 10px;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .clean_text {
    background: #ff9b94;
    color: #fff;
    padding: 5px;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
  }
}

.table_type01.corporate {
  border-top: rgba(130, 117, 69, 0.5) solid 1px;
}

.table_type01.corporate th {
  width: 200px !important;
}

@media screen and (max-width: 740px) {
  .table_type01.corporate {
    border-top: 0px;
  }
  .table_type01.corporate th {
    width: 100% !important;
  }
}

@media screen and (max-width: 740px) {
  .plain figure {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
