@charset "UTF-8";
/* Basic Settings
------------------------------------------------*/
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

#wrap {
  margin: 0 auto;
}

@media only screen and (min-width: 769px) and (max-width: 1000px) {
  #wrap {
    width: 1000px;
    overflow-x: scroll;
  }
}

@media only screen and (max-width: 768px) {
  #wrap {
    width: 100%;
    overflow: hidden;
  }
}

.column-main {
  min-width: 955px;
  max-width: 955px;
  padding: 0;
  margin: 0 5px 0 0;
  width: 955px;
}

.column-main em {
  font-style: normal;
}

.column-main .bold {
  font-family: 'UD Shin Go DemiBold', sans-serif;
  font-weight: bold;
}

.header-global,
.breadcrumbs {
  min-width: 1195px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-pageTitle-low,
.container-contact,
.footer-global {
  min-width: 1195px;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 1195px;
}

.column-sidebar {
  width: 25%;
  min-width: 200px;
}

@media only screen and (max-width: 800px) {
  .column-sidebar {
    padding: 30px 0 15px;
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  .header-global, .breadcrumbs {
    width: 100%;
    min-width: inherit;
  }
  .header-pageTitle-low, .container-contact, .footer-global {
    min-width: inherit;
  }
  .container {
    min-width: inherit;
    display: inherit;
  }
  .column-main {
    min-width: inherit;
    max-width: inherit;
    width: 100%;
  }
}

.inner {
  position: relative;
  margin: 0 auto;
}

/* Page Styles
------------------------------------------------*/
.header-pageTitle-low {
  background: url(/jp/~/media/medicom/onlineinfo/reason_use/bg_mv_pc.png) no-repeat 50% 100%/auto 100%;
}

@media only screen and (min-width: 1681px) {
  .header-pageTitle-low {
    background-size: cover;
  }
}

@media only screen and (max-width: 768px) {
  .header-pageTitle-low {
    background: url(/jp/~/media/medicom/onlineinfo/reason_use/bg_mv_sp.png) no-repeat 50% 100%/auto 100%;
  }
}

.header-pageTitle-low .inner-pageTitle {
  height: 300px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .header-pageTitle-low .inner-pageTitle {
    height: 48vw;
  }
}

.header-pageTitle-low h1 {
  font-size: 2.25rem;
  line-height: 1.44444;
  position: relative;
  color: #fff;
  padding-left: 30px;
  z-index: 1;
  font-family: 'UD Shin Go DemiBold', sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .header-pageTitle-low h1 {
    padding-left: 0;
    font-size: 5.33333vw;
    line-height: 1.45;
    vertical-align: top;
    padding-top: 5.33333vw;
  }
}

.header-pageTitle-low .sub-wrap {
  font-size: 20px;
  line-height: 1.3;
  display: block;
  text-align: center;
  width: 448px;
  height: 286px;
  background: url(/jp/~/media/medicom/onlineinfo/reason_use/img_mv_pc.png) no-repeat 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 67px 0 0 226px;
  color: #333333;
  position: absolute;
  top: 9px;
  right: 88px;
  font-family: 'UD Shin Go DemiBold', sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .header-pageTitle-low .sub-wrap {
    background: url(/jp/~/media/medicom/onlineinfo/reason_use/img_mv_sp.png) no-repeat 0 0/100% auto;
    width: 33.2vw;
    height: 33.2vw;
    padding: 6.66667vw 0 0;
    font-size: 3.2vw;
    line-height: 1.08333;
    top: 12vw;
    right: 3.73333vw;
  }
}

.header-pageTitle-low .sub-wrap .sub1 {
  font-size: 16px;
  line-height: 1.625;
}

@media only screen and (max-width: 768px) {
  .header-pageTitle-low .sub-wrap .sub1 {
    font-size: 2.66667vw;
  }
}

.header-pageTitle-low .sub-wrap .sub2 {
  font-family: 'UD Shin Go DemiBold', sans-serif;
  color: #273c98;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.05em;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .header-pageTitle-low .sub-wrap .sub2 {
    font-size: 8vw;
  }
}

.header-pageTitle-low .sub-wrap .sub2 sup {
  color: #333333;
  font-size: 15px;
  position: absolute;
  top: 2px;
  right: auto;
}

@media only screen and (max-width: 768px) {
  .header-pageTitle-low .sub-wrap .sub2 sup {
    font-size: 2.66667vw;
  }
}

.header-pageTitle-low .evidence {
  color: #333333;
  position: absolute;
  bottom: 10px;
  right: 20px;
}

@media only screen and (max-width: 768px) {
  .header-pageTitle-low .evidence {
    color: #fff;
    font-size: 2.66667vw;
    right: auto;
    left: 20px;
    bottom: 4.66667vw;
  }
}

.column-main * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page-index {
  padding: 24px 0 16px;
  background: #fff;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .page-index {
    padding: 0;
    background: none;
    margin-bottom: 7.46667vw;
  }
}

