@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

.margin02 {
  margin-bottom: 2px !important;
}
.margin05 {
  margin-bottom: 5px !important;
}
.margin06 {
  margin-bottom: 6px !important;
}
.margin08 {
  margin-bottom: 8px !important;
}
.margin10 {
  margin-bottom: 10px !important;
}
.margin15 {
  margin-bottom: 15px !important;
}
.margin20 {
  margin-bottom: 20px !important;
}
.margin30 {
  margin-bottom: 30px !important;
}
.margin40 {
  margin-bottom: 40px !important;
}

#Internal {
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", "Noto Sans JP";
}

/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#Internal a {
  color: #282828;
  transition: 0.3s;
  -webkit−transition: 0.3s;
}
#Internal a:hover {
  opacity: 0.6;
}

#Internal strong {
  font-weight: 700;
  color: #f9b500;
}
#Internal .btn {
  width: 100%;
  display: block;
  margin: 10px auto;
}
#Internal .btn a {
  margin: 0 auto;
  text-align: center;
  max-width: 350px;
  width: 100%;
  display: block;
  background: #f9b500
    url("/wp-content/themes/twentytwentyone-child/asset/img/dm/arrow.svg")
    no-repeat 96% center;
  background-size: 26px;
  color: #fff;
  padding: 20px 30px 20px 10px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-size: 20px;
  font-weight: 700;
}
#Internal .btn a:hover {
  display: block;
  background: #fff
    url("/wp-content/themes/twentytwentyone-child/asset/img/dm/arrow.svg")
    no-repeat 98% center;
  background-size: 26px;
  color: #f9b500;
}

/* テキスト装飾 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

#Internal table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

#Internal .anchor {
  margin: 30px 0;
}
#Internal .anchor ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: left;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#Internal .anchor li {
  background: #fff;
  border-radius: 10px;
  width: 24%;
  margin-right: 1.3%;

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

  transition: 0.3s;
  -webkit−transition: 0.3s;
}
#Internal .anchor li:nth-child(4n) {
  margin-right: 0%;
}
#Internal .anchor li a {
  display: block;
  padding: 20px;
  font-size: 15px;
  color: #f9b500;
  background: url("/wp-content/themes/twentytwentyone-child/asset/img/dm/arrow_bottom.svg")
    no-repeat 95% center;
  background-size: 10px;
}
#Internal .anchor li:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#Internal .box {
  margin: 15px 0;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#Internal .inner {
  max-width: 100%;
  padding: 40px;
  margin: 0 auto;
}
#Internal .cell {
  margin-bottom: 50px;
}
#Internal .cell:last-child {
  margin-bottom: 0;
}

#Internal .set {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#Internal .title {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #dadada;
}
#Internal .title h2 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #000;
}
#Internal .title p {
  font-size: 45px;
  color: #f9b500;
  font-weight: 700;
}

#Internal h3 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}

#Internal .mv {
}
#Internal .mv .textArea {
  float: left;
  width: 45%;
  text-align: center;
  padding-top: 80px;
  background-size: 90%;
}

/* 糖尿病 */
#Internal.diabetes .mv .textArea {
  background: url("/wp-content/themes/twentytwentyone-child/asset/img/dm/Diabetes-bg_text.svg")
    no-repeat center;
}

/* 呼吸器 */
#Internal.respiratory .mv .textArea {
  background: url("/wp-content/themes/twentytwentyone-child/asset/img/respiratory/Respiratory-BG_txt.svg")
    no-repeat center;
}

/* 循環器 */
#Internal.cardiology .mv .textArea {
  background: url("/wp-content/themes/twentytwentyone-child/asset/img/cardiology/Cardiology-BG_txt.svg")
    no-repeat center;
}

/* 甲状腺 */
#Internal.thyroid .mv .textArea {
  background: url("/wp-content/themes/twentytwentyone-child/asset/img/thyroid/Thyroid-BG_txt.svg")
    no-repeat center;
}

/* 血液 */
#Internal.hematology .mv .textArea {
  background: url("/wp-content/themes/twentytwentyone-child/asset/img/hematology/Hematology-BG_txt.svg")
    no-repeat center;
}

/* アレルギー */
#Internal.allergy .mv .textArea {
  background: url("/wp-content/themes/twentytwentyone-child/asset/img/allergy/Allergy-BG_txt.svg")
    no-repeat center;
}

/* 腎臓 */
#Internal.nephrology .mv .textArea {
  background: url("/wp-content/themes/twentytwentyone-child/asset/img/nephrology/Nephrology-BG_txt.svg")
    no-repeat center;
}

