.page-lower #visual {
  height: 200px;
}
#visual .title-1:before {
  content: 'Documents request';
}
.page-request-index #main .section {
  padding-top: 60px;
}
.page-request-index #main .list .box {
  padding: 0 15px;
  background: var(--c-blue2);
  margin-top: 90px;
}
.page-request-index #main .list .box .inner {
  max-width: 100%;
  width: 1080px;
  justify-content: center;
  transform: translateY(-90px);
  margin: 0 auto;
}
.page-request-index #main .list .card {
  width: 30.56%;
  background: #fff;
  margin-left: 4.16%;
}
.page-request-index #main .list .card:nth-child(3n+1) {
  margin-left: 0;
}
.page-request-index #main .list .card:nth-child(n+4) {
  margin-top: 4.16%;
}
.page-request-index #main .list .card .photo {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 33 / 22;
  overflow: hidden;
  background: #cecece;
}
.page-request-index #main .list .card .photo img {
  max-width: 80%;
  max-height: 80%;
  transition: .4s;
}
.page-request-index #main .list .card:hover .photo img {
  transform: scale(1.05);
}
.page-request-index #main .list .card .content {
  font-weight: 700;
  text-align: center;
  color: var(--c-blue);
  padding: 1em;
}
.page-request-index #main .list .card .content .btn-1 {
  justify-content: center;
  padding-left: 0;
  max-width: 100%;
  width: 160px;
  height: 40px;
  margin: .5em auto 0;
}
@media (max-width:1024px) {
  .page-request-index #main .list .box .inner {
    transform: translateY(-50px);
  }
}
@media (max-width:768px) {
  .page-request-index #main .list .card {
    width: 48%;
    margin: 0 !important;
    margin-left: 4% !important;
  }
  .page-request-index #main .list .card:nth-child(2n+1) {
    margin-left: 0 !important;
  }
  .page-request-index #main .list .card:nth-child(n+3) {
    margin-top: 4% !important;
  }
}

#main .detail .gallery .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 510 / 340;
  background: #ddd;
}
#main .detail .gallery .swiper-slide img {
  max-width: 90%;
  max-height: 90%;
}
#main .detail .thumb-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 1em;
}
#main .detail .thumb-wrapper > * {
  width: 30%;
  cursor: pointer;
  border: 3px solid transparent;
}
#main .detail .thumb-wrapper > .thumb-media-active,
#main .detail .thumb-wrapper > *:hover {
  border-color: var(--c-blue3);
}
#main .detail .box {
  padding: 1.25em;
  background: var(--c-blue2);
  border: 1px solid var(--c-blue);
  margin-top: 2em;
}
#main .detail .box b {
  font-size: 1.8rem;
  color: var(--c-blue);
}
#main .detail .box ul {
  margin-top: .5em;
}
#main .detail .box ul li {
  list-style: square;
}
#main .detail .table dl ~ dl {
  margin-top: 1em;
}
#main .detail .table dl dt {
  font-weight: 700;
  color: var(--c-blue);
  padding: .5em 0;
  border-bottom: 1px solid #ddd;
}
#main .detail .table dl.require dt:before {
  content: '必須';
  display: inline-block;
  width: 3.5em;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding: .25em 0 .3em;
  background: #f00;
  margin-right: .4em;
}
#main .detail .table dl dd {
  padding: .75em 0;
  border-bottom: 1px solid #ddd;
}
@media (max-width:768px) {
  #main .detail .flex-col-2 {
    flex-wrap: wrap;
  }
  #main .detail .flex-col-2 > * {
    width: 100%;
  }
  #main .detail .flex-col-2 > * ~ * {
    margin-top: 2.5em;
  }
  #main .detail .mw_wp_form_complete {
    order: -1;
    margin-top: 0 !important;
    margin-bottom: 40px !important;
  }
}
@media (max-width:540px) {
  #main .detail .thumb-wrapper > * {
    width: 32%;
    border-width: 2px;
  }
}

#main input,
#main textarea {
  width: 100%;
  max-width: 100%;
  font: inherit;
  border: none;
  padding: .4em;
  background: #eff0f3;
}
#main select {
  font: inherit;
}
#main input[name="zip"],
#main input[name="pref"] {
  width: 10em;
}
#main input[name="namae"],
#main input[name="kana"],
#main input[name="tel"],
#main input[name="company"] {
  width: 20em;
}
#main input[name="email"],
#main input[name="email2"],
#main input[name="addr"],
#main input[name="addr2"] {
  width: 100%;
}
#main .form-button {
  text-align: center;
  margin-top: 3rem;
}
#main .form-button > * {
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
  transition: opacity 0.2s;
  margin: 0.5em;
}
.mw_wp_form_input .mw-preview,
.mw_wp_form_preview .mw-input {
  display: none !important;
}
#main input[type="radio"],
#main input[type="checkbox"] {
  width: auto;
}
label {
  display: inline-block;
}