@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  box-sizing: border-box;
  word-break: normal;
     tab-size: 4;
}

*, :after, :before {
  box-sizing: inherit;
  background-repeat: no-repeat;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  color: inherit;
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  border-style: none;
  background-color: transparent;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

.h-hide {
  display: none !important;
}

.h-hide-pc {
  display: none !important;
}

.h-white {
  color: #fff !important;
}
.h-center {
  text-align: center !important;
}

.h-fwb {
  font-weight: bold !important;
}

.h-mb-0 {
  margin-bottom: 0 !important;
}

.h-mt-0 {
  margin-top: 0 !important;
}

.cf:after,
.cf:before {
  display: table;
  content: "";
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

html {
  color: #041f45;
  font-size: 20px;
  line-height: 1.6;
  font-family: "Noto Sans", sans-serif;
}

body {
  word-wrap: break-word;
  text-spacing-trim: trim-start;
}

a {
  color: inherit;
  transition: all 0.3s;
}
a:hover {
  text-decoration-color: transparent;
  opacity: 0.6;
}

:visited:hover,
a {
  text-decoration: none;
}

ul {
  list-style: none;
}

i {
  font-style: normal;
}

input[type=button]:not([disabled]),
input[type=submit]:not([disabled]),
input[type=reset]:not([disabled]),
button:not([disabled]) {
  cursor: pointer;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
}

[hidden] {
  display: none !important;
}

img {
  height: auto;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

th {
  font-weight: normal;
}

a[href*="tel:"] {
  cursor: default;
  pointer-events: none;
}

.ly-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  background-color: #041f45;
}
.ly-header {
  gap: 10px;
}
.ly-header img {
  display: block;
}

.bl_kv img {
  display: block;
  width: 100%;
  height: auto;
}
.bl_headerContact {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 63px;
  background-color: #9b190a;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-size: 0.8rem;
}

.bl_siteLogo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px 20px;
}

.bl_pageNavi {
  padding: 30px 20px 40px;
  background-color: #e4efff;
}
.bl_pageNavi ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  line-height: 1.44;
}
.bl_pageNavi ul a > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  min-height: 2.88em;
  text-align: center;
}
.bl_pageNavi ul a {
  display: block;
  position: relative;
  padding-bottom: 27px;
  font-weight: bold;
  font-size: 18px;
  font-size: 0.9rem;
}
.bl_pageNavi ul a::before {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translateX(-50%) rotate(45deg);
  border-right: 5px solid #041f45;
  border-bottom: 5px solid #041f45;
  content: "";
  vertical-align: middle;
}

.bl_sectionAbout {
  padding: 80px 20px 80px;
  background-image: url("/business/seasonseat2026/trial/assets/images/about_back_pc.webp");
  background-position: center;
  background-size: cover;
  color: #fff;
}

.bl_centerHeading {
  font-weight: 900;
  font-size: 48px;
  font-size: 2.4rem;
  line-height: 1.16;
  text-align: center;
}

.bl_badgeTxt {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 15px;
  padding: 0px 19px;
  background-color: #9b190a;
  font-size: 24px;
  font-size: 1.2rem;
  line-height: 1.4;
}

.bl_sectionInner {
  max-width: 1100px;
  margin: 0 auto;
}

.bl_sectionAbout_txt {
  margin: 35px 0;
  line-height: 1.6;
}

.bl_picture {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.bl_picture img {
  width: 45.5%;
}

.bl_sectionRecommendation {
  padding: 80px 20px 90px;
}
.bl_sectionRecommendation .bl_centerHeading {
  margin-bottom: 58px;
}

.bl_separateCardUnitWrapper {
  display: flex;
  flex-direction: column-reverse;
}

.bl_separateCardUnit {
  display: flex;
  justify-content: space-between;
}

.bl_separateCardItem {
  width: 45.5%;
  padding: 30px 20px 16px;
  background-color: #e4efff;
}

.bl_separateCardItem_ttl {
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 30px;
  font-size: 1.5rem;
  line-height: 1.2;
}

.bl_separateCardItem_txt {
  line-height: 1.8;
}

.bl_worryImg {
  display: block;
  margin: -10px auto 0;
}

.bl_ctabox {
  padding: 75px 20px 80px;
  background-color: #041f45;
  color: #fff;
  text-align: center;
}

.bl_ctabox_txt01 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 900;
  font-size: 30px;
  font-size: 1.5rem;
  line-height: 1;
}
.bl_ctabox_txt01 span {
  font-size: 46px;
  font-size: 2.3rem;
}
.bl_ctabox_txt01::after, .bl_ctabox_txt01::before {
  display: block;
  position: absolute;
  bottom: 0;
  width: 3px;
  height: 40px;
  background-color: #fff;
  content: "";
}
.bl_ctabox_txt01::after {
  left: -30px;
  transform: rotate(-28deg);
}
.bl_ctabox_txt01::before {
  right: -30px;
  transform: rotate(28deg);
}

