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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

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

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slider-for {
  visibility: hidden;
  /* Dots */
}
.slider-for.slick-initialized {
  visibility: visible;
  /*slick-initializedが付与されたら表示*/
}
.slider-for .slick-track {
  display: flex;
}
.slider-for .slick-slide {
  float: none;
  display: flex;
  height: auto;
}
.slider-for .slick-prev {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2234%22%20viewBox%3D%220%200%2011.02%2033.34%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23707070%3Bstroke-width%3A3px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Earrow%3C%2Ftitle%3E%3Cg%20id%3D%22arrow01%22%20data-name%3D%22arrow01%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M9.68.67l-8%2C16%2C8%2C16%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") 10px 0 no-repeat;
  width: 12px;
  height: 34px;
  top: 43%;
  left: 0;
  margin-top: -15px;
  overflow: hidden;
  -webkit-filter: drop-shadow(1px 1px 0 #fff);
  filter: drop-shadow(1px 1px 0 #fff);
}
.slider-for .slick-next {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2234%22%20viewBox%3D%220%200%2011.02%2033.34%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23707070%3Bstroke-width%3A3px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Earrow%3C%2Ftitle%3E%3Cg%20id%3D%22arrow02%22%20data-name%3D%22arrow02%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1.34%2C32.67l8-16-8-16%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") 10px 0 no-repeat;
  width: 12px;
  height: 34px;
  top: 43%;
  right: 0;
  margin-top: -15px;
  overflow: hidden;
  -webkit-filter: drop-shadow(1px 1px 0 #fff);
  filter: drop-shadow(1px 1px 0 #fff);
}
.slider-for .slick-prev:hover, .slider-for .slick-next:hover {
  opacity: 0.8;
}
.slider-for .slick-dots {
  display: block;
  width: 100%;
  padding: 0 0 5px;
  list-style: none;
  text-align: center;
}
.slider-for .slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}
.slider-for .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slider-for.slick-dots li button:hover, .slider-for .slider-for .slick-dots li button:focus {
  outline: none;
}
.slider-for .slick-dots li button:hover::before, .slider-for .slick-dots li button:focus::before {
  opacity: 1;
}
.slider-for .slick-dots li button::before {
  content: " ";
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  text-align: center;
  background-color: #cea996;
  border-radius: 50%;
  opacity: 1;
}
.slider-for .slick-dots li.slick-active button::before {
  background: #fc6262;
  opacity: 1;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.4;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

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

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

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

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* ==========================================================================
 MODAL (add for EBiS site)
 ========================================================================== */
.popup-modal {
  cursor: pointer;
}

.modal-wrap {
  max-width: 900px;
  background: #fff;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

.mfp-container {
  padding-left: 5%;
  padding-right: 5%;
}

.mfp-bg {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.9);
}

.mfp-close {
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: absolute;
  right: -12px;
  top: -14px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #313166;
  border-radius: 2rem;
  display: block;
  color: #fff;
  width: 3.2rem;
  height: 3.2rem;
  line-height: 3.2rem;
  font-size: 1.6rem;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  border: 0 none;
  outline: none;
  cursor: pointer;
  background: #313166 !important;
  color: #fff !important;
  opacity: 1;
  right: -18px;
  top: -18px;
}
.mfp-close:link {
  text-decoration: none;
}
.mfp-close:visited {
  text-decoration: none;
}
.mfp-close:hover {
  text-decoration: none;
}
.mfp-close:active {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .mfp-close {
    top: -18px;
  }
}
.mfp-close:link {
  text-decoration: none;
}
.mfp-close:visited {
  text-decoration: none;
}
.mfp-close:hover {
  text-decoration: none;
}
.mfp-close:active {
  text-decoration: none;
}
.mfp-close:hover {
  background: #455da8;
}
@media only screen and (min-width: 768px) {
  .mfp-close {
    width: 4.2rem;
    height: 4.2rem;
    line-height: 4.2rem;
    font-size: 2.1rem;
    border-radius: 3rem;
  }
}

/* overlay at start */
.mfp-bg {
  opacity: 0;
  transition: all 0.4s ease-out;
}

/* overlay animate in */
.mfp-bg.mfp-ready {
  opacity: 1;
}

/* overlay animate out */
.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transform: translateY(35px);
  transform: translateY(35px);
  transition: all 0.4s ease-out;
}

/* content animate it */
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

/* content animate out */
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: translateY(35px);
  transform: translateY(35px);
}

.modal-inner {
  height: 70vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  padding: 0;
  right: -18px;
  top: -18px;
}

/* 下層ページ用 */
.page main,
.page-archive main,
.download main {
  background: #f4f4f4;
}

.page-container {
  background: #fff;
}

/* ==========================================================================
 COOPERATION
 ========================================================================== */
.cooperation-section__header {
  padding: 60px 5% 0;
  margin-top: -60px;
}
@media only screen and (min-width: 768px) {
  .cooperation-section__header {
    padding: 130px 5% 0;
    margin-top: -130px;
  }
}

.cooperation-section__title {
  font-size: 20px;
  margin-bottom: 15px;
  margin-left: 35px;
  text-indent: -35px;
}
@media only screen and (min-width: 768px) {
  .cooperation-section__title {
    font-size: 24px;
    margin-bottom: 35px;
    margin-left: 56px;
    text-indent: -56px;
  }
}
.cooperation-section__title::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 10px;
  width: 20px;
  height: 3px;
  background: #ce4242;
}
@media only screen and (min-width: 768px) {
  .cooperation-section__title::before {
    width: 30px;
    margin-right: 20px;
  }
}

.cooperation-section__subtitile {
  display: none;
  font-family: roboto, sans-serif;
  font-style: normal;
}
@media only screen and (min-width: 1200px) {
  .cooperation-section__subtitile {
    display: block;
    color: #fff;
    font-size: 14px;
    position: absolute;
  }
}
.page-section__container--odd .cooperation-section__subtitile {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.page-section__container--even .cooperation-section__subtitile {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.cooperation-section__text {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .cooperation-section__text {
    font-size: 16px;
    margin-bottom: 50px;
  }
}

.cooperation-section__intro-text {
  font-size: 14px;
  text-align: left;
  line-height: 1.8;
  padding: 25px 5% 5px;
}
@media only screen and (min-width: 576px) {
  .cooperation-section__intro-text {
    text-align: center;
    padding: 30px 5%;
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .cooperation-section__intro-text {
    padding: 50px 5% 30px;
  }
}

.cooperation-intro__button-wrap {
  text-align: center;
  padding: 10px 3% 23px;
}
@media only screen and (min-width: 576px) {
  .cooperation-intro__button-wrap {
    padding: 10px 5% 50px;
  }
}

.cooperation-intro__link-button {
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: relative;
  border-radius: 30px;
  padding: 12px 13px 14px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-image: linear-gradient(135deg, #ce4242 0%, #ce4242 33%, #8242b4 66%, #8242b4 100%);
  background-size: 100% auto;
  background-position: 0 0;
  display: inline-block;
  width: 100%;
  padding: 15px 20px;
  border-radius: 70px;
  z-index: 0;
}
.cooperation-intro__link-button:link {
  text-decoration: none;
}
.cooperation-intro__link-button:visited {
  text-decoration: none;
}
.cooperation-intro__link-button:hover {
  text-decoration: none;
}
.cooperation-intro__link-button:active {
  text-decoration: none;
}
.cooperation-intro__link-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 3px #ce4242 inset;
}
@media only screen and (min-width: 768px) {
  .cooperation-intro__link-button::before {
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  }
}
.cooperation-intro__link-button:hover {
  color: #ce4242;
}
.cooperation-intro__link-button:hover::before {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cooperation-intro__link-button:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.cooperation-intro__link-button--br {
  display: block;
}
@media only screen and (min-width: 576px) {
  .cooperation-intro__link-button {
    width: 100%;
    max-width: 480px;
  }
  .cooperation-intro__link-button--br {
    display: none;
  }
}
@media only screen and (max-width: 374px) {
  .cooperation-intro__link-button {
    font-size: 16px;
  }
}

.cooperation-section__category {
  padding: 0 0 30px;
  overflow: hidden;
}

.cooperation-section__category-list {
  margin: 0 auto;
}
@media only screen and (min-width: 576px) {
  .cooperation-section__category-list {
    text-align: center;
  }
}

.cooperation-section__category-list-item {
  margin: 0 1.5% 10px;
  float: left;
  width: 47%;
}
@media only screen and (min-width: 576px) {
  .cooperation-section__category-list-item {
    float: none;
    display: inline-block;
    margin: 0 8px 15px;
    width: 190px;
  }
}

.cooperation-section__category-list-item-link {
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: relative;
  border-radius: 20px;
  padding: 12px 13px 14px;
  font-size: 20px;
  transition: all 0.3s ease;
  font-weight: bold;
  color: #ce4242;
  box-shadow: 0 0 0 2px #ce4242 inset;
  padding: 10px 30px 10px 25px;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 13px;
  display: block;
  text-align: center;
  padding: 7px 15px 9px 5px;
}
.cooperation-section__category-list-item-link:link {
  text-decoration: none;
}
.cooperation-section__category-list-item-link:visited {
  text-decoration: none;
}
.cooperation-section__category-list-item-link:hover {
  text-decoration: none;
}
.cooperation-section__category-list-item-link:active {
  text-decoration: none;
}
.cooperation-section__category-list-item-link:link {
  text-decoration: none;
}
.cooperation-section__category-list-item-link:visited {
  text-decoration: none;
}
.cooperation-section__category-list-item-link:hover {
  text-decoration: none;
}
.cooperation-section__category-list-item-link:active {
  text-decoration: none;
}
.cooperation-section__category-list-item-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  background: #ce4242;
}
@media only screen and (min-width: 768px) {
  .cooperation-section__category-list-item-link::before {
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  }
}
.cooperation-section__category-list-item-link:hover {
  color: #fff;
  background: transparent;
}
.cooperation-section__category-list-item-link:hover::before {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cooperation-section__category-list-item-link:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.cooperation-section__category-list-item-link::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #ce4242;
  border-bottom: 2px solid #ce4242;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s ease;
}
.cooperation-section__category-list-item-link:hover::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media only screen and (min-width: 576px) {
  .cooperation-section__category-list-item-link {
    width: 190px;
    font-size: 14px;
    padding: 9px 30px 11px 25px;
  }
}
@media only screen and (max-width: 374px) {
  .cooperation-section__category-list-item-link {
    font-size: 12px;
  }
}

/* cooperation-list */
.cooperation-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 4%;
}

.cooperation-list-item {
  flex: 0 0 auto;
  width: 47%;
  display: flex;
  margin: 0 1.5% 10px;
}
@media only screen and (min-width: 768px) {
  .cooperation-list-item {
    flex: 0 0 244px;
    display: flex;
    margin: 0 15px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .cooperation-list-item {
    flex: 0 0 23%;
    margin: 0 1% 30px;
  }
}

.cooperation-list-item__image {
  background: #fff;
  text-align: center;
  height: 120px;
  max-width: 100%;
  display: block;
  position: relative;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .cooperation-list-item__image {
    height: 140px;
  }
}
.cooperation-list-item__image img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cooperation-list-item__links {
  width: 100%;
  position: relative;
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  pointer-events: none;
}
.cooperation-list-item__links:hover {
  opacity: 0.8;
}
.cooperation-list-item__links.popup-modal {
  pointer-events: inherit;
}
.cooperation-list-item__links.popup-modal .cooperation-list-item__company::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 15px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20479.1%20481.1%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Esearchicon%3C%2Ftitle%3E%3Cg%20id%3D%22_2%22%20data-name%3D%222%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M445%2C481.1a33.56%2C33.56%2C0%2C0%2C1-24.1-10l-73.5-73.5%2C48.2-48.2%2C73.5%2C73.5a34%2C34%2C0%2C0%2C1%2C10%2C24.1A34.14%2C34.14%2C0%2C0%2C1%2C445%2C481.1Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M191.2%2C382.3A191.2%2C191.2%2C0%2C0%2C1%2C0%2C191.2%2C191.2%2C191.2%2C0%2C0%2C1%2C190.9%2C0%2C190.89%2C190.89%2C0%2C0%2C1%2C343%2C306.9a5.67%2C5.67%2C0%2C0%2C0-.8%2C1.3l-3.6%2C5.3%2C40.3%2C40.3-25.1%2C25.1-39.3-39.3-5.2%2C2.1A8.2%2C8.2%2C0%2C0%2C0%2C307%2C343a191.52%2C191.52%2C0%2C0%2C1-115.6%2C39.4l-.2-.1Zm-3.6-334a147.51%2C147.51%2C0%2C1%2C0%2C7.4.1l-.1-.1h-7.3Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center center no-repeat #455da8;
  background-size: 9px auto;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: -8px;
  right: 5px;
}
@media only screen and (min-width: 576px) {
  .cooperation-list-item__links.popup-modal .cooperation-list-item__company::after {
    width: 30px;
    height: 30px;
    top: -15px;
    right: 15px;
    background-size: 18px auto;
  }
}

.cooperation-list-item__company {
  font-size: 13px;
  padding: 5px 10px 8px;
  line-height: 1.6;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .cooperation-list-item__company {
    font-size: 14px;
    padding: 16px 20px;
  }
}
.cooperation-list-item__company strong {
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-bottom: 3px;
}
@media only screen and (min-width: 576px) {
  .cooperation-list-item__company strong {
    font-size: 18px;
  }
}

/* 個別 */
.cooperation-section__column + .cooperation-section__column {
  margin-top: 50px;
}
@media only screen and (min-width: 1200px) {
  .cooperation-section__column + .cooperation-section__column {
    margin-top: 0;
  }
}

.cooperation-section__column-wrap {
  padding: 0 3%;
}
@media only screen and (min-width: 1200px) {
  .cooperation-section__column-wrap {
    display: flex;
    align-items: stretch;
  }
  .cooperation-section__column-wrap .cooperation-section__column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 50%;
  }
  .cooperation-section__column-wrap .cooperation-list {
    padding: 0 3%;
  }
  .cooperation-section__column-wrap .cooperation-list-item {
    flex: 0 0 46%;
    margin: 0 2% 30px;
  }
  .cooperation-section__column-wrap .cooperation-section__body {
    margin-top: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .cooperation-ad_delivery.page-container::before {
    height: 330px;
  }
  .cooperation-ad_delivery .cooperation-section__subtitile {
    right: -7rem;
    top: 55px;
  }
}

@media only screen and (min-width: 1200px) {
  .cooperation-dmp-cloud.page-container::before {
    height: 330px;
  }
  .cooperation-dmp-cloud .cooperation-section__subtitile {
    left: -5rem;
    top: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .cooperation-bi.page-container::before {
    height: 330px;
  }
  .cooperation-bi .cooperation-section__subtitile {
    right: -4.3rem;
    top: 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .cooperation-ma.page-container::before {
    height: 330px;
  }
  .cooperation-ma .cooperation-section__subtitile {
    left: -5rem;
    top: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .cooperation-web_customer_service.page-container::before {
    height: 330px;
  }
  .cooperation-web_customer_service .cooperation-section__subtitile {
    right: -4rem;
    top: 27px;
  }
}

@media only screen and (min-width: 1200px) {
  .cooperation-research.page-container::before {
    height: 330px;
  }
  .cooperation-research .cooperation-section__subtitile {
    left: -5.4rem;
    top: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .cooperation-ec.page-container::before {
    height: 330px;
  }
  .cooperation-ec .cooperation-section__subtitile {
    right: -6rem;
    top: 37px;
  }
}

.cooperation .page-conversion {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .cooperation .page-conversion {
    margin-top: 50px;
  }
}

/* contents-footer */
.contents-footer {
  background: radial-gradient(circle closest-corner, #fefefe 55%, #f0eeed 100%);
  position: relative;
  padding-top: 1px;
  margin-top: 45px;
}

.contents-footer__icon {
  width: 70px;
  height: 70px;
  border: 1px solid #dcdcdc;
  background: #fff;
  border-radius: 35px;
  position: relative;
  margin: 30px auto 0;
}
@media only screen and (min-width: 576px) {
  .contents-footer__icon {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    margin: 58px auto 0;
  }
}
.contents-footer__icon .contents-footer__icon_img {
  width: 22px;
  height: auto;
}
@media only screen and (min-width: 576px) {
  .contents-footer__icon .contents-footer__icon_img {
    width: 39px;
  }
}
.contents-footer__icon::before {
  content: "";
  width: 1px;
  height: 30px;
  display: block;
  position: absolute;
  background-color: #dcdcdc;
  top: -30px;
  left: 50%;
}
@media only screen and (min-width: 576px) {
  .contents-footer__icon::before {
    height: 58px;
    top: -58px;
  }
}

.contents-footer__icon_img {
  color: #C8C5C5;
  margin: 20px auto;
}
@media only screen and (min-width: 576px) {
  .contents-footer__icon_img {
    margin: 34px auto;
  }
}

.contents-footer__title {
  text-align: center;
  font-family: roboto, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0;
}
@media only screen and (min-width: 576px) {
  .contents-footer__title {
    font-size: 22px;
    margin: 25px 0 35px;
  }
}

.contents-footer__outro-text {
  text-align: center;
  margin: 0 0 10px;
  font-size: 14px;
}
@media only screen and (min-width: 576px) {
  .contents-footer__outro-text {
    font-size: 22px;
    margin: 25px 0;
  }
}

.contents-footer__button-wrap {
  text-align: center;
  padding: 10px 5% 30px;
}
@media only screen and (min-width: 576px) {
  .contents-footer__button-wrap {
    padding: 10px 5% 60px;
  }
}

.contents-footer__link-button {
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: relative;
  border-radius: 20px;
  padding: 12px 13px 14px;
  font-size: 20px;
  transition: all 0.3s ease;
  font-weight: bold;
  color: #ce4242;
  box-shadow: 0 0 0 2px #ce4242 inset;
  display: inline-block;
  width: 100%;
  padding: 15px 20px;
  border-radius: 70px;
  z-index: 0;
}
.contents-footer__link-button:link {
  text-decoration: none;
}
.contents-footer__link-button:visited {
  text-decoration: none;
}
.contents-footer__link-button:hover {
  text-decoration: none;
}
.contents-footer__link-button:active {
  text-decoration: none;
}
.contents-footer__link-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  background: #ce4242;
}
@media only screen and (min-width: 768px) {
  .contents-footer__link-button::before {
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  }
}
.contents-footer__link-button:hover {
  color: #fff;
  background: transparent;
}
.contents-footer__link-button:hover::before {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .contents-footer__link-button:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.contents-footer__link-button--br {
  display: block;
}
@media only screen and (min-width: 576px) {
  .contents-footer__link-button {
    width: 100%;
    max-width: 480px;
  }
  .contents-footer__link-button--br {
    display: none;
  }
}
@media only screen and (max-width: 374px) {
  .contents-footer__link-button {
    font-size: 16px;
  }
}

/* - modal - */
.modal-company-logo__img {
  margin: 0 auto;
  width: 100%;
  max-width: 450px;
}

.partner_list .modal-company-logo__img {
  max-width: 354px;
}

.modal-company-header {
  text-align: center;
  padding: 10px 10px 30px;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .modal-company-header {
    padding: 60px 10px 70px;
  }
}

.modal-company-body {
  background: #f4f4f4;
  font-size: 14px;
  padding: 15px 20px;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .modal-company-body {
    padding: 40px 50px;
    line-height: 2.4;
  }
}
.modal-company-body .image {
  text-align: center;
  margin: 20px 0;
  background: #fff;
  padding: 15px;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .modal-company-body .image {
    padding: 30px;
  }
}
.modal-company-body .image img {
  display: inline-block;
}

.modal-company__button-wrap {
  text-align: center;
  padding: 20px 3% 0;
}
@media only screen and (min-width: 576px) {
  .modal-company__button-wrap {
    padding: 40px 4% 0;
  }
}

.modal-company__link-button {
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: relative;
  border-radius: 30px;
  padding: 12px 13px 14px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-image: linear-gradient(135deg, #ce4242 0%, #ce4242 33%, #8242b4 66%, #8242b4 100%);
  background-size: 100% auto;
  background-position: 0 0;
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  border-radius: 70px;
  z-index: 0;
}
.modal-company__link-button:link {
  text-decoration: none;
}
.modal-company__link-button:visited {
  text-decoration: none;
}
.modal-company__link-button:hover {
  text-decoration: none;
}
.modal-company__link-button:active {
  text-decoration: none;
}
.modal-company__link-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 3px #ce4242 inset;
}
@media only screen and (min-width: 768px) {
  .modal-company__link-button::before {
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  }
}
.modal-company__link-button:hover {
  color: #ce4242;
}
.modal-company__link-button:hover::before {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .modal-company__link-button:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.modal-company__link-button--br {
  display: block;
}
@media only screen and (min-width: 576px) {
  .modal-company__link-button {
    width: 100%;
    max-width: 480px;
  }
  .modal-company__link-button--br {
    display: none;
  }
}
@media only screen and (max-width: 374px) {
  .modal-company__link-button {
    font-size: 16px;
  }
}

.modal-company-comment-link {
  display: inline-block;
  margin-top: 5px;
  text-decoration: underline;
  color: #2347b5;
}
@media only screen and (min-width: 768px) {
  .modal-company-comment-link {
    line-height: 1.6;
  }
}
.modal-company-comment-link:hover {
  text-decoration: none;
}

.modal-company-comment-text__link {
  text-align: right;
}
.modal-company__button-wrap + .modal-company-comment-text__link {
  margin-top: 30px;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .modal-company__button-wrap + .modal-company-comment-text__link {
    line-height: 1.5;
    font-size: 14px;
  }
}

.modal-company-comment-other_detail {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .modal-company-comment-other_detail {
    margin-top: 25px;
  }
}
.modal-company-comment-other_detail .modal-company-comment-other_detail__subtitile {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .modal-company-comment-other_detail .modal-company-comment-other_detail__subtitile {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.modal-company-comment-other_detail .unordered-list {
  margin-left: 5px;
}
@media only screen and (min-width: 768px) {
  .modal-company-comment-other_detail .unordered-list {
    margin-left: 10px;
  }
}
.modal-company-comment-other_detail .unordered-list li {
  position: relative;
  margin-bottom: 3px;
  line-height: 1.8;
  padding-left: 20px;
}
@media only screen and (min-width: 992px) {
  .modal-company-comment-other_detail .unordered-list li {
    padding-left: 23px;
  }
}
.modal-company-comment-other_detail .unordered-list li::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 5px;
  background: #dbcdb4;
  position: absolute;
  left: 0;
  top: 0.5em;
}
@media only screen and (min-width: 992px) {
  .modal-company-comment-other_detail .unordered-list li::before {
    top: 0.6em;
  }
}
.modal-company-comment-other_detail .unordered-list li a {
  text-decoration: underline;
  color: #2347b5;
}
.modal-company-comment-other_detail .unordered-list li a:hover {
  text-decoration: none;
}

/* ==========================================================================
 DOWNLOAD
 ========================================================================== */
.download main .page-section__container--even:last-child,
.download main .page-section__container--odd:last-child,
.page-archive main .page-section__container--even:last-child,
.page-archive main .page-section__container--odd:last-child {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .download main .page-section__container--even:last-child,
.download main .page-section__container--odd:last-child,
.page-archive main .page-section__container--even:last-child,
.page-archive main .page-section__container--odd:last-child {
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) {
  .page.download .page-topicpath + .page-container {
    padding-bottom: 5px;
  }
}

.download-section__header {
  padding: 60px 5% 0;
  margin-top: -60px;
}
@media only screen and (min-width: 768px) {
  .download-section__header {
    padding: 130px 5% 0;
    margin-top: -130px;
  }
}

.download-section__title {
  font-size: 20px;
  margin-bottom: 15px;
  margin-left: 35px;
  text-indent: -35px;
}
@media only screen and (min-width: 768px) {
  .download-section__title {
    font-size: 24px;
    margin-bottom: 35px;
    margin-left: 56px;
    text-indent: -56px;
  }
}
.download-section__title::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 10px;
  width: 20px;
  height: 3px;
  background: #ce4242;
}
@media only screen and (min-width: 768px) {
  .download-section__title::before {
    width: 30px;
    margin-right: 20px;
  }
}

.download-section__subtitile {
  display: none;
  font-family: roboto, sans-serif;
  font-style: normal;
}
@media only screen and (min-width: 1200px) {
  .download-section__subtitile {
    display: block;
    color: #fff;
    font-size: 14px;
    position: absolute;
  }
}
.page-section__container--odd .download-section__subtitile {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.page-section__container--even .download-section__subtitile {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.download-section__text {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .download-section__text {
    font-size: 16px;
    margin-bottom: 50px;
  }
}

.download-section__intro-text {
  font-size: 14px;
  text-align: left;
  line-height: 1.8;
  padding: 25px 5%;
}
@media only screen and (min-width: 576px) {
  .download-section__intro-text {
    text-align: center;
    padding: 30px 5%;
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .download-section__intro-text {
    padding: 50px 5% 25px;
  }
}

.download-online_p {
  font-weight: bold;
  margin: 0 0 3.5em;
  letter-spacing: -0.05em;
  font-size: 14px;
}

.download-online_span {
  margin-right: 1em;
  padding: 0.4em 1em 0.6em;
  color: #fff;
  background: #ce4242;
  border-radius: 50px;
  letter-spacing: -0.05em;
}

@media screen and (min-width: 768px) {
  .download-online_p {
    text-indent: -12em;
    padding-left: 12em;
    text-align: center;
  }

  .download-online_br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .download-online_p {
    padding: 0 5% 40px;
    margin: 0 0 40px;
  }

  .download-online_span {
    margin-bottom: 0.5em;
    display: inline-block;
    padding: 0 1em;
  }
}
.download-intro__button-wrap {
  text-align: center;
  padding: 10px 3% 23px;
}
@media only screen and (min-width: 576px) {
  .download-intro__button-wrap {
    padding: 10px 5% 50px;
  }
}

.download-intro__link-button {
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: relative;
  border-radius: 30px;
  padding: 12px 13px 14px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-image: linear-gradient(135deg, #ce4242 0%, #ce4242 33%, #8242b4 66%, #8242b4 100%);
  background-size: 100% auto;
  background-position: 0 0;
  display: inline-block;
  width: 100%;
  padding: 15px 20px;
  border-radius: 70px;
}
.download-intro__link-button:link {
  text-decoration: none;
}
.download-intro__link-button:visited {
  text-decoration: none;
}
.download-intro__link-button:hover {
  text-decoration: none;
}
.download-intro__link-button:active {
  text-decoration: none;
}
.download-intro__link-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 3px #ce4242 inset;
}
@media only screen and (min-width: 768px) {
  .download-intro__link-button::before {
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  }
}
.download-intro__link-button:hover {
  color: #ce4242;
}
.download-intro__link-button:hover::before {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .download-intro__link-button:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.download-intro__link-button--br {
  display: block;
}
@media only screen and (min-width: 576px) {
  .download-intro__link-button {
    width: 100%;
    max-width: 480px;
  }
  .download-intro__link-button--br {
    display: none;
  }
}
@media only screen and (max-width: 374px) {
  .download-intro__link-button {
    font-size: 16px;
  }
}

.download-section__category {
  padding: 0 0 40px;
  overflow: hidden;
}

.download-section__category-list {
  margin: 0 auto;
}
@media only screen and (min-width: 576px) {
  .download-section__category-list {
    text-align: center;
    max-width: 640px;
    padding: 0 5%;
  }
}
@media only screen and (min-width: 768px) {
  .download-section__category-list {
    max-width: inherit;
    padding: 0;
  }
}

.download-section__category-list-item {
  margin: 0 1.5% 10px;
  float: left;
  width: 47%;
}
@media only screen and (min-width: 768px) {
  .download-section__category-list-item {
    float: none;
    display: inline-block;
    margin: 0 4px 15px;
    width: auto;
    min-width: 120px;
    max-width: 240px;
  }
}
@media only screen and (min-width: 992px) {
  .download-section__category-list-item {
    margin: 0 8px 15px;
    min-width: 150px;
    max-width: 240px;
  }
}
@media only screen and (min-width: 1200px) {
  .download-section__category-list-item {
    margin: 0 8px 15px;
    width: 23%;
    max-width: 240px;
  }
}
.download-section__category-list-item:nth-child(2) {
  letter-spacing: -0.05em;
}

.download-section__category-list-item-link {
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: relative;
  border-radius: 20px;
  padding: 12px 13px 14px;
  font-size: 20px;
  transition: all 0.3s ease;
  font-weight: bold;
  color: #ce4242;
  box-shadow: 0 0 0 2px #ce4242 inset;
  padding: 10px 30px 10px 25px;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 13px;
  display: block;
  text-align: center;
  padding: 7px 15px 9px 5px;
}
.download-section__category-list-item-link:link {
  text-decoration: none;
}
.download-section__category-list-item-link:visited {
  text-decoration: none;
}
.download-section__category-list-item-link:hover {
  text-decoration: none;
}
.download-section__category-list-item-link:active {
  text-decoration: none;
}
.download-section__category-list-item-link:link {
  text-decoration: none;
}
.download-section__category-list-item-link:visited {
  text-decoration: none;
}
.download-section__category-list-item-link:hover {
  text-decoration: none;
}
.download-section__category-list-item-link:active {
  text-decoration: none;
}
.download-section__category-list-item-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  background: #ce4242;
}
@media only screen and (min-width: 768px) {
  .download-section__category-list-item-link::before {
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  }
}
.download-section__category-list-item-link:hover {
  color: #fff;
  background: transparent;
}
.download-section__category-list-item-link:hover::before {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .download-section__category-list-item-link:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.download-section__category-list-item-link::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #ce4242;
  border-bottom: 2px solid #ce4242;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s ease;
}
.download-section__category-list-item-link:hover::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media only screen and (min-width: 576px) {
  .download-section__category-list-item-link {
    width: 100%;
    font-size: 14px;
    padding: 9px 30px 11px 25px;
  }
}
@media only screen and (max-width: 374px) {
  .download-section__category-list-item-link {
    font-size: 12px;
  }
}

/* download-list */
.download-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4%;
  max-width: calc(325px + 8%);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .download-list {
    max-width: calc(728px + 8%);
  }
}
@media only screen and (min-width: 992px) {
  .download-list {
    padding: 0 calc(5% - 15px);
    max-width: inherit;
  }
}

.download-list-item {
  flex: 0 0 auto;
  width: 97%;
  display: flex;
  margin: 10px 1.5%;
}
@media only screen and (min-width: 768px) {
  .download-list-item {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
}
@media only screen and (min-width: 992px) {
  .download-list-item {
    width: calc(33.3333333333% - 30px);
    flex: 0 0 auto;
    display: flex;
    margin: 10px 15px 40px;
  }
}

.download-list-item__links {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
}
.download-list-item__links:hover {
  opacity: 0.8;
}
.download-list-item__links[href=""] {
  pointer-events: none;
}
.download-list-item__links:not([href=""]) .download-list-item__text::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 15px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%20data-prefix%3D%22fas%22%20data-icon%3D%22chevron-right%22%20role%3D%22img%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%20class%3D%22svg-inline--fa%20fa-chevron-right%20fa-w-10%20fa-2x%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M285.476%20272.971L91.132%20467.314c-9.373%209.373-24.569%209.373-33.941%200l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505%20256%2034.484%20101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373%2024.569-9.373%2033.941%200L285.475%20239.03c9.373%209.372%209.373%2024.568.001%2033.941z%22%20class%3D%22%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 53% 49% no-repeat #455da8;
  /* This SVG uses the font glyph of the following library.
  Font Awesome Free by @fontawesome - https://fontawesome.com
  License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
  background-size: 5px auto;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: -8px;
  right: 5px;
}
@media only screen and (min-width: 576px) {
  .download-list-item__links:not([href=""]) .download-list-item__text::after {
    width: 30px;
    height: 30px;
    top: -15px;
    right: 15px;
    background-size: 8px auto;
  }
}

.download-list-item__image-wrap {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex: 0 0 auto;
  height: auto;
  padding: 17px 5px 15px 7px;
}
@media only screen and (min-width: 768px) {
  .download-list-item__image-wrap {
    height: 250px;
  }
}

.download-list-item__image {
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 280px;
}

.download-list-item__text {
  position: relative;
  padding: 20px 15px;
}
@media only screen and (min-width: 768px) {
  .download-list-item__text {
    height: 100%;
    min-height: 5em;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.download-list-item__title {
  font-size: 18px;
  letter-spacing: -0.04em;
  line-height: 1.6;
  max-width: 100%;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .download-list-item__title {
    line-height: 1.8;
  }
}

.download-list-item__company {
  font-size: 14px;
  max-width: 100%;
  text-align: center;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  .download-list-item__company {
    margin-top: 10px;
  }
}

/* 個別 */
.download-section__column + .download-section__column {
  margin-top: 50px;
}
@media only screen and (min-width: 1200px) {
  .download-section__column + .download-section__column {
    margin-top: 0;
  }
}

.download-section__column-wrap {
  padding: 0 3%;
}
@media only screen and (min-width: 1200px) {
  .download-section__column-wrap {
    display: flex;
    align-items: stretch;
  }
  .download-section__column-wrap .download-section__column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 50%;
  }
  .download-section__column-wrap .download-list {
    padding: 0 3%;
  }
  .download-section__column-wrap .download-list-item {
    flex: 0 0 29.3333333333%;
    margin: 0 2% 30px;
  }
  .download-section__column-wrap .download-section__body {
    margin-top: auto;
  }
}

@media only screen and (min-width: 768px) {
  .download-introduction .download-list-item__text {
    justify-content: center;
  }
}
@media only screen and (min-width: 1200px) {
  .download-introduction.page-container::before {
    height: 330px;
  }
  .download-introduction .download-section__subtitile {
    left: -7.4rem;
    top: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .download-ability .download-list-item__text {
    justify-content: center;
  }
}
@media only screen and (min-width: 1200px) {
  .download-ability.page-container::before {
    height: 330px;
  }
  .download-ability .download-section__subtitile {
    right: -3.1rem;
    top: 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .download-actual.page-container::before {
    height: 330px;
  }
  .download-actual .download-section__subtitile {
    right: -3.1rem;
    top: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .download-book .download-list-item__text {
    justify-content: center;
  }
}
@media only screen and (min-width: 1200px) {
  .download-book.page-container::before {
    height: 330px;
  }
  .download-book .download-section__subtitile {
    left: -3.1rem;
    top: 5px;
  }
}

/* ==========================================================================
 GDPR
 ========================================================================== */
.page.gdpr .page-contents-p {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .page.gdpr .page-contents-p {
    margin-bottom: 30px;
  }
}
.page.gdpr .page-contents-p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .page.gdpr .page-contents-column-item:first-child {
    border-bottom: 1px solid #CFCFCF;
    padding-bottom: 30px;
    margin-bottom: 30px !important;
  }
}
.page.gdpr_e .page-contents-p {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .page.gdpr_e .page-contents-p {
    margin-bottom: 30px;
  }
}
.page.gdpr_e .page-contents-p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .page.gdpr_e .page-contents-column-item:first-child {
    border-bottom: 1px solid #CFCFCF;
    padding-bottom: 30px;
    margin-bottom: 30px !important;
  }
}
/* ==========================================================================
 MODAL
 ========================================================================== */
.modal-company-logo__img {
  margin: 0 auto;
}

.modal-company-header {
  text-align: center;
  padding: 10px 10px 30px;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .modal-company-header {
    padding: 60px 10px 70px;
  }
}

@media only screen and (min-width: 768px) {
  .page.partner_list .modal-company-header {
    padding: 40px 10px;
  }
}

.modal-company-table-wrap {
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .modal-company-table-wrap {
    padding: 40px 50px;
  }
}

.modal-company-table {
  width: 100%;
}
.modal-company-table th {
  border-top: 1px solid #000;
  padding: 10px 15px;
  width: 100%;
  display: block;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .modal-company-table th {
    display: table-cell;
    width: 20%;
    font-size: 16px;
    border-bottom: 1px solid #000;
    padding: 15px;
  }
}
.modal-company-table td {
  border-top: 1px solid #000;
  padding: 10px 15px;
  width: 100%;
  display: block;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .modal-company-table td {
    width: auto;
    display: table-cell;
    font-size: 16px;
    padding: 15px;
    border-bottom: 1px solid #000;
  }
}
.modal-company-table td a {
  text-decoration: underline;
  color: #2347b5;
}
.modal-company-table td a:hover {
  text-decoration: none;
}

.modal-company-link {
  margin-top: 20px;
  display: inline-block;
  padding-right: 20px;
  text-decoration: underline;
  color: #2347b5;
  position: relative;
}
.modal-company-link:after {
  content: "";
  display: block;
  background: url("../img/common/icon_target.svg") no-repeat;
  background-size: contain;
  width: 14px;
  height: 11px;
  position: absolute;
  top: 0;
  right: 0;
}
.modal-company-link:hover {
  text-decoration: none;
}

/* ==========================================================================
 SITE WIDE
 ========================================================================== */
.page-container-inner {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .page-container-inner {
    padding: 0 5.75%;
  }
}

.page-contents {
  padding: 20px 6.25%;
}
@media only screen and (min-width: 768px) {
  .page-contents {
    padding: 55px 5.75%;
  }
}

.page-contents-h2 {
  position: relative;
  font-size: 20px;
  padding-left: 30px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .page-contents-h2 {
    font-size: 25px;
    margin-bottom: 30px;
    padding-left: calc(1.2em + 10px);
  }
}
.page-contents-h2:before {
  content: "";
  width: 20px;
  height: 3px;
  background: #ce4242;
  display: block;
  position: absolute;
  top: 0.7em;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .page-contents-h2:before {
    width: 1.2em;
  }
}

.page-fill-gray {
  background: #f4f4f4;
  padding: 40px 6.25%;
}
@media only screen and (min-width: 768px) {
  .page-fill-gray {
    padding: 4.75%;
  }
}

.page-heading__title2 {
  font-size: 25px;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .page-heading__title2 {
    font-size: 30px;
    padding-top: 0;
    margin-bottom: 40px;
  }
}

.page-heading__title3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .page-heading__title3 {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .page-contents-column2,
.page-contents-column3,
.page-contents-column4,
.page-contents-column5 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.page-contents-column5 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-contents-column2 .page-contents-column-item:first-child {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .page-contents-column2 .page-contents-column-item:first-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .page-contents-column2 .page-contents-column-item {
    width: calc((100% - 50px) / 2);
  }
}

.page-contents-column5 .page-contents-column-item {
  width: calc((100% - 20px) / 3);
}
@media only screen and (min-width: 768px) {
  .page-contents-column5 .page-contents-column-item {
    width: calc((100% - 80px) / 5);
  }
}

.page-contents-p {
  line-height: 1.75;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .page-contents-p {
    font-size: 16px;
  }
}

.page-contents-a {
  text-decoration: underline;
  color: #2347b5;
}
@media only screen and (min-width: 768px) {
  .page-contents-a:hover {
    text-decoration: none;
  }
}

.page-align-right {
  text-align: right;
}

.page-align-center {
  text-align: center;
}

.page-letter-spacing {
  letter-spacing: -0.1em;
}

.page-contents-button-secondary {
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: relative;
  border-radius: 20px;
  padding: 12px 13px 14px;
  font-size: 20px;
  transition: all 0.3s ease;
  font-weight: bold;
  color: #ce4242;
  box-shadow: 0 0 0 2px #ce4242 inset;
  width: 100%;
  max-width: 460px;
  padding: 10px;
  display: inline-block;
  border-radius: 70px;
  font-size: 15px;
  z-index: 0;
}
.page-contents-button-secondary:link {
  text-decoration: none;
}
.page-contents-button-secondary:visited {
  text-decoration: none;
}
.page-contents-button-secondary:hover {
  text-decoration: none;
}
.page-contents-button-secondary:active {
  text-decoration: none;
}
.page-contents-button-secondary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  background: #ce4242;
}
@media only screen and (min-width: 768px) {
  .page-contents-button-secondary::before {
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  }
}
.page-contents-button-secondary:hover {
  color: #fff;
  background: transparent;
}
.page-contents-button-secondary:hover::before {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .page-contents-button-secondary:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@media only screen and (min-width: 768px) {
  .page-contents-button-secondary {
    font-size: 20px;
    padding: 14px 10px 16px;
  }
}

.page-contents-button-target {
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: relative;
  border-radius: 20px;
  padding: 12px 13px 14px;
  font-size: 20px;
  transition: all 0.3s ease;
  font-weight: bold;
  color: #ce4242;
  box-shadow: 0 0 0 2px #ce4242 inset;
  padding: 15px 25px 15px 30px;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 460px;
  padding: 10px;
  display: inline-block;
  font-size: 15px;
}
.page-contents-button-target:link {
  text-decoration: none;
}
.page-contents-button-target:visited {
  text-decoration: none;
}
.page-contents-button-target:hover {
  text-decoration: none;
}
.page-contents-button-target:active {
  text-decoration: none;
}
.page-contents-button-target:link {
  text-decoration: none;
}
.page-contents-button-target:visited {
  text-decoration: none;
}
.page-contents-button-target:hover {
  text-decoration: none;
}
.page-contents-button-target:active {
  text-decoration: none;
}
.page-contents-button-target::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  background: #ce4242;
}
@media only screen and (min-width: 768px) {
  .page-contents-button-target::before {
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  }
}
.page-contents-button-target:hover {
  color: #fff;
  background: transparent;
}
.page-contents-button-target:hover::before {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .page-contents-button-target:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.page-contents-button-target::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 12px;
  height: 9px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213px%22%20height%3D%2210px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke%3D%22rgb(222%2C%2067%2C%2073)%22%20stroke-width%3D%221px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20d%3D%22M0.500%2C2.000%20L10.500%2C2.000%20L10.500%2C9.000%20L0.500%2C9.000%20L0.500%2C2.000%20Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(222%2C%2067%2C%2073)%22%20d%3D%22M11.500%2C7.000%20L11.500%2C1.000%20L2.500%2C1.000%20L2.500%2C-0.000%20L11.500%2C-0.000%20L12.500%2C-0.000%20L12.500%2C1.000%20L12.500%2C7.000%20L11.500%2C7.000%20ZM10.500%2C4.000%20L0.500%2C4.000%20L0.500%2C2.000%20L10.500%2C2.000%20L10.500%2C4.000%20Z%22%2F%3E%3C%2Fsvg%3E");
  margin-left: 6px;
  top: -6px;
  transition: all 0.3s ease;
}
.page-contents-button-target:hover::after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213px%22%20height%3D%2210px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke%3D%22rgb(255%2C%20255%2C%20255)%22%20stroke-width%3D%221px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20d%3D%22M0.500%2C2.000%20L10.500%2C2.000%20L10.500%2C9.000%20L0.500%2C9.000%20L0.500%2C2.000%20Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%20d%3D%22M11.500%2C7.000%20L11.500%2C1.000%20L2.500%2C1.000%20L2.500%2C-0.000%20L11.500%2C-0.000%20L12.500%2C-0.000%20L12.500%2C1.000%20L12.500%2C7.000%20L11.500%2C7.000%20ZM10.500%2C4.000%20L0.500%2C4.000%20L0.500%2C2.000%20L10.500%2C2.000%20L10.500%2C4.000%20Z%22%2F%3E%3C%2Fsvg%3E");
}
@media only screen and (min-width: 768px) {
  .page-contents-button-target {
    font-size: 20px;
    padding: 15px 10px;
  }
}

.page-contents-table-v {
  width: 100%;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .page-contents-table-v {
    font-size: 15px;
  }
}
.page-contents-table-v caption {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  padding-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .page-contents-table-v caption {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
.page-contents-table-v th {
  border: 1px solid #000;
  background: #f4f4f4;
  text-align: center;
  padding: 10px 5px;
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .page-contents-table-v th {
    padding: 15px 25px;
  }
}
.page-contents-table-v td {
  border: 1px solid #000;
  padding: 10px 5px;
}
@media only screen and (min-width: 768px) {
  .page-contents-table-v td {
    padding: 15px 25px;
  }
}

.page-contents-table-h {
  width: 100%;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .page-contents-table-h {
    font-size: 15px;
  }
}
.page-contents-table-h th {
  border-top: 1px solid #000;
  padding: 10px 5px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .page-contents-table-h th {
    padding: 20px 30px;
    width: 25%;
    display: table-cell;
    border-bottom: 1px solid #000;
  }
}
.page-contents-table-h td {
  border-top: 1px solid #000;
  padding: 10px 5px;
  line-height: 2;
  display: block;
}
@media only screen and (min-width: 768px) {
  .page-contents-table-h td {
    padding: 20px 30px;
    display: table-cell;
    border-bottom: 1px solid #000;
  }
}
.page-contents-table-h span {
  font-size: 12px;
  margin-left: 1em;
  text-indent: -1em;
  display: block;
}
.page-contents-table-h span:before {
  content: "※";
}
.page-contents-table-h p + p {
  margin-top: 15px;
}

.page-contents-table-img {
  margin-top: 15px;
}
.page-contents-table-img img {
  margin: 0 auto;
}

.page-contents-ol {
  padding-left: 1.1em;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .page-contents-ol {
    font-size: 16px;
  }
}
.page-contents-ol li {
  list-style-type: decimal;
  padding-left: 0.25em;
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  .page-contents-ol li {
    line-height: 2.25;
  }
}

.page-contents-ul {
  padding-left: 1.5em;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .page-contents-ul {
    font-size: 16px;
  }
}
.page-contents-ul li {
  list-style: none;
  position: relative;
}
.page-contents-ul li:before {
  content: "";
  background: #dbcdb4;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  position: absolute;
  top: 0.5em;
  left: -19px;
}
@media only screen and (min-width: 768px) {
  .page-contents-ul li:before {
    top: 0.8em;
  }
}

.page-contents-nest {
  margin: 15px 0;
}
@media only screen and (min-width: 768px) {
  .page-contents-nest {
    margin: 30px 0;
  }
}

.page-contents-date {
  text-align: right;
  font-size: 12px;
}

.page-contents-display-PC {
  display: none;
}
@media only screen and (min-width: 768px) {
  .page-contents-display-PC {
    display: block;
  }
}

.page-contents-display-SP {
  display: block;
}
@media only screen and (min-width: 768px) {
  .page-contents-display-SP {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .page-conversion.page-conversion-column {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .page-conversion .page-conversion-column-item {
    width: 37%;
    max-width: 600px;
    padding: 0 30px;
    margin: 0 !important;
  }
}
.page-conversion .page-conversion-column-item:first-child {
  margin-bottom: 35px;
}
.page-conversion .page-conversion-column-item:last-child .page-conversion-text {
  margin-bottom: 10px;
}
.page-conversion .page-conversion-tel {
  text-align: center;
  font-family: roboto, sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .page-conversion .page-conversion-tel {
    margin-top: 15px;
  }
}
.page-conversion .page-conversion-tel-comment {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .page-conversion .page-conversion-tel-comment {
    font-size: 16px;
  }
}

.page-excursion {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .page-excursion {
    padding: 0 70px;
  }
}

.page-excursion-column2 {
  max-width: 770px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .page-excursion-column2 {
    display: flex;
    justify-content: space-between;
  }
}

.page-excursion-column-item {
  padding: 110px 5% 30px;
  position: relative;
}
.page-excursion-column-item:first-child {
  border-bottom: 1px solid #dbcdb4;
}
@media only screen and (min-width: 768px) {
  .page-excursion-column-item:first-child {
    border: none;
  }
}
@media only screen and (min-width: 768px) {
  .page-excursion-column-item {
    width: calc(50% - 25px);
    padding: 210px 0 70px;
  }
}
.page-excursion-column-item:before {
  content: "";
  width: 1px;
  height: 30px;
  display: block;
  position: absolute;
  background-color: #dbcdb4;
  top: 0;
  left: 50%;
}
@media only screen and (min-width: 768px) {
  .page-excursion-column-item:before {
    height: 58px;
  }
}
.page-excursion-column-item:after {
  content: "";
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  border: 1px solid #dbcdb4;
  border-radius: 100%;
  top: 30px;
  left: calc(50% - 35px);
}
@media only screen and (min-width: 768px) {
  .page-excursion-column-item:after {
    width: 120px;
    height: 120px;
    top: 58px;
    left: calc(50% - 60px);
  }
}
.page-excursion-column-item dl {
  text-align: center;
}

.page-excursion-column-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .page-excursion-column-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.page-excursion-column-text {
  font-size: 14px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .page-excursion-column-text {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 30px;
  }
}

.page-contents-comment {
  font-size: 13px;
  line-height: 1.75;
  margin-left: 1.25em;
  text-indent: -1.25em;
}
@media only screen and (min-width: 768px) {
  .page-contents-comment {
    font-size: 14px;
  }
}
.page-contents-comment:before {
  content: "※";
  padding-right: 0.25em;
}

.page-comment-icon {
  font-size: 10px;
  vertical-align: top;
}

.page-margin-bottom-10 {
  margin-bottom: 10px;
}

.page-margin-bottom-20 {
  margin-bottom: 20px;
}

.page-margin-bottom-30 {
  margin-bottom: 30px;
}

.page-margin-bottom-40 {
  margin-bottom: 40px;
}

.page-margin-bottom-50 {
  margin-bottom: 50px;
}

.page-margin-bottom-60 {
  margin-bottom: 60px;
}

.page-margin-bottom-70 {
  margin-bottom: 70px;
}

.page-margin-bottom-80 {
  margin-bottom: 80px;
}

.page-margin-bottom-90 {
  margin-bottom: 90px;
}

.page-margin-bottom-100 {
  margin-bottom: 100px;
}

.page-margin-bottom-110 {
  margin-bottom: 110px;
}

.page-margin-bottom-120 {
  margin-bottom: 120px;
}

.page-margin-bottom-130 {
  margin-bottom: 130px;
}

.page-margin-bottom-140 {
  margin-bottom: 140px;
}

.page-margin-bottom-150 {
  margin-bottom: 150px;
}

.page-padding-bottom-10 {
  padding-bottom: 10px;
}

.page-padding-bottom-20 {
  padding-bottom: 20px;
}

.page-padding-bottom-30 {
  padding-bottom: 30px;
}

.page-padding-bottom-40 {
  padding-bottom: 40px;
}

.page-padding-bottom-50 {
  padding-bottom: 50px;
}

.page-padding-bottom-60 {
  padding-bottom: 60px;
}

.page-padding-bottom-70 {
  padding-bottom: 70px;
}

.page-padding-bottom-80 {
  padding-bottom: 80px;
}

.page-padding-bottom-90 {
  padding-bottom: 90px;
}

.page-padding-bottom-100 {
  padding-bottom: 100px;
}

.page-padding-bottom-110 {
  padding-bottom: 110px;
}

.page-padding-bottom-120 {
  padding-bottom: 120px;
}

.page-padding-bottom-130 {
  padding-bottom: 130px;
}

.page-padding-bottom-140 {
  padding-bottom: 140px;
}

.page-padding-bottom-150 {
  padding-bottom: 150px;
}

/* ==========================================================================
 PARTNER_LIST
 ========================================================================== */
.page.partner_list main {
  background: linear-gradient(135deg, #fcf9f9 0%, #f5eeef 100%);
}

.partner-section__list {
  padding: 40px 6.25%;
}
@media only screen and (min-width: 768px) {
  .partner-section__list {
    padding: 70px 10%;
    display: flex;
    justify-content: space-between;
  }
}

.partner-section__list-item {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .partner-section__list-item {
    width: calc((100% - 50px) / 2);
    margin-bottom: 0;
  }
}

.partner-section__list-item-link {
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: relative;
  border-radius: 20px;
  padding: 12px 13px 14px;
  font-size: 20px;
  transition: all 0.3s ease;
  font-weight: bold;
  color: #ce4242;
  box-shadow: 0 0 0 2px #ce4242 inset;
  padding: 10px 30px 10px 25px;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 9px 30px 11px 25px;
  border-radius: 30px;
  display: block;
  position: relative;
  font-size: 20px;
}
.partner-section__list-item-link:link {
  text-decoration: none;
}
.partner-section__list-item-link:visited {
  text-decoration: none;
}
.partner-section__list-item-link:hover {
  text-decoration: none;
}
.partner-section__list-item-link:active {
  text-decoration: none;
}
.partner-section__list-item-link:link {
  text-decoration: none;
}
.partner-section__list-item-link:visited {
  text-decoration: none;
}
.partner-section__list-item-link:hover {
  text-decoration: none;
}
.partner-section__list-item-link:active {
  text-decoration: none;
}
.partner-section__list-item-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  background: #ce4242;
}
@media only screen and (min-width: 768px) {
  .partner-section__list-item-link::before {
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  }
}
.partner-section__list-item-link:hover {
  color: #fff;
  background: transparent;
}
.partner-section__list-item-link:hover::before {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .partner-section__list-item-link:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.partner-section__list-item-link::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #ce4242;
  border-bottom: 2px solid #ce4242;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s ease;
}
.partner-section__list-item-link:hover::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.partner-section__list-item-link::after {
  width: 8px;
  height: 8px;
  border-right: 2px solid #de4349;
  border-bottom: 2px solid #de4349;
  position: absolute;
  right: 11px;
  top: 50%;
  margin-top: -6px;
}
@media only screen and (min-width: 768px) {
  .partner-section__list-item-link::after {
    right: 25px;
  }
}

.partner-section__title-wrap {
  text-align: center;
}

.partner-section__title {
  display: inline-block;
  padding-left: 60px;
  font-size: 25px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .partner-section__title {
    font-size: 30px;
    padding-left: 84px;
  }
  .partner-section__title br {
    display: none;
  }
}
.partner-section__title:after {
  content: "";
  display: block;
  background: url("../img/partner_list/logo_ebistar.png");
  background-size: cover;
  width: 50px;
  height: 48px;
  position: absolute;
  top: 0.4em;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .partner-section__title:after {
    width: 69px;
    height: 66px;
    position: absolute;
    top: -0.5em;
  }
}

.partner-section__intro-text {
  padding: 30px 6.25% 40px;
}
@media only screen and (min-width: 768px) {
  .partner-section__intro-text {
    padding: 40px 15% 60px;
  }
}

.partnerlist-sales-item {
  background: #ffffff;
  padding: 10px 20px;
  border-left: 1px solid #e2baba;
  border-right: 1px solid #e2baba;
}
@media only screen and (min-width: 768px) {
  .partnerlist-sales-item {
    width: 33.3333333333%;
    padding: 5px 15px;
  }
}
.partnerlist-sales-item a {
  text-decoration: underline;
  display: block;
}
.partnerlist-sales-item a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .partnerlist-sales-item {
    border: none;
  }
  .partnerlist-sales-item:nth-child(3n+1) {
    border-left: 1px solid #e2baba;
    border-right: 1px solid #e2baba;
  }
  .partnerlist-sales-item:nth-child(3n+2) {
    border-right: 1px solid #e2baba;
  }
  .partnerlist-sales-item:nth-child(3n+3) {
    border-right: 1px solid #e2baba;
  }
}

@media only screen and (min-width: 768px) {
  .partnerlist-sales-item-gray {
    background: #f4f4f4;
  }
}

@media only screen and (max-width: 767px) {
  .partnerlist-sales-item:nth-child(2n) {
    background: #f6f2f2;
  }
}
#ebistar,
#sales {
  padding-top: 50px;
  margin-top: -50px;
}
@media only screen and (min-width: 768px) {
  #ebistar,
#sales {
    padding-top: 130px;
    margin-top: -130px;
  }
}

/* ==========================================================================
 PARTNER_LIST
 ========================================================================== */
.page.partner_list .page-contents-column3,
.page.partner_list .page-contents-column5 {
  justify-content: start;
}
.page.partner_list .page-contents-column-item {
  margin-left: 10px;
  margin-top: 10px;
}
.page.partner_list .page-contents-column-item:first-child {
  margin-left: 0;
}
.page.partner_list .page-contents-column-item:nth-child(-n+3) {
  margin-top: 0;
}
.page.partner_list .page-contents-column2 .page-contents-column-item {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .page.partner_list .page-contents-column2 .page-contents-column-item:first-child {
    order: 2;
  }
  .page.partner_list .page-contents-column2 .page-contents-column-item:last-child {
    order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .page.partner_list .page-contents-column-item {
    margin-left: 20px;
    margin-top: 20px;
  }
  .page.partner_list .page-contents-column-item:first-child {
    margin-left: 0;
  }
  .page.partner_list .page-contents-column-item:nth-child(5n+1) {
    margin-left: 0;
  }
  .page.partner_list .page-contents-column-item:nth-child(-n+5) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .page.partner_list .page-margin-bottom-50 {
    margin-bottom: 20px;
  }
  .page.partner_list .page-margin-bottom-70 {
    margin-bottom: 40px;
  }
  .page.partner_list .page-padding-bottom-50 {
    padding-bottom: 0;
  }
  .page.partner_list .page-contents-column-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .page.partner_list .page-fill-gray {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 320px) {
  .partner-section__list-item-link {
    font-size: 16px;
  }
}
/* ==========================================================================
 LEGAL
 ========================================================================== */
@media only screen and (max-width: 767px) {
  .page.legal .page-margin-bottom-70 {
    margin-bottom: 30px;
  }
  .page.legal .page-margin-bottom-40 {
    margin-bottom: 15px;
  }
}
/* ==========================================================================
 SLO
 ========================================================================== */
.page.slo main {
  background: linear-gradient(135deg, #fcf9f9 0%, #f5eeef 100%);
}

@media only screen and (max-width: 767px) {
  .page.slo .page-margin-bottom-70 {
    margin-bottom: 30px;
  }
  .page.slo .page-margin-bottom-40 {
    margin-bottom: 15px;
  }
}
/* ==========================================================================
 FUNCTION
 ========================================================================== */
.page.function .page-topicpath + .page-container {
  padding-bottom: 0;
}

.function-anchor-wrap {
  padding: 0 6.25% 25px;
}
@media only screen and (min-width: 768px) {
  .function-anchor-wrap {
    display: flex;
    padding: 0;
  }
}

.function-anchor {
  background: #ffffff;
  border: 1px solid #f4f4f4;
  margin-bottom: 10px;
  border-radius: 50px;
}
.function-anchor:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .function-anchor {
    width: 20%;
    border-bottom: none;
    border-left: none;
    border-radius: 0;
    transition: all 0.4s ease;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .function-anchor:last-child {
    border-right: none;
  }
}
@media only screen and (min-width: 768px) {
  .function-anchor:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(1.025, 1.025);
    transform: scale(1.025, 1.025);
  }
}

.function-anchor-link {
  display: flex;
  color: #ce4242;
  font-weight: bold;
  padding: 20px 10px 40px 25px;
  position: relative;
}
.function-anchor-link:before {
  content: "";
  width: 100%;
  height: 20px;
  background: #455da8;
  position: absolute;
  bottom: 0;
  left: 0;
}
.function-anchor-link:after {
  content: "";
  width: 14px;
  height: 9px;
  background: url("../img/common/icon_anchor.svg") no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 5px;
  left: calc(50% - 7px);
}

.function-anchor:nth-child(even) .function-anchor-link:before {
  background: #313166;
}

.function-anchor-number {
  padding-right: 10px;
  font-size: 30px;
  position: relative;
  border-right: 1px solid #f4f4f4;
  line-height: 1.2;
  font-family: roboto, sans-serif;
}
@media only screen and (min-width: 768px) {
  .function-anchor-number {
    margin-right: 10px;
    font-size: 50px;
    line-height: 1;
    border: none;
    padding: 0;
  }
}

.function-anchor-text {
  padding: 0 0 0 10px;
  font-size: 15px;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  .function-anchor-text {
    padding: 0.25em 0 0 0;
    line-height: 1.5;
  }
}

@media only screen and (min-width: 768px) {
  .function-section-wrap {
    margin-bottom: 60px;
  }
}

.function-section-textarea {
  max-width: 1200px;
  background: #fff;
  margin: 0 auto;
  padding: 30px 6.25% 15px;
}
@media only screen and (min-width: 768px) {
  .function-section-textarea {
    width: 90%;
    padding: 25px 90px 90px;
  }
}
@media only screen and (min-width: 768px) {
  .function-section-textarea .page-contents-p {
    line-height: 1.95;
    padding-left: 145px;
  }
}
.function-section-textarea .page-contents-button-secondary {
  margin: 15px 0;
}
@media only screen and (min-width: 768px) {
  .function-section-textarea .page-contents-button-secondary {
    margin: 30px 0 0;
  }
}

@media only screen and (max-width: 1300px) {
  .function-section-textarea br {
    display: none;
  }
}
.function-section-titlearea {
  color: #ce4242;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .function-section-titlearea {
    margin-bottom: 10px;
  }
}

.function-section-title {
  font-size: 20px;
  border-left: 1px solid #f4f4f4;
  margin-left: 5px;
  padding-left: 5px;
}
@media only screen and (min-width: 768px) {
  .function-section-title {
    font-size: 35px;
    border: none;
    order: 1;
    margin-left: 30px;
    padding: 0;
  }
}

.function-section-number {
  font-family: roboto, sans-serif;
  line-height: 1;
  font-size: 35px;
}
@media only screen and (min-width: 768px) {
  .function-section-number {
    font-size: 100px;
  }
}

.function-section-imgarea {
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .function-section-imgarea {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .function-section-imgarea img {
    margin: -45px auto 0;
  }
}

.function-section-button {
  text-align: center;
  margin-top: 40px;
}

#function01,
#function02,
#function03,
#function04,
#function05 {
  padding-top: 50px;
  margin-top: -50px;
}
@media only screen and (min-width: 768px) {
  #function01,
#function02,
#function03,
#function04,
#function05 {
    padding-top: 80px;
    margin-top: -80px;
  }
}

@media only screen and (min-width: 768px) {
  .page.function .function-other {
    padding-bottom: 70px;
  }
}
.page.function .function-other.page-container:before {
  content: none !important;
}
.page.function .function-other .page-heading__title2 {
  margin-top: 20px;
}
.page.function .function-other .page-contents-column2 {
  width: 88.25%;
  margin: 0 auto;
}
.page.function .function-other .page-contents-column-item {
  background: #f4f4f4;
  padding: 20px 15px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page.function .function-other .page-contents-column-item {
    padding: 50px 40px 60px;
  }
}
.page.function .function-other .page-contents-column-item:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url("../img/function/icon_function01.svg") #e2baba center center no-repeat;
  background-size: 25px 25px;
  border-radius: 100%;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .page.function .function-other .page-contents-column-item:before {
    width: 60px;
    height: 60px;
    top: -20px;
    left: -20px;
    background-size: 32px 32px;
  }
}
@media only screen and (min-width: 768px) {
  .page.function .function-other .page-contents-column-item:nth-child(n+3) {
    margin-top: 50px;
  }
}
.page.function .function-other .page-contents-column-item dl dt {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.page.function .function-other .page-contents-column-item dl .page-contents-p {
  line-height: 1.95;
}
.page.function .function-other .page-contents-column-item dl .page-contents-p .note {
  margin-top: 1em;
  display: block;
  font-size: 80%;
  line-height: 1.8;
}
.page.function .function-other .page-contents-column-item:nth-child(2):before {
  background-image: url("../img/function/icon_function02.svg");
  background-size: 24px 24px;
}
@media only screen and (min-width: 768px) {
  .page.function .function-other .page-contents-column-item:nth-child(2):before {
    background-size: 27px 27px;
  }
}
.page.function .function-other .page-contents-column-item:nth-child(3):before {
  background-image: url("../img/plan/icon_plan01.svg");
  background-size: 25px 25px;
}
@media only screen and (min-width: 768px) {
  .page.function .function-other .page-contents-column-item:nth-child(3):before {
    background-size: 31px 31px;
  }
}
.page.function .function-other .page-contents-column-item:nth-last-child(2):before {
  background-image: url("../img/plan/icon_plan02.svg");
  background-size: 24px 24px;
}
@media only screen and (min-width: 768px) {
  .page.function .function-other .page-contents-column-item:nth-last-child(2):before {
    background-size: 32px 32px;
  }
}
.page.function .function-other .page-contents-column-item:last-child:before {
  background-image: url("../img/function/icon_function04.svg");
  background-size: 22px 22px;
}
@media only screen and (min-width: 768px) {
  .page.function .function-other .page-contents-column-item:last-child:before {
    background-size: 31px 31px;
  }
}
.page.function .function-update-wrap:before {
  content: none !important;
}

.page-function-option-paid-wrap {
  width: 90%;
  margin: 0 auto 40px;
}
@media only screen and (min-width: 768px) {
  .page-function-option-paid-wrap {
    max-width: 1034px;
    margin: 0 auto 60px;
    padding: 0 35px;
  }
}

.page-function-option-asp {
  background: #ffffff;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .page-function-option-asp {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
}

.page-function-option-asp-item {
  text-align: center;
  border-bottom: 1px solid #f4f4f4;
}
@media only screen and (min-width: 768px) {
  .page-function-option-asp-item {
    width: 33.3333333333%;
    border-left: 1px solid #f4f4f4;
  }
  .page-function-option-asp-item:first-child, .page-function-option-asp-item:nth-child(4), .page-function-option-asp-item:nth-child(7) {
    border-left: none;
  }
  .page-function-option-asp-item:nth-child(7), .page-function-option-asp-item:nth-child(8) {
    border-bottom: none;
  }
}
.page-function-option-asp-item:last-child {
  border-bottom: none;
}
.page-function-option-asp-item a {
  display: block;
  padding: 20px 5px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .page-function-option-asp-item a {
    font-size: 20px;
    padding: 30px 5px;
  }
  .page-function-option-asp-item a:hover {
    text-decoration: none;
  }
}

.function-update {
  width: 88.25%;
  margin: 20px auto 20px;
}
@media only screen and (min-width: 768px) {
  .function-update {
    width: 83.5%;
    margin: 40px auto 40px;
  }
}

.function-update-item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f4f4f4;
}
.function-update-item:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .function-update-item {
    padding: 0;
    margin-bottom: 20px;
    border: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.function-update-link {
  text-decoration: underline;
  color: #2347b5;
}
@media only screen and (min-width: 768px) {
  .function-update-link:hover {
    text-decoration: none;
  }
}

.function-update-date {
  background: #f4f4f4;
  padding: 5px 10px;
  display: inline-block;
  color: #000;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .function-update-date {
    font-size: 16px;
    padding: 10px 20px;
    margin-right: 30px;
  }
}

.function-update-text {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .function-update-text {
    display: inline;
    margin: 0;
    font-size: 16px;
  }
}

.page.function .page-excursion-column-item:first-child:after {
  background: url("../img/function/icon_function05.svg") #ffffff center center no-repeat;
  background-size: 29px 29px;
}
@media only screen and (min-width: 768px) {
  .page.function .page-excursion-column-item:first-child:after {
    background-size: 43px 43px;
  }
}
.page.function .page-excursion-column-item:last-child:after {
  background: url("../img/function/icon_function06.svg") #ffffff center center no-repeat;
  background-size: 38px 38px;
}
@media only screen and (min-width: 768px) {
  .page.function .page-excursion-column-item:last-child:after {
    background-size: 58px 58px;
  }
}

@media only screen and (max-width: 1380px) {
  .page.function .function-anchor-link {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .page.function .function-anchor-text br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .page.function .function-anchor-link {
    display: flex;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .function-section-title br {
    display: none;
  }
}
@media only screen and (max-width: 1180px) {
  .function-section-title .page-function br,
.page-contents-p .page-function br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .page.function .page-heading__title2 {
    margin-bottom: 20px;
  }
  .page.function .page-heading__title2 + .page-contents-p.page-align-center {
    text-align: left;
  }
  .page.function .page-contents-button-wrap {
    margin-top: 20px;
  }

  .function-anchor-link {
    display: flex;
    padding: 10px 30px 10px 20px;
  }
  .function-anchor-link:before {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 8px);
    left: initial;
    right: 15px;
  }
  .function-anchor-link:after {
    width: 8px;
    height: 5px;
    position: absolute;
    top: calc(50% - 2px);
    left: initial;
    right: 19px;
  }

  .page-margin-bottom-80 {
    margin-bottom: 20px;
  }

  .function-section-wrap {
    width: 90%;
    margin: 0 auto 20px;
    background: none !important;
  }
  #function05 .function-section-wrap {
    margin-bottom: 40px;
  }

  .function-section-title br {
    display: block;
  }

  .page-box-shadow {
    box-shadow: none;
  }

  #function04 .function-section-title br {
    display: none;
  }

  .page-contents-column-item {
    margin-bottom: 20px;
  }

  .page-margin-bottom-70 {
    margin-bottom: 40px;
  }

  .page-heading__title2 {
    margin-top: 0 !important;
  }

  .function-update-wrap p {
    width: 88.25%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 320px) {
  .function-section-title br {
    display: none;
  }

  .page.function .page-contents-button-secondary {
    letter-spacing: -0.1em;
  }
}
/* ==========================================================================
 PARTNER
 ========================================================================== */
.page.partner .page-heading__title span,
.page.partner .page-heading__title3 span {
  letter-spacing: -0.1em;
}
@media only screen and (min-width: 768px) {
  .page.partner .page-heading__title span,
.page.partner .page-heading__title3 span {
    margin-left: 0.5em;
  }
}
.page.partner .partner-title {
  color: #ce4242;
}
.page.partner .page-contents-comment + .page-contents-button-wrap {
  margin-top: 20px;
}
.page.partner .page-contents-button {
  padding: 15px 5px;
}
.page.partner .page-contents-button span {
  letter-spacing: -0.1em;
}
.page.partner .partner-container {
  margin: 0 auto;
  width: 90%;
  padding: 40px 6.25%;
  background: #f4f4f4;
}
@media only screen and (min-width: 768px) {
  .page.partner .partner-container {
    padding: 0;
    background: #ffffff;
    max-width: 1200px;
  }
}
@media only screen and (min-width: 768px) {
  .page.partner .partner-section {
    background: #f4f4f4;
    padding: 50px 6.25%;
    width: 88.5%;
    margin: 0 auto;
  }
}
.page.partner .partner-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 20px;
  max-width: 260px;
}
@media only screen and (min-width: 768px) {
  .page.partner .partner-list {
    max-width: 100%;
    margin: 0 auto 40px;
  }
}
.page.partner .partner-list-item {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  border-radius: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page.partner .partner-list-item {
    width: 150px;
    height: 150px;
    margin-right: 20px;
  }
}
.page.partner .partner-list-item:nth-child(3), .page.partner .partner-list-item:nth-child(5) {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .page.partner .partner-list-item:nth-child(3), .page.partner .partner-list-item:nth-child(5) {
    margin-right: 20px;
  }
}
.page.partner .partner-list-item:nth-child(n+4) {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .page.partner .partner-list-item:nth-child(n+4) {
    margin-top: 0;
  }
}
.page.partner .partner-list-item span {
  position: absolute;
  bottom: 13px;
  left: 0;
  text-align: center;
  display: block;
  width: 80px;
  font-size: 10px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .page.partner .partner-list-item span {
    bottom: 22px;
    width: 150px;
    font-size: 18px;
  }
}
.page.partner .partner-list-item:first-child {
  background: url("../img/partner/rank_diamond.svg") #ffffff center 13px no-repeat;
  background-size: 37px 37px;
}
@media only screen and (min-width: 768px) {
  .page.partner .partner-list-item:first-child {
    background: url("../img/partner/rank_diamond.svg") #ffffff center 22px no-repeat;
    background-size: 70px 70px;
  }
}
.page.partner .partner-list-item:first-child span {
  color: #222222;
}
.page.partner .partner-list-item:nth-child(2) {
  background: url("../img/partner/rank_platinum.svg") #ffffff center 13px no-repeat;
  background-size: 37px 37px;
}
@media only screen and (min-width: 768px) {
  .page.partner .partner-list-item:nth-child(2) {
    background: url("../img/partner/rank_platinum.svg") #ffffff center 22px no-repeat;
    background-size: 70px 70px;
  }
}
.page.partner .partner-list-item:nth-child(2) span {
  color: #4f74b2;
}
.page.partner .partner-list-item:nth-child(3) {
  background: url("../img/partner/rank_gold.svg") #ffffff center 13px no-repeat;
  background-size: 37px 37px;
}
@media only screen and (min-width: 768px) {
  .page.partner .partner-list-item:nth-child(3) {
    background: url("../img/partner/rank_gold.svg") #ffffff center 22px no-repeat;
    background-size: 70px 70px;
  }
}
.page.partner .partner-list-item:nth-child(3) span {
  color: #ba8f43;
}
.page.partner .partner-list-item:nth-child(4) {
  background: url("../img/partner/rank_silver.svg") #ffffff center 13px no-repeat;
  background-size: 37px 37px;
}
@media only screen and (min-width: 768px) {
  .page.partner .partner-list-item:nth-child(4) {
    background: url("../img/partner/rank_silver.svg") #ffffff center 22px no-repeat;
    background-size: 70px 70px;
  }
}
.page.partner .partner-list-item:nth-child(4) span {
  color: #8f8c87;
}
.page.partner .partner-list-item:last-child {
  background: url("../img/partner/rank_bronze.svg") #ffffff center 13px no-repeat;
  background-size: 37px 37px;
}
@media only screen and (min-width: 768px) {
  .page.partner .partner-list-item:last-child {
    background: url("../img/partner/rank_bronze.svg") #ffffff center 22px no-repeat;
    background-size: 70px 70px;
  }
}
.page.partner .partner-list-item:last-child span {
  color: #835333;
}
.page.partner .page-contents-p + .page-contents-p {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .page.partner .page-contents-p + .page-contents-p {
    margin-top: 30px;
  }
}
.page.partner .partner-container + .page-container:before {
  content: none !important;
}
.page.partner .partner-support-list {
  margin: 30px 0 20px;
}
@media only screen and (min-width: 768px) {
  .page.partner .partner-support-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px 0 40px;
  }
}
.page.partner .partner-support-list-item {
  background: #ffffff;
  margin-bottom: 20px;
}
.page.partner .partner-support-list-item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .page.partner .partner-support-list-item {
    width: calc((100% - 60px) / 3);
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .page.partner .partner-support-sales .partner-support-list-item {
    width: calc((100% - 30px) / 2);
  }
  .page.partner .partner-support-sales .partner-support-list-item:nth-child(n+3) {
    margin-top: 30px;
  }
  .page.partner .partner-support-sales .partner-support-list-item:nth-child(2n) {
    margin-left: 30px;
  }
}
.page.partner .partner-support-list-item-title {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding: 20px 5px;
}
@media only screen and (min-width: 768px) {
  .page.partner .partner-support-list-item-title {
    padding: 30px 5px;
  }
}
.page.partner .partner-support-list-item-text {
  padding: 15px 15px 20px;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .page.partner .partner-support-list-item-text {
    padding: 20px 30px 35px;
    font-size: 16px;
    line-height: 1.9;
  }
}
.page.partner .partner-margin-bottom {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .page.partner .partner-margin-bottom {
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .page.partner .page-padding-bottom-40 {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .page.partner .partner-contents-fill {
    background: #f4f4f4;
    width: 88.5%;
    margin: 20px auto;
  }
}

@media only screen and (max-width: 767px) {
  .page.partner .page-align-center {
    text-align: left;
  }
}
@media only screen and (max-width: 320px) {
  .page.partner .page-contents-button {
    font-size: 16px;
  }
  .page.partner .partner-list-item {
    margin-right: 4px;
  }
}
/* ==========================================================================
 SUPPORT
 ========================================================================== */
@media only screen and (min-width: 768px) {
  .page.support .page-support__title-wrap {
    margin-bottom: 20px;
  }
}
.page.support .page-support__title3 {
  font-size: 30px;
  font-weight: bold;
  color: #ce4242;
  text-align: center;
  margin: 40px 0 20px;
  white-space: nowrap;
  letter-spacing: -0.05em;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .page.support .page-support__title3 {
    font-size: 50px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    margin: 50px 0 20px;
  }
  .page.support .page-support__title3:before, .page.support .page-support__title3:after {
    content: "";
    flex-grow: 1;
    height: 2px;
    background: #ce4242;
    display: block;
    position: relative;
    top: 0.26em;
  }
  .page.support .page-support__title3:before {
    margin-right: 0.5em;
  }
  .page.support .page-support__title3:after {
    margin-left: 0.25em;
  }
}
.page.support .page-support__title3 .page-support__title3_number {
  font-size: 60px;
}
@media only screen and (min-width: 768px) {
  .page.support .page-support__title3 .page-support__title3_number {
    font-size: 100px;
  }
}
.page.support .page-support__title3 .page-support__title3_per {
  font-size: 50px;
}
@media only screen and (min-width: 768px) {
  .page.support .page-support__title3 .page-support__title3_per {
    font-size: 70px;
  }
}
.page.support .page-support__title3 small {
  font-size: 16px;
  vertical-align: top;
  position: relative;
  top: 0.6em;
}
@media only screen and (min-width: 768px) {
  .page.support .page-support__title3 small {
    font-size: 20px;
    top: 1.4em;
  }
}
.page.support .page-support__title3 + .page-contents-comment {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .page.support .page-support__title3 + .page-contents-comment {
    margin-bottom: 40px;
  }
}
.page.support .support-container {
  padding: 40px 0;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .page.support .support-container {
    padding: 0 4%;
    background: #ffffff;
  }
}
.page.support .support-container .page-heading__title3 {
  margin-bottom: 30px;
}
.page.support .support-container + .page-container {
  padding: 0;
}
.page.support .support-container + .page-container:before {
  content: none;
}
.page.support .support-section {
  background: #f4f4f4;
}
@media only screen and (min-width: 768px) {
  .page.support .support-section {
    padding: 70px 50px;
  }
}
@media only screen and (min-width: 768px) {
  .page.support .support-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 70px;
  }
}
.page.support .support-list-item {
  background: #ffffff;
  margin-bottom: 20px;
  padding: 20px 20px 30px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page.support .support-list-item {
    width: calc((100% - 60px) / 3);
    margin-bottom: 50px;
  }
}
.page.support .support-list-item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .page.support .support-list-item:nth-child(n+4) {
    margin-bottom: 0;
  }
}
.page.support .support-list-item:before, .page.support .support-list-item:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
}
.page.support .support-list-item:before {
  border-top: 2px solid #455da8;
  border-left: 2px solid #455da8;
  top: 0;
  left: 0;
}
.page.support .support-list-item:after {
  border-bottom: 2px solid #455da8;
  border-right: 2px solid #455da8;
  bottom: 0;
  right: 0;
}
.page.support .support-list-item dt {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #dbcdb4;
  margin-bottom: 15px;
}
.page.support .support-list-item dd {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .page.support .support-list-item dd {
    line-height: 1.85;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .page.support .support-program {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .page.support .support-program-title {
    margin-top: 70px;
  }
}
.page.support .page-support-img {
  margin: 30px 0;
}
@media only screen and (min-width: 768px) {
  .page.support .page-support-img {
    margin: 40px 0;
  }
}
@media only screen and (min-width: 768px) {
  .page.support .page-support-img02 {
    max-width: 671px;
    margin: 0 auto;
  }
}
.page.support .page-support__title2 {
  margin-bottom: 20px;
}
.page.support .support-info {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .page.support .support-info {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.page.support .support-info-item {
  background: #f4f4f4;
  padding: 120px 5% 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .page.support .support-info-item {
    width: calc((100% - 50px) / 2);
    padding: 200px 50px 40px;
    margin-bottom: 50px;
  }
  .page.support .support-info-item:nth-child(n+3) {
    margin-bottom: 0;
  }
}
.page.support .support-info-item:first-child:after {
  background: url("../img/support/icon_support01.svg") center center no-repeat;
  background-size: 30px 30px;
}
@media only screen and (min-width: 768px) {
  .page.support .support-info-item:first-child:after {
    background-size: 43px 43px;
  }
}
.page.support .support-info-item:nth-child(2):after {
  background: url("../img/support/icon_support02.svg") center center no-repeat;
  background-size: 36px 36px;
}
@media only screen and (min-width: 768px) {
  .page.support .support-info-item:nth-child(2):after {
    background-size: 49px 49px;
  }
}
.page.support .support-info-item:nth-child(3):after {
  background: url("../img/support/icon_support03.svg") center center no-repeat;
  background-size: 33px 33px;
}
@media only screen and (min-width: 768px) {
  .page.support .support-info-item:nth-child(3):after {
    background-size: 51px 51px;
  }
}
.page.support .support-info-item:last-child:after {
  background: url("../img/support/icon_support04.svg") center center no-repeat;
  background-size: 34px 34px;
}
@media only screen and (min-width: 768px) {
  .page.support .support-info-item:last-child:after {
    background-size: 51px 51px;
  }
}
.page.support .support-info-item .page-excursion-column-title {
  font-size: 20px;
  margin-bottom: 20px;
}
.page.support .support-info-item .page-excursion-column-text {
  line-height: 1.75;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .page.support .support-info-item .page-excursion-column-text {
    text-align: center;
  }
}

#support-program {
  padding-top: 50px;
  margin-top: -30px !important;
}
@media only screen and (min-width: 768px) {
  #support-program {
    padding-top: 130px;
    margin-top: -120px !important;
  }
}

@media only screen and (max-width: 767px) {
  .page.support .page-align-center {
    text-align: left;
  }
  .page.support .page-margin-bottom-50 {
    margin-bottom: 30px;
  }
  .page.support .page-contents-button-wrap {
    margin-top: 30px;
  }
  .page.support .page-margin-bottom-70 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 320px) {
  .page.support .page-support__title3 {
    font-size: 25px;
  }
  .page.support .page-support__title3 .page-support__title3_number {
    font-size: 50px;
  }
  .page.support .page-support__title3 .page-support__title3_per {
    font-size: 40px;
  }
  .page.support .page-support__title3 small {
    top: 0.6em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page.support .support-list-item {
    width: calc((100% - 30px) / 2);
  }
  .page.support .support-list-item:nth-child(n+4) {
    margin-bottom: 50px;
  }
  .page.support .support-list-item:nth-child(n+5) {
    margin-bottom: 0;
  }
}
.support .page-excursion-column-item:first-child {
  border-bottom: none;
}

/* ==========================================================================
 PLAN
 ========================================================================== */
.page.plan .page-container {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .page.plan .page-container {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .page.plan .page-plan-menu-wrap {
    margin-top: 40px;
  }
}
.page.plan .page-plan-table {
  width: 100%;
}
.page.plan .page-plan-table tr th, .page.plan .page-plan-table tr td {
  display: block;
  padding: 15px;
  border: 1px solid #dbcdb4;
  margin-bottom: -1px;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .page.plan .page-plan-table tr th, .page.plan .page-plan-table tr td {
    display: table-cell;
    padding: 15px 30px;
    margin-bottom: 0;
    font-size: 16px;
  }
}
.page.plan .page-plan-table tr th {
  font-size: 16px;
  background: #f4f4f4;
}
.page.plan .page-plan-table tr th br {
  display: none;
}
.page.plan .page-plan-table tr th span {
  display: flex;
  align-items: center;
}
.page.plan .page-plan-table tr th span:before {
  content: "";
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .page.plan .page-plan-table tr th {
    width: 22.5%;
    height: 103px;
  }
  .page.plan .page-plan-table tr th br {
    display: block;
  }
}
.page.plan .page-plan-table tr:first-child th span:before {
  background: url("../img/plan/table_paln_01.svg") no-repeat center center;
}
.page.plan .page-plan-table tr:nth-child(2) th span:before {
  background: url("../img/plan/table_paln_02.svg") no-repeat center center;
}
.page.plan .page-plan-table tr:nth-child(3) th span:before {
  background: url("../img/plan/table_paln_03.svg") no-repeat center center;
}
.page.plan .page-plan-table tr:nth-child(4) th span:before {
  background: url("../img/plan/table_paln_04.svg") no-repeat center center;
}
.page.plan .page-plan-table tr:nth-child(5) th span:before {
  background: url("../img/plan/table_paln_05.svg") no-repeat center center;
}
.page.plan .page-plan-table tr td:first-of-type {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page.plan .page-plan-table tr td:first-of-type {
    width: 26%;
  }
}

@media only screen and (max-width: 320px) {
  .page.plan .page-contents .page-heading__title2 {
    letter-spacing: -0.1em;
  }
  .page.plan .page-plan-menu-item:nth-child(2) dd {
    letter-spacing: -0.05em;
  }
  .page.plan .page-plan-option-paid-item:nth-child(3) dt {
    letter-spacing: -0.1em;
  }
  .page.plan .page-contents-button-secondary {
    letter-spacing: -0.1em;
  }
}
/* ==========================================================================
 PRIVACY
 ========================================================================== */
/* accordion */
._accordion__wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

._accordion__header {
  position: relative;
  display: block;
  cursor: pointer;
  margin: 0 0 1px 0;
}

._accordion__header::before {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -1px;
  width: 25px;
  height: 2px;
  background: #000;
}
@media only screen and (min-width: 768px) {
  ._accordion__header::before {
    right: 40px;
    width: 35px;
  }
}

._accordion__header::after {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 2px;
  background: #000;
  right: 20px;
  top: 50%;
  margin-top: -1px;
  transition: all 0.2s ease;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media only screen and (min-width: 768px) {
  ._accordion__header::after {
    right: 40px;
    width: 35px;
  }
}

._accordion_button {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

._accordion__body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.8s;
}

._accordion_button:checked ~ ._accordion__body {
  max-height: 150em;
}

._accordion_button:checked + ._accordion__header::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

/* each style */
.privacy .page-container {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .privacy .page-container {
    margin-bottom: 30px;
  }
}
.privacy .page-contents-h2 {
  margin-bottom: 20px;
}
.privacy .page-contents-h2:not(:first-child) {
  margin-top: 2em;
}
.privacy .page-contents-p {
  margin-bottom: 1.4em;
}
.privacy .note {
  font-size: 12px;
  line-height: 1.8;
}
.privacy .strong-list li {
  font-weight: 700;
  line-height: 1.75;
}
.privacy .ol-title {
  font-weight: 700;
  margin-top: 2em;
  margin-bottom: 5px;
  font-size: 16px;
  text-indent: -1.75em;
  margin-left: 1.75em;
}
.privacy .ol-title + .page-contents-ul li:before {
  content: "・";
  background: none;
  height: auto;
  top: 0;
  left: 0;
  width: 1em;
  display: inline;
  margin-left: -1em;
  border-radius: 0;
  text-indent: 1em;
  position: inherit;
}
.privacy .page-contents-ul li {
  line-height: 1.75;
}
.privacy .page-contents-ul + .note {
  margin-top: 50px;
}

.faq .page-container {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .faq .page-container {
    margin-bottom: 30px;
  }
}
.faq .page-contents-ol {
  margin-bottom: 1em;
}
.faq .page-contents-ol li {
  line-height: 1.75;
}
.faq .page-contents-ul li:before {
  content: "・";
  background: none;
  height: auto;
  top: 0;
  left: 0;
  width: 1em;
  display: inline;
  margin-left: -1em;
  border-radius: 0;
  text-indent: 1em;
  position: inherit;
}

.privacy-faq__intro-text {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.8;
  padding: 15px 0 25px;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .privacy-faq__intro-text {
    text-align: center;
    padding: 0 0 60px;
    font-size: 1.6rem;
  }
}

.privacy-faq__intro-text--br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .privacy-faq__intro-text--br {
    display: block;
  }
}

.privacy-faq__wrap {
  background: #f4f4f4;
  margin-bottom: 25px;
}
.privacy-faq__wrap:first-child {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .privacy-faq__wrap:first-child {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .privacy-faq__wrap:last-child {
    margin-bottom: 0;
  }
}

.privacy-faq__header {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  padding: 20px 65px 20px 20px;
}
.privacy-faq__wrap .privacy-faq__header {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .privacy-faq__header {
    padding: 25px 120px 25px 40px;
    font-size: 20px;
  }
}

.privacy-faq__body {
  line-height: 1.8;
  font-size: 1.4rem;
}
.privacy-faq__body .note {
  font-size: 12px;
  margin-bottom: 25px;
  text-indent: -1em;
  margin-left: 1em;
}
.privacy-faq__body-inner {
  margin: 0 25px 25px;
}
.privacy-faq__body-inner > p:not(last-child) {
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .privacy-faq__body-inner {
    margin: 0 40px 30px;
    font-size: 1.6rem;
  }
}

.privacy-link-wrap {
  margin: 40px 0 25px;
  padding: 30px;
  background: #f4f4f4;
}
@media only screen and (min-width: 768px) {
  .privacy-link-wrap {
    margin: 60px 0 0;
    padding: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .privacy-link-wrap {
    margin-top: 70px;
    padding: 50px;
  }
}

.privacy-link-item + .privacy-link-item {
  margin-top: 30px;
}

.privacy-link-item__link {
  background: #fff;
  display: block;
  padding: 15px 20px;
}
.privacy-link-item__link:hover .privacy-link-title {
  text-decoration: none;
}
@media only screen and (min-width: 576px) {
  .privacy-link-item__link {
    padding: 20px 30px;
  }
}

.privacy-link-title {
  font-weight: 700;
  text-decoration: underline;
  display: block;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 0.4em;
}
@media only screen and (min-width: 992px) {
  .privacy-link-title {
    font-size: 20px;
  }
}
.privacy-link-item__link[target=_blank] .privacy-link-title::after {
  content: "";
  display: inline-block;
  margin-left: 7px;
  width: 13px;
  height: 11px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20viewBox=%220%200%2013%2011%22%3E%3Cpath%20fill-rule=%22evenodd%22%20stroke=%22rgb(34,%2034,%2034)%22%20stroke-width=%221px%22%20stroke-linecap=%22butt%22%20stroke-linejoin=%22miter%22%20fill=%22none%22%20d=%22M0.500,2.000%20L10.500,2.000%20L10.500,9.031%20L0.500,9.031%20L0.500,2.000%20Z%22/%3E%3Cpath%20fill-rule=%22evenodd%22%20%20fill=%22rgb(34,%2034,%2034)%22%20d=%22M11.500,7.000%20L11.500,1.000%20L2.500,1.000%20L2.500,-0.000%20L11.500,-0.000%20L12.500,-0.000%20L12.500,1.000%20L12.500,7.000%20L11.500,7.000%20ZM10.500,4.000%20L0.500,4.000%20L0.500,2.000%20L10.500,2.000%20L10.500,4.000%20Z%22/%3E%20%20%20%3C/svg%3E");
}

.privacy-link-detail {
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
}
@media only screen and (min-width: 992px) {
  .privacy-link-detail {
    font-size: 16px;
  }
}

/* cookieページ 20200430 */
.cookie .link-item {
  text-decoration: underline;
}
.cookie .link-item + .link-item {
  margin-left: 1em;
}
.cookie .link-item:hover {
  text-decoration: none;
}
.cookie .link-item[target=_blank]::after {
  content: "";
  display: inline-block;
  margin-left: 3px;
  width: 13px;
  height: 11px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20viewBox=%220%200%2013%2011%22%3E%3Cpath%20fill-rule=%22evenodd%22%20stroke=%22rgb(34,%2034,%2034)%22%20stroke-width=%221px%22%20stroke-linecap=%22butt%22%20stroke-linejoin=%22miter%22%20fill=%22none%22%20d=%22M0.500,2.000%20L10.500,2.000%20L10.500,9.031%20L0.500,9.031%20L0.500,2.000%20Z%22/%3E%3Cpath%20fill-rule=%22evenodd%22%20%20fill=%22rgb(34,%2034,%2034)%22%20d=%22M11.500,7.000%20L11.500,1.000%20L2.500,1.000%20L2.500,-0.000%20L11.500,-0.000%20L12.500,-0.000%20L12.500,1.000%20L12.500,7.000%20L11.500,7.000%20ZM10.500,4.000%20L0.500,4.000%20L0.500,2.000%20L10.500,2.000%20L10.500,4.000%20Z%22/%3E%20%20%20%3C/svg%3E");
}
.cookie .table-responsive {
  border-collapse: collapse;
  width: 100%;
  max-width: 780px;
  margin: 50px auto;
}
.cookie .table-responsive td, .cookie .table-responsive th {
  font-weight: 400;
  font-size: 14px;
  padding: 15px 20px;
  border: 1px solid #ccc;
}
.cookie .table-responsive th {
  background: #f9f9f9;
  vertical-align: middle;
}
.cookie .table-responsive td p {
  margin-bottom: 5px;
}
@media (max-width: 48em) {
  .cookie .table-responsive,
.cookie .table-responsive tbody,
.cookie .table-responsive tr,
.cookie .table-responsive td,
.cookie .table-responsive th {
    display: block;
    border: 0 none;
  }
  .cookie .table-responsive {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .cookie .table-responsive th {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* ==========================================================================
 FEATURE
 ========================================================================== */
.feature .page-topicpath + .page-container {
  padding-bottom: 0;
}

.feature .page-excursion-column-item:first-child:after {
  background: url("../img/feature/icon_feature01.svg") #ffffff center center no-repeat;
  background-size: 45px 45px;
}

.feature .page-excursion-column-item:last-child:after {
  background: url("../img/function/icon_function05.svg") #ffffff center center no-repeat;
  background-size: 29px 29px;
}

.feature-text {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 100px;
  line-height: 2;
}

#feature01,
#feature02,
#feature03 {
  padding-top: 50px;
  margin-top: -50px;
}

@media only screen and (min-width: 768px) {
  .feature .function-anchor {
    width: 33.3333333333%;
  }

  .feature .function-section-wrap.is-left {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffffff 40%, #ffffff 100%);
  }

  .feature .function-section-wrap.is-left .function-section-textarea {
    left: 45%;
  }

  .feature .function-section-wrap.is-right {
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  }

  .feature .function-section-wrap.is-right .function-section-imgarea {
    left: 55%;
  }

  .feature .function-section-textarea {
    width: 55%;
  }

  .feature .function-section-imgarea {
    width: 45%;
  }

  .feature .page-contents-p {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }

  .feature .function-section-imgarea {
    top: 25px;
  }

  .feature .page-excursion-column-item:first-child:after {
    background-size: 62px 62px;
  }

  .feature .page-excursion-column-item:last-child:after {
    background-size: 43px 43px;
  }

  #feature01,
#feature02,
#feature03 {
    padding-top: 130px;
    margin-top: -130px;
  }
}
@media only screen and (min-width: 1024px) {
  .feature-align-item {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .feature-align-item {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .feature .function-anchor-number {
    padding-right: 5px;
  }

  .feature .function-anchor-text {
    padding: 0 0 0 5px;
    letter-spacing: -0.1em;
  }

  .feature .function-section-title {
    margin-left: 10px;
    padding-left: 10px;
    letter-spacing: -0.1em;
  }

  .feature .function-section-title br {
    display: none;
  }

  .feature .function-section-imgarea {
    padding: 20px 6.25% 30px;
  }

  .feature-text {
    font-size: 20px;
    line-height: 1.5;
    margin: 30px 0;
  }
}
@media only screen and (max-width: 320px) {
  .feature .function-anchor-number {
    font-size: 28px;
  }

  .feature .function-anchor-text {
    font-size: 13px;
  }
}
/* 特集記事ページ 20210111 */
.is-special .download-list-item__image-wrap {
  padding: 0;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}
.is-special .download-list-item__image {
  max-width: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
/*# sourceMappingURL=style_page.css.map */
