@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

body {
  line-height: 1.75;
  color: #000;
  font-size: 16px;
  background: #fff;
  font-family: Meiryo, Hiragino Kaku Gothic ProN, sans-serif;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

@media (max-width: 768px) {
  body {
    font-size: 13px;
  }
}

a {
  color: #0052CC;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

p,
ul,
ol {
  margin-top: 1.4em;
}

em,
b {
  font-style: normal;
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.strHeader *,
.strFooter * {
  margin: 0;
}

sup {
  font-size: 0.5em;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  font-size: 100%;
}

button {
  border: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/jp/img/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.strFooterTop {
  padding: 0 18px;
  margin-top: 90px;
}

.strFooterTop > .inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .strFooterTop {
    margin-top: 50px;
  }
}

.footerBanner {
  margin-left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footerBanner > .item {
  padding-left: 30px;
  text-align: center;
}

.footerBanner > .item > a,
.footerBanner > .item > div,
.footerBanner > .item > span {
  display: inline-block;
  position: relative;
}

.footerBanner > .item.ver-sns {
  position: relative;
}

.footerBanner > .item.ver-sns .list {
  position: absolute;
  top: 50%;
  right: 45px;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footerBanner > .item.ver-sns .list > li {
  display: inline-block;
  margin-left: 20px;
}

.footerBanner > .item.ver-sns .list > li > a {
  display: inline-block;
  width: 60px;
  height: 60px;
}

@media (max-width: 1000px) {
  .footerBanner > .item.ver-sns .list {
    right: 25px;
  }
  .footerBanner > .item.ver-sns .list > li {
    margin-left: 10px;
  }
  .footerBanner > .item.ver-sns .list > li > a {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 768px) {
  .footerBanner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footerBanner > .item {
    width: 100%;
  }
  .footerBanner > .item > a,
  .footerBanner > .item > div,
  .footerBanner > .item > span {
    max-width: 500px;
  }
  .footerBanner > .item + .item {
    margin-top: 20px;
  }
  .footerBanner > .item.ver-sns .list > li > a {
    width: 35px;
    height: 35px;
  }
}

.strFooterBottom {
  margin-top: 100px;
  background: #F6F6F6;
  font-size: 14px;
  padding: 56px 18px 20px;
  overflow-x: hidden;
  position: relative;
}

.strFooterBottom a {
  color: inherit;
}

.strFooterBottom a:hover {
  text-decoration: underline;
}

.strFooterBottom > .pagetop {
  position: absolute;
  top: 0;
  right: 17px;
}

.strFooterBottom > .pagetop > a {
  display: inline-block;
}

.strFooterBottom > .pagetop > a:hover {
  opacity: 0.6;
}

.strFooterBottom > .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.strFooterBottom.ver-simple {
  padding: 15px 18px;
}

.strFooterBottom.ver-simple > .inner > *:first-child {
  margin-top: 0;
}

.strFooterBottom.ver-simple .footerUtility {
  display: block;
  text-align: center;
}

@media (max-width: 768px) {
  .strFooterBottom {
    margin-top: 25px;
    padding: 0 18px 40px;
    font-size: 10px;
  }
  .strFooterBottom > .pagetop {
    position: static;
    background: #333;
    text-align: center;
    margin-bottom: 40px;
    margin-left: -18px;
    margin-right: -18px;
  }
  .strFooterBottom > .pagetop > a {
    display: block;
  }
  .strFooterBottom > .pagetop > a > img {
    width: 40px;
  }
  .strFooterBottom.ver-simple {
    padding: 37px 18px;
    margin-top: 40px;
  }
  .strFooterBottom.ver-simple .footerUtility {
    text-align: left;
  }
  .strFooterBottom.ver-simple .footerCopy {
    margin-top: 0;
  }
}

.footerSitemap > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.footerSitemap > .list > li {
  width: 20%;
  padding-right: 10px;
}

.footerSitemap > .list > li .head {
  display: inline-block;
  font-weight: bold;
}

.footerSitemap > .list > li > .list-child {
  font-size: 13px;
  margin: 0;
}

.footerSitemap > .list > li > .list-child > li {
  margin-top: 5px;
}

.footerSitemap > .list > li > .list-child > li > a {
  display: inline-block;
}

@media (max-width: 768px) {
  .footerSitemap {
    display: none;
  }
}

.footerLogo {
  margin-top: 20px;
}

.footerLogo > .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footerLogo > .item > .text {
  font-size: 10px;
  padding-left: 5px;
}

@media (max-width: 768px) {
  .footerLogo {
    margin-top: 0;
  }
  .footerLogo > .item > .logo {
    width: 40px;
  }
  .footerLogo > .item > .text {
    font-size: 8px;
  }
}

.footerCompany {
  margin-top: 20px;
  padding: 20px 0;
  position: relative;
}

.footerCompany:before, .footerCompany:after {
  content: "";
  width: 100vw;
  height: 1px;
  background: #E6E6E6;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.footerCompany:before {
  top: 0;
}

.footerCompany:after {
  bottom: 0;
}

.footerCompany > .list {
  margin: 0;
}

.footerCompany > .list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footerCompany > .list > li > a {
  display: inline-block;
  font-weight: bold;
}

.footerCompany > .list > li > .list-child {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 15px;
  margin: 0 0 0 15px;
}

.footerCompany > .list > li > .list-child:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  background: #CCC;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footerCompany > .list > li > .list-child > li {
  margin-right: 30px;
}

.footerCompany > .list > li > .list-child > li > a {
  display: inline-block;
}

@media (max-width: 768px) {
  .footerCompany {
    display: none;
  }
}

.footerUtility {
  margin-top: 22px;
  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;
}

@media (max-width: 768px) {
  .footerUtility {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 10px;
  }
}

.footerCopy > small {
  font-size: 11px;
  color: #707070;
}

@media (max-width: 768px) {
  .footerCopy {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-top: 20px;
  }
  .footerCopy > small {
    font-size: 8px;
  }
}

.footerLink > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.footerLink > .list > li > a {
  display: inline-block;
  font-size: 12px;
}

.footerLink > .list > li:not(:last-child) {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}

.footerLink > .list > li:not(:last-child):before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  background: #CCC;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  .footerLink {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-top: 15px;
  }
  .footerLink > .list {
    display: block;
  }
  .footerLink > .list > li {
    display: inline-block;
    margin-top: 5px;
  }
  .footerLink > .list > li > a {
    font-size: 10px;
  }
  .footerLink > .list > li:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px;
  }
}

.footerLang > a {
  display: inline-block;
  font-size: 12px;
}

@media (max-width: 768px) {
  .footerLang {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    border-top: 1px solid #E6E6E6;
    margin-top: 18px;
    padding-top: 18px;
  }
  .footerLang > a {
    font-size: 10px;
  }
}

.strHeader.ver-simple {
  margin-bottom: 53px;
}

@media (max-width: 768px) {
  .strHeader.ver-simple {
    margin-bottom: 18px;
  }
}

.strHeaderTop {
  background: #F6F6F6;
  font-size: 12px;
  padding: 13px 18px;
}

.strHeaderTop a {
  color: inherit;
}

.strHeaderTop > .inner {
  max-width: 1200px;
  margin: 0 auto;
  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;
}

@media (max-width: 768px) {
  .strHeaderTop {
    padding: 9px 10px 9px 18px;
    border-bottom: 1px solid #F0F0F0;
  }
}

.headerLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headerLogo > a {
  display: inline-block;
}

.headerLogo > a > img {
  width: 304px;
  display: block;
}

.headerLogo > .logo {
  display: inline-block;
  width: 112px;
  position: relative;
  top: -2px;
}

.headerLogo > .logo img {
  vertical-align: middle;
}

.headerLogo > .text {
  display: inline-block;
  width: 160px;
  margin-left: 30px;
}

.headerLogo > .text img {
  width: inherit;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .headerLogo > a > img {
    width: 220px;
  }
  .headerLogo > .logo {
    width: 75px;
  }
  .headerLogo > .text {
    width: 122px;
    margin-left: 22px;
  }
}

@media (min-width: 769px) {
  .headerBtnMenu {
    display: none;
  }
}

@media (max-width: 768px) {
  .headerBtnMenu {
    display: inline-block;
  }
  .headerBtnMenu > a {
    display: block;
    padding: 11px 14px;
    background: #fff;
  }
  .headerBtnMenu > a > img {
    width: 21px;
    display: block;
  }
}

.headerUtility > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.headerUtility > .list > li:not(:first-child) {
  margin-left: 30px;
}

.headerUtility > .list > li > a {
  display: inline-block;
}

.headerUtility > .list > li > a:hover {
  text-decoration: underline;
}

.headerUtility > .list > li.search > a:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 9.5px;
  height: 10.5px;
  background: url("/jp/img/common/header-icon-search.svg") no-repeat 0 0/cover;
}

.headerUtility > .list > li.search > a.is-active {
  color: #E61E1E;
}

.headerUtility > .list > li.search > a.is-active:before {
  background-image: url("/jp/img/common/header-icon-search_o.svg");
}

@media (max-width: 768px) {
  .headerUtility {
    display: none;
  }
}

.headerSearch {
  border-bottom: 1px solid #E7E7E7;
  padding: 10px 18px;
  display: none;
}

.headerSearch > .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.headerSearch > .inner:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: transparent 10px solid;
  border-bottom-color: #fff;
  position: absolute;
  bottom: calc(100% + 9px);
  right: 0;
}

@media (max-width: 768px) {
  .headerSearch {
    display: none !important;
  }
}

.formHeaderSearch {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 460px;
  margin-left: auto;
}

.formHeaderSearch > .keyword {
  background: #F6F6F6;
  border-radius: 2px 0 0 2px;
  border: none;
  padding: 6px 15px;
  width: 400px;
}

