@charset "UTF-8";

/* PC表示*/
.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;
}

#contents_saiji ul.floor_map {
  width: 80%;
  margin: auto;
}
#contents_saiji ul.floor_map:after{
  content: "";
  display: block;
  clear: both;
}

#contents_saiji ul.floor_map li {
  float: left;
  width: 33%;
  margin-bottom: 80px;
}

#contents_saiji h2.sub_pagetitle {
  background: #62b2cd;
  font-size: 150%;
  font-weight: bold;
  color: #fff;
  margin-bottom: 50px;
  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 60px;
}

#contents_saiji .block h3{
  border-bottom: 2px solid #62b2cd;
  color: #62b2cd;
  font-size: 150%;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
#contents_saiji .description_txt h3{
  color: #666;
  background: #f8f8f8;
  font-size: 130%;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 20px;
}

#contents_saiji .block ul.space_image {
  overflow: hidden;
  margin-bottom: 20px;
}

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

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

#contents_saiji .block.service h3{
  margin-top: 50px;
}

#contents_saiji .block.service p{
  margin-bottom: 15px;
}

.block p.item_work {
  margin-bottom: 20px !important;
}

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

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

.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;
}

.table_box {
  border: 1px solid #efefef;
}

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 {
  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;
}

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;
}

dl.detail dd:last-child,
dl.detail dt:last-child {
  border-bottom: none;
}

dl.summary .note {
  display: contents;
  font-weight: bold;
  color: red;
}

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;
}

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

.updated-day {
  display: inline-block;
  font-size: 70%;
  font-weight: 500;
  text-align: right;
}

/* 20250822 コンテンツ追加
----------------------*/
.main_visual {
  width: 96%;
  margin: 0 auto;
  margin-bottom: 20px;
}

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

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

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

.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,
.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%);
}


@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) {

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

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

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

  #contents_saiji .block:last-child {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 60px;
    margin-bottom: 30px;
  }

  #contents_saiji ul.floor_map {
    width: 100%;
    padding:10px;
    box-sizing: border-box;
  }

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

  #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;
  }

  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 {
    display: block;
  }

  dl.drawing dt {
    display: flex;
    float: left;
    width: 30%;
    margin: 0;
    text-align: center;
  }

  dl.drawing dd {
    float: none;
    margin-left: 30%;
    padding: 0;
    padding-left: 10px;
    display: flex;
  }

  dl.feature dt {
    float: none;
    display: block;
    width: auto;
    padding: 10px;
    margin: auto;
    text-align: center;
  }

  dl.feature dd {
    margin: auto;
  }

  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 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;
  }

  .sub_pagetitle_with_updated-day {
    display: block;
  }
  .updated-day {
    width: 100%;
    text-align: right;
  }

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

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

  .nav_item a {
    display: inline-block;
    width: 100%;
    font-size: 1rem;
    color: #fff;
    padding: 17px 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%);
  }

}