#Internal .mv .textArea dl {
  margin-bottom: 30px;
}
#Internal .mv .textArea dl dt {
  color: #f9b500;
  font-weight: 900;
  font-size: 50px;
  margin-bottom: 30px;
}
#Internal .mv .textArea dl dt span {
  font-size: 24px;
  display: block;
}
#Internal .mv .textArea dl dd {
}
#Internal .mv img {
  float: right;
  width: 55%;
}

#Internal .mv .schedule {
  margin-top: 30px;
  background: #fff;
  border-radius: 10px;
  padding: 6px;
  margin-bottom: 10px;
}
#Internal .mv .schedule th {
  text-align: center;
  background: #f9b500;
  padding: 20px;
  color: #fff;
  border-right: solid 1px #cf9124;
}
#Internal .mv .schedule th:last-child {
  border-right: none;
}
#Internal .mv .schedule td {
  text-align: center;
  padding: 20px;
  border-right: solid 1px #d5d5d5;
  border-top: solid 1px #d5d5d5;
}
#Internal .mv .schedule td:last-child {
  border-right: none;
}

#Internal .internal {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
}
#Internal .internal .read {
}
#Internal .internal .read h3 {
  font-size: 22px;
}
#Internal .internal .read p {
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
}
#Internal .internal .read dl {
  width: 49%;
  margin-right: 2%;
  border: solid 1px #dadada;
  text-align: center;
  padding: 20px;
}
#Internal .internal .read dl:last-child {
  margin-right: 0%;
}
#Internal .internal .read dl dt {
  width: 60px;
  margin: 0 auto;
}
#Internal .internal .read dl dd {
  color: #f9b500;
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}

#Internal .internal .box {
  background: #f2f2f2;
}
#Internal .internal .set {
  margin-bottom: 20px;
}
#Internal .internal .box dl {
  width: 49%;
  margin-right: 2%;
  text-align: center;
  padding: 30px;
  background: #fff;
}
#Internal .internal .box dl:last-child {
  margin-right: 0%;
}
#Internal .internal .box dl dt {
  color: #f9b500;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
#Internal .internal .box dl dd {
  font-size: 14px;
}
#Internal .internal .box p {
  font-weight: 700;
  margin-bottom: 20px;
}

#Internal .treat {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
}
#Internal .treat .textArea {
  float: left;
  width: 55%;
}
#Internal .treat .textArea h3 {
  text-align: left;
  font-size: 22px;
}
#Internal .treat .textArea .box {
  background: #f2f2f2;
}
#Internal .treat .textArea .box a {
  text-decoration: underline;
}
#Internal .treat .phtArea {
  float: right;
  width: 40%;
}

#Internal .features {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
}
#Internal .features .read {
  font-size: 22px;
}
#Internal .features .set {
  margin: 10px 0;
}
#Internal .features .set dl {
  width: 32%;
  margin-right: 2%;
  border: solid 1px #dadada;
  text-align: center;
  padding: 20px;
}
#Internal .features .set dl:last-child {
  margin-right: 0%;
}
#Internal .features .set dl dt {
  font-weight: 700;
  margin-bottom: 10px;
}
#Internal .features .set dl dd {
  color: #f9b500;
  font-size: 18px;
  font-weight: 900;
}

#Internal .features .cell {
  border-top: solid 1px #dadada;
  padding-top: 40px;
}
#Internal .features .cbox {
  padding-bottom: 40px;
}
#Internal .features .cell .textArea {
  float: left;
  width: 42%;
  padding: 20px 0px 40px 40px;
}
#Internal .features .cell .textArea h3 {
  text-align: left;
  font-size: 30px;
}
#Internal .features .cell .textArea h3 span {
  font-size: 16px;
  color: #f9b500;
  display: block;
}
#Internal .features .cell .textArea .box {
  background: #f2f2f2;
}
#Internal .features .cell .textArea .btnarea li {
  width: 49.5%;
  margin-right: 1%;
}
#Internal .features .cell .textArea .btnarea li:nth-child(2n) {
  margin-right: 0;
}
#Internal .features .cell .phtArea {
  float: right;
  width: 55%;
}

#Internal .features .cbox:nth-child(2) .textArea {
  float: right;
  width: 42%;
  padding: 20px 40px 40px 0px;
}
#Internal .features .cbox:nth-child(2) .textArea .box ul {
  width: 50%;
}

#Internal .features .cbox:nth-child(2) .phtArea {
  float: left;
  width: 55%;
}

