@charset "utf-8";
/* CSS Document */
.main-navi{
	background-color: rgba(255, 255, 255, 1);
	color: #000;
}

.top-img{
	background-image: url(../img/p-top.jpg);
}
.top-img2{
	background-image: url(../img/pixta_63764660_1024x683.jpg);
}
.it-01{
  background-image: url(../img/nurs-01-2.jpg);
}
.it-02{
  background-image: url(../img/nurs-02.jpg);
  order: 2;
}
.it-03{
  background-image: url(../img/nurs-03.jpg);
}
.it-04{
  background-image: url(../img/nurs-03-2.jpg);
}
.nurs-box{
	margin-top: 20px;
  padding: 14px;
  border: 1px solid #996d3b;
}

.nurs-box > div{
  max-width: 100%;
  padding: 10px;
	opacity: 0;
}

.nurs-box ul{
	display:flex;
	flex-wrap: wrap;
}
.nurs-box ul li{
	list-style: none;
	width: 50%;
	position: relative;
  padding-left:15px;
}
.nurs-box ul li:before {
	background: #996d3b;
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  top: 7px;
  left: 0;
}

.nurs-ttl{
  font-size: 16px;
  background-color: #da9933;
  color: #fff;
  padding: 6px 30px;
  margin-bottom: 15px;
  display: inline-block;
}
.nurs-box p{
	font-size: 12px;
	margin-top: 10px;
}

.nurs-cap{
	position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  padding: 10px;
  background: #000;
  filter: Alpha(opacity=70);
  opacity: 0.7;
}

.coop-box{
  border: 4px double #008c77;
  padding: 20px;
	margin-top: 20px;
}
.coop-box h3,
.coop-box h4{
	text-align: center;
}
.coop-box h3{
	font-size: 18px;
  color: #018c77;
  font-weight: bold;
}
.coop-box h4{
	margin-bottom: 10px;
}
.coop-table td,
.coop-table th{
  padding: 8px;
  border-top: 1px solid #ddd;
}
.coop-table th{
	font-weight: bold;
  width: 120px;
	vertical-align: middle;
}
@media (min-width: 768px) {

}

@media (min-width: 992px){

}
