@charset "UTF-8";
:root {
  --red-color:#E50012;
}

.headerbox {
  position: relative;
}
.headerbox:before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, rgb(229, 0, 18) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.2;
  width: 50%;
  height: 100%;
}
.headerbox .inner {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
  bottom: 105px;
}
.headerbox .inner .lead {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.75;
  letter-spacing: 0.18em;
  color: #FFFFFF;
}
.headerbox .inner h2 {
  font-family: HiraKakuStd W7-90ms-RKSJ-H;
  font-size: 60px;
  line-height: 0.417;
  letter-spacing: 0.3em;
  color: #FFFFFF;
  margin-bottom: 50px;
}

.othertopcontents {
  margin-bottom: 50px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto 100%;
}
@media (min-width: 768px) {
  .othertopcontents {
    padding-top: 40px;
    padding-bottom: 70px;
      background-position: top right;
    background-image: url(../img/other/back-image-pc.jpg);
    background-size: contain;
    margin-bottom: 100px;
  }
}
.othertopcontents--headbox {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .othertopcontents--headbox {
    margin-bottom: 85px;
  }
}
.othertopcontents--headbox h2 .title {
  display: block;
  font-family: Century Gothic;
  line-height: 1;
  font-size: 40px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .othertopcontents--headbox h2 .title {
    font-size: 130px;
    margin-bottom: 60px;
  }
}
.othertopcontents--headbox h2 .title span {
  color: #E50012;
}
.othertopcontents--textbox {
  position: relative;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .othertopcontents--textbox {
    padding-top: 100px;
    padding-bottom: 200px;
  }
}
.othertopcontents--textbox .movebox {
  width: 125%;
  left: -25%;
  position: absolute;
  height: 100%;
  top: 0;
}
@media (min-width: 768px) {
  .othertopcontents--textbox .movebox {
    width: 140%;
    left: -35%;
  }
}
.othertopcontents--textbox .contents {
  width: 90%;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .othertopcontents--textbox .contents {
    width: 100%;
    max-width: 880px;
  }
}
.othertopcontents--textbox .title {
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #E50012;
  border-bottom: 1px solid black;
  font-size: 20px;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .othertopcontents--textbox .title {
    font-size: 24px;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}

.pagenav {
  margin-bottom: 20px;
}
.pagenav .inner {
  padding: 0;
}
@media (min-width: 768px) {
  .pagenav .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.pagenav .menu {
  display: flex;
  align-items: flex-start;
}
.pagenav .menu > li {
  width: 50%;
}
.pagenav .menu > li a.txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  font-size: 20px;
  border-bottom: 1px solid #4D4D4D;
  transition: 0.5s;
}
.pagenav .menu > li a.txt:hover {
  border-bottom-color: #e50012;
  background: #F2F2F2;
}
.pagenav .togglemenu {
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .pagenav .togglemenu {
    flex-wrap: nowrap;
    padding-top: 23px;
    gap: 65px;
    padding-left: 0;
  }
}
.pagenav .togglemenu a {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.08em;
  transition: 0.5s;
  padding: 0 11px 15px;
  transition: all 0.2s;
  border-bottom: 0;
  position: relative;
}
.pagenav .togglemenu a:hover {
  /* border-bottom: 4px solid #e50012; */
}

.pagenav .togglemenu a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 4px;
  background-color: var(--main-color);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.1s ease-in-out;
}
@media (min-width: 768px) {
  .pagenav .togglemenu a:hover::after {
    transform: scaleX(1);
  }
}

@media (min-width: 768px) {
  .btnbox {
    display: flex;
    justify-content: center;
    gap: 40px;
  }
}

.btnlink {
  width: 100%;
  max-width: 580px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.btnlink:not(:last-of-type) {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .btnlink:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.btnlink:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 28px;
  background: url(../../assets/img/other/icon-pdf.svg) no-repeat center center/contain;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.btnlink a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  border: 1px solid #666666;
  font-size: 20px;
  letter-spacing: 0.15em;
  position: relative;
  z-index: 2;
  line-height: 1.4;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .btnlink a {
    justify-content: center;
    line-height: 1;
    padding-left: 0;
  }
}

.contentstitle {
  font-weight: bold;
  color: #040000;
  font-size: 24px;
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .contentstitle {
    font-size: 30px;
    margin-bottom: 60px;
  }
}
.contentstitle:before {
  content: "■";
  color: #d61518;
  display: inline-block;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .contentstitle:before {
    padding-right: 20px;
  }
}

.informationbox {
  background: #F2F2F2;
  padding: 30px 0 160px;
}
@media (min-width: 768px) {
  .informationbox {
    padding: 60px 0 190px;
  }
}
.informationbox ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .informationbox ul {
    gap: 80px;
  }
}
.informationbox--list {
  width: 100%;
  max-width: calc(50% - 10px);
  background-color: white;
  border: 1px solid #666666;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 25px 19px 16px;
}
@media (min-width: 768px) {
  .informationbox--list {
    max-width: calc(25% - 60px);
  }
}

