@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/cardreader/bg_mv_pc.png") no-repeat 50% 100%/auto 100%;
  margin: 0 0 60px;
  overflow: visible;
}

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

.header-pageTitle-low .inner-pageTitle {
  display: block;
  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 {
   padding: 0 0 0 4.8vw;
   height: 72vw;
  }
}

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

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

.header-pageTitle-low h1 p {
  position: relative;
  top: auto;
  font-size: 20px;
  color: #fff;
}

.header-pageTitle-low .evidence {
  font-size: 11px;
  color: #fff;
  position:absolute;
  top: 275px;
}

.header-pageTitle-low .inner-pageTitle .img img {
  position: absolute;
  top: 0;
  right: 0;
}

.header-pageTitle-low #evidence01 {
  position: absolute;
  top: auto;
  bottom: -20px;
  left: 0;
  margin: 0;
  font-size: 11px;
  color: #333;
}

@media only screen and (max-width: 980px) {
  .header-pageTitle-low .inner-pageTitle .img img {
    width: auto;
  }
}

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

  .header-pageTitle-low h1 p {
    font-weight: normal;
    font-size: 3.466667vw;
    padding: 2vw 0 0;
  }

  .header-pageTitle-low .evidence {
    font-weight: normal;
    font-size: 2.666667vw;
    top: 66.666667vw;
  }

  .header-pageTitle-low .inner-pageTitle .img img {
    position: absolute;
    width: 97.3333333vw;
    top:  12.6666667vw;
    right: 0.9333333vw;
  }

  .header-pageTitle-low #evidence01 {
    bottom: -10vw;
    left: 0;
    margin: 0 4.6666667vw;
    font-size: 2.666667vw;
    line-height: 3.733333vw;
  }
}

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

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

@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: 0 0 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;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  counter-reset: number 0;
  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 15px 30px 60px;
  text-align: center;
}

.page-index .page-index-list li:nth-child(2),
.page-index .page-index-list li:nth-child(4),
.page-index .page-index-list li:nth-child(5) {
  padding: 10px 15px 30px 60px;
}

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

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

@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: 5px;
  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: 95px;
}

.page-index .page-index-list li:nth-child(2) a,
.page-index .page-index-list li:nth-child(4) a,
.page-index .page-index-list li:nth-child(5) a {
  min-height: 80px;
}

@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:nth-child(2) a,
  .page-index .page-index-list li:nth-child(4) a,
  .page-index .page-index-list li:nth-child(5) a {
    min-height: auto;
  }
}

.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 40px 10px;
  font-size: 2rem;
}

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

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

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

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

section.sec04 .ttl .ico {
  background: url(/jp/~/media/medicom/onlineinfo/cardreader/ttl_sec4_sub.png) no-repeat 0 0/auto 100%;
  width: 173px;
  height: 16px;
}

section.sec05 .ttl .ico {
  background: url(/jp/~/media/medicom/onlineinfo/cardreader/ttl_sec5_sub.png) no-repeat 0 0/auto 100%;
  width: 173px;
  height: 16px;
}

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

  section.sec02 .ttl .ico {
    height: 3.33333vw;
  }

  section.sec03 .ttl .ico {
    height: 3.33333vw;
  }

  section.sec04 .ttl .ico {
    height: 3.33333vw;
  }

  section.sec05 .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 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 50px;
 font-size: 1rem;
 line-height: 1.4;
}

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

.link-wrap {
}

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

}




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


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

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

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

.sec01 p.txt {
 font-size: 1rem;
 line-height: 1.75;
}

.sec01 .point-wrap .img-wrap{
  display: flex;
  margin: 0 0 35px 0;
}

.sec01 .point-wrap .img-wrap .item {
  background-color: #fff;
  border-radius: 6px;
  width: 460px;
  padding: 30px;
}

.sec01 .point-wrap .img-wrap .item:nth-of-type(2) {
  border: 3px solid #0056a8;
  margin: 0 0 0 15px;
}

.sec01 .point-wrap .img-wrap .item .img img {
  width: 365px;
}

.sec01 .point-wrap .img-wrap .item .img:nth-of-type(2) img {
  width: 336px;
}

.sec01 .media {
  text-align: center;
  margin: 0 auto 60px;
  width: 89.9%;
  aspect-ratio: 16 / 9;
}

