@charset "UTF-8";
/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/* アイコンカラー */
/*============================================================================================================
	base
============================================================================================================*/
body {
  color: #000;
  -webkit-text-size-adjust: 100%;
  font-weight: normal;
  line-height: 2.25;
  letter-spacing: normal;
}

div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, th, td, section, article, header, footer, main, nav, span, a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  font-weight: normal;
  margin: 0;
  word-wrap: break-word;
}

p, li, td, th, dt, dd {
  margin: 0;
  word-wrap: break-word;
}

table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

ul, ol, dl {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 1001px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .pc {
    display: none !important;
  }
}
/*------------------------------------------
	font
------------------------------------------*/
body {
  font-family: YuGothic, "游ゴシック", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

/*------------------------------------------
	frame
------------------------------------------*/
body {
  position: relative;
}

.wrapper {
  overflow-x: hidden;
}

/*------------------------------------------
	hover
------------------------------------------*/
@media screen and (min-width: 1001px) {
  a {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.7;
  }
  div input[type=submit] {
    background: #0F1113;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  div input[type=submit]:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  div input[type=submit]:active {
    background: #000;
    border: solid 1px rgba(206, 206, 206, 0.4);
    color: #fff;
  }
}
/* imgFitBox imgLinkBox */
.imgFitBox {
  overflow: hidden;
}
.imgFitBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: center;";
}
.imgFitBox.contain {
  /* fit = contain */
}
.imgFitBox.contain img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain; object-position: center;";
}

.imgLinkBox .imgLink-target {
  overflow: hidden;
}
.imgLinkBox .imgLink-target img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: center;";
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.imgLinkBox:hover {
  opacity: 1;
}
.imgLinkBox:hover .imgLink-target {
  overflow: hidden;
}
.imgLinkBox:hover .imgLink-target img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (max-width: 1000px) {
  .footer_infoSNS_PC li img {
    width: auto;
  }
}

@media (orientation: landscape) {
  .is_mobile .lity-iframe-container iframe {
    height: calc(var(--vh) * 100);
  }
}

.header {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px 0 32px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 98px;
  z-index: 1000;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 254px;
  width: 100%;
}
.header__logo .is_logo01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 130px;
}
.header__logo .is_logo02 {
  width: 100px;
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 30px;
  gap: 30px;
}
.header__list__item {
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.header__list__item.is_right > a {
  background: none;
  padding-right: 26px;
  position: relative;
}
.header__list__item.is_right > a::before {
  background: url(../img/ico/ico_down01@2x.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 9px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.header__list__item.is_hover > a {
  background: url(../img/ico/ico_down01@2x.png) no-repeat right center;
  background-size: 14px 9px;
  padding-right: 26px;
}
.header__childList {
  display: none;
  position: absolute;
  top: 50px;
  left: -120px;
  background: #000;
  border-radius: 8px;
  padding: 10px 0;
  width: 344px;
  z-index: 1;
}
.header__childList::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10.5px 11px 10.5px;
  border-color: transparent transparent #000 transparent;
}
.header__childList__item.is_gold {
  color: #c7ae82;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px 20px;
}
.header__childList__item a {
  background: url(../img/ico/ico_right01@2x.png) no-repeat right 20px center;
  background-size: 9px 13px;
  display: block;
  color: #fff;
  font-size: 15px;
  padding: 5px 20px;
  line-height: 1.4;
}
.header__childList__item + .header__childList__item.is_gold {
  border-top: solid 1px #fff;
  padding-top: 10px;
  margin-top: 10px;
}
.header__childList__item.is_new span {
  position: relative;
}
.header__childList__item.is_new span::before {
  /* background: url(../img/lineup/ico/ico_new02@2x.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  right: -50px;
  top: 0;
  width: 40px;
  height: 14px; */
}
@media screen and (max-width: 1000px) {
  .header {
    padding-left: 15px;
    height: 50px;
  }
  .header__logo {
    width: 152px;
  }
  .header__logo .is_logo01 {
    width: 78px;
  }
  .header__logo .is_logo02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
  }
  .header__list {
    background: #000;
    display: none;
    overflow-y: scroll;
    width: 100%;
    height: 100vh;
    padding: 50px 30px;
    position: fixed;
    left: 0px;
    top: 0;
    z-index: 1000;
    margin-left: 0;
  }
  .header__list__item {
    font-size: 20px;
    margin-left: 0;
  }
  .header__list__item + .header__list__item {
    margin-left: 0;
  }
  .header__list__item.is_right > a {
    border-bottom: solid 1px #fff;
    color: #fff;
    display: block;
    padding-right: 26px;
    position: relative;
  }
  .header__list__item.is_hover > a {
    background: none;
    border-bottom: solid 1px #fff;
    color: #fff;
    display: block;
    padding-right: 26px;
  }
  .header__childList {
    display: block;
    position: static;
    background: #000;
    border-radius: 0;
    padding: 10px 0;
    width: 100%;
    z-index: 1;
  }
  .header__childList::before {
    content: none;
  }
  .header__childList__item.is_gold {
    font-size: 17px;
    padding: 5px 10px;
  }
  .header__childList__item a {
    background-position: center right;
    padding: 10px 20px 10px 10px;
  }
  .header__childList__item + .header__childList__item.is_gold {
    border-top: none;
    padding-top: 5px;
    margin-top: 5px;
  }
}

.navBtn {
  background: #fff;
  cursor: pointer;
  position: absolute;
  z-index: 9992;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  text-align: center;
}
.navBtn span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 20px;
  height: 2px;
  margin: auto;
  background-color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.navBtn span:nth-of-type(1) {
  top: 17px;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.navBtn span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
.navBtn span:nth-of-type(3) {
  bottom: 17px;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.navBtn.is-close span:nth-of-type(1) {
  -webkit-transform: translate(-4px, 0px) rotate(-45deg);
          transform: translate(-4px, 0px) rotate(-45deg);
}
.navBtn.is-close span:nth-of-type(2) {
  opacity: 0;
}
.navBtn.is-close span:nth-of-type(3) {
  -webkit-transform: translate(-4px, -1px) rotate(45deg);
          transform: translate(-4px, -1px) rotate(45deg);
}

.c-inner01 {
  margin: auto;
  max-width: 1030px;
  padding: 0 15px;
}

.etflp-mv {
  background: url(../img/bg/bg_mv01_pc@2x.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  margin-top: 98px;
}
.etflp-mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  max-width: 1230px;
  padding: 14px 15px 0;
}
.etflp-mv__img {
  width: 50%;
}
.etflp-mv__img img {
  max-width: 646px;
}
.etflp-mv__txtBox {
  max-width: 600px;
  min-height: 635px;
  position: relative;
  width: 50%;
}
.etflp-mv__txtBox__lead {
  max-width: 364px;
}
.etflp-mv__txtBox__top {
  margin-top: 24px;
  max-width: 562px;
}
.etflp-mv__txtBox__txt {
  margin-top: 32px;
  max-width: 616px;
}
.etflp-mv__txtBox__btn {
  margin-top: 32px;
  max-width: 415px;
}
.etflp-mv__scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 192px;
  height: 87px;
}
.etflp-mv__scroll a {
  display: block;
  position: relative;
  width: 192px;
  height: 87px;
}
.etflp-mv__scroll a:hover {
  cursor: default;
  opacity: 1;
}
.etflp-mv__scroll a::before {
  background: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 47px;
}
.etflp-mv__scroll span {
  display: block;
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 47px;
}
.etflp-mv__scroll span::before {
  background: #c9a43f;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 20px;
  -webkit-animation: circlemove 1.6s ease-in-out infinite;
          animation: circlemove 1.6s ease-in-out infinite;
}
@media screen and (max-width: 1000px) {
  .etflp-mv {
    background: url(../img/bg/bg_mv01_sp@2x.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    margin-top: 50px;
  }
  .etflp-mv::before {
    background: url(../img/bg/bg_mv02_sp@2x.png) no-repeat bottom center;
    background-size: 100% auto;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .etflp-mv__inner {
    display: block;
    padding: 6px 15px 0;
    position: relative;
    text-align: center;
  }
  .etflp-mv__img img {
    max-width: 646px;
  }
  .etflp-mv__txtBox {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    margin: auto;
    min-height: initial;
    text-align: center;
    width: calc(100% - 60px);
    z-index: 2;
  }
  .etflp-mv__txtBox__lead {
    max-width: 203px;
  }
  .etflp-mv__txtBox__top {
    margin-top: 12px;
    max-width: 315px;
  }
  .etflp-mv__txtBox__txt {
    margin-top: 16px;
    max-width: 298px;
  }
  .etflp-mv__txtBox__btn {
    margin: 5px auto 20px 0;
    max-width: 223px;
  }
  .etflp-mv__scroll {
    right: 15px;
    left: auto;
    width: 21px;
    height: 130px;
    z-index: 3;
  }
  .etflp-mv__scroll a {
    width: 21px;
    height: 130px;
  }
  .etflp-mv__scroll a img {
    margin-left: 3px;
    width: 11px;
  }
  .etflp-mv__scroll a::before {
    width: 2px;
    height: 25px;
  }
  .etflp-mv__scroll span {
    width: 2px;
    height: 25px;
  }
  .etflp-mv__scroll span::before {
    width: 2px;
    height: 20px;
  }
}

@-webkit-keyframes circlemove {
  0% {
    bottom: 60px;
  }
  100% {
    bottom: -20px;
  }
}

@keyframes circlemove {
  0% {
    bottom: 60px;
  }
  100% {
    bottom: -20px;
  }
}
.etflp-movie01__ttl {
  margin: auto;
  max-width: 809px;
}

.etflp-sec01 {
  background: url(../img/bg/bg_sec01@2x.jpg) no-repeat center top;
  background-size: auto auto;
  padding: 96px 0 160px;
  position: relative;
}
.etflp-sec01__pop {
  position: absolute;
  right: 28px;
  top: 28px;
  max-width: 302px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 10;
}
.etflp-sec01__pop.is_fixed {
  position: fixed;
  top: 126px;
}
.etflp-sec01__ttl {
  margin: auto;
  max-width: 783px;
}
.etflp-sec01__txtList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 47px auto 0;
  max-width: 1000px;
}
.etflp-sec01__txtList__item {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.83;
  text-align: center;
}
.etflp-sec01__txtList__item small {
  font-size: 20px;
}
.etflp-sec01__txtList__item span {
  color: #d60029;
  border-bottom: solid 3px #d60029;
  padding-bottom: 5px;
}
.etflp-sec01__txtList__item:nth-child(1) {
  background: url(../img/bg/bg_fukidashi01@2x.png) no-repeat;
  background-size: 100% 100%;
  padding: 62px 44px 130px 62px;
  margin-top: 55px;
}
.etflp-sec01__txtList__item:nth-child(2) {
  background: url(../img/bg/bg_fukidashi02@2x.png) no-repeat;
  background-size: 100% 100%;
  padding: 61px 25px 130px 35px;
}
.etflp-sec01__txtList__item:nth-child(3) {
  background: url(../img/bg/bg_fukidashi03@2x.png) no-repeat;
  background-size: 100% 100%;
  padding: 73px 25px 130px 36px;
  margin-top: 55px;
}
.etflp-sec01__persons {
  margin: -50px auto 0;
  max-width: 652px;
}
.etflp-sec01__caution {
  font-size: 16px;
  padding: 0 15px;
  margin: 30px auto 0;
  max-width: 1030px;
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .etflp-sec01 {
    background: url(../img/bg/bg_sec01_sp@2x.jpg) no-repeat center top;
    background-size: cover;
    padding: 50px 15px 120px;
  }
  .etflp-sec01__pop {
    right: 14px;
    top: 14px;
    max-width: 146px;
  }
  .etflp-sec01__pop:hover {
    opacity: 1;
  }
  .etflp-sec01__pop.is_fixed {
    position: fixed;
    top: 64px;
  }
  .etflp-sec01__txtList {
    display: block;
    margin: 47px auto 0;
  }
  .etflp-sec01__txtList__item:nth-child(1) {
    background: none;
    padding: 0;
  }
  .etflp-sec01__txtList__item:nth-child(2) {
    background: none;
    padding: 0;
  }
  .etflp-sec01__txtList__item:nth-child(3) {
    background: none;
    padding: 0;
    margin-top: 0;
  }
  .etflp-sec01__txtList__imgBox {
    max-width: 100%;
  }
  .etflp-sec01__persons {
    margin: -50px auto 0;
    max-width: 652px;
  }
  .etflp-sec01__caution {
    font-size: 10px;
    padding: 0;
    margin: 25px auto 0;
  }
}

.etflp-sec02 {
  padding-top: 80px;
  position: relative;
  margin-top: -160px;
  z-index: 0;
}
.etflp-sec02::before {
  background: #d60029;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: skewY(-3.5deg);
          transform: skewY(-3.5deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  z-index: -1;
  width: 100%;
  height: calc(100% - 75px);
}
.etflp-sec02__ttl {
  margin: auto;
  max-width: 524px;
}
.etflp-sec02__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  max-width: 1030px;
  padding: 0 15px;
  position: relative;
}
.etflp-sec02__imgBox {
  margin-top: 60px;
  margin-right: 30px;
  max-width: 288px;
}
.etflp-sec02__txt {
  max-width: 574px;
}
.etflp-sec02__caution {
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 25%;
}
@media screen and (max-width: 1000px) {
  .etflp-sec02 {
    padding-top: 5vw;
    margin-top: -100px;
    z-index: 1;
  }
  .etflp-sec02::before {
    height: calc(100% - 25px);
  }
  .etflp-sec02__ttl {
    max-width: 262px;
  }
  .etflp-sec02__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 0 15px;
    margin-top: 10px;
  }
  .etflp-sec02__imgBox {
    margin-top: 0;
    margin-right: 0;
    max-width: 288px;
  }
  .etflp-sec02__txt {
    max-width: 427px;
  }
  .etflp-sec02__caution {
    color: #000;
    font-size: 10px;
    position: absolute;
    bottom: -25%;
  }
}

.etflp-sec03 {
  background: url(../img/bg/bg_sec03.jpg) repeat-x center top;
  background-size: auto 100%;
  padding: 100px 15px 130px;
}
.etflp-sec03__ttl {
  margin: auto;
  max-width: 505px;
}
.etflp-sec03__lead {
  margin: 5px auto 0;
  max-width: 645px;
}
.etflp-sec03__youtubeBox {
  background: url(../img/bg/bg_sec03_01_v2.jpg) no-repeat;
  background-size: 100% 100%;
  margin: 17px auto 67px;
  width: 800px;
  height: 450px;
}
.etflp-sec03__youtubeBox a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.etflp-sec03__youtubeBox a::before {
  background: url(../img/ico/ico_play01@2x.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 160px;
  height: 160px;
  opacity: 0.9;
  z-index: 1;
}
.etflp-sec03__txt {
  margin: auto;
  max-width: 480px;
}
.etflp-sec03__txt2 {
  margin: 60px auto 0;
  max-width: 749px;
}
.etflp-sec03__reasonList {
  background: #fff;
  border: solid 8px #d60029;
  border-radius: 40px;
  padding: 60px;
  margin: 48px auto 0;
  max-width: 1000px;
}
.etflp-sec03__reasonList__item + .etflp-sec03__reasonList__item {
  border-top: dotted 6px #f0f0f0;
  padding-top: 63px;
  margin-top: 63px;
}
.etflp-sec03__reasonList__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.etflp-sec03__reasonList__num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 46px;
  width: 180px;
}
.etflp-sec03__reasonList__ttlTxt {
  max-width: 602px;
  width: calc(100% - 206px);
}
.etflp-sec03__reasonList__txt {
  background: #f0f0f0;
  border-radius: 12px;
  font-size: 26px;
  font-weight: bold;
  padding: 48px 25px;
  text-align: center;
  line-height: 2.15;
  margin-top: 40px;
}
.etflp-sec03__reasonList__txt span {
  color: #d60029;
  border-bottom: solid 3px #d60029;
  padding-bottom: 5px;
}
.etflp-sec03__reasonList__txt em {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-top: 10px;
}
.etflp-sec03__caution {
  margin-top: -10px;
  margin-bottom: -30px;
  text-align: right;
}
.etflp-sec03__redBox {
  background: #d60029;
  border-radius: 40px;
  padding: 60px 60px 35px;
  margin: 48px auto 0;
  max-width: 1000px;
}
.etflp-sec03__redBox__txt {
  margin: auto;
  max-width: 651px;
}
.etflp-sec03__redBoxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.etflp-sec03__redBoxList__item {
  margin-bottom: 15px;
  width: 49%;
}
.etflp-sec03__btn {
  margin: 60px auto 0;
  max-width: 840px;
}
@media screen and (max-width: 1000px) {
  .etflp-sec03 {
    background: url(../img/bg/bg_sec03_sp.jpg) repeat-y center top;
    background-size: 100% auto;
    padding: 40px 15px 55px;
  }
  .etflp-sec03__ttl {
    max-width: 255px;
  }
  .etflp-sec03__lead {
    margin: 20px auto 0;
    max-width: 645px;
  }
  .etflp-sec03__youtubeBox {
    margin-top: 7px;
    width: 100%;
    height: 50vw;
  }
  .etflp-sec03__youtubeBox a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .etflp-sec03__youtubeBox a::before {
    width: 80px;
    height: 80px;
  }
  .etflp-sec03__txt {
    margin: 30px auto 0;
    max-width: 240px;
  }
  .etflp-sec03__txt2 {
    margin: 30px auto 0;
    max-width: 594px;
    width: 80%;
  }
  .etflp-sec03__reasonList {
    border: solid 6px #d60029;
    border-radius: 20px;
    padding: 30px 15px;
    margin: 30px auto 0;
  }
  .etflp-sec03__reasonList__item + .etflp-sec03__reasonList__item {
    border-top: dotted 3px #f0f0f0;
    padding-top: 32px;
    margin-top: 32px;
  }
  .etflp-sec03__reasonList__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .etflp-sec03__reasonList__num {
    margin-right: 16px;
    width: 25%;
  }
  .etflp-sec03__reasonList__ttlTxt {
    max-width: 602px;
    width: 65%;
  }
  .etflp-sec03__reasonList__txt {
    font-size: 14px;
    padding: 24px 15px;
    text-align: left;
    margin-top: 20px;
  }
  .etflp-sec03__reasonList__txt span {
    color: #d60029;
    border-bottom: solid 2px #d60029;
    padding-bottom: 3px;
  }
  .etflp-sec03__reasonList__txt em {
    font-size: 10px;
    margin-top: 5px;
  }
  .etflp-sec03__caution {
    font-size: 10px;
    margin-top: 15px;
    margin-bottom: -10px;
  }
  .etflp-sec03__redBox {
    border: solid 6px #d60029;
    border-radius: 20px;
    padding: 25px 15px 10px;
    margin-top: 14px;
  }
  .etflp-sec03__redBox__txt {
    width: 90%;
  }
  .etflp-sec03__redBoxList {
    margin-top: 15px;
  }
  .etflp-sec03__redBoxList__item {
    width: 100%;
  }
  .etflp-sec03__btn {
    margin: 30px auto 0;
    max-width: 630px;
    width: 84%;
  }
}

.etflp-sec04 {
  background: #f0f0f0;
  margin-top: -150px;
  padding: 220px 15px 120px;
}
.etflp-sec04__grayBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  max-width: 1030px;
}
.etflp-sec04__grayBox__txtBox {
  max-width: 550px;
}
.etflp-sec04__grayBox__tag {
  max-width: 148px;
}
.etflp-sec04__grayBox__ttl {
  margin-top: 23px;
  max-width: 405px;
}
.etflp-sec04__grayBox__txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.25;
  margin-top: 50px;
}
.etflp-sec04__grayBox__etf {
  max-width: 367px;
}
@media screen and (max-width: 1000px) {
  .etflp-sec04 {
    margin-top: -50px;
    padding: 120px 30px 50px;
    position: relative;
  }
  .etflp-sec04__grayBox {
    display: block;
  }
  .etflp-sec04__grayBox__txtBox {
    max-width: 550px;
  }
  .etflp-sec04__grayBox__tag {
    display: none;
  }
  .etflp-sec04__grayBox__ttl {
    margin-top: 0;
    width: 80%;
  }
  .etflp-sec04__grayBox__txt {
    font-size: 14px;
    line-height: 1.85;
    margin-top: 25px;
  }
  .etflp-sec04__grayBox__etf {
    margin: 40px auto 0;
    max-width: 367px;
    width: 80%;
  }
}

