@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
  -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 {
  -webkit-box-sizing: inherit;
          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-pc {
  display: none;
}
.h-mb0 {
  margin-bottom: 0 !important;
}

.h-text-center {
  text-align: center;
}

.h-oh {
  overflow: hidden;
}

.h-position-relative {
  position: relative;
}

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

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

html {
  color: #222;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noto Sans JP", "Noto Sans", "Gothic A1", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
a {
  -webkit-transition: all 0.3s;
  color: inherit;
  transition: all 0.3s;
}
a:hover {
  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: 500;
}
.bl_logoWrapper a .bl_logoTxt {
  font-size: 24px;
}
html body.home {
  padding-top: 69px;
}
.svg-iconlist {
  display: none;
}

.bl_2clumnBody {
  display: grid;
  grid-template-columns: 280px auto;
}

.bl_2clumn_body {
  padding: 10px var(--wp--preset--spacing--30) 60px;
}

.home .bl_2clumn_body {
  background-color: #f8f7f6;
}

.bl_2clumn_body_inner {
  max-width: var(--wp--style--global--content-size);
  margin-left: 30px;
}

.bl_2clumn_side {
  position: relative;
}

.bl_2clumn_side_inner {
  position: sticky;
  top: 70px;
  left: 0;
  width: 100%;
  padding: 0px 20px 20px;
}

.bl_menuClose {
  position: absolute;
  top: 29px;
  right: 29px;
  aspect-ratio: 1;
  width: 22px;
}

.bl_sideList img,
.bl_sideList svg {
  display: block;
}
.bl_sideList svg {
  fill: currentColor;
}
.bl_sideList a {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  padding: 16px 20px;
  gap: 10px;
  color: #555;
}
.bl_sideList li.is-active {
  background-color: #eee;
}

.bl_2clumn_side_section {
  padding-top: 20px;
  padding-bottom: 20px;
}
.bl_2clumn_side_section:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.bl_headerLink {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  padding: 5.5px 15.5px;
  gap: 4px;
  border: 1px solid #ccc !important;
  border-radius: 4px;
  color: #1066a3;
  font-weight: bold;
  font-size: 13px;
}

.bl_mainHeader.bl_mainHeader__login {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  gap: 24px;
}
.bl_mainHeader.bl_mainHeader__login .bl_logo {
  width: 134px;
}

.bl_searchWrapper .bl_arrowBottomBtn {
  display: none;
  position: relative;
  border-radius: 4px;
}
.bl_searchWrapper__fixed {
  display: none;
}

.bl_searchform {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
  margin-left: auto;
  font-size: 0.875rem;
}
.bl_searchform [type=text] {
  width: 400px;
  max-width: 100%;
  padding: 8.5px 24px;
  border: 1px solid #ccc;
  border-radius: 25px;
  background-color: #fff;
}
.bl_searchform #searchsubmit {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 24px;
  aspect-ratio: 1;
  width: 28px;
          transform: translateY(-50%);
  background-image: url("./img/icon/icon_search.svg");
  background-size: contain;
  text-indent: -9999px;
}

.bl_rightIconbox {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
  margin-bottom: 20px;
  padding: 33px 200px 40px 40px;
  border-radius: 16px;
  background-image: url("./img/pc_neko.svg");
  background-position: right 40px bottom 0;
  background-color: #fff;
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
}

.bl_rightIconbox_lead {
  margin-bottom: 0px;
  color: #555;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.4;
}
.bl_rightIconbox_lead strong {
  color: var(--wp--preset--color--luminous-vivid-orange);
  font-weight: bold;
}

.bl_rightIconbox_txt01 {
  margin-bottom: 8px;
}
.bl_rightIconbox_txt01 a {
  color: #0234ab;
  text-decoration: underline;
}

.bl_rightIconbox_txt02 {
  color: #555;
  font-size: 0.875rem;
}
.bl_rightIconbox_txt02::before {
  content: "※";
}

.bl_layout01 {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
  display: block;
  margin-bottom: 20px;
  padding: 14px 20px 20px;
  border-radius: 16px;
  background-color: #fff;
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
}
.bl_layout01__min {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.bl_layout01__02 {
  position: relative;
  min-width: 500px;
  padding-top: 28px;
}
.bl_layout01__02 .bl_heading01 {
  margin-bottom: 18px;
}
.bl_layout01__slide {
  width: calc(100dvw - 342px);
  padding-right: 0;
  border-radius: 16px 0 0 16px;
}

a.bl_layout01 {
  padding: 11px 17px 17px;
  border: 3px solid #fff;
}
a.bl_layout01:hover {
  border-color: #f7821b;
  background-color: #fff3e1;
  opacity: 1;
}

.bl_layout02:not(:last-child) {
  margin-bottom: 40px;
}

.bl_heading01 {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  margin-bottom: 10px;
  color: #555;
  font-weight: bold;
  font-size: 1.375rem;
}
.bl_heading01 .bl_badge {
  margin-right: 4px;
  font-size: 0.875rem;
  vertical-align: middle;
}

.bl_heading02 {
  margin-bottom: 10px;
  color: #555;
  font-weight: bold;
  font-size: 1.25rem;
}

.bl_heading03 {
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5;
}

.bl_heading04 {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 2rem;
}

.bl_heading05 {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 1.5rem;
}

.bl_heading06 {
  margin-bottom: 40px;
  padding: 7px 16px;
  background-color: #f2f2f4;
  color: #515163;
  font-weight: bold;
  font-size: 1.25rem;
}

.bl_txt01 {
  line-height: 1.75;
}

.bl_badge {
  display: inline-block;
  padding: 1.5px 8px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 0.75rem;
}
.bl_badge__new {
  background-color: #ffc415;
  color: #ec4949;
}
.bl_badge__orders {
  background-color: #ec4949;
}
.bl_badge__free {
  background-color: #12abb1;
}
.bl_badge__full {
  background-color: #17d5ff;
  color: #23221e;
}

.bl_media01 {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  gap: 20px;
}

.bl_media01_imgWrapper {
  aspect-ratio: 1280/720;
  width: 46.2%;
  overflow: hidden;
}
.bl_media01_imgWrapper img {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
     object-fit: cover;
  border-radius: 4px;
}

.bl_media01_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_media01_body_badges {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  gap: 4px;
}

.bl_media01_body_heading {
  margin-bottom: 5px;
  font-size: 1.25rem;
  line-height: 1.4;
}

.bl_media01_body_time {
  margin-bottom: 10px;
  font-size: 1.125rem;
}

.bl_btn {
  display: inline-block;
  padding: 9.5px 20px;
  border-radius: 4px;
  background-color: var(--wp--preset--color--orangedark);
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
  text-align: center;
}
.bl_btn__border {
  border: 1px solid #ccc;
  background-color: #fff;
  color: #1066a3;
}
.bl_btn__white {
  background-color: #fff;
  color: #1066a3;
}
.bl_card01Unit {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  gap: 24px;
}

.bl_card01Item {
  width: 320px;
}

.bl_card01Item_imgWrapper {
  aspect-ratio: 1280/720;
  margin-bottom: 8px;
  overflow: hidden;
}
.bl_card01Item_imgWrapper img {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
     object-fit: cover;
  border-radius: 4px;
}

.bl_card01Item_type {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 0.75rem;
}
.bl_card01Item_type img {
  margin: 0 4px 0 6px;
  vertical-align: middle;
}

.bl_card01Item_time {
  display: block;
  margin-bottom: 1px;
  color: #ec4949;
  font-size: 0.875rem;
}

.bl_card01Item_badges {
  display: none;
}
.bl_card02Item {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.04);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex-direction: column;
  width: 258px;
  margin-bottom: 4px;
  border-radius: 6px;
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.04);
}