.sec01 .media iframe {
  width: 100%;
  height: 100%;
}

.sec01 #point03 .flex-wrap .img {
  display: block;
  border-radius:10px;
  background: rgba(114,115,224,0.07);
  margin: 0 0 0 2.09%;
  width: 35.55%;
}

.sec01 #point03 .flex-wrap .img img {
  position: relative;
  top: -22px;
  left: 4.4%;
  width: 87.05%;
}

.sec01 #point03 .flex-wrap .txt {
  width: 59.1%;
}

.sec01 #point04 {
  position: relative;
}

.sec01 #point04 .flex-wrap {
  display: flex;
  gap: 15px;
  margin: 0 10px 15px;
}


.sec01 #point04 .flex-wrap .flex-wrap-item {
  background: #fff;
  border-radius:10px;
  width: 226px;
  padding: 0 0 24px;
}

.sec01 #point04 .flex-wrap .flex-wrap-item .img {
  display: block;
  height: 160px;
  text-align: center;
}

.sec01 #point04 .flex-wrap .flex-wrap-item .img img {
  width: 163px;
  padding: 28px 0 0;
}

.sec01 #point04 .flex-wrap .flex-wrap-item:nth-child(2) .img img {
  width: 189px;
  padding: 70px 0 0;
}

.sec01 #point04 .flex-wrap .flex-wrap-item:nth-child(2) .evidence {
  position: absolute;
  left: 18px;
  bottom: -28px;
  margin: 0;
}

.sec01 #point04 .flex-wrap .flex-wrap-item:nth-child(3) .img img {
  width: 150px;
  padding: 44px 0 0;
}

.sec01 #point04 .flex-wrap .flex-wrap-item:nth-child(4) .img img {
  width: 138px;
  padding: 64px 0 0;
}


.sec01 #point04 .flex-wrap .flex-wrap-item .txt {
  font-size: 14px;
  margin: 45px 18px 0;
}




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

  .sec01 #point01 {
    margin: 0 0 12.6666667vw 0;
  }

  .sec01 .point-wrap .ttl {
    font-size: 5.6vw;
    margin: 0 0 9.3333333vw 0;
    padding: 0;
  }

  .sec01 .point-wrap .ttl .ico {
    position: relative;
    border-radius: 3.333333vw;
    width: 24vw;
    height: 6.8vw;
    line-height: 6.8vw;
    font-size: 4vw;
    margin: 4.6666667vw 0 3.333333vw;
  }

  .sec01 p.txt {
   font-size: 4.2666667vw;
   line-height: 1.8;
  }

  .sec01 .point-wrap .img-wrap {
    flex-wrap: wrap;
    margin: 0 2.666667vw;
  }

  .sec01 .point-wrap .img-wrap .item {
    border-radius: 1.6vw;
    border: 0.2666667vw solid #dddddd;
    padding: 5.3333333vw 8vw;
    margin: 0 0 4vw;
    width: 100%;
  }

  .sec01 .point-wrap .img-wrap .item:nth-of-type(2) {
    border: 0.8vw solid #0056a8;
    margin: 0 0 6vw;
  }

  .sec01 .point-wrap .img-wrap .item .img img {
    width: 77.6vw;
  }

  .sec01 .point-wrap .img-wrap .item .img:nth-of-type(2) img {
    width: 66.666667vw;
  }

  .sec01 .media {
    margin: 0 0 12vw 0;
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .sec01 .media iframe {
    width: 100%;
    height: 100%;
  }

  .sec01 #point03 .flex-wrap .img {
    display: block;
    border-radius:1.3333333vw;
    margin: 0 0 4.6666667vw;
    width: 100%;
  }

  .sec01 #point03 .flex-wrap .img img {
    top: -2.933333vw;
    left: 8.4vw;
    width: 72.666667vw;
  }

  .sec01 #point03 .flex-wrap .txt {
    width: 100%;
  }
  
  .sec01 #point04 .flex-wrap {
    flex-wrap: wrap;
    gap: 4.2666667vw;
    margin: 0;
  }

  .sec01 #point04 .flex-wrap .flex-wrap-item {
    border-radius: 1.6vw;
    width: 100%;
    padding: 0 0 9.3333333vw;
  }
  
  .sec01 #point04 .flex-wrap .flex-wrap-item:nth-child(2) {
    position: relative;
    border-radius: 1.6vw;
    width: 100%;
    margin: 0 0 8.6666667vw;
    padding: 0 0 9.3333333vw;
  }
  
  .sec01 #point04 .flex-wrap .flex-wrap-item:nth-child(2) .evidence {
    left: 4vw;
    bottom: -9.6666667vw;
    padding: 0 2.666667vw 0 0;
    line-height: 1.4;
  }

  .sec01 #point04 .flex-wrap .flex-wrap-item:nth-child(2) .evidence:first-letter {
    margin: 0 0 0 -2.933333vw;
  }

  .sec01 #point04 .flex-wrap .flex-wrap-item .img {
    display: block;
    height: 54vw;
    text-align: center;
  }

  .sec01 #point04 .flex-wrap .flex-wrap-item .img img {
    width: 39.2vw;
    padding: 7.3333333vw 0 0;
  }

  .sec01 #point04 .flex-wrap .flex-wrap-item:nth-child(2) .img img {
    width: 45.47vw;
    padding: 17.333333vw 0 0;
  }

  .sec01 #point04 .flex-wrap .flex-wrap-item:nth-child(3) .img img {
    width: 36vw;
    padding: 13.3333333vw 0 0;

  }

  .sec01 #point04 .flex-wrap .flex-wrap-item:nth-child(4) .img img {
    width: 32.13vw;
    padding: 13.0666667vw 0 0;
  }


  .sec01 #point04 .flex-wrap .flex-wrap-item .txt {
    font-size: 4.2666667vw;
    line-height: 1.5;
    margin: 0 6.6666667vw;
  }
  
}





