@charset "UTF-8";

/* common */
body {
  margin: 0;
  padding: 0;
  color: #343434;
}

img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

a {
  display: inline-block;
}

p {
  line-height: 1.6;
  text-align: center;
}

#wrap {
  max-width: 640px;
  margin: 0 auto 60px;
  padding: 12px 0 0;
}

.inner-3p {
  padding-left: 3%;
  padding-right: 3%;
}

.mainvisual img {
  display: block;
}

.mt0 {
  margin-top: 0 !important;
}

/* content */
/* ================================================ */
/* title */
/* ================================================ */
.section_title {
  padding: 0 3%;
}

.section_title img:nth-child(2) {
  margin-top: 24px;
}

.section_title .text {
  font-size: 32px;
  font-weight: bold;
  margin-top: 4px;
}

/* ================================================ */
/* introduction */
/* ================================================ */
section.section_introduction {
}

section.section_introduction .heading {
  font-size: 53px;
  font-weight: bold;
  color: #2eb594;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 6px;
  padding: 0 29px;
}

section.section_introduction .heading span {
  color: #343434;
}

section.section_introduction .column {
  padding-left: 3%;
  padding-right: 3%;
}

section.section_introduction .column img:nth-child(1),
section.section_introduction .column img:nth-child(2) {
  margin-bottom: 4px;
}

section.section_introduction .banner_area ul {
  text-align: left;
  padding-left: 3%;
  padding-right: 3%;
}

section.section_introduction .banner_area ul li {
  text-indent: -1em;
  padding-left: 1.5em;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  list-style: none;
}

section.section_introduction .banner_caption {
  position: relative;
  max-width: 560px;
  background-color: #2eb594;
  padding: 10px;
  margin: 55px auto 59px;
}

section.section_introduction .banner_caption::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
  border-top: 19px solid #2eb594;
}

section.section_introduction .banner_text {
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  font-size: 25px;
  font-weight: 500;
  padding: 33px 0 31px;
  line-height: 38px;
}

section.section_introduction .banner_text::before {
  position: absolute;
  top: 4px;
  left: 6px;
  content: url(/cp_6/online_medical/minacolor/202603/img/img_bg_01.png);
}

section.section_introduction .banner_text::after {
  position: absolute;
  bottom: -4px;
  right: 13px;
  content: url(/cp_6/online_medical/minacolor/202603/img/img_bg_02.png);
}

section.section_introduction .banner_text span {
  font-size: 37px;
  font-weight: 700;
  color: #2eb594;
  white-space: nowrap;
}

section.section_introduction .banner_text span:nth-of-type(2) {
  font-size: 25px;
  font-weight: 700;
  border: 2px solid #2eb594;
  line-height: 40px;
  white-space: nowrap;
}

section.section_introduction .banner_img {
  margin-bottom: 17px;
}

/* ================================================ */
/* anchor */
/* ================================================ */
.section_anchor {
  padding: 53px 3% 50px;
  text-align: center;
}

.section_anchor .anchor_nav {
  display: flex;
  justify-content: center;
  gap: 11px;
}

.section_anchor .anchor_nav_item {
  display: flex;
  position: relative;
  max-width: 186px;
  background-color: #343434;
  font-size: 22px;
  font-weight: 600;
  border-radius: 10px;
  text-align: center;
  align-items: center;
  justify-content: center;
  line-height: 26px;
  height: clamp(70px, 15vw, 100px);
  flex: 1;
}

.section_anchor .anchor_nav_item::after {
  content: "";
  position: absolute;
  width: 0.6em;
  height: 0.6em;
  border: 0.14em solid #fff;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-50%) translateY(-25%) rotate(135deg);
  bottom: 14%;
  left: 50%;
}

.section_anchor .anchor_nav_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 100%;
  transform: translateY(-7px)
}

/* ================================================ */
/* desc */
/* ================================================ */
section.section_desc {
  margin-top: 1px;
  padding-bottom: 80px;
}

section.section_desc .heading {
  font-size: 34px;
  color: #343434;
  font-weight: bold;
  text-align: center;
  background-color: #e9e9e9;
  padding: 30px 29px 25px;
  margin-bottom: 50px;
}

