@charset "UTF-8";
#skinZero .ContentPane {
  width: 100%;
}
.wrapper {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.wrapper *, .wrapper *::before, .wrapper *::after {
  box-sizing: border-box;
}
body,
main,
header,
footer,
div,
h1,
h2,
h3,
h4,
h5,
ul,
ol,
li,
p,
img {
  margin: 0;
  padding: 0;
}
ul li, ol li {
  list-style-type: none;
}
body {
  min-width: 1280px;
  font-family: 'Noto Sans JP', sans-serif !important;
}
/* rex.cssの上書き */
.mark {
  background-color: transparent;
  padding: 0;
}
/* common */
main {
  font-size: 16px;
  background-color: #fff;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8;
}
.contents_inner {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.contents_flex {
  display: flex;
}
.-align-items-center {
  align-items: center;
}
.-justify-content-center {
  justify-content: center;
}
.-justify-content-between {
  justify-content: space-between;
}
.bg-gray {
  background-color: #F7F7F7;
}
.bg-gradient {
  background: linear-gradient(to bottom, #EAEAEA 0, #FCFCFC 100%);
}
/* マージン */
.u-mb5 {
  margin-bottom: 5px;
}
.u-mb10 {
  margin-bottom: 10px;
}
.u-mb15 {
  margin-bottom: 15px;
}
.u-mb20 {
  margin-bottom: 20px;
}
.u-mb25 {
  margin-bottom: 25px;
}
.u-mb30 {
  margin-bottom: 30px;
}
.u-mb35 {
  margin-bottom: 35px;
}
.u-mb40 {
  margin-bottom: 40px;
}
.u-mb45 {
  margin-bottom: 45px;
}
.u-mb50 {
  margin-bottom: 50px;
}
.u-mb55 {
  margin-bottom: 55px;
}
.u-mb60 {
  margin-bottom: 60px;
}
.u-mb65 {
  margin-bottom: 65px;
}
.u-mb70 {
  margin-bottom: 70px;
}
.u-mb75 {
  margin-bottom: 75px;
}
.u-mb80 {
  margin-bottom: 80px;
}
.u-mb85 {
  margin-bottom: 85px;
}
.u-mb90 {
  margin-bottom: 90px;
}
.u-mb95 {
  margin-bottom: 95px;
}
.u-mb100 {
  margin-bottom: 100px;
}
.u-mb105 {
  margin-bottom: 105px;
}
.u-mb110 {
  margin-bottom: 110px;
}
.u-mb115 {
  margin-bottom: 115px;
}
.u-mb120 {
  margin-bottom: 120px;
}
.u-mb125 {
  margin-bottom: 125px;
}
.u-mb130 {
  margin-bottom: 130px;
}
.u-mb135 {
  margin-bottom: 135px;
}
.u-mb140 {
  margin-bottom: 140px;
}
.u-mb145 {
  margin-bottom: 145px;
}
.u-mb150 {
  margin-bottom: 150px;
}
/* padding */
.u-pt5 {
  padding-top: 5px;
}
.u-pt10 {
  padding-top: 10px;
}
.u-pt15 {
  padding-top: 15px;
}
.u-pt20 {
  padding-top: 20px;
}
.u-pt25 {
  padding-top: 25px;
}
.u-pt30 {
  padding-top: 30px;
}
.u-pt35 {
  padding-top: 35px;
}
.u-pt40 {
  padding-top: 40px;
}
.u-pt45 {
  padding-top: 45px;
}
.u-pt50 {
  padding-top: 50px;
}
.u-pt55 {
  padding-top: 55px;
}
.u-pt60 {
  padding-top: 60px;
}
.u-pt65 {
  padding-top: 65px;
}
.u-pt70 {
  padding-top: 70px;
}
.u-pt75 {
  padding-top: 75px;
}
.u-pt80 {
  padding-top: 80px;
}
.u-pt85 {
  padding-top: 85px;
}
.u-pt90 {
  padding-top: 90px;
}
.u-pt95 {
  padding-top: 95px;
}
.u-pt100 {
  padding-top: 100px;
}
.u-pt105 {
  padding-top: 105px;
}
.u-pt110 {
  padding-top: 110px;
}
.u-pt115 {
  padding-top: 115px;
}
.u-pt120 {
  padding-top: 120px;
}
.u-pt125 {
  padding-top: 125px;
}
.u-pt130 {
  padding-top: 130px;
}
.u-pt135 {
  padding-top: 135px;
}
.u-pt140 {
  padding-top: 140px;
}
.u-pt145 {
  padding-top: 145px;
}
.u-pt150 {
  padding-top: 150px;
}
/* e-heading...見出し */
.e-heading {
  font-weight: bold;
}
.e-heading.-primary {
  color: #BF1015;
}
.e-heading.-secondary {
  color: #FFD341;
}
.e-heading.-orange {
  color: #F7571F;
}
.e-heading.-blue {
  color: #0072B5;
}
.e-heading.-lv1 {
  color: #fff;
  font-size: 52px;
}
.e-heading.-lv2 {
  font-size: 48px;
  color: #333333;
}
.e-heading.-lv2.-with-pop {
  display: inline-block;
  position: relative;
}
.e-heading.-lv2.-with-pop .pop {
  display: inline-block;
  max-width: 75px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%) translateY(-50%);
}
.e-heading.-lv2 .sub {
  display: block;
  font-size: 32px;
  line-height: 1;
}
.e-heading.-lv3 {
  font-size: 32px;
}
.e-heading.-lv4 {
  font-size: 19px;
}
.e-heading.-border-both {
  display: flex;
  align-items: center;
  justify-content: center;
}
.e-heading.-border-both::before, .e-heading.-border-both::after {
  content: '';
  display: inline-block;
  width: 3px;
  height: 1.2em;
  margin: 0 1em 0 0.6em;
}
.e-heading.-border-both::before {
  transform: rotate(-45deg) translateY(0.2em);
}
.e-heading.-border-both::after {
  transform: rotate(45deg) translateY(0.2em);
}
.e-heading.-border-both.-orange::before, .e-heading.-border-both.-orange::after {
  background-color: #F7571F;
}
.e-heading.-border-both.-blue::before, .e-heading.-border-both.-blue::after {
  background-color: #0072B5;
}
.e-heading.-border-bottom {
  text-align: center;
}
.e-heading.-border-bottom span {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 4px solid #0072B5;
  position: relative;
}
.e-heading.-border-bottom span::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 13px 0 13px;
  border-color: #0072B5 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%) translateY(100%);
}
.e-heading.-border-bottom span em {
  font-style: normal;
  color: #0072B5;
  display: inline-block;
}
.e-heading.-border-bottom.-red em {
  display: block;
  color: #BF1015;
  font-size: 21px;
  font-style: normal;
  line-height: 1;
}
.e-heading.-border-bottom.-red span {
  border-color: #BF1015;
}
.e-heading.-border-bottom.-red span::after {
  border-top-color: #BF1015;
}
.e-heading.-bg-arrow {
  text-align: center;
}
.e-heading.-bg-arrow span {
  display: inline-block;
  width: 100%;
  padding: 0.2em;
  background-color: #104869;
  color: #fff;
}
.e-heading.-bg-arrow::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: -1px auto 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #104869 transparent transparent transparent;
}
.e-heading.-border-bottom-text-left {
  border-bottom: 4px solid #104869;
  text-align-last: left;
}
/* リンク */
a {
  color: #333333;
  text-decoration: none;
  transition: 0.5s;
}
a.e-link {
  color: #0072B5;
  text-decoration: underline;
}
a.e-link-borderd {
  text-decoration: underline;
}
a.e-link.-arrow {
  padding-right: 12px;
  position: relative;
  text-decoration: none;
}
a.e-link.-arrow::after {
  content: '';
  display: inline-block;
  width: calc(15px/2);
  height: calc(27px/2);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../../../images/driveassist/revision/da/arrow-link.png);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