/* section 02 Settings
------------------------------------------------*/
.sec02 {
  padding: 80px 40px 95px;
}

.sec02 #ttl01 .ttl {
  margin: 0;
}

.sec02 .btn-wrap li a {
 position: relative;
 box-sizing: border-box;
 display: block;
 border-radius: 6px;
 background: -moz-linear-gradient( 90deg, rgb(50,141,23) 0%, rgb(75,183,41) 13%, rgb(103,192,16) 100%);
 background: -webkit-linear-gradient( 90deg, rgb(50,141,23) 0%, rgb(75,183,41) 13%, rgb(103,192,16) 100%);
 background: -ms-linear-gradient( 90deg, rgb(50,141,23) 0%, rgb(75,183,41) 13%, rgb(103,192,16) 100%);
 margin: 0 auto;
 padding: 15px 0 0;
 width: 540px;
 height: 90px;
 text-align: center;
 line-height: 1.4;
 font-size: 1.25rem;
 color: #fff;
}

.sec02 .btn-wrap li a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	margin: -6px 0 0;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sec02 .step-intro-wrap .evidence {
  position: relative;
  top: 10px;
  left: 200px;
  margin: 0 0 95px;
}

.sec02 .media {
  text-align: center;
  margin: 0 auto 60px;
  width: 89.9%;
  aspect-ratio: 16 / 9;
}

.sec02 .media iframe {
  width: 100%;
  height: 100%;
}

.sec02 h4 {
  font-size: 26px;
  color: #0056A8;
}

.sec02 .function-wrap-list,
.sec02 .function-wrap-list h6 {
  position: relative;
}

.sec02 .function-wrap-list:before {
  content: '';
	position: absolute;
  border-radius: 50%;
	background: #12d37f;
  top: -16px;
  left: 50%;
  margin: 0 0 0 -16px;
	width: 32px;
	height: 32px;
}

.sec02 .function-wrap-list h6:before,
.sec02 .function-wrap-list h6:after {
	content: "";
	position: absolute;
	top: -33px;
  left: 50%;
  margin: 0 0 0 -8px;
	width: 16px;
	height: 4px;
	background-color: #fff;
}

.sec02 .function-wrap-list h6:after {
  transform: rotate(90deg);
}

.sec02 .step-default-wrap h5{
  height: 60px;
  background-color: #c3dde6;
  border-radius: 6px 6px 0 0;
  font-size: 24px;
  line-height: 60px;
  color: #0056A8;
  text-align: center;
  margin: 0;
}

.sec02 .step-default-wrap .default-list-wrap {
  border-radius:0 0 6px 6px;
  background: #f0f6f8;
  box-sizing: border-box;
  margin: 0 10px 60px;
  padding: 0 0 30px;
}

