<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#mdr-service .visualArea {
  background: #000 url(/assets/img/bg_produt_mainvisual_mdr.jpg) no-repeat right top;
  background-size: cover;
}

#mdr-service .page__style4 .visualArea .titleArea {
  color: #fff;
}

#mdr-service .page__style4 .visualArea .titleArea__subtitle {
  color: #fff;
}

#mdr-service .sec01 {
  padding-bottom: 80px;
}

#mdr-service .sec01 .textArea {
  width: 600px;
  min-height: 438px;
}

#mdr-service .sec01 .imgArea {
  position: absolute;
  top: 0;
  right: 40px;
}

#mdr-service .sec02 {
  background: #262a32 url(/assets/img/2021/bg_line_hexagon_dark_01.jpg) no-repeat top right;
  color: #fff;
}

#mdr-service .sec02 .bgWrap {
  padding: 100px 0;
  background: transparent url(/assets/img/2021/bg_line_hexagon_dark_02.jpg) no-repeat bottom left;
}

#mdr-service .sec02 .intro {
  margin-bottom: 50px;
}
#mdr-service .sec02 .boxList {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
}

#mdr-service .sec02 .box {
  padding: 25px 0;
  width: 480px;
  position: relative;
  border-top: 2px solid #444;
}
#mdr-service .sec02 .box:nth-child(7),
#mdr-service .sec02 .box:nth-child(8) {
  border-bottom: 2px solid #444;
}
#mdr-service .sec02 .box .icon{
  width: 54px;
  height: 54px;
  position: absolute;
  top:25px;
  left:0;
}
#mdr-service .sec02 .box .icon img{
  width: 100%;
}
#mdr-service .sec02 .box .title {
  margin-bottom: 10px;
  padding-left: 64px;
  line-height: 54px;
  font-size: 21px;
}
#mdr-service .sec02 .box .text {
  margin-bottom: 0;
  font-size: 12px;
}

#mdr-service .sec03 {
  position: relative;
  padding: 90px 0 120px;
  background: url(/assets/img/2021/bg_hexagon_white_02.jpg) no-repeat left bottom;
}
#mdr-service .sec03 .intro {
  margin-bottom: 45px;
}
#mdr-service .sec03 .planArea {
  margin-bottom: 70px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
}
#mdr-service .sec03 .planArea .box {
  width: 495px;
  background-color: #fff;
  border:1px solid #ccc;
  border-radius: 16px;
  position: relative;
}
#mdr-service .sec03 .planArea .box::after {
  content:'';
  display: block;
  width: 82px;
  height: 82px;
  background: url(/assets/img/img_products-mdr-ribbon.png) no-repeat left top;
  position: absolute;
  top:-6px;
  left:-4px;
}
#mdr-service .sec03 .planArea .title {
  line-height: 62px;
  background-color: #F6BD03;
  font-size: 24px;
  color: #595955;
  text-align: center;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
#mdr-service .sec03 .planArea .core .title {
  background-color: #262a32;
}
#mdr-service .sec03 .planArea .copy {
  margin-bottom: 20px;
  font-size: 21px;
  color: #595955;
  line-height: 1.4;
  text-align: center;
}
#mdr-service .sec03 .planArea .funcList .wrap {
  margin-bottom: 25px;
}
#mdr-service .sec03 .planArea .funcList .wrap:last-child {
  margin-bottom: 0;
}
#mdr-service .sec03 .planArea .funcList .wrap:after {
  content:''
}
#mdr-service .sec03 .planArea .funcList dt {
  margin-bottom: 10px;
  padding: 0 0 0 20px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  color: #595955;
  position: relative;
}
#mdr-service .sec03 .planArea .funcList dt i {
  position: absolute;
  left:0;
  top:2px;
  color: #F6BD03;
}
#mdr-service .sec03 .planArea .funcList dd {
  padding: 0 0 0 20px;
  font-size: 14px;
  line-height: 1.4;
}
#mdr-service .sec03 .planArea .link {
  margin-top: 25px;
  padding-top: 20px;
  border-top:1px dotted #ccc;
}
#mdr-service .sec03 .planArea .link a {
  text-decoration: underline;
}

#mdr-service .sec03 .planArea .box .inner {
  padding: 30px;
}

#mdr-service .sec03 .funcArea h3 {
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
}
#mdr-service .sec03 .funcArea table {
  margin-bottom: 20px;
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
}
#mdr-service .sec03 .funcArea table thead .tab {
  width: calc(800px / 2);
  height: 100%;
  vertical-align: middle;
}
#mdr-service .sec03 .funcArea table thead .tab span {
  display: block;
  height: 100%;
  padding: 10px 0;
  font-size: 18px;
  color: #595955;
  background-color: #F6BD03;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
