.fullWidth thead, .fullWidth tbody {
  width: 100%;
}

.dormitory {
  padding-top: 68px;
  word-wrap: break-word;
  hanging-punctuation: allow-end;
}
@media only screen and (max-width: 768px) {
  .dormitory {
    padding-top: 0px;
    padding-bottom: 70px;
  }
}
.dormitory .headingTxt {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .dormitory .headingTxt {
    margin-bottom: 30px;
  }
}
.dormitory .headingTxt p {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
  .dormitory .headingTxt p {
    line-height: 2;
    text-align: center;
  }
}
.dormitory__ttl {
  display: block;
  width: 100%;
  height: 440px;
  position: relative;
  background: url("../img/campus/dormitory/ttlBg.png") no-repeat;
  background-size: cover;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .dormitory__ttl {
    height: 380px;
    background-position-x: 50%;
    margin-bottom: 60px;
  }
}
.dormitory__ttl-txt {
  display: block;
  width: 180px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .dormitory__ttl-txt {
    width: 220px;
  }
}
.dormitory__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 55px;
}
@media only screen and (max-width: 768px) {
  .dormitory__wrap {
    -webkit-box-pack: inrWidth;
        -ms-flex-pack: inrWidth;
            justify-content: inrWidth;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0px;
  }
}
.dormitory__wrap:last-of-type {
  margin-bottom: 60px;
}
.dormitory__wrap li {
  width: 44%;
}
@media only screen and (max-width: 768px) {
  .dormitory__wrap li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.dormitory__wrap li .entry {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .dormitory__wrap li .entry {
    margin-bottom: 10px;
  }
}
.dormitory__wrap li p {
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 768px) {
  .dormitory__wrap li p {
    font-size: 1.4rem;
  }
}
.dormitory .secBox {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .dormitory .secBox {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .dormitory .secBox .l-column {
    padding: 0 15px;
  }
}
.dormitory .secBox .List {
  text-align: justify;
}
.dormitory .secBox .List li:last-of-type {
  width: 97%;
}
@media only screen and (max-width: 768px) {
  .dormitory .secBox .List li:last-of-type {
    width: auto;
  }
}
.dormitory .girlsStyle {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 380px;
  margin-bottom: 90px;
  position: relative;
  background: url("../img/campus/dormitory/gsbg.png") no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .dormitory .girlsStyle {
    padding-top: 190px;
    margin-bottom: 45px;
  }
}
.dormitory .girlsStyle .gsTtl {
  width: 710px;
  position: absolute;
  top: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .dormitory .girlsStyle .gsTtl {
    width: 350px;
    top: 35px;
  }
}
.dormitory .girlsStyle .girlsStyleTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .dormitory .girlsStyle .girlsStyleTop {
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.dormitory .girlsStyle .girlsStyleTop img {
  width: 55.5%;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .dormitory .girlsStyle .girlsStyleTop img {
    width: 100%;
  }
}
.dormitory .girlsStyle .girlsStyleTop-txt {
  width: 39%;
}
@media only screen and (max-width: 768px) {
  .dormitory .girlsStyle .girlsStyleTop-txt {
    width: 100%;
  }
}
.dormitory .girlsStyle .girlsStyleTop-txt h4 {
  margin-bottom: 30px;
  font-size: 2.1rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .dormitory .girlsStyle .girlsStyleTop-txt h4 {
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.8rem;
  }
}
.dormitory .girlsStyle .girlsStyleTop-txt p {
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  .dormitory .girlsStyle .girlsStyleTop-txt p {
    font-size: 1.4rem;
  }
}
.dormitory .girlsStyle .girlsStyleBot {
  width: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  .dormitory .girlsStyle .girlsStyleBot {
    width: 100%;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 45px;
    padding-bottom: 45px;
  }
}
.dormitory .girlsStyle .girlsStyleBot-box {
  width: 46%;
  position: relative;
  border-radius: 10px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .dormitory .girlsStyle .girlsStyleBot-box {
    width: 100%;
  }
}
.dormitory .girlsStyle .girlsStyleBot-box .point {
  width: 86px;
  position: absolute;
  top: -10px;
  left: -14px;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .dormitory .girlsStyle .girlsStyleBot-box:last-of-type {
    margin-top: 40px;
  }
}
.dormitory .girlsStyle .girlsStyleBot-txt {
  width: 100%;
  height: 250px;
}
@media only screen and (max-width: 768px) {
  .dormitory .girlsStyle .girlsStyleBot-txt {
    height: auto;
  }
}
.dormitory .girlsStyle .girlsStyleBot-txt h4 {
  padding-top: 30px;
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
}
.dormitory .girlsStyle .girlsStyleBot-txt p {
  display: block;
  width: 260px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  .dormitory .girlsStyle .girlsStyleBot-txt p {
    margin-bottom: 15px;
  }
}
.dormitory .girlsStyle .girlsStyleBot2 {
  margin-top: 0;
  padding-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  .dormitory .girlsStyle .girlsStyleBot2 {
    padding-bottom: 60px;
  }
  .dormitory .girlsStyle .girlsStyleBot2 .l-halfBox:not(:last-child) {
    margin-bottom: 45px;
  }
}

.TablePanel {
  margin-bottom: 16px;
}
.TablePanel__cell p {
  margin-top: 16px;
  margin-bottom: 16px;
}

#dormVoice img {
  border-radius: 10px;
}

@media only screen and (max-width: 768px) {
  colgroup {
    display: none !important;
  }
}

.NormalTable th {
  padding: 0.4em 0.6em !important;
}

.NormalTable td {
  padding: 0.4em 0.6em !important;
}
@media only screen and (max-width: 768px) {
  .NormalTable td {
    width: 110px;
  }
}

small {
  font-size: 80%;
}

@media only screen and (max-width: 768px) {
  .bgColorGray {
    text-align: left;
  }
  .NormalTable td, .NormalTable th {
    padding: 0.4em 0.6em !important;
    background: #fff;
  }
  .NormalTable th {
    width: 95px !important;
    letter-spacing: 0rem;
  }
  .NormalTable td {
    width: auto !important;
  }
  .nowrap {
    white-space: nowrap;
  }
}