@font-face {
  font-family: "NotoSansJP-Black";
  src: url(/fonts/NotoSansJP/NotoSansJP-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(/fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(/fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Black";
  src: url(/fonts/ZenMaruGothic/ZenMaruGothic-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url(/fonts/ZenMaruGothic/ZenMaruGothic-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Regular";
  src: url(/fonts/ZenMaruGothic/ZenMaruGothic-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoColorEmoji-Regular";
  src: url(/fonts/NotoColorEmoji/NotoColorEmoji-Regular.woff) format("woff");
  font-display: swap;
}
/*16*1.75/2*/
/*=======*/
/* trial */
/*=======*/
.trial .pamphlet-area .guide-txt {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: "NotoSansJP-Bold", sans-serif;
}
@media (max-width: 767px) {
  .trial .pamphlet-area .guide-txt {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.trial .pamphlet-area .pamphlet-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .trial .pamphlet-area .pamphlet-list {
    margin-bottom: 30px;
  }
}
.trial .pamphlet-area .pamphlet-list li {
  width: 31.6733333333%;
  margin-bottom: 2.49%; /* 30/1204*100 */
  cursor: pointer;
  text-align: center;
}
@media (max-width: 767px) {
  .trial .pamphlet-area .pamphlet-list li {
    width: 100%;
    margin-bottom: initial;
  }
}
.trial .pamphlet-area .pamphlet-list li:not(:nth-of-type(3n)) {
  margin-right: 2.49%; /* 30/1204*100 */
}
@media (max-width: 767px) {
  .trial .pamphlet-area .pamphlet-list li:not(:nth-of-type(3n)) {
    margin-right: initial;
  }
}
@media (max-width: 767px) {
  .trial .pamphlet-area .pamphlet-list li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.trial .pamphlet-area .note-txt {
  margin-bottom: 40px;
}
.trial .pamphlet-area .document-bt {
  text-align: center;
}
.trial .popup-contents .pop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
}
.trial .popup-contents .pop .bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.trial .popup-contents .pop .pop-img {
  overflow-y: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: min(1000px, 71.42vw); /* 1000/1400*100 */
}
@media (max-width: 767px) {
  .trial .popup-contents .pop .pop-img {
    width: 90vw;
  }
}
.trial .popup-contents .pop .pop-img .close-bt {
  overflow: hidden;
  position: relative;
  width: clamp(25px, 2.5vw, 35px); /* 35/1400*100 */
  height: clamp(25px, 2.5vw, 35px); /* 35/1400*100 */
  margin-bottom: 5px;
  margin-left: auto;
  cursor: pointer;
}
@media (max-width: 767px) {
  .trial .popup-contents .pop .pop-img .close-bt {
    width: 22px;
    height: 22px;
  }
}
.trial .popup-contents .pop .pop-img .close-bt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: top;
  width: 1px;
  height: 60px;
  background: #000;
}
.trial .popup-contents .pop .pop-img .close-bt::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-45deg) translate(-50%, -50%);
  transform-origin: top;
  width: 1px;
  height: 60px;
  background: #000;
}
/*# sourceMappingURL=trial.css.map */