@charset "UTF-8";
/*
 * sub_layout.css
 *
 */

/* !mainvisual
---------------------------------------------------------- */
.subMainWrap {
	width:auto;
	margin:0 50px 0 50px;
}
.subMainWrap a.hapLogo {
	display:block;
	width:300px;
	margin:0 auto;
}
.subMainWrap a.hapLogo img.hapLogo {
	display:block;
	width:300px;
	margin:0 auto;
}
.subMain {
	width:auto;
	max-width:1200px;
	height:250px;
	margin:0 auto;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size: cover;
	position: relative;
	top:10px;
	overflow:hidden;
	z-index:1;
}
	.subMain:before {
		background: #FFF;
		content: '';
		display: inline-block;
		width:100%;
		height:100%;
		position: absolute;
		transform: translateX(0%);
		transition:all 1.4s .5s ease;
		width: 100%;
		z-index: 2;
	}
.mainAbout {
	background:url('http://www.kiso-hospital.or.jp/wp-kiso-hospital/wp-content/themes/kiso-hp/about/img/main.jpg') 50% 50% no-repeat;
	background-size:cover;
}
.mainSubjects {
	background:url(../../subjects/img/main.jpg) 50% 50% no-repeat;
	background-size:cover;
}
.mainDepartment {
	background:url(../../department/img/main.jpg) 50% 50% no-repeat;
	background-size:cover;
}
.mainPatient {
	background:url('http://www.kiso-hospital.or.jp/wp-kiso-hospital/wp-content/themes/kiso-hp/patient/img/main.jpg') 50% 50% no-repeat;
	background-size:cover;
}
.mainHospitalization {
	background:url(../../hospitalization/img/main.jpg) 50% 50% no-repeat;
	background-size:cover;
}
.mainAthome {
	background:url(../../athome/img/main.jpg) 50% 50% no-repeat;
	background-size:cover;
}
.mainMe {
	background:url(../../me/img/main.jpg) 50% 50% no-repeat;
	background-size:cover;
}
.mainRecruit {
	background:url('http://www.kiso-hospital.or.jp/wp-kiso-hospital/wp-content/themes/kiso-hp/recruit/img/main.jpg') 50% 50% no-repeat;
	background-size:cover;
}
.mainFeature {
	background:url(../../feature/img/main.jpg) 50% 50% no-repeat;
	background-size:cover;
}

	.subMain img.kadomaru1{
		position:absolute;
		display:block;
		width:40px;
		height:40px;
		top:0;
		left:0;
	}
	.subMain img.kadomaru2{
		position:absolute;
		display:block;
		width:40px;
		height:40px;
		bottom:0;
		right:0;
	}

h1.mainTit {
		display:block;
		height:70px;
		position:relative;
		font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E, "游ゴシック", YuGothic,メイリオ,Meiryo,serif;
		font-size:30px;
		font-weight:bold;
		color:#FFF;
		line-height:70px;
		text-align:center;
		letter-spacing:0.1em;
		background:#429E3B;
		bottom:25px;
		left:50%;
		-webkit-animation: tit 2.4s 1 ease;
		-moz-animation: tit 2.4s 1 ease;
		animation: tit 2.4s 1 ease ;
		z-index:3;
		margin-bottom:50px;
	}
		h1.mtAbout {
			width:220px;
			margin-left:-110px;
		}
		h1.mtSubjects {
			width:220px;
			margin-left:-110px;
		}
		h1.mtDepartment {
			width:220px;
			margin-left:-110px;
		}
		h1.mtSchedule {
			width:320px;
			margin-left:-160px;
		}
		h1.mtPatient {
			width:260px;
			margin-left:-130px;
		}
		h1.mtHospitalization {
			width:420px;
			margin-left:-210px;
		}
		h1.mtAthome {
			width:540px;
			margin-left:-270px;
		}
		h1.mtMe {
			width:220px;
			margin-left:-130px;
		}
		h1.mtRecruit {
			width:220px;
			margin-left:-110px;
		}
		h1.mtFeature {
			width:350px;
			margin-left:-180px;
		}
		h1.mainTit:before {
			content: " ";
			position: absolute;
			top: 0;
			left: -30px;
			width: 0;
			height: 0;
			border-width: 0 0 70px 30px;
			border-style: solid;
			border-color: transparent;
			border-bottom-color: #429E3B;
		}
		h1.mainTit:after {
			content: " ";
			position: absolute;
			top: 0;
			left: 100%;
			width: 0;
			height: 0;
			border-width: 0 30px 70px 0;
			border-style: solid;
			border-color: transparent;
			border-bottom-color: #429E3B;
			transform: rotateX(180deg);
		}

/*アニメーションするプロパティを設定*/
.subMain.active{
	opacity: 1;
}
.subMain.active:before{
    transform: translateX(100%);
}

