<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**
* Foundation
* ========================== */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&amp;family=Roboto:wght@400;700;900&amp;display=swap");

/*-------------------------------------
　ページ基本設定
---------------------------------------*/
#container {
    width: unset;
    margin: 0 auto;
	  color: #484848;
    font-family: "Noto Sans JP", "Roboto", YuGothic Medium, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, 游ゴシック体, YuGothic, メイリオ, Meiryo, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Sans-Serif;
}
ul.breadCrumb.bcLast {
    margin-top: 12px !important;
    width: 970px;
    margin: 0 auto 12px;
}
#container .p-info__under p + p, #container .p-info__under p + ul {
  margin-top: 1em;
}

@media screen and (max-width: 479px) {
  #container .p-info__under h2,
  #container .p-info__under h3,
  #container .p-info__under h4,
  #container .p-info__under h5 {
    margin-right: 4vw;
    margin-left: 4vw;
  }
}

#container h2.h2__gradient {
    color: #00C0FA;
    background: -webkit-linear-gradient(270deg, #00C0FA 0%, #87DCFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
}

#container .p-info__under h3 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.44px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 479px) {
  #container .p-info__under h3 {
    font-size: 18px;
  }
}

#container .p-info__under__inr {
  width: 100%;
  max-width: 1140px;
}
@media screen and (min-width: 480px) {
  #container .p-info__under__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: auto;
  }
}
@media screen and (max-width: 479px) {
  #container .p-info__under__inr {
    padding-top: 6.66667vw;
  }
}

#container .p-info__under__main {
  width: 100%;
}
@media screen and (min-width: 480px) {
  #container .p-info__under__main {
   max-width: 1140px;
    overflow: hidden;
  }
}
@media screen and (max-width: 479px) {
  #container .p-info__under .sp-container {
    padding-right: 4vw;
    padding-left: 4vw;
}
}

#container .p-info__under__img {
  max-width: 1140px;
  margin-bottom: 50px;
}
@media screen and (max-width: 479px) {
  #container .p-info__under__img {
    margin-bottom: 6.66667vw;
  }
}

#container .p-info__under__img &gt; img {
  width: 100%;
}

#container .p-info__under__body h2 {
    margin: 0 auto 60px;
}

#container .p-info__under__body p + p {
  margin-top: 1em;
}

#container .p-info__under__body #container .p-info__under__list.notes {
  margin-bottom: 1em;
}

#container .p-info__under__body #container .p-info__table {
  margin-bottom: 0;
}

.only_pc {
  display: block;
}
@media screen and (max-width: 479px) {
  .only_pc {
    display: none;
  }
}
.only_sp {
  display: none;
}
@media screen and (max-width: 479px) {
  .only_sp {
    display: block;
  }
}

/*-------------------------------------
　ボタン
---------------------------------------*/
#container .c-button--primary-blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 270px;
  height: 60px;
  overflow: hidden;
  border: 1px solid #a3a3a3;
  border-radius: 2px;
  background-color: #fff;
  text-decoration: none;
}

#container .c-button--primary-blue::after {
    position: absolute;
    top: calc(50% - 4px);
    right: 25px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 3px solid;
    border-bottom: 3px solid;
    border-color: #484848;
    content: '';
}
@media screen and (max-width: 479px){
	#container .c-button--primary-blue::after {
      right: 14px;
      width: 7px;
      height: 7px;
}
}

#container .c-button--primary-blue::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: -168%;
    width: 150%;
    height: 100%;
    -webkit-transform: skewX(-18deg);
            transform: skewX(-18deg);
    background-color: #a3a3a3;
    content: '';
    opacity: 0.3;
}
#container .c-button--over:before {
  -webkit-animation: c-button-animation-over ease-out .4s both;
          animation: c-button-animation-over ease-out .4s both;
}
#container .c-button--out:before {
  -webkit-animation: c-button-animation-out ease-in .4s both;
          animation: c-button-animation-out ease-in .4s both;
}
#container .c-button--primary-blue &gt; span {
  display: inline-block;
  text-align: center;
  color: #fff!important;
  text-decoration: none!important;
}
@media screen and (min-width: 480px) {
  #container .c-button--primary-blue &gt; span {
    font-size: 20px;
    letter-spacing: 1.96px;
    line-height: 1.63;
	color: #fff;
  }
}
@media screen and (max-width: 479px) {
  #container .c-button--primary-blue &gt; span {
    font-size: 14px;
    letter-spacing: 1.68px;
    line-height: 1.36;
  }
}

