@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/option01/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/option01/bg_mv_sp.png) no-repeat 50% 100% /100% 100%;
  }
}

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

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

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

.header-pageTitle-low h1 span {
  display: inline;
  font-size: 28px;
  color: #fff;  
}

.header-pageTitle-low .inner-pageTitle > p {
  position: relative;
  top: auto;
  padding: 0 0 0 30px;
  margin-top: 0;
  font-size: 20px;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .header-pageTitle-low h1 {
    font-size: 5.33333vw;
    line-height: 1.45;
    vertical-align: top;
    padding: 6.2666667vw 0  4.9333333vw ;
  }
  
  .header-pageTitle-low h1 span {
    display: block;
    margin: 3.066667vw,0,0;
    font-size: 4.2666667vw;
  }
  
 .header-pageTitle-low .inner-pageTitle > p {
    padding: 0;
    margin-top: 0;
    font-size: 3.466667vw;
  } 
}




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

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

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

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/option01/ttl_sec1_sub.png) no-repeat 0 0/auto 100%;
  width: 140px;
  height: 16px;
}

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





/* basic Settings
------------------------------------------------*/
.column {
  padding: 0;
}

.column section + section {
 margin-top: -20px !important;
}

.column section + section + section {
 margin-top: 0 !important;
}

.list-circle li {
 position: relative;
 margin: 5px 0 0;
 padding: 0 0 0 25px;
 font-size: 1rem;
 line-height: 1.4;
}

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

.link-wrap {
 margin: 0 0 0 1.04%;
}

.link-circle-arrow {
 display: flex;
 margin: 0 0 10px;
 line-height: 1.2;
 font-weight: bold;
 font-size: 18px;
 color: #333;
}

.link-circle-arrow::before {
 content: '';
 display: block;
 border-radius: 50%;
 background: #4bb729 url(/jp/~/media/medicom/onlineinfo/top/ico_arrow-right.png) center / 6px no-repeat;
 margin: 0 8px 0 0;
 width: 20px;
 height: 20px;
}

.tx-blue {
 color: #0056a8;
}

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

.evidence {
 margin: 0 0 45px;
 font-size: 11px;
}

.evidence li {
 padding: 0 0 0 15px;
 line-height: 1.2;
 text-indent: -15px;
}

.evidence li:not(:last-child) {
 margin: 0 0 3px;
}

.evidence li::before {
 content: '※ ';
}

@media only screen and (max-width: 768px) {
 .column section + section {
  margin-top: 0 !important;
 }

 .list-circle li {
  margin: 0;
  padding: 0 0 2vw 5.0666667vw;
  font-size: 4.2666667vw;
 }

 .list-circle li::before {
  top: 2vw;
  left: 0;
  width: 2.1333333vw;
  height: 2.1333333vw;
 }

 .link-circle-arrow {
  position: relative;
  margin: 0 0 2.666667vw;
  padding: 0 0 0 6vw;
  text-decoration: underline;
  line-height: 1.4;
  font-size: 4.2666667vw;
 }

 .link-circle-arrow::before {
  position: absolute;
  top: 0.8vw;
  left: 0;
  background: #4bb729 url(/jp/~/media/medicom/onlineinfo/top/ico_arrow-right.png) center / 1.3333333vw no-repeat;
  margin: 0 8px 0 0;
  width: 4vw;
  height: 4vw;
 }

 .evidence {
  margin: 0 0 12vw;
  font-size: 2.933333vw;
 }

 .evidence li {
  padding: 0 0 0 3.333333vw;
  text-indent: -3.933333vw;
 }

 .evidence li:not(:last-child) {
  margin: 0 0 3px;
 }

}




/* Ajustment Settings
------------------------------------------------*/
@media only screen and (max-width: 768px) {
 .page-index + .block .inner-block {
  padding: 15px 0;
 }

 .page-index + .block .txt {
  font-size: 4.2666667vw;
 }
}






/* introduction Settings
------------------------------------------------*/
#intro .ttl {
  font-size: 28px;
  margin: 0 0 25px;
}

#intro .txt {
  padding: 0 50px 60px;
  line-height: 1.75;
}

