/* --------------------------------------------------- */
.visit1 {
	width: 100%;
	margin-bottom: 100px;
}
.visit1 .mv {
	width: 50%;
	float: right;
	height: 350px;
	background: url(../images/home_visit_nursing/mv.jpg) no-repeat left center;
	background-size: cover;
	border-top-left-radius:30px;
	border-bottom-left-radius:30px;
	margin-bottom: 40px;
	position: relative;
}
.visit1 .mv .point1 {
	display: block;
	background: url(../images/common/mizutama1.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	width: 160px;
	height: 160px;
	left: -17%;
	bottom: 10%;
	animation: fuwafuwa 4s infinite ease-in-out;
}
@keyframes fuwafuwa {
  0% {transform: translate(0, 0);}
  50% {transform: translate(0, -10px);}
  100% {transform: translate(0, 0);}
}
.visit1 h2 {
	color: #FFA15C;
	font-size: 190%;
	font-family: kan48typos-std, sans-serif;
	font-weight: 400;
	margin-bottom: 25px;
	margin-left: 5%;
}
.visit1 h2 br {
	display: none;
}
.visit1 p {
	max-width: 400px;
	width: 40%;
	margin-left: 5%;
}
.visit1 dl {
	clear: both;
	max-width: 1000px;
	width: 90%;
	margin: 0px auto;
	display: table;
	background-color: #FFFAF2;
	border: #FFA15C 2px solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
}
.visit1 dt,
.visit1 dd {
	display: table-cell;
	vertical-align: middle;
}
.visit1 dt {
	text-align: center;
	background-color: #FFA15C;
	color: #fff;
	width: 200px;
	font-family: kan48typos-std, sans-serif;
	font-weight: 400;
}
.visit1 dd {
	padding: 15px 20px;
}
/* --------------------------------------------------- */
.visit2 {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	max-width: 900px;
	width: 90%;
	margin: 30px auto 60px;
}
.visit2 li {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 30px;
}
.visit2 li:nth-child(3n) {
	margin-right: 0;
}
.visit2 li img {
	display: block;
	max-width: 270px;
	width: 100%;
	margin: 0px auto 5px;
}
.visit2 li span {
	display: block;
	text-align: center;
	line-height: 160%;
}
/* --------------------------------------------------- */
.visit3 {
	max-width: 1000px;
	width: 90%;
	margin: 0px auto 80px;
}
.visit3 .outer {
	width: 100%;
	margin-bottom: 30px;
}
.visit3 .outer table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
}
.visit3 .outer table td, table th {
  border: 1px solid #ccc;
  padding: 12px 0 10px;
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
  line-height: 160%;
}
.visit3 .outer table th {
  background-color: #f3f3f3;
  padding: 5px 0 3px;
  font-size: 90%;
}
.visit3 .outer table td {
}
.visit3 .outer table td.ttl {
	background-color: #FFF3EA;
	font-size: 90%;
}
.visit3 .outer .cap {
	font-size: 90%;
	line-height: 160%;
	padding-left:1em;
	text-indent:-1em;
}
.visit3 .outer .cap2 {
	font-size: 90%;
	line-height: 160%;
}
.visit3 dl {
}
.visit3 dt {
}
.visit3 dd {
	margin-bottom: 20px;
}
/* --------------------------------------------------- */
.visit4 {
	max-width: 1000px;
	width: 90%;
	margin: 0px auto 0px;
}
.visit4 .outer {
	width: 100%;
	margin-bottom: 30px;
}
.visit4 .outer table {
  border-collapse: collapse;
  width: 100%;
}
.visit4 .outer table td, table th {
  border: 1px solid #ccc;
  padding: 12px 0 10px;
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
  line-height: 160%;
}
.visit4 .outer table th {
  background-color: #f3f3f3;
  padding: 5px 0 3px;
  font-size: 90%;
}
.visit4 .outer table td {
}
.visit4 .outer table td.ttl {
	background-color: #FFF3EA;
	font-size: 90%;
}
/* --------------------------------------------------- */
.visit5 {
	max-width: 1000px;
	width: 90%;
	margin: 0px auto 100px;
	border: #eee 5px solid;
	padding: 40px;
}
.visit5 ul {
	list-style: none;
	margin-bottom: 10px;
}
.visit5 li {
	width: 100%;
	display: table;
	margin-bottom: 10px;
	background-color: #f3f3f3;
}
.visit5 li p {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 20px;
}
.visit5 li p:first-child {
	width: 130px;
	color: #fff;
	text-align: center;
	background-color: #FF7B1A;
}
.visit5 .center {
	text-align: center;
	color: #FF7B1A;
	font-size: 140%;
	font-family: kan48typos-std, sans-serif;
	font-weight: 400;
	letter-spacing: 2px;
}
/* --------------------------------------------------- */
.visit6 {
	max-width: 1000px;
	width: 90%;
	margin: 0px auto 80px;
}
.visit6 .visit6_2 li {
	width: 100%;
	display: table;
	border-bottom: #ccc 1px dotted;
	padding: 15px 0;
}
.visit6 .visit6_2 a:hover {
	color: #FF7B1A;
}

/* --------------------------------------------------- */



@media screen and (max-width: 900px) {
	/* --------------------------------------------------- */
	
	/* --------------------------------------------------- */
	
	/* --------------------------------------------------- */
}
@media screen and (max-width: 680px) {
	/* --------------------------------------------------- */
	.visit1 .mv {
		width: 35%;
		height: 300px;
		margin-bottom: 30px;
		background: url(../images/home_visit_nursing/mv.jpg) no-repeat center center;
		background-size: cover;
	}
	.visit1 .mv .point1 {
		width: 80px;
		height: 80px;
		left: -7%;
		bottom: 5%;
	}
	.visit1 h2 {
		font-size: 160%;
		line-height: 160%;
	}
	.visit1 h2 br {
		display: block;
	}
	.visit1 p {
		width: 55%;
	}
	.visit1 dl,
	.visit1 dt,
	.visit1 dd {
		display: block;
	}
	.visit1 dt {
		width: 100%;
		padding: 0px 0px 3px;
	}
	/* --------------------------------------------------- */
	.visit2 li,
	.visit2 li:nth-child(3n) {
		width: 47.5%;
		margin-right: 5%;
		margin-bottom: 30px;
	}
	.visit2 li:nth-child(2n) {
		margin-right: 0;
	}
	.visit2 li span br {
		display: none;
	}
	/* --------------------------------------------------- */
	.visit4 .outer {
		overflow-x:scroll;
	}
	.visit4 .outer table {
		width: 700px;
	}
	/* --------------------------------------------------- */
	.visit5 {
		margin: 0px auto 50px;
		border: #eee 3px solid;
		padding: 15px;
	}
	.visit5 li {
		margin-bottom: 5px;
	}
	.visit5 li p {
		padding: 10px 15px;
	}
	.visit5 li p:first-child {
		width: 100px;
		padding: 10px 0px;
	}
	/* --------------------------------------------------- */
}