#container .c-button--primary-blue {
    border: 0;
    background-color: #004da1;
    color: #fff;
}
#container .c-button--primary-blue::after {
  border-color: #fff;
}

#container .c-button--primary-blue::before {
  background-color: #fff;
  opacity: .15;
}

@-webkit-keyframes c-button-animation-over {
  0% {
    left: -168%;
  }
  100% {
    left: -18%;
  }
}

@keyframes c-button-animation-over {
  0% {
    left: -168%;
  }
  100% {
    left: -18%;
  }
}

@-webkit-keyframes c-button-animation-out {
  0% {
    left: -18%;
  }
  100% {
    left: 168%;
  }
}

@keyframes c-button-animation-out {
  0% {
    left: -18%;
  }
  100% {
    left: 168%;
  }
}


@media screen and (min-width: 480px), print {
  #container .p-info__under #container .pc-x-m-auto {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  #container .p-info__under #container .sp-x-m-auto {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 480px), print {
  #container .p-info__under #container .pc-jc-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#container .p-info__under__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 480px) {
  #container .p-info__under__buttons {
    margin: 20px 0;
  }
}

@media screen and (max-width: 479px) {
  #container .p-info__under__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#container .p-info__under__buttons a {
  width: 100%;
  max-width: 777px;
  margin-bottom: 20px;
  font-weight: bold;
  font-style: italic;
}

@media screen and (max-width: 479px) {
  #container .p-info__under__buttons a {
    max-width: 80vw;
    margin-bottom: 4vw;
  }
}

@media screen and (min-width: 480px) {
  #container .p-info__under__buttons a:nth-child(even) {
    margin-left: 20px;
  }
}

/*-------------------------------------
　リスト
---------------------------------------*/
.p-info__under__list {
  margin-bottom: 50px;
  margin-left: 1.5em;
  font-size: 14px;
}

@media screen and (max-width: 479px) {
  #container .p-info__under__list {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  #container .p-info__under__list {
    margin-bottom: 25px;
  }
}

#container .p-info__under__list li {
  padding-left: .5em;
  line-height: 1.5;
}

#container .p-info__under__list li + li {
  margin-top: 5px;
}

#container .p-info__under__list.disc {
  list-style-type: disc;
}


/*-------------------------------------
　見出し
---------------------------------------*/
#container .p-info__under h2 {
    font-size: 60px;
    text-align: center;
}
#container .p-info__under h2 span {
    font-size: 22px;
	color: #fff;
}

#container .p-info__under h2 span.span_big {
    font-size: 70px;
    line-height: 1;
}

@media screen and (max-width: 479px){
#container .p-info__under h2 {
	font-size: 36px;
}
#container .p-info__under h2 span {
    font-size: 16px;
}
}

/*-------------------------------------
　メインビジュアル
---------------------------------------*/
.p-info__under__mv {
    background: url(./img/vf-ad5-4/mv_img.webp) no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
}
.p-info__under__mv img {
    padding-top: 50px;
    margin: 0 auto;
}

@media screen and (max-width: 479px){
.p-info__under__mv {
    background: url(./img/vf-ad5-4/mv_sp_img.webp) no-repeat;
    background-position: top;
    height: 145vw;
    background-size: cover;
}
.p-info__under__mv img {
    width: 100%;
}
}