.page-index .page-index-ttl {
  color: #0056A8;
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 21px;
  font-family: 'UD Shin Go DemiBold', sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .page-index .page-index-ttl {
    font-size: 4.8vw;
    margin-bottom: 4.26667vw;
  }
}

.page-index .page-index-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  counter-reset: number 0;
  gap: 0 35px;
  font-family: 'UD Shin Go DemiBold', sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .page-index .page-index-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    border-radius: 1.33333vw;
    padding: 2.66667vw;
  }
}

.page-index .page-index-list li {
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  padding: 0 35px 0 71px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .page-index .page-index-list li {
    width: 100%;
    padding: 0;
    text-align: left;
    font-size: 4.26667vw;
  }
}

.page-index .page-index-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  height: 30px;
  width: 1px;
  background: #eee;
  top: calc(50% - 15px);
}

@media only screen and (max-width: 768px) {
  .page-index .page-index-list li:not(:last-child)::after {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
}

.page-index .page-index-list li::before {
  counter-increment: number 1;
  content: "0" counter(number);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #F0F6F8;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-family: "Avenir Next", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  color: rgba(0, 86, 168, 0.3);
}

@media only screen and (max-width: 768px) {
  .page-index .page-index-list li::before {
    display: none;
  }
}

.page-index .page-index-list li a {
  color: #333333;
  text-decoration: none;
  position: relative;
  display: block;
  min-height: 75px;
}

@media only screen and (max-width: 768px) {
  .page-index .page-index-list li a {
    display: block;
    width: 100%;
    line-height: 12vw;
    min-height: 12vw;
    padding-left: 13.33333vw;
  }
}

.page-index .page-index-list li a:hover {
  opacity: 0.75;
}

.page-index .page-index-list li a::before {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  background-color: #066CBB;
  border-radius: 50%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .page-index .page-index-list li a::before {
    left: 4vw;
    top: 0;
    bottom: 0;
    right: auto;
    margin: auto;
    width: 4vw;
    height: 4vw;
  }
}

.page-index .page-index-list li a::after {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 7px;
  right: 0;
  left: 0;
  margin: 0 auto 0;
}

@media only screen and (max-width: 768px) {
  .page-index .page-index-list li a::after {
    left: 5.2vw;
    top: 0;
    bottom: 2px;
    right: auto;
    margin: auto;
    width: 1.33333vw;
    height: 1.33333vw;
  }
}

section .ttl {
  font-family: 'UD Shin Go DemiBold', sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  margin: 0 0 35px 0;
  font-size: 2rem;
}

@media only screen and (max-width: 768px) {
  section .ttl {
    font-size: 6.93333vw;
    line-height: 1.4;
    margin-bottom: 7.6vw;
  }
}

section .ttl .ico {
  font-size: 0;
  margin: 0 0 15px 0;
  display: block;
}

@media only screen and (max-width: 768px) {
  section .ttl .ico {
    margin-bottom: 2.4vw;
  }
}

section .ttl .txt {
  font-size: 2rem;
  line-height: 1.5;
  color: #0056A8;
}

@media only screen and (max-width: 768px) {
  section .ttl .txt {
    font-size: 6.93333vw;
    line-height: 1.4;
  }
}

section.sec01 .ttl .ico {
  background: url(/jp/~/media/medicom/onlineinfo/reason_use/ttl_sec1_sub.png) no-repeat 0 0/auto 100%;
  width: 212px;
  height: 16px;
}

@media only screen and (max-width: 768px) {
  section.sec01 .ttl .ico {
    height: 3.33333vw;
  }
}

section.sec02 .ttl .ico {
  background: url(/jp/~/media/medicom/onlineinfo/reason_use/ttl_sec2_sub.png) no-repeat 0 0/auto 100%;
  width: 165px;
  height: 16px;
}

@media only screen and (max-width: 768px) {
  section.sec02 .ttl .ico {
    height: 3.33333vw;
  }
}

section.sec03 .ttl .ico {
  background: url(/jp/~/media/medicom/onlineinfo/reason_use/ttl_sec3_sub.png) no-repeat 0 0/auto 100%;
  width: 174px;
  height: 16px;
}

@media only screen and (max-width: 768px) {
  section.sec03 .ttl .ico {
    height: 3.33333vw;
  }
}

section .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 60px 0;
}

