@charset "UTF-8";
.sub h2 {
  position: relative; /* 必要に応じ */
  z-index: 10;
  margin-bottom: 150px;
}
.sub h2 .hito {
  width: 130px;
}
@media screen and (max-width: 750px) {
  .sub h2 .hito {
    margin-top: 0;
    width: 84px;
  }
}
.sub .contents {
  padding: 36px 0 0;
}
.sub .contents .tablist {
  margin: 0 auto;
  font-size: 26px;
  display: block;
  text-align: center;
  margin-bottom: 36px;
}
@media screen and (max-width: 750px) {
  .sub .contents .tablist {
    font-size: 22px;
  }
}
.sub .contents .tablist a {
  cursor: pointer;
}
.sub .contents .tablist a.disable {
  color: #C0C0C0;
}
.sub .contents .mds {
  padding: 36px 10px;
  background-color: #E60012;
  width: 100%;
  color: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub .contents .guidebox {
  gap: 24px;
  padding-top: 24px;
}
@media screen and (max-width: 750px) {
  .sub .contents .guidebox {
    flex-direction: column;
  }
}
.sub .contents .guidebox .left {
  flex: 1 1 auto;
}
.sub .contents .guidebox .right {
  flex: 1 1 auto;
}
.sub .contents .guidebox .right .box {
  width: 100%;
  max-width: initial;
  height: auto;
  margin: 24px 0;
}
.sub .contents .guidebox .right .box .prof {
  color: #00A0E9;
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}
.sub .contents .guidebox.half-layout {
  display: flex;
}
.sub .contents .guidebox.half-layout .left,
.sub .contents .guidebox.half-layout .right {
  flex: 0 0 49%;
  max-width: 49%;
}
@media screen and (max-width: 750px) {
  .sub .contents .guidebox.half-layout {
    flex-direction: column;
  }
  .sub .contents .guidebox.half-layout .left,
  .sub .contents .guidebox.half-layout .right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.sub .contents .guide {
  padding-top: 24px;
  padding-bottom: 70px;
  border-bottom: #E60012 1px solid;
}
.sub .contents .item {
  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 100%;
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .sub .contents .item .left {
    flex: 0 0 100%;
  }
}
.sub .contents .item .right {
  font-weight: 800;
  flex: 1 1 auto;
  font-size: 18px;
}
.sub .contents .item .right .small {
  display: block;
}
.sub .contents .item .right .flex {
  justify-content: flex-start;
}
.sub .contents .item .right .flex .app_badge {
  height: 50px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
  margin: 15px 0;
  margin-right: 10px;
}
.sub .contents .item .right .naka {
  font-size: 18px;
  margin: 24px 0 15px;
}
.sub .contents .grid-four,
.sub .contents .grid-six {
  display: grid;
  gap: 24px;
}
.sub .contents .grid-four .item,
.sub .contents .grid-six .item {
  text-align: center;
}
.sub .contents .grid-four .item img,
.sub .contents .grid-six .item img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
}
.sub .contents .grid-four .item .text,
.sub .contents .grid-six .item .text {
  font-size: 14px;
  line-height: 1.4;
}
.sub .contents .grid-four .item .texts,
.sub .contents .grid-six .item .texts {
  text-align: left;
}
.sub .contents .grid-four {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 750px) {
  .sub .contents .grid-four {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sub .contents .grid-six {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 750px) {
  .sub .contents .grid-six {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sub #guide,
.sub #zuroku {
  display: none;
}
.sub #guide.show,
.sub #zuroku.show {
  display: block;
}
.sub .topbuttonwrap {
  max-width: 1000px;
  margin: 80px auto 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}
.sub .topbuttonwrap a {
  width: calc((100% - 48px) / 3);
  text-decoration: none;
}
.sub .topbuttonwrap a button {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: none;
  padding: 0;
  cursor: pointer;
  margin-bottom: 150PX;
}
.sub .topbuttonwrap a button img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #E60012;
}
.sub .topbuttonwrap a button .text-bg {
  background-color: #E60012;
  color: #fff;
  padding: 8px 12px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #E60012;
}
@media screen and (max-width: 750px) {
  .sub .topbuttonwrap {
    gap: 16px;
  }
  .sub .topbuttonwrap a {
    width: calc((100% - 16px) / 2);
  }
  .sub .topbuttonwrap a button {
    margin-bottom: 80PX;
  }
  .sub .topbuttonwrap a.highs {
    height: auto !important;
  }
}/*# sourceMappingURL=special.css.map */