#mdr-service .sec03 .funcArea table thead .tab span.sub {
  padding: 0;
  font-size: 12px;
  font-weight: normal;
}
#mdr-service .sec03 .funcArea table thead .core span {
  background-color: #262a32;
}

#mdr-service .sec03 .funcArea table tbody tr {
  background-color: #fff;
}
#mdr-service .sec03 .funcArea table tbody tr,
#mdr-service .sec03 .funcArea table tbody td{
  border: 1px solid #e4e4e4;
}
#mdr-service .sec03 .funcArea table tbody tr.gray {
  background-color: #f4f4f4;
}
#mdr-service .sec03 .funcArea table tbody td {
  padding: 10px 20px;
}
#mdr-service .sec03 .funcArea table tbody td.head {
  font-weight: bold;
}
#mdr-service .sec03 .funcArea table tbody td.blank {
  text-align: center;
  vertical-align: middle;
}
#mdr-service .sec03 .funcArea table tbody td.blank span {
  display: inline-block;
  width: 30px;
  height: 3px;
  background-color: #ccc;
}
#mdr-service .sec03 .funcArea .note {
  font-weight: normal;
  font-size: 12px;
  color: #999;
}

@media only screen and (max-width: 768px) {
  #mdr-service .visualArea {
  }
  #mdr-service .sec01 {
    padding-bottom: 40px;
  }
  #mdr-service .sec01 .textArea {
    width: auto;
    min-height: initial;
  }
  #mdr-service .sec01 .imgArea {
    position: static;
    text-align: center;
  }
  #mdr-service .sec02 {
    background-size: 50%;
  }
  #mdr-service .sec02 .bgWrap {
    padding: 40px 0;
    background-size: 50%;
  }
  #mdr-service .sec02 .intro {
    margin-bottom: 30px;
  }
  #mdr-service .sec02 .box {
    padding: 30px 0;
    width: auto;
  }
  #mdr-service .sec02 .box .icon {
    top:18px;
  }
  #mdr-service .sec02 .box .title {
    margin-bottom: 20px;
    padding-left: 64px;
    line-height: 2;
    font-size: 18px;
  }
  #mdr-service .sec02 .box .text {
    font-size: 1.5rem;
  }
  #mdr-service .sec03 {
    padding: 40px 0 60px;
    background-size: 100%;
  }
  #mdr-service .sec03 .intro {
    margin-bottom: 20px;
  }
  #mdr-service .sec03 .planArea {
    margin-bottom: 30px;
    display: block;
  }
  #mdr-service .sec03 .funcArea h3 {
    margin-bottom: 20px;
    font-size: 16px;
  }
  #mdr-service .sec03 .planArea .box {
    width: auto;
    margin-bottom: 20px;
  }
  #mdr-service .sec03 .planArea .box:last-child {
    margin-bottom: 0;
  }
  #mdr-service .sec03 .planArea .box .inner {
    padding: 15px 15px 30px;
  }
  #mdr-service .sec03 .planArea .title {
    font-size: 2.2rem;
    line-height: 50px;
  }
  #mdr-service .sec03 .planArea .box::after {
    width: 49.2px;
    height: 48px;
    background-size: 100%;
    top: -4px;
    left: -3px;
  }
  #mdr-service .sec03 .planArea .copy {
    font-size: 18px;
  }
  #mdr-service .sec03 .planArea .funcList dt {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  #mdr-service .sec03 .planArea .funcList .wrap {
    margin-bottom: 30px;
  }
  #mdr-service .sec03 .planArea .funcList dt i {
    top:4px;
  }
  #mdr-service .sec03 .planArea .funcList dd {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  #mdr-service .sec03 .funcArea h3 {
    font-size: 1.8rem;
  }
  #mdr-service .sec03 .funcArea .spScrollArea {
    overflow:scroll;
  }
  #mdr-service .sec03 .funcArea table {
    width: 800px;
  }
  #mdr-service .sec03 .funcArea table thead td {
    width: 150px;
  }
  #mdr-service .sec03 .funcArea table thead .tab {
    width: calc(650px / 3);
  }
  #mdr-service .sec03 .funcArea .note {
    font-size: 1.3rem;
  }
  #mdr-service .sec03 .funcArea table thead .tab span.sub {
    display: none;
  }
}
</pre></body></html>