@charset "UTF-8";

/* PC表示*/
.pc_appear {
  display: block;
}

.sp_appear {
  display: none;
}

.pageTtl {
  background: #B50080;
}

.block_hide {
  display: none !important;
}

#contents_saiji {
  width: 96%;
  margin: auto;
  line-height: 1.5em;
}

#contents_saiji a {
  text-decoration: underline;
}

#contents_saiji .description_txt p {
  margin-bottom: 20px;
}

#contents_saiji img {
  width: 100%;
}

#contents_saiji p {
  margin-bottom: 50px;
}

.kv_area {
  width: 96%;
  margin: 0 auto;
}

.nav_outer {
  width: 96%;
  margin: 0 auto;
}

.nav_list {
  display: flex;
  justify-content: center;
  width: 96%;
  margin: 30px auto;
}

.nav_item {
  width: 49%;
  text-align: center;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 600;
  margin-right: 2%;
  position: relative;
}

.nav_item a {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 23px 0;
  background: #B60081;
  border: 2px solid #B60081;
  border-radius: 10px;
  box-sizing: border-box;
}

.nav_item:last-child {
  margin-right: 0;
}

.nav_item::before {
  content: "";
  position: absolute;
  border-top: 13px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 9px solid transparent;
  right: 20px;
  top: calc(50% + 9px);
  transform: translateY(-50%);
  pointer-events: none;
}

.nav_item.active a {
  pointer-events: none;
}

.nav_item.active a,
.nav_item:hover,
.nav_item a:hover {
  color: #B60081;
  background: #fff;
  text-decoration: none;
}

.nav_item.active::before,
.nav_item:hover::before {
  content: "";
  position: absolute;
  border-top: 13px solid #B60081;
  border-right: 9px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 9px solid transparent;
  right: 20px;
  top: calc(50% + 9px);
  transform: translateY(-50%);
}

.sec_customer {
  width: 96%;
  margin: 0 auto 40px;
}

.sec_customer h2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #3D3D3D;
  border-bottom: solid 3px #B60081;
  text-align: left !important;
  padding-bottom: 3px;
  margin: 33px 0 19px 0;
}

.sec_customer p {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'MS PGothic', sans-serif;
  margin: 0 0 28px 0;
}

.sec_customer a {
  text-decoration: underline;
  color: #fc0b27 !important;
}

#contents_saiji ul.floor_map {
  width: 80%;
  margin: auto;
}

#contents_saiji ul.floor_map li {
  margin-bottom: 80px;
}

#contents_saiji h2.sub_pagetitle {
  background: #B60081;
  font-size: 150%;
  font-weight: bold;
  color: #fff;
  margin-bottom: 33px;
  padding: 10px 20px;
  line-height: 1.5em;
}

#contents_saiji h2.sub_pagetitle.note_txt {
  margin-bottom: 30px;
}

#contents_saiji h2.sub_pagetitle:first-child {
  margin-bottom: 20px;
}

#contents_saiji .block {
  width: 94%;
  margin: 0 auto 40px;
}

#contents_saiji .eventspace_item:last-child {
  margin-bottom: 80px;
}

#contents_saiji .block::after {
  content: "";
  display: block;
  clear: both;
}

#contents_saiji .block h3 {
  border-bottom: 2px solid #B60081;
  color: #3D3D3D;
  font-size: 150%;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

#contents_saiji .block ul.space_image {
  margin-bottom: 20px;
  width: 49%;
}

#contents_saiji .block ul.space_image li {
  width: 100%;
  float: left;
}

#contents_saiji .block ul.space_image li:first-child {
  margin-right: 2%;
}

#contents_saiji .block .table_box {
  width: 49%;
  border: 1px solid #efefef;
  float: right;
}

#contents_saiji p.item_work {
  margin-bottom: 30px;
}

#contents_saiji .block h3.conditions_ttl {
  color: #B60081;
}

#contents_saiji .apply_flow_list_item {
  margin-top: 1.5em;
}

#contents_saiji .apply_flow_btn {
  max-width: 387px;
  margin-top: 15px;
}

#contents_saiji .apply_flow p {
  margin-bottom: 0px;
}

.block ul.application li {
  margin-bottom: 15px;
}

.block ul.application li:last-child {
  margin-bottom: 35px;
}

.block ul.application.can_be_canceled li:last-child {
  margin-bottom: 20px;
}

.block ul.square li:before {
  content: "● ";
}

.block ul.square li,
.block ul.point li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.block.rel-doc .item_work a {
  display: block;
  margin-top: 10px;
  font-size: 120%;
  font-weight: bold;
}