.bl_ctabox_btn {
  display: block;
  width: 619px;
  margin: 12px auto 30px;
  padding: 32.5px 10px 32.5px;
  border-radius: 10px;
  background-color: #9b190a;
  font-weight: 900;
  font-size: 40px;
  font-size: 2rem;
}

.bl_ctabox_txt02 {
  font-weight: 900;
  font-size: 28px;
  font-size: 1.4rem;
}

.bl_ctabox_tel {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 900;
  font-size: 40px;
  font-size: 2rem;
}
.bl_ctabox_tel img {
  margin-right: 12px;
  vertical-align: middle;
}

.bl_acParent:last-child .bl_acBody {
  padding-bottom: 80px;
  border-bottom: 1px dashed #041f45;
}

.bl_acMain {
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 40px;
  padding-right: 80px;
  gap: 30px;
  border-top: 1px dashed #041f45;
  font-weight: 900;
  cursor: pointer;
}
.bl_acMain.is-open .bl_acMain_Body_icon {
  background-color: #9fb6d0;
}
.bl_acMain.is-open .bl_acMain_Body_icon::before {
  transform: translate(-50%, -50%) rotate(0deg);
  transition: all 0.3s;
}

.bl_acMain_Body_icon {
  position: absolute;
  top: 58%;
  right: 0;
  aspect-ratio: 1;
  width: 60px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #041f45;
}
.bl_acMain_Body_icon::after, .bl_acMain_Body_icon::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 5px;
  background-color: #fff;
  content: "";
}
.bl_acMain_Body_icon::after {
  transform: translate(-50%, -50%);
}
.bl_acMain_Body_icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.3s;
}

.bl_acMain_imgWrapper img {
  display: block;
}

.bl_acMain_Body small {
  color: #9b190a;
}

.bl_acMain_Body_ttl {
  font-size: 30px;
  font-size: 1.5rem;
}
.bl_acMain_Body_ttl span {
  display: inline-block;
  font-size: 20px;
  font-size: 1rem;
}

.bl_acMain_Body_price > div {
  display: flex;
  flex-wrap: wrap;
  font-size: 36px;
  font-size: 1.8rem;
}
.bl_acMain_Body_price dt {
  margin-right: 30px;
}
.bl_acMain_Body_price dd span {
  font-size: 30px;
  font-size: 1.5rem;
}

.bl_acBody {
  display: none;
}

.bl_acBody_inner {
  display: flex;
  padding: 40px 50px;
  gap: 30px;
  font-weight: 900;
}

.bl_acBody_heading {
  margin-bottom: 10px;
  color: #597eaa;
  font-size: 30px;
  font-size: 1.5rem;
}

.bl_acBody_btn {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 55px;
  margin-top: 20px;
  margin-left: auto;
  border-radius: 8px;
  background-color: #041f45;
  color: #fff;
  font-size: 20px;
  font-size: 1rem;
}

.bl_sectionSheet {
  padding: 80px 20px 34px;
  background-image: url("/business/seasonseat2026/trial/assets/images/batter.webp");
  background-position: right bottom 40px;
  background-size: 840px auto;
}
.bl_sectionSheet .bl_centerHeading {
  margin-bottom: 50px;
}