@media only screen and (max-width: 768px) {
 #intro .ttl {
  font-size: 5.0666667vw;
  margin: 0 0 5.0666667vw;
   padding: 0 4vw;
}

  #intro .txt {
    padding: 0 4.6666667vw 13.3333333vw;
    line-height: 1.75;
    font-size: 4.2666667vw;
  }

}








/* section 01 Settings
------------------------------------------------*/
.sec01 {
 background: #f0f6f8;
 padding: 60px 40px;
}

.sec01 .point-wrap .flex-wrap {
 margin: 20px 1.04% 60px;
 gap: 0 1.92%;
}

.sec01 .point-wrap .flex-wrap .point-list-wrap {
 position: relative;
 border-radius: 6px;
 background: #fff;
 padding: 20px 0 30px;
 width: 32.05%
}

.sec01 .point-wrap .flex-wrap .point-list-wrap::before {
 content: 'POINT1';
 position: absolute;
 top: 20px;
 left: 50%;
 display: block;
 border-radius: 12px;
 background: #12d37f;
 margin: 0 0 0 -40px;
 width: 80px;
 height: 24px;
 line-height: 24px;
 text-align: center;
 font-weight: bold;
 font-size: 0.875rem;
 color: #fff;
}

.sec01 .point-wrap .flex-wrap .point-list-wrap:nth-child(2)::before {content: 'POINT2';}
.sec01 .point-wrap .flex-wrap .point-list-wrap:nth-child(3)::before {content: 'POINT3';}

.sec01 .point-wrap .flex-wrap .point-list-wrap .ttl {
 box-sizing: border-box;
 margin: 0;
 padding: 40px 0 0;
 text-align: center;
 line-height: 1;
 font-size: 1.125rem;
}

.sec01 .point-wrap .flex-wrap .point-list-wrap .img {
  display: block;
  height: 130px;
  text-align: center;
}

.sec01 .point-wrap .flex-wrap .point-list-wrap .img img {
  margin: 25px auto 0; 
  width: 57px;
}
.sec01 .point-wrap .flex-wrap .point-list-wrap:nth-child(2) .img img {margin: 35px auto 0; width: 114px;}
.sec01 .point-wrap .flex-wrap .point-list-wrap:nth-child(3) .img img {margin: 28px auto 0; width: 78px;}

.sec01 .point-wrap ul.list-circle li {
  margin: 20px 0 0;
  padding: 0 20px 0 40px;
  line-height: 1.7;
}

.sec01 .point-wrap ul.list-circle li::before {
  top: 9px;
  left: 20px;
}

.sec01 .feature-wrap .ttl {
    position: relative;
  padding: 0 0 0 140px;
  line-height: 1.2;
  font-size: 26px;
}

.sec01 .feature-wrap .ttl .ico {
  position: absolute;
  top: 0;
  left: 0;
 display: block;
 border-radius: 15px;
 background: #12d37f none;
 width: 120px;
 height: 30px;
 line-height: 30px;
 text-align: center;
 vertical-align: top;
 font-size: 1rem;
 color: #fff;
}

.sec01 .feature-wrap ul.list-circle li {
  padding: 0 20px 0 40px;
}

.sec01 .feature-wrap ul.list-circle li::before {
  top: 8px;
  left: 20px;
}

.sec01 #feature01  {
  margin: 0 0 60px;
}

.sec01 #feature02 .txt {
  margin: 0 0 40px 20px;
  line-height: 1.4;
}

.sec01 #feature02 .img-wrap {
 flex-wrap: wrap;
 border-radius: 6px;
 background: #fff;
 padding: 40px 60px;
}

.sec01 #feature02 .img-wrap .img {
 display: block;
 width: 49.49%;
}

.sec01 #feature02 .img-wrap .list-wrap {
  position: relative;
  border-radius: 6px;
  background: #f0f6f8;
  margin: 0;
  padding: 20px 0 5px;
  width: 45.22%;
  height: 250px;
}

.sec01 #feature02 .img-wrap .list-wrap.pc {
  display: flex !important;
}

.sec01 #feature02 .img-wrap .list-wrap:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -18px;
  display: block;
  border-top: 7px solid transparent;
  border-right: 18px solid #f0f6f8;
  border-bottom: 7px solid transparent;
  margin: -7px 0 0;
}

.sec01 #feature02 .img-wrap .list-wrap ul.list-circle {
  width: 43.05%;  
}
.sec01 #feature02 .img-wrap .list-wrap ul.list-circle:nth-child(2) {
  width: 56.95%;
}

