@media screen and (max-width: 1600px) {
  body.page .main-wrapper-article-00 {
    padding: 0 20px;
  }
}

body.page .main-wrapper-article-00.layout-01 {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-00.layout-01 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 480px) {
  body.page .main-wrapper-article-00.layout-01 {
    margin-bottom: 60px;
  }
}

body.page .main-wrapper-article-00 .main-wrapper-article-00-header.layout-01 {
  max-width: 800px;
  margin: auto;
}

body.page .main-wrapper-article-00 .main-wrapper-article-00-header.layout-02 {
  max-width: 1000px;
  margin: auto;
}

body.page .main-wrapper-article-00 .main-wrapper-article-00-header-box-message.layout-01 p {
  text-align: left;
}

body.page .main-wrapper-article-00 .main-wrapper-article-00-header-box-message p {
  text-align: center;
  margin: 0 0 15px;
}

body.page .main-wrapper-article-00 .main-wrapper-article-00-header-box-message p span {
  display: inline-block;
}

body.page .main-wrapper-article-00 .main-wrapper-article-00-body {
  margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-00 .main-wrapper-article-00-body {
    margin: 25px auto 0;
  }
}

@media screen and (max-width: 480px) {
  body.page .main-wrapper-article-00 .main-wrapper-article-00-body {
    margin: 20px auto 0;
  }
}

body.page .main-wrapper-article-00 .main-wrapper-article-00-body.layout-01 {
  max-width: 800px;
  margin: 0 auto;
}

body.page .main-wrapper-article-00 .main-wrapper-article-00-body-box {
  margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-00 .main-wrapper-article-00-body-box {
    margin: 25px auto 0;
  }
}

@media screen and (max-width: 480px) {
  body.page .main-wrapper-article-00 .main-wrapper-article-00-body-box {
    margin: 20px auto 0;
  }
}

body.page .main-wrapper-article-00 .main-wrapper-article-00-body-box p {
  text-align: center;
  margin: 0 0 15px;
}

body.page .main-wrapper-article-00 .main-wrapper-article-00-body-box p span {
  display: inline-block;
}

body.page .main-wrapper-article-00 .main-wrapper-article-00-footer {
  margin: 30px 0 0;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-00 .main-wrapper-article-00-footer {
    margin: 25px 0 0;
  }
}

@media screen and (max-width: 480px) {
  body.page .main-wrapper-article-00 .main-wrapper-article-00-footer {
    margin: 20px 0 0;
  }
}

body.page .main-wrapper-article-00 .main-wrapper-article-00-footer-box {
  display: flex;
  justify-content: center;
}

body.page .main-wrapper-article-01 {
  max-width: 800px;
  margin-bottom: 70px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-01 {
    margin-bottom: 60px;
  }
}

body.page .main-wrapper-article-01 .main-wrapper-article-01-header-box-title h2 {
  font-size: 2.4rem;
  margin: 0 0 30px;
  padding: 0;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-01 .main-wrapper-article-01-header-box-title h2 {
    font-size: 1.4rem;
    margin: 0 0 20px;
  }
}

body.page .main-wrapper-article-01 .main-wrapper-article-01-header-box-message p {
  font-size: 1.6rem;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-01 .main-wrapper-article-01-header-box-message p {
    font-size: 1.4rem;
  }
}

body.page .main-wrapper-article-01 .main-wrapper-article-01-body-box {
  margin-bottom: 30px;
}

body.page .main-wrapper-article-01 .main-wrapper-article-01-body-box:last-child {
  margin-bottom: 0;
}

body.page .main-wrapper-article-01 .main-wrapper-article-01-body-box-title h3 {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 150%;
  margin-bottom: 5px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-01 .main-wrapper-article-01-body-box-title h3 {
    font-size: 1.4rem;
  }
}

body.page .main-wrapper-article-01 .main-wrapper-article-01-body-box-message {
  margin-top: 10px;
}

body.page .main-wrapper-article-01 .main-wrapper-article-01-body-box-message>ul>li {
  font-size: 1.6rem;
  line-height: 150%;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-01 .main-wrapper-article-01-body-box-message>ul>li {
    font-size: 1.4rem;
    padding-left: 18px;
  }
}

body.page .main-wrapper-article-01 .main-wrapper-article-01-body-box-message>ul>li:before {
  width: calc(24px * 0.5);
  height: calc(24px * 0.5);
  background: url(../img/privacy/img_privacy_ico01.png) no-repeat center top/100% auto;
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 10;
  content: "";
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-01 .main-wrapper-article-01-body-box-message>ul>li:before {
    top: 5px;
  }
}

body.page .main-wrapper-article-01 .main-wrapper-article-01-body-box-message>ul>li>ul {
  margin-top: 5px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-01 .main-wrapper-article-01-body-box-message>ul>li>ul {
    margin-left: -20px;
  }
}

body.page .main-wrapper-article-01 .main-wrapper-article-01-body-box-message>ul>li>ul>li {
  font-size: 1.6rem;
  line-height: 150%;
  margin-bottom: 8px;
  padding-left: 24px;
  position: relative;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-01 .main-wrapper-article-01-body-box-message>ul>li>ul>li {
    font-size: 1.4rem;
    padding-left: 22px;
  }
}

body.page .main-wrapper-article-01 .main-wrapper-article-01-body-box-message>ul>li>ul>li:before {
  width: calc(32px * 0.5);
  height: calc(27px * 0.5);
  background: url(../img/privacy/img_privacy_ico02.png) no-repeat center top/100% auto;
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 10;
  content: "";
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-01 .main-wrapper-article-01-body-box-message>ul>li>ul>li:before {
    top: 4px;
  }
}

body.page .main-wrapper-article-01 .main-wrapper-article-01-body-box-message p {
  font-size: 1.6rem;
  margin-bottom: 0;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-01 .main-wrapper-article-01-body-box-message p {
    font-size: 1.4rem;
  }
}

body.page .main-wrapper-article-01 .main-wrapper-article-01-footer {
  margin-top: 20px;
}

body.page .main-wrapper-article-01 .main-wrapper-article-01-footer-box-btn a {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-02 .main-wrapper-article-02-body-box {
    width: 100%;
    max-width: 420px;
    margin: auto;
  }
}

body.page .main-wrapper-article-02 .main-wrapper-article-02-body-box ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px !important;
}

body.page .main-wrapper-article-02 .main-wrapper-article-02-body-box ul li {
  width: 47.242%;
  margin-right: calc(100% - 94.484%) !important;
  margin-bottom: 20px !important;
  position: relative;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-02 .main-wrapper-article-02-body-box ul li {
    width: 100%;
    margin-right: 0 !important;
  }
}

body.page .main-wrapper-article-02 .main-wrapper-article-02-body-box ul li:nth-of-type(2n) {
  margin-right: 0 !important;
}

body.page .main-wrapper-article-02 .main-wrapper-article-02-body-box-box {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 0 20px 0 0;
  position: absolute;
  top: 0;
  left: 40px;
  bottom: 0;
  z-index: 10;
}

body.page .main-wrapper-article-02 .main-wrapper-article-02-body-box-box-title h3 {
  line-height: 150%;
  margin-left: -42px;
}

body.page .main-wrapper-article-02 .main-wrapper-article-02-body-box-box-title h3 span {
  font-family: "Lato", sans-serif;
  display: block;
  padding-left: 40px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-02 .main-wrapper-article-02-body-box-box-title h3 span {
    padding-left: 20px;
  }
}

body.page .main-wrapper-article-02 .main-wrapper-article-02-body-box-box-title h3 span:nth-of-type(1) {
  color: #fff;
  font-size: 3.6rem;
  font-weight: normal;
  letter-spacing: 1.5px;
  line-height: 150%;
  position: relative;
}

@media screen and (max-width: 1100px) {
  body.page .main-wrapper-article-02 .main-wrapper-article-02-body-box-box-title h3 span:nth-of-type(1) {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-02 .main-wrapper-article-02-body-box-box-title h3 span:nth-of-type(1) {
    font-size: 2.4rem;
  }
}

body.page .main-wrapper-article-02 .main-wrapper-article-02-body-box-box-title h3 span:nth-of-type(1):before {
  width: 5px;
  height: 36px;
  border-radius: 10px;
  background: #ed6c24;
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 10;
  content: "";
}

@media screen and (max-width: 1100px) {
  body.page .main-wrapper-article-02 .main-wrapper-article-02-body-box-box-title h3 span:nth-of-type(1):before {
    top: 1px;
  }
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-02 .main-wrapper-article-02-body-box-box-title h3 span:nth-of-type(1):before {
    top: -2px;
  }
}

body.page .main-wrapper-article-02 .main-wrapper-article-02-body-box-box-title h3 span:nth-of-type(2) {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 150%;
  margin-top: 10px;
}

@media screen and (max-width: 1100px) {
  body.page .main-wrapper-article-02 .main-wrapper-article-02-body-box-box-title h3 span:nth-of-type(2) {
    font-size: 1.4rem;
  }
}

body.page .main-wrapper-article-02 .main-wrapper-article-02-body-box-box-message {
  margin-top: 30px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-02 .main-wrapper-article-02-body-box-box-message {
    margin-left: -22px;
  }
}

body.page .main-wrapper-article-02 .main-wrapper-article-02-body-box-box-message p {
  color: #fff;
  font-size: 1.6rem;
  line-height: 150%;
}

@media screen and (max-width: 1100px) {
  body.page .main-wrapper-article-02 .main-wrapper-article-02-body-box-box-message p {
    font-size: 1.4rem;
  }
}

body.page .main-wrapper-article-02 .main-wrapper-article-02-body-box-thumb {
  position: relative;
  z-index: 9;
}

body.page .main-wrapper-article-03 {
  margin-top: -60px;
  margin-bottom: 70px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-03 {
    margin-top: -20px;
    margin-bottom: 40px;
  }
}

body.page .main-wrapper-article-03 .main-wrapper-article-03-body-box ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -4% !important;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-03 .main-wrapper-article-03-body-box ul {
    margin-bottom: -10px !important;
  }
}

body.page .main-wrapper-article-03 .main-wrapper-article-03-body-box ul li {
  width: 23.966%;
  margin-right: calc((100% - 95.864%) / 3);
  margin-bottom: 4% !important;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-03 .main-wrapper-article-03-body-box ul li {
    width: 48%;
    margin-right: calc((100% - 96%) / 1);
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-03 .main-wrapper-article-03-body-box ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}

body.page .main-wrapper-article-03 .main-wrapper-article-03-body-box ul li:nth-of-type(4n) {
  margin-right: 0;
}

body.page .main-wrapper-article-03 .main-wrapper-article-03-body-box ul li:hover a, body.page .main-wrapper-article-03 .main-wrapper-article-03-body-box ul li.active a {
  background-color: #4a4a4a;
  opacity: 1;
}

body.page .main-wrapper-article-03 .main-wrapper-article-03-body-box ul li.active a {
  pointer-events: none;
}

body.page .main-wrapper-article-03 .main-wrapper-article-03-body-box ul li a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  height: 72px;
  line-height: 72px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 36px;
  background: #bbb;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-03 .main-wrapper-article-03-body-box ul li a {
    font-size: 1.2rem;
    height: 34px;
    line-height: 34px;
  }
}

body.page .main-wrapper-article-04 .main-wrapper-article-04-body {
  padding: 0 40px;
}

@media screen and (max-width: 1100px) {
  body.page .main-wrapper-article-04 .main-wrapper-article-04-body {
    max-width: 800px;
    margin: auto;
  }
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-04 .main-wrapper-article-04-body {
    padding: 0;
  }
}

body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box {
    flex-direction: column;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box:last-child {
    margin-bottom: 0;
  }
}

body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-year {
  position: relative;
}

body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-year:after {
  width: 4px;
  height: 100%;
  margin: auto;
  background: #dfe0df;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
  content: "";
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-year:after {
    width: calc(100% + 20px);
    height: 4px;
    bottom: 0;
    left: -10px;
  }
}

body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-year-box {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ed6c24;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-year-box {
    width: 56px;
    height: 56px;
  }
}

body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-year-box span {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 2.4rem;
  line-height: 100%;
  display: block;
  padding: 5px 0 0 3px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-year-box span {
    font-size: 1.4rem;
    padding: 2px 0 0;
  }
}

body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box {
  width: calc(100% - 96px - 60px);
  padding-bottom: 100px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 0;
  }
}

body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box>ul>li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box>ul>li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1100px) {
  body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box>ul>li.layout-01 {
    flex-direction: column-reverse;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 1100px) and (max-width: 650px) {
  body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box>ul>li.layout-01 {
    margin-bottom: 40px;
  }
}

body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box>ul>li.layout-02 {
  flex-direction: row-reverse;
}

@media screen and (max-width: 1100px) {
  body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box>ul>li.layout-02 {
    flex-direction: column-reverse;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 1100px) and (max-width: 650px) {
  body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box>ul>li.layout-02 {
    margin-bottom: 40px;
  }
}

body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box-box {
  width: calc(100% - 463px - 65px);
}

@media screen and (max-width: 1360px) {
  body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box-box {
    width: calc(100% - 363px - 35px);
  }
}

@media screen and (max-width: 1100px) {
  body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box-box {
    width: 100%;
  }
}

body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box-box-title {
  padding-top: 50px;
}

@media screen and (max-width: 1100px) {
  body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box-box-title {
    padding-top: 0;
  }
}

body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box-box-title h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 18px;
  padding-left: 35px;
  position: relative;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box-box-title h3 {
    margin-bottom: 15px;
    padding-left: 20px;
  }
}

body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box-box-title h3:before {
  width: calc(48px * 0.5);
  height: calc(48px * 0.5);
  background: url(../img/common/img_common_article_ico01.png) no-repeat center top/100% auto;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 10;
  content: "";
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box-box-title h3:before {
    width: calc(24px * 0.5);
    height: calc(24px * 0.5);
    background: url(../img/common/img_common_article_ico01-sp.png) no-repeat center top/100% auto;
    top: 7px;
  }
}

body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box-box-title h3 br {
  display: none;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box-box-title h3 br {
    display: block;
  }
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box-box-title h3 {
    font-size: 1.6rem;
  }
}

body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box-box-message {
  margin-bottom: 12px;
}

body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box-box-message p {
  font-size: 1.6rem;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box-box-message p {
    font-size: 1.4rem;
  }
}

body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box-box-box dl {
  display: flex;
}

body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box-box-box dl dt {
  width: auto;
  font-weight: normal;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box-box-box dl dt {
    margin-right: 12px;
    padding-right: 12px;
  }
}

body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box-box-box dl dt:after {
  width: 2px;
  height: 22px;
  background: #bebebe;
  position: absolute;
  top: 3px;
  right: 0;
  z-index: 10;
  content: "";
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box-box-box dl dt:after {
    height: 20px;
    top: 2px;
  }
}

body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box-box-box dl dd {
  width: auto;
}

body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box-thumb {
  width: 463px;
}

@media screen and (max-width: 1360px) {
  body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box-thumb {
    width: 363px;
  }
}

@media screen and (max-width: 1100px) {
  body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box-thumb {
    width: 100%;
    max-width: 463px;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box-thumb {
    margin: 0 auto 15px;
  }
}

body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box-thumb picture span {
  font-size: 1.2rem;
  line-height: 120%;
  text-align: right;
  display: block;
  margin-top: 15px;
}

@media screen and (max-width: 1360px) {
  body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box-thumb picture span {
    text-align: center;
  }
}

body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box-thumb>ul.synchro-slider {
  text-align: center;
  opacity: 0;
  transition: opacity .3s linear;
}

body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box-thumb>ul.synchro-slider.slick-initialized {
  opacity: 1;
}

body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box-thumb .slick-list {
  overflow: initial;
}

body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box-thumb .slick-track span {
  width: 170px;
  font-size: 1.2rem;
  line-height: 120%;
  text-align: right;
  margin-top: 10px;
  position: absolute;
  right: 0;
  bottom: -32px;
  z-index: 20;
}

@media screen and (max-width: 1360px) {
  body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box-thumb .slick-track span {
    width: 100%;
    text-align: center;
    display: block;
    position: initial;
    right: initial;
    bottom: initial;
  }
}

body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box-thumb ul.slick-dots {
  width: auto;
  display: inline-block;
  position: initial;
  bottom: initial;
  overflow: hidden;
}

@media screen and (max-width: 1360px) {
  body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box-thumb ul.slick-dots {
    margin-top: -5px;
  }
}

body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box-thumb ul.slick-dots li {
  width: 12px;
  height: 12px;
  margin-right: 15px;
  margin-bottom: 0;
  position: relative;
}

body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box-thumb ul.slick-dots li:after {
  width: 9999px;
  height: 1px;
  margin: auto;
  background: #bebebe;
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
  z-index: 9;
  content: "";
}

body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box-thumb ul.slick-dots li:last-child {
  margin-right: 0;
}

body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box-thumb ul.slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
  background: #bebebe;
  position: relative;
  z-index: 10;
}

body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box-thumb ul.slick-dots li button:before {
  width: 12px;
  height: 12px;
  line-height: 12px;
  content: "";
}

body.page .main-wrapper-article-04 .main-wrapper-article-04-body-box-box-thumb ul.slick-dots li.slick-active button:before {
  width: 12px;
  height: 12px;
  line-height: 12px;
  border-radius: 50%;
  background: #00ae12;
  top: 0;
  left: 0;
}

body.page .main-wrapper-article-05 {
  margin-bottom: 120px;
}

body.page .main-wrapper-article-05 .main-wrapper-article-05-body {
  padding: 0 40px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-05 .main-wrapper-article-05-body {
    padding: 0;
  }
}

body.page .main-wrapper-article-05 .main-wrapper-article-05-body-box * {
  border: none;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-05 .main-wrapper-article-05-body-box table {
    margin-top: -20px;
  }
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-05 .main-wrapper-article-05-body-box table tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
}

body.page .main-wrapper-article-05 .main-wrapper-article-05-body-box table tbody tr th {
  width: 200px;
  text-align: left;
  padding: 20px 30px;
  border-bottom: 1px solid #dfe0df;
  background: #fff;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-05 .main-wrapper-article-05-body-box table tbody tr th {
    width: 120px;
    padding: 20px 20px;
  }
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-05 .main-wrapper-article-05-body-box table tbody tr th {
    width: 100%;
    line-height: 150%;
    padding: 20px 0 5px;
    border-bottom: none;
  }
}

body.page .main-wrapper-article-05 .main-wrapper-article-05-body-box table tbody tr td {
  padding: 20px 30px;
  border-bottom: 1px solid #dfe0df;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-05 .main-wrapper-article-05-body-box table tbody tr td {
    padding: 20px 20px;
  }
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-05 .main-wrapper-article-05-body-box table tbody tr td {
    width: 100%;
    line-height: 150%;
    padding: 5px 0 20px;
  }
}

body.page .main-wrapper-article-06 {
  max-width: initial;
  padding: 120px 0 100px;
  background: #fafafa;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-06 {
    padding: 40px 0 40px;
  }
}

body.page .main-wrapper-article-06 .main-wrapper-article-06-header {
  max-width: 1160px;
  margin: auto;
}

@media screen and (max-width: 1460px) {
  body.page .main-wrapper-article-06 .main-wrapper-article-06-header {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-06 .main-wrapper-article-06-header {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-06 .main-wrapper-article-06-header {
    padding-right: 15px;
    padding-left: 15px;
  }
}

body.page .main-wrapper-article-06 .main-wrapper-article-06-header-box-box {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: auto;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-06 .main-wrapper-article-06-header-box-box {
    flex-direction: column-reverse;
    max-width: 480px;
  }
}

body.page .main-wrapper-article-06 .main-wrapper-article-06-header-box-box-box {
  width: calc(100% - 468px - 60px);
  padding-top: 60px;
}

@media screen and (max-width: 1100px) {
  body.page .main-wrapper-article-06 .main-wrapper-article-06-header-box-box-box {
    width: calc(100% - 368px - 30px);
  }
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-06 .main-wrapper-article-06-header-box-box-box {
    width: 100%;
    padding-top: 0;
  }
}

body.page .main-wrapper-article-06 .main-wrapper-article-06-header-box-box-box dl {
  margin-bottom: 20px;
}

body.page .main-wrapper-article-06 .main-wrapper-article-06-header-box-box-box dl:last-child {
  margin-bottom: 0;
}

body.page .main-wrapper-article-06 .main-wrapper-article-06-header-box-box-box dl.style-01 dt {
  padding-left: 30px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-06 .main-wrapper-article-06-header-box-box-box dl.style-01 dt {
    padding-left: 25px;
  }
}

body.page .main-wrapper-article-06 .main-wrapper-article-06-header-box-box-box dl.style-01 dt:after {
  width: calc(36px * 0.5);
  height: calc(48px * 0.5);
  background: url(../img/company/img_img_company_ct01_ico11.png) no-repeat center top/100% auto;
  top: 1px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-06 .main-wrapper-article-06-header-box-box-box dl.style-01 dt:after {
    width: calc(30px * 0.5);
    height: calc(40px * 0.5);
    background: url(../img/company/img_img_company_ct01_ico11-sp.png) no-repeat center top/100% auto;
  }
}

body.page .main-wrapper-article-06 .main-wrapper-article-06-header-box-box-box dl.style-02 dt {
  padding-left: 30px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-06 .main-wrapper-article-06-header-box-box-box dl.style-02 dt {
    padding-left: 25px;
  }
}

body.page .main-wrapper-article-06 .main-wrapper-article-06-header-box-box-box dl.style-02 dt:after {
  width: calc(43px * 0.5);
  height: calc(48px * 0.5);
  background: url(../img/company/img_img_company_ct01_ico12.png) no-repeat center top/100% auto;
  top: 1px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-06 .main-wrapper-article-06-header-box-box-box dl.style-02 dt:after {
    width: calc(36px * 0.5);
    height: calc(40px * 0.5);
    background: url(../img/company/img_img_company_ct01_ico12-sp.png) no-repeat center top/100% auto;
  }
}

body.page .main-wrapper-article-06 .main-wrapper-article-06-header-box-box-box dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-06 .main-wrapper-article-06-header-box-box-box dl dt {
    font-size: 1.4rem;
  }
}

body.page .main-wrapper-article-06 .main-wrapper-article-06-header-box-box-box dl dt:after {
  position: absolute;
  left: 0;
  z-index: 10;
  content: "";
}

body.page .main-wrapper-article-06 .main-wrapper-article-06-header-box-box-box dl dd {
  margin-top: 5px;
}

body.page .main-wrapper-article-06 .main-wrapper-article-06-header-box-box-box dl dd span {
  font-size: 1.6rem;
  line-height: 170%;
  display: block;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-06 .main-wrapper-article-06-header-box-box-box dl dd span {
    font-size: 1.4rem;
  }
}

body.page .main-wrapper-article-06 .main-wrapper-article-06-header-box-box-box dl dd span:last-child {
  margin-bottom: 0;
}

body.page .main-wrapper-article-06 .main-wrapper-article-06-header-box-box-thumb {
  width: 468px;
  height: 100%;
  border-radius: 32px;
  box-shadow: 0 4px 5px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

@media screen and (max-width: 1100px) {
  body.page .main-wrapper-article-06 .main-wrapper-article-06-header-box-box-thumb {
    width: 368px;
  }
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-06 .main-wrapper-article-06-header-box-box-thumb {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-06 .main-wrapper-article-06-header-box-box-thumb {
    border-radius: 8px;
  }
}

body.page .main-wrapper-article-06 .main-wrapper-article-06-body {
  max-width: 1160px;
  margin: 100px auto 0;
  padding: 100px 40px 0;
  border-top: 1px solid #dfe0df;
}

@media screen and (max-width: 1360px) {
  body.page .main-wrapper-article-06 .main-wrapper-article-06-body {
    margin: 100px 40px 0;
  }
}

@media screen and (max-width: 1260px) {
  body.page .main-wrapper-article-06 .main-wrapper-article-06-body {
    margin: 100px 40px 0;
    padding: 100px 0 0;
  }
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-06 .main-wrapper-article-06-body {
    margin: 40px 40px 0;
    padding: 40px 0 0;
  }
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-06 .main-wrapper-article-06-body {
    margin: 30px 15px 0;
    padding: 30px 0 0;
  }
}

body.page .main-wrapper-article-06 .main-wrapper-article-06-body-box-title h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 18px;
  padding-left: 35px;
  position: relative;
  margin-bottom: 50px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-06 .main-wrapper-article-06-body-box-title h3 {
    margin-bottom: 15px;
    padding-left: 20px;
  }
}

body.page .main-wrapper-article-06 .main-wrapper-article-06-body-box-title h3:before {
  width: calc(48px * 0.5);
  height: calc(48px * 0.5);
  background: url(../img/common/img_common_article_ico01.png) no-repeat center top/100% auto;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 10;
  content: "";
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-06 .main-wrapper-article-06-body-box-title h3:before {
    width: calc(24px * 0.5);
    height: calc(24px * 0.5);
    background: url(../img/common/img_common_article_ico01-sp.png) no-repeat center top/100% auto;
    top: 7px;
  }
}

body.page .main-wrapper-article-06 .main-wrapper-article-06-body-box-title h3 br {
  display: none;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-06 .main-wrapper-article-06-body-box-title h3 br {
    display: block;
  }
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-06 .main-wrapper-article-06-body-box-title h3 {
    font-size: 1.6rem;
  }
}

body.page .main-wrapper-article-06 .main-wrapper-article-06-body-box-box {
  max-width: 1000px;
  margin: auto;
}

body.page .main-wrapper-article-06 .main-wrapper-article-06-body-box-box ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -60px;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-06 .main-wrapper-article-06-body-box-box ul {
    margin: 0 0 -40px;
  }
}

body.page .main-wrapper-article-06 .main-wrapper-article-06-body-box-box ul li {
  width: 47.038%;
  margin-right: calc((100% - 47.038% * 2) / 1);
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-06 .main-wrapper-article-06-body-box-box ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #dfe0df;
  }
}

body.page .main-wrapper-article-06 .main-wrapper-article-06-body-box-box ul li:nth-of-type(2n) {
  margin-right: 0;
}

body.page .main-wrapper-article-06 .main-wrapper-article-06-body-box-box ul li:last-child {
  margin-bottom: 60px !important;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-06 .main-wrapper-article-06-body-box-box ul li:last-child {
    margin-bottom: 0 !important;
    border-bottom: none;
  }
}

body.page .main-wrapper-article-06 .main-wrapper-article-06-body-box-box-map {
  height: 296px;
  border-radius: 32px;
  box-shadow: 0 4px 5px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-06 .main-wrapper-article-06-body-box-box-map {
    width: 100%;
    max-width: 480px;
    margin: auto;
  }
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-06 .main-wrapper-article-06-body-box-box-map {
    height: 47.5vw;
    border-radius: 8px;
  }
}

body.page .main-wrapper-article-06 .main-wrapper-article-06-body-box-box-map iframe {
  height: calc(296px + 180px + 150px);
  margin-top: -150px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-06 .main-wrapper-article-06-body-box-box-map iframe {
    height: calc(47.5vw + 180px + 150px);
    margin-top: -150px;
  }
}

body.page .main-wrapper-article-06 .main-wrapper-article-06-body-box-box-box {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-06 .main-wrapper-article-06-body-box-box-box {
    width: 100%;
    max-width: 480px;
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-06 .main-wrapper-article-06-body-box-box-box {
    margin: 10px auto 0;
  }
}

body.page .main-wrapper-article-06 .main-wrapper-article-06-body-box-box-box dl {
  margin-bottom: 20px;
}

body.page .main-wrapper-article-06 .main-wrapper-article-06-body-box-box-box dl:last-child {
  margin-bottom: 0;
}

body.page .main-wrapper-article-06 .main-wrapper-article-06-body-box-box-box dl.style-01 dt {
  padding-left: 23px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-06 .main-wrapper-article-06-body-box-box-box dl.style-01 dt {
    padding-left: 20px;
  }
}

body.page .main-wrapper-article-06 .main-wrapper-article-06-body-box-box-box dl.style-01 dt:after {
  width: calc(36px * 0.4);
  height: calc(48px * 0.4);
  background: url(../img/company/img_img_company_ct01_ico11.png) no-repeat center top/100% auto;
  top: 4px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-06 .main-wrapper-article-06-body-box-box-box dl.style-01 dt:after {
    width: calc(30px * 0.4);
    height: calc(40px * 0.4);
    background: url(../img/company/img_img_company_ct01_ico11-sp.png) no-repeat center top/100% auto;
  }
}

body.page .main-wrapper-article-06 .main-wrapper-article-06-body-box-box-box dl.style-02 dt {
  padding-left: 23px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-06 .main-wrapper-article-06-body-box-box-box dl.style-02 dt {
    padding-left: 20px;
  }
}

body.page .main-wrapper-article-06 .main-wrapper-article-06-body-box-box-box dl.style-02 dt:after {
  width: calc(43px * 0.4);
  height: calc(48px * 0.4);
  background: url(../img/company/img_img_company_ct01_ico12.png) no-repeat center top/100% auto;
  top: 4px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-06 .main-wrapper-article-06-body-box-box-box dl.style-02 dt:after {
    width: calc(36px * 0.4);
    height: calc(40px * 0.4);
    background: url(../img/company/img_img_company_ct01_ico12-sp.png) no-repeat center top/100% auto;
    top: 3px;
  }
}

body.page .main-wrapper-article-06 .main-wrapper-article-06-body-box-box-box dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-06 .main-wrapper-article-06-body-box-box-box dl dt {
    font-size: 1.4rem;
  }
}

body.page .main-wrapper-article-06 .main-wrapper-article-06-body-box-box-box dl dt:after {
  position: absolute;
  left: 0;
  z-index: 10;
  content: "";
}

body.page .main-wrapper-article-06 .main-wrapper-article-06-body-box-box-box dl dd {
  margin-top: 5px;
}

body.page .main-wrapper-article-06 .main-wrapper-article-06-body-box-box-box dl dd span {
  font-size: 1.6rem;
  line-height: 170%;
  display: block;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-06 .main-wrapper-article-06-body-box-box-box dl dd span {
    font-size: 1.4rem;
  }
}

body.page .main-wrapper-article-06 .main-wrapper-article-06-body-box-box-box dl dd span:last-child {
  margin-bottom: 0;
}

body.page .main-wrapper-article-07 .main-wrapper-article-07-header-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

body.page .main-wrapper-article-07 .main-wrapper-article-07-header-box-title {
  width: 550px;
}

@media screen and (max-width: 1260px) {
  body.page .main-wrapper-article-07 .main-wrapper-article-07-header-box-title {
    width: 100%;
  }
}

body.page .main-wrapper-article-07 .main-wrapper-article-07-header-box-message {
  width: calc(100% - 550px - 150px);
  padding-right: 40px;
}

@media screen and (max-width: 1260px) {
  body.page .main-wrapper-article-07 .main-wrapper-article-07-header-box-message {
    width: 100%;
    padding: 0 40px;
  }
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-07 .main-wrapper-article-07-header-box-message {
    padding: 0;
  }
}

body.page .main-wrapper-article-07 .main-wrapper-article-07-header-box-message p {
  font-size: 1.6rem;
  line-height: 180%;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-07 .main-wrapper-article-07-header-box-message p {
    font-size: 1.4rem;
  }
}

body.page .main-wrapper-article-07 .main-wrapper-article-07-body {
  margin-top: 60px;
  padding: 0 40px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-07 .main-wrapper-article-07-body {
    margin-top: 30px;
    padding: 0;
  }
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body {
  padding: 0 40px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-08 .main-wrapper-article-08-body {
    padding: 0;
  }
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #dfe0df;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-01 .main-wrapper-article-08-body-box-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-01 .main-wrapper-article-08-body-box-box {
    margin-top: 40px;
  }
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-01 .main-wrapper-article-08-body-box-box {
    margin-top: 15px;
  }
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-01 .main-wrapper-article-08-body-box-box-box {
  width: calc(100% - 508px - 60px);
}

@media screen and (max-width: 1100px) {
  body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-01 .main-wrapper-article-08-body-box-box-box {
    width: calc(100% - 308px - 30px);
  }
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-01 .main-wrapper-article-08-body-box-box-box {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
  }
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-01 .main-wrapper-article-08-body-box-box-box-info dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 140%;
  padding-left: 40px;
  position: relative;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-01 .main-wrapper-article-08-body-box-box-box-info dl dt {
    font-size: 1.4rem;
    padding-left: 35px;
  }
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-01 .main-wrapper-article-08-body-box-box-box-info dl dt:after {
  width: calc(60px * 0.5);
  height: calc(48px * 0.5);
  background: url(../img/company/shop/img_shop_ico11.png) no-repeat center top/100% auto;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 10;
  content: "";
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-01 .main-wrapper-article-08-body-box-box-box-info dl dt:after {
    width: calc(53px * 0.5);
    height: calc(42px * 0.5);
    background: url(../img/company/shop/img_shop_ico11-sp.png) no-repeat center top/100% auto;
  }
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-01 .main-wrapper-article-08-body-box-box-box-info dl dd {
  margin-top: 10px;
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-01 .main-wrapper-article-08-body-box-box-box-info dl dd span {
  font-size: 1.6rem;
  line-height: 170%;
  display: block;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-01 .main-wrapper-article-08-body-box-box-box-info dl dd span {
    font-size: 1.3rem;
  }
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-01 .main-wrapper-article-08-body-box-box-box-info dl dd span:last-child {
  margin-bottom: 0;
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-01 .main-wrapper-article-08-body-box-box-box-thumb {
  width: calc(680px * 0.5);
  margin-top: 30px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-01 .main-wrapper-article-08-body-box-box-box-thumb {
    width: 263px;
    margin: auto;
    margin-top: 10px;
  }
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-01 .main-wrapper-article-08-body-box-box-box-thumb a {
  opacity: 1 !important;
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-01 .main-wrapper-article-08-body-box-box-box-thumb a:hover img {
  opacity: 1 !important;
  transform: scale(1.05, 1.05);
  transition: 0.4s all;
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-01 .main-wrapper-article-08-body-box-box-map {
  width: 508px;
  height: 320px;
  border-radius: 32px;
  overflow: hidden;
}

@media screen and (max-width: 1100px) {
  body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-01 .main-wrapper-article-08-body-box-box-map {
    width: 308px;
  }
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-01 .main-wrapper-article-08-body-box-box-map {
    width: 100%;
  }
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-01 .main-wrapper-article-08-body-box-box-map {
    height: 185px;
    border-radius: 8px;
  }
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-01 .main-wrapper-article-08-body-box-box-map iframe {
  height: calc(320px + 180px + 150px);
  margin-top: -150px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-01 .main-wrapper-article-08-body-box-box-map iframe {
    height: calc(185px + 180px + 150px);
  }
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-02 .main-wrapper-article-08-body-box-box ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -60px;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-02 .main-wrapper-article-08-body-box-box ul {
    margin: 0 0 -40px;
  }
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-02 .main-wrapper-article-08-body-box-box ul li {
  width: 47.038%;
  margin-right: calc((100% - 47.038% * 2) / 1);
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-02 .main-wrapper-article-08-body-box-box ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    padding-bottom: 35px;
    border-bottom: 1px solid #dfe0df;
  }
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-02 .main-wrapper-article-08-body-box-box ul li:nth-of-type(2n) {
  margin-right: 0;
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-02 .main-wrapper-article-08-body-box-box ul li:last-child {
  margin-bottom: 60px !important;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-02 .main-wrapper-article-08-body-box-box ul li:last-child {
    margin-bottom: 0 !important;
    border-bottom: none;
  }
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-02 .main-wrapper-article-08-body-box-box-map {
  height: 320px;
  border-radius: 32px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-02 .main-wrapper-article-08-body-box-box-map {
    width: 100%;
    max-width: 480px;
    margin: auto;
  }
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-02 .main-wrapper-article-08-body-box-box-map {
    height: 185px;
    border-radius: 8px;
  }
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-02 .main-wrapper-article-08-body-box-box-map iframe {
  height: calc(320px + 180px + 150px);
  margin-top: -150px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-02 .main-wrapper-article-08-body-box-box-map iframe {
    height: calc(185px + 180px + 150px);
  }
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-02 .main-wrapper-article-08-body-box-box-box {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-02 .main-wrapper-article-08-body-box-box-box {
    width: 100%;
    max-width: 480px;
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-02 .main-wrapper-article-08-body-box-box-box {
    margin: 10px auto 0;
  }
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-02 .main-wrapper-article-08-body-box-box-box dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 140%;
  padding-left: 40px;
  position: relative;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-02 .main-wrapper-article-08-body-box-box-box dl dt {
    font-size: 1.4rem;
    padding-left: 35px;
  }
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-02 .main-wrapper-article-08-body-box-box-box dl dt:after {
  width: calc(60px * 0.5);
  height: calc(48px * 0.5);
  background: url(../img/company/shop/img_shop_ico11.png) no-repeat center top/100% auto;
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 10;
  content: "";
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-02 .main-wrapper-article-08-body-box-box-box dl dt:after {
    width: calc(53px * 0.5);
    height: calc(42px * 0.5);
    background: url(../img/company/shop/img_shop_ico11-sp.png) no-repeat center top/100% auto;
  }
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-02 .main-wrapper-article-08-body-box-box-box dl dd {
  margin-top: 10px;
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-02 .main-wrapper-article-08-body-box-box-box dl dd span {
  font-size: 1.6rem;
  line-height: 170%;
  display: block;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-02 .main-wrapper-article-08-body-box-box-box dl dd span {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-02 .main-wrapper-article-08-body-box-box-box dl dd span:last-child {
  margin-bottom: 0;
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-03 .main-wrapper-article-08-body-box-title h3 {
  margin-bottom: 60px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-03 .main-wrapper-article-08-body-box-title h3 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-03 .main-wrapper-article-08-body-box-box {
    width: 100%;
    max-width: 380px;
    margin: auto;
  }
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-03 .main-wrapper-article-08-body-box-box {
    max-width: 310px;
  }
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-03 .main-wrapper-article-08-body-box-box ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -60px;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-03 .main-wrapper-article-08-body-box-box ul {
    margin: 0 0 -40px;
  }
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-03 .main-wrapper-article-08-body-box-box ul li {
  width: 32%;
  margin-right: calc((100% - 32% * 3) / 2);
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-03 .main-wrapper-article-08-body-box-box ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-03 .main-wrapper-article-08-body-box-box ul li {
    margin-bottom: 30px;
  }
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-03 .main-wrapper-article-08-body-box-box ul li:nth-of-type(3n) {
  margin-right: 0;
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-03 .main-wrapper-article-08-body-box-box ul li:last-child {
  margin-bottom: 60px !important;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-03 .main-wrapper-article-08-body-box-box ul li:last-child {
    margin-bottom: 40px !important;
  }
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-03 .main-wrapper-article-08-body-box-box-thumb a {
  opacity: 1 !important;
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-03 .main-wrapper-article-08-body-box-box-thumb a:hover img {
  opacity: 1 !important;
  transform: scale(1.05, 1.05);
  transition: 0.4s all;
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-03 .main-wrapper-article-08-body-box-box-title {
  display: flex;
  justify-content: left;
  margin-top: 8px;
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-03 .main-wrapper-article-08-body-box-box-title span {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 150%;
  display: block;
  padding-left: 30px;
  position: relative;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-03 .main-wrapper-article-08-body-box-box-title span {
    font-size: 1.5rem;
    padding-left: 27px;
  }
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-03 .main-wrapper-article-08-body-box-box-title span:before {
  width: calc(47px * 0.5);
  height: calc(47px * 0.5);
  background: url(../img/company/shop/img_shop_ico01.png) no-repeat center top/100% auto;
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 10;
  content: "";
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-03 .main-wrapper-article-08-body-box-box-title span:before {
    width: calc(42px * 0.5);
    height: calc(42px * 0.5);
    background: url(../img/company/shop/img_shop_ico01-sp.png) no-repeat center top/100% auto;
  }
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box.layout-03 .main-wrapper-article-08-body-box-box-title span a {
  color: #363636;
  text-decoration: none;
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box .main-wrapper-article-08-body-box-title h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 18px;
  padding-left: 35px;
  position: relative;
  margin-bottom: 20px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box .main-wrapper-article-08-body-box-title h3 {
    margin-bottom: 15px;
    padding-left: 20px;
  }
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box .main-wrapper-article-08-body-box-title h3:before {
  width: calc(48px * 0.5);
  height: calc(48px * 0.5);
  background: url(../img/common/img_common_article_ico01.png) no-repeat center top/100% auto;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 10;
  content: "";
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box .main-wrapper-article-08-body-box-title h3:before {
    width: calc(24px * 0.5);
    height: calc(24px * 0.5);
    background: url(../img/common/img_common_article_ico01-sp.png) no-repeat center top/100% auto;
    top: 7px;
  }
}

body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box .main-wrapper-article-08-body-box-title h3 br {
  display: none;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box .main-wrapper-article-08-body-box-title h3 br {
    display: block;
  }
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-08 .main-wrapper-article-08-body-box .main-wrapper-article-08-body-box-title h3 {
    font-size: 1.6rem;
  }
}

body.page .main-wrapper-article-09 .main-wrapper-article-09-body {
  padding: 0 40px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-09 .main-wrapper-article-09-body {
    padding: 0;
  }
}

body.page .main-wrapper-article-09 .main-wrapper-article-09-body-box {
  margin-bottom: 40px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-09 .main-wrapper-article-09-body-box {
    margin-bottom: 20px;
  }
}

body.page .main-wrapper-article-09 .main-wrapper-article-09-body-box:last-child {
  margin-bottom: 0;
}

body.page .main-wrapper-article-09 .main-wrapper-article-09-body-box dl {
  border-radius: 8px;
  overflow: hidden;
}

body.page .main-wrapper-article-09 .main-wrapper-article-09-body-box dl dt.active .main-wrapper-article-09-body-box-title {
  background: #ff9a2c;
}

body.page .main-wrapper-article-09 .main-wrapper-article-09-body-box dl dt.active .main-wrapper-article-09-body-box-title:after {
  transform: rotate(180deg);
}

body.page .main-wrapper-article-09 .main-wrapper-article-09-body-box dl dd {
  display: none;
}

body.page .main-wrapper-article-09 .main-wrapper-article-09-body-box-title {
  padding: 30px 90px 30px 76px;
  background: #484848;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-09 .main-wrapper-article-09-body-box-title {
    padding: 20px 15px 20px 48px;
  }
}

body.page .main-wrapper-article-09 .main-wrapper-article-09-body-box-title:before {
  width: calc(52px * 0.5);
  height: calc(64px * 0.5);
  background: url(../img/contact/img_contact_ico01.png) no-repeat center top/100% auto;
  position: absolute;
  top: 26px;
  left: 40px;
  z-index: 10;
  content: "";
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-09 .main-wrapper-article-09-body-box-title:before {
    top: 13px;
    left: 15px;
  }
}

body.page .main-wrapper-article-09 .main-wrapper-article-09-body-box-title:after {
  width: calc(32px * 0.5);
  height: calc(18px * 0.5);
  background: url(../img/contact/img_contact_ico11.png) no-repeat center top/100% auto;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 10;
  content: "";
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-09 .main-wrapper-article-09-body-box-title:after {
    display: none;
  }
}

body.page .main-wrapper-article-09 .main-wrapper-article-09-body-box-title p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-09 .main-wrapper-article-09-body-box-title p {
    font-size: 1.4rem;
  }
}

body.page .main-wrapper-article-09 .main-wrapper-article-09-body-box-message {
  padding: 40px 40px 40px 76px;
  border-radius: 0 0 8px 8px;
  background: #eee;
  position: relative;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-09 .main-wrapper-article-09-body-box-message {
    padding: 20px 15px 20px 48px;
  }
}

body.page .main-wrapper-article-09 .main-wrapper-article-09-body-box-message:before {
  width: calc(52px * 0.5);
  height: calc(64px * 0.5);
  background: url(../img/contact/img_contact_ico02.png) no-repeat center top/100% auto;
  position: absolute;
  top: 35px;
  left: 40px;
  z-index: 10;
  content: "";
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-09 .main-wrapper-article-09-body-box-message:before {
    top: 13px;
    left: 15px;
  }
}

body.page .main-wrapper-article-09 .main-wrapper-article-09-body-box-message p {
  color: #363636;
  font-size: 1.6rem;
  margin-bottom: 15px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-09 .main-wrapper-article-09-body-box-message p {
    font-size: 1.4rem;
  }
}

body.page .main-wrapper-article-09 .main-wrapper-article-09-footer {
  margin-top: 90px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-09 .main-wrapper-article-09-footer {
    margin-top: 50px;
  }
}

body.page .main-wrapper-article-10 {
  margin-bottom: 160px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-10 {
    margin-bottom: 120px;
  }
}

body.page .main-wrapper-article-10 .main-wrapper-article-10-body {
  max-width: 894px;
  margin: auto;
}

body.page .main-wrapper-article-10 .main-wrapper-article-10-body-box-name {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  margin-top: 40px;
  padding-left: 50px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-10 .main-wrapper-article-10-body-box-name {
    margin-top: 15px;
    padding-left: 0;
  }
}

body.page .main-wrapper-article-10 .main-wrapper-article-10-body-box-name span {
  display: block;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-10 .main-wrapper-article-10-body-box-name span {
    width: 100%;
    text-align: center;
  }
}

body.page .main-wrapper-article-10 .main-wrapper-article-10-body-box-name span:nth-of-type(1) {
  font-size: 3.2rem;
  font-weight: bold;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-10 .main-wrapper-article-10-body-box-name span:nth-of-type(1) {
    font-size: 1.8rem;
  }
}

body.page .main-wrapper-article-10 .main-wrapper-article-10-body-box-name span:nth-of-type(2) {
  font-size: 1.4rem;
  margin-left: 10px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-10 .main-wrapper-article-10-body-box-name span:nth-of-type(2) {
    font-size: 1.2rem;
    margin-top: 3px;
    margin-left: 0;
  }
}

body.page .main-wrapper-article-10 .main-wrapper-article-10-body-box-box {
  max-width: 780px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  margin-top: 30px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-10 .main-wrapper-article-10-body-box-box {
    margin-top: 15px;
  }
}

body.page .main-wrapper-article-10 .main-wrapper-article-10-body-box-box-message {
  width: 100%;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-10 .main-wrapper-article-10-body-box-box-message {
    width: 100%;
  }
}

body.page .main-wrapper-article-10 .main-wrapper-article-10-body-box-box-message p {
  font-size: 1.6rem;
  line-height: 200%;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-10 .main-wrapper-article-10-body-box-box-message p {
    font-size: 1.4rem;
  }
}

body.page .main-wrapper-article-11 {
  max-width: initial;
  padding-top: 100px;
  padding-bottom: 200px;
  background: #fafafa;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-11 {
    padding-top: 80px;
    padding-bottom: 160px;
  }
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-11 {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}

body.page .main-wrapper-article-11 .main-wrapper-article-11-header {
  max-width: 1100px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 1460px) {
  body.page .main-wrapper-article-11 .main-wrapper-article-11-header {
    padding: 0 20px;
  }
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-11 .main-wrapper-article-11-header {
    margin: 0 auto 60px;
  }
}

body.page .main-wrapper-article-11 .main-wrapper-article-11-body-box {
  max-width: 1160px;
  margin: 0 auto 90px;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-11 .main-wrapper-article-11-body-box {
    margin: 0 auto 70px;
  }
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-11 .main-wrapper-article-11-body-box {
    margin: 0 auto 50px;
  }
}

body.page .main-wrapper-article-11 .main-wrapper-article-11-body-box:last-child {
  margin-bottom: 0;
}

body.page .main-wrapper-article-11 .main-wrapper-article-11-body-box.layout-01 .main-wrapper-article-11-body-box-box-title h3 {
  font-size: 5.6rem;
  line-height: 130%;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-11 .main-wrapper-article-11-body-box.layout-01 .main-wrapper-article-11-body-box-box-title h3 {
    font-size: 3.6rem;
    line-height: 150%;
  }
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-11 .main-wrapper-article-11-body-box.layout-01 .main-wrapper-article-11-body-box-box-title h3 {
    font-size: 2rem;
  }
}

body.page .main-wrapper-article-11 .main-wrapper-article-11-body-box.layout-02 .main-wrapper-article-11-body-box-box-title h3 {
  font-size: 4rem;
  line-height: 150%;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-11 .main-wrapper-article-11-body-box.layout-02 .main-wrapper-article-11-body-box-box-title h3 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-11 .main-wrapper-article-11-body-box.layout-02 .main-wrapper-article-11-body-box-box-title h3 {
    font-size: 1.4rem;
  }
}

body.page .main-wrapper-article-11 .main-wrapper-article-11-body-box-title h2 {
  margin-bottom: 30px;
}

body.page .main-wrapper-article-11 .main-wrapper-article-11-body-box-box-title {
  padding-left: 40px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-11 .main-wrapper-article-11-body-box-box-title {
    padding-left: 0;
  }
}

body.page .main-wrapper-article-11 .main-wrapper-article-11-body-box-box-message {
  margin-top: 20px;
  padding-left: 40px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-11 .main-wrapper-article-11-body-box-box-message {
    padding-left: 0;
  }
}

body.page .main-wrapper-article-11 .main-wrapper-article-11-body-box-box-message p {
  font-size: 1.8rem;
  line-height: 190%;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-11 .main-wrapper-article-11-body-box-box-message p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-11 .main-wrapper-article-11-body-box-box-message p {
    font-size: 1.2rem;
  }
}

.main-wrapper-archive-01-footer,
.main-wrapper-archive-02-footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 60px auto 0;
}

@media screen and (max-width: 650px) {

  .main-wrapper-archive-01-footer,
  .main-wrapper-archive-02-footer {
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 650px) {

  .main-wrapper-archive-01-footer:nth-child(1),
  .main-wrapper-archive-02-footer:nth-child(1) {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}

.main-wrapper-archive-01-footer-box,
.main-wrapper-archive-02-footer-box {
  width: 100%;
}

.main-wrapper-archive-01-footer-box-pager,
.main-wrapper-archive-02-footer-box-pager {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 20px;
}

.main-wrapper-archive-01-footer-box-pager:nth-child(1) span,
.main-wrapper-archive-02-footer-box-pager:nth-child(1) span {
  width: 42px;
  height: 42px;
  color: #363636;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  letter-spacing: -1px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px;
  padding: 3px 0 0;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 650px) {

  .main-wrapper-archive-01-footer-box-pager:nth-child(1) span,
  .main-wrapper-archive-02-footer-box-pager:nth-child(1) span {
    width: 32px;
    height: 32px;
    font-size: 1.4rem;
    margin: 0 4px;
  }
}

.main-wrapper-archive-01-footer-box-pager:nth-child(1) span.current,
.main-wrapper-archive-02-footer-box-pager:nth-child(1) span.current {
  color: #fff;
}

.main-wrapper-archive-01-footer-box-pager:nth-child(1) span.current:before,
.main-wrapper-archive-02-footer-box-pager:nth-child(1) span.current:before {
  background-color: #363636;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  content: '';
}

@media screen and (max-width: 480px) {

  .main-wrapper-archive-01-footer-box-pager:nth-child(1) span.dots,
  .main-wrapper-archive-02-footer-box-pager:nth-child(1) span.dots {
    width: 16px;
  }
}

.main-wrapper-archive-01-footer-box-pager:nth-child(1) a,
.main-wrapper-archive-02-footer-box-pager:nth-child(1) a {
  width: 42px;
  height: 42px;
  color: #363636;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  letter-spacing: -1px;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px;
  padding: 3px 0 0;
  border: 1px solid #363636;
  border-radius: 50px;
  transition: 0.25s;
  opacity: initial;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 650px) {

  .main-wrapper-archive-01-footer-box-pager:nth-child(1) a,
  .main-wrapper-archive-02-footer-box-pager:nth-child(1) a {
    width: 32px;
    height: 32px;
    font-size: 1.4rem;
    margin: 0 4px;
  }
}

.main-wrapper-archive-01-footer-box-pager:nth-child(1) a:after,
.main-wrapper-archive-02-footer-box-pager:nth-child(1) a:after {
  background: #ed6c24;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}

.main-wrapper-archive-01-footer-box-pager:nth-child(1) a:hover, .main-wrapper-archive-01-footer-box-pager:nth-child(1) a:focus, .main-wrapper-archive-01-footer-box-pager:nth-child(1) a:active,
.main-wrapper-archive-02-footer-box-pager:nth-child(1) a:hover,
.main-wrapper-archive-02-footer-box-pager:nth-child(1) a:focus,
.main-wrapper-archive-02-footer-box-pager:nth-child(1) a:active {
  color: #fff;
  border: 1px solid #ed6c24;
  opacity: 1 !important;
}

.main-wrapper-archive-01-footer-box-pager:nth-child(1) a:hover:after, .main-wrapper-archive-01-footer-box-pager:nth-child(1) a:focus:after, .main-wrapper-archive-01-footer-box-pager:nth-child(1) a:active:after,
.main-wrapper-archive-02-footer-box-pager:nth-child(1) a:hover:after,
.main-wrapper-archive-02-footer-box-pager:nth-child(1) a:focus:after,
.main-wrapper-archive-02-footer-box-pager:nth-child(1) a:active:after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.main-wrapper-archive-01-footer-box-pager:nth-child(1) a.first, .main-wrapper-archive-01-footer-box-pager:nth-child(1) a.last, .main-wrapper-archive-01-footer-box-pager:nth-child(1) a.prev, .main-wrapper-archive-01-footer-box-pager:nth-child(1) a.next,
.main-wrapper-archive-02-footer-box-pager:nth-child(1) a.first,
.main-wrapper-archive-02-footer-box-pager:nth-child(1) a.last,
.main-wrapper-archive-02-footer-box-pager:nth-child(1) a.prev,
.main-wrapper-archive-02-footer-box-pager:nth-child(1) a.next {
  display: none;
}

@media screen and (max-width: 650px) {
  body#items .main-wrapper-archive {
    padding-top: 30px;
    padding-bottom: 120px;
  }
}

.main-wrapper .main-wrapper-archive-01.layout-01 {
  margin-bottom: 80px;
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-01.layout-01 {
    margin-bottom: 40px;
  }
}

.main-wrapper .main-wrapper-archive-01.layout-01 .main-wrapper-archive-01-body-box-title {
  padding: 18px 10px 20px;
  border-radius: 8px;
  background: #363636;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-01.layout-01 .main-wrapper-archive-01-body-box-title {
    padding: 12px 10px 12px;
  }
}

.main-wrapper .main-wrapper-archive-01.layout-01 .main-wrapper-archive-01-body-box-title:after {
  width: calc(32px * 0.5);
  height: calc(18px * 0.5);
  background: url(../img/items/img_items_ico91.png) no-repeat center top/100% auto;
  position: absolute;
  top: 27px;
  right: 40px;
  z-index: 10;
  content: "";
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-01.layout-01 .main-wrapper-archive-01-body-box-title:after {
    width: calc(25px * 0.5);
    height: calc(14px * 0.5);
    background: url(../img/items/img_items_ico91-sp.png) no-repeat center top/100% auto;
    top: 21px;
    right: 20px;
  }
}

.main-wrapper .main-wrapper-archive-01.layout-01 .main-wrapper-archive-01-body-box-title.active {
  background: #ed6c24;
}

.main-wrapper .main-wrapper-archive-01.layout-01 .main-wrapper-archive-01-body-box-title.active:after {
  transform: rotate(180deg);
}

.main-wrapper .main-wrapper-archive-01.layout-01 .main-wrapper-archive-01-body-box-title h3 {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-01.layout-01 .main-wrapper-archive-01-body-box-title h3 {
    font-size: 1.4rem;
  }
}

.main-wrapper .main-wrapper-archive-01.layout-01 .main-wrapper-archive-01-body-box-box {
  display: none;
  padding: 10px 10px;
}

.main-wrapper .main-wrapper-archive-01.layout-01 .main-wrapper-archive-01-body-box-box ul {
  max-width: 650px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  margin-bottom: -10px;
}

.main-wrapper .main-wrapper-archive-01.layout-01 .main-wrapper-archive-01-body-box-box ul li {
  margin: 0 5px 10px;
}

.main-wrapper .main-wrapper-archive-01.layout-01 .main-wrapper-archive-01-body-box-box ul li.style-99 a {
  background: #edcf24;
}

.main-wrapper .main-wrapper-archive-01.layout-01 .main-wrapper-archive-01-body-box-box ul li a {
  color: #363636;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 9px 18px 11px;
  border-radius: 36px;
  background: #dfe0df;
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-01.layout-01 .main-wrapper-archive-01-body-box-box ul li a {
    font-size: 1.4rem;
    padding: 7px 14px 8px;
  }
}

.main-wrapper .main-wrapper-archive-01.layout-02 .main-wrapper-archive-01-body-box-title h3, .main-wrapper .main-wrapper-archive-01.layout-03 .main-wrapper-archive-01-body-box-title h3, .main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-body-box-title h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 18px;
  padding-left: 35px;
  position: relative;
  margin-bottom: 32px;
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-01.layout-02 .main-wrapper-archive-01-body-box-title h3, .main-wrapper .main-wrapper-archive-01.layout-03 .main-wrapper-archive-01-body-box-title h3, .main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-body-box-title h3 {
    margin-bottom: 15px;
    padding-left: 20px;
  }
}

.main-wrapper .main-wrapper-archive-01.layout-02 .main-wrapper-archive-01-body-box-title h3:before, .main-wrapper .main-wrapper-archive-01.layout-03 .main-wrapper-archive-01-body-box-title h3:before, .main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-body-box-title h3:before {
  width: calc(48px * 0.5);
  height: calc(48px * 0.5);
  background: url(../img/common/img_common_article_ico01.png) no-repeat center top/100% auto;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 10;
  content: "";
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-01.layout-02 .main-wrapper-archive-01-body-box-title h3:before, .main-wrapper .main-wrapper-archive-01.layout-03 .main-wrapper-archive-01-body-box-title h3:before, .main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-body-box-title h3:before {
    width: calc(24px * 0.5);
    height: calc(24px * 0.5);
    background: url(../img/common/img_common_article_ico01-sp.png) no-repeat center top/100% auto;
    top: 7px;
  }
}

.main-wrapper .main-wrapper-archive-01.layout-02 .main-wrapper-archive-01-body-box-title h3 br, .main-wrapper .main-wrapper-archive-01.layout-03 .main-wrapper-archive-01-body-box-title h3 br, .main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-body-box-title h3 br {
  display: none;
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-01.layout-02 .main-wrapper-archive-01-body-box-title h3 br, .main-wrapper .main-wrapper-archive-01.layout-03 .main-wrapper-archive-01-body-box-title h3 br, .main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-body-box-title h3 br {
    display: block;
  }
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-01.layout-02 .main-wrapper-archive-01-body-box-title h3, .main-wrapper .main-wrapper-archive-01.layout-03 .main-wrapper-archive-01-body-box-title h3, .main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-body-box-title h3 {
    font-size: 1.6rem;
  }
}

.main-wrapper .main-wrapper-archive-01.layout-02 .main-wrapper-archive-01-body-box-box ul, .main-wrapper .main-wrapper-archive-01.layout-03 .main-wrapper-archive-01-body-box-box ul, .main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-body-box-box ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -60px;
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-01.layout-02 .main-wrapper-archive-01-body-box-box ul, .main-wrapper .main-wrapper-archive-01.layout-03 .main-wrapper-archive-01-body-box-box ul, .main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-body-box-box ul {
    margin: 0 0 -30px;
  }
}

.main-wrapper .main-wrapper-archive-01.layout-02 .main-wrapper-archive-01-body-box-box ul li, .main-wrapper .main-wrapper-archive-01.layout-03 .main-wrapper-archive-01-body-box-box ul li, .main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-body-box-box ul li {
  width: 32.038%;
  margin-right: calc((100% - 32.038% * 3) / 2);
  margin-bottom: 60px;
}

@media screen and (max-width: 1100px) {
  .main-wrapper .main-wrapper-archive-01.layout-02 .main-wrapper-archive-01-body-box-box ul li, .main-wrapper .main-wrapper-archive-01.layout-03 .main-wrapper-archive-01-body-box-box ul li, .main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-body-box-box ul li {
    width: 48%;
    margin-right: calc((100% - 96%) / 1) !important;
  }
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-01.layout-02 .main-wrapper-archive-01-body-box-box ul li, .main-wrapper .main-wrapper-archive-01.layout-03 .main-wrapper-archive-01-body-box-box ul li, .main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-body-box-box ul li {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 30px;
  }
}

.main-wrapper .main-wrapper-archive-01.layout-02 .main-wrapper-archive-01-body-box-box ul li:nth-of-type(3n), .main-wrapper .main-wrapper-archive-01.layout-03 .main-wrapper-archive-01-body-box-box ul li:nth-of-type(3n), .main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-body-box-box ul li:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 1100px) {
  .main-wrapper .main-wrapper-archive-01.layout-02 .main-wrapper-archive-01-body-box-box ul li:nth-of-type(3n), .main-wrapper .main-wrapper-archive-01.layout-03 .main-wrapper-archive-01-body-box-box ul li:nth-of-type(3n), .main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-body-box-box ul li:nth-of-type(3n) {
    margin-right: calc((100% - 96%) / 1) !important;
  }
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-01.layout-02 .main-wrapper-archive-01-body-box-box ul li:nth-of-type(3n), .main-wrapper .main-wrapper-archive-01.layout-03 .main-wrapper-archive-01-body-box-box ul li:nth-of-type(3n), .main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-body-box-box ul li:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 1100px) {
  .main-wrapper .main-wrapper-archive-01.layout-02 .main-wrapper-archive-01-body-box-box ul li:nth-of-type(2n), .main-wrapper .main-wrapper-archive-01.layout-03 .main-wrapper-archive-01-body-box-box ul li:nth-of-type(2n), .main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-body-box-box ul li:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}

.main-wrapper .main-wrapper-archive-01.layout-02 .main-wrapper-archive-01-body-box-box ul li:last-child, .main-wrapper .main-wrapper-archive-01.layout-03 .main-wrapper-archive-01-body-box-box ul li:last-child, .main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-body-box-box ul li:last-child {
  margin-bottom: 60px !important;
}

.main-wrapper .main-wrapper-archive-01.layout-02 .main-wrapper-archive-01-body-box-box ul li a, .main-wrapper .main-wrapper-archive-01.layout-03 .main-wrapper-archive-01-body-box-box ul li a, .main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-body-box-box ul li a {
  color: #363636;
  font-weight: bold;
  text-decoration: none;
}

.main-wrapper .main-wrapper-archive-01.layout-02 .main-wrapper-archive-01-body-box-box-thumb a, .main-wrapper .main-wrapper-archive-01.layout-03 .main-wrapper-archive-01-body-box-box-thumb a, .main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-body-box-box-thumb a {
  width: 100%;
  display: block;
  padding-top: 50%;
  position: relative;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15));
  opacity: 1 !important;
}

.main-wrapper .main-wrapper-archive-01.layout-02 .main-wrapper-archive-01-body-box-box-thumb a:hover img, .main-wrapper .main-wrapper-archive-01.layout-03 .main-wrapper-archive-01-body-box-box-thumb a:hover img, .main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-body-box-box-thumb a:hover img {
  opacity: 1 !important;
  transform: scale(1.05, 1.05);
  transition: 0.4s all;
}

.main-wrapper .main-wrapper-archive-01.layout-02 .main-wrapper-archive-01-body-box-box-thumb a img, .main-wrapper .main-wrapper-archive-01.layout-03 .main-wrapper-archive-01-body-box-box-thumb a img, .main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-body-box-box-thumb a img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  position: absolute;
  top: 0;
  object-fit: cover;
}

.main-wrapper .main-wrapper-archive-01.layout-02 .main-wrapper-archive-01-body-box-box-title, .main-wrapper .main-wrapper-archive-01.layout-03 .main-wrapper-archive-01-body-box-box-title, .main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-body-box-box-title {
  margin-top: 10px;
}

.main-wrapper .main-wrapper-archive-01.layout-02 .main-wrapper-archive-01-body-box-box-title span a, .main-wrapper .main-wrapper-archive-01.layout-03 .main-wrapper-archive-01-body-box-box-title span a, .main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-body-box-box-title span a {
  font-size: 1.8rem;
  line-height: 150%;
  display: block;
  padding-left: 30px;
  position: relative;
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-01.layout-02 .main-wrapper-archive-01-body-box-box-title span a, .main-wrapper .main-wrapper-archive-01.layout-03 .main-wrapper-archive-01-body-box-box-title span a, .main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-body-box-box-title span a {
    font-size: 1.4rem;
    padding-left: 28px;
  }
}

.main-wrapper .main-wrapper-archive-01.layout-02 .main-wrapper-archive-01-body-box-box-title span a:before, .main-wrapper .main-wrapper-archive-01.layout-03 .main-wrapper-archive-01-body-box-box-title span a:before, .main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-body-box-box-title span a:before {
  width: calc(40px * 0.5);
  height: calc(40px * 0.5);
  background: url(../img/items/img_items_ico01.png) no-repeat center top/100% auto;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 10;
  content: "";
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-01.layout-02 .main-wrapper-archive-01-body-box-box-title span a:before, .main-wrapper .main-wrapper-archive-01.layout-03 .main-wrapper-archive-01-body-box-box-title span a:before, .main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-body-box-box-title span a:before {
    width: calc(42px * 0.5);
    height: calc(44px * 0.5);
    background: url(../img/items/img_items_ico01-sp.png) no-repeat center top/100% auto;
    top: -1px;
  }
}

.main-wrapper .main-wrapper-archive-01.layout-02 {
  max-width: initial;
  margin-bottom: 50px;
  padding: 50px 40px 50px;
  background: #fafafa;
}

@media screen and (max-width: 768px) {
  .main-wrapper .main-wrapper-archive-01.layout-02 {
    padding: 50px 20px 50px;
  }
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-01.layout-02 {
    padding: 40px 15px 80px;
  }
}

.main-wrapper .main-wrapper-archive-01.layout-02 .main-wrapper-archive-01-header {
  max-width: 1160px;
  margin: auto;
}

.main-wrapper .main-wrapper-archive-01.layout-02 .main-wrapper-archive-01-body {
  max-width: 1160px;
  margin: auto;
}

.main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-header-box-title-01 h2 {
  line-height: 150%;
  margin-bottom: 50px;
  margin-left: -15px;
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-header-box-title-01 h2 {
    margin-bottom: 30px;
    margin-left: 0;
  }
}

.main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-header-box-title-01 h2 span {
  font-family: "Lato", sans-serif;
  display: block;
  padding-left: 60px;
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-header-box-title-01 h2 span {
    padding-left: 20px;
  }
}

.main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-header-box-title-01 h2 span:nth-of-type(1) {
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 150%;
  position: relative;
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-header-box-title-01 h2 span:nth-of-type(1) {
    font-size: 2.4rem;
    letter-spacing: 1px;
  }
}

.main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-header-box-title-01 h2 span:nth-of-type(1):before {
  width: calc(102px * 0.5);
  height: calc(102px * 0.5);
  background: url(../img/common/img_common_article-ico11.png) no-repeat center top/100% auto;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 10;
  content: "";
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-header-box-title-01 h2 span:nth-of-type(1):before {
    width: calc(46px * 0.5);
    height: calc(46px * 0.5);
    background: url(../img/common/img_common_article-ico11-sp.png) no-repeat center top/100% auto;
    top: 4px;
    left: -5px;
  }
}

.main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-header-box-title-01 h2 span:nth-of-type(2) {
  color: #bebebe;
  font-size: 1.6rem;
  line-height: 150%;
  margin-top: 10px;
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-header-box-title-01 h2 span:nth-of-type(2) {
    font-size: 1.4rem;
    margin-top: 2px;
  }
}

.main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-header-box-title-01 h2 span:nth-of-type(2) {
  color: #5d5d5d;
}

.main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-header-box-title-02 {
  padding: 0 40px;
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-header-box-title-02 {
    padding: 0;
  }
}

.main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-header-box-title-02 h3 {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 150%;
  margin-bottom: 50px;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-header-box-title-02 h3 {
    font-size: 1.6rem;
    line-height: 140%;
    margin-bottom: 35px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
  }
}

.main-wrapper .main-wrapper-archive-01.layout-04 .main-wrapper-archive-01-header-box-title-02 h3 span {
  display: inline-block;
}

.main-wrapper-archive-01-header-box-title h2 {
  line-height: 150%;
  margin-bottom: 50px;
  margin-left: -15px;
}

@media screen and (max-width: 650px) {
  .main-wrapper-archive-01-header-box-title h2 {
    margin-bottom: 30px;
    margin-left: 0;
  }
}

.main-wrapper-archive-01-header-box-title h2 span {
  font-family: "Lato", sans-serif;
  display: block;
  padding-left: 60px;
}

@media screen and (max-width: 650px) {
  .main-wrapper-archive-01-header-box-title h2 span {
    padding-left: 20px;
  }
}

.main-wrapper-archive-01-header-box-title h2 span:nth-of-type(1) {
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 150%;
  position: relative;
}

@media screen and (max-width: 650px) {
  .main-wrapper-archive-01-header-box-title h2 span:nth-of-type(1) {
    font-size: 2.4rem;
    letter-spacing: 1px;
  }
}

.main-wrapper-archive-01-header-box-title h2 span:nth-of-type(1):before {
  width: calc(102px * 0.5);
  height: calc(102px * 0.5);
  background: url(../img/common/img_common_article-ico11.png) no-repeat center top/100% auto;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 10;
  content: "";
}

@media screen and (max-width: 650px) {
  .main-wrapper-archive-01-header-box-title h2 span:nth-of-type(1):before {
    width: calc(46px * 0.5);
    height: calc(46px * 0.5);
    background: url(../img/common/img_common_article-ico11-sp.png) no-repeat center top/100% auto;
    top: 4px;
    left: -5px;
  }
}

.main-wrapper-archive-01-header-box-title h2 span:nth-of-type(2) {
  color: #bebebe;
  font-size: 1.6rem;
  line-height: 150%;
  margin-top: 10px;
}

@media screen and (max-width: 650px) {
  .main-wrapper-archive-01-header-box-title h2 span:nth-of-type(2) {
    font-size: 1.4rem;
    margin-top: 2px;
  }
}

.main-wrapper-archive-01-body {
  padding: 0 40px;
}

@media screen and (max-width: 650px) {
  .main-wrapper-archive-01-body {
    padding: 0 20px;
  }
}

.main-wrapper-archive-01-body-box {
  margin-bottom: 25px;
}

@media screen and (max-width: 650px) {
  .main-wrapper-archive-01-body-box {
    margin-bottom: 15px;
  }
}

.main-wrapper-archive-01-body-box:last-child {
  margin-bottom: 0;
}

.main-wrapper-archive-01-body-box-btn {
  margin-top: 50px;
}

@media screen and (max-width: 650px) {
  .main-wrapper-archive-01-body-box-btn {
    margin-top: 10px;
  }
}

.main-wrapper-archive-01-body-box-btn span {
  width: 211px;
  height: 48px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: auto;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 650px) {
  .main-wrapper-archive-01-body-box-btn span {
    width: 190px;
    height: 44px;
  }
}

.main-wrapper-archive-01-body-box-btn span:before {
  background: #363636;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  content: '';
}

.main-wrapper-archive-01-body-box-btn span:after {
  background: #ed6c24;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}

.main-wrapper-archive-01-body-box-btn span:hover:after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.main-wrapper-archive-01-body-box-btn span a {
  height: 100%;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  display: block;
  padding: 9px 30px 0 20px;
  background-image: url(../img/items/img_items_ico11.png);
  background-repeat: no-repeat;
  background-position: 76% 48%;
  background-size: calc(14px * 0.5) auto;
  position: relative;
  opacity: 1 !important;
}

@media screen and (max-width: 650px) {
  .main-wrapper-archive-01-body-box-btn span a {
    font-size: 1.4rem;
    padding: 10px 25px 0 10px;
    background-position: 73% 50%;
  }
}

.main-wrapper .main-wrapper-archive-02 {
  max-width: initial;
  margin-top: -60px;
}

@media screen and (max-width: 1360px) {
  .main-wrapper .main-wrapper-archive-02 {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-02 {
    margin-top: -20px;
  }
}

.main-wrapper-archive-02-header {
  max-width: 1160px;
  margin: auto;
}

.main-wrapper-archive-02-header-box-category {
  margin-bottom: 40px;
}

@media screen and (max-width: 1360px) {
  .main-wrapper-archive-02-header-box-category {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  .main-wrapper-archive-02-header-box-category {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 650px) {
  .main-wrapper-archive-02-header-box-category {
    margin-bottom: 20px;
  }
}

.main-wrapper-archive-02-header-box-category ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -15px !important;
}

@media screen and (max-width: 768px) {
  .main-wrapper-archive-02-header-box-category ul {
    margin-bottom: -10px !important;
  }
}

.main-wrapper-archive-02-header-box-category ul li {
  width: 23.966%;
  margin-right: calc((100% - 95.864%) / 3);
  margin-bottom: 15px !important;
}

@media screen and (max-width: 768px) {
  .main-wrapper-archive-02-header-box-category ul li {
    width: 48%;
    margin-right: calc((100% - 96%) / 1);
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 768px) {
  .main-wrapper-archive-02-header-box-category ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}

.main-wrapper-archive-02-header-box-category ul li:nth-of-type(4n) {
  margin-right: 0;
}

.main-wrapper-archive-02-header-box-category ul li.li_all a:after {
  display: none;
}

.main-wrapper-archive-02-header-box-category ul li.li_news a:after {
  background-image: url(../img/topics/img_topics_ico01.png);
}

@media screen and (max-width: 650px) {
  .main-wrapper-archive-02-header-box-category ul li.li_news a:after {
    background-image: url(../img/topics/img_topics_ico01-sp.png);
  }
}

.main-wrapper-archive-02-header-box-category ul li.li_event a:after {
  background-image: url(../img/topics/img_topics_ico02.png);
}

@media screen and (max-width: 650px) {
  .main-wrapper-archive-02-header-box-category ul li.li_event a:after {
    background-image: url(../img/topics/img_topics_ico02-sp.png);
  }
}

.main-wrapper-archive-02-header-box-category ul li.li_feature a:after {
  background-image: url(../img/topics/img_topics_ico03.png);
}

@media screen and (max-width: 650px) {
  .main-wrapper-archive-02-header-box-category ul li.li_feature a:after {
    background-image: url(../img/topics/img_topics_ico03-sp.png);
  }
}

.main-wrapper-archive-02-header-box-category ul li.li_important {
  display: none;
}

.main-wrapper-archive-02-header-box-category ul li.li_important a:after {
  background-image: url(../img/topics/img_topics_ico04.png);
}

@media screen and (max-width: 650px) {
  .main-wrapper-archive-02-header-box-category ul li.li_important a:after {
    background-image: url(../img/topics/img_topics_ico04-sp.png);
  }
}

.main-wrapper-archive-02-header-box-category ul li:hover a, .main-wrapper-archive-02-header-box-category ul li.active a {
  background-color: #4a4a4a;
  opacity: 1;
}

.main-wrapper-archive-02-header-box-category ul li a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  height: 72px;
  line-height: 72px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 36px;
  background-color: #bbb;
  position: relative;
}

@media screen and (max-width: 650px) {
  .main-wrapper-archive-02-header-box-category ul li a {
    height: 36px;
    font-size: 1.2rem;
    line-height: 36px;
  }
}

.main-wrapper-archive-02-header-box-category ul li a:after {
  width: calc(40px * 0.5);
  height: calc(40px * 0.5);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  position: absolute;
  top: 27px;
  left: 20px;
  z-index: 10;
  content: "";
}

@media screen and (max-width: 650px) {
  .main-wrapper-archive-02-header-box-category ul li a:after {
    width: calc(24px * 0.5);
    height: calc(24px * 0.5);
    top: 12px;
    left: 10px;
  }
}

.main-wrapper-archive-02-body-box ul li {
  padding: 30px 0;
}

@media screen and (max-width: 1360px) {
  .main-wrapper-archive-02-body-box ul li {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  .main-wrapper-archive-02-body-box ul li {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 650px) {
  .main-wrapper-archive-02-body-box ul li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.main-wrapper-archive-02-body-box ul li:nth-of-type(even) {
  background: #f2f2f2;
}

.main-wrapper-archive-02-body-box ul li.li_news .main-wrapper-archive-02-body-box-box-category span a {
  background: #edcf24;
}

.main-wrapper-archive-02-body-box ul li.li_event .main-wrapper-archive-02-body-box-box-category span a {
  background: #ed6c24;
}

.main-wrapper-archive-02-body-box ul li.li_feature .main-wrapper-archive-02-body-box-box-category span a {
  background: #00a939;
}

.main-wrapper-archive-02-body-box ul li.li_important .main-wrapper-archive-02-body-box-box-category span a {
  background: #ed2442;
}

.main-wrapper-archive-02-body-box-box {
  max-width: 1060px;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}

.main-wrapper-archive-02-body-box-box-category {
  width: 122px;
  margin-right: 30px;
}

@media screen and (max-width: 650px) {
  .main-wrapper-archive-02-body-box-box-category {
    width: 98px;
    margin-right: 10px;
  }
}

.main-wrapper-archive-02-body-box-box-category span {
  display: block;
}

.main-wrapper-archive-02-body-box-box-category span a {
  width: 100%;
  height: 28px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 27px;
  text-align: center;
  text-decoration: none;
  display: block;
  border-radius: 0 20px 20px 0;
  background: #4a4a4a;
}

@media screen and (max-width: 650px) {
  .main-wrapper-archive-02-body-box-box-category span a {
    height: 26px;
    font-size: 1.2rem;
    letter-spacing: -0.5px;
    line-height: 26px;
  }
}

.main-wrapper-archive-02-body-box-box-date {
  width: 95px;
  margin-right: 25px;
  padding-top: 3px;
}

.main-wrapper-archive-02-body-box-box-date span {
  color: #bebebe;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  display: block;
}

.main-wrapper-archive-02-body-box-box-title {
  width: calc(100% - (122px + 30px + 95px + 25px));
}

@media screen and (max-width: 650px) {
  .main-wrapper-archive-02-body-box-box-title {
    width: 100%;
    margin-top: 15px;
  }
}

.main-wrapper-archive-02-body-box-box-title p {
  font-size: 1.6rem;
}

@media screen and (max-width: 650px) {
  .main-wrapper-archive-02-body-box-box-title p {
    font-size: 1.4rem;
  }
}

.main-wrapper-archive-02-body-box-box-title p a {
  color: #363636;
  display: block;
  padding-right: 60px;
  text-decoration: none;
  position: relative;
}

@media screen and (max-width: 650px) {
  .main-wrapper-archive-02-body-box-box-title p a {
    padding-right: 30px;
  }
}

.main-wrapper-archive-02-body-box-box-title p a:after {
  width: calc(18px * 0.5);
  height: 100%;
  background: url(../img/topics/img_topics_ico51.png) no-repeat center top/calc(18px * 0.5) auto;
  position: absolute;
  top: 7px;
  right: 0;
  z-index: 10;
  content: "";
}

@media screen and (max-width: 650px) {
  .main-wrapper-archive-02-body-box-box-title p a:after {
    background: url(../img/topics/img_topics_ico51.png) no-repeat center center/calc(18px * 0.5) auto;
    top: 0;
    bottom: 0;
  }
}

.main-wrapper-archive-02-body-box-box-title p a:hover {
  color: #ed6c24;
  opacity: 1;
}

@media screen and (max-width: 650px) {
  body#rokuichibungu .main-wrapper-archive {
    padding-bottom: 0;
  }
}

.main-wrapper .main-wrapper-archive-03.layout-01 .main-wrapper-archive-03-header-box-title-01 {
  width: calc(1172px * 0.5);
  margin: -50px auto 60px;
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-03.layout-01 .main-wrapper-archive-03-header-box-title-01 {
    width: calc(618px * 0.5);
    margin: -30px auto 60px;
  }
}

.main-wrapper .main-wrapper-archive-03.layout-01 .main-wrapper-archive-03-header-box-title-01 img {
  width: 100%;
}

.main-wrapper .main-wrapper-archive-03.layout-01 .main-wrapper-archive-03-header-box-title-02 h2 {
  line-height: 150%;
  margin-bottom: 50px;
  margin-left: -15px;
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-03.layout-01 .main-wrapper-archive-03-header-box-title-02 h2 {
    margin-bottom: 30px;
    margin-left: 0;
  }
}

.main-wrapper .main-wrapper-archive-03.layout-01 .main-wrapper-archive-03-header-box-title-02 h2 span {
  font-family: "Lato", sans-serif;
  display: block;
  padding-left: 60px;
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-03.layout-01 .main-wrapper-archive-03-header-box-title-02 h2 span {
    padding-left: 20px;
  }
}

.main-wrapper .main-wrapper-archive-03.layout-01 .main-wrapper-archive-03-header-box-title-02 h2 span:nth-of-type(1) {
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 150%;
  position: relative;
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-03.layout-01 .main-wrapper-archive-03-header-box-title-02 h2 span:nth-of-type(1) {
    font-size: 2.4rem;
    letter-spacing: 1px;
  }
}

.main-wrapper .main-wrapper-archive-03.layout-01 .main-wrapper-archive-03-header-box-title-02 h2 span:nth-of-type(1):before {
  width: calc(102px * 0.5);
  height: calc(102px * 0.5);
  background: url(../img/common/img_common_article-ico11.png) no-repeat center top/100% auto;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 10;
  content: "";
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-03.layout-01 .main-wrapper-archive-03-header-box-title-02 h2 span:nth-of-type(1):before {
    width: calc(46px * 0.5);
    height: calc(46px * 0.5);
    background: url(../img/common/img_common_article-ico11-sp.png) no-repeat center top/100% auto;
    top: 4px;
    left: -5px;
  }
}

.main-wrapper .main-wrapper-archive-03.layout-01 .main-wrapper-archive-03-header-box-title-02 h2 span:nth-of-type(2) {
  color: #bebebe;
  font-size: 1.6rem;
  line-height: 150%;
  margin-top: 10px;
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-03.layout-01 .main-wrapper-archive-03-header-box-title-02 h2 span:nth-of-type(2) {
    font-size: 1.4rem;
    margin-top: 2px;
  }
}

.main-wrapper .main-wrapper-archive-03.layout-01 .main-wrapper-archive-03-body {
  padding: 0 40px;
}

@media screen and (max-width: 1100px) {
  .main-wrapper .main-wrapper-archive-03.layout-01 .main-wrapper-archive-03-body {
    max-width: 800px;
    margin: auto;
  }
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-03.layout-01 .main-wrapper-archive-03-body {
    padding: 0;
  }
}

.main-wrapper .main-wrapper-archive-03.layout-01 .main-wrapper-archive-03-body-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-03.layout-01 .main-wrapper-archive-03-body-box {
    margin-bottom: 30px;
  }
}

.main-wrapper .main-wrapper-archive-03.layout-01 .main-wrapper-archive-03-body-box:last-child {
  margin-bottom: 0;
}

.main-wrapper .main-wrapper-archive-03.layout-01 .main-wrapper-archive-03-body-box.layout-01 {
  flex-direction: row-reverse;
}

@media screen and (max-width: 1100px) {
  .main-wrapper .main-wrapper-archive-03.layout-01 .main-wrapper-archive-03-body-box.layout-01 {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 1100px) {
  .main-wrapper .main-wrapper-archive-03.layout-01 .main-wrapper-archive-03-body-box.layout-02 {
    flex-direction: column-reverse;
  }
}

.main-wrapper .main-wrapper-archive-03.layout-01 .main-wrapper-archive-03-body-box-box {
  width: calc(100% - 540px - 60px);
  padding-top: 40px;
}

@media screen and (max-width: 1260px) {
  .main-wrapper .main-wrapper-archive-03.layout-01 .main-wrapper-archive-03-body-box-box {
    width: calc(100% - 440px - 30px);
  }
}

@media screen and (max-width: 1100px) {
  .main-wrapper .main-wrapper-archive-03.layout-01 .main-wrapper-archive-03-body-box-box {
    width: 100%;
    padding-top: 0;
  }
}

.main-wrapper .main-wrapper-archive-03.layout-01 .main-wrapper-archive-03-body-box-box p {
  font-size: 1.6rem;
  line-height: 190%;
  margin-bottom: 20px;
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-03.layout-01 .main-wrapper-archive-03-body-box-box p {
    font-size: 1.4rem;
  }
}

.main-wrapper .main-wrapper-archive-03.layout-01 .main-wrapper-archive-03-body-box-box p:last-child {
  margin-bottom: 0;
}

.main-wrapper .main-wrapper-archive-03.layout-01 .main-wrapper-archive-03-body-box-box p strong {
  color: #ed6c24;
}

.main-wrapper .main-wrapper-archive-03.layout-01 .main-wrapper-archive-03-body-box-box p small {
  font-size: 1rem;
  line-height: 150%;
  display: block;
  margin-top: 10px;
}

.main-wrapper .main-wrapper-archive-03.layout-01 .main-wrapper-archive-03-body-box-thumb {
  width: 540px;
}

@media screen and (max-width: 1260px) {
  .main-wrapper .main-wrapper-archive-03.layout-01 .main-wrapper-archive-03-body-box-thumb {
    width: 440px;
  }
}

@media screen and (max-width: 1100px) {
  .main-wrapper .main-wrapper-archive-03.layout-01 .main-wrapper-archive-03-body-box-thumb {
    width: 100%;
    margin-bottom: 20px;
  }
}

.main-wrapper .main-wrapper-archive-03.layout-01 .main-wrapper-archive-03-body-box-thumb img {
  width: 100%;
}

.main-wrapper .main-wrapper-archive-03.layout-02 {
  max-width: initial;
  padding: 120px 0 100px;
  background: #fafafa;
}

@media screen and (max-width: 1460px) {
  .main-wrapper .main-wrapper-archive-03.layout-02 {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  .main-wrapper .main-wrapper-archive-03.layout-02 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-03.layout-02 {
    padding: 60px 10px 60px;
  }
}

.main-wrapper .main-wrapper-archive-03.layout-02 .main-wrapper-archive-03-header {
  max-width: 1160px;
  margin: auto;
}

.main-wrapper .main-wrapper-archive-03.layout-02 .main-wrapper-archive-03-header-box-title h2 {
  line-height: 150%;
  margin-bottom: 50px;
  margin-left: -15px;
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-03.layout-02 .main-wrapper-archive-03-header-box-title h2 {
    margin-bottom: 30px;
    margin-left: 0;
  }
}

.main-wrapper .main-wrapper-archive-03.layout-02 .main-wrapper-archive-03-header-box-title h2 span {
  font-family: "Lato", sans-serif;
  display: block;
  padding-left: 60px;
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-03.layout-02 .main-wrapper-archive-03-header-box-title h2 span {
    padding-left: 20px;
  }
}

.main-wrapper .main-wrapper-archive-03.layout-02 .main-wrapper-archive-03-header-box-title h2 span:nth-of-type(1) {
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 150%;
  position: relative;
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-03.layout-02 .main-wrapper-archive-03-header-box-title h2 span:nth-of-type(1) {
    font-size: 2.4rem;
    letter-spacing: 1px;
  }
}

.main-wrapper .main-wrapper-archive-03.layout-02 .main-wrapper-archive-03-header-box-title h2 span:nth-of-type(1):before {
  width: calc(102px * 0.5);
  height: calc(102px * 0.5);
  background: url(../img/common/img_common_article-ico11.png) no-repeat center top/100% auto;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 10;
  content: "";
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-03.layout-02 .main-wrapper-archive-03-header-box-title h2 span:nth-of-type(1):before {
    width: calc(46px * 0.5);
    height: calc(46px * 0.5);
    background: url(../img/common/img_common_article-ico11-sp.png) no-repeat center top/100% auto;
    top: 4px;
    left: -5px;
  }
}

.main-wrapper .main-wrapper-archive-03.layout-02 .main-wrapper-archive-03-header-box-title h2 span:nth-of-type(2) {
  color: #bebebe;
  font-size: 1.6rem;
  line-height: 150%;
  margin-top: 10px;
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-03.layout-02 .main-wrapper-archive-03-header-box-title h2 span:nth-of-type(2) {
    font-size: 1.4rem;
    margin-top: 2px;
  }
}

.main-wrapper .main-wrapper-archive-03.layout-02 .main-wrapper-archive-03-body {
  max-width: 1160px;
  margin: auto;
  padding: 0 40px;
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-03.layout-02 .main-wrapper-archive-03-body {
    padding: 0;
  }
}

.main-wrapper .main-wrapper-archive-03.layout-02 .main-wrapper-archive-03-body-box ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -80px !important;
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-03.layout-02 .main-wrapper-archive-03-body-box ul {
    margin-bottom: -40px !important;
  }
}

.main-wrapper .main-wrapper-archive-03.layout-02 .main-wrapper-archive-03-body-box ul li {
  width: 31.297%;
  margin-right: calc((100% - 93.891%) / 2) !important;
  margin-bottom: 80px !important;
}

@media screen and (max-width: 1100px) {
  .main-wrapper .main-wrapper-archive-03.layout-02 .main-wrapper-archive-03-body-box ul li {
    width: 48%;
    margin-right: calc((100% - 96%) / 1) !important;
  }
}

@media screen and (max-width: 1100px) {
  .main-wrapper .main-wrapper-archive-03.layout-02 .main-wrapper-archive-03-body-box ul li:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}

.main-wrapper .main-wrapper-archive-03.layout-02 .main-wrapper-archive-03-body-box ul li:nth-of-type(3n) {
  margin-right: 0 !important;
}

@media screen and (max-width: 1100px) {
  .main-wrapper .main-wrapper-archive-03.layout-02 .main-wrapper-archive-03-body-box ul li:nth-of-type(3n) {
    margin-right: calc((100% - 96%) / 1) !important;
  }
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-03.layout-02 .main-wrapper-archive-03-body-box ul li {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 40px !important;
  }
}

.main-wrapper .main-wrapper-archive-03.layout-02 .main-wrapper-archive-03-body-box-thumb a img {
  width: 100%;
  border-radius: 8px;
}

.main-wrapper .main-wrapper-archive-03.layout-02 .main-wrapper-archive-03-body-box-title {
  margin-top: 20px;
}

.main-wrapper .main-wrapper-archive-03.layout-02 .main-wrapper-archive-03-body-box-title p {
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
}

.main-wrapper .main-wrapper-archive-03.layout-02 .main-wrapper-archive-03-body-box-title p:before {
  width: calc(40px * 0.5);
  height: calc(40px * 0.5);
  background: url(../img/rokuichibungu/img_rokuichibungu_ico01.png) no-repeat center top/100% auto;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 10;
  content: "";
}

.main-wrapper .main-wrapper-archive-03.layout-02 .main-wrapper-archive-03-body-box-title p a {
  color: #363636;
  line-height: 140%;
  text-decoration: none;
  display: block;
}

.main-wrapper .main-wrapper-archive-03.layout-02 .main-wrapper-archive-03-body-box-description {
  margin-top: 15px;
}

.main-wrapper .main-wrapper-archive-03.layout-02 .main-wrapper-archive-03-body-box-description p {
  font-size: 1.4rem;
  line-height: 150%;
}

.main-wrapper .main-wrapper-archive-03.layout-02 .main-wrapper-archive-03-body-box-other {
  margin-top: 20px;
  padding-left: 20px;
  border-left: 2px solid #bebebe;
}

@media screen and (max-width: 650px) {
  .main-wrapper .main-wrapper-archive-03.layout-02 .main-wrapper-archive-03-body-box-other {
    padding-left: 12px;
  }
}

.main-wrapper .main-wrapper-archive-03.layout-02 .main-wrapper-archive-03-body-box-other p {
  font-size: 1.4rem;
  line-height: 150%;
}

body.single.admin-bar .main-wrapper-single-01-grouping {
  padding-top: calc(125px + 30px) !important;
  top: -40px !important;
}

@media screen and (max-width: 950px) {
  body.single.admin-bar .main-wrapper-single-01-grouping {
    padding-top: calc(120px + 30px) !important;
    top: -39px !important;
  }
}

@media screen and (max-width: 768px) {
  body.single.admin-bar .main-wrapper-single-01-grouping {
    top: -25px !important;
  }
}

@media screen and (max-width: 650px) {
  body.single.admin-bar .main-wrapper-single-01-grouping {
    padding-top: calc(95px + 45px) !important;
    top: -5px !important;
  }
}

body.single .main-wrapper .main-wrapper-single-01 {
  margin: 50px auto 0;
}

body.single .main-wrapper .main-wrapper-single-01.layout-grouping {
  margin: 93px auto 0;
}

@media screen and (max-width: 950px) {
  body.single .main-wrapper .main-wrapper-single-01.layout-grouping {
    margin: 88px auto 0;
  }
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01.layout-grouping {
    margin: 81px auto 0;
  }
}

body.single .main-wrapper .main-wrapper-single-01>div {
  max-width: 800px;
  margin: auto;
}

body.single .main-wrapper .main-wrapper-single-01-grouping {
  width: 100%;
  max-width: initial !important;
  padding: 0 20px 10px;
  box-shadow: 0 4px 5px 2px rgba(0, 0, 0, 0.05);
  background: transparent;
  opacity: 0;
  cursor: auto;
  transition: all 0.3s;
  position: fixed;
  top: 82px;
  z-index: 9990;
}

@media screen and (max-width: 950px) {
  body.single .main-wrapper .main-wrapper-single-01-grouping {
    padding: 0 20px 10px;
    top: 82px;
  }
}

@media screen and (max-width: 768px) {
  body.single .main-wrapper .main-wrapper-single-01-grouping {
    padding: 0 20px 10px;
    top: 79px;
  }
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-grouping {
    padding: 0 15px 10px;
  }
}

body.single .main-wrapper .main-wrapper-single-01-grouping.active {
  background: #fff;
  opacity: 1;
}

body.single .main-wrapper .main-wrapper-single-01-grouping-box {
  max-width: 820px;
  margin: auto;
}

body.single .main-wrapper .main-wrapper-single-01-grouping-box-header-box.active span {
  cursor: pointer;
}

body.single .main-wrapper .main-wrapper-single-01-grouping-box-header-box span {
  width: 320px;
  height: 40px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding-bottom: 3px;
  padding-left: 28px;
  border-radius: 40px;
  box-shadow: 0 4px 7px 2px rgba(0, 0, 0, 0.1);
  background: #ff8307;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-grouping-box-header-box span {
    width: 100%;
    height: 50px;
    font-size: 1.4rem;
  }
}

body.single .main-wrapper .main-wrapper-single-01-grouping-box-header-box span:before {
  width: calc(60px * 0.4);
  height: calc(60px * 0.4);
  display: flex;
  align-items: center;
  margin: auto;
  background: url(../img/items/img_items_ico51.png) no-repeat center top/100% auto;
  position: absolute;
  top: 7px;
  right: 0;
  left: -92px;
  z-index: 10;
  content: '';
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-grouping-box-header-box span:before {
    width: calc(50px * 0.5);
    height: calc(50px * 0.5);
    background: url(../img/items/img_items_ico51-sp.png) no-repeat center top/100% auto;
    top: 12px;
    left: -95px;
  }
}

body.single .main-wrapper .main-wrapper-single-01-grouping-box-body {
  margin-top: 20px;
  opacity: 0;
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-grouping-box-body {
    height: 60vh;
    margin: 20px auto 0;
    padding-bottom: 20px;
    overflow-y: auto;
  }
}

@media screen and (max-width: 480px) {
  body.single .main-wrapper .main-wrapper-single-01-grouping-box-body {
    height: 58vh;
  }
}

@media screen and (max-width: 360px) {
  body.single .main-wrapper .main-wrapper-single-01-grouping-box-body {
    height: 55vh;
  }
}

@media screen and (max-width: 340px) {
  body.single .main-wrapper .main-wrapper-single-01-grouping-box-body {
    height: 50vh;
  }
}

body.single .main-wrapper .main-wrapper-single-01-grouping-box-body.active-grouping {
  display: block;
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-grouping-box-body-box {
    display: flex;
    justify-content: center;
  }
}

body.single .main-wrapper .main-wrapper-single-01-grouping-box-body-box.active ul li a {
  cursor: pointer;
  pointer-events: auto;
}

body.single .main-wrapper .main-wrapper-single-01-grouping-box-body-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -25px -15px;
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-grouping-box-body-box ul {
    display: block;
    margin: 0 0 -10px;
  }
}

body.single .main-wrapper .main-wrapper-single-01-grouping-box-body-box ul li {
  margin: 0 25px 15px;
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-grouping-box-body-box ul li {
    margin: 0 0 5px;
  }
}

body.single .main-wrapper .main-wrapper-single-01-grouping-box-body-box ul li a {
  opacity: 1;
  cursor: auto;
  pointer-events: none;
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-grouping-box-body-box ul li a {
    display: inline-block;
  }
}

body.single .main-wrapper .main-wrapper-single-01-grouping-box-body-box ul li a img {
  width: initial;
  max-width: initial;
  opacity: 1;
}

body.single .main-wrapper .main-wrapper-single-01-summary-01 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media screen and (max-width: 1260px) {
  body.single .main-wrapper .main-wrapper-single-01-summary-01 {
    padding: 0 20px;
  }
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-summary-01 {
    padding: 0 10px;
  }
}

body.single .main-wrapper .main-wrapper-single-01-summary-01-box {
  margin: 0 -100px;
}

@media screen and (max-width: 1460px) {
  body.single .main-wrapper .main-wrapper-single-01-summary-01-box {
    margin: 0 -50px;
  }
}

@media screen and (max-width: 1360px) {
  body.single .main-wrapper .main-wrapper-single-01-summary-01-box {
    margin: 0;
  }
}

body.single .main-wrapper .main-wrapper-single-01-summary-01-box-body-box-thumb img {
  width: 100%;
}

body.single .main-wrapper .main-wrapper-single-01-movie {
  padding-top: 100px !important;
  padding-bottom: 0 !important;
}

@media screen and (max-width: 1260px) {
  body.single .main-wrapper .main-wrapper-single-01-movie {
    padding: 0 20px;
  }
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-movie {
    padding: 0 10px;
    padding-top: 10px !important;
  }
}

body.single .main-wrapper .main-wrapper-single-01-movie-box-body-box-box iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

body.single .main-wrapper .main-wrapper-single-01-summary-02 {
  padding-top: 160px !important;
  padding-bottom: 0 !important;
}

@media screen and (max-width: 1260px) {
  body.single .main-wrapper .main-wrapper-single-01-summary-02 {
    padding: 0 20px;
  }
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-summary-02 {
    padding: 0 10px;
    padding-top: 10px !important;
  }
}

body.single .main-wrapper .main-wrapper-single-01-summary-02-box-body-box-thumb img {
  width: 100%;
}

body.single .main-wrapper .main-wrapper-single-01-item {
  margin-bottom: 200px !important;
  padding-top: 60px !important;
  padding-bottom: 0 !important;
}

@media screen and (max-width: 1260px) {
  body.single .main-wrapper .main-wrapper-single-01-item {
    padding: 0 20px;
  }
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-item {
    margin-bottom: 120px !important;
    padding: 0 10px;
    padding-top: 30px !important;
  }
}

body.single .main-wrapper .main-wrapper-single-01-item-box-body {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  body.single .main-wrapper .main-wrapper-single-01-item-box-body {
    margin-top: 50px;
  }
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-item-box-body {
    margin-top: 40px;
  }
}

body.single .main-wrapper .main-wrapper-single-01-item-box-body-box {
  margin-bottom: 140px;
  padding-top: 120px;
  margin-top: -120px;
}

@media screen and (max-width: 768px) {
  body.single .main-wrapper .main-wrapper-single-01-item-box-body-box {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-item-box-body-box {
    margin-bottom: 80px;
  }
}

body.single .main-wrapper .main-wrapper-single-01-item-box-body-box:last-child {
  margin-bottom: 0;
}

body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-group {
  display: flex;
  align-items: center;
  margin-top: -230px;
  margin-bottom: 15px;
  padding-top: 230px;
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-group {
    margin-top: -150px;
    padding-top: 150px;
  }
}

body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-group-img {
  width: 80px;
  margin-right: 25px;
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-group-img {
    width: 50px;
    margin-right: 15px;
  }
}

body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-group-img img {
  margin: 0;
}

body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-group-title {
  width: calc(100% - 105px);
}

body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-group-title h3 {
  line-height: 130%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-group-title h3 span {
  width: 100%;
  display: block;
}

body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-group-title h3 span:nth-of-type(1) {
  font-size: 2.6rem;
  line-height: 150%;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-group-title h3 span:nth-of-type(1) {
    font-size: 2.2rem;
    margin-right: 12px;
  }
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-group-title h3 span:nth-of-type(1) {
    width: 100%;
    font-size: 1.8rem;
    line-height: 130%;
    margin-right: 0;
  }
}

body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-group-title h3 span:nth-of-type(2) {
  font-size: 1.6rem;
  line-height: 150%;
}

@media screen and (max-width: 768px) {
  body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-group-title h3 span:nth-of-type(2) {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-group-title h3 span:nth-of-type(2) {
    width: 100%;
    font-size: 1.2rem;
    line-height: 130%;
    margin-top: 5px;
  }
}

body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-title {
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-title {
    padding-bottom: 8px;
  }
}

body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-title h3 {
  line-height: 130%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-title h3 span {
  display: block;
}

body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-title h3 span:nth-of-type(1) {
  font-size: 2.6rem;
  line-height: 150%;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-title h3 span:nth-of-type(1) {
    font-size: 2.2rem;
    margin-right: 12px;
  }
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-title h3 span:nth-of-type(1) {
    width: 100%;
    font-size: 1.8rem;
    line-height: 130%;
    margin-right: 0;
  }
}

body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-title h3 span:nth-of-type(2) {
  font-size: 1.6rem;
  line-height: 150%;
}

@media screen and (max-width: 768px) {
  body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-title h3 span:nth-of-type(2) {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-title h3 span:nth-of-type(2) {
    width: 100%;
    font-size: 1.2rem;
    line-height: 130%;
    margin-top: 5px;
  }
}

body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-message {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-message {
    margin-top: 8px;
  }
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-message {
    margin-top: 10px;
  }
}

body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-message p {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-message p {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-message p {
    font-size: 1.4rem;
  }
}

body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-info {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-info {
    margin-top: 8px;
  }
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-info {
    margin-top: 5px;
  }
}

body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-info p {
  color: #231815;
  font-size: 1.2rem;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-info p {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-info p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-info p br {
    display: none;
  }
}

body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-thumb {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-thumb {
    margin-top: 40px;
  }
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-thumb {
    margin-top: 30px;
  }
}

body.single .main-wrapper .main-wrapper-single-01-item-box-body-box-thumb img {
  width: 100%;
}

body.single .main-wrapper .main-wrapper-single-01-related {
  max-width: initial !important;
  padding-top: 85px !important;
  padding-bottom: 190px !important;
  background: #eee;
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-related {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

body.single .main-wrapper .main-wrapper-single-01-related-box {
  max-width: 1060px;
  margin: auto;
}

@media screen and (max-width: 1260px) {
  body.single .main-wrapper .main-wrapper-single-01-related-box {
    padding: 0 20px;
  }
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-related-box {
    padding: 0 15px;
  }
}

body.single .main-wrapper .main-wrapper-single-01-related-box-header-box-title h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 18px;
  padding-left: 35px;
  position: relative;
  margin-bottom: 40px;
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-related-box-header-box-title h3 {
    margin-bottom: 15px;
    padding-left: 20px;
  }
}

body.single .main-wrapper .main-wrapper-single-01-related-box-header-box-title h3:before {
  width: calc(48px * 0.5);
  height: calc(48px * 0.5);
  background: url(../img/common/img_common_article_ico01.png) no-repeat center top/100% auto;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 10;
  content: "";
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-related-box-header-box-title h3:before {
    width: calc(24px * 0.5);
    height: calc(24px * 0.5);
    background: url(../img/common/img_common_article_ico01-sp.png) no-repeat center top/100% auto;
    top: 7px;
  }
}

body.single .main-wrapper .main-wrapper-single-01-related-box-header-box-title h3 br {
  display: none;
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-related-box-header-box-title h3 br {
    display: block;
  }
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-related-box-header-box-title h3 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-related-box-header-box-title h3 {
    margin-bottom: 15px;
  }
}

body.single .main-wrapper .main-wrapper-single-01-related-box-body {
  padding: 0 10px;
}

body.single .main-wrapper .main-wrapper-single-01-related-box-body-box-box ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -60px;
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-related-box-body-box-box ul {
    margin: 0 0 -30px;
  }
}

body.single .main-wrapper .main-wrapper-single-01-related-box-body-box-box ul li {
  width: 32.038%;
  margin-right: calc((100% - 32.038% * 3) / 2);
  margin-bottom: 60px;
}

@media screen and (max-width: 1100px) {
  body.single .main-wrapper .main-wrapper-single-01-related-box-body-box-box ul li {
    width: 48%;
    margin-right: calc((100% - 96%) / 1) !important;
  }
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-related-box-body-box-box ul li {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 30px;
  }
}

body.single .main-wrapper .main-wrapper-single-01-related-box-body-box-box ul li:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 1100px) {
  body.single .main-wrapper .main-wrapper-single-01-related-box-body-box-box ul li:nth-of-type(3n) {
    margin-right: calc((100% - 96%) / 1) !important;
  }
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-related-box-body-box-box ul li:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 1100px) {
  body.single .main-wrapper .main-wrapper-single-01-related-box-body-box-box ul li:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}

body.single .main-wrapper .main-wrapper-single-01-related-box-body-box-box ul li:last-child {
  margin-bottom: 60px !important;
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-related-box-body-box-box ul li:last-child {
    margin-bottom: 30px !important;
  }
}

body.single .main-wrapper .main-wrapper-single-01-related-box-body-box-box ul li a {
  color: #363636;
  font-weight: bold;
  text-decoration: none;
}

body.single .main-wrapper .main-wrapper-single-01-related-box-body-box-box-thumb a {
  width: 100%;
  display: block;
  padding-top: 50%;
  position: relative;
  opacity: 1 !important;
}

body.single .main-wrapper .main-wrapper-single-01-related-box-body-box-box-thumb a:hover img {
  opacity: 1 !important;
  transform: scale(1.05, 1.05);
  transition: 0.4s all;
}

body.single .main-wrapper .main-wrapper-single-01-related-box-body-box-box-thumb a img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  position: absolute;
  top: 0;
  object-fit: cover;
}

body.single .main-wrapper .main-wrapper-single-01-related-box-body-box-box-title {
  margin-top: 10px;
}

body.single .main-wrapper .main-wrapper-single-01-related-box-body-box-box-title span a {
  font-size: 1.8rem;
  line-height: 150%;
  display: block;
  padding-left: 30px;
  position: relative;
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-related-box-body-box-box-title span a {
    font-size: 1.4rem;
    padding-left: 28px;
  }
}

body.single .main-wrapper .main-wrapper-single-01-related-box-body-box-box-title span a:before {
  width: calc(40px * 0.5);
  height: calc(40px * 0.5);
  background: url(../img/items/img_items_ico01.png) no-repeat center top/100% auto;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 10;
  content: "";
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-related-box-body-box-box-title span a:before {
    width: calc(42px * 0.5);
    height: calc(44px * 0.5);
    background: url(../img/items/img_items_ico01-sp.png) no-repeat center top/100% auto;
    top: -1px;
  }
}

body.single .main-wrapper .main-wrapper-single-01-password {
  min-height: 300px;
  margin: 200px 20px 80px;
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-password {
    min-height: 200px;
    margin: 80px 20px 60px;
  }
}

body.single .main-wrapper .main-wrapper-single-01-password-box {
  padding: 20px 30px;
  background: #f3f3f3;
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-password-box {
    padding: 20px 20px;
  }
}

body.single .main-wrapper .main-wrapper-single-01-password-box form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

body.single .main-wrapper .main-wrapper-single-01-password-box form p {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-password-box form p {
    font-size: 1.4rem;
  }
}

body.single .main-wrapper .main-wrapper-single-01-password-box form p:last-child {
  margin-bottom: 0;
}

body.single .main-wrapper .main-wrapper-single-01-password-box form p label {
  width: 100%;
}

body.single .main-wrapper .main-wrapper-single-01-password-box form p label>input {
  width: 250px;
  margin-left: 5px;
  padding: 9px 15px 11px;
  border-color: #f5f5f5;
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-password-box form p label>input {
    width: 180px;
    font-size: 1.4rem;
    padding: 6px 12px 7px;
    border-radius: 4px;
  }
}

@media screen and (max-width: 340px) {
  body.single .main-wrapper .main-wrapper-single-01-password-box form p label>input {
    width: 120px;
  }
}

body.single .main-wrapper .main-wrapper-single-01-password-box form p>input {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  margin-top: 3px;
  margin-left: 10px;
  padding: 4px 20px 6px;
  border-radius: 36px;
  background: #363636;
  cursor: pointer;
}

body.single .main-wrapper .main-wrapper-single-01-password-box form p>input:hover {
  opacity: 0.8;
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-01-password-box form p>input {
    font-size: 1.4rem;
    display: block;
    margin: 10px auto 0;
  }
}

body.single .main-wrapper .main-wrapper-single-02 {
  max-width: 800px;
  margin: auto;
  padding: 70px 0 100px;
}

@media screen and (max-width: 1100px) {
  body.single .main-wrapper .main-wrapper-single-02 {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-02 {
    padding: 30px 0 50px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-02-header-box {
    display: flex;
    flex-wrap: wrap;
  }
}

body.single .main-wrapper .main-wrapper-single-02-header-box-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-02-header-box-box {
    margin-bottom: 20px;
  }
}

body.single .main-wrapper .main-wrapper-single-02-header-box-box-category {
  width: 122px;
  margin-right: 25px;
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-02-header-box-box-category {
    width: 98px;
    margin-right: 10px;
  }
}

body.single .main-wrapper .main-wrapper-single-02-header-box-box-category span {
  display: block;
}

body.single .main-wrapper .main-wrapper-single-02-header-box-box-category span.news a {
  background: #edcf24;
}

body.single .main-wrapper .main-wrapper-single-02-header-box-box-category span.event a {
  background: #ed6c24;
}

body.single .main-wrapper .main-wrapper-single-02-header-box-box-category span.feature a {
  background: #00a939;
}

body.single .main-wrapper .main-wrapper-single-02-header-box-box-category span.important a {
  background: #ed2442;
}

body.single .main-wrapper .main-wrapper-single-02-header-box-box-category span a {
  width: 100%;
  height: 28px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  display: block;
  border-radius: 0 20px 20px 0;
  background: #4a4a4a;
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-02-header-box-box-category span a {
    height: 26px;
    font-size: 1.2rem;
    letter-spacing: -0.5px;
    line-height: 26px;
  }
}

body.single .main-wrapper .main-wrapper-single-02-header-box-box-date {
  width: 95px;
  padding-top: 3px;
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-02-header-box-box-date {
    padding-top: 2px;
  }
}

body.single .main-wrapper .main-wrapper-single-02-header-box-box-date span {
  color: #bebebe;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  display: block;
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-02-header-box-box-date span {
    font-size: 1.4rem;
  }
}

body.single .main-wrapper .main-wrapper-single-02-header-box-title {
  margin-bottom: 60px;
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-02-header-box-title {
    margin-bottom: 30px;
  }
}

body.single .main-wrapper .main-wrapper-single-02-header-box-title h1 {
  font-size: 3.2rem;
  line-height: 150%;
}

@media screen and (max-width: 768px) {
  body.single .main-wrapper .main-wrapper-single-02-header-box-title h1 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-02-header-box-title h1 {
    font-size: 1.6rem;
    line-height: 170%;
  }
}

body.single .main-wrapper .main-wrapper-single-02-body-box-content p {
  margin-bottom: 30px;
}

body.single .main-wrapper .main-wrapper-single-02-body-box-content a {
  font-weight: bold;
}

body.single .main-wrapper .main-wrapper-single-02-body-box-content img {
  margin: 30px auto;
}

body.single .main-wrapper .main-wrapper-single-02-body-box-content ul {
  margin-left: 0;
}

body.single .main-wrapper .main-wrapper-single-02-body-box-content ul li {
  list-style: none;
  padding-left: 22px;
  position: relative;
}

body.single .main-wrapper .main-wrapper-single-02-body-box-content ul li:before {
  width: calc(24px * 0.5);
  height: calc(24px * 0.5);
  background: url(../img/topics/img_topics_ico91.png) no-repeat center top/100% auto;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 10;
  content: "";
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-02-body-box-content ul li:before {
    top: 6px;
  }
}

body.single .main-wrapper .main-wrapper-single-02-footer {
  margin: 150px 0 50px;
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-02-footer {
    margin: 60px 0 30px;
  }
}

body.single .main-wrapper .main-wrapper-single-02-footer-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 30px;
}

@media screen and (max-width: 1260px) {
  body.single .main-wrapper .main-wrapper-single-02-footer-box ul {
    padding: 0;
  }
}

body.single .main-wrapper .main-wrapper-single-02-footer-box ul li {
  display: flex;
}

body.single .main-wrapper .main-wrapper-single-02-footer-box ul li.main-wrapper-single-02-footer-box-prev {
  width: 150px;
  justify-content: flex-end;
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-02-footer-box ul li.main-wrapper-single-02-footer-box-prev {
    width: 110px;
  }
}

@media screen and (max-width: 340px) {
  body.single .main-wrapper .main-wrapper-single-02-footer-box ul li.main-wrapper-single-02-footer-box-prev {
    width: 100px;
  }
}

body.single .main-wrapper .main-wrapper-single-02-footer-box ul li.main-wrapper-single-02-footer-box-prev span a {
  padding-right: 30px;
  padding-left: 45px;
  background-image: url(../img/topics/img_topics_ico61.png);
  background-repeat: no-repeat;
  background-position: 20% 47%;
  background-size: calc(18px * 0.5) auto;
  opacity: 1 !important;
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-02-footer-box ul li.main-wrapper-single-02-footer-box-prev span a {
    width: 100%;
    background-image: url(../img/topics/img_topics_ico61-sp.png);
    background-position: 15% 50%;
    background-size: calc(14px * 0.5) auto;
    padding-right: 20px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 340px) {
  body.single .main-wrapper .main-wrapper-single-02-footer-box ul li.main-wrapper-single-02-footer-box-prev span a {
    padding-right: 10px;
    padding-left: 20px;
    background-position: 15% 48%;
  }
}

body.single .main-wrapper .main-wrapper-single-02-footer-box ul li.main-wrapper-single-02-footer-box-archive {
  width: 150px;
  justify-content: center;
  margin: 0 10px;
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-02-footer-box ul li.main-wrapper-single-02-footer-box-archive {
    width: 100px;
  }
}

@media screen and (max-width: 340px) {
  body.single .main-wrapper .main-wrapper-single-02-footer-box ul li.main-wrapper-single-02-footer-box-archive {
    width: 82px;
    margin: 0 3px;
  }
}

body.single .main-wrapper .main-wrapper-single-02-footer-box ul li.main-wrapper-single-02-footer-box-next {
  width: 150px;
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-02-footer-box ul li.main-wrapper-single-02-footer-box-next {
    width: 110px;
  }
}

@media screen and (max-width: 340px) {
  body.single .main-wrapper .main-wrapper-single-02-footer-box ul li.main-wrapper-single-02-footer-box-next {
    width: 100px;
  }
}

body.single .main-wrapper .main-wrapper-single-02-footer-box ul li.main-wrapper-single-02-footer-box-next span a {
  padding-right: 45px;
  padding-left: 30px;
  background-image: url(../img/topics/img_topics_ico62.png);
  background-repeat: no-repeat;
  background-position: 80% 47%;
  background-size: calc(18px * 0.5) auto;
  opacity: 1 !important;
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-02-footer-box ul li.main-wrapper-single-02-footer-box-next span a {
    width: 100%;
    background-image: url(../img/topics/img_topics_ico62-sp.png);
    background-position: 85% 50%;
    background-size: calc(14px * 0.5) auto;
    padding-right: 30px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 340px) {
  body.single .main-wrapper .main-wrapper-single-02-footer-box ul li.main-wrapper-single-02-footer-box-next span a {
    padding-right: 20px;
    padding-left: 10px;
    background-position: 85% 48%;
  }
}

body.single .main-wrapper .main-wrapper-single-02-footer-box ul li span {
  width: 100%;
  height: 48px;
  font-weight: bold;
  text-align: center;
  display: block;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-02-footer-box ul li span {
    height: 36px;
  }
}

body.single .main-wrapper .main-wrapper-single-02-footer-box ul li span:before {
  background: #363636;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  content: '';
}

body.single .main-wrapper .main-wrapper-single-02-footer-box ul li span:after {
  background: #ed6c24;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}

body.single .main-wrapper .main-wrapper-single-02-footer-box ul li span:hover:after {
  transform-origin: left top;
  transform: scale(1, 1);
}

body.single .main-wrapper .main-wrapper-single-02-footer-box ul li span a {
  height: 100%;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  display: block;
  padding: 9px 30px 0;
  position: relative;
  opacity: 1 !important;
}

@media screen and (max-width: 650px) {
  body.single .main-wrapper .main-wrapper-single-02-footer-box ul li span a {
    font-size: 1.4rem;
    padding: 6px 10px 0;
  }
}

@media screen and (max-width: 340px) {
  body.single .main-wrapper .main-wrapper-single-02-footer-box ul li span a {
    font-size: 1.2rem;
    padding: 7px 10px 0;
  }
}

body.page .mw_wp_form_complete .main-wrapper-article>div {
  padding: 0;
}

p.caution-text {
  color: #cc0000;
  font-size: 1.6rem;
}

@media screen and (max-width: 480px) {
  p.caution-text {
    font-size: 1.4rem;
  }
}

span.caution-text {
  width: 60px;
  height: 28px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 26px;
  display: block;
  margin: 0 0 0 5px;
  border-radius: 20px;
  background: #ed6c24;
}

@media screen and (max-width: 480px) {
  span.caution-text {
    width: 56px;
    height: 25px;
    font-size: 1.2rem;
    line-height: 23px;
    margin-top: -2px;
  }
}

span.normal-text {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  padding: 5px 12px 4px;
  background: #a9a9a9;
}

@media screen and (max-width: 768px) {
  span.normal-text {
    font-size: 13px;
    padding: 3px 8px 2px;
  }
}

@media screen and (max-width: 480px) {
  span.normal-text {
    font-size: 10px;
  }
}

body.page .main-wrapper-article .main-wrapper-article-form-01 {
  padding: 0 40px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article .main-wrapper-article-form-01 {
    padding: 0 15px;
  }
}

.main-wrapper-article-form-01-header {
  margin-bottom: 100px;
}

@media screen and (max-width: 650px) {
  .main-wrapper-article-form-01-header {
    margin-bottom: 50px;
  }
}

body.page .main-wrapper-article-form-01-body-box {
  max-width: 1360px;
  margin: auto;
}

body.page .main-wrapper-article-form-01-body-box-input {
  margin: 0 auto 60px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-form-01-body-box-input {
    margin: 0 auto 30px;
  }
}

body.page .main-wrapper-article-form-01-body-box-input .form-01-radio-01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
  padding: 20px 10px;
  background: #e5e5e5;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-form-01-body-box-input .form-01-radio-01 {
    margin: 0 0 25px;
    padding: 15px 10px;
  }
}

@media screen and (max-width: 480px) {
  body.page .main-wrapper-article-form-01-body-box-input .form-01-radio-01 {
    justify-content: inherit;
    margin: 0 0 30px;
    padding: 15px 20px;
  }
}

body.page .main-wrapper-article-form-01-body-box-input .form-01-radio-01 label {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  margin: 5px 20px;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-form-01-body-box-input .form-01-radio-01 label {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 480px) {
  body.page .main-wrapper-article-form-01-body-box-input .form-01-radio-01 label {
    font-size: 1.4rem;
  }
}

body.page .main-wrapper-article-form-01-body-box-input .form-01-radio-01 label input {
  margin: -3px 10px 0 0;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-form-01-body-box-input .form-01-radio-01 label input {
    margin: -3px 8px 0 0;
  }
}

@media screen and (max-width: 480px) {
  body.page .main-wrapper-article-form-01-body-box-input .form-01-radio-01 label input {
    margin: -2px 5px 0 0;
  }
}

body.page .main-wrapper-article-form-01-body-box-input dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-form-01-body-box-input dl {
    margin: 0 0 15px;
  }
}

body.page .main-wrapper-article-form-01-body-box-input dl.layout-01 dt {
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-form-01-body-box-input dl.layout-01 dt {
    padding-top: 12px;
  }
}

body.page .main-wrapper-article-form-01-body-box-input dl.layout-01 dd {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-form-01-body-box-input dl.layout-01 dd {
    padding-bottom: 5px;
  }
}

body.page .main-wrapper-article-form-01-body-box-input dl.layout-01 dd span.mwform-checkbox-field {
  display: block;
  margin: 0 20px 10px 0;
}

body.page .main-wrapper-article-form-01-body-box-input dl.layout-02 dt {
  padding-top: 20px;
}

body.page .main-wrapper-article-form-01-body-box-input dl.layout-02 dd span.mwform-checkbox-field {
  display: block;
  margin: 0 0 10px;
}

body.page .main-wrapper-article-form-01-body-box-input dl.layout-02 dd span.mwform-checkbox-field:last-of-type {
  margin-bottom: 0;
}

body.page .main-wrapper-article-form-01-body-box-input dl:first-child {
  margin-top: -20px;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-form-01-body-box-input dl:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-form-01-body-box-input dl:last-child {
    margin-bottom: 0;
  }
}

body.page .main-wrapper-article-form-01-body-box-input dl dt {
  width: 290px;
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 32px 0 10px 0;
}

@media screen and (max-width: 1260px) {
  body.page .main-wrapper-article-form-01-body-box-input dl dt {
    width: 240px;
  }
}

@media screen and (max-width: 1100px) {
  body.page .main-wrapper-article-form-01-body-box-input dl dt {
    width: 180px;
  }
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-form-01-body-box-input dl dt {
    width: 100%;
    max-width: inherit;
    flex-wrap: wrap;
    justify-content: initial;
    padding: 8px 0 8px;
    border-bottom: none;
  }
}

@media screen and (max-width: 480px) {
  body.page .main-wrapper-article-form-01-body-box-input dl dt {
    font-size: 1.4rem;
  }
}

body.page .main-wrapper-article-form-01-body-box-input dl dt span {
  display: block;
}

body.page .main-wrapper-article-form-01-body-box-input dl dt span:nth-child(1) {
  margin: 0 15px 0 0;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-form-01-body-box-input dl dt span:nth-child(1) br {
    display: none;
  }
}

body.page .main-wrapper-article-form-01-body-box-input dl dd {
  width: calc(100% - 290px);
  font-size: 1.5rem;
  font-weight: normal;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 10px 30px;
}

@media screen and (max-width: 1260px) {
  body.page .main-wrapper-article-form-01-body-box-input dl dd {
    width: calc(100% - 240px);
  }
}

@media screen and (max-width: 1100px) {
  body.page .main-wrapper-article-form-01-body-box-input dl dd {
    width: calc(100% - 180px);
  }
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-form-01-body-box-input dl dd {
    width: 100%;
    padding: 0 0 15px;
    border-bottom: none;
  }
}

@media screen and (max-width: 480px) {
  body.page .main-wrapper-article-form-01-body-box-input dl dd {
    font-size: 1.4rem;
  }
}

body.page .main-wrapper-article-form-01-body-box-input dl dd.layout-01>.form-01-style-01 {
  width: 48%;
  max-width: 210px;
  align-items: center;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-form-01-body-box-input dl dd.layout-01>.form-01-style-01 {
    max-width: 200px;
  }
}

@media screen and (max-width: 480px) {
  body.page .main-wrapper-article-form-01-body-box-input dl dd.layout-01>.form-01-style-01 {
    max-width: 150px;
  }
}

@media screen and (max-width: 340px) {
  body.page .main-wrapper-article-form-01-body-box-input dl dd.layout-01>.form-01-style-01 {
    max-width: 130px;
  }
}

body.page .main-wrapper-article-form-01-body-box-input dl dd.layout-01>.form-01-style-01>i {
  font-style: normal;
  text-align: right;
  margin: 0 10px 0 0;
}

body.page .main-wrapper-article-form-01-body-box-input dl dd.layout-01>.form-01-style-01>select {
  max-width: 140px;
}

@media screen and (max-width: 480px) {
  body.page .main-wrapper-article-form-01-body-box-input dl dd.layout-01>.form-01-style-01>select {
    max-width: 100px;
  }
}

body.page .main-wrapper-article-form-01-body-box-input dl dd.layout-01>.form-01-style-01:last-child {
  margin-left: 20px;
}

@media screen and (max-width: 480px) {
  body.page .main-wrapper-article-form-01-body-box-input dl dd.layout-01>.form-01-style-01:last-child {
    margin-left: 15px;
  }
}

body.page .main-wrapper-article-form-01-body-box-input dl dd.layout-02 .form-01-style-01 {
  width: 100%;
  max-width: 180px;
}

body.page .main-wrapper-article-form-01-body-box-input dl dd input,
body.page .main-wrapper-article-form-01-body-box-input dl dd select,
body.page .main-wrapper-article-form-01-body-box-input dl dd textarea {
  padding: 9px 15px 11px;
  border-color: #bbb;
  border-radius: 8px;
  background: #f0f0f0;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {

  body.page .main-wrapper-article-form-01-body-box-input dl dd input,
  body.page .main-wrapper-article-form-01-body-box-input dl dd select,
  body.page .main-wrapper-article-form-01-body-box-input dl dd textarea {
    font-size: 1.4rem;
  }
}

body.page .main-wrapper-article-form-01-body-box-input dl dd input::placeholder,
body.page .main-wrapper-article-form-01-body-box-input dl dd select::placeholder,
body.page .main-wrapper-article-form-01-body-box-input dl dd textarea::placeholder {
  color: #acacac;
}

body.page .main-wrapper-article-form-01-body-box-input dl dd span.error {
  width: 100%;
  color: #cc0000;
  font-size: 1.6rem !important;
  font-weight: bold;
  margin: 5px 0 0 !important;
}

@media screen and (max-width: 480px) {
  body.page .main-wrapper-article-form-01-body-box-input dl dd span.error {
    font-size: 1.2rem !important;
  }
}

body.page .main-wrapper-article-form-01-body-box-input dl dd span.horizontal-item {
  margin-left: 0 !important;
  margin: 3px 6px 3px 0;
}

body.page .main-wrapper-article-form-01-body-box-input dl dd span.horizontal-item label {
  display: flex;
}

body.page .main-wrapper-article-form-01-body-box-input dl dd span.horizontal-item label input {
  display: inline;
  margin: 8px 8px 0 0;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-form-01-body-box-input dl dd span.horizontal-item label input {
    margin: 6px 6px 0 0;
  }
}

body.page .main-wrapper-article-form-01-body-box-input dl dd span.horizontal-item label span {
  font-size: 1.6rem;
  display: inline;
  margin: 0;
}

@media screen and (max-width: 480px) {
  body.page .main-wrapper-article-form-01-body-box-input dl dd span.horizontal-item label span {
    font-size: 1.4rem;
  }
}

body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-01 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-01 {
    margin: 3px 0 0;
  }
}

body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-01>span.mwform-tel-field input[type="text"] {
  width: auto !important;
}

body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-01>span.mwform-zip-field input[type="text"] {
  width: auto !important;
}

body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-02 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 3px 0;
}

body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-02>div {
  width: 48%;
  margin-right: 4%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-02>div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-02>div:nth-of-type(2) {
  margin-right: 0;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-02>div:last-child {
    margin-bottom: 0;
  }
}

body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-02>div>span:nth-child(1) {
  width: 80px;
  text-align: right;
  padding-right: 15px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-02>div>span:nth-child(1) {
    width: 50px;
  }
}

body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-02>div>span:nth-child(2) {
  width: calc(100% - 80px);
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-02>div>span:nth-child(2) {
    width: calc(100% - 50px);
  }
}

body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-02>p {
  font-size: 1.6rem;
  line-height: 150%;
}

@media screen and (max-width: 480px) {
  body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-02>p {
    font-size: 1.2rem;
  }
}

body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-02>span {
  display: flex;
}

body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-02>span:nth-child(1) {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
  body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-02>span:nth-child(1) {
    width: 65%;
    margin: 0 0 5px;
  }
}

body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-02>span:nth-child(2) {
  width: 25%;
  padding: 15px 0 0 10px;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-02>span:nth-child(2) {
    padding: 12px 0 0 10px;
  }
}

@media screen and (max-width: 480px) {
  body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-02>span:nth-child(2) {
    width: 35%;
  }
}

body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-02 i {
  color: #ed6c24;
  font-style: normal;
}

body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-03 {
  width: 100%;
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-03 {
    max-width: initial;
    margin: 3px 0 0;
  }
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-03>div:nth-of-type(1) {
    margin-top: 10px;
  }
}

body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-03>div:nth-of-type(2) {
  margin-top: 5px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-03>div:nth-of-type(2) {
    margin-top: 8px;
  }
}

body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-03>div>span {
  font-size: 1.2rem;
  line-height: 130%;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-03>div>span {
    font-size: 1.4rem;
    line-height: 150%;
  }
}

body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-03>div>span.mwform-tel-field input {
  width: auto !important;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-03>div>span.mwform-tel-field input {
    width: 100px !important;
  }
}

@media screen and (max-width: 340px) {
  body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-03>div>span.mwform-tel-field input {
    width: 80px !important;
  }
}

body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-03>span.mwform-tel-field input[type="text"] {
  width: auto !important;
}

body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-03>span.mwform-zip-field input[type="text"] {
  width: auto !important;
}

body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-03>span label {
  display: flex;
  padding: 5px 12px 5px 0;
}

body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-04>div:nth-of-type(1) {
  padding-top: 18px;
}

body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-04>div:nth-of-type(1) span {
  font-weight: bold;
}

body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-04>div:nth-of-type(1) span.mwform-checkbox-field {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-04>div:nth-of-type(1) span.mwform-checkbox-field {
    margin-top: -12px;
  }
}

body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-04>div:nth-of-type(2) {
  margin-top: 8px;
}

body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-04>div:nth-of-type(2) p {
  font-size: 1.6rem;
  line-height: 130%;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-04>div:nth-of-type(2) p {
    font-size: 1.4rem;
  }
}

body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-05 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
  padding: 15px 0 15px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-05 {
    margin-bottom: 0;
    padding: 0;
  }
}

body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-05>span.mwform-checkbox-field {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 10px;
}

@media screen and (max-width: 1100px) {
  body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-05>span.mwform-checkbox-field {
    width: 100%;
    margin-right: 0;
  }
}

body.page .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-05>span.mwform-checkbox-field:nth-of-type(2n) {
  margin-right: 0;
}

body.page .mw_wp_form_confirm .main-wrapper-article-form-01-body-box-input dl dt {
  padding-top: 20px;
  border-bottom: 1px solid #dfe0df;
}

body.page .mw_wp_form_confirm .main-wrapper-article-form-01-body-box-input dl dt span.caution-text {
  display: none;
}

@media screen and (max-width: 650px) {
  body.page .mw_wp_form_confirm .main-wrapper-article-form-01-body-box-input dl dt {
    padding-top: 0;
    border-bottom: none;
  }
}

body.page .mw_wp_form_confirm .main-wrapper-article-form-01-body-box-input dl dd {
  font-size: 1.6rem;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfe0df;
}

@media screen and (max-width: 650px) {
  body.page .mw_wp_form_confirm .main-wrapper-article-form-01-body-box-input dl dd {
    width: 100%;
    font-size: 1.4rem;
    padding-top: 0;
    padding-bottom: 15px;
  }
}

body.page .mw_wp_form_confirm .main-wrapper-article-form-01-body-box-input dl dd.layout-01 .form-01-style-01 {
  max-width: 100px;
}

@media screen and (max-width: 480px) {
  body.page .mw_wp_form_confirm .main-wrapper-article-form-01-body-box-input dl dd.layout-01 .form-01-style-01 {
    max-width: 100px;
  }
}

body.page .mw_wp_form_confirm .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-01 {
  margin: 0;
}

body.page .mw_wp_form_confirm .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-03 {
  margin: 0;
}

body.page .mw_wp_form_confirm .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-03 div:nth-of-type(1) {
  margin-top: 0;
}

body.page .mw_wp_form_confirm .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-03 div:nth-of-type(1) span {
  display: none;
}

body.page .mw_wp_form_confirm .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-03 div:nth-of-type(2) {
  margin-top: 0;
}

body.page .mw_wp_form_confirm .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-03:nth-of-type(2) {
  display: none;
}

body.page .mw_wp_form_confirm .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-04>div:nth-of-type(1) {
  padding-top: 0;
}

body.page .mw_wp_form_confirm .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-04>div:nth-of-type(2) {
  display: none;
}

body.page .mw_wp_form_confirm .main-wrapper-article-form-01-body-box-input dl dd .form-01-style-05 {
  padding-top: 0;
}

body.page .mw_wp_form_confirm .main-wrapper-article-form-01-body-box-agree {
  display: none;
}

body.page .mw_wp_form_confirm .main-wrapper-article-form-01-body-box-action {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.page .mw_wp_form_confirm .main-wrapper-article-form-01-body-box-action-check {
  display: none;
}

body.page .mw_wp_form_confirm .main-wrapper-article-form-01-body-box-action-back {
  margin: 0 20px 0 0;
}

body.page .mw_wp_form_confirm .main-wrapper-article-form-01-body-box-action-back span {
  display: block;
}

body.page .mw_wp_form_confirm .main-wrapper-article-form-01-body-box-action-send {
  margin: 0 0 0 20px;
}

body.page .mw_wp_form_confirm .main-wrapper-article-form-01-body-box-action-send span {
  display: block;
}

body.page .mw_wp_form_complete .main-wrapper-article>div {
  padding: 0;
}

body.page .mw_wp_form_complete .main-wrapper-article-form-01-body-box-thanks {
  padding: 20px 0 0;
}

@media screen and (max-width: 480px) {
  body.page .mw_wp_form_complete .main-wrapper-article-form-01-body-box-thanks {
    padding: 10px 0 0;
  }
}

body.page .mw_wp_form_complete .main-wrapper-article-form-01-body-box-thanks p {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 480px) {
  body.page .mw_wp_form_complete .main-wrapper-article-form-01-body-box-thanks p {
    font-size: 1.4rem;
  }
}

body.page .mw_wp_form_complete .main-wrapper-article-form-01-body-box-thanks p br {
  display: none;
}

@media screen and (max-width: 480px) {
  body.page .mw_wp_form_complete .main-wrapper-article-form-01-body-box-thanks p br {
    display: block;
  }
}

body.page .mw_wp_form_complete .main-wrapper-article-form-01-footer {
  margin: 70px 0 0;
}

@media screen and (max-width: 480px) {
  body.page .mw_wp_form_complete .main-wrapper-article-form-01-footer {
    margin: 30px 0 0;
  }
}

body.page .mw_wp_form_complete .main-wrapper-article-form-01-footer a.btn-01 {
  max-width: 300px;
  background: #ed6c24;
}

body.page .main-wrapper-article-form-01-header-box-navi {
  margin: 0 -100px;
}

@media screen and (max-width: 1460px) {
  body.page .main-wrapper-article-form-01-header-box-navi {
    margin: 0;
  }
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-form-01-header-box-navi {
    margin-top: -40px;
  }
}

@media screen and (max-width: 480px) {
  body.page .main-wrapper-article-form-01-header-box-navi {
    margin-top: -20px;
  }
}

body.page .main-wrapper-article-form-01-header-box-navi ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -4% !important;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-form-01-header-box-navi ul {
    margin-bottom: -10px !important;
  }
}

body.page .main-wrapper-article-form-01-header-box-navi ul li {
  width: 32%;
  margin-right: calc((100% - 96%) / 2);
  margin-bottom: 4% !important;
}

@media screen and (max-width: 1100px) {
  body.page .main-wrapper-article-form-01-header-box-navi ul li {
    width: auto;
    flex-grow: 1;
  }
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-form-01-header-box-navi ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}

body.page .main-wrapper-article-form-01-header-box-navi ul li:nth-of-type(3n) {
  margin-right: 0;
}

body.page .main-wrapper-article-form-01-header-box-navi ul li:hover a, body.page .main-wrapper-article-form-01-header-box-navi ul li.active a {
  background-color: #363636;
  opacity: 1;
}

body.page .main-wrapper-article-form-01-header-box-navi ul li.active a {
  pointer-events: none;
}

body.page .main-wrapper-article-form-01-header-box-navi ul li a {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  height: 72px;
  line-height: 72px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 36px;
  background: #bbb;
}

@media screen and (max-width: 1460px) {
  body.page .main-wrapper-article-form-01-header-box-navi ul li a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1260px) {
  body.page .main-wrapper-article-form-01-header-box-navi ul li a {
    letter-spacing: -1px;
  }
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-form-01-header-box-navi ul li a {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-form-01-header-box-navi ul li a {
    font-size: 1.4rem;
    height: 34px;
    line-height: 34px;
  }
}

@media screen and (max-width: 480px) {
  body.page .main-wrapper-article-form-01-header-box-navi ul li a {
    font-size: 1.2rem;
  }
}

body.page .main-wrapper-article-form-01-header-box-step {
  margin-top: 100px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-form-01-header-box-step {
    margin-top: 30px;
  }
}

body.page .main-wrapper-article-form-01-header-box-step ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -4% !important;
}

body.page .main-wrapper-article-form-01-header-box-step ul li {
  width: 29.445%;
  height: 110px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  margin-right: calc((100% - 88.335%) / 2);
  margin-bottom: 4% !important;
  padding-bottom: 2px;
  border: 3px solid #bbb;
  border-radius: 26px;
  background: #bbb;
  position: relative;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-form-01-header-box-step ul li {
    width: 27.83%;
    height: 132px;
    margin-right: calc((100% - 83.49%) / 2);
    border-radius: 17px;
  }
}

body.page .main-wrapper-article-form-01-header-box-step ul li:after {
  width: calc(42px * 0.5);
  height: calc(52px * 0.5);
  background: url(../img/contact/contact-form-01/img_form-01_ico01.png) no-repeat center top/100% auto;
  position: absolute;
  top: 40px;
  right: -15%;
  z-index: 10;
  content: "";
}

@media screen and (max-width: 1260px) {
  body.page .main-wrapper-article-form-01-header-box-step ul li:after {
    right: -15.5%;
  }
}

@media screen and (max-width: 1100px) {
  body.page .main-wrapper-article-form-01-header-box-step ul li:after {
    right: -17%;
  }
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-form-01-header-box-step ul li:after {
    width: calc(23px * 0.5);
    height: calc(27px * 0.5);
    background: url(../img/contact/contact-form-01/img_form-01_ico01-sp.png) no-repeat center top/100% auto;
    top: 58px;
    right: -21.5%;
  }
}

@media screen and (max-width: 480px) {
  body.page .main-wrapper-article-form-01-header-box-step ul li:after {
    right: -26.5%;
  }
}

@media screen and (max-width: 360px) {
  body.page .main-wrapper-article-form-01-header-box-step ul li:after {
    right: -27%;
  }
}

@media screen and (max-width: 340px) {
  body.page .main-wrapper-article-form-01-header-box-step ul li:after {
    right: -28.5%;
  }
}

body.page .main-wrapper-article-form-01-header-box-step ul li:nth-of-type(3n) {
  margin-right: 0;
}

body.page .main-wrapper-article-form-01-header-box-step ul li:last-child:after {
  display: none;
}

body.page .main-wrapper-article-form-01-header-box-step ul li.active {
  border: 3px solid #ed6c24;
  background-color: #ff9f6a;
}

body.page .main-wrapper-article-form-01-header-box-step ul li span {
  width: 100%;
  color: #fff;
  line-height: 100%;
  text-align: center;
  display: block;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-form-01-header-box-step ul li span {
    line-height: 150%;
  }
}

body.page .main-wrapper-article-form-01-header-box-step ul li span:nth-of-type(1) {
  font-size: 2.1rem;
  font-weight: bold;
}

@media screen and (max-width: 1100px) {
  body.page .main-wrapper-article-form-01-header-box-step ul li span:nth-of-type(1) {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-form-01-header-box-step ul li span:nth-of-type(1) {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  body.page .main-wrapper-article-form-01-header-box-step ul li span:nth-of-type(1) {
    font-size: 1.2rem;
  }
}

body.page .main-wrapper-article-form-01-header-box-step ul li span:nth-of-type(2) {
  margin-top: 10px;
  font-size: 2.1rem;
  font-weight: bold;
}

@media screen and (max-width: 1100px) {
  body.page .main-wrapper-article-form-01-header-box-step ul li span:nth-of-type(2) {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-form-01-header-box-step ul li span:nth-of-type(2) {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  body.page .main-wrapper-article-form-01-header-box-step ul li span:nth-of-type(2) {
    font-size: 1.2rem;
  }
}

body.page .main-wrapper-article-form-01-header-box-step ul li span:nth-of-type(2) br {
  display: none;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-form-01-header-box-step ul li span:nth-of-type(2) br {
    display: block;
  }
}

body.page .main-wrapper-article-form-01-body-box-summary {
  max-width: 680px;
  margin: 0 auto 60px;
}

body.page .main-wrapper-article-form-01-body-box-summary .main-wrapper-article-form-01-body-box-summary-title span {
  font-size: 3rem;
  font-weight: bold;
  display: block;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-form-01-body-box-summary .main-wrapper-article-form-01-body-box-summary-title span {
    font-size: 2rem;
    text-align: center;
  }
}

body.page .main-wrapper-article-form-01-body-box-summary .main-wrapper-article-form-01-body-box-summary-message {
  margin-top: 10px;
}

body.page .main-wrapper-article-form-01-body-box-summary .main-wrapper-article-form-01-body-box-summary-message p {
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-form-01-body-box-summary .main-wrapper-article-form-01-body-box-summary-message p {
    font-size: 1.4rem;
    text-align: center;
  }
}

body.page .main-wrapper-article-form-01-body-box-summary .main-wrapper-article-form-01-body-box-summary-thumb {
  margin: 70px auto 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid #707070;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-form-01-body-box-summary .main-wrapper-article-form-01-body-box-summary-thumb {
    margin: 20px auto 70px;
    padding-bottom: 40px;
  }
}

body.page .main-wrapper-article-form-01-body-box-summary .main-wrapper-article-form-01-body-box-summary-thumb img {
  width: calc(1125px * 0.5);
  height: calc(325px * 0.5);
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-form-01-body-box-summary .main-wrapper-article-form-01-body-box-summary-thumb img {
    width: calc(649px * 0.5);
    height: calc(528px * 0.5);
  }
}

body.page .main-wrapper-article-form-01-body-box-tel {
  max-width: 900px;
  margin: auto;
  padding-top: 50px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-form-01-body-box-tel {
    padding-top: 0;
  }
}

body.page .main-wrapper-article-form-01-body-box-tel ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-form-01-body-box-tel ul li {
    margin-bottom: 40px;
  }
}

body.page .main-wrapper-article-form-01-body-box-tel ul li:last-child {
  margin-bottom: 0;
}

body.page .main-wrapper-article-form-01-body-box-tel .main-wrapper-article-form-01-body-box-tel-message {
  width: 100%;
  margin-bottom: 15px;
}

body.page .main-wrapper-article-form-01-body-box-tel .main-wrapper-article-form-01-body-box-tel-message p {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 130%;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-form-01-body-box-tel .main-wrapper-article-form-01-body-box-tel-message p {
    font-size: 1.4rem;
    line-height: 150%;
    display: flex;
    justify-content: center;
  }
}

body.page .main-wrapper-article-form-01-body-box-tel .main-wrapper-article-form-01-body-box-tel-message p br {
  display: none;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-form-01-body-box-tel .main-wrapper-article-form-01-body-box-tel-message p br {
    display: block;
  }
}

body.page .main-wrapper-article-form-01-body-box-tel .main-wrapper-article-form-01-body-box-tel-title {
  width: 490px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ed6c24;
}

@media screen and (max-width: 1260px) {
  body.page .main-wrapper-article-form-01-body-box-tel .main-wrapper-article-form-01-body-box-tel-title {
    width: 100%;
    max-width: 490px;
    margin: auto;
  }
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-form-01-body-box-tel .main-wrapper-article-form-01-body-box-tel-title {
    max-width: 343px;
    height: 68px;
  }
}

body.page .main-wrapper-article-form-01-body-box-tel .main-wrapper-article-form-01-body-box-tel-title span {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  line-height: 100%;
  display: block;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-form-01-body-box-tel .main-wrapper-article-form-01-body-box-tel-title span {
    font-size: 2.4rem;
  }
}

body.page .main-wrapper-article-form-01-body-box-tel .main-wrapper-article-form-01-body-box-tel-number {
  width: calc(100% - 490px - 20px);
  padding-bottom: 3px;
}

@media screen and (max-width: 1260px) {
  body.page .main-wrapper-article-form-01-body-box-tel .main-wrapper-article-form-01-body-box-tel-number {
    width: 100%;
    max-width: 490px;
    margin: auto;
    margin-top: 10px;
  }
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-form-01-body-box-tel .main-wrapper-article-form-01-body-box-tel-number {
    margin-top: 20px;
  }
}

body.page .main-wrapper-article-form-01-body-box-tel .main-wrapper-article-form-01-body-box-tel-number span {
  font-size: 5.9rem;
  font-weight: bold;
  letter-spacing: -2px;
  line-height: 100%;
  display: block;
}

@media screen and (max-width: 1260px) {
  body.page .main-wrapper-article-form-01-body-box-tel .main-wrapper-article-form-01-body-box-tel-number span {
    text-align: center;
  }
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-form-01-body-box-tel .main-wrapper-article-form-01-body-box-tel-number span {
    font-size: 4rem;
    letter-spacing: initial;
  }
}

body.page .main-wrapper-article-form-01-body-box-tel .main-wrapper-article-form-01-body-box-tel-number span a[href*="tel:"] {
  color: #363636;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-form-01-body-box-tel .main-wrapper-article-form-01-body-box-tel-number span a[href*="tel:"] {
    opacity: 1;
    pointer-events: initial;
    cursor: pointer;
  }
}

body.page .main-wrapper-article-form-01-body-box-tel .main-wrapper-article-form-01-body-box-tel-info {
  width: 100%;
  margin-top: 20px;
}

body.page .main-wrapper-article-form-01-body-box-tel .main-wrapper-article-form-01-body-box-tel-info p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 130%;
}

@media screen and (max-width: 1260px) {
  body.page .main-wrapper-article-form-01-body-box-tel .main-wrapper-article-form-01-body-box-tel-info p {
    text-align: center;
  }
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-form-01-body-box-tel .main-wrapper-article-form-01-body-box-tel-info p {
    font-size: 1.4rem;
    line-height: 150%;
  }
}

body.page .main-wrapper-article-form-01-body-box-tel .main-wrapper-article-form-01-body-box-tel-info p br {
  display: none;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-form-01-body-box-tel .main-wrapper-article-form-01-body-box-tel-info p br {
    display: block;
  }
}

body.page .main-wrapper-article-form-01-body-box-message {
  margin-bottom: 100px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-form-01-body-box-message {
    margin-bottom: 60px;
  }
}

body.page .main-wrapper-article-form-01-body-box-message p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-form-01-body-box-message p {
    font-size: 1.4rem;
  }
}

body.page .main-wrapper-article-form-01-body-box-message p:last-child {
  margin-bottom: 0;
}

body.page .main-wrapper-article-form-01-body-box-message p br {
  display: none;
}

@media screen and (max-width: 650px) {
  body.page .main-wrapper-article-form-01-body-box-message p br {
    display: block;
  }
}

body.page .main-wrapper-article-form-01-body-box-action-check span {
  display: block;
}

/*# sourceMappingURL=content-style.css.map */