@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* -----------------------------------------------------------------------------
   web-font
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   リセット
   -------------------------------------------------------------------------- */
body.world-patorun-month-2025 #header,
body.world-patorun-month-2025-en #header,
body.en #header {
  display: none;
}

body.world-patorun-month-2025 .breadcrumb-area,
body.world-patorun-month-2025-en .breadcrumb-area,
body.en .breadcrumb-area {
  display: none;
}

body.world-patorun-month-2025 #content,
body.world-patorun-month-2025-en #content,
body.en #content {
  padding: 0 !important;
}

body.world-patorun-month-2025 #content .wrap,
body.world-patorun-month-2025-en #content .wrap,
body.en #content .wrap {
  margin: 0 !important;
  width: 100%;
}

body.world-patorun-month-2025 .wpm,
body.world-patorun-month-2025-en .wpm,
body.en .wpm {
  border: none !important;
  margin: 0 !important;
}

body.world-patorun-month-2025 .post-content,
body.world-patorun-month-2025-en .post-content,
body.en .post-content {
  padding: 0 !important;
}

body.en .main-inner {
  margin-right: 0;
}

body.en .col-md-4 {
  display: none;
}

/* -----------------------------------------------------------------------------
   l-page-wpm
   -------------------------------------------------------------------------- */
.m-cmn-wpm-bg-black {
  background-image: url(../img/lower/world-patrolrun-month/wpm_bg_img02.jpg);
  background-repeat: repeat;
  background-position: left;
}

.m-cmn-wpm-bg-red {
  background-image: url(../img/lower/world-patrolrun-month/wpm_bg_img01.jpg);
  background-repeat: repeat;
  background-position: left;
}

.m-cmn-wpm-us {
  font-family: "Roboto Slab", serif;
}

.m-cmn-wpm-us-kanji {
  font-size: 20px !important;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .m-cmn-wpm-us-kanji {
    font-size: 24px !important;
  }
}
.m-cmn-wpm-ttl-box {
  text-align: center;
}

.m-cmn-wpm-ttl {
  position: relative;
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #fff;
  border-left: none !important;
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .m-cmn-wpm-ttl {
    font-size: 32px !important;
  }
}
.m-cmn-wpm-ttl::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: 5px;
}

.m-cmn-wpm-ttl::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  margin-left: 20px;
  vertical-align: 5px;
}

.l-page-wpm {
  position: relative;
}

.l-page-wpm-translation-box {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 8px 22px;
  background-color: #333333;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-translation-box {
    position: absolute;
  }
}
.l-page-wpm-translation-txt {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0 !important;
  letter-spacing: 0.05em;
  font-family: "Roboto Slab", serif;
  font-weight: 900;
}

.l-page-wpm-translation-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  gap: 10px;
}

.l-page-wpm-translation-items li {
  font-size: 16px;
  text-decoration: underline;
  list-style: none;
  color: #fff;
  letter-spacing: 0.05em !important;
  font-family: "Roboto Slab", serif;
  font-weight: 900;
}

.l-page-wpm-translation-items li a {
  color: #fff;
}