/*-------------------------------------
　6つの“できる”ポイント
---------------------------------------*/
.section_01 {
    color: #fff;
    text-align: center;
    background: url(./img/vf-ad5-4/bg_a.webp) no-repeat;
    background-size: cover;
    background-position: top center;
	padding: 100px 0 60px;
}
.section_01 h2 {
    font-size: 43px;
	margin-bottom: 120px;
}
.p-info__under h2 span.span_big {
    font-size: 70px;
	line-height: 1;
}
.section_01 .p-info__under__img--3col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.section_01 .p-info__under__3col__cont {
    background: transparent linear-gradient(0deg, rgb(23 24 34 / 40%) 0%, rgb(0 24 255 / 40%) 100%) 0% 0% no-repeat padding-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 100px;
	position: relative;
}
.section_01 .p-info__under__3col__cont__inr {
    display: block;
    width: 100%;
    height: 100%;
    padding: 90px 30px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.section_01 .p-info__under__3col__cont__inr p {
    font-size: 18px;
	text-align: left;
}
.section_01 .p-info__under__3col__cont__inr img {
    margin-bottom: 1rem;
}
.cont__pt-icon {
    position: absolute;
    top: -50px;
    left: 35%;
    right: 0;
}

@media screen and (min-width: 480px){
.section_01 .p-info__under__3col__cont {
    max-width: 31.15%;
}
.section_01 .p-info__under__3col__cont__inr {
    display: block;
    height: 429px;
}
img.col__img-adjust {
    margin-top: -1.75rem;
}
}

@media screen and (max-width: 479px){
.section_01 {
    background: url(./img/vf-ad5-4/bg_a_sp.webp),
                linear-gradient(180deg, rgba(1,27,90,1) 30%, rgba(1,75,158,1) 43%, rgba(1,30,94,1) 58%, rgba(1,75,158,1) 73%, rgba(1,18,73,1) 100%);
    background-repeat: no-repeat;
	background-size: contain;
	padding: 50px 0 30px;
}
.section_01 h2 {
	font-size: 28px;
}
.section_01 h2 span {
    font-size: 18px;
}
#container .section_01 h2 span.span_big {
    font-size: 40px;
	line-height: 1.5;
}
.section_01 .p-info__under__3col__cont__inr p {
    font-size: 16px;
}
}

/*-------------------------------------
　THIRDWAVEノートの特長
---------------------------------------*/
.section_02 {
    background-color: #161616;
	text-align: center;
	clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
	padding: 100px 0 160px;
}
.section_02 h2 {
    font-size: 43px;
}
.section_02 h2 span {
    -webkit-text-fill-color: initial;
}

@media screen and (max-width: 479px) {
.section_02 {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    padding: 60px 0;
}
}

.section_03 {
    background: url(./img/vf-ad5-4/bg_b.webp)no-repeat;
    background-position: top center;
    margin-top: -270px;
    padding-bottom: 120px;
}
.sec03__bg-img-B {
    margin: 0 auto;
    width: 100%;
    margin-top: -20%;
}
.section_03 .p-info__under__product {
	margin-top: 320px;
	margin-bottom: 60px;
}

@media screen and (min-width: 480px) {
.section_03 .p-info__under__product {
    display: block;
    padding-right: 3.5px;
	position: relative;
	width: 1140px;
}
}

