/* 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/browse/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/browse/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;
    padding: 0;
  }
}

.header-pageTitle-low h1 {
  background: url(/jp/~/media/medicom/onlineinfo/browse/img_mv.png) 695px 10px no-repeat;
  font-size: 2.25rem;
  line-height: 1.44444;
  position: relative;
  color: #fff;
  font-family: 'UD Shin Go DemiBold', sans-serif;
  font-weight: bold;
  padding-left: 30px;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .header-pageTitle-low h1 {
    background: url(/jp/~/media/medicom/onlineinfo/browse/img_mv.png) 42vw 12vw / 58.4vw auto no-repeat;
    font-size: 5.3333333vw;
    line-height: 1.2963;
    vertical-align: top;
    padding-top: 4.6666667vw;
    padding-left: 4.6666667vw;
  }
}

.header-pageTitle-low h1 .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;
  position: relative;
  background: #fff;
  background-image: -moz-linear-gradient(90deg, #eeeeee 0%, white 15%, white 100%);
  background-image: -webkit-linear-gradient(90deg, #eeeeee 0%, white 15%, white 100%);
  background-image: -ms-linear-gradient(90deg, #eeeeee 0%, white 15%, white 100%);
  -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.15);
  width: 500px;
  height: 60px;
  border-radius: 10px;
  margin-top: 30px;
}

.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: 1.2;
    min-height: auto;
    padding: 3.333333vw 0 3.333333vw 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 30px 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/browse/ttl_sec1_sub.png) no-repeat 0 0/auto 100%;
  width: 169px;
  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/browse/ttl_sec2_sub.png) no-repeat 0 0/auto 100%;
  width: 138px;
  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/browse/ttl_sec3_sub.png) no-repeat 0 0/auto 100%;
  width: 125px;
  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;
  padding: 60px 40px;
}

@media only screen and (max-width: 768px) {
  .sec01 {
    background-size: 100% auto;
    margin: 0 -10px;
    padding: 11.73333vw 2.66667vw 8vw;
  }
}

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

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

.sec01 .txt-wrap {
  margin: 0 0 35px 9px;
}

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

.sec01 .txt-wrap .txt {
  font-family: 'UD Shin Go Light', sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.75;
}

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

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

.sec01 .about-wrap {
 background: #fff;
 border-radius: 9px;
 margin: 0 0 60px;
 padding: 20px;
}

.sec01 .about-wrap .img-wrap {
 margin: 0;
}

.sec01 .about-wrap .img-wrap figure {
 position: relative;
 z-index: 1;
 border-radius: 10px;
 border: 1px solid #ddd;
 margin: 0 0 20px;
 padding: 180px 19px 15px;
 width: 410px;
}

.sec01 .about-wrap .img-wrap figure + figure::before {
 content: '';
 position: absolute;
 top: 110px;
 left: -36px;
 z-index: 2;
 display: block;
 background: url("/jp/~/media/medicom/onlineinfo/browse/arrow_green_pc.png") 0 0/ 100% 100% no-repeat;
 width: 55px;
 height: 39px;
}

.sec01 .about-wrap .img-wrap figure picture {
 position: absolute;
 top: 29px;
 left: 0;
 display: block;
 width: 100%;
 text-align: center;
}

.sec01 .about-wrap .img-wrap figure picture img {
 margin: 0 auto;
 width: 165px;
}

.sec01 .about-wrap .img-wrap figure + figure picture img {
 width: 97px;
}

.sec01 .about-wrap .ph-wrap {
 margin: 0;
}

.sec01 .about-wrap .ph-wrap dl {
 margin: 0 auto;
 width: 381px;
}

.sec01 .about-wrap .ph-wrap dl dt {
 padding: 0 0 5px 7px;
 font-weight: bold;
 font-family: 'UD Shin Go DemiBold', sans-serif;
 font-size: 1.125rem;
 color: #0056a8;
}

.sec01 .about-wrap .ph-wrap dl dd p {
 padding: 3px 0 35px 7px;
}

.sec01 .about-wrap > p {
 border-radius: 10px;
 background: #f0f6f8;
 padding: 25px 30px;
}

.sec01 .about-wrap > p em {
 display: block;
 padding: 0 0 5px;
 font-family: 'UD Shin Go DemiBold', sans-serif;
 font-weight: bold;
 font-size: 1.125rem;
 color: #0056a8;
}

@media only screen and (max-width: 768px) {
  .sec01 .about-wrap {
   border-radius: 1.6vw;
   margin: 0 0 8vw;
   padding: 2.666667vw;
  }

  .sec01 .about-wrap .img-wrap {
   margin: 0 0 5.3333333vw;
  }

  .sec01 .about-wrap .img-wrap figure {
   border-radius: 1.3333333vw;
   border: 0.2666667vw solid #ddd;
   margin: 0 0 2.666667vw;
   padding: 42.666667vw 3.733333vw 3.7333333vw;
   width: 100%;
  }

  .sec01 .about-wrap .img-wrap figure + figure::before {
   top: -6.9333333vw;
   left: 50%;
   background: url("/jp/~/media/medicom/onlineinfo/browse/arrow_green_sp.png") 0 0/ 100% 100% no-repeat;
   margin: 0 0 0 -4vw;
   width: 8vw;
   height: 10.4vw;
  }

  .sec01 .about-wrap .img-wrap figure picture {
   top: 5.0666667vw;
  }

  .sec01 .about-wrap .img-wrap figure picture img {
   width: 42.4vw;
  }

  .sec01 .about-wrap .img-wrap figure + figure picture img {
   width: 23.6vw;
  }

  .sec01 .about-wrap .img-wrap figure p {
   font-size: 4.2666667vw;
  }

  .sec01 .about-wrap .ph-wrap {
   margin: 0;
  }

  .sec01 .about-wrap .ph-wrap dl {
   width: 86.666667vw;
  }

  .sec01 .about-wrap .ph-wrap dl dt {
   padding: 0 0 2vw;
   font-size: 4.2666667vw;
  }

  .sec01 .about-wrap .ph-wrap dl dd p {
   padding: 1.3333333vw 0 6vw;
   font-size: 4vw;
  }

  .sec01 .about-wrap > p {
   border-radius: 1.3333333vw;
   padding: 3.333333vw 4vw;
   font-size: 4.2666667vw;
  }

  .sec01 .about-wrap > p em {
   padding: 0 0 1.3333333vw;
   font-size: 4.2666667vw;
  }
}

.sec01 .viewing-info {
 margin: 0 auto;
 width: 855px;
}

.sec01 .viewing-info h3 {
 padding: 0 0 20px;
 font-family: 'UD Shin Go DemiBold', sans-serif;
 font-weight: bold;
 font-size: 1.625rem;
 color: #0056a8;
}

.sec01 .viewing-info p {
 padding: 0 0 25px;
}

section.sec01 ol.flex-wrap {
  margin: 0 0 30px;
}

.sec01 .viewing-info ol li {
 position: relative;
 width: 200px;
}

.sec01 .viewing-info ol li:not(:last-child)::after {
 content: '';
 position: absolute;
 top: 81px;
 right: -39px;
 z-index: 2;
 display: block;
 background: url("/jp/~/media/medicom/onlineinfo/browse/arrow_green_pc.png") 0 0/ 100% 100% no-repeat;
 width: 55px;
 height: 39px;
}

.sec01 .viewing-info ol li p {
 padding: 10px 15px 0;
}

@media only screen and (max-width: 768px) {
 .sec01 .viewing-info {
  width: 92vw;
 }

 .sec01 .viewing-info h3 {
  padding: 0 0 2.666667vw;
  line-height: 1.4;
  font-size: 5.3333333vw;
 }

 .sec01 .viewing-info p {
  padding: 0 0 6.6666667vw;
  font-size: 4.2666667vw;
 }

 section.sec01 ol.flex-wrap {
   margin: 0;
 }

 .sec01 .viewing-info ol li {
  margin: 0 0 8.6666667vw;
  width: 42.666667vw;
 }

 .sec01 .viewing-info ol li:not(:last-child)::after {
  display: none;
 }

 .sec01 .viewing-info ol li p {
  padding: 2vw 0 0;
  font-size: 4.2666667vw;
 }
}






.sec02 {
  background: #fff;
  padding: 60px 40px 90px;
}

@media only screen and (max-width: 768px) {
  .sec02 {
    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 30px 9px;
}

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

.sec02 .txt-wrap .txt {
  font-family: 'UD Shin Go Light', sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.75;
}

.sec02 .txt-wrap .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  {
    font-size: 4.26667vw;
  }
}

.sec02 ul.list-circle {
 padding: 0 0 55px;
}

.sec02 ul.list-circle li {
 position: relative;
 padding: 0 0 5px 48px;
}

.sec02 ul.list-circle li::before {
 content: '';
 position: absolute;
 top: 10px;
 left: 30px;
 display: block;
 border-radius: 50%;
 background: #128ccd;
 width: 8px;
 height: 8px;
}

@media only screen and (max-width: 768px) {
  .sec02 ul.list-circle {
   padding: 0 0 6.6666667vw;
  }

  .sec02 ul.list-circle li {
   padding: 0 0 0 6vw;
   font-size: 4.26667vw;
  }

  .sec02 ul.list-circle li::before {
   top: 2.2vw;
   left: 1.66667vw;
   width: 2.1333333vw;
   height: 2.1333333vw;
  }
}

.sec02 .detail-wrap {
 border-radius: 10px;
 background: #f0f6f8;
 margin: 0 0 20px;
 padding: 30px 40px 40px;
}

.sec02 .detail-wrap h3 {
 padding: 0 0 15px;
 font-family: 'UD Shin Go DemiBold', sans-serif;
 font-weight: bold;
 font-size: 1.625rem;
 color: #0056a8;
}

.sec02 .detail-wrap p .bold {
 display: block;
 font-family: 'UD Shin Go DemiBold', sans-serif;
 font-weight: bold;
 padding: 0 0 15px;
}

.sec02 .detail-wrap ul.list-circle {
 border-radius: 10px;
 background: #fff;
 padding: 25px 30px 25px 0;
}

.sec02 .detail-wrap ul.list-circle + p {
 padding: 35px 0 0;
}

@media only screen and (max-width: 768px) {
  .sec02 .detail-wrap {
   border-radius: 1.6vw;
   margin: 0 0 5.3333333vw;
   padding: 6.6666667vw 2.666667vw 2.666667vw;
  }

  .sec02 .detail-wrap h3 {
   padding: 0 0 2.666667vw 1.3333333vw;
   font-size: 5.3333333vw;
  }

  .sec02 .detail-wrap p {
   padding: 0 0 0 1.3333333vw;
   font-size: 4.2666667vw;
  }

  .sec02 .detail-wrap p .bold {
   padding: 2.4vw 0 4vw;
  }

  .sec02 .detail-wrap ul.list-circle {
   border-radius: 1.6vw;
   padding: 3.333333vw 2.4vw;
  }

  .sec02 .detail-wrap ul.list-circle li {
   font-size: 4vw;
  }

  .sec02 .detail-wrap ul.list-circle + p {
   padding: 4vw 0 0;
  }
}

.sec02 .all-in-one-wrap {
 margin: 50px 0 60px;
}

.sec02 .all-in-one-wrap h3 {
 padding: 0 0 15px 9px;
 font-family: 'UD Shin Go DemiBold', sans-serif;
 font-weight: bold;
 font-size: 1.625rem;
 color: #0056a8;
}

.sec02 .all-in-one-wrap p {
 padding: 0 9px 40px 9px;
}

.sec02 .bnr-wrap a:hover {
 opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .sec02 .all-in-one-wrap {
   margin: 0 0 12vw;
  }

  .sec02 .all-in-one-wrap h3 {
   padding: 0 0 1.2vw 1.2vw;
   line-height: 1.4;
   font-size: 5.3333333vw;
  }

  .sec02 .all-in-one-wrap p {
   padding: 0 0 5.3333333vw 1.2vw;
   font-size: 4.2666667vw;
  }

  .sec02 .bnr-wrap {
  }

}




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

@media only screen and (max-width: 768px) {
  .sec03 {
    background-size: 100% auto;
    margin: 0 -10px;
    padding: 11.73333vw 2.66667vw 12vw;
  }
}

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

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

.sec03 > h2.ttl sup {
  font-size: 1.125rem;
}

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

.sec03 .txt-wrap .txt {
  font-family: 'UD Shin Go Light', sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.75;
}

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

  .sec03 .txt-wrap .txt {
    font-size: 4.2666667vw;
  }
}

.sec03 .qa-wrap li:not(:last-child) {
 padding: 0 0 30px;
}

.sec03 .qa-wrap li dl dt {
 position: relative;
 border-radius: 10px 10px 0 0;
 background: #93c6d8;
 padding: 15px 30px 15px 60px;
 font-family: 'UD Shin Go DemiBold', sans-serif;
 font-weight: bold;
 font-size: 1.125rem;
 color: #fff;
}

.sec03 .qa-wrap li dl dt::before {
 content: '';
 position: absolute;
 top: 19px;
 left: 19px;
 display: block;
 background: url("/jp/~/media/medicom/onlineinfo/browse/ico_q.png") 0 0 / 100% 100% no-repeat;
 width: 21px;
 height: 23px;
}

.sec03 .qa-wrap li dl dd {
 border-radius: 0 0 10px 10px;
 background: #fff;
 padding: 20px 30px 30px;
}

@media only screen and (max-width: 768px) {
  .sec03 .qa-wrap li:not(:last-child) {
   padding: 0 0 5.3333333vw;
  }

  .sec03 .qa-wrap li dl dt {
   border-radius: 1.6vw 1.6vw 0 0;
   padding: 3vw 3.333333vw 3vw 9.3333333vw;
   line-height: 1.4;
   font-size: 4.2666667vw;
  }

  .sec03 .qa-wrap li dl dt::before {
   top: 4vw;
   left: 2.666667vw;
   width: 4.1333333vw;
   height: 4.5333333vw;
  }

  .sec03 .qa-wrap li dl dd {
   border-radius: 0 0 1.6vw 1.6vw;
   padding: 2.666667vw 4vw;
   font-size: 4.2666667vw;
  }
}







.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/browse/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/browse/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;
  }
}
