@charset "UTF-8";

/******     common     ******/

img {
  max-width: 100%;
  vertical-align: bottom;
}

.mt5 {
  margin-top: 5px;
}

.ly_cont * {
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

.ly_cont {
  display: block;
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
}

.ly_cont_inner {
  width: 100%;
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto;
}

.hp_brsp {
  display: none;
}

.hp_bold {
  font-weight: 700;
}

.hp_miniNote {
  font-size: 12px;
  vertical-align: text-top;
}

.hp_link {
  text-decoration: underline;
  color: #009ccf !important;
}

.hp_link:visited {
  color: #009ccf;
}

.hp_marker {
  background: linear-gradient(transparent 75%, #ffff00 75%);
}

.hp_blue {
  color: #009ccf;
}

.hp_white {
  color: #fff;
}

@media (min-width: 768px) {
  .hp_link:hover {
    text-decoration: none;
  }
}

@media not all and (min-width: 768px) {
  .hp_brsp {
    display: block !important;
  }

  .hp_brpc {
    display: none;
  }

  .ly_cont_inner {
    padding: 0 15px;
  }
}

.el_head {
  text-align: center;
  margin-bottom: 40px;
}

.el_head__mbSmall {
  margin-bottom: 10px;
}

.el_title {
  font-size: 48px;
  font-weight: 700;
  padding-top: 80px;
  line-height: 1.3;
  position: relative;
}

.el_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/icon_fire.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 42px;
  height: 60px;
}

.el_txt {
  font-size: 20px;
  margin-top: 25px;
}

.el_noteWrap__center {
  text-align: center;
}

.el_noteWrap__right {
  text-align: right;
}

.el_noteWrap__center .el_note,
.el_noteWrap__right .el_note {
  display: inline-block;
}

.el_note {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}

.el_cardWrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  padding-top: 18px;
}

.el_card {
  position: relative;
  padding: 48px 20px 20px;
  text-align: center;
  background-color: #e5f5fa;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}

.el_card .el_noteWrap {
  margin-bottom: -8px;
}

.el_card_box {
  display: contents;
}

.el_card_label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 200px;
  line-height: 1.4;
  color: #009ccf;
  border: 1px solid #009ccf;
  border-radius: 60px;
  background-color: #fff;
  text-align: center;
  padding: 5px 10px;
  font-weight: 700;
}

.el_card_num {
  font-size: 20px;
  color: #009ccf;
  font-weight: 700;
}

