<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.subTitle {
  margin-bottom: 20px;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 2;
}

#cnapp .visualArea {
  background: #fff url(/assets/img/bg_cr_cnapp.png) no-repeat right top;
}

#cnapp p &gt; a {
  text-decoration: underline;
}

#cnapp .sec01 {
  padding: 40px 0 80px;
}
#cnapp .sec01 .topBox {
  min-height: 400px;
  position: relative;
  margin-bottom: 60px;
}
#cnapp .sec01 .topBox .textArea {
  width: 540px;
}
#cnapp .sec01 .topBox .imgArea {
  position: absolute;
  top: 0;
  right: 0;
}

#cnapp .sec02 {
  padding: 80px 0 100px;
  background: #f7f7f7 url(/assets/img/bg_line_hexagon_gray_01.png) no-repeat top right;
}
#cnapp .sec02 .percentCards {
  margin-bottom: 8px;
}
#cnapp .sec02 .bottomBox {
  margin-top: 80px;
}
#cnapp .sec02 .percentCards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
#cnapp .sec02 .percentCards &gt; .item {
  width: calc((100% - 24px * 3) / 4);
  padding: 24px;
  background: #262A32;
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
}
#cnapp .sec02 .percentCards .icon img {
  width: 120px;
}
#cnapp .sec02 .percentCards .title {
  color: #F6BD03;
}
#cnapp .sec02 .percentCards .text {
  margin-bottom: 0;
  font-size: 1.6rem;
}
#cnapp .sec02 .percentCards .number {
  position: relative;
  font-family: 'Flama Condensed Medium',sans-serif;
  font-weight: 700;
  font-size: 7rem;
  line-height: 1;
  position: relative;
}
#cnapp .sec02 .percentCards .number .unit {
  line-height: 1.4;
  font-size: 5rem;
}
#cnapp .sec02 .percentCards .number .annotation {
  font-size: 1.2rem;
  line-height: 2.2;
  vertical-align: top;
  position: absolute;
  right: 3px;
  top: 6px;
  transform: translateX(100%);
}
#cnapp .sec02 .figureNote {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0 24px;
}
#cnapp .sec02 .figureNote li {
  
}
#cnapp .sec02 .highlightBox {
  padding: 16px 24px;
  border: 2px solid #595959;
  background: #fff;
  text-align: center;
}
#cnapp .sec02 .highlightBox p {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.36px;
}
#cnapp .sec02 .highlightBox p + p {
  margin-top: 8px;
}
#cnapp .sec02 .highlightBox.highlightBox--danger {
  border-color: #C2413E;
}
#cnapp .sec02 .highlightBox.highlightBox--danger p {
  color: #C2413E;
}
#cnapp .sec02 .definitionTable {

}
#cnapp .sec02 .definitionTable &gt; .item {
  padding: 24px;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cnapp .sec02 .definitionTable &gt; .item:first-child {
  border-top: 1px solid #ccc;
}
#cnapp .sec02 .definitionTable &gt; .item dt {
  width: 37%; 
}
#cnapp .sec02 .definitionTable &gt; .item dd {
  width: 63%;
  padding-left: 40px;
}
#cnapp .sec02 .numberedTitle {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-family: "NotoSansCJKjp",sans-serif;
}
#cnapp .sec02 .numberedTitle .icon {
  width: 32px;
  height: 32px;
  background: url(/assets/img/icon_circle_gray_32.svg) no-repeat left center;
  font-family: 'Flama Condensed Medium', sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#cnapp .sec02 .numberedTitle .title {
  padding-left: 16px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
#cnapp .sec02 .definitionTable .numberedTitle {
  margin-bottom: 0;
}
#cnapp .sec02 .iconList {

}
#cnapp .sec02 .iconList li {
  margin-top: 4px;
  padding-left: 18px;
  line-height: 1.4;
  position: relative;
}
#cnapp .sec02 .iconList li:first-child {
  margin-top: 0;
}
#cnapp .sec02 .iconList li:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url(/assets/img/icon_list_check_red.svg) no-repeat left center;
  position: absolute;
  left: 0;
  top: 2px;
}

