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

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

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

#edr .sec01 .topBox {
  min-height: 400px;
  position: relative;
  margin-bottom: 60px;
}

#edr .sec01 .topBox .textArea {
  width: 430px;
}

#edr .sec01 .topBox .imgArea {
  position: absolute;
  top: 0;
  right: -70px;
}
#edr .sec01 .middleBox {
  margin-bottom: 60px;
}
#edr .sec01 .middleBox .textArea {
  width: 460px;
  float: right;
}

#edr .sec01 .middleBox .imageArea {
  padding-top: 60px;
  width: 530px;
  float: left;
}
#edr .sec01 .middleBox .imageArea img {
  max-width: 100%;
}

#edr .sec01 .bottomBox {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

#edr .sec01 .bottomBox .box {
  flex: 0 0 300px;
}

#edr .sec01 .bottomBox .box .headBox {
  margin-bottom: 25px;
}

#edr .sec01 .bottomBox .box .headBox .img {
  margin-bottom: 10px;
  text-align: center;
}

#edr .sec01 .bottomBox .box .headBox .title {
  color: #595955;
  font-size: 1.8rem;
  line-height: 1.55556;
  font-weight: 700;
  text-align: center;
}

#edr .sec01 .bottomBox .box .textArea {
  font-size: 1.2rem;
  line-height: 2;
}

#edr .sec02 {
  padding: 70px 0;
  background: #f7f7f7 url(/assets/img/2021/bg_line_hexagon_gray.jpg) no-repeat top right;
}


#edr .sec02 .movieArea {
  text-align: center;
}

#edr .sec03 {
  padding: 100px 0;
  min-height: 630px;
}

#edr .sec03 .textArea {
  width: 445px;
}

#edr .sec03 .textArea p {
  padding-right: 15px;
}

#edr .sec03 .textArea p sup {
  font-size: 1rem;
  line-height: 1;
}

#edr .sec03 .textArea .noteArea {
  color: #7f7f83;
  font-size: 1.2rem;
  line-height: 2;
}

#edr .sec03 .textArea .noteArea dt {
  font-weight: bold;
}

#edr .sec03 .imgArea {
  position: absolute;
  top: 0px;
  right: -50px;
}

#edr .sec04 {
  background: #262a32 url(/assets/img/2021/bg_line_hexagon_dark_01.jpg) no-repeat top right;
  min-height: 885px;
}

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

#edr .sec04 .inner {
  width: 1170px;
  margin: 0 auto;
}

#edr .sec04 .titleArea {
  text-align: center;
}

#edr .sec04 .titleArea__title {
  color: #fff;
}

#edr .sec04 .titleArea__subtitle {
  color: #bfbfbf;
}

#edr .sec04 .tabArea .tabList {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto 10px;
}

#edr .sec04 .tabArea .tabList li {
  width: calc(1000px/4);
  border-bottom: 3px solid #000;
}

#edr .sec04 .tabArea .tabList li a {
  display: block;
  color: #bfbfbf;
  padding: 20px 0;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.42857;
  font-weight: 700;
}

#edr .sec04 .tabArea .tabList li.active a {
  background: #000;
  color: #F6BD03;
}

#edr .sec04 .tabArea .tabContents {
  padding: 60px 0;
}
#edr .sec04 .tabArea .tabContents {
  width: 1000px;
  margin: 0 auto;
}
#edr .sec04 .tabArea .tabContents.tab01 {
  position: relative;
}

#edr .sec04 .tabArea .tabContents.tab01 .textArea {
  width: 330px;
  position: absolute;
  right: 0px;
  top: 60px;
  color: #fff;
}

#edr .sec04 .tabArea .tabContents.tab01 .textArea .title {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 15px;
}

#edr .sec04 .tabArea .tabContents.tab01 .textArea p {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: bold;
}

#edr .sec04 .tabArea .tabContents.tab01 .imageArea {
  text-align: left;
}

#edr .sec04 .tabArea .tabContents.tab02 {
  position: relative;
}

#edr .sec04 .tabArea .tabContents.tab02 .textArea {
  position: absolute;
  left: 10px;
  top: 60px;
  color: #fff;
}

#edr .sec04 .tabArea .tabContents.tab02 .textArea .title {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 15px;
}

#edr .sec04 .tabArea .tabContents.tab02 .textArea p {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: bold;
}

#edr .sec04 .tabArea .tabContents.tab02 .imageArea {
  text-align: right;
}

#edr .sec04 .tabArea .tabContents.tab03 {
  text-align: center;
}