@-webkit-keyframes tit {
    0% {
        opacity: 0;
		transform: translateY(30px);
    }
	50% {
        opacity: 0;
        transform: translateY(30px);
    }
	100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-moz-keyframes tit {
    0% {
        opacity: 0;
		transform: translateY(30px);
    }
	50% {
        opacity: 0;
        transform: translateY(30px);
    }
	100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes tit {
    0% {
        opacity: 0;
		transform: translateY(30px);
    }
	50% {
        opacity: 0;
        transform: translateY(30px);
    }
	100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@media screen and (max-width:1039px){
.subMainWrap {
	margin:0 30px 0 30px;
}
.subMain {
	height:200px;
}

h1.mainTit {
		height:60px;
		font-size:26px;
		line-height:60px;
		bottom:20px;
		margin-bottom:30px;
	}
		h1.mtAbout {
			width:170px;
			margin-left:-85px;
		}
		h1.mtSubjects {
			width:170px;
			margin-left:-85px;
		}
		h1.mtDepartment {
			width:170px;
			margin-left:-85px;
		}
		h1.mtSchedule {
			width:280px;
			margin-left:-140px;
		}
		h1.mtPatient {
			width:220px;
			margin-left:-120px;
		}
		h1.mtHospitalization {
			width:360px;
			margin-left:-180px;
		}
		h1.mtAthome {
			width:460px;
			margin-left:-230px;
		}
		h1.mtMe {
			width:170px;
			margin-left:-120px;
		}
		h1.mtRecruit {
			width:170px;
			margin-left:-85px;
		}
		h1.mtFeature {
			width:300px;
			margin-left:-160px;
		}
		h1.mainTit:before {
			border-width: 0 0 60px 30px;
		}
		h1.mainTit:after {
			border-width: 0 30px 60px 0;
		}
}

@media screen and (max-width:767px){
.subMainWrap {
	margin:0 20px 0 20px;
}
.subMainWrap img.hapLogo {
	width:200px;
}
.subMain {
	height:120px;
}

	h1.mainTit {
		height:44px;
		font-size:17px;
		line-height:44px;
		letter-spacing:0;
		bottom:12px;
	}
		h1.mtAbout {
			width:100px;
			margin-left:-50px;
		}
		h1.mtSubjects {
			width:100px;
			margin-left:-50px;
		}
		h1.mtDepartment {
			width:100px;
			margin-left:-50px;
		}
		h1.mtSchedule {
			width:170px;
			margin-left:-85px;
		}
		h1.mtPatient {
			width:130px;
			margin-left:-65px;
		}
		h1.mtHospitalization {
			width:220px;
			margin-left:-110px;
		}
		h1.mtAthome {
			width:260px;
			margin-left:-130px;
		}
		h1.mtMe {
			width:100px;
			margin-left:-65px;
		}
		h1.mtRecruit {
			width:100px;
			margin-left:-50px;
		}
		h1.mtFeature {
			width:190px;
			margin-left:-90px;
		}
		h1.mainTit:before {
			left: -20px;
			border-width: 0 0 44px 20px;
		}
		h1.mainTit:after {
			border-width: 0 20px 44px 0;
		}
}

@media screen and (max-width:360px){
	h1.mainTit {
		font-size:15px;
	}
		h1.mtAbout {
			width:100px;
			margin-left:-50px;
		}
		h1.mtSubjects {
			width:100px;
			margin-left:-50px;
		}
		h1.mtDepartment {
			width:100px;
			margin-left:-50px;
		}
		h1.mtSchedule {
			width:160px;
			margin-left:-80px;
		}
		h1.mtPatient {
			width:120px;
			margin-left:-60px;
		}
		h1.mtHospitalization {
			width:200px;
			margin-left:-100px;
		}
		h1.mtAthome {
			width:230px;
			margin-left:-115px;
		}
		h1.mtMe {
			width:120px;
			margin-left:-60px;
		}
		h1.mtRecruit {
			width:100px;
			margin-left:-50px;
		}
		h1.mtFeature {
			width:170px;
			margin-left:-85px;
		}
}

/* !contents
---------------------------------------------------------- */
#contents {
	width:100%;
}

.basic {
	width:auto;
	margin:0 50px;
}

.linkInPage {
	margin-top:-70px;
	padding-top:70px;
}

@media screen and (max-width:1039px){
.basic {
	margin:0 30px;
}

.linkInPage {
	margin-top:-60px;
	padding-top:60px;
}
}

@media screen and (max-width:767px){
.basic {
	margin:0 20px;
}
}

#sec04 p.note {
	text-indent: -1em;
	padding-left: 1em;
	color:
}


/* !病院概要
---------------------------------------------------------- */
.aboutGreeting {
	width:auto;
	max-width:1200px;
	position:relative;
	margin:0 auto 90px auto;
}
	.aboutGreeting div.left {
		width:62%;
		float:left;
	}
	.aboutGreeting div.right {
		width:30%;
		margin-left:70%;
	}
		.aboutGreeting div.right img {
			display:block;
			width:100%;
			margin-bottom:20px;
		}
		.aboutGreeting div.right p.name {
			line-height:1.6;
			text-align:right;
		}
			.aboutGreeting div.right p.name span {
				font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E, "游ゴシック", YuGothic,メイリオ,Meiryo,serif;
				font-size:18px;
				font-weight:bold;
				letter-spacing:0.08em;
			}

.aboutPhilosophy {
	width:auto;
	max-width:1200px;
	position:relative;
	margin:0 auto 90px auto;
}
	.aboutPhilosophy p.philosophy {
		font-size:20px;
		text-align:center;
		margin-bottom:40px;
	}
	.aboutPhilosophy div.policyBox {
		width:80%;
		background:#f2f2f2;
		padding:50px 60px;
		margin:0 auto;
		border-radius:16px;
	}
		.aboutPhilosophy div.policyBox h3 {
			font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E, "游ゴシック", YuGothic,メイリオ,Meiryo,serif;
			font-size:22px;
			font-weight:bold;
			text-align:center;
			margin-bottom:30px;
		}
		.aboutPhilosophy div.policyBox p {
			font-size:17px;
			margin-bottom:10px;
		}

.aboutProfile01 {
	width:auto;
	max-width:1200px;
	position:relative;
	background:url(../img/dot_line01.png) 0 bottom repeat-x;
	background-size:5px 1px;
	padding-bottom:50px;
	margin:0 auto 50px auto;
}
	.aboutProfile01 div.left {
		width:25%;
		float:left;
	}
		.aboutProfile01 div.left h3 {
			font-size:18px;
			font-weight:bold;
			color:#FFF;
			text-align:center;
			line-height:120px;
			width:120px;
			height:120px;
			background:#4C9CD6;
			border-radius:50%;
		}
	.aboutProfile01 div.right {
		width:75%;
		margin-left:25%;
	}
.aboutProfile02 {
	width:auto;
	max-width:1200px;
	position:relative;
	background:url(../img/dot_line01.png) 0 bottom repeat-x;
	background-size:5px 1px;
	padding-bottom:50px;
	margin:0 auto 70px auto;
}
	.aboutProfile02 div.left {
		width:25%;
		float:left;
	}
		.aboutProfile02 div.left h3 {
			font-size:18px;
			font-weight:bold;
			color:#FFF;
			text-align:center;
			line-height:120px;
			width:120px;
			height:120px;
			background:#4C9CD6;
			border-radius:50%;
		}
	.aboutProfile02 div.right {
		width:75%;
		margin-left:25%;
	}

.aboutHistory {
	width:auto;
	max-width:1200px;
	position:relative;
	margin:0 auto 100px auto;
}
	.aboutHistory div.historyBox {
		width:90%;
		background:#E5F1F9;
		padding:60px;
		margin:0 auto;
	}

dl.history {
	width:100%;
	margin:0 auto;
	background:url(../../about/img/history_bg.gif) 120px 0 repeat-y;
	background-size:1px 2px;
}
	dl.history dt {
		display: block;
		width:120px;
		float:left;
	}
	dl.history dd {
		position:relative;
		display: block;
		width:auto;
		margin-left:120px;
		padding-left:50px;
		margin-bottom:20px;
	}
	dl.history dd:last-child {
		margin-bottom:0;
	}
		dl.history dd:before {
			position:absolute;
			display:inline-block;
			content:"";
			width:13px;
			height:13px;
			background:#FFF;
			border:2px solid #0072C4;
			border-radius:50%;
			top:7px;
			left:-8px;
		}

.aboutDoctor {
	width:auto;
	max-width:1200px;
	position:relative;
	margin:0 auto 100px auto;
}
	.aboutDoctor div.doctorBox {
		width:90%;
		background:#F2F2F2;
		padding:50px 60px;
		border-radius:16px;
		margin:0 auto;
	}
		.aboutDoctor div.doctorBox p.post {
			margin-bottom:15px;
		}
			.aboutDoctor div.doctorBox p.post span {
				display:inline-block;
				font-weight:bold;
				color:#FFF;
				line-height:1;
				padding:0.6em 0.8em;
				background:#4C9CD6;
			}
		.aboutDoctor div.doctorBox h3 {
			font-size:20px;
			font-weight:bold;
		}
			.aboutDoctor div.doctorBox h3 span {
				font-size:14px;
				font-weight:normal;
			}
		.aboutDoctor div.doctorBox p.depart {
			color:#4C9BD6;
			margin-bottom:20px;
		}
			.aboutDoctor div.doctorBox p.depart i.fa {
				margin-right:.6em;
			}
		.aboutDoctor div.doctorBox dl {
			width:100%;
			border-top:1px solid #DFDFDF;
			padding-top:1em;
		}
			.aboutDoctor div.doctorBox dl dt {
				width:100px;
				float:left;
			}
			.aboutDoctor div.doctorBox dl dd {
				margin-left:100px;
			}

@media screen and (max-width:1039px){
.aboutGreeting {
	margin:0 auto 80px auto;
}
	.aboutGreeting div.left {
		width:60%;
	}
	.aboutGreeting div.right {
		width:35%;
		margin-left:65%;
	}
			.aboutGreeting div.right p.name span {
				font-size:16px;
			}

.aboutPhilosophy {
	margin:0 auto 80px auto;
}
	.aboutPhilosophy p.philosophy {
		font-size:18px;
	}
	.aboutPhilosophy div.policyBox {
		width:90%;
	}
		.aboutPhilosophy div.policyBox h3 {
			font-size:20px;
		}
		.aboutPhilosophy div.policyBox p {
			font-size:16px;
		}

.aboutProfile01 {
	padding-bottom:45px;
	margin:0 auto 45px auto;
}
		.aboutProfile01 div.left h3 {
			font-size:16px;
			line-height:110px;
			width:110px;
			height:110px;
		}
.aboutProfile02 {
	padding-bottom:45px;
	margin:0 auto 60px auto;
}
		.aboutProfile02 div.left h3 {
			font-size:16px;
			line-height:110px;
			width:110px;
			height:110px;
		}

.aboutHistory {
	margin:0 auto 90px auto;
}
	.aboutHistory div.historyBox {
		width:100%;
		max-width:800px;
	}

.aboutDoctor {
	margin:0 auto 90px auto;
}
	.aboutDoctor div.doctorBox {
		width:100%;
		padding:40px;
	}
		.aboutDoctor div.doctorBox h3 {
			font-size:18px;
		}
}

@media screen and (max-width:767px){
.aboutGreeting {
	margin:0 auto 70px auto;
}
	.aboutGreeting div.left {
		width:100%;
		float:none;
		margin-bottom:40px;
	}
	.aboutGreeting div.right {
		width:100%;
		margin-left:0;
	}
		.aboutGreeting div.right img {
			max-width:320px;
			margin:0 auto 20px auto;
		}
		.aboutGreeting div.right p.name {
			text-align:center;
		}
			.aboutGreeting div.right p.name span {
				font-size:16px;
			}

.aboutPhilosophy {
	margin:0 auto 70px auto;
}
	.aboutPhilosophy p.philosophy {
		font-size:15px;
		text-align:left;
	}
	.aboutPhilosophy div.policyBox {
		width:100%;
		padding:30px 20px;
		border-radius:14px;
	}
		.aboutPhilosophy div.policyBox h3 {
			font-size:17px;
			margin-bottom:25px;
		}
		.aboutPhilosophy div.policyBox p {
			font-size:14px;
		}

.aboutProfile01 {
	padding-bottom:40px;
	margin:0 auto 40px auto;
}
	.aboutProfile01 div.left {
		width:100%;
		float:none;
		margin-bottom:30px;
	}
		.aboutProfile01 div.left h3 {
			font-size:15px;
			line-height:100px;
			width:100px;
			height:100px;
			margin:0 auto;
		}
	.aboutProfile01 div.right {
		width:100%;
		margin-left:0;
	}
.aboutProfile02 {
	padding-bottom:40px;
	margin:0 auto 50px auto;
}
	.aboutProfile02 div.left {
		width:100%;
		float:none;
		margin-bottom:30px;
	}
		.aboutProfile02 div.left h3 {
			font-size:15px;
			line-height:100px;
			width:100px;
			height:100px;
			margin:0 auto;
		}
	.aboutProfile02 div.right {
		width:100%;
		margin-left:0;
	}

.aboutHistory {
	margin:0 auto 80px auto;
}
	.aboutHistory div.historyBox {
		padding:20px;
	}

dl.history {
	background:url(../../about/img/history_bg.gif) 70px 0 repeat-y;
	background-size:1px 2px;
}
	dl.history dt {
		width:70px;
	}
	dl.history dd {
		margin-left:70px;
		padding-left:15px;
		margin-bottom:20px;
	}
		dl.history dd:before {
			width:9px;
			height:9px;
			top:7px;
			left:-6px;
		}

.aboutDoctor {
	margin:0 auto 80px auto;
}
	.aboutDoctor div.doctorBox {
		padding:30px 20px;
	}
		.aboutDoctor div.doctorBox p.post {
			margin-bottom:12px;
		}
		.aboutDoctor div.doctorBox h3 {
			font-size:16px;
		}
			.aboutDoctor div.doctorBox dl dt {
				width:60px;
			}
			.aboutDoctor div.doctorBox dl dd {
				margin-left:60px;
			}
}

/* !診療科・部門紹介
---------------------------------------------------------- */
.departmentBox {
	width:auto;
	max-width:1200px;
	background:#E5F1F9;
	padding:50px 60px;
	border-radius:16px;
	margin:0 auto;
}
	.departmentBox div.inner {
		width:100%;
	}
		.departmentBox div.inner div.left {
			width:60%;
			float:left;
		}
		.departmentBox div.inner div.right {
			width:35%;
			margin-left:65%;
		}
		.departmentBox div.inner ul.list01 {
			font-size:0;
		}
		.departmentBox div.inner ul.list01 li {
			display:inline-block;
			font-size:16px;
			font-weight:bold;
			line-height:1.2;
			padding:0.4em 0.6em;
			border:1px solid #999;
			background:#FFF;
			margin-right:10px;
		}
		.departmentBox div.inner ul.list01 li:last-child {
			margin-right:0;
		}
		.departmentBox div.inner ul.photo {
			width:100%;
			display:flex;
			justify-content: space-between;
		}
			.departmentBox div.inner ul.photo li {
				width:30%;
			}

/* 20240909追加 */

			.departmentBox div.inner p.textAlignCenter {
				text-align: center;
			}

ul.departmentNavi {
	width:auto;
	max-width:1200px;
	margin:0 auto 70px auto;
}
	ul.departmentNavi li {
		width:30%;
		float:left;
		margin:0 5% 20px 0;
	}
	ul.departmentNavi li:nth-child(3n) {
		margin-right:0;
	}
		ul.departmentNavi li a {
			position:relative;
			width:100%;
			display:block;
			font-weight:bold;
			color:#FFF;
			text-align:center;
			width:100%;
			height:48px;
			line-height:48px;
			background:#408DE2;
			border:1px solid #408DE2;
			border-radius:25px;
			transition: all 0.6s ease;
		}
		ul.departmentNavi li a:hover {
			color:#408DE2;
			background:#FFF;
		}
			ul.departmentNavi li a:before {
				position:absolute;
				display:block;
				font-family: "FontAwesome";
				content:"\f105";
				top:0px;
				left:35px;
				transition: all 0.6s ease;
			}
			ul.departmentNavi li a:hover:before {
				left:42px;
			}

@media screen and (max-width:1039px){
.departmentBox {
	padding:40px 40px;
}
		.departmentBox div.inner div.left {
			width:55%;
		}
		.departmentBox div.inner div.right {
			width:40%;
			margin-left:60%;
		}
		.departmentBox div.inner ul.list01 li {
			font-size:14px;
		}
			.departmentBox div.inner ul.photo li {
				width:31%;
			}

ul.departmentNavi {
	margin:0 auto 60px auto;
}
	ul.departmentNavi li {
		width:31%;
		margin:0 3.5% 20px 0;
	}
		ul.departmentNavi li a {
			height:46px;
			line-height:46px;
		}
		ul.departmentNavi li a:hover {
			color:#FFF;
			background:#408DE2;
		}
			ul.departmentNavi li a:before {
				left:22px;
			}
			ul.departmentNavi li a:hover:before {
				left:22px;
			}
}

@media screen and (max-width:767px){
.departmentBox {
	padding:30px 20px;
}
		.departmentBox div.inner div.left {
			width:100%;
			float:none;
			margin-bottom:30px;
		}
		.departmentBox div.inner div.right {
			width:100%;
			margin-left:0;
		}
			.departmentBox div.inner div.right img {
				display:block;
				width:100%;
				max-width:320px;
				margin:0 auto;
			}
		.departmentBox div.inner ul.list01 {
			font-size:0;
		}
		.departmentBox div.inner ul.list01 li {
			margin-right:5px;
			margin-bottom:5px;
		}
		.departmentBox div.inner ul.photo {
			width:100%;
			display:flex;
			flex-direction: column;
		}
			.departmentBox div.inner ul.photo li {
				width:100%;
				max-width:320px;
				margin:0 auto 20px auto;
			}
				.departmentBox div.inner ul.photo li:last-child {
					margin-bottom:0;
				}

ul.departmentNavi {
	width:100%;
	max-width:320px;
	margin:0 auto 50px auto;
}
	ul.departmentNavi li {
		width:100%;
		float:none;
		margin:0 auto 12px auto;
	}
	ul.departmentNavi li:nth-child(3n) {
		margin-right:auto;
	}
		ul.departmentNavi li a {
			height:44px;
			line-height:44px;
		}
		ul.departmentNavi li a:hover {
			color:#FFF;
			background:#408DE2;
		}
			ul.departmentNavi li a:before {
				left:30px;
			}
			ul.departmentNavi li a:hover:before {
				left:30px;
			}
}

/* !外来のご案内
---------------------------------------------------------- */
.patientBox {
	width:auto;
	max-width:1200px;
	background:#F2F2F2;
	padding:50px 60px;
	border-radius:16px;
	margin:0 auto;
}
	.patientBox div.inner {
		width:100%;
	}
		.patientBox div.inner div.left {
			width:60%;
			float:left;
		}
		.patientBox div.inner div.right {
			width:35%;
			margin-left:65%;
		}
			.patientBox div.inner div.left dl {
				width:100%;
				background:url(../img/dot_line01.png) left bottom repeat-x;
				background-size:5px 1px;
			}
			.patientBox div.inner div.left dl.top {
				width:100%;
				background:url(../img/dot_line01.png) left bottom repeat-x, url(../img/dot_line01.png) left top repeat-x;
				background-size:5px 1px, 5px 1px;
			}
				.patientBox div.inner div.left dl dt {
					width:15%;
					float:left;
					font-weight:bold;
					line-height:1.8;
					padding:0.8em 0;
				}
				.patientBox div.inner div.left dl dd {
					width:85%;
					float:left;
					line-height:1.8;
					padding:0.8em 0;
				}
					.patientBox div.inner div.left dl dd ul li {
						position:relative;
						float:left;
						margin-right:35px;
						line-height:1.8;
						padding:0 0 0 1em;
					}
					.patientBox div.inner div.left dl dd ul li:last-child {
						margin-right:0;
					}
					.patientBox div.inner div.left dl dd ul li:before {
						display:block;
						position:absolute;
						content:"";
						width:5px;
						height:5px;
						background:#429E3B;
						transform: rotate(-45deg);
						top:11px;
						left:0;
					}

.patientFlow {
	width:100%;
	position:relative;
	border-top:3px solid #E9E9E9;
	padding:30px 0 0 0;
}
	.patientFlow:before {
		position:absolute;
		display:block;
		content:"";
		width:30%;
		height:3px;
		background:#0072C4;
		top:-3px;
		left:0;
	}
	.patientFlow div.left {
		width:30%;
		float:left;
	}
	.patientFlow div.right {
		width:70%;
		margin-left:30%;
	}
		.patientFlow div.left h3 {
			position:relative;
			font-size:22px;
			font-weight:bold;
			line-height:1.5;
			padding-left:1.5em;
		}
			.patientFlow div.left h3 span {
				position:absolute;
				font-size:14px;
				color:#FFF;
				line-height:22px;
				text-align:center;
				margin-right:0.8em;
				display:inline-block;
				width:22px;
				height:22px;
				background:#0072C4;
				border-radius:50%;
				top:6px;
				left:0;
			}

img.arrow {
	display:block;
	width:48px;
	margin-left:auto;
	margin-right:auto;
}

.schedule01 {
	width:auto;
	max-width:1200px;
	position:relative;
	margin:0 auto 100px auto;
}

@media screen and (max-width:1039px){
.patientBox {
	padding:40px 40px;
}
		.patientBox div.inner div.left {
			width:55%;
		}
		.patientBox div.inner div.right {
			width:40%;
			margin-left:60%;
		}
					.patientBox div.inner div.left dl dd ul li {
						margin-right:20px;
					}
					.patientBox div.inner div.left dl dd ul li:before {
						top:10px;
					}

		.patientFlow div.left h3 {
			font-size:20px;
		}
			.patientFlow div.left h3 span {
				font-size:12px;
				line-height:20px;
				width:20px;
				height:20px;
				top:6px;
			}

.schedule01 {
	margin:0 auto 90px auto;
}
}

@media screen and (max-width:767px){
.patientBox {
	padding:30px 20px;
}
		.patientBox div.inner div.left {
			width:100%;
			float:none;
			margin-bottom:40px;
		}
		.patientBox div.inner div.right {
			width:100%;
			margin-left:0;
		}
			.patientBox div.inner div.right img {
				display:block;
				width:100%;
				max-width:320px;
				margin:0 auto;
			}
		.patientBox div.inner div.left dl {
				width:100%;
				background:url(../img/dot_line01.png) left bottom repeat-x;
				background-size:5px 1px;
			}
			.patientBox div.inner div.left dl.top {
				width:100%;
				background:url(../img/dot_line01.png) left bottom repeat-x, url(../img/dot_line01.png) left top repeat-x;
				background-size:5px 1px, 5px 1px;
			}
				.patientBox div.inner div.left dl dt {
					width:100%;
					float:none;
					font-weight:bold;
					line-height:1.8;
					padding:0.8em 0 0 0;
				}
				.patientBox div.inner div.left dl dd {
					width:100%;
					float:none;
					line-height:1.8;
					padding:0.8em 0;
				}
					.patientBox div.inner div.left dl dd ul li {
						position:relative;
						float:left;
						margin-right:20px;
						line-height:1.8;
						padding:0 0 0 1em;
					}
					.patientBox div.inner div.left dl dd ul li:last-child {
						margin-right:0;
					}
					.patientBox div.inner div.left dl dd ul li:before {
						display:block;
						position:absolute;
						content:"";
						width:5px;
						height:5px;
						background:#429E3B;
						transform: rotate(-45deg);
						top:10px;
						left:0;
					}

.patientFlow {
	border-top:2px solid #E9E9E9;
	padding:25px 0 0 0;
}
	.patientFlow:before {
		height:2px;
		top:-2px;
	}
	.patientFlow div.left {
		width:100%;
		float:none;
		margin-bottom:15px;
	}
	.patientFlow div.right {
		width:100%;
		margin-left:0;
	}
		.patientFlow div.left h3 {
			font-size:16px;
		}
			.patientFlow div.left h3 span {
				font-size:10px;
				line-height:16px;
				width:16px;
				height:16px;
				top:4px;
			}

img.arrow {
	width:36px;
}

.schedule01 {
	margin:0 auto 80px auto;
}
}

/* !入院・お見舞いのご案内
---------------------------------------------------------- */
.hospitalizationBox {
	width:auto;
	max-width:1200px;
	background:#F2F2F2;
	padding:50px 60px;
	border-radius:16px;
	margin:0 auto;
}
	.hospitalizationBox div.inner {
		width:100%;
	}
		.hospitalizationBox div.inner div.left {
			width:30%;
			float:left;
			border-top:1px solid #0072C4;
			padding-top:1.2em;
		}
			.hospitalizationBox div.inner div.left h3 {
				font-size:18px;
				font-weight:bold;
				color:#0072C4;
			}
		.hospitalizationBox div.inner div.right {
			width:70%;
			margin-left:30%;
			border-top:1px solid #D1D1D1;
			padding-top:1.2em;
		}

@media screen and (max-width:1039px){
.hospitalizationBox {
	padding:40px 40px;
}
			.hospitalizationBox div.inner div.left h3 {
				font-size:16px;
			}
}

@media screen and (max-width:767px){
.hospitalizationBox {
	padding:30px 20px;
}
		.hospitalizationBox div.inner div.left {
			width:100%;
			float:none;
			border-top:1px dotted #0072C4;
		}
		.hospitalizationBox div.inner div.right {
			width:100%;
			margin-left:0;
			border-top:0;
		}
}

/* !デイサービス・デイケアのご案内
---------------------------------------------------------- */
.athomeBox {
	width:auto;
	max-width:1200px;
	background:#F2F2F2;
	padding:50px 60px;
	border-radius:16px;
	margin:0 auto;
}
	.athomeBox div.inner {
		width:100%;
	}
		.athomeBox div.inner div.left {
			width:60%;
			float:left;
		}
		.athomeBox div.inner div.right {
			width:35%;
			margin-left:65%;
		}
		.athomeBox div.inner ul.photo {
			width:100%;
		}
			.athomeBox div.inner ul.photo li {
				width:44%;
				margin:0 3% 30px 3%;
				float:left;
			}
			.athomeBox div.inner ul.photo li:last-child {
				margin-bottom:0;
			}
			.athomeBox div.inner ul.photo li:nth-last-child(2) {
				margin-bottom:0;
			}
				.athomeBox div.inner ul.photo li img {
					display:block;
					width:100%;
					margin-bottom:10px;
				}
				.athomeBox div.inner ul.photo li p {
					text-align:center;
				}

@media screen and (max-width:1039px){
.athomeBox {
	padding:40px 40px;
}
		.athomeBox div.inner div.left {
			width:55%;
		}
		.athomeBox div.inner div.right {
			width:40%;
			margin-left:60%;
		}
			.athomeBox div.inner ul.photo li {
				width:47%;
				margin:0 6% 30px 0;
				float:left;
			}
			.athomeBox div.inner ul.photo li:nth-child(even) {
				margin-right:0;
			}
}

@media screen and (max-width:767px){
.athomeBox {
	padding:30px 20px;
}
		.athomeBox div.inner div.left {
			width:100%;
			float:none;
			margin-bottom:30px;
		}
		.athomeBox div.inner div.right {
			width:100%;
			margin-left:0;
		}
		.athomeBox div.inner ul.photo {
			width:100%;
			max-width:320px;
			margin:0 auto;
		}
			.athomeBox div.inner ul.photo li {
				width:100%;
				margin:0 0 30px 0;
				float:none;
			}
			.athomeBox div.inner ul.photo li:last-child {
				margin-bottom:0;
			}
			.athomeBox div.inner ul.photo li:nth-last-child(2) {
				margin-bottom:30px;
			}
				.athomeBox div.inner ul.photo li img {
					display:block;
					width:100%;
					margin-bottom:10px;
				}
				.athomeBox div.inner ul.photo li p {
					text-align:center;
				}
}

/* !健康診断
---------------------------------------------------------- */
.me01 {
	width:auto;
	max-width:1200px;
	position:relative;
	margin:0 auto 90px auto;
}

.me02 {
	width:auto;
	max-width:1200px;
	position:relative;
	margin:0 auto 100px auto;
}

@media screen and (max-width:1039px){
.me01 {
	margin:0 auto 80px auto;
}

.me02 {
	margin:0 auto 90px auto;
}

}

@media screen and (max-width:767px){
.me01 {
	margin:0 auto 70px auto;
}

.me02 {
	margin:0 auto 80px auto;
}

}

/* !採用情報
---------------------------------------------------------- */
.recruit01 {
	width:auto;
	max-width:1200px;
	position:relative;
	margin:0 auto 90px auto;
}
	.recruit01 h2 {
		font-size:28px;
		font-weight:500;
		color:#47AADA;
		text-align:center;
		letter-spacing:0.06em;
		margin-bottom:60px;
	}
		.recruit01 h2 br {
			display:none;
		}
		.recruit01 h2 span {
			position: relative;
			display: inline-block;
			padding-bottom:0.5em;
			border-bottom:1px solid #47AADA;
		}
			.recruit01 h2 span:before,
			.recruit01 h2 span:after {
				position: absolute;
				top: 100%;
				left:50%;
				transform:translateX(-50%);
				content: '';
				border: 20px solid transparent;
			}
			.recruit01 h2 span:before {
				border-top: 20px solid #47AADA;
			}
			.recruit01 h2 span:after {
				margin-top: -1px;
				border-top: 20px solid #FFF;
			}
	.recruit01 p.read {
		text-align:center;
		margin-bottom:70px;
	}
	.recruit01 ul.photo {
		width:100%;
	}
		.recruit01 ul.photo li {
			width:33.33%;
			float:left;
		}
			.recruit01 ul.photo li img {
				display:block;
				width:100%;
				border-right:1px solid #FFF;
				border-bottom:1px solid #FFF;
			}

.recruitBox {
	width:auto;
	max-width:1200px;
	background:#E5F1F9;
	padding:50px 60px;
	border-radius:16px;
	margin:0 auto;
}
	.recruitBox div.inner {
		width:100%;
	}
		.recruitBox div.inner div.left {
			width:55%;
			float:left;
		}
		.recruitBox div.inner div.right {
			width:40%;
			margin-left:60%;
		}
		.recruitBox div.inner dl {
			width:100%;
			background:url(../img/dot_line01.png) bottom repeat-x;
			background-size:5px 1px;
		}
			.recruitBox div.inner dl dt {
				width:25%;
				float:left;
				font-weight:bold;
				line-height:1.8;
				padding:0.8em 0;
				background:url(../img/dot_line01.png) 0 0 repeat-x;
				background-size:5px 1px;
			}
			.recruitBox div.inner dl dd {
				width:75%;
				margin-left:25%;
				line-height:1.8;
				padding:0.8em 0;
				background:url(../img/dot_line01.png) 0 0 repeat-x;
				background-size:5px 1px;
			}
				.recruitBox div.inner dl dd a {
					color:#429E3B;
					text-decoration:underline;
					transition: all 0.5s ease;
				}
				.recruitBox div.inner dl dd a:hover {
					opacity:.6;
				}

.contactBox {
	width:70%;
	border:1px solid #BCDBEF;
	padding:25px;
	margin:0 auto 80px auto;
}
	.contactBox p.read {
		text-align:center;
		margin-bottom:20px;
	}
	.contactBox div.left {
		width:50%;
		float:left;
		border-right:1px solid #BCDBEF;
	}
		.contactBox p {
			text-align:center;
		}
		.contactBox p.tel {
			font-size:16px;
			color:#0072C4;
		}
			.contactBox p.tel span {
				font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E, "游ゴシック", YuGothic,メイリオ,Meiryo,serif;
				font-size:26px;
				letter-spacing:0.06em;
				margin-left:0.4em;
			}
	.contactBox div.right {
		width:50%;
		float:left;
	}
	.contactBox a.contactBtn {
		display:block;
		width:360px;
		height:50px;
		line-height:50px;
		color:#FFF;
		font-weight:bold;
		text-align:center;
		background:#429E3B;
		border:1px solid #429E3B;
		border-radius:25px;
		margin:0 auto;
		transition: all 0.6s ease;
	}
		.contactBox a.contactBtn i.fa {
			margin-right:0.8em;
		}
		.contactBox a:hover.contactBtn {
			background:#FFF;
			color:#429E3B;
		}

		.box-wrap {
		 display: flex;
		 flex-wrap: wrap;
		 justify-content: space-around;
		 align-items: center;
		}

		.box.width-span-50-fix {
		  width: 50%
		}

		a.banner {
			display: block;
			margin: 0;
		}

		a.banner:hover {
			filter:alpha(opacity=50);
			-moz-opacity: 0.5;
			opacity: 0.5;
		  transition: 0.5s;
		}


@media screen and (max-width:1039px){
.recruit01 {
	margin:0 auto 80px auto;
}
	.recruit01 h2 {
		font-size:24px;
		margin-bottom:50px;
	}
	.recruit01 p.read {
		margin-bottom:60px;
	}

.recruitBox {
	padding:40px 40px;
}
		.recruitBox div.inner div.left {
			width:50%;
		}
		.recruitBox div.inner div.right {
			width:45%;
			margin-left:55%;
		}
			.recruitBox div.inner dl dt {
				width:30%;
			}
			.recruitBox div.inner dl dd {
				width:70%;
				margin-left:30%;
			}
				.recruitBox div.inner dl dd a:hover {
					opacity:1;
				}

.contactBox {
	width:80%;
}
			.contactBox p.tel span {
				font-size:24px;
			}
	.contactBox a.contactBtn {
		width:330px;
	}
		.contactBox a:hover.contactBtn {
			background:#429E3B;
			color:#FFF;
		}

}

@media screen and (max-width:767px){
.recruit01 {
	margin:0 auto 70px auto;
}
	.recruit01 h2 {
		font-size:18px;
		line-height:1.6;
		margin-bottom:50px;
	}
		.recruit01 h2 br {
			display:inherit;
		}
		.recruit01 h2 span {
			padding-bottom:0.9em;
		}
			.recruit01 h2 span:before,
			.recruit01 h2 span:after {
				border: 16px solid transparent;
			}
			.recruit01 h2 span:before {
				border-top: 16px solid #47AADA;
			}
			.recruit01 h2 span:after {
				border-top: 16px solid #FFF;
			}
	.recruit01 p.read {
		text-align:left;
		margin-bottom:60px;
	}
	.recruit01 ul.photo {
		width:100%;
		max-width:320px;
		margin:0 auto;
	}
		.recruit01 ul.photo li {
			width:100%;
			float:none;
			margin-bottom:1px;
		}
			.recruit01 ul.photo li img {
				display:block;
				width:100%;
				border-right:0;
				border-bottom:0;
			}

.recruitBox {
	padding:30px 20px;
}
		.recruitBox div.inner div.left {
			width:100%;
			float:none;
			margin-bottom:40px;
		}
		.recruitBox div.inner div.right {
			width:100%;
			margin-left:0;
		}
			.recruitBox div.inner div.right img {
				display:block;
				width:100%;
				max-width:320px;
				margin:0 auto;
			}
			.recruitBox div.inner dl dt {
				width:100%;
				float:none;
			}
			.recruitBox div.inner dl dd {
				width:100%;
				margin-left:0;
				padding:0.2em 0 0.8em 0;
				background:none;
			}

.contactBox {
	width:auto;
	padding:25px 20px;
	margin:0 20px 70px 20px;
}
	.contactBox p.read {
		text-align:left;
		margin-bottom:15px;
	}
	.contactBox div.left {
		width:100%;
		float:none;
		border-right:0;
	}
		.contactBox p.tel {
			font-size:14px;
		}
			.contactBox p.tel a {
				color:#0072C4;
			}
			.contactBox p.tel span {
				font-size:20px;
			}
	.contactBox div.right {
		width:100%;
		float:none;
	}
	.contactBox a.contactBtn {
		width:240px;
		height:46px;
		line-height:46px;
	}
		.contactBox a.contactBtn span {
			display:none;
		}
		.contactBox a.contactBtn i.fa {
			margin-right:0.4em;
		}
		.contactBox a:hover.contactBtn {
			background:#429E3B;
			color:#FFF;
		}

		.box-wrap {
		 display: block;
		}

		.box.width-span-50-fix {
		  width: 100%;
			text-align: center;
		}

		a.banner {
			margin-top: 2rem;
		}

}

/* !リハビリテーション
---------------------------------------------------------- */
.rehabili01 {
	width:auto;
	max-width:1200px;
	position:relative;
	margin:0 auto 100px auto;
}
	.rehabili01 ul.photo {
		width:100%;
		margin-bottom:70px;
	}
		.rehabili01 ul.photo li {
			width:50%;
			float:left;
		}
			.rehabili01 ul.photo li img {
				display:block;
				width:90%;
				border-radius:16px;
				margin:0 auto;
			}

.featureBox01 {
	width:100%;
}
	.featureBox01 div.left {
		width:55%;
		float:left;
	}
	.featureBox01 div.right {
		width:40%;
		margin-left:60%;
	}
		.featureBox01 div.right img {
			display:block;
			width:100%;
			border-radius:16px;
		}

@media screen and (max-width:1039px){
.rehabili01 {
	margin:0 auto 90px auto;
}

}

@media screen and (max-width:767px){
.rehabili01 {
	margin:0 auto 80px auto;
}
	.rehabili01 ul.photo {
		width:100%;
		margin-bottom:70px;
	}
		.rehabili01 ul.photo li {
			width:100%;
			float:none;
			margin-bottom:30px;
		}
		.rehabili01 ul.photo li:last-child {
			margin-bottom:0;
		}
			.rehabili01 ul.photo li img {
				width:100%;
				max-width:320px;
				margin:0 auto;
				border-radius:12px;
			}

.featureBox01 {
	width:100%;
}
	.featureBox01 div.left {
		width:100%;
		float:none;
		margin-bottom:30px;
	}
	.featureBox01 div.right {
		width:100%;
		margin-left:0;
	}
		.featureBox01 div.right img {
			max-width:320px;
			margin:0 auto;
			border-radius:12px;
		}
}

/* !お知らせ
---------------------------------------------------------- */
.information {
	width:auto;
	max-width:1200px;
	position:relative;
	margin:0 auto 90px auto;
}

.topicsListWrap {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	border-top:1px solid #CAE1F2;
	}
	.topicsList{
		width:auto;
	}
		.topicsList a{
			display:block;
			width:auto;
			padding:1em 1em;
			background:#FFF;
			color:#111;
			transition: all 0.5s ease;
			border-bottom:1px solid #CAE1F2;
		}
			.topicsList a:hover{
				background:#E5F1F9;
				color:#0072C4;
			}
	.topicsList dt{
		width:20%;
		font-weight:normal;
		line-height:1.8;
		float:left;
	}
	.topicsList dd{
		width:80%;
		font-weight:normal;
		line-height:1.8;
		float:left;
	}

ul.articleNavi{
	width:60%;
	margin-left:auto;
	margin-right:auto;
}
	ul.articleNavi li {
		width:33.3%;
		float:left;
	}
	ul.articleNavi li a{
		display:block;
		height:50px;
		line-height:50px;
		background:#4C9CD6;
		color:#FFF;
		text-align:center;
		-webkit-transition: all .5s;
		transition: all .5s;
		margin-left:1px;
	}
	ul.articleNavi li a:hover{
		background:#0072C4;
		color:#FFF;
	}
		ul.articleNavi li:first-child a{
			border-radius:4px 0 0 4px;
		}
		ul.articleNavi li:last-child a{
			border-radius:0 4px 4px 0;
		}

.articleBody {
	max-width:1000px;
	margin:0 auto 50px auto;
}
	.articleBody p.date{
		color:#0072C4;
		font-weight:bold;
		margin-bottom:5px;
	}
	.articleBody h3.tit{
		font-size:18px;
		font-weight:bold;
		line-height:1.8;
		border-bottom:1px solid #CAE1F2;
		padding-bottom:15px;
		margin-bottom:30px;
	}
	.articleBody div.txt p {
		margin-bottom:30px;
	}

.imgBlock {
	text-align:center;
}
.imgBlock img {
	display:block;
	width:auto;
	max-width:80%;
	margin:0 auto 40px auto;
}

.fileBlock {
	margin-bottom:30px;
}

p.filesLink {
	max-width:1000px;
	margin:0 auto;
}
p.filesLink a {
	color:#003F97;
	transition: all .5s;
}
	p.filesLink a:hover {
		opacity:.7;
	}
@media screen and (max-width:1039px){
.information {
	margin:0 auto 70px auto;
}
			.topicsList a:hover{
				background:#FFF;
			}

	ul.articleNavi li a:hover{
		background:#4C9CD6;
		color:#FFF;
	}

	.articleBody h3.tit{
		font-size:16px;
	}

	p.filesLink a:hover {
		opacity:1;
	}
}

@media screen and (max-width:767px){
.information {
	margin:0 auto 60px auto;
}

		.topicsList a{
			padding:1em 0.8em;
		}
	.topicsList dt{
		width:100%;
		float:none;
	}
	.topicsList dd{
		width:100%;
		float:none;
	}

ul.articleNavi{
	width:100%;
	max-width:360px;
}
	ul.articleNavi li a{
		display:block;
		height:50px;
		line-height:50px;
	}

.articleBody {
	margin-bottom:50px;
}
	.articleBody p.date{
		margin-bottom:5px;
	}
	.articleBody h3.tit{
		font-size:16px;
		padding-bottom:15px;
		margin-bottom:30px;
	}
	.articleBody div.txt p {
		margin-bottom:30px;
	}

.imgBlock {
	text-align:center;
}
.imgBlock img {
	width:100%;
	max-width:400px;
	margin:0 auto 30px auto;
}
}

/* !お問い合わせ
---------------------------------------------------------- */
.contact01 {
	width:auto;
	padding:0 50px 0 50px;
	margin-bottom:90px;
}

ul.contactStep {
	width:100%;
	margin:0 auto 55px auto;
}
	ul.contactStep li {
		width:30%;
		float:left;
		margin-right:5%;
	}
		ul.contactStep li:last-child {
			margin-right:0;
		}
		ul.contactStep li.norm {
			display:block;
			height:54px;
			line-height:54px;
			background:#E2E2E2;
			text-align:center;
			font-size:18px;
			font-weight:bold;
			position:relative;
		}
			ul.contactStep li.norm:after {
				position:absolute;
				content:"";
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 27px 0 27px 27px;
				border-color: transparent transparent transparent #E2E2E2;
				top:0;
				right:-27px;
			}
				ul.contactStep li:last-child.norm:after {
					display:none;
				}
		ul.contactStep li.current {
			display:block;
			height:54px;
			line-height:54px;
			background:#59AC98;
			text-align:center;
			font-size:18px;
			font-weight:bold;
			color:#FFF;
			position:relative;
		}
			ul.contactStep li.current:after {
				position:absolute;
				content:"";
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 27px 0 27px 27px;
				border-color: transparent transparent transparent #59AC98;
				top:0;
				right:-27px;
			}
				ul.contactStep li:last-child.current:after {
					display:none;
				}

	.contact01 div.formArea {
		width:100%;
		max-width:1000px;
		margin:0 auto 0 auto;
	}

@media screen and (max-width:1039px){
.contact01 {
	padding:0 25px 0 25px;
	margin-bottom:80px;
}
}

@media screen and (max-width:767px){
.contact01 {
	padding:0 20px 0 20px;
	margin-bottom:70px;
}

ul.contactStep {
	margin:0 auto 50px auto;
}
	ul.contactStep li {
		width:28%;
		margin-right:8%;
	}
		ul.contactStep li.norm {
			height:46px;
			line-height:46px;
			font-size:100%;
		}
			ul.contactStep li.norm:after {
				border-width: 23px 0 23px 23px;
				right:-23px;
			}
		ul.contactStep li.current {
			height:46px;
			line-height:46px;
			font-size:100%;
		}
			ul.contactStep li.current:after {
				border-width: 23px 0 23px 23px;
				right:-23px;
			}
}

/* !Box
---------------------------------------------------------- */
.box01 {
	width:100%;
	background:#E6F4EB;
	padding:25px 35px;
}

@media screen and (max-width:1039px){
.box01 {
	padding:25px 25px;
}
}

@media screen and (max-width:767px){
.box01 {
	padding:15px 15px;
}
}

/* !h(n)eading
---------------------------------------------------------- */
.tit_basic01 {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E, "游ゴシック", YuGothic,メイリオ,Meiryo,serif;
	font-size:28px;
	font-weight:bold;
	color:#0072C4;
	text-align:center;
	margin-bottom:50px;
}
	.tit_basic01 span {
		position:relative;
		display:inline-block;
		padding:0 1.2em;
		letter-spacing:0.06em;
		line-height:1.2;
	}
		.tit_basic01 span:before {
			position:absolute;
			display:block;
			content:"";
			width:8px;
			height:8px;
			background:#0072C4;
			border-radius:50%;
			top:11px;
			left:0;
		}
		.tit_basic01 span:after {
			position:absolute;
			display:block;
			content:"";
			width:8px;
			height:8px;
			background:#0072C4;
			border-radius:50%;
			top:11px;
			right:0;
		}

.tit_basic02 {
	position:relative;
	font-size:22px;
	font-weight:bold;
	color:#0072C4;
	line-height:1.5;
	background:url(../img/dot_line01.png) left bottom repeat-x;
	background-size:5px 1px;
	padding:0 0 0.8em 1.5em;
	margin-bottom:40px;
}
	.tit_basic02:before {
		position:absolute;
		display:block;
		content:"";
		width:12px;
		height:12px;
		background:#FFF;
		border:4px solid #0072C4;
		border-radius:50%;
		top:6px;
		left:0;
	}

.tit_basic03 {
	position:relative;
	font-size:18px;
	font-weight:bold;
	padding:0 0 0 1.2em;
	line-height:1.5;
	margin-bottom:15px;
}
	.tit_basic03:before {
		position:absolute;
		display:block;
		content:"";
		width:8px;
		height:8px;
		background:#0072C4;
		transform: rotate(-45deg);
		top:10px;
		left:0;
	}

.tit_basic04 {
	position:relative;
	font-size:22px;
	font-weight:bold;
	color:#0072C4;
	line-height:1.5;
	border-left:5px solid #0072C4;
	padding:0.1em 0 0.1em 0.8em;
	margin-bottom:40px;
}

.tit_basic05 {
	font-size:28px;
	font-weight:500;
	color:#47AADA;
	text-align:center;
	margin-bottom:50px;
}
	.tit_basic05 span {
		display:inline-block;
		padding:0.6em 1.6em;
		letter-spacing:0.06em;
		line-height:1.2;
		border-top:2px solid #47AADA;
		border-bottom:2px solid #47AADA;
	}

@media screen and (max-width:1039px){
.tit_basic01 {
	font-size:24px;
	margin-bottom:40px;
}
	.tit_basic01 span {
		padding:0 1.1em;
	}
		.tit_basic01 span:before {
			width:6px;
			height:6px;
			top:10px;
		}
		.tit_basic01 span:after {
			width:6px;
			height:6px;
			top:10px;
		}

.tit_basic02 {
	font-size:20px;
}
	.tit_basic02:before {
		top:5px;
	}

.tit_basic03 {
	position:relative;
	font-size:18px;
	font-weight:bold;
	padding:0 0 0 1.2em;
	margin-bottom:15px;
}
	.tit_basic03:before {
		position:absolute;
		display:block;
		content:"";
		width:8px;
		height:8px;
		background:#0072C4;
		transform: rotate(-45deg);
		top:13px;
		left:0;
	}

.tit_basic03 {
	font-size:16px;
}
	.tit_basic03:before {
		top:7px;
	}

.tit_basic04 {
	font-size:20px;
}

.tit_basic05 {
	font-size:24px;
}
}

@media screen and (max-width:767px){
.tit_basic01 {
	font-size:18px;
	margin-bottom:30px;
}
	.tit_basic01 span {
		padding:0 1.1em;
	}
		.tit_basic01 span:before {
			width:5px;
			height:5px;
			top:8px;
		}
		.tit_basic01 span:after {
			width:5px;
			height:5px;
			top:8px;
		}

.tit_basic02 {
	font-size:16px;
	margin-bottom:30px;
}
	.tit_basic02:before {
		width:10px;
		height:10px;
		border:3px solid #0072C4;
		top:4px;
	}

.tit_basic03 {
	font-size:15px;
}
	.tit_basic03:before {
		top:7px;
	}

.tit_basic04 {
	font-size:16px;
	border-left:4px solid #0072C4;
	padding:0.1em 0 0.1em 0.8em;
	margin-bottom:30px;
}

.tit_basic05 {
	font-size:18px;
	margin-bottom:40px;
}
	.tit_basic05 span {
		padding:0.6em 1em;
		border-top:1px solid #47AADA;
		border-bottom:1px solid #47AADA;
	}
}

@media screen and (max-width:360px){
.tit_basic05 {
	font-size:16px;
}
	.tit_basic05 span {
		padding:0.6em 1em;
		border-top:1px solid #47AADA;
		border-bottom:1px solid #47AADA;
	}
}

/* !Listing
---------------------------------------------------------- */
ul.iconList {
	width:100%;
}
	ul.iconList li {
		line-height:1.6;
		padding:0.6em 0.8em;
		background:#F0F0F0;
		border-radius:4px;
		margin-bottom:15px;
		padding-left:2em;
		text-indent:-1em;
	}
		ul.iconList li i.fa {
			display:inline-block;
			margin-left:0.8em;
			margin-right:0.4em;
			color:#DF0011;
		}

ul.iconList2 {
	width:100%;
}
	ul.iconList2 li {
		position:relative;
		line-height:1.8;
		padding:0 0 0 1em;
		margin-bottom:15px;
	}
		ul.iconList2 li:last-child {
			margin-bottom:0;
		}
		ul.iconList2 li:before {
			display:block;
			position:absolute;
			content:"";
			width:5px;
			height:5px;
			background:#429E3B;
			transform: rotate(-45deg);
			top:11px;
			left:0;
		}

ul.circle li {
	list-style:circle;
	margin:0 0 10px 20px;
}
	ul.circle li:last-child {
		margin-bottom:0;
	}

ol.numList li {
	list-style:decimal;
	margin:0 0 15px 20px;
}
	ol.numList li:last-child {
		margin-bottom:0;
	}

@media screen and (max-width:1039px){
		ul.iconList2 li:before {
			top:10px;
		}
}

@media screen and (max-width:767px){
}

/* !Table
---------------------------------------------------------- */
.table_basic01 {
	width: 100%;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
	border: 1px solid #CBE3F1;
}
	.table_basic01 th,
	.table_basic01 td {
		border-bottom: 1px solid #CBE3F1;
		padding: 0.8em 0.8em;
	}
		.table_basic01 tr:last-child td {
			border-bottom:0;
		}
	.table_basic01 th {
		border-right: 1px solid #CBE3F1;
		background:#E5F1F9;
		font-weight:bold;
		vertical-align:top;
		text-align:center;
	}
		.table_basic01 th:last-child {
			border-right:0;
		}
	.table_basic01 td {
		border-right: 1px solid #CBE3F1;
		background:#FFF;
		vertical-align:top;
		text-align:center;
		color:#0072C4;
	}
	.table_basic01 td.doctor {
		color:#333;
	}
	.table_basic01 tr td {
	}
		.table_basic01 td:last-child {
			border-right: 0;
		}

.table_basic02 {
	border: 1px solid #CBE3F1;
	border-collapse: collapse;
	table-layout:fixed;
	margin: 0;
	padding: 0;
	width: 100%;
}
	.table_basic02 tr {
		border: 1px solid #CBE3F1;
	}
	.table_basic02 tr.bdrNon {
		border-bottom: 1px solid #FFF;
	}
	.table_basic02 th,
	.table_basic02 td {
		line-height:1.6;
		padding: 0.8em;
	}
	.table_basic02 th{
		background:#E5F1F9;
		text-align:center;
		vertical-align:top;
		border-right:1px solid #CBE3F1;
	}
	.table_basic02 td{
		background:#FFF;
		vertical-align:top;
		border-right:1px solid #CBE3F1;
	}
		.table_basic02 td p.price{
			text-align:right;
		}

.table_basic03 {
	width: 100%;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
	border: 1px solid #CBE3F1;
}
	.table_basic03 th,
	.table_basic03 td {
		border-bottom: 1px solid #CBE3F1;
		padding: 0.8em 0.8em;
	}
		.table_basic03 tr:last-child td {
			border-bottom:0;
		}
	.table_basic03 th {
		width:30%;
		border-right: 1px solid #CBE3F1;
		background:#E5F1F9;
		font-weight:bold;
		vertical-align:top;
	}
		.table_basic03 th:last-child {
			border-right:0;
		}
	.table_basic03 td {
		border-right: 1px solid #CBE3F1;
		background:#FFF;
		vertical-align:top;
	}
	.table_basic03 tr td {
	}
		.table_basic03 td:last-child {
			border-right: 0;
		}
@media screen and (max-width:1039px){
}

@media screen and (max-width:767px){
	.table_basic01 th,
	.table_basic01 td {
		font-size:12px;
		padding: 0.6em 0.6em;
	}

.table_basic02 thead {
    display: none;
  }
	.table_basic02 tr {
		display: block;
		border: 0;
		padding: 0;
		border-bottom:1px solid #B7D8EC;
	  }
	  	.table_basic02 tr:last-child {
			border-bottom:0;
		}
	.table_basic02 tr.bdrNon {
		border-bottom: 1px dotted #B7D8EC;
	}
	.table_basic02 td {
		border-right:0;
		display: block;
		border-bottom:1px dotted #B7D8EC;
	  }
	  .table_basic02 tr td:last-child {
		  border-bottom:0;
	  }
		.table_basic02 td:before {
			display:block;
			color:#0072C4;
			font-weight:bold;
			content: attr(aria-label);
			margin-bottom:5px;
		  }
		.table_basic02 td p.price{
			text-align:left;
		}

.table_basic03 {
	width: 100%;
}
	.table_basic03,
	.table_basic03 thead,
	.table_basic03 tbody,
	.table_basic03 tr,
	.table_basic03 th,
	.table_basic03 td {
		width: 100%;
		display: block;
	}
	.table_basic03 th,
	.table_basic03 td {
		padding: 10px 10px;
	}
	.table_basic03 th {
		background:#E5F1F9;
		border-right: 0;
	}
}

/*フォーム--------------------------------------*/
span.label {
	display:inline-block;
	padding:1px 5px;
	background-color:#003D6C;
	color:#FFF;
	font-size:10px;
	margin-left:7px;
	border-radius:3px;
}

input.norm {
	width:90%;
	background:#ECECEC;
	border:0;
	padding:0.6em 0.8em;
}

input.short {
	width:50%;
	background:#ECECEC;
	border:0;
	padding:0.6em 0.8em;
}

input.exshort {
	width:15%;
	background:#ECECEC;
	border:0;
	padding:0.6em 0.8em;
}

select {
	border:1px solid #C6D7CB;
	padding:0.6em 0.8em;
}
	select option{
		margin-bottom:5px;
	}

textarea.norm {
	width:100%;
	height:150px;
	background:#ECECEC;
	border:0;
	padding:0.6em 0.8em;
}

label.check {
	display:inline-block;
	padding:0.4em 0.8em;
	border:1px solid #E4E4E4;
	margin-bottom:10px;
}

input.btn_submit {
	margin:0 0 0 0;
	padding:1em 2em;
	background-color:#E47E76;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
	input.btn_submit:hover {
		opacity:0.7;
	}

input.btn_back {
	margin:0 0 0 0;
	padding:1em 2em;
	background-color:#E2E2E2;
	font-size:16px;
	font-weight:bold;
	color:#333;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
	input.btn_back:hover {
		opacity:0.7;
	}

@media screen and (max-width:1039px){
input.norm {
	width:100%;
}

input.short {
	width:60%;
}

input.exshort {
	width:20%;
}

textarea.norm {
	width:100%;
}

input.btn_submit:hover {
	opacity:1;
}

input.btn_back:hover {
	opacity:1;
}
}

@media screen and (max-width:767px){
input.norm {
	width:100%;
}

input.short {
	width:100%;
}

input.exshort {
	width:25%;
}

textarea.norm {
	width:100%;
}

input.btn_submit {
	font-size:14px;
	padding:1em 1.8em;
}

input.btn_back {
	font-size:14px;
	padding:1em 1.8em;
}
}
