@charset "UTF-8";
/*
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 100;
	src: url("/common/fonts/NotoSansJP-Thin.woff2") format("woff2"), url("/common/fonts/NotoSansJP-Thin.woff") format("woff"), url("/common/fonts/NotoSansJP-Thin.otf") format("opentype");
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 200;
	src: url("/common/fonts/NotoSansJP-Light.woff2") format("woff2"), url("/common/fonts/NotoSansJP-Light.woff") format("woff"), url("/common/fonts/NotoSansJP-Light.otf") format("opentype");
}
*/
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 300;
  src: url("/common/fonts/NotoSansJP-DemiLight.woff2") format("woff2"), url("/common/fonts/NotoSansJP-DemiLight.woff") format("woff"), url("/common/fonts/NotoSansJP-DemiLight.otf") format("opentype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("/common/fonts/NotoSansJP-Regular.woff2") format("woff2"), url("/common/fonts/NotoSansJP-Regular.woff") format("woff"), url("/common/fonts/NotoSansJP-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: url("/common/fonts/NotoSansJP-Medium.woff2") format("woff2"), url("/common/fonts/NotoSansJP-Medium.woff") format("woff"), url("/common/fonts/NotoSansJP-Medium.otf") format("opentype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url("/common/fonts/NotoSansJP-Bold.woff2") format("woff2"), url("/common/fonts/NotoSansJP-Bold.woff") format("woff"), url("/common/fonts/NotoSansJP-Bold.otf") format("opentype");
}

/*
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 900;
	src: url("/common/fonts/NotoSansJP-Black.woff2") format("woff2"), url("/common/fonts/NotoSansJP-Black.woff") format("woff"), url("/common/fonts/NotoSansJP-Black.otf") format("opentype");
}
*/
/* base
---------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Verdana, "Droid Sans";
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  color: #111;
  padding-top: 7.14vw;
  min-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 16vw;
    min-width: inherit;
  }
}

a {
  text-decoration: underline;
  color: #cf1126;
  outline: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: bicubic;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-pixelated;
  image-rendering: -o-crisp-edges;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  img {
    image-rendering: auto;
  }
}

_::-webkit-full-page-media, _:future {
  image-rendering: auto;
}

:root img {
  image-rendering: auto;
}

.of-contain {
  font-family: "object-fit: contain;";
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.of-cover {
  font-family: "object-fit: cover;";
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

input[type="submit"], input[type="reset"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  outline: none;
}

input[type="submit"]::-webkit-search-decoration, input[type="reset"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus, input[type="reset"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}

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

sup {
  vertical-align: super;
  font-size: smaller;
}

sub {
  vertical-align: text-bottom;
  font-size: 70%;
}

/* RWD表示切り替え */
@media screen and (min-width: 768px) {
  .nopc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .nosp {
    display: none !important;
  }
}

/* l-header
---------------------------------------------------------------------------- */
.l-header {
  padding: 1.95% 1.95% 0 1.95%;
  font-weight: 500;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 7.14vw;
  min-height: 68px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(66, 66, 66, 0.2);
          box-shadow: 0 0 10px rgba(66, 66, 66, 0.2);
}

.l-logo {
  width: 16.79%;
  float: left;
}

.l-header-en .l-logo {
  width: 19.4%;
  padding-top: 0.1%;
}

.l-gnav-wrap {
  position: relative;
  float: right;
  width: 77.64%;
  background-color: #fff;
}

.l-header-en .l-gnav-wrap {
  width: 71%;
}

.l-gnav {
  width: 54.29vw;
  float: left;
  display: table;
  height: 5.21vw;
}

.l-header-en .l-gnav {
  width: 46vw;
}

.l-gnav > li {
  display: table-cell;
  vertical-align: bottom;
  padding: 0 0.2em;
}

.l-header-en .l-gnav > li {
  padding: 0 1em;
}

@media screen and (max-width: 940px) {
  .l-header-en .l-gnav > li {
    padding: 0;
  }
}

.l-gnav > li > a {
  display: block;
  font-size: 1vw;
  color: #111111;
  text-decoration: none;
  padding: 0 0.5em 1.25vw 0.5em;
  position: relative;
  text-align: center;
}

.l-gnav > li > a:after {
  display: block;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #cf1126;
  width: 0;
  height: 2px;
}

@media screen and (min-width: 768px) {
  .l-gnav > li:hover > a:after,
  .l-gnav > li > a.is-current:after {
    width: 100%;
  }
  .l-gnav-sub {
    display: none !important;
  }
}

.l-gnav-pc-right {
  float: right;
  width: 12.5vw;
  display: table;
  height: 5.21vw;
}

.l-header-en .l-gnav-pc-right,
.l-header-en .l-gnav-pc-right2 {
  width: 14vw;
}

.l-gnav-pc-right li {
  display: table-cell;
  vertical-align: bottom;
  font-size: 0.86vw;
  padding: 0 0.5em;
}

.l-gnav-pc-right li:last-of-type {
  padding: 0 0 0 1.5em;
  width: 2.86vw;
}

.l-header-en .l-gnav-pc-right li:last-of-type {
  width: auto;
}

.l-gnav-pc-right li:last-of-type img {
  width: 100%;
}

.l-gnav-pc-right a {
  text-decoration: none;
  padding-bottom: 1.25vw;
  display: block;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.l-gnav-pc-right a:after {
  display: block;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #cf1126;
  width: 0;
  height: 2px;
}

.l-gnav-pc-right li:last-of-type a:after {
  display: none;
}

.l-header-en .l-gnav-pc-right li:last-of-type a:after {
  display: block;
}

@media screen and (min-width: 768px) {
  .l-gnav-pc-right a:hover:after {
    padding: 0 100% 0 0;
  }
}

.l-gnav-pc-right2 {
  position: absolute;
  top: 0;
  right: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 2px 1fr;
  grid-template-rows: 1fr 1fr;
      grid-template-areas: ".          .          _gnav-pc-3 _gnav-pc-4" "_gnav-pc-1 _gnav-pc-1 _gnav-pc-2 _gnav-pc-2";
  -webkit-column-gap: 16px;
  column-gap: 16px;
  row-gap: 2px;
  width: 17vw;
  max-width: 220px;
  height: 100%;
  padding-bottom: 18px;
}

.l-gnav-pc-right2 > li {
  display: block;
  margin: 0;
}

.l-gnav-pc-right2 > li:nth-child(1) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: _gnav-pc-1;
}

.l-gnav-pc-right2 > li:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-area: _gnav-pc-2;
}

.l-gnav-pc-right2 > li:nth-child(1) > a,
.l-gnav-pc-right2 > li:nth-child(2) > a {
  color: #fff;
  background-color: #cf1126;
  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;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-gnav-pc-right2 > li:nth-child(1) a:hover,
.l-gnav-pc-right2 > li:nth-child(2) a:hover {
  color: #cf1126;
  background-color: #fff;
  border-color: #cf1126;
}

.l-gnav-pc-right2 > li:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: _gnav-pc-3;
}

.l-gnav-pc-right2 > li:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  grid-area: _gnav-pc-4;
  text-align: right;
}

.l-gnav-pc-right2 > li:nth-child(4) img {
  position: relative;
  width: 18px;
  top: -1px;
}

.l-gnav-pc-right2 > li > a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
}

.is-header-ac3.is-active > a {
  border-bottom-right-radius: 0 !important;
}

.is-header-ac3.is-active .l-gnav-sub3 {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.is-header-ac3:not(.is-active) .l-gnav-sub3 {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.l-gnav-sub-pc-right2 {
  overflow: hidden;
  position: absolute;
  right: 1px;
  top: 100%;
  z-index: 10;
  width: 262px;
  background: #fff;
  border: 1px solid #cf1126;
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 10px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.l-gnav-sub-pc-right2 > li {
  border-top: 1px solid #e5e5e5;
}

.l-gnav-sub-pc-right2 > li:first-child {
  border-top: none;
}

.l-gnav-sub-pc-right2 > li > a {
  position: relative;
  display: block;
  padding: 18px 27px;
  font-size: 12px;
  color: #212121;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.l-gnav-sub-pc-right2 > li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(/common/img/icn_arrow_right_red02.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.l-gnav-sub-pc-right2 > li > a:hover, .l-gnav-sub-pc-right2 > li > a:focus {
  background-color: #fff;
  background-image: linear-gradient(45deg, #ffdce1 25%, transparent 25%, transparent 75%, #ffdce1 75%), linear-gradient(45deg, #ffdce1 25%, transparent 25%, transparent 75%, #ffdce1 75%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  color: #212121 !important;
}

@media screen and (max-width: 1581px) {
  .l-gnav-pc-right2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 8px 1fr 8px 1fr 8px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 0 1fr;
    grid-template-rows: 1fr 1fr;
        grid-template-areas: ".          .          _gnav-pc-3 _gnav-pc-4" "_gnav-pc-1 _gnav-pc-1 _gnav-pc-2 _gnav-pc-2";
    -webkit-column-gap: 8px;
    column-gap: 8px;
    row-gap: 0;
    padding-bottom: 0.5vw;
  }
  .l-gnav-pc-right2 > li:nth-child(1) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: _gnav-pc-1;
  }
  .l-gnav-pc-right2 > li:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-area: _gnav-pc-2;
  }
  .l-gnav-pc-right2 > li:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: _gnav-pc-3;
  }
  .l-gnav-pc-right2 > li:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
    grid-area: _gnav-pc-4;
  }
  .l-gnav-pc-right2 > li > a {
    font-size: 1vw;
  }
  .l-gnav-pc-right2 > li:nth-child(1) > a,
  .l-gnav-pc-right2 > li:nth-child(2) > a {
    padding: 0.25vw 0;
  }
  .l-gnav-pc-right2 > li:nth-child(4) img {
    width: 1.8vw;
  }
  .l-gnav-sub-pc-right2 {
    -webkit-transform: translate(0, -0.8vw);
            transform: translate(0, -0.8vw);
  }
}

@media print {
  .l-gnav-pc-right2 {
    width: 220px;
  }
  .l-gnav-pc-right2 > li:nth-child(1) a,
  .l-gnav-pc-right2 > li:nth-child(2) a {
    width: 100% !important;
    min-width: 90px;
  }
}

.l-header-btn,
.l-gnav-sp-bottom,
.l-gnav-sub-sp-bottom {
  display: none;
}