#edr .sec04 .tabArea .tabContents.tab03 .textArea {
  margin-bottom: 30px;
  color: #fff;
}

#edr .sec04 .tabArea .tabContents.tab03 .textArea .title {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 15px;
}

#edr .sec04 .tabArea .tabContents.tab03 .textArea p {
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 1.55556;
  font-weight: bold;
}
#edr .sec04 .tabArea .tabContents.tab03 .textArea p.small {
  font-size: 12px;
  font-weight: normal;
}
#edr .sec04 .tabArea #tabs8 .textArea {
  margin-bottom: 50px;
}
#edr .sec04 .tabArea #tabs8 .textArea .title span {
  font-size: 1.6rem;
  margin-left: 5px;
}

#edr .sec05 {
  padding: 100px 0 60px;
  background-color: #f7f7f7;
}

#edr .sec05 .boxList {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

#edr .sec05 .boxList:after {
  content: "";
  display: block;
  width: 320px;
}

#edr .sec05 .boxList .box {
  flex: 0 0 300px;
  margin: 40px 0;
}

#edr .sec05 .boxList .box dt {
  padding-left: 65px;
  font-size: 1.8rem;
  line-height: 1.55556;
  font-weight: 700;
  margin-bottom: 15px;
  color: #595955;
  position: relative;
  margin-bottom: 15px;
}

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

#edr .sec05 .boxList .box dd {
  font-size: 1.2rem;
  line-height: 2;
}

#edr .validationBox {
  margin-bottom: 70px;
}
#edr .validationBox a {
  display: table;
  align-content:stretch;
  padding: 30px 50px;
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#edr .validationBox a .logo,
#edr .validationBox a .text,
#edr .validationBox a .btn {
  display: table-cell;
  vertical-align: middle;
}
#edr .validationBox a .logo {
  width: 144px;
}
#edr .validationBox a .logo img {
  max-width: 100%;
}
#edr .validationBox a .text {
  padding-left: 15px;
  font-size: 21px;
  font-weight: 600;
  color: #252527;
}
#edr .validationBox a .btn {
  width: 140px;
}