.bl_sectionQr {
  padding: 60px 20px 80px;
  background-image: url("/business/seasonseat2026/trial/assets/images/pitcher.webp");
  background-position: 0 bottom;
  background-size: 615px auto;
  color: #fff;
}
.bl_sectionQr .bl_centerHeading {
  line-height: 1.42;
  font-family: "Noto Serif JP", serif;
}
.bl_sectionQr {
  border-top: 5px solid #041f45;
  border-bottom: 5px solid #041f45;
  background-color: rgba(4, 31, 69, 0.5);
}

.bl_qrTxt {
  margin: 36px 0 45px;
  line-height: 1.8;
  text-align: center;
}

.bl_meritUnit {
  display: flex;
  margin-bottom: 48px;
  gap: 42px;
}

.bl_sectionQr_inner {
  max-width: 1043px;
  margin-right: auto;
  margin-left: auto;
}

.bl_meritItem {
  flex: 1;
  padding-top: 30px;
  padding-bottom: 50px;
  border: 3px solid #00214b;
  border-radius: 10px;
  background-color: #fff;
}
.bl_meritItem dt {
  margin-bottom: 40px;
  padding: 5px 0;
  background-color: #00214b;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  font-size: 1.5rem;
  text-align: center;
}
.bl_meritItem dd {
  position: relative;
  margin-right: 36px;
  margin-left: 80px;
  color: #000;
  font-size: 18px;
  font-size: 0.9rem;
  line-height: 1.66;
}
.bl_meritItem dd::after {
  display: block;
  position: absolute;
  top: 0;
  left: -40px;
  aspect-ratio: 26/25;
  width: 26px;
  background-image: url("/business/seasonseat2026/trial/assets/images/check.svg");
  background-size: cover;
  content: "";
}
.bl_meritItem dd:not(:last-child) {
  margin-bottom: 28px;
}

.bl_small {
  display: block;
  padding-left: 1em;
  font-size: 14px;
  font-size: 0.7rem;
  line-height: 1.85;
  text-indent: -1em;
}
.bl_small::before {
  content: "※";
}

.bl_sectionBenefits {
  padding: 70px 20px 0px;
  background-image: url("/business/seasonseat2026/trial/assets/images/benefits_back.webp");
  background-position: left bottom;
  background-size: 1440px auto;
}
.bl_sectionBenefits .bl_centerHeading {
  margin-bottom: 50px;
}

.bl_ribbonHeading {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: calc(100% - 46px);
  height: 74px;
  margin: 40px auto;
  background-color: #968202;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  font-size: 1.1rem;
  text-align: center;
}
.bl_ribbonHeading::after {
  left: -23px;
}
.bl_ribbonHeading::before {
  right: -23px;
  transform: rotate(180deg);
}
.bl_ribbonHeading::after, .bl_ribbonHeading::before {
  position: absolute;
  top: 0;
  aspect-ratio: 23/74;
  width: 23px;
  background-image: url("/business/seasonseat2026/trial/assets/images/ribbon.svg");
  content: "";
}

.bl_benefitsTxt {
  font-weight: 600;
  text-align: center;
}

.bl_mediaItem_inner {
  display: flex;
  position: relative;
  align-items: center;
  padding: 52px 40px 40px;
  gap: 0 20px;
  background-color: #fff;
}

.bl_mediaBody {
  flex: 1;
}

.bl_mediaItem {
  padding: 60px 40px 40px;
  background-color: #041f45;
}

.bl_mediaItem_heading {
  position: absolute;
  top: 0;
  left: 0;
  width: 173px;
  padding: 17px 19px;
  transform: translateY(-50%);
  background-image: url("/business/seasonseat2026/trial/assets/images/ribbon02.svg");
  background-position: right center;
  background-size: cover;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.5rem;
  line-height: 1;
}

.bl_mediaUnit {
  display: grid;
  margin-top: 34px;
  gap: 40px;
}

.bl_mediaImageWrapper img {
  display: block;
}

.bl_mediaHeading01 {
  margin-bottom: 15px;
  color: #968202;
  font-weight: 700;
  font-weight: 900;
  font-size: 28px;
  font-size: 1.4rem;
  line-height: 1.28;
}

.bl_mediaHeading02 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 20px;
  font-size: 1rem;
}

.bl_mediaSmall {
  display: block;
  font-size: 16px;
  font-size: 0.8rem;
  line-height: 1.4;
}
.bl_mediaSmall::before {
  content: "※";
}