/* SP */
@media screen and (max-width: 767px) {
  .l-header {
    padding: 2.7% 4%;
    height: 16vw;
    min-height: 0;
  }
  .l-logo,
  .l-header-en .l-logo {
    width: 44vw;
    padding-top: 1vw;
  }
  .l-header-btn {
    display: block;
    float: right;
  }
  .l-header-btn li {
    float: left;
    width: 10.5vw;
    cursor: pointer;
  }
  .l-header-btn .l-header-btn-jp {
    width: 13vw;
    padding-top: 0.2vw;
  }
  .l-header-btn li + li {
    margin-left: 4vw;
  }
  .l-gnav-wrap,
  .l-header-en .l-gnav-wrap {
    width: 100%;
    float: none;
    position: fixed;
    top: 16vw;
    left: 0;
    z-index: 1000;
    display: none;
    overflow-y: scroll;
  }
  .l-gnav,
  .l-header-en .l-gnav {
    width: 100%;
    float: none;
    margin-top: 0;
    border-bottom: 1px solid #eaeaea;
  }
  .l-gnav li {
    display: block;
  }
  .l-gnav > li > a {
    display: block;
    width: 100%;
    font-size: 4vw;
    font-weight: 500;
    border-bottom: none;
    padding: 5.33vw 8vw 5.33vw 4vw;
    -webkit-transition: 0s;
    transition: 0s;
    border-top: 1px solid #eaeaea;
    background-image: url(/common/img/icn_arrow_right_red.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 2vw;
    text-align: left;
  }
  .l-gnav > li > a.is-header-ac {
    background-image: url(/common/img/icn_plus.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 3.2vw;
  }
  .l-gnav > li > a.is-header-ac.is-active {
    background-image: url(/common/img/icn_minus.svg);
  }
  .l-gnav-sub {
    display: none;
  }
  .l-gnav-sub a {
    display: block;
    width: 100%;
    font-size: 3.73vw;
    padding: 5.33vw 8vw;
    font-weight: 500;
    text-decoration: none;
    color: #111111;
    border-top: 1px solid #eaeaea;
    background-color: #f9f9f9;
    background-image: url(/common/img/icn_arrow_right_red.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 2vw;
  }
  .l-gnav-sub li:first-of-type a {
    color: #cf1126;
  }
  .l-gnav-sub2,
  .l-gnav-pc-right,
  .l-gnav-pc-right2 {
    display: none;
  }
  .l-gnav-sp-bottom {
    display: block;
    width: 92%;
    margin: 0 auto;
    padding-bottom: 16vw;
  }
  .l-gnav-sp-bottom > li {
    margin-top: 5.33vw;
  }
  .l-gnav-sp-bottom > li > a {
    display: block;
    text-decoration: none;
    font-size: 4vw;
    font-weight: 700;
    border-radius: 100px;
    padding: 4vw 7.33vw;
    border: 1px solid #cf1126;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 2vw;
    background-image: url(/common/img/icn_arrow_right_red.svg);
    color: #cf1126;
  }
  .l-gnav-sp-bottom > li:nth-of-type(2) > a {
    background-image: url(/common/img/icn_plus.svg);
    background-size: 3.2vw;
  }
  .l-gnav-sp-bottom > li:nth-of-type(2) > a.is-active {
    border-top-left-radius: 7.2vw;
    border-top-right-radius: 7.2vw;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: url(/common/img/icn_minus.svg);
  }
  .l-gnav-sp-bottom > li:nth-of-type(3) > a {
    background-color: #cf1126;
    background-image: url(/common/img/icn_arrow_right_white.svg);
    color: #fff;
  }
  .l-gnav-sub-sp-bottom {
    width: 100%;
    margin: 0 auto;
  }
  .l-gnav-sub-sp-bottom > li {
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #cf1126;
    border-left: 1px solid #cf1126;
  }
  .l-gnav-sub-sp-bottom > li > a {
    background-color: #fff;
    display: block;
    text-decoration: none;
    font-size: 4vw;
    font-weight: 500;
    padding: 4vw 7.33vw;
    background-image: url(/common/img/icn_arrow_right_red02.svg);
    background-repeat: no-repeat;
    background-position: 91% center;
    background-size: 4vw;
    color: #212121;
  }
  .l-gnav-sub-sp-bottom > li:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: 1px solid #cf1126;
    border-bottom-left-radius: 7.2vw;
    border-bottom-right-radius: 7.2vw;
  }
  .l-gnav-sub-sp-bottom > li:last-child a {
    padding-bottom: 5vw;
  }
}

.l-mega-nav {
  position: fixed;
  top: 7.14vw;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fbfbfb;
  height: 30vw;
  display: none;
}

.l-mega-nav-inner {
  position: relative;
  height: 100%;
}

.l-mega-nav a {
  text-decoration: none;
}

.l-mega-nav-left {
  float: left;
  background-color: #f2f2f2;
  width: 26.79%;
  height: 100%;
  padding: 3.04vw 1vw 2.5vw 3.57vw;
  position: relative;
  font-weight: 500;
}

.l-mega-nav-mh a {
  display: inline-block;
  color: #cf1126;
  font-size: 1.29vw;
  padding-left: 2em;
  background-image: url(/common/img/icn_circle_arrow02.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.45em;
}

.l-mega-nav-left-list li {
  margin-top: 1.07vw;
}

.l-mega-nav-left-list a {
  color: #212121;
  font-size: 1vw;
  padding-left: 2em;
  background-image: url(/common/img/icn_arrow_right_black.svg);
  background-repeat: no-repeat;
  background-position: 0.7em center;
  background-size: 0.57em;
  display: inline-block;
  position: relative;
}

.l-mega-nav-mh a:hover,
.l-mega-nav-left-list a:hover {
  text-decoration: underline;
}

.l-mega-nav-btn {
  position: absolute;
  bottom: 2.5vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 16.43vw;
}

.l-mega-nav-btn a {
  display: block;
  background-color: #cf1126;
  color: #fff;
  font-size: 1.14vw;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  border: 2px solid #cf1126;
}

.l-mega-nav-btn a:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: -100%;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-mega-nav-btn span {
  padding: 1vw 1.79vw;
  background-image: url(/common/img/icn_arrow_right_white.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 0.57em;
  display: block;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .l-mega-nav-btn.m-btn-hover a[target="_blank"]:hover span {
    background-image: url(/common/img/icn_arrow_right_red.svg);
    background-size: 0.57em;
  }
}

.l-mega-nav-right {
  float: right;
  width: 73.21%;
  padding: 2.32vw 4.29vw;
}

.l-mega-nav-right-mh {
  font-size: 1.14vw;
  padding-right: 1.5em;
  color: #212121;
  border-right: 2px solid #212121;
  width: 5em;
  letter-spacing: 0.08em;
  font-weight: 500;
  float: left;
}

.l-mega-nav-right-nav {
  float: right;
  width: 57.14vw;
}

.l-mega-nav-right-nav li {
  float: left;
  width: 9.52vw;
  text-align: center;
  height: 11.43vw;
}

.l-mega-nav-right-nav a {
  display: block;
  color: #212121;
  font-size: 1.07vw;
  font-weight: 400;
  padding: 0 2vw;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.l-mega-nav-right-nav a:hover {
  color: #cf1126;
}

.l-mega-nav-right-nav a img {
  display: block;
  margin-bottom: 1em;
}

.l-mega-nav-right-nav-list {
  float: right;
  width: 73.21%;
  padding-top: 2vw;
}

.l-mega-nav-right-nav-list li {
  width: 50%;
  float: left;
  font-size: 1vw;
}

.l-mega-nav-right-nav-list a {
  display: block;
  padding: 1.07vw 0 1.07vw 6.96vw;
  background-image: url(/common/img/icn_arrow_right_black.svg);
  background-repeat: no-repeat;
  background-position: 5vw center;
  background-size: 0.57em;
  color: #212121;
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

.l-mega-nav-right-nav-list a:hover {
  background-color: #cf1126;
  color: #fff;
  background-image: url(/common/img/icn_arrow_right_white.svg);
}

@media screen and (max-width: 767px) {
  .l-mega-nav {
    display: none !important;
  }
}

/* 1580以上 */
@media screen and (min-width: 1580px) {
  body {
    padding-top: 114px;
  }
  .l-header {
    max-height: 115px;
    padding: 31px 31px 0 31px;
  }
  .l-header-inner {
    width: 1520px;
    margin: 0 auto;
  }
  .l-logo {
    max-width: 257px;
  }
  .l-gnav {
    max-width: 868px;
    max-height: 83px;
  }
  .l-header-en .l-gnav {
    max-width: 700px;
  }
  .l-gnav > li > a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 8px 22px;
  }
  .l-gnav-pc-right {
    max-width: 200px;
    max-height: 83px;
  }
  .l-header-en .l-gnav-pc-right {
    max-width: 235px;
  }
  .l-gnav-pc-right li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .l-gnav-pc-right li:last-of-type {
    width: 41px;
  }
  .l-gnav-pc-right a {
    padding-bottom: 20px;
  }
  .l-gnav-pc-right2 > li > a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .l-gnav-sub-pc-right2 {
    -webkit-transform: translate(0, -19px);
            transform: translate(0, -19px);
  }
  .l-mega-nav {
    top: 114px;
    height: 470px;
  }
  .l-mega-nav-inner {
    max-width: 1580px;
    margin: 0 auto;
  }
  .l-mega-nav-left {
    padding: 48px 16px 40px 57px;
  }
  .l-mega-nav-left:before {
    display: block;
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    left: -100vw;
    top: 0;
    background-color: #f2f2f2;
  }
  .l-mega-nav-left-list li {
    margin-top: 17px;
  }
  .l-mega-nav-mh a {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .l-mega-nav-right {
    padding: 37px 68px;
  }
  .l-mega-nav-right-mh {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .l-mega-nav-right-nav {
    max-width: 914px;
  }
  .l-mega-nav-right-nav li {
    max-width: 152px;
    max-height: 182px;
  }
  .l-mega-nav-right-nav a {
    padding: 0 32px;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .l-mega-nav-left-list a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .l-mega-nav-right-nav-list {
    padding-top: 32px;
  }
  .l-mega-nav-right-nav-list li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .l-mega-nav-right-nav-list a {
    padding: 17px 24px 17px 111px;
    background-position: 80px center;
  }
  .l-mega-nav-btn {
    width: 263px;
    bottom: 40px;
  }
  .l-mega-nav-btn a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .l-mega-nav-btn span {
    padding: 16px 28px;
  }
}

/* l-topicPath
---------------------------------------------------------------------------- */
.l-topicPath {
  padding-top: 10px;
  width: 1080px;
  margin: 0 auto;
}

.l-topicPath li {
  display: inline-block;
  color: #939393;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 11px;
  font-size: 1.1rem;
}

.l-topicPath li + li:before {
  display: inline-block;
  content: "-";
  padding: 0 10px;
}

.l-topicPath a {
  color: #cf1126;
  text-decoration: none;
  font-weight: 400;
}

.l-topicPath a:hover {
  text-decoration: underline;
}

.l-topicPath-layer {
  width: 1080px;
  margin: 0 auto;
}

.l-topicPath-layer .l-topicPath {
  position: absolute;
  z-index: 10;
}

.l-topicPath-layer li {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .l-topicPath {
    width: 100%;
    overflow: hidden;
    padding: 0;
    border-bottom: 2px solid #f2f2f2;
  }
  .l-topicPath ol {
    width: 100%;
    padding: 3.33vw 4%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .l-topicPath li {
    font-size: 3.47vw;
  }
  .l-topicPath-layer {
    width: 100%;
  }
  .l-topicPath-layer .l-topicPath {
    position: static;
  }
  .l-topicPath-layer li {
    color: #939393;
  }
}

/* l-content
---------------------------------------------------------------------------- */
.l-content {
  width: 1080px;
  margin: 0 auto;
}

.l-content-right {
  width: 810px;
  float: right;
}

@media screen and (max-width: 767px) {
  .l-content {
    width: 92%;
  }
  .l-content-right {
    width: 100%;
    float: none;
  }
}

.l-h1 {
  text-align: center;
  font-size: 47px;
  font-size: 4.7rem;
  letter-spacing: 0.4em;
  font-weight: 500;
  padding: 12px 0 40px;
}

.l-h1-en-wrap {
  height: 329px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 75px;
}

.l-h1-en {
  width: 1080px;
  margin: 0 auto;
  padding-top: 120px;
  color: #fff;
  font-size: 47px;
  font-size: 4.7rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .l-h1 {
    font-size: 8vw;
    padding: 5.33vw 0;
  }
  .l-h1-en-wrap {
    height: 46.67vw;
    margin-bottom: 16vw;
  }
  .l-h1-en {
    width: 86.66%;
    font-size: 8vw;
    padding-top: 17vw;
  }
}

.m-content-bt {
  padding-top: 50px;
  border-top: 2px solid #f2f2f2;
}

.m-mv-wrap {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 380px;
}

.m-mv-wrap .l-content {
  position: relative;
  height: 100%;
}

.m-mv-content {
  width: 565px;
  background-color: #fff;
  padding: 45px 30px 30px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  position: absolute;
  left: 0;
  top: 65px;
  border: 1px solid #e5e5e5;
}

.m-mv-mh {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 1em;
}

.m-mv-txt {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 2em;
}

@media screen and (max-width: 767px) {
  .m-mv-wrap {
    height: 93.33vw;
  }
  .m-mv-content {
    width: 100%;
    padding: 10vw 4vw;
    left: 0;
    right: 0;
    margin: auto;
    top: 61.33vw;
  }
  .m-mv-mh {
    font-size: 4.8vw;
  }
  .m-mv-txt {
    font-size: 3.73vw;
  }
}

/* WYSIWYG .m-single-content内
---------------------------------------------------------------------------- */
.m-single-content table {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}

.m-single-content table th {
  font-weight: 500;
  background-color: #e3e3e3;
  border: 2px solid #fff;
  padding: 7px 10px;
  text-align: left;
  width: 40%;
}

.m-single-content table td {
  font-weight: 300;
  background-color: #f7f7f7;
  border: 2px solid #fff;
  padding: 7px 10px;
}

.m-single-content h2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 30px auto 10px;
}

.m-single-content h3 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding-left: 1.2em;
  position: relative;
  margin-top: 30px;
}

.m-single-content h3:before {
  display: block;
  content: "";
  width: 0.8em;
  height: 2px;
  background-color: #cf1126;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.m-single-content p {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2em;
  letter-spacing: 0.08em;
}

.m-single-content p img {
  vertical-align: baseline;
}

.m-single-content iframe {
  margin: 0 auto;
  display: block;
}

.m-single-content ul li {
  font-size: 14px;
  margin-top: 5px;
  letter-spacing: 0.08em;
}

.m-single-content ol li {
  font-size: 14px;
  margin-top: 5px;
  letter-spacing: 0.08em;
  padding-left: 1.4em;
  text-indent: -1.3em;
}

.m-single-content strong {
  font-weight: bold;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

@media screen and (max-width: 767px) {
  .m-single-content table {
    font-size: 3.73vw;
  }
  .m-single-content table th,
  .m-single-content table td {
    padding: 2.67vw;
  }
  .m-single-content h2 {
    margin: 4vw auto;
    font-size: 4.5vw;
  }
  .m-single-content h3 {
    margin-top: 7.33vw;
    font-size: 3.73vw;
  }
  .m-single-content p {
    margin-top: 3vw;
    font-size: 3.73vw;
  }
  .m-single-content iframe {
    width: 100%;
    height: 52vw;
  }
  .m-single-content ul li,
  .m-single-content ol li {
    font-size: 3.73vw;
    margin-top: 0.5em;
  }
  .alignright,
  .alignleft {
    float: none;
    margin: 0 auto;
  }
}

/* l-sidebar
---------------------------------------------------------------------------- */
.l-sidebar {
  float: left;
  width: 220px;
}

.l-sidebar a {
  text-decoration: none;
}

.l-sidebar-nav {
  border: 1px solid #b7b7b7;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 5px;
  letter-spacing: 0.08em;
}

.l-sidebar-mh a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #111111;
  font-weight: 500;
  padding: 27px 30px 27px 0;
  background-image: url(/common/img/icn_arrow_right_red.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 8px;
}

.l-sidebar-mh span {
  display: block;
  background-image: url(/common/img/icn_sidebar_mh.png);
  background-repeat: no-repeat;
  background-position: 10px 4px;
  background-size: 20px;
  padding-left: 35px;
}

.l-sidebar-nav-item-mh a {
  border-top: 1px solid #e78892;
  border-bottom: 1px solid #e78892;
  padding: 15px 30px 15px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  color: #111111;
  background-image: url(/common/img/icn_arrow_right_red.svg), url(/common/img/bg_sidebar_item_mh.png);
  background-repeat: no-repeat, repeat;
  background-size: 8px, auto;
  background-position: 95% center;
}

.l-sidebar-nav-item-mh a:hover, .l-sidebar-nav-item-mh a.is-current {
  background-image: url(/common/img/icn_arrow_right_red.svg), url(/common/img/bg_sidebar_item_mh_current.png);
  color: #cf1126;
}

.l-sidebar-nav-item-mh.is-sidebar-nav-item-sub a {
  background-image: url(/common/img/icn_plus.svg), url(/common/img/bg_sidebar_item_mh.png);
  background-size: 12px, auto;
}

.l-sidebar-nav-item-mh.is-sidebar-nav-item-sub a:hover {
  background-image: url(/common/img/icn_plus.svg), url(/common/img/bg_sidebar_item_mh_current.png);
}

.l-sidebar-nav-item-mh.is-sidebar-nav-item-sub a.is-current {
  background-image: url(/common/img/icn_minus.svg), url(/common/img/bg_sidebar_item_mh.png);
  color: #111;
}

.l-sidebar-nav-item-sub,
.l-sidebar-nav-item-sub-en {
  display: none;
}

.l-sidebar-nav-item-sub > li > a {
  display: block;
  background-image: url(/common/img/icn_arrow_right_red.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 8px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #111111;
  padding: 13px 30px 13px 10px;
  border-bottom: 1px solid #cbcbcb;
  background-color: #f5f5f5;
}

.l-sidebar-nav-item-sub > li:first-of-type > a {
  font-weight: 500;
}

.l-sidebar-nav-item-sub > li > a:hover, .l-sidebar-nav-item-sub > li > a.is-current {
  color: #cf1126;
  background-image: url(/common/img/icn_arrow_right_red.svg), url(/common/img/bg_sidebar_item_current.png);
  background-repeat: no-repeat, repeat;
  background-size: 8px, auto;
  background-position: 95% center;
}

/* 英語サイドバー */
.l-sidebar-nav-item-sub-en > li > a {
  display: block;
  background-image: url(/common/img/icn_arrow_right_red.svg), url(/common/img/bg_sidebar_item_current.png);
  background-repeat: no-repeat, repeat;
  background-size: 8px, auto;
  background-position: 95% center;
  font-size: 13px;
  font-size: 1.3rem;
  color: #111111;
  padding: 13px 30px 13px 10px;
  border-bottom: 1px solid #cbcbcb;
  background-color: #f5f5f5;
}

.l-sidebar-nav-item-sub-en > li > a.is-current, .l-sidebar-nav-item-sub-en > li > a:hover {
  color: #cf1126;
}

.l-sidebar-nav-item-sub-en > li:first-of-type > a {
  font-weight: 500;
}

.l-sidebar-nav-item-sub-en > li.is-sidebar-nav-item-sub-en-sub > a {
  display: block;
  background-image: url(/common/img/icn_plus.svg), url(/common/img/bg_sidebar_item_current.png);
  background-repeat: no-repeat, repeat;
  background-size: 12px, auto;
  background-position: 95% center;
  font-size: 13px;
  font-size: 1.3rem;
  color: #111111;
  padding: 13px 30px 13px 10px;
  border-bottom: 1px solid #cbcbcb;
  background-color: #f5f5f5;
}

.l-sidebar-nav-item-sub-en-sub {
  display: none;
}

.l-sidebar-nav-item-sub-en > li.is-sidebar-nav-item-sub-en-sub > a.is-current {
  background-image: url(/common/img/icn_minus.svg), url(/common/img/bg_sidebar_item_current.png);
}

.l-sidebar-nav-item-sub-en > li.is-sidebar-nav-item-sub-en-sub > ul a {
  display: block;
  background-image: url(/common/img/icn_arrow_right_red.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 8px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #111111;
  padding: 13px 30px 13px 10px;
  border-bottom: 1px solid #cbcbcb;
  background-color: #f5f5f5;
}

.l-sidebar-nav-item-sub-en > li.is-sidebar-nav-item-sub-en-sub > ul a:hover, .l-sidebar-nav-item-sub-en > li.is-sidebar-nav-item-sub-en-sub > ul a.is-current {
  color: #cf1126;
}

.l-sidebar-bnr {
  margin-top: 25px;
}

.l-sidebar-bnr li + li {
  margin-top: 10px;
}

.l-sidebar-bnr a {
  display: table;
  border: 1px solid #cf1126;
  width: 100%;
  height: 60px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-sidebar-bnr-inner {
  display: table-cell;
  vertical-align: middle;
}

.l-sidebar-bnr-txt {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.l-sidebar-bnr-txt span {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.15em;
  color: #cf1126;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-sidebar-bnr-icn01 span {
  padding-left: 1.7em;
  background-image: url(/common/img/icn_member.png);
}

.l-sidebar-bnr-icn02 span {
  padding-left: 1.7em;
  background-image: url(/common/img/icn_recruit.png);
}

.l-sidebar-bnr-txt-sub {
  font-size: 11px;
  font-size: 1.1rem;
  color: #111;
  margin-top: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-sidebar-bnr a:hover {
  background-color: #cf1126;
}

.l-sidebar-bnr a:hover .l-sidebar-bnr-txt span,
.l-sidebar-bnr a:hover .l-sidebar-bnr-txt-sub {
  color: #fff;
}

.l-sidebar-bnr a:hover .l-sidebar-bnr-icn01 span {
  background-image: url(/common/img/icn_member_white.png);
}

.l-sidebar-bnr a:hover .l-sidebar-bnr-icn02 span {
  background-image: url(/common/img/icn_recruit_white.png);
}

@media screen and (max-width: 767px) {
  .l-sidebar {
    float: none;
    width: 100%;
    margin: 16.67vw 0 16vw;
  }
  .l-sidebar-nav {
    padding: 1.33vw;
  }
  .l-sidebar-mh a {
    padding: 7.33vw 10.67vw 7.33vw 0;
    background-position: 95% center;
    background-size: 0.6em;
    font-size: 4.27vw;
  }
  .l-sidebar-mh span {
    padding-left: 10.67vw;
    background-position: 2.66vw center;
    background-size: 1.4em;
  }
  .l-sidebar-nav-item-mh a {
    padding: 4vw 10vw 4vw 2.67vw;
    font-size: 4.27vw;
    background-size: 0.55em, auto;
  }
  .l-sidebar-nav-item-sub > li > a {
    font-size: 3.73vw;
    padding: 4vw 10vw 4vw 2.67vw;
    background-size: 0.55em, auto;
  }
  .l-sidebar-nav-item-sub-en > li > a {
    font-size: 3.73vw;
    padding: 4vw 10vw 4vw 2.67vw;
    background-size: 0.55em, auto;
  }
  .l-sidebar-nav-item-sub-en > li.is-sidebar-nav-item-sub-en-sub > a,
  .l-sidebar-nav-item-sub-en > li.is-sidebar-nav-item-sub-en-sub > ul a {
    font-size: 3.73vw;
    padding: 4vw 10vw 4vw 2.67vw;
    background-size: 0.55em, auto;
  }
  .l-sidebar-nav-item-mh.is-sidebar-nav-item-sub a,
  .l-sidebar-nav-item-sub-en > li.is-sidebar-nav-item-sub-en-sub > a {
    background-size: 0.8em, auto;
  }
  .l-sidebar-nav-item-sub > li > a:hover, .l-sidebar-nav-item-sub > li > a.is-current {
    background-size: 0.55em, auto;
  }
  .l-sidebar-bnr {
    margin-top: 6vw;
  }
  .l-sidebar-bnr li + li {
    margin-top: 2.67vw;
  }
  .l-sidebar-bnr a {
    height: 16vw;
  }
  .l-sidebar-bnr-txt {
    font-size: 4.27vw;
  }
  .l-sidebar-bnr-txt-sub {
    font-size: 2.93vw;
  }
}

/* l-footer
---------------------------------------------------------------------------- */
.l-pagetop {
  position: fixed;
  right: 28px;
  bottom: 28px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #cf1126;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1000;
}

.l-pagetop.is-fix {
  position: absolute;
  bottom: inherit;
  top: -28px;
}

.l-pagetop a {
  display: block;
  width: 55px;
  height: 55px;
  background-image: url(/common/img/icn_arrow_top_red.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
}

.l-pagetop:hover {
  background-color: #cf1126;
}

.l-pagetop a:hover {
  background-image: url(/common/img/icn_arrow_top_white.svg);
}

.l-footer {
  margin-top: 75px;
  background-color: #f2f2f2;
  padding: 45px 0 40px;
  position: relative;
}

.l-footer-nav {
  text-align: center;
}

.l-footer-nav li {
  display: inline-block;
  margin: 0 20px;
}

.l-footer-nav a {
  color: #555555;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}

.l-copy {
  text-align: center;
  color: #555555;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 20px;
  letter-spacing: 0.1em;
  font-weight: 300;
}

.l-sp-pagetop {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-pagetop {
    right: 2vw;
    bottom: 9vw;
  }
  .l-pagetop.is-fix {
    display: none !important;
  }
  .l-pagetop a {
    width: 13vw;
    height: 13vw;
    background-size: 3vw;
  }
  .l-sp-pagetop {
    display: block;
  }
  .l-sp-pagetop a {
    display: block;
    text-align: center;
    font-size: 4vw;
    color: #cf1126;
    text-decoration: none;
    padding: 7.33vw 0 4vw;
    border-top: 1px solid #cf1126;
    font-weight: 500;
    background-color: #fff;
    background-image: url(/common/img/icn_arrow_top_red_light.png);
    background-repeat: no-repeat;
    background-position: center 25%;
    background-size: 1.2em;
    letter-spacing: 0.08em;
  }
  .l-footer {
    padding: 0;
    margin-top: 15vw;
  }
  .l-footer-nav {
    width: 94.66%;
    margin: 0 auto;
  }
  .l-footer-nav li {
    display: block;
    margin: 0;
    float: left;
    width: 50%;
    margin-top: 2.67vw;
  }
  .l-footer-en .l-footer-nav li {
    width: 100%;
    float: none;
  }
  .l-footer-nav li:nth-of-type(2) {
    border-left: 1px solid #d4d4d4;
  }
  .l-footer-nav li:nth-of-type(3) {
    width: 100%;
    border-top: 1px solid #d4d4d4;
  }
  .l-footer-nav a {
    font-size: 3.73vw;
    display: block;
    padding: 2.66vw 0;
  }
  .l-footer-nav li:nth-of-type(3) a {
    padding: 5.33vw 0;
  }
  .l-copy {
    font-size: 2.67vw;
    margin-top: 0;
    padding: 3.33vw 0;
    border-top: 1px solid #d4d4d4;
    letter-spacing: 0.05em;
  }
}

/* module
---------------------------------------------------------------------------- */
/* 英文フォント */
.m-font-pathway {
  font-family: "Pathway Gothic One", sans-serif;
}

/* 赤色 */
.m-cr-red {
  color: #cf1126;
}

/* 黒色 */
.m-cr-black {
  color: #111 !important;
}

.m-letter-spacing006 {
  letter-spacing: 0.06em;
}

.m-letter-spacing008 {
  letter-spacing: 0.08em;
}

/* 見出し01 英文の下に日本語 */
.m-large-mh {
  font-family: "Pathway Gothic One", sans-serif;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  color: #cf1126;
}

.m-large-mh-position {
  background-color: #fff;
  display: inline-block;
  padding: 0 1em;
}

.m-large-mh-sub {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  line-height: 1.74em;
}

.m-contact-mh-sub {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin-top: 20px;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .m-large-mh {
    font-size: 9.6vw;
  }
  .m-large-mh-position {
    padding: 0 0.4em;
  }
  .m-large-mh-sub {
    font-size: 4.13vw;
  }
  .m-contact-mh-sub {
    font-size: 4.8vw;
    margin-top: 4vw;
  }
}

/* 見出し 小さい英語の下に日本語文 */
.m-small-mh {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Pathway Gothic One", sans-serif;
  font-weight: 600;
  color: #cf1126;
  text-align: center;
  letter-spacing: 0.06em;
  margin-bottom: 5px;
}

.m-small-mh-txt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.16em;
}

@media screen and (max-width: 767px) {
  .m-small-mh {
    font-size: 5.33vw;
  }
  .m-small-mh-txt {
    font-size: 4.27vw;
  }
}

/* 見出し 下線 */
.m-bb-mh {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: 2px solid #f6d4d7;
  margin-bottom: 30px;
  letter-spacing: 0.08em;
}

.m-bb-mh02 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: 2px solid #f6d4d7;
  position: relative;
  margin: 70px auto 30px;
  letter-spacing: 0.08em;
}

.m-bb-mh02:after {
  display: block;
  content: "";
  width: 50%;
  height: 2px;
  background-color: #cf1126;
  position: absolute;
  left: 0;
  bottom: -2px;
}

@media screen and (max-width: 767px) {
  .m-bb-mh {
    font-size: 5.6vw;
    padding-bottom: 4.67vw;
    margin-bottom: 6.67vw;
  }
  .m-bb-mh02 {
    font-size: 6.13vw;
    margin: 14.67vw auto 0;
    padding-bottom: 4.67vw;
  }
}

/* 見出し 左線 */
.m-bl-mh {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  padding-left: 18px;
  border-left: 4px solid #cf1126;
  margin-bottom: 25px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .m-bl-mh {
    font-size: 6.67vw;
    padding-left: 4vw;
    border-left: 1.2vw solid #cf1126;
  }
}

/* 見出し 左に● */
.m-circle-mh {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 15px;
}

.m-circle-mh:before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #cf1126;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 0.5em;
}

@media screen and (max-width: 767px) {
  .m-circle-mh {
    font-size: 4.27vw;
  }
  .m-circle-mh:before {
    width: 2vw;
    height: 2vw;
  }
}

/* - 見出し */
.m-line-mh {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding-left: 1.2em;
  position: relative;
}

.m-line-mh:before {
  display: block;
  content: "";
  width: 0.8em;
  height: 2px;
  background-color: #cf1126;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .m-line-mh {
    font-size: 3.73vw;
  }
}

/* 通常テキスト */
.m-normal-txt {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  font-weight: 300;
}

.m-line-height {
  line-height: 2em;
}

@media screen and (max-width: 767px) {
  .m-normal-txt {
    font-size: 3.73vw;
  }
}

/* リード文 */
.m-read-txt {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  line-height: 2em;
}

@media screen and (max-width: 767px) {
  .m-read-txt {
    font-size: 3.73vw;
  }
}

/* ボタン01 角丸赤ボタン 固定幅 */
.m-btn01 a {
  display: block;
  width: 233px;
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  background-color: #cf1126;
  border: 2px solid #cf1126;
  border-radius: 100px;
}

.m-btn01 span {
  padding: 12px 25px;
  letter-spacing: 0.08em;
  background-image: url(/common/img/icn_arrow_right_white.svg);
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-size: 8px;
  display: block;
}

.m-btn01 a[target="_blank"] span {
  background-image: url(/common/img/icn_blank_white.png);
  background-size: 0.8em;
}

.m-btn01 a[href$=".pdf"] span {
  background-image: url(/common/img/icn_pdf_white.png);
  background-size: 1.3em;
}

.m-btn-hover a {
  overflow: hidden;
  position: relative;
}

.m-btn-hover a:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: -100%;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.m-btn-hover span {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .m-btn-hover a:hover {
    color: #cf1126;
  }
  .m-btn-hover a:hover:after {
    left: 0;
  }
  .m-btn-hover a:hover span {
    background-image: url(/common/img/icn_arrow_right_red.svg);
  }
  .m-btn-hover.m-btn04 a:hover span {
    background-image: url(/common/img/icn_arrow_left_red.svg);
  }
  .m-btn-hover a[target="_blank"]:hover span {
    background-image: url(/common/img/icn_blank.png);
  }
  .m-btn-hover a[href$=".pdf"]:hover span {
    background-image: url(/common/img/icn_pdf.png);
  }
}

.m-btn01-no-a {
  width: 233px;
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  background-color: #cf1126;
  border: 2px solid #cf1126;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}

.m-btn01-no-a:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.m-btn01-no-a span {
  padding: 12px 25px;
  letter-spacing: 0.08em;
  background-image: url(/common/img/icn_arrow_right_white.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 0.55em;
  display: block;
  position: relative;
  z-index: 2;
}

a[target="_blank"] .m-btn01-no-a span {
  background-image: url(/common/img/icn_blank_white.png);
  background-size: 0.8em;
}

/* ボタン02 角丸赤ボタン 文字幅 */
.m-btn02 a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  background-color: #cf1126;
  border-radius: 100px;
  letter-spacing: 0.08em;
  border: 2px solid #cf1126;
}

.m-btn02 span {
  display: block;
  padding: 10px 55px 10px 25px;
  background-image: url(/common/img/icn_arrow_right_white.svg);
  background-repeat: no-repeat;
  background-position: right 17px center;
  background-size: 0.55em;
}

.m-btn02 a[href$=".pdf"] span {
  background-image: url(/common/img/icn_pdf_white.png);
  background-size: 1.3em;
}

.m-btn04 a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  background-color: #cf1126;
  border-radius: 100px;
  letter-spacing: 0.08em;
  border: 2px solid #cf1126;
}

.m-btn04 span {
  display: block;
  padding: 10px 25px 10px 55px;
  background-image: url(/common/img/icn_arrow_left_white.svg);
  background-repeat: no-repeat;
  background-position: left 17px center;
  background-size: 0.55em;
}

.m-btn04 a[href$=".pdf"] span {
  background-image: url(/common/img/icn_pdf_white.png);
  background-size: 1.3em;
}

.m-btn-en a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  background-color: #cf1126;
  border-radius: 100px;
  letter-spacing: 0.08em;
  border: 2px solid #cf1126;
  width: 160px;
  margin: 0 auto;
}

.m-btn-en span {
  display: block;
  padding: 10px 55px 10px 25px;
  background-image: url(/common/img/icn_arrow_right_white.svg);
  background-repeat: no-repeat;
  background-position: right 17px center;
  background-size: 0.55em;
}

.m-btn-en a[target="_blank"] span {
  background-image: url(/common/img/icn_blank_white.png);
  background-size: 0.8em;
}

@media screen and (max-width: 767px) {
  .m-btn01 a,
  .m-btn01-no-a {
    width: 62vw;
  }
  .m-btn01 span,
  .m-btn01-no-a span {
    padding: 4.3vw 14vw 4.3vw 6.67vw;
    font-size: 4vw;
    background-size: 0.6em;
    background-position: right 6.67vw center;
  }
  .m-btn01 a[href$=".pdf"] span {
    background-size: 1.3em;
  }
  .m-btn02 span {
    font-size: 4vw;
    padding: 3vw 15vw 3vw 6vw;
    background-size: 0.6em;
    background-position: right 6vw center;
  }
  .m-btn04 span {
    font-size: 4vw;
    padding: 3vw 6vw 3vw 15vw;
    background-size: 0.6em;
    background-position: left 6vw center;
  }
  .m-btn-en a {
    width: 42.67vw;
  }
  .m-btn-en span {
    font-size: 4vw;
    padding: 3vw 15vw 3vw 6vw;
    background-size: 0.6em;
    background-position: right 6vw center;
  }
}

/* 2カラムボックス */
.m-2column li {
  width: 380px;
  float: left;
}

.m-2column-wide li {
  width: 512px;
}

.m-2column li:nth-of-type(2n) {
  float: right;
}

.m-2column a {
  display: block;
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width: 767px) {
  .m-2column li {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .m-2column li:nth-of-type(2n) {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .m-2column li + li {
    margin-top: 13.33vw;
  }
}

/* 3カラムボックス */
.m-3column li {
  width: 325px;
  float: left;
  margin-right: 52px;
}

.m-3column li:nth-of-type(3n) {
  margin-right: 0;
}

.m-3column a {
  display: block;
  text-decoration: none;
  color: inherit;
}

@media screen and (min-width: 768px) {
  .m-2column a:hover .m-btn01-no-a,
  .m-3column a:hover .m-btn01-no-a {
    color: #cf1126;
  }
  .m-2column a:hover .m-btn01-no-a:after,
  .m-3column a:hover .m-btn01-no-a:after {
    -webkit-transform: translateX(0) rotate(0.1deg);
            transform: translateX(0) rotate(0.1deg);
  }
  .m-2column a:hover .m-btn01-no-a span,
  .m-3column a:hover .m-btn01-no-a span {
    background-image: url(/common/img/icn_arrow_right_red.svg);
  }
  .m-2column a[target="_blank"]:hover .m-btn01-no-a span,
  .m-3column a[target="_blank"]:hover .m-btn01-no-a span {
    background-image: url(/common/img/icn_blank.png);
  }
}

@media screen and (max-width: 767px) {
  .m-3column li {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .m-3column li + li {
    margin-top: 13.33vw;
  }
  .m-3column p img {
    width: 100%;
  }
}

/* 3カラムボックスリンク */
.m-3column-link li {
  width: 340px;
  float: left;
  margin: 0 30px 30px 0;
  -webkit-box-shadow: 0 0 15px rgba(123, 123, 123, 0.25);
          box-shadow: 0 0 15px rgba(123, 123, 123, 0.25);
  border-radius: 8px;
  overflow: hidden;
}

.m-3column-link li:nth-of-type(3n) {
  margin-right: 0;
}

.m-3column-link a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.m-3column-link-img {
  position: relative;
  z-index: 1;
  height: 174px;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.m-3column-link-img img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.m-3column-link a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.m-3column-link-mh {
  text-align: center;
  color: #cf1126;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 15px 10px;
  background-color: #fff;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .m-3column-link li {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .m-3column-link li + li {
    margin-top: 6.67vw;
  }
  .m-3column-link-img {
    height: 45.5vw;
  }
  .m-3column-link-mh {
    font-size: 4.8vw;
    padding: 5.33vw;
  }
}

/* 3カラム見出し付きボックスリンク */
.m-3column-mh-link-item {
  width: 340px;
  float: left;
  margin: 0 30px 55px 0;
}

.m-3column-mh-link-item:nth-of-type(3n) {
  margin-right: 0;
}

.m-3column-mh-link {
  -webkit-box-shadow: 0 0 15px rgba(123, 123, 123, 0.25);
          box-shadow: 0 0 15px rgba(123, 123, 123, 0.25);
  border-radius: 8px;
  overflow: hidden;
}

.m-3column-mh-link-mh {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}

.m-3column-mh-link-mh span {
  display: table-cell;
  vertical-align: bottom;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
}

.m-3column-mh-link a {
  display: block;
  color: inherit;
  text-decoration: none;
  position: relative;
}

.m-3column-mh-link-img {
  position: relative;
  z-index: 1;
  height: 170px;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.m-3column-mh-link-img img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.m-3column-mh-link a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.m-3column-mh-link-txt {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 15px;
  background-color: #fff;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .m-3column-mh-link-item {
    width: 100%;
    float: none;
    margin: 0 0 11vw;
  }
  .m-3column-mh-link-mh {
    margin-bottom: 4.67vw;
  }
  .m-3column-mh-link-mh span {
    font-size: 5.33vw;
  }
  .m-3column-mh-link-img {
    height: 45vw;
  }
  .m-3column-mh-link-txt {
    font-size: 3.73vw;
    padding: 4vw;
  }
}

/* 4カラム画像リンク */
.m-4column-link li {
  float: left;
  width: 187px;
  margin: 0 20px 20px 0;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}

.m-4column-link li:nth-of-type(4n) {
  margin-right: 0;
}

.m-4column-link a {
  display: block;
  text-decoration: none;
  color: #111;
}

.m-4column-link img {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

.m-4column-link span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
}

@media screen and (max-width: 767px) {
  .m-4column-link li {
    width: 46.67%;
    margin: 0 0 4vw 0;
    font-size: 3.73vw;
  }
  .m-4column-link li:nth-of-type(2n) {
    float: right;
  }
  .m-4column-link img {
    display: block;
    width: 100%;
    margin-bottom: 2vw;
  }
  .m-4column-link span {
    font-size: 3.47vw;
  }
}

/* インデントリスト */
.m-indent-list li {
  padding-left: 1em;
  text-indent: -1em;
}

.m-indent-list26 li {
  padding-left: 2.6em;
  text-indent: -2.6em;
}

.m-indent {
  padding-left: 1em;
  text-indent: -1em;
}

/* 赤丸リスト */
.m-red-list li {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.m-red-list li + li {
  margin-top: 10px;
}

.m-red-list li:before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #cf1126;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 0.7em;
}

@media screen and (max-width: 767px) {
  .m-red-list li {
    font-size: 3.73vw;
  }
  .m-red-list li:before {
    width: 0.5em;
    height: 0.5em;
  }
}

/* 連番リスト */
.m-numlist {
  margin: 30px 0 0 2.5em;
  counter-reset: number 0;
}

.m-numlist > li {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
  border-left: 1px solid #cf1126;
  padding-left: 20px;
  position: relative;
}

.m-numlist > li + li {
  margin-top: 15px;
}

.m-numlist > li:before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #cf1126;
  background: #fff;
  padding-bottom: 5px;
  position: absolute;
  top: 0;
  left: -0.4em;
  z-index: 1;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .m-numlist {
    margin: 30px 0 0 4.78vw;
  }
  .m-numlist > li {
    font-size: 4vw;
  }
  .m-numlist > li:before {
    font-size: 6vw;
  }
}

/* 製品一覧 */
.m-products-box-item {
  width: 250px;
  float: left;
  margin: 0 30px 0 0;
  -webkit-box-shadow: 0 0 15px rgba(123, 123, 123, 0.25);
          box-shadow: 0 0 15px rgba(123, 123, 123, 0.25);
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}

.m-products-box-item:nth-of-type(n + 4) {
  margin: 30px 30px 0 0;
}

.m-products-box-item:nth-of-type(3n) {
  margin-right: 0;
}

.m-products-box-item a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.m-products-box-img {
  position: relative;
  height: 205px;
}

.m-products-box-img img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.m-products-box-item a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.m-products-box-mh {
  color: #111111;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 12px;
  background-color: #fff;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 2;
}

.m-more-btn {
  width: 230px;
  margin: 50px auto;
}

.m-more-btn a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #cf1126;
  border: 1px solid #cf1126;
  border-radius: 100px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 11px 15px;
  background-image: url(/common/img/icn_arrow_bottom_red.png);
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.m-more-btn a:hover {
  color: #fff;
  background-color: #cf1126;
  background-image: url(/common/img/icn_arrow_bottom_white.png);
}

.m-more-btn.is-loading {
  background: #fff;
}

.m-more-btn.is-loading a {
  border: none;
  background: none;
}

.m-more-btn.is-loading span {
  display: block;
  text-indent: 120%;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  background: url(/common/img/icn_loading.gif) 50% 50% no-repeat;
  background-size: 22px 22px;
}

.m-more-btn.is-loaded {
  display: none;
}

.m-products-mh-btn {
  position: absolute;
  right: 0;
  top: 0;
}

.m-products-mh-btn a {
  display: block;
  background-color: #cf1126;
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  border: 2px solid #cf1126;
}

.m-products-mh-btn span {
  display: block;
  padding: 8px 50px 8px 25px;
  background-image: url(/common/img/icn_arrow_right_white.svg);
  background-repeat: no-repeat;
  background-position: 85% center;
  background-size: 0.55em;
}

@media screen and (max-width: 767px) {
  .m-products-box-item {
    width: 47.14%;
    margin: 6.67vw 0 0 0;
  }
  .m-products-box-item:nth-of-type(n + 4) {
    width: 47.14%;
    margin: 6.67vw 0 0 0;
  }
  .m-products-box-item:nth-of-type(2n) {
    float: right;
  }
  .m-products-box-img {
    height: 33vw;
  }
  .is-products-slide .m-products-box-img {
    height: 50.67vw;
  }
  .m-products-box-mh {
    font-size: 3.73vw;
    padding: 4vw 2.3vw;
  }
  .m-more-btn {
    width: 100%;
    margin: 8vw auto;
  }
  .m-more-btn a {
    font-size: 3.73vw;
    padding: 4vw;
  }
  .m-products-mh-btn {
    position: static;
    margin-top: 8vw;
  }
  .m-products-mh-btn a {
    font-size: 4vw;
  }
  .m-products-mh-btn span {
    padding: 4vw 6.67vw;
    background-position: right 4vw center;
  }
}

/* カタログボックス */
/* .m-catalog-box{
	
} */
.m-catalog-box-item {
  float: left;
  width: 250px;
  border-radius: 8px;
  border: 1px solid #c8c8c8;
  margin: 0 30px 37px 0;
}

.m-catalog-box-item:nth-of-type(3n) {
  margin-right: 0;
}

.m-catalog-box-item a {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 0 8px 18px;
}

.m-catalog-box-mh {
  text-align: center;
  padding: 13px 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #c8c8c8;
  width: 100%;
  display: table;
}

.m-catalog-box-mh span {
  vertical-align: middle;
  display: table-cell;
}

.m-catalog-box-img {
  width: 142px;
  margin: 20px auto;
}

.m-catalog-table-of-contents-mh {
  border-top: 1px dashed #c8c8c8;
  padding: 15px 13px 5px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
}

.m-catalog-table-of-contents-mh:before {
  display: inline-block;
  content: "・";
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
}

.m-catalog-table-of-contents {
  padding: 0 13px;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 20px;
}

.m-catalog-table-of-contents li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.m-catalog-box-btn {
  width: 175px;
  margin: 0 auto;
  text-decoration: none;
  color: #cf1126;
  border: 1px solid #cf1126;
  border-radius: 100px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  min-height: 44px;
}

.m-catalog-box-btn:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #cf1126;
  position: absolute;
  left: -100%;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.m-catalog-box-btn span {
  background-image: url(/common/img/icn_pdf.png);
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-size: 18px;
  padding: 10px 25px;
  display: block;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .m-catalog-box-item a:hover .m-catalog-box-btn {
    color: #fff;
  }
  .m-catalog-box-item a:hover .m-catalog-box-btn:before {
    left: 0;
  }
  .m-catalog-box-item a:hover .m-catalog-box-btn span {
    background-image: url(/common/img/icn_pdf_white.png);
  }
}

@media screen and (max-width: 767px) {
  .m-catalog-box-item {
    width: 47.3%;
    margin: 8vw 0 0;
  }
  .m-catalog-box-item:nth-of-type(2n) {
    float: right;
  }
  .m-catalog-box-item a {
    padding: 0 3.33vw 3.33vw;
  }
  .m-catalog-box-mh {
    padding: 3.33vw 0;
    font-size: 4.4vw;
  }
  .m-catalog-box-img {
    width: 100%;
    margin: 4vw auto;
  }
  .m-catalog-table-of-contents-mh {
    padding: 4vw 0 2vw;
    font-size: 3.47vw;
  }
  .m-catalog-table-of-contents-mh:before {
    font-size: 3.47vw;
  }
  .m-catalog-table-of-contents {
    padding: 0;
    font-size: 3.2vw;
    margin-bottom: 20px;
  }
  .m-catalog-box-btn {
    width: 100%;
    font-size: 4vw;
    min-height: inherit;
  }
  .m-catalog-box-btn span {
    background-position: 90% center;
    background-size: 1.1em;
    padding: 2vw 4vw;
  }
}

/* 導入事例スライド */
.slick-dots {
  text-align: center;
  margin-top: 5px;
}

.slick-dots li {
  display: inline-block;
  font-size: 0;
  margin: 0 7px;
}

.slick-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  display: block;
  background-color: #d0d0d0;
  color: transparent;
  font-size: 0;
  border: none;
  border: 1px solid #fff;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  outline: none;
}

.slick-dots .slick-active button {
  border: 1px solid #cf1126;
  background-color: #cf1126;
}

.m-case-slide-wrap {
  overflow: hidden;
  position: relative;
}

.m-case-slide-wrap .slick-list {
  overflow: visible;
}

.m-case-slide {
  width: 1080px;
  margin: 0 auto;
  position: static !important;
}

.m-case-slide-item {
  width: 340px !important;
}

.m-case-slide-item a {
  display: block;
  width: 100%;
  height: 230px;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
}

.m-case-slide-item img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  border-radius: 8px;
}

.m-case-slide-item a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.m-case-slide-txt {
  display: table;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  width: 100%;
}

.m-case-slide-txt span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 30px;
}

.m-case-slide .slick-arrow,
.m-products-box .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: none;
  font-size: 0;
  cursor: pointer;
  outline: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.m-case-slide:hover .slick-arrow,
.m-products-box:hover .slick-arrow {
  opacity: 1;
}

.m-case-slide .slick-prev {
  background-image: url(/common/img/icn_case_arrow_right.svg);
  left: 10px;
}

.m-products-box .slick-prev {
  background-image: url(/common/img/icn_case_arrow_right.svg);
  left: 0;
}

.m-case-slide .slick-next {
  background-image: url(/common/img/icn_case_arrow_left.svg);
  right: 10px;
}

.m-products-box .slick-next {
  background-image: url(/common/img/icn_case_arrow_left.svg);
  right: 0;
}

@media screen and (max-width: 767px) {
  .m-case-slide {
    width: 66.67vw;
  }
  .m-case-slide-item {
    width: 66.67vw !important;
    padding: 0 2vw;
  }
  .m-case-slide-item a {
    height: 45.33vw;
    font-size: 5.33vw;
  }
  .m-case-slide-item img {
    -webkit-transition: 0s;
    transition: 0s;
  }
  .m-case-slide-item a:hover img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .m-case-slide-txt span {
    padding: 0 4vw;
  }
  .m-case-slide .slick-arrow {
    opacity: 1;
  }
}

/* お知らせ タグ */
.m-news-tag-product {
  color: #fff;
  background-color: #cf1126;
  display: inline-block;
  padding: 5px 0;
  width: 100px;
  text-align: center;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.m-news-tag-news {
  color: #fff;
  background-color: #7a7a7a;
  display: inline-block;
  padding: 5px 0;
  width: 100px;
  text-align: center;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media screen and (max-width: 767px) {
  .m-news-tag-product,
  .m-news-tag-news {
    font-size: 3.2vw;
    width: 26.67vw;
  }
}

/* チェックボックス */
.m-check-box input {
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}

.m-check-box-icn {
  width: 21px;
  height: 20px;
  display: inline-block;
  vertical-align: text-bottom;
  background-image: url(/common/img/icn_check.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.m-check-box input:checked + .m-check-box-icn {
  background-image: url(/common/img/icn_check_on.png);
}

/* テキストリンクアイコン */
.m-txtlink a {
  /*	display: inline-block;*/
  padding-right: 1.5em;
  background-image: url(/common/img/icn_arrow_right_red.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 0.6em;
}

.m-txtlink a[href$=".pdf"] {
  padding-right: 1.5em;
  background-image: url(/common/img/icn_pdf.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.3em;
}

.m-txtlink a[href$=".doc"], .m-txtlink a[href$=".docx"], .m-txtlink a[href$=".docm"], .m-txtlink a[href$=".dot"], .m-txtlink a[href$=".dotx"] {
  padding-right: 1.5em;
  background-image: url(/common/img/icn_word.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.3em;
}

/* テキストリンクホバー下線 */
.m-txtlink-hover {
  text-decoration: none;
}

.m-txtlink-hover:hover {
  text-decoration: underline;
}

/* 背景色 グレー */
.m-bg-gray {
  background-color: #f2f2f2;
}

/* 背景色 グレー ハーフ */
.m-bg-gray-half {
  position: relative;
}

.m-bg-gray-half-bottom {
  position: relative;
  padding-bottom: 20px;
}

.m-bg-gray-half:after {
  display: block;
  content: "";
  width: 100%;
  height: 77%;
  background-color: #f2f2f2;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

.m-bg-gray-half-bottom:after {
  display: block;
  content: "";
  width: 100%;
  height: 50%;
  background-color: #f2f2f2;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

/* フッターCONTACT */
.m-contact-box {
  margin-top: 80px;
  padding-top: 60px;
  border-top: 2px solid #eeeeee;
}

.m-contact-btn {
  position: relative;
}

.m-contact-btn:before {
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
  background-color: #000;
}

.m-contact-btn:after {
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  margin: auto;
  background-color: #fff;
}

.m-contact-btn a {
  display: block;
  width: 380px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  margin: 40px auto 20px;
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.08em;
  text-decoration: none;
  border-radius: 100px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

.m-contact-btn a:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: -100%;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.m-contact-btn span {
  padding: 24px 0;
  display: block;
  background-image: url(/common/img/icn_arrow_right_white.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 10px;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .m-contact-btn a:hover {
    color: #000;
  }
  .m-contact-btn a:hover:before {
    left: 0;
  }
  .m-contact-btn a:hover span {
    background-image: url(/common/img/icn_arrow_right_black.svg);
  }
}

@media screen and (max-width: 767px) {
  .m-contact-box {
    margin-top: 14.67vw;
    padding-top: 13.33vw;
  }
  .nopc .m-contact-box .l-content {
    width: 100%;
  }
  .m-contact-btn:before {
    height: 5vw;
    top: -5vw;
  }
  .m-contact-btn:after {
    height: 5vw;
  }
  .m-contact-btn a {
    width: 100%;
    margin: 9.33vw auto 7.33vw;
    font-size: 4.27vw;
  }
  .m-contact-btn span {
    padding: 6vw 0;
    background-size: 0.65em;
  }
}

/* 採用フッター */
.m-recruit-adoption-wrap {
  padding-top: 75px;
}

.m-recruit-adoption-mh {
  color: #cf1126;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 25px;
}

.m-recruit-adoption-bnr {
  margin-top: 35px;
}

.m-recruit-adoption-bnr li {
  float: left;
  width: 525px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.m-recruit-adoption-bnr li:nth-of-type(2) {
  float: right;
}

.m-recruit-adoption-bnr01 {
  background-image: url(/recruit/img/bg_bnr02.png);
}

.m-recruit-adoption-bnr02 {
  background-image: url(/recruit/img/bg_bnr03.png);
}

.m-recruit-adoption-bnr03 {
  background-image: url(/recruit/img/bg_bnr06.png);
}

.m-recruit-adoption-bnr a {
  display: block;
  padding: 30px 0;
  text-decoration: none;
  color: inherit;
}

.m-recruit-adoption-bnr a[target="_blank"] {
  background-image: url(/common/img/icn_blank.png);
  background-repeat: no-repeat;
  background-position: right 10px bottom 10px;
  background-size: 12px;
}

.m-recruit-adoption-bnr-inner {
  width: 340px;
  margin-left: auto;
  text-align: center;
}

.m-recruit-adoption-bnr-mh {
  color: #cf1126;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.16em;
  font-weight: 500;
}

.m-recruit-adoption-bnr-txt {
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .m-recruit-adoption-wrap {
    padding-top: 14.67vw;
  }
  .m-recruit-adoption-mh {
    font-size: 7.47vw;
    margin-bottom: 6.67vw;
  }
  .m-recruit-adoption-bnr {
    margin-top: 10vw;
  }
  .m-recruit-adoption-bnr li {
    float: none;
    width: 100%;
  }
  .m-recruit-adoption-bnr li:nth-of-type(2) {
    float: none;
    margin-top: 8vw;
  }
  .m-recruit-adoption-bnr a {
    padding: 6vw 0;
  }
  .m-recruit-adoption-bnr a[target="_blank"] {
    background-position: right 2.67vw bottom 2.67vw;
    background-size: 2.67vw;
  }
  .m-recruit-adoption-bnr-inner {
    width: 58.67vw;
  }
  .m-recruit-adoption-bnr-mh {
    font-size: 4.53vw;
  }
  .m-recruit-adoption-bnr-txt {
    font-size: 2.4vw;
  }
}

/* 赤矢印リンク */
.m-red-arrow-link a {
  display: inline-block;
  padding-right: 1.5em;
  background-image: url(/common/img/icn_arrow_right_red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  color: #000;
  letter-spacing: 0.08em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  background-size: 10px;
}

@media screen and (max-width: 767px) {
  .m-red-arrow-link a {
    font-size: 3.73vw;
    background-size: 0.65em;
  }
}

/* tel contact */
.m-tel-contact-box {
  border-radius: 20px 0 20px 0;
  border: 1px solid #e5e5e5;
  padding: 20px 0;
  margin-top: 90px;
}

.m-tel-contact-box li {
  float: left;
  width: 50%;
  text-align: center;
  padding: 15px 0;
}

.m-tel-contact-box li:nth-of-type(2) {
  border-left: 1px solid #dbdbdb;
}

.m-tel-contact-mh {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.67em;
}

.m-tel-contact-tel {
  display: inline-block;
  padding: 4px 0 4px 40px;
  background-image: url(/company/partner/img/icn_tel.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 28px;
  color: #cf1126;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.m-tel-contact-btn a {
  width: 310px;
  text-align: left;
}

.m-tel-contact-btn.m-btn01 a[target="_blank"] span {
  background-image: url(/common/img/icn_arrow_right_white.svg);
  background-size: 0.55em;
}

@media screen and (min-width: 768px) {
  .m-tel-contact-btn.m-btn-hover a[target="_blank"]:hover span {
    background-image: url(/common/img/icn_arrow_right_red.svg);
  }
}

@media screen and (max-width: 767px) {
  .m-tel-contact-box {
    padding: 0 4vw;
    margin-top: 17.33vw;
  }
  .m-tel-contact-box li {
    float: none;
    width: 100%;
    padding: 6vw 0;
  }
  .m-tel-contact-box li:nth-of-type(2) {
    border-left: none;
    border-top: 1px solid #dbdbdb;
  }
  .m-tel-contact-mh {
    font-size: 4.8vw;
  }
  .m-tel-contact-tel {
    display: block;
    background-color: #fff;
    padding: 2.67vw 2.67vw 2.67vw 10vw;
    background-position: 10vw center;
    background-size: 6.67vw;
    font-size: 7.47vw;
    border: 1px solid #cf1126;
    border-radius: 100px;
    text-align: center;
    line-height: 1;
    margin: 5.33vw 0 2vw;
  }
  .m-tel-contact-tel a {
    display: block;
    text-decoration: none;
  }
  .m-tel-contact-btn {
    margin-top: 6vw;
  }
  .m-tel-contact-btn a {
    width: 100%;
  }
  .m-tel-contact-btn span {
    padding: 4.3vw 12vw 4.3vw 6.67vw;
  }
}

/* アンカーリンクボックス */
/* .m-anchor-link{
}
@media screen and (min-width: 1580px){
	.m-anchor-link{
	}
}
@media screen and (max-width: 767px){
	.m-anchor-link{
	}
} */
/* アンカーリンクボタン */
.m-page-link-btn {
  margin: 60px auto;
}

.m-page-link-btn li {
  width: 255px;
  float: left;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #cf1126;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  margin: 0 22px 22px 0;
}

.m-page-link-btn li:nth-of-type(3n) {
  margin-right: 0;
}

.m-page-link-btn a {
  display: block;
  padding: 15px 25px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.26em;
  color: #111;
  text-decoration: none;
  background-image: url(/common/img/icn_arrow_bottom_red.svg);
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-size: 10px;
}

@media screen and (max-width: 767px) {
  .m-page-link-btn {
    margin: 16vw auto;
  }
  .m-page-link-btn li {
    width: 100%;
    float: none;
    margin: 0 0 4.67vw 0;
  }
  .m-page-link-btn a {
    padding: 3.33vw 6.67vw;
    font-size: 3.73vw;
    background-position: right 5.33vw center;
    background-size: 0.71em;
  }
}

/* テーブル */
.m-table-wrap {
  border: 1px solid #111;
}

.m-table {
  width: 100%;
  table-layout: fixed;
}

.m-table.m-table-layout-auto {
  table-layout: auto;
}

.m-table th {
  background-color: #111;
  color: #fff;
  border-right: 1px solid #fff;
  padding: 10px 5px;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: top;
}

.m-table th:last-of-type {
  border-right-color: #111;
}

.m-table td {
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  padding: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .m-table-scroll {
    overflow-x: scroll;
    padding-bottom: 4vw;
  }
  .m-table-scroll::-webkit-scrollbar {
    height: 5px;
  }
  .m-table-scroll::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #eeeeee;
    border-radius: 5px;
  }
  .m-table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #bbb9ba;
  }
  .m-table-scroll .m-table-wrap {
    width: 808px;
  }
}

/* 拡大 */
@media screen and (max-width: 767px) {
  .m-zoom {
    font-size: 4.27vw;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-align: center;
    background: #f2f2f2;
    border-radius: 8px;
    margin-top: 2vw;
  }
  .m-zoom span {
    background: url(/common/img/icn_zoom.png) left center no-repeat;
    background-size: 6vw auto;
    padding: 3.2vw 0 3.2vw 8.67vw;
    display: inline-block;
  }
}

/* overflow: hidden; */
.m-overflow-hidden {
  overflow: hidden;
}

/* position: relative; */
.m-position-relative {
  position: relative;
}

/* 文字サイズ 小 */
.m-smaller {
  font-size: smaller;
}

/* 角丸 */
.m-border-radius {
  border-radius: 8px;
  overflow: hidden;
}

/* 文字折り返し */
.m-word-break {
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* フォントサイズ
---------------------------------------------------------------------------- */
.fs50 {
  font-size: 50px !important;
  font-size: 5rem !important;
}

.fs49 {
  font-size: 49px !important;
  font-size: 4.9rem !important;
}

.fs48 {
  font-size: 48px !important;
  font-size: 4.8rem !important;
}

.fs47 {
  font-size: 47px !important;
  font-size: 4.7rem !important;
}

.fs46 {
  font-size: 46px !important;
  font-size: 4.6rem !important;
}

.fs45 {
  font-size: 45px !important;
  font-size: 4.5rem !important;
}

.fs44 {
  font-size: 44px !important;
  font-size: 4.4rem !important;
}

.fs43 {
  font-size: 43px !important;
  font-size: 4.3rem !important;
}

.fs42 {
  font-size: 42px !important;
  font-size: 4.2rem !important;
}

.fs41 {
  font-size: 41px !important;
  font-size: 4.1rem !important;
}

.fs40 {
  font-size: 40px !important;
  font-size: 4rem !important;
}

.fs39 {
  font-size: 39px !important;
  font-size: 3.9rem !important;
}

.fs38 {
  font-size: 38px !important;
  font-size: 3.8rem !important;
}

.fs37 {
  font-size: 37px !important;
  font-size: 3.7rem !important;
}

.fs36 {
  font-size: 36px !important;
  font-size: 3.6rem !important;
}

.fs35 {
  font-size: 35px !important;
  font-size: 3.5rem !important;
}

.fs34 {
  font-size: 34px !important;
  font-size: 3.4rem !important;
}

.fs33 {
  font-size: 33px !important;
  font-size: 3.3rem !important;
}

.fs32 {
  font-size: 32px !important;
  font-size: 3.2rem !important;
}

.fs31 {
  font-size: 31px !important;
  font-size: 3.1rem !important;
}

.fs30 {
  font-size: 30px !important;
  font-size: 3rem !important;
}

.fs29 {
  font-size: 29px !important;
  font-size: 2.9rem !important;
}

.fs28 {
  font-size: 28px !important;
  font-size: 2.8rem !important;
}

.fs27 {
  font-size: 27px !important;
  font-size: 2.7rem !important;
}

.fs26 {
  font-size: 26px !important;
  font-size: 2.6rem !important;
}

.fs25 {
  font-size: 25px !important;
  font-size: 2.5rem !important;
}

.fs24 {
  font-size: 24px !important;
  font-size: 2.4rem !important;
}

.fs23 {
  font-size: 23px !important;
  font-size: 2.3rem !important;
}

.fs22 {
  font-size: 22px !important;
  font-size: 2.2rem !important;
}

.fs21 {
  font-size: 21px !important;
  font-size: 2.1rem !important;
}

.fs20 {
  font-size: 20px !important;
  font-size: 2rem !important;
}

.fs19 {
  font-size: 19px !important;
  font-size: 1.9rem !important;
}

.fs18 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

.fs17 {
  font-size: 17px !important;
  font-size: 1.7rem !important;
}

.fs16 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

.fs15 {
  font-size: 15px !important;
  font-size: 1.5rem !important;
}

.fs14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

.fs13 {
  font-size: 13px !important;
  font-size: 1.3rem !important;
}

.fs12 {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

.fs11 {
  font-size: 11px !important;
  font-size: 1.1rem !important;
}

.fs10 {
  font-size: 10px !important;
  font-size: 1rem !important;
}

.fs9 {
  font-size: 9px !important;
  font-size: 0.9rem !important;
}

.fs8 {
  font-size: 8px !important;
  font-size: 0.8rem !important;
}

.fs7 {
  font-size: 7px !important;
  font-size: 0.7rem !important;
}

.fs6 {
  font-size: 6px !important;
  font-size: 0.6rem !important;
}

@media screen and (max-width: 767px) {
  .spfs50 {
    font-size: 6.67vw !important;
  }
  .spfs49 {
    font-size: 6.53vw !important;
  }
  .spfs48 {
    font-size: 6.4vw !important;
  }
  .spfs47 {
    font-size: 6.27vw !important;
  }
  .spfs46 {
    font-size: 6.13vw !important;
  }
  .spfs45 {
    font-size: 6vw !important;
  }
  .spfs44 {
    font-size: 5.87vw !important;
  }
  .spfs43 {
    font-size: 5.73vw !important;
  }
  .spfs42 {
    font-size: 5.6vw !important;
  }
  .spfs41 {
    font-size: 5.47vw !important;
  }
  .spfs40 {
    font-size: 5.33vw !important;
  }
  .spfs39 {
    font-size: 5.2vw !important;
  }
  .spfs38 {
    font-size: 5.07vw !important;
  }
  .spfs37 {
    font-size: 4.93vw !important;
  }
  .spfs36 {
    font-size: 4.8vw !important;
  }
  .spfs35 {
    font-size: 4.67vw !important;
  }
  .spfs34 {
    font-size: 4.53vw !important;
  }
  .spfs33 {
    font-size: 4.4vw !important;
  }
  .spfs32 {
    font-size: 4.27vw !important;
  }
  .spfs31 {
    font-size: 4.13vw !important;
  }
  .spfs30 {
    font-size: 4vw !important;
  }
  .spfs29 {
    font-size: 3.87vw !important;
  }
  .spfs28 {
    font-size: 3.73vw !important;
  }
  .spfs27 {
    font-size: 3.6vw !important;
  }
  .spfs26 {
    font-size: 3.47vw !important;
  }
  .spfs25 {
    font-size: 3.33vw !important;
  }
  .spfs24 {
    font-size: 3.2vw !important;
  }
  .spfs23 {
    font-size: 3.07vw !important;
  }
  .spfs22 {
    font-size: 2.93vw !important;
  }
  .spfs21 {
    font-size: 2.8vw !important;
  }
  .spfs20 {
    font-size: 2.67vw !important;
  }
  .spfs19 {
    font-size: 2.53vw !important;
  }
  .spfs18 {
    font-size: 2.4vw !important;
  }
  .spfs17 {
    font-size: 2.27vw !important;
  }
  .spfs16 {
    font-size: 2.13vw !important;
  }
  .spfs15 {
    font-size: 2vw !important;
  }
  .spfs14 {
    font-size: 1.87vw !important;
  }
}

/* clearfix
---------------------------------------------------------------------------- */
.clearfix {
  zoom: 1;
}

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

@media screen and (max-width: 767px) {
  .sp-clearfix {
    zoom: 1;
  }
  .sp-clearfix:after {
    content: "";
    clear: both;
    display: block;
  }
}

/* テキストアライン
---------------------------------------------------------------------------- */
.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fwb {
  font-weight: bold !important;
}

@media screen and (max-width: 767px) {
  .sptal {
    text-align: left !important;
  }
  .sptac {
    text-align: center !important;
  }
  .sptar {
    text-align: right !important;
  }
  .spfw500 {
    font-weight: 500 !important;
  }
  .spfwb {
    font-weight: bold !important;
  }
}

/* フロート
---------------------------------------------------------------------------- */
.flR {
  float: right !important;
}

.flL {
  float: left !important;
}

/* マージン
---------------------------------------------------------------------------- */
.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

@media screen and (max-width: 767px) {
  .spmt100 {
    margin-top: 13.33vw !important;
  }
  .spmb100 {
    margin-bottom: 13.33vw !important;
  }
  .spml100 {
    margin-left: 13.33vw !important;
  }
  .spmr100 {
    margin-right: 13.33vw !important;
  }
  .spmt95 {
    margin-top: 12.67vw !important;
  }
  .spmb95 {
    margin-bottom: 12.67vw !important;
  }
  .spml95 {
    margin-left: 12.67vw !important;
  }
  .spmr95 {
    margin-right: 12.67vw !important;
  }
  .spmt90 {
    margin-top: 12vw !important;
  }
  .spmb90 {
    margin-bottom: 12vw !important;
  }
  .spml90 {
    margin-left: 12vw !important;
  }
  .spmr90 {
    margin-right: 12vw !important;
  }
  .spmt85 {
    margin-top: 11.33vw !important;
  }
  .spmb85 {
    margin-bottom: 11.33vw !important;
  }
  .spml85 {
    margin-left: 11.33vw !important;
  }
  .spmr85 {
    margin-right: 11.33vw !important;
  }
  .spmt80 {
    margin-top: 10.67vw !important;
  }
  .spmb80 {
    margin-bottom: 10.67vw !important;
  }
  .spml80 {
    margin-left: 10.67vw !important;
  }
  .spmr80 {
    margin-right: 10.67vw !important;
  }
  .spmt75 {
    margin-top: 10vw !important;
  }
  .spmb75 {
    margin-bottom: 10vw !important;
  }
  .spml75 {
    margin-left: 10vw !important;
  }
  .spmr75 {
    margin-right: 10vw !important;
  }
  .spmt70 {
    margin-top: 9.33vw !important;
  }
  .spmb70 {
    margin-bottom: 9.33vw !important;
  }
  .spml70 {
    margin-left: 9.33vw !important;
  }
  .spmr70 {
    margin-right: 9.33vw !important;
  }
  .spmt65 {
    margin-top: 8.67vw !important;
  }
  .spmb65 {
    margin-bottom: 8.67vw !important;
  }
  .spml65 {
    margin-left: 8.67vw !important;
  }
  .spmr65 {
    margin-right: 8.67vw !important;
  }
  .spmt60 {
    margin-top: 8vw !important;
  }
  .spmb60 {
    margin-bottom: 8vw !important;
  }
  .spml60 {
    margin-left: 8vw !important;
  }
  .spmr60 {
    margin-right: 8vw !important;
  }
  .spmt55 {
    margin-top: 7.33vw !important;
  }
  .spmb55 {
    margin-bottom: 7.33vw !important;
  }
  .spml55 {
    margin-left: 7.33vw !important;
  }
  .spmr55 {
    margin-right: 7.33vw !important;
  }
  .spmt50 {
    margin-top: 6.67vw !important;
  }
  .spmb50 {
    margin-bottom: 6.67vw !important;
  }
  .spml50 {
    margin-left: 6.67vw !important;
  }
  .spmr50 {
    margin-right: 6.67vw !important;
  }
  .spmt45 {
    margin-top: 6vw !important;
  }
  .spmb45 {
    margin-bottom: 6vw !important;
  }
  .spml45 {
    margin-left: 6vw !important;
  }
  .spmr45 {
    margin-right: 6vw !important;
  }
  .spmt40 {
    margin-top: 5.33vw !important;
  }
  .spmb40 {
    margin-bottom: 5.33vw !important;
  }
  .spml40 {
    margin-left: 5.33vw !important;
  }
  .spmr40 {
    margin-right: 5.33vw !important;
  }
  .spmt35 {
    margin-top: 4.67vw !important;
  }
  .spmb35 {
    margin-bottom: 4.67vw !important;
  }
  .spml35 {
    margin-left: 4.67vw !important;
  }
  .spmr35 {
    margin-right: 4.67vw !important;
  }
  .spmt30 {
    margin-top: 4vw !important;
  }
  .spmb30 {
    margin-bottom: 4vw !important;
  }
  .spml30 {
    margin-left: 4vw !important;
  }
  .spmr30 {
    margin-right: 4vw !important;
  }
  .spmt25 {
    margin-top: 3.33vw !important;
  }
  .spmb25 {
    margin-bottom: 3.33vw !important;
  }
  .spml25 {
    margin-left: 3.33vw !important;
  }
  .spmr25 {
    margin-right: 3.33vw !important;
  }
  .spmt20 {
    margin-top: 2.67vw !important;
  }
  .spmb20 {
    margin-bottom: 2.67vw !important;
  }
  .spml20 {
    margin-left: 2.67vw !important;
  }
  .spmr20 {
    margin-right: 2.67vw !important;
  }
  .spmt15 {
    margin-top: 2vw !important;
  }
  .spmb15 {
    margin-bottom: 2vw !important;
  }
  .spml15 {
    margin-left: 2vw !important;
  }
  .spmr15 {
    margin-right: 2vw !important;
  }
  .spmt0 {
    margin-top: 0px !important;
  }
  .spmb0 {
    margin-bottom: 0px !important;
  }
  .spml0 {
    margin-left: 0px !important;
  }
  .spmr0 {
    margin-right: 0px !important;
  }
}

/* パディング
---------------------------------------------------------------------------- */
.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

@media screen and (max-width: 767px) {
  .sppt100 {
    padding-top: 13.33vw !important;
  }
  .sppb100 {
    padding-bottom: 13.33vw !important;
  }
  .sppl100 {
    padding-left: 13.33vw !important;
  }
  .sppr100 {
    padding-right: 13.33vw !important;
  }
  .sppt95 {
    padding-top: 12.67vw !important;
  }
  .sppb95 {
    padding-bottom: 12.67vw !important;
  }
  .sppl95 {
    padding-left: 12.67vw !important;
  }
  .sppr95 {
    padding-right: 12.67vw !important;
  }
  .sppt90 {
    padding-top: 12vw !important;
  }
  .sppb90 {
    padding-bottom: 12vw !important;
  }
  .sppl90 {
    padding-left: 12vw !important;
  }
  .sppr90 {
    padding-right: 12vw !important;
  }
  .sppt85 {
    padding-top: 11.33vw !important;
  }
  .sppb85 {
    padding-bottom: 11.33vw !important;
  }
  .sppl85 {
    padding-left: 11.33vw !important;
  }
  .sppr85 {
    padding-right: 11.33vw !important;
  }
  .sppt80 {
    padding-top: 10.67vw !important;
  }
  .sppb80 {
    padding-bottom: 10.67vw !important;
  }
  .sppl80 {
    padding-left: 10.67vw !important;
  }
  .sppr80 {
    padding-right: 10.67vw !important;
  }
  .sppt75 {
    padding-top: 10vw !important;
  }
  .sppb75 {
    padding-bottom: 10vw !important;
  }
  .sppl75 {
    padding-left: 10vw !important;
  }
  .sppr75 {
    padding-right: 10vw !important;
  }
  .sppt70 {
    padding-top: 9.33vw !important;
  }
  .sppb70 {
    padding-bottom: 9.33vw !important;
  }
  .sppl70 {
    padding-left: 9.33vw !important;
  }
  .sppr70 {
    padding-right: 9.33vw !important;
  }
  .sppt65 {
    padding-top: 8.67vw !important;
  }
  .sppb65 {
    padding-bottom: 8.67vw !important;
  }
  .sppl65 {
    padding-left: 8.67vw !important;
  }
  .sppr65 {
    padding-right: 8.67vw !important;
  }
  .sppt60 {
    padding-top: 8vw !important;
  }
  .sppb60 {
    padding-bottom: 8vw !important;
  }
  .sppl60 {
    padding-left: 8vw !important;
  }
  .sppr60 {
    padding-right: 8vw !important;
  }
  .sppt55 {
    padding-top: 7.33vw !important;
  }
  .sppb55 {
    padding-bottom: 7.33vw !important;
  }
  .sppl55 {
    padding-left: 7.33vw !important;
  }
  .sppr55 {
    padding-right: 7.33vw !important;
  }
  .sppt50 {
    padding-top: 6.67vw !important;
  }
  .sppb50 {
    padding-bottom: 6.67vw !important;
  }
  .sppl50 {
    padding-left: 6.67vw !important;
  }
  .sppr50 {
    padding-right: 6.67vw !important;
  }
  .sppt45 {
    padding-top: 6vw !important;
  }
  .sppb45 {
    padding-bottom: 6vw !important;
  }
  .sppl45 {
    padding-left: 6vw !important;
  }
  .sppr45 {
    padding-right: 6vw !important;
  }
  .sppt40 {
    padding-top: 5.33vw !important;
  }
  .sppb40 {
    padding-bottom: 5.33vw !important;
  }
  .sppl40 {
    padding-left: 5.33vw !important;
  }
  .sppr40 {
    padding-right: 5.33vw !important;
  }
  .sppt35 {
    padding-top: 4.67vw !important;
  }
  .sppb35 {
    padding-bottom: 4.67vw !important;
  }
  .sppl35 {
    padding-left: 4.67vw !important;
  }
  .sppr35 {
    padding-right: 4.67vw !important;
  }
  .sppt30 {
    padding-top: 4vw !important;
  }
  .sppb30 {
    padding-bottom: 4vw !important;
  }
  .sppl30 {
    padding-left: 4vw !important;
  }
  .sppr30 {
    padding-right: 4vw !important;
  }
  .sppt25 {
    padding-top: 3.33vw !important;
  }
  .sppb25 {
    padding-bottom: 3.33vw !important;
  }
  .sppl25 {
    padding-left: 3.33vw !important;
  }
  .sppr25 {
    padding-right: 3.33vw !important;
  }
  .sppt20 {
    padding-top: 2.67vw !important;
  }
  .sppb20 {
    padding-bottom: 2.67vw !important;
  }
  .sppl20 {
    padding-left: 2.67vw !important;
  }
  .sppr20 {
    padding-right: 2.67vw !important;
  }
  .sppt15 {
    padding-top: 2vw !important;
  }
  .sppb15 {
    padding-bottom: 2vw !important;
  }
  .sppl15 {
    padding-left: 2vw !important;
  }
  .sppr15 {
    padding-right: 2vw !important;
  }
  .sppt10 {
    padding-top: 1.33vw !important;
  }
  .sppb10 {
    padding-bottom: 1.33vw !important;
  }
  .sppl10 {
    padding-left: 1.33vw !important;
  }
  .sppr10 {
    padding-right: 1.33vw !important;
  }
  .sppt5 {
    padding-top: 0.67vw !important;
  }
  .sppb5 {
    padding-bottom: 0.67vw !important;
  }
  .sppl5 {
    padding-left: 0.67vw !important;
  }
  .sppr5 {
    padding-right: 0.67vw !important;
  }
  .sppt0 {
    padding-top: 0 !important;
  }
  .sppb0 {
    padding-bottom: 0 !important;
  }
  .sppl0 {
    padding-left: 0 !important;
  }
  .sppr0 {
    padding-right: 0 !important;
  }
}

.rounded {
  border-radius: 8px;
}

.rounded-tl-br {
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* 良い */
.icon-good {
  width: 1em;
  height: 1em;
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox%3D%220%200%2066%2066%22 height%3D%2266%22 width%3D%2266%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M.01 32.4A32.405 32.405 0 1 0 32.41-.02 32.365 32.365 0 0 0 .01 32.4zm59.84 0A27.435 27.435 0 1 1 32.41 4.95 27.487 27.487 0 0 1 59.85 32.4z%22 fill%3D%22%23cf1126%22 fill-rule%3D%22evenodd%22%2F%3E%3Cpath d%3D%22M12.8 32.36a20.025 20.025 0 1 0 20.02-20.03A20.044 20.044 0 0 0 12.8 32.36zm35.78 0A15.755 15.755 0 1 1 32.82 16.6a15.8 15.8 0 0 1 15.76 15.76z%22 fill%3D%22%23cf1126%22 fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 97.8%;
  text-align: left;
  vertical-align: middle;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}

/* 普通 */
.icon-medium {
  width: 1em;
  height: 1em;
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox%3D%220%200%2066%2066%22 height%3D%2266%22 width%3D%2266%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M.006 32.4A32.4 32.4 0 1 0 32.406 0a32.356 32.356 0 0 0-32.4 32.4zm59.839 0a27.436 27.436 0 1 1-27.44-27.43A27.476 27.476 0 0 1 59.846 32.4z%22 fill%3D%22%23eea9b0%22 fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 97.8%;
  text-align: left;
  vertical-align: middle;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}

/* やや悪い */
.icon-no-good {
  width: 1em;
  height: 1em;
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox%3D%220%200%2060%2070%22 height%3D%2260%22 width%3D%2270%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M35 .69L1.16 59.3h67.69zm0 6.34l28.37 49.1H6.63z%22 fill%3D%22%23919191%22 fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 97.8%;
  text-align: left;
  vertical-align: middle;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}

/* 悪い */
.icon-bad {
  width: 1em;
  height: 1em;
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox%3D%220%200%2047%2047%22 height%3D%2247%22 width%3D%2247%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M46.151 43.03l-19.88-19.89 19.88-19.96-3.17-3.17-19.95 19.96L3.161.01-.008 3.26l19.879 19.88L-.008 43.03l3.169 3.24 19.87-19.96 19.95 19.96z%22 fill%3D%22%23111%22 fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 97.8%;
  text-align: left;
  vertical-align: middle;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}

.icon-good + sup,
.icon-medium + sup,
.icon-no-good + sup,
.icon-bad + sup {
  vertical-align: baseline;
  position: relative;
  top: -0.3em;
  line-height: 0;
}

/* l-h1-s
---------------------------------------------------------------------------- */
.l-h1-s {
  font-size: 40px;
  font-size: 4rem;
}

/* l-related-content
---------------------------------------------------------------------------- */
.l-related-content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-related-content > li {
  width: 100%;
}

.l-related-content2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-related-content2::after {
  content: "";
  display: block;
  width: 50%;
}

.l-related-content2 > li {
  width: 508px;
}

.l-related-content3 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-related-content3::after {
  content: "";
  display: block;
  width: 30.5%;
}

.l-related-content3 > li {
  width: 325px;
}

.l-related-content4 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-related-content4::before, .l-related-content4::after {
  width: 22%;
}

.l-related-content4::before {
  content: "";
  display: block;
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.l-related-content4::after {
  content: "";
  display: block;
}

.l-related-content4 > li {
  width: 233px;
}

/* l-feature-content
---------------------------------------------------------------------------- */
.l-feature-content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-feature-content > li {
  width: 100%;
}

.l-feature-content2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-feature-content2::after {
  content: "";
  display: block;
  width: 50%;
}

.l-feature-content2 > li {
  width: 520px;
}

.l-feature-content3 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-feature-content3::after {
  content: "";
  display: block;
  width: 33.3333%;
}

.l-feature-content3 > li {
  width: 338px;
}

.l-feature-content4 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-feature-content4::before, .l-feature-content4::after {
  width: 25%;
}

.l-feature-content4::before {
  content: "";
  display: block;
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.l-feature-content4::after {
  content: "";
  display: block;
}

.l-feature-content4 > li {
  width: 250px;
}

/* l-rounded-content
---------------------------------------------------------------------------- */
.l-rounded-content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-rounded-content > li {
  width: 100%;
}

.l-rounded-content2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-rounded-content2::after {
  content: "";
  display: block;
  width: 50%;
}

.l-rounded-content2 > li {
  width: 520px;
}

.l-rounded-content3 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-rounded-content3::after {
  content: "";
  display: block;
  width: 33.3333%;
}

.l-rounded-content3 > li {
  width: 338px;
}

.l-rounded-content4 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-rounded-content4::before, .l-rounded-content4::after {
  width: 25%;
}

.l-rounded-content4::before {
  content: "";
  display: block;
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.l-rounded-content4::after {
  content: "";
  display: block;
}

.l-rounded-content4 > li {
  width: 250px;
}

.m-btn03 {
  position: relative;
}

.m-btn03 a {
  display: block;
  width: 310px;
  margin: 40px auto;
  background-color: #cf1126;
  border: 2px solid #cf1126;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.08em;
  text-decoration: none;
  border-radius: 100px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

.m-btn03 a:before {
  display: block;
  content: "";
  width: 100%;
  height: calc(100% + 1px);
  background-color: #fff;
  position: absolute;
  left: -100%;
  top: -1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.m-btn03 a:hover:before {
  left: 0;
}

.m-btn03 a:hover span {
  color: #cf1126;
  background-image: url(/common/img/icn_arrow_left_red.svg);
}

.m-btn03 span {
  padding: 15px 25px;
  display: block;
  background-image: url(/common/img/icn_arrow_left_white.svg);
  background-repeat: no-repeat;
  background-position: 8% center;
  background-size: 0.6em;
  position: relative;
  z-index: 2;
}

.m-btn03 a[href$=".pdf"] span {
  background-image: url(/common/img/icn_pdf_white.png);
  background-size: 1.3em;
}

.m-mv-wrap2 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.m-mv-content2 {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  padding: 40px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border: 1px solid #cf1126;
}

.m-mv-content2:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  background: #feeff3;
}

.m-mv-content2 > * {
  position: relative;
}

.m-products-box2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-products-box2::before {
  content: "";
  display: block;
  width: 23.149%;
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.m-products-box2::after {
  content: "";
  display: block;
  width: 23.149%;
}

.m-products-box-item2 {
  width: 250px;
  margin: 50px 0 0 0;
  -webkit-box-shadow: 0 0 15px rgba(123, 123, 123, 0.25);
          box-shadow: 0 0 15px rgba(123, 123, 123, 0.25);
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}

.m-products-box-item2 a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.m-products-box-item2 a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.m-products-box-item2:nth-child(-n + 4) {
  margin: 15px 0 0 0;
}

.m-media {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 40px auto;
}

.m-media-txtbox {
  display: block;
  width: 30.0926%;
  background-color: #fff;
  border: 1px solid #cf1126;
  border-radius: 8px;
  overflow: hidden;
  padding: 15px 20px;
}

.m-media-txtbox p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}

.m-media-imgbox {
  display: block;
  width: 64.9074%;
}

.m-media-mh {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #cf1126;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #cf1126;
}

.m-media-img {
  display: block;
}

.m-scrollable-img {
  margin: 0 auto;
  padding: 20px 0;
}

.m-scrollable-img img {
  display: block;
  margin: 0 auto;
}

.m-list > li {
  display: block;
  margin: 0 1em 0.3em 0.4em;
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 0.4em;
  text-indent: calc(-0.4em - 4px);
  line-height: 2;
}

.m-list > li:before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  vertical-align: middle;
  background-color: #cf1126;
  border-radius: 50%;
  margin-right: 0.4em;
}

.m-unstyled-list > li {
  display: block;
  margin: 0 1em 0.3em 1em;
  font-size: 14px;
  font-size: 1.4rem;
  text-indent: -1em;
  line-height: 2;
}

.m-list-inline {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-list-inline > li {
  display: block;
  margin: 0 1em 0.3em 0.4em;
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: calc(0.4em + 4px);
  text-indent: calc(-0.4em - 4px);
  line-height: 2;
}

.m-list-inline > li:before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  vertical-align: middle;
  background-color: #cf1126;
  border-radius: 50%;
  margin-right: 0.4em;
}

.m-unstyled-list-inline {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-unstyled-list-inline > li {
  display: block;
  margin: 0 1em 0.3em 1em;
  font-size: 14px;
  font-size: 1.4rem;
  text-indent: -1em;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-detail-link-box-wrap {
  width: 593px;
  margin: 0 auto;
}

.m-detail-link-box {
  display: block;
  margin: 0 auto;
  padding: 30px;
  border-radius: 8px;
  background: #f2f2f2;
  text-align: center;
}

.m-detail-link-box-content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.m-detail-link-box-content .m-btn02,
.m-detail-link-box-content .m-btn04 {
  width: 33.3333%;
  margin: 0 20px 0 0;
}

.m-detail-link-box-content .m-btn02:last-child,
.m-detail-link-box-content .m-btn04:last-child {
  margin: 0;
}

.m-detail-link-box-content .m-btn02:first-child:last-child,
.m-detail-link-box-content .m-btn04:first-child:last-child {
  width: auto;
}

.m-detail-link-box-content .m-btn02:first-child:last-child a,
.m-detail-link-box-content .m-btn04:first-child:last-child a {
  display: inline-block;
}

.m-detail-link-box-content .m-btn02 a,
.m-detail-link-box-content .m-btn04 a {
  display: block;
  letter-spacing: 0.03em;
  text-align: left;
}

.m-movie-link {
  position: relative;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  width: 325px;
  height: 233px;
  overflow: hidden;
  background: #feeff3;
  border: 1px solid #111;
}

.m-movie-link > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom-right-radius: 8px;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}

.m-movie-link::before {
  width: 48px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.8);
  border-top-left-radius: 8px;
}

.m-movie-link::after {
  position: absolute;
  bottom: 10px;
  right: 15px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 14px;
  border-color: transparent transparent transparent #fff;
}

.m-bg-dotted {
  position: relative;
  margin: 0 auto;
}

.m-bg-dotted::after {
  display: block;
  content: "";
  width: 100%;
  height: 180px;
  background-position: 0 0, 1px 1px;
  background-size: 2px 2px;
  background-image: linear-gradient(45deg, #ebebed 25%, transparent 25%, transparent 75%, #ebebed 75%, #ebebed 100%), linear-gradient(45deg, #ebebed 25%, white 25%, white 75%, #ebebed 75%, #ebebed 100%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

.m-bb-mh03 {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 1.2em;
  margin-top: 30px;
}

.m-bb-mh03::before {
  display: block;
  content: "";
  width: 0.8em;
  height: 2px;
  background: #cf1126;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.m-feature-box {
  overflow: hidden;
  position: relative;
  margin: 16px 10px;
  min-height: 1px;
}

.m-feature-box::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 2px);
  height: calc(100% - 35px);
  border: 1px solid #cf1126;
  border-radius: 8px;
}

.m-feature-box-img {
  padding-top: 70px;
}

.m-feature-box-img::before {
  display: none;
}

.m-feature-box-h {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 70px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox%3D%220 0 142 142.2%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle cx%3D%2271%22 cy%3D%2271.1%22 fill%3D%22%23fff%22 r%3D%2270.5%22%2F%3E%3Cpath d%3D%22M140.5 71C140.4 32.7 109.4 1.6 71 1.6S1.6 32.7 1.5 71%22 fill%3D%22%23fff%22 stroke%3D%22%23cf1126%22 stroke-dasharray%3D%2212 6%22 stroke-width%3D%222%22%2F%3E%3Ccircle cx%3D%2271%22 cy%3D%2271.1%22 fill%3D%22%23cf1126%22 r%3D%2252%22%2F%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.m-feature-box-h > span {
  position: relative;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 2;
}

.m-feature-box-h > span > span {
  display: block;
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 23px;
  font-size: 2.3rem;
}

.m-feature-box-content {
  height: calc(100% - 35px);
  padding: 36px 24px 24px 24px;
  margin-top: -36px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  min-height: 1px;
}

.m-feature-box-content > * {
  min-height: 1px;
  z-index: 1;
}

.m-feature-box-content-img {
  padding: 0;
}

.m-feature-box-content-h {
  color: #cf1126;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 14px 0;
  line-height: 1.7;
  text-align: center;
}

.m-feature-box-content-h02 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 14px 0;
  line-height: 1.7;
}

.m-feature-box-content-txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  margin: 0 0 14px 0;
}

.m-related-wrap {
  padding: 0 10px;
}

.m-related-box {
  border: 1px solid #cf1126;
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
  margin-bottom: 40px;
  padding: 15px;
}

.m-related-box-h {
  color: #cf1126;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 0 15px 0;
  line-height: 1.7;
  text-align: center;
  border-bottom: 1px solid #cf1126;
}

.m-related-box-content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  padding: 15px;
  line-height: 2;
  min-height: 1px;
}

.m-related-box-content > * {
  min-height: 1px;
}

.m-related-box-content .m-btn02,
.m-related-box-content .m-btn04 {
  margin-top: 15px;
  text-align: center;
}

.m-related-box-content .m-btn02 a,
.m-related-box-content .m-btn04 a {
  width: 162px;
}

.m-related-box-content .m-btn02 a span,
.m-related-box-content .m-btn04 a span {
  padding: 4px 25px;
}

.m-rounded-wrap {
  padding: 0 10px;
}

.m-rounded-box {
  overflow: hidden;
  position: relative;
  border: 1px solid #cf1126;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 15px;
}

.m-rounded-box-h {
  color: #cf1126;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 0 15px 0;
  line-height: 1.7;
  text-align: center;
  border-bottom: 1px solid #cf1126;
}

.m-rounded-box-h02 {
  color: #cf1126;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 0 15px 0;
  line-height: 1.7;
  text-align: center;
}

.m-rounded-box-label {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: #cf1126;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 8px;
  line-height: 1;
  text-align: center;
  border-bottom-right-radius: 8px;
  min-width: 92px;
}

.m-rounded-box-label + * {
  margin-top: 30px;
}

.m-rounded-box-content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  padding: 15px 0;
  line-height: 2;
  min-height: 1px;
}

.m-rounded-box-content > * {
  min-height: 1px;
}

.m-rounded-box-content .m-btn02,
.m-rounded-box-content .m-btn04 {
  margin-top: 15px;
  text-align: center;
}

.m-rounded-box-content .m-btn02 a,
.m-rounded-box-content .m-btn04 a {
  width: 162px;
}

.m-rounded-box-content .m-btn02 a span,
.m-rounded-box-content .m-btn04 a span {
  padding: 4px 25px;
}

.m-rounded-box-content-row {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  padding: 15px 0;
  line-height: 2;
}

.m-rounded-box-content-row .m-btn02,
.m-rounded-box-content-row .m-btn04 {
  margin-top: 15px;
  text-align: center;
}

.m-rounded-box-content-row .m-btn02 a,
.m-rounded-box-content-row .m-btn04 a {
  width: 162px;
}

.m-rounded-box-content-row .m-btn02 a span,
.m-rounded-box-content-row .m-btn04 a span {
  padding: 4px 25px;
}

.m-rounded-box-content-row-item01 {
  width: 55.2712%;
}

.m-rounded-box-content-row-item02 {
  width: 41.044%;
}

.m-rounded-box-content-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  background: #fff0f2;
  text-align: center;
  padding: 2px;
}

.m-table2-wrap {
  margin: 15px auto;
  overflow: hidden;
}

.m-table2 {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}

.m-table2 thead tr th {
  padding: 18px;
  vertical-align: middle;
}

.m-table2 tbody tr th,
.m-table2 tbody tr td {
  padding: 18px;
  vertical-align: middle;
}

.m-table2 thead tr:first-child th:first-child {
  border-radius: 8px 0 0 0;
  border-left: none;
}

.m-table2 thead tr:first-child th:first-child.diagonal {
  border-left: 1px solid #c8c8c8;
}

.m-table2 thead tr:first-child th:last-child {
  border-radius: 0 8px 0 0;
}

.m-table2 thead tr th {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  background-color: #111;
  color: #fff;
  border-left: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  word-break: break-all;
}

.m-table2 thead tr th.diagonal {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#ebebeb), color-stop(50%, #ebebeb), color-stop(50%, transparent));
  background-image: linear-gradient(to right top, #ebebeb 0%, #ebebeb 50%, transparent 50%);
  border-left: 1px solid #c8c8c8;
}

.m-table2 tbody tr:last-child th:first-child {
  border-radius: 0 0 0 8px;
}

.m-table2 tbody tr:last-child th:last-child {
  border-radius: 0 0 8px 0;
}

.m-table2 tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}

.m-table2 tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

.m-table2 tbody tr th {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left;
  border-left: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  background-color: #ebebeb;
  word-break: break-all;
}

.m-table2 tbody tr th:empty {
  text-align: center;
}

.m-table2 tbody tr th:empty:after {
  content: "-";
}

.m-table2 tbody tr td {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  border-left: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  word-break: break-all;
}

.m-table2 tbody tr td:last-child {
  border-right: 1px solid #c8c8c8;
}

.m-table2 tbody tr td:first-child:last-child {
  border-right: none;
}

.m-table2 tbody tr td:empty {
  text-align: center;
}

.m-table2 tbody tr td:empty:after {
  content: "-";
}

.m-table2-dl-link {
  min-width: 5.2rem;
  display: block;
  padding: 6px 3px;
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: 0 2px 3px #d2d2d2;
          box-shadow: 0 2px 3px #d2d2d2;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  color: #111;
  background-color: #fff;
}

.m-table2-note {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.m-table2-note .icon-good,
.m-table2-note .icon-medium,
.m-table2-note .icon-no-good,
.m-table2-note .icon-bad {
  margin-top: -0.125em;
}

.m-qa-list-wrap {
  background: #eee;
  padding: 35px 0;
}

.m-qa-list > li {
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #fff;
  margin-bottom: 25px;
}

.m-qa-list > li:last-child {
  margin-bottom: 0;
}

.m-qa-question {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 20px 0;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.m-qa-question-h {
  display: block;
  width: 49px;
  height: 49px;
  border-radius: 24.5px;
  position: relative;
  display: block;
  z-index: 2;
  text-align: center;
  line-height: 1;
  color: #fff;
  background: #cf1126;
  border: 1px solid #fff;
  padding: 2px;
}

.m-qa-question-h > span {
  display: block;
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
}

.m-qa-question-h > span > span {
  display: block;
  font-size: 23px;
  font-size: 2.3rem;
}

.m-qa-question-content {
  width: 94.1526%;
  font-size: 17px;
  font-size: 1.7rem;
  color: #cf1126;
  margin-left: 25px;
}

.m-qa-question + .m-qa-answer {
  border-top: 2px dashed #cf1126;
}

.m-qa-answer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 20px 0;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.m-qa-answer-h {
  display: block;
  width: 49px;
  height: 49px;
  border-radius: 24.5px;
  position: relative;
  display: block;
  z-index: 2;
  text-align: center;
  line-height: 1;
  color: #cf1126;
  background: #fff;
  border: 1px solid #cf1126;
  padding: 2px;
}

.m-qa-answer-h > span {
  display: block;
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
}

.m-qa-answer-h > span > span {
  display: block;
  font-size: 23px;
  font-size: 2.3rem;
}

.m-qa-answer-content {
  width: 94.1526%;
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 25px;
}

.m-zoom {
  font-size: 4.27vw;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  background: #f2f2f2;
  border-radius: 8px;
  margin-top: 2vw;
}

.m-zoom span {
  background: url(/common/img/icn_zoom.png) left center no-repeat;
  background-size: 6vw auto;
  padding: 3.2vw 0 3.2vw 8.67vw;
  display: inline-block;
}

.m-link-btn {
  position: relative;
}

.m-link-btn a {
  display: block;
  width: 310px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #cf1126;
  color: #cf1126;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.08em;
  text-decoration: none;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

.m-link-btn a:before {
  display: block;
  content: "";
  width: 100%;
  height: calc(100% + 1px);
  background-color: #cf1126;
  position: absolute;
  left: -100%;
  top: -1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.m-link-btn a:hover:before {
  left: 0;
}

.m-link-btn a:hover span {
  color: #fff;
  background-image: url(/common/img/icn_arrow_top_white.svg);
}

.m-link-btn span {
  padding: 15px 25px;
  display: block;
  background-image: url(/common/img/icn_arrow_top_red.svg);
  background-repeat: no-repeat;
  background-position: 92% center;
  background-size: 0.8em;
  position: relative;
  z-index: 2;
}

.m-full-bg-gray {
  position: relative;
  margin: 0 auto;
  background: #f2f2f2;
}

@media screen and (max-width: 767px) {
  .rounded {
    border-radius: 10px;
  }
  .rounded-tl-br {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .l-h1-s {
    font-size: 6.67vw;
    letter-spacing: 0.2em;
  }
  .l-related-content {
    display: block;
  }
  .l-related-content2,
  .l-related-content3,
  .l-related-content4 {
    display: block;
  }
  .l-related-content2 > li,
  .l-related-content3 > li,
  .l-related-content4 > li {
    width: auto;
  }
  .l-feature-content {
    display: block;
  }
  .l-feature-content2,
  .l-feature-content3,
  .l-feature-content4 {
    display: block;
  }
  .l-feature-content2 > li,
  .l-feature-content3 > li,
  .l-feature-content4 > li {
    width: auto;
  }
  .l-rounded-content {
    display: block;
  }
  .l-rounded-content2,
  .l-rounded-content3,
  .l-rounded-content4 {
    display: block;
  }
  .l-rounded-content2 > li,
  .l-rounded-content3 > li,
  .l-rounded-content4 > li {
    width: auto;
  }
  .m-btn03 a {
    width: 100%;
    margin: 8vw auto;
  }
  .m-btn03 span {
    padding: 4vw 6vw 4vw 15vw;
    font-size: 4vw;
  }
  .m-mv-content2 {
    padding: 40px 15px;
  }
  .m-mv-content2:before {
    height: 21.3333vw;
  }
  .m-products-box2::before, .m-products-box2::after {
    display: none;
  }
  .m-products-box-item2 {
    width: 47.1014%;
    margin: 6.67vw 0 0 0;
  }
  .m-products-box-item2:nth-child(-n + 4) {
    margin: 6.67vw 0 0 0;
  }
  .m-media {
    display: block;
  }
  .m-media-txtbox {
    width: auto;
  }
  .m-media-txtbox p {
    font-size: 3.73vw;
  }
  .m-media-imgbox {
    width: auto;
  }
  .m-media-mh {
    font-size: 4.53vw;
  }
  .m-media-img {
    margin: 20px auto 0 auto;
  }
  .m-scrollable-img {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .m-scrollable-img img {
    max-width: none;
  }
  .m-list > li,
  .m-unstyled-list > li {
    font-size: 3.73vw;
  }
  .m-list-inline > li {
    font-size: 3.73vw;
    padding-left: calc(0.4em + 1.4667vw);
    text-indent: calc(-0.4em - 1.4667vw);
  }
  .m-list-inline > li:before {
    width: 1.4667vw;
    height: 1.4667vw;
  }
  .m-unstyled-list-inline > li {
    font-size: 3.73vw;
  }
  .m-detail-link-box-wrap {
    width: auto;
  }
  .m-detail-link-box {
    position: relative;
    margin-top: 20px;
    padding: 5.3333vw 8.6667vw;
  }
  .m-detail-link-box:before {
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12.25px 20px 12.25px;
    border-color: transparent transparent #f2f2f2 transparent;
  }
  .m-detail-link-box-content {
    display: block;
  }
  .m-detail-link-box-content .m-btn02,
  .m-detail-link-box-content .m-btn04 {
    width: auto;
    margin: 0 0 5.3333vw 0;
  }
  .m-detail-link-box-content .m-btn02:last-child,
  .m-detail-link-box-content .m-btn04:last-child {
    margin: 0;
  }
  .m-bb-mh03 {
    font-size: 3.73vw;
    margin: 6.6667vw auto 0;
  }
  .m-feature-box {
    margin: 0 auto;
  }
  .m-feature-box:not(:first-child)::before {
    border-top: none;
    border-bottom: none;
    border-radius: 0;
    height: calc(100% - 8vw);
  }
  .m-feature-box:not(:first-child) .m-feature-box-h {
    border-left: 1px solid #cf1126;
    border-right: 1px solid #cf1126;
  }
  .m-feature-box:not(:first-child) .m-feature-box-h:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    margin: auto;
    display: block;
    z-index: 1;
    width: calc(40% - 8vw);
    height: 1px;
    border-radius: 0;
    border-top: 1px solid #cf1126;
    -webkit-transform: translate(-128%, -2px);
            transform: translate(-128%, -2px);
  }
  .m-feature-box:not(:first-child) .m-feature-box-h:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 59%;
    margin: auto;
    display: block;
    z-index: 1;
    width: calc(40% - 8vw);
    height: 1px;
    border-radius: 0;
    border-top: 1px solid #cf1126;
    -webkit-transform: translate(0, -2px);
            transform: translate(0, -2px);
  }
  .m-feature-box:first-child {
    margin-top: 8vw;
  }
  .m-feature-box:first-child::before {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: calc(100% - 8vw);
  }
  .m-feature-box:last-child::before {
    border-bottom: 1px solid #cf1126;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .m-feature-box-img {
    padding-top: 8vw;
  }
  .m-feature-box-last::before, .m-feature-box-last:not(:first-child)::before, .m-feature-box-last:first-child::before, .m-feature-box-last:last-child::before {
    border-bottom: 1px solid #cf1126;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .m-feature-box-h {
    height: 16vw;
    padding: 0;
  }
  .m-feature-box-h > span {
    margin: 0.8vw 0 0.5333vw 0;
    font-size: 3.2vw;
  }
  .m-feature-box-h > span > span {
    font-size: 5.87vw;
  }
  .m-feature-box-content {
    padding: 8vw 4vw;
    margin-top: -8vw;
    text-align: center;
  }
  .m-feature-box-content > p {
    font-size: 4.8vw;
  }
  .m-feature-box-content-img {
    padding: 0;
    margin-top: 0;
  }
  .m-feature-box-content-img img {
    width: 100%;
  }
  .m-related-wrap {
    padding: 8vw 0 0 0;
  }
  .m-related-box {
    margin-bottom: 4vw;
    padding: 2vw;
  }
  .m-related-box-h {
    padding: 0 0 2vw 0;
    font-size: 4vw;
  }
  .m-related-box-content {
    padding: 2vw;
    font-size: 3.73vw;
  }
  .m-related-box-content .m-btn02 a,
  .m-related-box-content .m-btn04 a {
    width: 42.6667vw;
  }
  .m-rounded-wrap {
    padding: 8vw 0 0 0;
  }
  .m-rounded-box {
    margin-bottom: 4vw;
    padding: 2vw;
  }
  .m-rounded-box-h,
  .m-rounded-box-h02 {
    padding: 0 0 2vw 0;
    font-size: 4vw;
  }
  .m-rounded-box-label {
    font-size: 3.73vw;
    padding: 2vw;
  }
  .m-rounded-box-label + * {
    margin-top: 8vw;
  }
  .m-rounded-box-content {
    padding: 2vw;
    font-size: 3.73vw;
  }
  .m-rounded-box-content .m-btn02 a,
  .m-rounded-box-content .m-btn04 a {
    width: 42.6667vw;
  }
  .m-rounded-box-content-row {
    display: block;
    padding: 2vw;
    font-size: 3.73vw;
  }
  .m-rounded-box-content-row .m-btn02 a,
  .m-rounded-box-content-row .m-btn04 a {
    width: 42.6667vw;
  }
  .m-rounded-box-content-row-item01,
  .m-rounded-box-content-row-item02 {
    width: auto;
  }
  .m-rounded-box-content-row-item01 img,
  .m-rounded-box-content-row-item02 img {
    margin: 3.3333vw auto;
    width: 100%;
  }
  .m-table2-wrap-scrollable {
    overflow-x: scroll;
    padding: 0 0 15px 0;
  }
  .m-table2-wrap-scrollable .m-table2 {
    width: 1080px;
  }
  .m-table2 {
    width: 100%;
  }
  .m-table2-note {
    font-size: 1.87vw;
  }
  .m-qa-list-wrap {
    background: #eee;
    padding: 5.3333vw 0;
  }
  .m-qa-list > li {
    margin-bottom: 4.2667vw;
  }
  .m-qa-list > li:last-child {
    margin-bottom: 0;
  }
  .m-qa-question {
    padding: 4vw 0;
    width: calc(100% - 8vw);
    cursor: pointer;
    background: url(/common/img/icn_arrow_bottom_red.svg) 99.6% 50% no-repeat;
    background-size: 3.4667vw;
  }
  .m-qa-question.is-active {
    background-image: url(/common/img/icn_arrow_top_red.svg);
  }
  .m-qa-question-h {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    width: 13.0667vw;
    height: 13.0667vw;
    border-radius: 6.5333vw;
  }
  .m-qa-question-h > span {
    font-size: 4.8vw;
  }
  .m-qa-question-h > span > span {
    font-size: 5.87vw;
  }
  .m-qa-question-content {
    width: 71.4286%;
    margin-left: 3.2vw;
    font-size: 4vw;
    line-height: 2;
  }
  .m-qa-answer {
    padding: 4vw 0;
    width: calc(100% - 8vw);
  }
  .m-qa-answer-h {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    width: 13.0667vw;
    height: 13.0667vw;
    border-radius: 6.5333vw;
  }
  .m-qa-answer-h > span {
    font-size: 4.8vw;
  }
  .m-qa-answer-h > span > span {
    font-size: 5.87vw;
  }
  .m-qa-answer-content {
    width: 84.127%;
    margin-left: 3.2vw;
    font-size: 3.73vw;
    line-height: 2;
  }
  .m-link-btn a {
    width: 100%;
    margin: 8vw auto;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .m-link-btn span {
    padding: 4vw 11vw;
    font-size: 4vw;
  }
}

.l-search-box {
  border: 1px solid #b7b7b7;
  border-radius: 8px 0 8px 0;
  padding: 20px 15px;
  margin-bottom: 25px;
}

.l-search-mh {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #111111;
  font-weight: 500;
  padding: 0 0 15px 25px;
  position: relative;
  margin-bottom: 15px;
}

.l-search-mh::before {
  content: "";
  width: 20px;
  height: 13.5px;
  background-image: url("/common/img/icn_sidebar_mh.png");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}

.l-search-mh::after {
  content: "";
  height: 1px;
  width: 209px;
  background-color: #b7b7b7;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
}

.l-serch-input {
  margin-bottom: 11px;
}

.l-serch-input input {
  width: 100%;
  border: 1px solid #c0b8b8;
  padding: 8px;
  font-size: 11px;
  font-family: "Noto Sans Japanese";
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.l-search-check {
  font-size: 12px;
  margin-bottom: 20px;
}

.l-search-check input {
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.l-search-check input:checked + .l-check-box-icn {
  background-image: url(/common/img/icn_check_on.png);
}

.l-check-box-icn {
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(/common/img/icn_check.png);
  background-repeat: no-repeat;
  background-size: contain;
}

input[type="submit"].l-serch-submit {
  background-color: #cf1126;
  text-align: center;
  display: block;
  border: 2px solid #cf1126;
  color: #fff;
  width: 90px;
  margin: 0 auto;
  padding: 6px 0;
  font-size: 11px;
  border-radius: 45px;
  font-family: "Noto Sans Japanese";
  letter-spacing: 0.08em;
  background-image: url(/common/img/icn_search_white.png);
  background-repeat: no-repeat;
  background-position: 85% center;
  background-size: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input[type="submit"].l-serch-submit:hover {
  color: #cf1126;
  background-color: #fff;
  background-image: url(/common/img/icn_search.png);
  background-size: 10px;
}

@media screen and (max-width: 767px) {
  .l-search-box {
    border: 1px solid #b7b7b7;
    border-radius: 2.13333vw 0 2.13333vw 0;
    padding: 7.73333vw 6vw;
    margin-bottom: 10.4vw;
  }
  .l-search-mh {
    display: block;
    font-size: 4.26667vw;
    font-weight: 700;
    padding: 0 0 7.73333vw 6.66667vw;
    position: relative;
    margin-bottom: 5.33333vw;
  }
  .l-search-mh::before {
    content: "";
    width: 5.33333vw;
    height: 3.6vw;
    background-image: url("/common/img/icn_sidebar_mh.png");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 1.06667vw;
  }
  .l-search-mh::after {
    content: "";
    height: 1px;
    width: 89.33333vw;
    background-color: #b7b7b7;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
  }
  .l-serch-input {
    margin-bottom: 4.26667vw;
  }
  .l-serch-input input {
    width: 100%;
    border: 1px solid #c0b8b8;
    padding: 3.2vw;
    font-size: 3.73333vw;
    font-family: "Noto Sans Japanese";
    border-radius: 6.66667vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .l-search-check {
    font-size: 3.73333vw;
    margin-bottom: 7.46667vw;
  }
  .l-search-check input {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
  }
  .l-check-box-icn {
    width: 3.2vw;
    height: 3.2vw;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/common/img/icn_check.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  input[type="submit"].l-serch-submit {
    background-color: #cf1126;
    text-align: center;
    display: block;
    border: 2px solid #cf1126;
    color: #fff;
    width: 61.33333vw;
    margin: 0 auto;
    padding: 4.8vw 0;
    font-size: 4vw;
    border-radius: 8.66667vw;
    font-family: "Noto Sans Japanese";
    letter-spacing: 0.08em;
    background-image: url(/common/img/icn_search_white.png);
    background-repeat: no-repeat;
    background-position: 85% center;
    background-size: 4.26667vw;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  input[type="submit"].l-serch-submit:hover {
    color: #cf1126;
    background-color: #fff;
    background-image: url(/common/img/icn_search.png);
    background-size: 4.26667vw;
  }
}
