@charset "UTF-8";
#header {
  display: flex;
}

#breadBox {
  display: none;
}

@media screen and (max-width: 640px) {
  .row {
    justify-content: space-between;
  }
  .row .col-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row .col-4 a {
    font-size: 14px;
  }
}
.display-4 {
  color: red;
  font-size: 3rem;
}
.display-4 .fas {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.display-4 .fas .fa-check-circle:before {
  content: "\f058";
}

/* モーダルのスタイル */
.modal-test {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  overflow-y: scroll;
  margin-top: 0 !important;
}

/* モーダルコンテンツ */
.modal-content-test {
  background-color: #fff;
  margin: 15% auto;
  padding: 60px;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
}

/* 閉じるボタン */
.close-test {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  cursor: pointer;
}

.close-test:hover {
  color: #f00;
}

.school-size-top-bnr-box {
  display: flex;
  justify-content: space-between;
  margin: -35px 0 50px 0;
}
.school-size-top-bnr-box .school-size-top-bnr-link .school-size-top-bnr-img {
  width: 550px;
  height: auto;
}

@media screen and (max-width: 640px) {
  .school-size-top-bnr-box {
    flex-direction: column;
    row-gap: 20px;
    padding: 0 2.5%;
  }
}
#orderH1 {
  text-align: left;
}

.mt20 li a {
  text-align: left;
}
.mt20 li span {
  font-size: 1.3rem;
  display: block;
  color: #363636;
  padding: 4px 24px 4px 4px !important;
}
.mt20 li .scroll-button-school-size:hover {
  color: #FFFFFF;
  opacity: 1;
  background-color: #3F312F;
}

.block_outer article h2 {
  text-align: left;
}

.listInner h4 {
  text-align: left;
}

.block_outer h3 {
  text-align: left;
}

.text-center .mt-5 {
  text-align: center;
}

.modal-school-size {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  margin-top: 0 !important;
}

.modal-content-school-size {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 70%;
}

.close-school-size {
  color: #888;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.goodsdetail-carttop {
  text-align: center;
  font-weight: bold;
}

#myModal {
  overflow-y: scroll;
}

.listInner {
  width: 95%;
}
.listInner h4 {
  font-size: 1.6rem;
}
.listInner .image img {
  width: 100%;
}
.listInner .mt20 {
  font-size: 1.3rem;
}

p {
  font-size: 1.4rem;
}

#copyright {
  background: inherit;
  padding: 0;
}

.modal-btn-img-box {
  transition: opacity 0.3s;
}

.modal-btn-img-box:hover {
  opacity: 0.7;
}

.fixed-bnr-box {
  position: fixed;
  bottom: 20px;
  right: 125px;
  z-index: 500;
  transition: bottom 0.3s;
  width: 333px;
}
.fixed-bnr-box #closeBanner {
  position: absolute;
  right: 0;
  top: -5%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.fixed-bnr-box #closeBanner::before {
  content: "";
  width: 20px;
  height: 2px;
  background: #000000;
  transform: rotate(45deg);
  display: inline-block;
  position: absolute;
}
.fixed-bnr-box #closeBanner::after {
  content: "";
  width: 20px;
  height: 2px;
  background: #000000;
  transform: rotate(-45deg);
  display: inline-block;
  position: absolute;
}
.fixed-bnr-box .fixed-bnr-link .fixed-bnr-img {
  width: 333px;
  height: auto;
}
.fixed-bnr-box .fixed-bnr-link:hover {
  opacity: 1;
}

@media screen and (max-width: 640px) {
  .fixed-bnr-box {
    right: 2.5%;
    width: 170px;
  }
  .fixed-bnr-box #closeBanner {
    top: -10%;
  }
}/*# sourceMappingURL=school-size.css.map */