.formHeaderSearch > .submit {
  background: #E61E1E;
  color: #fff;
  border: none;
  border-radius: 0 2px 2px 0;
  padding: 6px 0;
  text-align: center;
  width: 60px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (min-width: 769px) {
  .navGlobal {
    display: block !important;
  }
  .navGlobal > .inner {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
  }
  .navGlobal > .inner > .category > .scroll .formHeaderSearch {
    display: none;
  }
  .navGlobal > .inner > .category > .scroll > .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .navGlobal > .inner > .category > .scroll > .list:before {
    content: "";
    width: 100vw;
    height: 1px;
    background: #E6E6E6;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .navGlobal > .inner > .category > .scroll > .list > li.contact, .navGlobal > .inner > .category > .scroll > .list > li.company, .navGlobal > .inner > .category > .scroll > .list > li.recruit {
    display: none;
  }
  .navGlobal > .inner > .category > .scroll > .list > li > a {
    display: block;
    font-size: 14px;
    color: inherit;
    padding: 13px 5px;
    min-width: 160px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .navGlobal > .inner > .category > .scroll > .list > li > a:before {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background: #E61E1E;
    position: absolute;
    left: -1px;
    bottom: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .navGlobal > .inner > .category > .scroll > .list > li > a:hover:before, .navGlobal > .inner > .category > .scroll > .list > li > a.is-active:before {
    width: 100%;
    left: 0;
  }
  .navGlobal > .inner > .drop {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    display: none;
  }
  .navGlobal > .inner > .drop .prev,
  .navGlobal > .inner > .drop .next {
    border: none;
    background: #fff;
    position: absolute;
    top: 0;
    width: 40px;
    height: calc(100% - 1px);
    padding: 0;
    border: 0 solid #E6E6E6;
    z-index: 3;
    text-align: center;
    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;
    display: none;
  }
  .navGlobal > .inner > .drop .prev.is-show,
  .navGlobal > .inner > .drop .next.is-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navGlobal > .inner > .drop .prev {
    left: 0;
    border-right-width: 1px;
  }
  .navGlobal > .inner > .drop .prev img {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .navGlobal > .inner > .drop .next {
    right: 60px;
    border-left-width: 1px;
  }
  .navGlobal > .inner > .drop:before {
    content: "";
    width: 100vw;
    height: 1px;
    height: 100%;
    border-bottom: 1px solid #E6E6E6;
    background: #FFF;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .navGlobal > .inner > .drop.is-active {
    display: block;
  }
  .navGlobal > .inner > .drop > .item {
    position: relative;
    padding-left: 40px;
    padding-right: 100px;
    overflow: hidden;
  }
  .navGlobal > .inner > .drop > .item > .head {
    display: none;
  }
  .navGlobal > .inner > .drop > .item > .close {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 2;
    width: 100px;
    height: calc(100% - 1px);
    background: #fff;
  }
  .navGlobal > .inner > .drop > .item > .close > a {
    background: #E7E7E7;
    display: block;
    padding: 22px;
    width: 60px;
    margin-left: auto;
  }
  .navGlobal > .inner > .drop > .item > .close > a img {
    display: block;
  }
  .navGlobal > .inner > .drop > .item > .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    overflow: hidden;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 0;
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
  }
  .navGlobal > .inner > .drop > .item > .list > li:not(:first-child) {
    margin-left: 20px;
  }
  .navGlobal > .inner > .drop > .item > .list > li > a {
    text-align: center;
    display: block;
    color: inherit;
    font-size: 13px;
    padding: 10px 5px;
    position: relative;
    overflow: hidden;
  }
  .navGlobal > .inner > .drop > .item > .list > li > a:before {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background: #E61E1E;
    position: absolute;
    left: -1px;
    bottom: 1px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .navGlobal > .inner > .drop > .item > .list > li > a:hover:before {
    width: 100%;
    left: 0;
  }
  .navGlobal > .inner > .drop > .item > .list > li > a > .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
    min-width: 70px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .navGlobal > .inner > .drop > .item > .list > li > a > .text {
    margin-top: 10px;
    display: inline-block;
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  .navGlobal {
    background: #F6F6F6;
    height: calc(100vh - 55px);
    position: absolute;
    z-index: 9999;
    top: 55px;
    left: 0;
    width: 100%;
    display: none;
  }
  .navGlobal > .inner {
    position: relative;
    height: 100%;
  }
  .navGlobal > .inner > .category {
    padding: 0 18px 100px;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .navGlobal > .inner > .category > .scroll .formHeaderSearch {
    margin-top: 20px;
    font-size: 16px;
    max-width: inherit;
  }
  .navGlobal > .inner > .category > .scroll .formHeaderSearch > .keyword {
    background: #fff;
    padding: 11px 15px;
    width: calc(100% - 60px);
    border-radius: 5px 0 0 5px;
  }
  .navGlobal > .inner > .category > .scroll .formHeaderSearch > .submit {
    padding: 11px 0;
    border-radius: 0 5px 5px 0;
  }
  .navGlobal > .inner > .category > .scroll > .list {
    margin: 0 -18px;
  }
  .navGlobal > .inner > .category > .scroll > .list > li {
    padding: 0 18px;
    background: #fff;
  }
  .navGlobal > .inner > .category > .scroll > .list > li > a {
    display: block;
    color: inherit;
    padding: 10px 30px 10px 0;
    border-bottom: 1px solid #F0F0F0;
    position: relative;
  }
  .navGlobal > .inner > .category > .scroll > .list > li > a:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 11px;
    background: url("/jp/img/common/header-icon-arrow.svg") no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -5.5px;
  }
  .navGlobal > .inner > .category > .scroll > .list > li.contact, .navGlobal > .inner > .category > .scroll > .list > li.company, .navGlobal > .inner > .category > .scroll > .list > li.recruit {
    display: block;
    background: transparent;
  }
  .navGlobal > .inner > .drop {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 0 18px 100px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .navGlobal > .inner > .drop.is-active {
    left: 0;
  }
  .navGlobal > .inner > .drop .prev,
  .navGlobal > .inner > .drop .next {
    display: none !important;
  }
  .navGlobal > .inner > .drop > .item > .head {
    margin: 0 -18px;
    border-bottom: 1px solid #F0F0F0;
  }
  .navGlobal > .inner > .drop > .item > .head > a {
    display: block;
    text-align: center;
    padding: 10px 18px;
    position: relative;
    color: inherit;
    font-size: 16px;
  }
  .navGlobal > .inner > .drop > .item > .head > a:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 11px;
    background: url("/jp/img/common/header-icon-arrow-back.svg") no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 18px;
    margin-top: -5.5px;
  }
  .navGlobal > .inner > .drop > .item > .close {
    display: none;
  }
  .navGlobal > .inner > .drop > .item > .list {
    margin: 0 -18px;
    width: calc(100% + 36px) !important;
  }
  .navGlobal > .inner > .drop > .item > .list > li {
    padding: 0 18px;
    background: #fff;
  }
  .navGlobal > .inner > .drop > .item > .list > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    color: inherit;
    padding: 11px 30px 11px 0;
    border-bottom: 1px solid #F0F0F0;
    position: relative;
  }
  .navGlobal > .inner > .drop > .item > .list > li > a:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 11px;
    background: url("/jp/img/common/header-icon-arrow.svg") no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -5.5px;
  }
  .navGlobal > .inner > .drop > .item > .list > li > a > .icon {
    width: 35px;
    text-align: center;
  }
  .navGlobal > .inner > .drop > .item > .list > li > a > .icon > img {
    max-height: 32px;
  }
  .navGlobal > .inner > .drop > .item > .list > li > a > .text {
    width: calc(100% - 35px);
    padding-left: 15px;
  }
}

.navPath {
  padding: 0 18px;
}

.navPath > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 0;
}

.navPath > .inner > .list {
  margin: 0;
  font-size: 11px;
  color: #777;
}

.navPath > .inner > .list > li {
  display: inline-block;
}

.navPath > .inner > .list > li:not(:last-child):after {
  content: ">";
  display: inline-block;
  margin: 0 2px 0 8px;
  position: relative;
  top: -1px;
}

.navPath > .inner > .list > li > a,
.navPath > .inner > .list > li > em {
  display: inline-block;
  font-weight: normal;
  color: inherit;
}

.navPath > .inner > .list > li > a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .navPath {
    border-top: 1px solid #E6E6E6;
    margin-top: 40px;
  }
  .navPath > .inner {
    padding-top: 25px;
    font-size: 10px;
  }
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .strHeader,
body .navPath,
body .strContent,
body .strFooterTop,
body .strFooterBottom {
  /* width: 100%; */
  width: 100vw;
}

@media (max-width: 768px) {
  body .strHeader {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  body .navPath {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  body .strContent {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body .strFooterTop {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  body .strFooterBottom {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

.strBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.strContent {
  padding: 0 18px;
  overflow-x: hidden;
}

.strContent > .strMain {
  max-width: 1200px;
  margin: 0 auto;
}

.strContent > .strMain.ver-full {
  max-width: inherit;
  margin: 0 -18px;
  padding: 0 18px;
}

.strContent > .strMain > .container {
  max-width: 1200px;
  margin: 0 auto;
}

.strMain {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}

.strMain > p:first-child {
  margin-top: 55px;
}

.strMain > .headType:first-child {
  margin-top: 53px;
}

.strMain > .strContentInner4:first-child {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .strMain > .strContentInner4:first-child {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .strMain > .pannelBase:first-child {
    margin-top: 0;
  }
  .strMain > p:first-child {
    margin-top: 38px;
  }
}

.strContentInner {
  max-width: 960px;
  margin: auto;
}

.strContentInner2 {
  max-width: 800px;
  margin: auto;
}

.strContentInner3 {
  width: calc(100% + 36px);
  margin: 50px -18px;
}

.strContentInner3 > *:first-child {
  margin-top: 0;
}

.strContentInner3 .groupRecommendLineup {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 768px) {
  .strContentInner3 {
    margin: 35px -18px;
  }
  .strContentInner3 .mediaMovie {
    margin-left: 0;
    margin-right: 0;
  }
}

.strContentInner4 {
  width: 100%;
  max-width: 1200px;
  margin: 120px auto;
}

.strContentInner4:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .strContentInner4 {
    margin: 60px auto;
  }
}

.strContentRow > .strPrimary > :first-child {
  margin-top: 0;
}

.strContentRow > .strSecondary > :first-child {
  margin-top: 0;
}

@media (min-width: 769px) {
  .strContentRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
  }
  .strContentRow > .strPrimary {
    width: 100%;
  }
  .strContentRow > .strSecondary {
    margin-left: 3.3333333333%;
    min-width: 30.8333333333%;
  }
  .strContentRow > .strSecondary.ver-2 {
    margin-left: 0;
    margin-right: 4.1666666667%;
    min-width: 20.8333333333%;
  }
  .strContentRow + *[class] {
    margin-top: 77px;
  }
}

@media (max-width: 768px) {
  .strContentRow {
    margin-top: 30px;
  }
  .strContentRow > .strSecondary {
    margin-top: 50px;
  }
  .strContentRow > .strSecondary.ver-2 {
    margin-top: 15px;
  }
  .strContentRow + *[class] {
    margin-top: 48px;
  }
}

.strFaq .strFaqInner {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto 0;
}

.strFaq .strFaqContent {
  width: 100%;
  max-width: 960px;
}

.strFaq .strFaqSub {
  text-align: right;
  max-width: 120px;
  width: 100%;
}

@media (min-width: 769px) {
  .strFaq .strFaqInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .strFaq .strFaqIcon {
    padding-left: 60px;
    min-width: 120px;
    font-size: 32px;
    line-height: 1.4;
    font-weight: bold;
  }
}

@media (max-width: 768px) {
  .strFaq .strFaqInner {
    margin: 34px auto 0;
  }
  .strFaq .strFaqIcon {
    font-size: 24px;
    font-weight: bold;
  }
  .strFaq .strFaqContent {
    margin-top: 10px;
  }
  .strFaq .strFaqSub {
    display: none;
  }
}

.bnrBase > a {
  display: inline-block;
}

.bnrBase > a:hover {
  opacity: 0.9;
}

.boxRule {
  margin-top: 30px;
  background: #fff;
  border: 1px solid #B3B3B3;
  padding: 0;
  height: 400px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.boxRule > .inner {
  padding: 30px;
  font-size: 14px;
}

.boxRule > .inner > *:first-child {
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .boxRule > .inner {
    padding: 20px 17px;
  }
}

.boxBorder,
.boxBorder3 {
  margin-top: 50px;
  background: #fff;
  border: 10px solid #F6F6F6;
  padding: 40px;
}

.boxBorder > *:first-child,
.boxBorder3 > *:first-child {
  margin-top: 0 !important;
}

.boxBorder > .head,
.boxBorder3 > .head {
  font-size: 24px;
  margin-top: 40px;
}

.boxBorder > .head2,
.boxBorder3 > .head2 {
  font-size: 16px;
  margin-top: 40px;
}

.boxBorder > .head3,
.boxBorder3 > .head3 {
  font-size: 20px;
  margin-top: 40px;
}

.boxBorder > .head3 > a,
.boxBorder3 > .head3 > a {
  position: relative;
  display: inline-block;
  color: inherit;
  padding-left: 20px;
}

.boxBorder > .head3 > a:hover,
.boxBorder3 > .head3 > a:hover {
  text-decoration: underline;
}

.boxBorder > .head3 > a::before,
.boxBorder3 > .head3 > a::before {
  content: '';
  position: absolute;
  display: inline-block;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #E61E1E;
  left: 0;
  top: 8px;
}

.boxBorder > .head4,
.boxBorder3 > .head4 {
  font-size: 16px;
  color: #E61E1E;
  text-align: center;
}

.boxBorder > .head4 + p,
.boxBorder3 > .head4 + p {
  margin-top: 15px;
}

.boxBorder > .head5,
.boxBorder3 > .head5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}

.boxBorder > .head5 img,
.boxBorder3 > .head5 img {
  margin-right: 14px;
}

.boxBorder > .head5 + *,
.boxBorder3 > .head5 + * {
  margin-top: 32px;
}

.boxBorder > .text,
.boxBorder3 > .text {
  font-size: 14px;
}

.boxBorder .listBullet,
.boxBorder .wrapButton,
.boxBorder .listBullet,
.boxBorder .headH3 + *[class],
.boxBorder3 .listBullet,
.boxBorder3 .wrapButton,
.boxBorder3 .listBullet,
.boxBorder3 .headH3 + *[class] {
  margin-top: 20px;
}

.boxBorder > .arrowBlock,
.boxBorder3 > .arrowBlock {
  max-width: 400px;
  margin: auto;
}

.boxBorder > .arrowBlock::after,
.boxBorder3 > .arrowBlock::after {
  width: 120px;
  content: '';
  display: block;
  margin: 25px auto;
  border-style: solid;
  border-width: 30px 60px 0 60px;
  border-color: #e7e7e7 transparent transparent transparent;
}

@media (max-width: 768px) {
  .boxBorder,
  .boxBorder3 {
    margin-top: 30px;
    padding: 25px;
    border-width: 5px;
  }
  .boxBorder > .head,
  .boxBorder3 > .head {
    font-size: 18px;
    margin-top: 30px;
  }
  .boxBorder > .head2,
  .boxBorder3 > .head2 {
    font-size: 14px;
    margin-top: 30px;
  }
  .boxBorder > .head3,
  .boxBorder3 > .head3 {
    font-size: 16px;
  }
  .boxBorder > .head4,
  .boxBorder3 > .head4 {
    font-size: 13px;
  }
  .boxBorder > .head4 + p,
  .boxBorder3 > .head4 + p {
    margin-top: 8px;
  }
  .boxBorder > .head5,
  .boxBorder3 > .head5 {
    font-size: 16px;
  }
  .boxBorder > .head5 img,
  .boxBorder3 > .head5 img {
    margin-right: 9px;
    width: 24px;
  }
  .boxBorder > .head5 + *,
  .boxBorder3 > .head5 + * {
    margin-top: 32px;
  }
  .boxBorder > .text,
  .boxBorder3 > .text {
    font-size: 13px;
  }
  .boxBorder > .arrowBlock::after,
  .boxBorder3 > .arrowBlock::after {
    width: 68px;
    margin: 15px auto;
    border-width: 14px 34px 0 34px;
  }
}

.boxBorder3 {
  border: 4px solid #707070;
}

.boxToggle {
  margin-top: 50px;
  background: #fff;
  border: 2px solid #DEDEDE;
}

@media (min-width: 769px) {
  .boxToggle.ver-sp-only {
    border: none;
  }
  .boxToggle.ver-sp-only > .head > a {
    padding: 0;
    cursor: default;
    color: inherit !important;
    font-size: 20px;
  }
  .boxToggle.ver-sp-only > .head > a:before {
    display: none;
  }
  .boxToggle.ver-sp-only > .content {
    margin-top: 20px;
    display: block !important;
    padding: 0;
  }
}

.boxToggle > *:first-child {
  margin-top: 0 !important;
}

.boxToggle > .head {
  font-weight: bold;
}

.boxToggle > .head > a {
  padding: 15px 15px 15px 60px;
  display: block;
  color: inherit;
  position: relative;
}

.boxToggle > .head > a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  border: 2px solid #000;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 50%;
  left: 30px;
  margin-top: -7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.boxToggle > .head > a.is-open {
  border-bottom: 2px solid #DEDEDE;
}

.boxToggle > .head > a.is-open:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -2px;
}

.boxToggle > .head > a:hover {
  color: #E61E1E;
}

.boxToggle > .head.u-ta-center > a {
  padding-left: 15px;
}

.boxToggle > .head.u-ta-center > a:before {
  position: relative;
  top: -3px;
  left: 0;
  margin: 0 20px 0 0;
}

.boxToggle > .head.u-ta-center > a > .icon {
  width: 22px;
  height: 18px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.boxToggle > .content {
  background: #fff;
  padding: 35px 40px;
}

.boxToggle > .content > *:first-child {
  margin-top: 0 !important;
}

.boxToggle + .boxToggle {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .boxToggle > .head > a {
    padding-left: 40px;
  }
  .boxToggle > .head > a:before {
    left: 17px;
    margin-top: -9px;
  }
  .boxToggle > .head > a.is-open:before {
    margin-top: -4px;
  }
  .boxToggle > .head > a:hover {
    color: #E61E1E;
  }
  .boxToggle > .head.u-ta-center {
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .boxToggle > .head.u-ta-center > a {
    padding-left: 40px;
  }
  .boxToggle > .head.u-ta-center > a:before {
    position: absolute;
    top: 15px;
    left: 17px;
    margin: 0;
  }
  .boxToggle > .head.u-ta-center > a > .icon {
    width: 18px;
    height: 15px;
    margin-right: 5px;
    top: -2px;
  }
  .boxToggle > .content {
    padding: 20px;
  }
  .boxToggle + .boxToggle {
    margin-top: 15px;
  }
}

.boxToggle2 {
  background: #E7E7E7;
  margin-top: 100px;
}

.boxToggle2 > .head {
  font-size: 20px;
  font-weight: bold;
}

.boxToggle2 > .head > a {
  padding: 27px 15px 27px 60px;
  display: block;
  color: inherit;
  position: relative;
  border: 2px solid #E7E7E7;
}

.boxToggle2 > .head > a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  border: 2px solid #000;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 50%;
  left: 30px;
  margin-top: -7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.boxToggle2 > .head > a.is-open:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -2px;
}

.boxToggle2 > .head > a:hover {
  color: #E61E1E;
}

.boxToggle2 > .content {
  background: #fff;
  padding: 35px 40px;
  border: 2px solid #E7E7E7;
  border-width: 0 2px 2px 2px;
}

.boxToggle2 > .content > *:first-child {
  margin-top: 0 !important;
}

.boxToggle2.ver-bg {
  background: #fff;
}

.boxToggle2.ver-bg > .head > a {
  border-color: #333;
}

.boxToggle2.ver-bg > .head > a.is-open {
  background: #333;
  color: #fff;
}

.boxToggle2.ver-bg > .head > a.is-open:before {
  border-color: #fff;
}

.boxToggle2.ver-bg2 {
  background: #FEF7FB;
}

.boxToggle2.ver-bg2 > .head > a {
  border-color: #F376B4;
  color: #F376B4;
}

.boxToggle2.ver-bg2 > .head > a:before {
  border-color: #F376B4;
}

.boxToggle2.ver-bg2 > .head > a.is-open {
  background: #F376B4;
  color: #fff;
}

.boxToggle2.ver-bg2 > .head > a.is-open:before {
  border-color: #fff;
}

.boxToggle2.ver-bg3 {
  background: #F3F9FE;
}

.boxToggle2.ver-bg3 > .head > a {
  border-color: #369AE9;
  color: #369AE9;
}

.boxToggle2.ver-bg3 > .head > a:before {
  border-color: #369AE9;
}

.boxToggle2.ver-bg3 > .head > a.is-open {
  background: #369AE9;
  color: #fff;
}

.boxToggle2.ver-bg3 > .head > a.is-open:before {
  border-color: #fff;
}

.boxToggle2.ver-bg4 {
  background: #F0FAF6;
}

.boxToggle2.ver-bg4 > .head > a {
  border-color: #03AD6B;
  color: #03AD6B;
}

.boxToggle2.ver-bg4 > .head > a:before {
  border-color: #03AD6B;
}

.boxToggle2.ver-bg4 > .head > a.is-open {
  background: #03AD6B;
  color: #fff;
}

.boxToggle2.ver-bg4 > .head > a.is-open:before {
  border-color: #fff;
}

.boxToggle2.ver-bg5 {
  background: #FEF9F0;
}

.boxToggle2.ver-bg5 > .head > a {
  border-color: #F49B00;
  color: #F49B00;
}

.boxToggle2.ver-bg5 > .head > a:before {
  border-color: #F49B00;
}

.boxToggle2.ver-bg5 > .head > a.is-open {
  background: #F49B00;
  color: #fff;
}

.boxToggle2.ver-bg5 > .head > a.is-open:before {
  border-color: #fff;
}

.boxToggle2.ver-bg6 {
  background: #F9F9F9;
}

.boxToggle2.ver-bg6 > .head > a {
  border-color: #5E5E5E;
  color: #5E5E5E;
}

.boxToggle2.ver-bg6 > .head > a:before {
  border-color: #5E5E5E;
}

.boxToggle2.ver-bg6 > .head > a.is-open {
  background: #5E5E5E;
  color: #fff;
}

.boxToggle2.ver-bg6 > .head > a.is-open:before {
  border-color: #fff;
}

.boxToggle2.ver-bg7 {
  background: #ffd9d9;
}

.boxToggle2.ver-bg7 > .head > a {
  border-color: #ffd9d9;
}

.boxToggle2 + .boxToggle2 {
  margin-top: 30px;
}

.boxToggle2 .lytImage {
  margin-top: 24px;
}

@media (max-width: 768px) {
  .boxToggle2 {
    margin-top: 50px;
  }
  .boxToggle2 > .head {
    font-size: 15px;
  }
  .boxToggle2 > .head > a {
    padding: 19px 5px 19px 40px;
  }
  .boxToggle2 > .head > a:before {
    left: 15px;
  }
  .boxToggle2 > .content {
    padding: 15px;
  }
  .boxToggle2 + .boxToggle2 {
    margin-top: 15px;
  }
}

.boxCase {
  margin-top: 50px;
  background: #fff;
  border: 10px solid #F6F6F6;
}

.boxCase > *:first-child {
  margin-top: 0 !important;
}

.boxCase > .head {
  font-size: 18px;
  font-weight: bold;
  background: #F6F6F6;
  padding: 10px 20px 20px;
}

.boxCase > .content {
  background: #fff;
  padding: 20px 40px;
}

.boxCase > .content > *:first-child {
  margin-top: 0 !important;
}

.boxCase .lytColumn {
  margin-top: 20px;
}

.boxCase p {
  margin-top: 0.7em;
}

@media (max-width: 768px) {
  .boxCase {
    margin-top: 30px;
    border-width: 5px;
  }
  .boxCase > .head {
    font-size: 15px;
    padding: 10px 15px 15px;
  }
  .boxCase > .content {
    padding: 20px 15px;
  }
  .boxCase .lytColumn {
    margin-top: 5px;
  }
  .boxCase .lytColumn > .item {
    margin-top: 5px !important;
  }
  .boxCase .lytColumn > .item .lytImage {
    margin-top: 10px;
  }
}

.boxStep {
  margin-top: 50px;
  background: #fff;
  border: 10px solid #F6F6F6;
  padding: 20px 40px;
}

.boxStep > *:first-child {
  margin-top: 0 !important;
}

.boxStep .headType5 > .text {
  font-size: 24px;
}

.boxStep p {
  margin-top: 1em;
}

.boxStep + .boxStep {
  margin-top: 40px;
  position: relative;
}

.boxStep + .boxStep:before {
  content: "";
  width: 0;
  height: 0;
  border: 1px solid transparent;
  border-top-color: #D4D4D4;
  position: absolute;
  top: -38px;
  left: 50%;
  border-width: 16px 12px;
  margin-left: -8px;
}

@media (max-width: 768px) {
  .boxStep {
    margin-top: 30px;
    border-width: 5px;
    padding: 20px 15px;
  }
  .boxStep .headType5 > .text {
    font-size: 18px;
  }
  .boxStep + .boxStep:before {
    top: -33px;
  }
}

.boxPerson {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.boxPerson > *:first-child {
  margin-top: 0 !important;
}

.boxPerson > .image {
  width: 150px;
}

.boxPerson > .content {
  width: calc(100% - 150px);
  padding-left: 20px;
}

.boxPerson > .content > .label {
  font-size: 13px;
}

.boxPerson > .content > .name {
  font-size: 20px;
  margin-top: 0.5em;
}

.boxPerson > .content > .txtSmall {
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .boxPerson {
    margin-top: 30px;
  }
  .boxPerson > .image {
    width: 120px;
  }
  .boxPerson > .content {
    width: calc(100% - 120px);
    padding-left: 15px;
  }
  .boxPerson > .content > .label {
    font-size: 11px;
  }
  .boxPerson > .content > .txtSmall {
    font-size: 11px;
  }
}

.boxCatalog {
  margin-top: 50px;
  background: #fff;
  border: 10px solid #F6F6F6;
  padding: 25px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.boxCatalog > *:first-child {
  margin-top: 0 !important;
}

.boxCatalog > .image {
  width: 144px;
}

.boxCatalog > .image > a {
  display: inline-block;
}

.boxCatalog > .image > a:hover {
  opacity: 0.6;
}

.boxCatalog > .content {
  width: calc(100% - 144px);
  padding-left: 40px;
}

.boxCatalog > .content > .head {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
}

.boxCatalog > .content > .head > small {
  display: inline-block;
  font-size: 16px;
}

.boxCatalog > .content > .txtNotes {
  margin-top: 0.5em;
}

.boxCatalog > .content > .link {
  margin-top: 1em;
}

.boxCatalog > .content > .link .iconText {
  margin-left: 5px;
  margin-top: 4px;
}

@media (max-width: 768px) {
  .boxCatalog {
    margin-top: 30px;
    border-width: 5px;
    padding: 15px;
  }
  .boxCatalog > .image {
    width: 120px;
  }
  .boxCatalog > .content {
    width: calc(100% - 120px);
    padding-left: 20px;
  }
  .boxCatalog > .content > .head {
    font-size: 18px;
  }
  .boxCatalog > .content > .head > small {
    font-size: 13px;
  }
  .boxCatalog > .content > .link {
    font-size: 12px;
  }
  .boxCatalog > .content > .link .linkArrow.ver-small:before {
    top: 0;
    margin-top: 4px;
  }
}

.boxAnchor {
  margin-top: 50px;
  background: #fff;
  border: 10px solid #F6F6F6;
  padding: 25px 40px;
}

.boxAnchor > *:first-child {
  margin-top: 0 !important;
}

.boxAnchor .headType3 {
  margin-top: 20px;
}

.boxAnchor .listAnchor {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .boxAnchor {
    margin-top: 30px;
    padding: 15px 10px 15px 20px;
    border-width: 5px;
  }
  .boxAnchor .listAnchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .boxAnchor .listAnchor > li {
    padding-right: 10px;
    margin-right: 0 !important;
    width: 50%;
  }
}

.boxFill {
  margin-top: 30px;
  background-color: #f6f6f6;
}

.boxFill > .inner {
  padding: 30px;
}

.boxFill > .inner > .head {
  margin-bottom: 24px;
  text-align: center;
  font-size: 20px;
}

.boxFill > .inner > .head + * {
  margin-top: 0;
}

@media (max-width: 768px) {
  .boxFill > .inner {
    padding: 20px 15px;
  }
  .boxFill > .inner > .head {
    margin-bottom: 17px;
    font-size: 16px;
  }
}

.boxButtonLink {
  margin-top: 55px;
  background-color: #f6f6f6;
}

.boxButtonLink > .inner {
  padding: 0 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.boxButtonLink > .inner > .head {
  margin-top: 30px;
  width: 10em;
}

.boxButtonLink > .inner > .head > span {
  font-size: 20px;
}

.boxButtonLink > .inner > .content {
  margin-top: 30px;
  width: calc(100% - 10em);
}

.boxButtonLink > .inner > .content > *:first-child {
  margin-top: 0;
}

@media (max-width: 768px) {
  .boxButtonLink > .inner {
    padding: 20px 15px;
  }
  .boxButtonLink > .inner > .head {
    width: 100%;
    text-align: center;
  }
  .boxButtonLink > .inner > .head > span {
    font-size: 16px;
  }
  .boxButtonLink > .inner > .head:first-child {
    margin-top: 0;
  }
  .boxButtonLink > .inner > .content {
    width: 100%;
    margin-top: 20px;
  }
}

.boxReference {
  margin: 73px auto 0;
  max-width: 480px;
  padding: 50px 40px;
  border: 10px solid #f6f6f6;
  background: #fff;
}

.boxReference .head {
  margin-bottom: 33px;
  font-size: 24px;
  text-align: center;
}

.boxReference .btn {
  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;
}

.boxReference .btn > a {
  min-width: 118px;
}

.boxReference .btn > a:not(:first-child) {
  margin-left: 36px;
}

@media (max-width: 768px) {
  .boxReference {
    margin: 33px auto 0;
    border: 5px solid #f6f6f6;
    padding: 30px 20px;
  }
  .boxReference .head {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .boxReference .btn > a {
    min-width: 75px;
  }
  .boxReference .btn > a:not(:first-child) {
    margin-left: 25px;
  }
}

.boxThoughts {
  margin: 73px auto 0;
  max-width: 894px;
  padding: 40px;
  border: 10px solid #f6f6f6;
  background: #fff;
}

.boxThoughts > :first-child {
  margin-top: 0;
}

.boxThoughts .text {
  font-size: 14px;
  text-align: center;
}

.boxThoughts .form {
  margin: 40px auto 0;
  max-width: 600px;
}

.boxThoughts .form .formTextarea {
  min-height: 140px;
}

@media (max-width: 768px) {
  .boxThoughts {
    margin: 33px auto 0;
    border: 5px solid #f6f6f6;
    padding: 30px 20px;
  }
}

.boxBorder2 {
  background: #fff;
  border: 10px solid #F6F6F6;
}

.boxBorder2 .inner {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.boxBorder2 .head {
  font-size: 20px;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .boxBorder2 .img {
    min-height: 152px;
  }
}

@media (max-width: 768px) {
  .boxBorder2 .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.boxError {
  margin-top: 60px;
  border: 2px solid #E61E1E;
  background-color: #fff2f2;
}

.boxError .inner {
  padding: 16px 30px;
}

.boxError .listError {
  margin-top: 0;
  font-size: 14px;
}

@media (max-width: 768px) {
  .boxError {
    margin-top: 44px;
  }
  .boxError .inner {
    padding: 15px;
  }
  .boxError .listError {
    font-size: 12px;
  }
}

.boxContact {
  margin-top: 40px;
  background: #fff;
  border: 10px solid #F6F6F6;
  padding: 30px;
}

.boxContact > *:first-child {
  margin-top: 0;
}

.boxContact .head {
  font-size: 20px;
  text-align: center;
}

.boxContact .tel {
  margin-top: 20px;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}

.boxContact .time {
  margin-top: 22px;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 768px) {
  .boxContact {
    margin-top: 44px;
    padding: 26px 15px;
  }
  .boxContact .head {
    font-size: 16px;
  }
  .boxContact .tel {
    margin-top: 24px;
    font-size: 21px;
  }
  .boxContact .time {
    margin-top: 20px;
    font-size: 13px;
  }
}

.btnPrimary {
  background: #E61E1E;
  color: #fff;
  font-size: 18px;
  padding: 14.5px 32px;
  text-align: center;
  display: inline-block;
}

.btnPrimary.ver-small {
  padding: 12px 18px;
  font-size: 14px;
}

.btnPrimary.ver-anchor {
  position: relative;
  padding-left: 52px;
}

.btnPrimary.ver-anchor:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border: transparent 10px solid;
  border-width: 8px 6px;
  -webkit-transform: none;
          transform: none;
  border-top-color: #fff;
  left: 25px;
  top: 50%;
  margin-top: -4px;
}

.btnPrimary.ver-big {
  padding: 27.5px 50px;
  font-size: 20px;
  min-width: 300px;
}

.btnPrimary.ver-end {
  cursor: not-allowed;
  background: #B3B3B3;
}

.btnPrimary.ver-end:hover {
  background: #B3B3B3;
}

@media (max-width: 768px) {
  .btnPrimary {
    min-width: inherit;
    font-size: 12px;
    padding: 12px 25px;
  }
  .btnPrimary.ver-small {
    padding: 12px 20px;
    font-size: 12px;
  }
  .btnPrimary.ver-big {
    font-size: 16px;
    min-width: 215px;
    padding: 18.5px 30px;
  }
  .btnPrimary.ver-anchor {
    padding-left: 30px;
  }
  .btnPrimary.ver-anchor:before {
    border-width: 6px 4px;
    left: 16px;
    margin-top: -3px;
  }
}

a.btnPrimary:hover {
  background: #ff0008;
}

.btnSecondary {
  background: #FFF;
  border: 2px solid #E61E1E;
  color: #E61E1E;
  font-size: 18px;
  min-width: 136px;
  padding: 12.5px 30px;
  text-align: center;
  display: inline-block;
}

@media (max-width: 768px) {
  .btnSecondary {
    min-width: inherit;
    font-size: 12px;
    padding: 10px 20px;
  }
}

.btnIcon {
  background: #F6F6F6;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  padding: 10px;
  min-height: 80px;
  position: relative;
}

.btnIcon > .icon {
  width: 60px;
  text-align: center;
}

.btnIcon > .text {
  width: calc(100% - 60px);
  line-height: 1.3;
  padding-left: 5px;
}

.btnIcon.is-current:before, .btnIcon:before {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: #E61E1E;
  position: absolute;
  left: -1px;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btnIcon.is-current:before, .btnIcon:hover:before {
  left: 0;
  width: 100%;
}

@media (max-width: 1000px) {
  .btnIcon > .icon {
    width: 30px;
  }
  .btnIcon > .text {
    width: calc(100% - 30px);
    padding-left: 10px;
  }
}

@media (max-width: 768px) {
  .btnIcon {
    min-height: 50px;
  }
  .btnIcon > .icon {
    width: 25px;
    line-height: 1;
  }
  .btnIcon > .icon > img {
    max-height: 25px;
  }
  .btnIcon > .text {
    width: calc(100% - 25px);
    padding-left: 13px;
  }
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .btnIcon {
  display: table-cell;
  vertical-align: middle;
}

.btnNormal {
  background: #F6F6F6;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  padding: 5px;
  min-height: 60px;
}

.btnNormal > .text {
  line-height: 1.3;
  width: 100%;
  text-align: center;
}

.btnNormal > .text > .icon {
  display: inline-block;
  position: relative;
  left: 3px;
  top: -1px;
  vertical-align: middle;
}

.btnNormal > .text > .icon.ver-window {
  left: 6px;
}

.btnNormal > .text > .icon.ver-important {
  left: 0;
  right: 0;
  top: -1px;
  margin-right: 4px;
  width: 9px;
}

.btnNormal.ver-2 {
  background: #fff;
}

.btnNormal.ver-2::before {
  display: none;
}

.btnNormal.ver-3 {
  max-width: 320px;
}

@media (max-width: 768px) {
  .btnNormal {
    min-height: 40px;
  }
}

a.btnNormal {
  position: relative;
}

a.btnNormal.is-current:before, a.btnNormal:before {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: #E61E1E;
  position: absolute;
  left: -1px;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.btnNormal.is-current:before, a.btnNormal:hover:before {
  left: 0;
  width: 100%;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .btnNormal {
  display: table-cell;
  vertical-align: middle;
}

.btnToggle {
  background: #FFF;
  border: 2px solid #E61E1E;
  color: #E61E1E;
  font-size: 18px;
  min-width: 184px;
  padding: 14.5px 10px;
  text-align: center;
  display: inline-block;
}

.btnToggle > span {
  position: relative;
  display: inline-block;
  padding-left: 28px;
}

.btnToggle > span:before, .btnToggle > span:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #E61E1E;
  margin-top: -1px;
}

.btnToggle > span:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.btnToggle.is-open {
  border-color: #E7E7E7;
  background: #E7E7E7;
  color: #000;
}

.btnToggle.is-open > span:before {
  background: #000;
}

.btnToggle.is-open > span:after {
  display: none;
}

.btnToggle.ver-primary {
  background: #E61E1E;
}

.btnToggle.ver-primary > span {
  color: #fff;
}

.btnToggle.ver-primary > span:before, .btnToggle.ver-primary > span:after {
  background: #fff;
}

.btnToggle.ver-primary:hover {
  border-color: #ff0008;
  background: #ff0008;
}

.btnToggle.ver-primary.is-open {
  border-color: #E7E7E7;
  background: #E7E7E7;
}

.btnToggle.ver-primary.is-open > span {
  color: #000;
}

.btnToggle.ver-primary.is-open > span:before {
  background: #000;
}

@media (max-width: 768px) {
  .btnToggle {
    min-width: inherit;
    font-size: 12px;
    padding: 12px 20px;
    border-width: 1px;
  }
  .btnToggle > span {
    padding-left: 18px;
  }
  .btnToggle > span:before, .btnToggle > span:after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 1px;
    margin-top: -1px;
  }
  .btnToggle > span:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.btnSecondary > .content {
  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;
}

.btnSecondary > .content > .text {
  padding-left: 5px;
}

.btnMedia {
  background: #F6F6F6;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  padding: 10px 30px;
  position: relative;
}

.btnMedia > .inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btnMedia > .inner > .text {
  min-width: 160px;
  font-size: 20px;
  font-weight: 700;
  margin-right: 10px;
}

.btnMedia.is-current:before, .btnMedia:before {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: #E61E1E;
  position: absolute;
  left: -1px;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btnMedia.is-current:before, .btnMedia:hover:before {
  left: 0;
  width: 100%;
}

@media (max-width: 768px) {
  .btnMedia {
    padding: 15px 20px;
  }
  .btnMedia > .inner {
    min-height: 100px;
  }
  .btnMedia > .inner > .img {
    text-align: center;
  }
  .btnMedia > .inner > .text {
    min-width: 120px;
    font-size: 16px;
  }
}

.btnMedia2Warp {
  max-width: 800px;
  margin: 60px auto 0;
}

.btnMedia2 {
  background: #F6F6F6;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
}

.btnMedia2 > .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 120px;
  padding: 15px 30px;
}

.btnMedia2 > .inner > .content > .head {
  font-size: 18px;
  font-weight: 700;
}

.btnMedia2 > .inner > .content > .text {
  margin-top: 10px;
}

.btnMedia2 > .inner > .image {
  margin-right: 24px;
}

.btnMedia2 > .inner > .image img {
  max-height: 89px;
}

.btnMedia2 > .inner > .image {
  background: no-repeat center center / contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 132px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btnMedia2 > .inner > .image.ver-6 {
  background-image: url("/jp/img/support/support-icon-6.png");
}

.btnMedia2 > .inner > .image > img {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btnMedia2:hover > .inner > .image img {
  opacity: 1;
}

@media (max-width: 768px) {
  .btnMedia2 > .inner {
    padding: 15px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    min-height: 100px;
  }
  .btnMedia2 > .inner > .content {
    width: 76.401179941%;
  }
  .btnMedia2 > .inner > .content > .head {
    font-size: 15px;
  }
  .btnMedia2 > .inner > .content > .text {
    margin-top: 7px;
  }
  .btnMedia2 > .inner > .image {
    width: 11.7994100295%;
    margin-right: 25px;
    min-width: 50px;
    max-width: 200px;
  }
  .btnMedia2 > .inner > .image > img {
    max-width: 50px;
  }
}

.btnBack {
  background-color: #f6f6f6;
  color: inherit;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 14px 17px 40px;
  position: relative;
}

.btnBack::before {
  content: '';
  position: absolute;
  display: inline-block;
  border-style: solid;
  border-width: 6px 7px 6px 0;
  border-color: transparent #000 transparent transparent;
  left: 14px;
  top: 50%;
  margin-top: -6px;
}

@media (max-width: 768px) {
  .btnBack {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.formSearch > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.formSearch > .inner > .keyword {
  background: #F6F6F6;
  border-radius: 2px 0 0 2px;
  border: none;
  padding: 9px 20px 9px 15px;
  width: 100%;
  max-width: 800px;
  min-height: 60px;
}

.formSearch > .inner > .submit {
  background: #E61E1E;
  color: #fff;
  border-radius: 0 2px 2px 0;
  border: none;
  padding: 6px 0;
  text-align: center;
  width: 70px;
}

.formSearch > .inner.ver-small > .keyword {
  min-height: auto;
}

@media (max-width: 768px) {
  .formSearch > .inner > .keyword {
    min-height: 50px;
    border-radius: 5px 0 0 5px;
  }
  .formSearch > .inner > .submit {
    min-height: 50px;
    border-radius: 0 5px 5px 0;
  }
  .formSearch > .inner.ver-small > .keyword {
    min-height: 40px;
  }
  .formSearch > .inner.ver-small > .submit {
    min-height: 40px;
  }
}

.formSelect {
  background-color: #ffffff;
  display: block;
  position: relative;
  width: 100%;
}

.formSelect.ver-2 select {
  border-radius: 2px;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  padding: 17px 35px 17px 15px;
}

.formSelect::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-color: #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 15px;
}

.formSelect select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 2px;
  border: 1px solid #000000;
  width: 100%;
  padding: 10px 35px 10px 15px;
  line-height: 1.5;
}

.formSelect select::-ms-expand {
  display: none;
}

.formSelect.is-error select {
  border-color: #E61E1E;
}

@media (max-width: 768px) {
  .formSelect select {
    border-radius: 5px;
  }
}

.formGroup .formGroupText {
  display: block;
  margin-bottom: 5px;
}

.formGroup + .formGroup {
  margin-top: 18px;
}

.formRadio {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.formRadio > .item {
  height: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 0;
}

.formRadio > .text {
  display: inline-block;
  padding-left: 24px;
  position: relative;
}

.formRadio > .text::before {
  background-color: #fff;
  border: 2px solid #b3b3b3;
  border-radius: 50%;
  content: '';
  height: 14px;
  left: 0;
  width: 14px;
}

.formRadio > .text::after, .formRadio > .text::before {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.formRadio > .text::after {
  background-color: #E61E1E;
  border-radius: 50%;
  height: 8px;
  left: 3px;
  width: 8px;
}

.formRadio > .item:checked + .text::after {
  content: '';
}

.formSortWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -10px;
}

.formSortWrap > .formSort {
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  .formSortWrap > .formSort:not(:last-child) {
    margin-right: 10px;
  }
}

.formSort {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f6f6f6;
  font-size: 14px;
  margin-bottom: -10px;
  padding: 8px 20px 8px;
}

.formSort > .head {
  min-width: 80px;
  max-width: 120px;
  margin-right: 10px;
}

.formSort > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -10px;
}

.formSort > .item > li {
  margin: 0 0 10px 20px;
}

@media (max-width: 768px) {
  .formSort {
    width: 100%;
  }
  .formSort > .item {
    margin-left: -20px;
  }
}

.formTextarea {
  padding: 16px 20px;
  border-radius: 2px;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  width: 100%;
}

.formTextarea.ver-2 {
  min-height: 219px;
}

.formTextarea.is-error {
  border-color: #E61E1E;
}

.formCheckbox {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.formCheckbox .item {
  height: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 0;
}

.formCheckbox .text {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}

.formCheckbox .text::after, .formCheckbox .text::before {
  display: block;
  position: absolute;
}

.formCheckbox .text::before {
  border: 2px solid #000000;
  background-color: #ffffff;
  content: '';
  height: 20px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
}

.formCheckbox .item:checked + .text::after {
  content: '';
  border-bottom: 2px solid #E61E1E;
  border-left: 2px solid #E61E1E;
  height: 6px;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-75%) rotate(-45deg);
          transform: translateY(-75%) rotate(-45deg);
  width: 11px;
}

.formCheckbox .item:disabled + .text {
  color: #b3b3b3;
}

.formCheckbox .item:disabled + .text::before {
  border-color: #d4d4d4;
  background-color: #d4d4d4;
}

.formCheckbox .item:disabled + .text::after {
  content: "";
  width: 10px;
  height: 2px;
  top: 13px;
  left: 5px;
  background-color: #fff;
}

.formText {
  padding: 15px 20px;
  border-radius: 2px;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  width: 100%;
}

.formText.is-error {
  border-color: #E61E1E;
}

.formName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.formName > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.formName > .item .formText {
  max-width: 200px;
}

.formName > .item .text {
  margin-right: 10px;
}

.formName > .item:not(:first-child) {
  margin-left: 5.3333333333%;
}

.formZip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.formZip .formText {
  max-width: 160px;
}

.formZip .link {
  margin-left: 30px;
}

@media (min-width: 769px) {
  .groupColumnTab > .tab {
    display: none;
  }
}

@media (max-width: 768px) {
  .groupColumnTab > .content > .lytColumn > .item {
    margin-top: 0 !important;
  }
  .groupColumnTab > .tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .groupColumnTab > .tab > li {
    width: 50%;
  }
  .groupColumnTab > .tab > li > a {
    display: block;
    background: #E7E7E7;
    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-top: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
    border-bottom: 3px solid #b3b3b3;
    border-left: 1px solid #E7E7E7;
    padding: 15px 5px;
    height: 100%;
  }
  .groupColumnTab > .tab > li > a.is-active {
    background: #FFF2F2;
    border-color: #FF0000;
    position: relative;
  }
  .groupColumnTab > .tab > li > a.is-active:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-top-color: #FF0000;
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    right: 0;
    margin: auto;
  }
  .groupColumnTab > .tab > li > a.is-active > span {
    color: #FF0000;
  }
  .groupColumnTab > .tab > li > a > span {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
    color: #000;
    text-align: center;
  }
}

.groupLolifeFaq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: -20px;
}

.groupLolifeFaq .item > .button {
  background: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  padding: 5px;
  min-height: 60px;
}

.groupLolifeFaq .item > .button > .text {
  display: inline-block;
  line-height: 1.3;
  width: 100%;
  text-align: center;
}

.groupLolifeFaq .item > .button.ver-anchor > .text:before {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border: transparent 10px solid;
  border-width: 8px 6px;
  border-top-color: #E61E1E;
  margin-right: 10px;
  position: relative;
  top: 6px;
}

.groupLolifeFaq > .item {
  width: 25%;
  padding-left: 20px;
  padding-bottom: 22px;
}

.groupLolifeFaq > .group {
  width: calc(75% - 20px);
  margin-left: 20px;
  padding: 15px 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 2px solid #D4D4D4;
}

.groupLolifeFaq > .group > .head {
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}

.groupLolifeFaq > .group > .item {
  width: calc(33.33333% - 20px);
  margin: 0 10px;
}

@media (max-width: 768px) {
  .groupLolifeFaq {
    margin-left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .groupLolifeFaq .item > .button {
    min-height: 40px;
  }
  .groupLolifeFaq > .item {
    width: 50%;
    padding-left: 0;
    text-align: center;
    padding-bottom: 10px;
  }
  .groupLolifeFaq > .group {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
  }
  .groupLolifeFaq > .group > .item {
    width: calc(50% - 10px);
    margin: 10px 5px 0;
  }
  .groupLolifeFaq > .group > .item .button {
    height: 100%;
  }
}

.groupSitemap .lineBase2 {
  margin: 30px 0;
}

.groupSitemap .lineBase2 + .headH4 {
  margin-top: 30px;
}

.groupSitemap .listLink {
  margin-top: 10px;
  margin-left: 1em;
}

.groupRecommendLineup {
  margin-left: -18px;
  margin-right: -18px;
  background: #F6F6F6;
  margin-bottom: 60px;
}

.groupRecommendLineup > .head {
  background: #F1F1F1;
  text-align: center;
  font-size: 18px;
  padding: 18px;
}

.groupRecommendLineup > .inner {
  padding: 8px 18px 15px;
  max-width: 1236px;
  margin: 0 auto;
}

.groupRecommendLineup > .inner > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  margin: 0 auto;
}

.groupRecommendLineup > .inner > .list > li {
  width: 16.66666%;
  padding: 0 15px;
}

.groupRecommendLineup > .inner > .list > li > a {
  text-align: center;
  color: inherit;
  display: block;
  text-align: center;
  padding: 17px 5px 5px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.groupRecommendLineup > .inner > .list > li > a:before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  position: absolute;
  top: 100%;
  left: 0;
  background: #E61E1E;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 769px) {
  .groupRecommendLineup > .inner > .list > li > a:hover {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  }
  .groupRecommendLineup > .inner > .list > li > a:hover:before {
    opacity: 1;
  }
}

.groupRecommendLineup > .inner > .list > li > a > .image {
  display: block;
}

.groupRecommendLineup > .inner > .list > li > a > .image img {
  max-width: 74px;
}

.groupRecommendLineup > .inner > .list > li > a > .text {
  display: block;
  margin-top: 10px;
  font-size: 15px;
}

.groupRecommendLineup > .inner > .link {
  text-align: right;
  margin-top: 0;
}

.groupRecommendLineup.ver-brand > .inner > .list > li a {
  padding: 20px 5px;
}

.groupRecommendLineup.ver-brand > .inner > .list > li a > .image > img {
  max-width: 112px;
}

@media (max-width: 768px) {
  .groupRecommendLineup {
    margin-bottom: 40px;
    background: transparent;
  }
  .groupRecommendLineup > .head {
    font-size: 15px;
  }
  .groupRecommendLineup > .inner {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .groupRecommendLineup > .inner > .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
  }
  .groupRecommendLineup > .inner > .list > li {
    width: 50%;
    padding: 0 0 0 15px;
  }
  .groupRecommendLineup > .inner > .list > li:nth-child(n+3) {
    margin-top: 15px;
  }
  .groupRecommendLineup > .inner > .list > li > a {
    background: #F6F6F6;
  }
  .groupRecommendLineup > .inner > .list > li > a > .image img {
    max-width: 74px;
  }
  .groupRecommendLineup > .inner > .list > li > a > .text {
    font-size: 13px;
  }
  .groupRecommendLineup > .inner > .link {
    margin-top: 20px;
  }
}

.groupProductCompare {
  margin-top: 40px;
}

.groupProductCompare > .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -29px;
}

.groupProductCompare > .image > .item {
  width: 25%;
  padding-left: 29px;
}

.groupProductCompare > .image > .item > img {
  border: 14px solid #f6f6f6;
}

.groupProductCompare > .data {
  margin-top: 20px;
}

.groupProductCompare > .data > .item:not(:first-child) {
  border-top: 2px solid #DFDFDF;
}

.groupProductCompare > .data > .item > .head > a {
  display: block;
  color: inherit;
  padding: 24px 20px 24px 0;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

.groupProductCompare > .data > .item > .head > a:before, .groupProductCompare > .data > .item > .head > a:after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  background: #E61E1E;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
}

.groupProductCompare > .data > .item > .head > a:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.groupProductCompare > .data > .item > .head > a.is-active {
  color: #E61E1E;
}

.groupProductCompare > .data > .item > .head > a.is-active:before {
  background: #333;
}

.groupProductCompare > .data > .item > .head > a.is-active:after {
  display: none;
}

.groupProductCompare > .data > .item > .content {
  padding: 7px 0 60px;
}

.groupProductCompare > .data > .item > .content > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.3;
  text-align: center;
}

.groupProductCompare > .data > .item > .content > .list > dt {
  width: 25%;
  text-align: left;
  padding: 15px 10px;
}

.groupProductCompare > .data > .item > .content > .list > dd {
  width: 25%;
  border-left: 2px solid #DFDFDF;
  padding: 15px 24px;
}

.groupProductCompare > .data > .item > .content > .list > dd > .icon {
  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;
  height: 100%;
}

.groupProductCompare > .data > .item > .content > .list > dd > .watt > .number {
  display: inline-block;
  font-size: 30px;
}

.groupProductCompare > .data > .item > .content > .list > dd > .watt > .unit {
  display: inline-block;
  font-size: 14px;
}

.groupProductCompare > .data > .item > .content > .list > dd > .dimension {
  text-align: left;
  line-height: 1.5;
}

.groupProductCompare > .data > .item > .content > .list > dd > .dimension > .image {
  text-align: center;
}

.groupProductCompare > .data > .item > .content > .list > dd > .dimension > .text {
  font-size: 14px;
}

.groupProductCompare > .data > .item > .content > .list > dd > .dimension > .notes {
  font-size: 12px;
}

@media (max-width: 768px) {
  .groupProductCompare {
    margin: 30px -18px 0;
    padding: 0;
    overflow-x: scroll;
  }
  .groupProductCompare > .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0 18px 0 0;
    width: 140vw;
  }
  .groupProductCompare > .image > .item {
    width: 33.33333%;
    padding-left: 20px;
  }
  .groupProductCompare > .image > .item:first-child {
    display: none;
  }
  .groupProductCompare > .image > .item > img {
    border-width: 10px;
  }
  .groupProductCompare > .data {
    margin-top: 10px;
    padding: 0 18px;
    width: 140vw;
  }
  .groupProductCompare > .data > .item:not(:first-child) {
    border-top: 2px solid #DFDFDF;
  }
  .groupProductCompare > .data > .item > .head {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .groupProductCompare > .data > .item > .head > a {
    padding: 18px 40px 18px 0;
    font-size: 15px;
  }
  .groupProductCompare > .data > .item > .head > a:before, .groupProductCompare > .data > .item > .head > a:after {
    display: none;
  }
  .groupProductCompare > .data > .item > .content {
    padding: 0 0 30px;
    display: block !important;
  }
  .groupProductCompare > .data > .item > .content > .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .groupProductCompare > .data > .item > .content > .list + .list {
    margin-top: 30px;
  }
  .groupProductCompare > .data > .item > .content > .list > dt {
    width: 100%;
    padding: 0 10px;
  }
  .groupProductCompare > .data > .item > .content > .list > dt:not(:empty) {
    margin-bottom: 10px;
  }
  .groupProductCompare > .data > .item > .content > .list > dd {
    width: 33.33333%;
    border-left: none;
    border-right: 2px solid #DFDFDF;
    padding: 0 10px;
  }
  .groupProductCompare > .data > .item > .content > .list > dd > .watt > .number {
    font-size: 20px;
  }
  .groupProductCompare > .data > .item > .content > .list > dd > .watt > .unit {
    font-size: 12px;
  }
  .groupProductCompare > .data > .item > .content > .list > dd > .dimension > .text {
    font-size: 12px;
  }
  .groupProductCompare > .data > .item > .content > .list > dd > .dimension > .notes {
    font-size: 10px;
  }
}

.groupProductSelect {
  margin-top: 60px;
}

.groupProductSelect > .select > .head {
  position: relative;
  text-align: center;
}

.groupProductSelect > .select > .head:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #F6F6F6;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.groupProductSelect > .select > .head > .text {
  position: relative;
  font-size: 18px;
  padding: 18px;
  display: inline-block;
  font-weight: bold;
}

.groupProductSelect > .select > .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 29px;
  margin-left: -35px;
}

.groupProductSelect > .select > .layout > .item {
  padding-left: 35px;
}

.groupProductSelect > .select > .layout > .item:nth-child(1) {
  width: 19%;
}

.groupProductSelect > .select > .layout > .item:nth-child(2) {
  width: 19%;
}

.groupProductSelect > .select > .layout > .item:nth-child(3) {
  width: 62%;
}

.groupProductSelect > .select > .layout > .item > .head {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.groupProductSelect > .select > .layout > .item > .listSelectCheck {
  margin-top: 16px;
}

@media (min-width: 769px) {
  .groupProductSelect > .select > .layout > .item > .listSelectCheck {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.groupProductSelect > .select > .layout > .item > .listSelectCheck > li {
  display: block;
  margin: 10px 0 0;
  width: 100%;
}

.groupProductSelect > .select > .layout > .item > .listSelectCheck > li:first-child {
  margin-top: 0;
}

.groupProductSelect > .select > .layout > .item > .listSelectCheck > li > label > span {
  padding: 5px 10px;
  min-height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.groupProductSelect > .select > .layout > .item > .listSelectCheck.ver-icon > li > label > span {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.groupProductSelect > .select > .layout > .item > .listSelectCheck.ver-icon > li > label > span > .icon {
  width: 45px;
  text-align: center;
  display: inline-block;
}

.groupProductSelect > .select > .layout > .item > .listSelectCheck.ver-icon > li > label > span > .icon > img {
  margin: -10px 0;
}

.groupProductSelect > .result {
  margin-top: 33px;
  padding: 40px 0 60px;
  position: relative;
}

.groupProductSelect > .result:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #F6F6F6;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.groupProductSelect > .result > * {
  position: relative;
}

.groupProductSelect > .result > *:first-child {
  margin-top: 0;
}

.groupProductSelect > .result > .menu {
  margin-bottom: 40px;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.24);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.24);
}

.groupProductSelect > .result > .menu > .head > a {
  color: inherit;
  padding: 16px 16px 16px 40px;
  display: block;
}

.groupProductSelect > .result > .menu > .head > a.is-active {
  color: #E61E1E;
}

.groupProductSelect > .result > .menu > .head > a.is-active > .text:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -2px;
}

.groupProductSelect > .result > .menu > .head > a > .text {
  font-weight: bold;
  display: inline-block;
  padding-left: 31px;
  position: relative;
}

.groupProductSelect > .result > .menu > .head > a > .text:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  border: 2px solid #000;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 50%;
  left: 0;
  margin-top: -7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.groupProductSelect > .result > .menu > .content {
  border-top: 2px solid #E7E7E7;
}

.groupProductSelect > .result > .menu > .content > .inner {
  padding: 30px 40px;
}

.groupProductSelect > .result > .menu > .content > .inner > .hit {
  display: none;
}

.groupProductSelect > .result > .menu > .content > .inner > .item > .head {
  font-weight: bold;
}

.groupProductSelect > .result > .menu > .content > .inner > .item > .list {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.groupProductSelect > .result > .menu > .content > .inner > .item > .list > li {
  width: 33.33333%;
  padding-right: 15px;
  margin-top: 16px;
}

.groupProductSelect > .result > .menu > .content > .inner > .item > .list > li > label {
  position: relative;
  display: block;
  cursor: pointer;
}

.groupProductSelect > .result > .menu > .content > .inner > .item > .list > li > label > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 10px;
}

.groupProductSelect > .result > .menu > .content > .inner > .item > .list > li > label > input[type="checkbox"]:checked + .text:after {
  display: block;
}

.groupProductSelect > .result > .menu > .content > .inner > .item > .list > li > label > input[type="checkbox"]:disabled + .text {
  color: #b3b3b3;
}

.groupProductSelect > .result > .menu > .content > .inner > .item > .list > li > label > input[type="checkbox"]:disabled + .text:before {
  border-color: #d4d4d4;
  background-color: #d4d4d4;
}

.groupProductSelect > .result > .menu > .content > .inner > .item > .list > li > label > input[type="checkbox"]:disabled + .text:after {
  content: "";
  display: block;
  width: 11px;
  height: 2px;
  background-color: #fff;
  border-color: #fff;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  position: absolute;
  top: 11px;
  left: 6px;
}

.groupProductSelect > .result > .menu > .content > .inner > .item > .list > li > label > .text {
  display: block;
  position: relative;
  padding-left: 36px;
  font-size: 14px;
}

.groupProductSelect > .result > .menu > .content > .inner > .item > .list > li > label > .text:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  border: 2px solid #000;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1;
}

.groupProductSelect > .result > .menu > .content > .inner > .item > .list > li > label > .text:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 7px;
  border: 2px solid #E61E1E;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 6px;
  left: 7px;
  z-index: 2;
  display: none;
}

.groupProductSelect > .result > .menu > .content > .inner > .item + .item {
  border-top: 2px solid #E7E7E7;
  margin-top: 28px;
  padding-top: 22px;
}

.groupProductSelect > .result > .menu > .content > .close > a {
  display: inline-block;
  background: #E7E7E7;
  color: #000;
  width: 100%;
  padding: 16px 18px;
  color: inherit;
  text-align: center;
}

.groupProductSelect > .result > .menu > .content > .close > a > span {
  position: relative;
  display: inline-block;
  padding-left: 31px;
}

.groupProductSelect > .result > .menu > .content > .close > a > span:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  border: 2px solid #000;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 50%;
  left: 0;
  margin-top: -2px;
}

.groupProductSelect > .result > .view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.groupProductSelect > .result > .view > .hit {
  width: 50%;
}

.groupProductSelect > .result > .view > .hit > .number {
  font-weight: bold;
  font-size: 24px;
  display: inline-block;
  margin: 0 10px 0 5px;
}

.groupProductSelect > .result > .view > .clear {
  width: 50%;
  text-align: right;
}

.groupProductSelect > .result > .view > .clear > a {
  font-size: 14px;
  display: inline-block;
  color: inherit;
  position: relative;
  padding-left: 22px;
}

.groupProductSelect > .result > .view > .clear > a:before, .groupProductSelect > .result > .view > .clear > a:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -2px;
}

.groupProductSelect > .result > .view > .clear > a:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.groupProductSelect > .result > .view > .clear > a:hover {
  text-decoration: underline;
}

.groupProductSelect > .result > .table-wrap {
  position: relative;
}

.groupProductSelect > .result > .table-wrap > .arrow {
  height: 0;
  position: absolute;
}

.groupProductSelect > .result > .table-wrap > .arrow > .prev,
.groupProductSelect > .result > .table-wrap > .arrow > .next {
  top: 50%;
  margin-top: -22px;
  width: 26px;
  height: 44px;
  background: url("/jp/img/common/common-icon-arrow-1.svg") no-repeat 0 0/cover;
  color: transparent;
  z-index: 2;
  display: none;
  opacity: 0;
}

.groupProductSelect > .result > .table-wrap > .arrow > .prev.is-fixed,
.groupProductSelect > .result > .table-wrap > .arrow > .next.is-fixed {
  opacity: 1;
  position: fixed;
}

.groupProductSelect > .result > .table-wrap > .arrow > .prev {
  left: 20px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.groupProductSelect > .result > .table-wrap > .arrow > .next {
  right: 20px;
}

.groupProductSelect > .result > .table-wrap > .table-scroll {
  overflow-x: hidden;
  position: relative;
}

@media (max-width: 1300px) {
  .groupProductSelect > .result > .table-wrap > .arrow > .prev {
    left: 5px;
  }
  .groupProductSelect > .result > .table-wrap > .arrow > .next {
    right: 5px;
  }
  .groupProductSelect > .result > .table-wrap > .table-scroll {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.groupProductSelect > .result > .table-wrap .tblSelect {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.groupProductSelect > .result > .table-wrap .tblSelect thead > tr > td {
  width: 149px;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
}

.groupProductSelect > .result > .table-wrap .tblSelect thead > tr > td.ver-bg {
  background: #E7E7E7;
  color: #000000;
}

.groupProductSelect > .result > .table-wrap .tblSelect thead > tr > th {
  width: 210px;
}

.groupProductSelect > .result > .table-wrap .tblSelect thead > tr > th.ver-bg2 {
  background: #333333;
  color: #FFFFFF;
}

.groupProductSelect > .result > .table-wrap .tblSelect tbody > tr > th {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
  width: auto;
}

.groupProductSelect > .result > .table-wrap .tblSelect tbody > tr > th.ver-bg {
  color: #000000;
  background: #E7E7E7;
}

.groupProductSelect > .result > .table-wrap .tblSelect tbody > tr > td {
  width: auto;
}

.groupProductSelect > .result > .table-wrap .tblSelect tbody > tr > td.ver-bg3 {
  background: #FFF2F2;
}

@media (max-width: 768px) {
  .groupProductSelect {
    margin-top: 28px;
  }
  .groupProductSelect > .select > .head > .text {
    font-size: 17px;
    padding: 19px 10px;
  }
  .groupProductSelect > .select > .layout {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .groupProductSelect > .select > .layout > .item {
    width: 100% !important;
  }
  .groupProductSelect > .select > .layout > .item > .head.ver-toggle {
    border: 1px solid #DEDEDE;
    padding: 10px;
    position: relative;
  }
  .groupProductSelect > .select > .layout > .item > .head.ver-toggle:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 8px;
    background: url(/jp/img/common/common-icon-arrow-2.svg) no-repeat 0 0/cover;
    margin-right: 11px;
    position: relative;
    top: -1px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .groupProductSelect > .select > .layout > .item > .head.is-open:before {
    top: -2px;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .groupProductSelect > .select > .layout > .item .listSelectCheck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .groupProductSelect > .select > .layout > .item .listSelectCheck > li {
    width: 33.33333% !important;
    margin-top: 0 !important;
  }
  .groupProductSelect > .select > .layout > .item .listSelectCheck > li:nth-child(n+4) {
    margin-top: 10px !important;
  }
  .groupProductSelect > .select > .layout > .item .listSelectCheck > li > label > span {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    font-size: 11px;
    min-height: inherit;
    padding: 10px 5px;
  }
  .groupProductSelect > .select > .layout > .item .listSelectCheck > li > label > span > .icon {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100% !important;
    height: 60px;
  }
  .groupProductSelect > .select > .layout > .item .listSelectCheck > li > label > span > .icon > img {
    margin: 5px 0 10px !important;
  }
  .groupProductSelect > .select > .layout > .item .listSelectCheck.col-4 > li {
    width: 50% !important;
  }
  .groupProductSelect > .select > .layout > .item .listSelectCheck.col-4 > li > label > span {
    min-height: 52px;
  }
  .groupProductSelect > .select > .layout > .item .listSelectCheck.col-4 > li:nth-child(n+3) {
    margin-top: 10px !important;
  }
  .groupProductSelect > .select > .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
    margin-left: -12px;
  }
  .groupProductSelect > .select > .list > li {
    width: 33.33333%;
    margin: 20px 0 0;
    padding-left: 12px;
  }
  .groupProductSelect > .select > .list > li > label > span {
    padding: 11px 5px 9px 0;
    border-width: 1px;
  }
  .groupProductSelect > .select > .list > li > label > span:before {
    width: 20px;
    height: 20px;
    top: -1px;
    right: -1px;
  }
  .groupProductSelect > .select > .list > li > label > span:after {
    width: 9px;
    height: 6px;
    top: 3px;
    right: 3px;
  }
  .groupProductSelect > .result {
    margin-top: 20px;
    padding: 35px 0 40px;
  }
  .groupProductSelect > .result > .menu {
    margin-bottom: 35px;
  }
  .groupProductSelect > .result > .menu > .head {
    text-align: center;
  }
  .groupProductSelect > .result > .menu > .head > a {
    padding: 10px 20px;
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .groupProductSelect > .result > .menu > .head > a.is-active > .text:before {
    margin-top: -4px;
  }
  .groupProductSelect > .result > .menu > .head > a > .text {
    text-align: left;
    font-size: 14px;
    padding-left: 30px;
  }
  .groupProductSelect > .result > .menu > .head > a > .text:before {
    width: 14px;
    height: 14px;
    margin-top: -11px;
  }
  .groupProductSelect > .result > .menu > .content > .inner {
    padding: 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
  }
  .groupProductSelect > .result > .menu > .content > .inner > .hit {
    display: block;
    padding: 0 18px 10px;
    width: 100%;
  }
  .groupProductSelect > .result > .menu > .content > .inner > .hit > .number {
    font-size: 20px;
    font-weight: bold;
  }
  .groupProductSelect > .result > .menu > .content > .inner > .item {
    width: 50%;
    border-top: 2px solid #E7E7E7;
    border-bottom: 2px solid #E7E7E7;
    margin-bottom: -2px !important;
  }
  .groupProductSelect > .result > .menu > .content > .inner > .item:nth-child(2n) {
    border-right: 2px solid #E7E7E7;
  }
  .groupProductSelect > .result > .menu > .content > .inner > .item:nth-child(2n+1) > .list {
    position: relative;
    left: -100%;
  }
  .groupProductSelect > .result > .menu > .content > .inner > .item > .head {
    font-size: 14px;
    position: relative;
  }
  .groupProductSelect > .result > .menu > .content > .inner > .item > .head:before, .groupProductSelect > .result > .menu > .content > .inner > .item > .head:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 2px;
    background: #707070;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -1px;
  }
  .groupProductSelect > .result > .menu > .content > .inner > .item > .head:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .groupProductSelect > .result > .menu > .content > .inner > .item > .head > span {
    padding: 20px 30px 20px 18px;
    display: block;
    position: relative;
  }
  .groupProductSelect > .result > .menu > .content > .inner > .item > .head > span:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    top: 100%;
    left: 0;
    position: absolute;
    display: none;
    z-index: 5;
  }
  .groupProductSelect > .result > .menu > .content > .inner > .item > .head.is-open:after {
    display: none;
  }
  .groupProductSelect > .result > .menu > .content > .inner > .item > .head.is-open > span:before {
    display: block;
  }
  .groupProductSelect > .result > .menu > .content > .inner > .item > .head.is-select {
    color: #E61E1E;
  }
  .groupProductSelect > .result > .menu > .content > .inner > .item > .list {
    border-top: 2px solid #E7E7E7;
    padding: 0 25px 25px;
    width: 200%;
    background: #fff;
    display: none;
  }
  .groupProductSelect > .result > .menu > .content > .inner > .item > .list > li {
    width: 100%;
    padding-right: 0;
  }
  .groupProductSelect > .result > .menu > .content > .inner > .item + .item {
    margin: 0;
    padding: 0;
  }
  .groupProductSelect > .result > .menu > .content > .close > a > span {
    font-size: 14px;
  }
  .groupProductSelect > .result > .menu > .content > .close > a > span:before {
    width: 14px;
    height: 14px;
    margin-top: -4px;
  }
  .groupProductSelect > .result > .view > .hit > .number {
    font-size: 20px;
    margin-right: 5px;
  }
  .groupProductSelect > .result > .table-wrap {
    margin-left: -18px;
    margin-right: -18px;
  }
  .groupProductSelect > .result > .table-wrap > .arrow > .prev,
  .groupProductSelect > .result > .table-wrap > .arrow > .next {
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background-image: url("/jp/img/common/icon-slide-arrow-1_sp.svg");
  }
  .groupProductSelect > .result > .table-wrap > .arrow > .prev {
    left: -30px;
  }
  .groupProductSelect > .result > .table-wrap > .arrow > .next {
    right: -30px;
  }
  .groupProductSelect > .result > .table-wrap > .table-scroll {
    margin-left: 0;
    margin-right: 0;
  }
  .groupProductSelect > .result > .table-wrap > .table-scroll .tblSelect {
    table-layout: fixed;
  }
  .groupProductSelect > .result > .table-wrap .tblSelect {
    margin-top: 20px;
    font-size: 10px;
  }
  .groupProductSelect > .result > .table-wrap .tblSelect th,
  .groupProductSelect > .result > .table-wrap .tblSelect td {
    padding: 10px 8px 10px 8px;
  }
  .groupProductSelect > .result > .table-wrap .tblSelect thead > tr > td {
    width: 72px;
  }
  .groupProductSelect > .result > .table-wrap .tblSelect thead > tr > th {
    width: 151px;
    font-size: 11px;
  }
  .groupProductSelect > .result > .table-wrap .tblSelect tbody > tr > th {
    font-size: 10px;
  }
  .groupProductSelect .listIcon.ver-square > li > img {
    width: 44px;
  }
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .groupProductSelect > .select > .layout > .item > .listSelectCheck > li > label {
  display: table;
}

_:-ms-lang(x)::-ms-backdrop, .groupProductSelect > .select > .layout > .item > .listSelectCheck > li > label > span {
  display: table-cell;
  vertical-align: middle;
}

.groupSearchResult .searchText {
  font-size: 14px;
  margin-bottom: 24px;
  color: #E61E1E;
}

.groupSearchResult .inner2 {
  display: none;
}

.groupSearchResult .searchSort,
.groupSearchResult .searchSort2 {
  display: none;
}

@media (min-width: 769px) {
  .groupSearchResult .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;
  }
  .groupSearchResult.ver-footer {
    margin-top: 15px;
  }
  .groupSearchResult.ver-footer .inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  .groupSearchResult .inner2 {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .groupSearchResult.ver-footer {
    margin-top: 35px;
  }
  .groupSearchResult.ver-footer .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .groupSearchResult .searchText {
    display: none;
  }
  .groupSearchResult .searchText2 {
    font-size: 11px;
    color: #E61E1E;
    padding-right: 10px;
  }
  .groupSearchResult .resultText {
    margin-bottom: 12px;
  }
  .groupSearchResult .searchSort2 {
    display: block;
  }
  .groupSearchResult .searchSort {
    font-size: 11px;
    background-color: #f6f6f6;
    border: none;
    padding: 8px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 100px;
  }
  .groupSearchResult .searchSort::before {
    margin-right: 7px;
    content: "";
    display: block;
    width: 13px;
    height: 10px;
    background: url("/jp/img/common/icon-sort-1.svg") no-repeat transparent;
    background-size: contain;
  }
}

.groupSearchArea {
  margin-bottom: 30px;
}

.groupSearchArea .headH3 {
  margin-top: 33px;
  pointer-events: none;
}

@media (max-width: 768px) {
  .groupSearchArea .headH3 {
    pointer-events: auto;
    margin-top: 15px;
    border: 1px solid #dedede;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 11px 10px 9px;
    cursor: pointer;
  }
  .groupSearchArea .headH3 > .text {
    font-size: 14px;
    font-weight: normal;
  }
  .groupSearchArea .headH3 > .text::before {
    width: 12px;
    height: 12px;
    background: url("/jp/img/common/icon-search-1.svg") no-repeat transparent;
    background-size: contain;
  }
  .groupSearchArea > .inner {
    display: none;
  }
  .groupSearchArea .listArrow2 {
    margin-top: 10px;
  }
}

.groupSearchAccordionBtnArea {
  display: none;
}

@media (max-width: 768px) {
  .groupSearchAccordionBtnArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #e7e7e7;
    margin: 0 -18px 20px;
    padding: 15px;
  }
  .groupSearchAccordionBtnArea .accordionBtn {
    background-color: #ffffff;
    font-size: 12px;
    border: none;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .groupSearchAccordionBtnArea .accordionBtn::before {
    margin-right: 7px;
    content: "";
    display: block;
    min-width: 12px;
    height: 12px;
  }
  .groupSearchAccordionBtnArea .accordionBtn.open {
    margin-right: 15px;
  }
  .groupSearchAccordionBtnArea .accordionBtn.open::before {
    background: url("/jp/img/common/icon-open-1.svg") no-repeat transparent;
    background-size: contain;
  }
  .groupSearchAccordionBtnArea .accordionBtn.close::before {
    background: url("/jp/img/common/icon-close-1.svg") no-repeat transparent;
    background-size: contain;
  }
}

.groupSortResult {
  margin-top: 46px;
}

.groupSortResult > .text {
  margin-top: 0;
}

.groupSortResult .resultText {
  font-size: 24px;
}

@media (max-width: 768px) {
  .groupSortResult .resultText {
    font-size: 18px;
  }
}

.groupSortResult .formSortWrap {
  margin-top: 15px;
}

.groupSearchArea2 {
  margin: 60px -18px 0;
  background-color: #f6f6f6;
}

.groupSearchArea2 .inner {
  padding: 38px 18px;
  max-width: 1200px;
  margin: auto;
}

.groupSearchArea2 .head {
  font-size: 16px;
}

.groupSearchArea2 .head button {
  background: #fff;
  border: none;
  padding: 0;
}

.groupSearchArea2 .searchList {
  margin-top: 14px;
}

.groupSearchArea2 .searchList > li {
  margin-right: 30px;
}

.groupSearchArea2 .searchList > li:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .groupSearchArea2 .searchContent {
    display: none;
  }
}

.groupSearchArea2 .ranking {
  margin-top: 38px;
}

.groupSearchArea2 .rankingHead {
  font-size: 16px;
}

.groupSearchArea2 .rankingList {
  margin-top: 14px;
}

@media (min-width: 769px) {
  .groupSearchArea2 .rankingList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.groupSearchArea2 .rankingList > li {
  margin-right: 30px;
}

.groupSearchArea2 .rankingList .rankingListInner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.groupSearchArea2 .rankingList .icon {
  margin-right: 12px;
  width: 37px;
  height: 23px;
  background-color: #333333;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

@media (min-width: 769px) {
  .groupSearchArea2 .head {
    pointer-events: none;
  }
  .groupSearchArea2 .searchClose {
    display: none;
  }
  .groupSearchArea2 .searchContent {
    display: block !important;
  }
  .groupSearchArea2 .searchList {
    margin-bottom: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .groupSearchArea2 {
    margin: 20px -18px 0;
  }
  .groupSearchArea2 .inner {
    padding: 20px 18px;
  }
  .groupSearchArea2 .head {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
    background-color: #ffffff;
    font-size: 13px;
    padding: 31px 24px 14px 50px;
    position: relative;
    z-index: 1;
  }
  .groupSearchArea2 .head button {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .groupSearchArea2 .head .text {
    text-align: left;
    padding-left: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .groupSearchArea2 .head .text::before {
    margin-right: 14px;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-style: solid;
    border-color: #000;
    border-width: 3px 3px 0 0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    z-index: 1;
    margin-top: -3px;
  }
  .groupSearchArea2 .search.is-open .head .text::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: 3px;
  }
  .groupSearchArea2 .searchList {
    margin-top: 0;
    padding: 18px 20px;
  }
  .groupSearchArea2 .searchContent {
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
    background-color: #ffffff;
    border-top: 3px solid #e7e7e7;
  }
  .groupSearchArea2 .searchClose {
    background-color: #e7e7e7;
    font-size: 13px;
    padding: 17px 10px 15px;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .groupSearchArea2 .searchClose::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 14px;
    border-style: solid;
    border-color: #000;
    border-width: 3px 3px 0 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: 3px;
  }
  .groupSearchArea2 .rankingHead {
    font-size: 13px;
  }
  .groupSearchArea2 .rankingList li {
    font-size: 13px;
  }
  .groupSearchArea2 .rankingList li:not(:first-child) {
    margin-top: 10px;
  }
  .groupSearchArea2 .rankingList li .icon {
    width: 32px;
    height: 19px;
    font-size: 12px;
  }
}

.headLabel {
  margin-top: 50px;
}

.headLabel > .label {
  display: inline-block;
  background: #fff;
  font-size: 28px;
  border: 4px solid #707070;
  padding: 5px 20px;
  font-weight: bold;
}

.headLabel > .label sup {
  font-size: 16px;
}

.headLabel.ver-important > .label {
  background: #FFF2F2;
  border-color: #FFF2F2;
}

.headLabel.ver-important2 > .label {
  background: #707070;
  color: #fff;
}

.headLabel.ver-bg2 > .label {
  background: #FEF7FB;
  border: 2px solid #F376B4;
  color: #F376B4;
}

.headLabel.ver-bg3 > .label {
  background: #F3F9FE;
  border: 2px solid #369AE9;
  color: #369AE9;
}

.headLabel.ver-bg4 > .label {
  background: #F0FAF6;
  border: 2px solid #03AD6B;
  color: #03AD6B;
}

.headLabel.ver-bg5 > .label {
  background: #FEF9F0;
  border: 2px solid #F49B00;
  color: #F49B00;
}

.headLabel.ver-bg6 > .label {
  background: #F9F9F9;
  border: 2px solid #5E5E5E;
  color: #5E5E5E;
}

.headLabel.ver-small > .label, .headLabel.ver-small2 > .label {
  font-size: 18px;
}

.headLabel.ver-small sup, .headLabel.ver-small2 sup {
  font-size: 14px;
}

.headLabel.ver-small > .label {
  border-radius: 10em;
}

.headLabel + .headH3 {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .headLabel {
    margin-top: 25px;
  }
  .headLabel > .label {
    font-size: 20px;
    padding: 0 10px;
  }
  .headLabel.ver-small > .label, .headLabel.ver-small2 > .label {
    font-size: 16px;
  }
  .headLabel.ver-small sup, .headLabel.ver-small2 sup {
    font-size: 12px;
  }
}

.headH2 {
  text-align: center;
  margin-top: 100px;
}

.headH2 > .text {
  display: inline-block;
  font-size: 32px;
  position: relative;
  padding-bottom: 17px;
}

.headH2 > .text:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 6px;
  background: #E61E1E;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.headH2 > .text > .icon {
  display: inline-block;
  margin-right: 20px;
  font-size: 10px;
  line-height: 1;
  position: relative;
}

.headH2 + *[class] {
  margin-top: 40px;
}

.headH2 + p {
  margin-top: 40px;
}

.headH2 + .headH3 {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .headH2 {
    margin-top: 50px;
  }
  .headH2 > .text {
    font-size: 23px;
  }
  .headH2 > .text:before {
    width: 40px;
    height: 5px;
  }
  .headH2 > .text > .icon {
    margin-right: 13px;
  }
  .headH2 > .text > .icon.ver-important {
    width: 9px;
    top: -3px;
  }
  .headH2 + .headH3 {
    margin-top: 40px;
  }
}

.headH3 {
  margin-top: 120px;
}

.headH3.ver-icon > .text {
  padding-left: 0;
}

.headH3.ver-icon > .text:before {
  display: none;
}

.headH3 > .text {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  padding-left: 24px;
  position: relative;
}

.headH3 > .text:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 18px;
  background: #E61E1E;
  position: absolute;
  top: 0.25em;
  left: 0;
}

.headH3 > .text > .icon {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}

.headH3 > a.text {
  position: relative;
  color: inherit;
}

.headH3 > a.text:before {
  width: 12px;
  height: 12px;
  border: 3px solid #E61E1E;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0.35em;
  left: 0;
  background: transparent;
}

.headH3 > a.text:hover {
  text-decoration: underline;
}

.headH3 + *[class] {
  margin-top: 30px;
}

.headH3 + .headH4 {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .headH3 {
    margin-top: 50px;
  }
  .headH3 > .text {
    font-size: 18px;
    padding-left: 15px;
  }
  .headH3 > .text:before {
    width: 7px;
    height: 13px;
  }
  .headH3 > a.text {
    padding-left: 20px;
  }
  .headH3 > a.text:before {
    width: 10px;
    height: 10px;
    border-width: 0 2px 2px 0;
    top: 0.35em;
  }
  .headH3 + *[class] {
    margin-top: 15px;
  }
  .headH3 + .headH4 {
    margin-top: 10px;
  }
}

.headH4 {
  margin-top: 60px;
}

.headH4 > .text {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}

.headH4 + .lytTextImage {
  margin-top: 25px;
}

.headH4 > a.text {
  position: relative;
  color: inherit;
  padding-left: 24px;
}

.headH4 > a.text:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 3px solid #E61E1E;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0.35em;
  left: 0;
  background: transparent;
}

.headH4 > a.text:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .headH4 {
    margin-top: 30px;
  }
  .headH4 > .text {
    font-size: 16px;
  }
  .headH4 > a.text {
    padding-left: 20px;
  }
  .headH4 > a.text:before {
    width: 10px;
    height: 10px;
    border-width: 0 2px 2px 0;
    top: 0.3em;
  }
}

.headH5 {
  margin-top: 46px;
}

.headH5 > .text {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}

.headH5 > a.text {
  position: relative;
  color: inherit;
  padding-left: 24px;
}

.headH5 > a.text:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 3px solid #E61E1E;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0.15em;
  left: 0;
  background: transparent;
}

.headH5 > a.text:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .headH5 {
    margin-top: 25px;
  }
  .headH5 > .text {
    font-size: 13px;
  }
  .headH5 > a.text {
    padding-left: 20px;
  }
  .headH5 > a.text:before {
    width: 10px;
    height: 10px;
    border-width: 0 2px 2px 0;
    top: 1px;
  }
}

p + p.headType {
  margin-top: 2.5em;
}

.headType {
  text-align: center;
  margin-top: 100px;
}

.headType > .sub {
  display: inline-block;
  font-size: 12px;
  color: #E61E1E;
  position: relative;
  margin-top: 1.2em;
  font-weight: normal;
  margin-bottom: 15px;
}

.headType > .sub:before, .headType > .sub:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 10px;
  background: #E61E1E;
  position: relative;
}

.headType > .sub:before {
  margin-right: 10px;
}

.headType > .sub:after {
  margin-left: 10px;
}

.headType > .text {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
}

.headType.ver-top > .text {
  font-size: 34px;
}

@media (max-width: 768px) {
  .headType {
    margin-top: 50px;
  }
  .headType > .text {
    font-size: 23px;
  }
  .headType.ver-top > .text {
    font-size: 24px;
  }
}

.headType2 {
  margin-top: 50px;
  background: #F6F6F6;
  padding: 12px 20px;
  position: relative;
}

.headType2:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 16px;
  background: #333;
  position: absolute;
  top: 17px;
  left: 0;
}

.headType2 > .text {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .headType2:before {
    top: 13px;
  }
  .headType2 > .text {
    font-size: 15px;
  }
}

.headType3 {
  font-weight: bold;
  margin-top: 45px;
}

@media (max-width: 768px) {
  .headType3 {
    margin-top: 30px;
  }
}

.headType4 {
  font-weight: bold;
  margin-top: 45px;
  text-align: center;
  font-size: 24px;
}

@media (max-width: 768px) {
  .headType4 {
    margin-top: 30px;
    font-size: 18px;
  }
}

.headType5 > .sub {
  display: inline-block;
  font-size: 12px;
  color: #E61E1E;
  position: relative;
  font-weight: normal;
  margin-bottom: 15px;
}

.headType5 > .sub:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 10px;
  background: #E61E1E;
  position: relative;
}

.headType5 > .sub:before {
  margin-right: 10px;
}

.headType5 > .sub:last-child {
  margin-bottom: 0;
}

.headType5 > .text {
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
}

.headType5 + .txtLead {
  margin-top: 30px;
}

.headType5 + * {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .headType5 {
    margin-top: 45px;
  }
  .headType5 > .text {
    font-size: 23px;
  }
  .headType5.ver-top > .text {
    font-size: 24px;
  }
}

.headType6 {
  margin-top: 30px;
}

.headType6 > .text {
  text-align: center;
  display: block;
  background: #E7E7E7;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10em;
  padding: 4px;
}

@media (max-width: 768px) {
  .headType6 > .text {
    font-size: 15px;
  }
}

.headH1 {
  text-align: center;
  margin-top: 53px;
}

.headH1 > .text {
  display: inline-block;
  font-size: 34px;
  line-height: 1.3;
}

.headH1 + .listAnchor {
  margin-top: 80px;
}

.headH1 + .navProductDetail,
.headH1 + .listAnchor2,
.headH1 + .listChoice,
.headH1 + .listThumb {
  margin-top: 60px;
}

.headH1 + .navProductDetail2,
.headH1 + .navProductDetail3 {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .headH1 {
    margin-top: 35px;
  }
  .headH1 > .text {
    font-size: 25px;
    line-height: 1.24;
  }
  .headH1 + .listAnchor {
    margin-top: 35px;
  }
  .headH1 + .listAnchor2,
  .headH1 + .listChoice,
  .headH1 + .listThumb {
    margin-top: 30px;
  }
  .headH1 + .navProductDetail2,
  .headH1 + .navProductDetail3 {
    margin-top: 30px;
  }
}

.headEntry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.headEntry > .main > .headH1 {
  margin-top: 0;
  text-align: left;
}

.headEntry > .main > .headH1 > .text {
  font-size: 28px;
}

.headEntry > .sub > .writer {
  font-size: 13px;
}

@media (min-width: 769px) {
  .headEntry {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
  }
  .headEntry > .main {
    width: 65.8333333333%;
  }
  .headEntry > .sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30.8333333333%;
  }
}

@media (max-width: 768px) {
  .headEntry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 32px;
  }
  .headEntry > .main {
    margin-top: 30px;
  }
  .headEntry > .main > .headH1 > .text {
    font-size: 22px;
  }
}

.headH3.var-2 {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .headH3.var-2 {
    margin-top: 20px;
  }
}

.headFaq {
  background-color: #f6f6f6;
}

.headFaq > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 57px 0;
  font-size: 32px;
}

.headFaq .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.headFaq .icon {
  padding-left: 60px;
  min-width: 120px;
}

@media (max-width: 768px) {
  .headFaq {
    margin: 0 -18px;
  }
  .headFaq > .inner {
    margin: 0;
    padding: 40px 18px;
    font-size: 24px;
  }
  .headFaq .icon {
    padding-left: 0;
    margin-right: 15px;
    min-width: 40px;
  }
}

.headContact {
  font-size: 30px;
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .headContact {
    font-size: 21px;
    margin-top: 30px;
  }
}

.heroGlobal {
  position: relative;
  margin: 0 -18px;
}

.heroGlobal > .inner {
  background: url(/jp/img/global/index-hero-bg.png) no-repeat center center/contain;
  width: 100%;
  height: 700px;
  max-width: 1203px;
  margin: 0 auto;
  position: relative;
}

.heroGlobal > .inner > .item {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.heroGlobal > .inner > .item.ver-1 {
  top: 17%;
  margin-left: 0;
}

.heroGlobal > .inner > .item.ver-2 {
  top: 40%;
  margin-left: -33%;
}

.heroGlobal > .inner > .item.ver-3 {
  top: 58%;
  margin-left: 2%;
}

.heroGlobal > .inner > .item.ver-4 {
  top: 47%;
  margin-left: 33%;
}

.heroGlobal > .inner .ver-anchor {
  white-space: nowrap;
}

@media (max-width: 768px) {
  .heroGlobal > .inner {
    height: 60vw;
  }
  .heroGlobal > .inner > .item.ver-2 {
    top: 30%;
  }
  .heroGlobal > .inner > .item.ver-4 {
    top: 35%;
    margin-left: 30%;
  }
  .heroGlobal > .inner .btnPrimary {
    padding: 5px 10px;
  }
  .heroGlobal > .inner .btnPrimary.ver-anchor {
    padding-left: 22px;
  }
  .heroGlobal > .inner .btnPrimary.ver-anchor:before {
    left: 10px;
  }
}

.heroBrand {
  text-align: center;
  padding: 100px 40px 380px;
  position: relative;
  margin-left: -18px;
  margin-right: -18px;
  margin-bottom: 80px;
}

.heroBrand > .bg,
.heroBrand > .bg-sp {
  background: no-repeat center top / cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.heroBrand > .bg-sp {
  display: none;
}

.heroBrand > * {
  position: relative;
  z-index: 2;
}

.heroBrand > .head {
  line-height: 1;
}

.heroBrand > .head > img {
  max-width: 460px;
}

.heroBrand > p {
  margin-top: 2em;
}

.heroBrand > .button {
  margin-top: 25px;
}

@media (max-width: 768px) {
  .heroBrand {
    padding-top: 64px;
    padding-bottom: 137px;
    margin-bottom: 40px;
  }
  .heroBrand > .bg {
    display: none;
  }
  .heroBrand > .bg-sp {
    display: block;
  }
  .heroBrand > .head > img {
    max-width: 300px;
  }
}

.heroBrand2 {
  padding: 120px 40px 50px;
  text-align: center;
}

.heroBrand2 > p {
  margin-top: 100px;
  line-height: 2.2;
}

@media (max-width: 768px) {
  .heroBrand2 {
    padding: 90px 20px 40px;
  }
  .heroBrand2 > p {
    margin-top: 70px;
  }
}

.heroBrand3 > .inner {
  position: relative;
}

.heroBrand3 > .inner > .bg,
.heroBrand3 > .inner > .bg-sp {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: no-repeat center center / cover;
}

.heroBrand3 > .inner > .bg-sp {
  display: none;
}

.heroBrand3 > .inner > .content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 410px;
}

.heroBrand3 > .inner > .content > * {
  margin-left: calc(50% + 100px);
}

.heroBrand3 > .inner > .content > .head > em {
  display: inline-block;
  color: #FF0000;
  font-size: 35px;
  font-weight: normal;
}

.heroBrand3 > .inner > .content > .head > .en {
  color: #fff;
  font-size: 95px;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
}

.heroBrand3 > .inner > .content > .text {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0.8em;
}

.heroBrand3 > .inner > .content > .button {
  margin-top: 1.2em;
}

.heroBrand3 > .inner > .content > .button .btnToggle {
  background: transparent;
}

.heroBrand3 > .inner > .content > .button .btnToggle.is-open {
  background: #E7E7E7;
}

.heroBrand3 > .content-sp {
  display: none;
}

.heroBrand3 > .more-content {
  width: 100%;
  max-width: 1200px;
  margin: 100px auto 0;
}

.heroBrand3 > .more-content > .head2 {
  font-size: 24px;
  font-weight: bold;
  color: #FF0000;
}

.heroBrand3 > .more-content > .more {
  margin-top: 2em;
}

.heroBrand3 > .more-content > .close {
  text-align: center;
  margin-top: 60px;
}

.heroBrand3 > .more-content > .close > a {
  display: inline-block;
  background: #E7E7E7;
  color: #000;
  font-size: 16px;
  width: 100%;
  max-width: 400px;
  min-width: 184px;
  padding: 8px 10px;
  color: inherit;
}

.heroBrand3 > .more-content > .close > a > span {
  position: relative;
  display: inline-block;
  padding-left: 28px;
}

.heroBrand3 > .more-content > .close > a > span:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #000;
  margin-top: -1px;
}

.heroBrand3.ver-reverse > .inner > .content > * {
  margin-left: 0;
  margin-right: calc(50% + 100px);
}

@media (max-width: 768px) {
  .heroBrand3 > .inner {
    height: 116vw;
  }
  .heroBrand3 > .inner > .bg {
    display: none;
  }
  .heroBrand3 > .inner > .bg-sp {
    display: block;
  }
  .heroBrand3 > .inner > .content {
    padding: 20px 40px;
  }
  .heroBrand3 > .inner > .content > * {
    margin: 0;
  }
  .heroBrand3 > .inner > .content > .head {
    text-align: center;
    display: inline-block;
  }
  .heroBrand3 > .inner > .content > .head > em {
    font-size: 22px;
  }
  .heroBrand3 > .inner > .content > .head > .en {
    font-size: 50px;
  }
  .heroBrand3 > .inner > .content > .text {
    display: none;
  }
  .heroBrand3 > .inner > .content > .button {
    display: none;
    margin-top: 1.2em;
  }
  .heroBrand3 > .inner > .content.ver-housing {
    text-align: right;
  }
  .heroBrand3 > .inner > .content.ver-housing > .head {
    margin-top: 70px;
  }
  .heroBrand3 > .inner > .content.ver-clothing {
    padding-left: 20px;
  }
  .heroBrand3 > .inner > .content.ver-clothing > .head {
    margin-top: 30px;
  }
  .heroBrand3 > .inner > .content.ver-eating {
    text-align: right;
    padding-right: 28px;
  }
  .heroBrand3 > .inner > .content.ver-eating > .head {
    margin-top: 265px;
  }
  .heroBrand3 > .content-sp {
    display: block;
    padding: 25px 40px 0;
  }
  .heroBrand3 > .content-sp > .text {
    font-size: 15px;
    font-weight: bold;
    margin-top: 0;
  }
  .heroBrand3 > .content-sp > .button {
    margin-top: 20px;
  }
  .heroBrand3 > .content-sp > .button > .is-open {
    display: none;
  }
  .heroBrand3 > .more-content {
    margin: 25px 18px 0;
    padding: 25px 18px 0;
    border-top: 1px solid #E7E7E7;
    width: calc(100% - 36px);
  }
  .heroBrand3 > .more-content .lytTextImage {
    margin-top: 25px;
  }
  .heroBrand3 > .more-content > .head2 {
    font-size: 16px;
  }
  .heroBrand3 > .more-content > .more {
    margin-top: 2em;
  }
  .heroBrand3 > .more-content > .close {
    margin-top: 45px;
  }
  .heroBrand3 > .more-content > .close > a {
    font-size: 12px;
  }
  .heroBrand3.ver-reverse > .inner > .content > * {
    margin-left: 0;
    margin-right: calc(50% + 100px);
  }
}

.heroCampaign {
  margin: 0 -18px;
}

.heroCampaign > .image {
  text-align: center;
  position: relative;
}

.heroCampaign > .image > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: rgba(112, 112, 112, 0.9);
  font-size: 30px;
}

.heroCampaign > .term {
  background: #F6F6F6;
  text-align: center;
  padding: 16px 18px;
}

.heroCampaign > .term > .text {
  display: inline-block;
  margin: 0 20px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .heroCampaign > .image > .overlay {
    font-size: 15px;
  }
  .heroCampaign > .term {
    text-align: left;
  }
  .heroCampaign > .term > .text {
    margin: 0;
    font-size: 11px;
  }
}

.heroPage {
  margin-top: 40px;
}

.heroPage > img {
  width: 100%;
}

.heroPageDetail {
  position: relative;
  padding-top: 1px;
  margin-top: 70px;
}

.heroPageDetail > .back {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1200px;
}

.heroPageDetail > .head {
  margin-top: 0;
}

.heroPageDetail > .head > .headH2 {
  margin-top: 0;
}

.heroPageDetail > .text {
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 768px) {
  .heroPageDetail {
    padding-top: 30px;
  }
  .heroPageDetail > .back {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .heroPageDetail > .head {
    margin-top: 40px;
  }
  .heroPageDetail > .text {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .heroProductDetail {
    padding-top: 1px;
  }
}

.heroProductDetail2 {
  margin: 0 -18px;
}

.heroProductDetail2 > .item {
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.heroProductDetail2 > .item > .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF no-repeat center center / cover;
}

.heroProductDetail2 > .item > .inner {
  width: 100%;
  max-width: calc(960px + 120px);
  margin: 0 auto;
  padding: 0 calc(18px + 24px + 18px);
  position: relative;
}

.heroProductDetail2 > .item > .inner > .head {
  font-size: 34px;
  font-weight: bold;
}

.heroProductDetail2 > .item > .inner > .text {
  margin-top: 1.8em;
}

.heroProductDetail2 > .item > .inner > .button {
  margin-top: 1.8em;
}

.heroProductDetail2.ver-2 > .item {
  height: 350px;
}

@media (max-width: 768px) {
  .heroProductDetail2 > .item {
    height: 300px;
  }
  .heroProductDetail2 > .item > .inner {
    padding: 0 36px;
  }
  .heroProductDetail2 > .item > .inner > .head {
    font-size: 24px;
  }
  .heroProductDetail2 > .item > .inner > .text {
    font-size: 13px;
    margin-top: 15px;
  }
  .heroProductDetail2 > .item > .inner > .txtLead {
    margin-top: 20px;
  }
  .heroProductDetail2.ver-2 > .item {
    height: 200px;
  }
  .heroProductDetail2 + .navProduct {
    margin-top: 0;
  }
}

.iconSpec {
  display: inline-block;
  width: 25px;
  height: 10px;
  background: #96CF92;
  margin: 0 5px;
}

br + .iconSpec {
  margin-left: 0;
}

.iconText {
  display: inline-block;
  vertical-align: top;
}

.link .iconText {
  margin-left: 10px;
}

@media (max-width: 768px) {
  .link .iconText {
    margin-left: 5px;
  }
}

.iconText2 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.iconText3 {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 5px;
  margin-left: 5px;
}

.iconText4 {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 2px;
  margin-left: 2px;
}

.iconLabel {
  display: inline;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  font-size: 12px;
  background-color: #333333;
  padding: 4px 8px;
}

.iconLabel + .iconLabel {
  margin-left: 8px;
}

.iconLabel.ver-02 {
  color: #333333;
  background-color: #ededed;
}

.iconLabel.ver-03 {
  color: #fff;
  background-color: #E61E1E;
}

@media (max-width: 768px) {
  .iconLabel {
    font-size: 10px;
    padding: 3px 5px;
  }
}

.iconWindow {
  vertical-align: middle;
  margin: 0 5px;
}

.js-scroll-icon {
  position: relative;
}

.js-scroll-icon > .icon {
  position: absolute;
  top: 15%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100px;
  height: 70px;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s visibility ease-out, .3s opacity ease-out;
  transition: .3s visibility ease-out, .3s opacity ease-out;
}

.js-scroll-icon > .icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/jp/img/common/icon-scroll.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100px;
  height: 70px;
}

.js-scroll-icon.is-scroll-icon-visible {
  z-index: 1;
}

.js-scroll-icon.is-scroll-icon-visible > .icon {
  display: none;
}

@media (max-width: 768px) {
  .js-scroll-icon.is-scroll-icon-visible > .icon {
    display: block;
    visibility: visible;
    opacity: 1;
  }
}

.lytTextIcon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lytTextIcon > .icon img {
  vertical-align: middle;
  display: block;
}

.lytTextIcon > .text {
  padding-top: 2px;
  padding-left: 10px;
}

.lytRecipe {
  margin-top: 90px;
}

.lytRecipe > .item:nth-child(n+2) {
  margin-top: 100px;
}

.lytRecipe > .item > .head {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.lytRecipe .headH3 {
  margin-top: 85px;
}

.lytRecipe .listNotes > li {
  padding-left: 2em;
}

.lytRecipe .listNotes > li:not(:first-child) {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .lytRecipe {
    margin-top: 40px;
    border-bottom: 2px solid #E7E7E7;
  }
  .lytRecipe > .item {
    border-top: 2px solid #E7E7E7;
  }
  .lytRecipe > .item:nth-child(n+2) {
    margin-top: 0;
  }
  .lytRecipe > .item > .head {
    font-size: 15px;
    -moz-text-align-last: left;
         text-align-last: left;
    padding: 22px 40px 22px 0;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .lytRecipe > .item > .head:before, .lytRecipe > .item > .head:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 1px;
    background: #E61E1E;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .lytRecipe > .item > .head:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .lytRecipe > .item > .head.is-open {
    color: #E61E1E;
  }
  .lytRecipe > .item > .head.is-open:before, .lytRecipe > .item > .head.is-open:after {
    background: #333;
  }
  .lytRecipe > .item > .head.is-open:after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 0;
  }
  .lytRecipe > .item > .content {
    padding: 5px 8px 30px;
  }
  .lytRecipe > .item > .content > *:first-child {
    margin-top: 0;
  }
  .lytRecipe .headH3 {
    margin-top: 40px;
  }
}

.lytTextImage {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lytTextImage > .image {
  width: 40%;
}

.lytTextImage > .image > *:first-child {
  margin-top: 0 !important;
}

.lytTextImage > .content {
  width: 60%;
  padding-left: 40px;
}

.lytTextImage > .content > *:first-child {
  margin-top: 0 !important;
}

.lytTextImage.ver-w-free {
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
}

.lytTextImage.ver-w-free .u-w-5per {
  width: 5%;
}

.lytTextImage.ver-w-free .u-w-10per {
  width: 10%;
}

.lytTextImage.ver-w-free .u-w-15per {
  width: 15%;
}

.lytTextImage.ver-w-free .u-w-20per {
  width: 20%;
}

.lytTextImage.ver-w-free .u-w-25per {
  width: 25%;
}

.lytTextImage.ver-w-free .u-w-30per {
  width: 30%;
}

.lytTextImage.ver-w-free .u-w-35per {
  width: 35%;
}

.lytTextImage.ver-w-free .u-w-40per {
  width: 40%;
}

.lytTextImage.ver-w-free .u-w-45per {
  width: 45%;
}

.lytTextImage.ver-w-free .u-w-50per {
  width: 50%;
}

.lytTextImage.ver-w-free .u-w-55per {
  width: 55%;
}

.lytTextImage.ver-w-free .u-w-60per {
  width: 60%;
}

.lytTextImage.ver-w-free .u-w-65per {
  width: 65%;
}

.lytTextImage.ver-w-free .u-w-70per {
  width: 70%;
}

.lytTextImage.ver-w-free .u-w-75per {
  width: 75%;
}

.lytTextImage.ver-w-free .u-w-80per {
  width: 80%;
}

.lytTextImage.ver-w-free .u-w-85per {
  width: 85%;
}

.lytTextImage.ver-w-free .u-w-90per {
  width: 90%;
}

.lytTextImage.ver-w-free .u-w-95per {
  width: 95%;
}

.lytTextImage.ver-w-free .u-w-100per {
  width: 100%;
}

.lytTextImage.ver-reverse > .image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.lytTextImage.ver-reverse > .content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 0;
  padding-right: 40px;
}

.lytTextImage.ver-history > .image {
  width: 27.3%;
}

.lytTextImage.ver-history > .content {
  width: 72.7%;
}

.lytTextImage.ver-history .wrapButton {
  margin-top: 30px;
}

.lytTextImage.ver-icon > .image {
  width: 80px;
}

.lytTextImage.ver-icon > .content {
  width: calc(100% - 80px);
  padding-left: 30px;
}

.lytTextImage.ver-icon > .content .headH4 + p {
  margin-top: 10px;
}

.lytTextImage.ver-icon > .content .txtNotes {
  margin-top: 10px;
}

.lytTextImage.ver-icon2 > .image {
  width: 30px;
}

.lytTextImage.ver-icon2 > .content {
  width: calc(100% - 30px);
  padding-left: 20px;
}

.lytTextImage.ver-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lytTextImage .boxToggle {
  margin-top: 40px;
}

.lytTextImage + .lytTextImage.ver-border {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #E7E7E7;
}

@media (min-width: 769px) {
  .lytTextImage.ver-pc-reverse > .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .lytTextImage.ver-pc-reverse > .content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0;
    padding-right: 40px;
  }
}

@media (max-width: 768px) {
  .lytTextImage:not(.ver-sp-keep) > .image {
    width: 100%;
    max-width: inherit;
  }
  .lytTextImage:not(.ver-sp-keep) > .content {
    margin-top: 25px;
    padding-left: 0;
    width: 100%;
  }
  .lytTextImage.ver-w-free:not(.ver-sp-keep) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lytTextImage.ver-w-free:not(.ver-sp-keep) > .image {
    width: 100%;
  }
  .lytTextImage.ver-w-free:not(.ver-sp-keep) > .content {
    width: 100%;
    padding-left: 0;
  }
  .lytTextImage.ver-sp-keep > .content {
    padding-left: 20px;
  }
  .lytTextImage.ver-sp-keep.ver-reverse > .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .lytTextImage.ver-sp-keep.ver-reverse > .content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0;
    padding-right: 20px;
  }
  .lytTextImage.ver-reverse > .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .lytTextImage.ver-reverse > .content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0;
  }
  .lytTextImage.ver-pc-reverse > .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
  }
  .lytTextImage.ver-pc-reverse > .content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
    padding-left: 0;
  }
  .lytTextImage.ver-history > .image {
    text-align: center;
    width: 100%;
  }
  .lytTextImage.ver-history > .image > img {
    max-width: 200px;
  }
  .lytTextImage.ver-history > .content {
    margin-top: 30px;
    width: 100%;
  }
  .lytTextImage.ver-history .wrapButton {
    margin-top: 15px;
  }
  .lytTextImage.ver-icon > .image {
    width: 50px;
  }
  .lytTextImage.ver-icon > .content {
    width: calc(100% - 50px);
    padding-left: 17px;
  }
}