section.section_desc .desc_content_01 {
  max-width: 540px;
  padding: 31px 20px 32px;
  margin: 0 auto 51px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

section.section_desc .desc_content_01 p {
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  line-height: 29px;
}

section.section_desc .desc_content_01 p:nth-child(1) {
  padding: 20px 20px 12px;
  border: 1px solid #000;
}

section.section_desc .desc_content_01 p:nth-child(2) {
  padding: 24px 0 0;
}

section.section_desc .desc_content_02 p {
  margin-bottom: 26px;
}

/* ================================================ */
/* entry */
/* ================================================ */
section.section_entry {
  padding-bottom: 45px;
}

section.section_entry .heading {
  font-size: 34px;
  color: #343434;
  font-weight: bold;
  text-align: center;
  background-color: #e9e9e9;
  padding: 21px 29px 15px;
  margin-bottom: 50px;
}

section.section_entry .heading img {
  margin-bottom: 12px;
}
section.section_entry .button_area {
  margin: 0 auto;
  text-align: center;
  padding: 0 29px;
}

section.section_entry .button_area img:nth-child(1) {
  margin-bottom: 12px;
}

section.section_entry .button_area img:nth-child(3) {
  margin-bottom: 12px;
}

section.section_entry .button_area .button:nth-child(2) {
  position: relative;
  margin-bottom: 76px;
}

section.section_entry .button_area .button:nth-child(2)::after {
  content: "";
  position: absolute;
  bottom: -44px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #2eb594;
  transform: translateX(-50%);
}

.annotation_list {
  color: red;
  text-align: left;
}

.annotation_list .annotation_list_item {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  list-style: none;
}

/* ================================================ */
/* explanation */
/* ================================================ */
section.section_explanation {
}

section.section_explanation .heading {
  font-size: 34px;
  color: #343434;
  font-weight: bold;
  text-align: center;
  background-color: #e9e9e9;
  padding: 30px 29px 25px;
  margin-bottom: 50px;
}

section.section_explanation .text_area {
  position: relative;
  max-width: 574px;
  padding-top: 23px;
  padding-bottom: 20px;
  border: 3px solid #2eb594;
  margin: 0 auto 36px;
}

section.section_explanation .text_area::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}

section.section_explanation .text_area::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  border: 14px solid transparent;
  border-top: 14px solid #2eb594;
  z-index: 1;
}

section.section_explanation .text_area .text_01 {
  font-size: 28px;
  font-weight: 700;
  line-height: 41px;
  color: #2eb594;
  margin-bottom: 14px;
}

section.section_explanation .text_area .text_02 {
  font-size: 22px;
  line-height: 29px;
}

section.section_explanation .text_area .text_02 span {
  font-size: 22px;
  font-weight: 900;
  line-height: 29px;
}

section.section_explanation .column_area {
  max-width: 580px;
  margin: 38px auto 51px;
  padding: 35px 0 49px;
  background: center / cover no-repeat url(/cp_6/online_medical/minacolor/202603/img/img_bg_03.png);
  border-radius: 20px;
}

section.section_explanation .column_area .text_01 {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 22px;
  filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 10px #fff) drop-shadow(0 0 20px #fff);
}

section.section_explanation .column_area ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 520px;
  color: #686868;
  margin: 0 auto;
}

section.section_explanation .column_area ul li {
  width: calc(50% - 15px);
  height: 245px;
  background-color: #fff;
  border-radius: 16px;
}

section.section_explanation .column_area .text_green {
  color: #2eb594;
}

section.section_explanation .column_area .underline_yellow {
  background:linear-gradient(transparent 60%, #f8ff81 60%);
}

section.section_explanation .column_area .underline_gray {
  background-color: #f0f0f0;
  padding: 0 8px;
}

section.section_explanation .column_area ul li p.text01 {
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  margin-top: 9px;
}

section.section_explanation .column_area ul li p.text02 {
  font-size: 13px;
  font-weight: 700;
  margin-top: 17px;
  margin-left: 18px;
  text-align: left;
}

section.section_explanation .column_area ul li p.text03 {
  font-size: 18px;
  margin-top: 4px;
}

section.section_explanation .column_area ul li p.text04 {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  margin: 14px 2% 0;
}

section.section_explanation .column_area ul li p.text03 span {
  font-weight: 700;
}

section.section_explanation .column_area ul li .speech_bubble_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin-top: 34px;
  color: #686868;
}