#Internal .seeking {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
}
#Internal .seeking p.text {
  text-align: center;
  font-size: 17px;
  line-height: 2.4;

  margin-bottom: 60px;
}

#Internal .seeking .pht01 {
  width: 200px;
  position: absolute;
  top: 120px;
  left: 30px;
}
#Internal .seeking .pht02 {
  width: 200px;
  position: absolute;
  top: 250px;
  right: 50px;
}
#Internal .seeking .pht03 {
  width: 150px;
  position: absolute;
  bottom: 60px;
  right: 30px;
}

#Internal ul.dot {
  margin-bottom: 15px;
}
#Internal .box ul.dot {
  margin-bottom: 0;
}
#Internal ul.dot li {
  margin-bottom: 10px;
}
#Internal ul.dot li:last-child {
  margin-bottom: 0;
}
#Internal ul.dot li:last-child {
  margin-bottom: 0;
}
#Internal ul.dot li::before {
  display: inline-block;
  content: "";
  margin-top: 8px;
  margin-right: 7px;
  width: 8px;
  height: 8px;
  vertical-align: top;
  border-radius: 5px;
  background-color: #f9b500;
}

/* max 1023px */
@media screen and (max-width: 1023px) {
  #Internal {
    font-size: 14px;
    font-weight: 500;
  }

  #Internal .inner {
    padding: 5%;
  }

  #Internal .cell {
    margin-bottom: 30px;
  }
  #Internal .cell:last-child {
    margin-bottom: 0;
  }

  #Internal .title {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #dadada;
  }
  #Internal .title h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  #Internal .title p {
    font-size: 25px;
    color: #f9b500;
    font-weight: 700;
    line-height: 1.2;
  }

  #Internal h3 {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: left;
    color: #000;
    margin-bottom: 20px;
  }

  #Internal .btn {
    width: 100%;
    display: block;
    margin: 10px auto;
  }
  #Internal .btn a {
    margin: 0 auto;
    text-align: center;
    max-width: 350px;
    width: 100%;
    display: block;
    background: #f9b500
      url("/wp-content/themes/twentytwentyone-child/asset/img/dm/arrow.svg")
      no-repeat 96% center;
    background-size: 26px;
    color: #fff;
    padding: 20px 30px 20px 10px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
  }
  #Internal .btn a:hover {
    display: block;
    background: #fff
      url("/wp-content/themes/twentytwentyone-child/asset/img/dm/arrow.svg")
      no-repeat 98% center;
    background-size: 26px;
    color: #f9b500;
  }
  #Internal .anchor {
    margin: 5% 0;
  }
  #Internal .anchor ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: left;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #Internal .anchor li {
    background: #fff;
    border-radius: 10px;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

    transition: 0.3s;
    -webkit−transition: 0.3s;
  }
  #Internal .anchor li:nth-child(2n) {
    margin-right: 0%;
  }
  #Internal .anchor li a {
    display: block;
    padding: 20px;
    font-size: 15px;
    color: #f9b500;
    background: url("/wp-content/themes/twentytwentyone-child/asset/img/dm/arrow_bottom.svg")
      no-repeat 95% center;
    background-size: 10px;
  }
  #Internal .anchor li:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }

  #Internal .box {
    margin: 15px 0;
    background: #fff;
    border-radius: 10px;
    padding: 5%;
  }

  #Internal .mv {
  }
  #Internal .mv .textArea {
    float: none;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    padding-top: 80px;
    background: url("/wp-content/themes/twentytwentyone-child/asset/img/dm/bg_text.svg")
      no-repeat center;
    background-size: 90%;
  }
  #Internal .mv .textArea dl {
    margin-bottom: 30px;
  }
  #Internal .mv .textArea dl dt {
    color: #f9b500;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 30px;
  }
  #Internal .mv .textArea dl dt span {
    font-size: 24px;
    display: block;
  }
  #Internal .mv .textArea dl dd {
  }
  #Internal .mv img {
    float: none;
    width: 100%;
  }

  #Internal .mv .schedule {
    margin-top: 5%;
    background: #fff;
    border-radius: 10px;
    padding: 6px;
    margin-bottom: 10px;
    font-size: 12px;
  }
  #Internal .mv .schedule th {
    text-align: center;
    background: #f9b500;
    padding: 8px;
    color: #fff;
    border-right: solid 1px #cf9124;
  }
  #Internal .mv .schedule th:last-child {
    border-right: none;
  }
  #Internal .mv .schedule td {
    text-align: center;
    padding: 8px;
    border-right: solid 1px #d5d5d5;
    border-top: solid 1px #d5d5d5;
  }
  #Internal .mv .schedule td:last-child {
    border-right: none;
  }

  #Internal .internal {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: left;
  }
  #Internal .internal .read {
  }
  #Internal .internal .read h3 {
    font-size: 16px;
  }
  #Internal .internal .read p {
    text-align: left;
    font-size: 14px;
    margin-top: 20px;
  }
  #Internal .internal .read dl {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 2%;
    border: solid 1px #dadada;
    text-align: center;
    padding: 10px;
  }
  #Internal .internal .read dl:last-child {
    margin-right: 0%;
  }
  #Internal .internal .read dl dt {
    width: 40px;
    margin: 0 auto;
  }
  #Internal .internal .read dl dd {
    color: #f9b500;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
  }

  #Internal .internal .box {
    background: #f2f2f2;
  }
  #Internal .internal .set {
    margin-bottom: 20px;
  }
  #Internal .internal .box dl {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 2%;
    text-align: center;
    padding: 10px;
    background: #fff;
  }
  #Internal .internal .box dl:last-child {
    margin-right: 0%;
  }
  #Internal .internal .box dl dt {
    color: #f9b500;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
  }
  #Internal .internal .box dl dd {
    font-size: 12px;
  }
  #Internal .internal .box p {
    font-weight: 700;
    margin-bottom: 20px;
  }

  #Internal .treat {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
  }
  #Internal .treat .textArea {
    float: none;
    width: 100%;
  }
  #Internal .treat .textArea h3 {
    text-align: left;
    font-size: 18px;
  }
  #Internal .treat .textArea .box {
    background: #f2f2f2;
  }
  #Internal .treat .textArea .box a {
    text-decoration: underline;
  }
  #Internal .treat .phtArea {
    float: none;
    width: 100%;
  }

  #Internal .features {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
  }
  #Internal .features .read {
    font-size: 16px;
  }
  #Internal .features .set {
    margin: 10px 0;
  }
  #Internal .features .set dl {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 2%;
    border: solid 1px #dadada;
    text-align: left;
    padding: 20px;
  }
  #Internal .features .set dl:last-child {
    margin-right: 0%;
  }
  #Internal .features .set dl dt {
    font-weight: 700;
    margin-bottom: 0px;
  }
  #Internal .features .set dl dd {
    color: #f9b500;
    font-size: 16px;
    font-weight: 900;
  }

  #Internal .features .cell {
    border-top: solid 1px #dadada;
    padding-top: 5%;
  }
  #Internal .features .cbox {
    padding-bottom: 40px;
  }
  #Internal .features .cell .textArea {
    float: none;
    width: 100%;
    padding: 5%;
  }
  #Internal .features .cell .textArea h3 {
    text-align: left;
    font-size: 20px;
  }
  #Internal .features .cell .textArea h3 span {
    font-size: 14px;
    color: #f9b500;
    display: block;
  }
  #Internal .features .cell .textArea .box {
    background: #f2f2f2;
  }
  #Internal .features .cell .textArea .box ul {
    width: 100%;
  }
  #Internal .features .cell .textArea .btnarea li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0%;
  }
  #Internal .features .cell .textArea .btnarea li:nth-child(2n) {
    margin-right: 0;
  }
  #Internal .features .cell .phtArea {
    float: right;
    width: 95%;
  }

  #Internal .features .cbox:nth-child(2) .textArea {
    float: none;
    width: 100%;
    padding: 5%;
  }
  #Internal .features .cbox:nth-child(2) .phtArea {
    float: left;
    width: 95%;
  }

  #Internal .seeking {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
  }
  #Internal .seeking p.text {
    text-align: left;
    font-size: 14px;
    line-height: 1.6;

    margin-bottom: 5%;
  }

  #Internal .seeking .pht01 {
    display: none;
  }
  #Internal .seeking .pht02 {
    display: none;
  }
  #Internal .seeking .pht03 {
    display: none;
  }

  #Internal ul.dot {
    margin-bottom: 15px;
  }
  #Internal .box ul.dot {
    margin-bottom: 0;
  }
  #Internal ul.dot li {
    margin-bottom: 10px;
  }
  #Internal ul.dot li:last-child {
    margin-bottom: 0;
  }
  #Internal ul.dot li:last-child {
    margin-bottom: 0;
  }
  #Internal ul.dot li::before {
    display: inline-block;
    content: "";
    margin-top: 5px;
    margin-right: 7px;
    width: 8px;
    height: 8px;
    vertical-align: top;
    border-radius: 5px;
    background-color: #f9b500;
  }
}