.sec02 .default-list-wrap .flex-wrap {
  width: 77%;
  margin: 0 auto 60px;
  gap: 5.875%;
  padding: 20px 0 0;
}

.sec02 .function-wrap-list {
  margin: 0 30px;
}

.sec02 .step-default-wrap h6 {
  font-size: 20px;
  color: #0056A8;
  text-align: center;
  margin: 0 0 20px 0;
}

.sec02 .step-default-wrap .default-list-wrap .function-wrap-list {
  position: relative;
  border-radius:10px;
  background: rgba(114,115,224,0.07);
  width: 93.5%;
  margin: 0 auto;
  padding: 30px 0 0;
}

.sec02 .step-default-wrap .default-list-wrap .function-wrap-list .check-wrap {
  width: 97.575%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 0 20px;
}

.sec02 .step-default-wrap .default-list-wrap .function-wrap-list .check-wrap .check-wrap-item {
  position: relative;
  z-index: 1;
  margin: 10px 1.825%;
  width: 29.55%;
  border-radius: 6px;
  background: #fff;
}

.sec02 .step-default-wrap .default-list-wrap .function-wrap-list .check-wrap .check-wrap-item:nth-child(2) {
  margin: 10px 20.712% 10px 1.825%;
}

.sec02 .step-default-wrap .default-list-wrap .function-wrap-list .img {
  display: block;
  position: absolute;
  z-index: 0;
  top: 40px;
  right: 10.5%;
  width: 89px;
}

.sec02 .step-default-wrap .default-list-wrap .function-wrap-list .check-wrap .check-wrap-item:before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  display: block;
  background: url("/jp/~/media/medicom/onlineinfo/cardreader/ico_check.png") 0 0 / 100% 100% no-repeat;
  width: 42px;
  height: 42px;
}

.sec02 .step-default-wrap .default-list-wrap .function-wrap-list .check-wrap .check-wrap-item p {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  padding: 15px 15px 15px 30px;
  margin: 0
}

.sec02 p.txt {
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 65px 10px;
}

.sec02 .txt .ttl {
 font-size: 1rem;
}

.sec02 .step-intro-wrap .flex-wrap {
  display: block;
  text-align: center;
}

.sec02 .step-intro-wrap .flex-wrap .img img  {
  width: 567px;
}

.sec02 .step-customize-wrap p {
  margin: 0 0 40px 10px;
}

.sec02 .step-customize-wrap .flex-wrap {
  margin: 0;
}

.sec02 .step-customize-wrap .customize-list-wrap {
  border-radius:6px;
  background: #f0f6f8;
  box-sizing: border-box;
  margin: 0 auto 35px;
  padding: 40px;
}

.sec02 #item01 {
  position: relative;
  margin: 0 0 40px;
}

.sec02 #item01 .txt-wrap .ttl  {
  margin: 0;
  padding: 0 0 105px;
  width: 53.75%;
  font-size: 22px;
  line-height: 1.45;
  text-align: center;
}

.sec02 #item01 .txt-wrap p:nth-child(1) {
  position: relative;
}

.sec02 #item01 .txt-wrap p:nth-child(1):after {
  content: '';
  position: absolute;
  background: url(/jp/~/media/medicom/onlineinfo/cardreader/ico_arrow.png);
  bottom: 25px;
  left: 50%;
  margin: 0 0 0 -15px;
  width: 29px;
  height: 50px;
}

.sec02 #item01 .txt-wrap p:nth-child(2) {
  line-height: 1.4;
  vertical-align: middle;
  margin: 0;
}

.sec02 #item01 .txt-wrap p:nth-child(2) img {
  padding: 0 0 10px;
}

.sec02 #item01 .txt-wrap p:nth-child(2) span.sup {
  display: inline-block;
  margin: 15px 0 0 3px;
}

.sec02 #item01 .txt-wrap p:nth-child(2) span.tx-blue {
  font-size: 20px;
}

.sec02 #item01 .img {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 44.39%;
}

.sec02 .step-customize-wrap h5{
  border-top: 2px solid #fff;
  margin: 0 auto;
  padding: 40px 0 0;
  height: 60px;
  text-align: center;
  font-size: 24px;
  color: #0056A8;
}

