﻿@charset "UTF-8";

.advertising_img01 {
  display: block;
  margin: 0 auto;
  max-width: 1080px;
}
.module_link-box {
  display: inline-block;
}

.module_list-3column > li {
  margin: 50px 0 0 0;
}
@media screen and (min-width: 768px) {
  .module_list-3column > li.box {
    position: relative;
    padding-bottom: 78px;
  }
  .module_list-3column > li.box .box_link {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .module_list-3column > li {
    margin: 30px 0 0 0;
  }
  .module_list-3column > li.box .box_link {
    text-align: center;
  }
}

/* ------------------------------------------
	modal__slider
--------------------------------------------- */
.modal__slider {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  margin: auto;
  overflow: hidden;
  overflow-y: visible;
}
.modal__slider .btn_modal__slider_close {
  position: fixed;
  z-index: 300;
  top: 10px;
  right: 10px;
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
}
.modal__slider .btn_modal__slider_close::before, .modal__slider .btn_modal__slider_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 50px;
  background: #cccccc;
}
.modal__slider .btn_modal__slider_close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.modal__slider .btn_modal__slider_close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.modal__slider .modal__slider__content {
  max-width: 1280px;
  position: relative;
  margin: 0 auto 0;
  /* top: 100px; */
  padding: 50px 0;
}
.modal__slider .modal__slider__content li {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.modal__slider .modal__slider__content li.is-current {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.modal__slider .modal__slider__inner {
  background-color: #ffffff;
  padding: 10px 20px 40px;
}
.modal__slider__wrapper {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
.modal__slider .modal__slider__controller {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal__slider .modal__slider__controller a::before{
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  border-top: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
}
.modal__slider .modal__slider__controller .modal__slider__prev a::before{
  left: 15px;
  transform: rotate(-135deg);
}
.modal__slider .modal__slider__controller .modal__slider__next a::before{
  right: 15px;
  transform: rotate(45deg);
}
.modal__slider .modal__slider .qadialog_display__none {
  display: none !important;
}