.bl_longHeading {
  margin: 40px 0 48px;
  padding: 9px;
  background-color: #041f45;
  color: #fff;
  font-size: 30px;
  font-size: 1.5rem;
  text-align: center;
}

.benefitsListWrapper {
  margin: 0 -20px;
  padding: 0 0 80px;
  background-color: rgba(0, 0, 0, 0.2);
}
.benefitsListWrapper .bl_small {
  margin-top: 48px;
  color: #fff;
  font-weight: 500;
}

.benefitsListWrapperInner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.bl_table01 {
  width: 100%;
  line-height: 1.66;
  text-align: center;
}
.bl_table01 thead {
  background-color: #e4efff;
  font-size: 12px;
  font-size: 0.6rem;
  white-space: nowrap;
}
.bl_table01 thead th {
  padding: 2.2px 4px;
}
.bl_table01 thead th:first-child {
  width: 30px;
}
.bl_table01 thead th:nth-child(2) {
  width: 51%;
}
.bl_table01 tbody th,
.bl_table01 tbody td {
  padding: 2.2px 4px;
}
.bl_table01 tbody {
  background-color: #fff;
  font-size: 14px;
  font-size: 0.7rem;
}
.bl_table01 tbody tr {
  counter-increment: table;
}
.bl_table01 tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
.bl_table01 tbody th:first-child::before {
  content: counter(table);
}
.bl_table01 tbody th:nth-child(2) {
  text-align: left;
}
.bl_table01 th,
.bl_table01 td {
  border: 1px solid #000;
}

.bl_smallList {
  margin: 0 -20px;
  padding: 52px 20px;
  background-color: #9fb6d0;
}
.bl_smallList small {
  display: block;
  padding-left: 1em;
  font-size: 18px;
  font-size: 0.9rem;
  line-height: 1.66;
  text-indent: -1em;
}
.bl_smallList small::before {
  content: "※";
}

.bl_sectionBottom {
  padding-top: 76px;
  padding-bottom: 94px;
}

.bl_sectionDate {
  padding-right: 20px;
  padding-bottom: 90px;
  padding-left: 20px;
  background-image: url("/business/seasonseat2026/trial/assets/images/schedule_back.webp");
  background-position: right bottom;
  background-size: 100% auto;
}

.bl_schedule img {
  display: block;
  max-width: 100%;
  margin: 62px auto 0;
}

.bl_sectionEvent {
  width: calc(100% - 8px);
  max-width: 1092px;
  margin: 90px auto 0;
  padding: 35px 40px;
  border: 4px solid #968202;
  outline: 4px solid #041f45;
  background-color: #fff;
}

.bl_dotList {
  position: relative;
  margin-top: 50px;
  padding: 0px;
  padding-left: 20px;
  background-color: rgba(255, 255, 255, 0.6);
  color: #041f45;
  font-size: 18px;
  font-size: 0.9rem;
  text-decoration: underline;
}
.bl_dotList::before {
  display: block;
  position: absolute;
  top: 0.6em;
  left: 10px;
  aspect-ratio: 1;
  width: 5px;
  border-radius: 50%;
  background-color: #041f45;
  content: "";
}

.bl_sectionContact {
  padding: 80px 20px 70px;
  background-color: #041f45;
  color: #fff;
}
.bl_sectionContact .bl_centerHeading {
  font-size: 48px;
  font-size: 2.4rem;
}
.bl_sectionContact .bl_centerHeading br {
  display: none;
}
.bl_sectionContact .bl_centerHeading span {
  display: block;
  font-size: 40px;
  font-size: 2rem;
}

.bl_formBody {
  max-width: 980px;
  margin: 30px auto 0;
  padding: 50px;
  background-color: #fff;
}

.bl_footer {
  padding: 10px 20px;
  text-align: center;
}