.sec02 .step-customize-wrap #item02 {
  gap: 2.32%;
}

.sec02 .list-circle li {
  line-height: 2.03;
}


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

  .sec02 #ttl01 .ttl {
    margin: 0;
  }
   .sec02 .btn-wrap li a {
    border-radius: 0.8vw;
    margin: 10vw auto 0;
    padding: 2.666667vw 0;
    width: 92vw;
    height: auto;
    font-size: 3.733333vw;
 }

   .sec02 .btn-wrap li a::after {
    right: 2.4vw;
    width: 2.1333333vw;
    height: 2.1333333vw;
    border-top: 0.5333333vw solid #fff;
    border-right: 0.5333333vw solid #fff;
  }
  
  .sec02 .step-intro-wrap .evidence {
    margin: 3.333333vw 0 12.6666667vw;
    left: 0;
  }

  .sec02 .media {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 0 0 12.6666667vw;
  }

  .sec02 h4 {
    font-size: 5.3333333vw;
    margin: 0 0 5.3333333vw;
  }

  .sec02 .step-default-wrap h5{
    line-height: 12vw;
    height: 12vw;
    border-radius: 1.6vw 1.6vw 0 0;
    font-size: 4.8vw;
  }
  
  .sec02 .step-default-wrap .default-list-wrap {
    border-radius:0 0 1.6vw 1.6vw;
    border-radius: 1.6vw;
    margin: 0 0 12vw -1.3333333vw;
    padding: 0 0 2.933333vw;
    width: 94.666667vw;
  }

  .sec02 .default-list-wrap .flex-wrap {
    width: 92.86%;
    flex-wrap: nowrap;
    gap: 4.3%;
    margin: 0 auto 6.6666667vw;
    padding: 5.6vw 0;
  }  
  
  .sec02 .function-wrap-list,
  .sec02 .function-wrap-list h6 {
    position: relative;
  }

  .sec02 .function-wrap-list:before {
    top: -3.2vw;
    margin: 0 0 0 -3.2vw;
    width: 6.4vw;
    height: 6.4vw;
  }

  .sec02 .function-wrap-list h6:before,
  .sec02 .function-wrap-list h6:after {
    top: -5.7vw;
    margin: 0 0 0 -1.6vw;
    width: 3.2vw;
    height: 0.8vw;
  }

  .sec02 .step-default-wrap h6 {
    font-size: 4.2666667vw;
    margin: 0 0 2.666667vw;
  }

  .sec02 .step-default-wrap .default-list-wrap .function-wrap-list {
    border-radius: 1.6vw;
    width: 89.333333vw;
    padding: 5vw 0 0;
  }

  .sec02 .step-default-wrap .default-list-wrap .function-wrap-list .check-wrap {
    display: block;
    width: 89.333333vw;
    padding: 0 0 4vw;
  }

  .sec02 .step-default-wrap .default-list-wrap .function-wrap-list .check-wrap .check-wrap-item {
    width: 56vw;
    border-radius: 1.6vw;
    margin:  2.933333vw 5.3333333vw;
  }

  .sec02 .step-default-wrap .default-list-wrap .function-wrap-list .check-wrap .check-wrap-item:nth-child(2) {
    margin: 0 5.3333333vw;
  }

  .sec02 .step-default-wrap .default-list-wrap .function-wrap-list .check-wrap .check-wrap-item:nth-child(n+3) {
    width: 78.666667vw;
  }

  .sec02 .step-default-wrap .default-list-wrap .function-wrap-list .img {
    display: block;
    top: 15.3333333vw;
    right: 6.3333333vw;
    width:  20.266667vw;
  }

  .sec02 .step-default-wrap .default-list-wrap .function-wrap-list .check-wrap .check-wrap-item:before {
    top: -1.5vw;
    left: -1.5vw;
    width: 8.5333333vw;
    height: 8.5333333vw;
  }

  .sec02 .step-default-wrap .default-list-wrap .function-wrap-list .check-wrap .check-wrap-item p {
    font-size: 3.733333vw;
    padding: 2.733333vw 0;
  }

  .sec02 p.txt {
    font-size: 4.2666667vw;
    line-height: 1.8;
    margin: 9.6vw 0 13.3333333vw;
  }

  .sec02 .txt .ttl {
   font-size: 4.2666667vw;
  }

  .sec02 .step-intro-wrap .flex-wrap {
    display: block;
    text-align: center;
  }

  .sec02 .step-intro-wrap .flex-wrap .img img  {
    width: 75.6vw;
  }

  .sec02 .step-customize-wrap p {
    margin: 0 0 9.3333333vw;
  }

  .sec02 .step-customize-wrap .flex-wrap {
    margin: 0;
  }

  .sec02 .step-customize-wrap .customize-list-wrap {
    border-radius: 1.6vw;
    margin: 0 0 8vw;
    padding: 8vw 4vw 1vw;
  }

  .sec02 #item01 {
    margin: 0 0 4vw ;
  }

  .sec02 #item01 .txt-wrap .ttl  {
    padding: 0;
    width: 100%;
    font-size: 4.8vw ;
    line-height: 1.5;
  }

  .sec02 #item01 .txt-wrap p:nth-child(1) {
    padding: 0 0 20vw;
  }

  .sec02 #item01 .txt-wrap p:nth-child(1):after {
    background: url(/jp/~/media/medicom/onlineinfo/cardreader/ico_arrow_sp.png) 0 0 / 100% 100% no-repeat;
    bottom:  4.2666667vw;
    margin: 0 0 0 -4vw;
    width: 8.1333333vw;
    height: 11.333333vw;
  }

  .sec02 #item01 .txt-wrap p:nth-child(2) {
    line-height: 1.8;
    font-size: 4.2666667vw;
    vertical-align: middle;
    margin: 0 0 8.4vw;
  }

  .sec02 #item01 .txt-wrap p:nth-child(2) img {
    width: 77.46%;
    padding: 0;
  }

  .sec02 #item01 .txt-wrap p:nth-child(2) span.sup {
    margin: 1vw 0 0 0.8vw;
  }

  .sec02 #item01 .txt-wrap p:nth-child(2) span.tx-blue {
    font-size: 4.2666667vw;
  }

  .sec02 #item01 .img {
    position: static;
    width: 100%;
  }

  .sec02 .step-customize-wrap h5{
    border-top: 0.2666667vw solid #fff;
    padding: 8vw 0 0;
    height: 9.6vw;
    font-size: 4.8vw;
  }

  .sec02 .step-customize-wrap #item02 {
    width: 84vw;
    flex-wrap: wrap;
    margin: 0 auto 8vw;
    gap: 4vw;
  }

  .sec02 .step-customize-wrap #item02 li {
    width: 40vw;
    margin: 0;
  }
  
  .sec02 .list-circle li {
    line-height: 1.5;
  }

}