@media only screen and (max-width: 768px) {
  section .flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.sec01 {
  background: #f0f6f8 url(/jp/~/media/medicom/onlineinfo/reason_use/bg_sec01.png) no-repeat right bottom;
  padding: 60px 40px 90px;
}

@media only screen and (max-width: 768px) {
  .sec01 {
    background: #f0f6f8 url(/jp/~/media/medicom/onlineinfo/reason_use/bg_sec01_sp.png) no-repeat right bottom/100% auto;
    margin: 0 -10px;
    padding: 13.33333vw 2.66667vw 38.13333vw;
  }
}

@media only screen and (max-width: 768px) {
  .sec01 > h2.ttl {
    margin-left: 1.33333vw;
  }
}

.sec01 .flex-wrap {
  gap: 0 15px;
}

@media only screen and (max-width: 768px) {
  .sec01 .flex-wrap {
    gap: 10.66667vw 0;
  }
}

.sec01 .flex-wrap .item {
  width: 430px;
  background-color: #fff;
  border-radius: 9px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .sec01 .flex-wrap .item {
    width: 100%;
  }
}

.sec01 .flex-wrap .item .txt {
  background: #D0E4EB;
  text-align: center;
  border-radius: 9px 9px 0 0;
  font-size: 1rem;
  padding: 20px 0;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .sec01 .flex-wrap .item .txt {
    font-size: 4.26667vw;
  }
}

.sec01 .flex-wrap .item .txt .bold {
  font-size: 112.5%;
  color: #0056a8;
  font-weight: bold;
  line-height: 1.125;
}

@media only screen and (max-width: 768px) {
  .sec01 .flex-wrap .item .txt .bold {
    font-size: 4.8vw;
  }
}

.sec01 .flex-wrap .item .txt .balloon {
  position: absolute;
  width: 60px;
  height: 61px;
  background: url(/jp/~/media/medicom/onlineinfo/reason_use/bg_balloon-b.png) no-repeat 0 0/auto 100%;
  color: #fff;
  font-weight: bold;
  padding: 20px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: -5px;
  left: -5px;
  display: block;
}

@media only screen and (max-width: 768px) {
  .sec01 .flex-wrap .item .txt .balloon {
    width: 13.46667vw;
    height: 13.46667vw;
    font-size: 4.8vw;
    top: -9.33333vw;
    left: 0;
    padding: 4.53333vw 0 0 0;
  }
}

.sec01 .flex-wrap .item .txt .balloon .inner {
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  display: block;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .sec01 .flex-wrap .item .txt .balloon .inner {
    font-size: 3.2vw;
  }
}

.sec01 .flex-wrap .item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 281px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .sec01 .flex-wrap .item .img {
    min-height: 0;
  }
}