#cnapp .sec03 {
  padding: 80px 0 100px;
  background: #262a32 url(/assets/img/bg_line_hexagon_dark.png) no-repeat top left;
  color: #fff;
}
#cnapp .sec03 .inner {
  width: 715px;
  margin: 0 auto;
}
#cnapp .sec03 .headline {
  margin-bottom: 40px;
  text-align: center;
}
#cnapp .sec03 .headline::after {
  display: none;
}
#cnapp .sec03 .subTitle {
  padding: 14px 22px;
  border-top: 1px solid #5D5D5D;
  border-bottom: 1px solid #5D5D5D;
  text-align: center;
}
#cnapp .sec03 .subTitle {
  margin-bottom: 24px;
  text-align: center;
}
#cnapp .sec03 .subTitle .text {
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 500;
}
#cnapp .sec03 .subTitle .annotation {
  font-size: 1.2rem;
  vertical-align: super;
}

#cnapp .sec03 .checkList {

}
#cnapp .sec03 .checkList li {
  margin-top: 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
#cnapp .sec03 .checkList li:first-child {
  margin-top: 0;
}
#cnapp .sec03 .checkList li:before {
  content: '';
  display: block;
  width: 50px;
  height: 60px;
  margin-right: 10px;
  background: url(/assets/img/icon_hexagon_check_yellow.svg) no-repeat left center;
  flex-shrink: 0;
}
#cnapp .sec03 .yellow {
  color: #F6BD03;
}

#cnapp .sec04 {
  padding: 80px 0;
}
#cnapp .sec04 .imgArea {

}
#cnapp .sec04 .imgArea img{
  width: 100%;
}
#cnapp .sec04 .bottomBox {
  margin-top: 60px;
}
#cnapp .sec04 .phaseArea {

}
#cnapp .sec04 .phaseArea img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
#cnapp .sec04 .phaseHead {
  display: flex;
  gap: 2px;
}
#cnapp .sec04 .phaseHead &gt; .item {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: #262A32;
  color: #fff;
  border-radius: 42px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
}
#cnapp .sec04 .phaseHead &gt; .item--3col {
  flex: 3.2517;
}
#cnapp .sec04 .phaseBody {
  margin-top: 20px;
  padding: 16px 0;
  border: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  gap: 1px;
}
#cnapp .sec04 .phaseBody &gt; .item {
  width: calc((100% - 5px) / 6);
  padding: 0 16px;
  position: relative;
}
#cnapp .sec04 .phaseBody &gt; .item:not(:first-child):before {
  content: '';
  display: block;
  height: 100%;
  border-left: 1px solid #ccc;
  position: absolute;
  top: 0;
  left: -1px;
}
#cnapp .sec04 .phaseBody .phase {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#cnapp .sec04 .phaseBody .icon {

}
#cnapp .sec04 .phaseBody .icon img {
  display: block;
  margin: 0 auto;
}
#cnapp .sec04 .phaseBody .head {

}
#cnapp .sec04 .phaseBody .title {
  margin-top: 10px;
  height: 44px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#cnapp .sec04 .phaseBody .text {
  margin-top: 16px;
}
#cnapp .sec04 .phaseArrow {
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
  justify-content: center;
  position: relative;
}
#cnapp .sec04 .phaseArrow:before {
  content: '';
  display: block;
  width: 100%;
  height: 24px;
  background: url(/assets/img/icon_phase_arrow.svg) no-repeat top center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#cnapp .sec04 .phaseArrow span {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.6;
}
#cnapp .sec04 .discList {

}
#cnapp .sec04 .discList li {
  margin-top: 4px;
  padding-left: 10px;
  line-height: 1.4;
  position: relative;
}
#cnapp .sec04 .discList li:first-child {
  margin-top: 0;
}
#cnapp .sec04 .discList li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  background-color: #9B9B9B;
  border-radius: 50%; 
  display: block;
}

#cnapp .sec05 {
  padding: 80px 0;
  background: #f7f7f7 url(/assets/img/bg_line_hexagon_gray_02.png) no-repeat bottom left;
}
#cnapp .sec05 .licenseCards {
  display: flex;
  gap: 35px;
}
#cnapp .sec05 .licenseCards &gt; .item {
  width: calc(100% - (35% * 2) / 3);
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 16px;
}
#cnapp .sec05 .licenseCards .title {
  height: 88px;
  background: #F6BD03;
  border-radius: 15px 15px 0 0;
  line-height: 1;
  font-size: 2.6rem;
  font-family: 'Flama Condensed Medium',sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