.block.rel-doc table {
  border-collapse: collapse;
  border: 1px solid #efefef;
}

#contents_saiji .block.rel-doc table a {
  text-decoration: none;
}

.block.rel-doc table th,
.block.rel-doc table td {
  border: 1px solid #efefef;
  padding: 10px;
  box-sizing: border-box;
}

.block.rel-doc table th {
  background: #eeeeee;
  border-bottom: 3px solid #fff;
  width: 30%;

}

.block.rel-doc table .tbhead th:last-child {
  background: #e9f4f8;
  width: 70%;
  border-left: 3px solid #fff;
}

.block.rel-doc table .tbhead th {
  background: #e9f4f8;
  vertical-align: middle;
}

#contents_saiji .block.rel-doc table th a:hover,
#contents_saiji .block.rel-doc table th a:active {
  text-decoration: underline;
}

#contents_saiji .block.rel-doc table .ico_pdf {
  display: inline-block;
  padding-right: 5px;
}

#contents_saiji .block.rel-doc table .ico_pdf img {
  width: 17px;
}

#contents_saiji .block.rel-doc table .tb_txt {
  display: inline-block;
  margin-bottom: 5px;
}

dl.summary,
dl.summary dt,
dl.summary dd {
  display: flex;
  box-sizing: border-box;
}

dl.summary::after,
dl.drawing::after,
dl.feature::after,
dl.detail::after {
  content: "";
  display: block;
  clear: both;
}

dl.summary {
  border-bottom: 1px solid #efefef;
  margin-bottom: 3px;
}

dl.summary dt {
  background: #e9f4f8;
  float: left;
  width: 15%;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  margin-bottom: 0;
  text-align: center;
}

dl.summary dd {
  float: left;
  width: 33%;
  align-items: center;
  padding: 10px 0 10px 10px;
}

dl.drawing,
dl.feature {
  margin-bottom: 3px;
}

dl.drawing dt {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e9f4f8;
  padding: 10px 0;
  float: left;
  width: 15%;
  margin-right: 0.3%;
  border-bottom: 1px solid #efefef;
}

dl.drawing dd {
  display: flex;
  align-items: center;
  margin-left: 15.3%;
  padding: 3px 3px 3px 10px;
  border-bottom: 1px solid #efefef;
}

dl.feature dt {
  display: flex;
  background: #e9f4f8;
  float: left;
  width: 15%;
  align-items: center;
  justify-content: center;
  margin-right: 0.3%;
}

dl.feature dd {
  margin-left: 15.3%;
  padding: 3px 0 3px 0;
  border-bottom: 1px solid #efefef;
}

dl.detail {
  font-size: 90%;
  margin: 0 0 0 3px;
}

dl.detail dt {
  display: flex;
  align-items: center;
  justify-content: left;
  width: 30%;
  padding: 3px 3px 3px 6px;
  background: #eeeeee;
  border-bottom: 3px solid #efefef;
}

dl.detail dd {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-left: calc(30.3% + 9px);
  margin-left: -webkit-calc(30.3% + 9px);
  margin-bottom: 3px;
  padding-left: 20px;
  border-bottom: 1px solid #efefef;
}

/* .eventspace_item dl:last-child dd {
  border-bottom: none;
} */

.eventspace_item .table_box_last dd {
  border-bottom: none;
}

div.bnr:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0px;
  font-size: 0em;
  line-height: 0;
  clear: both;
}

.block .pdf_download {
  width: 42%;
  float: left;
  margin: 0 20px 10px 0;
}

.block .pdf_download span {
  display: block;
  margin-top: 10px;
  font-size: 115%;
  font-weight: bold;
}

.block .pdf_download a:hover img {
  opacity: 0.7;
}

.event_document_list {
  display: flex;
  width: 90%;
}

.event_document_item {
  display: flex;
  flex-direction: column;
  width: 49%;
  font-size: 0.9375rem;
  font-weight: bold;
}

.event_document_item:nth-child(2n - 1) {
  margin-right: 2%;
}

.event_document_ttl {
  margin-bottom: 10px;
}

.event_document_download_link {
  width: 80%;
}

@media screen and (max-width: 1150px) {
  .block .pdf_download {
    width: 50%;
  }
}

@media screen and (max-width: 945px) {
  .block .pdf_download {
    width: 60%;
  }
}