@media only screen and (max-width: 768px) {
  .sec01 .flex-wrap .item:nth-child(1) .img {
    padding: 6.53333vw 0 6.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .sec01 .flex-wrap .item:nth-child(1) .img img {
    width: 82.4vw;
  }
}

@media only screen and (max-width: 768px) {
  .sec01 .flex-wrap .item:nth-child(2) .img {
    padding: 4.13333vw 0 6.13333vw;
  }
}

@media only screen and (max-width: 768px) {
  .sec01 .flex-wrap .item:nth-child(2) .img img {
    width: 85.86667vw;
  }
}

.sec01 .flex-wrap .item .evidence {
  position: absolute;
  bottom: -27px;
  font-size: 0.6875rem;
  color: #666;
}

@media only screen and (max-width: 768px) {
  .sec01 .flex-wrap .item .evidence {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 1.46667vw;
  }
}

.sec01 .flex-wrap .item .evidence a {
  color: #0056a8;
  text-decoration: underline;
}

.sec01 .flex-wrap .item .evidence a:hover {
  text-decoration: none;
}

.sec01 .foot-item {
  font-size: 1rem;
  color: #333333;
}

@media only screen and (max-width: 768px) {
  .sec01 .foot-item {
    font-size: 4.26667vw;
  }
}

.sec01 .foot-item .ttl {
  font-size: 1rem;
  color: #0056a8;
  line-height: 1.8125;
}

@media only screen and (max-width: 768px) {
  .sec01 .foot-item .ttl {
    margin-bottom: 5.33333vw;
    font-size: 4.26667vw;
    line-height: 1.5;
  }
}

.sec01 .foot-item .ttl .bold {
  font-size: 162.5%;
  line-height: 1.11538;
}

@media only screen and (max-width: 768px) {
  .sec01 .foot-item .ttl .bold {
    line-height: 1.2;
    font-size: 5.33333vw;
  }
}

.sec01 .foot-item .help {
  border-radius: 6px;
  background-color: white;
  width: 610px;
  padding: 15px 19px 15px 33px;
  font-size: 0.875rem;
  line-height: 1.71429;
  margin: 39px 0 30px;
}

@media only screen and (max-width: 768px) {
  .sec01 .foot-item .help {
    width: auto;
    margin: 4vw 0;
    padding: 4vw;
  }
}

.sec01 .foot-item .help .bold {
  text-indent: -1em;
  display: block;
}

@media only screen and (max-width: 768px) {
  .sec01 .foot-item .help .bold {
    margin-bottom: 1.33333vw;
  }
}

.sec01 .foot-item .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 450px;
  height: 80px;
  color: #fff;
  border-radius: 6px;
  background-color: #53bb25;
  margin: 30px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .sec01 .foot-item .btn {
    width: auto;
    margin: 0;
    height: 16.66667vw;
  }
}

.sec01 .foot-item .btn .txt1 {
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .sec01 .foot-item .btn .txt1 {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 4.53333vw;
    line-height: 1.41176;
  }
}

.sec01 .foot-item .btn .txt2 {
  font-size: 1rem;
  line-height: 1.75;
}

@media only screen and (max-width: 768px) {
  .sec01 .foot-item .btn .txt2 {
    font-size: 3.73333vw;
    line-height: 1.71429;
  }
}

.sec01 .foot-item .btn::after {
  content: "";
  background: url(/jp/~/media/medicom/onlineinfo/reason_use/ico_download.png) no-repeat 0 0/100% auto;
  width: 22px;
  height: 18px;
  display: inline-block;
  margin: 0 0 0 22px;
}

@media only screen and (max-width: 768px) {
  .sec01 .foot-item .btn::after {
    width: 5.06667vw;
    height: 4.4vw;
    margin-left: 2.66667vw;
  }
}

.sec01 .foot-item .caution {
  font-size: 0.6875rem;
  color: #666;
  margin-top: 15px;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .sec01 .foot-item .caution {
    font-size: 2.93333vw;
    margin-top: 2.4vw;
  }
}

.sec02 {
  background: #fff url(/jp/~/media/medicom/onlineinfo/reason_use/bg_sec02.png) no-repeat right top;
  padding: 90px 40px;
}

@media only screen and (max-width: 768px) {
  .sec02 {
    background: #fff url(/jp/~/media/medicom/onlineinfo/reason_use/bg_sec02_sp.png) no-repeat right 61.73333vw;
    background-size: 100% auto;
    margin: 0 -10px;
    padding: 11.73333vw 2.66667vw 12vw;
  }
}

.sec02 > h2.ttl {
  margin-left: 9px;
}

@media only screen and (max-width: 768px) {
  .sec02 > h2.ttl {
    margin: 0 1.33333vw 4.66667vw;
  }
}

.sec02 .txt-wrap {
  margin: 0 0 120px 9px;
}

@media only screen and (max-width: 768px) {
  .sec02 .txt-wrap {
    margin: 0 1.33333vw 29.6vw;
  }
}

.sec02 .txt-wrap .txt {
  font-size: 1rem;
  line-height: 1.75;
}

.sec02 .txt-wrap .bold {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 25px 0 0 0;
  display: block;
}

@media only screen and (max-width: 768px) {
  .sec02 .txt-wrap .bold {
    font-size: 4.26667vw;
    line-height: 1.8;
    margin: 4vw 0 0;
  }
}

