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

#mobile .sec01 {
  padding-bottom: 80px;
}
#mobile .sec01 .textAreaWrap {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
#mobile .sec01 .textArea {
  width: 560px;
}
#mobile .sec01 .textArea .title {
  margin-bottom: 20px;
  font-size: 21px;
}
#mobile .sec01 .imgArea {
  width: 400px;
}

#mobile .sec02 {
  background: #f7f7f7 url(/assets/img/2021/bg_line_hexagon_gray02.jpg) no-repeat top 0 right -300px;
  padding: 100px 0;
}
#mobile .sec02 .alertArea {
  margin-top: 70px;
}
#mobile .sec02 .boxWrap {
  display: flex;
  justify-content: space-between;
}
#mobile .sec02 .boxWrap .box {
  width: calc((1030px - 75px)/4);
  background-color: #262a32;
  color: #fff;
  position: relative;
}
#mobile .sec02 .boxWrap.safeArea .box {
  color: #000;
  background-color: #fff;
}
#mobile .sec02 .alertArea .box::after {
  content:'';
  display: block;
  width: 38px;
  height: 121px;
  background: url(/assets/img/2021/bg_mtd_downarrow.png) no-repeat top left;
  position: absolute;
  bottom:-132px;
  left: 50%;
  margin-left: -19px;
}
#mobile .sec02 .boxWrap .box .title {
  padding: 0 15px;
  height: 80px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #888888;
}
#mobile .sec02 .boxWrap.safeArea .box .title {
  border-bottom: none;
  background-color: #f7bd00;
  color: #595955;
}
#mobile .sec02 .boxWrap .box .title span {
  font-size: 16px;
  line-height: 1.4;
}
#mobile .sec02 .boxWrap .box .title img {
  margin-right: 10px;
}
#mobile .sec02 .alertArea .boxBody {
  padding: 15px 15px 8px;
  height: calc(100% - 80px);
  display: flex;
  flex-direction:column;
  justify-content: space-between;
}
#mobile .sec02 .alertArea .list {
  min-height: 140px;
  padding-left: 16px;
}
#mobile .sec02 .alertArea .list li {
  margin-bottom: 10px;
  list-style-type: disc;
  list-style-position: outside;
  font-size: 14px;
  line-height: 1.4;
}
#mobile .sec02 .numberArea {
  border-top: 1px solid #888;
}
#mobile .sec02 .numberArea .number {
  padding: 16px 0;
  font-size: 70px;
  line-height: 1;
  color: #f7bd00;
  text-align: center;

}
#mobile .sec02 .numberArea .number .numSmall{
  margin-left: 3px;
  font-size: 50px;
  line-height: 1;
  vertical-align: baseline;
}
#mobile .sec02 .numberArea .number .u-ff-noto{
  margin-left: 3px;
  position: relative;
  top: -2px;
  font-size: 40px;
  line-height: 1;
}
#mobile .sec02 .numberArea .text {
  margin-bottom: 0;
  min-height: 60px;
  font-size: 12px;
  line-height: 1.6;
}
#mobile .sec02 .separate {
  margin: 40px 0;
  position: relative;
}
#mobile .sec02 .separate .title{
  margin: 0 auto;
  width: 880px;
  height: 60px;
  border: 1px solid #c14242;
  background-color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #c14242;
  line-height: 60px;
}
#mobile .sec02 .safeArea .box {
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;
}
#mobile .sec02 .safeArea .boxBody {
  padding: 15px;
}
#mobile .sec02 .safeArea .list li{
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}
#mobile .sec02 .safeArea .list li::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url(/assets/img/2021/icon_check_circle_yellow.svg) no-repeat top right ;
  background-size: 16px;
  position: absolute;
  top:2px;
  left:0;
}
#mobile .sec02 .noteList {
  margin-top: 40px;
}
#mobile .sec02 .noteList li {
  font-size: 12px;
  color: #666666;
}
#mobile .sec02 .noteList li a {
  color: #666666;
}
#mobile .sec02 .noteList li a:hover {
  text-decoration: underline;
}

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

#mobile .sec03 .bgWrap {
  padding: 100px 0;
  background: transparent url(/assets/img/2021/bg_line_hexagon_dark_02.jpg) no-repeat bottom left;
}
#mobile .sec03 .title{
  margin-bottom: 50px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
#mobile .sec03 .imageArea {
  margin-bottom: 50px;
  text-align: center;
}
#mobile .sec03 .imageArea img {
  display: inline-block;
}
#mobile .sec03 .imageArea img:first-child {
  margin-right: 40px;
}
#mobile .sec03 .blockArea {
  display: flex;
  justify-content: space-between;
}
#mobile .sec03 .blockArea .block {
  width: 480px;
}
#mobile .sec03 .blockArea .box {
  padding-top: 25px;
  border-top:1px solid #5c5c5c;
}
#mobile .sec03 .blockArea .box + .box {
  margin-top: 25px;
}
#mobile .sec03 .blockArea .subTitle {
  margin-bottom: 25px;
  font-size:21px;
  font-weight: 700;
}
#mobile .sec03 .funcList div {
  margin-top: 20px;
  padding-left: 24px;
  position: relative;
}
#mobile .sec03 .funcList div:last-child {
  margin-bottom: 0;
}
#mobile .sec03 .funcList div::before {
  content: '';
  display: block;
  width: 14px;
  height: 2px;
  background-color: #f7bd00;
  position: absolute;
  top:14px;
  left:0;
}
#mobile .sec03 .funcList dt {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}
#mobile .sec03 .funcList dt span {
  font-size: 12px;
  font-weight: 400;
}
#mobile .sec03 .funcList dd {
  margin-bottom: 10px;
  padding-left: 24px;
  line-height: 1.6;
  background: transparent url(/assets/img/2021/icon_check_yellow.svg) no-repeat top 6px left 0;
  background-size: 14px;
}
#mobile .sec03 .funcList dd span {
  font-size: 12px;
  font-weight: 400;
}
#mobile .sec03 .funcList dd.note {
  margin-top: 15px;
  padding-left: 0;
  background: none;
  line-height: 1.4;
}

