@charset "UTF-8";
/*===================================
 *※※※※※※※※※※※※※※※※※※※※※
 *このファイルはSassで管理されているので
 *cssを直接編集しないでください。
 *※※※※※※※※※※※※※※※※※※※※※
 *===================================*/
body {
  margin: 0;
}

h1 {
  margin: 0 !important;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

li {
  list-style: none;
}

* {
  line-height: 1.5;
  outline: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}

html {
  scroll-behavior: smooth;
}

body {
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #222;
  position: relative;
  background-color: #F8F8F8;
}

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

h3 {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
  }
}

.bl_section {
  position: relative;
}
@media screen and (min-width: 768px) {
  .bl_section {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

.el_section_head {
  width: 100%;
  max-width: 230px;
  display: block;
  margin: 0 auto 30px;
}
@media screen and (min-width: 992px) {
  .el_section_head {
    max-width: 325px;
  }
}

.un_border_section {
  padding: 50px 15px 30px;
  border: 4px solid #222;
  border-radius: 5px;
  background-color: white;
  position: relative;
}
@media screen and (min-width: 768px) {
  .un_border_section {
    padding: 50px 30px 40px;
  }
}
@media screen and (min-width: 992px) {
  .un_border_section {
    padding: 70px 30px 50px;
  }
}
.un_border_section .el_section_head {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.un_page_top {
  position: fixed;
  opacity: 0;
  right: 1rem;
  bottom: 120px;
  z-index: 100;
  transition: all 0.3s;
}
.un_page_top.is_scroll {
  opacity: 1;
}
.un_page_top a {
  text-align: center;
  width: 60px;
  color: #222;
  display: block;
  background-color: rgba(34, 34, 34, 0.7);
  border-radius: 5px;
}
.un_page_top a img {
  transition: all 0.3s;
}

.un_note {
  font-size: 14px;
}

.un_fixed_pageBottom {
  width: 100%;
  padding: 15px 15px;
  position: fixed;
  background-color: white;
  bottom: 0;
  left: 0;
  z-index: 1000;
  transition: transform 1.5s;
  transition-delay: 1s;
}
.un_fixed_pageBottom::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-220px);
  height: 62px;
  width: 65px;
  z-index: 10;
  background-image: url("https://doshin.eventos.tokyo/file/wysiwyg/1105/file-196be20a-e66b-45df-a5b9-648588cdc731.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .un_fixed_pageBottom::before {
    left: 5px;
    transform: none;
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .un_fixed_pageBottom::before {
    left: calc(50% - 550px);
    width: 110px;
    height: 96px;
    display: block;
  }
}
.un_fixed_pageBottom::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(150px);
  height: 62px;
  width: 65px;
  z-index: 10;
  background-image: url("https://doshin.eventos.tokyo/file/wysiwyg/1105/file-544481fe-0511-45aa-92a5-062a9694b88b.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .un_fixed_pageBottom::after {
    right: 5px;
    transform: none;
    left: auto;
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .un_fixed_pageBottom::after {
    right: calc(50% - 540px);
    width: 97px;
    height: 98px;
    display: block;
  }
}
.un_fixed_pageBottom .container {
  max-width: 900px;
}
.un_fixed_pageBottom_text {
  text-align: center;
  font-weight: normal;
  display: none;
}
@media screen and (min-width: 768px) {
  .un_fixed_pageBottom_text {
    display: block;
    text-align: left;
    margin-bottom: 0;
    width: auto;
    margin-left: auto;
    margin-right: 0;
    max-width: 310px;
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .un_fixed_pageBottom_text {
    font-size: 16px;
  }
}
.un_fixed_pageBottom .un_note {
  text-align: center;
  display: block;
  font-size: min(3.7333333333vw, 14px);
}
@media screen and (min-width: 768px) {
  .un_fixed_pageBottom .un_note {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  .un_fixed_pageBottom .un_note {
    font-size: 14px;
  }
}

.un_application_btn {
  background-color: #EB0202;
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #EB0202;
  transition: all 0.3s;
  margin-bottom: 5px;
}
.un_application_btn_wrap {
  max-width: 308px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .un_application_btn_wrap {
    width: 275px;
  }
}
@media screen and (min-width: 992px) {
  .un_application_btn_wrap {
    width: auto;
  }
}
.un_application_btn.un_coming_soon {
  background-color: #d6d6d6;
  border: none;
  pointer-events: none;
}
.un_application_btn.un_coming_soon a {
  color: #7e7e7e;
  border: none;
}
@media screen and (min-width: 768px) {
  .un_application_btn {
    margin: 0;
    flex-shrink: 0;
  }
}
.un_application_btn a {
  color: #FFED50;
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px 10px;
  border: 4px solid #00B9EF;
  border-image-source: url(https://doshin.eventos.tokyo/file/wysiwyg/1105/file-bfacd17f-e541-49f2-960f-af61ea7a8eac.png);
  border-image-slice: 33%;
  border-image-width: 27px;
  border-image-repeat: repeat;
  font-size: 20px;
  transition: all 0.3s;
}
.un_application_btn:hover {
  background-color: white;
}
.un_application_btn:hover a {
  color: #EB0202;
}

.bl_label {
  display: none;
  flex-shrink: 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_label {
    display: block;
    width: 110px;
  }
}
@media screen and (min-width: 992px) {
  .bl_label {
    width: 140px;
  }
}
.bl_label_shisan {
  border: 2px solid #00B9EF;
  border-radius: 5px;
  color: #00B9EF;
  margin-bottom: 5px;
}
.bl_label_shukatsu {
  border: 2px solid #43B149;
  border-radius: 5px;
  color: #43B149;
}

@media screen and (min-width: 992px) {
  .hp_lg_maxWidth__850 {
    max-width: 850px;
  }
}

.un_anchor {
  padding-top: 80px;
  margin-top: -80px;
}
@media screen and (min-width: 768px) {
  .un_anchor {
    padding-top: 100px;
    margin-top: -100px;
  }
}

.widget__wrap[data-v-4932ee32] {
  padding: 0;
}

.v-application .mb-5 {
  margin-bottom: 3rem !important;
}

.v-application ol, .v-application ul {
  padding: 0;
}

.header__wrap.event__header[data-v-b2236128] {
  display: none;
}

.header__wrap.event__header[data-v-aec9d048] {
  display: none;
}

.header__wrap.event__header[data-v-1621478d] {
  display: none;
}

.header__wrap[data-v-1ba7a36e] {
  height: auto;
}

.event__wrap[data-v-aec9d048] {
  background-color: #F8F8F8 !important;
}

#see-more-booth {
  display: none;
}

.button__wrap.widget__button.widget__button__event {
  display: none;
}

.html__wrap[data-v-23f8d45f] {
  margin-top: 0;
}

@media screen and (min-width: 1200px) {
  .booth-card-layout__wrap .booth-card-layout__content {
    min-width: calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
}
.booth-card-layout__wrap .booth-card__text {
  display: none;
}

@media screen and (min-width: 768px) {
  .widget-title__wrap[data-v-c09128a2] {
    margin-top: 50px;
  }
}

.widget-title__text[data-v-ac803b5c] {
  padding-bottom: 0;
}

.widget-title__border {
  background-color: #43B149 !important;
}

.widget-header__border {
  border-color: #43B149 !important;
}

section[data-v-1621478d] .detail-title__border {
  background-color: #43B149 !important;
}

#widget-title-booth6 {
  padding-top: 30px;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  #widget-title-booth6 {
    padding-top: 50px;
  }
}

#widget-title-booth7 {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  #widget-title-booth7 {
    padding-top: 40px;
  }
}

.title__content {
  display: none;
  text-align: center;
}
.title__content[data-v-0cedb988] {
  padding: 0;
  justify-content: center;
}
.title__content__text {
  font-size: 24px;
}

.widget__wrap[data-v-ab0a150c] {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .v-application p {
    margin-bottom: 0;
  }
}

.my-ticket-layout__wrap .v-data-table[data-v-ffdcc264] tr th:nth-child(2),
.my-ticket-layout__wrap .v-data-table[data-v-ffdcc264] tr td:nth-child(2) {
  display: none;
}

.my-ticket-layout__wrap .v-data-table[data-v-ffdcc264] tr th:nth-child(3),
.my-ticket-layout__wrap .v-data-table[data-v-ffdcc264] tr td:nth-child(3) {
  display: none;
}

.ticket-card-detail__status.active[data-v-7ebdd529] {
  display: none;
}

.ticket-card-detail__qr {
  display: none;
}

.ly_header {
  z-index: 1000;
  background-color: white;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.bl_nav {
  height: 50px;
  padding: 0 15px !important;
}
@media screen and (min-width: 768px) {
  .bl_nav {
    height: 70px;
  }
}
.bl_nav_list {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: right;
}
.bl_nav_item {
  position: relative;
  padding: 0 20px;
}
.bl_nav_item::after {
  position: absolute;
  content: "／";
  top: 0;
  right: -8px;
}
.bl_nav_item:last-child {
  padding: 0 0 0 20px;
}
.bl_nav_item:last-child::after {
  display: none;
}
.bl_nav_item a {
  color: #222;
  text-decoration: none;
  font-weight: normal;
}
.bl_nav_item a:hover {
  text-decoration: underline;
}

.bl_mv {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .bl_mv {
    padding-top: 70px;
  }
}
.bl_mv_wrap {
  margin-bottom: 70px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .bl_mv_wrap {
    margin-bottom: 100px;
  }
}
.bl_mv span {
  display: flex;
  height: 30vh;
  padding: 15px;
  min-height: 230px;
}
@media screen and (min-width: 576px) {
  .bl_mv span {
    padding: 15px;
    height: 42vh;
  }
}
@media screen and (min-width: 992px) {
  .bl_mv span {
    height: calc(50vh - 35px);
  }
}
.bl_mv span img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.bl_mv_shisan {
  background-color: #FFEE6F;
}
.bl_mv_shukatsu {
  background-color: #FBE3E8;
}

.bl_doshin_logo {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 100px;
  transition: all 0.3s;
}
.bl_doshin_logo:hover {
  opacity: 0.7;
}
@media screen and (min-width: 992px) {
  .bl_doshin_logo {
    width: 150px;
  }
}

.bl_intro {
  margin-bottom: 70px;
  padding: 0 15px !important;
}
.bl_intro .un_eventDate {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .bl_intro .bl_card {
    justify-content: center;
  }
}
.bl_intro .bl_card_item {
  margin-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .bl_intro .bl_card_item {
    width: 31%;
    margin: 0 1% 50px;
    flex-shrink: 0;
  }
  .bl_intro .bl_card_item:nth-child(2) {
    order: 4;
  }
  .bl_intro .bl_card_item:nth-child(3) {
    order: 2;
  }
  .bl_intro .bl_card_item:nth-child(4) {
    order: 5;
  }
  .bl_intro .bl_card_item:nth-child(5) {
    order: 3;
  }
}
.bl_intro .bl_card_item_wrap {
  padding: 20px;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .bl_intro .bl_card_item_wrap {
    padding: 25px;
  }
}
.bl_intro .bl_card_item::after {
  z-index: 1;
  position: absolute;
  content: "";
  top: 8px;
  left: 20px;
  width: calc(100% - 26px);
  height: 100%;
  border-radius: 5px;
}
.bl_intro .bl_card_item_head {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}
.bl_intro .bl_card_item_body {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.bl_intro .bl_card_item:nth-child(odd)::after {
  background-color: rgba(255, 238, 111, 0.7);
}
.bl_intro .bl_card_item:nth-child(odd) .bl_card_item_wrap {
  border: 4px solid #00B9EF;
  border-image-source: url(https://doshin.eventos.tokyo/file/wysiwyg/1105/file-38169363-763f-417c-a9ee-f3fcc0d9f3d9.png);
  border-image-slice: 33%;
  border-image-width: 30px;
  border-image-repeat: repeat;
}
.bl_intro .bl_card_item:nth-child(odd) .bl_card_item_head {
  color: #00B9EF;
}
.bl_intro .bl_card_item:nth-child(even)::after {
  background-color: #fbe3e8;
}
.bl_intro .bl_card_item:nth-child(even) .bl_card_item_wrap {
  border: 4px solid #43B149;
  border-image-source: url(https://doshin.eventos.tokyo/file/wysiwyg/1105/file-d3e5e18f-8f98-42f1-a8c6-287de3ca3ce6.png);
  border-image-slice: 33%;
  border-image-width: 30px;
  border-image-repeat: repeat;
}
.bl_intro .bl_card_item:nth-child(even) .bl_card_item_head {
  color: #43B149;
}
@media screen and (min-width: 992px) {
  .bl_intro .bl_card_item.un_booth_present {
    width: 31%;
  }
}
.bl_intro .bl_card_item .un_booth_present_img {
  margin: auto;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .bl_intro .bl_card_item .un_booth_present_img {
    display: flex;
    align-items: center;
    max-width: 600px;
  }
}

.bl_special {
  margin-bottom: -30px;
}
.bl_special .el_section_head {
  margin: 0 auto;
}

.bl_profile p {
  padding: 0;
}
.bl_profile_item {
  margin-bottom: 30px;
}
.bl_profile__shisan .bl_profile_head span {
  color: #00B9EF;
  background-color: #FFEE6F;
  border-radius: 3px;
}
.bl_profile__shukatsu .bl_profile_head span {
  color: #43B149;
  background-color: #FBE3E8;
  border-radius: 3px;
}
.bl_profile_head {
  font-size: 20px;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .bl_profile_head {
    text-align: left;
  }
}
.bl_profile_head span {
  padding: 3px 20px;
  display: block;
}
@media screen and (min-width: 768px) {
  .bl_profile_head span {
    display: inline-block;
    padding: 5px 35px;
  }
}
.bl_profile_body {
  font-size: 16px;
  font-weight: 500;
  padding: 0;
}

.bl_outline {
  padding: 70px 15px !important;
  margin-bottom: 70px;
  background-color: #eee;
}
@media screen and (min-width: 768px) {
  .bl_outline {
    padding: 100px 15px !important;
    margin-bottom: 100px;
  }
}
.bl_outline .el_section_head {
  margin: 0 auto 40px;
}
@media screen and (min-width: 992px) {
  .bl_outline .el_section_head {
    margin: 0 auto 60px;
  }
}
.bl_outline.bl_section {
  width: 100%;
}
.bl_outline_item {
  margin-bottom: 30px;
}
.bl_outline_item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .bl_outline_item {
    display: flex;
    width: 80%;
    max-width: 800px;
    margin: 0 auto 15px;
  }
}
.bl_outline_head {
  text-align: center;
  padding: 7px 0;
  margin-bottom: 5px;
  border: 1px solid #888;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .bl_outline_head {
    width: max(20%, 120px);
    margin-right: 1.5rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
  }
}
.bl_outline_body {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .bl_outline_body {
    padding: 10px 0;
  }
}

.bl_seminar {
  padding: 0 15px 50px !important;
  margin-top: 70px;
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .bl_seminar {
    padding: 70px 15px !important;
    margin-bottom: 100px;
  }
}
.bl_seminar .el_section_head {
  margin: -80px auto 30px;
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .bl_seminar .el_section_head {
    margin: -100px auto 30px;
    padding-top: 100px;
  }
}
.bl_seminar_present {
  background: #FFEE6F;
  padding: 15px;
  font-size: 20px;
  color: #EB910A;
  font-weight: bold;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .bl_seminar_present {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .bl_seminar_present {
    font-size: 24px;
  }
}
.bl_seminar_present span {
  font-weight: normal;
  color: #222;
  line-height: 1.4;
  display: block;
}
.bl_seminar input[name=bl_tab_item] {
  display: none;
}
.bl_seminar .bl_tab_btn {
  color: #C5C5C5;
  text-align: center;
  font-size: 18px;
  transition: all 0.3s;
  padding: 5px 10px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .bl_seminar .bl_tab_btn {
    font-size: 28px;
    padding: 15px;
  }
}
.bl_seminar .bl_tab_btn.is_active {
  color: white;
  font-weight: bold;
}
.bl_seminar .bl_tab_btn:first-of-type {
  background-color: #E3F4FB;
}
.bl_seminar .bl_tab_btn:first-of-type.is_active {
  background: #00B9EF;
}
.bl_seminar .bl_tab_btn:last-of-type {
  background-color: #FBE3E3;
}
.bl_seminar .bl_tab_btn:last-of-type.is_active {
  background: #F47A7A;
}
@media screen and (min-width: 768px) {
  .bl_seminar .bl_tab_main {
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
  }
  .bl_seminar .bl_tab_main::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .bl_seminar .bl_tab_main {
    overflow-x: visible;
    overflow-y: visible;
  }
}
.bl_seminar .bl_tab_content {
  display: none;
  background-color: white;
}
.bl_seminar .bl_tab_content.is_active {
  display: block;
}
.bl_seminar .bl_timeline {
  position: relative;
}
.bl_seminar .bl_timeline > li {
  position: relative;
}
.bl_seminar .bl_timeline_item {
  display: none;
  color: #949494;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .bl_seminar .bl_timeline_item {
    display: block;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
  }
  .bl_seminar .bl_timeline_item::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 55px;
    width: calc(100% - 65px);
    height: 1px;
    background-color: #EBEBEB;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  .bl_seminar .bl_course {
    position: absolute;
    top: 12px;
    left: 55px;
    display: flex;
    flex-shrink: 0;
    width: calc(100% - 65px);
    z-index: 5;
  }
}
.bl_seminar .bl_course_item {
  border: 1px solid #CACACA;
  box-sizing: border-box;
  margin-bottom: 30px;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .bl_seminar .bl_course_item {
    width: 25%;
    position: relative;
  }
}
.bl_seminar .bl_course_head {
  background-color: #222;
  color: white;
  padding: 2px 10px;
  display: flex;
  justify-content: space-between;
}
.bl_seminar .bl_course_head span {
  font-weight: normal;
}
.bl_seminar .bl_course_body {
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .bl_seminar .bl_course_body {
    padding: 8px 15px;
  }
}
.bl_seminar .bl_course_eventName {
  text-align: center;
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 2px 15px;
}
@media screen and (min-width: 768px) {
  .bl_seminar .bl_course_eventName {
    margin-bottom: 8px;
  }
}
.bl_seminar .bl_course_title {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .bl_seminar .bl_course_title {
    margin-bottom: 10px;
  }
}
.bl_seminar .bl_course_logo {
  text-align: center;
  border-top: 1px solid #CACACA;
  padding-top: 15px;
  margin-bottom: 0;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .bl_seminar .bl_course_logo {
    padding-top: 10px;
  }
}
.bl_seminar .bl_course_logo img {
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .bl_seminar .bl_course_logo img {
    max-width: 200px;
  }
}
.bl_seminar .bl_course figcaption {
  font-weight: normal;
}
.bl_seminar .bl_course_online {
  margin-bottom: 20px;
  color: white;
  padding: 2px 15px;
  text-align: center;
  border-radius: 20px;
  background-color: #eb0202;
  font-size: 14px;
  display: block;
}
@media screen and (min-width: 768px) {
  .bl_seminar .bl_course_online {
    margin-bottom: 10px;
  }
}
.bl_seminar .bl_course_body__shisan .bl_course_eventName {
  color: #00B9EF;
  background-color: #FFEE6F;
}
.bl_seminar .bl_course_body__shisan .bl_course_title {
  color: #00B9EF;
}
.bl_seminar .bl_course_body__shukatsu .bl_course_eventName {
  color: #43B149;
  background-color: #FBE3E8;
}
.bl_seminar .bl_course_body__shukatsu .bl_course_title {
  color: #43B149;
}
@media screen and (min-width: 768px) {
  .bl_seminar .un_courseTime__30min {
    height: 240px;
  }
  .bl_seminar .un_courseTime__45min {
    height: 279px;
  }
}
.bl_seminar .un_timeline_skip {
  display: none;
}
@media screen and (min-width: 768px) {
  .bl_seminar .un_timeline_skip {
    position: absolute;
    display: block;
    top: 12px;
    left: 55px;
    background-color: #EBEBEB;
    width: calc(100% - 65px);
    height: 72px;
  }
}

.bl_tab {
  display: flex;
  flex-wrap: wrap;
}
.bl_tab_btn {
  order: -1;
}
.bl_tab_btn input {
  display: none;
}
.bl_tab_btn:has(:checked) {
  color: white;
  font-weight: bold;
}
.bl_tab_btn:has(:checked) + .bl_tab_content {
  display: block;
}
.bl_tab_btn:first-of-type:has(:checked) {
  background: #00B9EF;
}
.bl_tab_btn:last-of-type:has(:checked) {
  background: #F47A7A;
}
.bl_tab_content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .bl_tab_content {
    min-width: auto;
    overflow-y: hidden;
    overflow-x: scroll;
  }
}
.bl_tab_content:first-of-type .bl_tab_inner {
  border: 4px solid #00B9EF;
}
.bl_tab_content:last-of-type .bl_tab_inner {
  border: 4px solid #F47A7A;
}
.bl_tab_inner {
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .bl_tab_inner {
    min-width: 1000px;
  }
}

.bl_application {
  margin-bottom: 70px;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .bl_application {
    margin-bottom: 100px;
  }
}
.bl_application .bl_flow {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .bl_application .bl_flow {
    display: flex;
  }
}
.bl_application .bl_flow_item {
  position: relative;
  padding: 65px 15px 15px;
}
@media screen and (min-width: 992px) {
  .bl_application .bl_flow_item {
    flex-shrink: 0;
    width: 25%;
    padding: 15px 15px 15px 65px;
  }
}
.bl_application .bl_flow_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  left: 0;
  width: 100%;
  height: 50px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (min-width: 992px) {
  .bl_application .bl_flow_item::after {
    width: 50px;
    height: 100%;
    clip-path: polygon(100% 50%, 0 100%, 0 0);
    top: 0;
    right: 0;
    left: auto;
    transform: translateX(100%);
  }
}
.bl_application .bl_flow_item:nth-child(1) {
  background-color: #FFFEE5;
  padding: 15px;
  z-index: 5;
}
.bl_application .bl_flow_item:nth-child(1)::after {
  background-color: #FFFEE5;
}
.bl_application .bl_flow_item:nth-child(2) {
  background-color: #FFFDC5;
  z-index: 4;
}
.bl_application .bl_flow_item:nth-child(2)::after {
  background-color: #FFFDC5;
}
.bl_application .bl_flow_item:nth-child(3) {
  background-color: #F9F48D;
  z-index: 3;
}
.bl_application .bl_flow_item:nth-child(3)::after {
  background-color: #F9F48D;
}
.bl_application .bl_flow_item:nth-child(4) {
  background-color: #F99A8D;
  z-index: 2;
  color: white;
}
.bl_application .bl_flow_item:nth-child(4)::after {
  display: none;
}
.bl_application .bl_flow_num {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.bl_application .bl_flow_icon {
  text-align: center;
  height: 84px;
}
.bl_application .bl_flow_icon img {
  height: 100%;
}
.bl_application .bl_flow_title {
  text-align: center;
  font-weight: bold;
}
.bl_application .bl_flow_text {
  margin-bottom: 0;
}
.bl_application .bl_flow_text_note {
  color: #EB0202;
  border: 1px solid #EB0202;
  display: block;
  padding: 5px 5px 5px calc(1rem + 5px);
  text-indent: -1rem;
}
.bl_application .bl_cont {
  margin-bottom: 30px;
  text-align: center;
}
.bl_application .bl_cont:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .bl_application .bl_cont {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .bl_application .bl_cont {
    padding: 0 50px;
  }
}
.bl_application .bl_cont_title {
  border: 1px solid #222;
  border-radius: 3px;
  text-align: center;
  padding: 5px;
}
.bl_application .un_deadline {
  font-size: 28px;
  color: #EB0202;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .bl_application .un_deadline {
    font-size: 32px;
  }
}
.bl_application .un_inquiry_link {
  font-size: 20px;
  margin-top: 10px;
  line-height: 2;
  font-weight: bold;
  transition: all 0.3s;
}
.bl_application .un_inquiry_link:hover {
  opacity: 0.7;
}
.bl_application .un_inquiry_link img {
  filter: invert(43%) sepia(66%) saturate(6436%) hue-rotate(208deg) brightness(98%) contrast(103%);
  width: 30px;
  margin-right: 5px;
  vertical-align: text-top;
}

.bl_access {
  margin-bottom: 150px;
  padding: 0 15px;
}
.bl_access .un_access_caution {
  color: #00B9EF;
  border: 2px solid #00B9EF;
  font-weight: bold;
  font-size: 20px;
  border-radius: 5px;
  padding: 10px 15px;
}
@media screen and (min-width: 768px) {
  .bl_access .un_access_caution {
    font-size: 24px;
    text-align: center;
    padding: 15px 15px;
    max-width: 600px;
    margin: 0 auto 50px;
  }
}
.bl_access .un_gMap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
}
@media screen and (min-width: 992px) {
  .bl_access .un_gMap {
    padding-top: 25%;
  }
}
.bl_access .un_gMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bl_sponsor {
  margin-bottom: 70px;
  padding: 0 15px !important;
}
.bl_sponsor .un_border_section {
  padding: 120px 15px 30px;
}
@media screen and (min-width: 768px) {
  .bl_sponsor .un_border_section {
    padding: 120px 30px 50px;
  }
}
@media screen and (min-width: 992px) {
  .bl_sponsor .un_border_section {
    padding: 150px 30px 50px;
  }
}
.bl_sponsor .el_section_head {
  max-width: 296px;
  transform: translate(-50%, -25%);
}
@media screen and (min-width: 992px) {
  .bl_sponsor .el_section_head {
    max-width: 412px;
  }
}
.bl_sponsor_block {
  margin-bottom: 30px;
}
.bl_sponsor_block:last-child {
  margin-bottom: 0;
}
.bl_sponsor_block h3 {
  text-align: center;
  margin-bottom: 20px;
  padding: 8px;
  font-weight: 700;
}
.bl_sponsor_block_title__shisan {
  color: #00B9EF;
  background-color: #FFEE6F;
}
.bl_sponsor_block_title__shukatsu {
  color: #43B149;
  background-color: #FBE3E8;
}
.bl_sponsor_list {
  display: flex;
  flex-wrap: wrap;
}
.bl_sponsor_item {
  width: 50%;
  margin-bottom: 30px;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .bl_sponsor_item {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .bl_sponsor_item {
    width: 32%;
  }
}
.bl_sponsor_item a img {
  transition: all 0.3s;
}
.bl_sponsor_item a img:hover {
  opacity: 0.7;
}
.bl_sponsor_item__row2 {
  display: flex;
}
.bl_sponsor_item__row2 a {
  display: block;
  width: 50%;
}

.ly_footer {
  background-color: #222;
  padding: 25px 15px;
  text-align: center;
}
.ly_footer .bl_doshin_logo {
  position: static;
  margin: 0 auto 20px;
  width: 171px;
}
.ly_footer .bl_doshin_logo:hover {
  opacity: 0.7;
}
.ly_footer .un_copy {
  font-size: 12px;
  color: white;
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */