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

#xdr .sec01 {
  padding-bottom: 90px;
}

#xdr .sec01 .areaWrap {
  display: flex;
  justify-content: space-between;
}

#xdr .sec01 .textArea {
  width: 530px;
}

#xdr .sec01 .imageAreaWrap {
  width: 440px;
}
#xdr .sec01 .imageArea {
  padding: 15px 0 20px;
  background-color: #f7f7f7;
}
#xdr .sec01 .imageArea .image {
  padding-left: 40px;
}
#xdr .sec01 .imageArea .head {
  margin-bottom: 20px;
}
#xdr .sec01 .imageArea .body .title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.6;
}
#xdr .sec01 .imageArea .body {
  padding: 0 20px;
  text-align: center;
}
#xdr .sec01 .imageArea .body p {
  margin-bottom: 0;
  font-size: 1.2rem;
}

#xdr .sec01 .outlineArea {
  margin-top: 80px;
}
#xdr .sec01 .outlineArea .outlineList{
  margin-bottom: 10px;
  padding: 40px 0;
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  display: flex;
  justify-content:space-between;
}
#xdr .sec01 .outlineArea .outlineList li {
  width: 230px;
  position: relative;
}
#xdr .sec01 .outlineArea .outlineList li::after {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background: url(/assets/img/2021/img_products-ahs_08.svg) top left no-repeat;
  background-size: 26px;
  position: absolute;
  right: -32px;
  top:132px;
}
#xdr .sec01 .outlineArea .outlineList li:last-child::after {
  content: none;
}
#xdr .sec01 .outlineArea .outlineList li .logo {
  margin-bottom: 5px;
  text-align: center;
  height: 60px;
  line-height: 60px;
}
#xdr .sec01 .outlineArea .outlineList li .title{
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #595955;
  text-align: center;
  min-height: 44.8px;
}
#xdr .sec01 .outlineArea .product {
  margin-bottom: 25px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  text-align: center;
  background-color: #343434;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
#xdr .sec01 .outlineArea .box .inner {
  margin-bottom: 15px;
  padding-left: 5px;
  display: flex;
  align-items: center;
}
#xdr .sec01 .outlineArea .box .inner p {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #595955;
  font-weight: bold;
}
#xdr .sec01 .outlineArea .box .inner p span {
  font-weight: normal;
}
#xdr .sec01 .outlineArea .box .inner img {
  width: 60px;
  margin-right: 10px;
}
#xdr .sec01 .outlineArea .extra {
  margin-bottom: 15px;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#xdr .sec01 .outlineArea .extra span {
  display: inline-block;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #595955;
  font-weight: bold;
}
#xdr .sec01 .outlineArea .notice {
  font-size: 1.2rem;
  color: #888888;
}

#xdr .secValue {
  padding: 100px 0;
  background-color: #262a32;
  background-image: url(/assets/img/2021/bg_xdr_value.png);
  background-repeat: no-repeat;
  background-position: center center;
}
#xdr .secValue .titleArea {
  margin-bottom: 60px;
  text-align: center;
}
#xdr .secValue .titleArea .titleArea__title {
  color: #fff;
}
#xdr .secValue .titleArea .titleArea__subtitle {
  color: #bfbfbf;
}
#xdr .secValue .featureArea  {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
#xdr .secValue .featureArea  .box {
  flex: 0 0 300px;
}
#xdr .secValue .featureArea  .box .headBox {
  margin-bottom: 30px;
}
#xdr .secValue .featureArea  .box .headBox .img {
  margin-bottom: 15px;
  text-align: center;
}
#xdr .secValue .featureArea  .box .headBox .title {
  color: #fff;
  font-size: 2.1rem;
  line-height: 1.55556;
  font-weight: 700;
  text-align: center;
}
#xdr .secValue .featureArea  .box .fucList li {
  margin: 0 0 10px 2em;
  list-style-type: disc;
  color: #fff;
  line-height: 1.7;
}
#xdr .secValue .graphArea {
  margin-top: 60px;
}
#xdr .secValue .graphArea .title {
  margin-bottom: 15px;
  text-align: center;
}
#xdr .secValue .graphArea .title span{
  padding: 0 23px;
  display: inline-block;
  height: 46px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 46px;
  color: #595955;
  background-color: #F6BD03;
  border-radius: 23px;
}
#xdr .secValue .graphArea .graph {
  text-align: center;
}

#xdr .sec02 {
  background: #f7f7f7 url(/assets/img/2021/bg_line_hexagon_gray03.jpg) no-repeat top right;
}

#xdr .sec02 .bgWrap{
  position: relative;
  padding: 80px 0 120px;
  background: url(/assets/img/2021/bg_line_hexagon_gray02_bottom.jpg) no-repeat bottom left;
}

#xdr .sec02 .imageArea {
  margin-bottom: 60px;
  padding-top: 40px;
  text-align: center;
}

#xdr .sec02 .integrateArea .title {
  margin-bottom: 30px;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
}
#xdr .sec02 .integrateArea .integrateList {
  display: flex;
  justify-content: space-between;
}
#xdr .sec02 .integrateArea .integrateList .box{
  width: 198px;
  background-color: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);
}
#xdr .sec02 .integrateArea .integrateList .head {
  height: 50px;
  line-height: 50px;
  background-color: #F6BD03;
  font-size: 1.8rem;
  font-weight: bold;
  color: #595955;
  text-align: center;
}
#xdr .sec02 .integrateArea .integrateList .body {
  padding: 25px 0 10px;
}
#xdr .sec02 .integrateArea .integrateList .body .item {
  text-align: center;
  margin-bottom: 15px;
}
#xdr .sec02 .integrateArea .integrateList .body .item--double img {
  margin: 0 10px;
}
#xdr .sec02 .notice {
  margin-top: 30px;
  font-size: 1.2rem;
  color: #888888;
}

#xdr .sec03 {
  padding: 80px 0 100px;
  position: relative;
  color: #fff;
  background: #262a32 url(/assets/img/2021/bg_line_hexagon_dark_01.jpg) no-repeat top right;
}

#xdr .sec03 .boxList {
  margin-bottom: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

#xdr .sec03 .boxList:after {
  content: "";
  display: block;
  width: 320px;
}

#xdr .sec03 .boxList .box {
  width: 310px;
  margin: 40px 0;
}

#xdr .sec03 .boxList .box dt {
  padding-left: 65px;
  font-size: 1.8rem;
  line-height: 1.55556;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  position: relative;
}

#xdr .sec03 .boxList .box dt:before {
  content: "";
  display: block;
  width: 50px;
  height: 58px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/assets/img/2021/bullet_hexagon.svg) no-repeat left bottom;
  z-index: 1;
}

#xdr .sec03 .boxList .box dd {
  font-size: 1.2rem;
  line-height: 2;
}
#xdr .sec03 .boxList .funcList li {
  margin-bottom: 10px;
  padding-left: 20px;
  line-height: 1.8;
  position: relative;
}
#xdr .sec03 .boxList .funcList li::before {
  content:"";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #F6BD03;
  position: absolute;
  top:6px;
  left:3px;
}
#xdr .sec03 .notice {
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {

  #xdr .visualArea {
    background-size: cover;
  }

  #xdr .sec01 {
    padding-bottom: 40px;
  }
  #xdr .sec01 .areaWrap {
    display: block;
  }

  #xdr .sec01 .textArea {
    width: 100%;
  }
  #xdr .sec01 .imageAreaWrap {
    width: 100%;
  }
  #xdr .sec01 .imageArea .head {
    margin-bottom: 20px;
  }
  #xdr .sec01 .imageArea .body .title {
    margin-bottom: 20px;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  #xdr .sec01 .outlineArea {
    margin-top: 40px;
  }
  #xdr .sec01 .outlineArea .outlineList {
    margin-bottom: 10px;
    padding: 20px 0 40px;
    display: block;
  }
  #xdr .sec01 .outlineArea .outlineList li {
    margin: 0 auto 80px;
    width: 75%;
  }
  #xdr .sec01 .outlineArea .outlineList li:last-child {
    margin: 0 auto;
  }
  #xdr .sec01 .outlineArea .outlineList li::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 30px 0 30px;
    border-color: #F6BD03 transparent transparent transparent;
    background-image: none;
    position: absolute;
    right: auto;
    top:auto;
    bottom:-60px;
    left:50%;
    margin-left: -30px;
  }
  #xdr .sec01 .outlineArea .outlineList li .title{
    min-height: auto;
  }
  #xdr .sec01 .outlineArea li:first-child .box {
    text-align: center;
  }
  #xdr .secValue {
    padding: 40px 0;
    background-color: #262a32;
    background-image: url(/assets/img/2021/bg_xdr_value.png);
    background-repeat: no-repeat;
    background-size: 80%;
  }
  #xdr .secValue .titleArea {
    margin-bottom: 40px;
  }
  #xdr .secValue .featureArea  {
    display: block;
  }
  #xdr .secValue .featureArea  .box {
    margin-bottom: 40px;
  }
  #xdr .secValue .featureArea  .box .headBox {
    display: table;
    width: 100%;
    margin-bottom: 10px;
  }
  #xdr .secValue .featureArea  .box .headBox .img {
    display: table-cell;
    width: 60px;
    text-align: center;
    vertical-align: middle;
  }
  #xdr .secValue .featureArea  .box .headBox .title {
    display: table-cell;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 700;
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
  }
  #xdr .secValue .featureArea  .box .fucList li {
    margin: 0 0 5px 2em;
  }
  x#dr .secValue .graphArea {
    margin-top: 40px;
  }
  #xdr .secValue .graphArea .title {
    margin-bottom: 15px;
    text-align: center;
  }
  #xdr .secValue .graphArea .title span{
    padding: 0 20px;
    display: inline-block;
    height: 40px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 40px;
    color: #595955;
    background-color: #F6BD03;
    border-radius: 20px;
  }
  #xdr .secValue .graphArea .graph {
    text-align: center;
  }

  #xdr .sec02 {
    background-size: 50%;
  }

  #xdr .sec02 .bgWrap{
    padding: 40px 0 60px;
    background-size: 50%;
  }

  #xdr .sec02 .imageArea {
    margin-bottom: 40px;
    padding-top: 20px;
  }
  #xdr .sec02 .integrateArea .title {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  #xdr .sec02 .integrateArea .integrateList {
    flex-wrap: wrap;
  }
  #xdr .sec02 .integrateArea .integrateList .box{
    margin-bottom: 20px;
    width: 48%;
  }
  #xdr .sec02 .integrateArea .integrateList .head {
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
  }
  #xdr .sec02 .integrateArea .integrateList .body {
    padding: 20px 10px 10px;
  }
  #xdr .sec02 .integrateArea .integrateList .body .item img {
    max-width:100%;
  }
  
  #xdr .sec03 {
    padding: 40px 0;
    background-size: 50%;
  }
  #xdr .sec03 .boxList {
    display: block;
    margin-top: 55px;
  }
  #xdr .sec03 .boxList:after {
    display: none;
  }
  #xdr .sec03 .boxList .box {
    margin: 40px 0;
  }
  #xdr .sec03 .boxList .box dt {
    padding-left: 35px;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
  }
  #xdr .sec03 .boxList .box dt span {
    position: relative;
    z-index: 2;
  }
  #xdr .sec03 .boxList .box dt:before {
    content: "";
    display: block;
    width: 25px;
    height: 29px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/assets/img/2021/bullet_hexagon.svg) no-repeat left bottom;
    background-size: 25px 29px;
    z-index: 1;
  }
  #xdr .sec03 .boxList .box dd {
    font-size: 1.5rem;
    line-height: 2;
  }
  #xdr .sec03 .boxList .funcList li::before {
    top:10px;
    left:4px;
  }


}
</pre></body></html>