/* section 03 Settings
------------------------------------------------*/
.sec03 {
  background: #f0f6f8;
  padding: 60px 40px 90px;
  margin: 0 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sec03 #feature02 .txt {
  margin: 0 0 40px 20px;
  font-size: 18px;
  line-height: 1.4;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 768px) {
  .sec03 {
    box-sizing: border-box;
    margin: 0 -10px 0 -4vw;
    padding: 11.73333vw 4vw 8vw;
    width: 100vw;
  }

  .sec03 .point-wrap .flex-wrap {
    display: block;
    margin: 9.3333333vw 0 14vw;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 
}

/* section 04 Settings
------------------------------------------------*/
.sec04 {
  padding: 0 50px 95px;
}

.sec04 .history-wrap {
  padding: 30px 0;
  margin: 0 auto 10px;
}

.sec04 .history-wrap#history01 {
  background-color: #f0f6f8;
}

.sec04 .history-wrap#history02 {
  background-color: #e9f6f4;
  margin: 0 auto 40px;
}

.sec04 .history-wrap .ttl {
  font-size: 26px;
  margin: 0 0 40px 32px;
}

.sec04 .history-wrap .ttl span {
  font-size: 14px;
  font-weight: normal;
  padding: 0 0 0 15px;
}

.sec04 .history-wrap .img {
  display: block;
  width: 95.7%;
}

.sec04 p.txt {
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 35px 0;
}