.l-page-wpm-mv {
  width: 100%;
  height: auto;
  padding: 40px 0 40px 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-mv {
    height: 660px;
    padding: 60px 20px 80px 20px;
  }
}
body.world-patrolrun-month-en .l-page-wpm-mv {
  height: auto;
}
@media screen and (min-width: 768px) {
  body.world-patrolrun-month-en .l-page-wpm-mv {
    height: 690px;
  }
}
.l-page-wpm-mv-inner-pc {
  display: none;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-mv-inner-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-page-wpm-mv-logo-box {
  position: relative;
  width: 50%;
  padding: 50px 0 0 20px;
}
@media screen and (min-width: 1000px) {
  .l-page-wpm-mv-logo-box {
    padding: 50px 0 0 80px;
  }
}
.l-page-wpm-mv-logo {
  width: 350px;
}
@media screen and (min-width: 1000px) {
  .l-page-wpm-mv-logo {
    width: 375px;
  }
}
.l-page-wpm-mv-date {
  width: 150px;
  position: absolute;
  bottom: -30px;
  left: 0;
}
@media screen and (min-width: 1000px) {
  .l-page-wpm-mv-date {
    width: 170px;
  }
}
.l-page-wpm-mv-txt-box {
  position: relative;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.l-page-wpm-mv-txt-contents::before {
  content: "";
  display: block;
  width: 455px;
  height: 350px;
  background-image: url(../img/lower/world-patrolrun-month/wpm_img03.png);
  background-size: cover;
  position: absolute;
  top: -260px;
  left: 0;
}
@media screen and (min-width: 1000px) {
  .l-page-wpm-mv-txt-contents::before {
    left: -20px;
    width: 570px;
    height: 438px;
    top: -310px;
  }
}
.l-page-wpm-mv-txt-contents {
  position: relative;
}

.l-page-wpm-mv-txt-catch {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px !important;
  z-index: 2;
}

.l-page-wpm-mv-txt-desc {
  position: relative;
  max-width: 480px;
  font-size: 14px;
  color: #fff;
  line-height: 2 !important;
  margin-bottom: 0 !important;
  z-index: 2;
}

.l-page-wpm-mv-inner-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-mv-inner-sp {
    display: none;
  }
}
.l-page-wpm-mv-txt-contents-sp {
  padding: 0 30px 0 20px;
}

.l-page-wpm-about {
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-about {
    padding: 80px 20px;
  }
}
.l-page-wpm-about-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.l-page-wpm-about-ttl-wrap {
  color: #d32027;
  text-align: center;
}

.l-page-wpm-about-ttl {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  font-family: "Roboto Slab", serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 30px !important;
}

.l-page-wpm-about-ttl::before {
  content: "";
  display: block;
  width: 150px;
  height: 77px;
  background-image: url(../img/lower/world-patrolrun-month/wpm_img04.png);
  background-size: cover;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-about-ttl::before {
    display: inline-block;
    width: 215px;
    height: 110px;
  }
}
.l-page-wpm-about-ttl::after {
  content: "";
  display: none;
  width: 200px;
  height: 80px;
  background-image: url(../img/lower/world-patrolrun-month/wpm_img05.png);
  background-size: cover;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-about-ttl::after {
    display: inline-block;
  }
}
.l-page-wpm-about-ttl span {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: 40px;
}

.l-page-wpm-about-subttl {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px !important;
}

.l-page-wpm-about-subttl span {
  font-size: 36px;
}

.l-page-wpm-about-desc {
  max-width: 700px;
  margin: 0 auto 30px;
  padding-top: 20px;
  line-height: 2;
  font-weight: 700;
  text-align: left;
  color: #fff;
  border-top: 4px solid #fff;
}

.l-page-wpm-about-desc ul {
  margin-left: 0 !important;
}

.l-page-wpm-about-desc ul li {
  text-indent: -65px;
  padding-left: 65px;
}

body.world-patrolrun-month-en .l-page-wpm-about-desc ul li {
  text-indent: -20px;
  padding-left: 20px;
}

.l-page-wpm-about-item-wrap {
  padding: 20px;
  background-color: #c8161d;
}

.l-page-wpm-about-item-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin-top: 20px;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-about-item-wrap ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2%;
  }
}
.l-page-wpm-about-item-wrap ul li {
  width: 100%;
  list-style: none !important;
  background-color: #fff;
  padding: 20px 20px 0 20px;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-about-item-wrap ul li {
    width: 32%;
  }
}
.l-page-wpm-about-item-ttl {
  font-size: 20px;
  font-weight: 700;
  color: #c8161d;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 4px solid #c8161d;
  margin-bottom: 0 !important;
}

.l-page-wpm-about-item-txt-wrap {
  padding: 20px 0;
}

.l-page-wpm-about-item-txt {
  text-align: left;
  color: #c8161d;
  font-weight: 700 !important;
  font-size: 16px;
  margin-bottom: 0 !important;
}

.l-page-wpm-right {
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-right {
    padding: 80px 20px;
  }
}
.l-page-wpm-right-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-right-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}
.l-page-wpm-right-txt-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-right-txt-box {
    width: 600px;
  }
}
.l-page-wpm-right-ttl-us {
  font-size: 38px;
  font-weight: 900;
  color: #c8161d;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 10px !important;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-right-ttl-us {
    font-size: 50px;
  }
}
.l-page-wpm-right-ttl {
  font-size: 24px;
  font-weight: 700;
  color: #c8161d;
  margin-bottom: 20px !important;
}