#mobile .sec04 {
  padding: 90px 0;
}
#mobile .sec04 .title {
  margin-bottom: 40px;
  font-size:21px;
  font-weight: 700;
}
#mobile .sec04 .imageArea {
  text-align: center;
}

#mobile .sec05 {
  padding: 90px 0;
  background-color: #f7f7f7
}
#mobile .sec05 .headline .small {
  font-size: 20px;
}
#mobile .sec05 .imageArea{
  margin-top: 50px;
  text-align: center;
}


@media only screen and (max-width: 768px) {
  #mobile .visualArea {

  }

  #mobile .sec01 {
    padding-bottom: 40px;
  }
  #mobile .sec01 .textAreaWrap {
    margin-top: 40px;
    display: block;
  }
  #mobile .sec01 .textArea {
    width: auto;
  }
  #mobile .sec01 .textArea .title {
    font-size: 18px;
    line-height: 1.5;
  }
  #mobile .sec01 .imgArea {
    width: auto;
    text-align: center;
  }

  #mobile .sec02 {
    background: #f7f7f7 url(/assets/img/2021/bg_line_hexagon_gray02.jpg) no-repeat top right;
    background-size: 75%;
    padding: 40px 0 60px;
  }
  #mobile .sec02 .alertArea {
    margin-top: 0;
  }
  #mobile .sec02 .boxWrap {
    display: block;
  }
  #mobile .sec02 .boxWrap .box {
    margin-bottom: 15px;
    width: auto;
  }
  #mobile .sec02 .alertArea .box::after {
    content:none;
  }
  #mobile .sec02 .alertArea .box:last-child:after {
    content:'';
    display: block;
    width: 38px;
    height: 121px;
    background: url(/assets/img/2021/bg_mtd_downarrow.png) no-repeat top left;
    position: absolute;
    bottom:-132px;
    left: 50%;
    margin-left: -19px;
  }
  #mobile .sec02 .alertArea .boxBody {
    padding: 15px 15px 8px;
    height: auto;
  }
  #mobile .sec02 .alertArea .list {
    min-height: auto;
  }
  #mobile .sec02 .separate {
    margin: 40px 0;
    position: relative;
  }
  #mobile .sec02 .separate .title{
    margin: 0;
    padding: 16px 0;
    width: auto;
    height: auto;
    font-size: 18px;
    line-height: 1.4;
  }
  #mobile .sec02 .noteList {
    margin-top: 20px;
  }

  #mobile .sec03 {
    background-size: 50%;
  }
  #mobile .sec03 .bgWrap {
    padding: 50px 0 70px;
    background-size: 50%;
  }
  #mobile .sec03 .title{
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
  #mobile .sec03 .imageArea {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }
  #mobile .sec03 .imageArea img {
    max-width: 100% ;
  }
  #mobile .sec03 .imageArea img:first-child {
    margin-right: 0;
  }
  #mobile .sec03 .blockArea {
    display: block;
  }
  #mobile .sec03 .blockArea .block {
    width: auto;
  }
  #mobile .sec03 .blockArea .block + .block {
    margin-top: 20px;
  }
  #mobile .sec03 .blockArea .box {
    padding-top: 20px;
    border-top:1px solid #5c5c5c;
  }
  #mobile .sec03 .blockArea .box + .box {
    margin-top: 20px;
  }
  #mobile .sec03 .blockArea .subTitle {
    margin-bottom: 20px;
    font-size:18px;
  }
  #mobile .sec03 .funcList div {
    margin-top: 20px;
    padding-left: 24px;
    position: relative;
  }
  #mobile .sec03 .funcList div:last-child {
    margin-bottom: 0;
  }
  #mobile .sec03 .funcList div::before {
    content: '';
    display: block;
    width: 14px;
    height: 2px;
    background-color: #f7bd00;
    position: absolute;
    top:14px;
    left:0;
  }
  #mobile .sec03 .funcList dt {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
  }
  #mobile .sec03 .funcList dd {
    padding-left: 24px;
    background: transparent url(/assets/img/2021/icon_check_yellow.svg) no-repeat top 6px left 0;
    background-size: 14px;
  }
  #mobile .sec03 .funcList dd.note {
    padding-left: 0;
    background: none;
  }

  
  #mobile .sec04 {
    padding: 35px 0 50px;
    background-size: 50%;
  }
  #mobile .sec04 .headline {
    margin-bottom: 40px;
  }
  #mobile .sec04 .textArea{
    width: auto;
    min-height: auto;
  }
  #mobile .sec04 .title {
    margin-bottom: 40px;
    font-size:18px;
    line-height: 1.6;
    font-weight: 700;
  }
  #mobile .sec04 .imageArea{
    width: 100%;
    position: static;
    text-align: center;
  }

  #mobile .sec05 {
    padding: 50px 0;
  }
  #mobile .sec05 .headline .small {
    font-size: 18px;
  }
  #mobile .sec05 .imageArea{
    margin-top: 30px;
    text-align: center;
  }


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