/* Sass Document */
.voice .category_list {
  margin-top: 60px;
}
@media screen and (max-width: 767.98px) {
  .voice .category_list {
    margin-top: 30px;
  }
}

.voice_ttl {
  font-size: 3.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .voice_ttl {
    font-size: 2rem;
  }
}

.voice_list {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 70px;
  margin-top: 60px;
}
@media screen and (max-width: 767.98px) {
  .voice_list {
    margin-top: 30px;
    justify-content: space-between;
    gap: 20px 0;
  }
}

.voice_item {
  width: 320px;
  padding: 50px 0;
}
@media screen and (max-width: 767.98px) {
  .voice_item {
    width: 48%;
    padding: 32px 0 20px;
  }
}
.voice_item .img_upper,
.voice_item .img_bottom {
  display: block;
  width: 71.875%;
  margin: 0 auto;
}
.voice_item:nth-of-type(1) {
  background: url(../img/common/bg_voice01.png) no-repeat center center/100% 100%;
}
.voice_item:nth-of-type(2) {
  background: url(../img/common/bg_voice02.png) no-repeat center center/100% 100%;
}
.voice_item:nth-of-type(3) {
  background: url(../img/common/bg_voice02.png) no-repeat center center/100% 100%;
}
.voice_item:nth-of-type(4) {
  background: url(../img/common/bg_voice02.png) no-repeat center center/100% 100%;
}
.voice_item:nth-of-type(5) {
  background: url(../img/common/bg_voice01.png) no-repeat center center/100% 100%;
}
.voice_item:nth-of-type(6) {
  background: url(../img/common/bg_voice01.png) no-repeat center center/100% 100%;
}
.voice_item:nth-of-type(7) {
  background: url(../img/common/bg_voice02.png) no-repeat center center/100% 100%;
}
.voice_item:nth-of-type(8) {
  background: url(../img/common/bg_voice02.png) no-repeat center center/100% 100%;
}
.voice_item:nth-of-type(9) {
  background: url(../img/common/bg_voice02.png) no-repeat center center/100% 100%;
}
.voice_item:nth-of-type(10) {
  background: url(../img/common/bg_voice01.png) no-repeat center center/100% 100%;
}

#inline-popup {
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto;
  padding: 50px;
  box-sizing: border-box;
  position: relative;
  max-width: 800px;
}
@media screen and (max-width: 767.98px) {
  #inline-popup {
    padding: 30px 0;
  }
}
#inline-popup .mfp-close {
  z-index: 10;
  position: absolute;
  font-size: 12px;
  width: auto;
  height: auto;
  padding: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  z-index: 1;
  top: 10px;
  right: 10px;
  background-color: #07a5b0;
  opacity: 1 !important;
}
@media screen and (max-width: 767.98px) {
  #inline-popup .mfp-close {
    width: 25px;
    height: 25px;
    top: 5px;
    right: 5px;
  }
}
#inline-popup .mfp-close::before, #inline-popup .mfp-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
#inline-popup .mfp-close::before {
  transform: rotate(45deg);
}
#inline-popup .mfp-close::after {
  transform: rotate(-45deg);
}

.inline-link {
  margin: 0;
  border: none;
  cursor: pointer;
  transition: 0.3s opacity;
  background-color: transparent;
  display: block;
}
@media (any-hover: hover) {
  .inline-link:hover {
    opacity: 0.7;
  }
}
/*# sourceMappingURL=voice.css.map */