@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "zenKakuGothicNew400";
  src: url("../font/ZenKakuGothicNew-Regular.woff");
}
@font-face {
  font-family: "zenKakuGothicNew500";
  src: url("../font/ZenKakuGothicNew-Medium.woff");
}
@font-face {
  font-family: "zenKakuGothicNew700";
  src: url("../font/ZenKakuGothicNew-Bold.woff");
}
@font-face {
  font-family: "departureMono400";
  src: url("../font/DepartureMono-Regular.woff");
}
@font-face {
  font-family: "bahnschrift350";
  src: url("../font/bahnschrift.ttf");
}
@font-face {
  font-family: "bahnschrift600";
  src: url("../font/bahnschrift.ttf");
}
@font-face {
  font-family: "inter500";
  src: url("../font/Inter-VariableFont_opsz_wght.woff");
}
@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "notoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
.accept {
  position: relative;
}
.accept:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent calc(100% - 1px), #f6f6f6 calc(100% - 1px));
  background-size: 865px 865px;
  background-repeat: repeat;
  background-position: center center;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1079px) {
  .accept:before {
    background-size: 200px 200px;
  }
}
.accept .c-text {
  margin-top: 20px;
}
@media screen and (max-width: 1079px) {
  .accept .c-text {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1080px) {
  .accept__store {
    padding: 0 40px 120px;
  }
}
@media screen and (max-width: 1079px) {
  .accept__store {
    padding: 70px 0;
  }
}

.accept__storeBox {
  margin-top: 50px;
}
@media screen and (min-width: 1080px) {
  .accept__storeBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1079px) {
  .accept__storeBox {
    display: block;
  }
}

.accept__storeView {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1080px) {
  .accept__storeView {
    width: 650px;
  }
}
@media screen and (max-width: 1079px) and (min-width: 481px) {
  .accept__storeView {
    height: 420px;
  }
}
@media screen and (max-width: 480px) {
  .accept__storeView {
    height: 290px;
  }
}

.accept__storeImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.accept__storeList {
  border-top: 1px dotted #2452E2;
  display: block;
}
@media screen and (min-width: 1080px) {
  .accept__storeList {
    width: calc(100% - 650px);
  }
}
.accept__storeItem {
  border-bottom: 1px dotted #2452E2;
}

.accept__storeLink {
  position: relative;
  background-color: #fff;
  color: #2452E2;
  font-family: zenKakuGothicNew500, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  display: block;
}
@media screen and (min-width: 1080px) {
  .accept__storeLink {
    font-size: 20px;
    padding: 48px 48px 48px 52px;
  }
}
@media screen and (max-width: 1079px) {
  .accept__storeLink {
    font-size: 18px;
    padding: 27px 30px;
  }
}
.accept__storeLink:after {
  content: "";
  position: absolute;
  top: 0;
  right: 48px;
  bottom: 0;
  margin: auto 0;
  background: url("../img/common/icon_arrow07.svg") no-repeat center/cover;
  display: block;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1079px) {
  .accept__storeLink:after {
    width: 28px;
    height: 28px;
  }
}
.accept__storeLink:hover {
  background-color: #F2F8FF;
}

.accept__fax {
  background-color: #fff;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(36, 82, 226, 0.2) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(36, 82, 226, 0.2) calc(100% - 1px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: center center;
  border-top: 1px solid rgba(36, 82, 226, 0.2);
  border-bottom: 1px solid rgba(36, 82, 226, 0.2);
}
@media screen and (min-width: 1080px) {
  .accept__fax {
    padding: 0 40px 120px;
  }
}
@media screen and (max-width: 1079px) {
  .accept__fax {
    padding: 70px 0;
  }
}

.accept__faxList {
  margin: 50px auto 0;
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 1080px) {
  .accept__faxList {
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media screen and (max-width: 1079px) {
  .accept__faxList {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px 0;
  }
}

.accept__faxItem {
  background-color: #fff;
  border: 1px solid #2452E2;
  font-family: zenKakuGothicNew700, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
  color: #2452E2;
}
@media screen and (min-width: 1080px) {
  .accept__faxItem {
    padding: 30px 35px 15px;
  }
}
@media screen and (max-width: 1079px) {
  .accept__faxItem {
    padding: 15px 15px 12px;
  }
}
@media screen and (max-width: 350px) {
  .accept__faxItem {
    padding: 15px 10px 12px;
  }
}

.accept__faxName {
  display: block;
  line-height: 1;
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #2452E2;
}
@media screen and (min-width: 1080px) {
  .accept__faxName {
    font-size: 24px;
  }
}
@media screen and (max-width: 1079px) {
  .accept__faxName {
    font-size: 18px;
  }
}

.accept__faxLink {
  display: block;
  font-size: 25px;
  line-height: 1;
  text-align: center;
  letter-spacing: 3px;
  color: #2452E2 !important;
}
@media screen and (max-width: 350px) {
  .accept__faxLink {
    font-size: 20px;
  }
}
.accept__faxLink:nth-of-type(n + 2) {
  margin-top: 5px;
}

.accept__faxSmall {
  font-size: 15px;
}

.accept__faxWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 1080px) {
  .accept__faxWrap {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1079px) {
  .accept__faxWrap {
    margin-top: 10px;
  }
}

.accept__faxContents {
  position: relative;
  margin-left: 20px;
}
@media screen and (max-width: 480px) {
  .accept__faxContents {
    margin-left: 10px;
  }
}
.accept__faxContents:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -20px;
  bottom: 0;
  margin: auto 0;
  width: 1px;
  height: 40px;
  background-color: #2452E2;
}
@media screen and (max-width: 480px) {
  .accept__faxContents:before {
    left: -10px;
  }
}

.accept__faxText {
  display: table;
  line-height: 1.42;
  font-family: zenKakuGothicNew700, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
}
@media screen and (max-width: 1079px) {
  .accept__faxText {
    font-size: 12px;
  }
}
.accept__faxText:nth-child(n+2) {
  margin-top: 5px;
}
.accept__faxText.--time {
  margin-right: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 350px) {
  .accept__faxText.--time {
    margin-right: 5px;
  }
}

.accept__faxTimes {
  color: #000;
  font-family: zenKakuGothicNew500, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}