@import "style-eldercare.css";
.txt-white {
  font-size: 20pt;
  margin: 30px auto;
  width: auto;
  text-align: center;
  color: #fff;
  line-height: 25pt;
}
p.txt-white{
  font-size: 20pt;
  margin: 30px auto;
  width: auto;
  text-align: center;
  color: #ffffff;
  line-height: 25pt;
}

.nursing-banner-title {
  color: #fff !important;
  text-align: center;
  font-size: 56px !important;
}

.iot-image-second {
  height: 600px;
  background-image: url(../images/iot/kakko.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}
.iot-image-third {
  height: 600px;
  background-image: url(../images/iot/shopping.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}
.iot-image-fourth {
  height: 600px;
  background-image: url(../images/iot/shopping.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.pricing img {
  display: block;
  margin: auto;
  width: 32px;
}
.pricing li:first-child,
.pricing li:last-child {
  padding: 20px 13px;
}
.pricing li {
  list-style: none;
  padding: 13px;
  padding-top: 0;
  padding-bottom: 0px;
}

.pricing span {
  font-size: 12pt;
}

.pricing button {
  width: auto;
  margin: auto;
  font-size: 15px;
  font-weight: bold;
  border-radius: 50px;
  color: #fff;
  padding: 9px 24px;
  background: #aaa;
  opacity: 1;
  border: none;
  outline: none;
}
.pricing button:hover {
  opacity: .9;
}
.pricing button:active {
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
}


article {
  width:100%;
  max-width:1000px;
  margin:0 auto;
  height:auto;
  position:relative;
}

th.content-price, .content-price button{
  background-color: #e4e4e4 !important;
  color: #848484;
  border: transparent;
}

article ul {
  display:flex;
  top:0px;
  z-index:10;
  padding-bottom:14px;
}
article li {
  list-style:none;
  flex:1;
}
article li:last-child {
  border-right:1px solid #DDD;
}
article.pricing-article {
  width:100%;
  max-width:1000px;
  margin:0 auto;
  height:1000px;
  position:relative;
}
article button {
  width:100%;
  border: 1px solid #DDD;
  border-right:0;
  border-top:0;
  padding: 10px;
  background:#FFF;
  font-size:14px;
  font-weight:bold;
  height:60px;
  color:#999;
  outline: none;
}
article.pricing-article li.active button {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.53) !important;
}
table { border-collapse:collapse; table-layout:fixed; width:100%; }
th { background:#F5F5F5; display:none; }
td, th {
  height:53px
}
td,th { border:1px solid #DDD; padding:10px; empty-cells:show; }
td,th {
  text-align:left;
}
td+td, th+th {
  text-align:center;
  display:none;
}
td.default {
  display:table-cell;
}
.sep,.sep2 {
  background:#F5F5F5;
  font-weight:bold;
}
.hide {
  border:0;
  display: block !important;
  background:none;
}

@media (min-width: 600px) {
  article ul {
    display:none;
  }
  td,th {
    display:table-cell !important;
  }
  td,th {
    width: 330px;

  }
  td+td, th+th {
    width: auto;
  }
  ul.price-button {
    display:none;
  }
}


article {margin-bottom: 50px;}


.custom-navbar {
  background: #343b5d;
  -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}

article ul.price-button {
  width: 100vw;
  background: transparent;
  height: 60px;
}

article.pricing-article {
  width:100%;
  max-width:1000px;
  margin:0 auto;
  height:1000px;
  position:relative;
}
article.pricing-article ul{
  display: table;
  width: 100%;
  padding-left: 0;
}
article.pricing-article ul > li{
  display: table-cell;
}
th.content{
  background-color: #11b719 !important;
  color:#fff;
}
article.pricing-article ul {
  display:flex;
  top:0px;
  z-index:10;
  padding-bottom:14px;
}
article.pricing-article ul li {
  list-style:none;
  flex:1;
}
article.pricing-article ul li:last-child {
  border-right:1px solid #DDD;
}
article.pricing-article ul li button {
  width:100%;
  border: 1px solid #DDD;
  border-right:0;
  border-top:0;
  padding: 10px;
  background:#FFF;
  font-size:14px;
  font-weight:bold;
  height:60px;
  color:#999
}

table { border-collapse:collapse; table-layout:fixed; width:100%; }
th { background:#F5F5F5; display:none; }
td, th {
  height:53px
}
td,th { border:1px solid #DDD; padding:10px; empty-cells:show; }
td,th {
  text-align:left;
}
td+td, th+th {
  text-align:center;
  display:none;
}
td.default {
  display:table-cell;
}

.hide {
  border:0;
  background:none;
}


@media only screen and (min-width: 600px) {
  ul.price-button {
    display: none !important;
  }
}