.lytImage,
.lytImageSpLarge {
  margin-top: 40px;
  text-align: center;
}

.lytImage > *:first-child,
.lytImageSpLarge > *:first-child {
  margin-top: 0 !important;
}

.lytImage > .image,
.lytImageSpLarge > .image {
  margin-top: 1em;
  display: inline-block;
  text-align: left;
}

.lytImage > .image > img,
.lytImageSpLarge > .image > img {
  width: 100%;
  max-width: 100%;
}

.lytImage > .image > .caption,
.lytImageSpLarge > .image > .caption {
  margin-top: 1em;
  display: inline-block;
  font-size: 12px;
  color: #333;
}

@media (max-width: 768px) {
  .lytImageSpLarge {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .lytImageSpLarge > .image {
    margin-top: 0;
  }
  .lytImageSpLarge > .image > img {
    width: 800px;
    max-width: initial;
  }
}

.lytImageInline {
  margin-top: 20px;
}

.lytImageInline > .item {
  margin-top: 20px;
  margin-right: 20px;
  display: inline-block;
}

.lytImageInline > .item > .image {
  display: inline-block;
  text-align: left;
}

.lytImageInline > .item > .image > img {
  width: 100%;
  max-width: 100%;
}

.lytImageInline > .item > .image > .caption {
  margin-top: 1em;
  display: inline-block;
  font-size: 12px;
  color: #333;
}

.lytColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
  margin-left: -60px;
}

