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

.school-top-box {
  border: 3px solid #D1D3D4;
  padding: 25px 25px 25px 15px;
  font-size: 13px;
  text-align: justify;
  width: 86%;
  float: right;
  margin-top: 28px;
  
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.common-body-container h2 {
  margin-bottom: 35px;
}

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

.school-top-img {
  float: right;
  margin-right: 25px;
}

.school-top-div p {
  margin-top: 10px;
  font-size: 14px;
}

#program, #flow {
  margin-top: 95px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.school-div-blue {
  background-color: #BEC9E0;
  padding: 20px 25px 20px 35px;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.school-ul-container {
  float: left;
  width: 60%;
}

.school-ul-container ul {
  padding-left: 25px;
  box-sizing: border-box;
}

.school-ul-container ul li {
  margin-bottom: 18px;
  position: relative;
  font-size: 14px;
}

.school-ul-container ul li:before {
  content: "";
  background: url(../../nursing/monitoring/images/monitoring-checkbox.png) left no-repeat;
  width: 18px;
  height: 18px;
  background-size: 100%;
  position: absolute;
  left: -25px;
  top: 1px;
}

.school-img-container {
  float: right;
  width: 40%;
}

.school-img-container a{
  display: block;
  margin-bottom: 13px;
}

.school-img-container a:last-child {
  margin-bottom: 0px;
}

.school-img-container a img {
  width: 100%;
}

.school-div-blue-p {
  font-size: 14px;
  float: left;
  line-height: 25px;
}

.school-div-blue-p:nth-of-type(1) {
  margin-top: 15px;
}

.school-container-flow h3 {
  font-size: 23px;
  font-weight: bold;
  color: #417BAB;
}

.school-container-flow ul {
  padding-left: 45px;
  margin-top: 23px;
  border-bottom: 1px dashed #939598;
  margin-bottom: 18px;
}

.school-container-flow ul li {
  margin-bottom: 18px;
  font-size: 14px;
  position: relative;
}

.school-container-flow ul li:before {
  content: "";
  background: url(../../nursing/monitoring/images/monitoring-checkbox.png) left no-repeat;
  width: 18px;
  height: 18px;
  background-size: 100%;
  position: absolute;
  left: -25px;
  top: 1px;
}

.school-container-flow p {
  font-size: 14px;
  line-height: 25px;
}

.school-inquiry-b h3 {
  font-size: 23px;
  font-weight: bold;
  color: #417BAB;
  margin-bottom: 35px;
}

.school-inquiry-a iframe {
  border: 0;
  width: 100%;
  height: 230px;
}

.school-inquiry-a {
  float: left;
  width: 55%;
}

.school-inquiry-b {
  float: right;
  width: 45%;
  padding-left: 30px;
  box-sizing: border-box;
}

.school-inquiry-b p {
  font-size: 14px;
}

.school-inquiry-b p span {
  font-size: 14px;
  padding-right: 48px;
  font-weight: normal;
}

.school-inquiry-b p:last-child span {
  padding-right: 33px;
}

.school-inquiry-b p:last-child{
  margin-top: 25px;
}

.school-inquiry-b p:nth-of-type(1) {
  font-size: 18px;
  font-weight: bold;
}

.school-container-inquiry {
  margin-bottom: 70px;
}

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

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

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

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

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

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

@media all and (min-width: 769px) and (max-width: 1000px) {
  .school-top-img {
    margin-right: 0px;
  }
}

@media all and (min-width: 320px) and (max-width: 768px) {
  .school-top-div {
    float: none;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 5px 0px 10px 0px;
    
    background-image: url(../../nursing/school/images/school-human-mobile.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .school-top-box {
    width: 100%;
    float: none;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.3);
  }
  
  .school-container-about {
    padding: 0px 25px;
    box-sizing: border-box;
  }
  
  .school-top-div p {
    margin-top: 0px;
  }
  
  #about, #program, #flow, #inquiry {
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
  }
  
  .school-div-blue {
    padding: 20px 25px 20px 25px;
  }
  
  .school-ul-container {
    float: none;
    width: 100%;
  }
  
  .school-img-container {
    float: none;
    width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
  }
  
  .school-div-blue-p {
    padding: 0px 25px;
  }
  
  .school-container-flow h3 {
    padding: 13px 25px;
    box-sizing: border-box;
    background-color: #417BAB;
    color: #fff;
    font-size: 16px;
  }
  
  .school-container-flow ul {
    padding-left: 51px;
    padding-right: 25px;
  }
  
  .school-container-flow p {
    padding: 0px 25px;
    margin-bottom: 35px;
  }
  
  .school-inquiry-b {
    float: none;
    width: 100%;
    padding-left: 0px; 
  }
  
  #inquiry {
    margin-bottom: 0px;
  }
  
  .school-inquiry-b h3 {
    padding: 20px 0px 25px 0px;
    margin-bottom: 0px;
    font-size: 20px;
  }
  
  .school-container-inquiry {
    padding: 0px 25px;
    box-sizing: border-box;
    margin-bottom: 0px;
  }
  
  .school-inquiry-b p:last-child {
    margin-top: 15px;
  }
  
  .school-inquiry-a {
    float: none;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 25px;
  }
  
  .school-img-container a {
    text-align: center;
  }
  
  .school-img-container a img {
     width: auto; 
  }
  
  .school-div-blue-p:last-child {
    margin-bottom: 40px;
  }
  
  .school-container-about {
    max-height: 500px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
  }
  
  .school-container-program {
    max-height: 0px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
  }
  
  .school-container-flow {
    max-height: 0px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
  }
  
  .school-container-inquiry {
    max-height: 0px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
  }
  
  .dropdown-school-active-01 {
    max-height: 0px !important;
  }
  
  .dropdown-school-active-02 {
    max-height: 700px !important;
  }
  
  .dropdown-school-active-03 {
    max-height: 500px !important;
  }
  
  .dropdown-school-active-04 {
    max-height: 500px !important;
  }
  
  #program:after, #flow: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);
  }
  
  #program, #flow, #inquiry {
    border-top: 1px solid #939598;
    margin-top: -1px !important;
  }
  
  .school-table tr td a {
    pointer-events: all;
  }
  
  .common-banner h1 {
    font-size: 18px;
  }
  
  .common-banner h1 span {
    display: block;
  }
  
  .school-img-container a:first-child img {
     margin-top: 12px;
  }
}

@media all and (min-width: 320px) and (max-width: 375px) {
  .school-img-container a img {
     width: 100%; 
  }
}