@charset "UTF-8";
/* Base */
/* Font Awesome 6 Free */
@font-face {
  font-family: "Font Awesome 6 Free";
  src: url("../font/fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("../font/fontawesome/webfonts/fa-regular-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Font Awesome 6 Free";
  src: url("../font/fontawesome/webfonts/fa-regular-900.woff2") format("woff2"), url("../font/fontawesome/webfonts/fa-regular-900.ttf") format("truetype");
  font-weight: 900;
  font-style: bold;
}
/* Base */
/* フォント */
/* カラー */
/* レスポンシブ */
/* clearfix */
/* スクロールバー非表示 */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: inherit;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* Base */
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  color: #333333;
  background-color: #ffffff;
  font-size: 1.4rem;
  font-family: "Noto Sans", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  -ms-word-wrap: break-word !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  body {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 1.8rem;
  }
}

h1 {
  font-size: 2.4rem;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  h1 {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1025px) {
  h1 {
    font-size: 2.8rem;
  }
}

h2 {
  font-size: 2rem;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  h2 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1025px) {
  h2 {
    font-size: 2.4rem;
  }
}

h3 {
  font-size: 1.8rem;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  h3 {
    font-size: 2.2rem;
  }
}

h4 {
  font-size: 1.6rem;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  h4 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  h4 {
    font-size: 2rem;
  }
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #333333;
}

img {
  width: 100%;
  height: auto;
}

/* Layout */
/* Base */
.ly_header {
  zoom: 1;
}
.ly_header::after {
  display: block;
  content: "";
  clear: both;
}

.ly_header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 40px);
  height: 60px;
  padding: 0 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  z-index: 9999;
}
@media screen and (max-width: 599px) {
  .ly_header_inner {
    position: fixed;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .ly_header_inner {
    height: 70px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1025px) {
  .ly_header_inner {
    height: 70px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.bl_mainVisual {
  margin-bottom: -10px;
}
@media screen and (max-width: 599px) {
  .bl_mainVisual {
    position: relative;
    top: 60px;
  }
}

/* Base */
.ly_main {
  zoom: 1;
}
.ly_main::after {
  display: block;
  content: "";
  clear: both;
}
@media screen and (max-width: 599px) {
  .ly_main {
    position: relative;
    top: 60px;
  }
}

.ly_container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .ly_container {
    max-width: 425px;
  }
}

.ly_section {
  margin: 0;
  padding: 80px 20px;
  background-color: #ffffff;
  zoom: 1;
}
.ly_section::after {
  display: block;
  content: "";
  clear: both;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .ly_section {
    padding: 80px 60px;
  }
}
@media screen and (min-width: 1025px) {
  .ly_section {
    padding: 80px 100px;
  }
}
.ly_section_bgGif {
  background-image: url("../image/bg.gif");
  background-position: center;
  background-repeat: repeat;
  background-size: 56px 48px;
}
.ly_section_bgMain {
  background-color: #174092;
}
.ly_section_bgSub {
  background-color: #D32C26;
}
.ly_section_bgSecondary {
  background-color: #F5F5F5;
}

.ly_section_present1 {
  padding-bottom: 40px;
}
.ly_section_present1::after {
  display: block;
  content: "";
  width: 60px;
  height: 60px;
  background-image: url("../image/icon_plus.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px auto 0 auto;
  position: absolute;
  right: calc(50% - 30px);
  left: calc(50% - 30px);
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .ly_section_present1::after {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }
}
@media screen and (min-width: 1025px) {
  .ly_section_present1::after {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    right: calc(50% - 40px);
    left: calc(50% - 40px);
  }
}

.ly_section_present2 {
  padding-top: 40px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .ly_section_present2 {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .ly_section_present2 {
    padding-top: 80px;
  }
}

.ly_section_campain {
  height: 120vw;
}
@media screen and (max-width: 599px) {
  .ly_section_campain {
    padding: 20vw 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .ly_section_campain {
    padding: 7.5vw 0;
    height: 70vw;
  }
}
@media screen and (min-width: 1025px) {
  .ly_section_campain {
    height: 70vw;
  }
}

.ly_present_wrapper {
  width: calc(100% - 40px);
  max-width: 1100px;
  background-color: #ffffff;
  border-radius: 20px;
  margin: 0 auto;
  padding: 60px 20px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .ly_present_wrapper {
    width: calc(100% - 40px);
    padding: 60px 20px;
  }
}
@media screen and (min-width: 1025px) {
  .ly_present_wrapper {
    width: calc(100% - 80px);
    padding: 60px 40px;
  }
}

/* Base */
.ly_footer {
  color: #ffffff;
  background-color: #333333;
  zoom: 1;
}
.ly_footer::after {
  display: block;
  content: "";
  clear: both;
}
@media screen and (max-width: 599px) {
  .ly_footer {
    position: relative;
    top: 60px;
  }
}

.ly_footer_inner {
  padding: 10px 0;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .ly_footer_inner {
    padding: 15px 0;
  }
}
@media screen and (min-width: 1025px) {
  .ly_footer_inner {
    padding: 20px 0;
  }
}

/* Modile */
/* Base */
.el_btn_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto;
  font-size: 1.5rem;
  font-family: "Noto Sans", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  border: none !important;
  background-color: #D5D5D5;
  border-radius: 3px;
  position: relative;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .el_btn_more {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .el_btn_more {
    display: none !important;
  }
}
.el_btn_more::after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5.5px 0 5.5px;
  border-color: #333333 transparent transparent transparent;
  position: absolute;
  right: 10px;
}

/* Base */
.bl_headingLv2_wrapper {
  width: 100%;
  text-align: center;
  margin: 0 0 40px 0;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .bl_headingLv2_wrapper {
    margin: 0 0 50px 0;
  }
}
@media screen and (min-width: 1025px) {
  .bl_headingLv2_wrapper {
    margin: 0 0 60px 0;
  }
}

.el_headingLv2 {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  color: #ffffff;
  height: 58px;
  background-image: url("../image/headingLv2.svg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  background-clip: content-box;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .el_headingLv2 {
    height: 86px;
  }
}
@media screen and (min-width: 1025px) {
  .el_headingLv2 {
    height: 114px;
  }
}

.el_headingLv2_text {
  display: block;
  margin-top: 7px;
  font-size: 2rem;
  font-weight: normal;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .el_headingLv2_text {
    margin-top: 13px;
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 1025px) {
  .el_headingLv2_text {
    margin-top: 20px;
    font-size: 3.2rem;
  }
}

.bl_headingLv3_wrapper {
  width: 100%;
  text-align: center;
  margin: 40px 0;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .bl_headingLv3_wrapper {
    margin: 50px 0;
  }
}
@media screen and (min-width: 1025px) {
  .bl_headingLv3_wrapper {
    margin: 60px 0;
  }
}

.el_headingLv3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 350px;
  height: 40px;
  margin: 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: normal;
  color: #D32C26;
  background-color: #ffffff;
  border: 1px solid #D32C26;
  border-radius: 50px;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .el_headingLv3 {
    font-size: 2.5rem;
    max-width: 540px;
    height: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .el_headingLv3 {
    font-size: 3.2rem;
    max-width: 730px;
    height: 80px;
  }
}

.bl_headingLv4_wrapper {
  margin: 40px 0;
}

.el_headingLv4 {
  display: inline-block;
  position: relative;
  padding: 10px 15px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .el_headingLv4 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .el_headingLv4 {
    font-size: 3.2rem;
  }
}
.el_headingLv4::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 0 24px 20px;
  border-color: transparent transparent transparent #007bff;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .el_headingLv4::after {
    border-width: 30px 0 30px 20px;
  }
}
@media screen and (min-width: 1025px) {
  .el_headingLv4::after {
    border-width: 35px 0 35px 20px;
  }
}
.el_headingLv4_primary {
  background-color: #174092;
}
.el_headingLv4_primary::after {
  border-color: transparent transparent transparent #174092;
}
.el_headingLv4_secondary {
  background-color: #727272;
}
.el_headingLv4_secondary::after {
  border-color: transparent transparent transparent #727272;
}

/* Base */
.el_badge {
  display: inline-block;
}

.bl_present_badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 97px;
  height: 110.6px;
  background-image: url("../image/badge_present1.svg");
}

/* Base */
.bl_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 370.61px;
  height: 42.72px;
  float: left;
}
@media screen and (max-width: 599px) {
  .bl_logo {
    width: 300px;
    max-width: 85%;
    height: auto;
  }
}

.bl_logo_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Base */
.bl_navButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: none !important;
  outline: none !important;
  cursor: pointer;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .bl_navButton {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .bl_navButton {
    display: none;
  }
}

.bl_navButton_line {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #707070;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bl_headerNav {
  color: #ffffff;
  background-color: #D32C26;
}
@media screen and (max-width: 599px) {
  .bl_headerNav {
    display: block;
    width: calc(100% - 40px);
    height: 100vh;
    padding: 40px 20px;
    position: fixed;
    top: 60px;
    z-index: 9999;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .bl_headerNav {
    padding: 40px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#D32C26), to(#A30909));
    background: linear-gradient(#D32C26, #A30909);
  }
}
@media screen and (min-width: 1025px) {
  .bl_headerNav {
    padding: 40px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#D32C26), to(#A30909));
    background: linear-gradient(#D32C26, #A30909);
  }
}

@media screen and (max-width: 599px) {
  .bl_headerNav_inner {
    position: relative;
    height: calc(100vh - 80px - 40px);
  }
}

.bl_headerNav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .bl_headerNav_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1025px) {
  .bl_headerNav_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.bl_headerNav_item {
  display: block;
  text-align: left;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .bl_headerNav_item {
    width: 33%;
    margin: 0;
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .bl_headerNav_item {
    margin: 0 2rem;
    text-align: center;
  }
}

.bl_headerNav_link {
  display: block;
  color: #ffffff;
  font-size: 2rem;
  font-weight: normal;
  padding: 1.5rem 0;
  position: relative;
}
.bl_headerNav_link:hover, .bl_headerNav_link:focus {
  color: #ffffff;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .bl_headerNav_link:hover:after, .bl_headerNav_link:focus:after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 15px;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 1025px) {
  .bl_headerNav_link:hover:after, .bl_headerNav_link:focus:after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 15px;
    background-color: #ffffff;
  }
}

@media screen and (max-width: 599px) {
  .bl_headerNav_logo {
    display: block;
    width: 195px;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 20px;
  }
}

/* Base */
.bl_list {
  display: block;
  margin-left: 2em;
}

.bl_list_ul {
  list-style-type: disc;
}

.bl_list_ol {
  list-style-type: decimal;
}

/* Base */
.bl_copyright {
  font-size: 1.3rem;
  text-align: center;
}

/* Base */
/* ヘッダー */
.bl_schedule {
  color: #ffffff;
  background-color: #127748;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .bl_schedule {
    height: 37.5vw;
    max-height: 150px;
    position: relative;
    top: 60px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .bl_schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  .bl_schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.bl_schedule_img {
  display: block;
}
@media screen and (max-width: 599px) {
  .bl_schedule_img {
    height: calc(37.5vw - 30px);
    max-height: 150px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .bl_schedule_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  .bl_schedule_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.bl_schedule_img img {
  display: block;
  color: #ffffff;
  width: calc(100% - 30px);
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .bl_schedule_img img {
    max-width: 100%;
  }
}

/* キャンペーン内容 */
.bl_campain_figure {
  margin: 0 auto;
  position: absolute;
  top: 60px;
}
@media screen and (max-width: 599px) {
  .bl_campain_figure {
    top: 0;
    left: 0;
    right: 0;
  }
}
.bl_campain_figure img {
  width: 100%;
  height: auto;
}

/* プレゼント内容 */
.bl_present_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style-type: none !important;
}

.bl_present_item {
  width: 480px;
}

/* 応募方法 */
.bl_step_list::after {
  display: block;
  content: "";
  margin: 40px auto 20px auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 45px 0 45px;
  border-color: #d32c26 transparent transparent transparent;
}
@media screen and (min-width: 1025px) {
  .bl_step_list::after {
    margin: 30px auto 10px auto;
    border-width: 30px 30px 0 30px;
  }
}
.bl_step_list:last-child:after {
  display: none !important;
}

/* レシート撮影について */
.bl_receipt_wrapper {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .bl_receipt_wrapper {
    padding: 60px 20px;
  }
}
@media screen and (min-width: 1025px) {
  .bl_receipt_wrapper {
    padding: 60px 40px;
  }
}

/* 注意事項 */
.bl_schedule_bottom {
  width: 100%;
  max-width: 800px;
}

.bl_cautionList_wrapper {
  line-height: 3rem;
}

.bl_caution_wrapper {
  background-color: #ffffff;
  border: 1px solid #727272;
  border-radius: 10px;
  padding: 20px;
  line-height: 3rem;
  overflow-y: scroll;
}
@media screen and (max-width: 599px) {
  .bl_caution_wrapper {
    height: 350px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .bl_caution_wrapper {
    height: 500px;
  }
}
@media screen and (min-width: 1025px) {
  .bl_caution_wrapper {
    height: 500px;
  }
}
.bl_caution_wrapper .bl_list {
  font-size: 1.6rem !important;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .bl_caution_wrapper .bl_list {
    font-size: 1.7rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .bl_caution_wrapper .bl_list {
    font-size: 1.8rem !important;
  }
}

.bl_caution_text {
  font-size: 1.6rem !important;
  margin: 1em 0;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .bl_caution_text {
    font-size: 1.7rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .bl_caution_text {
    font-size: 1.8rem !important;
  }
}

.bl_caution_title {
  font-size: 1.6rem !important;
  font-weight: 600;
  margin: 1em 0;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .bl_caution_title {
    font-size: 1.7rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .bl_caution_title {
    font-size: 1.8rem !important;
  }
}

.bl_schedule_text {
  text-align: center !important;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .bl_schedule_text {
    font-size: 1.6rem !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .bl_schedule_text {
    text-align: left !important;
    font-size: 2rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .bl_schedule_text {
    text-align: left !important;
    font-size: 2.2rem !important;
  }
}
.bl_schedule_text_1 {
  margin-top: 1em;
}
@media screen and (max-width: 599px) {
  .bl_schedule_text_1 {
    margin-bottom: 1rem;
  }
}

/* よくあるご質問 */
.bl_faq_wrapper {
  margin-bottom: 100px;
}

.bl_faq {
  margin-bottom: 40px;
}

/* お問い合わせ */
.bl_tel {
  margin: 30px 0;
  padding: 30px 0;
  border-top: 1px solid #727272;
  border-bottom: 1px solid #727272;
}

.bl_tel_company {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 360px) {
  .bl_tel_company {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .bl_tel_company {
    font-size: 2.6rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .bl_tel_company {
    font-size: 3.2rem !important;
  }
}

.bl_tel_text {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 360px) {
  .bl_tel_text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .bl_tel_text {
    font-size: 2.6rem !important;
    letter-spacing: 0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .bl_tel_text {
    font-size: 3.2rem !important;
    letter-spacing: 0.5rem;
  }
}
.bl_tel_text_big {
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 360px) {
  .bl_tel_text_big {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .bl_tel_text_big {
    font-size: 3.6rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .bl_tel_text_big {
    font-size: 4.5rem !important;
  }
}
.bl_tel_text_thin {
  font-weight: 400;
  font-size: 2rem;
}
@media screen and (max-width: 360px) {
  .bl_tel_text_thin {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .bl_tel_text_thin {
    font-size: 2.2rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .bl_tel_text_thin {
    font-size: 2.4rem !important;
  }
}

.bl_tel_time {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 360px) {
  .bl_tel_time {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .bl_tel_time {
    font-size: 1.9rem !important;
    letter-spacing: 0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .bl_tel_time {
    font-size: 2.4rem !important;
    letter-spacing: 0.5rem;
  }
}
.bl_tel_time_num {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 360px) {
  .bl_tel_time_num {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .bl_tel_time_num {
    font-size: 2.6rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .bl_tel_time_num {
    font-size: 3.2rem !important;
  }
}

.bl_contact1 {
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 360px) {
  .bl_contact1 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .bl_contact1 {
    font-size: 2rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .bl_contact1 {
    font-size: 2.4rem !important;
  }
}

.bl_contact2 {
  font-size: 1.4rem;
  text-align: left;
}
@media screen and (max-width: 360px) {
  .bl_contact2 {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .bl_contact2 {
    font-size: 1.6rem !important;
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .bl_contact2 {
    font-size: 2rem !important;
    text-align: center;
  }
}

.bl_present_info {
  margin-bottom: 80px;
}
.bl_present_info h3 {
  color: #D32C26;
  font-weight: 600;
  margin-bottom: 20px;
}

/* Helper */
/* Base */
@media screen and (max-width: 599px) {
  .hp_onlyPc {
    display: none !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .hp_onlySp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .hp_onlySp {
    display: none !important;
  }
}

/* Base */
.hp_font-l {
  font-size: 2rem !important;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .hp_font-l {
    font-size: 2.4rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .hp_font-l {
    font-size: 2.8rem !important;
  }
}

.hp_font-m {
  font-size: 1.6rem !important;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .hp_font-m {
    font-size: 1.8rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .hp_font-m {
    font-size: 2rem !important;
  }
}

.hp_font-s {
  font-size: 1.4rem !important;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .hp_font-s {
    font-size: 1.6rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .hp_font-s {
    font-size: 1.8rem !important;
  }
}

.hp_text_center {
  text-align: center;
}

/* Program */
/* Base */
.js_navButton.is-active .js_navButton_line {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.js_navButton.is-active .js_navButton_line:nth-child(1) {
  top: 0.7rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.js_navButton.is-active .js_navButton_line:nth-child(2) {
  display: none !important;
}
.js_navButton.is-active .js_navButton_line:nth-child(3) {
  top: -0.7rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.js_headerNav {
  display: block;
}
@media screen and (max-width: 599px) {
  .js_headerNav {
    display: block;
    height: 0;
    padding: 0 20px;
    -webkit-transition: 0.75s;
    transition: 0.75s;
    overflow: hidden;
  }
}
.js_headerNav.is-active {
  display: block;
}
@media screen and (max-width: 599px) {
  .js_headerNav.is-active {
    display: block;
    height: 100vh;
    padding: 40px 20px;
    -webkit-transition: 0.75s;
    transition: 0.75s;
  }
}

/* Base */
@media screen and (max-width: 599px) {
  .js_accordion {
    position: relative;
    height: 310px;
    overflow-y: hidden;
  }
  .js_accordion::after {
    display: block;
    content: "";
    width: 100%;
    height: 180px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, #f5f5f5));
    background: linear-gradient(transparent, #f5f5f5 80%);
    position: absolute;
    bottom: 0;
  }
  .js_accordion.is-active {
    height: 100%;
  }
  .js_accordion.is-active::after {
    display: none;
  }
}