.lytColumn > .item {
  padding-left: 60px;
}

.lytColumn > .item > *:first-child {
  margin-top: 0 !important;
}

.lytColumn > .item:not(:first-child) {
  margin-top: 100px;
}

.lytColumn > .item > .wrapButton {
  margin-top: 1.5em;
}

.lytColumn > .item > p,
.lytColumn > .item .headType3,
.lytColumn > .item .headLabel,
.lytColumn > .item .txtNotes {
  margin-top: 1em;
}

.lytColumn > .item .headLabel {
  margin-bottom: 0;
}

.lytColumn > .item > .boxBorder3:first-child:last-child,
.lytColumn > .item > .boxStep:first-child:last-child {
  height: 100%;
}

.lytColumn.col-2 > .item {
  width: 50%;
}

.lytColumn.col-2 > .item:nth-child(2) {
  margin-top: 0;
}

.lytColumn.col-3 {
  margin-left: -30px;
}

.lytColumn.col-3 > .item {
  padding-left: 30px;
  width: 33.33333%;
}

.lytColumn.col-3 > .item:nth-child(2), .lytColumn.col-3 > .item:nth-child(3) {
  margin-top: 0;
}

.lytColumn.col-3 .lytImage {
  margin-top: 25px;
}

.lytColumn.col-4 {
  margin-left: -25px;
}

.lytColumn.col-4 > .item {
  padding-left: 25px;
  width: 25%;
}

.lytColumn.col-4 > .item:nth-child(2), .lytColumn.col-4 > .item:nth-child(3), .lytColumn.col-4 > .item:nth-child(4) {
  margin-top: 0;
}

.lytColumn.col-4 .lytImage {
  margin-top: 25px;
}

.lytColumn.ver-step > .item {
  position: relative;
}

.lytColumn.ver-step > .item:not(:first-child):before {
  content: "";
  width: 0;
  height: 0;
  border: 1px solid transparent;
  border-left-color: #D4D4D4;
  position: absolute;
  top: 50%;
  left: 7px;
  border-width: 12px 16px;
  margin-top: -12px;
}

.lytColumn.ver-step.col-2 > .item:before {
  left: 23px;
}

.lytColumn.ver-border.col-2 {
  position: relative;
}

.lytColumn.ver-border.col-2:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #E7E7E7;
  position: absolute;
  top: 0;
  left: calc(50% + 30px);
}

.lytColumn.ver-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lytColumn.ver-recipe {
  margin-left: -30px;
}

.lytColumn.ver-recipe > .item {
  padding-left: 30px;
  width: 67.5%;
}

.lytColumn.ver-recipe > .item:nth-child(2) {
  width: 32.5%;
}

.lytColumn.ver-recipe .tblSpec th,
.lytColumn.ver-recipe .tblSpec td {
  display: block;
  width: 100%;
  padding: 15px 10px 15px 20px;
}

.lytColumn.ver-catalog {
  margin-left: -30px;
}

.lytColumn.ver-catalog > .item {
  padding-left: 30px;
  margin-top: 30px;
}

.lytColumn.ver-catalog > .item:first-child, .lytColumn.ver-catalog > .item:nth-child(2) {
  margin-top: 0;
}

.lytColumn.ver-g-30 {
  margin-left: -30px;
}

.lytColumn.ver-g-30 > .item {
  padding-left: 30px;
  margin-top: 30px;
}

.lytColumn.ver-g-30 > .item:first-child, .lytColumn.ver-g-30 > .item:nth-child(2) {
  margin-top: 0;
}

.lytColumn.ver-g-30 + .boxBorder3 {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .lytColumn {
    margin-top: 30px;
  }
  .lytColumn.col-2 {
    margin-left: 0;
  }
  .lytColumn.col-2 > .item {
    width: 100%;
    padding-left: 0;
  }
  .lytColumn.col-2 > .item:not(:first-child) {
    margin-top: 30px;
  }
  .lytColumn.col-2.ver-step > .item:before {
    margin-left: -12px !important;
  }
  .lytColumn.col-3 > .item {
    width: 100%;
  }
  .lytColumn.col-3 > .item:not(:first-child) {
    margin-top: 30px;
  }
  .lytColumn.col-4 > .item {
    width: 100%;
  }
  .lytColumn.col-4 > .item:not(:first-child) {
    margin-top: 30px;
  }
  .lytColumn.col-sp-2 > .item {
    width: 50%;
  }
  .lytColumn.col-sp-2 > .item:first-child, .lytColumn.col-sp-2 > .item:nth-child(2) {
    margin-top: 0;
  }
  .lytColumn.col-sp-2 > .item:nth-child(n+3) {
    margin-top: 30px;
  }
  .lytColumn.col-sp-3 > .item {
    width: 33.33333%;
  }
  .lytColumn.col-sp-3 > .item:first-child, .lytColumn.col-sp-3 > .item:nth-child(2), .lytColumn.col-sp-3 > .item:nth-child(3) {
    margin-top: 0;
  }
  .lytColumn.col-sp-3 > .item:nth-child(n+4) {
    margin-top: 30px;
  }
  .lytColumn.ver-step > .item {
    position: relative;
  }
  .lytColumn.ver-step > .item:not(:first-child):before {
    border-left-color: transparent;
    border-top-color: #D4D4D4;
    position: absolute;
    top: -25px;
    left: 50%;
    border-width: 16px 12px;
    margin-top: 0;
  }
  .lytColumn.ver-recipe {
    margin-left: 0;
  }
  .lytColumn.ver-recipe > .item {
    width: 100% !important;
    padding-left: 0;
  }
  .lytColumn.ver-recipe .tblSpec th {
    padding: 14px 15px;
  }
  .lytColumn.ver-recipe .tblSpec td {
    padding: 14px 15px 20px 15px;
  }
  .lytColumn.ver-catalog {
    margin-left: 0;
  }
  .lytColumn.ver-catalog > .item {
    padding-left: 0;
    margin-top: 15px !important;
  }
  .lytColumn.ver-catalog > .item:first-child {
    margin-top: 0 !important;
  }
  .lytColumn.ver-border.col-2:before {
    display: none;
  }
  .lytColumn .lytImage {
    margin-top: 20px;
  }
}

.lytTextImage2 {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lytTextImage2 > .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 380px;
}

.lytTextImage2 > .image > *:first-child {
  margin-top: 0 !important;
}

.lytTextImage2 > .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 20px;
  color: #000;
}

.lytTextImage2 > .content > *:first-child {
  margin-top: 0 !important;
}

.lytFaqContent > *:first-child {
  margin-top: 0;
}

.lytFaqContent h1, .lytFaqContent h2, .lytFaqContent h3, .lytFaqContent h4, .lytFaqContent h5, .lytFaqContent h6 {
  margin-top: 30px;
  margin-bottom: 5px;
}

.lytFaqContent h1 + *, .lytFaqContent h2 + *, .lytFaqContent h3 + *, .lytFaqContent h4 + *, .lytFaqContent h5 + *, .lytFaqContent h6 + * {
  margin-top: 0;
}

.lineBase {
  border: 8px solid #E7E7E7;
  border-width: 8px 0 0;
  margin: 100px 0;
}

@media (max-width: 768px) {
  .lineBase {
    margin: 50px 0;
    border-top-width: 4px;
  }
}

.lineBase2 {
  border: 1px solid #E7E7E7;
  margin: 120px 0 35px;
}

@media (max-width: 768px) {
  .lineBase2 {
    margin: 60px 0 25px;
  }
}

.linkArrow {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  color: inherit;
}

.linkArrow:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 2px solid #E61E1E;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0.6em;
  left: 0;
}

.linkArrow:hover {
  text-decoration: underline;
}

.linkArrow.ver-small {
  font-size: 14px;
}

.linkArrow.ver-small:before {
  width: 0;
  height: 0;
  border: transparent 10px solid;
  border-width: 6px 7px;
  -webkit-transform: none;
          transform: none;
  border-left-color: #E61E1E;
  top: 50%;
  margin-top: -7px;
}

@media (max-width: 768px) {
  .linkArrow:before {
    top: 0.45em;
  }
  .linkArrow.ver-small {
    font-size: 12px;
    padding-left: 14px;
  }
  .linkArrow.ver-small:before {
    border-width: 5px 6px;
    margin-top: -6px;
  }
}

.linkBack {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  color: inherit;
  font-weight: bold;
}

.linkBack:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  border: 2px solid #000;
  border-width: 2px 0 0 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 50%;
  left: 0;
  margin-top: -5px;
}

.linkBack:hover {
  text-decoration: underline;
}

.linkNewsMenu {
  margin: 69px 0 -23px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.linkNewsMenu > li {
  margin: 0 0 23px -1px;
  line-height: 1;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}

.linkNewsMenu > li > a {
  display: inline-block;
  padding: 0 17px;
  color: inherit;
  text-decoration: none;
}

.linkNewsMenu > li > a:hover {
  text-decoration: underline;
}

.linkNewsMenu > li > a[aria-current] {
  color: #E61E1E;
  font-weight: bold;
}

.linkNewsMenu > li > a[aria-current]:hover {
  text-decoration: none;
}

.linkNewsMenu + .headH3 {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .linkNewsMenu {
    font-size: 11px;
    margin: 36px 0 -19px;
  }
  .linkNewsMenu > li {
    min-width: 67px;
    margin: 0 0 19px -1px;
  }
  .linkNewsMenu > li > a {
    display: block;
    text-align: center;
    padding: 0 11px;
  }
}

a[href^="tel:"] {
  color: initial;
  text-decoration: none;
}

@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.link {
  color: inherit;
  text-decoration: underline;
}

.link:hover {
  text-decoration: none;
}

.linkIcon {
  color: inherit;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.linkIcon > .icon {
  margin-right: 10px;
}

.linkIcon:hover {
  text-decoration: underline;
}

.listInline {
  margin-top: 30px;
}

.listInline > li {
  display: inline-block;
  margin-right: 40px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .listInline {
    margin-top: 20px;
  }
  .listInline > li {
    display: block;
    margin-right: 0;
  }
}

.listLabel {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.listLabel > dt {
  font-size: 14px;
  background: #000;
  border-radius: 10em;
  background: #F6F6F6;
  padding: 1px 16px;
  white-space: nowrap;
}

.listLabel > dd {
  font-size: 14px;
  padding-left: 20px;
  margin-right: auto;
}

.listLabel + .listLabel {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .listLabel > dt {
    font-size: 12px;
  }
  .listLabel > dd {
    font-size: 12px;
    padding-left: 10px;
  }
}

.listPdf {
  border-top: 1px solid #E7E7E7;
}

.listPdf > li {
  border-bottom: 1px solid #E7E7E7;
}

.listPdf > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: inherit;
  text-decoration: none;
  padding: 15px 0;
}

.listPdf > li > a > .text {
  text-decoration: underline;
}

.listPdf > li > a > .iconText {
  padding: 0 5px 0 10px;
}

.listPdf > li > a > .data {
  font-size: 14px;
}

.listPdf > li > a:hover > .text {
  text-decoration: none;
}

@media (max-width: 768px) {
  .listPdf > li > a {
    display: block;
  }
  .listPdf > li > a > .iconText {
    vertical-align: middle;
    position: relative;
    top: -1px;
  }
  .listPdf > li > a > .data {
    font-size: 12px;
  }
}

.listPdf2 {
  border-top: 1px solid #E7E7E7;
}

.listPdf2 > li {
  border-bottom: 1px solid #E7E7E7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: inherit;
  padding: 15px 0;
}

.listPdf2 > li > .link {
  text-decoration: none;
}

.listPdf2 > li > .link > .label {
  text-decoration: underline;
}

.listPdf2 > li > .link > .iconText {
  vertical-align: middle;
}

.listPdf2 > li > .link > .data {
  font-size: 14px;
}

.listPdf2 > li > .link:hover > .label {
  text-decoration: none;
}

@media (max-width: 768px) {
  .listPdf2 > li {
    display: block;
  }
  .listPdf2 > li > .link > .data {
    font-size: 12px;
  }
}

.listLink {
  margin-top: 40px;
}

.listLink li:not(:first-child) {
  margin-top: 4px;
}

.listLink li a {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  color: inherit;
}

.listLink li a:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 2px solid #E61E1E;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0.6em;
  left: 0;
}

.listLink li a:hover {
  text-decoration: underline;
}

.listLink li .listLink {
  margin: 0;
  padding-left: 18px;
}

.listLink li .listLink > li > a {
  font-size: 14px;
  padding-left: 14px;
}

.listLink li .listLink > li > a:before {
  width: 0;
  height: 0;
  border: transparent 10px solid;
  border-width: 4px 6px;
  -webkit-transform: none;
          transform: none;
  border-left-color: #E61E1E;
  top: 50%;
  margin-top: -6px;
}

.listLink.col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.listLink.col-2 > li {
  width: 50%;
  margin-top: 0;
}

.listLink.col-2 > li:nth-child(n+3) {
  margin-top: 4px;
}

.listLink.ver-inline > li {
  display: inline-block;
  margin-right: 40px;
}

@media (max-width: 768px) {
  .listLink li a:before {
    top: 0.45em;
  }
  .listLink li .listLink {
    margin: 10px 0;
  }
  .listLink li .listLink > li > a {
    font-size: 12px;
  }
  .listLink li .listLink > li > a:before {
    margin-top: -5px;
  }
  .listLink.col-2 > li {
    width: 100%;
    margin-top: 4px;
  }
}

dl.listSelectMark {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

dl.listSelectMark > dt {
  width: 30px;
  text-align: center;
  padding-right: 10px;
  margin-top: 2px;
}

dl.listSelectMark > dd {
  width: calc(100% - 30px);
  padding-left: 1em;
  position: relative;
  margin-top: 7px;
}

dl.listSelectMark > dd > .mark {
  position: absolute;
  top: 0;
  left: 0;
}

.listSelectCheck {
  text-align: center;
  margin: 20px 0;
  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;
}

.listSelectCheck > li {
  margin: 10px 10px 0;
  line-height: 1.3;
}

.listSelectCheck > li > label {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
}

.listSelectCheck > li > label:hover {
  cursor: pointer;
}

.listSelectCheck > li > label > input[type="checkbox"] {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}

.listSelectCheck > li > label > input[type="checkbox"]:checked + span {
  border-color: #E61E1E;
}

.listSelectCheck > li > label > input[type="checkbox"]:checked + span:before {
  background-color: #E61E1E;
}

.listSelectCheck > li > label > input[type="checkbox"]:checked + span:after {
  border-color: #fff;
}

.listSelectCheck > li > label > input[type="checkbox"]:disabled + span {
  border-color: #d4d4d4;
  background-color: #d4d4d4;
}

.listSelectCheck > li > label > input[type="checkbox"]:disabled + span:after {
  display: block;
  width: 10px;
  height: 2px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  top: 9px;
}

.listSelectCheck > li > label > span {
  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;
  height: 100%;
  width: 100%;
  background: #f6f6f6;
  position: relative;
  padding: 16px 33px;
  border: 2px solid #f6f6f6;
  font-size: 14px;
}

.listSelectCheck > li > label > span:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -2px;
  right: -2px;
  background: #fff;
  z-index: 1;
}

.listSelectCheck > li > label > span:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 7px;
  border: 2px solid #D4D4D4;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
}

.listSelectCheck.col-2 {
  margin-left: -13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.listSelectCheck.col-2 > li {
  width: 50% !important;
  padding-left: 13px;
  margin-top: 0 !important;
}

.listSelectCheck.col-2 > li:nth-child(n+3) {
  margin-top: 10px !important;
}

.listSelectCheck.col-4 {
  margin-left: -13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.listSelectCheck.col-4 > li {
  width: 25% !important;
  padding-left: 13px;
  margin-top: 0 !important;
}

.listSelectCheck.col-4 > li:nth-child(n+5) {
  margin-top: 10px !important;
}

@media (max-width: 768px) {
  .listSelectCheck {
    margin-left: -12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .listSelectCheck > li {
    width: 50% !important;
    padding-left: 12px;
    margin: 0 !important;
  }
  .listSelectCheck > li:nth-child(n+3) {
    margin-top: 15px !important;
  }
  .listSelectCheck > li > label > span {
    padding: 13px 10px 13px 2px;
    font-size: 13px;
  }
  .listSelectCheck > li > label > span:before {
    width: 20px;
    height: 20px;
  }
  .listSelectCheck > li > label > span:after {
    width: 9px;
    height: 5px;
  }
  .listSelectCheck > li > label > input[type="checkbox"]:disabled + span:after {
    top: 7px;
    right: 3px;
  }
  .listSelectCheck.col-sp-3 > li {
    width: 33.33333% !important;
  }
  .listSelectCheck.col-sp-3 > li:nth-child(3) {
    margin-top: 0 !important;
  }
  .listSelectCheck.col-sp-3 > li:nth-child(n+4) {
    margin-top: 15px !important;
  }
}

.listSelectCheck.ver-laundries {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.listSelectCheck.ver-laundries > li > label > input[type="checkbox"]:disabled + span {
  border-color: #e5e5e5;
  background-color: #e5e5e5;
  color: #bfbfbf;
}

.listSelectTable > li {
  background: #F6F6F6;
  text-align: center;
  line-height: 1.3;
  padding: 7px 2px;
}

.listSelectTable > li:not(:first-child) {
  margin-top: 8px;
}

.listSelectTable > li.ver-h-low {
  height: 32px;
  max-height: 32px;
}

@media (max-width: 768px) {
  .listSelectTable > li.ver-h-low {
    height: 27px;
    max-height: 27px;
  }
}

.listSelectTable > li.ver-none {
  visibility: hidden;
  opacity: 0;
}

.listSelectTable > li.ver-h-high {
  height: 50px;
  max-height: 50px;
  line-height: 36px;
}

@media (max-width: 768px) {
  .listSelectTable > li.ver-h-high {
    height: 40px;
    max-height: 40px;
    line-height: 26px;
  }
}

.listBullet {
  margin-top: 40px;
}

.listBullet > li {
  padding-left: 22px;
  position: relative;
  font-size: 14px;
}

.listBullet > li:not(:first-child) {
  margin-top: 0.5em;
}

.listBullet > li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #D4D4D4;
  background: #E7E7E7;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}

.listBullet.ver-2 > li:before {
  border: none;
  width: 10px;
  height: 10px;
  background: #000;
}

.listBullet.ver-big > li {
  font-size: 16px;
}

.listBullet.ver-big > li:before {
  top: 8px;
}

.listBullet .listBullet {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .listBullet > li {
    font-size: 12px;
  }
  .listBullet > li:before {
    top: 5px;
  }
  .listBullet.ver-big > li {
    font-size: 13px;
  }
  .listBullet.ver-big > li:before {
    top: 5px;
  }
}

.listNotes {
  margin-top: 40px;
}

.listNotes > li {
  padding-left: 3.5em;
  position: relative;
  font-size: 12px;
  color: #333;
}

.listNotes > li:not(:first-child) {
  margin-top: 22px;
}

.listNotes > li > .mark {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .listNotes > li {
    font-size: 10px;
  }
}

.listNumber {
  margin-top: 40px;
}

.listNumber > li {
  padding-left: 1.7em;
  position: relative;
}

.listNumber > li:not(:first-child) {
  margin-top: 15px;
}

.listNumber > li > .mark {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .listNumber > li {
    font-size: 13px;
  }
}

.listNumber2 {
  margin-top: 40px;
}

.listNumber2 > li {
  padding-left: 2.5em;
  position: relative;
  font-size: 12px;
}

.listNumber2 > li:not(:first-child) {
  margin-top: 15px;
}

.listNumber2 > li > .mark {
  position: absolute;
  top: 0;
  left: 0;
}

.listNumber2 > li .listNumber2 {
  margin-top: 15px;
}

.listNumber3 {
  margin-top: 40px;
}

.listNumber3 > li {
  padding-left: 4em;
  position: relative;
}

.listNumber3 > li:not(:first-child) {
  margin-top: 30px;
}

.listNumber3 > li > .mark {
  position: absolute;
  top: 0;
  left: 0;
  background: #E61E1E;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  min-width: 2.5em;
  text-align: center;
}

.listNumber3 > li > .head {
  font-weight: bold;
  display: inline-block;
}

.listNumber3 .lytImage {
  margin-top: 10px;
}

.listNumber3.ver-border > li + li {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #E7E7E7;
}

.listNumber3.ver-border > li + li > .mark {
  top: 30px;
}

@media (max-width: 768px) {
  .listNumber3 > li {
    padding-left: 3.5em;
  }
  .listNumber3 > li .listButton {
    margin-top: 10px;
  }
}

.listNumber4 {
  margin-top: 40px;
}

.listNumber4 > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.listNumber4 > li + li {
  border-top: 1px solid #E7E7E7;
  margin-top: 40px;
  padding-top: 40px;
}

.listNumber4 > li > .content {
  width: 48%;
}

.listNumber4 > li > .content > *:first-child {
  margin-top: 0 !important;
}

.listNumber4 > li > .content.ver-w-100 {
  width: 100%;
}

.listNumber4 > li > .content > .head {
  position: relative;
  padding-left: 4em;
}

.listNumber4 > li > .content > .head > .mark {
  position: absolute;
  top: -1px;
  left: 0;
  background: #E61E1E;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  min-width: 2.5em;
  text-align: center;
}

.listNumber4 > li > .content > .head > .text {
  font-weight: bold;
  display: inline-block;
}

.listNumber4 > li > .complete {
  position: relative;
  text-align: center;
  width: 100%;
}

.listNumber4 > li > .complete > *:first-child {
  margin-top: 0;
}

.listNumber4 .lytImage {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .listNumber4 {
    margin-top: 30px;
  }
  .listNumber4 > li + li {
    margin-top: 30px;
    padding-top: 30px;
  }
  .listNumber4 > li > .content {
    width: 100%;
  }
  .listNumber4 > li > .content > .head {
    padding-left: 3.5em;
  }
  .listNumber4 > li > .content:not(:first-child) {
    margin-top: 15px;
  }
}

.listTag {
  margin-top: 30px;
}

.listTag > li {
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
  margin-top: 10px;
}

.listTag > li > .text {
  display: inline-block;
  background: #f6f6f6;
  border-radius: 10em;
  padding: 1px 16px;
}

.listTag > li > .text.is-inactive {
  color: #B3B3B3;
}

@media (max-width: 768px) {
  .listTag > li {
    font-size: 12px;
  }
  .listTag > li > .text {
    padding: 1px 11px;
  }
}

.listColor {
  margin-top: 20px;
  line-height: 1;
}

.listColor > li {
  display: inline-block;
}

.listColor > li:not(:first-child) {
  margin-left: 6px;
}

.listColor > li > .icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  position: relative;
  background: #E7E7E7;
  vertical-align: bottom;
}

.listColor > li > .icon[style*="#fff"], .listColor > li > .icon[style*="#FFF"] {
  border: 2px solid #E7E7E7;
}

.listColor > li > .icon.is-active {
  border: 2px solid #E61E1E;
}

.listColor > li > .icon > span {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 100%;
  font-size: 10px;
}

.listColor2 {
  margin-top: 10px;
  line-height: 1;
}

.listColor2 > li {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
}

.listColor2 > li > .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  position: absolute;
  top: -2px;
  left: 0;
  background: #E7E7E7;
  vertical-align: bottom;
}

.listColor2 > li > .icon[style*="#fff"], .listColor2 > li > .icon[style*="#FFF"] {
  border: 2px solid #E7E7E7;
}

.listColor2 > li > .icon.is-active {
  border: 2px solid #E61E1E;
}

.listColor2 > li > .text {
  display: inline-block;
}

@media (max-width: 768px) {
  .listColor2 > li {
    padding-left: 18px;
    margin-top: 15px;
  }
  .listColor2 > li > .icon {
    width: 16px;
    height: 16px;
    top: -2px;
  }
}

.listBanner {
  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;
  max-width: 980px;
  margin: 40px auto 0;
}

.listBanner > li {
  padding: 0 15px;
}

.listBanner > li > a {
  display: inline-block;
}

.listBanner > li > a:hover {
  opacity: 0.9;
}

.listBanner.col-2 > li {
  width: 50%;
}

.listBanner.col-2 > li:nth-child(n+3) {
  margin-top: 30px;
}

.listBanner.col-3 > li {
  width: 33%;
}

.listBanner.col-3 > li:nth-child(n+4) {
  margin-top: 30px;
}

.listBanner.ver-full {
  max-width: inherit;
}

.listBanner.ver-full > li {
  padding: 0;
}

.listBanner.ver-full > li:not(:first-child) {
  margin-top: 15px;
}

@media (max-width: 768px) {
  .listBanner {
    margin-top: 30px;
  }
  .listBanner > li {
    padding: 0;
  }
  .listBanner.col-2 > li {
    width: 100%;
  }
  .listBanner.col-2 > li:nth-child(n+2) {
    margin-top: 10px;
  }
  .listBanner.col-3 > li {
    width: 100%;
    text-align: center;
  }
  .listBanner.col-3 > li:nth-child(n+2) {
    margin-top: 10px;
  }
}

.listAnchor {
  text-align: center;
  margin-top: 30px;
}

.listAnchor > li {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.listAnchor > li:not(:last-child) {
  margin-right: 30px;
}

.listAnchor > li > a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: inherit;
}

.listAnchor > li > a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: transparent 5px solid;
  border-width: 7px 6px;
  border-top-color: #E61E1E;
  position: absolute;
  top: 10px;
  left: 0;
}

.listAnchor + .headH2 {
  margin-top: 80px;
}

.listAnchor.ver-small > li > a {
  font-size: 14px;
}

.listAnchor.ver-small > li > a:before {
  border-width: 5px 4.5px;
  top: 8px;
}

@media (max-width: 768px) {
  .listAnchor {
    text-align: left;
  }
  .listAnchor > li:not(:last-child) {
    margin-right: 20px;
  }
  .listAnchor > li > a:before {
    top: 6px;
  }
  .listAnchor + .headH2 {
    margin-top: 30px;
  }
  .listAnchor.ver-small > li > a {
    font-size: 12px;
  }
  .listAnchor.ver-small > li > a::before {
    top: 7px;
  }
}

ul.listAnchor2 {
  background: #000;
  text-align: center;
  margin-top: 23px;
  color: #fff;
  margin-left: -18px;
  margin-right: -18px;
  padding: 10px 18px;
}

ul.listAnchor2 a {
  color: #fff;
}

ul.listAnchor2 > li {
  display: inline-block;
}

ul.listAnchor2 > li:not(:last-child) {
  margin-right: 30px;
}

ul.listAnchor2 > li > a {
  display: inline-block;
  position: relative;
  padding: 5px 0 5px 20px;
  color: inherit;
}

ul.listAnchor2 > li > a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: transparent 5px solid;
  border-width: 6px 5px;
  border-top-color: #E61E1E;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
}

@media (max-width: 768px) {
  ul.listAnchor2 {
    padding: 10px 18px;
  }
  ul.listAnchor2 > li:not(:last-child) {
    margin-right: 20px;
  }
  ul.listAnchor2 > li > a {
    padding: 9px 0 9px 20px;
  }
  ul.listAnchor2.ver-sp-left {
    text-align: left;
  }
}

.listAnchor3 {
  text-align: center;
  margin-top: 30px;
  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;
}

.listAnchor3 > li {
  margin: 0 20px;
  width: 240px;
}

.listAnchor3 > li > a {
  display: block;
  border: 1px solid #FF0000;
  padding: 20px 10px 35px;
  position: relative;
}