.sec04 .evidence {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .sec04 {
    padding: 12vw 0 12.6666667vw;
  }
  
  .sec04 h2 {
    margin: 0 0 7.2vw;
  }

  .sec04 .history-wrap {
    padding: 4.6666667vw 0 8.5333333vw;
    margin: 0 0 4vw -1.3333333vw;
    width: 94.666667vw;
  }

  .sec04 .history-wrap#history02 {
    margin: 0 0 4vw -1.3333333vw;
  }

  .sec04 .history-wrap .ttl {
    margin: 0 0 4vw 5.3333333vw;
    font-size: 5.6vw;
  }

  .sec04 .history-wrap .ttl span {
    display: block;
    padding: 0;
    font-size: 3.2vw;
  }

  .sec04 .history-wrap .img {
    margin: 0 auto;
    width: 84.533333vw;
  }

  .sec04 p.txt {
    margin: 0 0 8vw;
    line-height: 1.8;
  }
}

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

.sec05 .img-wrap {
  width: 536px;
  margin: 65px auto 35px;
}

.sec05 .link-circle-arrow img {
  display: inline-block;
  margin: 2px 0 0 8px;
  width: 20px;
  height: 16px;
}

.sec05 h3 {
  font-size: 26px;
  margin: 65px 0 40px;
}

.sec05 p {
  margin: 0 0 45px;
}

.sec05 .cardreader-table {
  border-spacing: 2px;
  border-collapse: separate;
  border-color: #fff;
  background: #fff;
  width: 100%;
  margin: auto;
}

.sec05 .cardreader-table th,
.sec05 .cardreader-table td {
  border: none;
  vertical-align: middle;
  text-align: center;
}

.sec05 .cardreader-table th {
  background: #7ab6cb;
  font-weight: bold;
  color: #FFF;
  font-size: 18px;
  padding: 16px 0;
}

.sec05 .cardreader-table td.table-bg {
  background: #e5f0f4;
}

.sec05 .cardreader-table td.bg-w {
  border: 1px solid #f0f6f8;
  padding: 18px 0;
  line-height: 1.5;
}

.sec05 .cardreader-table .tx-b {
  font-weight: bold;
  line-height: 1.5;
}

.sec05 .cardreader-table td.bg-w span {
  font-size: 13px;
}

.sec05 .cardreader-table td.bg-w span.fs10 {
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .sec05 {
    box-sizing: border-box;
    margin: 0 -10px 0 -4vw;
    padding: 11.73333vw 4vw 8vw;
    width: 100vw;
  }

  .sec05 .img-wrap {
    width: 89.6vw;
    margin: 9.0666667vw auto 6vw;
  }

  .sec05 .link-circle-arrow {
    display: block;
    padding: 0 9.3333333vw 0 6vw;
  }

  .sec05 .link-circle-arrow img {
    margin: 1.3333333vw 0 0 0.8vw;
    width: 4.5333333vw;
    height: 3.466667vw;
  }

  .sec05 h3 {
    margin: 10.666667vw 1.3333333vw 6vw;
    font-size: 5.3333333vw;
  }

  .sec05 p {
    margin: 0 1.3333333vw 8.5333333vw;
    line-height: 1.8;
    font-size: 4.2666667vw;
  }

  .sec05 .cardreader-table {
    border-spacing: 2px;
    border-collapse: separate;
    border-color: #fff;
    background: #fff;
    width: 100%;
    margin: auto;
  }

  .sec05 .cardreader-table th,
  .sec05 .cardreader-table td {
    border: none;
    padding: 4vw 1.3333333vw;
    vertical-align: middle;
    text-align: center;
  }
  
  .sec05 .cardreader-table th {
    background: #7ab6cb;
    font-weight: bold;
    color: #FFF;
    font-size: 18px;
    padding: 16px 0;
  }

  .sec05 .cardreader-table td.table-bg {
    background: #e5f0f4;
  }

  .sec05 .cardreader-table td.bg-w {
    border: 1px solid #f0f6f8;
    padding: 18px 0;
    line-height: 1.5;
  }

  .sec05 .cardreader-table .tx-b {
    font-weight: bold;
    line-height: 1.5;
  }

  .sec05 .cardreader-table td.bg-w span,
  .sec05 .cardreader-table td.bg-w span.fs10 {
    font-size: 2.666667vw;
  }

}


/* 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;
    margin: 0 -10px 0 -4vw;
    padding: 12vw 2.66667vw 8vw;
    width: 100vw;
  }

  .related-article .ttl {
    margin: 0 1.33333vw 4.66667vw;
    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;
  }
}





