@charset "utf-8";

a,
.selectSet__button[class*='--icon-'],
#modal span,
.collapseBtn{
  cursor:pointer
}

section {
  padding: 60px 0 20px;
  max-width: 992px;
  margin: auto;
}

.mv {
  background-image: url(../img/mv_pc.png);
  height: 360px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  background-color: #F2F2F2;
  max-width: none;
  padding: 40px 0;
}

.mv__inner {
  position: relative;
  top: 50%;
}

.mv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-60%);
  -webkit-transform: translate(-50%,-60%);
  transform: translate(-50%,-60%);
  margin: 0;
  padding: 0;
  display: block;
  font-size: 60px;
  font-weight: bold;
  text-shadow: 0px 3px 6px rgba(0,0,0,0.6);
  max-width: 992px;
  width: 100%;
  text-align: center;
}

.mv__title__sub {
  display: block;
  margin-bottom: 15px;
}

.mv__title__sub--inner {
  font-size: 24px;
  display: inline-block;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-left: transparent;
  box-shadow: inset 0px 3px 4px -4px #000, inset 0px -12px 5px -14px #000;
  padding: 5px 0;
}

.mv__title-min {
  display: block;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 5px;
}

.mv__text {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
}

.nav {
  padding: 0;
  max-width: none;
}

.mvNav {

}

.mvNav .telNumber__select-box {
  position: relative;
}

.mvNav__list > li {
  margin: 24px 0 14px;
}

.mvNav__list > li:nth-of-type(n+2){
  position: relative;
}

.mvNav__list > li:nth-of-type(n+2){
  border-left: 1px solid #DCDCDC;
}

.mvNav__label {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}

.button-contact {
  max-width: 320px;
  width: 100%;
  background-color: #FF6200;
  display: block;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: white;
  margin: auto;
  border-radius: 4px;
  text-decoration: none;
  transition: .25s;
}