.listAnchor3 > li > a:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border: transparent 10px solid;
  border-width: 6px 6px;
  -webkit-transform: none;
          transform: none;
  border-top-color: #FF0000;
  bottom: 12px;
  left: 50%;
  margin-left: -6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.listAnchor3 > li > a > .label {
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  color: #FF0000;
  border-bottom: 1px solid #FF0000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.listAnchor3 > li > a > .text {
  display: inline-block;
  font-weight: bold;
  font-size: 22px;
  color: #000;
  margin-top: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.listAnchor3 > li > a:hover {
  background: #FF0000;
  color: #fff;
}

.listAnchor3 > li > a:hover:before {
  border-top-color: #fff;
}

.listAnchor3 > li > a:hover > .label {
  color: #fff;
  border-bottom-color: #fff;
}

.listAnchor3 > li > a:hover > .text {
  color: #fff;
}

@media (max-width: 768px) {
  .listAnchor3 {
    margin-left: -1%;
    margin-right: -1%;
  }
  .listAnchor3 > li {
    margin: 0 1%;
    width: 31%;
  }
  .listAnchor3 > li > a {
    padding: 10px 2px 20px;
  }
  .listAnchor3 > li > a:before {
    bottom: 7px;
  }
  .listAnchor3 > li > a > .label {
    font-size: 9px;
  }
  .listAnchor3 > li > a > .text {
    font-size: 12px;
    margin-top: 10px;
  }
}

.listRecipe {
  margin-top: 80px;
  margin-left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.listRecipe > li {
  padding-left: 30px;
  width: 25%;
}

.listRecipe > li:nth-child(n+5) {
  margin-top: 35px;
}

.listRecipe > li > .pannel {
  display: block;
  color: inherit;
  position: relative;
}

.listRecipe > li > .pannel > .new {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.listRecipe > li > .pannel > .image {
  position: relative;
}

.listRecipe > li > .pannel > .image img {
  width: 100%;
}

.listRecipe > li > .pannel > .text {
  margin-top: 1em;
}

.listRecipe > li > .pannel > .text > .text-head {
  display: block;
  margin-right: 10px;
}

.listRecipe > li > .pannel > .text > .icon-time,
.listRecipe > li > .pannel > .text > .icon-movie {
  display: inline-block;
  color: #FFFFFF;
  background: #FF0000;
  border-radius: 10em;
  padding: 6px 16px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 1;
}

.listRecipe > li > .pannel > .text > .icon-time {
  padding-left: 40px;
  background: #FF0000 url("/jp/img/common/icon-time.svg") no-repeat 16px center;
}

.listRecipe > li > a.pannel > .image {
  position: relative;
}

.listRecipe > li > a.pannel > .image:before {
  content: "";
  display: block;
  width: 0;
  height: 5px;
  background: #E61E1E;
  position: absolute;
  left: -1px;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.listRecipe > li > a.pannel:hover > .image:before {
  left: 0;
  width: 100%;
}

@media (max-width: 768px) {
  .listRecipe {
    margin-top: 40px;
    margin-left: -15px;
  }
  .listRecipe > li {
    width: 50%;
    padding-left: 15px;
  }
  .listRecipe > li:nth-child(n+3) {
    margin-top: 20px;
  }
  .listRecipe > li > .pannel > .new {
    width: 48px;
  }
  .listRecipe > li > .pannel > .text {
    font-size: 13px;
  }
  .listRecipe > li > .pannel > .text > .icon-time,
  .listRecipe > li > .pannel > .text > .icon-movie {
    font-size: 12px;
    padding: 5px 10px;
  }
  .listRecipe > li > .pannel > .text > .icon-time {
    padding-left: 30px;
    background-position: 10px center;
  }
}

.listRecipe2 {
  margin-top: 45px;
}

.listRecipe2 > dt {
  font-size: 18px;
  font-weight: bold;
  padding-left: 20px;
  padding-bottom: 10px;
}

.listRecipe2 > dd {
  padding: 10px 20px;
  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;
}

.listRecipe2 > dd:nth-child(2n) {
  background: #FFF2F2;
}

@media (max-width: 768px) {
  .listRecipe2 {
    margin-top: 30px;
  }
  .listRecipe2 > dt {
    font-size: 15px;
    padding-left: 10px;
  }
  .listRecipe2 > dd {
    padding: 8px 10px;
  }
}

.listThumb {
  margin-top: 40px;
  margin-left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.listThumb > li {
  padding-left: 30px;
}

.listThumb > li > .pannel {
  display: block;
  color: inherit;
}

.listThumb > li > .pannel > .image {
  position: relative;
}

.listThumb > li > .pannel > .image img {
  width: 100%;
  height: auto;
}

.listThumb > li > .pannel > .image > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: rgba(112, 112, 112, 0.9);
  font-size: 15px;
}

.listThumb > li > .pannel > .wrap > .head,
.listThumb > li > .pannel > .head {
  font-size: 18px;
  font-weight: bold;
  margin-top: 1.2em;
}

.listThumb > li > .pannel > .wrap > .text,
.listThumb > li > .pannel > .text,
.listThumb > li > .pannel > .wrap > .term,
.listThumb > li > .pannel > .term {
  font-size: 14px;
  margin-top: 1em;
  line-height: 1.5;
}

.listThumb > li > .pannel > .wrap > .term,
.listThumb > li > .pannel > .term {
  font-weight: bold;
}

.listThumb > li > .pannel > .wrap > .term.ver-end,
.listThumb > li > .pannel > .term.ver-end {
  color: #E61E1E;
}

.listThumb > li > .pannel > .button {
  margin-top: 1.5em;
}

.listThumb > li > a.pannel > .image {
  position: relative;
}

.listThumb > li > a.pannel > .image:before {
  content: "";
  display: block;
  width: 0;
  height: 5px;
  background: #E61E1E;
  position: absolute;
  left: -1px;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.listThumb > li > a.pannel:hover > .image:before {
  left: 0;
  width: 100%;
}

.listThumb.ver-arrow > li > .pannel > .wrap > .head,
.listThumb.ver-arrow > li > .pannel > .head {
  font-size: 20px;
  padding-left: 1em;
  position: relative;
}

.listThumb.ver-arrow > li > .pannel > .wrap > .head:before,
.listThumb.ver-arrow > li > .pannel > .head:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #E61E1E;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0.4em;
  left: 0;
}

.listThumb.ver-arrow > li > .pannel > .wrap > .text,
.listThumb.ver-arrow > li > .pannel > .text {
  font-size: 16px;
}

.listThumb.col-3 > li {
  width: 33.33333%;
}

.listThumb.col-3 > li:nth-child(n+4) {
  margin-top: 60px;
}

.listThumb.col-4 > li {
  width: 25%;
}

.listThumb.col-4 > li:nth-child(n+5) {
  margin-top: 60px;
}

.listThumb.col-4 > li > .pannel > .wrap > .head,
.listThumb.col-4 > li > .pannel > .head {
  font-size: 16px;
  margin-top: 1em;
}

@media (min-width: 769px) {
  .listThumb.ver-pc-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 768px) {
  .listThumb {
    margin-top: 30px;
    margin-left: 0;
  }
  .listThumb > li {
    padding-left: 0;
  }
  .listThumb > li > .pannel > .image > .overlay {
    font-size: 13px;
  }
  .listThumb > li > .pannel > .wrap > .head,
  .listThumb > li > .pannel > .head {
    font-size: 15px;
  }
  .listThumb > li > .pannel > .wrap > .text,
  .listThumb > li > .pannel > .text,
  .listThumb > li > .pannel > .wrap > .term,
  .listThumb > li > .pannel > .term {
    font-size: 13px;
  }
  .listThumb.ver-arrow > li > .pannel > .wrap > .head,
  .listThumb.ver-arrow > li > .pannel > .head {
    font-size: 14px;
    padding-left: 1.2em;
  }
  .listThumb.ver-arrow > li > .pannel > .wrap > .head:before,
  .listThumb.ver-arrow > li > .pannel > .head:before {
    width: 8px;
    height: 8px;
    top: 0.3em;
  }
  .listThumb.ver-arrow > li > .pannel > .wrap > .text,
  .listThumb.ver-arrow > li > .pannel > .text {
    font-size: 13px;
  }
  .listThumb.col-3 > li {
    width: 100%;
  }
  .listThumb.col-3 > li:nth-child(n+2) {
    margin-top: 40px;
  }
  .listThumb.col-4 {
    margin-left: -15px;
  }
  .listThumb.col-4 > li {
    padding-left: 15px;
    width: 50%;
  }
  .listThumb.col-4 > li:nth-child(n+3) {
    margin-top: 30px;
  }
  .listThumb.col-4 > li > .pannel > .wrap > .head,
  .listThumb.col-4 > li > .pannel > .head {
    font-size: 15px;
  }
  .listThumb.col-sp-2 {
    margin-left: -15px;
  }
  .listThumb.col-sp-2 > li {
    width: 50%;
    padding-left: 15px;
  }
  .listThumb.col-sp-2 > li:nth-child(n+2) {
    margin-top: 0;
  }
  .listThumb.col-sp-2 > li:nth-child(n+3) {
    margin-top: 30px;
  }
}

.listThumb2 {
  margin-top: 40px;
  margin-left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.listThumb2 > li {
  padding-left: 30px;
}

.listThumb2 > li > .pannel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
}

.listThumb2 > li > .pannel > .image {
  width: 24%;
}

.listThumb2 > li > .pannel > .content {
  width: 76%;
  padding-left: 30px;
}

.listThumb2 > li > .pannel > .content > .head {
  font-size: 18px;
  margin-top: 2px;
}

.listThumb2 > li > .pannel > .content > .text {
  font-size: 14px;
  margin-top: 0.9em;
}

.listThumb2 > li > a.pannel > .image {
  position: relative;
}

.listThumb2 > li > a.pannel > .image:before {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #E61E1E;
  position: absolute;
  left: -1px;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.listThumb2 > li > a.pannel:hover > .image:before {
  left: 0;
  width: 100%;
}

.listThumb2 > li > a.pannel:hover > .content > .head {
  text-decoration: underline;
}

.listThumb2.col-2 > li {
  width: 50%;
}

@media (max-width: 768px) {
  .listThumb2 {
    margin-left: 0;
  }
  .listThumb2 > li {
    padding-left: 0;
  }
  .listThumb2 > li > .pannel > .content {
    padding-left: 15px;
  }
  .listThumb2 > li > .pannel > .content > .head {
    font-size: 15px;
    margin-top: 0;
  }
  .listThumb2 > li > .pannel > .content > .text {
    font-size: 13px;
  }
  .listThumb2.col-2 > li {
    width: 100%;
  }
  .listThumb2.col-2 > li:nth-child(n+2) {
    margin-top: 30px;
  }
}

.listThumb3 {
  margin: 40px auto 0;
  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;
  max-width: 954px;
  padding: 0 15px;
}

.listThumb3 > li {
  padding: 0 15px;
}

.listThumb3 > li > .pannel {
  display: block;
  color: inherit;
  background: #F6F6F6;
  padding: 30px 10px;
  height: 100%;
  line-height: 1.5;
  text-align: center;
}

.listThumb3 > li > .pannel > .image {
  background: no-repeat center center / contain;
}

.listThumb3 > li > .pannel > .image.ver-contact {
  background-image: url("/jp/img/index/support-icon-1.png");
}

.listThumb3 > li > .pannel > .image.ver-support {
  background-image: url("/jp/img/index/support-icon-2.png");
}

.listThumb3 > li > .pannel > .image.ver-manual {
  background-image: url("/jp/img/index/support-icon-3.png");
}

.listThumb3 > li > .pannel > .image > img {
  max-width: 156px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.listThumb3 > li > .pannel > .head {
  font-size: 18px;
  font-weight: bold;
  margin-top: 1.2em;
  min-height: 2.6em;
  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;
}

.listThumb3 > li > .pannel > .text {
  font-size: 14px;
  margin-top: 1em;
}

.listThumb3 > li > a.pannel:hover > .image > img {
  opacity: 1;
}

.listThumb3.col-3 > li {
  width: 33.33333%;
}

@media (max-width: 768px) {
  .listThumb3 {
    max-width: 281px;
    margin: 30px auto 0;
  }
  .listThumb3 > li {
    padding: 0;
  }
  .listThumb3 > li > .pannel {
    padding: 20px 10px 30px;
  }
  .listThumb3 > li > .pannel > .head {
    font-size: 15px;
  }
  .listThumb3 > li > .pannel > .text {
    font-size: 13px;
  }
  .listThumb3.col-3 > li {
    width: 100%;
  }
  .listThumb3.col-3 > li:nth-child(n+2) {
    margin-top: 20px;
  }
}

.listThumb5 {
  margin-top: 40px;
  margin-left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.listThumb5 > li {
  padding-left: 30px;
}

.listThumb5 > li > .pannel {
  display: block;
  color: inherit;
  position: relative;
}

.listThumb5 > li > .pannel > .image {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.listThumb5 > li > .pannel > .image img {
  max-width: 100%;
}

.listThumb5 > li > .pannel > .series {
  font-size: 12px;
  color: #E61E1E;
  padding-left: 40px;
  position: relative;
  margin-top: 1.2em;
}

.listThumb5 > li > .pannel > .series:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 10px;
  background: #E61E1E;
  position: absolute;
  top: 4px;
  left: 0;
}

.listThumb5 > li > .pannel > .icon {
  position: absolute;
  top: 0;
  left: 0;
}

.listThumb5 > li > .pannel > .icon > span {
  display: inline-block;
  color: #fff;
  background: #E61E1E;
  text-align: center;
  padding: 1px 11px;
}

.listThumb5 > li > .pannel > .head {
  font-size: 16px;
  font-weight: normal;
  margin-top: 0.4em;
}

.listThumb5 > li > .pannel > .text {
  font-size: 14px;
  margin-top: 0.4em;
  line-height: 2;
}

.listThumb5.col-3 > li {
  width: 33.33333%;
}

.listThumb5.col-3 > li:nth-child(n+4) {
  margin-top: 68px;
}

@media (max-width: 768px) {
  .listThumb5 {
    margin-top: 30px;
    margin-left: 0;
  }
  .listThumb5 > li {
    padding: 0 18px;
  }
  .listThumb5 > li > .pannel > .series {
    font-size: 11px;
  }
  .listThumb5 > li > .pannel > .text {
    font-size: 12.5px;
  }
  .listThumb5.col-3 > li {
    width: 100%;
  }
  .listThumb5.col-3 > li:nth-child(n+2) {
    margin-top: 45px;
  }
}

.listThumb6 {
  margin-top: 60px;
}

.listThumb6 > li:not(:first-child) {
  margin-top: 80px;
}

.listThumb6 > li > .pannel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -80px;
}

.listThumb6 > li > .pannel > .content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 50%;
  padding-left: 80px;
}

.listThumb6 > li > .pannel > .content > .series {
  font-size: 12px;
  color: #E61E1E;
  padding-left: 40px;
  position: relative;
}

.listThumb6 > li > .pannel > .content > .series:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 10px;
  background: #E61E1E;
  position: absolute;
  top: 4px;
  left: 0;
}

.listThumb6 > li > .pannel > .content > .head {
  font-size: 24px;
  font-weight: normal;
  margin-top: 0.4em;
  line-height: 1.3;
}

.listThumb6 > li > .pannel > .content > .text {
  font-size: 14px;
  margin-top: 1em;
  line-height: 2;
}

.listThumb6 > li > .pannel > .content > .list {
  font-size: 14px;
  margin-top: 2em;
}

.listThumb6 > li > .pannel > .content > .list > dt {
  font-weight: bold;
  margin-top: 10px;
}

.listThumb6 > li > .pannel > .content > .list > dd {
  padding-left: 1em;
}

.listThumb6 > li > .pannel > .content > .notes {
  font-size: 12px;
}

.listThumb6 > li > .pannel > .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 80px;
  width: 50%;
}

.listThumb6 > li > .pannel > .image img {
  width: 100%;
}

@media (max-width: 768px) {
  .listThumb6 {
    margin-top: 35px;
  }
  .listThumb6 > li {
    padding: 0 18px;
  }
  .listThumb6 > li:not(:first-child) {
    margin-top: 40px;
  }
  .listThumb6 > li > .pannel {
    margin-left: 0;
  }
  .listThumb6 > li > .pannel > .content {
    padding-left: 0;
    width: 100%;
    margin-top: 28px;
  }
  .listThumb6 > li > .pannel > .content > .head {
    font-size: 16px;
  }
  .listThumb6 > li > .pannel > .content > .head > b {
    font-size: 14px;
  }
  .listThumb6 > li > .pannel > .content > .text {
    font-size: 13px;
    margin-top: 0.5em;
  }
  .listThumb6 > li > .pannel > .content > .list {
    font-size: 11.5px;
    margin-top: 1em;
  }
  .listThumb6 > li > .pannel > .content > .notes {
    font-size: 10px;
  }
  .listThumb6 > li > .pannel > .image {
    width: 100%;
    padding-left: 0;
  }
}

.listNews {
  margin: 40px auto 0;
  border-top: 1px solid #E7E7E7;
  max-width: 960px;
}

.listNews > li {
  border-bottom: 1px solid #E7E7E7;
}

.listNews > li > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  color: inherit;
  padding: 19px 0;
}

.listNews > li > .item > .date {
  display: inline-block;
  width: 10em;
}

.listNews > li > .item > .date > .text {
  font-size: 15px;
}

.listNews > li > .item > .text {
  display: inline-block;
  width: calc(100% - 10em);
}

.listNews > li > .item > a.text {
  color: inherit;
}

.listNews > li > .item > a.text:hover {
  text-decoration: underline;
}

.listNews > li > a.item > .text {
  text-decoration: underline;
}

.listNews > li > a.item:hover > .text {
  text-decoration: none;
}

.listNews.var-2 > li {
  border-bottom: 1px solid #E7E7E7;
}

.listNews.var-2 > li > .item > .date {
  margin-bottom: 6px;
  margin-left: -8px;
  width: auto;
}

.listNews.var-2 > li > .item > .date > .text {
  display: inline-block;
  font-size: 13px;
  margin: 0 18px 0 8px;
}

@media (max-width: 768px) {
  .listNews.var-2 > li > .item > .date > .text {
    font-size: 10px;
    margin: 0 13px 0 8px;
  }
}

.listNews.var-2 > li > .item > .date > .iconLabel {
  display: inline-block;
}

.listNews.var-2 > li > .item > .text {
  width: 100%;
}

@media (max-width: 768px) {
  .listNews {
    margin-top: 30px;
  }
  .listNews > li > .item {
    padding: 15px 0;
  }
  .listNews > li > .item > .date {
    width: 100%;
  }
  .listNews > li > .item > .date > .text {
    font-size: 10px;
  }
  .listNews > li > .item > .text {
    width: 100%;
    font-size: 14px;
  }
}

.listNews .listArrow2 {
  margin-top: 0;
}

@media (max-width: 768px) {
  .listNews .listArrow2 {
    margin-top: 5px;
  }
}

.listNews2 {
  margin-top: 40px;
  border-top: 1px solid #E7E7E7;
}

.listNews2 > li {
  border-bottom: 1px solid #E7E7E7;
  padding: 30px 0 60px;
}

.listNews2 > li > .head {
  font-weight: bold;
}

.listNews2 > li > .head > .date {
  font-weight: normal;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 5px;
}

.listNews2 > li > .content {
  margin-top: 20px;
}

.listNews2 > li > .content > *:first-child {
  margin-top: 0;
}

@media (max-width: 768px) {
  .listNews2 {
    margin-top: 30px;
  }
  .listNews2 > li {
    padding: 20px 0 25px;
  }
  .listNews2 > li > .head {
    font-size: 14px;
  }
  .listNews2 > li > .head > .date {
    font-size: 10px;
  }
  .listNews2 > li > .content {
    margin-top: 15px;
  }
}

.listButton {
  margin-top: 40px;
  margin-left: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.listButton > li {
  padding-left: 20px;
  min-height: 60px;
}

.listButton > li .btnNormal {
  height: 100%;
}

.listButton > li .btnIcon {
  height: 100%;
}

.listButton.col-2 > li {
  width: 50%;
}

.listButton.col-2 > li:nth-child(n+3) {
  margin-top: 20px;
}

.listButton.col-3 > li {
  width: 33.33333%;
}

.listButton.col-3 > li:nth-child(n+4) {
  margin-top: 20px;
}

.listButton.col-4 > li {
  width: 25%;
}

.listButton.col-4 > li:nth-child(n+5) {
  margin-top: 20px;
}

.listButton.col-5 > li {
  width: 20%;
}

.listButton.col-5 > li:nth-child(n+6) {
  margin-top: 20px;
}

.listButton.ver-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .listButton {
    margin-left: -15px;
  }
  .listButton > li {
    padding-left: 15px;
    min-height: 40px;
  }
  .listButton.col-3 > li, .listButton.col-4 > li, .listButton.col-5 > li {
    width: 50%;
  }
  .listButton.col-3 > li:nth-child(n+3), .listButton.col-4 > li:nth-child(n+3), .listButton.col-5 > li:nth-child(n+3) {
    margin-top: 15px;
  }
  .listButton.ver-sp-full > li {
    width: 100%;
  }
  .listButton.ver-sp-full > li:nth-child(n+2) {
    margin-top: 15px;
  }
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .listButton .btnIcon {
  display: -ms-flexbox;
  display: flex;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .listButton .btnNormal {
  display: -ms-flexbox;
  display: flex;
}

.listProduct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  margin-left: -30px;
}

.listProduct .item {
  width: 25%;
  padding-left: 30px;
}

.listProduct .item > .pannel {
  background: #fff;
  padding: 30px 20px 40px;
  position: relative;
}

.listProduct .item > .pannel > .icon {
  position: absolute;
  top: 0;
  left: 0;
}

.listProduct .item > .pannel > .icon > span {
  display: inline-block;
  color: #fff;
  background: #E61E1E;
  text-align: center;
  padding: 1px 11px;
}

.listProduct .item > .pannel > .image {
  text-align: center;
}

.listProduct .item > .pannel > .image > img {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}

.listProduct .item > .pannel > .wrap > .listColor,
.listProduct .item > .pannel > .listColor {
  margin-top: 10px;
}

.listProduct .item > .pannel > .wrap > .series,
.listProduct .item > .pannel > .series {
  font-size: 12px;
  color: #E61E1E;
  padding-left: 40px;
  position: relative;
  margin-top: 1.2em;
}

.listProduct .item > .pannel > .wrap > .series:before,
.listProduct .item > .pannel > .series:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 10px;
  background: #E61E1E;
  position: absolute;
  top: 4px;
  left: 0;
}

.listProduct .item > .pannel > .wrap > .text,
.listProduct .item > .pannel > .text {
  font-size: 20px;
  font-weight: normal;
  margin-top: 0.2em;
  line-height: 1.3;
  overflow-wrap: break-word;
}

.listProduct .item > .pannel > .wrap .copy,
.listProduct .item > .pannel .copy {
  font-size: 14px;
  margin-top: 0.6em;
}

.listProduct .item > .pannel > .wrap > .listBullet,
.listProduct .item > .pannel > .listBullet {
  margin-top: 0.8em;
}

.listProduct .item > .pannel > .wrap > .button,
.listProduct .item > .pannel > .button {
  text-align: center;
  margin-top: 1.5em;
}

.listProduct .item > .pannel > .wrap > .notes,
.listProduct .item > .pannel > .notes {
  margin-top: 1em;
  font-size: 12px;
  color: #333;
}

.listProduct .item > .pannel > .wrap > .notes2,
.listProduct .item > .pannel > .notes2 {
  margin-top: 1.2em;
  font-size: 11px;
  color: #333;
}

.listProduct .item > .pannel > .wrap > .listTag,
.listProduct .item > .pannel > .listTag {
  margin-top: 0.3em;
}

.listProduct .item > .pannel > .wrap > .listIcon,
.listProduct .item > .pannel > .listIcon {
  margin-top: 5px;
  line-height: 1;
}

.listProduct .item > .pannel > .wrap > .listIcon + .listIcon,
.listProduct .item > .pannel > .listIcon + .listIcon {
  margin-top: 5px;
}

.listProduct .item > .pannel > .wrap > .label,
.listProduct .item > .pannel > .label {
  margin-top: 1em;
}

.listProduct .item > .pannel > .wrap > .label > .text,
.listProduct .item > .pannel > .label > .text {
  font-size: 14px;
  display: inline-block;
  padding: 2px 10px;
  background: #F6F6F6;
}

.listProduct .item > .pannel > .wrap > .label > .text > em,
.listProduct .item > .pannel > .label > .text > em {
  font-size: 18px;
  font-weight: normal;
}

.listProduct .item > .pannel > .wrap > .label + .label,
.listProduct .item > .pannel > .label + .label {
  margin-top: 10px;
}

.listProduct .slick-list {
  width: 100%;
}

.listProduct .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1000px) {
  .listProduct {
    margin-left: 0;
  }
  .listProduct .item > .pannel {
    max-width: 300px;
    margin: 0 auto;
  }
  .listProduct .slick-arrow {
    width: 15px;
    height: 25px;
  }
  .listProduct .slick-arrow:before {
    background-image: url("/jp/img/common/common-icon-arrow-1.svg");
  }
  .listProduct .slick-arrow.slick-prev {
    left: -6px;
  }
  .listProduct .slick-arrow.slick-next {
    right: -6px;
  }
}

@media (max-width: 768px) {
  .listProduct {
    margin-left: 0;
  }
  .listProduct .item {
    padding: 0 20px;
  }
  .listProduct .item:nth-child(n+3) {
    margin-top: 0;
  }
  .listProduct .item > .pannel {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .listProduct .item > .pannel > .image {
    text-align: center;
  }
  .listProduct .item > .pannel > .image img {
    max-width: 200px;
    display: inline-block;
  }
  .listProduct .slick-list .slick-track {
    display: block;
  }
}

.listIcon {
  margin-top: 30px;
}

.listIcon > li {
  display: inline-block;
  margin: 10px 3px 0 0;
}

.listIconTop > li {
  max-width: 40px;
}

.listIconTop > li:nth-child(n+11) {
  display: none;
}

.listIconCaption {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.listIconCaption > li {
  margin: 10px 10px 0 0;
}

.listIconCaption > li > .caption {
  margin-top: 5px;
  width: 100%;
  display: inline-block;
  font-size: 10px;
  text-align: center;
  line-height: 1.3;
  word-break: break-all;
}

.listIconCaption.ver-side > li {
  margin: 10px 0 0 0;
  width: 50% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.listIconCaption.ver-side > li > img {
  width: 50px;
}

.listIconCaption.ver-side > li > .caption {
  -moz-text-align-last: left;
       text-align-last: left;
  width: calc(100% - 50px);
  padding: 0 10px;
  margin: 0;
}

.listIconCaption.ver-small > li {
  width: 40px;
}

.listIconCaption.ver-inline {
  display: block;
}

.listIconCaption.ver-inline > li {
  display: inline-block;
}

@media (max-width: 768px) {
  .listIconCaption.ver-side > li > img {
    width: 40px;
  }
  .listIconCaption.ver-side > li > .caption {
    width: calc(100% - 40px);
  }
  .listIconCaption.ver-inline > li {
    width: inherit !important;
  }
}

.listProductSelect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
  margin-left: -30px;
}

.listProductSelect > .item {
  width: 33.33333%;
  padding-left: 30px;
  margin-top: 30px;
}

.listProductSelect > .item > .pannel {
  background: #fff;
  padding: 38px 29.5px 90px;
  position: relative;
  height: 100%;
}

.listProductSelect > .item > .pannel > .icon {
  position: absolute;
  top: 0;
  left: 0;
}

.listProductSelect > .item > .pannel > .icon > span {
  display: inline-block;
  color: #fff;
  background: #E61E1E;
  text-align: center;
  padding: 1px 10px;
  font-weight: bold;
}

.listProductSelect > .item > .pannel > .image {
  text-align: center;
}

.listProductSelect > .item > .pannel > .image > img {
  width: 100%;
  max-width: 320px;
}

.listProductSelect > .item > .pannel > .listColor2 {
  margin-top: 5px;
}

.listProductSelect > .item > .pannel > .listColor {
  margin-top: 15px;
}

.listProductSelect > .item > .pannel > .listColor > li > .icon {
  width: 20px;
  height: 20px;
}

.listProductSelect > .item > .pannel > .series {
  font-size: 12px;
  color: #E61E1E;
  padding-left: 40px;
  position: relative;
  margin-top: 1.2em;
}

.listProductSelect > .item > .pannel > .series:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 10px;
  background: #E61E1E;
  position: absolute;
  top: 4px;
  left: 0;
}

.listProductSelect > .item > .pannel > .copy {
  font-size: 14px;
  margin-top: 0.6em;
}

.listProductSelect > .item > .pannel > .text {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0.1em;
  line-height: 1.3;
}

.listProductSelect > .item > .pannel > .lead {
  margin-top: 0.5em;
}

.listProductSelect > .item > .pannel > .listBullet {
  margin-top: 20px;
}

.listProductSelect > .item > .pannel > .listNotes {
  margin-top: 20px;
}

.listProductSelect > .item > .pannel > .listNotes > li {
  padding-left: 2.5em;
}

.listProductSelect > .item > .pannel > .listNotes > li:not(:first-child) {
  margin-top: 5px;
}

.listProductSelect > .item > .pannel > .notes {
  font-size: 12px;
  color: #333;
}

.listProductSelect > .item > .pannel > .notes2 {
  margin-top: 1.2em;
  font-size: 11px;
  color: #333;
}

.listProductSelect > .item > .pannel > .listTag {
  margin-top: 0.3em;
}

.listProductSelect > .item > .pannel > .listIcon {
  margin-top: 5px;
  line-height: 1;
}

.listProductSelect > .item > .pannel > .listIcon + .listIcon {
  margin-top: 5px;
}

.listProductSelect > .item > .pannel > .label {
  margin-top: 1em;
}

.listProductSelect > .item > .pannel > .label > .text {
  font-size: 14px;
  display: inline-block;
  padding: 2px 10px;
  background: #F6F6F6;
  margin-right: 8px;
}

.listProductSelect > .item > .pannel > .label > .text > em {
  font-size: 18px;
  font-weight: normal;
}

.listProductSelect > .item > .pannel > .label + .label {
  margin-top: 10px;
}

.listProductSelect > .item > .pannel > .bottom {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.listProductSelect > .item > .pannel > .bottom > .button {
  width: 172px;
}

.listProductSelect > .item > .pannel > .bottom > .check {
  width: calc(100% - 172px);
  text-align: center;
  padding: 0 10px;
  line-height: 24px;
}

.listProductSelect > .item > .pannel > .bottom > .check > label {
  display: inline-block;
  position: relative;
}

.listProductSelect > .item > .pannel > .bottom > .check > label > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 10px;
}

.listProductSelect > .item > .pannel > .bottom > .check > label > input[type="checkbox"]:checked + .text:after {
  display: block;
}

.listProductSelect > .item > .pannel > .bottom > .check > label > input[type="checkbox"][disabled="disabled"] + .text {
  color: #B3B3B3;
}

.listProductSelect > .item > .pannel > .bottom > .check > label > input[type="checkbox"][disabled="disabled"] + .text:hover {
  cursor: default !important;
}

.listProductSelect > .item > .pannel > .bottom > .check > label > input[type="checkbox"][disabled="disabled"] + .text:before {
  border-color: #B3B3B3;
}

.listProductSelect > .item > .pannel > .bottom > .check > label > .text {
  position: relative;
  padding-left: 36px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

.listProductSelect > .item > .pannel > .bottom > .check > label > .text:hover {
  cursor: pointer;
}

.listProductSelect > .item > .pannel > .bottom > .check > label > .text:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  border: 2px solid #000;
  top: -1px;
  left: 0;
  background: #fff;
  z-index: 1;
}

.listProductSelect > .item > .pannel > .bottom > .check > label > .text:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 7px;
  border: 2px solid #E61E1E;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 5px;
  left: 7px;
  z-index: 2;
  display: none;
}

.listProductSelect.ver-lineup > .item > .pannel {
  padding-bottom: 110px;
}

.listProductSelect.ver-lineup > .item > .pannel > .bottom {
  margin: 0;
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
}

.listProductSelect.ver-lineup > .item > .pannel > .bottom > .button {
  display: inline-block;
}

@media (max-width: 768px) {
  .listProductSelect {
    margin: 28px -18px 0;
  }
  .listProductSelect > .item {
    width: 100%;
    padding: 0;
    margin-top: 22px;
  }
  .listProductSelect > .item > .pannel {
    padding: 28px 38px 75px;
  }
  .listProductSelect > .item > .pannel > .icon > span {
    font-size: 12px;
  }
  .listProductSelect > .item > .pannel > .image > img {
    max-width: 290px;
  }
  .listProductSelect > .item > .pannel > .listColor {
    margin-top: 18px;
  }
  .listProductSelect > .item > .pannel > .series {
    margin-top: 18px;
  }
  .listProductSelect > .item > .pannel > .text {
    font-size: 16px;
  }
  .listProductSelect > .item > .pannel > .listTag {
    margin-top: 10px;
  }
  .listProductSelect > .item > .pannel > .label > .text {
    font-size: 12px;
    margin-right: 6px;
  }
  .listProductSelect > .item > .pannel > .label > .text > em {
    font-size: 14px;
  }
  .listProductSelect > .item > .pannel > .label + .label {
    margin-top: 6px;
  }
  .listProductSelect > .item > .pannel > .bottom > .button {
    width: 50%;
  }
  .listProductSelect > .item > .pannel > .bottom > .button > .btnPrimary {
    width: 100%;
    padding: 14px 10px;
  }
  .listProductSelect > .item > .pannel > .bottom > .check {
    width: 50%;
  }
  .listProductSelect > .item > .pannel > .bottom > .check > label > .text {
    padding-left: 26px;
    font-size: 12px;
  }
  .listProductSelect > .item > .pannel > .bottom > .check > label > .text:before {
    width: 20px;
    height: 20px;
    top: 1px;
  }
  .listProductSelect > .item > .pannel > .bottom > .check > label > .text:after {
    width: 9px;
    height: 6px;
    top: 6px;
    left: 6px;
  }
}

.listChoice {
  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: 40px;
  margin-left: -30px;
}

.listChoice > li {
  width: 25%;
  padding-left: 30px;
}

.listChoice > li:nth-child(n+5) {
  margin-top: 30px;
}

.listChoice > li > a,
.listChoice > li > span {
  display: block;
  text-align: center;
  color: inherit;
}

.listChoice > li > a > .image,
.listChoice > li > span > .image {
  padding: 24px;
  background: #F6F6F6;
  position: relative;
  display: block;
}

.listChoice > li > a > .image > img,
.listChoice > li > span > .image > img {
  position: relative;
}

.listChoice > li > a > .image:before,
.listChoice > li > span > .image:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: #E61E1E;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.listChoice > li > a > .caption,
.listChoice > li > span > .caption {
  margin-top: 14px;
  display: inline-block;
}

.listChoice > li > a:hover > .image:before {
  height: 50%;
}

.listChoice.ver-anchor > li > a > .caption:before,
.listChoice.ver-anchor > li > span > .caption:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: transparent 5px solid;
  border-width: 6px 5px;
  border-top-color: #E61E1E;
  position: relative;
  top: 3px;
  right: 8px;
}

.listChoice.ver-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.listChoice.col-5 > li {
  width: 20%;
}

.listChoice.col-5 > li:nth-child(n+4) {
  margin-top: 0;
}

.listChoice.col-5 > li:nth-child(n+6) {
  margin-top: 30px;
}

.listChoice.col-5 > li > a > .image,
.listChoice.col-5 > li > span > .image {
  padding: 20px;
}

@media (max-width: 768px) {
  .listChoice {
    margin-top: 33px;
    margin-left: -15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .listChoice > li {
    width: 50%;
    padding-left: 15px;
  }
  .listChoice > li:nth-child(n+3) {
    margin-top: 24px;
  }
  .listChoice > li > a > .image,
  .listChoice > li > span > .image {
    padding: 17px;
  }
  .listChoice.col-5 > li {
    width: 50%;
  }
  .listChoice.col-5 > li:nth-child(n+3) {
    margin-top: 24px;
  }
  .listChoice.col-5 > li > a > .image,
  .listChoice.col-5 > li > span > .image {
    padding: 17px;
  }
  .listChoice.col-sp-3 > li {
    width: 33.3333%;
  }
  .listChoice.col-sp-3 > li:nth-child(n+3) {
    margin-top: 0;
  }
  .listChoice.col-sp-3 > li:nth-child(n+4) {
    margin-top: 24px;
  }
  .listChoice.col-sp-3 > li > a > .image,
  .listChoice.col-sp-3 > li > span > .image {
    padding: 17px;
  }
}

.listIcon2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
}

.listIcon2 > li {
  width: 30px;
  margin-left: 14px;
}

.listIcon2 > li:first-child {
  margin-left: 0;
}

@media (max-width: 768px) {
  .listIcon2 {
    margin-top: 14px;
  }
}

.listArrow2 {
  margin-top: 40px;
}

.listArrow2 > li {
  margin-top: 12px;
}

.listArrow2 > li:first-child {
  margin-top: 0;
}

.listArrow2 > li > a {
  position: relative;
  display: inline-block;
  color: inherit;
  padding-left: 13px;
}

.listArrow2 > li > a:hover {
  text-decoration: underline;
}

.listArrow2 > li > a::before {
  content: '';
  position: absolute;
  display: inline-block;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #E61E1E;
  left: 0;
  top: .5em;
}

.listArrow2 > li > a > .icon {
  display: inline-block;
  margin: -2px 5px 0;
  vertical-align: middle;
}

.listArrow2 > li > a.is-current {
  color: #E61E1E;
  font-weight: bold;
}

.listArrow2.var-small {
  font-size: 14px;
}

.listArrow2.var-small > li > a::before {
  content: '';
  position: absolute;
  display: inline-block;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #E61E1E;
  left: 0;
  top: .5em;
}

.listArrow2.var-small > li > a > .icon {
  display: inline-block;
  margin: -2px 5px 0;
  vertical-align: middle;
}

.listArrow2.var-center {
  text-align: center;
}

@media (max-width: 768px) {
  .listArrow2 {
    margin-top: 40px;
  }
  .listArrow2 > li > a::before {
    top: 4px;
  }
}

.listArrow2.var-2 {
  margin-bottom: -12px;
}

.listArrow2.var-2 > li {
  display: inline-block;
  margin-top: 0;
  margin-right: 30px;
  margin-bottom: 12px;
}

.listArrow2.var-2 > li:last-child {
  margin-right: 0;
}

.listArrow3 {
  margin-top: 35px;
}

.listArrow3 > dt {
  font-size: 20px;
  font-weight: bold;
}

.listArrow3 > dt > a {
  position: relative;
  display: inline-block;
  color: inherit;
  padding-left: 13px;
}

.listArrow3 > dt > a:hover {
  text-decoration: underline;
}

.listArrow3 > dt > a::before {
  content: '';
  position: absolute;
  display: inline-block;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #E61E1E;
  left: 0;
  top: 10px;
}

.listArrow3 > dd {
  margin: 20px 38px 0;
}

.listArrow3 > dd > :first-child {
  margin-top: 0;
}

.listArrow3 > dd > .listArrow2.var-2 {
  margin-top: 28px;
  margin-bottom: 0;
}

.listArrow3 > dd > .listArrow2.var-2:first-child {
  margin-top: -12px;
}

.listArrow3 > dd > .listArrow2.var-2 > li {
  margin-top: 12px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .listArrow3 {
    margin-top: 40px;
  }
  .listArrow3 > dt {
    margin: 0 20px;
    font-size: 19px;
  }
  .listArrow3 > dd {
    margin: 20px 32px 0;
  }
  .listArrow3 > dd .listArrow2 > li {
    display: block;
  }
}