.l-page-wpm-right-desc {
  font-weight: 700;
  line-height: 2;
  margin-bottom: 0 !important;
  color: #333;
}

.l-page-wpm-right-desc-us {
  font-weight: 700;
  line-height: 2;
  margin-bottom: 0 !important;
  color: #333;
  margin-top: 20px;
}

.l-page-wpm-right-img-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-right-img-box {
    width: 360px;
  }
}
.l-page-wpm-howto {
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-howto {
    padding: 80px 20px;
  }
}
.l-page-wpm-howto-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.l-page-wpm-howto-items {
  margin-top: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-howto-items {
    margin-top: 70px;
    margin-bottom: 60px !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2%;
  }
}
.l-page-wpm-howto-items > li {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  list-style: none;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-howto-items > li {
    width: 32%;
  }
}
.l-page-wpm-howto-items > li::before {
  content: "";
  display: none;
  width: 0px;
  height: 0px;
  border-top: solid 20px transparent;
  border-bottom: solid 20px transparent;
  border-left: solid 10px #fff;
  border-right: solid 10px transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -20px;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-howto-items > li::before {
    display: inline-block;
  }
}
.l-page-wpm-howto-items > li:last-of-type::before {
  display: none;
}

.l-page-wpm-howto-item-img-box {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 75px 0 15px;
  border-bottom: 4px solid #c8161d;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-howto-item-img-box {
    height: 290px;
  }
}
@media screen and (min-width: 1000px) {
  .l-page-wpm-howto-item-img-box {
    height: 270px;
  }
}
body.world-patrolrun-month-en .l-page-wpm-howto-item-img-box {
  height: auto;
}
@media screen and (min-width: 768px) {
  body.world-patrolrun-month-en .l-page-wpm-howto-item-img-box {
    height: 340px;
  }
}
@media screen and (min-width: 1000px) {
  body.world-patrolrun-month-en .l-page-wpm-howto-item-img-box {
    height: 300px;
  }
}
.l-page-wpm-howto-item-step {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 120px;
}

.l-page-wpm-howto-item-ico {
  width: 100px;
  margin-bottom: 10px;
}

.l-page-wpm-howto-items li:first-of-type .l-page-wpm-howto-item-ico {
  width: 200px;
}

.l-page-wpm-howto-item-ttl {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  color: #c8161d;
  line-height: 1.4;
  margin-bottom: 0 !important;
}

.l-page-wpm-howto-item-txt-box {
  padding: 15px 0 20px;
  color: #333;
  font-weight: 700;
}

.l-page-wpm-howto-item-txt-box p {
  margin-bottom: 5px !important;
  line-height: 2;
}

.l-page-wpm-howto-item-txt-box ol {
  margin-left: 0 !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

.l-page-wpm-howto-item-txt-box ol li {
  list-style: none;
  text-indent: -16px;
  padding-left: 16px;
  line-height: 1.8;
}

.l-page-wpm-howto-item-txt-box ul {
  margin-left: 0 !important;
  padding-left: 5px !important;
  margin-bottom: 0 !important;
}

.l-page-wpm-howto-item-txt-box ul li {
  list-style: none;
  text-indent: -13px;
  padding-left: 13px;
  line-height: 1.8;
}

.l-page-wpm-howto-item-txt-box ul li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
  margin-right: 10px;
  vertical-align: 3px;
}

.l-page-wpm-howto-item-txt-box-img {
  text-align: center;
}

.l-page-wpm-howto-item-txt-box-img img {
  max-width: 200px;
}

.l-page-wpm-howto-btn-wrap {
  text-align: center;
}

.l-page-wpm-howto-btn {
  font-size: 20px;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-howto-btn {
    font-size: 30px;
  }
}
.l-page-wpm-howto-btn a {
  display: inline-block;
  color: #fff !important;
  padding: 20px 40px;
  line-height: 1.4;
  background-color: #333333;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-howto-btn a {
    padding: 25px 55px;
  }
}
.l-page-wpm-howto-btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.l-page-wpm-benefits {
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-benefits {
    padding: 80px 20px;
  }
}
.l-page-wpm-benefits-inner {
  max-width: 1340px;
  margin: 0 auto;
}

.l-page-wpm-benefits-info-txt {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0 !important;
}

.l-page-wpm-benefits-info-txt span {
  font-size: 16px;
  color: #fff;
}

.l-page-wpm-benefits-items {
  margin-left: 0 !important;
  padding-left: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-benefits-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 30px;
    gap: 20px 2%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 1000px) {
  .l-page-wpm-benefits-items {
    gap: 1%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.l-page-wpm-benefits-items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
  border-radius: 4px;
  background-color: #c8161d;
  list-style: none;
  padding: 10px 10px 0 10px;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-benefits-items li {
    width: 49%;
  }
}
@media screen and (min-width: 1000px) {
  .l-page-wpm-benefits-items li {
    width: 24.5%;
  }
}
.l-page-wpm-benefits-item-img {
  width: 100%;
  aspect-ratio: 300/225;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-page-wpm-benefits-item-desc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0 !important;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-benefits-item-desc {
    padding: 40px 0;
  }
}
.l-page-wpm-benefits-item-tag {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  padding-top: 10px;
  background-color: #a08938;
}

.l-page-wpm-benefits-item-tag::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 40px solid #a08938;
  border-right: 40px solid #a08938;
  border-bottom: 20px solid transparent;
}

.l-page-wpm-benefits-item-tag span {
  font-family: "Roboto Slab", serif;
  font-size: 30px;
  font-weight: 700;
}

.l-page-wpm-benefits-items li:nth-child(3) .l-page-wpm-benefits-item-tag {
  padding-top: 15px;
}

.l-page-wpm-benefits-other-wrap {
  max-width: 635px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7%;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-benefits-other-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-page-wpm-benefits-other-txt-box {
  width: 100%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-benefits-other-txt-box {
    width: 370px;
  }
}
.l-page-wpm-benefits-other-txt-box p {
  margin-bottom: 0 !important;
}

.l-page-wpm-benefits-other-txt-box ul {
  margin-left: 0 !important;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-benefits-other-txt-box ul {
    margin-bottom: 0;
  }
}
.l-page-wpm-benefits-other-txt-box li {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-benefits-other-txt-box li {
    line-height: 1.8;
  }
}
.l-page-wpm-benefits-other-img-box {
  max-width: 220px;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-benefits-other-img-box {
    width: 220px;
  }
}
.l-page-wpm-flow {
  overflow: hidden;
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-flow {
    padding: 80px 20px;
  }
}
.l-page-wpm-flow-inner {
  max-width: 700px;
  margin: 0 auto;
}

.l-page-wpm-flow-items {
  position: relative;
  margin-left: 0 !important;
  padding-left: 0 !important;
  margin-top: 30px;
  margin-bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-flow-items {
    margin-top: 70px;
  }
}
.l-page-wpm-flow-items::before {
  content: "";
  display: block;
  width: 180px;
  height: 400px;
  position: absolute;
  left: -200px;
  top: 80px;
  background-image: url(../img/lower/world-patrolrun-month/wpm_img24.png);
  background-size: cover;
}
@media screen and (min-width: 1200px) {
  .l-page-wpm-flow-items::before {
    width: 225px;
    height: 500px;
    left: -300px;
    top: 80px;
  }
}

.l-page-wpm-flow-items::after {
  content: "";
  display: block;
  width: 180px;
  height: 450px;
  position: absolute;
  right: -200px;
  top: 30px;
  background-image: url(../img/lower/world-patrolrun-month/wpm_img25.png);
  background-size: cover;
}
@media screen and (min-width: 1200px) {
  .l-page-wpm-flow-items::after {
    width: 225px;
    height: 560px;
    right: -300px;
    top: 30px;
  }
}

.l-page-wpm-flow-items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-flow-items li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-page-wpm-flow-item-date-box {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  padding: 20px;
  background-color: #333333;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-flow-item-date-box {
    width: 300px;
    font-size: 24px;
    padding: 35px 30px;
    line-height: 1.2;
  }
}
.l-page-wpm-flow-item-date-box p {
  margin-bottom: 0 !important;
  color: #fff;
  line-height: 1.4;
}