a.e-link.-arrow:hover {
  opacity: 0.6;
}
a.e-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.01em;
  transition: 0.5s;
}
a.e-button.-rounded {
  border-radius: 8px;
}
a.e-button.-bg-primary {
  background-color: #BF1015;
  color: #fff;
}
a.e-button.-bg-secondary {
  background-color: #FFD341;
  color: #fff;
}
a.e-button.-bg-orange {
  background-color: #F7571F;
  color: #fff;
}
a.e-button.-bg-orange:hover {
  background-color: #BF1015;
}
a.e-button.-bg-blue {
  background-color: #0072B5;
  color: #fff;
}
a.e-button.-bd-primary {
  background-color: #fff;
  border: 3px solid #BF1015;
  color: #BF1015;
}
a.e-button.-bd-secondary {
  background-color: #fff;
  border: 3px solid #FFD341;
  color: #FFD341;
}
a.e-button.-bd-orange {
  background-color: #fff;
  border: 3px solid #F7571F;
  color: #F7571F;
}
a.e-button.-bd-blue {
  background-color: #fff;
  border: 3px solid #0072B5;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.13);
  color: #0072B5;
}
a.e-button.-bd-blue:hover {
  background-color: #E2F4FF;
}
a.e-button.-lg {
  max-width: 400px;
  height: 70px;
  font-size: 24px;
}
a.e-button.-xl {
  max-width: 640px;
  height: 107px;
  font-size: 40px;
}
/* u-text...テキスト */
.u-text-center {
  text-align: center;
}
.u-text-right {
  text-align: right;
}
.u-text-left {
  text-align: justify;
  text-justify: inter-ideograph;
}
.u-text-xxs {
  font-size: 10px;
}
.u-text-xs {
  font-size: 12px;
}
.u-text-sm {
  font-size: 14px;
}
.u-text-md {
  font-size: 16px;
}
.u-text-lg {
  font-size: 18px;
}
.u-text-lgx {
  font-size: 22px;
}
.u-text-xl {
  font-size: 24px;
}
.u-text-xxl {
  font-size: 40px;
}
.u-text-primary {
  color: #BF1015;
}
.u-text-blue {
  color: #0072B5;
}
.u-text-blue-dark {
  color: #104869;
}
.u-text-gray {
  color: #505050;
}
.u-text-gray2 {
  color: #686868;
}
.u-normal {
  font-weight: normal;
}
.u-em {
  font-weight: bold;
}
/* u-box...BOX */
.u-box-secondary-light {
  padding: 20px;
  background-color: #FFF5A7;
}
.u-box-secondary-light.-rounded {
  padding: 32px;
  border-radius: 20px;
}
.u-box-secondary-light .e-heading {
  font-size: 23px;
}
.u-box-secondary-light .tel.-with-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 57px;
}
.u-box-secondary-light .tel.-with-icon::before {
  content: '';
  display: inline-block;
  width: 0.7em;
  height: 1.2em;
  margin-right: 0.2em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../../../images/driveassist/revision/common/icon-tel.png);
}
.u-box-secondary-light .tel.-with-text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
}
.u-box-secondary-light .tel.-with-text .text {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.5em 1em;
  border-radius: 100vw;
  background-color: #333333;
  color: #fff;
  font-size: 17px;
}
ul.e-list.-disc li {
  margin-left: 1.5em;
  list-style-type: disc;
}
/* u-sup...脚注 */
.u-sup {
  padding-left: 1em;
  text-indent: -1em;
}
.u-sup::before {
  content: '※';
}
/* text-icon...テキストアイコン */
.text-icon {
  display: inline-block;
  margin-right: 0.2rem;
  border-radius: 100vw;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
.text-icon.-free {
  padding: 0.3rem 1rem;
  background-color: #BF1015;
  font-size: 23px;
}
.text-icon.-time {
  padding: 0.2rem 1rem;
  background-color: #0072B5;
  font-size: 14px;
}
/* photo-left...写真左パターン */
ul.photo-left {
  flex-wrap: wrap;
}
ul.photo-left li {
  max-width: 400px;
  margin-bottom: 40px;
}
ul.photo-left li.-full {
  max-width: 100%;
}
ul.photo-left li .col-left {
  width: calc(150/400 *100%);
  max-width: 150px;
  margin-right: 15px;
}
ul.photo-left li .col-right {
  flex-shrink: 9999;
}

/* photo-center...写真中央パターン */
ul.photo-center {
  flex-wrap: wrap;
}
ul.photo-center li {
  max-width: 230px;
  margin-bottom: 40px;
}
ul.photo-center li.-full {
  max-width: 100%;
}
ul.photo-center li .col-center {
  width: calc(250/400 *100%);
  max-width: 150px;
  margin-right: auto;
  margin-left: auto;
}
ul.photo-center li .col-right {
  flex-shrink: 9999;
}

/* ribbon...リボン */
.ribbon {
  position: absolute;
  top: 0;
  left: -17px;
  transform: translateY(-50%);
}
.ribbon_box {
  padding: 60px;
  background-color: #fff;
  position: relative;
}
.ribbon_box.-pd50 {
  padding: 60px 50px;
}
.ribbon_box.-gray {
  background-color: #F7F7F7;
}
.ribbon_box.-red {
  border: solid 3px #BF1015;
}
.ribbon_box.-red .ribbon {
  top: -2px;
  left: -20px;
}
.ribbon_box.-blue {
  background-color: #E6F6FF;
}
.ribbon_box.-blue::before {
  content: "";
  background-image: linear-gradient(to right, #0072B5, #0072B5 8px, transparent 8px, transparent 16px), linear-gradient(to right, #0072B5, #0072B5 8px, transparent 8px, transparent 16px), linear-gradient(to bottom, #0072B5, #0072B5 8px, transparent 8px, transparent 16px), linear-gradient(to bottom, #0072B5, #0072B5 8px, transparent 8px, transparent 16px);
  background-size: 16px 3px, 16px 3px, 3px 16px, 3px 16px;
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.ribbon_box_heading {
  font-size: 32px;
  font-weight: bold;
}
.ribbon_box:not(.-gray) {
  color: #333333;
}
.ribbon::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 13px 0;
  border-color: transparent #D5B036 transparent transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
}
.ribbon .e-heading {
  display: inline-block;
  height: 54px;
  padding: 0 30px;
  position: relative;
  text-align: center;
  line-height: 54px;
  background: #FFD341;
  font-size: 24px;
  color: #333333;
}
.ribbon .e-heading::before, .ribbon .e-heading::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  right: 0;
  transform: translateX(100%);
}
.ribbon .e-heading::before {
  border-width: 27px 20px 0 0;
  border-color: #FFD341 transparent transparent transparent;
  top: 0;
}
.ribbon .e-heading::after {
  border-width: 27px 0 0 20px;
  border-color: transparent transparent transparent #FFD341;
  bottom: 0;
}
/* breadcrumbs...パンくずリスト */
.breadcrumbs {
  display: inline-block;
  padding: 0.2em 1em;
  border-radius: 100vw;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.breadcrumbs li {
  display: inline-block;
}
/*
.breadcrumbs li.active {
  color: #0072B5;
  text-decoration: underline;
}
*/
/* KV */
.kv {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: calc(5392px/2) auto;
}
.kv .col-left {
  padding-top: 20px;
}
.kv .attention_box {
  max-width: 597px;
  padding: 1em 2em;
  background-color: #fff;
  border: 1px solid #333333;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.kv-main-nav {
  width: 320px;
  padding: 0 30px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.kv-main-nav_box {
  padding: 20px 0;
  border-top: 1px solid #707070;
}
.kv-main-nav_box .e-heading.-lv3 {
  font-size: 22px;
}
.kv-main-nav_box .e-heading.-lv4 {
  font-size: 19px;
}
.kv-main-nav_box .e-button {
  height: 60px;
}
.kv-logo {
  max-width: 150px;
  margin: 0 auto;
  padding: 15px 0;
}
/* page-main-nav...ページナビ */

.page-main-nav {
  margin-top: 50px;
  padding: 30px 0 47px;
  background-color: #104869;
}
.page-main-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-main-nav li {
  width: 225px;
  text-align: center;
  position: relative;
}
/*
.page-main-nav_img {
  display: inline-block;
  margin-bottom: 5px;
}
*/
.page-main-nav_img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%) translateY(-50%);
}
.page-main-nav_img img {
  width: auto;
  height: 27px;
}

.page-main-nav .e-button {
  background-color: #fff;
  height: 85px;
  font-size: 21px;
  position: relative;
}
.page-main-nav .e-button::after {
  content: '';
  display: inline-block;
}
.page-main-nav .e-button:hover {
  background-color: #FFF5A7;
  color: #7E7E7E;
}
.page-main-nav .e-button span {
  display: block;
}
.page-main-nav .e-button .sub {
  font-size: 14px;
  font-weight: normal;
  margin-top: 3px;
}
/* feature...特徴のコンテンツ */
.p-feature {
  padding: 100px 0 80px;
}
/* lower...下層のコンテンツ */
.p-lower {
  padding: 90px 0 100px;
}
/* contents_cv...CV */
.contents_cv {
  padding: 60px 0 80px;
}
.contents_cv.-bg {
  background-color: #FFF5A7;
}
/* contents_question...？コンテンツ */
.contents_question {
  padding: 80px 0;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.contents_question_box {
  max-width: 794px;
  margin: 0 auto;
  padding: 60px 10px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.68) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adffffff', endColorstr='#ffffff',GradientType=1 );
  position: relative;
}
.contents_question_box .e-heading.-lv3 {
  font-size: 32px;
}
.contents_question_box_text {
  position: relative;
  z-index: 2;
}
.contents_question_box::after {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.contents_question .e-heading {
  font-size: 42px;
}
.contents_question .e-heading.-before-icon::before {
  content: '?';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  margin: 0 auto 0.2em;
  padding-bottom: 0.1em;
  border-radius: 100vw;
  background-color: #FFD341;
  font-size: 76px;
}
/* contents_header...下層h1エリア */
.contents_header {
  background: #104869;
  padding: 71px 0 53px;
}
.contents_header + .page-main-nav {
  margin-top: -54px;
  padding-bottom: 63px;
}
@media screen and (min-width: 757px) {
  /* common */
  .pc_hide {
    display: none;
  }
  .contents_flex_pc {
    display: flex;
  }
  /* page-main-nav...ページナビ */
  .page-main-nav .e-button::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #FFD341 transparent transparent transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(200%);
  }
  .page-main-nav.-col5 li {
    width: 186px;
  }
  .page-main-nav.-col5 li .e-button {
    font-size: 18px;
    height: 70px;
    letter-spacing: -.8px;
  }
}
@media screen and (max-width: 756px) {
  /* common */
  body {
    min-width: 0%;
  }
  main {
    margin-top: 123px;
  }
  .sp_hide {
    display: none;
  }
  .contents_inner {
    max-width: calc(343/ 375 * 100%);
  }
  .contents_flex.-float_sp {
    display: block;
  }
  .contents_flex.-float_sp::after {
    content: '';
    display: blcok;
    clear: both;
  }
  .contents_flex.-float_sp .img {
    float: left;
  }
  /* e-heading...見出し */
  .e-heading.-lv1 {
    font-size: 30px;
  }
  .e-heading.-lv2 {
    font-size: 28px;
  }
  .e-heading.-lv2.-with-pop .pop {
    max-width: 40px;
  }
  .e-heading.-lv2 .sub {
    font-size: 18px;
  }
  .e-heading.-lv3 {
    font-size: 20px;
  }
  .e-heading.-border-bottom span {
    border-bottom: 3px solid #0072B5;
  }
  .e-heading.-border-bottom span::after {
    border-width: 8px 7px 0 7px;
  }
  .e-heading.-border-bottom.-red em {
    font-size: 18px;
  }
  .e-heading.-bg-arrow::after {
    border-width: 10px 10px 0 10px;
  }
  /* リンク */
  a.e-button.-lg {
    font-size: 20px;
  }
  a.e-button.-xl {
    height: 70px;
    font-size: 30px;
  }
  /* u-text...テキスト */
  .u-text-lgx {
    font-size: 17px;
  }
  .u-text-xl {
    font-size: 18px;
  }
  .u-text-xxl {
    font-size: 20px;
  }
  /* u-box...BOX */
  .u-box-secondary-light {
    padding: 30px 20px;
  }
  .u-box-secondary-light .e-heading {
    font-size: 19px;
  }
  .u-box-secondary-light .tel.-with-icon {
    font-size: 32px;
  }
  /* ribbon...リボン */
  .ribbon_box {
    padding: 60px 20px 30px;
  }
  .ribbon_box.-pd50 {
    padding: 60px 20px 30px;
  }
  .ribbon_box_heading {
    font-size: 22px;
  }
  .ribbon .e-heading {
    font-size: 20px;
  }
  /* photo-left...写真左パターン */
  ul.photo-left li {
    max-width: 100%;
  }
  ul.photo-left li .col-left {
    width: 60%;
    max-width: auto;
    margin: 0 auto;
  }
  /* photo-center...写真中央パターン */
  ul.photo-center li {
    max-width: 100%;
  }
  ul.photo-center li .col-left {
    width: 60%;
    max-width: auto;
    margin: 0 auto;
  }

  /* kv */
  .kv {
    background-size: cover;
    padding: 0;
  }
  .kv .attention_box {
    max-width: 100%;
    margin-bottom: 30px;
    padding: 0 2em;
    background: none;
    border: none;
    position: relative;
    z-index: 1;
  }
  .kv-main-nav {
    width: 100%;
    padding: 0;
    background: none;
    box-shadow: none;
    position: relative;
    z-index: 1;
  }
  .kv-main-nav_box {
    padding-right: calc(26/343 * 100%);
    padding-left: calc(26/343 * 100%);
    border: none;
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
  .kv-main-nav_box:not(:last-child) {
    margin-bottom: 15px;
  }
  .contents_main {
    padding-bottom: 1px;
    position: relative;
    z-index: 1;
    background-color: #ffffff;
  }
  /* contents_cv...CV */
  .contents_cv {
    padding: 30px 20px 40px;
  }
  /* page-main-nav...ページナビ */
  .page-main-nav {
    padding: 20px 0;
    position: relative;
    z-index: 1;
  }
  .page-main-nav ul {
    display: block;
    margin-bottom: -16px;
  }
  .page-main-nav li {
    width: 100%;
    text-align: left;
    margin-bottom: 16px;
  }

  .page-main-nav.-sp_col2 ul {
    display: flex;
    margin-bottom: -16px;
  }

  .page-main-nav.-sp_col2 li {
    width: 48%;
    text-align: center;
    margin-bottom: 16px;
  }

.page-main-nav_img {
  top: 50%;
  left: 10%;
}
.page-main-nav_img img{
  width: 2.5em;
  height: auto;
}

.page-main-nav .e-button {
  display: block;
  text-align: left;
  height: 65px;
  line-height: 65px;
  font-size: 13px;
  font-weight: normal;
  padding: 0 15px 0 20%;
}

.page-main-nav.-sp_col2 .e-button {
  display: flex;
  line-height: 1.2;
  background-color: #fff;
  height: 60px;
  font-size: 13px;
  position: relative;
  text-align: center;
  font-weight: normal;
  padding: 0 15px;
}

  .page-main-nav .e-button::after {
    width: 0.5em;
    height: 0.5em;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #333333;
    position: absolute;
    top: 50%;
    right: 0.3em;
    transform: skewX(5deg) skewY(-5deg) rotate(-40deg) translateY(-80%);
  }
  .page-main-nav .e-button .sub {
    font-size: 11px;
  }
  /* feature...特徴のコンテンツ */
  .p-feature {
    padding: 50px 0 30px;
  }
  /* lower...下層のコンテンツ */
  .p-lower {
    padding: 40px 0 50px;
  }
  /* contents_question...？コンテンツ */
  .contents_question {
    padding: 40px 20px 50px;
  }
  .contents_question_box {
    padding: 20px 20px;
  }
  .contents_question_box .e-heading.-lv3 {
    font-size: 20px;
  }
  .contents_question .e-heading {
    font-size: 22px;
  }
  .contents_question .e-heading.-before-icon::before {
    width: 45px;
    height: 45px;
    font-size: 40px;
  }
  /* contents_header...下層h1エリア */
  .contents_header {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .contents_header + .page-main-nav {
    margin-top: -35px;
    padding-bottom: 30px;
  }
}
