@charset "UTF-8";
.detailsVacant__list-content {
  opacity: 1;
  transition: all .5s ease 0
}
.detailsVacant__list-content.is-hidden {
  display: table-column-group;
  opacity: 0;
  height: 0
}
.detailsVacant__list-imgType a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%
}
.detailsVacant__list-imgType a:after {
  content: "";
  position: absolute;
  right: .3rem;
  bottom: -.3rem;
  width: 24px;
  height: 24px;
  background: url(../images/icon_zoom.png)no-repeat center center /contain
}
.more {
  background: #f2f2f2;
  border-bottom: 1px solid #c1c1c1;
  text-align: center;
  font-size: 9pt;
  color: #3992e5;
  line-height: 39px;
  cursor: pointer
}
.detailsPhoto__main.zoom {
  padding-top: 0
}
.detailsPhoto__main.zoom > p {
  margin: 0 0 2em
}
.detailsOutline-table.flex {
  margin-top: 20px;
  margin-bottom: 30px
}
.detailsOutline-table.flex tbody {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #c1c1c1
}
.detailsOutline-table.flex tbody > tr {
  display: flex;
  flex-wrap: wrap;
  width: 50%
}
.detailsOutline-table.flex tbody > tr th {
  width: 145px;
  min-width: auto;
  text-align: center
}
.detailsOutline-table.flex tbody > tr td {
  width: calc(100% - 145px)
}
.detailsOutline-table.flex tbody .detailsOutline__list-content:first-child {
  border-top: 0
}
@media only screen and (max-width:767px) {
  .detailsOutline-table.flex {
    margin-top: 20px;
    margin-bottom: 30px
  }
  .detailsOutline-table.flex tbody > tr {
    width: 100%
  }
  .detailsOutline-table.flex tbody > tr th {
    padding: .5rem 0;
    width: 110px
  }
  .detailsOutline-table.flex tbody > tr td {
    width: calc(100% - 110px)
  }
  .detailsOutline-table.flex tbody .detailsOutline__list-content:first-child {
    border-top: 0
  }
}
.detailsType__img-list img {
  min-width: initial
}
.detailsType__img-list {
  display: flex;
  flex-wrap: wrap
}
.detailsType__img-list li {
  position: relative;
  margin: 0 .6% 1.2% 0;
  width: 16%;
  text-align: center;
  font-size: 1.2rem
}
.detailsType__img-list li a {
  display: block
}
.detailsType__img-list li.current a {
  pointer-events: none
}
.detailsType__img-list li.current a:after, .detailsType__img-list li:hover a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 100%, .6)
}
@media only screen and (max-width:767px) {
  .detailsType__img-list {
    width: 750pt
  }
    .detailsType__img-list li {width: 8%;}
}
.mfp-bg {
  opacity: 0;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  transition: all .15s ease-out
}
.mfp-bg.mfp-ready {
  opacity: 1
}
.mfp-bg.mfp-removing {
  opacity: 0
}
.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  transition: all .15s ease-out
}
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1
}
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0
}