.section_03 .p-info__under__card {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 573px;
    border: solid 1px #ececec;
    border-radius: 2px;
    -webkit-box-shadow: 4px 4px 0 0 rgba(72, 72, 72, 0.1);
    box-shadow: 4px 4px 0px rgb(72 72 72 / 10%);
    background: rgb(255 255 255 / 80%);
}
.section_03 .p-info__under__card__inr {
    display: block;
    width: 100%;
    height: 100%;
    padding: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.section_03 .p-info__under__card h3 {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.96px;
    line-height: 1.5;
    text-align: left;
}
.section_03 .p-info__under__card p {
    margin-bottom: 10px;
    font-size: 20px;
    letter-spacing: 0.72px;
    line-height: 1.6;
    text-align: left;
}
.section_03 .p-info__under__card__bottom {
    padding-top: 20px;
    border-top: 2px solid;
    border-image: linear-gradient(270deg, #00C0FA 0%, #87DCFF 100%);
    border-image-slice: 1;
}
.section_03 .p-info__under__card__img {
    position: absolute;
    top: 30px;
    left: 550px;
}

@media screen and (min-width: 480px){
.section_03 .p-info__under__product.product__reserve.sp-container {
    margin-top: 220px;
}
.section_03 .product__reserve .p-info__under__card {
    margin-left: 562px;
}
}

.section_03 .product__reserve .p-info__under__card__img {
    left: 80px;
}
.product__reserve .p-info__under__card__number {
    right: 420px;
    left: auto;
}
.section_03 .product__reserve .p-info__under__card__inr {
    margin-left: auto;
}

@media screen and (max-width: 479px){
.section_02 h2 {
	font-size: 28px;
	line-height: 1.5;
}
.section_02 h2 span {
	display: inline-block;
    margin-bottom: .5em;
}
.section_03 {
    background: url(./img/vf-ad5-4/bg_b_sp.webp)no-repeat;
    background-position: top right;
    margin-top: -28vw;
	padding-bottom: 60px;
}
.sec03__bg-img-B {
    margin-top: auto;
    margin-left: -4vw;
    width: 100vw;
}
.section_03 .p-info__under__product {
    margin-top: 435px;
    margin-bottom: 60px;
}
.p-info__under__product.product__reserve {
    margin-top: 60px;
}
.section_03 .p-info__under__card {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.section_03 .p-info__under__card__inr {
    padding: 0;
}
.section_03 .p-info__under__card h3 {
    font-size: 24px;
}
.section_03 .p-info__under__card p {
    font-size: 15px;
}
}

/*-------------------------------------
　ラインアップ
---------------------------------------*/
.section_04 {
    background-color: #161616;
	text-align: center;
	clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
	padding: 80px 0 120px;
}
.section_04 h2 span {
    -webkit-text-fill-color: initial;
}

@media screen and (max-width: 479px) {
.section_04 {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    padding: 30px 0;
}
}

.section_05 {
    background: rgb(229,229,229);
    background: linear-gradient(90deg, rgba(229,229,229,1) 0%, rgba(250,250,250,1) 48%, rgba(228,228,228,1) 100%);
	padding: 240px 0 100px;
    margin-top: -200px;
}
.section_05 h2 {
	color: #030539;
}

.p-info__under__product {
    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-bottom: 55px;
    padding-right: 3.5px;
}
.section_05 .p-info__under__card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

@media screen and (min-width: 480px) {
.section_05 .p-info__under__product .p-info__under__card {
    max-width: 48.15%;
  }
}

.section_05 .p-info__under__product .p-info__under__card.card-A {
    background: url(./img/vf-ad5-4/lineup_img_a.webp)no-repeat;
	background-size: 50%;
}
.section_05 .p-info__under__product .p-info__under__card.card-B {

}
.section_05 .p-info__under__product .p-info__under__card.card-C {
    background: url(./img/vf-ad5-4/lineup_img_b.webp)no-repeat;
    background-position: center right;
    background-size: 50%;
}
.section_05 .p-info__under__card__inr {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section_05 .p-info__under__product .p-info__under__card__inr a img {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.section_05 .p-info__under__product .p-info__under__card__inr a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 480px){
.section_05 .p-info__under__product .p-info__under__card__inr {
     height: 486px;
  }
}

.section_05 .p-info__under__product .p-info__under__card__inr h3 {
	font-size: 44px;
    text-align: left;
	color: #004DA1;
	font-weight: bold;
    letter-spacing: 0.96px;
    line-height: 1.5;
	margin-left: 1rem;
}
.section_05 .p-info__under__product .p-info__under__card__inr h3 span {
    font-size: 20px;
    margin-left: 1rem;
    font-style: italic;
}

.card__inr__h3 {
    border-bottom: 2px solid #004DA1;
    border-left: 6px solid #004DA1;
}
@media screen and (min-width: 480px){
.card__inr__h3 {
    width: 487px;
}
}

.section_05 .p-info__under__product .p-info__under__list {
    font-size: 28px;
    font-weight: 500;
    list-style-position: inside;
    margin-left: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.section_05 .p-info__under__list li {
    padding-left: 0;
}
.section_05 .p-info__under__card p {
  margin-bottom: 10px;
  font-size: 18px;
  letter-spacing: 0.72px;
  line-height: 1.6;
}

@media screen and (min-width: 480px){
 .section_05 .p-info__under__product .p-info__under__card__inr {
    position: relative;
	padding: 30px;
  }
}

.section_05 .p-info__under__card p.sec05__under__p-cont {
    font-size: 20px;
    font-weight: 500;
}
.section_05 .sec05__under__p-cont {
    background: #E5E5E5 0% 0% no-repeat padding-box;
    border-radius: 30px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
	max-width: 497px;
    margin: 0 auto;
}
.section_05 .sec05__under__p-cont span {
    font-size: 28px;
    font-weight: bold;
}
.price_box {
    color: #E43344;
    text-align: right;
}
span.p01 {
    font-size: 48px;
    font-weight: bold;
}
span.p02 {
    font-size: 24px;
    font-weight: bold;
}

@media screen and (max-width: 479px){
.section_05 .p-info__under__product .p-info__under__card.card-C {
    background: url(./img/vf-ad5-4/lineup_img_b.webp)no-repeat;
    background-position: bottom right;
    background-size: 50%;
}
.section_05 .p-info__under__card__inr {
    padding: 0;
}
.section_05 .p-info__under__product .p-info__under__card__inr h3 {
    font-size: 26px;
}
.section_05 .p-info__under__product .p-info__under__card__inr h3 span {
    font-size: 12px;
    margin-left: 0;
}
.section_05 .p-info__under__product .p-info__under__list {
    font-size: 22px;
	margin-left: auto;
}
.section_05 .p-info__under__card p.sec05__under__p-cont {
  font-size: 16px;
}
.section_05 .sec05__under__p-cont span {
  font-size: 22px;
}
.section_05 .p-info__under__card h3 {
  text-align: center;
}
.section_05 .p-info__under__card p {
  font-size: 15px;
}
span.p01 {
    font-size: 32px;
}
span.p02 {
    font-size: 18px;
}
.section_05 .p-info__under__card__inr img {
    width: auto;
    max-width: 100%;
}
}

.section_05 .spec_area .p-info__under__card {
    background: #fff;
    border: solid 1px #ececec;
    border-radius: 2px;
    -webkit-box-shadow: 3.5px 3.5px 0 0 rgb(72 72 72 / 10%);
    box-shadow: 3.5px 3.5px 0 0 rgb(72 72 72 / 10%);
	padding: 30px;
}
.section_05 .p-info__table.typeD .table__container {
    width: 715px;
    margin: 0 auto;
}
.section_05 .p-info__table table {
    width: 100%;
    border-top: 2px solid #a3a3a3;
    border-bottom: 2px solid #a3a3a3;
    table-layout: fixed;
}
@media screen and (max-width: 479px) {
.section_05 .spec_area .p-info__under__card {
    padding: 0;
}
.p-info__table.typeD table {
    width: 650px;
    margin-right: 0;
}
}

@media screen and (min-width: 480px) {
  .section_05 .p-info__table .col-2 th {
    width: 343px;
    text-align: center;
  }
  }
.section_05 .p-info__table th {
    padding: 15px;
    border-collapse: collapse;
    background-color: #f4f4f4;
    font-weight: normal;
    line-height: 1.5;
    vertical-align: middle;
}
.section_05 .p-info__table td {
    padding: 15px;
    border-collapse: collapse;
    line-height: 1.5;
	background-color: #fff;
	text-align: center;
}
.section_05 .p-info__table td span {
    font-size: 16px;
    font-weight: bold;
}
.section_05 .p-info__table th, .section_05 .p-info__table td {
    font-size: 14px;
    vertical-align: middle;
}
.section_05 .p-info__table tr + tr th, .section_05 .p-info__table tr + tr td {
    border-top: 1px solid #a3a3a3;
}
.section_05 .p-info__table.typeD tr:first-child th {
    text-align: center;
}
.section_05 .p-info__table.typeD tr:first-child th:not(:first-child) {
    border-left: 1px solid #a3a3a3;
}
.section_05 .p-info__table.typeD td {
    border-left: 1px solid #a3a3a3;
}
.section_05 .p-info__table.typeD tr:first-child th span.item_name {
    font-size: 18px;
    font-weight: bold;
}
.section_05 .p-info__table.typeD span.p01 {
    font-size: 20px;
}
.section_05 .p-info__table.typeD span.p02 {
    font-size: 14px;
}
.table__c__icon {
	margin-right: 1rem;
}

.section_05 .p-info__table table.table__item-img, .section_05 .p-info__table table.table__item-link {
    border: none;
}
.section_05 .p-info__table.typeD .table__item-img td, .section_05 .p-info__table.typeD .table__item-link td {
    border-left: none;
}
table.table__item-img img {
    width: 100%;
}
table.table__item-link .p-info__under__buttons a {
    height: 50px;
    font-style: normal;
}
.section_05 .p-info__table table.table__item-img a img {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.section_05 .p-info__table table.table__item-img a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


@media screen and (max-width: 479px) {
.section_05 .p-info__table.typeD {
    width: 100%;
    overflow-x: auto;
}
.section_05 .p-info__table.typeD .table__container {
    width: calc(600px + (30 / 750) * 100vw);
}
}

/*-------------------------------------
　ユーザーレビュー
---------------------------------------*/
.section_06 {
    text-align: center;
    background: url(./img/vf-ad5-4/bg_a.webp) no-repeat;
    background-size: cover;
    background-position: top center;
	padding: 100px 0;
	color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.section_06 .p-info__under__product {
    margin-bottom: auto;
}
.p-info__under__content {
    padding: 30px;
	margin-bottom: 30px;
}

.p-info__underp-info__under__text.bg-content {
    background: url(./img/vf-ad5-4/review_bg.webp) no-repeat;
    background-position: right bottom;
    background-color: #fff;
	width: 100%;
}
@media screen and (min-width: 480px){
.p-info__underp-info__under__text.bg-content {
    width: 43.15%;
}
}

.content__inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
	max-width: 435px;
}
.p-info__under__content p {
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    color: #004DA1;
	padding-left: 1em;
	text-align: left;
}

@media screen and (max-width: 479px){
.section_06 {
    font-size: 12px;
	padding: 50px 0;
}
.p-info__under__content p {
    font-size: 18px;
}
}

/*-------------------------------------
　サードウェーブとは
---------------------------------------*/
.section_07 {
    background-color: #161616;
	text-align: center;
	clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
	padding: 80px 0 120px;
}
.section_07 h2 img {
    margin-bottom: 0.4em;
    width: auto;
    max-width: 94%;
    image-rendering: -webkit-optimize-contrast;
}
.section_07 h2 span {
    -webkit-text-fill-color: initial;
}

.section_08 {
    background: rgb(229,229,229);
    background: linear-gradient(90deg, rgba(229,229,229,1) 0%, rgba(250,250,250,1) 48%, rgba(228,228,228,1) 100%);
    padding: 180px 0 100px;
    margin-top: -200px;
}
.section_08 p {
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    line-height: 2;
    letter-spacing: 1.68px;
}
.p-info__under__img--1col {
    width: 100%;
}

@media screen and (max-width: 479px) {
.section_07 {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    padding: 30px 0;
}
.section_08 p {
    font-size: 15px;
}
}

/*-------------------------------------
　キャンペーン
---------------------------------------*/
.section_09 {
    text-align: center;
    background: #fff;
	padding: 100px 0;
}
.section_09 h2 {
	color: #484848;
}
.section_09 h2 span {
	color: #999999;
}
@media screen and (min-width: 480px){
.slick-slide img {
    margin: 0 auto;
    width: 300px;
}
}

.p-top-was-selected__header {
    padding: 1px 0 70px;
    border-radius: 2px;
    background-image: linear-gradient(-45deg, #004da1, #0078c4);
	margin-top: 60px;
}
.p-top-headline {
    margin: 90px auto 50px;
    padding: 0;
    text-align: center;
}
.p-top-was-selected__header &gt; .p-top-headline {
    margin-top: 70px;
    margin-bottom: 49px;
}
.section_09 .c-headline__h2--white {
    color: #fff;
    font-weight: bold;
    line-height: 1;
    font-size: 28px;
    text-align: center;
    margin: 50px 0;
    transform: skewX(-10deg);
    letter-spacing: 1.6px;
}
.p-top-was-selected__list {
    width: 100%;
    margin: 0 auto 60px;
    justify-content: space-around;
}
.p-top-was-selected__header .c-flex--space-between {
    box-sizing: border-box;
}
.p-top-was-selected__header .c-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-flex--middle-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.p-top-was-selected__list &gt; li {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.p-top-was-selected__list &gt; li {
    width: 260px;
    padding-top: 4px;
}
.p-top-was-selected__list &gt; li::after, .p-top-was-selected__list &gt; li::before {
    z-index: auto;
    position: absolute;
    background: #fff;
    content: "";
    opacity: 0.25;
}
.p-top-was-selected__list &gt; li::after, .p-top-was-selected__list &gt; li::before {
    z-index: auto;
    position: absolute;
    background: #fff;
    content: "";
    opacity: 0.25;
}
.p-top-was-selected__list &gt; li::after {
    z-index: auto;
    top: 0;
    right: 0px;
    bottom: 0;
    width: 1px;
    height: 168px;
}
.p-top-was-selected__list &gt; li:last-child::after {
    content: none;
}
.p-top-was-selected__list-icon {
    width: 108px;
    margin-bottom: 7px;
}
.p-top-was-selected__list-icon &gt; img {
    width: 100%;
    max-width: none;
}
.p-top-was-selected__list-text {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.71;
    color: #fff;
    text-align: center;
}
.p-top-was-selected__list-text span {
    font-size: 10px;
}
.p-top-was-selected__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #a3a3a3;
    border-radius: 2px;
    text-decoration: none;
    margin: 0 auto;
    border-color: rgba(255, 255, 255, 0.5);
    background-color: transparent;
    color: #fff;
    width: 300px;
    height: 40px;
}
.p-top-was-selected__button span {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.63;
    color: #fff!important;
    text-decoration: none!important;
}
#container .c-button--white::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: -168%;
    width: 150%;
    height: 100%;
    -webkit-transform: skewX(-18deg);
    transform: skewX(-18deg);
    background-color: #a3a3a3;
    content: '';
    opacity: 0.3;
}
#container .c-button--white::before {
    background-color: #fff;
    opacity: .2;
}
#container .c-button--white::after {
    position: absolute;
    top: calc(50% - 4px);
    right: 25px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: #484848;
    content: '';
}
#container .c-button--white::after {
    border-color: #fff;
}

@media screen and (max-width: 479px){
.section_09 {
    padding: 50px 0;
}
.slick-slide img {
    width: 100%;
}

.p-top-was-selected__header {
    padding: 1px 0 35px;
    border-radius: 2px;
    background-image: linear-gradient(-45deg, #004da1, #0078c4);
}
.c-headline {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.p-top-headline {
    margin: 45px auto 25px;
}
.p-top-was-selected__header &gt; .p-top-headline {
    margin-top: 35px;
    margin-bottom: 30px;
}
.section_09 .c-headline__h2--white {
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 2.16px;
    line-height: 1.28;
    color: #fff;
	margin: 0 auto;
}
.p-top-was-selected__header .c-flex--space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.p-top-was-selected__list {
    width: 100%;
    max-width: 1080px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 35px;
    padding: 0px 7px;
}
.p-top-was-selected__list &gt; li {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 44.15%;
    padding: 6px 8px 23px;
}
.p-top-was-selected__list &gt; li:nth-child(3), .p-top-was-selected__list &gt; li:nth-child(4) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 20px;
    padding-bottom: 6px;
}
.p-top-was-selected__list &gt; li::after, .p-top-was-selected__list &gt; li::before {
    z-index: auto;
    position: absolute;
    background: #fff;
    content: "";
    opacity: 0.25;
}
.p-top-was-selected__list &gt; li:nth-child(1)::before, .p-top-was-selected__list &gt; li:nth-child(2)::before {
    right: auto;
    bottom: 0;
    left: auto;
    width: calc(100% - 30px);
    height: 1px;
}
.p-top-was-selected__list &gt; li:nth-child(1)::after {
    top: 0;
    right: 0px;
    bottom: auto;
    width: 1px;
    height: calc(100% - 10px);
}
.p-top-was-selected__list &gt; li:nth-child(2)::after {
    content: none;
}
.p-top-was-selected__list &gt; li:nth-child(3)::after {
    top: auto;
    right: 0px;
    bottom: 0;
    width: 1px;
    height: calc(100% - 10px);
}
.p-top-was-selected__list-icon {
    width: 72px;
    margin-bottom: 7px;
}
.p-top-was-selected__list-icon &gt; img {
    width: 100%;
    max-width: none;
}
.p-top-was-selected__list-text {
    color: #fff;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1.56px;
    line-height: 1.46;
}
.p-top-was-selected__button {
    margin: 0 auto;
    border-color: rgba(255, 255, 255, 0.5);
    width: 225px;
    height: 40px;
}
#container .c-button--white &gt; span {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1.68px;
    line-height: 1.36;
}
}
</pre></body></html>