body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:link {
  /*color: #000;*/
  text-decoration: none;
}

a:visited {
  /*color: #000;*/
  text-decoration: none;
}

a:hover {
  /*color: #000;*/
  text-decoration: none;
}

a:active {
  /*color: #000;*/
  text-decoration: none;
}

input,
button,
textarea,
select {
  font-size: 100%;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

hr {
  display: block;
  border: none;
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: 'Noto Sans CJK JP Subset';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans CJK JP'),
    local('NotoSansCJKjp-Regular'),
    local('NotoSansJP-Regular'),
    url('NotoSansCJKjp-Regular.woff2') format('woff2'),
    url('NotoSansCJKjp-Regular.woff') format('woff'),
    url('NotoSansCJKjp-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans CJK JP Subset';
  font-style: normal;
  font-weight: 500;
  src: local('Noto Sans CJK JP'),
    local('NotoSansCJKjp-Medium'),
    local('NotoSansJP-Medium'),
    url('NotoSansCJKjp-Medium.woff2') format('woff2'),
    url('NotoSansCJKjp-Medium.woff') format('woff'),
    url('NotoSansCJKjp-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans CJK JP Subset';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans CJK JP'),
    local('NotoSansCJKjp-Bold'),
    local('NotoSansJP-Bold'),
    url('NotoSansCJKjp-Bold.woff2') format('woff2'),
    url('NotoSansCJKjp-Bold.woff') format('woff'),
    url('NotoSansCJKjp-Bold.ttf') format('truetype');
}


.view-sp {
  display: none;
}

.view-pc {
  display: block;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .view-sp {
    display: block;
  }

  .view-pc {
    display: none;
  }
}


.fwb {
  font-weight: bold !important;
}

.fcred {
  color: #FF0004 !important;
}

.fcorange {
  color: #eb5505 !important;
}

.fcgray {
  color: #666 !important;
}

.taC {
  text-align: center !important;
}

.taL {
  text-align: left !important;
}

.fwB {
  font-weight: 700 !important;
}

td .fwB {
  font-weight: 500 !important;
}

.fsp80 {
  font-size: 80%;
}

.fsp120 {
  font-size: 120%;
}

.fsp140 {
  font-size: 140%;
}

.tgl-content {
  display: none;
}

/*.subplan-content.tgl-content { display: block; }*/

.slide-up {
  opacity: 0;
  transform: translate(0, 120px);
  transition: .6s;
}

.slide-up.in {
  opacity: 1;
  transform: translate(0, 0);
}


/*///////////////////////////////////////////////*/
.nobdrbtm {
  border-bottom: none !important;
}

/**/

@media screen and (min-width: 768px) {
  .netflixpack .inner {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    box-sizing: content-box;
  }
}

.netflixpack {
  font-family: 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', 'Noto Sans', 'Noto Sans JP', sans-serif;
}

.netflixpack .mv {
  background: #000;
}

.anchor {
  background: #000;
  /*margin-bottom: 139px;*/
}

.anchor .anchor_inner {
  background: #1a1a1a;
}

.anchor ul {
  display: flex;
  border-left: 5px solid #000;
  border-right: 5px solid #000;
  margin-left: -7px;
  margin-right: -7px;
}

.anchor ul li {
  padding-left: 2px;
  padding-right: 2px;
  width: calc(100%/3);
  background: #000;
  height: 80px;
}

.anchor ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  border-radius: 2px;
  background: #404040;
  text-align: center;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: .3s;
  position: relative;
}

.anchor ul li a:after {
  content: "";
  position: absolute;
  top: 53%;
  right: 24px;
  transform: translateY(-50%);
  width: 16px;
  height: 11px;
  background: url(/content/dam/au-com/pr/netflixpack/images/ico_arrow_orange.png) no-repeat center;
  background-size: contain;
}

.anchor ul li a:hover {
  text-decoration: none;
  color: #eb5504;
}

.main_content {
  padding-bottom: 270px;
  background: #000 url(/content/dam/au-com/pr/netflixpack/images/bg_main.jpg) repeat-y top;
}

.box {
  background: #fff;
  -webkit-box-shadow: 0 0 90px 10px rgba(215, 0, 0, 1);
  -moz-box-shadow: 0 0 90px 10px rgba(215, 0, 0, 1);
  box-shadow: 0 0 90px 10px rgba(215, 0, 0, 1);
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 6px;
}

.section h2 {
  text-align: center;
  margin-bottom: 80px;
}

.sec02 h2 {
  margin-bottom: 78px;
}

@media (min-width: 768px) {
  .sec01 {
    padding-top: 139px;
  }
}

.sec01 .box {
  padding: 103px 0;
}

.sec01 .box_ttl {
  text-align: center;
}

.sec01 .box_ttl span.box_ttl_span {
  font-size: 12px;
  line-height: 40px;
  margin-bottom: 3px;
  display: block;
}

.sec01 .icon_plus {
  width: 72px;
  height: 72px;
  background: url(/content/dam/au-com/pr/netflixpack/images/ico_plus.png) no-repeat;
  margin: 55px auto 50px;
  display: block;
}

.sec01 .box_desc {
  font-size: 23px;
  font-weight: bold;
  line-height: 36px;
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}

.sec01 .box_desc.mt55 {
  margin-top: 58px;
}

.sec01 .box_desc.mb25 {
  margin-bottom: 25px;
}

.sec01 .box_nav_grey {
  display: flex;
  border-radius: 8px 8px 0 0;
  background: #f3f3f3;
  padding: 38px 0;
  max-width: 820px;
  margin: 0 auto;
}

.sec01 .box_nav_grey > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 20px 10px;
}

.txt_link {
  font-size: 14px;
  line-height: 1;
  color: #000;
}

.txt_link:after {
  content: "";
  width: 17px;
  height: 11px;
  background: url(/content/dam/au-com/pr/netflixpack/images/ico_open.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  margin-left: 10px;
  transition: .5s;
}

.sec01 .txt_link:after {
  width: 12px;
  height: 8px;
  top: 1px;
  margin: 4px 0 0 7px;
}

.sec01 .txt_link:hover {
  text-decoration: none;
  opacity: .5;
  color: #000;
}

.sec01 .txt_link {
  margin-top: 18px;
}

.sec01 .txt_link01 {
  display: flex;
  justify-content: center;
  margin-top: 0;
}

.sec01 .box_nav_grey > div:not(:last-child),
.sec03 .box_nav_grey > div:not(:last-child) {
  border-right: 2px solid #e7e7e7;
}

.sec01 .box_nav_orange {
  max-width: 820px;
  margin: 0 auto;
  background: linear-gradient(to right, #fe812f, #fd4a24);
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 8px 8px;
  padding: 10px;
}

.sec01 .box_nav_orange span {
  margin: 0 23px;
}

.sec02 {
  padding-top: 148px;
}

.sec02 .brand {
  background: #fff;
  text-align: center;
  padding: 114px 15px 120px;
  max-width: 820px;
  margin: auto;
  position: relative;
  box-sizing: content-box;
}

.sec02 .brand:not(:last-child):after {
  content: "";
  width: 2000px;
  height: 2px;
  background: #000;
  left: 0;
  bottom: 0;
  position: absolute;
  left: -1000px;
}

.sec02 .brand_ttl span {
  display: block;
  line-height: 26px;
  margin-top: 10px;
}

.sec02 .brand_desc {
  font-size: 22px;
  line-height: 36px;
  font-weight: bold;
  margin-top: 20px;
  color: #000;
}

.sec02 .brand_desc_small {
  margin-top: 15px;
  font-size: 18px;
  line-height: 36px;
}

.brand_featured {
  margin-top: 63px;
}

.brand_featured .tgl_feature {
  line-height: 36px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 12px;
}

.brand_featured .tgl_feature span {
  cursor: pointer;
}

.brand_featured .tgl_feature span:after {
  content: "";
  width: 17px;
  height: 11px;
  background: url(/content/dam/au-com/pr/netflixpack/images/ico_open.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  margin-left: 14px;
  transition: .5s;
}

.brand_featured .tgl_feature.close span:after {
  transform: rotate(180deg);
}

.brand_content {
  border-radius: 10px;
  background: rgba(236, 108, 54, .08);
  padding: 58px 80px 58px 79px;
  margin-top: 30px;
  display: none;
}

.brand_content h4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 23px;
  line-height: 36px;
  font-weight: bold;
  color: #eb5505;
  margin-bottom: 6px;
  margin-top: -4px;
}

.brand_content h4 span:not(.-cir-none) {
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  background: #eb5505;
  border-radius: 100px;
  color: #fff;
  margin-right: 15px;
  margin-top: 3px;
}

.brand_content p {
  line-height: 31px;
  text-align: left;
}

.brand_content p:not(:last-child) {
  margin-bottom: 34px;
}

.sec02 .recom {
  margin-top: 72px;
}

.sec02 .recom_ttl {
  font-size: 22px;
  line-height: 36px;
  font-weight: bold;
  color: #000;
  padding-bottom: 9px;
  position: relative;
  margin-bottom: 48px;
}

.sec02 .recom_ttl:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  background: linear-gradient(to right, #fe812f, #fd4a24);
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.sec02 .recom_grid {
  display: flex;
  margin: 0 -10px 64px;
}

.sec02 .grid_col {
  width: 33.333333%;
  padding-left: 10px;
  padding-right: 10px;
}

.sec02 .recom_grid .grid_col img {
  width: 100%;
}

.sec02 .recom_grid .grid_col iframe {
  width: 100%;
}




.sec02 .grid_col p {
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 20px;
}

.sec02 .grid_col p span {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  display: block;
  margin-top: 0;
}

.sec02 .bnr_ronsou {
  margin-top: 70px;
}

.sec02 .bnr_ronsou:hover {
  opacity: .7;
}

.sec02 .box_gray01 {
  background: #afafaf;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
  padding: 20px;
  margin-top: 70px;
  -webkit-transform: all .3s ease;
  transform: all .3s ease;
}

.sec02 .box_gray01:hover {
  text-decoration: none;
  opacity: .7;
}

.sec02 .box_gray01 p {
  color: #fff;
  font-size: 22px;
  line-height: 34px;
  font-weight: bold;
  text-align: center;
}

.btn-cv {
  display: block;
  height: 66px;
  font-size: 16px;
  line-height: 66px;
  background: linear-gradient(to right, #fe812f, #fd4a24);
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  width: 556px;
  margin: 0 auto;
  text-align: center;
  transition: .5s;
  background-image: url(/content/dam/au-com/pr/netflixpack/images/arrow-w.png), linear-gradient(to right, #fe812f, #fd4a24);
  background-repeat: no-repeat;
  background-position: right 5% center;
}

.btn-cv:focus,
.btn-cv:active,
.btn-cv:visited {
  color: #fff;
}

.btn-cv-type01:focus,
.btn-cv-type01:active,
.btn-cv-type01:visited {
  color: #eb5504;
}

.btn-cv:hover {
  opacity: .7;
  text-decoration: none;
  color: #fff;
}

.btn-cv-type01 {
  background-color: #fff;
  background-image: url(/content/dam/au-com/pr/netflixpack/images/ico_arrow_orange_b.png);
  border: 2px solid #ef4c05;
  color: #eb5504;
  line-height: 60px;
}

.btn-cv-type01:hover {
  opacity: .5;
  color: #eb5504;
}

.sec01 .btn-cv-type01 {
  margin-top: 69px;
}

@media screen and (min-width: 768px) {
  .sec01 .box_ttl span.view-pc {
    display: block;
  }

  .sec01 h2 {
    margin-bottom: 67px;
  }

  .sec01 h2,
  .sec02 h2,
  .sec03 h2 {
    margin-left: -13px;
  }

  .sec02 .brand.telasa {
    padding-top: 100px;
  }

  .sec02 .brand.telasa .brand_desc {
    margin-top: 35px;
  }

  .brand.telasa .brand_featured {
    margin-top: 56px;
  }

  .sec02 .brand.amazon {
    padding-top: 110px;
  }

  .sec02 .brand.amazon .brand_desc {
    margin-top: 38px;
  }

  .brand.amazon .brand_featured {
    margin-top: 53px;
  }
}

.accordion {
  margin-top: 85px;
}

.accordion-toggle {
  cursor: pointer;
  position: relative;
  background: #666;
  font-size: 20px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-toggle.-link:hover,
.accordion-toggle.-link:active,
.accordion-toggle.-link:focus,
.accordion-toggle.-link:visited {
  color: #fff;
  text-decoration: none;
}

.accordion-toggle.active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion-toggle:not(:first-child) {
  margin-top: 40px;
}

.accordion-content {
  display: none;
  background: #fff;
  margin-bottom: 40px;
  border-radius: 0 0 6px 6px;
}

.accordion-inner {
  max-width: 820px;
  margin: auto;
  padding: 30px 0 45px;
}

.accordion-inner .fw500 {
  font-weight: 500;
}

.accordion-inner .mt20 {
  margin-top: 20px;
}

.accordion-inner .mt25 {
  margin-top: 25px;
}

.accordion-inner .mt30 {
  margin-top: 30px;
}

.accordion-inner .mt10 {
  margin-top: 10px;
}

.accordion-inner .mt15 {
  margin-top: 15px;
}

.accordion-inner .mt12 {
  margin-top: 12px;
}

.accordion-inner .mb18 {
  margin-bottom: 18px;
}

.accordion-inner .f13 {
  font-size: 13px;
}

.accordion-inner .f12 {
  font-size: 12px;
}

.accordion-content.default {
  display: block;
}

.accordion-toggle:before {
  content: "";
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/content/dam/au-com/pr/netflixpack/images/ico_arrow_r.png) no-repeat center;
  width: 13px;
  height: 20px;
  transition: .3s;
}

.accordion-toggle.open27:before,
.accordion-toggle.open33:before,
.accordion-toggle.open34:before {
  transform: translateY(-50%) rotate(90deg);
}

.accordion-toggle.active:before {
  transform: translateY(-50%) rotate(-90deg);
}

#flbn.-bottom {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

@media (min-width: 768px) {
  #flbn {
    background: #000;
    padding: 15px;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 3;
    transition: .5s;
  }

  #flbn a {
    display: block;
    height: 50px;
    line-height: 50px;
    background: linear-gradient(to right, #fe812f, #fd4a24);
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
    border-radius: 25px;
    width: 524px;
    margin: 0 auto;
    text-align: center;
    transition: .5s;
    background-image: url(/content/dam/au-com/pr/netflixpack/images/arrow-w.png), linear-gradient(to right, #fe812f, #fd4a24);
    background-repeat: no-repeat;
    background-position: right 5% center;
  }

  #flbn a:hover {
    opacity: .7;
  }
}

@media (max-width: 767px) {
  #flbn {
    background: #000;
    padding: 3%;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 3;
    transition: .5s;
  }

  #flbn a {
    display: block;
    height: 12vw;
    line-height: 12vw;
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
    border-radius: 6vw;
    width: 70%;
    margin: 0 auto;
    font-size: 4vw;
    text-align: center;
    background-image: url(/content/dam/au-com/pr/netflixpack/images/arrow-w.png), linear-gradient(to right, #fe812f, #fd4a24);
    background-repeat: no-repeat;
    background-position: right 5% center;
  }
}

@media (min-width: 1200px) {
  #flbn {
    width: calc(100% - 180px);
    left: auto;
  }
}

.question {
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  padding: 20px 30px;
  border-top: 1px solid #dedede;
  position: relative;
  cursor: pointer;
}

.question.-link {
  display: block;
  color: #333;
}

.question.-link:hover {
  text-decoration: none;
}

.question:first-child {
  border-top: 0;
}

.question:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(-90deg);
  width: 17px;
  height: 11px;
  background: url(/content/dam/au-com/pr/netflixpack/images/ico_open.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  transition: .5s;
}

.question-acc:after {
  transform: translateY(-50%) rotate(0);
}

.question.active:after {
  transform: rotate(180deg);
}

.answer {
  margin-bottom: 30px;
  background: #f3f3f3;
  font-size: 16px;
  line-height: 26px;
  padding: 35px 40px;
  border-radius: 6px;
  display: none;
  margin-bottom: 40px;
}

.list01 li {
  text-indent: -12px;
  margin-left: 12px;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
}

.list01 li.fcred {
  margin-bottom: 6px;
}

.list01.style01 li {
  margin-bottom: 0;
}

.list02 li {
  text-indent: -35px;
  margin-left: 35px;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 20px;
}

.list02.mt20 {
  margin-top: 20px;
}

.list03 {
  text-indent: -12px;
  margin-left: 12px;
  font-size: 12px;
  line-height: 20px;
}

@media screen and (max-width: 767px) {
  .main_content {
    background: #000 url(/content/dam/au-com/pr/netflixpack/images/bg_main_sp.jpg) repeat-y top;
    background-size: 100% auto;
    padding-top: 2.6666vw;
    padding-bottom: 26.666vw;
  }

  .main_content img {
    max-width: 100%;
  }

  .netflixpack .inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .netflixpack .mv .inner {
    padding-left: 0;
    padding-right: 0;
  }

  .netflixpack .mv img {
    max-width: 100%;
  }

  .section h2 img {
    max-width: 100%;
    width: 66.7vw;
  }

  .anchor {
    padding-left: 2vw;
    padding-right: 2vw;
    margin-bottom: 15.133vw;
  }

  .sec01 {
    padding-top: 15vw;
  }

  .anchor .anchor_inner {
    background: none;
  }

  .anchor ul {
    border-left: 0;
    border-right: 0;
    margin-left: -1.0666vw;
    margin-right: -1.0666vw;
  }

  .anchor ul li {
    padding-left: 1.0666vw;
    padding-right: 1.0666vw;
    height: 80px;
  }

  .anchor ul li a {
    font-size: 3.4666vw;
    line-height: 5.333vw;
    border-radius: 2px;
    height: 24vw;
    padding-bottom: 3vw;
  }

  .anchor ul li a:after {
    top: inherit;
    right: inherit;
    transform: translateX(-50%);
    width: 4.2666vw;
    height: 2.9333vw;
    left: 50%;
    bottom: 2.933vw;
  }

  .box {
    background: #fff;
    -webkit-box-shadow: 0 0 24vw 2.667vw rgba(215, 0, 0, 1);
    -moz-box-shadow: 0 0 24vw 2.667vw rgba(215, 0, 0, 1);
    box-shadow: 0 0 24vw 2.667vw rgba(215, 0, 0, 1);
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 6px;
  }

  .section h2 {
    margin-bottom: 8vw;
  }

  .sec02 h2 {
    margin-bottom: 8vw;
  }

  .sec01 .inner {
    padding-left: 5.067vw;
    padding-right: 5.067vw;
  }

  .sec01 .box {
    padding: 10vw 5.333vw;
  }

  .sec01 .box_ttl img {
    max-width: 100%;
  }

  .sec01 .box_ttl span.box_ttl_span {
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-top: 2.6666vw;
    margin-bottom: 0.8vw;
  }

  .sec01 .icon_plus {
    width: 15vw;
    height: 15vw;
    margin: 6.666vw auto 8.667vw;
    background-size: contain;
  }

  .sec01 .box_desc {
    font-size: 4.533vw;
    line-height: 6.4vw;
    margin-top: 6.666vw;
    margin-bottom: 6.666vw;
  }

  .sec01 .box_desc.mt55 {
    margin-top: 6.666vw;
  }

  .sec01 .box_desc.mb25 {
    margin-bottom: 5.333vw;
    margin-top: 9.067vw;
  }

  .sec01 .box_nav_grey {
    border-radius: 2.133vw 2.133vw 0 0;
    padding: 6.666vw 3.6vw 0;
    max-width: 100%;
    flex-wrap: wrap;
  }

  .sec01 .box_nav_grey > div {
    width: 100%;
    padding: 5.333vw 2.666vw 6.667vw;
  }

  .txt_link {
    font-size: 3.733vw;
  }

  .txt_link:after {
    width: 4.533vw;
    height: 2.933vw;
    margin-left: 2.666vw;
  }

  .sec01 .txt_link:after {
    width: 3.733vw;
    height: 2.667vw;
    top: 1px;
    margin: .8vw 0 0 1.866vw;
  }

  .sec01 .txt_link {
    margin-top: 4.4vw;
  }

  .sec01 .box_nav_grey > div:not(:last-child) {
    border-bottom: 2px solid #e7e7e7;
    border-right: 0;
  }

  .sec01 .box_nav_orange {
    max-width: 100%;
    font-size: 3.733vw;
    line-height: 5.866vw;
    height: 31.466vw;
    border-radius: 0 0 8px 8px;
    padding: 4vw 0;
    justify-content: space-between;
  }

  .sec01 .box_nav_orange > div {
    width: 50%;
  }

  .sec01 .box_nav_orange > div:first-child {
    position: relative;
    margin-top: -0.8vw;
  }

  .sec01 .box_nav_orange > div:first-child:after {
    content: '';
    width: 1px;
    height: 26vw;
    background: #fff;
    transform: rotate(20deg);
    position: absolute;
    right: -4%;
    top: -4vw;
  }

  .sec01 .box_nav_orange span {
    margin: 0 6.133vw;
    width: 1px;
    height: 100%;
    background: #fff;
    transform: rotate(20deg);
    display: none;
  }

  .sec01 .box_nav_orange span img {
    display: none;
  }

  .sec02 {
    margin-top: 0;
    padding-top: 15vw;
  }

  .sec02 .brand {
    padding: 13.333vw 5.333vw 14.666vw;
    max-width: 100%;
  }

  .sec02 .brand_ttl span {
    line-height: 4.8vw;
    margin-top: 2.666vw;
    font-size: 3.733vw;
  }

  .sec02 .brand_desc {
    font-size: 4.533vw;
    line-height: 6.4vw;
    margin-top: 8vw;
    letter-spacing: -1px;
  }

  .sec02 .brand_desc_small {
    margin-top: 4vw;
    font-size: 4vw;
    line-height: 5.866vw;
    text-align: left;
  }

  .brand_featured {
    margin-top: 9.333vw;
  }

  .brand_featured .tgl_feature {
    font-size: 4vw;
    line-height: 9.6vw;
    border-bottom: 1px solid #ececec;
    padding-bottom: 1.2vw;
  }

  .brand_featured .tgl_feature span:after {
    width: 4.533vw;
    height: 2.933vw;
    margin-left: 3.733vw;
  }

  .brand_featured .tgl_feature span:after {
    width: 4.533vw;
    height: 2.933vw;
    margin-left: 3.733vw;
  }

  .brand_content {
    border-radius: 10px;
    padding: 8vw 6.4vw;
    margin-top: 8vw;
  }

  .brand_content h4 {
    font-size: 4vw;
    line-height: 1.2;
    margin-bottom: 6px;
    margin-top: -4px;
    text-align: left;
  }

  .brand_content h4 span:not(.-cir-none) {
    width: 6.2vw;
    height: 6.2vw;
    font-size: 3.466vw;
    line-height: 1;
    border-radius: 200px;
    margin-right: 2.666vw;
    margin-top: 3px;
  }

  .brand_content p {
    line-height: 5.866vw;
    font-size: 3.733vw;
  }

  .brand_content p:not(:last-child) {
    margin-bottom: 4vw;
  }

  .sec02 .recom {
    margin-top: 10.666vw;
  }

  .sec02 .recom_ttl {
    font-size: 4.266vw;
    line-height: 6.666vw;
    padding-bottom: 2.4vw;
    margin-bottom: 12.8vw;
  }

  .sec02 .recom_ttl:before {
    width: 18.666vw;
    height: 3px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }

  .sec02 .recom_grid {
    margin: 0 0 9.333vw;
    flex-wrap: wrap;
  }

  .sec02 .grid_col {
    width: 100%;
    padding-left: 5.066vw;
    padding-right: 5.066vw;
  }

  .sec02 .grid_col:not(:last-child) {
    margin-bottom: 8vw;
  }

  .sec02 .grid_col img {
    width: 100%;
    max-width: inherit;
  }

  .sec02 .grid_col p {
    font-size: 3.466vw;
    line-height: 6.666vw;
    margin-top: 4vw;
  }

  .sec02 .grid_col p span {
    font-size: 3.2vw;
    line-height: 5.333vw;
  }

  .sec02 .bnr_ronsou {
    margin-top: 10.666vw;
  }

  .sec02 .box_gray01 {
    height: 35.733vw;
    padding: 5.333vw;
    margin-top: 10.666vw;
  }

  .sec02 .box_gray01 p {
    font-size: 4.8vw;
    line-height: 6.666vw;
  }

  .sec02 .box_gray01 p {
    font-size: 4.266vw;
  }

  .btn-cv {
    height: 13.333vw;
    line-height: 5.866vw;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.733vw;
  }

  .btn-cv.-lg {
    height: 20vw;
  }

  .btn-cv-type01 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sec01 .btn-cv-type01 {
    margin-top: 6.667vw;
    height: 13.333vw;
    font-size: 3.733vw;
  }

  .accordion {
    margin-top: 6.4vw;
  }

  .accordion-toggle {
    font-size: 4.266vw;
    line-height: 1.2;
    height: 16vw;
    padding: 0 5.066vw;
  }

  .accordion-toggle:not(:first-child) {
    margin-top: 6.266vw;
  }

  .accordion-content {
    margin-bottom: 40px;
  }

  .accordion-inner {
    max-width: 100%;
    padding: 1vw 5.066vw 6.4vw;
  }

  .accordion-inner .mt20 {
    margin-top: 20px;
  }

  .accordion-inner .mt30 {
    margin-top: 30px;
  }

  .accordion-inner .mt10 {
    margin-top: 10px;
  }

  .accordion-inner .mt15 {
    margin-top: 15px;
  }

  .accordion-inner .f13 {
    font-size: 13px;
  }

  .accordion-inner .f12 {
    font-size: 12px;
  }

  .accordion-toggle:before {
    right: 6vw;
    top: 50%;
    width: 13px;
    height: 20px;
  }

  .question {
    font-size: 4vw;
    font-weight: bold;
    line-height: 6.666vw;
    padding: 5vw 10vw 5vw 1vw;
    border-top: 1px solid #dedede;
  }

  .question:after {
    right: 10px;
  }

  .answer {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 26px;
    padding: 6.666vw;
    margin-bottom: 40px;
  }

  .answer p {
    font-size: 3.733vw;
    line-height: 5.866vw;
  }
}

@media (max-width: 979px) {
  #contentsWrapper.homeTemplate {
    padding-top: 11.6vw !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .anchor ul li a:after {
    right: 15px;
  }

  .sec01 h2,
  .sec02 h2,
  .sec03 h2 {
    margin-left: 0;
  }

  .sec01 h2 span img,
  .sec02 h2 span img {
    height: 65px;
  }

  .sec03 h2 span img {
    height: 55px;
  }

  .recom_grid img {
    max-width: 100%;
  }

  .sec01 .box_nav {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: content-box;
  }
}

/*sec03*/
.sec03 {
  padding-top: 80px;
}

.u-ta-c {
  text-align: center;
}

.u-ta-r {
  text-align: right;
}

.box-info {
  padding: 60px 0;
  position: relative;
  z-index: 5;
}

.sec03 .box_desc {
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
  margin-top: 50px;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .sec03 .box_desc {
    margin-bottom: 30px;
  }
}

.sec03 .box-collapse {
  position: relative;
  z-index: 3;
}

.box-info__note {
  margin: 60px 0;
}

.box-info__limit {
  background: #fff4ee;
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #eb5504;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .box-info__limit {
    border-radius: 5px;
    height: 72px;
  }
}

@media (max-width: 767px) {
  .box-info__limit {
    border-radius: 1.333vw;
    height: 13.333vw;
  }

  .sec03 {
    padding-top: 0;
  }
}

.sec03 .box-info__note .box-info__limitTxt {
  font-weight: 600;
  margin-top: 0;
  line-height: 40px;
}

@media (min-width: 768px) {
  .sec03 .box-info__note .box-info__limitTxt {
    font-size: 18px;
    width: 100%;
  }

  .sec03 .box-info__note .box-info__limitTxt:hover {
    opacity: .6;
  }
}

@media (max-width: 767px) {
  .sec03 .box-info__note .box-info__limitTxt {
    font-size: 3.333vw;
    line-height: 6.933vw;
    position: relative;
  }

  .sec03 .box-info__note .box-info__limitTxt .relative {
    position: static;
  }
}

.box-info__limitTxt {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec03 .box-info__note .box-info__limit .ico-device {
  background: url("../images/ico_device.png") no-repeat center/contain;
  display: inline-block;
}

@media (min-width: 768px) {
  .sec03 .box-info__note .box-info__limit .ico-device {
    width: 80px;
    height: 33px;
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .sec03 .box-info__note .box-info__limit .ico-device {
    width: 13.067vw;
    height: 5.733vw;
    margin-right: 2.133vw;
  }
}

.sec03 .box-info__note .box-info__limit .ico-question {
  background: url("../images/ico_question.png") no-repeat center/contain;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .sec03 .box-info__note .box-info__limit .ico-question {
    width: 21px;
    height: 21px;
    margin: -8px 0 0 5px;
  }
}

@media (max-width: 767px) {
  .sec03 .box-info__note .box-info__limit .ico-question {
    width: 6vw;
    height: 6vw;
    margin: -1.067vw 0 0 1.867vw;
  }
}

@media (min-width: 768px) {
  .sec03 .box-info__limit .limit-num {
    font-size: 26px;
    margin: 0 2px;
    margin-top: -3px;
  }
}

@media (max-width: 767px) {
  .sec03 .box-info__limit .limit-num {
    font-size: 4.8vw;
    line-height: 6.933vw;
    margin: 0 0.267vw;
  }
}

@media (min-width: 768px) {
  .sec03 .box-info__limit .limit-unit {
    margin-bottom: -4px;
  }
}

@media (max-width: 767px) {
  .sec03 .box-info__limit .limit-unit {
    margin-bottom: -0.534vw;
    font-size: 3.733vw;
    line-height: 6.933vw;
  }
}

.box-info__advantage {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-inner {
  margin: 0 auto;
  box-sizing: content-box;
}

@media (min-width: 768px) {
  .box-inner {
    max-width: 820px;
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .box-inner {
    max-width: 100vw;
  }
}

@media (min-width: 768px) {
  .box-collapse__ttl {
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
  }
}

@media (max-width: 767px) {
  .box-collapse__ttl {
    padding-bottom: 2.667vw;
    margin-bottom: 5.333vw;
    border-bottom: 0.133vw solid #ccc;
  }
}

.bggray {
  background: #f3f3f3;
}

.box-space {
  color: #fff;
}

[data-module="tooltip"] {
  position: relative;
  cursor: pointer;
}

.relative {
  position: relative;
}

.tooltip {
  background: #000;
  position: absolute;
  top: 100%;
  transition: 0.3s;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}

@media (min-width: 768px) {
  .tooltip {
    padding: 15px;
    margin-top: 20px;
    border-radius: 4px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .tooltip {
    padding: 4vw;
    margin-top: 4vw;
    border-radius: 0.667vw;
    width: 80vw;
    left: 0;
  }
}

.tooltip.open {
  z-index: 20;
  opacity: 1;
  visibility: visible;
}

.tooltip__ttl {
  color: #fff;
}

@media (min-width: 768px) {
  .tooltip__ttl {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .tooltip__ttl {
    margin-bottom: 2.667vw;
  }
}

.tooltip__cont {
  background: #fff;
}

@media (min-width: 768px) {
  .tooltip__cont {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .tooltip__cont {
    padding: 4vw;
  }
}

.tooltip:before {
  content: "";
  background: url("../images/modal_ico_arrow.png") no-repeat;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 41px;
  height: 20px;
  top: -19px;
}

.tooltip__close {
  display: block;
  background: #000 url("../images/modal_ico_close.png") no-repeat center/32px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .tooltip__close {
    height: 40px;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .tooltip__close {
    height: 60px;
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .tooltip__limit {
    padding: 30px 0 20px;
  }
}

@media (max-width: 767px) {
  .tooltip__limit {
    padding: 8vw 0 5.333vw;
  }
}

@media (min-width: 768px) {
  .tooltip__limit img + img {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .tooltip__limit img + img {
    margin-top: 6.667vw;
  }
}

.sec03 .tooltip .box-action__link {
  justify-content: center;
  font-weight: normal;
}

@media (min-width: 768px) {
  .sec03 .tooltip .box-action__link {
    margin: 20px 0;
  }
}

@media (max-width: 767px) {
  .sec03 .tooltip .box-action__link {
    margin: 2.667vw 0;
  }
}

@media (min-width: 768px) {
  .tooltip-hoverStyle:hover {
    opacity: .6;
  }
}

.tooltip__advantageTtl {
  color: #eb5504;
}

@media (max-width: 767px) {
  .sec03 {
    margin-top: 5vw;
    padding-top: 5vw;
  }

  .sec03 h2 img {
    width: 49.2vw;
  }
}

@media (min-width: 768px) {
  .sec03__ttl {
    margin-bottom: 78px;
  }
}

@media (max-width: 767px) {
  .sec03__ttl {
    margin-bottom: 10.4vw;
  }
}

@media (min-width: 768px) {
  .sec03 .box-info {
    padding: 89px 0 33px;
  }
}

@media (max-width: 767px) {
  .sec03 .box-info {
    padding: 12vw 5.333vw 4.667vw;
  }
}

@media (min-width: 768px) {
  .sec03 .box-info__note {
    margin: 63px 0 10px;
  }

  .sec03 img[src*="ttl_h3_02"] {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .sec03 .box-info__note {
    margin: 8.667vw 0 6.667vw;
  }

  .sec03 img[src*="ttl_h3_02"] {
    margin-bottom: 3vw;
  }

}

@media (min-width: 768px) {
  .sec03 .box-info__note p {
    margin-top: 8px;
    font-size: 12px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .sec03 .box-info__note p {
    margin-top: 2.133vw;
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
}

.sec03 .taC {
  margin-bottom: 3em;
}


.sec03 .box-info__advantage {
  font-weight: bold;
}

@media (min-width: 768px) {
  .sec03 .box-info__advantage {
    font-size: 16px;
    line-height: 36px;
    margin: 26px 0 7px;
  }
}

@media (max-width: 767px) {
  .sec03 .box-info__advantage {
    font-size: 4.267vw;
    line-height: 6.667vw;
    margin: 4vw 0 3.333vw;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
  }
}

.sec03 .box-info__advantage li {
  display: flex;
  align-items: center;
  cursor: pointer;
}

@media (max-width: 767px) {
  .sec03 .box-info__advantage li {
    width: auto;
  }
}

@media (min-width: 768px) {
  .sec03 .box-info__advantage li + li {
    margin-left: 26px;
  }
}

.sec03 .box-info__advantage li i {
  font-style: normal;
  display: flex;
  align-items: center;
}

.sec03 .box-info__advantage li i:after {
  content: "";
  background: url(../images/ico_question.png) no-repeat 0 0/100%;
}

@media (min-width: 768px) {
  .sec03 .box-info__advantage li i:after {
    width: 21px;
    height: 21px;
    margin-left: 4px;
  }
}

@media (max-width: 767px) {
  .sec03 .box-info__advantage li i:after {
    width: 5.333vw;
    height: 5.333vw;
    margin-left: 1.067vw;
  }
}

@media (min-width: 768px) {
  .sec03 .box-info__txt {
    font-size: 12px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .sec03 .box-info__txt {
    font-size: 3.2vw;
    line-height: 4.8vw;
    text-align: left;
    text-indent: -3.734vw;
    margin-left: 3.733vw;
  }
}

@media (max-width: 767px) {
  .sec03 .box-collapse {
    padding: 0 5.333vw;
    margin-top: 2.667vw;
  }
}

.sec03 .box-plan {
  margin-top: 89px;
  padding-bottom: 97px;
}

@media (max-width: 767px) {
  .sec03 .box-plan {
    margin-top: 11.467vw;
    padding: 0 5.333vw 10vw;
  }
}

.sec03 .box-plan__ttl {
  margin-bottom: 40px;
}

.sec03 .box-plan__tbl strong {
  font-weight: bold;
}

@media (max-width: 767px) {
  .sec03 .box-plan__ttl {
    margin-bottom: 5.333vw;
  }

  .sec03 .box-plan__ttl img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}

.sec03 .box-plan table {
  width: 100%;
}

.sec03 .box-plan table td {
  border: 1px solid #dedede;
  width: 36.5%;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  line-height: 22px;
  padding: 18px 20px 20px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .sec03 .box-plan table td {
    padding: 22px 20px 18px;
  }
}

@media (max-width: 767px) {
  .sec03 .box-plan table td {
    font-size: 3.467vw;
    line-height: 5.067vw;
    padding: 4.267vw 1.333vw;
    width: 34%;
  }
}

.sec03 .box-plan table td:first-child {
  width: auto;
}

.sec03 .box-plan table td + td {
  background: #f3f3f3;
}

.sec03 .box-plan table td + td + td {
  background: #fff4ee;
}

.sec03 .box-plan table thead td {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 13px 20px;
}

@media (max-width: 767px) {
  .sec03 .box-plan table thead td {
    font-size: 3.2vw;
    line-height: 4.533vw;
    padding: 3.2vw;
    text-align: left;
  }

  .sec03 .box-plan table thead td br {
    display: none;
  }
}

.sec03 .box-plan table thead td + td {
  background: #555;
}

.sec03 .box-plan table thead td + td + td {
  background: #eb5504;
}

.sec03 .box-plan table tbody td {
  height: 78px;
}

.sec03 .box-plan table .-lg td {
  height: 120px;
}

.sec03 .box-plan table .-block {
  display: block;
  margin-bottom: 7px;
}

@media (max-width: 767px) {
  .sec03 .box-plan table .-bl-sp {
    display: block;
    font-weight: 500;
    font-size: 3.2vw;
    line-height: 4.267vw;
  }
}

.sec03 .box-plan table .-fs12 {
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 767px) {
  .sec03 .box-plan table .-fs12 {
    font-size: 2.133vw;
    line-height: 3.2vw;
    margin-top: -0.534vw;
    display: block;
  }
}

.sec03 .box-plan table .-fs14 {
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 767px) {
  .sec03 .box-plan table .-fs14 {
    font-size: 3.067vw;
    line-height: 4.267vw;
    display: block;
  }
}

.sec03 .box-plan table .-fs18 {
  font-size: 18px;
  line-height: 26px;
}

@media (max-width: 767px) {
  .sec03 .box-plan table .-fs18 {
    font-size: 3.467vw;
    line-height: 4vw;
  }
}

.sec03 .box-plan table .-fs20 {
  font-size: 20px;
  line-height: 22px;
}

@media (max-width: 767px) {
  .sec03 .box-plan table .-fs20 {
    font-size: 3.467vw;
    line-height: 4.267vw;
  }
}

.sec03 .box-plan table .-fs28 {
  font-size: 28px;
  line-height: 32px;
}

@media (max-width: 767px) {
  .sec03 .box-plan table .-fs28 {
    font-size: 3.733vw;
    line-height: 4.267vw;
  }
}

.sec03 .box-plan table .-org {
  color: #eb5504;
}

.sec03 .box-plan table .-fwb {
  font-weight: bold;
}

.sec03 .box-plan table .-fwm {
  font-weight: 500;
}

.sec03 .box-plan table img {
  max-height: 24px;
  vertical-align: top;
}

@media (max-width: 767px) {
  .sec03 .box-plan table img {
    max-height: 3.733vw;
  }
}

.sec03 .box-plan table img.-mh1 {
  max-height: 29px;
}

@media (max-width: 767px) {
  .sec03 .box-plan table img.-mh1 {
    max-height: 4vw;
  }
}

.sec03 .box-plan__btn {
  font-size: 16px;
  line-height: 30px;
  display: flex;
  justify-content: flex-end;
  margin-top: 33px;
}

@media (max-width: 767px) {
  .sec03 .box-plan__btn {
    font-size: 3.733vw;
    line-height: 4.8vw;
    margin-top: 4vw;
  }
}

.sec03 .box-plan__btn a {
  display: flex;
  align-items: center;
  color: #000;
}

.sec03 .box-plan__btn a:hover {
  color: #000;
}

.sec03 .box-plan__btn a:after {
  width: 17px;
  height: 11px;
  background: url(../images/ico_arrow_black.png) no-repeat 0 0/100%;
  margin-left: 8px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .sec03 .box-plan__btn a:after {
    margin-top: -3px;
  }
}

@media (max-width: 767px) {
  .sec03 .box-plan__btn a:after {
    width: 4vw;
    height: 3.333vw;
    margin-left: 2.267vw;
    margin-top: 0.533vw;
  }
}

.sec03 .box-data {
  border: 1px solid #eb5505;
  border-radius: 8px;
  background: #fff4ee;
  padding: 30px 58px 0;
  text-align: center;
  margin-top: 46px;
}

@media (max-width: 767px) {
  .sec03 .box-data {
    border-width: 0.267vw;
    border-radius: 1.6vw;
    padding: 6.4vw 4.667vw 0;
    margin-top: 9.733vw;
  }

  .sec03 .box-data img {
    max-width: 100%;
    display: block;
  }
}

.sec03 .box-data__ttl {
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  padding-bottom: 29px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .sec03 .box-data__ttl {
    font-size: 4vw;
    line-height: 5.333vw;
    padding-bottom: 13.333vw;
  }
}

@media screen and (min-width: 767px) {
  .sec03 .box-data__ttl:hover {
    opacity: 0.7;
  }
}

.sec03 .box-data__ttl.active:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.sec03 .box-data__ttl:after {
  content: "";
  width: 34px;
  height: 35px;
  background: url(../images/ico_box_data.png) no-repeat 0 0/100%;
  position: absolute;
  top: 19%;
  right: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media (max-width: 767px) {
  .sec03 .box-data__ttl:after {
    width: 8vw;
    height: 8.267vw;
    top: auto;
    bottom: 2.667vw;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.sec03 .box-data__ttl .-lg {
  font-size: 28px;
  line-height: 34px;
  font-weight: bold;
  color: #eb5505;
}

@media (max-width: 767px) {
  .sec03 .box-data__ttl .-lg {
    font-size: 5.867vw;
    line-height: 5.867vw;
    margin-top: 2vw;
    white-space: nowrap;
  }
}

.sec03 .box-data__ttl .-lg span {
  font-size: 16px;
}

@media (max-width: 767px) {
  .sec03 .box-data__ttl .-lg span {
    font-size: 3.733vw;
    margin-top: 1.067vw;
  }
}

.sec03 .box-data__cont {
  border-top: 1px solid #eb5505;
  font-size: 12px;
  line-height: 22px;
  padding: 60px 0 32px 19px;
  display: none;
}

@media (max-width: 767px) {
  .sec03 .box-data__cont {
    border-top-width: 0.267vw;
    padding: 8.533vw 0 8vw 0;
  }
}

.sec03 .box-data__txt {
  margin-top: 21px;
}

@media (max-width: 767px) {
  .sec03 .box-data__txt {
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-top: 5.6vw;
  }
}

.sec03 .box-data__note {
  margin-top: 16px;
  font-size: 12px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .sec03 .box-data__note {
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-top: 4.667vw;
  }
}

.sec03 .box-data__note li {
  display: flex;
  align-items: baseline;
}

@media (max-width: 767px) {
  .sec03 .box-data__note li + li {
    margin-top: 2.133vw;
  }
}

.sec03 .box-data__note li:before {
  content: "";
  width: 10px;
  height: 9px;
  background: url(../images/ico_box_data_01.png) no-repeat 0 0/100%;
  flex: 0 0 auto;
  margin-right: 2px;
}

@media (max-width: 767px) {
  .sec03 .box-data__note li:before {
    margin-right: 1.333vw;
    width: 2.667vw;
    height: 2.4vw;
  }
}

.sec03 .box-action {
  margin-top: 9px;
}

@media (max-width: 767px) {
  .sec03 .box-action {
    margin-top: 5.333vw;
  }
}

.sec03 .box-action__link {
  font-size: 14px;
  line-height: 24px;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .sec03 .box-action__link {
    font-size: 3.733vw;
    line-height: 4.8vw;
  }
}

.sec03 .box-action__link a {
  display: flex;
  align-items: center;
  color: #0066aa;
}

.sec03 .box-action__link a:after {
  content: "";
  width: 12px;
  height: 11px;
  background: url(../images/ico_box_action_01.png) no-repeat 0 0/100%;
  margin-left: 4px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .sec03 .box-action__link a:after {
    margin-top: -3px;
  }
}

@media (max-width: 767px) {
  .sec03 .box-action__link a:after {
    width: 2.667vw;
    height: 2.933vw;
    margin-left: 1.6vw;
  }
}

.sec03 .box-action__btn {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .sec03 .box-action__btn {
    margin-top: 6.667vw;
  }
}

.sec03 .box-action__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 516px;
  height: 66px;
  margin: auto;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #eb5505;
  border: 2px solid #eb5505;
  border-radius: 33px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .sec03 .box-action__btn a {
    max-width: 76.667vw;
    height: 13.6vw;
    font-size: 3.733vw;
    line-height: 4.8vw;
  }
}

.sec03 .box-action__btn a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.sec03 .box-action__btn a:after {
  content: "";
  width: 19px;
  height: 10px;
  background: url(../images/ico_box_action_02.png) no-repeat 0 0/100%;
  position: absolute;
  top: 0;
  bottom: 5px;
  right: 28px;
  margin: auto;
}

@media (max-width: 767px) {
  .sec03 .box-action__btn a:after {
    background: url(../images/ico_box_action_02.png) no-repeat 0 0/100%;
    width: 3.467vw;
    height: 2.267vw;
    right: 5.2vw;
    bottom: 0;
  }
}

/*add240311*/
@media (min-width: 768px) {

  .sec03 .add_service_hading {
    width: 100%;
    margin: auto;
    padding: 50px 0;
    text-align: center;
  }

  .sec03 .add_service_hading img[src*="ttl_h3_01"] {
    margin: auto;
  }

  .sec03 .add_service_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px 8px 0 0;
    background: #f3f3f3;
    padding: 38px 0;
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
  }

  .sec03 .add_service_wrap .add_service_item:not(:last-child) {
    border-right: 2px solid #e7e7e7;
  }

  .sec03 .add_service_wrap .add_service_item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 20px 10px;
  }

  .sec03 .add_service_wrap .add_service_item .txt_link {
    font-size: 12px;
    margin-top: 12px;
  }

  .sec03 .add_service_remarks {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
  }

  .sec03 .btn_detail {
    display: inline-block;
    margin: 20px 0 0 auto;
    width: 100%;
    font-size: 16px;
    text-align: right;

  }

  .sec03 .btn_detail a {
    color: #0066aa;
    text-decoration: none;
    font-size: 14px;
  }

}

@media (max-width: 767px) {

  .sec03 .add_service_hading {
    width: 100%;
    margin: auto;
    padding: 10vw 5vw 5vw 5vw;
    text-align: center;
  }

  .sec03 .add_service_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3vw 3vw 0 0;
    background: #f3f3f3;
    padding: 5vw 0;
    max-width: 90vw;
    width: 100%;
    margin: 0 auto;
  }

  .sec03 .add_service_wrap .add_service_item:not(:last-child) {
    border-right: 2px solid #e7e7e7;
  }

  .sec03 .add_service_wrap .add_service_item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 3vw 2vwx;
  }

  .sec03 .add_service_wrap .add_service_item .txt_link {
    font-size: 3vw;
    margin-top: 3vw;
  }

  .sec03 .add_service_remarks {
    font-size: 6vw;
    font-weight: bold;
    text-align: center;
    margin-top: 5vw;
  }

  .sec03 .btn_detail {
    display: inline-block;
    margin: 5vw 0 0 auto;
    width: 100%;
    font-size: 3vw;
    text-align: right;

  }

  .sec03 .btn_detail a {
    color: #0066aa;
    text-decoration: none;
    font-size: 3.733vw;
  }

}







.box-collapse__ttl {
  font-size: 16px;
  line-height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #ececec;
  color: #000;
  cursor: pointer;
  padding: 14px 0 11px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .box-collapse__ttl {
    border-bottom-width: 0.267vw;
    font-size: 4vw;
    line-height: 7.733vw;
    padding: 2.667vw 0;
    font-weight: 500;
    margin-bottom: 7.067vw;
  }
}

.box-collapse__ttl:hover {
  opacity: 0.7;
}

.box-collapse__ttl.active:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.box-collapse__ttl:after {
  content: "";
  width: 17px;
  height: 11px;
  background: url(../images/ico_arrow_black.png) no-repeat 0 0/100%;
  margin-left: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .box-collapse__ttl:after {
    margin-top: -3px;
  }
}

.box-collapse__content {
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .box-collapse__content {
    padding-bottom: 10vw;
  }
}

.box-collapse__content .box-table {
  table-layout: fixed;
  width: 100%;
}

.box-collapse__content .box-table th,
.box-collapse__content .box-table td {
  border: 1px solid #dedede;
  background: #f3f3f3;
  width: auto;
  font-weight: 500;
}

@media (min-width: 768px) {

  .box-collapse__content .box-table th,
  .box-collapse__content .box-table td {
    padding: 26px 35px 21px 45px;
  }
}

@media (max-width: 767px) {

  .box-collapse__content .box-table th,
  .box-collapse__content .box-table td {
    padding: 2.667vw;
    font-size: 3.467vw;
    border-width: 2px;
  }

  .box-collapse__content .box-table th.-fit-sp,
  .box-collapse__content .box-table td.-fit-sp {
    padding-top: 4vw;
  }
}

.box-collapse__content .box-table th:last-child,
.box-collapse__content .box-table td:last-child {
  background: #fff;
  text-align: right;
  width: 44%;
}

.box-collapse__content .box-table th:last-child.box-space,
.box-collapse__content .box-table td:last-child.box-space {
  background: #555;
  text-align: center;
  border-right-color: #555;
  border-left-color: #555;
}

@media (min-width: 768px) {

  .box-collapse__content .box-table th:last-child.box-space,
  .box-collapse__content .box-table td:last-child.box-space {
    padding: 7px 10px 8px;
    font-size: 16px;
    line-height: 36px;
  }
}

@media (max-width: 767px) {

  .box-collapse__content .box-table th:last-child.box-space,
  .box-collapse__content .box-table td:last-child.box-space {
    padding: 1.867vw 2.667vw;
    font-size: 3.733vw;
    line-height: 7.2vw;
    font-weight: 500;
  }
}

.box-collapse__content .box-table th.-w55,
.box-collapse__content .box-table td.-w55 {
  width: 55%;
}

.box-collapse__content .box-table th.-w45,
.box-collapse__content .box-table td.-w45 {
  width: 45%;
}

.box-collapse__content .box-table th.-w20,
.box-collapse__content .box-table td.-w20 {
  width: 20%;
}

.box-collapse__content .box-table th.-w35,
.box-collapse__content .box-table td.-w35 {
  width: 35%;
}

@media (max-width: 767px) {
  .box-collapse__content .box-table th {
    font-size: 3.733vw;
    line-height: 5.333vw;
    font-weight: bold;
  }
}

@media (min-width: 768px) {
  .box-collapse__content .box-table .-fs14 {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .box-collapse__content .box-table .-fs14 {
    font-size: 3.067vw;
    line-height: 4.8vw;
    display: block;
    font-weight: normal;
  }
}

@media (min-width: 768px) {
  .box-collapse__content .box-table .-fs20 {
    font-size: 20px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .box-collapse__content .box-table .-fs20 {
    font-size: 3.733vw;
    line-height: 4.8vw;
  }
}

@media (min-width: 768px) {
  .box-collapse__content .box-table .-fs28 {
    font-size: 28px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .box-collapse__content .box-table .-fs28 {
    font-size: 5.067vw;
    line-height: 4.533vw;
  }
}

@media (max-width: 767px) {
  .box-collapse__content .box-table .-fs12-sp {
    font-size: 3.2vw;
    line-height: 4.533vw;
    font-weight: normal;
  }
}

@media (max-width: 767px) {
  .box-collapse__content .box-table .-fwb-sp {
    font-weight: bold;
  }
}

@media (max-width: 767px) {
  .box-collapse__content .box-table .-ind-sp {
    text-indent: -4.267vw;
    margin-left: 4.267vw;
    display: inline-block;
  }
}

.box-collapse__content .box-table sup {
  color: #f00;
  top: -1.6rem;
  font-size: 70%;
}

@media (max-width: 767px) {
  .box-collapse__content .box-table sup {
    color: #eb5505;
    font-size: 65%;
    top: -6.134vw;
    font-weight: normal;
  }
}

.box-collapse__content .box-space {
  background: #555;
  text-align: center;
}

@media (min-width: 768px) {
  .box-collapse__content .box-text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .box-collapse__content .box-text {
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-top: 5.067vw;
  }
}

@media (min-width: 768px) {
  .box-collapse__content .box-text p + p {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .box-collapse__content .box-text p + p {
    margin-top: 1.867vw;
  }
}

.box-collapse__content .box-text__warn {
  color: #f00;
}

@media (max-width: 767px) {
  .box-collapse__content .box-text__warn + .box-text__warn {
    margin-top: 4.533vw;
  }
}

.box-collapse__cls {
  border-top: 2px solid #ececec;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .box-collapse__cls {
    border-top-width: 0.267vw;
    font-size: 4vw;
    line-height: 7.733vw;
    padding: 3.2vw 0;
    font-weight: 500;
  }
}

.box-collapse__cls:hover {
  opacity: 0.7;
}

.box-collapse__cls:after {
  content: "";
  width: 17px;
  height: 11px;
  background: url(../images/ico_arrow_black.png) no-repeat 0 0/100%;
  margin-left: 10px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .box-collapse__cls:after {
    margin-top: -3px;
  }
}

@media (min-width: 768px) {
  .brand_featured.-sec03 {
    margin-top: 0;
  }
}

.brand_featured.-sec03 .brand_content > * {
  display: block;
  text-align: center;
}

.brand_featured.-sec03 .brand_content h4 {
  color: #eb5d17;
}

@media (min-width: 768px) {
  .brand_featured.-sec03 .brand_content h4 {
    font-size: 22px;
    line-height: 36px;
  }
}

@media (min-width: 768px) {
  .brand_featured.-sec03 .brand_content h4 span {
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    vertical-align: -1px;
  }
}

@media (max-width: 767px) {
  .brand_featured.-sec03 .brand_content h4 span {
    font-size: 5.067vw;
    line-height: 6.133vw;
    vertical-align: -0.134vw;
  }
}

.brand_featured.-sec03 .tgl_feature {
  display: flex;
  justify-content: center;
}

.headerSmp.-hidden {
  -webkit-transform: translateY(-100%) !important;
  transform: translateY(-100%) !important;
}

.footerElem .footerTax {
  display: none;
}

.box-info__save p:first-child {
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
}

.box-info__save p + p {
  font-size: 16px;
}

.box-info__save p + p span {
  font-weight: 500;
  color: #eb5505;
  font-size: 30px;
}

.ouenwari {
  margin: 33px auto 52px;
  text-align: center;
}

.ouenwari .flex_pc p + p {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .ouenwari .flex_pc {
    display: flex;
  }

  .ouenwari .flex_pc div {
    width: 50%;
  }

  .ouenwari .flex_pc div:nth-child(odd) {
    padding-right: 20px;
  }

  .ouenwari .flex_pc div:nth-child(even) {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .ouenwari {
    padding: 0 5.333vw;
    margin-bottom: 37px;
  }

  .ouenwari .flex_pc div {
    margin-top: 37px;
  }
}

/* 2022.07 add */
.cp_banner {
  margin-top: 60px;
}

.cp_banner a > img {
  border: 1px solid #FFF;
  background: #000;
  box-sizing: content-box;
}

.cp_banner img {
  max-width: 100%;
}

.cp_banner a > img:hover {
  opacity: .7;
  transition: .3s;
}

@media (max-width: 767px) {
  .cp_banner {
    margin-top: -10px;
  }

  .cp_banner + .cp_banner {
    margin-top: 1em;
  }
}


/*add 230831--------------------------*/
.sec03__ttl_remarks {
  margin-top: 1em;
  color: #fff;
  line-height: 1.5em;
}

@media screen and (min-width: 979px) {
  .sec03__ttl_remarks {
    font-size: 1em;
  }
}

@media screen and (min-width: 1px) and (max-width: 978px) {
  .sec03__ttl_remarks {
    font-size: 0.8em;
  }
}

/*add 230927--------------------------*/
img[src*="bnr_present_campaign.jpg"] {
  width: 100%;
}

@media screen and (min-width: 980px) {
  .bnr_present_campaign_wrap {
    margin: 2em auto 0;
    display: block;
    max-width: 980px;
    width: 100%;
  }
}

@media screen and (min-width: 0px) and (max-width: 979px) {
  .bnr_present_campaign_wrap {
    margin: 2em auto 0;
    display: block;
    width: 90%;
    display: block;
    position: relative;
    z-index: 2;
  }
}





/*sec05---------------------------------*/

.sec05 {
  font-weight: bold;
  font-family: 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', 'Noto Sans', 'Noto Sans JP', sans-serif;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-align: center;
}

@media screen and (min-width: 979px) {
  .sec05 {
    padding-top: 150px;
  }

  .sec05 img[src*="sec05_ttl"] {
    max-width: 400px;
    width: 100%;
    display: block;
    margin: auto;
    /* margin-top: 150px; */
  }

  .sec05 .sec05_pict img[src*="sec05_pict"] {
    max-width: 811px;
    width: 100%;
    margin: auto;
    margin-top: 0;
    margin-bottom: 53px;
  }


  .sec05 .sec05_subtitle {
    font-size: 28px;
    margin-top: 95px;
    margin-bottom: 10px;
    color: #000;
  }

  .sec05 .sec05_subtitle span {
    font-size: 1.5em;
  }

  .sec05 .sec05_title {
    font-size: 38px;
    color: #eb5504;
    margin-bottom: 36px;
  }

  .sec05 .box-action__btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 516px;
    height: 66px;
    margin: auto;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #eb5505;
    border: 2px solid #eb5505;
    border-radius: 33px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    margin-bottom: 94px;
    position: relative;
  }


  .sec05 .box-action__btn a:after {
    content: "";
    width: 19px;
    height: 10px;
    background: url(../images/ico_box_action_02.png) no-repeat 0 0 / 100%;
    position: absolute;
    top: 0;
    bottom: 5px;
    right: 28px;
    margin: auto;
  }

}






@media screen and (min-width: 1px) and (max-width: 978px) {
  .sec05 {
    padding-top: 15.8vw;
  }

  .sec05 img[src*="sec05_ttl"] {
    max-width: 69vw;
    width: 100%;
    display: block;
    margin: auto;
    margin-top: 15.8vw;
  }

  .sec05 .sec05_pict img[src*="sec05_pict"] {
    max-width: 73vw;
    width: 100%;
    margin: auto;
    margin-top: 0;
    margin-bottom: 10vw;
  }


  .sec05 .sec05_subtitle {
    font-size: 4.2vw;
    margin-top: 10vw;
    margin-bottom: 10px;
    color: #000;
  }

  .sec05 .sec05_subtitle span {
    font-size: 1.5em;
  }

  .sec05 .sec05_title {
    font-size: 6vw;
    color: #eb5504;
    margin-bottom: 5vw;
  }

  .sec05 .box-action__btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 72vw;
    height: 19vw;
    margin: auto;
    font-size: 3.5vw;
    line-height: 1.6em;
    font-weight: 500;
    color: #eb5505;
    border: 0.5vw solid #eb5505;
    border-radius: 50vw;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 14vw;
    position: relative;
    opacity: 1;
    transition: 0.5s all;
  }

  .sec05 .box-action__btn a:hover {
    opacity: 0.8;
    transition: 0.5s all;
  }

  .sec05 .box-action__btn a:after {
    background: url(../images/ico_box_action_02.png) no-repeat 0 0 / 100%;
    width: 3.467vw;
    height: 2.267vw;
    right: 5.2vw;
    bottom: 0;
    top: 0;
    margin: auto;
    position: absolute;
  }
}












/*add 240311 mov modal-------------------*/
/* modal mov *****************************************/
@media screen and (min-width: 768px) {
  #modal_wrap {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 120;
    overflow: auto;
    height: 100dvh;
    width: 100vw;
    align-items: center;
    justify-content: center;
  }

  #modal_wrap img.close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    max-width: 70px;
  }

  #modal_wrap #modal_wrap_bg {
    text-align: center;
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 1;
  }

  #modal_wrap #mov_inner {
    margin: 0 auto;
    text-align: right;
    overflow: hidden;
    z-index: 1;
    width: 80vw;
    max-width: 1200px;
    aspect-ratio: 16 / 9;
    position: relative;
    z-index: 2;
  }

  #modal_wrap iframe {
    width: 100%;
    height: 100%;
  }

  .mov: hover {
    opacity: 0.5;
    transition: 0.2s all;
  }

  .mov {
    opacity: 1;
    transition: 0.2s all;
    cursor: pointer;
  }
}

@media screen and (min-width:0px) and (max-width: 767px) {
  #modal_wrap {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 120;
    overflow: auto;
    height: 100dvh;
    width: 100vw;
    align-items: center;
    justify-content: center;
  }

  #modal_wrap img.close {
    position: absolute;
    top: 2vw;
    right: 2vw;
    width: 10vw;
  }

  #modal_wrap #modal_wrap_bg {
    text-align: center;
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 1;
  }

  #modal_wrap #mov_inner {
    margin: 0 auto;
    text-align: right;
    overflow: hidden;
    z-index: 1;
    width: 90vw;
    aspect-ratio: 16 / 9;
    position: relative;
    z-index: 2;
  }

  #modal_wrap iframe {
    width: 100%;
    height: 100%;
  }
}