.etflp-blackBox {
  background: #000;
  padding: 80px 15px;
}
.etflp-blackBox a {
  display: block;
  margin: auto;
  max-width: 800px;
}
.etflp-blackBox a + a {
  margin-top: 40px;
}
.etflp-blackBox .txt_black03 {
  max-width: 777px;
}
@media screen and (max-width: 1000px) {
  .etflp-blackBox {
    padding: 30px;
  }
  .etflp-blackBox a + a {
    margin-top: 30px;
  }
}

.etflp-redBox {
  background: #d60029;
  padding: 160px 15px;
  position: relative;
}
.etflp-redBox.is_2line {
  padding: 110px 15px;
}
.etflp-redBox::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -46px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 47px 66px 0 66px;
  border-color: #d60029 transparent transparent transparent;
  z-index: 1;
}
.etflp-redBox__ttl {
  margin: auto;
  max-width: 796px;
}
@media screen and (max-width: 1000px) {
  .etflp-redBox {
    padding: 50px 15px;
    position: relative;
  }
  .etflp-redBox.is_2line {
    padding: 50px 30px;
  }
  .etflp-redBox::before {
    bottom: -23px;
    border-width: 23px 33px 0 33px;
  }
  .etflp-redBox__ttl {
    max-width: 910px;
  }
  .etflp-redBox__ttl img {
    display: block;
    margin: auto;
    width: auto;
    height: 86px;
  }
}

