div.common-banner-container {
  background-image: none;
  background-color: #417BAB;
}

.common-banner h1 {
  padding-left: 20px;
}

.caresupport-container,
.caresupport-top {
  float: left;
  width: 100%;
}

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

.caresupport-top-div p:last-child {
  margin-top: 30px;
}

.caresupport-top-div {
  float: left;
  width: 62%;
}

.caresupport-top-img {
  float: right;
  width: 35%;
}

.caresupport-top-img img {
  width: 100%;
}

.caresupport-top-p {
  margin-top: 30px;
  float: left;
  font-size: 14px;
}

.caresupport-div-blue {
  background-color: #BEC9E0;
  float: left;
  width: 100%;
  margin-top: 35px;
  padding: 20px 20px 20px 250px;
  box-sizing: border-box;
  
  background-image: url(../../nursing/caresupport/images/caresupport-pen-paper-icon.png);
  background-size: 100px;
  background-position: 60px;
  background-repeat: no-repeat;
}

.caresupport-div-blue ul li {
  margin-bottom: 18px;
  font-size: 14px;
  position: relative;
}

.caresupport-div-blue 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: 0px;
}

.caresupport-div-blue ul li:last-child {
  margin-bottom: 0px;
}

.caresupport-div-blue ul {
  float: right;
  width: 100%;
}

#inquiry {
  float: left;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 30px;
}

.caresupport-inquiry-top, .caresupport-inquiry-bottom, .caresupport-inquiry-div {
  float: left;
  width: 100%;
}

.caresupport-inquiry-top h3, .caresupport-inquiry-bottom h3 {
  font-size: 23px;
  font-weight: bold;
  color: #417BAB;
  margin-bottom: 30px;
}

.caresupport-inquiry-div table tr td, .caresupport-inquiry-div table tr td {
  font-size: 14px;
}

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

.caresupport-inquiry-div table tr:nth-of-type(1) td:nth-of-type(2) a, .caresupport-inquiry-div table tr:nth-of-type(1) td:nth-of-type(2) a {
  color: #000;
  text-decoration: none;
  pointer-events: none;
  cursor: auto;
}

.caresupport-inquiry-div table tr td:nth-of-type(1), .caresupport-inquiry-div table tr td:nth-of-type(1) {
  width: 60px;
  vertical-align: top;
}

.caresupport-inquiry-div table tr:nth-of-type(1) td:nth-of-type(1), .caresupport-inquiry-div table tr:nth-of-type(1) td:nth-of-type(1) {
  vertical-align: middle;
}

.caresupport-inquiry-div table tr:nth-of-type(3) td a, .caresupport-inquiry-div table tr:nth-of-type(3) td a {
  padding: 10px 0px;
  text-align: center;
  border: 1px solid #C85862;
  display: block;
  width: 115px;
  color: #C85862;
  margin-top: 5px;
  text-decoration: none;
}

.caresupport-inquiry-div table tr:nth-of-type(3) td, .caresupport-inquiry-div table tr:nth-of-type(3) td {
  padding-bottom: 18px;
}

.caresupport-inquiry-div table, .caresupport-inquiry-div table {
  float: left;
  width: 50%;
}

.caresupport-inquiry-div div, .caresupport-inquiry-div div {
  float: right;
  width: 48%;
  padding: 12px 15px 15px 15px;
  border: 4px solid #BCBEC0;
  box-sizing: border-box;
}

.caresupport-inquiry-div div {
  padding-bottom: 30px;
}

.caresupport-inquiry-div div h4, .caresupport-inquiry-div div h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.caresupport-inquiry-div div p, .caresupport-inquiry-div div p {
  font-size: 13px;
  line-height: 20px;
}

.caresupport-inquiry-top {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #939598;
}

.caresupport-inquiry-bottom {
  margin-bottom: 90px;
}

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

@media all and (min-width: 320px) and (max-width: 768px) {
  #about, #inquiry {
    padding: 18px 45px 18px 25px;
    margin: 0px;
    box-sizing: border-box;
    position: relative;
  }
  
  #about: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;
  }
  
  #inquiry: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);
  }
  
  .caresupport-top-div {
    float: none;
    width: 100%;
    margin-top: 20px;
    padding: 0px 25px;
    box-sizing: border-box;
  }
  
  .caresupport-top-img {
    float: none;
    width: 100%;
    margin-top: 25px;
    padding: 0px 40px;
    box-sizing: border-box;
  }
  
  .caresupport-top-p {
    padding: 0px 25px;
  }
  
  .caresupport-div-blue {
    padding: 20px 25px;
    background-image: none;
  }
  
  .caresupport-div-blue ul {
    padding-left: 25px;
    box-sizing: border-box;
  }
  
  .caresupport-inquiry-top h3, .caresupport-inquiry-bottom h3 {
    padding: 10px 60px 10px 25px;
    box-sizing: border-box;
    background-color: #417BAB;
    color: #fff;
    position: relative;
    margin-bottom: 0px;
    font-size: 20px;
  }
  
  .caresupport-inquiry-top h3:after, .caresupport-inquiry-bottom h3:after {
    content: "";
    background: url(../images/dropdown-arrow-up-white.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 5%;
    top: 40%;
    width: 32px;
    height: 20px;
    transition: .2s;
    transform: rotateZ(180deg);
  }
  
  .caresupport-inquiry-div table, .caresupport-inquiry-div table {
    padding: 0px 25px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  
  .caresupport-inquiry-top {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
  }
  
  .caresupport-inquiry-div div, .caresupport-inquiry-div div {
    background-color: #DEDFED;
    border: none;
    width: 100%;
    float: none;
    padding: 15px 25px;
    box-sizing: border-box;
    margin-top: 30px;
  }
  
  .caresupport-inquiry-bottom {
    margin-bottom: 0px;
  }
  
  .caresupport-inquiry-div-top {
    max-height: 0px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
  }
  
  .caresupport-inquiry-div-bottom {
    max-height: 0px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
  }
  
  .caresupport-container-about {
    max-height: 1000px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
  }
  
  .caresupport-container-inquiry {
    max-height: 0px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
  }
  
  #inquiry-bottom {
    border-top: 1px solid #fff;
  }
  
  .dropdown-caresupport-active-01 {
    max-height: 0px !important;
  }
  
  .dropdown-caresupport-active-02 {
    max-height: 1100px !important;
  }
  
  .dropdown-caresupport-active-03 {
    max-height: 500px !important;
  }
  
  .dropdown-caresupport-active-04 {
    max-height: 500px !important;
  }
  
  .caresupport-inquiry-div table tr:nth-of-type(1) td:nth-of-type(2) a, .caresupport-inquiry-div table tr:nth-of-type(1) td:nth-of-type(2) a {
    pointer-events: all;
    font-size: 17px;
  }
  
  .table-span {
    display: block;
  }
}