#main .menkai {
  margin: 0 10px;
}
#main .menkai dt {
  display: inline-block;
  margin-right: 1em;
}
#main .menkai dd {
  display: inline-block;
  border: 0 none;
  margin-right: 2em;
}
#main .menkai th {
  padding: 5px;
  width: 7em;
}
#main .menkai td {
  padding: 5px;
  text-align: left;
}
#main .menkai .red {
  color: red;
}

.flex {
  display: flex;
  justify-content: space-between;
}
.flex p.img {
  width: 50%;
  min-width: 25vw;
}
.flex p.c1 {
  text-align: center;
  color: #F97B84;
  font-weight: 600;
}
.flex p.c2 {
  text-align: center;
  color: #5B9BD5;
  font-weight: 600;
}
.flex p.c3 {
  text-align: center;
  color: #77AF35;
  font-weight: 600;
}

.youtube {
  width: 100%;
  margin: auto;
  aspect-ratio: 16 / 9;
}
@media (min-width: 768px) {
  .youtube {
    width: calc(100% - 20px);
  }
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

#main .box p strong {
  color: #267a5e;
}
#main .forte dl {
  width: calc(100% - 20px);
  border-top: 1px dotted #267a5e;
}
#main .forte dl dt {
  display: flex;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 2em;
}
#main .forte dl dt::before {
  content: attr(data-num);
  background: #267a5e;
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  line-height: 1.5em;
  text-align: center;
  border-radius: 1.5em;
  margin: auto;
  left: 0;
  top: 3px;
  position: absolute;
}
#main .forte dl dd {
  border-bottom: 0;
}
#main .forte dl dd img.r {
  height: fit-content;
}
#main .forte dl::after {
  content: "";
  display: block;
  clear: both;
}
#main .details dl {
  border: 2px dotted;
  border-radius: 4px;
  position: relative;
  margin: 2em 15px 3em;
  padding: 2.5em 1em 0;
}
#main .details dl dt {
  color: #fff;
  max-width: 300px;
  position: absolute;
  top: -2em;
  left: 10px;
  border-radius: 1em;
  padding: 0 1em;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.4);
  border: 2px solid #fff;
  line-height: 1.7;
}
#main .details dl dd {
  border-bottom: 0;
}
#main .details dl.c1 {
  border-color: #F97B84;
}
#main .details dl.c1 dt {
  background: #F97B84;
}
#main .details dl.c2 {
  border-color: #5B9BD5;
}
#main .details dl.c2 dt {
  background: #5B9BD5;
}
#main .details dl.c3 {
  border-color: #77AF35;
}
#main .details dl.c3 dt {
  background: #77AF35;
}
@media (min-width: 768px) {
  #main .details dl {
    border: 2px dotted;
    border-radius: 4px;
    position: relative;
    margin: 2em 15px;
    padding: 2em 1em 0;
  }
  #main .details dl dt {
    color: #fff;
    font-size: 2rem;
    min-width: 50%;
    max-width: 100%;
    position: absolute;
    top: -1em;
    left: 10px;
    border-radius: 1em;
    padding: 0 1em;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.4);
    border: 2px solid #fff;
  }
  #main .details dl dd {
    border-bottom: 0;
  }
  #main .details dl.c1 {
    border-color: #F97B84;
  }
  #main .details dl.c1 dt {
    background: #F97B84;
  }
  #main .details dl.c2 {
    border-color: #5B9BD5;
  }
  #main .details dl.c2 dt {
    background: #5B9BD5;
  }
  #main .details dl.c3 {
    border-color: #77AF35;
  }
  #main .details dl.c3 dt {
    background: #77AF35;
  }
}
#main .data table {
  margin: 0 auto;
}
@media (min-width: 768px) {
  #main .data {
    margin: 0 10px;
  }
}

.bottom_com {
  margin: 0;
}

.top_com {
  margin: 0 0 10px;
  border: 1px solid #5fac9c;
  padding: 10px;
}

#main table.recovery2.scroll {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  min-width: 100%;
  table-layout: auto;
}

#main table.recovery2.scroll th {
  padding: 0 3px;
}

#main table.recovery thead th:first-child {
  width: 70%;
}

#main table.recovery tbody th {
  text-align: left;
}

#main table.recovery tbody td {
  text-align: center;
}

#main table.recovery2 thead th:first-child {
  width: auto;
}

#main table.recovery2 tbody th {
  text-align: left;
}

#main table.recovery2 tbody td {
  text-align: center;
}

#main table.text_wide tbody th {
  width: 85%;
  text-align: left;
}
#main table.text_wide tbody td {
  text-align: right;
  padding-right: 10px;
}

.flow {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto !important;
  padding: 0 !important;
  display: block;
}

ol.target {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style-type: none;
  counter-reset: num;
  overflow: hidden;
}

ol.target li {
  display: block;
  border: 1px solid #5fac9c;
  border-radius: 4px;
  margin: 0 0 10px;
  padding: 0;
  position: relative;
  height: 6rem;
  overflow: hidden;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 50%, #bdded7 100%);
  background: -webkit-linear-gradient(left, #ffffff 50%, #bdded7 100%);
  background: linear-gradient(to right, #ffffff 50%, #bdded7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bdded7',GradientType=1 );
}

ol.target li span {
  display: block;
  margin: auto;
  padding: 0;
  position: absolute;
  left: 40px;
  right: 0;
  width: calc(100% - 40px);
  top: 0;
  bottom: 0;
  height: 3em;
}

ol.target li::before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display: inline-block;
  background: transparent;
  background: #5fac9c;
  color: #fff;
  font-family: 'Arial',sans-serif;
  font-weight: bold;
  font-size: 2rem;
  border-radius: 50%;
  left: -30px;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  text-align: center;
  top: 0;
  text-indent: 20px;
}

@media (min-width: 768px) {
  .bottom_com, .top_com {
    margin: 0 10px;
  }

  #main table.recovery2.scroll {
    display: table;
    overflow-x: auto;
    white-space: normal;
    -webkit-overflow-scrolling: touch;
    width: calc(100% - 20px);
    min-width: auto;
    table-layout: auto;
  }

  #main table.recovery2 th {
    padding: 0 3px;
  }

  .flow {
    width: auto;
    height: auto;
    max-width: calc(100% - 20px);
    max-height: 100%;
    margin: 0 auto !important;
    padding: 0 10px !important;
    display: block;
  }

  .flex p.img {
    width: 50%;
    min-width: auto;
  }

  ol.target {
    flex-direction: row;
    margin: 0 10px 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  ol.target li {
    display: block;
    width: 48%;
    border: 1px solid #5fac9c;
    border-radius: 4px;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    height: 6rem;
    overflow: hidden;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 50%, #bdded7 100%);
    background: -webkit-linear-gradient(left, #ffffff 50%, #bdded7 100%);
    background: linear-gradient(to right, #ffffff 50%, #bdded7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bdded7',GradientType=1 );
    font-size: min(1.6rem, calc(100vw - 236px - 40px) / 40);
  }

  ol.target li span {
    display: block;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 40px;
    right: 10px;
    width: calc(100% - 50px);
    top: 0;
    bottom: 0;
    height: 3em;
  }

  ol.target li::before {
    position: absolute;
    counter-increment: num;
    content: counter(num);
    display: inline-block;
    background: transparent;
    background: #5fac9c;
    color: #fff;
    font-family: 'Arial',sans-serif;
    font-weight: bold;
    font-size: 2rem;
    border-radius: 50%;
    left: -30px;
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
    text-align: center;
    top: 0;
    text-indent: 20px;
  }
}