.bl_card02Item_imgWrapper {
  position: relative;
  aspect-ratio: 1280/720;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}
.bl_card02Item_imgWrapper img {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  width: 258px;
  height: 100%;
     object-fit: cover;
}

.bl_card02Item_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px;
}

.bl_card02Item_body_title {
  min-height: 3em;
  margin-bottom: 8px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.bl_card02Item_body_time {
  color: #555;
  font-weight: 500;
  font-size: 0.75rem;
  font-family: "Montserrat", sans-serif;
}

.bl_cardBadge {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
          align-items: center;
          justify-content: center;
  width: 96px;
  padding: 1px 0;
  gap: 4px;
  border-radius: 4px;
  background-color: #fff;
  font-weight: bold;
  font-size: 0.75rem;
  text-align: center;
}
.bl_cardBadge img {
  width: 16px;
}

.splide__arrows .splide__arrow {
  display: none;
  width: 70px;
  height: 70px;
  background: #f7821b;
  opacity: 1;
}

.bl_layout01__slide:hover .splide__arrows .splide__arrow {
  display: block;
}

.splide__arrows .splide__arrow:disabled {
  display: none !important;
}

.splide__arrows .splide__arrow--next {
  right: 0px;
  border-radius: 50% 0 0 50%;
}

.splide__arrows .splide__arrow--prev {
  left: -20px;
  border-radius: 0% 50% 50% 0;
}

.splide__arrows .splide__arrow svg {
  fill: #fff;
}

.bl_cardBadge02 {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
          align-items: center;
          justify-content: center;
  width: 64px;
  padding: 1px 0;
  border-radius: 4px;
  background-color: #17d5ff;
  font-weight: bold;
  font-size: 0.75rem;
  text-align: center;
}

.bl_cardBadge03 {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
          align-items: center;
          justify-content: center;
  width: auto;
  padding: 1px 6px;
  gap: 4px;
  border-radius: 4px;
  background-color: #b7a87d;
  color: #fff;
  font-weight: bold;
  font-size: 0.75rem;
  text-align: center;
}

.bl_card02AllLink {
  position: absolute;
  top: 34px;
  right: 35px;
}
.bl_card02AllLink::after {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  aspect-ratio: 1;
  width: 8px;
  margin-left: 15px;
          transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  vertical-align: middle;
}

.bl_stepUnit {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  margin-top: 10px;
}

.bl_stepItem {
  position: relative;
  width: 28.9%;
  padding: 40px 20px;
  border: 1px solid #ccc;
  text-align: center;
}
.bl_stepItem:not(:last-child)::after {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  right: -18%;
  aspect-ratio: 1;
  width: 13.6%;
          transform: translateY(-50%);
  background-image: url("./img/icon/arrow_forward.svg");
  background-size: contain;
  content: "";
}
.bl_stepItem .bl_btn {
  width: 200px;
  max-width: 100%;
  margin-top: 30px;
  padding-top: 13.5px;
  padding-bottom: 13.5px;
}

.bl_stepItem_imgWrapper img {
  display: block;
  margin: 0 auto 30px;
}

.bl_stepItem_step {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 12px;
  margin-left: auto;
  padding: 4.5px 16.5px;
  border-radius: 15px;
  background-color: #efe9de;
  font-weight: normal;
  font-size: 0.875rem;
}

.bl_stepItem_heading {
  font-weight: bold;
}

.bl_stepItem_txt {
  margin-top: 12px;
  font-size: 0.875rem;
  line-height: 1.75;
  text-align: left;
}

.bl_faqList {
  font-size: 0.875rem;
}
.bl_faqList > div {
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 20px;
  border-top: 1px solid #ccc;
}
.bl_faqList > div:last-child {
  border-bottom: 1px solid #ccc;
}
.bl_faqList > div > dt,
.bl_faqList > div > dd {
  position: relative;
  padding-right: 45px;
  padding-left: 40px;
  line-height: 1.5;
}
.bl_faqList > div > dt::before,
.bl_faqList > div > dd::before {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
          align-items: center;
          justify-content: center;
  aspect-ratio: 1;
  width: 24px;
  border-radius: 50%;
  color: #fff;
}
.bl_faqList > div > dt {
  font-weight: bold;
  cursor: pointer;
}
.bl_faqList > div > dt span {
  -webkit-transform: translate(0, -50%);
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  aspect-ratio: 1;
  width: 20px;
          transform: translate(0, -50%);
}
.bl_faqList > div > dt span::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.bl_faqList > div > dt span::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.bl_faqList > div > dt span::after, .bl_faqList > div > dt span::before {
  -webkit-transition: all 0.3s;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background-color: #0234ab;
  content: "";
  transition: all 0.3s;
}
.bl_faqList > div > dt::before {
  background-color: #12abb1;
  content: "Q";
}
.bl_faqList > div > dt.is-active span::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.bl_faqList > div > dt.is-active + dd {
  display: block;
}
.bl_faqList > div > dd {
  display: none;
  margin-top: 15px;
}
.bl_faqList > div > dd *:last-child {
  margin-bottom: 0;
}
.bl_faqList > div > dd a {
  color: #0234ab;
  text-decoration: underline;
}
.bl_faqList > div > dd p {
  margin-bottom: 25px;
}
.bl_faqList > div > dd::before {
  background-color: #f7821b;
  content: "A";
}

.bl_dlList01 > div:not(:last-child) {
  margin-bottom: 20px;
}

.bl_halfUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.bl_halfItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  border-radius: 16px;
  background-color: #fff;
}
.bl_halfItem .bl_btn {
  display: block;
  width: 200px;
  margin: 10px auto 0;
  padding-top: 13.75px;
  padding-bottom: 13.75px;
}

.bl_halfItem_txt {
  font-size: 0.8125rem;
}

.bl_bottomPageHeader {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          align-items: center;
          justify-content: space-between;
  margin-bottom: 40px;
  gap: 10px 50px;
}

#bl_breadcrumbs {
  overflow: hidden; /* 溢れた部分を隠す */
  color: #555;
  font-size: 0.875rem;
  text-overflow: ellipsis;
  white-space: nowrap; /* 横幅のMAXに達しても改行しない */
}
#bl_breadcrumbs a {
  color: #0234ab;
}
#bl_breadcrumbs > span > span {
  display: inline-block;
}
#bl_breadcrumbs > span > span:not(:last-child) {
  padding-right: 16px;
  background-image: url("./img/icon/arrow_forward_2.svg");
  background-position: right center;
}

.bl_card03Unit {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin-bottom: 80px;
  gap: 20px;
}

.bl_card03Item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  width: 320px;
}

.bl_card03Item_imgWrapper {
  position: relative;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
.bl_card03Item_imgWrapper > img {
  display: block;
  width: 100%;
}

.bl_card03Item_bottom {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px;
  border-right: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
  border-radius: 0 0 4px 4px;
}

.bl_card03Item_name {
  margin-bottom: 8px;
}

.bl_card03Item_time {
  color: #666;
  font-size: 0.75rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1.2px;
}

.bl_instructorUnit {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
  margin-bottom: 80px;
  gap: 40px 0;
}

.bl_instructorItem {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 120px auto;
  width: 48.2%;
  gap: 7px 24px;
}
.bl_instructorItem__single {
  width: 100%;
  margin-bottom: 80px;
}

.bl_instructorItem_description {
  grid-row: 2/3;
  grid-column: 2/3;
  font-weight: normal;
  font-size: 0.875rem;
}

.bl_instructorItem_imgWrapper {
  grid-row: 1/3;
}
.bl_instructorItem_imgWrapper img {
  width: 120px;
}

.bl_instructorItem_name {
  margin-bottom: 4px;
  color: #222;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.2;
}

.bl_instructorItem_address {
  margin-bottom: 3px;
  color: #666;
}

.bl_instructorItem_movie a {
  color: #1066a3;
  font-size: 0.8125rem;
  text-decoration: underline;
}
.bl_singleWrapper {
  max-width: 920px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: #fff;
}
.bl_singleWrapper #bl_breadcrumbs {
  margin-bottom: 5px;
}
.bl_singleWrapper__event {
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}
.bl_singleWrapper__form {
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  max-width: 600px;
  margin-top: 40px;
  margin-bottom: 40px;
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
}

.bl_singleWrapper_inner {
  padding: 0 40px;
}

body.single {
  background-color: #f8f7f6;
}
body.single-lecturer {
  background-color: #fff;
}

.bl_moviebox {
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}
.bl_moviebox iframe {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.bl_moviebox.bl_movie_youtube iframe {
  aspect-ratio: 840/472;
}
.bl_moviebox.bl_movie_vimeo iframe {
  aspect-ratio: 840/480;
}

.bl_cta {
  padding: 22px 24px 20px;
  background-color: #12abb1;
  color: #fff;
  text-align: center;
}

.bl_cta_heading {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 1.5rem;
}

.bl_cta_txt {
  margin-bottom: 12px;
}
.bl_cta_txt strong {
  text-decoration: underline;
}

.bl_cta_btns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: center;
  margin-bottom: 16px;
  gap: 8px;
}
.bl_cta_btns .bl_btn {
  width: 200px;
  min-width: 150px;
}

.bl_small {
  display: block;
  font-size: 0.875rem;
}

.bl_status {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 4px;
  font-weight: bold;
  font-size: 0.75rem;
}
.bl_status__youtube {
  padding: 1px 8px;
}
.bl_status__full {
  padding: 1px 8px;
  border-radius: 4px;
  background-color: #17d5ff;
}

.bl_singleHeader_cat {
  margin-top: 40px;
  margin-bottom: 4px;
  color: #12abb1;
  font-weight: bold;
  font-size: 0.875rem;
}

.bl_singleHeading {
  font-weight: bold;
  font-size: 1.5rem;
}

.bl_movieStatus {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  gap: 0 16px;
}

.bl_singleTime {
  color: #666;
  font-size: 0.875rem;
}

.bl_blogBody {
  margin-top: 16px;
  margin-bottom: 40px;
}
.bl_blogBody p {
  margin-bottom: 30px;
}
.bl_blogBody ul {
  margin-bottom: 30px;
}
.bl_blogBody ul li {
  position: relative;
  padding: 3px 0 3px 22px;
}
.bl_blogBody ul li::after {
  display: block;
  position: absolute;
  top: 3px;
  left: 0px;
  content: "✅";
}

.bl_lecturer .bl_instructorItem {
  margin-bottom: 40px;
}

.bl_lecturer_inner {
  padding: 0 24px;
}

.bl_otherVideos {
  margin-top: 40px;
}

.bl_otherVideos_heading {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.375rem;
}

.bl_otherUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 13px;
  gap: 2.4%;
}

.bl_otherItem {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  width: 31.73%;
}

.bl_otherItem_imgWrapper {
  aspect-ratio: 258/145;
  overflow: hidden;
}
.bl_otherItem_imgWrapper img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px 6px 0 0;
}

.bl_otherItem_body {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px;
  border-radius: 0 0 6px 6px;
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}

.bl_otherItem_heading {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bl_otherItem_time {
  color: #666;
  font-size: 0.75rem;
}

.bl_eyeCatch img {
  display: block;
  width: 100%;
  border-radius: 4px;
}

.bl_form_btnWrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin: 40px 0;
}
.bl_form_btnWrapper .bl_btn {
  padding: 13.5px 32px;
  border-radius: 8px;
}

.bl_single_tags {
  margin-bottom: 16px;
}

.bl_message {
  display: block;
  margin-top: 16px;
  color: #db3939;
  font-weight: bold;
  font-size: 16px;
}

.bl_formWrapper {
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  max-width: 600px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #fff;
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
}

.bl_formContent {
  display: block;
  padding: 40px 40px 30px;
  font-size: 14px;
}
.bl_formContent [type=email],
.bl_formContent [type=text],
.bl_formContent .smf-select-control,
.bl_formContent textarea {
  width: 100%;
  margin-bottom: 12px;
  font-size: 16px;
}
.bl_formContent textarea {
  height: 80px;
}
.bl_formContent select {
  width: 100%;
}
.bl_formContent [type=email],
.bl_formContent [type=text],
.bl_formContent select,
.bl_formContent textarea {
  padding: 11px;
}
.bl_formContent .smf-item {
  margin-bottom: 40px;
}
.bl_formContent .smf-item:first-child .smf-item__label__text:after {
  display: none !important;
}
.bl_formContent .smf-item p {
  color: #666;
}
.bl_formContent .smf-item:has([data-validations*=required]) .smf-item__label__text:after {
  display: inline-block;
  margin-top: -5px;
  margin-left: 4px;
  padding: 1px 7px;
  border: 1px solid currentColor;
  content: "必須";
  color: #e01e5a;
  font-size: 10px;
  vertical-align: middle;
}
.bl_formContent .smf-item__label {
  margin-bottom: 14px;
}
.bl_formContent .smf-item__description {
  margin-bottom: 8px;
  color: #454545;
}
.bl_formContent .smf-checkboxes-control .smf-label .smf-checkbox-control__label {
  font-weight: normal;
}
.bl_formContent .smf-checkboxes-control .smf-label:not(:last-child) {
  margin-bottom: 12px;
}
.bl_formContent .wp-block-group:has([name="policy[]"]) {
  margin-bottom: 40px;
}
.bl_formContent .wp-block-group:has([name="policy[]"]),
.bl_formContent .wp-block-group:has([name="service[]"]) {
  gap: 0 8px !important;
}
.bl_formContent .wp-block-group:has([name="policy[]"]) .smf-checkbox-control__label,
.bl_formContent .wp-block-group:has([name="service[]"]) .smf-checkbox-control__label {
  display: none;
}
.bl_formContent .wp-block-group:has([name="policy[]"]) a,
.bl_formContent .wp-block-group:has([name="service[]"]) a {
  color: #0234ab;
}
.bl_formContent [type=submit] {
  width: 288px;
  height: 48px;
  border-radius: 8px;
  background-image: none;
  background-color: #e65a16;
  color: #fff;
}
.bl_formContent .smf-action {
  text-align: center;
}
.bl_formContent [name=event_name],
.bl_formContent [name=event_time] {
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 0;
  border: none;
  background-color: transparent;
          box-shadow: none;
  font-size: 14px;
  pointer-events: none;
  resize: none;
}
.bl_formContent [name=event_name] {
  height: 3em;
}