a.informationbox--list:hover{
  opacity: 0.5;
  color: #000;
}
a.informationbox--list img{
  opacity: 1;
}

.informationbox--list .linktext {
  margin-top: auto;
  text-align: center;
}
.informationbox--list .cap {
  width: 100%;
  max-width: 100px;
  margin: 0 auto 30px;
}
.informationbox--list h4 {
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0.015em;
  color: #040000;
  text-align: center;
  border-top: 1px solid #666666;
  padding-top: 20px;
  margin-bottom: 28px;
}

.otherprint {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .otherprint {
    margin-bottom: 104px;
  }
}
.otherprint--contents:not(:last-of-type) {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .otherprint--contents:not(:last-of-type) {
    margin-bottom: 104px;
  }
}
.otherprint--contents .headbox {
  position: relative;
  margin-bottom: 30px;
}
.otherprint--contents .headbox .box-line-half {
  width: 20%;
  left: auto;
  right: -35px;
}
@media (min-width: 768px) {
  .otherprint--contents .headbox .box-line-half {
    width: 100%;
    left: 50%;
    right: auto;
  }
}
@media (min-width: 768px) {
  .otherprint--contents .headbox {
    margin-bottom: 60px;
  }
}
.otherprint--contents .headbox h3.contentstitle {
  margin-bottom: 0;
}
.otherprint--contents .contents {
  background: #FFFFFF;
  border-style: Solid;
  border-color: #999999;
  border-color: rgb(153, 153, 153);
  border-width: 1px;
  border-radius: 18px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  padding: 30px 20px;
  margin-bottom: 52px;
}

.otherprint--contents .leadtext{
	margin-bottom: 50px;
}


@media (min-width: 768px) {
  .otherprint--contents .contents {
    padding: 30px 35px;
  }
}
.otherprint--contents .contents .logo {
  width: 100%;
  max-width: 193px;
  padding-top: 25px;
}
@media (min-width: 768px) {
  .otherprint--contents .contents .flexcontents {
    display: flex;
    justify-content: space-between;
    gap: 130px;
  }
}
.otherprint--contents .contents .flexcontents .cap {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .otherprint--contents .contents .flexcontents .cap {
    max-width: 450px;
    margin-bottom: 0;
  }
}
.otherprint--contents .contents .flexcontents .databox {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .otherprint--contents .contents .flexcontents .databox {
/*     max-width: 520px; */
    margin-bottom: 0;
  }
}
.otherprint--contents .contents .flexcontents .details {
  width: 100%;
  max-width: 420px;
  display: flex;
  justify-content: center;
}
.otherprint--contents h3.title {
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: var(--red-color);
  margin-bottom: 30px;
}
.otherprint--contents .contents .lead {
  margin-bottom: 20px;
}
.otherprint--contents .contents .checklist li {
  position: relative;
  padding-left: 20px;
}
.otherprint--contents .contents .checklist li:not(:last-child) {
  margin-bottom: 5px;
}
.otherprint--contents .contents .checklist li:before {
  content: "■";
  display: block;
  color: #e50012;
  position: absolute;
  left: 0;
  top: 0;
}
.otherprint--contents .contents--details {
  background: #F2F2F2;
  border-radius: 18px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .otherprint--contents .contents--details {
    padding-top: 43px;
    padding-bottom: 27px;
  }
}
.otherprint--contents .contents--details p {
  text-align: justify;
}
.otherprint--contents .contents .details--item {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .otherprint--contents .contents .details--item {
    margin-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.otherprint--contents .contents .details--item ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .otherprint--contents .contents .details--item ul {
    gap: 60px;
    flex-wrap: nowrap;
  }
}
.otherprint--contents .contents .details--box {
  width: 100%;
}
.otherprint--contents .contents .details--box:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .otherprint--contents .contents .details--box:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .otherprint--contents .contents .details--box {
    max-width: 300px;
  }
}
.otherprint--contents .contents .details--box .cap {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .otherprint--contents .contents .details--box .cap {
    margin-bottom: 30px;
  }
}
.otherprint--contents .contents .details--box h4 {
  border-bottom: 1px solid black;
  padding-bottom: 14px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .otherprint--contents .contents .details--box h4 {
    padding-bottom: 29px;
    margin-bottom: 30px;
  }
}
.otherprint--contents .contents .details--box h4 .txt {
  display: block;
}
.otherprint--contents .contents .details--box h4 .text {
  display: block;
  color: #e50012;
  font-size: 24px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .otherprint--contents .contents .details--box h4 .text {
    margin-bottom: 7px;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
}

/*# sourceMappingURL=other.css.map */
