@charset "utf-8";

@import "reset.css";
@import "base.css";
@import "header.css";
@import "footer.css";
@import "form_table.css";
@import "stepber.css";


.c-inner {
    max-width: calc(1240px + 40px);
    padding: 0 20px;
    margin: auto;
}

.c-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.c-page-subtitle {
  padding: 0 0 12px;
  border-bottom: solid 1px #008060;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 600;
  color: #4c4948;
}

.c-only-sp {
    display: none;
}


@media screen and (max-width: 767px) {
  .c-only-pc {
    display: none;
  }
  .c-only-sp {
    display: block;
  }
}


.l-main {
    margin: 0 auto 150px;
}

.l-main__container {
    min-width: calc(1240px + 40px);
    margin: auto;
}

.l-page-header.u-bg-white {
  padding: 0;
  background: #fff;
}
.l-page-header__sub-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #4c4948;
}
.l-page-header__title {
  line-height: 1.425;
}


@media screen and (max-width: 767px) {
  .c-title {
    width: 100%;
    font-size: 32px;
    line-height: 1.3125;
  }
  .c-page-subtitle {
    font-size: 22px;
    line-height: 1.4;
  }

  .c-only-pc {
    display:none;
  }

  .c-only-sp {
    display: block;
  }

  .l-main {
    overflow:unset;
    margin: 0 auto 96px;
  }

  .l-main__container {
    min-width: unset;
  }

  .l-page-header {
    padding: 20px 0;
  }
  .l-page-header__sub-title {
    font-size: 14px;
    line-height: 1.4;
  }
  .l-page-header__title {
    line-height: 1.4375;
  }
}


.p-page-desc__texts {
  font-size: 16px;
  line-height: 1.6;
}

.c-list-style {
  list-style: disc;
}

.c-list-style li::marker {
  display: none;
}

.c-list-style li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  flex: 1;
}

.c-list-style:not(.u-list-ol) li:before {
  content: "";
  position: relative;
  top: 9px;
  display: inline-block;
  max-width: 8px;
  min-width: 8px;
  width: 8px;
  height: 8px;
  background: #008060;
  border-radius: 50%;
}

.p-page-list-item {
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.6;
}

.p-page-list-parent > .p-page-list-item:first-child {
  margin: 0;
}

.p-page-bgbox {
  padding: 32px;
  border: solid 1px #e6e6e6;
  background: #f6f6f6;
}

.p-page-bgbox__text {
  font-size: 16px;
  line-height: 1.6;
}

.p-page-borderbox,
.confirmArea {
  padding: 32px;
  border: solid 1px #e6e6e6;
}

.confirmArea {
  margin-top: 28px;
}

.p-page-borderbox__title,
.confirmArea .title {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
}

.confirmArea .title {
  margin-bottom: 24px;
}

.p-page-borderbox__text,
.confirmArea label {
  font-size: 16px;
  line-height: 1.6;
}

.p-page-text-linklist,
.confirmArea .linkList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.p-page-text-link,
.confirmArea .linkList a {
  font-size: 16px;
  line-height: 1.6;
  transition: .3s ease-out;
}

.confirmArea .linkList a {
  display: inline-block;
  margin-bottom: 32px;
  padding-right:  20px;
  background: url(https://medical.terumo.co.jp/img/icon/icon-new-tab-green.svg) right center no-repeat;
  background-size: 16px;
}

.p-page-text-link:hover,
.confirmArea .linkList a:hover {
  color: #008060;
}

.p-page-text-link [class^="p-page-text-link__icon-"] {
  margin: -3px 0 0 4px;
  vertical-align: middle;
}

.p-contact__form iframe {
  height: 100%;
}

.p-contact__inner {
  max-width: calc(1024px + 40px);
  padding: 0 20px;
  margin: auto;
}

.p-page-buttons {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  width: fit-content;
  margin: 0 auto;
}

.c-button,
.c-button__submit,
.c-button__cancel {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 286px;
  width: 100%;
  max-width: 550px;
  padding: 12px 24px;
  margin: 0 auto !important;
  border-radius: 100vh;
  transition: opacity .3s ease-out;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
  color: #fff;
  background-color: #008060;
}

.c-button.u-w392 {
  width: 392px;
}

.c-button.u-white {
  background: #fff;
  color: #008060;
  border: solid 1px #008060;
}

.c-button.u-white:hover {
  background: #e9f4f0;
}


@media (any-hover: hover) {
  .c-button:hover {
    opacity: .7;
  }
}


.c-pagetop-link {
  padding: 0 63px;
  text-align: right;
}

.c-pagetop-link a {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  line-height: 1.6;
  transition: .3s ease-out;
}

.c-pagetop-link a::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 4px;
  width: 16px;
  height: 8px;
  background: url(https://medical.terumo.co.jp/contact/img/icon/icon-arrow-down.svg) no-repeat;
  background-size: 16px 8px;
  transform: rotate(-180deg)
}

.c-pagetop-link a:hover {
  color: #008060;
}

@media screen and (max-width: 767px) {
  .c-pagetop-link {
    padding: 0 20px;
  }
}