.l-page-wpm-flow-item-date-box span {
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #d32027;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-flow-item-date-box span {
    font-size: 40px;
  }
}
.l-page-wpm-flow-item-detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-flow-item-detail-box {
    width: calc(100% - 300px);
    padding: 30px;
  }
}
.l-page-wpm-flow-item-detail-box p {
  font-size: 16px;
  margin-bottom: 0 !important;
  color: #333 !important;
  font-weight: 700 !important;
  line-height: 1.8;
}

.l-page-wpm-flow-item-detail-box a {
  color: #c8161d !important;
  text-decoration: underline;
}

.l-page-wpm-flow-item-detail-box a:hover {
  opacity: 0.8;
}

.l-page-wpm-info {
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-info {
    padding: 80px 20px;
  }
}
.l-page-wpm-info-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.l-page-wpm-info .m-cmn-wpm-ttl {
  color: #c8161d !important;
  font-weight: 700;
}

.l-page-wpm-info .m-cmn-wpm-ttl::before {
  background-color: #c8161d;
}

.l-page-wpm-info .m-cmn-wpm-ttl::after {
  background-color: #c8161d;
}

.l-page-wpm-info-desc {
  color: #333;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-info-desc {
    margin-top: 40px;
  }
}
.l-page-wpm-info-items {
  padding-left: 0 !important;
  margin-left: 0 !important;
  border-top: 4px solid #c8161d;
  margin-top: 30px;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-info-items {
    margin-top: 40px;
  }
}
.l-page-wpm-info-items li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 25px 0;
  border-bottom: 2px solid #c8161d;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-info-items li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-page-wpm-info-item-date {
  width: 100%;
  padding: 0 10px;
  text-align: left;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 0 !important;
  color: #c8161d;
  letter-spacing: 0.05em;
  margin-bottom: 10px !important;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-info-item-date {
    width: 230px;
    text-align: right;
    padding: 0 30px;
    margin-bottom: 0 !important;
  }
}
.l-page-wpm-info-item-date span {
  display: inline-block;
  font-size: 16px;
  font-weight: 900;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-info-item-date span {
    display: block;
    margin-left: 0;
  }
}
.l-page-wpm-info-item-desc {
  width: 100%;
  margin-bottom: 0 !important;
  font-weight: 700;
  padding: 0 10px;
  line-height: 1.8;
  color: #333;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-info-item-desc {
    width: calc(100% - 230px);
    padding: 0 10px 0 70px;
  }
}
.l-page-wpm-info-item-desc a {
  text-decoration: underline;
  color: #c8161d !important;
}

.l-page-wpm-info-item-desc a:hover {
  opacity: 0.8;
}

.l-page-wpm-sponsor {
  padding: 0 0 40px 0;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-sponsor {
    padding: 0 0 80px 0;
  }
}
.l-page-wpm-sponsor .m-cmn-wpm-ttl-box {
  padding: 15px 0;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-sponsor .m-cmn-wpm-ttl-box {
    margin-bottom: 50px;
  }
}
.l-page-wpm-sponsor-inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-page-wpm-sponsor-main {
  text-align: center;
}

.l-page-wpm-sponsor-main img {
  width: 420px;
}

.l-page-wpm-sponsor-lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4%;
  padding-left: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-sponsor-lists {
    margin-top: 50px;
  }
}
.l-page-wpm-sponsor-lists li {
  width: 48%;
  list-style: none;
  overflow: hidden;
}