.el_card_num .large {
  font-size: 48px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  line-height: 1.2;
  background: linear-gradient(transparent 75%, #ffff00 75%);
  display: inline-block;
}

.el_card_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.el_btnWrap {
  text-align: center;
  margin-top: 45px;
}

.el_btn {
  max-width: 360px;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
  position: relative;
  padding: 0 45px;
  transition: opacity 0.3s;
  z-index: 2;
}

.el_btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  border-radius: 70px;
  background: linear-gradient(to right, #009ccf 0%, #ffff00 100%);
}

.el_btn::after {
  content: "";
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  z-index: -1;
  border-radius: 70px;
  background: white;
}

.el_btn .arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-image: url(../images/icon_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

@media (min-width: 768px) {
  .el_btn:hover {
    opacity: 0.6;
  }
}

@media not all and (min-width: 1080px) {
  .el_cardWrap {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }
}

.bl_cont {
  padding: 60px 0;
  overflow: hidden;
}

.bl_mv {
  padding: 85px 0 150px;
  background-image: url(../images/bg_mv.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 50px;
}

.bl_mv_block {
  text-align: center;
}

.bl_mv_catch {
  font-size: 24px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  line-height: 1.2;
  color: #fff;
}

.bl_mv_title {
  font-size: 72px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.bl_mv_list {
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translate(-50%, 50%);
  background-color: #fff;
  display: flex;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  justify-content: space-around;
  padding: 20px;
  z-index: 2;
}

.bl_mv_list a {
  font-weight: 700;
  padding-bottom: 26px;
  display: block;
  position: relative;
  transition: opacity 0.3s;
  text-align: center;
}

.bl_mv_list a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  background-image: url(../images/icon_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  transition: bottom 0.3s;
}

.bl_about {
  position: relative;
}

.bl_about_deco {
  position: absolute;
  z-index: -1;
}

.bl_about_deco01 {
  left: 0;
  top: 0;
}

.bl_about_deco02 {
  right: 0;
  bottom: 0;
}

.bl_strength,
.bl_dividend,
.bl_division {
  background-image: url(../images/bg_img01.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bl_strength_col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 80px;
  position: relative;
}

.bl_strength_col::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/icon_cross.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.bl_strength_cross {
  border: 1px solid #009ccf;
  background-color: #fff;
  padding: 17px 20px;
  text-align: center;
}

.bl_strength_label {
  font-size: 28px;
  font-weight: 700;
  color: #009ccf;
  margin-bottom: 8px;
  line-height: 1;
}

.bl_strength_txt {
  color: #009ccf;
}

.bl_strength_cross__red {
  border: 1px solid #ff0000;
}

.bl_strength_cross__red .bl_strength_label,
.bl_strength_cross__red .bl_strength_txt {
  color: #ff0000;
}

.bl_strength_note {
  text-align: center;
  margin-top: 20px;
}

.bl_strength_row {
  display: flex;
  margin: 85px 0 30px;
}

.bl_strength_item {
  width: 50%;
  aspect-ratio: 1;
  background-color: #009ccf;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.bl_strength_item__red {
  background-color: #ff0000;
}

.bl_strength_en {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bl_strength_title {
  font-size: 28px;
  font-weight: 700;
  margin-top: -15px;
}

.bl_strength_img {
  max-width: 226px;
  width: 100%;
  margin: 10px auto;
  position: relative;
}

.bl_strength_img::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-image: url(../images/icon_search.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
}

.bl_strength_pdf {
  font-size: 12px;
  color: #fff !important;
}

.bl_strength_pdf:visited {
  color: #fff;
}

.bl_strength_pdf .pdf {
  background-color: #fff;
  color: #333;
  display: inline-block;
  line-height: 1;
  padding: 4px 6px;
  border-radius: 3px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-right: 4px;
}

.bl_strength_pdf .inner {
  position: relative;
  padding-right: 13px;
}

.bl_strength_pdf .inner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  background-image: url(../images/icon_blank.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
}

.bl_strength_pdf__black {
  color: #000 !important;
  text-align: center;
  display: block;
  margin-top: 20px;
}

.bl_strength_pdf__black:visited {
  color: #000;
}

.bl_strength_pdf__black .pdf {
  background-color: #ff0000;
  color: #fff;
}

.bl_strength_pdf__black .inner::after {
  background-image: url(../images/icon_blank_black.svg);
}

.bl_strength_change {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  gap: 20px;
}

.bl_strength_changeBtn {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 1px solid #009ccf;
  color: #009ccf;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
}

.bl_strength_changeBtn.is_active {
  background-color: #ccebf5;
}

.bl_strength_changeLable {
  letter-spacing: 0.03em;
  position: relative;
  padding-bottom: 24px;
}

.bl_strength_changeLable::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/icon_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.bl_strength_change__red {
  left: auto;
  right: -20px;
}

.bl_strength_change__red .bl_strength_changeBtn {
  border: 1px solid #ff0000;
  color: #ff0000;
}

.bl_strength_change__red .bl_strength_changeBtn.is_active {
  background-color: #ffd9d9;
}

.bl_strength_change__red .bl_strength_changeLable::after {
  background-image: url(../images/icon_arrow_red.svg);
}

.bl_strength_box {
  display: none;
}

.bl_strength_box.is_active {
  display: block;
}

/* .bl_dividend_history {
  display: none;
} */

.bl_dividend_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
}

.bl_dividend_row::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-image: url(../images/icon_cross.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

.bl_dividend_item {
  background-color: #009ccf;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px;
  position: relative;
  min-height: 120px;
}

.bl_dividend_item::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
}

.bl_dividend_label {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}

.bl_dividend_txt {
  color: #fff;
  line-height: 1.4;
}

.bl_dividend_img {
  background-color: #fff;
  padding: 40px 4% 20px;
}

.bl_dividend_catch {
  text-align: right;
}

.bl_dividend_pop {
  display: inline-block;
  text-align: left;
  background-color: #ed1c24;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  padding: 5px 13px;
  margin: 40px 0 10px;
}

.bl_dividend_pop .num {
  font-size: 40px;
  font-family: "Oswald", sans-serif;
  line-height: 1;
}

.bl_number {
  background-image: url(../images/bg_img02.jpg);
}

.bl_hospitality_table {
  border-collapse: collapse;
  table-layout: fixed;
  background-color: #fff;
}

.bl_hospitality_table,
.bl_hospitality_table th,
.bl_hospitality_table td {
  border: 1px solid #dcdcdc;
}

.bl_hospitality_table th,
.bl_hospitality_table td {
  padding: 15px;
}

.bl_hospitality_table th {
  background-color: #e5f5fa;
  font-weight: 700;
  vertical-align: middle;
}

.bl_hospitality_table td {
  text-align: center;
}

.bl_hospitality_table__modal {
  margin-bottom: 10px;
}

.bl_hospitality_table__modal td {
  text-align: left;
}

.bl_hospitality_table__modal .hp_bold {
  text-align: center;
}

.bl_hospitality_table__modal,
.bl_hospitality_table__modal th,
.bl_hospitality_table__modal td {
  border: 1px solid #333;
}

.bl_hospitality_title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.bl_hospitality_catch {
  background-color: #e5f5fa;
  text-align: center;
  padding: 25px 20px;
}

.bl_hospitality_catch .lead {
  font-size: 14px;
  margin-bottom: 15px;
}

.bl_hospitality_catch .note {
  font-size: 12px;
  color: #666;
}

.bl_hospitality_point {
  margin-top: 40px;
}

.bl_hospitality_note {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}

.bl_hospitality_note .large {
  font-weight: 700;
}

.bl_hospitality_deco {
  position: absolute;
  z-index: -1;
}

.bl_hospitality_deco01 {
  left: 0;
  top: 0;
}

.bl_hospitality_deco02 {
  right: 0;
  bottom: 0;
}

.bl_hospitalityTab {
  background-color: #f5f5f5;
  padding: 65px 30px 30px;
  position: relative;
  margin-top: 90px;
}

.bl_hospitalityTab_title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.bl_hospitalityTab_col {
  display: grid;
  align-items: flex-end;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 12px;
  height: 60px;
}

.bl_hospitalityTab_btn {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #009ccf;
  transition: height 0.3s;
}

.bl_hospitalityTab_btn.is_active {
  height: 60px;
}

.bl_hospitalityTab_btn__yellow {
  background-color: #f7ab00;
}

.bl_hospitalityTab_btn__green {
  background-color: #8dc420;
}

.bl_hospitalityTab_block {
  border: 4px solid #009ccf;
  background-color: #fff;
  padding: 25px 20px;
  display: none;
}

.bl_hospitalityTab_block.is_active {
  display: block;
}

.bl_hospitalityTab_block__yellow {
  border: 4px solid #f7ab00;
}

.bl_hospitalityTab_block__green {
  border: 4px solid #8dc420;
}

.bl_hospitalityTab_block .el_noteWrap {
  margin-top: 10px;
}

.bl_hospitalityTab_lead {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.bl_hospitalityTab_lead .inner {
  display: inline-block;
  padding: 0 30px;
  position: relative;
  color: #009ccf;
}

.bl_hospitalityTab_lead .inner::before,
.bl_hospitalityTab_lead .inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 22px;
  height: 30px;
  background-image: url(../images/icon_slash.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bl_hospitalityTab_lead .inner::after {
  left: auto;
  right: 0;
  transform: scale(-1, 1);
}

.bl_hospitalityTab_txt {
  text-align: center;
  font-weight: 500;
}

.bl_hospitalityTab_img {
  margin-top: 20px;
  text-align: center;
}

.bl_more {
  background-image: url(../images/bg_more.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 120px;
}

.bl_more_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 7.4%;
}

.bl_more_link {
  font-weight: 500;
  border-bottom: 1px solid #cfdfe6;
  padding: 30px 35px 30px 0;
  display: block;
  transition: opacity 0.3s;
}

.bl_more_link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-image: url(../images/icon_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  transition: right 0.3s;
}

.bl_more_banner {
  text-align: center;
  margin-top: 40px;
}

.bl_more_banner a {
  display: inline-block;
  transition: opacity 0.3s;
}


.bl_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
}

.bl_modal.active {
  display: flex;
}

.bl_modal_content {
  position: relative;
  max-width: 800px;
  margin: 0 35px;
}

.bl_modal_box {
  overflow-y: scroll;
  max-height: 90vh;
}

.bl_modal_close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  z-index: 2;
}

@media (min-width: 1080px) {
  .bl_mv_list a:hover::after {
    bottom: -4px;
  }
}

@media (min-width: 768px) {
  .bl_mv_list a:hover {
    opacity: 0.6;
  }

  .bl_more_link:hover {
    opacity: 0.6;
  }

  .bl_more_link:hover::after {
    right: 5px;
  }

  .bl_more_banner a:hover {
    opacity: 0.6;
  }

  .bl_strength_pdf:hover {
    text-decoration: underline;
  }
}

@media not all and (min-width: 1280px) {
  .bl_about_deco {
    width: 18%;
  }

  .bl_hospitality_deco {
    width: 26%;
  }
}


/* @media not all and (min-width: 1080px) { */
@media (max-width: 1080px) {
  .bl_mv_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: calc(100% - 40px);
    column-gap: 20px;
    row-gap: 20px;
  }

  .bl_mv_list a {
    padding-bottom: 50px;
    border-bottom: 1px solid #cfdfe6;
  }

  .bl_mv_list a::after {
    bottom: 20px;
  }

  .bl_mv_item:nth-child(n+4) a {
    border-bottom: none;
  }

  .bl_about {
    padding-top: 100px;
  }

  .bl_strength_change {
    flex-direction: row;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translate(-50%, 80%);
    height: auto;
  }

  .bl_strength_row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 100px;
  }

  .bl_strength_item {
    margin-bottom: 110px;
    width: 500px;
    height: 500px;
  }

  .bl_hospitalityTab_btn {
    font-size: 18px;
  }
}

/* @media not all and (min-width: 768px) { */
@media (max-width: 768px) {

  .el_head {
    margin-bottom: 30px;
  }

  .el_title {
    font-size: 36px;
    padding-top: 50px;
  }

  .el_title::before {
    width: 27px;
    height: 40px;
  }

  .el_txt {
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
  }

  .el_cardWrap {
    grid-template-columns: repeat(1, 1fr);
  }

  .el_card {
    display: block;
  }

  .el_card .el_noteWrap {
    margin-top: 5px;
  }

  .el_card_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
  }

  .el_card_label {
    padding: 8px 10px;
  }

  .el_card_icon {
    margin-bottom: 0;
  }

  .el_btnWrap {
    margin-top: 30px;
  }

  .el_btn {
    max-width: 300px;
    height: 60px;
    font-size: 14px;
  }

  .bl_mv {
    padding: 60px 0 120px;
    margin-bottom: 195px;
  }

  .bl_mv_catch {
    font-size: 16px;
  }

  .bl_mv_title {
    font-size: 48px;
  }

  .bl_mv_list {
    grid-template-columns: repeat(2, 1fr);
    bottom: -180px;
    padding: 20px 15px;
    gap: 15px;
  }

  .bl_mv_list a {
    padding-bottom: 40px;
    border-bottom: 1px solid #cfdfe6 !important;
    height: 100%;
    font-size: 14px;
  }

  .bl_mv_list a::after {
    bottom: 13px;
  }

  .bl_mv_item:nth-child(n+5) a {
    border-bottom: none !important;
  }

  .bl_about {
    padding-top: 60px;
    background-image: url(../images/bg_about_sp.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bl_about_deco {
    display: none;
  }

  .bl_strength_col {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }

  .bl_strength_label {
    font-size: 24px;
  }

  .bl_strength_txt {
    font-size: 14px;
  }

  .bl_strength_cross {
    padding: 12px 20px;
  }

  .bl_strength_note {
    font-size: 12px;
  }

  .bl_strength_title {
    font-size: 24px;
  }

  .bl_strength_sub {
    font-size: 14px;
  }

  .bl_strength_changeLable {
    font-size: 14px;
    padding-bottom: 20px;
  }

  .bl_strength_changeLable::after {
    width: 16px;
    height: 16px;
  }

  .bl_strength_changeBtn {
    width: 110px;
    height: 110px;
  }

  .bl_strength_changeBtn img {
    height: 40px;
  }

  .bl_strength_img {
    max-width: 134px;
  }

  .bl_strength_img::after {
    bottom: 7px;
    right: 7px;
  }

  .bl_strength_item {
    margin-bottom: 90px;
    width: 360px;
    height: 360px;
  }

  .bl_strength_change {
    gap: 14px;
  }

  .bl_strength_en {
    width: 280px;
  }

  .bl_strength_row {
    gap: 80px;
  }

  .bl_dividend_row {
    grid-template-columns: repeat(1, 1fr);
  }

  .bl_dividend_item {
    min-height: 100px;
  }

  .bl_dividend_label {
    font-size: 20px;
  }

  .bl_dividend_txt {
    font-size: 14px;
  }

  .bl_dividend_catch {
    text-align: center;
  }

  .bl_dividend_pop {
    font-size: 16px;
    padding: 11px 7px;
    max-width: 320px;
    width: 100%;
    text-align: center;
  }

  .bl_dividend_pop .num {
    font-size: 32px;
  }

  .bl_dividend_img {
    text-align: center;
    background-color: #fff;
    padding: 20px 15px;
  }

  .bl_dividend_history {
    display: block;
    margin-top: 10px;
    width: 100%;
  }

  .bl_dividend_history img {
    width: 630px;
    display: block;
    max-width: none;
    height: auto;
  }

  .bl_hospitality {
    background-image: url(../images/bg_hospitality_sp.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .bl_hospitality_catch {
    text-align: left;
    margin-top: 20px;
    padding: 15px;
  }

  .bl_hospitality_catch .lead {
    margin-bottom: 10px;
  }

  .bl_hospitality_catch .note {
    font-size: 10px;
  }

  .bl_hospitality_title {
    font-size: 16px;
  }

  .bl_hospitality_table th,
  .bl_hospitality_table td {
    padding: 8px;
    font-size: 12px;
  }

  .bl_hospitality_table td {
    vertical-align: middle;
  }

  .bl_hospitality_table tr:nth-child(2) .hp_bold {
    text-align: left;
  }

  .bl_hospitality_note {
    text-align: left;
    font-size: 12px;
    margin-top: 10px;
  }

  .bl_hospitality_deco {
    display: none;
  }

  .bl_hospitalityTab {
    margin: 55px -15px 0;
    padding: 45px 20px 40px;
  }

  .bl_hospitalityTab_title {
    width: calc(100% - 30px);
    max-width: 320px;
  }

  .bl_hospitalityTab_btn {
    font-size: 12px;
    height: 40px;
    line-height: 1.4;
  }

  .bl_hospitalityTab_btn.is_active {
    height: 50px;
  }

  .bl_hospitalityTab_col {
    column-gap: 6px;
  }

  .bl_hospitalityTab_block {
    padding: 20px 15px;
  }

  .bl_hospitalityTab_block .el_note {
    font-size: 10px;
  }

  .bl_hospitalityTab_txt {
    text-align: left;
  }

  .bl_hospitalityTab_lead {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .bl_hospitalityTab_lead .inner {
    padding: 0 24px;
  }

  .bl_more_wrap {
    grid-template-columns: repeat(1, 1fr);
  }

  .bl_more_link {
    padding: 26px 35px 26px 0;
  }

  .bl_modal_content {
    margin: 0 25px;
  }

  .bl_modal_close {
    width: 40px;
  }
}

@media (max-width: 450px) {
  .bl_about {
    background-size: contain;
  }
}