@media only screen and (max-width: 768px) {
  #edr .visualArea {
  }
  #edr .sec01 {
    padding-bottom: 20px;
  }
  #edr .sec01 .topBox {
    min-height: initial;
    margin-bottom: 20px;
  }
  #edr .sec01 .topBox .textArea {
    width: auto;
    margin-bottom: 10px;
  }
  #edr .sec01 .topBox .imgArea {
    position: static;
    text-align: center;
  }
  #edr .sec01 .middleBox {
    margin-bottom: 50px;
  }
  #edr .sec01 .middleBox .textArea {
    margin-bottom: 30px;
    width: 100%;
    float: none;
  }
  
  #edr .sec01 .middleBox .imageArea {
    padding-top: 0;
    width: 100%;
    float: none;
  }
  #edr .sec01 .bottomBox {
    display: block;
  }
  #edr .sec01 .bottomBox .box {
    margin-bottom: 30px;
  }
  #edr .sec01 .bottomBox .box .headBox {
    display: table;
    width: 100%;
    margin-bottom: 15px;
  }
  #edr .sec01 .bottomBox .box .headBox .img {
    display: table-cell;
    width: 60px;
    text-align: center;
    vertical-align: middle;
  }
  #edr .sec01 .bottomBox .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;
  }
  #edr .sec01 .bottomBox .box .textArea {
    font-size: 1.5rem;
    line-height: 2;
  }
  #edr .sec02 {
    background-size: 200%;
    padding: 40px 20px;
  }
  #edr .sec02 .movieArea {
    text-align: center;
  }
  #edr .sec03 {
    padding: 40px 0;
    min-height: initial;
  }
  #edr .sec03 .textArea {
    width: auto;
    margin-bottom: 20px;
  }
  #edr .sec03 .textArea p {
    padding-right: 0;
  }
  #edr .sec03 .textArea .noteArea {
    font-size: 1.3rem;
    line-height: 1.90909;
  }
  #edr .sec03 .imgArea {
    position: static;
    text-align: center;
  }
  #edr .sec04 {
    min-height: initial;
    background-size: 50%;
  }
  #edr .sec04 .bgWrap {
    padding: 40px 0;
    background-size: 50%;
  }
  #edr .sec04 .inner {
    width: auto;
    padding: 20px;
  }
  #edr .sec04 .titleArea {
    text-align: center;
  }
  #edr .sec04 .titleArea__title {
    color: #fff;
  }
  #edr .sec04 .titleArea__subtitle {
    color: #bfbfbf;
  }
  #edr .sec04 .tabArea .tabList {
    display: block;
    width: 100%;
    border-bottom: none;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
  }
  #edr .sec04 .tabArea .tabList::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #edr .sec04 .tabArea .tabList li {
    display: block;
    float: left;
    width: 50%;
    vertical-align: bottom;
    border-bottom: none;
  }
  #edr .sec04 .tabArea .tabList li a {
    display: block;
    color: #bfbfbf;
    padding: 15px 10px;
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.8;
    font-weight: 700;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
  }
  #edr .sec04 .tabArea .tabList li.active a {
    background: #000;
    color: #F6BD03;
  }
  #edr .sec04 .tabArea .tabContents {
    padding: 30px 0;
    width: 100%;
    margin: 0;
  }
  #edr .sec04 .tabArea .tabContents.tab01 {
    text-align: center;
  }
  #edr .sec04 .tabArea .tabContents.tab01 .textArea {
    position: static;
    width: auto;
    color: #fff;
    margin-bottom: 20px;
  }
  #edr .sec04 .tabArea .tabContents.tab01 .textArea .title {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 15px;
  }
  #edr .sec04 .tabArea .tabContents.tab01 .textArea p {
    font-size: 1.3rem;
    line-height: 1.83333;
    font-weight: bold;
  }
  #edr .sec04 .tabArea .tabContents.tab01 .imageArea {
    text-align: center;
  }
  #edr .sec04 .tabArea .tabContents.tab02 {
    text-align: center;
  }
  #edr .sec04 .tabArea .tabContents.tab02 .textArea {
    position: static;
    color: #fff;
    margin-bottom: 20px;
  }
  #edr .sec04 .tabArea .tabContents.tab02 .textArea .title {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 15px;
  }
  #edr .sec04 .tabArea .tabContents.tab02 .textArea p {
    font-size: 1.3rem;
    line-height: 1.83333;
    font-weight: bold;
  }
  #edr .sec04 .tabArea .tabContents.tab02 .imageArea {
    text-align: center;
  }
  #edr .sec04 .tabArea .tabContents.tab03 {
    text-align: center;
  }
  #edr .sec04 .tabArea .tabContents.tab03 .textArea {
    margin-bottom: 20px;
    color: #fff;
  }
  #edr .sec04 .tabArea .tabContents.tab03 .textArea .title {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 15px;
  }
  #edr .sec04 .tabArea .tabContents.tab03 .textArea p {
    font-size: 1.3rem;
    line-height: 1.71429;
    font-weight: bold;
  }
  #edr .sec04 .tabArea #tabs8 .textArea {
    margin-bottom: 30px;
  }
  #edr .sec04 .tabArea #tabs8 .textArea .title span {
    font-size: 1.2rem;
    margin-left: 5px;
  }
  #edr .sec05 {
    padding: 40px 0 20px;
  }
  #edr .sec05 .boxList {
    display: block;
    margin-top: 55px;
  }
  #edr .sec05 .boxList:after {
    display: none;
  }
  #edr .sec05 .boxList .box {
    margin: 40px 0;
  }
  #edr .sec05 .boxList .box dt {
    padding-left: 35px;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 10px;
    color: #595955;
    position: relative;
  }
  #edr .sec05 .boxList .box dt span {
    position: relative;
    z-index: 2;
  }
  #edr .sec05 .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;
  }
  #edr .sec05 .boxList .box dd {
    font-size: 1.5rem;
    line-height: 2;
  }
  #edr .validationBox {
    margin-bottom: 50px;
  }
  #edr .validationBox a {
    display: block;
    padding: 20px 0;
  }
  #edr .validationBox a .logo,
  #edr .validationBox a .text,
  #edr .validationBox a .btn {
    display: block;
  }
  #edr .validationBox a .logo {
    margin: 0 0 10px;
    width: auto;
    text-align: center;
  }
  #edr .validationBox a .logo img{
    width: 99px;
  }
  #edr .validationBox a .text .separete {
    display: none;
  }
  #edr .validationBox a .text {
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 15px;
    text-align: center;
  }
  #edr .validationBox a .btn {
    text-align: center;
    width: auto;
  }
  #edr .validationBox a .btn .buttonStyle01 {
    font-size: 1.1rem;
    line-height: 1.63636;
    padding: 8px 20px;
  }
}
</pre></body></html>