.l-page-wpm-sponsor-lists li img {
  aspect-ratio: 400/160;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.l-page-wpm-faq {
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-faq {
    padding: 80px 20px;
  }
}
.l-page-wpm-faq-inner {
  max-width: 700px;
  margin: 0 auto;
}

.l-page-wpm-faq-info-wrap {
  text-align: left;
  color: #fff;
  margin-top: 20px;
}

.l-page-wpm-faq-info-wrap p {
  margin-bottom: 10px !important;
}

.l-page-wpm-faq-info-wrap ul {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

.l-page-wpm-faq-info-wrap ul li {
  line-height: 2;
}

.l-page-wpm-faq-items {
  margin-top: 30px;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-faq-items {
    margin-top: 50px;
  }
}
.l-page-wpm-faq-items li {
  list-style: none;
  margin-bottom: 40px;
}

.l-page-wpm-faq-items li:last-of-type {
  margin-bottom: 0;
}

.l-page-wpm-faq-item-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-faq-item-question {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-page-wpm-faq-item-question img {
  width: 45px;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-faq-item-question img {
    width: 60px;
  }
}
.l-page-wpm-faq-item-question p {
  margin-bottom: 0 !important;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-faq-item-question p {
    font-size: 20px;
  }
}
.l-page-wpm-faq-item-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.l-page-wpm-faq-item-answer img {
  width: 45px;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-faq-item-answer img {
    width: 60px;
  }
}
.l-page-wpm-faq-item-answer p {
  margin-bottom: 0 !important;
  background-color: #fff;
  border-radius: 4px;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 700;
  color: #333;
}

.l-page-wpm-faq-item-answer p a {
  color: #c8161d;
  text-decoration: underline;
}

.l-page-wpm-sponsorship {
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-sponsorship {
    padding: 80px 20px;
  }
}
.l-page-wpm-sponsorship-inner {
  max-width: 700px;
  margin: 0 auto;
}

.l-page-wpm-sponsorship .m-cmn-wpm-ttl {
  color: #c8161e !important;
}

.l-page-wpm-sponsorship .m-cmn-wpm-ttl::before {
  background-color: #c8161d;
}

.l-page-wpm-sponsorship .m-cmn-wpm-ttl::after {
  background-color: #c8161d;
}

.l-page-wpm-sponsorship-message-box {
  padding: 20px;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-sponsorship-message-box {
    padding: 20px 30px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.l-page-wpm-sponsorship-message-ttl {
  margin-bottom: 20px !important;
  font-size: 20px;
  font-weight: 700;
  color: #333;
}

.l-page-wpm-sponsorship-message-desc {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  line-height: 1.8;
  margin-bottom: 40px !important;
}

.l-page-wpm-sponsorship-message-from {
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  line-height: 1.8;
  margin-bottom: 0 !important;
}

.l-page-wpm-sponsorship-bnr-wrap {
  text-align: center;
}

.l-page-wpm-sponsorship-bnr-wrap img {
  width: 253px;
  margin-bottom: 20px;
}

.l-page-wpm-sponsorship-bnr-wrap p {
  font-size: 16px;
  font-weight: 700;
  color: #666666;
  line-height: 1.8;
  margin-bottom: 0 !important;
}

.l-page-wpm-sponsorship-bnr-wrap p a {
  color: #666666;
}

/* -----------------------------------------------------------------------------
   l-page-wpm-en
   -------------------------------------------------------------------------- */
.l-page-wpm-en-mv-inner-pc {
  max-width: 1000px;
  margin: 0 auto;
}

.l-page-wpm-en-mv-logo-box {
  position: relative;
  padding: 50px 0 0 40px;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-en-mv-logo-box {
    padding: 100px 0 0 80px;
  }
}
@media screen and (min-width: 1000px) {
  .l-page-wpm-en-mv-logo-box {
    padding: 100px 0 0 100px;
  }
}
.l-page-wpm-en-mv-logo {
  width: 100%;
  position: relative;
  z-index: 2;
  padding-right: 40px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-en-mv-logo {
    width: 300px;
    padding-right: 0;
    margin-bottom: 0;
  }
}
.l-page-wpm-en-mv-image {
  position: relative;
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-en-mv-image {
    position: absolute;
    top: 0;
    right: -40px;
    width: 56%;
  }
}
.l-page-wpm-en-mv-txt-box {
  padding: 0 30px 30px;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-en-mv-txt-box {
    margin-top: 50px;
    padding: 0 50px 100px;
  }
}
.l-page-wpm-en-mv-txt-catch {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 10px !important;
}

.l-page-wpm-en-mv-txt-desc {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  color: #fff;
  margin-bottom: 0 !important;
}

.l-page-wpm-en-about {
  padding: 40px 30px;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-en-about {
    padding: 95px 30px;
  }
}
.l-page-wpm-en-about-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.l-page-wpm-en-ttl-wrap {
  text-align: center;
}

.l-page-wpm-en-ttl {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  color: #c8161e;
  margin-bottom: 30px !important;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-en-ttl {
    font-size: 32px;
    margin-bottom: 40px !important;
  }
}
.l-page-wpm-en-ttl::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50px;
  background-color: #c8161e;
  vertical-align: 7px;
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-en-ttl::before {
    width: 8px;
    height: 8px;
    margin-right: 20px;
  }
}
.l-page-wpm-en-ttl::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50px;
  background-color: #c8161e;
  vertical-align: 7px;
  margin-left: 4px;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-en-ttl::after {
    width: 8px;
    height: 8px;
    margin-left: 20px;
  }
}
.l-page-wpm-en-about-section-small {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  color: #c8161e;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-en-about-section-small {
    font-size: 24px;
  }
}
.l-page-wpm-en-about-section-head {
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #c8161e;
  margin-bottom: 30px !important;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-en-about-section-head {
    font-size: 50px;
  }
}
.l-page-wpm-en-about-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-en-about-contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-page-wpm-en-about-contents-txt-box {
  width: 100%;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-en-about-contents-txt-box {
    width: 50%;
    padding-right: 50px;
  }
}
.l-page-wpm-en-about-contents-txt-box p {
  font-family: "Roboto", sans-serif;
  color: #333;
  font-weight: 500;
}

.l-page-wpm-en-about-contents-img-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-en-about-contents-img-box {
    width: 50%;
  }
}
.l-page-wpm-en-results {
  padding: 50px 30px;
  background-color: #eeeeee;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-en-results {
    padding: 100px 30px;
  }
}
.l-page-wpm-en-results-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.l-page-wpm-en-results-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-en-results-contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.l-page-wpm-en-results-contents-txt-box {
  width: 100%;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-en-results-contents-txt-box {
    width: 50%;
    padding-left: 50px;
  }
}
.l-page-wpm-en-results-contents-txt-box p {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #333;
  margin-bottom: 0 !important;
}

