@charset "UTF-8";
.sub .contents {
  padding: 80px 0 0;
}
.sub .contents .item {
  border-bottom: #E60012 1px solid;
  width: 100%;
  padding: 36px 0;
}
@media screen and (max-width: 750px) {
  .sub .contents .item {
    flex-direction: column;
    gap: 15px;
  }
}
.sub .contents .item .left {
  font-weight: 800;
  flex: 0 0 300px;
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .sub .contents .item .left {
    flex: 0 0 100%;
  }
}
.sub .contents .item .right {
  flex: 1 1 auto;
}
.sub .contents .item .right .small {
  display: block;
}
.sub .contents .item .right a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.sub .contents .item .right iframe {
  margin-bottom: 15px;
  display: block;
}
@media screen and (max-width: 750px) {
  .sub .contents .item .right iframe {
    width: 100%;
  }
}
.sub .contents .bottom {
  margin-top: 36px;
}
.sub .topbuttonwrap {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 24px;
  padding: 2em 0;
}
.sub .topbuttonwrap a {
  flex: 0 0 23%;
  text-align: center;
}
.sub .topbuttonwrap a button {
  width: 100%;
  padding: 0.9em 1.2em;
  min-width: auto;
  white-space: nowrap;
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.4;
  margin: 0;
}
.sub .topbuttonwrap a:hover {
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .sub .topbuttonwrap {
    flex-wrap: wrap;
    width: 100%;
    padding: 15px;
    -moz-column-gap: 1em;
         column-gap: 1em;
    row-gap: 0.8em;
  }
  .sub .topbuttonwrap a {
    flex: 0 0 calc(50% - 0.5em);
  }
  .sub .topbuttonwrap a button {
    padding: 0.6em 1em;
    font-size: 0.95rem;
    line-height: 1.3;
  }
}
.sub h3 {
  border: none;
  font-size: 28px;
  display: block;
  text-align: center;
  margin: 0 auto 24px;
  padding-top: 80px;
  font-weight: 600;
}
.sub h4.kazari {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  color: #E60012;
  text-align: center;
  padding: 0;
  margin-bottom: 24px;
  margin-left: 15px;
}
@media screen and (max-width: 750px) {
  .sub h4.kazari {
    width: calc(100% - 30px);
  }
}
.sub h4.kazari::before, .sub h4.kazari::after,
.sub h4.kazari span::before,
.sub h4.kazari span::after {
  content: "";
  position: absolute;
  background-color: #E60012;
}
.sub h4.kazari::before {
  top: -12px;
  left: -8px;
  width: 1px;
  height: 15px;
}
.sub h4.kazari::after {
  top: -8px;
  left: -12px;
  width: 16px;
  height: 1px;
}
.sub h4 span::before {
  top: -12px;
  right: -8px;
  width: 1px;
  height: 15px;
}
.sub h4 span::after {
  top: -8px;
  right: -12px;
  width: 15px;
  height: 1px;
}
.sub h4 .kazari-left-bottom {
  bottom: -12px;
  left: -8px;
  width: 1px;
  height: 15px;
  position: absolute;
  background-color: #E60012;
}
.sub h4 .kazari-left-bottom-h {
  bottom: -8px;
  left: -12px;
  width: 15px;
  height: 1px;
  position: absolute;
  background-color: #E60012;
}
.sub h4 .kazari-right-bottom {
  bottom: -12px;
  right: -8px;
  width: 1px;
  height: 15px;
  position: absolute;
  background-color: #E60012;
}
.sub h4 .kazari-right-bottom-h {
  bottom: -8px;
  right: -12px;
  width: 15px;
  height: 1px;
  position: absolute;
  background-color: #E60012;
}
.sub h5 {
  font-size: 18px;
  font-weight: 800;
}
.sub .h5wrapper {
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin-bottom: 24px;
}
@media screen and (max-width: 750px) {
  .sub .h5wrapper {
    flex-wrap: wrap;
  }
  .sub .h5wrapper h5 {
    flex: 0 0 100%;
  }
}
.sub .midashi {
  font-size: 18px;
  font-weight: 800;
  margin: 15px 0;
}
.sub table {
  border-spacing: 0;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  margin-bottom: 24px;
}
.sub table td,
.sub table th {
  border: none;
  border-bottom: 1px solid #E60012;
  height: 60px;
  font-weight: 600;
}
.sub table td .small,
.sub table th .small {
  font-size: 10px;
}
.sub table th {
  height: 80px;
}
.sub table th {
  border-bottom: 3px solid #E60012;
}
.sub ul {
  margin-bottom: 24px;
}
.sub ul li {
  padding-left: 20px;
  position: relative;
}
.sub ul li::before {
  content: "※ ";
  position: absolute;
  left: 0;
  top: 0;
}
.sub ul li.underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.sub p.underline {
  padding-bottom: 2px;
  font-size: 16px;
  display: inline-block;
  font-weight: 800;
  margin: 24px 0;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.sub .box {
  max-width: 1140px;
  height: auto;
  width: 100%;
}
.sub .box .col {
  gap: 15px;
}
@media screen and (max-width: 750px) {
  .sub .box .col {
    gap: 24px;
  }
}
.sub .box .col .item {
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .sub .box .col .item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.sub .box .col .item .koumoku {
  flex: 0 0 200px;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .sub .box .col .item .koumoku {
    flex: 0 0 auto;
  }
}
.sub .box .col .item p {
  flex: 1 1 auto;
}
.sub .maeuri_sec {
  margin-bottom: 110px;
}
.sub .maeuri_sec .maeuri {
  gap: 24px;
  margin-bottom: 24px;
}
.sub .maeuri_sec .maeuri .pair {
  width: 100%;
}
.sub .maeuri_sec .maeuri .col {
  flex: 1 1 auto;
  gap: 24px;
}
.sub .maeuri_sec .maeuri .col .box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1 1 auto;
}
@media screen and (max-width: 750px) {
  .sub .maeuri_sec .maeuri {
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
  }
}
.sub .maeuri_sec .maeuri .img {
  flex: 0 1 330px;
  width: 330px;
  height: 330px;
  display: flex;
}
.sub .maeuri_sec .maeuri .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.sub .buy {
  gap: 36px;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .sub .buy {
    flex-direction: column;
    gap: 15px;
  }
}
.sub .buy .left {
  flex: 0 1 36%;
}
.sub .buy .left a button {
  width: 100%;
  margin: 0;
}
.sub .buy .right {
  flex: 0 1 62%;
}
.sub .twoimage {
  gap: 24px;
  margin: 24px 0;
}

.red {
  color: #E60012;
}/*# sourceMappingURL=english.css.map */