.sec01 #feature02 .img-wrap .list-wrap ul.list-circle li {
  box-sizing: border-box;
  margin: 0 0 10px;
  padding: 0 0 0 25.8%;
  font-size: 14px;
  line-height: 1;
}

.sec01 #feature02 .img-wrap .list-wrap ul.list-circle:nth-child(2) li {
  padding: 0 0 0 19.5%;
}

.sec01 #feature02 .img-wrap .list-wrap ul.list-circle li::before {
  top: 6px;
  left: 19.35%;
  background: #a8b6c4;
  width: 4px;
  height: 4px;
}

.sec01 #feature02 .img-wrap .list-wrap ul.list-circle:nth-child(2) li::before {
  left: 14.6%;
}

.sec01 #feature02 .img-wrap .ttl {
  margin: 30px 0 0;
  padding: 0;
  width: 100%;
  font-size: 22px;
  text-align: center;
}


.sec01 #feature03 .img-wrap {
 border-radius: 6px;
 background: #fff;
 padding: 30px;
}





@media only screen and (max-width: 768px) {
  .sec01 {
    box-sizing: border-box;
   padding: 10.666667vw 2.666667vw;
    width: 100%;
  }

  .sec01 .point-wrap .flex-wrap {
    display: block;
   margin: 9.3333333vw 0 5.3333333vw;
  }

  .sec01 .point-wrap .flex-wrap .point-list-wrap {
    border-radius: 1.6vw;
    margin: 8.6666667vw 0 4.6666667vw;
    padding: 0 0 8vw;
    width: 100%;
  }

  .sec01 .point-wrap .flex-wrap .point-list-wrap::before {
   top: 8vw;
   border-radius: 3.333333vw;
   margin: 0 0 0 -12vw;
   width: 24vw;
   height: 6.6666667vw;
   line-height: 6.6666667vw;
   font-size: 4vw;
  }

  .sec01 .point-wrap .flex-wrap .point-list-wrap .ttl {
   margin: 0;
   padding:  20vw 0 0;
   line-height: 9.6vw;
   font-size: 4.2666667vw;
  }


  .sec01 .point-wrap .flex-wrap .point-list-wrap .img {
    height: 34vw;
  }

  .sec01 .point-wrap .flex-wrap .point-list-wrap .img img {
    margin: 6vw auto 0; 
    width: 13.7333333vw;
  }
  .sec01 .point-wrap .flex-wrap .point-list-wrap:nth-child(2) .img img {margin: 5.3333333vw auto 0; width: 25.066667vw;}
  .sec01 .point-wrap .flex-wrap .point-list-wrap:nth-child(3) .img img {margin: 6vw auto 0; width: 17.466667vw;}

  .sec01 .point-wrap ul.list-circle li {
    margin: 3.2vw 0 0;
    padding: 0 4.6666667vw 0 9.3333333vw;
    line-height: 6.4vw;
  }

  .sec01 .point-wrap ul.list-circle li::before {
    top: 2.4vw;
    left: 4vw;
  }

  .sec01 .feature-wrap .ttl {
    line-height: 9.7066666vw;
    font-size: 6.9333333vw;
    padding: 0;
  }

  .sec01 .feature-wrap .ttl .ico {
    position: relative;
   border-radius: 3.333333vw;
   width: 30.666667vw;
   height: 7.7333333vw;
   line-height: 7.7333333vw;
   font-size: 4.2666667vw;
  }

  .sec01 .feature-wrap ul.list-circle li {
    padding: 0 0 3.333333vw 8vw;
  }

  .sec01 .feature-wrap ul.list-circle li::before {
    top: 2.4vw;
    left: 3.066667vw;
  }

  .sec01 #feature01  {
    margin: 13.3333333vw 0;
  }

  .sec01 #feature02 .txt {
    margin: 0 auto 8vw;
    font-size: 4.2666667vw;
    line-height: 7.7333333vw;
  }

  .sec01 #feature02 .img-wrap {
    flex-wrap: wrap;
    padding: 9.3333333vw 4.8vw;
    margin-bottom:  13.3333333vw;
  }

  .sec01 #feature02 .img-wrap .img {
    display: block;
    width: 100%;
    margin: 0 0 8vw 0;
  }

  .sec01 #feature02 .img-wrap .list-wrap.pc {
    display: none !important;
  }

  .sec01 #feature02 .img-wrap .list-wrap.sp {
    position: relative;
    display: flex !important;
    border-radius: 3.333333vw;;
    margin: 0 0 8vw;
    padding: 5.3333333vw 0;
    width: 100%;
    height: auto;
  }

  .sec01 #feature02 .img-wrap .list-wrap:before {
    content: '';
    position: absolute;
    top: -2.4vw;
    left: 50%;
    display: block;
    border-top: none;
    border-right: 1.6vw solid transparent;
    border-bottom: 2.4vw solid #f0f6f8;
    border-left: 1.6vw solid transparent;
    margin: 0 0 0 -1.6vw;
  }

    .sec01 #feature02 .img-wrap .list-wrap ul.list-circle {
    display: inline-block;
    vertical-align: top;
    width: 24vw;  
  }
    .sec01 #feature02 .img-wrap .list-wrap ul.list-circle:nth-child(2) {
    width: 36vw;
  }

    .sec01 #feature02 .img-wrap .list-wrap ul.list-circle:nth-child(3) {
    width: 25.333333vw;
  }

  .sec01 #feature02 .img-wrap .list-wrap ul.list-circle li {
    margin: 0 0 1.6vw;
    padding: 0 0 0 6.4vw;
    font-size: 3.466667vw;
    line-height: 4.4vw;
  }

  .sec01 #feature02 .img-wrap .list-wrap ul.list-circle:nth-child(2) li {
    padding: 0 0 0 5.0666667vw;
  }
  
  .sec01 #feature02 .img-wrap .list-wrap ul.list-circle:nth-child(3) li {
    padding: 0 0 0 2.666667vw;
  }

  .sec01 #feature02 .img-wrap .list-wrap ul.list-circle li::before {
    top: 1.7333333vw;
    left:  3.733333vw;
    width: 1.2vw;
    height: 1.2vw;
  }
  
  .sec01 #feature02 .img-wrap .list-wrap ul.list-circle:nth-child(2) li::before {
    left:  2.4vw;
  }
  
  .sec01 #feature02 .img-wrap .list-wrap ul.list-circle:nth-child(3) li::before {
    left: 0;
  }

  .sec01 #feature02 .img-wrap .ttl {
    margin: 0;
    font-size: 4.8vw;
    line-height: 7.2vw;
  } 

  .sec01 #feature03 .img-wrap {
    border-radius: 1.3333333vw;
    padding: 4.6666667vw;
    margin: 8.6666667vw 0 6.133333vw;
  }

 
}