.l-page-wpm-en-results-contents-img-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-en-results-contents-img-box {
    width: 50%;
  }
}
.l-page-wpm-en-results-interview-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
  gap: 15px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-en-results-interview-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 100px;
    gap: 0;
    margin-top: 30px;
  }
}
.l-page-wpm-en-results-interview-img-box {
  width: 120px;
}

.l-page-wpm-en-results-interview-txt-box {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  width: 100%;
  padding-left: 0;
  color: #333 !important;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-en-results-interview-txt-box {
    width: calc(100% - 120px);
    padding-left: 20px;
  }
}
.l-page-wpm-en-join {
  padding: 50px 30px;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-en-join {
    padding: 100px 30px;
  }
}
.l-page-wpm-en-join-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.l-page-wpm-en-join-red-txt {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  color: #c8161d !important;
  font-weight: 500;
  margin-bottom: 20px !important;
}

.l-page-wpm-en-join-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-en-join-contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-page-wpm-en-join-contents-txt-box {
  width: 100%;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-en-join-contents-txt-box {
    width: 50%;
    padding-right: 50px;
  }
}
.l-page-wpm-en-join-contents-txt-box p {
  font-family: "Roboto", sans-serif;
  color: #333;
  font-weight: 500;
}

.l-page-wpm-en-join-contents-img-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-en-join-contents-img-box {
    width: 50%;
  }
}
.l-page-wpm-en-join-link {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #333;
  text-decoration: underline;
}

.l-page-wpm-en-join-link:hover {
  opacity: 0.8;
}

.l-page-wpm-en-spread {
  padding: 50px 30px;
  background-color: #eeeeee;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-en-spread {
    padding: 100px 30px;
  }
}
.l-page-wpm-en-spread-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.l-page-wpm-en-spread-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-en-spread-contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-page-wpm-en-spread-contents-txt-box {
  width: 100%;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-en-spread-contents-txt-box {
    width: 50%;
    padding-right: 50px;
  }
}
.l-page-wpm-en-spread-contents-txt-box p {
  font-family: "Roboto", sans-serif;
  color: #333;
  font-weight: 500;
}