#cnapp .sec05 .licenseCards .title:before {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 80px;
  height: 80px;
  background: url(/assets/img/img_license.png) no-repeat left center;
}
#cnapp .sec05 .licenseCards .text {
  padding: 20px 22px 22px;
}
#cnapp .sec05 .checkList02 {

}
#cnapp .sec05 .checkList02 li {
  margin-top: 8px;
  padding-left: 22px;
  line-height: 1.6;
  position: relative;
}
#cnapp .sec05 .checkList02 li:first-child {
  margin-top: 0;
}
#cnapp .sec05 .checkList02 li:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url(/assets/img/icon_check_circle_yellow.svg) no-repeat left center;
  position: absolute;
  top: 4px;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .subTitle {
    font-size: 1.8rem;
    line-height: 1.5;
  }

  #cnapp .sec01 {
    padding: 40px 0;
  }
  #cnapp .sec01 .topBox {
    min-height: initial;
    margin-bottom: 0;
  }
  #cnapp .sec01 .topBox .textArea {
    width: auto;
    margin-bottom: 10px;
  }
  #cnapp .sec01 .topBox .imgArea {
    position: static;
    text-align: center;
  }

  #cnapp .sec02 {
    padding: 40px 0 60px;
    background-size: 80%;
  }
  #cnapp .sec02 .bottomBox {
    margin-top: 50px;
  }
  #cnapp .sec02 .percentCards {
    gap: 12px;
  }
  #cnapp .sec02 .percentCards &gt; .item {
    width: calc((100% - 12px) / 2);
    padding: 24px 0;
  }
  #cnapp .sec02 .percentCards .icon img {
    width: 80px;
  }
  #cnapp .sec02 .percentCards .number {
    font-size: 5rem;
  }
  #cnapp .sec02 .percentCards .number .unit {
    font-size: 3rem;
  }
  #cnapp .sec02 .percentCards .number .annotation {
    font-size: 1rem;
  }
  #cnapp .sec02 .percentCards .text {
    font-size: 1.4rem;
  }
  #cnapp .sec02 .percentCards .text.lineSmall {
    line-height: 1.3;
  }
  #cnapp .sec02 .figureNote {
    font-size: 1.2rem;
  }
  #cnapp .sec02 .highlightBox {
    padding: 16px;
    text-align: left;
  }
  #cnapp .sec02 .highlightBox p {
    font-size: 1.6rem;
  }
  #cnapp .sec02 .definitionTable &gt; .item {
    padding: 15px 0 20px;
    flex-flow: column;
  }
  #cnapp .sec02 .definitionTable &gt; .item:last-child {
    border-bottom: 0;
  }
  #cnapp .sec02 .definitionTable &gt; .item dt,
  #cnapp .sec02 .definitionTable &gt; .item dd {
    width: 100%;
  }
  #cnapp .sec02 .definitionTable &gt; .item dt {
    margin-bottom: 15px;
  }
  #cnapp .sec02 .definitionTable &gt; .item dd {
    padding-left: 0;
  }
  #cnapp .sec02 .iconList li {
    margin-top: 8px;
  }
  #cnapp .sec02 .numberedTitle .title {
    line-height: 1.5;
  }

  #cnapp .sec03 {
    padding: 60px 0;
    background-size: 50%;
  }
  #cnapp .sec03 .inner {
    width: auto;
  }
  #cnapp .sec03 .subTitle {
    padding: 14px 0;
  }
  #cnapp .sec03 .subTitle .text {
    margin-top: 4px;
  }

  #cnapp .sec04 {
    padding: 40px 0 60px;
  }
  #cnapp .sec04 .phaseArea {
  
  }
  #cnapp .sec04 .discList li {
    font-size: 1.4rem;
  }

  #cnapp .sec05 {
    padding: 40px 0 60px;
    background-size: 50%;
  }
  #cnapp .sec05 .licenseCards {
    flex-flow: column;
  }
  #cnapp .sec05 .licenseCards &gt; .item {
    width: 100%;
  }
  #cnapp .sec05 .licenseCards .title {
    height: 75px;
  }
  #cnapp .sec05 .licenseCards .title:before {
    width: 70px;
    height: 70px;
    background-size: 70px;
  }
  #cnapp .sec05 .licenseCards .text {
    padding: 14px 12px 12px;
  }
}
</pre></body></html>