.etflp-sec05 {
  background: url(../img/bg/bg_sec03.jpg) repeat center top;
  background-size: auto auto;
  padding: 80px 15px 120px;
}
.etflp-sec05__ttl {
  margin: auto;
  max-width: 557px;
}
.etflp-sec05__list {
  margin-top: 70px;
}
.etflp-sec05__list__item {
  padding: 0 15px;
  margin: auto;
  max-width: 1030px;
}
.etflp-sec05__list__item + .etflp-sec05__list__item {
  margin-top: 60px;
}
.etflp-sec05__num {
  margin: auto;
  max-width: 200px;
}
.etflp-sec05__redBox {
  background: #fff;
  border: solid 5px #d60029;
  border-radius: 40px;
  text-align: center;
  margin-top: 75px;
  padding-bottom: 80px;
}
.etflp-sec05__redBox__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 60px;
  margin-top: -30px;
}
.etflp-sec05__redBox__item img {
  max-width: 340px;
}
.etflp-sec05__redBox__item.is_block {
  display: block;
}
.etflp-sec05__redBox__item.is_block img {
  display: block;
  margin-top: 60px;
  max-width: 100%;
}
.etflp-sec05__redBox__ttl {
  background: #d60029;
  border-radius: 8px;
  display: inline-block;
  padding: 25px 48px;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.etflp-sec05__redBox__ttl .is_first {
  display: block;
  margin: auto;
  max-width: 200px;
}
.etflp-sec05__redBox__ttl .is_second {
  display: block;
  margin: auto;
  max-width: 797px;
}
.etflp-sec05__redBox__ttl .is_third {
  display: block;
  margin: auto;
  max-width: 576px;
}
.etflp-sec05__redBox__txt {
  font-size: 32px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.03em;
  line-height: 2.5;
  max-width: 470px;
}
.etflp-sec05__redBox__txt.is_wide {
  max-width: 100%;
}
.etflp-sec05__redBox__txt.is_underline {
  background: url(../img/bg/bg_line01.png) repeat left top;
  position: relative;
}
.etflp-sec05__redBox__txt.is_underline::before {
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 2px;
}
.etflp-sec05__redBox__txt .is_gold {
  background: url(../img/bg/bg_under01@2x.jpg) no-repeat center bottom;
  background-size: 100% 15px;
  color: #d60029;
  display: inline;
  padding-bottom: 8px;
}
@media screen and (max-width: 1000px) {
  .etflp-sec05 {
    background: url(../img/bg/bg_sec03_sp.jpg) repeat-y center top;
    background-size: 100% auto;
    padding: 48px 15px 50px;
  }
  .etflp-sec05__ttl {
    width: 70%;
  }
  .etflp-sec05__list {
    margin-top: 40px;
  }
  .etflp-sec05__list__item {
    padding: 0;
  }
  .etflp-sec05__list__item + .etflp-sec05__list__item {
    margin-top: 60px;
  }
  .etflp-sec05__num {
    width: 35%;
  }
  .etflp-sec05__redBox {
    border: solid 5px #d60029;
    border-radius: 20px;
    margin-top: 40px;
    padding-bottom: 20px;
  }
  .etflp-sec05__redBox__item {
    display: block;
    padding: 0 15px;
    margin-top: -15px;
  }
  .etflp-sec05__redBox__item img {
    max-width: 100%;
  }
  .etflp-sec05__redBox__item.is_block {
    display: block;
  }
  .etflp-sec05__redBox__item.is_block img {
    display: block;
    margin-top: 30px;
    max-width: 100%;
  }
  .etflp-sec05__redBox__ttl {
    background: #d60029;
    border-radius: 8px;
    display: inline-block;
    padding: 10px 20px;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  .etflp-sec05__redBox__ttl .is_first {
    max-width: 100px;
  }
  .etflp-sec05__redBox__ttl .is_second {
    max-width: 211px;
  }
  .etflp-sec05__redBox__ttl .is_third {
    max-width: 286px;
  }
  .etflp-sec05__redBox__txt {
    font-size: 18px;
    margin-bottom: 24px;
    max-width: 100%;
    text-align: justify;
  }
  .etflp-sec05__redBox__txt.is_wide {
    max-width: 100%;
  }
  .etflp-sec05__redBox__txt.is_underline {
    background: url(../img/bg/bg_line01_sp.png) repeat left top;
    background-size: 3px 40px;
    line-height: 2.23;
  }
  .etflp-sec05__redBox__txt .is_gold {
    background-size: 100% 7px;
    padding-bottom: 4px;
  }
}

.etflp-sec06 {
  background: url(../img/bg/bg_sec03.jpg) repeat center top;
  background-size: auto auto;
}
.etflp-sec06__box {
  margin: auto;
  max-width: 1030px;
  padding: 130px 15px 200px;
}
.etflp-sec06__voiceList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.etflp-sec06__voiceList__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.etflp-sec06__voiceList__item + .etflp-sec06__voiceList__item {
  margin-top: 60px;
}
.etflp-sec06__voiceList__imgBox {
  max-width: 100px;
}
.etflp-sec06__voiceList__txt {
  border: solid 3px #d60029;
  border-radius: 12px;
  font-size: 22px;
  padding: 40px 40px 40px 60px;
  position: relative;
  width: calc(100% - 140px);
}
.etflp-sec06__voiceList__txt::before {
  background: url(../img/ico/ico_fukidashi01@2x.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  left: -27px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 27px;
  height: 32px;
}
.etflp-sec06__voiceList__txt::after {
  background: #fff;
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 27px;
}
.etflp-sec06__voiceList__txt.is_opposite {
  padding: 40px 60px 40px 40px;
}
.etflp-sec06__voiceList__txt.is_opposite::before {
  right: -27px;
  left: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.etflp-sec06__voiceList__txt.is_opposite::after {
  right: -1px;
  left: auto;
}
.etflp-sec06__voiceList__txt span {
  border-bottom: solid 3px #d60029;
  color: #d60029;
  font-weight: bold;
  padding-bottom: 5px;
}
.etflp-sec06__caution {
  margin-top: 35px;
  text-align: right;
}
.etflp-sec06__btn {
  margin: 70px auto 0;
  max-width: 840px;
}
@media screen and (max-width: 1000px) {
  .etflp-sec06 {
    background: url(../img/bg/bg_sec03_sp.jpg) repeat-y center top;
    background-size: 100% auto;
  }
  .etflp-sec06__box {
    padding: 65px 15px 150px;
  }
  .etflp-sec06__voiceList__item + .etflp-sec06__voiceList__item {
    margin-top: 30px;
  }
  .etflp-sec06__voiceList__imgBox {
    max-width: 50px;
  }
  .etflp-sec06__voiceList__txt {
    font-size: 14px;
    padding: 20px 20px 20px 30px;
    line-height: 2;
    text-align: justify;
    width: calc(100% - 75px);
  }
  .etflp-sec06__voiceList__txt::before {
    background-image: url(../img/ico/ico_fukidashi01_sp@2x.png);
    left: -14px;
    width: 14px;
    height: 16px;
  }
  .etflp-sec06__voiceList__txt::after {
    width: 2px;
    height: 12px;
  }
  .etflp-sec06__voiceList__txt.is_opposite {
    padding: 20px 30px 20px 20px;
  }
  .etflp-sec06__voiceList__txt.is_opposite::before {
    right: -14px;
    left: auto;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .etflp-sec06__voiceList__txt span {
    border-bottom: solid 3px #d60029;
    color: #d60029;
    font-weight: bold;
    padding-bottom: 5px;
  }
  .etflp-sec06__caution {
    font-size: 10px;
    margin-top: 15px;
  }
  .etflp-sec06__btn {
    margin-top: 25px;
    max-width: 320px;
  }
}

.etflp-sec07 {
  padding-top: 40px;
  position: relative;
  margin-top: -160px;
  z-index: 0;
}
.etflp-sec07__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  max-width: 1030px;
  padding: 0 15px;
}
.etflp-sec07__ttl {
  margin-top: 100px;
  margin-right: -50px;
  max-width: 710px;
  position: relative;
  z-index: 1;
}
.etflp-sec07__imgBox {
  margin: 0 auto -2.3vw;
  max-width: 300px;
  position: relative;
}
.etflp-sec07__imgBox::before {
  background: #d60029;
  content: "";
  position: absolute;
  left: -500%;
  bottom: 103px;
  overflow: hidden;
  -webkit-transform: skewY(-4deg);
          transform: skewY(-4deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  z-index: -1;
  width: 1000%;
  height: calc(100% - 65px);
}
@media screen and (max-width: 1000px) {
  .etflp-sec07 {
    padding-top: 0;
    margin-top: -100px;
    z-index: 0;
  }
  .etflp-sec07::before {
    content: none;
  }
  .etflp-sec07__box {
    display: block;
    padding: 0;
  }
  .etflp-sec07__ttl {
    margin: auto;
    max-width: 100%;
  }
}

.etflp-sec08 {
  background: url(../img/bg/bg_sec03.jpg) repeat center top;
  background-size: auto auto;
}
.etflp-sec08__voiceList {
  margin: auto;
  max-width: 1030px;
  padding: 130px 15px 120px;
}
.etflp-sec08__voiceList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.etflp-sec08__voiceList__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.etflp-sec08__voiceList__item + .etflp-sec08__voiceList__item {
  margin-top: 60px;
}
.etflp-sec08__voiceList__imgBox {
  max-width: 160px;
}
.etflp-sec08__voiceList__figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  letter-spacing: -0.1em;
  line-height: 1.42;
  margin-top: 20px;
}
.etflp-sec08__voiceList__txt {
  border: solid 3px #d60029;
  border-radius: 12px;
  font-size: 22px;
  line-height: 2;
  padding: 40px 40px 40px 60px;
  position: relative;
  width: calc(100% - 210px);
}
.etflp-sec08__voiceList__txt::before {
  background: url(../img/ico/ico_fukidashi01@2x.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  left: -27px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 27px;
  height: 32px;
}
.etflp-sec08__voiceList__txt::after {
  background: #fff;
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 27px;
}
.etflp-sec08__voiceList__txt.is_opposite {
  padding: 30px 60px 40px 40px;
}
.etflp-sec08__voiceList__txt.is_opposite::before {
  right: -27px;
  left: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.etflp-sec08__voiceList__txt.is_opposite::after {
  right: -1px;
  left: auto;
}
.etflp-sec08__voiceList__txt .is_underline {
  background: url(../img/bg/bg_line02.png) repeat left top;
  display: block;
  line-height: 2.73;
  position: relative;
}
.etflp-sec08__voiceList__txt .is_underline::before {
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 2px;
}
.etflp-sec08__voiceList__txt .is_red {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #F9D8DF));
  background: linear-gradient(transparent 70%, #F9D8DF 30%);
  color: #d60029;
  font-weight: bold;
  padding-bottom: 3px;
}
.etflp-sec08__voiceList__txt .is_red2 {
  border-bottom: solid 3px #d60029;
  color: #d60029;
  font-weight: bold;
  padding-bottom: 3px;
}
.etflp-sec08__voiceList__txt .is_dot {
  background: radial-gradient(0.11em 0.11em, #d60029, #d60029 90%, transparent);
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 1em 0.5em;
  padding-top: 0.5em;
}
.etflp-sec08__voiceList__txt .is_dot2 {
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 0.65em 0.5em;
  background-image: radial-gradient(0.1em 0.1em, #d60029, #d60029 90%, transparent);
  padding-top: 0.5em;
}
@media screen and (max-width: 1000px) {
  .etflp-sec08 {
    background: url(../img/bg/bg_sec03_sp.jpg) repeat-y center top;
    background-size: 100% auto;
  }
  .etflp-sec08__voiceList {
    padding: 65px 15px 60px;
  }
  .etflp-sec08__voiceList__item + .etflp-sec08__voiceList__item {
    margin-top: 30px;
  }
  .etflp-sec08__voiceList__imgBox {
    max-width: 80px;
  }
  .etflp-sec08__voiceList__figcaption {
    font-size: 10px;
    margin-top: 10px;
  }
  .etflp-sec08__voiceList__txt {
    font-size: 14px;
    line-height: 2;
    padding: 20px 15px 20px 25px;
    width: calc(100% - 100px);
  }
  .etflp-sec08__voiceList__txt::before {
    background-image: url(../img/ico/ico_fukidashi01_sp@2x.png);
    left: -14px;
    width: 14px;
    height: 16px;
  }
  .etflp-sec08__voiceList__txt::after {
    width: 2px;
    height: 12px;
  }
  .etflp-sec08__voiceList__txt.is_opposite {
    padding: 10px 20px 30px 20px;
  }
  .etflp-sec08__voiceList__txt.is_opposite::before {
    right: -14px;
    left: auto;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .etflp-sec08__voiceList__txt .is_underline {
    background: url(../img/bg/bg_line02.png) repeat left top;
    background-size: 3px 40px;
    display: block;
    line-height: 2.86;
  }
  .etflp-sec08__voiceList__txt .is_red {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #F9D8DF));
    background: linear-gradient(transparent 70%, #F9D8DF 30%);
    color: #d60029;
    font-weight: bold;
    padding-bottom: 3px;
  }
  .etflp-sec08__voiceList__txt .txt_sec08_01 {
    max-width: 180px;
  }
  .etflp-sec08__voiceList__txt .txt_sec08_03 {
    max-width: 137px;
  }
}

.etflp-sec09 {
  background: #d60029;
  padding: 100px 15px 20px;
}
.etflp-sec09__ttl {
  margin: auto;
  max-width: 759px;
}
.etflp-sec09__ttl2 {
  background: #fff;
  border-radius: 12px;
  color: #d60029;
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  line-height: 1.95;
  margin: 83px auto 0;
  max-width: 1000px;
  position: relative;
}
.etflp-sec09__ttl2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -22px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 12px 0 12px;
  border-color: #fff transparent transparent transparent;
  z-index: 1;
}
.etflp-sec09__ttl2.is_nomargin {
  margin-top: 0;
}
.etflp-sec09__sub {
  margin: 30px auto 0;
  max-width: 608px;
}
.etflp-sec09__etfList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 15px;
  margin: 84px auto 0;
  max-width: 1030px;
}
.etflp-sec09__etfList__item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 85px;
  max-width: 480px;
  width: 48.5%;
  padding: 0 20px 10px;
  position: relative;
}
.etflp-sec09__etfList__item.is_single {
  margin-left: auto;
  margin-right: auto;
}
.etflp-sec09__etfList__item.is_new::after {
  /* background: url(../img/ico/ico_new01@2x.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  right: 12px;
  top: -24px;
  width: 99px;
  height: 47px; */
}
.etflp-sec09__etfList__tag {
  background: url(../img/bg/bg_sec09_tag01@2x.png) repeat-x;
  background-size: auto 100%;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.45;
  display: inline-block;
  padding: 17px 24px;
  position: relative;
  text-align: left;
  -webkit-transform: translate(-20px, -50px);
          transform: translate(-20px, -50px);
}
.etflp-sec09__etfList__tag::before {
  background: url(../img/bg/bg_sec09_tag02@2x.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  width: 20px;
  height: 100%;
}
.etflp-sec09__etfList__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.etflp-sec09__etfList__sub {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.etflp-sec09__etfList__ttl {
  color: #d60029;
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin-top: 15px;
}
.etflp-sec09__etfList__ttl2 {
  color: #d60029;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.etflp-sec09__etfList__ttl3 {
  color: #d60029;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-top: 5px;
}
.etflp-sec09__etfList__btn {
  margin-top: 15px;
}
.etflp-sec09__caution {
  color: #fff;
  margin-left: auto;
  text-align: right;
}
.etflp-sec09__caution a {
  color: blue;
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
  .etflp-sec09 {
    padding: 50px 15px 1px;
  }
  .etflp-sec09__ttl2 {
    border-radius: 10px;
    font-size: 24px;
    line-height: 1.95;
    margin: 36px auto 0;
  }
  .etflp-sec09__ttl2::before {
    bottom: -11px;
    border-width: 11px 6px 0 6px;
  }
  .etflp-sec09__sub {
    margin: 15px auto 0;
    max-width: 264px;
  }
  .etflp-sec09__etfList {
    display: block;
    padding: 0;
    margin: 50px auto 0;
  }
  .etflp-sec09__etfList__item {
    border-radius: 10px;
    margin: 0 auto 55px;
    padding: 0 20px 10px;
    position: relative;
    width: 100%;
  }
  .etflp-sec09__etfList__item.is_new::after {
    right: 6px;
    top: -15px;
    width: 64px;
    height: 30px;
  }
  .etflp-sec09__etfList__tag {
    font-size: 13px;
    padding: 12px;
    -webkit-transform: translate(-20px, -30px);
            transform: translate(-20px, -30px);
  }
  .etflp-sec09__etfList__box {
    display: block;
  }
  .etflp-sec09__etfList__sub {
    font-size: 14px;
  }
  .etflp-sec09__etfList__ttl {
    font-size: 24px;
    margin-top: 15px;
  }
  .etflp-sec09__etfList__ttl2 {
    font-size: 13px;
  }
  .etflp-sec09__etfList__ttl3 {
    font-size: 16px;
    margin-top: 5px;
  }
  .etflp-sec09__etfList__btn {
    margin-top: 0;
  }
  .etflp-sec09__caution {
    font-size: 10px;
    margin-top: -35px;
  }
}

.toshin-mv {
  background: url(../img/toshin/bg_mv01_pc@2x.jpg) no-repeat center center;
  background-size: cover;
}
.toshin-mv::before {
  background: url(../img/toshin/bg_mv02_sp@2x.png) no-repeat bottom center;
  background-size: 100% auto;
}
.toshin-mv .etflp-mv__img {
  margin-right: -5%;
  width: 55%;
}
.toshin-mv .etflp-mv__img img {
  max-width: 760px;
}
.toshin-mv .etflp-mv__txtBox__lead {
  max-width: 434px;
}
.toshin-mv .etflp-mv__txtBox__txt {
  max-width: 615px;
}
.toshin-mv .etflp-mv__txtBox__btn {
  max-width: 342px;
}
@media screen and (max-width: 1000px) {
  .toshin-mv {
    background: url(../img/toshin/bg_mv01_sp@2x.jpg) no-repeat center center;
    background-size: cover;
  }
  .toshin-mv .etflp-mv__img {
    margin-left: 0;
    width: 100%;
  }
  .toshin-mv .etflp-mv__txtBox {
    min-height: initial;
  }
  .toshin-mv .etflp-mv__txtBox__lead {
    max-width: 243px;
  }
  .toshin-mv .etflp-mv__txtBox__txt {
    max-width: 301px;
  }
  .toshin-mv .etflp-mv__txtBox__btn {
    margin-left: 0;
    max-width: 184px;
  }
}

.toshin-sec01 .etflp-sec01__txtList__item:nth-child(1) {
  background: url(../img/toshin/bg_fukidashi01@2x.png) no-repeat;
  background-size: 100% 100%;
  padding: 57px 61px 130px 72px;
  margin-top: 55px;
}
.toshin-sec01 .etflp-sec01__txtList__item:nth-child(2) {
  background: url(../img/toshin/bg_fukidashi02@2x.png) no-repeat;
  background-size: 100% 100%;
  padding: 52px 60px 130px 69px;
}
.toshin-sec01 .etflp-sec01__txtList__item:nth-child(3) {
  background: url(../img/toshin/bg_fukidashi03@2x.png) no-repeat;
  background-size: 100% 100%;
  padding: 55px 43px 130px 45px;
  margin-top: 55px;
}
.toshin-sec01 .etflp-sec01__persons {
  position: relative;
  right: 30px;
}
@media screen and (max-width: 1000px) {
  .toshin-sec01 .etflp-sec01__txtList__item:nth-child(1) {
    background: none;
    padding: 0;
    margin-top: 0;
  }
  .toshin-sec01 .etflp-sec01__txtList__item:nth-child(2) {
    background: none;
    padding: 0;
  }
  .toshin-sec01 .etflp-sec01__txtList__item:nth-child(3) {
    background: none;
    padding: 0;
    margin-top: 0;
  }
  .toshin-sec01 .etflp-sec01__persons {
    position: relative;
    right: 30px;
  }
}

.toshin-sec02 .etflp-sec02__ttl {
  max-width: 685px;
}
@media screen and (max-width: 1000px) {
  .toshin-sec02 .etflp-sec02__ttl {
    max-width: 334px;
  }
}

.toshin-sec03 .etflp-sec03__reasonList__txt {
  position: relative;
  padding-top: 70px;
}
.toshin-sec03 .etflp-sec03__reasonList__txt::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.toshin-sec03 .etflp-sec03__reasonList__txt.ico_toshin01::before {
  background: url(../img/toshin/ico_toshin01@2x.png) no-repeat;
  background-size: 100% 100%;
  top: -36px;
  width: 113px;
  height: 88px;
}
.toshin-sec03 .etflp-sec03__reasonList__txt.ico_toshin02::before {
  background: url(../img/toshin/ico_toshin02@2x.png) no-repeat;
  background-size: 100% 100%;
  top: -30px;
  width: 100px;
  height: 100px;
}
.toshin-sec03 .etflp-sec03__reasonList__txt.ico_toshin03::before {
  background: url(../img/toshin/ico_toshin03@2x.png) no-repeat;
  background-size: 100% 100%;
  top: -30px;
  width: 94px;
  height: 100px;
}
.toshin-sec03 .etflp-sec03__reasonList__txt picture {
  display: block;
  margin-top: 40px;
}
.toshin-sec03 .etflp-sec03__txt2 {
  max-width: 937px;
}
@media screen and (max-width: 1000px) {
  .toshin-sec03 .etflp-sec03__reasonList__txt {
    text-align: justify;
    padding-top: 50px;
    margin-top: 40px;
  }
  .toshin-sec03 .etflp-sec03__reasonList__txt.ico_toshin01::before {
    top: -26px;
    width: 78px;
    height: 60px;
  }
  .toshin-sec03 .etflp-sec03__reasonList__txt.ico_toshin02::before {
    top: -20px;
    width: 68px;
    height: 68px;
  }
  .toshin-sec03 .etflp-sec03__reasonList__txt.ico_toshin03::before {
    top: -20px;
    width: 64px;
    height: 68px;
  }
  .toshin-sec03 .etflp-sec03__reasonList__txt picture {
    display: block;
    margin-top: 40px;
  }
  .toshin-sec03 .etflp-sec03__txt2 {
    max-width: 352px;
    width: 100%;
  }
}

.toshin-sec05 .etflp-sec05__ttl {
  max-width: 826px;
}
.toshin-sec05 .etflp-sec05__redBox__ttl .is_first {
  max-width: 532px;
}
.toshin-sec05 .etflp-sec05__redBox__ttl .is_second {
  max-width: 602px;
}
.toshin-sec05 .etflp-sec05__redBox__ttl .is_third {
  max-width: 315px;
}
.toshin-sec05 .etflp-sec05__redBox__item .img_sec05_01 {
  display: block;
  margin: auto;
  max-width: 744px;
}
.toshin-sec05 .etflp-sec05__redBox__item .img_sec05_02 {
  display: block;
  margin: 48px auto 0;
  max-width: 614px;
}
.toshin-sec05 .etflp-sec05__redBox__item .img_sec05_03 {
  display: block;
  margin: auto;
  max-width: 760px;
}
.toshin-sec05 .etflp-sec05__redBox {
  padding-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .toshin-sec05 .etflp-sec05__ttl {
    max-width: 346px;
    width: 100%;
  }
  .toshin-sec05 .etflp-sec05__redBox__ttl .is_first {
    max-width: 243px;
  }
  .toshin-sec05 .etflp-sec05__redBox__ttl .is_second {
    max-width: 273px;
  }
  .toshin-sec05 .etflp-sec05__redBox__ttl .is_third {
    max-width: 147px;
  }
  .toshin-sec05 .etflp-sec05__redBox__item img {
    margin-top: 0;
  }
  .toshin-sec05 .etflp-sec05__redBox__item .img_sec05_01 {
    max-width: 315px;
  }
  .toshin-sec05 .etflp-sec05__redBox__item .img_sec05_02 {
    display: block;
    margin: 0 auto;
    max-width: 614px;
  }
  .toshin-sec05 .etflp-sec05__redBox__item .img_sec05_03 {
    display: block;
    margin: auto;
    max-width: 760px;
  }
  .toshin-sec05 .etflp-sec05__redBox {
    padding-bottom: 0;
  }
}

.toshin-sec09 .etflp-sec09__ttl {
  max-width: 1000px;
}
.toshin-sec09 .etflp-sec09__sub {
  max-width: 760px;
}

.lineup-mv {
  background: #000 url(../img/lineup/bg/bg_lineup01@2x.jpg) no-repeat center center;
  background-size: cover;
  margin-top: 98px;
  height: 500px;
  position: relative;
}
.lineup-mv::before {
  background: #000 url(../img/lineup/bg/bg_triangle01@2x.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  left: 0;
  right: 85px;
  bottom: 0;
  margin: auto;
  width: 88px;
  height: 88px;
}
.lineup-mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
  margin: auto;
  max-width: 1230px;
  height: 500px;
}
.lineup-mv__left {
  max-width: 463px;
  width: calc(50% - 90px);
}
.lineup-mv__left.is_small {
  margin-left: 50px;
  max-width: 381px;
  width: 50%;
}
.lineup-mv__ico {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 159px;
  height: 159px;
}
.lineup-mv__right {
  max-width: 451px;
  width: calc(50% - 90px);
}
@media screen and (max-width: 1000px) {
  .lineup-mv {
    background: none;
    margin-top: 50px;
    height: auto;
  }
  .lineup-mv::before {
    content: none;
  }
  .lineup-mv__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px;
    margin: auto;
    max-width: 1230px;
    height: 500px;
  }
  .lineup-mv__left {
    max-width: 290px;
  }
  .lineup-mv__ico {
    max-width: 80px;
  }
  .lineup-mv__right {
    max-width: 288px;
  }
}

.lineup-sec01 {
  padding: 50px 15px 80px;
}
.lineup-sec01__lead {
  margin: auto;
  max-width: 436px;
}
.lineup-sec01__ttl {
  border-left: solid 8px #d60029;
  border-right: solid 8px #d60029;
  color: #d60029;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 2;
  margin: auto;
  max-width: 1000px;
  padding: 23px 15px 32px;
  position: relative;
}
.lineup-sec01__ttl::before, .lineup-sec01__ttl::after {
  background: #d60029;
  content: "";
  position: absolute;
  top: 0;
  width: 30px;
  height: 8px;
}
.lineup-sec01__ttl::before {
  left: 0;
}
.lineup-sec01__ttl::after {
  right: 0;
}
.lineup-sec01__ttl span::before, .lineup-sec01__ttl span::after {
  background: #d60029;
  content: "";
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 8px;
}
.lineup-sec01__ttl span::before {
  left: 0;
}
.lineup-sec01__ttl span::after {
  right: 0;
}
@media screen and (max-width: 1000px) {
  .lineup-sec01 {
    padding: 38px 15px 40px;
  }
  .lineup-sec01__lead {
    max-width: 290px;
  }
  .lineup-sec01__ttl {
    border-left: solid 4px #d60029;
    border-right: solid 4px #d60029;
    font-size: 23px;
    line-height: 1.55;
    padding: 8px 15px 10px;
  }
  .lineup-sec01__ttl::before, .lineup-sec01__ttl::after {
    width: 15px;
    height: 4px;
  }
  .lineup-sec01__ttl span::before, .lineup-sec01__ttl span::after {
    width: 15px;
    height: 4px;
  }
}

.lineup-sec02 {
  background: #ebebeb;
  padding: 80px 15px 100px;
}
.lineup-sec02__ttl {
  margin: auto;
  max-width: 1000px;
}
.lineup-sec02__list {
  background: #fff;
  border-radius: 30px;
  padding: 100px 15px;
  margin: -80px auto 0;
  max-width: 1230px;
}
.lineup-sec02__list__item {
  margin: auto;
  padding: 0 15px;
  max-width: 1030px;
}
.lineup-sec02__list__item + .lineup-sec02__list__item {
  margin-top: 50px;
}
.lineup-sec02__list__ttl {
  color: #d60029;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 55px;
  font-weight: bold;
  line-height: 1.1;
}
.lineup-sec02__list__ttl img {
  margin-right: 23px;
  max-width: 133px;
}
.lineup-sec02__list__ttl2 {
  color: #d60029;
  font-size: 30px;
  font-weight: bold;
}
.lineup-sec02__list__ttl2.is_gold {
  background: url(../img/bg/bg_under01@2x.jpg) no-repeat center bottom;
  background-size: 100% 12px;
  display: inline;
  padding-bottom: 4px;
}
.lineup-sec02__list__ttl2 span {
  color: #0000ff;
  text-decoration: underline;
}
.lineup-sec02__list__ttl3 {
  font-size: 25px;
  font-weight: bold;
  margin-top: 10px;
}
.lineup-sec02__list__ttl3__ttl2 {
  color: #d60029;
  font-size: 30px;
  font-weight: bold;
}
.lineup-sec02__list__ttl3__ttl2.is_gold {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #e6c24d));
  background: linear-gradient(transparent 70%, #e6c24d 30%);
}
.lineup-sec02__list__ttl3.checked_img {
  background: url(../img/lineup/1321/icon_checkbox.jpg) no-repeat left center;
  background-size: 32px 32px;
  padding-left: 40px;
}
.lineup-sec02__list__ttl3 .is_red {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(89%, transparent), color-stop(11%, #d60029));
  background: linear-gradient(transparent 89%, #d60029 11%);
  font-size: 25px;
  font-weight: bold;
}
.lineup-sec02__list__ttl3 .is_red2 {
  color: #d60029;
  font-size: 25px;
  font-weight: bold;
}
.lineup-sec02__list__ttl3.is_margin {
  margin-top: 93px;
}
.lineup-sec02__list__ttl3.is_margin2 {
  margin-top: 48px;
}
.lineup-sec02__list__ttl3.is_border {
  border-top: dotted 3px #969696;
  margin-top: 49px;
  padding-top: 49px;
}
.lineup-sec02__list__ttl3.is_border::before {
  top: 52px !important;
}
.lineup-sec02__list__ttl3.is_checkbox {
  padding-left: 38px;
  position: relative;
}
.lineup-sec02__list__ttl3.is_checkbox::before {
  background: url(../img/purchase/ico_check01@2x.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  margin: auto;
  width: 32px;
  height: 32px;
}
.lineup-sec02__list__ttl3 .is_underline {
  border-bottom: solid 4px #d60029;
  font-size: 25px;
}
.lineup-sec02__list__ttl3 span {
  font-size: 18px;
}
.lineup-sec02__list__box {
  border: solid 2px #d60029;
  border-radius: 15px;
  margin-top: 15px;
  padding: 50px;
}
.lineup-sec02__list__box.is_nopadding {
  padding: 0;
}
.lineup-sec02__list__txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.77;
  margin-top: 5px;
}
.lineup-sec02__list__txt.is_nobold {
  font-weight: normal;
}
.lineup-sec02__list__txt .is_big {
  font-size: 20px;
  font-weight: bold;
}
.lineup-sec02__list__txt .is_big2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}
.lineup-sec02__list__txt .is_red {
  color: #d60029;
}
.lineup-sec02__list__txt .is_blue {
  color: #3b6f79;
}
.lineup-sec02__list__txt a {
  color: #0000ff;
  font-weight: bold;
  text-decoration: underline;
}
.lineup-sec02__list__caution {
  font-size: 16px;
  line-height: 1.56;
  margin-top: 26px;
}
.lineup-sec02__list__caution.is_nomargin {
  margin-top: 0;
}
.lineup-sec02__list__imgBox {
  margin-top: 26px;
}
.lineup-sec02__redBox {
  background: #fbe6ea;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  padding: 50px;
}
.lineup-sec02__redBox__ico {
  margin: 0 auto 50px;
  max-width: 198px;
}
.lineup-sec02__redBox__ttl {
  background: url(../img/lineup/ico/ico_sec02_02@2x.png) no-repeat left top;
  background-size: 41px 41px;
  font-size: 30px;
  font-weight: bold;
  padding-left: 50px;
}
.lineup-sec02__redBox__ttl.is_border {
  background-position: left top 24px;
  border-top: dotted 2px #969696;
  margin-top: 23px;
  padding-top: 23px;
}
.lineup-sec02__redBox__ttl2 {
  font-size: 25px;
  font-weight: bold;
  margin-top: 35px;
}
.lineup-sec02__redBox__lead {
  color: #d60029;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.77;
  margin-bottom: 5px;
}
.lineup-sec02__redBox__lead.is_border {
  background-position: left top 24px;
  border-top: dotted 2px #969696;
  margin-top: 23px;
  padding-top: 15px;
}
.lineup-sec02__redBox__txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.77;
  margin-top: 5px;
}
.lineup-sec02__redBox__imgBox {
  margin-top: 25px;
}
.lineup-sec02__redBox__caution {
  font-size: 16px;
  line-height: 1.56;
  padding-left: 1em;
  text-indent: -1em;
}
.lineup-sec02__redBox__caution.is_margin {
  margin-top: 29px;
}
.lineup-sec02__redBox__caution span {
  font-size: 18px;
}
.lineup-sec02__blueBox {
  background: #d3edff;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 50px;
  margin-top: 5px;
}
.lineup-sec02__blueBox__ico {
  margin: 0 auto 50px;
  max-width: 198px;
}
.lineup-sec02__blueBox__ttl {
  background: url(../img/lineup/ico/ico_sec02_04@2x.png) no-repeat left top;
  background-size: 41px 41px;
  font-size: 30px;
  font-weight: bold;
  padding-left: 50px;
}
.lineup-sec02__blueBox__ttl.is_border {
  background-position: left top 24px;
  border-top: dotted 2px #969696;
  margin-top: 23px;
  padding-top: 23px;
}
.lineup-sec02__blueBox__txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.77;
  margin-top: 5px;
}
.lineup-sec02__blueBox__txt a {
  color: #0000ff;
  text-decoration: underline;
}
.lineup-sec02__blueBox__caution {
  font-size: 16px;
  line-height: 1.56;
}
.lineup-sec02__blueBox__caution.is_margin {
  margin-top: 29px;
}
.lineup-sec02__blueBox__caution span {
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .lineup-sec02 {
    padding: 25px 15px 50px;
  }
  .lineup-sec02__ttl {
    max-width: 315px;
  }
  .lineup-sec02__list {
    padding: 72px 15px 15px;
    margin: -60px auto 0;
  }
  .lineup-sec02__list__item {
    padding: 0;
  }
  .lineup-sec02__list__item + .lineup-sec02__list__item {
    margin-top: 25px;
  }
  .lineup-sec02__list__ttl {
    font-size: 26px;
  }
  .lineup-sec02__list__ttl img {
    margin-right: 12px;
    max-width: 56px;
  }
  .lineup-sec02__list__ttl picture {
    margin-right: 12px;
  }
  .lineup-sec02__list__ttl2 {
    font-size: 20px;
  }
  .lineup-sec02__list__ttl2.is_gold {
    background-size: 100% 7px;
    padding-bottom: 3px;
  }
  .lineup-sec02__list__ttl3 {
    font-size: 16px;
    margin-top: 10px;
  }
  .lineup-sec02__list__ttl3.checked_img {
    background-position-y: 4px;
    background-size: 18px 18px;
    padding-left: 22px;
  }
  .lineup-sec02__list__ttl3 .is_font_small {
    font-size: 16px;
  }
  .lineup-sec02__list__ttl3 .is_red2 {
    font-size: 16px;
  }
  .lineup-sec02__list__ttl3.is_margin {
    margin-top: 50px;
  }
  .lineup-sec02__list__ttl3.is_margin2 {
    margin-top: 24px;
  }
  .lineup-sec02__list__ttl3.is_border {
    margin-top: 25px;
    padding-top: 25px;
  }
  .lineup-sec02__list__ttl3.is_border::before {
    top: 28px !important;
  }
  .lineup-sec02__list__ttl3.is_checkbox {
    padding-left: 23px;
  }
  .lineup-sec02__list__ttl3.is_checkbox::before {
    top: 3px;
    width: 18px;
    height: 18px;
  }
  .lineup-sec02__list__ttl3 .is_underline {
    border-bottom: solid 2px #d60029;
    font-size: 16px;
    font-weight: bold;
  }
  .lineup-sec02__list__ttl3 span {
    font-size: 14px;
    font-weight: normal;
  }
  .lineup-sec02__list__box {
    margin-top: 10px;
    padding: 25px 15px;
  }
  .lineup-sec02__list__box.is_nopadding {
    padding: 0;
  }
  .lineup-sec02__list__txt {
    font-size: 14px;
    line-height: 1.77;
    margin-top: 5px;
  }
  .lineup-sec02__list__txt .is_big {
    font-size: 15px;
  }
  .lineup-sec02__list__txt .is_big2 {
    font-size: 16px;
  }
  .lineup-sec02__list__caution {
    font-size: 14px;
    margin-top: 26px;
  }
  .lineup-sec02__list__caution.is_nomargin {
    margin-top: 0;
  }
  .lineup-sec02__list__imgBox {
    margin-top: 15px;
  }
  .lineup-sec02__redBox {
    padding: 25px 15px;
  }
  .lineup-sec02__redBox__ico {
    margin: 0 auto 25px;
    max-width: 140px;
  }
  .lineup-sec02__redBox__ttl {
    background: url(../img/lineup/ico/ico_sec02_02@2x.png) no-repeat left top;
    background-size: 23px 23px;
    font-size: 16px;
    padding-left: 30px;
  }
  .lineup-sec02__redBox__ttl.is_border {
    background-position: left top 11px;
    border-top: dotted 1px #969696;
    margin-top: 10px;
    padding-top: 10px;
  }
  .lineup-sec02__redBox__ttl2 {
    font-size: 14px;
    margin-top: 25px;
  }
  .lineup-sec02__redBox__lead {
    font-size: 20px;
  }
  .lineup-sec02__redBox__lead.is_border {
    background-position: left top 11px;
    border-top: dotted 1px #969696;
    margin-top: 10px;
    padding-top: 10px;
  }
  .lineup-sec02__redBox__txt {
    font-size: 14px;
  }
  .lineup-sec02__redBox__caution {
    font-size: 13px;
    padding-left: 0;
    text-indent: 0;
  }
  .lineup-sec02__redBox__caution.is_margin {
    margin-top: 14px;
  }
  .lineup-sec02__redBox__caution span {
    font-size: 14px;
  }
  .lineup-sec02__blueBox {
    padding: 25px 15px;
  }
  .lineup-sec02__blueBox__ico {
    margin: 0 auto 25px;
    max-width: 140px;
  }
  .lineup-sec02__blueBox__ttl {
    background: url(../img/lineup/ico/ico_sec02_04@2x.png) no-repeat left top;
    background-size: 23px 23px;
    font-size: 16px;
    padding-left: 30px;
  }
  .lineup-sec02__blueBox__ttl.is_border {
    background-position: left top 11px;
    border-top: dotted 1px #969696;
    margin-top: 10px;
    padding-top: 10px;
  }
  .lineup-sec02__blueBox__txt {
    font-size: 14px;
  }
  .lineup-sec02__blueBox__caution {
    font-size: 13px;
  }
  .lineup-sec02__blueBox__caution.is_margin {
    margin-top: 14px;
  }
  .lineup-sec02__blueBox__caution span {
    font-size: 14px;
  }
}

.lineup-redBox {
  background: url(../img/lineup/bg/bg_redbox01@2x.jpg) no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 340px;
  position: relative;
}
.lineup-redBox::before {
  background: url(../img/lineup/bg/bg_redbox02@2x.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -47px;
  margin: auto;
  width: 121px;
  height: 48px;
  z-index: 1;
}
.lineup-redBox__ttl {
  margin: auto;
  max-width: 600px;
}
.lineup-redBox__ttl.is_wide {
  max-width: 895px;
}
.lineup-redBox__ttl.is_small {
  max-width: 474px;
}
@media screen and (max-width: 1000px) {
  .lineup-redBox {
    position: relative;
    height: 175px;
  }
  .lineup-redBox.is_sp_wide {
    height: 258px;
  }
  .lineup-redBox::before {
    bottom: -24px;
    width: 60px;
    height: 24px;
  }
  .lineup-redBox__ttl {
    max-width: 300px;
  }
  .lineup-redBox__ttl.is_wide {
    max-width: 300px;
  }
  .lineup-redBox__ttl.is_small {
    max-width: 300px;
  }
}

.lineup-buyBox {
  padding-bottom: 90px;
}
@media screen and (max-width: 1000px) {
  .lineup-buyBox {
    padding: 0 15px 45px;
  }
}

.lineup-sec03 {
  padding: 100px 15px;
}
.lineup-sec03-feature {
  margin-bottom: 100px;
}
.lineup-sec03-feature__ttl {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
.lineup-sec03-grayBox {
  background: #F4F4F4;
  border-radius: 30px;
  padding: 1px 40px 40px;
  margin: 30px auto;
  max-width: 1030px;
}
.lineup-sec03__list {
  padding: 0 15px;
  margin: 0 auto 30px;
  max-width: 1030px;
}
.lineup-sec03__list.is_margin {
  margin-top: 90px;
}
.lineup-sec03__list__item + .lineup-sec03__list__item {
  margin-top: 40px;
}
.lineup-sec03__list__ttl {
  background: #d60029;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  padding: 15px 15px 15px 135px;
  position: relative;
}
.lineup-sec03__list__ttl img {
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 109px;
}
.lineup-sec03__boxWrap {
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  border-left: solid 2px #d60029;
  border-right: solid 2px #d60029;
  border-bottom: solid 2px #d60029;
  padding: 20px 35px;
}
.lineup-sec03__boxList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px;
}
.lineup-sec03__boxList__item + .lineup-sec03__boxList__item {
  border-top: dotted 2px #969696;
  margin-top: 30px;
  padding-top: 30px;
}
.lineup-sec03__boxList__item .is_pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #F9D8DF));
  background: linear-gradient(transparent 70%, #F9D8DF 30%);
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.lineup-sec03__boxList__item.is_block {
  display: block;
}
.lineup-sec03__boxList__leftTxt {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 20px;
  position: relative;
  width: 250px;
}
.lineup-sec03__boxList__leftTxt sup {
  font-size: 14px;
}
.lineup-sec03__boxList__leftTxt::before {
  background: #d60029;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 15px;
  height: 15px;
}
.lineup-sec03__boxList__leftTxt span {
  font-size: 20px;
}
.lineup-sec03__boxList__rightTxt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  width: calc(100% - 250px);
}
.lineup-sec03__boxList__rightTxt.is_wide {
  width: 100%;
}
.lineup-sec03__boxList__rightTxt .is_middle {
  font-size: 30px;
}
.lineup-sec03__boxList__rightTxt .is_pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #F9D8DF));
  background: linear-gradient(transparent 70%, #F9D8DF 30%);
  font-size: 40px;
  padding-bottom: 5px;
}
.lineup-sec03__caution {
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
  margin: auto;
  max-width: 915px;
}
.lineup-sec03__caution.is_margin {
  margin-top: 20px;
}
.lineup-sec03__ttl {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
}
.lineup-sec03__middle {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.lineup-sec03__btn {
  padding: 0 15px;
  margin: 50px auto 0;
  max-width: 730px;
}
.lineup-sec03__btn.is_margin {
  margin-top: 145px;
}
.lineup-sec03__btn.is_margin_small {
  margin-top: 25px;
}
.lineup-sec03__linkList {
  text-align: center;
  margin-top: 75px;
  margin-bottom: -30px;
}
.lineup-sec03__linkList__item a {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.66;
}
.lineup-sec03__grayList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  max-width: 1000px;
}
.lineup-sec03__grayList__item {
  border: solid 2px #000;
  border-radius: 20px;
  display: block;
  width: 48.5%;
}
.lineup-sec03__grayList__imgBox {
  height: 250px;
}
.lineup-sec03__grayList__txtBox {
  background: #000;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 30px;
}
.lineup-sec03__grayList__ttl {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.lineup-sec03__grayList__txt {
  color: #fff;
  font-size: 16px;
  line-height: 1.875;
  margin-top: 5px;
}
.lineup-sec03__bnrBox {
  padding: 0 15px;
  margin: 25px auto 0;
  max-width: 1030px;
}
.lineup-sec03__bnrList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 1000px) {
  .lineup-sec03 {
    padding: 50px 15px;
  }
  .lineup-sec03-feature {
    margin-bottom: 50px;
  }
  .lineup-sec03-feature__ttl {
    font-size: 20px;
  }
  .lineup-sec03-grayBox {
    border-radius: 20px;
    padding: 10px 15px 20px;
    margin: 15px auto;
  }
  .lineup-sec03__list {
    padding: 0;
    margin: 0 auto 15px;
  }
  .lineup-sec03__list__item + .lineup-sec03__list__item {
    margin-top: 20px;
  }
  .lineup-sec03__list__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    line-height: 1.2;
    min-height: 55px;
    padding: 4px 8px 4px 90px;
  }
  .lineup-sec03__list__ttl img {
    left: 18px;
    max-width: 66px;
  }
  .lineup-sec03__boxWrap {
    padding: 20px;
  }
  .lineup-sec03__boxList {
    padding: 0;
  }
  .lineup-sec03__boxList__item {
    display: block;
    padding: 0;
  }
  .lineup-sec03__boxList__item + .lineup-sec03__boxList__item {
    margin-top: 25px;
    padding-top: 25px;
  }
  .lineup-sec03__boxList__item .is_pink {
    font-size: 25px;
    letter-spacing: 0.03em;
    line-height: 1.3;
  }
  .lineup-sec03__boxList__leftTxt {
    display: block;
    font-size: 18px;
    padding-left: 17px;
    width: 100%;
  }
  .lineup-sec03__boxList__leftTxt sup {
    font-size: 10px;
  }
  .lineup-sec03__boxList__leftTxt::before {
    top: 8px;
    width: 7px;
    height: 7px;
  }
  .lineup-sec03__boxList__leftTxt span {
    font-size: 18px;
  }
  .lineup-sec03__boxList__rightTxt {
    display: block;
    font-size: 15px;
    line-height: 1.5;
    width: 100%;
  }
  .lineup-sec03__boxList__rightTxt .is_middle {
    font-size: 18px;
  }
  .lineup-sec03__boxList__rightTxt .is_pink {
    font-size: 25px;
    padding-bottom: 3px;
  }
  .lineup-sec03__boxList__rightTxt.is_dot {
    padding-left: 17px;
  }
  .lineup-sec03__caution {
    line-height: 1.5;
    padding-left: 1em;
    text-indent: -1em;
    margin: auto;
    max-width: 1000px;
  }
  .lineup-sec03__ttl {
    font-size: 20px;
    margin-top: 25px;
  }
  .lineup-sec03__middle {
    font-size: 15px;
    letter-spacing: 0.03em;
  }
  .lineup-sec03__btn {
    margin: 35px auto 0;
    max-width: 315px;
  }
  .lineup-sec03__btn.is_margin {
    margin-top: 75px;
  }
  .lineup-sec03__btn.is_margin_small {
    margin-top: 12px;
  }
  .lineup-sec03__linkList {
    margin-top: 35px;
  }
  .lineup-sec03__linkList__item a {
    font-size: 20px;
  }
  .lineup-sec03__grayList {
    display: block;
  }
  .lineup-sec03__grayList__item {
    width: 100%;
  }
  .lineup-sec03__grayList__item + .lineup-sec03__grayList__item {
    margin-top: 25px;
  }
  .lineup-sec03__grayList__imgBox {
    height: 45vw;
  }
  .lineup-sec03__grayList__txtBox {
    padding: 20px;
  }
  .lineup-sec03__grayList__ttl {
    font-size: 15px;
  }
  .lineup-sec03__grayList__txt {
    font-size: 14px;
  }
}

.lineup-sec__ttl {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  padding: 0 15px;
  max-width: 1030px;
}
@media screen and (max-width: 1000px) {
  .lineup-sec__ttl {
    font-size: 30px;
    line-height: 1.33;
  }
}

.purchase-mv {
  background: url(../img/purchase/bg_mv01@2x.jpg) no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 450px;
  margin-top: 98px;
}
.purchase-mv__ttl {
  margin: auto;
  max-width: 499px;
}
@media screen and (max-width: 1000px) {
  .purchase-mv {
    background: url(../img/purchase/bg_mv01_sp@2x.jpg) no-repeat center center;
    background-size: cover;
    height: auto;
    margin-top: 50px;
    padding: 60px 15px;
  }
  .purchase-mv__ttl {
    max-width: 287px;
  }
}

.purchase-sec01 {
  padding: 80px 15px;
  text-align: center;
}
.purchase-sec01__lead {
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
}
.purchase-sec01 .is_pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #F9D8DF));
  background: linear-gradient(transparent 70%, #F9D8DF 30%);
  color: #d60029;
}
@media screen and (max-width: 1000px) {
  .purchase-sec01 {
    padding: 38px 15px;
  }
  .purchase-sec01__lead {
    font-size: 18px;
    line-height: 1.7;
  }
  .purchase-sec01 .is_pink {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #F9D8DF));
    background: linear-gradient(transparent 60%, #F9D8DF 40%);
    padding-bottom: 3px;
  }
}

.purchase-sec02 {
  background: #ebebeb;
  padding: 140px 15px 100px;
}
.purchase-sec02__whiteBox {
  background: #fff;
  border-radius: 40px;
  padding: 0 15px 100px;
  margin: auto;
  max-width: 1230px;
}
.purchase-sec02__whiteBox__ttl {
  color: #d60029;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  margin-top: 80px;
}
.purchase-sec02__whiteBox__lead {
  margin: 20px auto 0;
  max-width: 593px;
}
.purchase-sec02__ttl {
  margin: auto;
  max-width: 1000px;
  position: relative;
  top: -60px;
}
.purchase-sec02__redBox {
  border: solid 2px #d60029;
  border-radius: 15px;
  padding: 1px 50px 50px;
  margin: auto;
  max-width: 1030px;
}
.purchase-sec02__redBox.is_margin {
  margin-top: 100px;
}
.purchase-sec02__redBox__ttl {
  margin: -50px auto 0;
  max-width: 725px;
}
.purchase-sec02__redBox__lead {
  color: #d60029;
  font-size: 30px;
  font-weight: bold;
  margin-top: 10px;
}
.purchase-sec02__redBox__lead span {
  background: url(../img/purchase/bg_line01@2x.png) no-repeat center bottom;
  background-size: 100% 12px;
  padding-bottom: 6px;
}
.purchase-sec02__redBox__txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
.purchase-sec02__redBox__txt span {
  color: #d60029;
}
.purchase-sec02__redBox__txt2 {
  font-size: 20px;
  line-height: 1.75;
}
.purchase-sec02__redBox__caution {
  font-size: 18px;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
}
.purchase-sec02__pinkBox {
  background: #fbe6ea;
  border-radius: 15px;
  padding: 1px 60px 50px;
  margin: 18px auto 0;
  max-width: 1030px;
}
.purchase-sec02__pinkBox__ttl {
  margin: -20px auto 0;
  max-width: 818px;
}
.purchase-sec02__pinkBox__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
.purchase-sec02__pinkBox__item {
  max-width: 265px;
  width: 100%;
}
.purchase-sec02__pinkBox__item + .purchase-sec02__pinkBox__item {
  margin-left: 34px;
}
.purchase-sec02__pinkBox__item.is_rakuten {
  max-width: 265px;
  width: 100%;
}
.purchase-sec02__pinkBox__item.is_rakuten a {
  background: #fff;
  border: solid 1px #cdcdcd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.purchase-sec02__pinkBox__item.is_rakuten img {
  display: block;
  margin: auto;
  width: 90%;
}
.purchase-sec02__pinkBox__item.is_kabucom {
  max-width: 265px;
  width: 100%;
}
.purchase-sec02__pinkBox__item.is_kabucom a {
  background: #fff;
  border: solid 1px #cdcdcd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.purchase-sec02__pinkBox__item.is_kabucom img {
  display: block;
  margin: auto;
  width: 90%;
}
.purchase-sec02__caution {
  line-height: 1.56;
  margin: 25px auto 0;
  max-width: 1030px;
}
.purchase-sec02__bnrBox {
  padding: 0 15px;
  margin: 50px auto 0;
  max-width: 1030px;
}
.purchase-sec02__bnrBox__btn a {
  display: block;
  position: relative;
}
.purchase-sec02__bnrBox__btn a span {
  background: url(../img/purchase/ico_minus01@2x.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  bottom: 10px;
  right: 17px;
  margin: auto;
  width: 34px;
  height: 34px;
}
.purchase-sec02__bnrBox__btn a span::before {
  background: #965000;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7px;
  margin: auto;
  width: 19px;
  height: 3px;
}
.purchase-sec02__bnrBox__btn a.is-close span::after {
  background: #965000;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 3px;
  height: 19px;
}
.purchase-sec02__bnrList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
.purchase-sec02__bnrList__item {
  margin-left: 1%;
  margin-bottom: 8px;
  width: 19%;
}
.purchase-sec02__bnrList__item:nth-child(5n+1) {
  margin-left: 0;
}
.purchase-sec02__bnrList__caution {
  font-size: 16px;
  line-height: 1.625;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .purchase-sec02 {
    padding: 50px 15px 50px;
  }
  .purchase-sec02__whiteBox {
    border-radius: 20px;
    padding: 25px 15px 20px;
  }
  .purchase-sec02__whiteBox__ttl {
    font-size: 25px;
    margin-top: 37px;
  }
  .purchase-sec02__whiteBox__lead {
    margin-top: 10px;
    max-width: 558px;
  }
  .purchase-sec02__ttl {
    top: -50px;
  }
  .purchase-sec02__redBox {
    padding: 1px 15px 25px;
    margin-top: -15px;
  }
  .purchase-sec02__redBox.is_margin {
    margin-top: 50px;
  }
  .purchase-sec02__redBox__ttl {
    margin: -25px auto 0;
    max-width: 290px;
  }
  .purchase-sec02__redBox__lead {
    font-size: 20px;
    margin-top: 10px;
    line-height: 1.375;
  }
  .purchase-sec02__redBox__lead span {
    background-size: 100% 6px;
    padding-bottom: 3px;
  }
  .purchase-sec02__redBox__txt {
    font-size: 15px;
    margin-top: 10px;
  }
  .purchase-sec02__redBox__txt2 {
    font-size: 15px;
  }
  .purchase-sec02__redBox__caution {
    font-size: 13px;
    margin-top: 10px;
    padding-left: 0;
    text-indent: 0;
  }
  .purchase-sec02__redBox__caution + .purchase-sec02__redBox__caution {
    margin-top: 0;
  }
  .purchase-sec02__pinkBox {
    padding: 1px 25px 10px;
    margin: 15px auto 0;
  }
  .purchase-sec02__pinkBox__ttl {
    margin: -30px auto 0;
    max-width: 580px;
  }
  .purchase-sec02__pinkBox__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .purchase-sec02__pinkBox__item {
    margin-bottom: 5px;
    width: calc(50% - 2.5px);
  }
  .purchase-sec02__pinkBox__item + .purchase-sec02__pinkBox__item {
    margin-left: 0;
  }
  .purchase-sec02__pinkBox__item:nth-child(2) {
    margin-left: 5px;
  }
  .purchase-sec02__pinkBox__item.is_rakuten {
    width: calc(50% - 2.5px);
  }
  .purchase-sec02__pinkBox__item.is_rakuten a {
    height: 13.5vw;
  }
  .purchase-sec02__pinkBox__item.is_kabucom {
    width: calc(50% - 2.5px);
  }
  .purchase-sec02__pinkBox__item.is_kabucom a {
    height: 13.5vw;
  }
  .purchase-sec02__caution {
    font-size: 13px;
    margin-top: 14px;
  }
  .purchase-sec02__bnrBox {
    padding: 0;
    margin-top: 25px;
  }
  .purchase-sec02__bnrBox__btn a {
    display: block;
    position: relative;
  }
  .purchase-sec02__bnrBox__btn a span {
    top: 0;
    bottom: 5px;
    right: 7px;
    width: 17px;
    height: 17px;
  }
  .purchase-sec02__bnrBox__btn a span::before {
    right: 3px;
    width: 10px;
    height: 2px;
  }
  .purchase-sec02__bnrBox__btn a.is-close span::after {
    right: 7px;
    width: 2px;
    height: 10px;
  }
  .purchase-sec02__bnrList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
  }
  .purchase-sec02__bnrList__item {
    margin-left: 2%;
    margin-bottom: 8px;
    width: 46%;
  }
  .purchase-sec02__bnrList__item:nth-child(5n+1) {
    margin-left: 2%;
  }
  .purchase-sec02__bnrList__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .purchase-sec02__bnrList__caution {
    font-size: 13px;
    margin-top: 15px;
  }
}

.purchase-redBox {
  background: url(../img/purchase/bg_redbox01@2x.jpg) no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 100px 15px;
}
.purchase-redBox::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -47px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 47px 66px 0 66px;
  border-color: #CB001D transparent transparent transparent;
  z-index: 1;
}
.purchase-redBox__ttl {
  margin: auto;
  max-width: 1030px;
}
@media screen and (max-width: 1000px) {
  .purchase-redBox {
    padding: 50px 15px;
    position: relative;
  }
  .purchase-redBox::before {
    bottom: -24px;
    border-width: 24px 33px 0 33px;
  }
  .purchase-redBox__ttl {
    max-width: 315px;
  }
}

.purchase-sec03 {
  padding: 100px 15px;
}
.purchase-sec03__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  max-width: 1000px;
}
.purchase-sec03__list__item {
  border: solid 2px #d60029;
  border-radius: 15px;
  padding: 24px 48px 35px;
  width: 48%;
}
.purchase-sec03__list__ttl {
  color: #d60029;
  font-size: 35px;
  font-weight: bold;
}
.purchase-sec03__list__ttl rt {
  font-size: 16px;
}
.purchase-sec03__list__ttl span {
  background: url(../img/purchase/bg_line01@2x.png) no-repeat center bottom;
  background-size: 100% 11px;
  padding-bottom: 5px;
}
.purchase-sec03__list__lead {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 10px;
}
.purchase-sec03__list__txt {
  font-size: 16px;
  line-height: 1.66;
}
.purchase-sec03__list__imgBox {
  margin-top: 32px;
}
.purchase-sec03__caution {
  line-height: 1.53;
  margin: 25px auto 0;
  max-width: 1000px;
}
@media screen and (max-width: 1000px) {
  .purchase-sec03 {
    padding: 50px 15px;
  }
  .purchase-sec03__list {
    display: block;
  }
  .purchase-sec03__list__item {
    padding: 24px 15px 35px;
    width: 100%;
  }
  .purchase-sec03__list__item + .purchase-sec03__list__item {
    margin-top: 25px;
  }
  .purchase-sec03__list__ttl {
    font-size: 20px;
    font-weight: bold;
  }
  .purchase-sec03__list__ttl rt {
    font-size: 10px;
  }
  .purchase-sec03__list__ttl span {
    background-size: 100% 5px;
    padding-bottom: 3px;
  }
  .purchase-sec03__list__lead {
    font-size: 15px;
    margin-top: 10px;
  }
  .purchase-sec03__list__txt {
    font-size: 14px;
    line-height: 1.6;
  }
  .purchase-sec03__list__imgBox {
    margin-top: 16px;
  }
  .purchase-sec03__caution {
    font-size: 14px;
    margin: 15px auto 0;
  }
}

.purchase-sec04 {
  padding: 100px 15px 0px;
}
.purchase-sec04__lead {
  font-size: 25px;
  font-weight: bold;
  margin-top: 50px;
  text-align: center;
}
.purchase-sec04__lead a {
  color: #0000ff;
  text-decoration: underline;
}
.purchase-sec04__ttl {
  margin: 45px auto 0;
  max-width: 913px;
}
.purchase-sec04__redBox {
  border: solid 2px #d60029;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 90px 50px 50px;
  margin: -55px auto 0;
  max-width: 1000px;
}
.purchase-sec04__redList__item + .purchase-sec04__redList__item {
  margin-top: 50px;
}
.purchase-sec04__redList__lead {
  font-size: 25px;
  font-weight: bold;
}
.purchase-sec04__redList__ttl {
  color: #d60029;
  font-size: 35px;
  font-weight: bold;
  padding-left: 60px;
  position: relative;
}
.purchase-sec04__redList__ttl::before {
  background: url(../img/purchase/ico_check01@2x.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 45px;
  height: 45px;
}
.purchase-sec04__redList__imgBox {
  margin-top: 15px;
}
.purchase-sec04__etfBox {
  background: #d60029;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin: auto;
  max-width: 1000px;
  padding: 50px;
}
.purchase-sec04__etfBox__ttl {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.purchase-sec04__whiteBox {
  background: #fff;
  padding: 30px 38px;
  margin-top: 50px;
}
.purchase-sec04__whiteBox__ttl {
  background: #d60029;
  border-radius: 12px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  margin: 30px auto 26px;
  max-width: 1000px;
  position: relative;
}
.purchase-sec04__whiteBox__ttl::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 9px 0 9px;
  border-color: #d60029 transparent transparent transparent;
  z-index: 1;
}
.purchase-sec04__whiteBox__ttl.is_first {
  margin-top: 0;
}
.purchase-sec04__etfList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.purchase-sec04__etfList__item + .purchase-sec04__etfList__item {
  border-top: dotted 2px #000;
  margin-top: 28px;
  padding-top: 28px;
}
.purchase-sec04__etfList__ttl {
  color: #d60029;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  font-weight: bold;
}
.purchase-sec04__etfList__ttl span {
  font-size: 18px;
  margin-left: 10px;
}
.purchase-sec04__etfList__ttl.is_new span {
  position: relative;
}
.purchase-sec04__etfList__ttl.is_new span::before {
  /* background: url(../img/lineup/ico/ico_new01@2x.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  right: -60px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 55px;
  height: 24px; */
}
.purchase-sec04__etfList__txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.38;
}
.purchase-sec04__etfList__btn {
  width: 183px;
}
.purchase-sec04__caution {
  color: #fff;
  line-height: 1.6;
  margin: 30px auto 0;
  max-width: 1000px;
  text-align: right;
}
.purchase-sec04__caution a {
  color: blue;
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
  .purchase-sec04 {
    padding: 50px 15px 0;
  }
  .purchase-sec04__lead {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 25px;
  }
  .purchase-sec04__ttl {
    margin: 0 auto;
    max-width: 330px;
  }
  .purchase-sec04__redList {
    padding: 40px 15px 25px;
    margin: -25px auto 0;
    max-width: 1000px;
  }
  .purchase-sec04__redList__item + .purchase-sec04__redList__item {
    margin-top: 25px;
  }
  .purchase-sec04__redList__lead {
    font-size: 14px;
  }
  .purchase-sec04__redList__ttl {
    font-size: 20px;
    padding-left: 30px;
  }
  .purchase-sec04__redList__ttl::before {
    width: 20px;
    height: 20px;
  }
  .purchase-sec04__redList__imgBox {
    margin-top: 7px;
  }
  .purchase-sec04__etfBox {
    padding: 25px 15px;
  }
  .purchase-sec04__etfBox__ttl {
    font-size: 20px;
  }
  .purchase-sec04__whiteBox {
    padding: 25px 15px;
    margin-top: 25px;
  }
  .purchase-sec04__whiteBox__ttl {
    border-radius: 10px;
    font-size: 24px;
    margin: 30px auto 26px;
  }
  .purchase-sec04__whiteBox__ttl::before {
    bottom: -9px;
    border-width: 10px 5px 0 5px;
  }
  .purchase-sec04__etfList__item {
    display: block;
    text-align: center;
  }
  .purchase-sec04__etfList__item + .purchase-sec04__etfList__item {
    border-top: dotted 1px #000;
    margin-top: 20px;
    padding-top: 20px;
  }
  .purchase-sec04__etfList__ttl {
    display: block;
    font-size: 20px;
    line-height: 1.25;
    margin-top: 10px;
  }
  .purchase-sec04__etfList__ttl span {
    display: block;
    font-size: 14px;
    margin-left: 0;
  }
  .purchase-sec04__etfList__ttl.is_new span::before {
    content: none;
  }
  .purchase-sec04__etfList__ttl.is_new label {
    position: relative;
  }
  .purchase-sec04__etfList__ttl.is_new label::before {
    /* background: url(../img/lineup/ico/ico_new01@2x.png) no-repeat;
    background-size: 100% 100%;
    content: "";
    position: absolute;
    right: -50px;
    top: 0;
    width: 45px;
    height: 20px; */
  }
  .purchase-sec04__etfList__txt {
    font-size: 14px;
    line-height: 1.42;
    margin-top: 10px;
  }
  .purchase-sec04__etfList__btn {
    margin-top: 20px;
    width: 100%;
  }
  .purchase-sec04__caution {
    font-size: 14px;
    margin-top: 15px;
  }
}

.purchase-sec04__bottomBox {
  padding: 100px 15px;
  margin: auto;
  max-width: 1030px;
}
.purchase-sec04__bottomBox__ttl {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.purchase-sec04__bottomBox__ttl span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #F9D8DF));
  background: linear-gradient(transparent 70%, #F9D8DF 30%);
  padding-bottom: 2px;
}
@media screen and (max-width: 1000px) {
  .purchase-sec04__bottomBox {
    padding: 50px 15px;
  }
  .purchase-sec04__bottomBox__ttl {
    font-size: 18px;
  }
}

.purchase-sec04__bottomList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.purchase-sec04__bottomList__item {
  max-width: 49%;
}
.purchase-sec04__bottomList__txt {
  background: #000;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding: 30px 25px;
}
.purchase-sec04__bottomList__txt span {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 1000px) {
  .purchase-sec04__bottomList {
    display: block;
    margin-top: 30px;
  }
  .purchase-sec04__bottomList__item {
    max-width: 100%;
  }
  .purchase-sec04__bottomList__item + .purchase-sec04__bottomList__item {
    margin-top: 25px;
  }
  .purchase-sec04__bottomList__txt {
    font-size: 15px;
    line-height: 1.5;
    padding: 20px 15px;
  }
  .purchase-sec04__bottomList__txt span {
    font-size: 14px;
  }
}

.feature {
  background-color: #F4F4F4;
  padding-bottom: 180px;
}
@media screen and (max-width: 1000px) {
  .feature {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 576px) {
  .feature {
    padding-bottom: 80px;
  }
}
.feature .point-content {
  padding: 62px 0 0px 38px;
}
@media screen and (max-width: 1000px) {
  .feature .point-content {
    padding: 32px 0 0px 12px;
  }
}
.feature__icon-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 96px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .feature__icon-title {
    font-size: 2rem;
    margin-top: 72px;
  }
}
@media screen and (max-width: 576px) {
  .feature__icon-title {
    margin-top: 56px;
    font-size: 18px;
  }
}
.feature__icon-sp-description {
  display: none;
}
@media screen and (max-width: 1000px) {
  .feature__icon-sp-description {
    display: block;
    margin-top: 8px;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .feature__icon-sp-description {
    font-size: 14px;
  }
}
.feature__inner-content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.feature__inner-content.is-align {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1000px) {
  .feature__inner-content {
    display: block;
  }
}
.feature__inner-content__left {
  width: 42.5%;
}
@media screen and (max-width: 1000px) {
  .feature__inner-content__left {
    width: 100%;
    margin-top: -60px;
  }
}
.feature__inner-content__left__grid {
  display: -ms-grid;
  display: grid;
  row-gap: 60px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 992px) {
  .feature__inner-content__left__grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  .feature__inner-content__left__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    height: 180px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.feature__inner-content__left__grid__icon {
  width: 100%;
  height: 100%;
  margin: auto;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1000px) {
  .feature__inner-content__left__grid__icon {
    width: 70px;
    height: 70px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.feature__inner-content__left__grid__icon__two-line {
  margin-bottom: 22px;
}
@media screen and (max-width: 1000px) {
  .feature__inner-content__left__grid__icon__two-line {
    margin: auto;
  }
}
.feature__inner-content__left__grid__icon__circle {
  width: 85%;
  border-radius: 50%;
  margin: auto auto 0 auto;
}
@media screen and (max-width: 1000px) {
  .feature__inner-content__left__grid__icon__circle {
    margin: auto;
  }
}
.feature__inner-content__left__grid__icon__circle__inner {
  width: 100%;
  border-radius: 50%;
  padding-top: 100%;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  position: relative;
}
.feature__inner-content__left__grid__icon__circle__inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 60%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature__inner-content__left__grid__icon__circle__inner.is-red {
  background: #C0504D;
}
.feature__inner-content__left__grid__icon__circle__inner.is-green {
  background: #9BBB59;
}
.feature__inner-content__left__grid__icon__circle__inner.is-purple {
  background: #B1A0C7;
}
.feature__inner-content__left__grid__icon__circle__inner.is-blue {
  background: #4F81BD;
}
.feature__inner-content__left__grid__icon__circle__inner.is-lightBlue {
  background: #4BACC6;
}
.feature__inner-content__left__grid__icon__circle__inner.is-orange {
  background: #F79646;
}
.feature__inner-content__left__grid__icon__text {
  font-size: 14px;
  font-weight: 700;
  margin-top: auto;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  white-space: nowrap;
  text-align: center;
  line-height: 22px;
}
@media screen and (max-width: 1000px) {
  .feature__inner-content__left__grid__icon__text {
    font-size: 14px;
    line-height: 18px;
  }
}
.feature__inner-content__left__grid__icon__text span {
  display: none;
  position: relative;
}
.feature__inner-content__left__grid__icon__text span:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
}
.feature__inner-content__left__grid__icon__text__two-line {
  bottom: -52px;
}
@media screen and (max-width: 1000px) {
  .feature__inner-content__left__grid__icon__text__two-line {
    bottom: -48px;
  }
}
@media screen and (max-width: 1000px) {
  .feature__inner-content__left__grid__icon__text.sp-two-line {
    bottom: -48px;
  }
}
.feature__inner-content__left__grid__icon.is-active {
  cursor: inherit;
}
.feature__inner-content__left__grid__icon.is-active .feature__inner-content__left__grid__icon__circle {
  width: 100%;
  padding: 3px;
  margin: auto auto 0 auto;
}
.feature__inner-content__left__grid__icon.is-active .feature__inner-content__left__grid__icon__circle.red {
  border: 2px solid #C0504D;
}
.feature__inner-content__left__grid__icon.is-active .feature__inner-content__left__grid__icon__circle.green {
  border: 2px solid #9BBB59;
}
.feature__inner-content__left__grid__icon.is-active .feature__inner-content__left__grid__icon__circle.purple {
  border: 2px solid #B1A0C7;
}
.feature__inner-content__left__grid__icon.is-active .feature__inner-content__left__grid__icon__circle.blue {
  border: 2px solid #4F81BD;
}
.feature__inner-content__left__grid__icon.is-active .feature__inner-content__left__grid__icon__circle.lightBlue {
  border: 2px solid #4BACC6;
}
.feature__inner-content__left__grid__icon.is-active .feature__inner-content__left__grid__icon__circle.orange {
  border: 2px solid #F79646;
}
.feature__inner-content__left__grid__icon.is-active .feature__inner-content__left__grid__icon__text span {
  display: block;
}
.feature__inner-content__left__grid__icon.is-active .feature__inner-content__left__grid__icon__text span.red:after {
  background-color: #C0504D;
}
.feature__inner-content__left__grid__icon.is-active .feature__inner-content__left__grid__icon__text span.green:after {
  background-color: #9BBB59;
}
.feature__inner-content__left__grid__icon.is-active .feature__inner-content__left__grid__icon__text span.purple:after {
  background-color: #B1A0C7;
}
.feature__inner-content__left__grid__icon.is-active .feature__inner-content__left__grid__icon__text span.blue:after {
  background-color: #4F81BD;
}
.feature__inner-content__left__grid__icon.is-active .feature__inner-content__left__grid__icon__text span.lightBlue:after {
  background-color: #4BACC6;
}
.feature__inner-content__left__grid__icon.is-active .feature__inner-content__left__grid__icon__text span.orange:after {
  background-color: #F79646;
}
.feature__inner-content__right {
  width: 53.8%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .feature__inner-content__right {
    margin-top: 24px;
    width: 100%;
  }
}
.feature__inner-content__right__inner {
  width: 100%;
}
.feature__inner-content__right__inner__list {
  display: none;
  padding: 30px 30px 18px;
  background-color: #ffffff;
}
@media screen and (max-width: 1000px) {
  .feature__inner-content__right__inner__list {
    padding: 24px 16px 12px;
  }
}
.feature__inner-content__right__inner__list__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.feature__inner-content__right__inner__list__left {
  width: 85px;
  height: 85px;
}
@media screen and (max-width: 1000px) {
  .feature__inner-content__right__inner__list__left {
    width: 64px;
    height: auto;
  }
}
.feature__inner-content__right__inner__list__left__icon {
  width: auto;
}
@media screen and (max-width: 1000px) {
  .feature__inner-content__right__inner__list__left__icon {
    width: 60%;
  }
}
.feature__inner-content__right__inner__list__left__circle {
  width: 85px;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
@media screen and (max-width: 1000px) {
  .feature__inner-content__right__inner__list__left__circle {
    width: 64px;
    height: 64px;
  }
}
.feature__inner-content__right__inner__list__left__circle__icon {
  display: block;
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature__inner-content__right__inner__list__left__circle.is-red {
  background-color: #C0504D;
}
.feature__inner-content__right__inner__list__left__circle.is-green {
  background-color: #9BBB59;
}
.feature__inner-content__right__inner__list__left__circle.is-purple {
  background-color: #B1A0C7;
}
.feature__inner-content__right__inner__list__left__circle.is-blue {
  background-color: #4F81BD;
}
.feature__inner-content__right__inner__list__left__circle.is-lightBlue {
  background-color: #4BACC6;
}
.feature__inner-content__right__inner__list__left__circle.is-orange {
  background-color: #F79646;
}
.feature__inner-content__right__inner__list__left__text {
  font-size: 16px;
  font-weight: 700;
  margin-top: 14px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .feature__inner-content__right__inner__list__left__text {
    font-size: 14px;
    margin-top: 8px;
  }
}
.feature__inner-content__right__inner__list__right {
  width: calc(100% - 111px);
  margin-left: 26px;
}
@media screen and (max-width: 1000px) {
  .feature__inner-content__right__inner__list__right {
    width: calc(100% - 80px);
    margin-left: 16px;
  }
}
.feature__inner-content__right__inner__list__right__text {
  padding-left: 14px;
  position: relative;
  font-size: 18px;
  line-height: 24px;
}
.feature__inner-content__right__inner__list__right__text:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .feature__inner-content__right__inner__list__right__text:nth-child(n+2) {
    margin-top: 14px;
  }
}
@media screen and (max-width: 992px) {
  .feature__inner-content__right__inner__list__right__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 576px) {
  .feature__inner-content__right__inner__list__right__text {
    font-size: 14px;
    line-height: 20px;
  }
}
.feature__inner-content__right__inner__list__right__text:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
}
.feature__inner-content__right__inner__list__right__text.is-red:after {
  background-color: #C0504D;
}
.feature__inner-content__right__inner__list__right__text.is-green:after {
  background-color: #9BBB59;
}
.feature__inner-content__right__inner__list__right__text.is-purple:after {
  background-color: #B1A0C7;
}
.feature__inner-content__right__inner__list__right__text.is-blue:after {
  background-color: #4F81BD;
}
.feature__inner-content__right__inner__list__right__text.is-lightBlue:after {
  background-color: #4BACC6;
}
.feature__inner-content__right__inner__list__right__text.is-orange:after {
  background-color: #F79646;
}
.feature__inner-content__right__inner__list__title {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  padding: 8px 0;
  margin-top: 26px;
}
@media screen and (max-width: 1000px) {
  .feature__inner-content__right__inner__list__title {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .feature__inner-content__right__inner__list__title {
    font-size: 16px;
    padding: 6px 0;
  }
}
.feature__inner-content__right__inner__list__title.is-red {
  background-color: #C0504D;
}
.feature__inner-content__right__inner__list__title.is-green {
  background-color: #9BBB59;
}
.feature__inner-content__right__inner__list__title.is-purple {
  background-color: #B1A0C7;
}
.feature__inner-content__right__inner__list__title.is-blue {
  background-color: #4F81BD;
}
.feature__inner-content__right__inner__list__title.is-lightBlue {
  background-color: #4BACC6;
}
.feature__inner-content__right__inner__list__title.is-orange {
  background-color: #F79646;
}
.feature__inner-content__right__inner__list__item {
  margin-top: 18px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .feature__inner-content__right__inner__list__item {
    margin-top: 12px;
  }
}
.feature__inner-content__right__inner__list__item__li {
  display: block;
  text-align: center;
  position: relative;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 1000px) {
  .feature__inner-content__right__inner__list__item__li {
    font-size: 1.6rem;
    line-height: 22px;
  }
}
@media screen and (max-width: 576px) {
  .feature__inner-content__right__inner__list__item__li {
    font-size: 14px;
    line-height: 18px;
  }
}
.feature__inner-content__right__inner__list.is-show {
  display: block;
}
.feature__inner-content__right__inner__list.is-red {
  border: 3px solid #C0504D;
}
.feature__inner-content__right__inner__list.is-green {
  border: 3px solid #9BBB59;
}
.feature__inner-content__right__inner__list.is-purple {
  border: 3px solid #B1A0C7;
}
.feature__inner-content__right__inner__list.is-blue {
  border: 3px solid #4F81BD;
}
.feature__inner-content__right__inner__list.is-lightBlue {
  border: 3px solid #4BACC6;
}
.feature__inner-content__right__inner__list.is-orange {
  border: 3px solid #F79646;
}
.feature__inner-content__right__fixed-content.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 49.5%;
  max-width: 581px;
  margin: auto;
}
.feature__notice {
  font-size: 1.4rem;
  line-height: 20px;
  margin-top: 80px;
}
@media screen and (max-width: 1000px) {
  .feature__notice {
    font-size: 12px;
    margin-top: 24px;
  }
}
.feature__figure {
  margin-top: 104px;
}
@media screen and (max-width: 1000px) {
  .feature__figure {
    margin-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .feature__figure {
    margin-top: 64px;
  }
}
.feature__figure__title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .feature__figure__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .feature__figure__title {
    font-size: 18px;
  }
}
.feature__figure__description {
  font-size: 2.4rem;
  text-align: center;
  margin-top: 24px;
}
@media screen and (max-width: 1000px) {
  .feature__figure__description {
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .feature__figure__description {
    font-size: 18px;
    margin-top: 16px;
  }
}
.feature__figure__image {
  margin-top: 64px;
  max-width: 956px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .feature__figure__image {
    margin-top: 40px;
  }
}
.feature__figure__notice {
  font-size: 1.4rem;
  line-height: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 576px) {
  .feature__figure__notice {
    font-size: 12px;
  }
}

.nisa-mv {
  background: url(../img/nisa/bg_mv01.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  margin-top: 98px;
}
.nisa-mv::before {
  background: url(../img/nisa/bg_mv02.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  top: 650px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 731px;
  height: 1546px;
  z-index: 0;
}
.nisa-mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  max-width: 1230px;
  padding: 20px 0 0;
}
.nisa-mv__img {
  position: relative;
  margin-right: -7%;
  width: 50%;
  z-index: 1;
}
.nisa-mv__img img {
  max-width: 646px;
}
.nisa-mv__txtBox {
  margin-top: 100px;
  margin-right: -2%;
  max-width: 634px;
  position: relative;
  width: 45%;
  z-index: 1;
}
.nisa-mv__scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 192px;
  height: 87px;
  z-index: 1;
}
.nisa-mv__scroll a {
  display: block;
  position: relative;
  width: 192px;
  height: 87px;
}
.nisa-mv__scroll a:hover {
  cursor: default;
  opacity: 1;
}
.nisa-mv__scroll a::before {
  background: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 47px;
}
.nisa-mv__scroll span {
  display: block;
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 47px;
}
.nisa-mv__scroll span::before {
  background: #c9a43f;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 20px;
  -webkit-animation: circlemove 1.6s ease-in-out infinite;
          animation: circlemove 1.6s ease-in-out infinite;
}
@media screen and (max-width: 1000px) {
  .nisa-mv {
    background: url(../img/nisa/bg_mv01_sp.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    margin-top: 50px;
  }
  .nisa-mv::before {
    background: url(../img/nisa/bg_mv02_sp.png) no-repeat bottom center;
    background-size: 100% auto;
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .nisa-mv__inner {
    display: block;
    padding: 6px 0 0;
    position: relative;
    text-align: center;
  }
  .nisa-mv__img {
    margin-right: 0;
  }
  .nisa-mv__img img {
    max-width: 646px;
  }
  .nisa-mv__txtBox {
    position: absolute;
    left: 25px;
    right: 50px;
    bottom: 15px;
    margin: auto;
    min-height: initial;
    text-align: center;
    width: calc(100% - 70px);
    z-index: 2;
  }
  .nisa-mv__txtBox::before {
    content: none;
  }
  .nisa-mv__txtBox__lead {
    max-width: 203px;
  }
  .nisa-mv__txtBox__top {
    margin-top: 12px;
    max-width: 315px;
  }
  .nisa-mv__txtBox__txt {
    margin-top: 16px;
    max-width: 298px;
  }
  .nisa-mv__txtBox__btn {
    margin: 5px auto 20px 0;
    max-width: 223px;
  }
  .nisa-mv__scroll {
    right: 15px;
    left: auto;
    width: 21px;
    height: 130px;
    z-index: 3;
  }
  .nisa-mv__scroll a {
    width: 21px;
    height: 130px;
  }
  .nisa-mv__scroll a img {
    margin-left: 3px;
    width: 11px;
  }
  .nisa-mv__scroll a::before {
    width: 2px;
    height: 25px;
  }
  .nisa-mv__scroll span {
    width: 2px;
    height: 25px;
  }
  .nisa-mv__scroll span::before {
    width: 2px;
    height: 20px;
  }
}

@keyframes circlemove {
  0% {
    bottom: 60px;
  }
  100% {
    bottom: -20px;
  }
}
.nisa-movie01__ttl {
  margin: auto;
  max-width: 809px;
}

.nisa-sec01 {
  background: url(../img/bg/bg_sec01@2x.jpg) no-repeat center top;
  background-size: auto auto;
  padding: 96px 0 160px;
  position: relative;
}
.nisa-sec01__ttl {
  font-size: 55px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1em;
}
.nisa-sec01__ttl span {
  color: #fff;
  background: #d60029;
  font-size: 80px;
  display: inline-block;
  padding: 5px;
  line-height: 1.1;
  margin: 0 0.1em;
}
.nisa-sec01__tabWrap.is_padding_bottom {
  padding-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .nisa-sec01__tabWrap.is_padding_bottom {
    padding-bottom: 20px;
  }
}
.nisa-sec01__tabList {
  background: #000000;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  margin-top: 100px;
  padding: 30px;
}
.nisa-sec01__tabList__item {
  width: calc(50% - 7px);
}
.nisa-sec01__tabList__item.is_active a {
  background-color: #d60029;
  opacity: 1;
}
.nisa-sec01__tabList__item a {
  background: #969696 url(../img/nisa/ico_play01.png) no-repeat left 17px center;
  background-size: 40px 40px;
  border-radius: 15px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.03em;
  height: 100px;
  padding-left: 40px;
  position: relative;
}
.nisa-sec01__tabList__item.is_pl50 a {
  padding-left: 50px;
}
.nisa-sec01__tabList__item a span {
  background: url(../img/nisa/line01.png) no-repeat center bottom 10px;
  background-size: 100% 10px;
}
.nisa-sec01__tabBox {
  display: none;
}
.nisa-sec01__tabBox.is_active {
  display: block;
}
.nisa-sec01__ttl2 {
  margin: 105px auto 0;
  max-width: 693px;
}
.nisa-sec01__txtBox {
  margin-top: 26px;
}
.nisa-sec01__ico {
  margin: 30px auto 0;
  max-width: 480px;
}
.nisa-sec01__txt {
  margin: 29px auto 0;
  max-width: 832px;
}
.nisa-sec01__btn {
  margin: 80px auto 0;
  max-width: 840px;
}
@media screen and (max-width: 1000px) {
  .nisa-sec01 {
    background: url(../img/bg/bg_sec01_sp@2x.jpg) no-repeat center top;
    background-size: cover;
    padding: 50px 0 70px;
  }
  .nisa-sec01__ttl {
    font-size: 24px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .nisa-sec01__ttl span {
    font-size: 35px;
  }
  .nisa-sec01__tabList {
    border-radius: 15px;
    gap: 7px;
    margin-top: 50px;
    padding: 15px;
  }
  .nisa-sec01__tabList__item {
    width: calc(50% - 4px);
  }
  .nisa-sec01__tabList__item.is_sp_1line a {
    padding-top: 29px;
  }
  .nisa-sec01__tabList__item.is_sp_2line a {
    padding-top: 18px;
  }
  .nisa-sec01__tabList__item a {
    background: #969696 url(../img/nisa/ico_play01.png) no-repeat left 8px center;
    background-size: 20px 20px;
    border-radius: 8px;
    display: block;
    font-size: 15px;
    line-height: 1.3;
    height: 76px;
    padding-left: 33px;
    position: relative;
  }
  .nisa-sec01__tabList__item.is_pl50 a {
    padding-left: 33px;
  }
  .nisa-sec01__tabList__item a span {
    background-position: center bottom;
    background-size: 100% 5px;
    padding-bottom: 1px;
  }
  .nisa-sec01__ttl2 {
    margin: 52px auto 0;
  }
  .nisa-sec01__txtBox {
    margin-top: 15px;
  }
  .nisa-sec01__ico {
    margin: 24px auto 0;
    max-width: 260px;
  }
  .nisa-sec01__txt {
    margin: 25px auto 0;
  }
  .nisa-sec01__btn {
    margin: 50px auto 0;
    max-width: 840px;
  }
}

.nisa-sec02 {
  background: url(../img/bg/bg_sec03.jpg) repeat center top;
  background-size: auto auto;
  padding: 80px 15px 99px;
}
.nisa-sec02__ttl {
  margin: auto;
  max-width: 648px;
}
.nisa-sec02__youtubeBox {
  background: url(../img/bg/bg_sec03_01_v2.jpg) no-repeat;
  background-size: 100% 100%;
  margin: 30px auto 0;
  width: 800px;
  height: 450px;
}
.nisa-sec02__youtubeBox a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.nisa-sec02__youtubeBox a::before {
  background: url(../img/ico/ico_play01@2x.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 160px;
  height: 160px;
  opacity: 0.9;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .nisa-sec02 {
    background: url(../img/bg/bg_sec03_sp.jpg) repeat-y center top;
    background-size: 100% auto;
    padding: 48px 15px 50px;
  }
  .nisa-sec02__ttl {
    max-width: 310px;
  }
  .nisa-sec02__youtubeBox {
    margin-top: 15px;
    width: 100%;
    height: 50vw;
  }
  .nisa-sec02__youtubeBox a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .nisa-sec02__youtubeBox a::before {
    width: 80px;
    height: 80px;
  }
}

.nisa-sec03 {
  background: url(../img/bg/bg_sec03.jpg) repeat-x center top;
  background-size: auto 100%;
  padding: 99px 15px 130px;
}
.nisa-sec03__reasonList {
  background: #fff;
  border: solid 8px #d60029;
  border-radius: 40px;
  padding: 60px;
}
.nisa-sec03__reasonList__item + .nisa-sec03__reasonList__item {
  border-top: dotted 6px #f0f0f0;
  padding-top: 63px;
  margin-top: 63px;
}
.nisa-sec03__reasonList__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nisa-sec03__reasonList__num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 46px;
  width: 180px;
}
.nisa-sec03__reasonList__ttlTxt {
  height: 142px;
}
.nisa-sec03__reasonList__txt {
  background: #f0f0f0;
  border-radius: 12px;
  font-size: 26px;
  font-weight: bold;
  padding: 48px 25px;
  text-align: center;
  line-height: 2.15;
  margin-top: 40px;
}
.nisa-sec03__reasonList__txt span {
  color: #d60029;
  border-bottom: solid 3px #d60029;
  padding-bottom: 5px;
}
.nisa-sec03__reasonList__txt em {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-top: 10px;
}
.nisa-sec03__reasonList__txt.is_ico {
  position: relative;
  padding-top: 70px;
}
.nisa-sec03__reasonList__txt.is_ico::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.nisa-sec03__reasonList__txt.ico_sec03_01::before {
  background: url(../img/nisa/ico_sec03_01.png) no-repeat;
  background-size: 100% 100%;
  top: -31px;
  width: 94px;
  height: 100px;
}
.nisa-sec03__reasonList__txt.ico_sec03_02::before {
  background: url(../img/nisa/ico_sec03_02.png) no-repeat;
  background-size: 100% 100%;
  top: -46px;
  width: 113px;
  height: 88px;
}
.nisa-sec03__reasonList__txt.ico_sec03_03::before {
  background: url(../img/nisa/ico_sec03_03.png) no-repeat;
  background-size: 100% 100%;
  top: -40px;
  width: 100px;
  height: 100px;
}
.nisa-sec03__reasonList__txt picture {
  display: block;
  margin-top: 40px;
}
.nisa-sec03__caution {
  margin-top: -10px;
  margin-bottom: -30px;
  text-align: right;
}
.nisa-sec03__btmBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
}
.nisa-sec03__btmBox__txt {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: -0.05em;
}
.nisa-sec03__btmBox__txt .is_red {
  color: #d60029;
  font-size: 32px;
}
.nisa-sec03__btmBox__txt .is_underline {
  background: url(../img/nisa/bg_line01.png) repeat left top;
  display: block;
  line-height: 2.7;
  position: relative;
}
.nisa-sec03__btn {
  margin: 60px auto 0;
  max-width: 840px;
}
@media screen and (max-width: 1000px) {
  .nisa-sec03 {
    background: url(../img/bg/bg_sec03_sp.jpg) repeat-y center top;
    background-size: 100% auto;
    padding: 40px 15px 70px;
  }
  .nisa-sec03__reasonList {
    border: solid 6px #d60029;
    border-radius: 20px;
    padding: 30px 15px;
    margin: 30px auto 0;
  }
  .nisa-sec03__reasonList__item + .nisa-sec03__reasonList__item {
    border-top: dotted 3px #f0f0f0;
    padding-top: 26px;
    margin-top: 26px;
  }
  .nisa-sec03__reasonList__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .nisa-sec03__reasonList__num {
    margin-right: 16px;
    width: 25%;
  }
  .nisa-sec03__reasonList__ttlTxt {
    max-width: 602px;
    width: 65%;
    height: auto;
  }
  .nisa-sec03__reasonList__txt {
    font-size: 14px;
    padding: 24px 15px;
    text-align: center;
    margin-top: 28px;
  }
  .nisa-sec03__reasonList__txt span {
    color: #d60029;
    border-bottom: solid 2px #d60029;
    padding-bottom: 3px;
  }
  .nisa-sec03__reasonList__txt em {
    font-size: 10px;
    margin-top: 5px;
  }
  .nisa-sec03__reasonList__txt.is_ico {
    padding-top: 68px;
  }
  .nisa-sec03__reasonList__txt.ico_sec03_01::before {
    top: -13px;
    width: 64px;
    height: 68px;
  }
  .nisa-sec03__reasonList__txt.ico_sec03_02 {
    padding-top: 55px;
  }
  .nisa-sec03__reasonList__txt.ico_sec03_02::before {
    top: -25px;
    width: 78px;
    height: 60px;
  }
  .nisa-sec03__reasonList__txt.ico_sec03_03::before {
    top: -18px;
    width: 68px;
    height: 68px;
  }
  .nisa-sec03__reasonList__txt picture {
    margin-top: 26px;
  }
  .nisa-sec03__caution {
    font-size: 10px;
    margin-top: 15px;
    margin-bottom: -10px;
  }
  .nisa-sec03__btmBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 24px;
  }
  .nisa-sec03__btmBox__imgBox {
    max-width: 127px;
  }
  .nisa-sec03__btmBox__txt {
    margin-top: 13px;
  }
  .nisa-sec03__btn {
    margin: 30px auto 0;
    max-width: 630px;
    width: 84%;
  }
}

.nisa-blackBox {
  background: #000;
  padding: 80px 15px;
}
.nisa-blackBox a {
  display: block;
  margin: auto;
  max-width: 800px;
}
.nisa-blackBox a + a {
  margin-top: 40px;
}
.nisa-blackBox .txt_black03 {
  max-width: 777px;
}
@media screen and (max-width: 1000px) {
  .nisa-blackBox {
    padding: 30px;
  }
  .nisa-blackBox a + a {
    margin-top: 30px;
  }
}

.nisa-redBox {
  background: #d60029;
  padding: 160px 15px;
  position: relative;
}
.nisa-redBox.is_2line {
  padding: 110px 15px;
}
.nisa-redBox::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -46px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 47px 66px 0 66px;
  border-color: #d60029 transparent transparent transparent;
  z-index: 1;
}
.nisa-redBox__ttl {
  margin: auto;
  max-width: 796px;
}
.nisa-redBox__ttl.is_small {
  max-width: 559px;
}
.nisa-redBox__ttl.is_big {
  max-width: 896px;
}
@media screen and (max-width: 1000px) {
  .nisa-redBox {
    padding: 50px 15px;
    position: relative;
  }
  .nisa-redBox.is_2line {
    padding: 50px 30px;
  }
  .nisa-redBox::before {
    bottom: -23px;
    border-width: 23px 33px 0 33px;
  }
  .nisa-redBox__ttl {
    max-width: 910px;
  }
  .nisa-redBox__ttl img {
    display: block;
    margin: auto;
    width: auto;
    height: 86px;
  }
  .nisa-redBox__ttl.is_small {
    max-width: 274px;
  }
  .nisa-redBox__ttl.is_small img {
    width: 100%;
    height: auto;
  }
  .nisa-redBox__ttl.is_big {
    max-width: 100%;
  }
  .nisa-redBox__ttl.is_big img {
    width: 100%;
    height: auto;
  }
}

.bg_wrapper {
  background: url(../img/bg/bg_sec03.jpg) repeat center top;
  background-size: auto auto;
}

.nisa-sec04 {
  padding: 100px 0 224px;
}
.nisa-sec04__list__item + .nisa-sec04__list__item {
  margin-top: 60px;
}
.nisa-sec04__num {
  margin: auto;
  max-width: 200px;
}
.nisa-sec04__redBox {
  background: #fff;
  border: solid 5px #d60029;
  border-radius: 40px;
  text-align: center;
  margin-top: 75px;
  padding-bottom: 50px;
}
.nisa-sec04__redBox__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 45px 0 60px;
  margin-top: -30px;
}
.nisa-sec04__redBox__item img {
  max-width: 340px;
}
.nisa-sec04__redBox__item.is_block {
  display: block;
}
.nisa-sec04__redBox__item.is_block img {
  display: block;
  margin-top: 60px;
  max-width: 100%;
}
.nisa-sec04__redBox__ttl {
  background: #d60029;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: -0.03em;
  line-height: 1.2;
  padding: 25px 39px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nisa-sec04__redBox__txt {
  font-size: 26px;
  font-weight: bold;
  text-align: left;
  letter-spacing: -0.07em;
  line-height: 2.67;
  max-width: 620px;
}
.nisa-sec04__redBox__txt.is_wide {
  max-width: 100%;
}
.nisa-sec04__redBox__txt.is_underline {
  background: url(../img/nisa/bg_line02.png) repeat left top;
  position: relative;
}
.nisa-sec04__redBox__txt.is_underline::before {
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 2px;
}
.nisa-sec04__redBox__txt.is_underline.is_second {
  line-height: 2.42;
}
.nisa-sec04__redBox__txt.is_underline.is_third {
  line-height: 2.71;
}
.nisa-sec04__redBox__txt .is_gold {
  background: url(../img/bg/bg_under01@2x.jpg) no-repeat center bottom;
  background-size: 100% 14px;
  color: #d60029;
  display: inline;
  font-size: 32px;
  padding-bottom: 1px;
}
.nisa-sec04__redBox__txt .is_big {
  color: #d60029;
  font-size: 36px;
  letter-spacing: -0.1em;
}
.nisa-sec04__imgBox {
  margin: 80px auto 0;
  max-width: 727px;
}
.nisa-sec04__txtBox {
  margin: 50px auto 0;
  max-width: 664px;
}
.nisa-sec04__caution {
  font-size: 16px;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 1em;
}
.nisa-sec04__caution + .nisa-sec04__caution {
  margin-top: 0;
}
.nisa-sec04__caution a {
  color: blue;
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
  .nisa-sec04 {
    background: url(../img/bg/bg_sec03_sp.jpg) repeat-y center top;
    background-size: 100% auto;
    padding: 48px 0 77px;
  }
  .nisa-sec04__ttl {
    width: 70%;
  }
  .nisa-sec04__list {
    margin-top: 0;
  }
  .nisa-sec04__list__item {
    padding: 0;
  }
  .nisa-sec04__list__item + .nisa-sec04__list__item {
    margin-top: 60px;
  }
  .nisa-sec04__num {
    width: 35%;
  }
  .nisa-sec04__redBox {
    border: solid 5px #d60029;
    border-radius: 20px;
    margin-top: 40px;
    padding-bottom: 20px;
  }
  .nisa-sec04__redBox__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 15px;
    margin-top: -15px;
  }
  .nisa-sec04__redBox__item img {
    max-width: 100%;
  }
  .nisa-sec04__redBox__item.is_block {
    display: block;
  }
  .nisa-sec04__redBox__item.is_block img {
    display: block;
    margin-top: 30px;
    max-width: 100%;
  }
  .nisa-sec04__redBox__ttl {
    background: #d60029;
    border-radius: 8px;
    display: inline-block;
    font-size: 22px;
    padding: 12px 20px;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  .nisa-sec04__redBox__ttl .is_first {
    max-width: 100px;
  }
  .nisa-sec04__redBox__ttl .is_second {
    max-width: 211px;
  }
  .nisa-sec04__redBox__ttl .is_third {
    max-width: 286px;
  }
  .nisa-sec04__redBox__imgBox {
    max-width: 126px;
  }
  .nisa-sec04__redBox__txt {
    font-size: 26px;
    font-size: 3.4666666667vw;
    max-width: 100%;
    text-align: justify;
  }
  .nisa-sec04__redBox__txt.is_wide {
    max-width: 100%;
  }
  .nisa-sec04__redBox__txt.is_underline {
    background: url(../img/bg/bg_line01_sp.png) repeat left top;
    background-size: 3px 9.9vw;
    line-height: 2.57;
  }
  .nisa-sec04__redBox__txt.is_underline.is_second {
    line-height: 2.36;
  }
  .nisa-sec04__redBox__txt.is_underline.is_third {
    line-height: 2.62;
  }
  .nisa-sec04__redBox__txt .is_gold {
    background-size: 100% 7px;
    font-size: 30px;
    font-size: 4vw;
    padding-bottom: 3px;
  }
  .nisa-sec04__redBox__txt .is_big {
    font-size: 34px;
    font-size: 4.5333333333vw;
  }
  .nisa-sec04__imgBox {
    margin: 25px auto 0;
  }
  .nisa-sec04__txtBox {
    margin: 25px auto 0;
    max-width: 272px;
  }
  .nisa-sec04__caution {
    font-size: 10px;
    line-height: 1.6;
  }
}

.nisa-sec05 {
  background: url(../img/nisa/bg_sec05_01.png) no-repeat top 10px center;
  padding-bottom: 170px;
  position: relative;
  margin-top: -104px;
  z-index: 0;
}
.nisa-sec05__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  max-width: 1030px;
  padding: 0 15px;
}
.nisa-sec05__ttl {
  margin-top: 100px;
  max-width: 647px;
}
.nisa-sec05__imgBox {
  margin: 0 auto -2.3vw;
  max-width: 314px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .nisa-sec05 {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -10%;
    z-index: 0;
  }
  .nisa-sec05::before {
    content: none;
  }
  .nisa-sec05__box {
    display: block;
    padding: 0;
  }
  .nisa-sec05__ttl {
    margin: auto;
    max-width: 100%;
  }
}

.nisa-sec06 {
  padding-bottom: 73px;
}
.nisa-sec06__txt {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.nisa-sec06__imgBox {
  margin: 76px auto 0;
  max-width: 840px;
}
.nisa-sec06__goldList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nisa-sec06__goldList__item a {
  border-radius: 20px;
  display: block;
  position: relative;
  padding: 18px;
}
.nisa-sec06__goldList__item a img {
  -webkit-box-shadow: 10px 7px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 10px 7px 10px rgba(0, 0, 0, 0.4);
  display: block;
  max-width: 150px;
}
.nisa-sec06__goldList__item a.is_red {
  background: #d60029;
}
.nisa-sec06__goldList__item a.is_green {
  background: #789600;
}
.nisa-sec06__goldList__item a.is_yellow {
  background: #D5B925;
}
.nisa-sec06__goldList__item a:hover {
  opacity: 1;
}
.nisa-sec06__goldList__item a:hover img {
  -webkit-animation: bounce 1s ease infinite;
          animation: bounce 1s ease infinite;
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  20% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  40% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-7%);
            transform: translateY(-7%);
  }
  54% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  58% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  20% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  40% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-7%);
            transform: translateY(-7%);
  }
  54% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  58% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.nisa-sec06__caution {
  font-size: 18px;
  line-height: 1.94;
  margin-top: 34px;
  text-indent: -1em;
  padding-left: 1em;
}
.nisa-sec06__caution + .nisa-sec06__caution {
  margin-top: 0;
}
.nisa-sec06__redList {
  margin-top: 76px;
}
.nisa-sec06__redList__item {
  background: #fff;
  border: solid 5px #d60029;
  border-radius: 40px;
}
.nisa-sec06__redList__item + .nisa-sec06__redList__item {
  margin-top: 49px;
}
.nisa-sec06__redList__item.is_green {
  border: solid 5px #789600;
}
.nisa-sec06__redList__item.is_yellow {
  border: solid 5px #d5ba25;
}
.nisa-sec06__redList__topBox {
  padding: 58px 60px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nisa-sec06__redList__imgBox {
  max-width: 245px;
}
.nisa-sec06__redList__txt {
  background: url(../img/nisa/bg_line03.png) repeat left bottom;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.8;
  margin-top: 30px;
}
.nisa-sec06__redList__txt + .nisa-sec06__redList__txt {
  margin-top: 0;
}
.nisa-sec06__redList__grayBox {
  background: #f0f0f0;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  padding: 81px 60px 56px;
  position: relative;
}
.nisa-sec06__redList__pop {
  margin: auto;
  max-width: 292px;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
}
.nisa-sec06__btnList__item {
  height: 78px;
}
.nisa-sec06__btnList__item + .nisa-sec06__btnList__item {
  margin-top: 6px;
}
.nisa-sec06__btnList__item a, .nisa-sec06__btnList__item picture {
  display: block;
  overflow: hidden;
  height: 100%;
}
.nisa-sec06__btnList__item img {
  -webkit-transform: translateY(-21px);
          transform: translateY(-21px);
}
.nisa-sec06__btnList + .nisa-sec06__btnList {
  border-top: dotted 6px #c7c7c7;
  padding-top: 40px;
  margin-top: 40px;
}
.nisa-sec06__link {
  margin-top: 20px;
}
.nisa-sec06__link a {
  color: blue;
  font-size: 25px;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
  .nisa-sec06 {
    padding-top: 36px;
    padding-bottom: 73px;
  }
  .nisa-sec06__txt {
    font-size: 14px;
  }
  .nisa-sec06__imgBox {
    margin-top: 24px;
    width: 96%;
  }
  .nisa-sec06__goldList__item {
    width: 19%;
  }
  .nisa-sec06__goldList__item a {
    border-radius: 9px;
    padding: 6px;
  }
  .nisa-sec06__caution {
    font-size: 10px;
    line-height: 1.5;
    margin-top: 25px;
  }
  .nisa-sec06__redList {
    margin-top: 40px;
  }
  .nisa-sec06__redList__item {
    border-radius: 20px;
  }
  .nisa-sec06__redList__item + .nisa-sec06__redList__item {
    margin-top: 25px;
  }
  .nisa-sec06__redList__topBox {
    padding: 15px;
  }
  .nisa-sec06__redList__imgBox {
    margin: 20px auto 0;
    max-width: 123px;
  }
  .nisa-sec06__redList__txt {
    border-bottom: dotted 1px #000;
    background: none;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .nisa-sec06__redList__grayBox {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-top: 10px;
    padding: 40px 15px 15px;
  }
  .nisa-sec06__redList__pop {
    max-width: 172px;
    top: -20px;
  }
  .nisa-sec06__btnList__item {
    height: auto;
  }
  .nisa-sec06__btnList__item + .nisa-sec06__btnList__item {
    margin-top: 3px;
  }
  .nisa-sec06__btnList__item a, .nisa-sec06__btnList__item picture {
    display: block;
    overflow: hidden;
    height: 100%;
  }
  .nisa-sec06__btnList__item img {
    -webkit-transform: translate(-5px, 0);
            transform: translate(-5px, 0);
    width: calc(100% + 5px);
  }
  .nisa-sec06__btnList + .nisa-sec06__btnList {
    border-top: dotted 3px #c7c7c7;
    padding-top: 10px;
    margin-top: 14px;
  }
  .nisa-sec06__link {
    margin-top: 5px;
  }
  .nisa-sec06__link a {
    font-size: 15px;
  }
}

.nisa-sec07 {
  padding-bottom: 138px;
}
.nisa-sec07__imgBox {
  margin: auto;
  max-width: 817px;
}
.nisa-sec07__redBox {
  background: #d60029;
  border-radius: 40px;
  padding: 50px 50px 20px;
}
.nisa-sec07__redBox__ttl {
  margin: auto;
  max-width: 668px;
}
.nisa-sec07__redList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 42px;
}
.nisa-sec07__redList__item {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 30px;
  max-width: 435px;
}
.nisa-sec07__redList__num {
  color: #d60029;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.66;
  margin-top: 10px;
}
.nisa-sec07__redList__ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.66;
}
@media screen and (max-width: 1000px) {
  .nisa-sec07 {
    padding-bottom: 153px;
  }
  .nisa-sec07__imgBox {
    max-width: 336px;
  }
  .nisa-sec07__redBox {
    border-radius: 20px;
    padding: 26px 15px 15px;
  }
  .nisa-sec07__redBox__ttl {
    max-width: 301px;
  }
  .nisa-sec07__redList {
    margin-top: 20px;
  }
  .nisa-sec07__redList__item {
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
  }
  .nisa-sec07__redList__num {
    font-size: 25px;
    line-height: 1.66;
    margin-top: 10px;
  }
  .nisa-sec07__redList__ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.66;
  }
}

.nisa-fixbanner {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  max-width: 210px;
  overflow: visible;
  position: fixed;
  bottom: 120px;
  right: 0;
  z-index: 9;
}
.nisa-fixbanner a {
  display: block;
  background: #000;
}
.nisa-fixbanner a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nisa-fixbanner a:hover {
  opacity: 1;
}
.nisa-fixbanner a:hover img {
  opacity: 0.7;
}
.nisa-fixbanner.is_bottom {
  position: absolute;
  bottom: 450px;
}
@media screen and (max-width: 1000px) {
  .nisa-fixbanner {
    max-width: 100%;
    position: static;
  }
  .nisa-fixbanner.is_bottom {
    position: static;
  }
}

.report-mv {
  margin-top: 98px;
  position: relative;
}
.report-mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: auto;
  max-width: 1030px;
  padding: 0 15px;
}
.report-mv__txtBox {
  margin: auto;
  max-width: 908px;
  position: absolute;
  bottom: 8%;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1000px) {
  .report-mv {
    margin-top: 50px;
    height: auto;
  }
  .report-mv__txtBox {
    width: 87.8%;
  }
}

.report-sec01 {
  background: url(../img/report/bg_sec01_01@2x.png) no-repeat center bottom;
  background-size: 100% auto;
  padding: 15px 0 100px;
}
.report-sec01__lead {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.3em;
  line-height: 2.4;
}
.report-sec01__lead .is_red {
  color: #d60029;
}
.report-sec01__lead .is_line {
  background: url(../img/report/line_sec01_01@2x.png) repeat-x left bottom;
  background-size: auto 5px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .report-sec01 {
    background-image: url(../img/report/bg_sec01_01_sp@2x.png);
    padding: 49px 0 48px;
  }
  .report-sec01__lead {
    font-size: 15px;
  }
  .report-sec01__lead .is_line {
    background-image: url(../img/report/line_sec01_01_sp@2x.png);
    background-size: auto 3px;
    padding-bottom: 7px;
  }
}

.report-sec02 {
  background: url(../img/report/bg_sec02_01.jpg) no-repeat center bottom;
  background-size: cover;
  text-align: center;
  padding-bottom: 100px;
}
.report-sec02__ttl {
  background: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #d60029;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
  padding: 10px 30px 17px;
  display: inline-block;
}
.report-sec02__whiteList {
  margin-top: 50px;
}
.report-sec02__whiteList__item {
  background: #fff;
  border-radius: 20px;
  padding: 34px;
  text-align: left;
}
.report-sec02__whiteList__item + .report-sec02__whiteList__item {
  margin-top: 30px;
}
.report-sec02__whiteList__topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.report-sec02__whiteList__imgBox {
  max-width: 353px;
}
.report-sec02__whiteList__imgBox img {
  border-radius: 12px;
}
.report-sec02__whiteList__txtBox {
  width: calc(100% - 391px);
}
.report-sec02__whiteList__num {
  color: #d60029;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.7;
}
.report-sec02__whiteList__ttl {
  color: #d60029;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.25;
}
.report-sec02__whiteList__ttl .is_black {
  color: #000;
}
.report-sec02__whiteList__ttl .is_small {
  font-size: 20px;
}
.report-sec02__whiteList__lead {
  color: #000;
  display: block;
  font-size: 25px;
  font-weight: bold;
}
.report-sec02__whiteList__lead.is_inner {
  margin-top: 10px;
}
.report-sec02__whiteList__txt {
  font-size: 18px;
  margin-top: 40px;
  line-height: 1.77;
}
@media screen and (max-width: 1000px) {
  .report-sec02 {
    background: url(../img/report/bg_sec02_01.jpg) no-repeat center bottom;
    background-size: cover;
    text-align: center;
    padding-bottom: 100px;
  }
  .report-sec02__ttl {
    font-size: 18px;
    padding: 7px 20px 9px;
  }
  .report-sec02__whiteList {
    margin-top: 18px;
  }
  .report-sec02__whiteList__item {
    padding: 20px;
    text-align: left;
  }
  .report-sec02__whiteList__item + .report-sec02__whiteList__item {
    margin-top: 30px;
  }
  .report-sec02__whiteList__topBox {
    display: block;
  }
  .report-sec02__whiteList__imgBox {
    margin: auto;
  }
  .report-sec02__whiteList__txtBox {
    margin-top: 20px;
    width: 100%;
  }
  .report-sec02__whiteList__num {
    font-size: 18px;
  }
  .report-sec02__whiteList__ttl {
    font-size: 25px;
  }
  .report-sec02__whiteList__ttl .is_small {
    font-size: 18px;
  }
  .report-sec02__whiteList__lead {
    font-size: 18px;
  }
  .report-sec02__whiteList__lead.is_inner {
    display: inline-block;
    margin-top: 0;
  }
  .report-sec02__whiteList__txt {
    font-size: 14px;
    margin-top: 25px;
  }
}

.report-sec03 {
  padding: 100px 15px 0;
}
.report-sec03__ttl {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.report-sec03__grayList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px auto 0;
}
.report-sec03__grayList__item {
  border: solid 2px #000;
  border-radius: 22px;
  display: block;
  width: 48.5%;
}
.report-sec03__grayList__imgBox {
  height: 250px;
}
.report-sec03__grayList__txtBox {
  background: #000;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 30px;
}
.report-sec03__grayList__ttl {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.report-sec03__grayList__txt {
  color: #fff;
  font-size: 16px;
  line-height: 1.875;
  margin-top: 5px;
}
@media screen and (max-width: 1000px) {
  .report-sec03 {
    padding: 50px 0;
  }
  .report-sec03__ttl {
    font-size: 18px;
  }
  .report-sec03__grayList {
    display: block;
    margin-top: 25px;
  }
  .report-sec03__grayList__item {
    width: 100%;
  }
  .report-sec03__grayList__item + .report-sec03__grayList__item {
    margin-top: 25px;
  }
  .report-sec03__grayList__imgBox {
    height: 45vw;
  }
  .report-sec03__grayList__txtBox {
    padding: 20px;
  }
  .report-sec03__grayList__ttl {
    font-size: 15px;
  }
  .report-sec03__grayList__txt {
    font-size: 14px;
  }
}

.vol-mv {
  margin-top: 98px;
}
@media screen and (max-width: 1000px) {
  .vol-mv {
    margin-top: 50px;
  }
}

.vol-sec01 {
  background: url(../img/report/bg_sec01_01@2x.png) no-repeat center bottom;
  background-size: 100% auto;
  padding: 79px 0 98px;
}
.vol-sec01__ttlBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.vol-sec01__ttlBox__num {
  background: #d60029;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 132px;
  height: 132px;
}
.vol-sec01__ttlBox__num span {
  font-size: 60px;
}
.vol-sec01__ttlBox__ttl {
  color: #d60029;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.1;
  width: calc(100% - 152px);
}
.vol-sec01__ttlBox__ttl span {
  color: #000;
  font-size: 35px;
}
.vol-sec01__ttlBox__ttl span.is_margin_bottom {
  display: inline-block;
  margin-bottom: 15px;
}
.vol-sec01__lead {
  font-size: 20px;
  font-weight: bold;
  line-height: 2.5;
  letter-spacing: 0.2em;
  margin-top: 56px;
}
@media screen and (max-width: 1000px) {
  .vol-sec01 {
    background: url(../img/report/bg_sec01_01_sp@2x.png) no-repeat center bottom;
    background-size: 100% auto;
    padding: 25px 0 50px;
  }
  .vol-sec01__ttlBox__num {
    font-size: 14px;
    width: 80px;
    height: 80px;
  }
  .vol-sec01__ttlBox__num span {
    font-size: 35px;
  }
  .vol-sec01__ttlBox__ttl {
    font-size: 25px;
    width: calc(100% - 90px);
  }
  .vol-sec01__ttlBox__ttl span {
    font-size: 18px;
  }
  .vol-sec01__lead {
    font-size: 14px;
    line-height: 2.14;
    margin-top: 25px;
  }
}

.vol-sec02 {
  background: url(../img/report/vol1/bg_sec02_01.jpg) no-repeat center top -80px;
  background-size: 100% auto;
  text-align: center;
  padding-bottom: 100px;
}
.vol-sec02__ttl {
  background: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #d60029;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 8px 22px 17px;
  display: inline-block;
}
.vol-sec02__box {
  background: #fff;
  border-radius: 20px;
  padding: 38px;
  margin-top: 46px;
}
.vol-sec02__box.is_padding {
  padding: 19px 38px;
}
.vol-sec02__box__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.vol-sec02__imgBox {
  max-width: 244px;
}
.vol-sec02__imgBox.is_wide {
  max-width: 393px;
}
.vol-sec02__txtBox {
  text-align: left;
  width: calc(100% - 280px);
}
.vol-sec02__txtBox.is_wide {
  width: calc(100% - 412px);
}
.vol-sec02__txtBox__ttl {
  font-size: 25px;
  font-weight: bold;
}
.vol-sec02__txtBox__ttl span {
  font-size: 20px;
}
.vol-sec02__txtBox__txt {
  font-size: 18px;
  line-height: 2;
  margin-top: 14px;
  text-align: left;
}
.vol-sec02__txtBox__txt + p {
  margin-top: 0;
}
.vol-sec02__txtBox__txt .is_red {
  color: #d60029;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.vol-sec02__txtBox__txt .is_bold {
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .vol-sec02 {
    background: url(../img/report/vol1/bg_sec02_01_sp.jpg) no-repeat center top 0;
    background-size: cover;
    padding-bottom: 50px;
  }
  .vol-sec02__ttl {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 18px;
    padding: 5px 15px 10px;
  }
  .vol-sec02__box {
    border-radius: 10px;
    padding: 24px 20px;
    margin-top: 46px;
  }
  .vol-sec02__box.is_padding {
    padding: 24px 20px;
  }
  .vol-sec02__box__top {
    margin-bottom: 25px;
  }
  .vol-sec02__imgBox {
    max-width: 122px;
  }
  .vol-sec02__txtBox {
    text-align: left;
    width: calc(100% - 150px);
  }
  .vol-sec02__txtBox__ttl {
    font-size: 18px;
    font-weight: bold;
  }
  .vol-sec02__txtBox__ttl span {
    display: block;
    font-size: 13px;
  }
  .vol-sec02__txtBox__txt {
    font-size: 14px;
    line-height: 1.78;
    margin-top: 0;
  }
}

.vol-sec03 {
  padding: 90px 0 100px;
}
.vol-sec03__ttl {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 15px;
  position: relative;
}
.vol-sec03__ttl.is_big_margin {
  margin-top: 114px;
}
.vol-sec03__ttl::before {
  background: #d60029;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 8px;
}
.vol-sec03__ttl::after {
  background: #000;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 8px;
}
.vol-sec03__imgBox {
  margin: 46px auto 0;
  max-width: 600px;
}
.vol-sec03__imgBox.is_width100 {
  max-width: 100%;
}
.vol-sec03__imgBox.is_margin_small {
  margin-top: 16px;
}
.vol-sec03__imgBox figcaption {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 10px;
  white-space: nowrap;
}
.vol-sec03__imgBox figcaption a {
  color: blue;
  text-decoration: underline;
}
.vol-sec03__interviewList {
  margin-top: 46px;
}
.vol-sec03__interviewList dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.vol-sec03__interviewList dt {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: -0.03em;
  line-height: 1.77;
  width: 110px;
}
.vol-sec03__interviewList dt.is_red {
  background: #d60029;
}
.vol-sec03__interviewList dt.is_black {
  background: #000;
}
.vol-sec03__interviewList dd {
  font-size: 18px;
  line-height: 1.77;
  width: calc(100% - 120px);
}
.vol-sec03__interviewList dd.is_bold {
  font-weight: bold;
}
.vol-sec03__interviewBox {
  margin-top: 46px;
}
.vol-sec03__interviewBox dl {
  background: url(../img/report/vol1/bg_sec03_02@2x.png) no-repeat center bottom;
  background-size: 100% 100%;
  padding: 0 40px 50px;
}
.vol-sec03__interviewBox dt {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: -0.03em;
  line-height: 1.77;
  width: 110px;
}
.vol-sec03__interviewBox dt.is_red {
  background: #d60029;
}
.vol-sec03__interviewBox dt.is_black {
  background: #000;
}
.vol-sec03__interviewBox dd {
  color: #d60029;
  font-size: 25px;
  line-height: 1.48;
  margin-top: 15px;
}
.vol-sec03__interviewBox dd.is_bold {
  font-weight: bold;
}
.vol-sec03__interviewBox dd.is_small {
  font-size: 20px;
  line-height: 1.85;
}
.vol-sec03__caution {
  line-height: 1.875;
  margin-top: 45px;
}
.vol-sec03__date {
  color: #333;
  font-weight: normal;
  margin-top: 80px;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .vol-sec03 {
    padding: 50px 0 45px;
  }
  .vol-sec03__ttl {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .vol-sec03__ttl.is_big_margin {
    margin-top: 50px;
  }
  .vol-sec03__ttl::before {
    height: 6px;
  }
  .vol-sec03__ttl::after {
    height: 6px;
  }
  .vol-sec03__imgBox {
    margin: 25px auto 0;
    width: 89.4%;
  }
  .vol-sec03__imgBox.is_width100 {
    width: 100%;
  }
  .vol-sec03__imgBox.is_margin_small {
    margin-top: 16px;
  }
  .vol-sec03__imgBox figcaption {
    font-size: 14px;
    white-space: initial;
  }
  .vol-sec03__interviewList {
    margin-top: 25px;
  }
  .vol-sec03__interviewList dl {
    display: block;
    margin-bottom: 25px;
  }
  .vol-sec03__interviewList dt {
    font-size: 14px;
    width: 90px;
  }
  .vol-sec03__interviewList dd {
    font-size: 14px;
    margin-top: 10px;
    width: 100%;
  }
  .vol-sec03__interviewBox {
    margin-top: 25px;
  }
  .vol-sec03__interviewBox dl {
    background: url(../img/report/vol1/bg_sec03_02_sp.png) no-repeat center bottom;
    background-size: 100% 100%;
    padding: 0 15px 30px;
  }
  .vol-sec03__interviewBox dt {
    font-size: 14px;
    width: 90px;
  }
  .vol-sec03__interviewBox dd {
    font-size: 18px;
    line-height: 1.38;
    margin-top: 11px;
  }
  .vol-sec03__interviewBox dd.is_small {
    font-size: 14px;
    line-height: 1.78;
  }
  .vol-sec03__caution {
    font-size: 12px;
    line-height: 1.46;
    margin-top: 22px;
  }
  .vol-sec03__date {
    margin-top: 40px;
  }
}

.vol-sec04 {
  background: url(../img/report/vol1/bg_sec04_01@2x.jpg) no-repeat center top;
  background-size: cover;
  text-align: center;
  padding-bottom: 100px;
}
.vol-sec04__ttl {
  background: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #d60029;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 8px 22px 17px;
  display: inline-block;
}
.vol-sec04__volList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
  margin-top: 46px;
  margin-bottom: -28px;
}
.vol-sec04__volList__item {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 28px;
  width: 48.4%;
}
.vol-sec04__volList__item img {
  border-radius: 12px;
}
.vol-sec04__volList__num {
  color: #d60029;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-top: 24px;
}
.vol-sec04__volList__ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.66;
  margin-top: 15px;
}
.vol-sec04__btn {
  margin: 50px auto 0;
  max-width: 600px;
}
.vol-sec04__btn a {
  background: #fff;
  border-radius: 10px;
  color: #d60029;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.08em;
  height: 83px;
}
.vol-sec04__btn a::after {
  background: url(../img/report/vol1/ico_arrow01@2x.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  margin-left: 6px;
  width: 21px;
  height: 26px;
}
@media screen and (max-width: 1000px) {
  .vol-sec04 {
    background: url(../img/report/vol1/bg_sec04_01_sp.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding-bottom: 50px;
  }
  .vol-sec04__ttl {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 18px;
    padding: 5px 15px 10px;
  }
  .vol-sec04__volList {
    margin-top: 18px;
    display: block;
    margin-bottom: -15px;
  }
  .vol-sec04__volList__item {
    border-radius: 10px;
    padding: 18px 20px;
    margin-bottom: 15px;
    width: 100%;
  }
  .vol-sec04__volList__num {
    font-size: 25px;
    margin-top: 25px;
  }
  .vol-sec04__volList__ttl {
    font-size: 16px;
    line-height: 1.375;
    margin-top: 5px;
  }
  .vol-sec04__btn {
    margin: 30px auto 0;
  }
  .vol-sec04__btn a {
    font-size: 18px;
    height: 60px;
  }
  .vol-sec04__btn a::after {
    background: url(../img/report/vol1/ico_arrow01@2x.png) no-repeat;
    background-size: 100% 100%;
    content: "";
    margin-left: 6px;
    width: 21px;
    height: 26px;
  }
}

.vol-sec05 {
  background: #d60029;
  padding: 50px 0;
  position: relative;
}
.vol-sec05::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -33px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33px 33px 0 33px;
  border-color: #d60029 transparent transparent transparent;
  z-index: 1;
}
.vol-sec05__profileList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.vol-sec05__profileList__item {
  max-width: 192px;
  width: 100%;
}
.vol-sec05__profileList__item a {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 40px;
  color: #d60029;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px;
}
.vol-sec05__profileList__item a.is_active {
  background: #fff;
}
.vol-sec05__profileList__imgBox {
  margin-right: 10px;
  max-width: 60px;
}
.vol-sec05__profileList__ttl {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
}
.vol-sec05__profileList__txt {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .vol-sec05 {
    padding: 23px 0;
  }
  .vol-sec05::before {
    bottom: -23px;
    border-width: 23px 23px 0 23px;
  }
  .vol-sec05__profileList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 14px;
  }
  .vol-sec05__profileList__item {
    width: calc(50% - 7px);
  }
  .vol-sec05__profileList__item a {
    border-radius: 40px;
  }
  .vol-sec05__profileList__imgBox {
    margin-right: 7px;
    max-width: 56px;
  }
  .vol-sec05__profileList__ttl {
    font-size: 23px;
    letter-spacing: normal;
  }
  .vol-sec05__profileList__txt {
    font-size: 14px;
  }
}

.vol-sec06 {
  margin-top: 50px;
}
.vol-sec06__grayBox {
  background: #f0f0f0;
  border: solid 1px #d60029;
  border-radius: 15px;
  padding: 80px 0 0;
}
.vol-sec06__grayBox__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 37px;
}
.vol-sec06__grayBox__imgBox {
  margin-right: 39px;
  max-width: 243px;
}
.vol-sec06__grayBox__txtBox {
  position: relative;
}
.vol-sec06__grayBox__ttl {
  color: rgba(214, 0, 41, 0.3);
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: absolute;
  left: 0;
  top: -80px;
}
.vol-sec06__grayBox__name {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.vol-sec06__grayBox__name span {
  font-size: 20px;
}
.vol-sec06__grayBox__txt {
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.77;
}
.vol-sec06__grayBox__txt span {
  font-weight: bold;
}
.vol-sec06__tabList {
  border-bottom: solid 5px #d60029;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 70px;
}
.vol-sec06__tabList__item {
  max-width: 290px;
  width: 100%;
}
.vol-sec06__tabList__item a {
  background: #ADADAC;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.36;
  min-height: 103px;
  text-align: center;
}
.vol-sec06__tabList__item a.is_active {
  background: #d60029;
}
.vol-sec06__tabList__item a.is_popup {
  position: relative;
}
.vol-sec06__tabList__item a.is_popup::before {
  background-image: url(../img/report/vol4/bg_popup01.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ADADAC;
  content: "カズレーザーがズバリ質問！";
  font-size: 18px;
  text-align: center;
  padding-top: 12px;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
  width: 262px;
  height: 60px;
}
.vol-sec06__tabList__item a.is_popup.is_active::before {
  background-image: url(../img/report/vol4/bg_popup02.png);
  color: #d60029;
}
.vol-sec06__tabBox {
  background: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 42px 56px;
}
.vol-sec06__tabBox__box {
  display: none;
}
.vol-sec06__tabBox__box.is_active {
  display: block;
}
.vol-sec06__tabBox__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vol-sec06__tabBox__imgBox {
  margin-right: 28px;
  max-width: 330px;
}
.vol-sec06__tabBox__imgBox.is_wide {
  max-width: 420px;
}
.vol-sec06__tabBox__txtBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.vol-sec06__tabBox__txt {
  font-size: 18px;
  line-height: 1.77;
}
.vol-sec06__talkList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vol-sec06__talkList__item + .vol-sec06__talkList__item {
  margin-top: 24px;
}
.vol-sec06__talkList__imgBox {
  max-width: 110px;
}
.vol-sec06__talkList__txt {
  border-radius: 10px;
  font-size: 18px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.78;
  padding: 30px 50px;
  position: relative;
}
.vol-sec06__talkList__txt.is_red {
  background: rgba(214, 0, 41, 0.1);
  font-weight: bold;
  margin-left: 27px;
}
.vol-sec06__talkList__txt.is_red::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 15px solid rgba(214, 0, 41, 0.1);
  border-left: 0;
}
.vol-sec06__talkList__txt.is_gray {
  background: rgba(0, 0, 0, 0.1);
  margin-right: 27px;
}
.vol-sec06__talkList__txt.is_gray::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid rgba(0, 0, 0, 0.1);
  border-right: 0;
}
@media screen and (max-width: 1000px) {
  .vol-sec06 {
    margin-top: 36px;
  }
  .vol-sec06__grayBox {
    padding: 25px 0 0;
  }
  .vol-sec06__grayBox__top {
    padding: 0 20px;
  }
  .vol-sec06__grayBox__imgBox {
    margin-right: 13px;
    max-width: 122px;
  }
  .vol-sec06__grayBox__txtBox {
    position: relative;
  }
  .vol-sec06__grayBox__ttl {
    font-size: 30px;
    position: static;
  }
  .vol-sec06__grayBox__name {
    font-size: 18px;
    line-height: 1.6;
  }
  .vol-sec06__grayBox__name span {
    display: block;
    font-size: 13px;
  }
  .vol-sec06__grayBox__txt {
    font-size: 14px;
  }
  .vol-sec06__grayBox__txt.is_bottom {
    padding: 20px 20px 0;
  }
  .vol-sec06__tabList {
    gap: 8px;
    margin-top: 23px;
  }
  .vol-sec06__tabList__item {
    max-width: 107px;
    width: 33%;
  }
  .vol-sec06__tabList__item a {
    font-size: 13px;
    min-height: 51px;
  }
  .vol-sec06__tabList__item a.is_popup::before {
    background-image: url(../img/report/vol4/bg_popup01_sp.png);
    content: "";
    font-size: 10px;
    padding-top: 0;
    top: -25px;
    width: 90px;
    height: 34px;
  }
  .vol-sec06__tabList__item a.is_popup.is_active::before {
    background-image: url(../img/report/vol4/bg_popup02_sp.png);
  }
  .vol-sec06__tabBox {
    padding: 25px 20px;
  }
  .vol-sec06__tabBox__flex {
    display: block;
  }
  .vol-sec06__tabBox__imgBox {
    margin: 0 auto 23px;
    max-width: 330px;
    width: 75.8%;
  }
  .vol-sec06__tabBox__imgBox.is_wide {
    width: 100%;
  }
  .vol-sec06__tabBox__txt {
    font-size: 14px;
  }
  .vol-sec06__talkList__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .vol-sec06__talkList__item + .vol-sec06__talkList__item {
    margin-top: 24px;
  }
  .vol-sec06__talkList__imgBox {
    max-width: 80px;
  }
  .vol-sec06__talkList__txt {
    font-size: 14px;
    line-height: 1.6;
    padding: 20px 18px;
  }
  .vol-sec06__talkList__txt.is_red {
    margin-left: 20px;
  }
  .vol-sec06__talkList__txt.is_gray {
    background: rgba(0, 0, 0, 0.1);
    margin-right: 27px;
  }
  .vol-sec06__talkList__txt.is_gray::before {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 15px solid rgba(0, 0, 0, 0.1);
    border-right: 0;
  }
}


/* add: 2024.08.31 */
.nisa-sec03v2 {
  padding: 100px 0 224px;
}
.nisa-sec03v2__caution {
  font-size: 16px;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 1em;
}
.nisa-sec03v2__caution + .nisa-sec03v2__caution {
  margin-top: 0;
}
.nisa-sec03v2__caution a {
  color: blue;
  text-decoration: underline;
}
.nisa-sec03v2__link {
  margin-top: 40px;
  padding: 40px;
  background: #f0f0f0;
  border-radius: 8px;
}
.nisa-sec03v2__link__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 1.5em;
}
.nisa-sec03v2__bannerList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.nisa-sec03v2__bannerLink {
  display: block;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .nisa-sec03v2 {
    padding: 60px 0 120px;
  }
  .nisa-sec03v2__caution {
    font-size: 10px;
    line-height: 1.6;
  }
  .nisa-sec03v2__link {
    margin-top: 20px;
    padding: 15px
  }
  .nisa-sec03v2__link__ttl {
    font-size: 16px;
  }
  .nisa-sec03v2__bannerList {
    gap: 15px;
  }
  .nisa-sec03v2__bannerLink {
    border-radius: 8px;
  }
}