/* related article Settings
------------------------------------------------*/
.related-article {
 background: -moz-linear-gradient( -90deg, rgb(76,171,225) 0%, rgb(130,193,228) 100%);
 background: -webkit-linear-gradient( -90deg, rgb(76,171,225) 0%, rgb(130,193,228) 100%);
 background: -ms-linear-gradient( -90deg, rgb(76,171,225) 0%, rgb(130,193,228) 100%);
 padding: 60px 0 90px;
}

.related-article .ttl {
 text-align: center;
 color: #fff;
}

.related-article .flex-wrap {
 margin: 0 21.235%;
}

.related-article .flex-wrap li {
 width: 46.822%;
}

.related-article .flex-wrap li .txt {
 margin: 10px 0 0;
 line-height: 1.5;
 font-size: 1rem;
 color: #fff;
}

@media only screen and (max-width: 768px) {
 .related-article {
  box-sizing: border-box;
  padding: 12vw 2.66667vw 8vw;
  width: 100vw;
 }

 .related-article .ttl {
  text-align: center;
  color: #fff;
 }

 .related-article .flex-wrap {
  display: block;
  margin: 0 auto;
  width: 92vw;
 }

 .related-article .flex-wrap li {
  margin: 0 0 5.3333333vw;
  width: 100%;
 }

 .related-article .flex-wrap li a {
  display: flex;
  justify-content: space-between;
 }

 .related-article .flex-wrap li .img {
  display: block;
  width: 45.333333vw;
 }

 .related-article .flex-wrap li .txt {
  margin: 0;
  width: 42.666667vw;
  font-size: 3.733333vw;
 }
}