/*sp*/
@media screen and (max-width: 767px) {
  .pc_appear {
    display: none;
  }

  .sp_appear {
    display: block;
  }

  .pageTtl {
    margin-bottom: 20px !important;
  }


  .nav_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 15px auto 10px;
  }

  .nav_item {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.375rem;
    font-weight: 600;
    position: relative;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .nav_item a {
    display: inline-block;
    width: 100%;
    font-size: 1.25rem;
    color: #fff;
    padding: 20px 0;
    background: #B60081;
    border: 2px solid #B60081;
    border-radius: 10px;
    box-sizing: border-box;
  }

  .nav_item::before {
    content: "";
    position: absolute;
    border-top: 13px solid #fff;
    border-right: 9px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 9px solid transparent;
    right: 20px;
    top: calc(50% + 9px);
    transform: translateY(-50%);
    pointer-events: none;
  }

  .nav_item.active a,
  .nav_item:hover,
  .nav_item a:hover {
    color: #B60081;
    background: #fff;
    text-decoration: none;
  }

  .nav_item.active::before,
  .nav_item:hover::before {
    content: "";
    position: absolute;
    border-top: 13px solid #B60081;
    border-right: 9px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 9px solid transparent;
    right: 20px;
    top: calc(50% + 9px);
    transform: translateY(-50%);
  }

  #contents_saiji h2.sub_pagetitle  {
    font-size: 1rem;
    margin-bottom: 18px;
  }

  .sec_customer h2 {
    font-size: 1rem;
  }

  #contents_saiji p.item_work {
    margin-bottom: 20px;
  }

  #contents_saiji p.l_title {
    font-size: 117%;
  }

  #contents_saiji .block h3 {
    font-size: 117%;
  }

  #contents_saiji h2.sub_pagetitle.note_txt {
    margin-bottom: 20px;
  }

  #contents_saiji .block:last-child {
    margin-bottom: 40px;
  }

  #contents_saiji ul.floor_map {
    width: 100%;
  }

  #contents_saiji ul.floor_map li {
    margin-bottom: 35px;
  }

  #contents_saiji .block ul.space_image {
    width: 100%;
  }

  #contents_saiji .block ul.space_image li {
    width: 100%;
    float: none;
    clear: both;
  }

  #contents_saiji .block ul.space_image li:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }

  #contents_saiji .block .table_box {
    width: 100%;
    float: none;
    clear: both;
    border: 1px solid #BBBBBB;
  }

  dl.summary {
    display: block;
    border-bottom: none;
  }

  dl.summary dt {
    display: flex;
    float: left;
    width: 30%;
    margin-bottom: 3px;
    border-bottom: 1px solid #efefef;
  }

  dl.summary dd {
    float: none;
    width: auto;
    margin-left: 30%;
    display: flex;
    margin-bottom: 3px;
    border-bottom: 1px solid #efefef;
  }

  dl.drawing,
  dl.feature {
    display: block;
    margin-bottom: 0;
    border-bottom: 1px solid #BBBBBB;
  }

  dl.drawing dt {
    display: flex;
    width: 100%;
    padding: 8px 0;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #BBBBBB;
  }

  dl.drawing dd {
    float: none;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    padding: 10px;
    border-bottom: none;
    box-sizing: border-box;
  }

  dl.feature dt {
    float: none;
    display: block;
    width: auto;
    padding: 10px;
    margin: auto;
    text-align: center;
  }
  dl.feature > dd:first-of-type {
    border-bottom: none;
  }
  dl.feature dt.feature_ttl {
    border-bottom: 1px solid #BBBBBB;
  }

  dl.feature dd {
    margin: auto;
    /* border-bottom: none; */
  }

  .eventspace_item .table_box_last {
    border-bottom: none;
  }

  .eventspace_item .table_box_last dd {
    text-align: left;
  }

  dl.detail {
    margin: 8px 10px;
  }

  dl.detail dt {
    display: flex;
    float: left;
    width: 40%;
    padding: 3px 3px 3px 6px;
    text-align: left;
  }

  dl.detail dd {
    margin-left: 40%;
    margin-bottom: 3px;
  }

  dl.detail dd:last-child {
    margin-bottom: 0;
  }

  .block .pdf_download {
    width: 100%;
  }

  .block .box-left {
    float: none;
    width: 100%;
  }

  .block .box-right {
    float: none;
    width: 100%;
  }

  .block.rel-doc {}

  .block.rel-doc table .tbhead {
    display: none;
  }

  .block.rel-doc table th,
  .block.rel-doc table td {
    display: block;
    width: 100%;
  }

  .block.rel-doc table th {
    border-bottom: none;
  }

  .event_document_list {
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
  }
  .event_document_item {
    width: 100%;
    margin-bottom: 15px;
  }
  .event_document_download_link {
    width: 82.253521126%;
  }
  #contents_saiji .block:last-child {
    margin-bottom: 65px;
  }
}