.school-top-div {
  float: left;
  width: 72%;
}

.school-top-div p {
  margin-top: 0px;
  line-height: 25px;
  font-size: 14px;
}

.shortstay-div-blue {
  padding: 30px 0px;
  background-color: #BDCAE7;
  float: left;
  width: 100%;
  box-sizing: border-box;
  margin-top: 40px;
}

.school-top-img {
  margin-right: 0px;
  width: 26%;
}

.shortstay-div-blue a {
  font-size: 23px;
  font-weight: bold;
  color: #DF5A67;
  display: block;
  text-align: center;
  text-decoration: none;
}

.shortstay-div-blue div {
  padding: 30px 0px;
  border: 3px solid #DF5A67;
  width: 70%;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}

.shortstay-div-blue div:after {
  content: "";
  border: 12px solid transparent;
  border-right-color: #DF5A67;
  border-bottom-color: #DF5A67;
  position: absolute;
  bottom: 7px;
  right: 7px;
}

#facility {
  margin-top: 65px;
  float: left;
  width: 100%;
}

.shortstay-container-facilities div:nth-of-type(1) {
  float: left;
  width: 50%;
  padding-right: 10px;
  box-sizing: border-box;
}

.shortstay-container-facilities div:nth-of-type(2) {
  float: right;
  width: 50%;
  padding-left: 10px;
  box-sizing: border-box;
}

.shortstay-container-facilities div img {
  width: 100%;
}

.shortstay-container-facilities div:nth-of-type(2) img {
  float: right;
}

.shortstay-container-facilities h3 {
  margin-bottom: 25px;
}

.shortstay-container-facilities p {
  float: left;
}

.shortstay-container-facilities p:nth-of-type(1) {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 17px;
}

.shortstay-container-facilities p:nth-of-type(2) {
  margin-bottom: 50px;
}

.shortstay-container-facilities {
  border-bottom: 1px dashed #939598;
  margin-bottom: 23px;
}

.school-container-inquiry table tr td {
  font-size: 14px;
}

.school-container-inquiry table tr:nth-of-type(1) td:nth-of-type(2) {
  font-size: 20px;
  font-weight: bold;
}

.school-container-inquiry table tr:nth-of-type(3) td {
  padding-top: 25px;
  vertical-align: top;
}

.school-container-inquiry table tr:nth-of-type(4) td {
  padding-top: 20px;
}

.school-container-inquiry table tr td:nth-of-type(1) {
  width: 80px;
}

.shortstay-facilities-box {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.shortstay-facilities-box p {
  font-size: 14px;
}

.shortstay-facilities-box h4 {
  font-size: 23px;
  font-weight: bold;
  color: #417BAB;
  margin-bottom: 25px;
}

.shortstay-facilities-box div {
  padding: 12px 20px 20px 15px;
  box-sizing: border-box;
  border: 4px solid #BCBEC0;
}

.shortstay-container {
  float: left;
  width: 100%;
}

.shortstay-facilities-box p:last-child {
  color: #ED1C24;
}

div.backtotop-nursing a {
  top: -40px;
}

.school-inquiry-b table tr td a {
  color: #000;
  text-decoration: none;
  pointer-events: none;
  cursor: auto;
}

@media all and (min-width: 320px) and (max-width: 768px) {
  .school-top-div {
    float: none;
    width: 100%;
    background-image: none;
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 0px 25px;
    box-sizing: border-box;
  }
  
  .shortstay-div-blue {
    margin-top: 20px;
  }
  
  .school-container-about {
    padding: 0px;
  }
  
  .shortstay-div-blue div {
    width: 80%;
    padding: 25px 0px;
  }
  
  .school-container-flow, .school-container-inquiry {
    max-height: inherit;
    overflow: visible;
  }
  
  #facility {
    margin: -1px 0px 0px 0px;
    border-top: 1px solid #939598;
    position: relative;
  }
  
  .shortstay-container-facilities div:nth-of-type(1), .shortstay-container-facilities div:nth-of-type(2) {
    float: none;
    width: 100%;
    padding: 0px 30px;
  }
  
  .shortstay-container-facilities div:nth-of-type(2) img {
    float: none;
    margin-top: 15px;
  }
  
  .shortstay-container-facilities p:nth-of-type(2) {
    margin-bottom: 23px;
  }
  
  .school-inquiry-a {
    margin-top: 0px;
  }
  
  .school-container-inquiry {
    padding: 0px;
  }
  
  .school-inquiry-a, .school-inquiry-b {
    padding: 0px 25px;
    box-sizing: border-box;
  }
  
  .shortstay-facilities-box div {
    padding: 12px 25px 20px 25px;
    box-sizing: border-box;
    border: none;
    background-color: #BDCAE7;
  }
  
  .shortstay-container {
    max-height: 0px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
  }
  
   #facility:after {
    content: "";
    background: url(../images/dropdown-arrow-up.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 5%;
    top: 40%;
    width: 32px;
    height: 20px;
    transition: .2s;
    transform: rotateZ(180deg);
  }
  
  .dropdown-shortstay-active-01 {
    max-height: 0px !important;
  }
  
  .dropdown-shortstay-active-02 {
    max-height: 1800px !important;
  }
  
  .shortstay-facilities-box h4 {
    font-size: 15px;
  }
  
  .school-inquiry-b table tr td a {
    pointer-events: all;
    font-size: 17px;
  }
  
  .shortstay-div-blue a {
    font-size: 20px;
  }
}