section.section_explanation .column_area ul li .speech_bubble_01::before,
section.section_explanation .column_area ul li .speech_bubble_01::after {
  content: "";
  width: 33px;
  height: 3px;
  box-sizing: border-box;
  background-color: #686868;
}

section.section_explanation .column_area ul li .speech_bubble_01::before{
  transform: rotate(70deg);
}

section.section_explanation .column_area ul li .speech_bubble_01::after {
  transform: rotate(-70deg);
}

section.section_explanation .column_area ul li .speech_bubble_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  margin-top: 48px;
  color: #686868;
}

section.section_explanation .column_area ul li .speech_bubble_02::before,
section.section_explanation .column_area ul li .speech_bubble_02::after {
  content: "";
  width: 24px;
  height: 3px;
  box-sizing: border-box;
  background-color: #686868;
}

section.section_explanation .column_area ul li .speech_bubble_02::before{
  transform: rotate(75deg);
}

section.section_explanation .column_area ul li .speech_bubble_02::after {
  transform: rotate(-75deg);
}

section.section_explanation .button {
  text-align: center;
  margin-bottom: 73px;
}

/* ================================================ */
/* note */
/* ================================================ */
.section_note {
  max-width: 580px;
  margin: 0 auto;
  padding: 0 3%;
}

.section_note .heading {
  font-size: 34px;
  color: #343434;
  font-weight: bold;
  text-align: center;
  background-color: #e9e9e9;
  padding: 30px 29px 25px;
}

.section_note .text {
  margin-bottom: 75px;
}

.section_note .text_area {
  border: 2px solid #000;
  border-radius: 10px;
  padding: 22px 10px 17px;
  text-align: center;
  margin-bottom: 80px;
}

.section_note .text_area p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 9px;
}