.sec02 .reason-wrap {
  background: url(/jp/~/media/medicom/onlineinfo/reason_use/bg_reason_pc.png) no-repeat;
  width: 907px;
  height: 503px;
  position: relative;
  font-weight: bold;
  text-align: center;
  color: #0056a8;
  margin: 0 auto;
  left: -16px;
  font-size: 1.125rem;
  line-height: 1.44444;
}

@media only screen and (max-width: 768px) {
  .sec02 .reason-wrap {
    background: url(/jp/~/media/medicom/onlineinfo/reason_use/bg_reason_sp.png) no-repeat 0 0/100% auto;
    width: 100vw;
    height: 121.6vw;
    font-size: 3.46667vw;
    line-height: 1.38462;
    left: -2.66667vw;
  }
}

.sec02 .reason-wrap .ttl {
  position: absolute;
  font-size: 1.5rem;
  width: 100%;
  top: 31px;
  left: 0;
  line-height: 1;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .sec02 .reason-wrap .ttl {
    top: 3.46667vw;
    font-size: 4.8vw;
    line-height: 1.8;
  }
}

.sec02 .reason-wrap .txt01 {
  position: absolute;
  top: 151px;
  left: 93px;
  font-family: 'UD Shin Go DemiBold', sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .sec02 .reason-wrap .txt01 {
    top: 29.6vw;
    left: 13.6vw;
  }
}

.sec02 .reason-wrap .txt02 {
  position: absolute;
  top: 257px;
  left: 244px;
  font-family: 'UD Shin Go DemiBold', sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .sec02 .reason-wrap .txt02 {
    top: 34.4vw;
    left: 47.73333vw;
  }
}

.sec02 .reason-wrap .txt03 {
  position: absolute;
  top: 155px;
  left: 368px;
  font-family: 'UD Shin Go DemiBold', sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .sec02 .reason-wrap .txt03 {
    top: 60vw;
    left: 34.93333vw;
  }
}

.sec02 .reason-wrap .txt04 {
  position: absolute;
  top: 213px;
  left: 485px;
  font-family: 'UD Shin Go DemiBold', sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .sec02 .reason-wrap .txt04 {
    top: 58.4vw;
    left: 62.4vw;
  }
}

.sec02 .reason-wrap .txt-example {
  text-align: left;
  position: absolute;
  top: 391px;
  left: 131px;
  color: #333;
  line-height: 1;
  font-size: 1rem;
}

@media only screen and (max-width: 768px) {
  .sec02 .reason-wrap .txt-example {
    font-size: 4.26667vw;
    line-height: 1.8;
    left: 6.66667vw;
    top: 84vw;
    padding-right: 6.66667vw;
  }
}

.sec02 .reason-wrap .txt-example .balloon {
  position: absolute;
  width: 60px;
  height: 61px;
  background: url(/jp/~/media/medicom/onlineinfo/reason_use/bg_balloon-b.png) no-repeat;
  background-size: 100%;
  color: #fff;
  font-weight: bold;
  padding: 24px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: -47px;
  left: -67px;
  display: block;
}

@media only screen and (max-width: 768px) {
  .sec02 .reason-wrap .txt-example .balloon {
    width: 14.8vw;
    height: 14.8vw;
    top: -18vw;
    left: -1.33333vw;
    padding: 4.66667vw 0 0 0;
  }
}

.sec02 .reason-wrap .txt-example .balloon .inner {
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  display: block;
  font-size: 14px;
  text-align: center;
}

.sec02 .reason-wrap .evidence {
  position: absolute;
  top: 431px;
  left: 39px;
  line-height: 1;
  color: #333;
  font-size: 0.75rem;
}

@media only screen and (max-width: 768px) {
  .sec02 .reason-wrap .evidence {
    font-size: 2.93333vw;
    left: 6.66667vw;
    top: 102.93333vw;
  }
}

.sec02 .reason-wrap .evidence a {
  color: #0056a8;
  text-decoration: underline;
}

.sec02 .reason-wrap .evidence a:hover {
  text-decoration: none;
}

.sec02 .reason-txt-wrap {
  text-align: center;
  font-size: 1.125rem;
  margin: 19px 0 25px 0;
}

@media only screen and (max-width: 768px) {
  .sec02 .reason-txt-wrap {
    font-size: 4.26667vw;
    line-height: 1.5;
    margin: 2.66667vw 0 4vw;
  }
}

.sec02 .reason-txt-wrap .txt {
  line-height: 30px;
  font-family: 'UD Shin Go DemiBold', sans-serif;
  font-weight: bold;
}

