﻿@import url(reset.css);
@import url(library.css);
@media only screen and (min-width: 769px) {
  .trans {
    cursor: pointer;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translateZ(0);
    overflow: hidden;
  }
  .trans:hover {
    opacity: 0.5;
  }
}
html,
body {
  font-feature-settings: "pkna";
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #000;
  font-size: 15px;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
input,
textarea {
  width: 100%;
  border: none;
  border: solid 3px #9fa0a0;
  border-radius: 10px;
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  resize: none;
}
@media only screen and (max-width: 768px) {
  input,
  textarea {
    padding: 10px;
  }
}
textarea {
  height: 300px;
}
.wrapper .top {
  background: -moz-linear-gradient(top, #217fc4 0%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-linear-gradient(top, #217fc4 0%, rgba(125, 185, 232, 0) 100%);
  background: linear-gradient(to bottom, #217fc4 0%, rgba(125, 185, 232, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#217fc4', endColorstr='#007db9e8',GradientType=0 );
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック",
    MS PGothic, " sans-serif";
}
.wrapper .top:before {
  content: "";
  position: absolute;
  top: 50px;
  left: calc(50% + 160px);
  display: block;
  width: 522px;
  height: 894px;
  background: url(../../assets/img/img_human@4x.png) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .wrapper .top:before {
    display: none;
  }
}
.wrapper .top h2 {
  position: relative;
  padding: 90px 0 50px 0;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .wrapper .top h2 {
    padding: 12% 0 7% 0;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper .top h2 img {
    width: 48%;
  }
}
.wrapper .top__login {
  position: relative;
  width: 680px;
  margin: 0 auto;
  padding-bottom: 20px;
  background: -moz-linear-gradient(top, rgba(33, 127, 196, 0.55) 0%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(33, 127, 196, 0.55) 0%, rgba(125, 185, 232, 0) 100%);
  background: linear-gradient(to bottom, rgba(33, 127, 196, 0.55) 0%, rgba(125, 185, 232, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#217fc4', endColorstr='#007db9e8',GradientType=0 );
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .wrapper .top__login {
    width: 85%;
  }
}
.wrapper .top__login__form {
  width: 460px;
  margin: 0 auto;
  padding: 24px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .wrapper .top__login__form {
    width: 75%;
    padding: 4% 0 0 0;
  }
}
.wrapper .top__login__form__item {
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .wrapper .top__login__form__item {
    margin-bottom: 4%;
  }
}
.wrapper .top__login__form__button {
  margin: 50px 0 60px 0;
}
@media only screen and (max-width: 768px) {
  .wrapper .top__login__form__button {
    margin: 10% 0;
  }
}
.wrapper .top__login__form__button button {
  display: block;
  width: 100%;
  height: 60px;
  background: url(../../assets/img/bg_button01@4x.png) no-repeat;
  background-size: cover;
  text-align: center;
  box-sizing: border-box;
  font-size: 26px;
  font-weight: bold;
  border: none;
}
@media only screen and (max-width: 768px) {
  .wrapper .top__login__form__button button {
    height: 0;
    font-size: 3vw;
    padding: 6.5% 0;
    line-height: 0;
  }
}
.wrapper .top__login__link {
  width: 460px;
  margin: 0 auto;
  padding: 0 55px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .wrapper .top__login__link {
    width: 55%;
    padding: 0;
  }
}
.wrapper .top__login__link li {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .wrapper .top__login__link li {
    margin-bottom: 2%;
  }
}
.wrapper .top__login__link li a {
  font-size: 17px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .wrapper .top__login__link li a {
    font-size: 2.5vw;
  }
}
.wrapper .top__conditions {
  width: 460px;
  margin: 44px auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .wrapper .top__conditions {
    width: 60%;
    margin: 30px auto 0 auto;
  }
}
.wrapper .top__conditions p {
  font-size: 14px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .wrapper .top__conditions p {
    font-size: 1.8vw;
  }
}
.wrapper .top h1 {
  text-align: center;
  margin-top: 70px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .wrapper .top h1 {
    margin-top: 10%;
    padding-bottom: 3%;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper .top h1 img {
    width: 60%;
  }
}
.wrapper .low {
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック",
    MS PGothic, " sans-serif";
}
.wrapper .low h1 {
  background: #00a0e9;
  text-align: center;
  padding: 10px 0;
}
@media only screen and (max-width: 768px) {
  .wrapper .low h1 img {
    width: 50%;
  }
}
.wrapper .low__form h2 {
  font-size: 34px;
  text-align: center;
  font-weight: normal;
  margin: 36px 0;
}
@media only screen and (max-width: 768px) {
  .wrapper .low__form h2 {
    font-size: 5vw;
    margin: 6% 0;
  }
}
.wrapper .low__form__box {
  width: 680px;
  height: 440px;
  margin: 0 auto 480px auto;
  padding: 40px 84px;
  box-sizing: border-box;
  background: -moz-linear-gradient(top, rgba(33, 127, 196, 0.55) 0%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(33, 127, 196, 0.55) 0%, rgba(125, 185, 232, 0) 100%);
  background: linear-gradient(to bottom, rgba(33, 127, 196, 0.55) 0%, rgba(125, 185, 232, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#217fc4', endColorstr='#007db9e8',GradientType=0 );
}
@media only screen and (max-width: 768px) {
  .wrapper .low__form__box {
    width: 90%;
    padding: 40px 5%;
  }
}
.wrapper .low__form__box dl {
  margin-bottom: 40px;
}
.wrapper .low__form__box dl dt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .wrapper .low__form__box dl dt {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.wrapper .low__form__box dl dd label {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .wrapper .low__form__box dl dd label {
    display: block;
    margin-bottom: 10px;
  }
}
.wrapper .low__form__box dl dd label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border: solid 3px #9fa0a0;
  border-radius: 10px;
  outline: 0;
  margin: 0 5px 0 0;
  background: #fff;
  width: 100px;
  height: 35px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 10px;
  position: relative;
}
.wrapper .low__form__box dl dd label:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #333;
  top: 50%;
  left: 78px;
  margin-top: -3px;
  pointer-events: none;
}
.wrapper .low__form__box dl dd select:not(:target) {
  width: 120% \9;
}
.wrapper .low__form__box__button {
  position: relative;
  text-align: center;
  margin-top: 80px;
}
.wrapper .low__form__box__button button {
  display: inline-block;
  width: 321px;
  height: 60px;
  background: url(../../assets/img/bg_button02@4x.png) no-repeat;
  background-size: cover;
  text-align: center;
  box-sizing: border-box;
  font-size: 26px;
  font-weight: bold;
  border: none;
}
@media only screen and (max-width: 768px) {
  .wrapper .low__form__box__button button {
    width: 200px;
    height: 37px;
    font-size: 18px;
  }
}
.wrapper .low__form__box__button a {
  display: inline-block;
  width: 321px;
  height: 60px;
  background: url(../../assets/img/bg_button02@4x.png) no-repeat;
  background-size: cover;
  text-align: center;
  box-sizing: border-box;
  font-size: 26px;
  font-weight: bold;
  padding-top: 17px;
  border: none;
}
@media only screen and (max-width: 768px) {
  .wrapper .low__form__box__button a {
    width: 200px;
    height: 37px;
    font-size: 15px;
    padding-top: 10px;
  }
}
.wrapper .low__form__box__button .result-list {
  position: absolute;
  border: 1px solid #ccc;
  width: 100%;
  top: 60px;
  z-index: 1;
}
.wrapper .low__form__box__button .result-list li a {
  text-align: left;
  padding: 8px 20px;
  display: inline-block;
  background: #fff;
  font-size: 16px;
  width: 100%;
  height: auto;
}
.wrapper .low__form__box__button .result-list li a:hover {
  background: #ddd;
}
.wrapper .low__form--contact {
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .wrapper .low__form--contact {
    padding: 0;
  }
}
.wrapper .low__form--contact .low__form__box {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 40px 20%;
}
@media only screen and (max-width: 768px) {
  .wrapper .low__form--contact .low__form__box {
    width: 90%;
    margin: 0 auto;
    padding: 40px 20px;
  }
}
.wrapper .low__form--contact .low__form__box dl {
  margin-bottom: 25px;
}
.wrapper .low__form--contact .low__form__box dl dt span {
  font-size: 17px;
  color: red;
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .wrapper .low__form--contact .low__form__box dl dt span {
    font-size: 10px;
    margin-left: 10px;
  }
}
.wrapper .low__form--contact .low__form__box__button {
  margin-top: 30px;
}
.wrapper .low__form--configuration .low__form__box dl dt span {
  display: block;
  font-size: 22px;
  color: #fff;
  background: #00a0e9;
  padding: 0 8px;
}
@media only screen and (max-width: 768px) {
  .wrapper .low__form--configuration .low__form__box dl dt span {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
.wrapper .low__form--login h2 {
  margin: 20px 0 16px 0;
}
@media only screen and (max-width: 768px) {
  .wrapper .low__form--login h2 img {
    width: 70%;
  }
}
.wrapper .low__form--login .low__form__box {
  padding: 20px 103px;
}
@media only screen and (max-width: 768px) {
  .wrapper .low__form--login .low__form__box {
    padding: 20px;
  }
}
.wrapper .low__form--login .low__form__box dl {
  margin-bottom: 66px;
}
@media only screen and (max-width: 768px) {
  .wrapper .low__form--login .low__form__box dl {
    margin-bottom: 40px;
  }
}
.wrapper .low__form--login .low__form__box dl dt {
  position: relative;
  background: #fff;
  margin-bottom: 0;
  border-bottom: solid 3px #00a0e9;
  font-size: 34px;
  padding: 0 14px;
}
@media only screen and (max-width: 768px) {
  .wrapper .low__form--login .low__form__box dl dt {
    font-size: 25px;
  }
}
.wrapper .low__form--login .low__form__box dl dt:after {
  content: "様";
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 31px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .wrapper .low__form--login .low__form__box dl dt:after {
    font-size: 20px;
    right: 10px;
  }
}
.wrapper .low__form--login .low__form__box dl dd {
  background: #fff;
  margin-bottom: 0;
  border-bottom: solid 3px #00a0e9;
  font-size: 22px;
  padding: 10px 14px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .wrapper .low__form--login .low__form__box dl dd {
    font-size: 15px;
  }
}
.wrapper .low__form--login .low__form__box dl dd span {
  margin-right: 22px;
}
.wrapper .low__form--login .low__form__box__button {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .wrapper .low__form--login .low__form__box__button {
    margin-top: 25px;
  }
}
.wrapper .low__form--login .low__form__box__button--green {
  margin-top: 0;
}
.wrapper .low__form--login .low__form__box__button--green button {
  display: inline-block;
  width: 434px;
  height: 60px;
  background: url(../../assets/img/bg_button03@4x.png) no-repeat;
  background-size: cover;
  text-align: center;
  box-sizing: border-box;
  font-size: 26px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .wrapper .low__form--login .low__form__box__button--green button {
    width: 250px;
    height: 34px;
    font-size: 15px;
  }
}
.wrapper .low__form--login .low__form__box__button--pink {
  margin-top: 40px;
}
.wrapper .low__form--login .low__form__box__button--pink a {
  display: inline-block;
  width: 434px;
  height: 60px;
  background: url(../../assets/img/bg_button04@4x.png) no-repeat;
  background-size: cover;
  text-align: center;
  box-sizing: border-box;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .wrapper .low__form--login .low__form__box__button--pink a {
    width: 250px;
    height: 34px;
  }
}
.wrapper .low__privacy {
  display: flex;
  justify-content: center;
  border-top: solid 2px #00a0e9;
  padding: 12px 0 12px 200px;
}
@media only screen and (max-width: 768px) {
  .wrapper .low__privacy {
    padding: 12px 20px 12px 50px;
  }
}
.wrapper .low__privacy h3 {
  display: inline-block;
  font-size: 14px;
  border-bottom: solid 2px #00a0e9;
  padding-bottom: 4px;
}
@media only screen and (max-width: 768px) {
  .wrapper .low__privacy h3 {
    font-size: 2vw;
    line-height: 1.2;
  }
}
.wrapper .low__privacy h4 {
  font-size: 17px;
  margin: 6px 0 8px 0;
}
@media only screen and (max-width: 768px) {
  .wrapper .low__privacy h4 {
    font-size: 2vw;
    margin: 3px 0 4px 0;
  }
}
.wrapper .low__privacy p {
  font-size: 12px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .wrapper .low__privacy p {
    font-size: 1.5vw;
  }
}
.wrapper .low__privacy p span {
  font-size: 10px;
}
@media only screen and (max-width: 768px) {
  .wrapper .low__privacy p span {
    font-size: 1.2vw;
  }
}
.wrapper .low__privacy__center {
  padding: 0 14px;
}
@media only screen and (max-width: 768px) {
  .wrapper .low__privacy__center {
    width: 40px;
    padding: 0 5px;
  }
}
.wrapper .low__copy {
  background: #00a0e9;
  text-align: center;
}
.wrapper .low__copy p {
  font-size: 12px;
  font-weight: bold;
  font-family: Verdana;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .wrapper .low__copy p {
    font-size: 2vw;
  }
}
.wrapper .low--list {
  width: 1200px;
  margin: 0 auto;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list {
    width: auto;
  }
}
.wrapper .low--list .header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.wrapper .low--list .header__left {
  position: relative;
  width: calc(100% - 186px);
  background: #00a0e9;
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .header__left {
    width: 100%;
  }
}
.wrapper .low--list .header__left h1 {
  text-align: left;
  background: none;
  padding-left: 24px;
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .header__left h1 {
    padding: 2% 3%;
  }
}
.wrapper .low--list .header__left h2 {
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 30px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .header__left h2 {
    display: none;
  }
}
.wrapper .low--list .header__right {
  width: 176px;
  margin-left: 10px; /*background:#e7336e url(../../assets/img/icon_print.png) left 14px center no-repeat;font-size:30px;text-align:right;color:#fff;padding:12px;box-sizing:border-box;border-radius:15px*/
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .header__right {
    display: none;
  }
}
.wrapper .low--list .list-name {
  display: flex;
  margin: 50px 0 70px 0;
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-name {
    display: block;
    margin: 5% 0 10% 0;
    padding: 0 3%;
  }
}
.wrapper .low--list .list-name table {
  width: 48.88888%;
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-name table {
    width: 100%;
  }
}
.wrapper .low--list .list-name table thead th {
  height: 30px;
  font-size: 18px;
  background: #00a0e9;
  color: #fff;
  text-align: left;
  padding: 5px 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-name table thead th {
    height: auto;
    font-size: 15px;
  }
}
.wrapper .low--list .list-name table tbody th,
.wrapper .low--list .list-name table tbody td {
  border: solid 2px #fff;
  font-size: 15px;
  vertical-align: middle;
  padding: 6px 12px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-name table tbody th,
  .wrapper .low--list .list-name table tbody td {
    font-size: 12px;
    padding: 6px;
  }
}
.wrapper .low--list .list-name table tbody th {
  width: 160px;
  background: #9fd9f6;
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-name table tbody th {
    width: 80px;
    border-left: none;
    border-right: none;
  }
}
.wrapper .low--list .list-name table tbody td {
  position: relative;
  background: #d3edfb;
  font-weight: bold;
}
.wrapper .low--list .list-name table tbody td.name {
  height: 64px;
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-name table tbody td.name {
    height: auto;
    padding: 12px 6px;
  }
}
.wrapper .low--list .list-name table tbody td.day {
  height: 62px;
  border-right: none;
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-name table tbody td.day {
    height: auto;
  }
}
.wrapper .low--list .list-name table tbody td.atte {
  font-size: 14px;
  border-left: none;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-name table tbody td.atte {
    font-size: 10px;
  }
}
.wrapper .low--list .list-name table:last-child {
  margin-top: 30px;
  margin-left: 2.2222224%;
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-name table:last-child {
    margin: -2px 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-diseases {
    padding: 0 3%;
  }
}
.wrapper .low--list .list-diseases h2 {
  font-size: 18px;
  color: #fff;
  padding: 16px 10px;
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-diseases h2 {
    font-size: 15px;
    padding: 10px;
  }
}
.wrapper .low--list .list-diseases__title {
  background: #2078a1;
  margin-top: 70px;
}
.wrapper .low--list .list-diseases__title.C1 {
  background: #2078a1;
}
.wrapper .low--list .list-diseases__title.C2 {
  background: #cc6882;
}
.wrapper .low--list .list-diseases__title.C3 {
  background: #a98667;
}
.wrapper .low--list .list-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 34px;
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-box {
    margin-top: 7%;
  }
}
.wrapper .low--list .list-box__left {
  width: 34%;
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-box__left {
    width: 60%;
  }
}
.wrapper .low--list .list-box__left--wide {
  width: 1076px;
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-box__left--wide {
    width: 100%;
  }
}
.wrapper .low--list .list-box__left--wide table {
  margin-bottom: 2px;
}
.wrapper .low--list .list-box__left table {
  border-collapse: separate;
}
.wrapper .low--list .list-box__left table thead th {
  height: 34px;
  color: #fff;
  font-size: 18px;
  text-align: left;
  padding: 0 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-box__left table thead th {
    height: 25px;
    font-size: 13px;
  }
}
.wrapper .low--list .list-box__left table thead td {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-box__left table thead td {
    font-size: 10px;
  }
}
.wrapper .low--list .list-box__left table tbody th,
.wrapper .low--list .list-box__left table tbody td {
  height: 30px;
  border: solid 2px #fff;
  padding: 6px 8px;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-box__left table tbody th,
  .wrapper .low--list .list-box__left table tbody td {
    padding: 4px;
  }
}
.wrapper .low--list .list-box__left table tbody th {
  text-align: left;
  font-size: 15px;
  border-right: solid 8px #fff;
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-box__left table tbody th {
    font-size: 10px;
    border-right: solid 4px #fff;
  }
}
.wrapper .low--list .list-box__left table tbody td {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-box__left table tbody td {
    font-size: 10px;
  }
}
.wrapper .low--list .list-box__right {
  width: calc(66% - 8px);
  margin-left: 8px;
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-box__right {
    width: calc(40% - 4px);
    margin-left: 4px;
    overflow: auto;
  }
}
.wrapper .low--list .list-box__right--tight {
  width: calc(124px - 8px);
  margin-left: 8px;
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-box__right--tight {
    width: calc(40% - 4px);
    margin-left: 4px;
    overflow: auto;
  }
}
.wrapper .low--list .list-box__right table {
  border-collapse: separate;
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-box__right table {
    width: 300% !important;
  }
}
.wrapper .low--list .list-box__right table thead th {
  height: 34px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-box__right table thead th {
    height: 25px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-box__right table thead th.this {
    width: 20%;
  }
}
.wrapper .low--list .list-box__right table thead th.past {
  color: #000;
  border: solid 2px #000;
}
.wrapper .low--list .list-box__right table thead th.document {
  width: 8%;
  color: #000;
  vertical-align: bottom;
  line-height: 1.2;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-box__right table thead th.document {
    width: 10%;
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-box__right table thead th.document--graph {
    display: none;
  }
}
.wrapper .low--list .list-box__right table thead td {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-box__right table thead td {
    font-size: 10px;
  }
}
.wrapper .low--list .list-box__right table thead td.findings {
  width: 9%;
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-box__right table thead td.findings {
    width: 14%;
  }
}
.wrapper .low--list .list-box__right table thead td.date {
  width: 14.45%;
}
.wrapper .low--list .list-box__right table tbody th,
.wrapper .low--list .list-box__right table tbody td {
  position: relative;
  height: 30px;
  border: solid 2px #fff;
  padding: 6px 8px;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-box__right table tbody th,
  .wrapper .low--list .list-box__right table tbody td {
    font-size: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .wrapper .low--list .list-box__right table tbody td:nth-child(2) {
    border-right: solid 8px #fff;
  }
}
@media only screen and (min-width: 769px) {
  .wrapper .low--list .list-box__right table tbody td:nth-child(7) {
    border-left: solid 8px #fff;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-box__right table tbody td.spno {
    display: none;
  }
}
.wrapper .low--list .list-box__right table tbody td.link .graph-container {
  display: none;
}
.wrapper .low--list .list-box__right table tbody td.link .graph {
  position: absolute;
  top: 30px;
  right: 80px;
  width: 630px;
  z-index: 3;
  color: #000;
  padding: 20px 20px 40px 20px;
  border: solid 4px #fff;
}
.wrapper .low--list .list-box__right table tbody td.link .graph h3 {
  font-size: 28px;
  text-align: left;
  margin-bottom: 14px;
}
.wrapper .low--list .list-box__right table tbody td.link .graph-arrow:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 25px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 0 0 80px;
  border-color: transparent transparent transparent #fff;
  transform: rotate(70deg);
  z-index: 1;
}
.wrapper .low--list .list-box__right table tbody td.link .graph-arrow:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 35px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 0 0 80px;
  border-color: transparent transparent transparent #fff;
  transform: rotate(70deg);
  z-index: 4;
}
.wrapper .low--list .list-box__bottom-box {
  display: flex;
}
.wrapper .low--list .list-box__bottom {
  width: 596px;
  margin-top: 2px;
  padding: 14px;
  box-sizing: border-box;
  page-break-inside: avoid;
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-box__bottom {
    width: 75%;
    font-size: 10px;
    padding: 5px;
  }
}
.wrapper .low--list .list-box__bottom--wide {
  width: 1076px;
  padding: 14px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-box__bottom--wide {
    width: 100%;
    font-size: 10px;
    padding: 5px;
  }
}
.wrapper .low--list .list-box__bottom.C1 {
  background: #dae2ec;
}
.wrapper .low--list .list-box__bottom.D1 {
  background: #e2f2f1;
}
.wrapper .low--list .list-box__bottom.D2 {
  background: #fce7eb;
}
.wrapper .low--list .list-box__bottom.D3 {
  background: #fde8d0;
}
.wrapper .low--list .list-box__bottom.D4 {
  background: #dce1f2;
}
.wrapper .low--list .list-box__bottom.D5 {
  background: #e4e1f0;
}
.wrapper .low--list .list-box__bottom.D6 {
  background: #f9e9ec;
}
.wrapper .low--list .list-box__bottom.D7 {
  background: #eee7df;
}
.wrapper .low--list .list-box__bottom.D8 {
  background: #e6efe3;
}
.wrapper .low--list .list-box__bottom.D9 {
  background: #dae2ec;
}
.wrapper .low--list .list-box__bottom-side {
  width: 116px;
  margin-left: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-box__bottom-side {
    width: calc(25% - 8px);
    font-size: 10px;
  }
}
.wrapper .low--list .list-box__bottom-side .link {
  margin-top: 5px;
  display: block;
  text-align: center;
  width: 100%;
  padding: 9.5px 0;
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-box__bottom-side .link {
    padding: 6px 0;
  }
}
.wrapper .low--list .list-box__bottom-side .link.D1 {
  color: #2bb7b3;
  background: #e2f2f1;
}
.wrapper .low--list .list-box__bottom-side .link.D2 {
  color: #eb6d8e;
  background: #fce7eb;
}
.wrapper .low--list .list-box__bottom-side .link.D3 {
  color: #f08300;
  background: #fde8d0;
}
.wrapper .low--list .list-box__bottom-side .link.D4 {
  color: #3071b9;
  background: #dce1f2;
}
.wrapper .low--list .list-box__bottom-side .link.D5 {
  color: #796baf;
  background: #e4e1f0;
}
.wrapper .low--list .list-box__bottom-side .link.D6 {
  color: #de829a;
  background: #f9e9ec;
}
.wrapper .low--list .list-box__bottom-side .link.D7 {
  color: #a98667;
  background: #eee7df;
}
.wrapper .low--list .list-box__bottom-side .link.D8 {
  color: #78ad71;
  background: #e6efe3;
}
.wrapper .low--list .list-box__bottom-side .link.D9 {
  color: #2078a1;
  background: #dae2ec;
}
.wrapper .low--list .list-box--measurement .list-box__left thead th {
  background: #2bb7b3;
}
.wrapper .low--list .list-box--measurement .list-box__left tbody th,
.wrapper .low--list .list-box--measurement .list-box__left tbody td {
  background: #e2f2f1;
}
.wrapper .low--list .list-box--measurement .list-box__right thead th.this {
  background: #2bb7b3;
}
.wrapper .low--list .list-box--measurement .list-box__right tbody th,
.wrapper .low--list .list-box--measurement .list-box__right tbody td {
  background: #e2f2f1;
}
.wrapper .low--list .list-box--measurement table th.bg-other,
.wrapper .low--list .list-box--measurement table td.bg-other {
  background: #fff5d7;
}
.wrapper .low--list .list-box--measurement table td.link {
  color: #2bb7b3;
}
.wrapper .low--list .list-box--measurement table td.link .graph {
  background: #e2f2f1;
}
.wrapper .low--list .list-box--measurement table td.link .graph-arrow:after {
  border-color: transparent transparent transparent #e2f2f1 !important;
}
.wrapper .low--list .list-box--measurement table td.bg-other.link {
  color: #f39800;
}
.wrapper .low--list .list-box--sugar .list-box__left thead th {
  background: #eb6d8e;
}
.wrapper .low--list .list-box--sugar .list-box__left tbody th,
.wrapper .low--list .list-box--sugar .list-box__left tbody td {
  background: #fce7eb;
}
.wrapper .low--list .list-box--sugar .list-box__right thead th.this {
  background: #eb6d8e;
}
.wrapper .low--list .list-box--sugar .list-box__right tbody th,
.wrapper .low--list .list-box--sugar .list-box__right tbody td {
  background: #fce7eb;
}
.wrapper .low--list .list-box--sugar table th.bg-other,
.wrapper .low--list .list-box--sugar table td.bg-other {
  background: #dfd7cb;
}
.wrapper .low--list .list-box--sugar table td.link {
  color: #eb6d8e;
}
.wrapper .low--list .list-box--sugar table td.bg-other.link {
  color: #a59f98;
}
.wrapper .low--list .list-box--lipid .list-box__left thead th {
  background: #f08300;
}
.wrapper .low--list .list-box--lipid .list-box__left tbody th,
.wrapper .low--list .list-box--lipid .list-box__left tbody td {
  background: #fde8d0;
}
.wrapper .low--list .list-box--lipid .list-box__right thead th.this {
  background: #f08300;
}
.wrapper .low--list .list-box--lipid .list-box__right tbody th,
.wrapper .low--list .list-box--lipid .list-box__right tbody td {
  background: #fde8d0;
}
.wrapper .low--list .list-box--lipid table th.bg-other,
.wrapper .low--list .list-box--lipid table td.bg-other {
  background: #dfd7cb;
}
.wrapper .low--list .list-box--lipid table td.link {
  color: #f08300;
}
.wrapper .low--list .list-box--lipid table td.link .graph {
  background: #fde8d0;
}
.wrapper .low--list .list-box--lipid table td.link .graph-arrow:after {
  border-color: transparent transparent transparent #fde8d0 !important;
}
.wrapper .low--list .list-box--lipid table td.bg-other.link {
  color: #a98667;
}
.wrapper .low--list .list-box--good .list-box__left thead th {
  background: #f08300;
}
.wrapper .low--list .list-box--good .list-box__left tbody th,
.wrapper .low--list .list-box--good .list-box__left tbody td {
  background: #fde8d0;
}
.wrapper .low--list .list-box--good .list-box__right thead th.this {
  background: #f08300;
}
.wrapper .low--list .list-box--good .list-box__right tbody th,
.wrapper .low--list .list-box--good .list-box__right tbody td {
  background: #fde8d0;
}
.wrapper .low--list .list-box--good .list-box__right tbody td.link {
  color: #f08300;
}
.wrapper .low--list .list-box--good .list-box__bottom {
  background: #fde8d0;
}
.wrapper .low--list .list-box--liver .list-box__left thead th {
  background: #3071b9;
}
.wrapper .low--list .list-box--liver .list-box__left tbody th,
.wrapper .low--list .list-box--liver .list-box__left tbody td {
  background: #dce1f2;
}
.wrapper .low--list .list-box--liver .list-box__right thead th.this {
  background: #3071b9;
}
.wrapper .low--list .list-box--liver .list-box__right tbody th,
.wrapper .low--list .list-box--liver .list-box__right tbody td {
  background: #dce1f2;
}
.wrapper .low--list .list-box--liver .list-box__right tbody td.link {
  color: #3071b9;
}
.wrapper .low--list .list-box--liver .list-box__right tbody td.link .graph {
  background: #dce1f2;
}
.wrapper .low--list .list-box--liver .list-box__right tbody td.link .graph-arrow:after {
  border-color: transparent transparent transparent #dce1f2 !important;
}
.wrapper .low--list .list-box--liver .list-box__bottom {
  background: #dce1f2;
}
.wrapper .low--list .list-box--renal .list-box__left thead th {
  background: #796baf;
}
.wrapper .low--list .list-box--renal .list-box__left tbody th,
.wrapper .low--list .list-box--renal .list-box__left tbody td {
  background: #e4e1f0;
}
.wrapper .low--list .list-box--renal .list-box__right thead th.this {
  background: #796baf;
}
.wrapper .low--list .list-box--renal .list-box__right tbody th,
.wrapper .low--list .list-box--renal .list-box__right tbody td {
  background: #e4e1f0;
}
.wrapper .low--list .list-box--renal .list-box__right tbody td.link {
  color: #796baf;
}
.wrapper .low--list .list-box--renal .list-box__right tbody td.link .graph {
  background: #e4e1f0;
}
.wrapper .low--list .list-box--renal .list-box__right tbody td.link .graph-arrow:after {
  border-color: transparent transparent transparent #e4e1f0 !important;
}
.wrapper .low--list .list-box--renal table th.bg-other,
.wrapper .low--list .list-box--renal table td.bg-other {
  background: #dfd7cb;
}
.wrapper .low--list .list-box--renal table td.bg-other.link {
  color: #a98667;
}
.wrapper .low--list .list-box--renal .list-box__bottom {
  background: #dce1f2;
}
.wrapper .low--list .list-box--interview .list-box__left thead th {
  background: #2078a1;
}
.wrapper .low--list .list-box--interview .list-box__left tbody th,
.wrapper .low--list .list-box--interview .list-box__left tbody td {
  background: #dae2ec;
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-box--interview .list-box__right table {
    width: 365% !important;
  }
}
.wrapper .low--list .list-box--interview .list-box__right thead th:nth-child(1) {
  border-right: solid 8px #fff;
}
.wrapper .low--list .list-box--interview .list-box__right thead th.this {
  width: 23.5%;
  background: #2078a1;
}
.wrapper .low--list .list-box--interview .list-box__right thead td:nth-child(2),
.wrapper .low--list .list-box--interview .list-box__right thead td:nth-child(3),
.wrapper .low--list .list-box--interview .list-box__right thead td:nth-child(4),
.wrapper .low--list .list-box--interview .list-box__right thead td:nth-child(5) {
  width: 15%;
}
.wrapper .low--list .list-box--interview .list-box__right tbody th,
.wrapper .low--list .list-box--interview .list-box__right tbody td {
  background: #dae2ec;
}
.wrapper .low--list .list-box--interview .list-box__right tbody td:nth-child(1) {
  border-right: solid 8px #fff;
}
.wrapper .low--list .list-box--interview .list-box__right tbody td:nth-child(2) {
  border-right: solid 2px #fff;
}
.wrapper .low--list .list-box--metabolic {
  align-items: flex-end;
}
.wrapper .low--list .list-box--metabolic .list-box__left {
  width: 89.3%;
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-box--metabolic .list-box__left {
    width: 80%;
  }
}
.wrapper .low--list .list-box--metabolic .list-box__left thead th {
  background: #2078a1;
}
.wrapper .low--list .list-box--metabolic .list-box__left tbody th,
.wrapper .low--list .list-box--metabolic .list-box__left tbody td {
  background: #dae2ec;
  border: none;
}
.wrapper .low--list .list-box--metabolic .list-box__right {
  width: calc(10.7% - 8px);
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-box--metabolic .list-box__right {
    width: calc(20% - 4px);
  }
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-box--metabolic .list-box__right table {
    width: 100% !important;
  }
}
.wrapper .low--list .list-box--metabolic .list-box__right thead th {
  color: #000;
}
.wrapper .low--list .list-box--metabolic .list-box__right thead td {
  background: #dae2ec;
  border: none;
  padding: 6px 0;
}
.wrapper .low--list .list-box--comment {
  align-items: flex-end;
}
.wrapper .low--list .list-box--comment .list-box__left {
  width: 89.3%;
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-box--comment .list-box__left {
    width: 80%;
  }
}
.wrapper .low--list .list-box--comment .list-box__left thead th {
  background: #2078a1;
}
.wrapper .low--list .list-box--comment .list-box__left tbody th,
.wrapper .low--list .list-box--comment .list-box__left tbody td {
  background: #dae2ec;
  border: none;
}
.wrapper .low--list .list-box--comment .list-box__right {
  width: calc(10.7% - 8px);
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-box--comment .list-box__right {
    width: calc(20% - 4px);
  }
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-box--comment .list-box__right table {
    width: 100% !important;
  }
}
.wrapper .low--list .list-box--comment .list-box__right thead th {
  color: #000;
}
.wrapper .low--list .list-box--comment .list-box__right thead td {
  background: #dae2ec;
  border: none;
  padding: 6px 0;
}
.wrapper .low--list .list-box--stomach .list-box__left thead th {
  background: #de829a;
}
.wrapper .low--list .list-box--stomach .list-box__left tbody th,
.wrapper .low--list .list-box--stomach .list-box__left tbody td {
  background: #f9e9ec;
}
.wrapper .low--list .list-box--stomach .list-box__right thead th.this {
  background: #de829a;
}
.wrapper .low--list .list-box--stomach .list-box__right tbody th,
.wrapper .low--list .list-box--stomach .list-box__right tbody td {
  background: #f9e9ec;
}
.wrapper .low--list .list-box--stomach .list-box__right tbody td.link {
  color: #de829a;
}
.wrapper .low--list .list-box--stomach table th.bg-other,
.wrapper .low--list .list-box--stomach table td.bg-other {
  background: #fff5d7;
}
.wrapper .low--list .list-box--stomach table td.bg-other.link {
  color: #f39800;
}
.wrapper .low--list .list-box--stomach .list-box__bottom {
  background: #fff5d7;
}
.wrapper .low--list .list-box--interview2 .list-box__left thead th {
  background: #de829a;
}
.wrapper .low--list .list-box--interview2 .list-box__left tbody th,
.wrapper .low--list .list-box--interview2 .list-box__left tbody td {
  background: #f9e9ec;
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-box--interview2 .list-box__right table {
    width: 365% !important;
  }
}
.wrapper .low--list .list-box--interview2 .list-box__right thead th:nth-child(1) {
  border-right: solid 8px #fff;
}
.wrapper .low--list .list-box--interview2 .list-box__right thead th.this {
  width: 23.5%;
  background: #de829a;
}
.wrapper .low--list .list-box--interview2 .list-box__right thead td:nth-child(2),
.wrapper .low--list .list-box--interview2 .list-box__right thead td:nth-child(3),
.wrapper .low--list .list-box--interview2 .list-box__right thead td:nth-child(4),
.wrapper .low--list .list-box--interview2 .list-box__right thead td:nth-child(5) {
  width: 15%;
}
.wrapper .low--list .list-box--interview2 .list-box__right tbody th,
.wrapper .low--list .list-box--interview2 .list-box__right tbody td {
  background: #f9e9ec;
}
.wrapper .low--list .list-box--interview2 .list-box__right tbody td:nth-child(1) {
  border-right: solid 8px #fff;
}
.wrapper .low--list .list-box--interview2 .list-box__right tbody td:nth-child(2) {
  border-right: solid 2px #fff;
}
.wrapper .low--list .list-box--early .list-box__left thead th {
  background: #de829a;
}
.wrapper .low--list .list-box--early .list-box__left tbody th,
.wrapper .low--list .list-box--early .list-box__left tbody td {
  background: #f9e9ec;
}
.wrapper .low--list .list-box--early .list-box__right thead th.this {
  background: #de829a;
}
.wrapper .low--list .list-box--early .list-box__right tbody th,
.wrapper .low--list .list-box--early .list-box__right tbody td {
  background: #f9e9ec;
}
.wrapper .low--list .list-box--early .list-box__right tbody td.link {
  color: #de829a;
}
.wrapper .low--list .list-box--early .list-box__bottom {
  background: #f9e9ec;
}
.wrapper .low--list .list-box--prostate .list-box__left thead th {
  background: #de829a;
}
.wrapper .low--list .list-box--prostate .list-box__left tbody th,
.wrapper .low--list .list-box--prostate .list-box__left tbody td {
  background: #f9e9ec;
}
.wrapper .low--list .list-box--prostate .list-box__right thead th.this {
  background: #de829a;
}
.wrapper .low--list .list-box--prostate .list-box__right tbody th,
.wrapper .low--list .list-box--prostate .list-box__right tbody td {
  background: #f9e9ec;
}
.wrapper .low--list .list-box--prostate .list-box__right tbody td.link {
  color: #de829a;
}
.wrapper .low--list .list-box--prostate .list-box__bottom {
  background: #f9e9ec;
}
.wrapper .low--list .list-box--breast .list-box__left thead th {
  background: #de829a;
}
.wrapper .low--list .list-box--breast .list-box__left tbody th,
.wrapper .low--list .list-box--breast .list-box__left tbody td {
  background: #f9e9ec;
}
.wrapper .low--list .list-box--breast .list-box__right thead th.this {
  background: #de829a;
}
.wrapper .low--list .list-box--breast .list-box__right tbody th,
.wrapper .low--list .list-box--breast .list-box__right tbody td {
  background: #f9e9ec;
}
.wrapper .low--list .list-box--breast .list-box__right tbody td.link {
  color: #de829a;
}
.wrapper .low--list .list-box--breast .list-box__bottom {
  background: #f9e9ec;
}
.wrapper .low--list .list-box--hpv .list-box__left thead th {
  background: #a98667;
}
.wrapper .low--list .list-box--hpv .list-box__left tbody th,
.wrapper .low--list .list-box--hpv .list-box__left tbody td {
  background: #eee7df;
}
.wrapper .low--list .list-box--hpv .list-box__right thead th.this {
  background: #a98667;
}
.wrapper .low--list .list-box--hpv .list-box__right tbody th,
.wrapper .low--list .list-box--hpv .list-box__right tbody td {
  background: #eee7df;
}
.wrapper .low--list .list-box--hpv .list-box__right tbody td.link {
  color: #a98667;
}
.wrapper .low--list .list-box--hpv .list-box__bottom {
  background: #eee7df;
}
.wrapper .low--list .list-box--colorectal .list-box__left thead th {
  background: #a98667;
}
.wrapper .low--list .list-box--colorectal .list-box__left tbody th,
.wrapper .low--list .list-box--colorectal .list-box__left tbody td {
  background: #eee7df;
}
.wrapper .low--list .list-box--colorectal .list-box__right thead th.this {
  background: #a98667;
}
.wrapper .low--list .list-box--colorectal .list-box__right tbody th,
.wrapper .low--list .list-box--colorectal .list-box__right tbody td {
  background: #eee7df;
}
.wrapper .low--list .list-box--colorectal .list-box__right tbody td.link {
  color: #a98667;
}
.wrapper .low--list .list-box--colorectal .list-box__bottom {
  background: #eee7df;
}
.wrapper .low--list .list-box--lung .list-box__left thead th {
  background: #a98667;
}
.wrapper .low--list .list-box--lung .list-box__left tbody th,
.wrapper .low--list .list-box--lung .list-box__left tbody td {
  background: #eee7df;
}
.wrapper .low--list .list-box--lung .list-box__right thead th.this {
  background: #a98667;
}
.wrapper .low--list .list-box--lung .list-box__right tbody th,
.wrapper .low--list .list-box--lung .list-box__right tbody td {
  background: #eee7df;
}
.wrapper .low--list .list-box--lung .list-box__right tbody td.link {
  color: #a98667;
}
.wrapper .low--list .list-box--lung .list-box__bottom {
  background: #eee7df;
}
.wrapper .low--list .list-box--hiv .list-box__left thead th {
  background: #de829a;
}
.wrapper .low--list .list-box--hiv .list-box__left tbody th,
.wrapper .low--list .list-box--hiv .list-box__left tbody td {
  background: #f9e9ec;
}
.wrapper .low--list .list-box--hiv .list-box__right thead th.this {
  background: #de829a;
}
.wrapper .low--list .list-box--hiv .list-box__right tbody th,
.wrapper .low--list .list-box--hiv .list-box__right tbody td {
  background: #f9e9ec;
}
.wrapper .low--list .list-box--hiv .list-box__right tbody td.link {
  color: #de829a;
}
.wrapper .low--list .list-box--hiv .list-box__bottom {
  background: #f9e9ec;
}
.wrapper .low--list .list-box--thrombus .list-box__left thead th {
  background: #de829a;
}
.wrapper .low--list .list-box--thrombus .list-box__left tbody th,
.wrapper .low--list .list-box--thrombus .list-box__left tbody td {
  background: #f9e9ec;
}
.wrapper .low--list .list-box--thrombus .list-box__right thead th.this {
  background: #de829a;
}
.wrapper .low--list .list-box--thrombus .list-box__right tbody th,
.wrapper .low--list .list-box--thrombus .list-box__right tbody td {
  background: #f9e9ec;
}
.wrapper .low--list .list-box--thrombus .list-box__right tbody td.link {
  color: #de829a;
}
.wrapper .low--list .list-box--premature .list-box__left thead th {
  background: #78ad71;
}
.wrapper .low--list .list-box--premature .list-box__left tbody th,
.wrapper .low--list .list-box--premature .list-box__left tbody td {
  background: #e6efe3;
}
.wrapper .low--list .list-box--premature .list-box__right thead th.this {
  background: #78ad71;
}
.wrapper .low--list .list-box--premature .list-box__right tbody th,
.wrapper .low--list .list-box--premature .list-box__right tbody td {
  background: #e6efe3;
}
.wrapper .low--list .list-box--premature .list-box__right tbody td.link {
  color: #78ad71;
}
.wrapper .low--list .list-box table {
  width: 100%;
  line-height: 1.2;
}
.wrapper .low--list .list-box table th,
.wrapper .low--list .list-box table td {
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-box table td.link {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper .low--list .list-box table td.link--document {
    display: table-cell;
  }
}
.wrapper .low--list .list-box table td.link--graph-no {
  color: #000 !important;
}
.wrapper .low--list .C1 .list-box__left thead th,
.wrapper .low--list .C1 .list-box__right thead th.this {
  background: #2078a1;
}
.wrapper .low--list .C1 .list-box__left tbody th,
.wrapper .low--list .C1 .list-box__left tbody td,
.wrapper .low--list .C1 .list-box__right tbody td,
.wrapper .low--list .C1 table td.link .graph {
  background: #dae2ec;
}
.wrapper .low--list .C1 table td.link {
  color: #2078a1;
}
.wrapper .low--list .C1 table td.link .graph-arrow:after {
  border-color: transparent transparent transparent #dae2ec !important;
}
.wrapper .low--list .D1 .list-box__left thead th,
.wrapper .low--list .D1 .list-box__right thead th.this {
  background: #2bb7b3;
}
.wrapper .low--list .D1 .list-box__left tbody th,
.wrapper .low--list .D1 .list-box__left tbody td,
.wrapper .low--list .D1 .list-box__right tbody td,
.wrapper .low--list .D1 table td.link .graph {
  background: #e2f2f1;
}
.wrapper .low--list .D1 table td.link {
  color: #2bb7b3;
}
.wrapper .low--list .D1 table td.link .graph-arrow:after {
  border-color: transparent transparent transparent #e2f2f1 !important;
}
.wrapper .low--list .D2 .list-box__left thead th,
.wrapper .low--list .D2 .list-box__right thead th.this {
  background: #eb6d8e;
}
.wrapper .low--list .D2 .list-box__left tbody th,
.wrapper .low--list .D2 .list-box__left tbody td,
.wrapper .low--list .D2 .list-box__right tbody td,
.wrapper .low--list .D2 table td.link .graph {
  background: #fce7eb;
}
.wrapper .low--list .D2 table td.link {
  color: #eb6d8e;
}
.wrapper .low--list .D2 table td.link .graph-arrow:after {
  border-color: transparent transparent transparent #fce7eb !important;
}
.wrapper .low--list .D3 .list-box__left thead th,
.wrapper .low--list .D3 .list-box__right thead th.this {
  background: #f08300;
}
.wrapper .low--list .D3 .list-box__left tbody th,
.wrapper .low--list .D3 .list-box__left tbody td,
.wrapper .low--list .D3 .list-box__right tbody td,
.wrapper .low--list .D3 table td.link .graph {
  background: #fde8d0;
}
.wrapper .low--list .D3 table td.link {
  color: #f08300;
}
.wrapper .low--list .D3 table td.link .graph-arrow:after {
  border-color: transparent transparent transparent #fde8d0 !important;
}
.wrapper .low--list .D4 .list-box__left thead th,
.wrapper .low--list .D4 .list-box__right thead th.this {
  background: #3071b9;
}
.wrapper .low--list .D4 .list-box__left tbody th,
.wrapper .low--list .D4 .list-box__left tbody td,
.wrapper .low--list .D4 .list-box__right tbody td,
.wrapper .low--list .D4 table td.link .graph {
  background: #dce1f2;
}
.wrapper .low--list .D4 table td.link {
  color: #3071b9;
}
.wrapper .low--list .D4 table td.link .graph-arrow:after {
  border-color: transparent transparent transparent #dce1f2 !important;
}
.wrapper .low--list .D5 .list-box__left thead th,
.wrapper .low--list .D5 .list-box__right thead th.this {
  background: #796baf;
}
.wrapper .low--list .D5 .list-box__left tbody th,
.wrapper .low--list .D5 .list-box__left tbody td,
.wrapper .low--list .D5 .list-box__right tbody td,
.wrapper .low--list .D5 table td.link .graph {
  background: #e4e1f0;
}
.wrapper .low--list .D5 table td.link {
  color: #796baf;
}
.wrapper .low--list .D5 table td.link .graph-arrow:after {
  border-color: transparent transparent transparent #e4e1f0 !important;
}
.wrapper .low--list .D6 .list-box__left thead th,
.wrapper .low--list .D6 .list-box__right thead th.this {
  background: #de829a;
}
.wrapper .low--list .D6 .list-box__left tbody th,
.wrapper .low--list .D6 .list-box__left tbody td,
.wrapper .low--list .D6 .list-box__right tbody td,
.wrapper .low--list .D6 table td.link .graph {
  background: #f9e9ec;
}
.wrapper .low--list .D6 table td.link {
  color: #de829a;
}
.wrapper .low--list .D6 table td.link .graph-arrow:after {
  border-color: transparent transparent transparent #f9e9ec !important;
}
.wrapper .low--list .D7 .list-box__left thead th,
.wrapper .low--list .D7 .list-box__right thead th.this {
  background: #a98667;
}
.wrapper .low--list .D7 .list-box__left tbody th,
.wrapper .low--list .D7 .list-box__left tbody td,
.wrapper .low--list .D7 .list-box__right tbody td,
.wrapper .low--list .D7 table td.link .graph {
  background: #eee7df;
}
.wrapper .low--list .D7 table td.link {
  color: #a98667;
}
.wrapper .low--list .D7 table td.link .graph-arrow:after {
  border-color: transparent transparent transparent #eee7df !important;
}
.wrapper .low--list .D8 .list-box__left thead th,
.wrapper .low--list .D8 .list-box__right thead th.this {
  background: #78ad71;
}
.wrapper .low--list .D8 .list-box__left tbody th,
.wrapper .low--list .D8 .list-box__left tbody td,
.wrapper .low--list .D8 .list-box__right tbody td,
.wrapper .low--list .D8 table td.link .graph {
  background: #e6efe3;
}
.wrapper .low--list .D8 table td.link {
  color: #78ad71;
}
.wrapper .low--list .D8 table td.link .graph-arrow:after {
  border-color: transparent transparent transparent #e6efe3 !important;
}
.wrapper .low--list .D9 .list-box__left thead th,
.wrapper .low--list .D9 .list-box__right thead th.this {
  background: #2078a1;
}
.wrapper .low--list .D9 .list-box__left tbody th,
.wrapper .low--list .D9 .list-box__left tbody td,
.wrapper .low--list .D9 .list-box__right tbody td,
.wrapper .low--list .D9 table td.link .graph {
  background: #dae2ec;
}
.wrapper .low--list .D9 table td.link {
  color: #2078a1;
}
.wrapper .low--list .D9 table td.link .graph-arrow:after {
  border-color: transparent transparent transparent #e6efe3 !important;
}
.wrapper .low--list--pdf {
  font-family: "IPAゴシック", "IPAGothic";
  width: 1050px;
}
.wrapper .low--list--pdf h2 {
  font-size: 30px;
  font-weight: normal;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 10px 0;
}
.wrapper .low--list--pdf .list-front {
  margin-top: 40px;
}
.wrapper .low--list--pdf .list-name {
  float: left;
  display: block;
  width: 515px;
  margin: 0 80px 0 0;
}
.wrapper .low--list--pdf .list-name table {
  width: 100%;
}
.wrapper .low--list--pdf .list-name table:last-child {
  margin: 0;
}
.wrapper .low--list--pdf .list-name table thead th {
  height: 20px;
  font-size: 14px;
}
.wrapper .low--list--pdf .list-name table tbody tr {
  border: solid 2px #fff;
}
.wrapper .low--list--pdf .list-name table tbody th,
.wrapper .low--list--pdf .list-name table tbody td {
  width: auto;
  font-size: 12px;
  border: solid 2px #fff;
}
.wrapper .low--list--pdf .list-name table tbody th {
  width: 100px;
}
.wrapper .low--list--pdf .list-name table tbody td.name {
  height: 40px;
  font-size: 15px;
}
.wrapper .low--list--pdf .list-name table tbody td.atte {
  font-size: 10px;
}
.wrapper .low--list--pdf .list-organ {
  float: right;
  width: 455px;
  height: 145px;
  border: solid 1px #000;
  box-sizing: border-box;
  padding: 15px;
}
.wrapper .low--list--pdf .list-organ dl dt {
  float: left;
  width: 20%;
  font-size: 14px;
  margin-right: 5%;
}
.wrapper .low--list--pdf .list-organ dl dd {
  float: right;
  width: 75%;
}
.wrapper .low--list--pdf .list-organ dl dd h3 {
  font-size: 14px;
  margin-bottom: 5px;
}
.wrapper .low--list--pdf .list-organ dl dd p {
  font-size: 12px;
}
.wrapper .low--list--pdf .list-diseases h2 {
  font-weight: bold;
  margin-top: 40px;
  padding: 10px 10px;
  border: none;
}
.wrapper .low--list--pdf .C1 {
  background: #2078a1;
}
.wrapper .low--list--pdf .C2 {
  background: #cc6882;
}
.wrapper .low--list--pdf .C3 {
  background: #a98667;
}
.wrapper .low--list--pdf .list-box {
  display: block;
  margin-top: 25px;
}
.wrapper .low--list--pdf .list-box__left {
  width: 100%;
}
.wrapper .low--list--pdf .list-box .list-box__left table .thead th {
  color: #fff;
  border: none;
  border-right: solid 4px #fff;
  font-size: 14px;
}
.wrapper .low--list--pdf .list-box .list-box__left table .thead th.this {
  width: auto;
  text-align: center;
  border-right: solid 4px #fff;
}
.wrapper .low--list--pdf .list-box__left .pdf-empty {
  background: none !important;
}
.wrapper .low--list--pdf .list-box .list-box__left table .thead th.past {
  color: #000;
  border: solid 2px #000;
  background: none !important;
  text-align: center;
}
.wrapper .low--list--pdf .list-box .list-box__left table .head td {
  font-size: 12px;
  background: #fff;
  font-weight: bold;
}
.wrapper .low--list--pdf .list-box .list-box__left table thead th {
  border-left: solid 2px #fff;
  border-right: solid 2px #fff;
  box-sizing: border-box;
}
.wrapper .low--list--pdf .list-box__left table .head td.item {
  width: 22%;
  background: #fff;
}
.wrapper .low--list--pdf .list-box .list-box__left table .head td.normal {
  width: 23%;
}
.wrapper .low--list--pdf .list-box__left table .head td.range {
  width: 15%;
  background: #fff;
}
.wrapper .low--list--pdf .list-box__left table .head td.unit {
  width: 8%;
  background: #fff;
}
.wrapper .low--list--pdf .list-box__left table tbody th,
.wrapper .low--list--pdf .list-box__left table tbody td {
  font-size: 12px;
}
.wrapper .low--list--pdf .list-box__left--wide {
  width: 100%;
}
.wrapper .low--list--pdf .list-box__left .interview {
  width: 45.5%;
}
.wrapper .low--list--pdf .list-box .list-box__left tbody .head .date {
  width: 10%;
  background: #fff;
}
.wrapper .low--list--pdf .list-box__left .date--interview {
  width: 10.9%;
}
.wrapper .low--list--pdf .list-box .list-box__left tbody .head .findings {
  width: 5%;
  background: #fff;
}
.wrapper .low--list--pdf .list-box__bottom {
  width: 628px;
  font-size: 10px;
  padding: 0;
}
.wrapper .low--list--pdf .list-box__bottom div {
  padding: 14px;
}
.wrapper .low--list--pdf .list-box__bottom .D1 {
  background: #e2f2f1;
}
.wrapper .low--list--pdf .list-box__bottom .D2 {
  background: #fce7eb;
}
.wrapper .low--list--pdf .list-box__bottom .D3 {
  background: #fde8d0;
}
.wrapper .low--list--pdf .list-box__bottom .D4 {
  background: #dce1f2;
}
.wrapper .low--list--pdf .list-box__bottom .D5 {
  background: #e4e1f0;
}
.wrapper .low--list--pdf .list-box__bottom .D6 {
  background: #f9e9ec;
}
.wrapper .low--list--pdf .list-box__bottom .D7 {
  background: #eee7df;
}
.wrapper .low--list--pdf .list-box__bottom .D8 {
  background: #e6efe3;
}
.wrapper .low--list--pdf .list-box__bottom .D9 {
  background: #dae2ec;
}
.wrapper .low--list--pdf .list-box__bottom--wide {
  width: 100%;
  font-size: 10px;
  padding: 0;
}
.wrapper .low--list--pdf .list-box__bottom--wide div {
  padding: 14px;
}
.wrapper .low--list--pdf .list-box__bottom--wide .D1 {
  background: #e2f2f1;
}
.wrapper .low--list--pdf .list-box__bottom--wide .D2 {
  background: #fce7eb;
}
.wrapper .low--list--pdf .list-box__bottom--wide .D3 {
  background: #fde8d0;
}
.wrapper .low--list--pdf .list-box__bottom--wide .D4 {
  background: #dce1f2;
}
.wrapper .low--list--pdf .list-box__bottom--wide .D5 {
  background: #e4e1f0;
}
.wrapper .low--list--pdf .list-box__bottom--wide .D6 {
  background: #f9e9ec;
}
.wrapper .low--list--pdf .list-box__bottom--wide .D7 {
  background: #eee7df;
}
.wrapper .low--list--pdf .list-box__bottom--wide .D8 {
  background: #e6efe3;
}
.wrapper .low--list--pdf .list-box__bottom--wide .D9 {
  background: #dae2ec;
}
.wrapper .low--list--pdf .C1 .list-box__left .thead th {
  background: #2078a1;
}
.wrapper .low--list--pdf .C1 .list-box__left tbody th,
.wrapper .low--list--pdf .C1 .list-box__left tbody td,
.wrapper .low--list--pdf .C1 .list-box__right tbody td,
.wrapper .low--list--pdf .C1 table td.link .graph {
  background: #dae2ec;
}
.wrapper .low--list--pdf .C1 table td.link {
  color: #2078a1;
}
.wrapper .low--list--pdf .C1 table td.link .graph-arrow:after {
  border-color: transparent transparent transparent #dae2ec !important;
}
.wrapper .low--list--pdf .D1 .list-box__left .thead th {
  background: #2bb7b3;
}
.wrapper .low--list--pdf .D1 .list-box__left tbody th,
.wrapper .low--list--pdf .D1 .list-box__left tbody td,
.wrapper .low--list--pdf .D1 .list-box__right tbody td,
.wrapper .low--list--pdf .D1 table td.link .graph {
  background: #e2f2f1;
}
.wrapper .low--list--pdf .D1 table td.link {
  color: #2bb7b3;
}
.wrapper .low--list--pdf .D1 table td.link .graph-arrow:after {
  border-color: transparent transparent transparent #e2f2f1 !important;
}
.wrapper .low--list--pdf .D2 .list-box__left .thead th {
  background: #eb6d8e;
}
.wrapper .low--list--pdf .D2 .list-box__left tbody th,
.wrapper .low--list--pdf .D2 .list-box__left tbody td,
.wrapper .low--list--pdf .D2 .list-box__right tbody td,
.wrapper .low--list--pdf .D2 table td.link .graph {
  background: #fce7eb;
}
.wrapper .low--list--pdf .D2 table td.link {
  color: #eb6d8e;
}
.wrapper .low--list--pdf .D2 table td.link .graph-arrow:after {
  border-color: transparent transparent transparent #fce7eb !important;
}
.wrapper .low--list--pdf .D3 .list-box__left .thead th {
  background: #f08300;
}
.wrapper .low--list--pdf .D3 .list-box__left tbody th,
.wrapper .low--list--pdf .D3 .list-box__left tbody td,
.wrapper .low--list--pdf .D3 .list-box__right tbody td,
.wrapper .low--list--pdf .D3 table td.link .graph {
  background: #fde8d0;
}
.wrapper .low--list--pdf .D3 table td.link {
  color: #f08300;
}
.wrapper .low--list--pdf .D3 table td.link .graph-arrow:after {
  border-color: transparent transparent transparent #fde8d0 !important;
}
.wrapper .low--list--pdf .D4 .list-box__left .thead th {
  background: #3071b9;
}
.wrapper .low--list--pdf .D4 .list-box__left tbody th,
.wrapper .low--list--pdf .D4 .list-box__left tbody td,
.wrapper .low--list--pdf .D4 .list-box__right tbody td,
.wrapper .low--list--pdf .D4 table td.link .graph {
  background: #dce1f2;
}
.wrapper .low--list--pdf .D4 table td.link {
  color: #3071b9;
}
.wrapper .low--list--pdf .D4 table td.link .graph-arrow:after {
  border-color: transparent transparent transparent #dce1f2 !important;
}
.wrapper .low--list--pdf .D5 .list-box__left .thead th {
  background: #796baf;
}
.wrapper .low--list--pdf .D5 .list-box__left tbody th,
.wrapper .low--list--pdf .D5 .list-box__left tbody td,
.wrapper .low--list--pdf .D5 .list-box__right tbody td,
.wrapper .low--list--pdf .D5 table td.link .graph {
  background: #e4e1f0;
}
.wrapper .low--list--pdf .D5 table td.link {
  color: #796baf;
}
.wrapper .low--list--pdf .D5 table td.link .graph-arrow:after {
  border-color: transparent transparent transparent #e4e1f0 !important;
}
.wrapper .low--list--pdf .D6 .list-box__left .thead th {
  background: #de829a;
}
.wrapper .low--list--pdf .D6 .list-box__left tbody th,
.wrapper .low--list--pdf .D6 .list-box__left tbody td,
.wrapper .low--list--pdf .D6 .list-box__right tbody td,
.wrapper .low--list--pdf .D6 table td.link .graph {
  background: #f9e9ec;
}
.wrapper .low--list--pdf .D6 table td.link {
  color: #de829a;
}
.wrapper .low--list--pdf .D6 table td.link .graph-arrow:after {
  border-color: transparent transparent transparent #f9e9ec !important;
}
.wrapper .low--list--pdf .D7 .list-box__left .thead th {
  background: #a98667;
}
.wrapper .low--list--pdf .D7 .list-box__left tbody th,
.wrapper .low--list--pdf .D7 .list-box__left tbody td,
.wrapper .low--list--pdf .D7 .list-box__right tbody td,
.wrapper .low--list--pdf .D7 table td.link .graph {
  background: #eee7df;
}
.wrapper .low--list--pdf .D7 table td.link {
  color: #a98667;
}
.wrapper .low--list--pdf .D7 table td.link .graph-arrow:after {
  border-color: transparent transparent transparent #eee7df !important;
}
.wrapper .low--list--pdf .D8 .list-box__left .thead th {
  background: #78ad71;
}
.wrapper .low--list--pdf .D8 .list-box__left tbody th,
.wrapper .low--list--pdf .D8 .list-box__left tbody td,
.wrapper .low--list--pdf .D8 .list-box__right tbody td,
.wrapper .low--list--pdf .D8 table td.link .graph {
  background: #e6efe3;
}
.wrapper .low--list--pdf .D8 table td.link {
  color: #78ad71;
}
.wrapper .low--list--pdf .D8 table td.link .graph-arrow:after {
  border-color: transparent transparent transparent #e6efe3 !important;
}
.wrapper .low--list--pdf .D9 .list-box__left .thead th {
  background: #2078a1;
}
.wrapper .low--list--pdf .D9 .list-box__left tbody th,
.wrapper .low--list--pdf .D9 .list-box__left tbody td,
.wrapper .low--list--pdf .D9 .list-box__right tbody td,
.wrapper .low--list--pdf .D9 table td.link .graph {
  background: #dae2ec;
}
.wrapper .low--list--pdf .D9 table td.link {
  color: #2078a1;
}
.wrapper .low--list--pdf .D9 table td.link .graph-arrow:after {
  border-color: transparent transparent transparent #e6efe3 !important;
}
.wrapper .low .pankuzu {
  font-weight: normal;
  margin-top: 10px;
  padding: 0 30px;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .wrapper .low .pankuzu {
    padding: 0 10px;
  }
}
.wrapper .low .pankuzu ul {
  display: flex;
}
.wrapper .low .pankuzu ul li {
  margin-right: 2px;
}
.wrapper .low .pankuzu ul li:not(:last-child):after {
  content: "＞";
  padding-left: 2px;
}
.wrapper .low .btn-backtop {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .wrapper .low .btn-backtop img {
    width: 100px;
  }
}
.wrapper .low .footer {
  margin-top: 40px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 60px;
}
.wrapper .low .footer h1 {
  width: calc(100% - 88px);
  background: none;
  text-align: left;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .wrapper .low .footer h1 {
    width: calc(100% - 60px);
  }
}
.wrapper .low .footer h1 span {
  display: inline-block;
  width: 100%;
  border: solid 2px #00a0e9;
  padding: 8px 22px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .wrapper .low .footer h1 span {
    padding: 6px 10px;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper .low .footer h1 span img {
    width: 60%;
  }
}
.wrapper .low .footer__pagetop {
  display: block;
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .wrapper .low .footer__pagetop {
    width: 50px;
  }
}
.wrapper .online {
  min-width: 1150px;
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック",
    MS PGothic, " sans-serif";
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .wrapper .online {
    min-width: auto;
  }
}
.wrapper .online__front {
  width: 1100px;
  margin: 0 auto;
  padding-top: 30px;
  color: #727171;
}
@media only screen and (max-width: 768px) {
  .wrapper .online__front {
    width: auto;
    padding: 30px 30px 0 30px;
  }
}
.wrapper .online__front h2 {
  font-size: 30px;
  border-bottom: solid 2px #00a0e9;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .wrapper .online__front h2 {
    font-size: 20px;
  }
}
.wrapper .online__front p {
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  .wrapper .online__front p {
    font-size: 15px;
    padding: 0 45px;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper .online__section01 {
    padding: 0 30px;
  }
}
.wrapper .online__section01__text01 {
  font-size: 15px;
  color: #00a0e9;
  line-height: 2.2;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .wrapper .online__section01__text01 {
    font-size: 11px;
  }
}
.wrapper .online__section01__text01 span {
  display: block;
  color: #e95383;
  margin-bottom: 5px;
}
.wrapper .online__section01__text02 {
  font-size: 15px;
  line-height: 2;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .wrapper .online__section01__text02 {
    font-size: 11px;
  }
}
.wrapper .online__section01__text02 span {
  display: block;
  color: #e95383;
  margin-bottom: 10px;
}
.wrapper .online__section01 h3 {
  margin: 15px 0 20px 0;
}
.wrapper .online__section01 h3 img {
  width: 450px;
}
.wrapper .online__section01__text03 {
  font-size: 14px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .wrapper .online__section01__text03 {
    font-size: 11px;
  }
}
.wrapper .online__section01__text03 span {
  display: block;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .wrapper .online__section01__text03 span {
    font-size: 13px;
  }
}
.wrapper .online__section01__text03 span strong {
  display: block;
  color: #e95383;
}
.wrapper .online__section01__text04 {
  font-size: 14px;
  line-height: 2;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .wrapper .online__section01__text04 {
    font-size: 11px;
  }
}
.wrapper .online__section01__text04 span {
  display: block;
  font-size: 16px;
  color: #e95383;
}
@media only screen and (max-width: 768px) {
  .wrapper .online__section01__text04 span {
    font-size: 11px;
  }
}
.wrapper .online__section01 a {
  display: inline-block;
  margin: 20px 0;
}
.wrapper .online__section01 a img {
  width: 350px;
}
@media only screen and (max-width: 768px) {
  .wrapper .online__section01 a img {
    width: 250px;
  }
}
.wrapper .online__section01__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .wrapper .online__section01__box {
    display: block;
    padding: 0 40px;
  }
}
.wrapper .online__section01__box__pic {
  width: 300px;
  margin-right: 25px;
}
@media only screen and (max-width: 768px) {
  .wrapper .online__section01__box__pic {
    width: auto;
    margin: 10px 0 20px 0;
  }
}
.wrapper .online__section01__box__text {
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .wrapper .online__section01__box__text {
    font-size: 12px;
  }
}
.wrapper .online__section01__box__text ul li {
  position: relative;
  margin-bottom: 15px;
}
.wrapper .online__section01__box__text ul li:first-child:before {
  content: "1";
  position: absolute;
  left: -10px;
}
.wrapper .online__section01__box__text ul li:last-child:before {
  content: "2";
  position: absolute;
  left: -10px;
}
.wrapper .online__section01__box__text ul li span {
  color: #e95383;
}
.wrapper .online__section02 {
  margin-top: 45px;
}
.wrapper .online__section02__front {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .wrapper .online__section02__front {
    margin-bottom: 40px;
  }
}
.wrapper .online__section02__front h2 {
  border-top: solid 2px #00a0e9;
  border-bottom: solid 2px #00a0e9;
  padding: 10px 0;
  margin-bottom: 20px;
}
.wrapper .online__section02__front h2 img {
  width: 350px;
}
@media only screen and (max-width: 768px) {
  .wrapper .online__section02__front h2 img {
    width: 250px;
  }
}
.wrapper .online__section02__front p {
  display: flex;
  text-align: left;
  justify-content: center;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .wrapper .online__section02__front p {
    display: block;
    padding: 0 30px;
    font-size: 12px;
  }
}
.wrapper .online__section02 .online__subsection01 {
  width: 1100px;
  margin: 0 auto 25px auto;
}
@media only screen and (max-width: 768px) {
  .wrapper .online__section02 .online__subsection01 {
    width: auto;
    padding: 0 30px;
  }
}
.wrapper .online__section02 .online__subsection01 h3 {
  position: relative;
  text-align: left;
  font-size: 20px;
  border-bottom: solid 2px #00a0e9;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .wrapper .online__section02 .online__subsection01 h3 {
    font-size: 15px;
    border: none;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper .online__section02 .online__subsection01 h3:before {
    content: "";
    position: absolute;
    top: 6px;
    display: block;
    width: 100%;
    height: 2px;
    background: #00a0e9;
    z-index: -1;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper .online__section02 .online__subsection01 h3 span {
    background: #fff;
    padding-right: 5px;
  }
}
.wrapper .online__section02 .online__subsection01__block {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .wrapper .online__section02 .online__subsection01__block {
    display: block;
  }
}
.wrapper .online__section02 .online__subsection01__block .online__subsection01__box {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .wrapper .online__section02 .online__subsection01__block .online__subsection01__box {
    width: auto;
    padding: 0 50px;
    margin-bottom: 40px;
  }
}
.wrapper .online__section02 .online__subsection01__block .online__subsection01__box:not(:last-child) {
  margin-right: 5%;
}
.wrapper .online__section02 .online__subsection01__block .online__subsection01__box__text {
  margin-bottom: 15px;
}
.wrapper .online__section02 .online__subsection01__block .online__subsection01__box__text h4 {
  font-size: 14px;
  color: #00a0e9;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .wrapper .online__section02 .online__subsection01__block .online__subsection01__box__text h4 {
    font-size: 13px;
  }
}
.wrapper .online__section02 .online__subsection01__block .online__subsection01__box__text h4 span {
  display: block;
  color: #8fc31f;
  margin-bottom: 15px;
}
.wrapper .online__section02 .online__subsection01__block .online__subsection01__box__text p {
  font-size: 10px;
  line-height: 1.8;
}
.wrapper .online__section02 .online__subsection02 {
  width: 1100px;
  margin: 0 auto 40px auto;
}
@media only screen and (max-width: 768px) {
  .wrapper .online__section02 .online__subsection02 {
    width: auto;
    padding: 0 30px;
  }
}
.wrapper .online__section02 .online__subsection02 h3 {
  position: relative;
  text-align: left;
  font-size: 20px;
  border-bottom: solid 2px #00a0e9;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .wrapper .online__section02 .online__subsection02 h3 {
    font-size: 15px;
    border: none;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper .online__section02 .online__subsection02 h3:before {
    content: "";
    position: absolute;
    top: 6px;
    display: block;
    width: 100%;
    height: 2px;
    background: #00a0e9;
    z-index: -1;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper .online__section02 .online__subsection02 h3 span {
    background: #fff;
    padding-right: 5px;
  }
}
.wrapper .online__section02 .online__subsection02__block {
  display: flex;
  flex-wrap: wrap;
}
.wrapper .online__section02 .online__subsection02__block .online__subsection02__box {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .wrapper .online__section02 .online__subsection02__block .online__subsection02__box {
    width: 47.5%;
    margin-right: 5%;
  }
}
@media only screen and (min-width: 769px) {
  .wrapper .online__section02 .online__subsection02__block .online__subsection02__box:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper .online__section02 .online__subsection02__block .online__subsection02__box:nth-child(2n) {
    margin-right: 0;
  }
}
.wrapper .online__copy {
  background: #00a0e9;
  text-align: center;
}
.wrapper .online__copy p {
  font-size: 12px;
  font-weight: bold;
  font-family: Verdana;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .wrapper .online__copy p {
    font-size: 2vw;
  }
}

.wrapper .low .findings_guide {
  width: 100%;
  margin-top: 40px;
}
.wrapper .low .findings_guide.scroll {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
.wrapper .low .findings_guide > div {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
.wrapper .low .findings_guide_item,
.wrapper .low .findings_guide_item > * {
  display: flex;
}
.wrapper .low .findings_guide_item {
  align-items: stretch;
  width: 296px;
}
.wrapper .low .findings_guide_item > * {
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 2px;
  background: white;
}
.wrapper .low .findings_guide_left > * {
  border: 10px solid rgb(220, 218, 72);
}
.wrapper .low .findings_guide_right > * {
  border: 10px solid rgb(233, 147, 243);
}
.wrapper .low .findings_guide_item img {
  max-width: 120px;
  margin-right: 10px;
}
.wrapper .low .findings_guide_item > * > span {
  max-width: 5.2em;
  font-size: 1.8rem;
  text-align: center;
}
.wrapper .low .findings_guide_left > * > span > span {
  background: linear-gradient(transparent 50%, rgba(253, 243, 207, 1) 50%);
}
.wrapper .low .findings_guide_right > * > span > span {
  background: linear-gradient(transparent 50%, rgba(252, 239, 245, 1) 50%);
}

@media only screen and (max-width: 768px) {
  .wrapper .low .findings_guide > div {
    width: auto;
    min-height: 80px;
  }
  .wrapper .low .findings_guide_item {
    width: 50%;
  }
  .wrapper .low .findings_guide_item > * {
  }
  .wrapper .low .findings_guide_item img {
    max-width: 50px;
    margin-right: 0;
  }
  .wrapper .low .findings_guide_item > * > span {
    font-size: 3.4vw;
    width: 50%;
  }
  .wrapper .low .footer {
    padding-bottom: 200px;
  }
}

/* .wrapper .low .pankuzu  {
  display: flex;
  justify-content: space-between;
} */

.wrapper .result-plain {
  padding: 3em 2em;
}

.wrapper .low .large-category {
  margin: 50px 0 -50px 0;
  font-size: 160%;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .wrapper .low .large-category {
    margin: 50px 10px -50px 10px;
  }
}

.wrapper .low--list .header__left .mobile {
  display: none;
}

.wrapper .low--list .header__right {
  position: relative;
}

.wrapper .low--list .header__right .trans {
  background: #e7336e url(../../assets/img/icon_print.png) left 14px center no-repeat;
  font-size: 30px;
  text-align: right;
  color: #fff;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 15px;
  display: block;
}
.wrapper .low--list .header__right .trans span:last-child {
  display: none;
}

.wrapper .low--list .header__right .show-plain {
  display: inline-block;
  border: 2px solid silver;
  border-radius: 6px;
  padding: 5px 10px;
  text-align: center;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .wrapper .low--list .header {
    position: relative;
  }
  .wrapper .low--list .header__left .mobile {
    display: block;
    position: absolute;
    top: 3px;
    right: 5px;
  }
  .wrapper .low--list .header__left .mobile img:last-child {
    display: none;
  }
  .wrapper .low--list .header__left .mobile.open img:first-child {
    display: none;
  }
  .wrapper .low--list .header__left .mobile.open img:last-child {
    display: inline;
  }

  .wrapper .low--list .header__right {
    width: auto;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 5px;
    background: white;
  }
  .wrapper .low--list .header__right.open {
    display: block;
  }
  .wrapper .low--list .header__right .trans,
  .wrapper .low--list .header__right .show-plain {
    font-size: 76%;
  }
  .wrapper .low--list .header__right .trans {
    background: none;
    display: inline-block;
    border: 2px solid silver;
    border-radius: 6px;
    padding: 5px 10px;
    text-align: center;
    color: inherit;
  }
  .wrapper .low--list .header__right .trans span:first-child {
    display: none;
  }
  .wrapper .low--list .header__right .trans span:last-child {
    display: inline;
  }
  .wrapper .low--list .header__right .show-plain {
    position: static;
    margin-top: 0;
  }
}
