@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?dlnjoj");
  src: url("fonts/icomoon.eot?dlnjoj#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?dlnjoj") format("truetype"), url("fonts/icomoon.woff?dlnjoj") format("woff"), url("fonts/icomoon.svg?dlnjoj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

@media screen and (max-width: 768px) {
  .innerSkin {
    display: block;
  }
}

.innerSkin__link a {
  text-decoration: none;
}

.innerSkin__img img {
  width: 350px;
}

@media screen and (max-width: 768px) {
  .innerSkin__img img {
    width: 100%;
  }
}

.innerBunner__item {
  display: block;
  text-decoration: none;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.innerBunner__item:hover {
  opacity: 0.65;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .innerBunner__item:hover {
    opacity: 1;
  }
}

.innerBunner__item:hover span {
  text-decoration: none;
}

.innerBunner__item span {
  text-decoration: none;
}

.innerBunner__item img {
  width: 100%;
}

.innerBunner__item p {
  margin: 20px 0 0;
  position: relative;
}

.innerBunner__item p::after {
  content: "";
  display: inline-block;
  background: right bottom no-repeat;
  background-size: 5px 9px;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .innerBunner__item p::after {
    background-image: url(/contents/common/images/bg-link-arrow-next.png);
  }
}

.innerBunner--2col .innerBunner__item {
  width: calc(50% - 20px);
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .innerBunner--2col .innerBunner__item {
    width: auto;
    margin-top: 40px;
  }
}

.innerBunner--2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .innerBunner--2col {
    display: block;
  }
}

/* chatbot対応 */
header {
  z-index: 100010;
}

.headerOverlay {
  z-index: 100009;
}

.overlay {
  z-index: 100011;
}

.modal {
  z-index: 100012;
}

@media (max-height: 540px), (max-width: 480px) {
  .krkr-chat {
    z-index: 100011 !important;
  }
}