.listIndex {
  margin-top: 30px;
  margin-left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.listIndex > li {
  min-height: 60px;
  padding-left: 30px;
}

.listIndex > li > .pannel {
  display: block;
  color: inherit;
}

.listIndex > li > .pannel > .image {
  position: relative;
}

.listIndex > li > .pannel > .image img {
  width: 100%;
}

.listIndex > li > .pannel > .head {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}

.listIndex > li > a.pannel > .image {
  position: relative;
}

.listIndex > li > a.pannel > .image:before {
  content: "";
  display: block;
  width: 0;
  height: 5px;
  background: #E61E1E;
  position: absolute;
  left: -1px;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.listIndex > li > a.pannel:hover > .image:before {
  left: 0;
  width: 100%;
}

.listIndex > li .btnNormal {
  height: 100%;
}

@media (min-width: 769px) {
  .listIndex.col-4 > li {
    width: 25%;
  }
  .listIndex.col-4 > li:nth-child(n+5) {
    margin-top: 42px;
  }
  .listIndex + .pannelBase {
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  .listIndex.col-4 > li {
    width: 100%;
  }
  .listIndex.col-4 > li:nth-child(n+2) {
    margin-top: 40px;
  }
  .listIndex.col-sp-2 {
    margin-left: -15px;
  }
  .listIndex.col-sp-2 > li {
    width: 50%;
    padding-left: 15px;
  }
  .listIndex.col-sp-2 > li:nth-child(n+2) {
    margin-top: 0;
  }
  .listIndex.col-sp-2 > li:nth-child(n+3) {
    margin-top: 30px;
  }
  .listIndex + .pannelBase {
    margin-top: 50px;
  }
}

.listIndex > li {
  min-height: 40px;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .listIndex .btnNormal {
  display: -ms-flexbox;
  display: flex;
}

.listQA {
  margin: 40px auto 0;
}

.listQA > li {
  border-bottom: 2px solid #dfdfdf;
}

.listQA > li > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: inherit;
  padding: 22px 0;
}

.listQA > li > .item::before {
  content: 'Q';
  font-size: 32px;
  padding-right: 22px;
  line-height: 1;
}

.listQA > li > .item > .text {
  font-size: 18px;
  display: inline-block;
}

.listQA > li > a.item > .text {
  text-decoration: none;
}

.listQA > li > a.item:hover > .text {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .listQA {
    margin-top: 30px;
  }
  .listQA > li > .item {
    padding: 19px 0;
  }
  .listQA > li > .item::before {
    content: 'Q';
    font-size: 25px;
    padding-right: 14px;
  }
  .listQA > li > .item > .text {
    font-size: 15px;
  }
}

.listQA2 {
  margin: 40px auto 0;
}

.listQA2 > li {
  border-bottom: 2px solid #dfdfdf;
  font-weight: bold;
}

.listQA2 > li > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: inherit;
  padding: 22px 0;
}

.listQA2 > li > .item::before {
  content: 'Q';
  font-size: 24px;
  padding-right: 22px;
  line-height: 1;
  margin-top: 3px;
}

.listQA2 > li > .item > .text {
  font-size: 18px;
  display: inline-block;
}

.listQA2 > li > a.item > .text {
  text-decoration: none;
}

.listQA2 > li > a.item:hover > .text {
  text-decoration: underline;
}

.listQA2.ver-number {
  counter-reset: count 0;
}

.listQA2.ver-number > li > .item::before {
  content: "Q" counter(count);
  counter-increment: count 1;
}

@media (max-width: 768px) {
  .listQA2 {
    margin-top: 30px;
  }
  .listQA2 > li > .item::before {
    font-size: 18px;
    padding-right: 15px;
    margin-top: 3px;
  }
  .listQA2 > li > .item > .text {
    font-size: 15px;
  }
}

.listQA3 {
  margin: 40px auto 0;
}

.listQA3 > li {
  border-bottom: 2px solid #dfdfdf;
  font-weight: bold;
}

.listQA3 > li > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: inherit;
  padding: 22px 0;
}

.listQA3 > li > .item::before {
  content: 'Q';
  font-size: 26px;
  padding-right: 22px;
  line-height: 1;
  margin-top: 3px;
}

.listQA3 > li > .item > .text {
  font-size: 20px;
  display: inline-block;
}

.listQA3 > li > .content > .head {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.listQA3 > li > .content > .head::before {
  content: 'A';
  font-size: 24px;
  padding-right: 22px;
  line-height: 1;
  position: relative;
  top: 2px;
}

.listQA3 > li > .content > .head.ver-notext {
  height: 0;
}

.listQA3 > li > .content > .head.ver-notext + .text {
  padding-top: 0;
}

.listQA3 > li > .content > .text {
  font-weight: normal;
  padding: 5px 0 45px 41px;
}

.listQA3.ver-number {
  counter-reset: count 0;
}

.listQA3.ver-number > li > .item::before {
  content: "Q" counter(count);
  counter-increment: count 1;
  padding-right: 15px;
}

.listQA3.ver-number > li > .content > .head::before {
  padding-right: 36px;
}

.listQA3.ver-number > li > .content > .text {
  padding-left: 56px;
}

@media (max-width: 768px) {
  .listQA3 {
    margin-top: 30px;
  }
  .listQA3 > li > .item::before {
    font-size: 18px;
    padding-right: 15px;
    margin-top: 3px;
  }
  .listQA3 > li > .item > .text {
    font-size: 15px;
  }
  .listQA3 > li > .content > .head {
    font-size: 15px;
  }
  .listQA3 > li > .content > .head::before {
    font-size: 18px;
    padding-right: 16px;
    top: 2px;
  }
  .listQA3 > li > .content > .head.ver-notext + .text {
    padding-top: 2px;
  }
  .listQA3 > li > .content > .text {
    padding-left: 32px;
    padding-bottom: 30px;
  }
  .listQA3.ver-number > li > .content > .head::before {
    padding-right: 29px;
  }
  .listQA3.ver-number > li > .content > .text {
    padding-left: 44px;
  }
}

.listQA4 {
  margin: 40px auto 0;
}

.listQA4 > li {
  border-bottom: 2px solid #dfdfdf;
  font-weight: bold;
}

.listQA4 > li > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: inherit;
  padding: 22px 0;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.listQA4 > li > .item::before {
  content: 'Q';
  font-size: 26px;
  padding-right: 22px;
  line-height: 1;
  margin-top: 3px;
}

.listQA4 > li > .item > .text {
  font-size: 20px;
  display: block;
  color: inherit;
}

.listQA4 > li > .item > a.text {
  width: 100%;
}

.listQA4 > li > .item > a.text:before, .listQA4 > li > .item > a.text:after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  background: #E61E1E;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.listQA4 > li > .item > a.text:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.listQA4 > li > .item.is-open {
  color: #E61E1E;
}

.listQA4 > li > .item.is-open > a.text:after {
  opacity: 0;
}

.listQA4 > li > .item.is-open > a.text:before {
  background: #000;
}

.listQA4 > li > .content > .head {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.listQA4 > li > .content > .head::before {
  content: 'A';
  font-size: 24px;
  padding-right: 22px;
  line-height: 1;
  position: relative;
  top: 2px;
}

.listQA4 > li > .content > .text {
  font-weight: normal;
  padding: 5px 0 45px 41px;
}

.listQA4 > li > .content > .inner {
  font-weight: normal;
  padding: 0 50px 45px 0;
}

.listQA4 > li > .content > .inner > *:first-child {
  margin-top: 0;
}

.listQA4.ver-number {
  counter-reset: count 0;
}

.listQA4.ver-number > li > .item::before {
  content: "Q" counter(count);
  counter-increment: count 1;
  padding-right: 15px;
}

.listQA4.ver-number > li > .content > .head::before {
  padding-right: 36px;
}

.listQA4.ver-number > li > .content > .text {
  padding-left: 56px;
}

@media (max-width: 768px) {
  .listQA4 {
    margin-top: 30px;
  }
  .listQA4 > li > .item::before {
    font-size: 18px;
    padding-right: 15px;
    margin-top: 3px;
  }
  .listQA4 > li > .item > a.text {
    font-size: 15px;
    padding-right: 20px;
  }
  .listQA4 > li > .item > a.text:before, .listQA4 > li > .item > a.text:after {
    width: 20px;
    height: 1px;
  }
  .listQA4 > li > .content > .iiner {
    padding-right: 0;
  }
  .listQA4 > li > .content > .head {
    font-size: 15px;
  }
  .listQA4 > li > .content > .head::before {
    font-size: 18px;
    padding-right: 16px;
    top: 2px;
  }
  .listQA4 > li > .content > .text {
    padding-left: 32px;
    padding-bottom: 30px;
  }
  .listQA4.ver-number > li > .content > .head::before {
    padding-right: 29px;
  }
  .listQA4.ver-number > li > .content > .text {
    padding-left: 44px;
  }
}

.listThumb4 > li {
  padding: 0 15px;
}

.listThumb4 > li > .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  background: #F6F6F6;
  padding: 30px 10px;
  height: 100%;
  line-height: 1.5;
}

.listThumb4 > li > .panel > .image {
  background: no-repeat center center / contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 132px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.listThumb4 > li > .panel > .image.ver-1 {
  background-image: url("/jp/img/support/support-icon-1.png");
}

.listThumb4 > li > .panel > .image.ver-2 {
  background-image: url("/jp/img/support/support-icon-2.png");
}

.listThumb4 > li > .panel > .image.ver-3 {
  background-image: url("/jp/img/support/support-icon-3.png");
}

.listThumb4 > li > .panel > .image.ver-4 {
  background-image: url("/jp/img/support/support-icon-4.png");
}

.listThumb4 > li > .panel > .image.ver-5 {
  background-image: url("/jp/img/support/support-icon-5.png");
}

.listThumb4 > li > .panel > .image.ver-6 {
  background-image: url("/jp/img/support/support-icon-6.png");
}

.listThumb4 > li > .panel > .image.ver-7 {
  background-image: url("/jp/img/support/support-icon-7.png");
}

.listThumb4 > li > .panel > .image.ver-8 {
  background-image: url("/jp/img/support/support-icon-8.png");
}

.listThumb4 > li > .panel > .image.ver-9 {
  background-image: url("/jp/img/support/support-icon-9.png");
  margin-left: 16%;
}

.listThumb4 > li > .panel > .image.ver-10 {
  background-image: url("/jp/img/support/support-icon-10.png");
}

.listThumb4 > li > .panel > .image.ver-11 {
  min-height: 139px;
  background-image: url("/jp/img/support/support-icon-11.png");
}

.listThumb4 > li > .panel > .image > img {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.listThumb4 > li > .panel > .content > .head > .icon {
  display: inline-block;
  position: relative;
  left: 3px;
  top: -1px;
  vertical-align: middle;
}

.listThumb4 > li > .panel > .content > .head > .icon.ver-window {
  left: 6px;
}

.listThumb4 > li > a.panel:hover > .image > img {
  opacity: 1;
}

@media (min-width: 769px) {
  .listThumb4 {
    margin: 40px -15px 0;
    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;
  }
  .listThumb4 > li {
    padding: 0 15px;
  }
  .listThumb4 > li > .panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 10px;
    height: 100%;
    line-height: 1.5;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .listThumb4 > li > .panel > .image > img {
    max-width: 156px;
  }
  .listThumb4 > li > .panel > .content {
    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;
  }
  .listThumb4 > li > .panel > .content > .head {
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
  }
  .listThumb4 > li > a.panel:hover > .image > img {
    opacity: 1;
  }
  .listThumb4.col-3 > li {
    width: 33.33333%;
  }
  .listThumb4.col-3 > li:nth-child(n+4) {
    margin-top: 30px;
  }
  .listThumb4.col-4 > li {
    width: 25%;
  }
  .listThumb4.col-4 > li:nth-child(n+5) {
    margin-top: 30px;
  }
  .listThumb4 + .listButton {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .listThumb4 {
    margin: 30px auto 0;
  }
  .listThumb4 > li {
    padding: 0;
  }
  .listThumb4 > li > .panel {
    padding: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .listThumb4 > li > .panel > .image {
    width: 11.7994100295%;
    margin-right: 25px;
    min-width: 50px;
    max-width: 200px;
  }
  .listThumb4 > li > .panel > .image.ver-1 img {
    max-width: 30.5px;
  }
  .listThumb4 > li > .panel > .image.ver-2 img {
    max-width: 39px;
  }
  .listThumb4 > li > .panel > .image.ver-3 img {
    max-width: 50px;
  }
  .listThumb4 > li > .panel > .image.ver-4 img {
    max-width: 26.5px;
  }
  .listThumb4 > li > .panel > .image.ver-5 img {
    max-width: 50px;
  }
  .listThumb4 > li > .panel > .image.ver-6 img {
    max-width: 50px;
  }
  .listThumb4 > li > .panel > .image.ver-7 img {
    max-width: 35px;
  }
  .listThumb4 > li > .panel > .image.ver-8 img {
    max-width: 45px;
  }
  .listThumb4 > li > .panel > .image.ver-9 {
    margin-left: 0;
  }
  .listThumb4 > li > .panel > .image.ver-9 img {
    max-width: 40px;
  }
  .listThumb4 > li > .panel > .image.ver-10 img {
    max-width: 40px;
  }
  .listThumb4 > li > .panel > .image.ver-11 {
    min-height: inherit;
  }
  .listThumb4 > li > .panel > .image.ver-11 img {
    max-width: 35px;
  }
  .listThumb4 > li > .panel > .content {
    width: 76.401179941%;
  }
  .listThumb4 > li > .panel > .head {
    font-size: 15px;
  }
  .listThumb4.col-3 > li {
    width: 100%;
  }
  .listThumb4.col-3 > li:nth-child(n+2) {
    margin-top: 20px;
  }
  .listThumb4.col-4 > li {
    width: 100%;
  }
  .listThumb4.col-4 > li:nth-child(n+2) {
    margin-top: 20px;
  }
  .listThumb4 + .listButton {
    margin-top: 20px;
  }
}

.listDefault {
  list-style: none;
}

.listDefault > li {
  margin-top: 12px;
}

.listDefault > li:first-child {
  margin-top: 0;
}

.listDefault .listDefault {
  margin-top: 12px;
}

.listDefault .listDefault > li {
  margin-top: 4px;
  margin-left: 18PX;
}

.listDefault .listDefault > li:first-child {
  margin-top: 0;
}

.listWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.listWrap.col-2 {
  margin-left: -11%;
}

.listWrap.col-2 > ul {
  width: 50%;
  padding-left: 11%;
}

.listError {
  color: #E61E1E;
}

.listError > li {
  position: relative;
  padding-left: 27px;
}

.listError > li:not(:first-child) {
  margin-top: 8px;
}

.listError > li::before {
  position: absolute;
  content: '';
  background: url("/jp/img/common/icon-error-1.svg") no-repeat 0 0;
  display: inline-block;
  width: 20px;
  height: 18px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.listOutline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.listOutline > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.listOutline > li:not(:first-child) {
  margin-left: 15px;
}

.listOutline > li img {
  margin-right: 5px;
}

.mediaYoutube > .media {
  position: relative;
  padding-top: 56.25%;
}

.mediaYoutube > .media > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.mediaYoutube > .caption {
  margin-top: 1.2em;
  font-size: 13px;
}

@media (max-width: 768px) {
  .mediaYoutube > .caption {
    font-size: 11px;
  }
}

.mediaTwitter {
  border: 1px solid rgba(15, 70, 100, 0.12);
  padding: 0;
  margin-top: 24px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.mediaFacebook {
  padding: 0;
  margin-top: 24px;
}

.mediaFacebook > .fb-page {
  display: block;
  width: 100% !important;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.mediaFacebook > .fb-page > span {
  width: 100% !important;
}

.mediaMovie {
  margin-top: 40px;
  text-align: center;
}

.mediaMovie > a {
  display: block;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.mediaMovie > a:before {
  content: "";
  width: 0;
  height: 0;
  border: 1px transparent solid;
  border-width: 44px 66px;
  border-left-color: #E61E1E;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin-top: -44px;
  margin-left: 33px;
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mediaMovie > a > img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mediaMovie > a:hover:before {
  border-left-color: #E61E1E;
}

.mediaMovie > a:hover > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 768px) {
  .mediaMovie {
    margin: 25px -18px 0;
  }
  .mediaMovie > a:before {
    border-width: 22px 33px;
    margin-top: -22px;
    margin-left: 18px;
  }
}

.popupMovie {
  position: fixed;
  top: -10vh;
  left: 0;
  height: 120vh;
  width: 100vw;
  z-index: 9999;
  display: none;
}

.popupMovie > .bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.popupMovie > .inner {
  width: 100%;
  max-width: calc(750px + 152px);
  padding: 0 76px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.popupMovie > .inner > .close {
  position: absolute;
  top: 0;
  right: 18px;
  line-height: 1;
  overflow: hidden;
}

.popupMovie > .inner > .close > a {
  display: block;
  color: #FFF;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1;
}

.popupMovie > .inner > .close > a:before, .popupMovie > .inner > .close > a:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
}

.popupMovie > .inner > .close > a:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popupMovie > .inner > .close > a:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popupMovie > .inner > .close > a > span {
  display: inline-block;
  position: absolute;
  left: 100%;
}

.popupMovie > .inner > .movie {
  padding-top: 56.25%;
  position: relative;
}

.popupMovie > .inner > .movie > iframe,
.popupMovie > .inner > .movie > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popupMovie > .inner > .movie > video {
  width: inherit;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 768px) {
  .popupMovie > .inner {
    padding: 0 18px;
  }
  .popupMovie > .inner > .close {
    top: -50px;
    right: 18px;
  }
}

.popupBox {
  position: fixed;
  top: -10vh;
  left: 0;
  height: 120vh;
  width: 100%;
  z-index: 9999;
  display: none;
}

.popupBox > .bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.popupBox > .inner {
  width: 100%;
  max-width: calc(1200px);
  padding: 0 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.popupBox > .inner > .close {
  position: absolute;
  top: -50px;
  right: 0;
  line-height: 1;
  overflow: hidden;
}

.popupBox > .inner > .close > a {
  display: block;
  color: #FFF;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1;
}

.popupBox > .inner > .close > a:before, .popupBox > .inner > .close > a:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
}

.popupBox > .inner > .close > a:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popupBox > .inner > .close > a:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popupBox > .inner > .close > a > span {
  display: inline-block;
  position: absolute;
  left: 100%;
}

.popupBox > .inner > .content {
  background: #fff;
  padding: 45px 40px;
  max-height: 80vh;
  overflow-y: scroll;
}

.popupBox > .inner > .content > *:first-child {
  margin-top: 0;
}

@media (max-width: 768px) {
  .popupBox > .inner > .close {
    right: 18px;
  }
  .popupBox > .inner > .content {
    padding: 30px 20px 25px;
  }
  .popupBox > .inner > .content .listChoice {
    margin-top: 20px;
  }
}

.mediaDownload {
  margin-top: 37px;
}

.mediaDownload > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
}

.mediaDownload > a > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
}

.mediaDownload > a > .content > .text {
  padding-left: 6px;
}

.mediaDownload > a:hover > .content > .text {
  text-decoration: underline;
}

.mediaDownload + .mediaDownload {
  margin-top: 20px;
}

.mediaMap {
  margin-top: 40px;
  height: 0;
  overflow: hidden;
  padding-bottom: 30%;
  position: relative;
}

.mediaMap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: none;
}

.mediaSearch {
  color: inherit;
  display: block;
}

.mediaSearch .text {
  margin-top: 10px;
  font-size: 16px;
}

.mediaSearch .text .mark {
  padding: 0 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #ffe8e8;
}

.mediaSearch .link {
  margin-top: 15px;
  color: #707070;
  line-height: 1.5;
  font-size: 12px;
  word-break: break-all;
}

@media (min-width: 769px) {
  .mediaSearch > .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mediaSearch .head {
    font-size: 18px;
  }
  .mediaSearch .iconArea {
    margin-top: 14px;
  }
  .mediaSearch .content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
  }
  .mediaSearch .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 40%;
    margin-right: 40px;
  }
  .mediaSearch .img img {
    display: block;
    height: auto;
    margin: auto;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .mediaSearch .head {
    font-size: 14px;
  }
  .mediaSearch .img {
    display: none;
  }
  .mediaSearch .text {
    margin-top: 8px;
    font-size: 13px;
  }
  .mediaSearch .iconArea {
    margin-top: 12px;
  }
  .mediaSearch .link {
    display: none;
  }
}

.mediaSearchWrap {
  border-bottom: 1px solid #e7e7e7;
  margin-top: 30px;
}

.mediaSearchWrap .mediaSearch {
  padding: 30px 0;
  border-top: 1px solid #e7e7e7;
}

@media (max-width: 768px) {
  .mediaSearchWrap {
    margin-top: 25px;
  }
  .mediaSearchWrap .mediaSearch {
    padding: 15px 0;
  }
}

.modal {
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 9000;
}

.modal > .overlay {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.modal > .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  pointer-events: none;
}

.modal > .body > .inner {
  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;
  max-height: calc(100vh - 3.5rem);
  max-width: 1200px;
  min-height: calc(100% - 3.5rem);
  outline: 0;
  margin: 15px auto;
  pointer-events: none;
  position: relative;
  text-align: left;
  width: calc(100% - 2rem);
}

.modal > .body > .inner > .closeButton {
  pointer-events: auto;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 30px;
  min-width: 30px;
  background: transparent;
  border: none;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (max-width: 768px) {
  .modal > .body > .inner > .closeButton {
    margin-bottom: 15px;
    width: 25px;
    height: 25px;
    min-width: 25px;
  }
}

.modal > .body > .inner > .closeButton > .icon {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}

.modal > .body > .inner > .closeButton > .icon::before, .modal > .body > .inner > .closeButton > .icon::after {
  background: #fff;
  bottom: 0;
  content: '';
  display: block;
  height: 32px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 3px;
}

@media (max-width: 768px) {
  .modal > .body > .inner > .closeButton > .icon::before, .modal > .body > .inner > .closeButton > .icon::after {
    height: 25px;
    width: 2px;
  }
}

.modal > .body > .inner > .closeButton > .icon::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal > .body > .inner > .closeButton > .icon::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal > .body > .inner > .content {
  background-color: #fff;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  outline: 0;
  overflow: hidden;
  pointer-events: auto;
  position: relative;
  width: 100%;
}

.modal > .body > .inner > .content > .main {
  overflow-y: auto;
}

.modalContent > .inner {
  padding: 30px 40px;
}

.modalContent > .inner > .head {
  font-size: 20px;
  text-align: center;
  margin-bottom: 22px;
}

@media (max-width: 768px) {
  .modalContent > .inner {
    padding: 20px;
  }
  .modalContent > .inner > .head {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.navProductSelect {
  background: #E8E8E8;
  -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 9px rgba(0, 0, 0, 0.4);
  margin: 69px -18px 30px;
  padding: 0 18px;
}

.navProductSelect.js-nav-fixed.is-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  margin: 0;
}

.navProductSelect > .inner {
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.navProductSelect > .inner > .list {
  margin: 0 0 0 -29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 29px);
}

.navProductSelect > .inner > .list > .item {
  padding-left: 29px;
  width: 25%;
}

.navProductSelect > .inner > .list > .item > .pannel {
  height: 100%;
  background: #fff;
  padding: 30px 20px;
  position: relative;
}

.navProductSelect > .inner > .list > .item > .pannel > .series {
  font-size: 12px;
  color: #E61E1E;
  font-weight: bold;
}

.navProductSelect > .inner > .list > .item > .pannel > .title {
  font-size: 20px;
}

.navProductSelect > .inner > .list > .item > .pannel > .list {
  font-size: 14px;
  margin: 0;
}

.navProductSelect > .inner > .list > .item > .pannel > .list > li {
  display: block;
}

.navProductSelect > .inner > .list > .item > .pannel > .close {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 10px;
}

.navProductSelect > .inner > .list > .item > .pannel > .close > img {
  width: 15px;
  display: block;
}

.navProductSelect > .inner > .list > .item > .pannel > .close:hover {
  opacity: 0.6;
}

.navProductSelect > .inner > .list > .item > .pannel.ver-add {
  background: #F6F6F6;
  padding: 0;
}

.navProductSelect > .inner > .list > .item > .pannel.ver-add > .add {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.navProductSelect > .inner > .list > .item > .pannel.ver-add > .add:before, .navProductSelect > .inner > .list > .item > .pannel.ver-add > .add:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 4px;
  background: #E61E1E;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -20px;
}

.navProductSelect > .inner > .list > .item > .pannel.ver-add > .add:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.navProductSelect > .inner > .list > .item > .pannel.ver-add > .add:hover {
  opacity: 0.6;
}

.navProductSelect > .inner > .list > .item > .pannel.ver-add > .add > span {
  position: absolute;
  top: 0;
  left: 100%;
}

@media (max-width: 768px) {
  .navProductSelect {
    margin: 35px -18px 15px;
    padding: 0;
    overflow-x: scroll;
  }
  .navProductSelect > .inner {
    margin: 0;
    padding: 0 18px 0 0;
    width: 140vw;
  }
  .navProductSelect > .inner > .list {
    margin-left: -2px;
  }
  .navProductSelect > .inner > .list > .item {
    padding-left: 20px;
    width: 33.33333%;
  }
  .navProductSelect > .inner > .list > .item:first-child {
    display: none;
  }
  .navProductSelect > .inner > .list > .item > .pannel {
    padding: 18px 10px;
  }
  .navProductSelect > .inner > .list > .item > .pannel > .series {
    font-size: 10px;
  }
  .navProductSelect > .inner > .list > .item > .pannel > .title {
    font-size: 15px;
    margin-top: 2px;
  }
  .navProductSelect > .inner > .list > .item > .pannel > .list {
    line-height: 1;
    font-size: 10px;
  }
  .navProductSelect > .inner > .list > .item > .pannel > .list > li {
    margin-top: 6px;
    display: inline-block;
    border-right: 1px solid #333;
    padding-right: 6px;
    margin-right: 3px;
  }
  .navProductSelect > .inner > .list > .item > .pannel > .list > li:last-child {
    border-right: none;
  }
  .navProductSelect > .inner > .list > .item > .pannel.close.ver-add > .add:before, .navProductSelect > .inner > .list > .item > .pannel.close.ver-add > .add:after {
    width: 35px;
    margin: -2px 0 0 -15px;
  }
}

.navProductLineup {
  background: #E8E8E8;
  -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 9px rgba(0, 0, 0, 0.4);
  margin: 69px -18px 30px;
  padding: 0 18px;
}

.navProductLineup.is-fixed {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 999;
  margin: 0;
}

.navProductLineup > .inner {
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.navProductLineup > .inner > .list {
  margin: 0 0 0 -29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 29px);
}

.navProductLineup > .inner > .list > .item {
  padding-left: 29px;
  width: 25%;
}

.navProductLineup > .inner > .list > .item > .pannel {
  height: 100%;
  background: #fff;
  padding: 35px 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navProductLineup > .inner > .list > .item > .pannel > .image {
  width: 80px;
}

.navProductLineup > .inner > .list > .item > .pannel > .content {
  width: calc(100% - 80px);
  padding-left: 10px;
}

.navProductLineup > .inner > .list > .item > .pannel > .content > .series {
  font-size: 12px;
  color: #E61E1E;
  font-weight: bold;
}

.navProductLineup > .inner > .list > .item > .pannel > .content > .title {
  font-size: 20px;
}

.navProductLineup > .inner > .list > .item > .pannel > .content > .list {
  font-size: 14px;
  margin: 0;
}

.navProductLineup > .inner > .list > .item > .pannel > .content > .list > li {
  display: block;
}

.navProductLineup > .inner > .list > .item > .pannel > .close {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 10px;
}

.navProductLineup > .inner > .list > .item > .pannel > .close > img {
  width: 15px;
  display: block;
}

.navProductLineup > .inner > .list > .item > .pannel > .close:hover {
  opacity: 0.6;
}

.navProductLineup > .inner > .list > .item.ver-button > .pannel {
  background: transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.navProductLineup > .inner > .list > .item.ver-button > .pannel > .clear {
  margin-top: 1em;
  display: inline-block;
  color: inherit;
}

.navProductLineup > .inner > .list > .item.ver-button > .pannel > .clear > span {
  font-size: 14px;
  display: inline-block;
  position: relative;
  padding-left: 22px;
}

.navProductLineup > .inner > .list > .item.ver-button > .pannel > .clear > span:before, .navProductLineup > .inner > .list > .item.ver-button > .pannel > .clear > span:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -2px;
}

.navProductLineup > .inner > .list > .item.ver-button > .pannel > .clear > span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 768px) {
  .navProductLineup {
    margin: 35px -18px 15px;
    padding: 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .navProductLineup > .inner {
    margin: 0;
    padding: 0 18px 0 0;
    width: 148vw;
  }
  .navProductLineup > .inner > .list {
    margin-left: -2px;
    padding-bottom: 50px;
  }
  .navProductLineup > .inner > .list > .item {
    padding-left: 20px;
    width: 33.33333%;
  }
  .navProductLineup > .inner > .list > .item > .pannel {
    padding: 31px 10px;
  }
  .navProductLineup > .inner > .list > .item > .pannel > .image {
    display: none;
  }
  .navProductLineup > .inner > .list > .item > .pannel > .content {
    width: 100%;
    padding-left: 0;
  }
  .navProductLineup > .inner > .list > .item > .pannel > .content > .series {
    font-size: 10px;
  }
  .navProductLineup > .inner > .list > .item > .pannel > .content > .title {
    font-size: 15px;
    margin-top: 2px;
  }
  .navProductLineup > .inner > .list > .item.ver-button {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0;
  }
  .navProductLineup > .inner > .list > .item.ver-button > .pannel {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: center;
  }
  .navProductLineup > .inner > .list > .item.ver-button > .pannel > .btnPrimary {
    width: 50%;
    font-size: 13px;
    padding: 14px 10px;
  }
  .navProductLineup > .inner > .list > .item.ver-button > .pannel > .clear {
    width: 50%;
    margin: 0;
  }
}

@media (min-width: 769px) {
  .navProduct {
    width: calc(100% + 21px);
    background: #333;
    padding: 24.5px 18px;
    margin-left: -18px;
    margin-right: -18px;
    color: #fff;
  }
  .navProduct a {
    color: #fff;
  }
  .navProduct > .inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navProduct > .inner > .head {
    font-weight: bold;
    font-size: 20px;
  }
  .navProduct > .inner > .list {
    margin: 0;
  }
  .navProduct > .inner > .list > li {
    display: inline-block;
  }
  .navProduct > .inner > .list > li:not(:first-child) {
    margin-left: 35px;
  }
  .navProduct > .inner > .list > li > a {
    display: inline-block;
    font-size: 18px;
    vertical-align: top;
    position: relative;
  }
  .navProduct > .inner > .list > li > a.is-current:before, .navProduct > .inner > .list > li > a:before {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #E61E1E;
    position: absolute;
    left: -1px;
    bottom: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .navProduct > .inner > .list > li > a.is-current:before, .navProduct > .inner > .list > li > a:hover:before {
    left: 0;
    width: 100%;
  }
  .navProduct.js-nav-fixed.is-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    margin: 0;
  }
  .navProduct + .secImportant {
    margin-top: 0;
  }
}

@media (min-width: 769px) and (max-width: 1000px) {
  .navProduct > .inner > .head {
    font-size: 18px;
  }
  .navProduct > .inner > .list > li:not(:first-child) {
    margin-left: 10px;
  }
  .navProduct > .inner > .list > li > a {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .navProduct {
    margin-top: 20px;
  }
  .navProduct > .inner > .head {
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    background: #F6F6F6;
    padding: 19px 18px;
    margin: 0 -18px;
  }
  .navProduct > .inner > .list {
    margin: 20px 0 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .navProduct > .inner > .list > li {
    width: 50%;
    padding-left: 15px;
  }
  .navProduct > .inner > .list > li:nth-child(n+3) {
    margin-top: 15px;
  }
  .navProduct > .inner > .list > li > a {
    display: block;
    background: #F6F6F6;
    text-align: center;
    color: inherit;
    padding: 9px 10px;
  }
  .navProduct + .secImportant {
    margin-top: 25px;
  }
}

.navProductDetail.js-nav-fixed.is-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  margin: 0;
}

.navProductDetail + .strMain {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .navProductDetail + .strMain {
    margin-top: 30px;
  }
}

@media (min-width: 769px) {
  .navProductDetail {
    background: #F6F6F6;
    padding: 0 18px;
    margin-left: -18px;
    margin-right: -18px;
  }
  .navProductDetail > .inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navProductDetail > .inner > .head {
    font-weight: bold;
    font-size: 18px;
  }
  .navProductDetail > .inner > .head > a {
    color: inherit;
  }
  .navProductDetail > .inner > .menu {
    display: none;
  }
  .navProductDetail > .inner > .list {
    margin: 0;
    display: block !important;
  }
  .navProductDetail > .inner > .list > li {
    display: inline-block;
  }
  .navProductDetail > .inner > .list > li:not(:first-child) {
    margin-left: 28px;
  }
  .navProductDetail > .inner > .list > li > a {
    display: inline-block;
    font-size: 15px;
    color: inherit;
    padding: 16px 0;
    position: relative;
  }
  .navProductDetail > .inner > .list > li > a.is-current:before, .navProductDetail > .inner > .list > li > a:before {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background: #E61E1E;
    position: absolute;
    left: -1px;
    bottom: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .navProductDetail > .inner > .list > li > a.is-current:before, .navProductDetail > .inner > .list > li > a:hover:before {
    left: 0;
    width: 100%;
  }
}

@media (min-width: 769px) and (max-width: 1000px) {
  .navProductDetail {
    background: #F6F6F6;
    padding: 0 18px;
    margin-left: -18px;
    margin-right: -18px;
  }
  .navProductDetail > .inner > .head {
    font-size: 18px;
  }
  .navProductDetail > .inner > .head > a {
    color: inherit;
  }
  .navProductDetail > .inner > .list > li:not(:first-child) {
    margin-left: 10px;
  }
  .navProductDetail > .inner > .list > li > a {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .navProductDetail {
    border-bottom: 1px solid #E7E7E7;
    background: #FFF;
    margin: 0 -18px;
    padding: 0;
    width: calc(100% + 36px);
  }
  .navProductDetail + .heroPageDetail {
    margin-top: 30px;
    padding-top: 0;
  }
  .navProductDetail.is-active > .inner > .menu > a:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .navProductDetail > .inner {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 17px 18px;
  }
  .navProductDetail > .inner > .head {
    font-size: 16px;
    font-weight: bold;
  }
  .navProductDetail > .inner > .head > a {
    color: inherit;
  }
  .navProductDetail > .inner > .menu {
    display: block;
  }
  .navProductDetail > .inner > .menu > a {
    color: inherit;
    font-size: 15px;
  }
  .navProductDetail > .inner > .menu > a:before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 11px;
    background: url("/jp/img/common/common-icon-arrow-2.svg") no-repeat 0 0/cover;
    margin-right: 11px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .navProductDetail > .inner > .list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 7px 11.5px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
    z-index: 500;
  }
  .navProductDetail > .inner > .list:before, .navProductDetail > .inner > .list:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
  }
  .navProductDetail > .inner > .list:before {
    background: #F6F6F6;
    top: 0;
    z-index: 1;
  }
  .navProductDetail > .inner > .list:after {
    height: 12px;
    bottom: 0;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  }
  .navProductDetail > .inner > .list > li {
    position: relative;
    z-index: 1;
    padding: 0 7.5px;
    width: 50%;
    margin-top: 15px;
  }
  .navProductDetail > .inner > .list > li > a {
    display: block;
    background: #FFF;
    text-align: center;
    color: inherit;
    padding: 9px 5px;
  }
  .navProductDetail > .inner > .list > li.top {
    display: none;
  }
}

.navProductDetail2 {
  text-align: center;
  background: #000;
  margin: 0 -18px;
  padding: 12px 18px;
}

.navProductDetail2 > .menu {
  display: none;
}

.navProductDetail2 > .head > a {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  padding: 3px 0;
  position: relative;
}

.navProductDetail2 > .head > a.is-current:before, .navProductDetail2 > .head > a:before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #E61E1E;
  position: absolute;
  left: -1px;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navProductDetail2 > .head > a.is-current:before, .navProductDetail2 > .head > a:hover:before {
  left: 0;
  width: 100%;
}

.navProductDetail2 > .list {
  margin: 0;
}

.navProductDetail2 > .list > li {
  display: inline-block;
  margin: 0 10px;
}

.navProductDetail2 > .list > li > a {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  padding: 3px 0;
  position: relative;
}

.navProductDetail2 > .list > li > a.is-current:before, .navProductDetail2 > .list > li > a:before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #E61E1E;
  position: absolute;
  left: -1px;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navProductDetail2 > .list > li > a.is-current:before, .navProductDetail2 > .list > li > a:hover:before {
  left: 0;
  width: 100%;
}

@media (min-width: 769px) {
  .navProductDetail2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .navProductDetail2 > .list {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .navProductDetail2 {
    padding: 0 18px;
    position: relative;
  }
  .navProductDetail2.is-active > .menu > a:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .navProductDetail2 > .menu {
    display: block;
  }
  .navProductDetail2 > .menu > a {
    color: inherit;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 16px 30px 16px 0;
    display: block;
  }
  .navProductDetail2 > .menu > a:before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 11px;
    background: url("/jp/img/common/common-icon-arrow-3.svg") no-repeat 0 0/cover;
    margin-right: 11px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .navProductDetail2 > .list {
    position: absolute;
    border-top: 1px solid #333;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 18px 0;
    background: #000;
    z-index: 20;
    display: none;
  }
  .navProductDetail2 > .list > li {
    display: block;
  }
  .navProductDetail2 > .list > li > a {
    padding: 10px 0;
  }
}

.navProductDetail3 {
  text-align: center;
  background: #000;
  margin: 0 -18px;
  padding: 10px 18px;
}

.navProductDetail3 > .inner > .menu {
  display: none;
}

.navProductDetail3 > .inner > .head > a {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  padding: 3px 0;
  position: relative;
}

.navProductDetail3 > .inner > .head > a.is-current:before, .navProductDetail3 > .inner > .head > a:before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #E61E1E;
  position: absolute;
  left: -1px;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navProductDetail3 > .inner > .head > a.is-current:before, .navProductDetail3 > .inner > .head > a:hover:before {
  left: 0;
  width: 100%;
}

.navProductDetail3 > .inner > .list {
  margin: 0;
}

.navProductDetail3 > .inner > .list > li {
  display: inline-block;
  margin: 0 10px;
}

.navProductDetail3 > .inner > .list > li > a {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  padding: 3px 0;
  position: relative;
}

.navProductDetail3 > .inner > .list > li > a.is-current:before, .navProductDetail3 > .inner > .list > li > a:before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #E61E1E;
  position: absolute;
  left: -1px;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navProductDetail3 > .inner > .list > li > a.is-current:before, .navProductDetail3 > .inner > .list > li > a:hover:before {
  left: 0;
  width: 100%;
}

@media (min-width: 769px) {
  .navProductDetail3 > .inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navProductDetail3 > .inner > .head {
    min-width: 180px;
    text-align: left;
  }
  .navProductDetail3 > .inner > .list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 2;
  }
  .navProductDetail3 > .inner > .list > .sp-only {
    display: none;
  }
}

@media (max-width: 768px) {
  .navProductDetail3 {
    padding: 0 18px;
    position: relative;
  }
  .navProductDetail3 > .inner > .head {
    display: none;
  }
  .navProductDetail3 > .inner.is-active > .menu > a:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .navProductDetail3 > .inner > .menu {
    display: block;
  }
  .navProductDetail3 > .inner > .menu > a {
    color: inherit;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 16px 30px 16px 0;
    display: block;
  }
  .navProductDetail3 > .inner > .menu > a:before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 11px;
    background: url("/jp/img/common/common-icon-arrow-3.svg") no-repeat 0 0/cover;
    margin-right: 11px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .navProductDetail3 > .inner > .list {
    position: absolute;
    border-top: 1px solid #333;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 18px 0;
    background: #000;
    z-index: 2;
    display: none;
  }
  .navProductDetail3 > .inner > .list > li {
    display: block;
  }
  .navProductDetail3 > .inner > .list > li > a {
    padding: 10px 0;
  }
}

.navPagination > ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navPagination > ul > li {
  width: 18px;
  margin-left: 10px;
}

.navPagination > ul > li:first-child {
  margin-left: 0;
}

.navPagination > ul > li[aria-current] a {
  color: #E61E1E;
  font-weight: bold;
}

.navPagination > ul a {
  color: #000;
  display: block;
  text-align: center;
}

.navPagination > ul a:hover {
  text-decoration: underline;
}

.navPagination > ul .navBtn {
  background: #E61E1E;
  width: auto;
  font-size: 14px;
}

.navPagination > ul .navBtn a {
  padding: 3px 5px 2px;
  min-height: 20px;
  max-height: 20px;
  color: #fff;
}

.navPagination > ul .navBtn a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .navPagination > ul > .prev,
  .navPagination > ul > .next {
    width: 23px;
    height: 30px;
  }
  .navPagination > ul > .prev a,
  .navPagination > ul > .next a {
    width: 100%;
    height: 100%;
  }
  .navPagination > ul > .prev img,
  .navPagination > ul > .next img {
    width: 100%;
    height: 100%;
  }
  .navPagination > ul .navBtn a {
    padding: 8px 5px 0;
    min-height: 30px;
    max-height: 30px;
  }
}

.panelSeries {
  max-width: 377px;
  font-size: 14px;
  margin: 0 auto;
}

.panelSeries > .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.panelSeries > .head > .head-size {
  width: 70%;
  background: #EBEBEB;
  font-size: 16px;
  padding: 5px 5px 3px 20px;
  border-right: 1px solid #fff;
}

.panelSeries > .head > .head-size > b {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  margin-left: 5px;
}

.panelSeries > .head > .head-size > b > span {
  font-size: 24px;
}

.panelSeries > .head > .head-type {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.panelSeries > .head > .head-type > .head-type-v {
  width: 100%;
  background: #707070;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.panelSeries > .head > .head-type > .head-type-v > b {
  font-size: 14px;
}

.panelSeries > .head > .head-type > .head-type-plug {
  width: 100%;
  padding-top: 2px;
}

.panelSeries > .head > .head-type > .head-type-plug > img {
  margin-left: 4px;
  display: inline-block;
  position: relative;
  top: -4px;
}

.panelSeries > .head.ver-bg-1 > .head-size {
  background: #333;
  color: #fff;
}

.panelSeries > .head.ver-bg-1 > .head-type > .head-type-v {
  background: #333;
  color: #fff;
}

.panelSeries > .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.panelSeries > .title > .title-product {
  font-size: 26px;
  padding: 7px 0;
}

.panelSeries > .title > .title-sub {
  font-size: 12px;
}

.panelSeries > .size {
  border: 1px solid #B3B3B3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: center;
  line-height: 1.3;
}

.panelSeries > .size > .size-head {
  background: #EBEBEB;
  padding: 7px 5px;
  width: 36%;
  border-right: 1px solid #B3B3B3;
}

.panelSeries > .size > .size-head > small {
  font-size: 10px;
}

.panelSeries > .size > .size-content {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  width: 64%;
}

.panelSeries > .table-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0 2px;
}

.panelSeries > .table-head > .table-head-label {
  font-size: 12px;
}

.panelSeries > .table-head > .table-head-id {
  font-size: 10px;
}

.panelSeries > .table > table {
  width: 100%;
  border: 1px solid #B3B3B3;
  border-width: 1px 0 0 1px;
  font-size: 12px;
  line-height: 1.3;
}

.panelSeries > .table > table td,
.panelSeries > .table > table th {
  border: 1px solid #B3B3B3;
  border-width: 0 1px 1px 0;
  vertical-align: middle;
  text-align: center;
  padding: 5px;
  font-weight: normal;
}

.panelSeries > .table > table th {
  background: #EBEBEB;
}

.panelSeries > .table > table td {
  font-size: 22px;
  color: #FF0000;
  font-weight: bold;
  padding: 10px 5px;
}

.panelSeries > .table > table .cell-logo {
  width: 36%;
  background: #fff;
}

.panelSeries > .table > table .table-logo {
  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;
}

.panelSeries > .table > table .table-logo > .logo {
  width: 36px;
}

.panelSeries > .table > table .table-logo > .text {
  padding-left: 5px;
}

.panelSeries > .table2 {
  margin-top: 10px;
}

.panelSeries > .table2 > table {
  width: 100%;
  line-height: 1.3;
}

.panelSeries > .table2 > table thead {
  background: #F6F6F6;
}

.panelSeries > .table2 > table tbody th {
  text-align: left;
  padding-left: 20px;
}

.panelSeries > .table2 > table tbody th,
.panelSeries > .table2 > table tbody td {
  border-bottom: 1px solid #E7E7E7;
}

.panelSeries > .table2 > table td,
.panelSeries > .table2 > table th {
  vertical-align: middle;
  text-align: center;
  padding: 7px 5px;
  font-weight: normal;
}

.panelSeries > .table2 > table td {
  padding: 10px 5px;
}

.panelSeries > .table2 > table td > small {
  font-size: 12px;
}

.panelSeries > .label {
  margin-top: 20px;
  background: #F6F6F6;
  text-align: center;
  padding: 4px;
}

.panelSeries > .label > b {
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .panelSeries {
    font-size: 12px;
  }
  .panelSeries > .head > .head-size {
    font-size: 14px;
    padding-left: 15px;
  }
  .panelSeries > .head > .head-size > b {
    font-size: 16px;
  }
  .panelSeries > .head > .head-size > b > span {
    font-size: 21px;
  }
  .panelSeries > .head > .head-type > .head-type-v {
    font-size: 9px;
  }
  .panelSeries > .head > .head-type > .head-type-v > b {
    font-size: 12px;
  }
  .panelSeries > .head > .head-type > .head-type-plug > img {
    top: -2px;
  }
  .panelSeries > .title > .title-product {
    font-size: 22px;
  }
  .panelSeries > .title > .title-sub {
    font-size: 10px;
  }
  .panelSeries > .size > .size-head > small {
    font-size: 8px;
  }
  .panelSeries > .size > .size-content {
    font-size: 18px;
  }
  .panelSeries > .table-head > .table-head-label {
    font-size: 11px;
  }
  .panelSeries > .table-head > .table-head-id {
    font-size: 8px;
  }
  .panelSeries > .table > table {
    font-size: 10.5px;
  }
  .panelSeries > .table > table td {
    font-size: 19px;
  }
  .panelSeries > .table2 > table tbody th {
    padding-left: 15px;
  }
  .panelSeries > .table2 > table td > small {
    font-size: 11px;
  }
  .panelSeries > .label > b {
    font-size: 15.5px;
  }
}

.pannelBase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}

.pannelBase > .content {
  width: 50%;
  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;
  padding: 0 18px;
}

.pannelBase > .content > .inner {
  width: 100%;
  max-width: 400px;
}

.pannelBase > .content > .inner > *:first-child {
  margin-top: 0 !important;
}

.pannelBase > .content > .inner > .head {
  font-size: 32px;
  font-weight: bold;
  margin-top: 10px;
}

.pannelBase > .content > .inner > .head > .series {
  display: block;
  font-size: 12px;
  color: #E61E1E;
  padding-left: 40px;
  position: relative;
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 10px;
}

.pannelBase > .content > .inner > .head > .series:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 10px;
  background: #E61E1E;
  position: absolute;
  top: 2px;
  left: 0;
}

.pannelBase > .content > .inner > .text {
  margin-top: 1em;
}

.pannelBase > .content > .inner > .lead {
  font-size: 20px;
  font-weight: bold;
}

.pannelBase > .content > .inner > .notes {
  font-size: 11px;
  margin-top: 1em;
  color: #333;
}

.pannelBase > .content > .inner > .button {
  margin-top: 30px;
}

.pannelBase > .content > .inner > .listBullet {
  margin-top: 1em;
}

.pannelBase > .image {
  width: 50%;
}

.pannelBase > .image.ver-border > img {
  border: 9px solid #f6f6f6;
}

.pannelBase > .image > img {
  position: relative;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pannelBase > .image.ver-animation {
  position: relative;
}

.pannelBase > .image.ver-animation > .animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 0 10px #F6F6F6;
          box-shadow: inset 0 0 0 10px #F6F6F6;
  background: #fff;
  z-index: 1;
  overflow: hidden;
}

.pannelBase > .image.ver-animation > .animation > img {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pannelBase > .image.ver-animation > .animation:before {
  content: "";
  display: inline-block;
  width: 120px;
  height: 0;
  background: #E61E1E;
  position: absolute;
  top: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pannelBase > .image.ver-animation:hover > img {
  opacity: 0;
}

.pannelBase > .image.ver-animation:hover > .animation:before {
  height: 160px;
}

.pannelBase > .image.ver-animation.ver-move-1 > .animation > img {
  left: -50%;
}

.pannelBase > .image.ver-animation.ver-move-1:hover > .animation > img {
  left: 0;
}

.pannelBase > .image.ver-animation.ver-move-2 > .animation > img {
  right: -50%;
}

.pannelBase > .image.ver-animation.ver-move-2 > .animation:before {
  top: 50%;
}

.pannelBase > .image.ver-animation.ver-move-2:hover > .animation > img {
  right: 0;
}

.pannelBase > .more-content {
  width: 100%;
  padding: 65px 10px;
  overflow-x: hidden;
}

.pannelBase > .more-content > *:first-child {
  margin-top: 0;
}

.pannelBase > .more-content > .head {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.pannelBase > .more-content > .notes {
  text-align: center;
  font-size: 11px;
  margin-top: 0.5em;
}

.pannelBase > .more-content > .more {
  margin-top: 2em;
  text-align: right;
}

.pannelBase > .more-content > .close {
  text-align: center;
  margin-top: 60px;
}

.pannelBase > .more-content > .close > a {
  display: inline-block;
  background: #E7E7E7;
  color: #000;
  font-size: 16px;
  width: 100%;
  max-width: 400px;
  min-width: 184px;
  padding: 8px 10px;
  color: inherit;
}

.pannelBase > .more-content > .close > a > span {
  position: relative;
  display: inline-block;
  padding-left: 28px;
}

.pannelBase > .more-content > .close > a > span:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #000;
  margin-top: -1px;
}

.pannelBase + .pannelBase {
  margin-top: 0;
}

.pannelBase.ver-reverse > .content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.pannelBase.ver-reverse > .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.pannelBase.ver-reverse > .more-content {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.pannelBase.ver-brand > .content {
  width: 30%;
}

.pannelBase.ver-brand > .image {
  width: 70%;
}

.pannelBase.ver-brand + .ver-brand {
  margin-top: 80px;
}

@media (max-width: 1000px) {
  .pannelBase > .content > .inner > .head {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .pannelBase {
    margin: 30px -18px 0;
  }
  .pannelBase > .content {
    width: 100%;
    padding: 0 36px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 25px;
  }
  .pannelBase > .content > .inner > .head {
    font-size: 24px;
  }
  .pannelBase > .content > .inner > .notes {
    font-size: 10px;
  }
  .pannelBase > .content > .inner > .button {
    margin-top: 20px;
  }
  .pannelBase > .image {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
  .pannelBase > .image.ver-border > img {
    border-width: 5px;
  }
  .pannelBase > .image.ver-animation > img {
    opacity: 1 !important;
  }
  .pannelBase > .image.ver-animation > .animation {
    display: none;
  }
  .pannelBase > .more-content {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    border-top: 1px solid #E7E7E7;
    padding: 25px 0 0;
    margin: 30px 20px 0;
  }
  .pannelBase > .more-content > .head {
    font-size: 20px;
  }
  .pannelBase > .more-content > .notes {
    font-size: 10px;
  }
  .pannelBase > .more-content > .close {
    margin-top: 40px;
  }
  .pannelBase > .more-content > .close > a {
    min-width: inherit;
    font-size: 12px;
    padding: 12px 20px;
  }
  .pannelBase .btnToggle.is-open {
    display: none;
  }
  .pannelBase + .pannelBase {
    margin-top: 50px;
  }
  .pannelBase.ver-brand {
    margin-left: 0;
    margin-right: 0;
  }
  .pannelBase.ver-brand > .content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .pannelBase.ver-brand > .content > .inner > .lead {
    font-size: 15px;
  }
  .pannelBase.ver-brand > .image {
    width: 100%;
  }
  .pannelBase.ver-brand > .more-content {
    margin-right: 0;
    margin-left: 0;
  }
  .pannelBase.ver-brand + .ver-brand {
    margin-top: 60px;
  }
}

.pannelProduct {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pannelProduct > .image {
  width: 40%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.pannelProduct > .image > .product {
  text-align: center;
}

.pannelProduct > .image > .color > .list {
  text-align: center;
  margin-top: 20px;
}

.pannelProduct > .image > .color > .list > li {
  display: inline-block;
  margin: 0 9px;
}

.pannelProduct > .image > .color > .list > li > a {
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  position: relative;
  background: #E7E7E7;
}

.pannelProduct > .image > .color > .list > li > a[style*="#FFF"] {
  border: 2px solid #E7E7E7;
}

.pannelProduct > .image > .color > .list > li > a.is-active {
  border: 2px solid #E61E1E;
}

.pannelProduct > .image > .color > .list > li > a > span {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 100%;
}

.pannelProduct > .content,
.pannelProduct > .content2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pannelProduct > .content > .inner,
.pannelProduct > .content2 > .inner {
  width: 100%;
}

.pannelProduct > .content > .inner > .lead,
.pannelProduct > .content2 > .inner > .lead {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 0;
}

.pannelProduct > .content > .inner > .list,
.pannelProduct > .content2 > .inner > .list {
  margin-top: 1.5em;
}

.pannelProduct > .content > .inner > .list > li,
.pannelProduct > .content2 > .inner > .list > li {
  padding-left: 22px;
  position: relative;
  font-size: 14px;
}

.pannelProduct > .content > .inner > .list > li:not(:first-child),
.pannelProduct > .content2 > .inner > .list > li:not(:first-child) {
  margin-top: 0.5em;
}

.pannelProduct > .content > .inner > .list > li:before,
.pannelProduct > .content2 > .inner > .list > li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #D4D4D4;
  background: #E7E7E7;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}

.pannelProduct > .content {
  width: 30%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 10px;
}

.pannelProduct > .content > .inner > .head > .icon > span {
  display: inline-block;
  color: #fff;
  background: #E61E1E;
  text-align: center;
  padding: 1px 11px;
}

.pannelProduct > .content > .inner > .head > .series {
  font-size: 12px;
  color: #E61E1E;
  padding-left: 40px;
  position: relative;
  margin-top: 1.2em;
}

.pannelProduct > .content > .inner > .head > .series:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 10px;
  background: #E61E1E;
  position: absolute;
  top: 4px;
  left: 0;
}

.pannelProduct > .content > .inner > .head > .text {
  font-size: 30px;
  font-weight: normal;
}

.pannelProduct > .content > .inner > .lead {
  margin-top: 0.5em;
}

.pannelProduct > .content > .inner > .label {
  margin-top: 1em;
}

.pannelProduct > .content > .inner > .label > .text {
  display: inline-block;
  padding: 2px 10px;
  background: #F6F6F6;
}

.pannelProduct > .content > .inner > .notes {
  font-size: 11px;
  margin-top: 1.5em;
  color: #333;
}

.pannelProduct > .content2 {
  width: 30%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  text-align: right;
  padding-left: 10px;
}

.pannelProduct > .content2 > .inner > .list > li {
  padding-left: 0;
  padding-right: 22px;
}

.pannelProduct > .content2 > .inner > .list > li:before {
  left: auto;
  right: 0;
}

.pannelProduct > .button {
  width: 100%;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 1000px) {
  .pannelProduct > .content > .inner > .head > .text,
  .pannelProduct > .content2 > .inner > .head > .text {
    font-size: 24px;
  }
  .pannelProduct > .content > .inner > .lead,
  .pannelProduct > .content2 > .inner > .lead {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .pannelProduct {
    margin-top: 20px;
  }
  .pannelProduct > .image {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pannelProduct > .image > .color > .list > li > a {
    width: 20px;
    height: 20px;
    border-width: 1px;
  }
  .pannelProduct > .content,
  .pannelProduct > .content2 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    width: 100%;
  }
  .pannelProduct > .content > .inner > .lead,
  .pannelProduct > .content2 > .inner > .lead {
    font-size: 23px;
  }
  .pannelProduct > .content > .inner > .list > li,
  .pannelProduct > .content2 > .inner > .list > li {
    font-size: 12px;
  }
  .pannelProduct > .content > .inner > .list > li:before,
  .pannelProduct > .content2 > .inner > .list > li:before {
    width: 8px;
    height: 8px;
  }
  .pannelProduct > .content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0;
    margin-top: 20px;
  }
  .pannelProduct > .content > .inner > .head > .icon > span {
    display: inline-block;
    color: #fff;
    background: #E61E1E;
    text-align: center;
    padding: 1px 11px;
  }
  .pannelProduct > .content > .inner > .head > .series {
    font-size: 11px;
  }
  .pannelProduct > .content > .inner > .head > .text {
    font-size: 22px;
  }
  .pannelProduct > .content2 {
    width: 100%;
    text-align: left;
    padding-left: 0;
    margin-top: 25px;
  }
  .pannelProduct > .content2 > .inner > .list > li {
    padding-left: 22px;
    padding-right: 0;
  }
  .pannelProduct > .content2 > .inner > .list > li:before {
    left: 0;
    right: auto;
  }
  .pannelProduct > .button {
    text-align: left;
    margin-top: 22px;
  }
}

.pannelProduct2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 60px auto 75px;
}

.pannelProduct2 > .image {
  width: 50%;
  padding: 0 50px;
}

.pannelProduct2 > .image .product {
  text-align: center;
  max-width: 480px;
  margin: 0 auto;
}

.pannelProduct2 > .image .thumb {
  max-width: 490px;
  margin: 20px auto 0;
  position: relative;
  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;
}

.pannelProduct2 > .image .thumb * {
  outline: none;
}

.pannelProduct2 > .image .thumb .item {
  margin-top: 10px;
  padding: 0 5px;
  width: 14.28571%;
}

.pannelProduct2 > .image .thumb .item > a,
.pannelProduct2 > .image .thumb .item > span {
  display: inline-block;
  border: 2px solid #E7E7E7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pannelProduct2 > .image .thumb .item > a > img,
.pannelProduct2 > .image .thumb .item > span > img {
  width: 100%;
}

.pannelProduct2 > .image .thumb .item > a:hover,
.pannelProduct2 > .image .thumb .item > span:hover {
  opacity: 0.6;
  cursor: pointer;
}

.pannelProduct2 > .image .thumb .item.is-active > a,
.pannelProduct2 > .image .thumb .item.is-active > span {
  border-color: #E61E1E;
}

.pannelProduct2 > .content {
  width: 50%;
  padding-right: 10px;
}

.pannelProduct2 > .content > .inner {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}

.pannelProduct2 > .content > .inner > p {
  margin-top: 2em;
}

.pannelProduct2 > .content > .inner > p + .listBullet {
  margin-top: 1em;
}

.pannelProduct2 > .content > .inner > .image {
  display: none;
}

.pannelProduct2 > .content > .inner > .head > .icon > span {
  display: inline-block;
  color: #fff;
  background: #E61E1E;
  text-align: center;
  padding: 1px 11px;
}

.pannelProduct2 > .content > .inner > .head > .lead {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 0.5em;
}

.pannelProduct2 > .content > .inner > .head > .series {
  font-size: 12px;
  color: #E61E1E;
  padding-left: 40px;
  position: relative;
  margin-top: 1.2em;
}

.pannelProduct2 > .content > .inner > .head > .series:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 10px;
  background: #E61E1E;
  position: absolute;
  top: 4px;
  left: 0;
}

.pannelProduct2 > .content > .inner > .head > .text {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.3;
}

.pannelProduct2 > .content > .inner > .head > .text > .icon {
  display: inline-block;
  background: #B3B3B3;
  color: #fff;
  font-size: 14px;
  padding: 5px 6px;
  line-height: 1;
  vertical-align: middle;
  margin-left: 15px;
  font-weight: bold;
  margin-top: -4px;
}

.pannelProduct2 > .content > .inner > .head > .notes {
  font-size: 12px;
  color: #333;
}

.pannelProduct2 > .content > .inner > .color > .list {
  margin-top: 20px;
}

.pannelProduct2 > .content > .inner > .color > .list > li {
  display: inline-block;
  margin-top: 10px;
  margin-right: 34px;
}

.pannelProduct2 > .content > .inner > .color > .list > li > a {
  color: inherit;
}

.pannelProduct2 > .content > .inner > .color > .list > li > a.is-active > .icon {
  border: 2px solid #E61E1E !important;
}

.pannelProduct2 > .content > .inner > .color > .list > li > a.is-active > .text {
  font-weight: bold;
}

.pannelProduct2 > .content > .inner > .color > .list > li > a > .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  position: relative;
  background: #E7E7E7;
  vertical-align: middle;
  margin-right: 12px;
}

.pannelProduct2 > .content > .inner > .color > .list > li > a > .icon[style*="#FFF"] {
  border: 2px solid #E7E7E7;
}

.pannelProduct2 > .content > .inner > .color > .list > li > a > .text {
  display: inline-block;
  font-size: 12px;
}

.pannelProduct2 > .content > .inner > .listBullet {
  margin-top: 1.5em;
}

.pannelProduct2 > .content > .inner > p {
  margin-top: 1.5em;
}

.pannelProduct2 > .content > .inner > .label {
  margin-top: 1.5em;
}

.pannelProduct2 > .content > .inner > .label > .text {
  display: inline-block;
  padding: 2px 10px;
  background: #F6F6F6;
}

.pannelProduct2 > .content > .inner > .banner {
  margin-top: 1.5em;
}

.pannelProduct2 > .content > .inner > .link {
  margin-top: 1.5em;
}

.pannelProduct2 > .content > .inner > .listIconCaption {
  margin-top: 1em;
}

.pannelProduct2 > .content > .inner > .notes {
  margin-top: 2em;
  font-size: 12px;
  color: #333;
}

.pannelProduct2 > .content > .inner > .button {
  margin-top: 35px;
}

.pannelProduct2 > .content > .inner > .button .btnIcon {
  width: 200px;
  padding: 0 10px 0 30px;
  min-height: 60px;
}

.pannelProduct2 > .content > .inner > .button .btnIcon > .icon {
  width: 22px;
}

.pannelProduct2 > .content > .inner > .button .btnIcon > .text {
  width: calc(100% - 22px);
  font-size: 16px;
  padding-left: 1em;
}

.pannelProduct2 > .content > .inner > .button.ver-big .btnIcon {
  min-width: 300px;
  width: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.pannelProduct2 .slick-arrow {
  width: 26px;
  height: 44px;
}

.pannelProduct2 .slick-arrow:before {
  background-image: url("/jp/img/common/common-icon-arrow-1.svg");
}

.pannelProduct2 .slick-arrow.slick-prev {
  left: -50px;
}

.pannelProduct2 .slick-arrow.slick-next {
  right: -50px;
}

@media (max-width: 1000px) {
  .pannelProduct2 > .content > .inner > .head > .lead {
    font-size: 24px;
  }
  .pannelProduct2 > .content > .inner > .head > .text {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .pannelProduct2 {
    margin-top: 30px;
    padding: 0 18px;
  }
  .pannelProduct2 > .image {
    display: none;
  }
  .pannelProduct2 > .content {
    width: 100%;
    padding-right: 0;
  }
  .pannelProduct2 > .content > .inner > .image {
    display: block;
    margin-top: 20px;
    padding: 0 18px;
  }
  .pannelProduct2 > .content > .inner > .image > .product {
    max-width: 305px;
    margin: 0 auto;
  }
  .pannelProduct2 > .content > .inner > .head > .lead {
    font-size: 24px;
  }
  .pannelProduct2 > .content > .inner > .head > .series {
    font-size: 11px;
  }
  .pannelProduct2 > .content > .inner > .head > .text {
    font-size: 23px;
    margin-top: 0.5em;
  }
  .pannelProduct2 > .content > .inner > .head > .text > .icon {
    font-size: 12px;
    margin-left: 10px;
    margin-top: -2px;
  }
  .pannelProduct2 > .content > .inner > .color > .list {
    margin-top: 20px;
  }
  .pannelProduct2 > .content > .inner > .color > .list > li {
    margin-right: 20px;
  }
  .pannelProduct2 > .content > .inner > .color > .list > li > a > .icon {
    width: 15px;
    height: 15px;
  }
  .pannelProduct2 > .content > .inner > .listIconCaption > li {
    width: 40px;
  }
  .pannelProduct2 > .content > .inner > .listIconCaption + .listIconCaption {
    margin-top: 0.5em;
  }
  .pannelProduct2 .slick-arrow {
    width: 15px;
    height: 25px;
  }
  .pannelProduct2 .slick-arrow.slick-prev {
    left: -36px;
  }
  .pannelProduct2 .slick-arrow.slick-next {
    right: -36px;
  }
}

@media (max-width: 350px) {
  .pannelProduct2 > .content > .inner > .button.ver-big .btnIcon {
    min-width: inherit;
    width: 100%;
  }
}

.pannelProduct3 > .inner {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pannelProduct3 > .inner > .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 175px;
  padding: 0 25px 0 30px;
}

.pannelProduct3 > .inner > .content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: calc(100% - 175px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pannelProduct3 > .inner > .content > .icon {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.pannelProduct3 > .inner > .content > .icon > span {
  display: inline-block;
  color: #fff;
  background: #E61E1E;
  text-align: center;
  padding: 1px 11px;
  font-weight: bold;
}

.pannelProduct3 > .inner > .content > .head {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: 32px;
  font-weight: normal;
  margin-top: 5px;
}

.pannelProduct3 > .inner > .content > .head > .text > .icon,
.pannelProduct3 > .inner > .content > .head > .icon {
  display: inline-block;
  background: #B3B3B3;
  color: #fff;
  font-size: 14px;
  padding: 5px 6px;
  line-height: 1;
  vertical-align: middle;
  margin-left: 15px;
  font-weight: bold;
  margin-top: -4px;
}

.pannelProduct3 > .inner > .content > .series {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 12px;
  color: #E61E1E;
  padding-left: 40px;
  position: relative;
  margin-top: 1.2em;
}

.pannelProduct3 > .inner > .content > .series:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 10px;
  background: #E61E1E;
  position: absolute;
  top: 4px;
  left: 0;
}

@media (max-width: 768px) {
  .pannelProduct3 > .inner {
    margin: 20px auto;
  }
  .pannelProduct3 > .inner > .image {
    width: 100px;
    padding: 0;
  }
  .pannelProduct3 > .inner > .content {
    width: calc(100% - 100px);
    padding-left: 20px;
  }
  .pannelProduct3 > .inner > .content > .icon > span {
    font-size: 12px;
  }
  .pannelProduct3 > .inner > .content > .head {
    font-size: 24px;
  }
  .pannelProduct3 > .inner > .content > .head > .icon {
    font-size: 12px;
    margin-left: 6px;
    margin-top: -2px;
  }
  .pannelProduct3 > .inner > .content > .series {
    font-size: 11px;
  }
}

.pannelProduct4 {
  margin-top: 50px;
}

.pannelProduct4 > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
}

.pannelProduct4 > .inner > .image,
.pannelProduct4 > .inner > .content {
  width: 50%;
  padding-left: 30px;
}

.pannelProduct4 > .inner > .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.pannelProduct4 > .inner > .image > .color > .list {
  margin-top: 20px;
}

.pannelProduct4 > .inner > .image > .color > .list > li {
  display: inline-block;
  margin-right: 10px;
}

.pannelProduct4 > .inner > .image > .color > .list > li > a {
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  position: relative;
  background: #E7E7E7;
}

.pannelProduct4 > .inner > .image > .color > .list > li > a[style*="#FFF"] {
  border: 2px solid #E7E7E7;
}

.pannelProduct4 > .inner > .image > .color > .list > li > a.is-active {
  border: 2px solid #E61E1E;
}

.pannelProduct4 > .inner > .image > .color > .list > li > a > span {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 100%;
}

.pannelProduct4 > .inner > .content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.pannelProduct4 > .inner > .content > *:first-child {
  margin-top: 0 !important;
}

.pannelProduct4 > .inner > .content > .icon > span {
  display: inline-block;
  color: #fff;
  background: #E61E1E;
  text-align: center;
  padding: 1px 11px;
}

.pannelProduct4 > .inner > .content > .head {
  font-weight: normal;
  font-size: 24px;
  margin-top: 14px;
}

.pannelProduct4 > .inner > .content > .lead {
  font-weight: bold;
  font-size: 18px;
  margin-top: 7px;
  line-height: 1.5;
}

.pannelProduct4 > .inner > .content > .caption {
  font-size: 14px;
  margin-top: 7px;
  line-height: 1.5;
}

.pannelProduct4 > .inner > .content > .listIcon {
  margin-top: 5px;
}

.pannelProduct4 > .inner > .content > .listTag {
  margin-top: 5px;
}

.pannelProduct4 > .inner > .content > .listTag > li {
  margin-right: 5px;
}

.pannelProduct4 > .inner > .content > .listBullet,
.pannelProduct4 > .inner > .content > .button {
  margin-top: 20px;
}

.pannelProduct4 > .inner > .content .notes {
  margin-top: 12px;
  font-size: 12px;
  color: #333;
}

.pannelProduct4 .listIconCaption {
  margin-top: 14px;
}

@media (max-width: 768px) {
  .pannelProduct4 {
    margin-top: 30px;
  }
  .pannelProduct4 > .inner {
    margin-left: -15px;
  }
  .pannelProduct4 > .inner > .image,
  .pannelProduct4 > .inner > .content {
    padding-left: 15px;
  }
  .pannelProduct4 > .inner > .image {
    width: 120px;
  }
  .pannelProduct4 > .inner > .content {
    width: calc(100% - 120px);
  }
  .pannelProduct4 > .inner > .content > .head {
    font-size: 16px;
  }
  .pannelProduct4 > .inner > .content > .lead {
    font-size: 14px;
  }
  .pannelProduct4 > .inner > .content .notes {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  .lytColumn > .item:not(:first-child) .pannelProduct4 {
    margin-top: 20px;
  }
}

.sectionBg {
  margin: 100px 0;
  padding: 100px 0;
  position: relative;
}

.sectionBg > * {
  position: relative;
}

.sectionBg > *:first-child {
  margin-top: 0;
}

.sectionBg:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #F6F6F6;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 768px) {
  .sectionBg {
    margin: 50px 0;
    padding: 50px 0;
  }
}

.secImportant {
  background: #FFF2F2;
  border-top: 4px solid #E61E1E;
  margin-top: 60px;
  margin-left: -18px;
  margin-right: -18px;
  padding: 0 18px;
}

.secImportant > .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.secImportant .listNews {
  border-top: none;
  margin-top: 0;
  padding: 5px 0;
}

.secImportant .listNews > li {
  border-bottom: none;
}

.secImportant + .listAnchor2 {
  margin-top: 0;
}

.secImportant.ver-top {
  margin-top: 0;
  border-top: none;
}

.secImportant.ver-top > .inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 0;
}

.secImportant.ver-top > .inner > *:first-child {
  margin-top: 0 !important;
}

.secImportant.ver-top > .inner > .head {
  font-weight: bold;
  margin-top: 15px;
}

.secImportant.ver-top > .inner > .text {
  font-size: 14px;
  margin-top: 15px;
}

.secImportant.ver-top > .inner > .link {
  font-size: 14px;
  margin-top: 15px;
}

.secImportant.ver-top > .inner > .link > a {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
}

.secImportant.ver-top > .inner > .link > a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .secImportant.ver-top > .inner > .head {
    margin-top: 13px;
  }
  .secImportant.ver-top > .inner > .text {
    font-size: 12px;
    margin-top: 12px;
  }
  .secImportant.ver-top > .inner > .link {
    font-size: 12px;
    margin-top: 12px;
  }
}

.slick-arrow {
  z-index: 1;
}

.slick-arrow:before {
  background: no-repeat 0 0 / cover;
  width: 100%;
  height: 100%;
  font-size: 13px;
  content: "";
  opacity: 1;
  display: inline-block;
}

.slick-arrow.slick-prev:before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.slick-dotted.slick-slider {
  margin-bottom: 50px;
}

.slick-dots {
  bottom: -37px;
}

.slick-dots > li {
  margin: 0;
}

.slick-dots > li.slick-active > button:before {
  background: #D4D4D4;
}

.slick-dots > li > button {
  padding: 5px 6px;
  width: 22px;
  height: 20px;
}

.slick-dots > li > button:before {
  opacity: 1 !important;
  border-radius: 50%;
  content: "";
  width: 10px;
  height: 10px;
  background: #FFF;
  border: 1px solid #D4D4D4;
  position: static;
  display: inline-block;
}

.slideProduct {
  margin: 0 -18px;
  width: calc(100% + 36px);
  max-width: 1920px;
  overflow: hidden;
}

@media (min-width: 1920px) {
  .slideProduct {
    margin: 0 auto;
  }
}

.slideProduct > .inner {
  height: 32.6185vw;
  visibility: hidden;
}

.slideProduct > .inner.is-show {
  visibility: visible;
  height: auto;
}

@media (max-width: 768px) {
  .slideProduct > .inner {
    height: 93.335vw;
  }
}

.slideProduct .item {
  height: 32.6185vw;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (min-width: 1920px) {
  .slideProduct .item {
    height: 648px;
  }
}

.slideProduct .item > .bg,
.slideProduct .item > .bg-sp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF no-repeat center center / cover;
}

.slideProduct .item > .bg-sp {
  display: none;
  background-position: right bottom;
}

.slideProduct .item > .inner {
  width: 100%;
  max-width: calc(960px + 120px);
  margin: 0 auto;
  padding: 0 calc(18px + 24px + 18px);
  position: relative;
}

.slideProduct .item > .inner .series {
  display: block;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 12px;
  color: #E61E1E;
  padding-left: 40px;
  position: relative;
  margin-top: 1.2em;
}

.slideProduct .item > .inner .series:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 10px;
  background: #E61E1E;
  position: absolute;
  top: 2px;
  left: 0;
}

.slideProduct .item > .inner > .head {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.3;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .slideProduct .item > .inner > .head {
    font-size: 2vw;
  }
}

.slideProduct .item > .inner > .text {
  margin-top: 1.8em;
  max-width: 320px;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .slideProduct .item > .inner > .text {
    font-size: 1vw;
  }
}

.slideProduct .item > .inner > .button {
  margin-top: 1.8em;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .slideProduct .item > .inner > .button > .btnPrimary {
    font-size: 1.2vw;
  }
}

.slideProduct .slick-dots a.stop {
  display: inline-block;
}

.slideProduct .slick-dots a.stop > span {
  width: 20px;
  height: 20px;
  display: block;
  overflow: hidden;
  font-size: 12px;
  white-space: nowrap;
  color: transparent;
  position: relative;
  top: 4px;
  left: 2px;
}

.slideProduct .slick-dots a.stop > span:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: transparent 1px solid;
  border-width: 6px 0 6px 10px;
  border-left-color: #D4D4D4;
  position: absolute;
  top: 5px;
  left: 5px;
}

.slideProduct .slick-dots a.stop.is-start > span:before, .slideProduct .slick-dots a.stop.is-start > span:after {
  content: "";
  display: inline-block;
  border: none;
  width: 3px;
  height: 10px;
  background: #D4D4D4;
  position: absolute;
  top: 6px;
  left: 5px;
}

.slideProduct .slick-dots a.stop.is-start > span:after {
  left: 11px;
}

.slideProduct .slick-dotted {
  margin-bottom: 0;
}

.slideProduct .slick-dots {
  bottom: 3px;
}

.slideProduct .slick-arrow {
  width: 26px;
  height: 44px;
}

.slideProduct .slick-arrow:before {
  background-image: url("/jp/img/common/common-icon-arrow-1.svg");
}

.slideProduct .slick-arrow.slick-prev {
  left: 100px;
}

.slideProduct .slick-arrow.slick-next {
  right: 100px;
}

@media (max-width: 1240px) {
  .slideProduct .slick-arrow.slick-prev {
    left: 18px;
  }
  .slideProduct .slick-arrow.slick-next {
    right: 18px;
  }
}

@media (max-width: 768px) {
  .slideProduct {
    padding-bottom: 50px;
  }
  .slideProduct .item {
    height: 93.335vw;
  }
  .slideProduct .item > .bg-sp {
    display: block;
  }
  .slideProduct .item > .inner {
    padding: 0 0 0 36px;
    margin: 0;
    width: 57%;
  }
  .slideProduct .item > .inner > .head {
    font-size: 19px;
    text-shadow: 0px 0px 12px #fff,0px 0px 12px #fff,0px 0px 12px #fff;
  }
  .slideProduct .item > .inner > .text {
    text-shadow: 0px 0px 12px #fff,0px 0px 12px #fff,0px 0px 12px #fff;
    max-width: 85%;
    margin-top: 1em;
  }
  .slideProduct .item > .inner > .button {
    margin-top: 1em;
  }
  .slideProduct .slick-dots {
    bottom: -37px;
  }
  .slideProduct.ver-top .item {
    height: 557px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 15px;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .slideProduct.ver-top .item > .inner {
    margin: 0 auto;
    padding: 15px 36px 0 36px;
    width: 100%;
  }
  .slideProduct.ver-top .item > .inner > .head {
    font-size: 24px;
    text-shadow: unset;
  }
  .slideProduct.ver-top .item > .inner > .text {
    text-shadow: unset;
  }
}

.slideProduct2 {
  margin-top: 100px;
  padding-top: 100px;
  border-top: 2px solid #E7E7E7;
}

.slideProduct2 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 85px;
}

.slideProduct2 .item > .image {
  width: 27.6%;
}

.slideProduct2 .item > .content {
  width: 38.4%;
  padding-left: 30px;
}

.slideProduct2 .item > .content > .head > .series {
  font-size: 12px;
  color: #E61E1E;
  padding-left: 40px;
  position: relative;
  margin-top: 1.2em;
}

.slideProduct2 .item > .content > .head > .series:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 10px;
  background: #E61E1E;
  position: absolute;
  top: 4px;
  left: 0;
}

.slideProduct2 .item > .content > .head > .text {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.3;
}

.slideProduct2 .item > .content > .head > .icon > span {
  display: inline-block;
  color: #fff;
  background: #E61E1E;
  text-align: center;
  padding: 1px 11px;
}

.slideProduct2 .item > .content > .lead {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 8px;
}

.slideProduct2 .item > .content > .label {
  margin-top: 0.4em;
}

.slideProduct2 .item > .content > .label > .text {
  display: inline-block;
  padding: 2px 10px;
  background: #F6F6F6;
}

.slideProduct2 .item > .content > .notes {
  font-size: 11px;
  margin-top: 1.5em;
  color: #333;
}

.slideProduct2 .item > .content > .button {
  margin-top: 1em;
}

.slideProduct2 .item > .content2 {
  width: 34%;
  padding-left: 30px;
}

.slideProduct2 .item > .content2 > .list {
  margin-top: 1.5em;
}

.slideProduct2 .item > .content2 > .list > li {
  padding-left: 22px;
  position: relative;
  font-size: 14px;
}

.slideProduct2 .item > .content2 > .list > li:not(:first-child) {
  margin-top: 0.5em;
}

.slideProduct2 .item > .content2 > .list > li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #D4D4D4;
  background: #E7E7E7;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}

.slideProduct2 .slick-arrow {
  width: 26px;
  height: 44px;
}

.slideProduct2 .slick-arrow:before {
  background-image: url("/jp/img/common/common-icon-arrow-1.svg");
}

.slideProduct2 .slick-arrow.slick-prev {
  left: 30px;
}

.slideProduct2 .slick-arrow.slick-next {
  right: 30px;
}

@media (max-width: 1000px) {
  .slideProduct2 .item > .content > .head > .text {
    font-size: 24px;
  }
  .slideProduct2 .item > .content > .lead {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .slideProduct2 {
    margin-top: 50px;
    padding-top: 50px;
  }
  .slideProduct2 .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 18px;
  }
  .slideProduct2 .item > .image {
    width: 100%;
    padding: 0 30px;
  }
  .slideProduct2 .item > .content {
    width: 100%;
    padding-left: 0;
  }
  .slideProduct2 .item > .content > .head > .series {
    font-size: 11px;
  }
  .slideProduct2 .item > .content > .head > .text {
    font-size: 22px;
  }
  .slideProduct2 .item > .content > .lead {
    font-size: 21px;
    margin-top: 5px;
  }
  .slideProduct2 .item > .content > .label {
    display: none;
  }
  .slideProduct2 .item > .content > .button {
    margin-top: 1em;
  }
  .slideProduct2 .item > .content2 {
    display: none;
  }
  .slideProduct2 .slick-arrow {
    width: 15px;
    height: 25px;
    top: 33vw;
  }
  .slideProduct2 .slick-arrow.slick-prev {
    left: 0;
  }
  .slideProduct2 .slick-arrow.slick-next {
    right: 0;
  }
  .slideProduct2 .slick-dotted.slick-slider {
    margin-bottom: 90px;
  }
  .slideProduct2 .slick-dots {
    bottom: -55px;
  }
}

.slideTopScene {
  margin: 40px -18px 100px;
}

.slideTopScene .item {
  background: no-repeat center center / cover;
  height: 33.9vw;
  position: relative;
}

.slideTopScene .item.ver-bg-1 {
  background-image: url("/jp/img/index/scene-bg-1.jpg");
}

.slideTopScene .item > .point {
  position: absolute;
  top: 50%;
  left: 50%;
}

.slideTopScene .item > .point > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E61E1E;
  color: #fff;
}

.slideTopScene .item > .point > a > .icon {
  width: 60px;
}

.slideTopScene .item > .point > a > .text {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
}

.slideTopScene .item > .point > a:focus, .slideTopScene .item > .point > a:hover {
  background: #E61E1E;
}

.slideTopScene .item > .point > a:focus > .text, .slideTopScene .item > .point > a:hover > .text {
  width: 100px;
  padding-right: 20px;
}

.slideTopScene .item > .point.ver-1 {
  margin-top: -5.5vw;
  margin-left: 5.5vw;
}

.slideTopScene .item > .point.ver-2 {
  margin-top: -9.5vw;
  margin-left: 12.7vw;
}

.slideTopScene .item > .point.ver-3 {
  margin-top: -14vw;
  margin-left: 22.5vw;
}

.slideTopScene .slick-arrow {
  width: 26px;
  height: 44px;
}

.slideTopScene .slick-arrow:before {
  background-image: url("/jp/img/common/common-icon-arrow-1.svg");
}

.slideTopScene .slick-arrow.slick-prev {
  left: 100px;
}

.slideTopScene .slick-arrow.slick-next {
  right: 100px;
}

@media (max-width: 1240px) {
  .slideTopScene .slick-arrow.slick-prev {
    left: 18px;
  }
  .slideTopScene .slick-arrow.slick-next {
    right: 18px;
  }
}

@media (max-width: 768px) {
  .slideTopScene {
    margin-bottom: 80px !important;
  }
  .slideTopScene .item {
    height: 80vw;
  }
  .slideTopScene .item.ver-bg-1 {
    background-image: url("/jp/img/index/scene-bg-1_sp.jpg");
  }
  .slideTopScene .item > .point > a > .icon {
    width: 35px;
  }
  .slideTopScene .item > .point > a > .text {
    display: none !important;
  }
  .slideTopScene .item > .point.ver-1 {
    margin-top: -17vw;
    margin-left: -23vw;
  }
  .slideTopScene .item > .point.ver-2 {
    margin-top: -22vw;
    margin-left: -6vw;
  }
  .slideTopScene .item > .point.ver-3 {
    margin-top: -34vw;
    margin-left: 9vw;
  }
}

.tblSelect {
  width: 100%;
  margin-top: 40px;
  border: 1px solid #B3B3B3;
  border-width: 1px 0 0 1px;
  font-size: 14px;
}

.tblSelect th,
.tblSelect td {
  border: 1px solid #B3B3B3;
  border-width: 0 1px 1px 0;
  padding: 12px 11px 12px 11px;
}

.tblSelect thead th {
  background: #DEDEDE;
  text-align: center;
  font-weight: normal;
}

.tblSelect thead td {
  background: #333;
  color: #fff;
}

.tblSelect tbody th {
  width: 145px;
  background: #333;
  color: #fff;
  font-weight: bold;
  text-align: left;
}

.tblSelect tbody td {
  background: #fff;
  width: 211px;
  text-align: center;
  vertical-align: top;
}

.tblSelect tbody td > .image + * {
  margin-top: 10px;
}

.tblSelect tbody td .listSelectTable {
  margin-top: 0;
}

.tblSelect tbody td > *:first-child > .linkArrow {
  margin-top: 5px;
  margin-bottom: 5px;
}

.tblSelect .th-1 {
  padding: 4px 5px 4px 11px;
  font-size: 12px;
  line-height: 1.3;
}

.tblSelect .th-2 {
  background: #333;
  color: #fff;
  text-align: left;
  font-weight: bold;
  border-color: #707070;
}

.tblSelect .th-3 {
  background: #555;
}

.tblSelect .th-4 {
  width: 2em;
  vertical-align: top;
}

.tblSelect .th-4 > .label {
  display: inline-block;
  width: 1em;
}

.tblSelect .td-1 {
  background: #F6F6F6;
}

.tblSelect.ver-td-middle td {
  vertical-align: middle;
}

.tblSelect + .txtNotes {
  margin-top: 50px;
}

.tblSpec {
  width: 100%;
  margin-top: 40px;
  border-top: 1px solid #B3B3B3;
  text-align: left;
  border-collapse: separate;
}

.tblSpec caption {
  font-size: 14px;
  -moz-text-align-last: left;
       text-align-last: left;
  margin-bottom: 10px;
}

.tblSpec th,
.tblSpec td {
  border-bottom: 1px solid #B3B3B3;
  padding: 20px 30px;
}

.tblSpec th {
  background: #DEDEDE;
  font-weight: bold;
}

.tblSpec td {
  background: #fff;
  font-size: 14px;
}

.tblSpec tbody td + td {
  border-left: 1px solid #B3B3B3;
}

.tblSpec .notes {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
}

.tblSpec .th-1 {
  background: #EBEBEB;
  font-size: 14px;
  font-weight: normal;
}

.tblSpec .th-2 {
  background: #F6F6F6;
  font-size: 14px;
  font-weight: normal;
}

.tblSpec .th-3 {
  font-size: 14px;
  font-weight: normal;
}

.tblSpec .companyInfo .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tblSpec .companyInfo .inner dt {
  font-weight: normal;
  min-width: 8em;
}

.tblSpec .linkArrow:before {
  top: 0.5em;
}

@media (max-width: 768px) {
  .tblSpec.ver-sp-keep th,
  .tblSpec.ver-sp-keep td {
    font-size: 10px;
  }
  .tblSpec.ver-sp-keep .th-1 {
    font-size: 11px;
  }
  .tblSpec:not(.ver-sp-keep) {
    margin-top: 30px;
    border-bottom: 1px solid #B3B3B3;
  }
  .tblSpec:not(.ver-sp-keep) colgroup,
  .tblSpec:not(.ver-sp-keep) colgroup col,
  .tblSpec:not(.ver-sp-keep) tr,
  .tblSpec:not(.ver-sp-keep) th,
  .tblSpec:not(.ver-sp-keep) td {
    display: block;
    width: 100% !important;
  }
  .tblSpec:not(.ver-sp-keep) th {
    border-bottom: none;
    padding: 14px 15px;
  }
  .tblSpec:not(.ver-sp-keep) td {
    border-bottom: none;
    padding: 7px 15px 20px;
  }
  .tblSpec th {
    padding: 10px 5px;
  }
  .tblSpec td {
    padding: 10px 5px;
  }
  .tblSpec .th-1,
  .tblSpec .th-2,
  .tblSpec .th-3 {
    padding: 7px 15px;
  }
  .tblSpec .notes {
    font-size: 11px;
  }
}

.tblSpec2,
.tblSpec3,
.tblSpec4 {
  width: 100%;
  margin-top: 60px;
  border-top: 1px solid #B3B3B3;
  font-size: 14px;
  border-collapse: separate;
}

.tblSpec2 th,
.tblSpec2 td,
.tblSpec3 th,
.tblSpec3 td,
.tblSpec4 th,
.tblSpec4 td {
  border-bottom: 1px solid #B3B3B3;
  padding: 20px 30px;
  text-align: center;
}

.tblSpec2 th,
.tblSpec3 th,
.tblSpec4 th {
  background: #DEDEDE;
  font-weight: normal;
}

.tblSpec2 th > em,
.tblSpec3 th > em,
.tblSpec4 th > em {
  font-size: 16px;
}

.tblSpec2 td,
.tblSpec3 td,
.tblSpec4 td {
  background: #fff;
  font-size: 14px;
  border-right: 1px solid #B3B3B3;
}

.tblSpec2 td:last-child,
.tblSpec3 td:last-child,
.tblSpec4 td:last-child {
  border-right: none;
}

.tblSpec2 thead th,
.tblSpec3 thead th,
.tblSpec4 thead th {
  font-weight: bold;
  padding: 12px;
  border-right: 1px solid #B3B3B3;
}

.tblSpec2 thead th:last-child,
.tblSpec3 thead th:last-child,
.tblSpec4 thead th:last-child {
  border-right: none !important;
}

.tblSpec2 thead th.th-2,
.tblSpec3 thead th.th-2,
.tblSpec4 thead th.th-2 {
  border-right: 1px solid #B3B3B3;
}

.tblSpec2 tbody .th-1,
.tblSpec2 tbody .th-2,
.tblSpec2 tbody .th-3,
.tblSpec3 tbody .th-1,
.tblSpec3 tbody .th-2,
.tblSpec3 tbody .th-3,
.tblSpec4 tbody .th-1,
.tblSpec4 tbody .th-2,
.tblSpec4 tbody .th-3 {
  border-right: none;
}

.tblSpec2 tbody.u-ta-left th,
.tblSpec2 tbody.u-ta-left td,
.tblSpec3 tbody.u-ta-left th,
.tblSpec3 tbody.u-ta-left td,
.tblSpec4 tbody.u-ta-left th,
.tblSpec4 tbody.u-ta-left td {
  text-align: left;
}

.tblSpec2 .th-1,
.tblSpec3 .th-1,
.tblSpec4 .th-1 {
  background: #EBEBEB;
}

.tblSpec2 .th-2,
.tblSpec3 .th-2,
.tblSpec4 .th-2 {
  background: #F6F6F6;
}

.tblSpec2 .th-3,
.tblSpec3 .th-3,
.tblSpec4 .th-3 {
  background: #EBEBEB;
}

@media (max-width: 768px) {
  .tblSpec2,
  .tblSpec3,
  .tblSpec4 {
    margin-top: 30px;
    font-size: 13px;
  }
  .tblSpec2 th,
  .tblSpec3 th,
  .tblSpec4 th {
    padding: 14px 5px;
  }
  .tblSpec2 th > em,
  .tblSpec3 th > em,
  .tblSpec4 th > em {
    font-size: 13px;
  }
  .tblSpec2 td,
  .tblSpec3 td,
  .tblSpec4 td {
    padding: 7px 5px;
    font-size: 12px;
  }
  .tblSpec2 thead th,
  .tblSpec3 thead th,
  .tblSpec4 thead th {
    font-weight: bold;
    font-size: 14px;
    padding: 7px 5px;
  }
  .tblSpec2 thead .th-2,
  .tblSpec3 thead .th-2,
  .tblSpec4 thead .th-2 {
    font-weight: normal;
  }
  .tblSpec2 tbody th,
  .tblSpec3 tbody th,
  .tblSpec4 tbody th {
    font-weight: bold;
  }
  .tblSpec2 .th-3,
  .tblSpec3 .th-3,
  .tblSpec4 .th-3 {
    font-weight: bold;
  }
}

.tblSpec3,
.tblSpec4 {
  border-top: 1px solid #B3B3B3;
  border-left: 1px solid #B3B3B3;
}

.tblSpec3 thead th,
.tblSpec3 thead td,
.tblSpec3 tbody th,
.tblSpec3 tbody td,
.tblSpec4 thead th,
.tblSpec4 thead td,
.tblSpec4 tbody th,
.tblSpec4 tbody td {
  border-bottom: 1px solid #B3B3B3 !important;
  border-right: 1px solid #B3B3B3 !important;
  padding: 11px 5px;
  text-align: center;
}

.tblSpec3 thead th:last-child,
.tblSpec3 thead td:last-child,
.tblSpec3 tbody th:last-child,
.tblSpec3 tbody td:last-child,
.tblSpec4 thead th:last-child,
.tblSpec4 thead td:last-child,
.tblSpec4 tbody th:last-child,
.tblSpec4 tbody td:last-child {
  border-right: 1px solid #B3B3B3 !important;
}

.tblSpec3 thead th > a,
.tblSpec3 thead td > a,
.tblSpec3 tbody th > a,
.tblSpec3 tbody td > a,
.tblSpec4 thead th > a,
.tblSpec4 thead td > a,
.tblSpec4 tbody th > a,
.tblSpec4 tbody td > a {
  display: inline-block;
}

.tblSpec3 tbody th,
.tblSpec4 tbody th {
  background: #EBEBEB;
}

.tblSpec4 {
  border-top: 1px solid #B3B3B3;
  border-left: 1px solid #B3B3B3;
}

.tblSpec4 thead th,
.tblSpec4 thead td,
.tblSpec4 tbody th,
.tblSpec4 tbody td {
  font-size: 12px;
  padding: 10px;
}

.tblSearch {
  width: 100%;
  margin-top: 14px;
}

.tblSearch th, .tblSearch td {
  padding: 0;
}

@media (min-width: 769px) {
  .tblSearch {
    display: table;
  }
  .tblSearch thead th {
    border: 1px solid #b3b3b3;
    background-color: #f6f6f6;
    padding: 0;
    font-weight: normal;
  }
  .tblSearch thead .head {
    padding: 9px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tblSearch thead .icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    position: relative;
    margin-left: 5px;
  }
  .tblSearch thead .icon::before {
    content: '';
    width: 0;
    height: 0;
    border: transparent solid 1px;
    border-bottom-color: #b3b3b3;
    border-width: 0 6px 10px 6px;
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 1px;
  }
  .tblSearch thead .icon.is-active::before {
    border-bottom-color: #E61E1E;
  }
  .tblSearch thead .icon.ver-desc {
    margin-left: 2px;
  }
  .tblSearch thead .icon.ver-desc::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .tblSearch thead .icon > span {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    white-space: nowrap;
  }
  .tblSearch thead .icon.ver-asc.is-active:before {
    border-color: transparent transparent #E61E1E transparent;
  }
  .tblSearch thead .icon.ver-desc.is-active:after {
    border-color: transparent transparent #E61E1E transparent;
  }
  .tblSearch tbody td {
    text-align: center;
    padding: 7px 5px;
    color: #000;
    vertical-align: middle;
    font-size: 14px;
    border-right: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
  }
  .tblSearch tbody td.is-active {
    background-color: #fff2f2;
  }
  .tblSearch tbody td:first-child {
    border-left: 1px solid #b3b3b3;
  }
  .tblSearch tbody .head {
    padding-left: 14px;
    text-align: left;
  }
  .tblSearch tbody .head button {
    display: none;
  }
  .tblSearch tbody .manual {
    vertical-align: middle;
  }
  .tblSearch tbody .manual .manualWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -5px;
  }
  .tblSearch tbody .manual .manualWrap > div {
    min-width: 53px;
    margin: 0 2px 5px;
  }
  .tblSearch tbody .manual .btn {
    background: #FFF;
    border: 1px solid #000000;
    color: #000000;
    text-align: center;
  }
  .tblSearch tbody .manual .manualBtn {
    line-height: 1;
    padding: 5px;
    font-size: 12px;
    z-index: 2;
    border-width: 1px;
    min-width: auto;
    width: 100%;
    display: inline-block;
  }
}

@media (max-width: 768px) {
  .tblSearch colgroup {
    display: none;
  }
  .tblSearch thead {
    display: none;
  }
  .tblSearch tbody {
    display: block;
    margin: 0 -18px;
  }
  .tblSearch tbody tr {
    display: block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #b3b3b3;
  }
  .tblSearch tbody tr:first-child {
    border-top: 1px solid #b3b3b3;
  }
  .tblSearch tbody tr.notFound {
    border: none;
    text-align: center;
  }
  .tblSearch tbody tr.notFound td {
    display: block;
    width: 100%;
    font-size: 13px;
    text-align: center;
  }
  .tblSearch tbody .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .tblSearch tbody .head .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    position: relative;
    padding: 12px 140px 12px 40px;
    text-align: left;
  }
  .tblSearch tbody .head .inner button {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .tblSearch tbody .head .inner button::before {
    background-color: #e7e7e7;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
  }
  .tblSearch tbody .head .inner button::after {
    color: #000000;
    content: '+';
    font-size: 22px;
    width: 30px;
    height: 26px;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .tblSearch tbody .manual .manualWrap {
    position: absolute;
    top: 11px;
    right: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
  }
  .tblSearch tbody .manual .btn {
    background: #FFF;
    border: 1px solid #000000;
    color: #000000;
    text-align: center;
    display: inline-block;
  }
  .tblSearch tbody .manual .manualBtn {
    line-height: 1;
    padding: 5px;
    font-size: 12px;
    min-width: 48px;
    margin-left: 8px;
    border-width: 1px;
  }
  .tblSearch tbody .name {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    width: 100%;
    -webkit-transition: padding-top    .3s ease-out, padding-bottom .3s ease-out;
    transition: padding-top    .3s ease-out, padding-bottom .3s ease-out;
  }
  .tblSearch tbody .name > .inner {
    margin-left: 18px;
    line-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: line-height .3s ease-out, opacity     .1s linear, visibility  .1s linear;
    transition: line-height .3s ease-out, opacity     .1s linear, visibility  .1s linear;
  }
  .tblSearch tbody .name + .tag .inner {
    margin-left: 18px;
  }
  .tblSearch tbody .tag {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: padding-top    .3s ease-out, padding-bottom .3s ease-out;
    transition: padding-top    .3s ease-out, padding-bottom .3s ease-out;
  }
  .tblSearch tbody .tag > .inner {
    line-height: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 12px;
    background-color: #f6f6f6;
    font-size: 12px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: line-height .3s ease-out, opacity     .1s linear, visibility  .1s linear;
    transition: line-height .3s ease-out, opacity     .1s linear, visibility  .1s linear;
  }
  .tblSearch tbody tr.is-open .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0;
  }
  .tblSearch tbody tr.is-open .head .inner {
    color: #E61E1E;
  }
  .tblSearch tbody tr.is-open .head .inner button::before {
    background-color: #fff2f2;
  }
  .tblSearch tbody tr.is-open .head .inner button::after {
    content: '-';
  }
  .tblSearch tbody tr.is-open .name {
    border-top: 1px solid #b3b3b3;
    padding-top: 15px;
    -webkit-transition: border-top .3s ease-out, padding-top .3s ease-out;
    transition: border-top .3s ease-out, padding-top .3s ease-out;
  }
  .tblSearch tbody tr.is-open .name > .inner {
    line-height: 1.5;
    opacity: 1;
    visibility: visible;
    -webkit-transition: line-height .3s ease-out, opacity .1s linear .1s, visibility .1s linear .1s;
    transition: line-height .3s ease-out, opacity .1s linear .1s, visibility .1s linear .1s;
  }
  .tblSearch tbody tr.is-open .tag {
    padding-top: 10px;
    padding-bottom: 14px;
    -webkit-transition: padding-top .3s ease-out, padding-bottom .3s ease-out;
    transition: padding-top .3s ease-out, padding-bottom .3s ease-out;
  }
  .tblSearch tbody tr.is-open .tag > .inner {
    line-height: 1.5;
    opacity: 1;
    visibility: visible;
    padding-top: 1px;
    padding-bottom: 1px;
    -webkit-transition: line-height .3s ease-out, padding-top .3s ease-out, padding-bottom .3s ease-out, opacity .1s linear .1s, visibility .1s linear .1s;
    transition: line-height .3s ease-out, padding-top .3s ease-out, padding-bottom .3s ease-out, opacity .1s linear .1s, visibility .1s linear .1s;
  }
}

.tblForm table {
  width: 100%;
  border-top: 1px solid #e7e7e7;
}

.tblForm th, .tblForm td {
  text-align: left;
  border-bottom: 1px solid #e7e7e7;
}

.tblForm th {
  min-width: 270px;
  padding: 30px 20px 30px 0;
  font-size: 18px;
  vertical-align: top;
}

.tblForm td {
  padding: 30px 0;
}

.tblForm td > *:first-child {
  margin-top: 0;
}

.tblForm .tblFormNotice {
  font-weight: normal;
  font-size: 14px;
}

.tblForm .tblFormTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.tblForm .tblFormIcon {
  margin-left: 12px;
}

.tblForm .tblFormIcon .iconLabel {
  padding: 3px 4px;
}

.tblForm .tblFormSelect {
  max-width: 210px;
}

.tblForm.ver-2 th {
  background-color: #f6f6f6;
  padding: 15px 30px;
  font-size: 16px;
}

.tblForm.ver-2 td {
  padding: 15px 0 15px 30px;
}

@media (max-width: 768px) {
  .tblForm tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #e7e7e7;
    padding: 27px 0;
  }
  .tblForm th, .tblForm td {
    width: 100%;
    border: none;
    padding: 0;
  }
  .tblForm th {
    font-size: 15px;
  }
  .tblForm .tblFormTitle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tblForm .tblFormTitle .tblFormIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tblForm td {
    margin-top: 12px;
  }
  .tblForm.ver-2 tr {
    padding: 0 0 10px;
  }
  .tblForm.ver-2 th {
    font-size: 14px;
    padding: 12px 15px;
  }
  .tblForm.ver-2 td {
    margin-top: 0;
    padding: 12px 15px;
  }
}

.tblBorder {
  width: 100%;
  margin-top: 40px;
  border: 1px solid #B3B3B3;
  border-width: 1px 0 0 1px;
  font-size: 14px;
}

.tblBorder th,
.tblBorder td {
  border: 1px solid #B3B3B3;
  border-width: 0 1px 1px 0;
  padding: 11px;
}

.tblBorder thead {
  text-align: center;
}

.tblBorder thead th {
  background: #DEDEDE;
  font-weight: normal;
}

.tblBorder thead td {
  background: #EBEBEB;
}

.tblBorder tbody th {
  background: #EBEBEB;
  text-align: left;
  font-weight: normal;
}

.tblBorder tbody td {
  background: #fff;
  text-align: center;
  vertical-align: top;
}

.tblBorder.ver-small {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 30px;
}

.tblBorder.ver-small th,
.tblBorder.ver-small td {
  padding: 8px;
}

@media (max-width: 768px) {
  .tblBorder colgroup,
  .tblBorder colgroup col,
  .tblBorder tr,
  .tblBorder th,
  .tblBorder td {
    display: block;
    width: 100% !important;
  }
}

.txtBalloon {
  margin-top: 30px;
  background: #FFF2F2;
  border-radius: 10px;
  position: relative;
  padding: 20px;
}

.txtBalloon > *:first-child {
  margin-top: 0;
}

.txtBalloon:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 20px;
  border: 1px solid transparent;
  border-bottom-color: #FFF2F2;
  border-width: 16px 12px;
  margin-top: -30px;
}

.txtBalloon.ver-left:before {
  border-bottom-color: transparent;
  border-right-color: #FFF2F2;
  top: 50%;
  left: -30px;
  margin-top: -12px;
  border-width: 12px 16px;
}

@media (max-width: 768px) {
  .txtBalloon.ver-sp-top:before {
    border-right-color: transparent;
    border-bottom-color: #FFF2F2;
    border-width: 16px 12px;
    top: -30px;
    left: 20px;
    margin-top: 0;
  }
}

.txtTel {
  font-size: 30px;
  font-weight: bold;
  margin-top: 10px !important;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .txtTel {
    font-size: 20px;
  }
}

.txtArrow {
  margin-top: 30px;
  padding-top: 30px;
  font-weight: bold;
  position: relative;
  text-align: center;
}

.txtArrow > .text {
  display: inline-block;
}

.txtArrow:before {
  content: "";
  width: 0;
  height: 0;
  border-left-color: transparent;
  border-top-color: #D4D4D4;
  position: absolute;
  top: 0;
  left: 50%;
  border: 1px solid transparent;
  border-top-color: #D4D4D4;
  border-width: 16px 12px;
  margin-left: -12px;
}

.txtLead {
  font-weight: bold;
  font-size: 20px;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .txtLead {
    font-size: 15px;
  }
}

.txtNotes {
  font-size: 12px;
  color: #333;
}

@media (max-width: 768px) {
  .txtNotes {
    font-size: 10px;
  }
}

.txtSmall {
  font-size: 14px;
}

.txtSmall + .boxToggle2 {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .txtSmall {
    font-size: 12px;
  }
  .txtSmall + .boxToggle2 {
    margin-top: 20px;
  }
}

.textTag {
  display: block;
  background: #fff;
  font-size: 18px;
  border: 4px solid #707070;
  padding: 7px 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .textTag {
    border-width: 2px;
    font-size: 15px;
    padding: 7px;
  }
}

.imgNotes {
  display: inline-block;
  margin: 0 5px;
}

.imgNotes > sup {
  margin-left: 5px;
  display: inline-block;
  font-size: 11px;
}

.wrapTableScroll {
  margin-top: 60px;
}

.wrapTableScroll > table {
  margin-top: 0;
}

.wrapTableScroll > .icon {
  display: none;
}

@media (max-width: 768px) {
  .wrapTableScroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .wrapTableScroll > .tblSpec2,
  .wrapTableScroll > .tblSpec3,
  .wrapTableScroll > .tblSpec4 {
    width: 640px;
  }
  .wrapTableScroll > .icon {
    display: block;
  }
  .wrapTableScroll > .icon {
    position: absolute;
    top: 60px;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    margin: auto;
    width: 100px;
    height: 70px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s visibility ease-out, .3s opacity ease-out;
    transition: .3s visibility ease-out, .3s opacity ease-out;
  }
  .wrapTableScroll > .icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/jp/img/common/icon-scroll.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100px;
    height: 70px;
  }
  .wrapTableScroll.is-scroll-icon-visible {
    z-index: 1;
  }
  .wrapTableScroll.is-scroll-icon-visible > .icon {
    visibility: visible;
    opacity: 1;
  }
}

.wrapTableScroll2 {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  margin-top: 40px;
}

.wrapTableScroll2 > table {
  margin-top: 0;
}

.wrapTableScroll2 > .icon {
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100px;
  height: 70px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s visibility ease-out, .3s opacity ease-out;
  transition: .3s visibility ease-out, .3s opacity ease-out;
}

.wrapTableScroll2 > .icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/jp/img/common/icon-scroll.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100px;
  height: 70px;
}

.wrapTableScroll2.is-scroll-icon-visible {
  z-index: 1;
}

.wrapTableScroll2.is-scroll-icon-visible > .icon {
  visibility: visible;
  opacity: 1;
}

.wrapShare {
  text-align: center;
  margin-top: 40px;
}

.wrapShare > .text {
  display: inline-block;
  font-size: 13px;
  margin-right: 20px;
}

.wrapShare > .listIcon2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.wrapShare.ver-left {
  text-align: left;
}

.wrapShare.ver-left > .text {
  display: block;
  margin-right: 0;
}

.wrapShare.ver-left > .listIcon2 {
  margin-top: 15px;
}

.wrapModule {
  margin-top: 100px;
}

.wrapModule > *:first-child {
  margin-top: 0;
}

.wrapModule.ver-indent {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .wrapModule {
    margin-top: 50px;
  }
}

.wrapModule2 {
  margin-top: 80px;
}

.wrapModule2 > *:first-child {
  margin-top: 0;
}

@media (max-width: 768px) {
  .wrapModule2 {
    margin-top: 40px;
  }
}

.wrapModule3 {
  margin-top: 60px;
}

.wrapModule3 > *:first-child {
  margin-top: 0;
}

@media (max-width: 768px) {
  .wrapModule3 {
    margin-top: 30px;
  }
}

.wrapButton {
  margin-top: 40px;
}

.wrapButton2 {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapButton2 > .item {
  width: 316px;
}

.wrapButton2 > .item:not(:first-child) {
  margin-top: 30px;
}

.wrapButton2 > .item > a, .wrapButton2 > .item button {
  min-width: auto;
  width: 100%;
}

.wrapButton3 {
  margin-top: 40px;
  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;
}

.wrapButton3 > .item:not(:first-child) {
  margin-left: 40px;
}

@media (max-width: 768px) {
  .wrapButton3 > .item:not(:first-child) {
    margin-left: 25px;
  }
}

.warpBanner {
  margin-top: 32px;
}

.warpBanner > a {
  display: inline-block;
}

.wrapShare2 {
  margin-top: 100px;
}

@media (min-width: 769px) {
  .wrapBoxBorder {
    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: 65px;
  }
  .wrapBoxBorder.col-3 > .boxBorder {
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.6666666667%;
            flex: 0 0 31.6666666667%;
  }
  .wrapBoxBorder.col-3 > .boxBorder:nth-child(n+4) {
    margin-top: 20px;
  }
}

.wrapFormSearch {
  margin-top: 64px;
}

.u-txt-1 {
  color: #E61E1E;
}

.u-ta-left {
  text-align: left !important;
}

.u-ta-center {
  text-align: center !important;
}

.u-ta-right {
  text-align: right !important;
}

@media (max-width: 768px) {
  .u-sp-ta-left {
    text-align: left !important;
  }
}

@media (max-width: 768px) {
  .u-sp-ta-center {
    text-align: center !important;
  }
}

.u-va-middle {
  vertical-align: middle !important;
}

.u-jc-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.u-jc-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.u-ws-nowrap {
  white-space: nowrap;
}

@media (max-width: 768px) {
  .u-pc-only {
    display: none;
  }
}

.u-sp-only {
  display: none;
}

@media (max-width: 768px) {
  .u-sp-only {
    display: block;
  }
}

.u-mobile-show {
  display: none;
}

.u-mobile-show.is-show {
  display: block;
}

.u-mobile-hide.is-hide {
  display: none;
}

.u-pos-sticky {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}

.u-left-5per {
  left: 5%;
}

.u-left-10per {
  left: 10%;
}

.u-left-15per {
  left: 15%;
}

.u-left-20per {
  left: 20%;
}

.u-left-25per {
  left: 25%;
}

.u-left-30per {
  left: 30%;
}

.u-left-35per {
  left: 35%;
}

.u-left-40per {
  left: 40%;
}

.u-left-45per {
  left: 45%;
}

.u-left-50per {
  left: 50%;
}

.u-left-55per {
  left: 55%;
}

.u-left-60per {
  left: 60%;
}

.u-left-65per {
  left: 65%;
}

.u-left-70per {
  left: 70%;
}

.u-left-75per {
  left: 75%;
}

.u-left-80per {
  left: 80%;
}

.u-left-85per {
  left: 85%;
}

.u-left-90per {
  left: 90%;
}

.u-left-95per {
  left: 95%;
}

.u-left-100per {
  left: 100%;
}

.u-w-maxc {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-20 {
  margin-top: 20px;
}

.u-fz-small {
  font-size: 14px;
}

@media (max-width: 768px) {
  .u-fz-small {
    font-size: 13px;
  }
}

.u-fs-10 {
  font-size: 10px !important;
}

.u-fs-11 {
  font-size: 11px !important;
}

.u-fs-12 {
  font-size: 12px !important;
}

.u-fs-13 {
  font-size: 13px !important;
}

.u-fs-14 {
  font-size: 14px !important;
}

.u-fs-15 {
  font-size: 15px !important;
}

.u-fs-16 {
  font-size: 16px !important;
}

.u-fs-17 {
  font-size: 17px !important;
}

.u-fs-18 {
  font-size: 18px !important;
}

.u-fs-19 {
  font-size: 19px !important;
}

.u-fs-20 {
  font-size: 20px !important;
}

.u-fs-21 {
  font-size: 21px !important;
}

.u-fs-22 {
  font-size: 22px !important;
}

.u-fs-23 {
  font-size: 23px !important;
}

.u-fs-24 {
  font-size: 24px !important;
}

.u-fs-25 {
  font-size: 25px !important;
}

.u-fs-26 {
  font-size: 26px !important;
}

.u-fs-27 {
  font-size: 27px !important;
}

.u-fs-28 {
  font-size: 28px !important;
}

.u-fs-29 {
  font-size: 29px !important;
}

.u-fs-30 {
  font-size: 30px !important;
}

@media (max-width: 768px) {
  .u-sp-fs-10 {
    font-size: 10px !important;
  }
  .u-sp-fs-11 {
    font-size: 11px !important;
  }
  .u-sp-fs-12 {
    font-size: 12px !important;
  }
  .u-sp-fs-13 {
    font-size: 13px !important;
  }
  .u-sp-fs-14 {
    font-size: 14px !important;
  }
  .u-sp-fs-15 {
    font-size: 15px !important;
  }
  .u-sp-fs-16 {
    font-size: 16px !important;
  }
  .u-sp-fs-17 {
    font-size: 17px !important;
  }
  .u-sp-fs-18 {
    font-size: 18px !important;
  }
  .u-sp-fs-19 {
    font-size: 19px !important;
  }
  .u-sp-fs-20 {
    font-size: 20px !important;
  }
  .u-sp-fs-21 {
    font-size: 21px !important;
  }
  .u-sp-fs-22 {
    font-size: 22px !important;
  }
  .u-sp-fs-23 {
    font-size: 23px !important;
  }
  .u-sp-fs-24 {
    font-size: 24px !important;
  }
  .u-sp-fs-25 {
    font-size: 25px !important;
  }
  .u-sp-fs-26 {
    font-size: 26px !important;
  }
  .u-sp-fs-27 {
    font-size: 27px !important;
  }
  .u-sp-fs-28 {
    font-size: 28px !important;
  }
  .u-sp-fs-29 {
    font-size: 29px !important;
  }
  .u-sp-fs-30 {
    font-size: 30px !important;
  }
}

.u-w-5per {
  width: 5%;
}

.u-w-10per {
  width: 10%;
}

.u-w-15per {
  width: 15%;
}

.u-w-20per {
  width: 20%;
}

.u-w-25per {
  width: 25%;
}

.u-w-30per {
  width: 30%;
}

.u-w-35per {
  width: 35%;
}

.u-w-40per {
  width: 40%;
}

.u-w-45per {
  width: 45%;
}

.u-w-50per {
  width: 50%;
}

.u-w-55per {
  width: 55%;
}

.u-w-60per {
  width: 60%;
}

.u-w-65per {
  width: 65%;
}

.u-w-70per {
  width: 70%;
}

.u-w-75per {
  width: 75%;
}

.u-w-80per {
  width: 80%;
}

.u-w-85per {
  width: 85%;
}

.u-w-90per {
  width: 90%;
}

.u-w-95per {
  width: 95%;
}

.u-w-100per {
  width: 100%;
}

.u-w-105per {
  width: 105%;
}

.u-w-110per {
  width: 110%;
}

.u-w-115per {
  width: 115%;
}

.u-w-120per {
  width: 120%;
}

.u-w-125per {
  width: 125%;
}

.u-w-130per {
  width: 130%;
}

.u-w-135per {
  width: 135%;
}

.u-w-140per {
  width: 140%;
}

.u-w-145per {
  width: 145%;
}

.u-w-150per {
  width: 150%;
}

.u-w-155per {
  width: 155%;
}

.u-w-160per {
  width: 160%;
}

.u-w-165per {
  width: 165%;
}

.u-w-170per {
  width: 170%;
}

.u-w-175per {
  width: 175%;
}

.u-w-180per {
  width: 180%;
}

.u-w-185per {
  width: 185%;
}

.u-w-190per {
  width: 190%;
}

.u-w-195per {
  width: 195%;
}

.u-w-200per {
  width: 200%;
}

@media (max-width: 768px) {
  .u-sp-w-5per {
    width: 5% !important;
  }
}

@media (max-width: 768px) {
  .u-sp-w-10per {
    width: 10% !important;
  }
}

@media (max-width: 768px) {
  .u-sp-w-15per {
    width: 15% !important;
  }
}

@media (max-width: 768px) {
  .u-sp-w-20per {
    width: 20% !important;
  }
}

@media (max-width: 768px) {
  .u-sp-w-25per {
    width: 25% !important;
  }
}

@media (max-width: 768px) {
  .u-sp-w-30per {
    width: 30% !important;
  }
}

@media (max-width: 768px) {
  .u-sp-w-35per {
    width: 35% !important;
  }
}

@media (max-width: 768px) {
  .u-sp-w-40per {
    width: 40% !important;
  }
}

@media (max-width: 768px) {
  .u-sp-w-45per {
    width: 45% !important;
  }
}

@media (max-width: 768px) {
  .u-sp-w-50per {
    width: 50% !important;
  }
}

@media (max-width: 768px) {
  .u-sp-w-55per {
    width: 55% !important;
  }
}

@media (max-width: 768px) {
  .u-sp-w-60per {
    width: 60% !important;
  }
}

@media (max-width: 768px) {
  .u-sp-w-65per {
    width: 65% !important;
  }
}

@media (max-width: 768px) {
  .u-sp-w-70per {
    width: 70% !important;
  }
}

@media (max-width: 768px) {
  .u-sp-w-75per {
    width: 75% !important;
  }
}

@media (max-width: 768px) {
  .u-sp-w-80per {
    width: 80% !important;
  }
}

@media (max-width: 768px) {
  .u-sp-w-85per {
    width: 85% !important;
  }
}

@media (max-width: 768px) {
  .u-sp-w-90per {
    width: 90% !important;
  }
}

@media (max-width: 768px) {
  .u-sp-w-95per {
    width: 95% !important;
  }
}

@media (max-width: 768px) {
  .u-sp-w-100per {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .u-sp-w-105per {
    width: 105% !important;
  }
}

@media (max-width: 768px) {
  .u-sp-w-110per {
    width: 110% !important;
  }
}

@media (max-width: 768px) {
  .u-sp-w-115per {
    width: 115% !important;
  }
}

@media (max-width: 768px) {
  .u-sp-w-120per {
    width: 120% !important;
  }
}

@media (max-width: 768px) {
  .u-sp-w-125per {
    width: 125% !important;
  }
}

@media (max-width: 768px) {
  .u-sp-w-130per {
    width: 130% !important;
  }
}

@media (max-width: 768px) {
  .u-sp-w-135per {
    width: 135% !important;
  }
}

@media (max-width: 768px) {
  .u-sp-w-140per {
    width: 140% !important;
  }
}

@media (max-width: 768px) {
  .u-sp-w-145per {
    width: 145% !important;
  }
}

@media (max-width: 768px) {
  .u-sp-w-150per {
    width: 150% !important;
  }
}

@media (max-width: 768px) {
  .u-sp-w-155per {
    width: 155% !important;
  }
}

@media (max-width: 768px) {
  .u-sp-w-160per {
    width: 160% !important;
  }
}

@media (max-width: 768px) {
  .u-sp-w-165per {
    width: 165% !important;
  }
}

@media (max-width: 768px) {
  .u-sp-w-170per {
    width: 170% !important;
  }
}

@media (max-width: 768px) {
  .u-sp-w-175per {
    width: 175% !important;
  }
}

@media (max-width: 768px) {
  .u-sp-w-180per {
    width: 180% !important;
  }
}

@media (max-width: 768px) {
  .u-sp-w-185per {
    width: 185% !important;
  }
}

@media (max-width: 768px) {
  .u-sp-w-190per {
    width: 190% !important;
  }
}

@media (max-width: 768px) {
  .u-sp-w-195per {
    width: 195% !important;
  }
}

@media (max-width: 768px) {
  .u-sp-w-200per {
    width: 200% !important;
  }
}

.u-w-33per {
  width: 33%;
}

@media (max-width: 768px) {
  .u-sp-w-33per {
    width: 33%;
  }
}

.u-maw-450 {
  max-width: 450px !important;
}

.u-maw-550 {
  max-width: 550px !important;
}

@media (max-width: 768px) {
  .u-sp-maw-60 {
    max-width: 60px !important;
  }
  .u-sp-maw-150 {
    max-width: 150px !important;
  }
  .u-sp-maw-200 {
    max-width: 200px !important;
  }
  .u-sp-maw-270 {
    max-width: 270px !important;
  }
  .u-sp-maw-150 {
    max-width: 150px !important;
  }
  .u-sp-maw-400 {
    max-width: 400px !important;
  }
}

_:-ms-lang(x)::-ms-backdrop, .u-ie11-none {
  display: none !important;
}

.cmn_clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0.01px;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  .strHeader {
    display: none;
  }
  .strFooterTop {
    display: none;
  }
  .strFooterBottom {
    display: none;
  }
  body .navPath {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .pageOutline .tblSpec th,
  .pageOutline .tblSpec td {
    display: table-cell;
    width: auto !important;
    border-bottom: 1px solid #B3B3B3;
    padding: 20px 30px;
  }
  .pageOutline .tblSpec tr {
    display: table-row;
  }
  .pageOutline .listButton.col-4 > li {
    width: 25%;
    padding-left: 20px;
    min-height: 60px;
    margin-top: 0 !important;
  }
  .pageOutline .listButton {
    margin-top: 40px;
    margin-left: -20px;
  }
  .pageOutline .lytColumn {
    margin-top: 40px;
    margin-left: -20px;
  }
  .pageOutline .lytColumn > .item {
    padding-left: 60px;
  }
  .pageOutline .lytColumn.col-2 > .item {
    width: 50%;
  }
  .pageOutline .lytColumn.col-2 > .item:nth-child(2) {
    margin-top: 0;
  }
  .pageOutline .mediaMap {
    margin-top: 40px;
    height: auto;
    overflow: auto;
    padding-bottom: 0;
    position: relative;
  }
  .pageOutline .mediaMap iframe {
    position: static;
    height: 360px;
    width: 1200px;
  }
}