@media only screen and (max-width: 768px){
  .h-hide-pc {
    display: block !important;
  }
  .h-hide-sp {
    display: none !important;
  }
  body {
    font-size: 14px;
    font-size: 0.7rem;
  }
  a[href*="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
  .ly-header {
    padding-left: 10px;
  }
  .bl_siteLogo {
    flex: 1;
  }
  .bl_siteLogo img {
    display: block;
  }
  .bl_siteLogo img:first-child {
    width: 200px;
  }
  .bl_siteLogo img:last-child {
    width: 180px;
  }
  .bl_headerContact {
    font-size: 14px;
    font-size: 0.7rem;
  }
  .bl_pageNavi {
    padding: 30px 20px 30px;
  }
  .bl_pageNavi ul {
    gap: 15px 10px;
  }
  .bl_pageNavi ul li span {
    width: 162px;
    min-height: 0em;
  }
  .bl_pageNavi ul li a {
    padding-bottom: 25px;
  }
  .bl_pageNavi ul li:first-child a {
    font-size: 15px;
    font-size: 0.75rem;
  }
  .bl_sectionAbout {
    padding: 40px 20px;
  }
  .bl_centerHeading {
    font-size: 24px;
    font-size: 1.2rem;
  }
  .bl_badgeTxt {
    font-size: 18px;
    font-size: 0.9rem;
  }
  .bl_sectionAbout_txt {
    margin: 30px 0;
  }
  .bl_picture img {
    width: 48%;
  }
  .bl_sectionRecommendation {
    position: relative;
    padding: 50px 20px 40px;
  }
  .bl_sectionRecommendation .bl_centerHeading {
    margin-bottom: 335px;
    font-size: 30px;
    font-size: 1.5rem;
  }
  .bl_separateCardUnitWrapper {
    flex-direction: column;
  }
  .bl_separateCardUnit {
    flex-wrap: wrap;
    gap: 46px;
  }
  .bl_separateCardUnit:not(:first-child) {
    margin-top: 46px;
  }
  .bl_separateCardItem {
    width: 100%;
  }
  .bl_separateCardItem_ttl {
    font-size: 22px;
    font-size: 1.1rem;
  }
  .bl_separateCardItem_txt {
    font-size: 16px;
    font-size: 0.8rem;
  }
  .bl_worryImg {
    position: absolute;
    top: 155px;
    left: 50%;
    width: 333px;
    margin: 0;
    transform: translateX(-50%);
  }
  .bl_ctabox {
    padding: 40px 20px;
  }
  .bl_ctabox_txt01 {
    font-size: 20px;
    font-size: 1rem;
  }
  .bl_ctabox_txt01 span {
    font-size: 30px;
    font-size: 1.5rem;
  }
  .bl_ctabox_txt01::before, .bl_ctabox_txt01::after {
    height: 30px;
  }
  .bl_ctabox_btn {
    width: 100%;
    margin-top: 15px;
    padding: 18px 10px 18px;
    font-size: 22px;
    font-size: 1.1rem;
  }
  .bl_ctabox_txt02 {
    font-size: 22px;
    font-size: 1.1rem;
  }
  .bl_ctabox_tel {
    margin-bottom: 5px;
    font-size: 30px;
    font-size: 1.5rem;
  }
  .bl_ctabox_tel img {
    width: 24px;
    margin-right: 8px;
  }
  .bl_acMain {
    display: block;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 10px;
  }
  .bl_acMain_Body_icon {
    top: auto;
    bottom: 15px;
    width: 40px;
    transform: none;
  }
  .bl_acMain_Body_icon::after, .bl_acMain_Body_icon::before {
    height: 3px;
  }
  .bl_acMain_imgWrapper img {
    width: 100%;
    margin-bottom: 15px;
  }
  .bl_acMain_Body {
    padding-bottom: 25px;
  }
  .bl_acMain_Body_ttl {
    font-size: 20px;
    font-size: 1rem;
  }
  .bl_acMain_Body_ttl span {
    display: inline-block;
    font-size: 15px;
    font-size: 0.75rem;
  }
  .bl_acMain_Body_price > div {
    font-size: 28px;
    font-size: 1.4rem;
  }
  .bl_acMain_Body_price {
    font-size: 25px;
    font-size: 1.25rem;
  }
  .bl_acMain_Body_price dd span {
    font-size: 20px;
    font-size: 1rem;
  }
  .bl_acBody_inner {
    display: block;
    padding: 20px 0px;
  }
  .bl_acBody_heading {
    font-size: 22px;
    font-size: 1.1rem;
  }
  .bl_acBody_btn {
    width: 160px;
    height: 40px;
    font-size: 16px;
    font-size: 0.8rem;
  }
  .bl_sectionSheet {
    padding: 50px 20px 40px;
    background-image: none;
  }
  .bl_sectionSheet .bl_centerHeading {
    margin-bottom: 20px;
  }
  .bl_sectionQr {
    padding: 50px 20px 40px;
    background-position: 0 10px;
    background-size: 308px auto;
  }
  .bl_sectionQr .bl_centerHeading {
    margin-bottom: 35px;
  }
  .bl_qrTxt {
    margin: 18px 0 20px;
  }
  .bl_meritUnit {
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 24px;
    gap: 32px;
  }
  .bl_meritItem {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 25px;
  }
  .bl_meritItem dt {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 1rem;
  }
  .bl_meritItem dd {
    margin-right: 20px;
    margin-left: 40px;
    font-size: 16px;
    font-size: 0.8rem;
  }
  .bl_meritItem dd::after {
    top: 4px;
    left: -30px;
    width: 20px;
  }
  .bl_sectionBenefits {
    padding: 40px 20px 0;
    background-size: 720px auto;
  }
  .bl_sectionBenefits .bl_centerHeading {
    margin-bottom: 0px;
  }
  .bl_ribbonHeading {
    height: 64px;
    margin: 20px auto;
    font-size: 18px;
    font-size: 0.9rem;
  }
  .bl_ribbonHeading::after, .bl_ribbonHeading::before {
    height: 64px;
  }
  .bl_ribbonHeading::after {
    left: -20px;
  }
  .bl_ribbonHeading::before {
    right: -20px;
  }
  .bl_mediaItem_inner {
    display: block;
    padding: 30px 20px 20px;
  }
  .bl_mediaItem {
    padding: 30px 20px 20px;
  }
  .bl_mediaItem_heading {
    width: 150px;
    padding: 10px 12px;
    font-size: 16px;
    font-size: 0.8rem;
  }
  .bl_mediaUnit {
    margin-top: 20px;
  }
  .bl_mediaImageWrapper {
    margin-top: 10px;
  }
  .bl_mediaImageWrapper img {
    width: 100%;
  }
  .bl_mediaHeading01 {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 1rem;
  }
  .bl_mediaHeading02 {
    font-size: 18px;
    font-size: 0.9rem;
  }
  .bl_mediaSmall {
    font-size: 14px;
    font-size: 0.7rem;
  }
  .bl_longHeading {
    margin: 30px 0 24px;
    font-size: 20px;
    font-size: 1rem;
  }
  .benefitsListWrapper {
    padding-bottom: 40px;
  }
  .benefitsListWrapper .bl_small {
    margin-top: 24px;
  }
  .benefitsListWrapperInner {
    overflow: auto;
  }
  .bl_table01 {
    min-width: 600px;
  }
  .bl_table01 thead th:nth-child(2) {
    width: 20%;
  }
  .bl_table01 tbody {
    font-size: 12px;
    font-size: 0.6rem;
  }
  .bl_smallList {
    padding: 20px 20px;
  }
  .bl_smallList small {
    font-size: 14px;
    font-size: 0.7rem;
  }
  .bl_sectionBottom {
    padding-top: 35px;
    padding-bottom: 45px;
  }
  .bl_sectionDate {
    padding-bottom: 60px;
  }
  .bl_schedule img {
    margin-top: 30px;
  }
  .bl_sectionEvent {
    margin-top: 20px;
    padding: 20px;
    border: 2px solid #968202;
    outline: 2px solid #041f45;
  }
  .bl_dotList {
    margin-top: 15px;
    font-size: 14px;
    font-size: 0.7rem;
  }
  .bl_sectionContact {
    padding: 40px 20px 30px;
  }
  .bl_sectionContact .bl_centerHeading br {
    display: block;
  }
  .bl_sectionContact .bl_centerHeading {
    font-size: 24px;
    font-size: 1.2rem;
  }
  .bl_sectionContact .bl_centerHeading span {
    font-size: 20px;
    font-size: 1rem;
  }
  .bl_formBody {
    padding: 20px;
  }
}

@media screen{
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}