.section_note .text_area a {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.section_note .text_area img {
  margin-bottom: 26px;
}

/* ================================================ */
/* floating */
/* ================================================ */
.section_floating {
  display: none;
  position: sticky;
  z-index: 2;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 640px;
  padding: 2em 0;
  background-color: #e8f3f1;
}

.section_floating .column {
  max-width: 580px;
  display: flex;
  text-align: center;
  gap: 10px;
  margin: 0 auto;
}

.section_floating .column .column_item {
  flex: 1;
}

.section_floating.is-active {
  display: block;
}

/* ================================================ */
/* 装飾・微調整 */
/* ================================================ */
.line-gradation {
  border: none;
  height: 3px;
  background: linear-gradient(90deg, #e3edf9, #c0dbd5);
  margin: 11px 0 35px;
}

.mt-69 {
  margin-top: 69px !important;
}

.mt-36 {
  margin-top: 36px !important;
}

.only_pc {
  display: block;
}

.only_sp {
  display: none;
}

/* ================================================ */
/* レスポンシブ */
/* ================================================ */
@media screen and (max-width: 600px) {
  #wrap {
    margin-bottom: 10%;
  }

  .section_title .text {
    font-size: 5.5vw;
  }

  section.section_introduction .heading {
    font-size: 8.28vw;
  }

  section.section_introduction .banner_text {
    font-size: 4.5vw;
    line-height: 5.93vw;
  }

  section.section_introduction .banner_text span {
    font-size: 5.78vw;
  }

  section.section_introduction .banner_text span:nth-of-type(2) {
    font-size: 3.9vw;
    line-height: 6.25vw;
  }

  section.section_introduction .banner_area ul li {
    font-size: 4vw;
    line-height: 5vw;
  }

  .section_anchor .anchor_nav_item {
    font-size: 4vw;
    line-height: 5.5vw;
  }

  section.section_desc .heading {
    font-size: 7.31vw;
  }

  section.section_desc .desc_content_01 p {
    font-size: 5vw;
    line-height: 5.5vw;
  }

  section.section_entry .heading {
    font-size: 7.31vw;
  }
  .annotation_list .annotation_list_item {
    font-size: 4vw;
    line-height: 5vw;
  }

  section.section_explanation .heading {
    font-size: 7.31vw;
  }

  section.section_explanation .text_area .text_01 {
    font-size: 5.3vw;
    line-height: 6.4vw;
  }

  section.section_explanation .text_area .text_02 {
    font-size: 4vw;
    line-height: 5vw;
  }

  section.section_explanation .text_area .text_02 span {
    font-size: 4vw;
    line-height: 5vw;
  }

  .section_note .text {
    margin-bottom: 10%;
  }

  .section_note .text_area p {
    font-size: 4vw;
    line-height: 5vw;
  }

  .section_note .text_area a {
    font-size: 4vw;
    line-height: 5vw;
  }

  section.section_explanation .column_area .text_01 {
    font-size: 7vw;
    line-height: 7vw;
  }

  section.section_explanation .column_area ul li .speech_bubble_01 {
    font-size: 3.5vw;
    line-height: 4vw;
    margin-top: 30px;
  }

  section.section_explanation .column_area ul li .speech_bubble_02 {
    font-size: 3.5vw;
    line-height: 4vw;
  }

  section.section_explanation .column_area ul {
    gap: 10px;
  }

  section.section_explanation .column_area ul li p.text01 {
    font-size: 5.5vw;
    line-height: 7vw;
  }

  section.section_explanation .column_area ul li p.text02 {
    font-size: 3vw;
    margin-left: 10px;
  }

  section.section_explanation .column_area ul li p.text03 {
    font-size: 3.5vw;
    margin-right: 4%;
    margin-left: 4%;
  }

  .only_pc {
    display: none;
  }

  .only_sp {
    display: block;
  }
}

/* ================================================ */
/* ご注意事項 */
/* ================================================ */
.cpNotes {
  max-width: 800px;
  margin: 60px auto 0;
}

.cpNotesBtnWrap {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.cpNotesBtnWrap {
  position: relative;
  padding-bottom: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px -3px 0px 0px #d00e31 inset;
  box-shadow: 0px -3px 0px 0px #d00e31 inset;
  border: 2px solid #d00e31;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.cpNotesBtn {
  display: table;
  width: 100%;
}

.cpNotesBtn a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.cpNotesFlame {
  display: none;
  border-left: 2px solid #d00e31;
  border-right: 2px solid #d00e31;
  border-bottom: 2px solid #d00e31;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
}

.cpNotesList {
  padding: 10px;
  font-size: 12px;
  text-align: left;
  line-height: 1.4;
}

.cpNotesTtl {
  font-weight: bold;
  text-align: center;
  font-size: 12px;
}

.cpNotesSubttl {
  margin-top: 1em;
}

.cpNotesItem {
  text-indent: -1em;
  padding: 0px 0px 0px 1em;
}

@media only screen and (min-width: 361px) {
  .cpNotesList {
    padding: 20px;
  }
  .cpNotesTtl,
  .cpNotesList {
    font-size: 14px;
  }
  .cpNotesBtnWrap {
    padding-bottom: 4px;
    -webkit-box-shadow: 0px -4px 0px 0px #d00e31 inset;
    box-shadow: 0px -4px 0px 0px #d00e31 inset;
    border-width: 3px;
  }
  .cpNotesFlame {
    border-width: 3px;
  }
}

@media only screen and (min-width: 641px) {
  .cpNotesBtnWrap {
    padding-bottom: 6px;
    -webkit-box-shadow: 0px -6px 0px 0px #d00e31 inset;
    box-shadow: 0px -6px 0px 0px #d00e31 inset;
  }
}

.shadowJs {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
/* 終了対応 */
.cpCloseAlertWrp {
  width: 100%;
  display: table;
}

.cpCloseAlert {
  padding-left: 19px;
  padding-bottom: 3px;
  color: #c70014;
  font-size: 14px;
  font-weight: bold;
  margin: 25px 20px 20px;
  padding: 15px;
  border: solid 1px #df6177;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #fcf0f2;
  margin-bottom: 30px;
}

.cpCloseBr {
  display: none;
}
a.txtLink {
  text-decoration: underline;
  color: #006699;
  display: inline;
}

@media screen and (max-width: 460px) {
  .cpCloseBr {
    display: block;
  }
}
/*調整*/
.mainvisual {
  margin-top: 0;
}