.button-contact::before {
  content: "";
  background-image: url(https://www.his-j.com/cmn/icon/icon_mail_white.svg);
  height: 32px;
  fill: white;
  width: 40px;
  stroke: white;
  float: left;
  background-position: 0px -7.5px;
  background-repeat: no-repeat;
  background-size: 40px;
}

.gridImgPanel:hover {
  opacity: 1;
}

.heading--md.align-center.mb-xl {
  color: white;
  text-shadow: 3px 3px 6px rgba(0,0,0,0.4);
}

.newsList {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.newsList__item {
  display: block;
  padding: 0;
  border-bottom: 1px solid #888;
}

.newsList__title {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: 16px 70px 16px 4px;
  position: relative;
  margin: 5px 0 0;
  width: 100%;
  cursor: pointer;
}

.newsList__title::after {
  content: '';
  position: absolute;
  top: 45%;
  right: 0;
  margin: 0 0.5em;
  display: inline-block;
  border: 7px solid transparent;
  border-top: 8px solid gray;
  border-bottom: 0 none;
  cursor: pointer;
  transform-origin: 7px 2px;
  transition: transform 0.2s;
}

.newsList__title.js-accordion--active::after {
  transform: rotate(180deg);
}

.newsList__tag {
  line-height: 17px;
  border-radius: 12px;
  font-size: 12px;
  width: 120px;
  min-width: 120px;
  margin-right: 20px;
  padding: 4px 5px 3px;
  color: #fff;
  order: 2;
}

.newsList__tag.icon-blue {
  background-color: #0057B8;
  border: #0057B8;
}

.newsList__tag.icon-green {
  background-color: #416e1f;
  border: #416e1f;
}

.newsList__tag.icon-red {
  background: red;
  border: red;
}

.newsList__tag.icon-orange {
  background-color: #f78517;
  border: #f78517;
}

.newsList__tag.icon-grey {
  background-color: #777;
  border: #777;
}

.newsList__tag.icon-steel-blue {
  background-color: #4682b4;
  border: #4682b4;
}

.newsList__tag.icon-pink {
  background-color: pink;
  border: pink;
  color: #333;
}

.newsList__date {
  width: 81px;
  min-width: 81px;
  font-size: 14px;
  display: inline-block;
  margin-right: 20px;
  order: 1;
}

.newsList__text {
  width: 100%;
  margin-top: 4px;
  order: 3;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

.newsList__detail {
  padding: 0 70px 16px 4px;
}

.introduction__overview {
  text-align: center;
  padding: 80px 0 40px;
}

.introduction__overview .heading--md {
  color: #0057B8;
}

.introduction__caption {
  font-size:14px;
  margin-top: 12px;
}

.introduction .grid-row--lineGutter {
  margin-left: -2px;
  margin-right: -2px;
}

.introduction .grid-row--lineGutter>.grid-col2,
.introduction .grid-row--lineGutter>.grid-col3,
.introduction .grid-row--lineGutter>.grid-col3--2,
.introduction .grid-row--lineGutter>.grid-col4,
.introduction .grid-row--lineGutter>.grid-col5,
.introduction .grid-row--lineGutter>.grid-col6 {
  padding: 2px;
}

.button.button--type-outline.button--size-small.button--icon-arrowRight {
  display: block;
  margin: auto;
}

.step-overview .button.button--type-outline.button--size-small {
  margin: 17px auto 0;
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 20px;
}

.faq .girdTextLink.girdTextLink--arrowRight {
  width: auto;
  padding-left: 0;
}

.girdTextLink--arrowRight::after {
  right: 0px;
  top: 0.5px;
  position: relative;
}

.faq-content {
  border: 1px solid #DCDCDC;
  width: 100%;
  max-width: 990px;
  margin: auto;
}

.faq-content+.faq-content {
  margin-top: 20px;
}

#more01 {
  margin-top: 20px;
}

.faq-q {
  background: #F2F2F2;
  padding: 17px;
  font-weight: bold;
  font-size: 16px;
}

.faq-icon {
  font-size: 24px;
  color: #555555;
  font-weight: bold;
  margin-right: 17px;
}

.faq-a {
  padding: 22px 20px 20px;
  font-size: 14px;
}

.faq-text {
  
}

.faq .collapseBtn {
  margin-top: 20px;
}

.faq .collapseBtn::after {
  right: 10px;
}

.gridCarousel__dots {
  display: none!important;
}

.customer-voice .grid-col__link {
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
  width: 100%;
}

.customer-voice .heading--md {
  padding: 0 20px;
}

.grid-col__link {
  height: auto;
}

.sub-text {
  padding: 0 20px 20px;
  font-size: 12px;
  color: #888888;
}

.imgContainer--full {
  height: 150px;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background: #eee;
  border-radius: 0;
}

.grid-col4 .imgContainer--full {
  height: 150px;
}
.grid-col3 .imgContainer--full {
  height: 200px;
  border-radius: 4px;
}
.grid-col4 .imgContainer--full > img {
  height: 150px;
  width: auto !important;
  margin: 0;
}

.customer-voice .slick-initialized.slick-slider {
  display: flex;
}

.customer-voice .slick-initialized .slick-slide {
  display: flex;
}

.consultation .section__container {
  background-color: #E8F3FF;
  text-align: center;
}

.selectSet {
  width: 140px;
  background-color: white;
  margin: auto;
}

.consultation .selectSet {
  margin-top: 14px;
  margin-bottom: 11px;
}

.telNumber span {
  color: #2488FF;
  margin-left: -75px;
  font-size: 30px;
  line-height: 1.5;
}

.telNumber span::before {
  content: "";
  background-image: url(https://www.his-j.com/cmn/icon/icon_tel_skyblue.svg);
  background-size: 150px 23px;
  height: 31px;
  width: 100px;
  display: inline-block;
  background-repeat: no-repeat;
  position: relative;
  left: 7px;
  top: 9px;
}

.telNumber__remarks {
  max-width: 390px;
  width: 100%;
  margin: auto;
  vertical-align: top;
  display: flex;
  justify-content: space-between;
}

.telNumber__reception-time {
  position: relative;
  top: 1px;
}
.telNumber__reception-time--text {
  display: inline-block;
  vertical-align: top;
}

.work-time {
  width: 300px;
  margin: auto;
  text-align: left;
}

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

.work-time__remarks {
  display: block;
  color: #888888;
  font-size: 12px;
  margin-top: 4px;
}

.mv--min {
  height: 240px;
}

.grid-col__link:hover {
  opacity: 1;
}

.contact .heading--md {
  text-align: center;
}

.select-group::after {
  pointer-events: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .chart-listitem {
    height: 80px;
    line-height: 1.5;
    padding: 20px 0;
  }
}

.chart-listitem::after {
  right: -29px;
  top: 12px;
  border-top: 56px solid #eee;
  border-right: 56px solid #eee;
}

.chart-listitem::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -42px;
  border: 40px solid #eee;
  border-left-color: transparent;
}

.color-caution {
  font-size: 10px;
  color: #2488FF;
  background-color: white;
  border: 1px solid #2488FF;
  padding: 1px 8px;
  height: 11px;
  box-sizing: border-box;
  border-radius: 100px;
  position: relative;
  left: 5px;
  top: -1px;
}

.text-caution {
  color: #f00;
}


.select-group::after {
  top: 5px;
}

.custom-radio-input:checked + .custom-radio-label::after {
  background: #2488FF;
}

.btn-next {
  border: none; 
  box-shadow: none; 
  background: #FF6200;
}

.at-store {
  background-color: #F2F2F2;
  text-align: center;
  padding: 25px 0;
}

.at-store .button.button--type-outline.button--size-small.button--icon-arrowRight {
  margin-top: 20px;
}

.at-store .heading--md {
  margin-bottom: 25px;
}

.customer-voice .section__container {
  padding-top: 0;
}

.at-store .heading--md {
  margin-bottom: 16px;
  font-weight: bold;
  max-width: 240px;
  width: 100%;
  margin: auto;
  display: inline-block;
}

.at-store .heading--md::before {
  content: "";
  width: 25px;
  background-image: url(https://www.his-j.com/cmn/icon/icon_stores.svg);
  height: 40px;
  display: block;
  background-repeat: no-repeat;
  float: left;
  position: relative;
  left: 2px;
  top: 2px;
  background-size: 22px;
}

.at-store p a{
  font-weight: bold;
  text-decoration: underline;
  color: #333333;
}

.caution h2 {
  font-weight: bold;
}

.caution ul li{
  padding-left: 1em;
  text-indent: -1em;
}

.button--agreement {
  max-width: 300px;
  width: 100%;
  height: 46px;
  padding: 12px 0;
  border-radius: 100px;

  margin: auto;
  display: block;
  margin-top: 50px;
}

.selectSet__button {
  background-color: white;
  width: 140px;
  float: right;
  height: 23px;
}

.selectSet__button[class*='--icon-'] {
  margin-left: 0px;
  margin-right: auto;
  display: block;
  position: relative;
  padding: 3px 10px;
  text-align: left;
}

.selectSet__button[class*='--icon-']::after {
  top: 0;
}

.mvNav__list .telNumber {
  display: block;
  text-align: center;
}

.btn-prev {
  border: 1px solid #333333;
  box-shadow: none;
  background: white;
}

.btn-prev input {
  color: #333333;
}

.btn-prev.btn-prev::after {
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
}

.gridImgPanel {
  height: 200px;
}

.line-1 {
  margin-top: 15px;
}

.line-3 {
  margin-top: -15px;
}

.backtop-wrapper {
  max-width: 970px;
  margin: auto;
}

.backtop {
  padding-left: 20px;
  font-size: 14px;
  width: 150px;
}

.backtop::before {
  position: absolute;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  top: 16px;
  left: 0;
  transform: rotate(180deg);
  background: url(https://www.his-j.com/cmn/icon/icon_arrow_right.svg);
  background-size: 20px 20px;
}

.breadcrumb__inner {
  max-width: 992px;
  margin: 0 auto;
  padding-left: 0;
}

.button-contact:hover,
.button-contact:focus,
.btn-next:hover,
.btn-next:focus {
  border-color: #ED5B00;
  background-color: #ED5B00;
}

.select-group::after {
  border-right: 2px solid #888888;
  border-bottom: 2px solid #888888;
}

#areaSelectOrdermade-bottom{
  margin-bottom: 0!important;
}

.telNumber__select-box {
  float: right;
}

.telNumber__select-box::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  top: 0px;
  right: -115px;
  background: url(https://www.his-j.com/cmn/icon/icon_arrow_down.svg);
  background-size: 24px 23px;
  pointer-events: none;
}

_:-ms-fullscreen, :root body{
  overflow-x: hidden;
}

_:-ms-fullscreen, :root
.slick-slide img,
.customer-voice .heading--md {
    width: 100%;
}

_:-ms-fullscreen, :root
.mv .mv__slide .slick-slide img {
  width: auto;
}

_:-ms-fullscreen, :root, .telNumber span::before{
  background-size: 30px 30px;
  left: 70px;
}

_:-ms-fullscreen, :root .selectorderMade {
  padding: 0.5px 10px;
}

_:-ms-fullscreen, :root .imgContainer--full {
  border-radius: 0;
}

_:-ms-fullscreen, :root .chart-listitem {
  padding: 21.5px;
  height: 80px;
}

_:-ms-fullscreen, :root .girdTextLink--arrowRight::after {
  top: 9px;
}

_:-ms-lang(x)::backdrop, body{
  overflow-x: hidden;
}

@media only screen and (min-width: 741px){
  .mfp-content {
    top: 0%;
    left: 50%;
    transform: translateY(50%) translateX(-50%);
    -webkit- transform: translateY(50%)
  }

  .section__container {
    max-width: 992px;
  }

  .gridCarousel__nextArrow,
  .gridCarousel__prevArrow {
    background-color: #F2F2F2;
    position: absolute;
    top: calc(50% + -26px);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }

  .gridCarousel__prevArrow::after {
    left: 16px;
  }

  .gridCarousel__nextArrow::after {
    right: 16px;
  }

  .gridCarousel__nextArrow.slick-arrow {
    right: -36px;
  }

  .grid-col3 .imgContainer--full>img {
    min-height: 200px;
    width: auto;
  }
}


/* エリア切り替えボタン */
.switch-area {
  display: none;
}

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

.is-active .switch-area {
  display: flex;
  margin: 0 -5px;
}

.switch-area__button {
  font-size: 1rem;
  background: #F2F2F2;
  appearance: none;
  border: 1px solid transparent;
  border-radius: 4px;
  margin: 0 5px;
  padding: 6px 25px;
  outline: 0;
  cursor: pointer;
}

.switch-area__button.is-active,
.switch-area__button:hover {
  background-color: #FFF;
  font-weight: bold;
  border: 1px solid #898989;
}

:not(.is-dom) .ovs-inline-content {
  display: inline;
}

:not(.is-dom) .ovs-block-content {
  display: block;
}

.is-dom .ovs-inline-content,
.is-dom .ovs-block-content {
  display: none;
}

.dom-inline-content {
  display: none;
}

.is-dom .dom-inline-content {
  display: inline;
}

.is-dom .dom-block-content {
  display: block;
}

/* MV slide */
.slick-slide img {
  margin: 0 auto;
}

.mv--slide {
  position: relative;
  background-image: none;
  padding: 0;
}

.mv--slide .mv__inner {
  position: absolute;
  transform: translateY(-50%);
  width: 100%;
}

.mv--slide .slick-arrow {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  transition: all .25s ease-out;
}

.mv--slide .slick-arrow:hover,
.mv--slide .slick-arrow:focus {
  opacity: .7;
}

.mv--slide .prev-arrow {
  left: 0;
}

.mv--slide .next-arrow {
  right: 0;
}

.mv__slide { display: none; }
.mv__slide.slick-initialized { display: block; }

.mv-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  margin: 0 -6px;
}

.mv-dots li {
  margin: 0 6px;
}

.mv-dots li button {
  background: #fff;
  opacity: .5;
  outline: none;
  border: none;
  font-size: 0;
  width: 8px;
  height: 8px;
  padding: 4px;
  cursor: pointer;
  display: block;
  border-radius: 4px;
  transition: all .25s ease-out;
}

.mv-dots li.slick-active button {
  opacity: 1;
}