.bl_formEyeCatch img {
  width: 100%;
  border-radius: 4px;
}

.bl_formWrapper:has([data-screen=confirm]) [data-action=back] {
  display: none;
}
.bl_formWrapper:has([data-screen=confirm]) .smf-item:last-child {
  display: none;
}
.bl_formWrapper:has([data-screen=confirm]) .smf-item .smf-item__label__text::after {
  display: none !important;
}
.bl_formWrapper:has([data-screen=confirm]) .bl_formEyeCatch {
  display: none;
}
.bl_formWrapper:has([data-screen=confirm]) .smf-item__description,
.bl_formWrapper:has([data-screen=confirm]) .smf-item__controls p {
  display: none;
}

.bl_formWrapper:has([data-screen=complete]) {
  text-align: center;
}
.bl_formWrapper:has([data-screen=complete]) .bl_formEyeCatch {
  display: none;
}
.bl_formWrapper:has([data-screen=complete]) .wp-element-button {
  width: 288px;
  height: 48px;
  margin-top: 40px;
  border-radius: 8px;
  background-image: none;
  background-color: #e65a16;
  color: #fff;
}
.bl_formWrapper:has([data-screen=complete]) .wp-block-image.aligncenter {
  margin: 0 auto 14px;
}

@media only screen and (max-width: 1200px){
  .bl_logoWrapper a .bl_logoTxt {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1000px){
  .bl_stepUnit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .bl_stepItem {
    width: 100%;
    padding: 20px;
    text-align: left;
  }
  .bl_stepItem .bl_btn {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 9.5px;
    padding-bottom: 9.5px;
  }
  .bl_stepItem:not(:last-child)::after {
    -webkit-transform: translate(50%, 0) rotate(90deg);
    top: auto;
    right: 50%;
    bottom: -42px;
    width: 40px;
            transform: translate(50%, 0) rotate(90deg);
  }
  .bl_stepItem_imgWrapper {
    position: absolute;
    top: 20px;
    right: 58px;
  }
  .bl_stepItem_step {
    margin-left: 0;
    padding: 2.5px 16.5px;
  }
  .bl_instructorItem {
    width: 100%;
  }
}

@media only screen and (max-width: 890px){
  .bl_mainHeader#header .bl_mainHeader_list .bl_downLoadBtn {
    width: 225px;
  }
  .bl_logoWrapper a .bl_logo {
    margin-right: 0px;
  }
  .bl_mainHeader#header li {
    margin-left: 2%;
  }
}