.sec02 .reason-txt-wrap .txt .txt-large {
  font-size: 1.875rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media only screen and (max-width: 768px) {
  .sec02 .reason-txt-wrap .txt .txt-large {
    line-height: 1;
    font-size: 6.4vw;
  }
}

.sec02 .reason-txt-wrap .txt .txt-large .attention {
  color: #0056a8;
}

.sec02 .reason-txt-wrap .sub {
  font-size: 1.125rem;
  line-height: 2.11111;
  margin-top: 17px;
}

@media only screen and (max-width: 768px) {
  .sec02 .reason-txt-wrap .sub {
    line-height: 1.625;
    font-size: 4.26667vw;
  }
}

.sec02 .reason-txt-wrap .sub .bold {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fffb99));
  background: -webkit-linear-gradient(transparent 60%, #fffb99 60%);
  background: -o-linear-gradient(transparent 60%, #fffb99 60%);
  background: linear-gradient(transparent 60%, #fffb99 60%);
}

.sec02 .plan-area {
  background: #F0F6F8;
  border-radius: 6px;
  width: 875px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .sec02 .plan-area {
    width: auto;
  }
}

.sec02 .plan-area .ttl {
  background-color: #D0E4EB;
  border-radius: 6px 6px 0 0;
  font-weight: bold;
  text-align: center;
  color: #0056a8;
  font-size: 1.25rem;
  line-height: 60px;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .sec02 .plan-area .ttl {
    font-size: 5.33333vw;
    line-height: 1.3;
    padding: 3.06667vw 0;
  }
}

.sec02 .plan-area .inner {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 25px 30px 30px;
}

@media only screen and (max-width: 768px) {
  .sec02 .plan-area .inner {
    padding: 6.66667vw 5.33333vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.sec02 .plan-area .inner .img {
  padding-top: 23px;
}

.sec02 .plan-area .plan-list {
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  padding: 40px 6px 36px;
}

@media only screen and (max-width: 768px) {
  .sec02 .plan-area .plan-list {
    background: none;
    padding: 0;
    width: 100%;
  }
}

.sec02 .plan-area .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 28px 0 22px 0;
  position: relative;
  background: url(/jp/~/media/medicom/onlineinfo/reason_use/line_pc.png) no-repeat;
  width: 288px;
  height: 130px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .sec02 .plan-area .list-item {
    width: 100%;
    border-width: 0.8vw;
    border-color: #7cd6c4;
    border-style: solid;
    background: white;
    -webkit-box-shadow: 0px 0px 1.33333vw 0px rgba(198, 198, 200, 0.5);
    box-shadow: 0px 0px 1.33333vw 0px rgba(198, 198, 200, 0.5);
    height: auto;
    padding: 4vw 0;
  }
}

@media only screen and (max-width: 768px) {
  .sec02 .plan-area .list-item:not(:last-child)::after {
    content: "";
    background: url(/jp/~/media/medicom/onlineinfo/reason_use/line_sp.png) no-repeat;
    background-size: 100%;
    width: 4vw;
    height: 2.13333vw;
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -2.93333vw;
  }
}

.sec02 .plan-area .list-item:last-child {
  background: url(/jp/~/media/medicom/onlineinfo/reason_use/line2_pc.png) no-repeat;
  padding: 28px 0 15px 0;
  height: 123px;
}

@media only screen and (max-width: 768px) {
  .sec02 .plan-area .list-item:last-child {
    background: white;
    height: auto;
    padding: 4vw 0;
  }
}

.sec02 .plan-area .list-item:first-child::before {
  display: block;
  content: "";
  width: 68px;
  height: 70px;
  background: url(/jp/~/media/medicom/onlineinfo/reason_use/bg_balloon-a.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -36px;
  right: -1px;
}

@media only screen and (max-width: 768px) {
  .sec02 .plan-area .list-item:first-child::before {
    right: -8.93333vw;
    top: -6.13333vw;
  }
}

.sec02 .plan-area .list-item .sub {
  height: 28px;
  color: #0056a8;
  font-size: 14px;
  display: block;
  border-radius: 14px;
  text-align: center;
  line-height: 1;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 768px) {
  .sec02 .plan-area .list-item .sub {
    padding: 0;
    font-size: 3.2vw;
    line-height: 5.86667vw;
    background-color: #c4d8eb;
    width: 19.2vw;
    height: 5.86667vw;
    margin: 0 auto;
    right: 0;
    top: -2.93333vw;
  }
}

.sec02 .plan-area .list-item .sub .num {
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .sec02 .plan-area .list-item .sub .num {
    font-size: 4.26667vw;
  }
}

.sec02 .plan-area .list-item + .list-item {
  margin-top: 25px;
}

@media only screen and (max-width: 768px) {
  .sec02 .plan-area .list-item + .list-item {
    margin-top: 8vw;
  }
}

.sec03 {
  background: #F0F6F8;
  padding: 60px 40px 60px;
}

@media only screen and (max-width: 768px) {
  .sec03 {
    margin: 0 -10px;
    padding: 11.73333vw 2.66667vw 16vw;
  }
}

.sec03 > h2.ttl {
  margin-left: 9px;
}

@media only screen and (max-width: 768px) {
  .sec03 > h2.ttl {
    margin: 0 1.33333vw 4.66667vw;
  }
}

.sec03 .txt-wrap {
  margin-left: 9px;
}

.sec03 .txt-wrap .txt {
  font-size: 1rem;
  line-height: 1.75;
}

@media only screen and (max-width: 768px) {
  .sec03 .txt-wrap .txt {
    font-size: 4.26667vw;
    line-height: 1.7875;
  }
}

.sec03 .txt-wrap .bold {
  font-size: 1.25rem;
  line-height: 1.4;
  display: block;
  margin: 25px 0;
}

@media only screen and (max-width: 768px) {
  .sec03 .txt-wrap .bold {
    font-size: 4.26667vw;
    line-height: 1.5;
  }
}

.sec03 .txt-wrap .bold a {
  color: #333333;
  text-decoration: none;
  position: relative;
  display: inline-block;
  line-height: 20px;
  padding-right: 25px;
}

@media only screen and (max-width: 768px) {
  .sec03 .txt-wrap .bold a {
    padding-right: 5.33333vw;
  }
}

.sec03 .txt-wrap .bold a:hover {
  text-decoration: underline;
}

.sec03 .txt-wrap .bold a::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background-color: #4bb729;
  border-radius: 50%;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .sec03 .txt-wrap .bold a::before {
    width: 4vw;
    height: 4vw;
  }
}

.sec03 .txt-wrap .bold a::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
  right: 7px;
  top: 0;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .sec03 .txt-wrap .bold a::after {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    right: 1.46667vw;
    width: 1.06667vw;
    height: 1.06667vw;
  }
}

.sec03 .txt-wrap h3.ttl {
  font-size: 1rem;
  color: #0056a8;
  line-height: 1.8125;
  margin-left: 0;
}

@media only screen and (max-width: 768px) {
  .sec03 .txt-wrap h3.ttl {
    font-size: 4.26667vw;
    line-height: 1.7875;
    margin-bottom: 5.33333vw;
  }
}

.sec03 .txt-wrap h3.ttl .bold {
  font-size: 162.5%;
  line-height: 1.11538;
}

@media only screen and (max-width: 768px) {
  .sec03 .txt-wrap h3.ttl .bold {
    font-size: 5.33333vw;
    margin: 0;
  }
}

.sec03 .flex-wrap {
  margin: 35px auto;
  gap: 0 15px;
}

@media only screen and (max-width: 768px) {
  .sec03 .flex-wrap {
    gap: 5.33333vw 0;
    margin: 7.73333vw auto 0;
  }
}

.sec03 .flex-wrap .item {
  background: #fff;
  border-radius: 10px;
  width: 430px;
}

@media only screen and (max-width: 768px) {
  .sec03 .flex-wrap .item {
    width: 100%;
  }
}

.sec03 .flex-wrap .item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 177px;
}

@media only screen and (max-width: 768px) {
  .sec03 .flex-wrap .item .img {
    height: auto;
    padding: 4.26667vw 0 2.8vw;
  }
}

.sec03 .flex-wrap .item .poster {
  padding: 22px 0;
  text-align: center;
}

.sec03 .flex-wrap .item .flex-txt-wrap {
  padding: 0 20px 25px;
  font-size: 1.125rem;
  line-height: 1.77778;
}

.sec03 .flex-wrap .item .flex-txt-wrap .bold {
  font-family: 'UD Shin Go DemiBold', sans-serif;
}

.sec03 .flex-wrap .item .flex-txt-wrap .txt {
}

@media only screen and (max-width: 768px) {
  .sec03 .flex-wrap .item .flex-txt-wrap {
    font-size: 4.26667vw;
    line-height: 1.7875;
    padding: 0 2.4vw 4vw;
  }
  .sec03 .flex-wrap .item .flex-txt-wrap.sp {
    padding: 4vw 2.4vw 0;
  }
  .sec03 .flex-wrap .item .flex-txt-wrap.sp .bold {
    margin-bottom: 0;
  }
}

.sec03 .flex-wrap .item .flex-txt-wrap .bold {
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: center;
  color: #0056a8;
  font-weight: bold;
  margin-bottom: 20px;
}

.sec03 .flex-wrap .item .flex-link-wrap {
  padding: 25px 0 4px;
  text-align: center;
}

.sec03 .flex-wrap .item .flex-link-wrap a {
  color: #0056a8;
  text-decoration: underline;
  font-size: 1rem;
  line-height: 1.75;
}

@media only screen and (max-width: 768px) {
  .sec03 .flex-wrap .item .flex-link-wrap a {
    font-size: 4.26667vw;
  }
}

.sec03 .flex-wrap .item .flex-link-wrap a:hover {
  text-decoration: none;
}

.sec03 .flex-wrap .item .flex-link-wrap a .filesize {
}

@media only screen and (max-width: 768px) {
  .sec03 .flex-wrap .item .flex-link-wrap a .filesize {
    display: block;
    margin-top: 2.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .sec03 .flex-wrap.poster-wrap .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 4vw;
    padding: 2.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .sec03 .flex-wrap.poster-wrap .item .flex-link-wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: left;
    width: 49.33333vw;
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .sec03 .flex-wrap.poster-wrap .item .poster {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 36vw;
    padding: 0;
  }
  .sec03 .flex-wrap.poster-wrap .item .poster img {
    width: 100%;
  }
}

.sec03 .img-wrap {
  width: 875px;
  margin: 50px auto 55px;
}

@media only screen and (max-width: 768px) {
  .sec03 .img-wrap {
    width: 100%;
    margin: 4vw auto 6.66667vw;
  }
}

.sec03 .img-wrap .img-wrap-ttl {
  font-size: 1.125rem;
  line-height: 1.77778;
  display: block;
  margin: 0 0 15px 11px;
  font-family: 'UD Shin Go DemiBold', sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .sec03 .img-wrap .img-wrap-ttl {
    font-size: 4.26667vw;
    line-height: 1.5;
    margin: 0 0 2.66667vw 1.33333vw;
  }
}

.sec03 .img-wrap .img {
  text-align: center;
}

.sec03 .img-wrap .caution {
  margin-left: 4px;
  font-size: 0.6875rem;
  line-height: 1.45455;
  color: #666;
  margin-top: 10px;
  letter-spacing: -0.04em;
}

.inquiry-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background: url(/jp/~/media/medicom/onlineinfo/reason_use/bg_inquiry.png) no-repeat;
  width: 100%;
  height: 301px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .inquiry-wrap {
    background: url(/jp/~/media/medicom/onlineinfo/reason_use/bg_inquiry_sp.png) no-repeat;
    margin: 0 -10px;
    width: 100vw;
    height: 58.4vw;
  }
}

.inquiry-wrap .inquiry-ttl {
  width: 100%;
  font-size: 1.875rem;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  margin-bottom: 21px;
  font-family: 'UD Shin Go DemiBold', sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .inquiry-wrap .inquiry-ttl {
    font-size: 5.33333vw;
    line-height: 1.35;
  }
}

.inquiry-wrap .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #fff;
  border-radius: 6px;
  background-image: -moz-linear-gradient(90deg, #328d17 0%, #4bb729 13%, #67c010 100%);
  background-image: -webkit-linear-gradient(90deg, #328d17 0%, #4bb729 13%, #67c010 100%);
  background-image: -ms-linear-gradient(90deg, #328d17 0%, #4bb729 13%, #67c010 100%);
  border: 1px solid #fff;
  width: 538px;
  height: 78px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .inquiry-wrap .btn {
    font-size: 4.8vw;
    width: 94.8vw;
    height: 16.66667vw;
  }
}

.inquiry-wrap .btn::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
  right: 14px;
  top: 0;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .inquiry-wrap .btn::after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 1.86667vw;
    height: 1.86667vw;
    right: 2.66667vw;
  }
}