.l-page-wpm-en-spread-contents-img-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-en-spread-contents-img-box {
    width: 50%;
  }
}
.l-page-wpm-en-events {
  padding: 50px 30px;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-en-events {
    padding: 100px 30px;
  }
}
.l-page-wpm-en-events-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.l-page-wpm-en-events-inner .l-page-wpm-en-ttl {
  margin-bottom: 20px !important;
}

.l-page-wpm-en-events-desc {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  color: #333;
}

.l-page-wpm-en-events-contents {
  max-width: 860px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7%;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-en-events-contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-page-wpm-en-events-contents-box {
  width: 100%;
}
@media screen and (min-width: 480px) {
  .l-page-wpm-en-events-contents-box {
    width: 400px;
  }
}
.l-page-wpm-en-events-contents-box a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.l-page-wpm-en-events-item-name {
  font-size: 22px;
  font-weight: 700;
  color: #c8161e;
  text-align: center;
  margin-bottom: 20px !important;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-en-events-item-name {
    font-size: 28px;
  }
}
@media screen and (min-width: 1000px) {
  .l-page-wpm-en-events-item-name {
    font-size: 32px;
  }
}
.l-page-wpm-en-events-item-url {
  font-family: "Roboto", sans-serif;
  color: #333;
  font-weight: 500;
  text-align: center;
  margin-top: 5px;
}

.l-page-wpm-en-support {
  padding: 50px 30px;
  background-color: #eeeeee;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-en-support {
    padding: 100px 30px;
  }
}
.l-page-wpm-en-support-inner {
  max-width: 470px;
  margin: 0 auto;
}

.l-page-wpm-en-support-desc {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #333;
  letter-spacing: 0;
}

.l-page-wpm-en-support-btn {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 20px !important;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-en-support-btn {
    font-size: 20px;
  }
}
.l-page-wpm-en-support-btn a {
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 20px;
  text-align: center;
  background-color: #c8161d;
  border-radius: 50px;
  color: #fff !important;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-en-support-btn a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 20px 40px;
  }
}
.l-page-wpm-en-support-btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.l-page-wpm-en-sns-x-btn {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px !important;
}

.l-page-wpm-en-sns-x-btn a {
  width: 200px;
  display: inline-block;
  margin: 0 auto;
  padding: 2px 0;
  background-color: #000000;
  text-align: center;
  color: #fff !important;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-page-wpm-en-sns-x-btn a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.l-page-wpm-en-sns-facebook-btn {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0 !important;
}

.l-page-wpm-en-sns-facebook-btn a {
  width: 200px;
  display: inline-block;
  margin: 0 auto;
  padding: 2px 0;
  background-color: #1877f2;
  text-align: center;
  color: #fff !important;
  border-radius: 50px;
}

.l-page-wpm-en-sns-facebook-btn a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.l-page-wpm-en-contact {
  padding: 50px 30px;
}
@media screen and (min-width: 768px) {
  .l-page-wpm-en-contact {
    padding: 100px 30px;
  }
}
.l-page-wpm-en-contact-inner {
  max-width: 300px;
  margin: 0 auto;
}

.l-contact-wpm-en-item {
  margin-bottom: 10px !important;
}

.l-contact-wpm-en-item dt p {
  margin-bottom: 0 !important;
}

.l-contact-wpm-en-item dd {
  margin-left: 0 !important;
}

.l-contact-wpm-en-item dd p {
  margin-bottom: 20px !important;
}

.l-contact-wpm-en-item dd textarea {
  width: 100%;
  height: 200px;
  resize: none;
}

.l-contact-button-box {
  text-align: center;
}

.l-contact-button-box input {
  width: 150px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  background-color: #c8161d !important;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-contact-button-box input:hover {
  opacity: 0.8;
}

.l-contact-button-box .wpcf7-spinner {
  display: none;
}

.l-page-wpm-en-footer {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding: 50px 30px;
  background-color: #333333;
  text-align: center;
  color: #fff !important;
}

.l-page-wpm-en-footer p:first-of-type {
  margin-bottom: 10px !important;
}

.l-page-wpm-en-footer p:last-of-type {
  margin-bottom: 0 !important;
}

.l-page-wpm-en-footer a {
  color: #fff !important;
  text-decoration: underline;
}