@media only screen and (max-width: 768px){
  .h-hide-sp {
    display: none !important;
  }
  .h-hide-pc {
    display: block !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
  .bl_mainHeader#header .bl_mainHeader_list .bl_downLoadBtn {
    width: 327px;
  }
  html body.home {
    padding-top: 58px;
  }
  .bl_2clumnBody {
    display: block;
  }
  .bl_2clumn_body {
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
  }
  .bl_2clumn_body_inner {
    margin-left: 0;
  }
  .bl_2clumn_side {
    -webkit-transition: all 0.3s;
    z-index: 104;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #23221e;
    transition: all 0.3s;
  }
  .bl_2clumn_side .bl_sideList a {
    color: #fff;
  }
  .bl_2clumn_side_inner {
    padding-top: 20px;
  }
  .is-catMenu {
    overflow: hidden;
  }
  .is-catMenu .bl_2clumn_side {
    left: 0%;
  }
  .bl_menuClose {
    display: block;
    z-index: 1;
  }
  .bl_menuClose::after, .bl_menuClose::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110%;
    height: 1px;
    background-color: #fff;
    content: "";
  }
  .bl_menuClose::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .bl_menuClose::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .bl_sideList li.is-active {
    background-color: transparent;
  }
  .bl_2clumn_side_section:not(:last-child) {
    border-color: #555;
  }
  .bl_headerLink {
    padding: 5px 12px;
    font-size: 11px;
  }
  .bl_headerLink img {
    width: 16px;
    margin-right: 0;
  }
  .bl_mainHeader.bl_mainHeader__login {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    gap: 12px;
  }
  .bl_mainHeader.bl_mainHeader__login .bl_logo {
    width: 100px;
  }
  .bl_searchWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    gap: 4px;
  }
  .bl_searchWrapper .bl_arrowBottomBtn {
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: center;
    width: 97px;
    height: 40px;
    border: solid 1px #ccc;
    background-color: #fff;
    color: #0234ab;
    font-size: 0.75rem;
  }
  .bl_searchWrapper .bl_arrowBottomBtn::after {
    -webkit-transform: rotate(45deg);
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 4px;
            transform: rotate(45deg);
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    content: "";
    vertical-align: middle;
  }
  .bl_searchWrapper__fixed {
    -webkit-transition: all 0.3s;
    -webkit-transform: translateY(-100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 101;
    position: fixed;
    top: 58px;
    left: 0;
    width: 100%;
    padding-top: 10px;
            transform: translateY(-100vw);
    background-color: #fff;
    transition: all 0.3s;
  }
  .bl_searchWrapper__fixed.is-active {
    -webkit-transform: translateY(0vw);
            transform: translateY(0vw);
  }
  .bl_searchform {
    margin-left: 0;
  }
  .bl_searchform [type=text] {
    width: calc(100dvw - 140px);
  }
  .bl_searchform #searchsubmit {
    right: 10px;
  }
  .bl_rightIconbox {
    margin-bottom: 15px;
    padding: 18px 15px;
    border-radius: 0px;
    background-position: right 15px bottom 0;
    background-size: 80px 68px;
  }
  .bl_rightIconbox_lead {
    margin-bottom: 5px;
    font-size: 1.125rem;
  }
  .bl_rightIconbox_txt01 {
    margin-bottom: 5px;
    font-size: 0.8125rem;
  }
  .bl_rightIconbox_txt02 {
    padding-right: 90px;
    font-size: 0.625rem;
  }
  .bl_layout01 {
    padding: 15px;
    border-radius: 0px;
  }
  .bl_layout01__slide {
    width: 100%;
    padding-right: 0;
  }
  .bl_layout01__min {
    width: 100%;
  }
  .bl_layout01__02 {
    min-width: 0px;
  }
  .bl_layout01__02 .bl_heading01 {
    margin-bottom: 10px;
  }
  a.bl_layout01:hover {
    border-color: #fff;
    background-color: #fff;
  }
  .bl_heading01 {
    font-size: 1.125rem;
  }
  .bl_heading02 {
    font-size: 1.125rem;
  }
  .bl_heading03 {
    font-size: 1rem;
  }
  .bl_heading04 {
    margin-bottom: 24px;
    font-size: 1.25rem;
  }
  .bl_heading05 {
    margin-bottom: 24px;
    font-size: 1.25rem;
  }
  .bl_heading06 {
    margin-bottom: 40px;
    padding: 7.5px 16px;
    font-size: 1.125rem;
  }
  .bl_txt01 {
    font-size: 0.9375rem;
  }
  .bl_media01 {
    display: block;
  }
  .bl_media01_imgWrapper {
    width: 100%;
    margin-bottom: 10px;
  }
  .bl_media01_body_badges,
  .bl_media01_body_heading,
  .bl_media01_body_time {
    display: none;
  }
  .bl_btn {
    min-width: 240px;
  }
  .bl_btn span {
    display: none;
  }
  .bl_media01_btnWrapper {
    text-align: center;
  }
  .bl_card01Unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .bl_card01Item {
    width: 100%;
  }
  .bl_card01Item_info {
    font-size: 0.875rem;
  }
  .bl_card01Item_badges {
    display: block;
    margin-bottom: 0px;
  }
  .bl_card01Item_body {
    padding-right: 23px;
    padding-left: 23px;
  }
  .bl_card02Item {
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
    width: 240px;
    border-radius: 4px;
            box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  }
  .bl_card02Item_imgWrapper {
    border-radius: 4px 4px 0 0;
  }
  .bl_card02Item_imgWrapper img {
    width: 240px;
  }
  .bl_card02Item_body {
    border-radius: 0 0 4px 4px;
  }
  .bl_cardBadge img {
    width: 16px;
  }
  .bl_layout01__slide:hover .splide__arrows .splide__arrow {
    display: none;
  }
  .bl_card02AllLink {
    display: none;
  }
  .bl_faqList > div {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }
  .bl_faqList > div > dt span::after, .bl_faqList > div > dt span::before {
    background-color: #555;
  }
  .bl_faqList > div > dt span {
    right: 10px;
  }
  .bl_halfUnit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 15px;
    padding-left: 15px;
  }
  .bl_halfItem {
    padding: 15px;
  }
  .bl_halfItem .bl_heading02 {
    font-size: 1rem;
  }
  .bl_contentWrapper {
    padding-right: 24px;
    padding-left: 24px;
  }
  .bl_bottomPageHeader {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            flex-direction: column-reverse;
            align-items: flex-start;
    margin-top: -10px;
    margin-bottom: 24px;
    gap: 5px 50px;
  }
  .bl_bottomPageHeader .bl_searchWrapper {
    width: 100%;
    padding-top: 10px;
    background-color: #f8f7f6;
  }
  #bl_breadcrumbs {
    padding-left: 8px;
    font-size: 0.625rem;
  }
  #bl_breadcrumbs > span > span:not(:last-child) {
    padding-right: 12px;
    background-size: 10px auto;
  }
  .bl_card03Unit {
    gap: 24px;
  }
  .bl_card03Item {
    width: 100%;
  }
  .bl_card03Item_name {
    font-size: 0.875rem;
  }
  .bl_instructorUnit {
    gap: 24px 0;
  }
  .bl_instructorItem {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7px 12px;
  }
  .bl_instructorItem_description {
    grid-column: 1/3;
    font-size: 0.75rem;
  }
  .bl_instructorItem_imgWrapper {
    grid-row: 1/2;
  }
  .bl_instructorItem_name {
    margin-bottom: 2px;
    font-size: 1rem;
  }
  .bl_instructorItem_address {
    margin-bottom: 0px;
    font-size: 0.75rem;
  }
  .bl_singleWrapper {
    padding-top: 5px;
    padding-bottom: 20px;
  }
  .bl_singleWrapper__event {
    padding-right: 0px;
    padding-left: 0px;
  }
  .bl_singleWrapper_inner {
    padding: 0 0px;
  }
  .bl_singleWrapper_inner__02 {
    padding: 0 24px;
  }
  .bl_moviebox {
    margin-bottom: 0;
    border-radius: 0;
  }
  .bl_cta {
    padding: 20px 12px 20px;
  }
  .bl_cta_heading {
    font-size: 1.25rem;
  }
  .bl_cta_btns {
    margin-bottom: 12px;
  }
  .bl_cta_btns .bl_btn {
    width: 150px;
  }
  .bl_small {
    font-size: 0.75rem;
  }
  .bl_singleHeader_cat {
    margin-top: 20px;
    font-size: 1rem;
  }
  .bl_singleHeading {
    margin-bottom: 15px;
    font-size: 1.25rem;
  }
  .bl_blogBody {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .bl_lecturer {
    padding: 0 0px;
  }
  .bl_lecturer .bl_instructorItem {
    display: block;
  }
  .bl_lecturer .bl_instructorItem:last-child {
    margin-bottom: 20px;
  }
  .bl_lecturer .bl_instructorItem .bl_instructorItem_imgWrapper {
    margin-bottom: 10px;
  }
  .bl_lecturer .bl_instructorItem .bl_instructorItem_name {
    margin-bottom: 5px;
  }
  .bl_lecturer .bl_instructorItem .bl_instructorItem_address {
    margin-bottom: 10px;
  }
  .bl_lecturer_inner {
    padding: 0 30px;
  }
  .bl_otherVideos {
    margin-top: 40px;
    padding-top: 0px;
    padding-left: 15px;
  }
  .bl_otherVideos_heading {
    font-size: 1.125rem;
  }
  .bl_otherUnit {
    padding: 0 0 2px;
    overflow: auto;
  }
  .bl_otherItem {
    width: 240px;
  }
  .bl_otherItem_imgWrapper img {
    width: 240px;
  }
  .bl_otherItem_heading {
    font-size: 0.875rem;
  }
  .bl_eyeCatch {
    margin-bottom: 54px;
  }
  .bl_message {
    margin-top: 0px;
    font-size: 14px;
  }
  .bl_formWrapper {
    margin-top: 0;
  }
  .bl_formContent .smf-item {
    margin-bottom: 30px;
  }
  .bl_formContent .wp-block-group:has([name="policy[]"]) {
    margin-bottom: 20px;
  }
  .bl_formContent {
    padding: 40px 24px 30px;
  }
}

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

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