@charset "UTF-8";
@keyframes fadezoom {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
}
.ml10em {
	margin-left: 10em;
}
.thumb_line {
	border: 1px solid #ddd;
}
.prt {
	position: relative;
}
.mt10 {
	margin-top: 10px;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.imgctr {
	text-align: center;
	margin: 0 auto;
}
.rihabu ul.shikaku li {
	position: relative;
}
.rihabu ul.shikaku li::before {
	content: "□" !important;
	position: absolute;
	top: 0;
	left: 0;
	margin-right: 0.5em;
	margin-left: 0;
	background-color: transparent;
}
.btm_cap, .btm_cap_ctr {
	position: relative;
}
.btm_cap span {
	position: absolute;
	left: 10px;
	bottom: 10px;
	color: #fff;
	text-shadow: 1px 1px 2px black, -1px -1px 2px black;
	font-size: 11px;
}
.btm_cap_ctr span {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	text-shadow: 1px 1px 2px black, -1px -1px 2px black;
	font-size: 11px;
}
/* 767px以下 スマホ向け
--------------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
	.main {
		padding-top: 60px;
	}
	.top {
		background-color: #fff;
	}
	.top a {
		display: block;
	}
	.top .h3_top {
		text-align: center;
		margin: 0 auto 20px;
		font-size: 20px;
		color: #19afe1;
	}
	/**/
	.top .topmain {
		margin: 0 auto 20px;
		overflow: hidden;
		position: relative;
		padding-top: 60px;
		opacity: 0;
		transition: 1.5s;
	}
	.top .topmain.showtop {
		opacity: 1;
	}
	.top .slick_main {}
	.top .slick_main .mainslick {}
	.top .slick_main .mainslick .mm {
		overflow: hidden;
	}
	.slick-animation {
		animation: fadezoom 5s 0s forwards;
	}
	.top .topmain .maintxt {
		position: absolute;
		top: 110px;
		left: 20px;
		width: calc(100% - 30px);
		font-size: 15px;
		letter-spacing: 0.03em;
		line-height: 1.5;
		color: #fff;
		margin: 0 auto;
		font-weight: bold;
		text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3), 2px 2px 3px rgba(0, 0, 0, 0.3), 0px 0px 2px rgba(0, 0, 0, 0.3);
	}
	/**/
	.top .box_inews {
		margin: 0 15px 20px;
		box-sizing: border-box;
		padding: 0 20px;
		border-left: solid 1px #c00d23;
		border-right: solid 1px #c00d23;
	}
	.top .box_inews_btn {}
	.top .box_inews ul li {
		line-height: 1.4;
		color: #c00d23;
	}
	.top .box_inews ul li + li {
		border-top: dashed 1px #c00d23;
		padding-top: 15px;
		margin-top: 15px;
	}
	.top .box_inews ul li a {
		color: #c00d23;
	}
	.top .box_inews ul li a:hover {
		opacity: 0.5;
	}
	.top .box_inews ul .inews1 {
		text-align: left;
		font-size: 18px;
		font-weight: bold;
		margin: 0 auto 10px;
	}
	.top .box_inews ul .inews2 {
		font-size: 14px;
	}
	/**/
	.top .box_mainnav {
		background: url("../img/top/bg_sp.jpg") center top repeat-y;
		background-size: 100%;
		padding: 0 0 10px;
	}
	.top .box_mainnav ul {
		zoom: 1;
		min-height: 1px;
		text-align: center;
		margin: 0 20px;
		font-size: 0;
	}
	.top .box_mainnav ul::after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.top .box_mainnav ul li {
		width: calc(50% - 10px);
		float: left;
		display: inline-block;
		box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
		margin: 0 0 15px;
		border-radius: 10px;
		overflow: hidden;
	}
	.top .box_mainnav ul li:nth-of-type(2n) {
		float: right;
	}
	.top .box_mainnav ul li:nth-of-type(4) {
		margin-right: 0;
	}
	.top .box_mainnav ul li a {
		position: relative;
		overflow: hidden;
		color: #000000;
	}
	.top .box_mainnav a .mnimg {}
	.top .box_mainnav a .mnimg img {}
	.top .box_mainnav a .mn {
		background: url("../img/top/bg_nv.png") left bottom no-repeat;
		background-size: 100%;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		padding: 15px 0 20px;
	}
	.top .box_mainnav a .mn::after, .top .box_mainnav a .mn::before {
		content: "";
		transition: .5s;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 5;
		display: block;
	}
	.top .box_mainnav a .mn::after {
		background: url("../img/top/bg_nv.png") left bottom no-repeat;
		background-size: 100%;
		opacity: 1;
	}
	.top .box_mainnav a .mn::before {
		background: url("../img/top/bg_nv2.png") left bottom no-repeat;
		background-size: 100%;
		opacity: 0;
	}
	.top .box_mainnav a .mn .mn1 {
		text-align: center;
		margin: 0 auto 5px;
		z-index: 10;
		position: relative;
		font-size: 3.9vw;
	}
	.top .box_mainnav a .mn .mn2 {
		z-index: 10;
		position: relative;
		font-size: 0;
	}
	.top .box_mainnav a .mn .mn2 img {
		transition: .5s;
	}
	.top .box_mainnav a .mn .mn2 img:nth-of-type(2) {
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
	}
	/**/
	.top .wrap_topics {
		padding: 20px 15px 20px;
		margin: 0 auto 20px;
	}
	.top .wrap_topics .h3_top {
		color: #19afe1;
		margin: 0 auto 30px;
	}
	/**/
	.top .box_topics0 {
		margin: 0 auto;
	}
	.top .box_topics0 .topics {
		padding: 0 20px;
		margin-bottom: 20px;
	}
	.top .box_topics0 .topics a {
		line-height: 1.5;
	}
	.top .box_topics0 .topics a .topicstxt {}
	.top .box_topics0 .topics .topics1 {
		font-size: 17px;
		color: #fff;
		text-align: center;
		background-color: #19afe1;
		padding: 5px 0;
		border-radius: 15px;
		margin-bottom: 10px;
	}
	.top .box_topics0 .topics .topics2 {
		font-weight: bold;
		color: #19afe1;
		font-size: 16px;
		margin-bottom: 5px;
	}
	.top .box_topics0 .topics .topics3 {
		color: #000000;
		font-size: 17px;
		margin-bottom: 10px;
	}
	.top .box_topics0 .topics .topics4 {
		overflow: hidden;
	}
	.top .box_topics0 .topics .topics4 img {
		transition: .5s;
	}
	.top .box_topics0 .topics a:hover .topics4 img {
		-webkit-transform: scale(1.05, 1.05);
		transform: scale(1.05, 1.05);
	}
	/**/
	.top .box_topics1 {
		margin: 0 auto 10px;
		padding: 0 10px;
	}
	.top .box_topics1 .topics {
		padding: 20px 20px;
		box-sizing: border-box;
	}
	.top .box_topics1 .topics a {
		line-height: 1.5;
		border: solid 1px #19afe1;
		box-sizing: border-box;
		padding: 10px 15px;
		background-color: #fff;
		border-radius: 10px;
		box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
		transition: .5s;
	}
	.top .box_topics1 .topics .topics1 {
		font-size: 16px;
		color: #fff;
		text-align: center;
		background-color: #19afe1;
		padding: 5px 0;
		border-radius: 18px;
		margin-bottom: 10px;
		letter-spacing: 0.15em;
		text-indent: 0.15em;
	}
	.top .box_topics1 .topics .topics2 {
		font-weight: bold;
		color: #19afe1;
		font-size: 15px;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: dotted 1px #19afe1;
	}
	.top .box_topics1 .topics .topics3 {
		color: #000000;
		font-size: 14px;
		margin-bottom: 10px;
	}
	/**/
	.top .box_topics2 {
		margin: 0 auto;
	}
	.top .box_topics2 .topics {
		border-bottom: dotted 1px #787878;
		padding: 0 20px 20px;
		margin-bottom: 20px;
		vertical-align: top;
	}
	.top .box_topics2 .topics:last-of-type {
		border: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.top .box_topics2 .topics a {
		line-height: 1.5;
	}
	.top .box_topics2 .topics .topics1 {
		font-size: 17px;
		color: #fff;
		text-align: center;
		background-color: #19afe1;
		padding: 5px 0;
		border-radius: 15px;
		margin-bottom: 10px;
		letter-spacing: 0.1em;
		text-indent: 0.1em;
	}
	.top .box_topics2 .topics .topics2 {
		font-weight: bold;
		color: #19afe1;
		font-size: 16px;
		margin-bottom: 5px;
	}
	.top .box_topics2 .topics .topics3 {
		color: #000000;
		font-size: 15px;
		margin-bottom: 10px;
	}
	.top .box_topics2 .topics .topics4 {
		overflow: hidden;
	}
	.top .box_topics2 .topics .topics4 img {
		transition: .5s;
	}
	.top .box_topics2 .topics a:hover .topics4 img {
		-webkit-transform: scale(1.05, 1.05);
		transform: scale(1.05, 1.05);
	}
	/**/
	.box_info {
		margin: 0 15px 50px;
	}
	.box_info dl {
		margin-bottom: 10px;
	}
	.box_info dt {
		margin-bottom: 10px;
	}
	.box_info dt span {
		color: #19afe1;
		background-color: #e8f7fc;
		border-radius: 4px;
		width: 110px;
		text-align: center;
		font-size: 13px;
		display: inline-block;
		margin-right: 10px;
		font-weight: bold;
		padding: 5px 0;
		vertical-align: middle;
	}
	.box_info dt time {
		font-size: 15px;
	}
	.box_info dd {
		margin-bottom: 10px;
		font-size: 13px;
		padding-bottom: 10px;
		border-bottom: dotted 1px #787878;
	}
	.box_info dd:last-of-type {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 20px;
	}
	.box_info dd a {
		color: #000000;
	}
	.box_info dd a:hover {
		text-decoration: underline;
	}
	/**/
	.top .btn_info {
		display: block;
		width: 116px;
		margin: 0 auto;
	}
	.top .btn_info a {
		color: #19afe1;
		font-size: 13px;
		transition: .5s;
		position: relative;
		border: solid 1px #19afe1;
		border-radius: 4px;
		padding: 10px 0 10px 20px;
		box-sizing: border-box;
		line-height: 1.2;
	}
	.top .btn_info a::after {
		content: "";
		border: solid 2px #19afe1;
		border-left: none;
		border-top: none;
		border-radius: 2px;
		width: 6px;
		height: 6px;
		display: block;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-40%) rotate(-45deg);
		transition: .5s;
	}
	/**/
	.top .box_link_wrap {
		padding: 0 15px;
		margin: 0 auto 20px;
	}
	.top .box_link {}
	.top .box_link ul {
		margin: 0 auto;
	}
	.top .box_link ul li {
		margin: 0 0 30px;
	}
	.top .koho_wrap {
		width: 90%;
		margin: 0 auto 80px;
		border-top: 1px solid #444;
		border-bottom: 1px solid #444;
		padding: 20px 0;
	}
	ul.koho_block {
		display: flex;
		flex: 1;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	ul.koho_block li {
		width: 48%;
	}
	ul.koho_block li:not(:first-child) {
		border-left: 1px dashed #999;
	}
	ul.koho_block li a:hover {
		opacity: 0.7;
	}
	ul.koho_block li a {
		color: #000;
	}
	.koho_box {
		display: flex;
		flex-direction: column;
	}
	.koho_thumb {
		width: 140px;
		box-sizing: border-box;
		border: 1px solid #ccc;
		margin: 0 auto;
	}
	.koho_txt {
		padding: 10px 10px 0;
		font-feature-settings: 'palt';
		font-size: 14px;
	}
	/* ----------------------------------------------
	各メインビジュアル画像設定
	---------------------------------------------- */
	.mv {
		background: #f8f8f8 url("../img/common/head/kv_other_sp.jpg") left top no-repeat;
		height: 270px;
		background-size: 100%;
	}
	.kv_other {
		background: #f8f8f8 url("../img/common/head/kv_other_sp.jpg") left top no-repeat;
		background-size: 100%;
	}
	.kv_department {
		background: #f8f8f8 url("../img/common/head/kv_department_sp.jpg") left top no-repeat;
		background-size: 100%;
	}
	.kv_hospitalization {
		background: #f8f8f8 url("../img/common/head/kv_hospitalization_sp.jpg") left top no-repeat;
		background-size: 100%;
	}
	.kv_visiting {
		background: #f8f8f8 url("../img/common/head/kv_visiting_sp.jpg") left top no-repeat;
		background-size: 100%;
	}
	.kv_recruittop {
		background: #f8f8f8 url("../img/common/head/kv_recruittop_sp.jpg") left top no-repeat;
		background-size: 100%;
	}
	.kv_recruit {
		background: #f8f8f8 url("../img/common/head/kv_recruit_sp.jpg") left top no-repeat;
		background-size: 100%;
	}
	.kv_about {
		background: #f8f8f8 url("../img/common/head/kv_about_sp.jpg") left top no-repeat;
		background-size: 100%;
	}
	.kv_renkei {
		background: #f8f8f8 url("../img/common/head/kv_renkei_sp.jpg") left bottom no-repeat;
		background-size: 100%;
	}
	.kv_blog {
		background: #f8f8f8 url("../img/common/head/kv_blog_sp.jpg") left top no-repeat;
		background-size: 100%;
	}
	.kv_affiliated {
		background: #f8f8f8 url("../img/common/head/kv_atc-facili_sp.jpg") left top no-repeat;
		background-size: 100%;
	}
	/* ----------------------------------------------
	画像別サイズ
	---------------------------------------------- */
	.contents .img_20 {
		width: 30%;
		height: auto;
	}
	.contents .img_30 {
		width: 30%;
		height: auto;
	}
	.contents .img_40 {
		width: 30%;
		height: auto;
	}
	.contents .img_50 {
		width: 50%;
		height: auto;
	}
	.contents .img_50_100 {
		width: 100%;
		height: auto;
	}
	.contents .img_60 {
		width: 60%;
		height: auto;
	}
	.contents .img_60_100 {
		width: 100%;
		height: auto;
	}
	.contents .img_70 {
		width: 70%;
		height: auto;
	}
	.contents .img_70_100 {
		width: 100%;
		height: auto;
	}
	.contents .img_80 {
		width: 80%;
		height: auto;
	}
	.contents .img_80_100 {
		width: 100%;
		height: auto;
	}
	.contents .img_90 {
		width: 100%;
		height: auto;
	}
	.contents .img_100_50 {
		width: 50%;
		height: auto;
	}
	.contents .img_30_sp {
		width: 30%;
		height: auto;
	}
	.contents .img_80_sp {
		width: 80%;
		height: auto;
	}
	/* ----------------------------------------------
	重要なお知らせ
	---------------------------------------------- */
	.contents .important_news {
	}
	.important_news ul {}
	.important_news ul, .important_news ul a {
		color: #c00d23;
	}
	.important_news ul li {
		border-bottom: dashed 1px #c00d23;
		padding-bottom: 15px;
		padding-left: 0;
		margin-bottom: 15px;
	}
	.important_news ul li:last-of-type {
		border-bottom: none;
		padding-bottom: 0;
	}
	.contents .important_news ul li::before {
		content: none;
	}
	.important_news ul a {}
	.important_news ul li span {
		font-weight: bold;
		display: block;
		font-size: 120%;
		margin-bottom: 5px;
	}
	/* ----------------------------------------------
	院内紹介
	---------------------------------------------- */
	.img_floor {
		margin: 0;
	}
	/**/
	.slick_floor {}
	.slick_floor .phfloor {
		position: relative;
	}
	.slick_floor .phfloor span {
		position: absolute;
		right: 10px;
		bottom: 10px;
		color: #fff;
		font-size: 14px;
		text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8), 0px 0px 2px rgba(0, 0, 0, 0.8);
	}
	/* ----------------------------------------------
	入院の費用・精算について
	---------------------------------------------- */
	.contents .table_ex5{
	}
		.contents .table_ex5 th{
			text-align: center;
			white-space: normal;
	}
		.contents .table_ex5 tr td:nth-of-type(1),.contents .table_ex5 tr td:nth-of-type(3),.contents .table_ex5 tr td:nth-of-type(4){
			text-align: center;
	}
	/* ----------------------------------------------
	診療科・部門紹介：医師紹介
	---------------------------------------------- */
	.contents .career_data .box {
		margin-bottom: 50px;
	}
	
	/* ----------------------------------------------
	診療科・部門紹介：リハビリテーション部
	---------------------------------------------- */
	.contents .pg_riha h6{
		color: #0b4976;
		padding-bottom: 5px;
		margin-bottom: 15px;
		border-bottom: solid 1px #0b4976;
	}
	
	/* ----------------------------------------------
交通アクセス
	---------------------------------------------- */
	.contents ul.ul_access {
		margin-top: 10px;
	}
	.contents ul.ul_access > li {
		margin-bottom: 18px;
		font-size: 120%;
	}
	.contents ul.ul_access li::before {
		width: 12px;
		height: 12px;
		top: 9px;
	}
	/* ----------------------------------------------
	サイトマップ
	---------------------------------------------- */
	.sitemap_ex {}
	.sitemap_ex .box_txtbtn {
		zoom: 1;
		min-height: 1px;
		margin-bottom: 10px;
	}
	.sitemap_ex .box_txtbtn:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.sitemap_ex .box_txtbtn .btn_txt {
		float: left;
		margin: 10px 20px 10px 0;
		font-size: 14px;
	}
	/* ----------------------------------------------
	ブログ
	---------------------------------------------- */
	.upday {
		margin-bottom: 10px;
	}
	.img_blog {
		text-align: center;
		margin: 30px auto 30px;
	}
	.img_blog img {
		width: 100%;
		height: auto;
	}
	.img_blog span {
		display: block;
		padding: 10px 0;
		font-size: 12px;
	}
	.writer {
		text-align: left;
		font-size: 12px;
	}
	/*年報誌size*/
	.annual_img {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.annual_img img {
		width: 50%;
	}
	.annual_thumb_img img {
		width: 50%;
	}
	/* ----------------------------------------------
	採用情報トップ/要項
	---------------------------------------------- */
	.recruit_top_kakomi {
		width: 100%;
		box-sizing: border-box;
		padding: 20px;
		background-color: #ddf3fa;
	}
	.recruit_top_kakomi .catch {
		font-size: 22px;
		color: #19afe1;
		text-align: center;
		line-height: 1.5;
		font-weight: 200;
		padding-bottom: 20px;
	}
	.recruit_top_kakomi .lead {
		font-size: 14px;
		color: #000;
		line-height: 1.8;
		font-weight: 200;
	}
	.meritbox {
		position: relative;
		margin: 0 auto 10px;
	}
	.merit_copy {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		clip-path: polygon(0 1%, 100% 0, 100% 43%, 0 96%);
		background: rgba(25, 175, 225, 0.6);
		min-height: 100px;
	}
	.merit_copy div {
		color: #fff;
		font-size: 15px;
		padding: 20px;
	}
	.merit_img img {
		width: 100%;
		height: auto;
	}
	.block1_ttl1 {
		font-size: 20px;
		text-align: center;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		margin: 0 auto 20px;
		line-height: 1.3;
	}
	.block1_ttl1 div {
		display: inline-block;
	}
	.block1_ttl1 div::after {
		content: "";
		width: 100%;
		height: 3px;
		display: block;
		background-color: #19afe1;
		margin-top: 7px;
	}
	.block1_ttl2 {
		color: #19afe1;
	}
	.white_kakomi {
		margin: 0 auto;
		border-radius: 10px;
		background-color: rgba(255, 255, 255, 0.9);
		padding: 20px;
	}
	.white_kakomi p {
		line-height: 1.6;
		font-size: 16px;
		color: #444;
	}
	/**/
	.recruit_merit {
		width: 94%;
		margin: 0 auto;
	}
	.recruit_merit .recruit_item {
		margin: 0 auto 30px;
		box-shadow: 2px 2px 0 #ddd, -1px 0 0 #ddd;
		padding-bottom: 30px;
	}
	.recruit_item .icon {
		margin-bottom: 20px;
		position: relative;
		overflow: hidden;
		z-index: 0;
		padding: 10px;
		height: 6em;
	}
	.recruit_item .icon::after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		background: #19afe1;
		transform: skewY(-7deg);
		transform-origin: top left;
	}
	/**/
	.recruit_item .btn {
		margin-top: 20px;
		line-height: 1.1;
	}
	.recruit_item .btn a {
		display: inline-block;
		padding: 15px 65px 15px 30px;
		border-radius: 25px;
		border: solid 1px #19afe1;
		color: #fff;
		position: relative;
		background-color: #19afe1;
		font-size: 14px;
		box-shadow: 2px 2px #cdcdcd;
	}
	.recruit_item .btn a::after {
		position: absolute;
		right: 20px;
		top: 50%;
		content: "";
		width: 16px;
		border-top: solid 2px #fff;
		border-radius: 2px;
		transform: translateY(-50%);
		transition: .5s;
	}
	.recruit_item .btn a::before {
		position: absolute;
		right: 20px;
		top: 50%;
		content: "";
		width: 10px;
		height: 10px;
		border: solid 2px #fff;
		border-left: none;
		border-top: none;
		border-radius: 2px;
		display: block;
		transform: translateY(-50%) rotate(-45deg);
		transition: .5s;
	}
	.recruit_ex-bnr {
		width: 90%;
		margin: 0 auto 30px;
	}
	.btn_list {
		margin-bottom: 15px;
	}
	.btn_list div {
		line-height: 1.6;
		margin-bottom: 10px;
	}
	.btn_list div a {
		position: relative;
		padding-left: 24px;
		color: #165e83 !important;
		text-decoration: underline;
	}
	
	.btn_list div a.outlink{
		display: inline;
	}
	.btn_list div a::before {
		position: absolute;
		left: 0px;
		top: 50%;
		content: "";
		width: 16px;
		height: 16px;
		background-color: #165e83;
		display: block;
		transition: .5s;
		transform: translateY(-50%);
	}
	.btn_list div a::after {
		position: absolute;
		left: 4px;
		top: 50%;
		content: "";
		width: 5px;
		height: 5px;
		border: solid 1px #fff;
		border-left: none;
		border-top: none;
		border-radius: 2px;
		display: block;
		transform: translateY(-50%) rotate(-45deg);
		transition: .5s;
	}
	a.outlink {
		background: url("../img/common/outsite.png") right 50% no-repeat;
		background-size: 16px;
		padding-right: 23px;
	}
	/*院内保育_cmt*/
	.usr_cmt {
		width: 90%;
		margin: 70px auto 50px;
		position: relative;
		box-sizing: border-box;
		border: 1px solid #c4c5c5;
		position: relative;
		padding: 10px 20px 20px;
	}
	.usr_cmt::after {
		position: absolute;
		left: -7px;
		top: -6px;
		content: "";
		width: 100%;
		height: 100%;
		background: #f2f3f3;
		display: block;
		z-index: -1;
	}
	.usr_icon {
		width: 56px;
		position: absolute;
		top: -28px;
		left: 28px;
		z-index: 2;
	}
	.usr_name {
		font-size: 15px;
		margin-left: 70px;
	}
	.usr_cmt_ttl {
		font-size: 16px;
		font-weight: 500;
		margin: 10px 0;
	}
	.usr_cmt_txt {
		font-size: 14px;
	}
	/*院内保育スライダー*/
	.gallerylist {
		width: 96%;
		margin: 0 auto;
	}
	.n_slide, .n_slide2 {
		width: 100%;
	}
	.thumnail_item {
		display: flex;
		justify-content: space-between;
	}
	.thumnail_item {
		margin: 5px;
	}
	.slide-thumbnail .slick-current img {
		box-sizing: border-box;
		border: 3px solid rgba(236, 111, 166, 1.00);
	}
	.slide-thumbnail .slick-track {
		transform: unset !important;
	}
	/*QA別スタイル*/
	dl.qanda_ex {
		margin: 20px 0 0;
	}
	dl.qanda_ex dt {
		font-size: 16px;
		vertical-align: middle;
		margin-bottom: 5px;
	}
	dl.qanda_ex dd {
		font-size: 16px;
		vertical-align: middle;
		margin-bottom: 20px;
		text-indent: -48px;
		margin-left: 48px;
	}
	dl.qanda_ex dt::before {
		content: "Q.";
		background-color: #19afe1;
		color: #fff;
		padding: 0 10px 5px 10px;
		font-size: 18px;
		margin-right: 10px;
	}
	dl.qanda_ex dd::before {
		content: "A.";
		background-color: #fff;
		color: #19afe1;
		padding: 0 8px 5px 13px;
		font-size: 18px;
		margin-right: 11px;
	}
	/*access flow*/
	.flow_access {
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}
	.flow_access .flow_img {
		width: 90%;
		margin: 0 auto;
	}
	.flow_access .flow_arrow {
		width: 90%;
		margin: 0 auto;
		text-align: center;
		font-size: 36px;
		transform: rotate(90deg);
	}
	/* ----------------------------------------------
	ブログ
	---------------------------------------------- */
	/* バックナンバー */
	.main_inner .sp_slidenav {
		margin-bottom: 30px;
	}
	.main_inner .sp_slidenav aside, .main_inner .sp_slidenav aside div, .main_inner .sp_slidenav aside ul li {
		display: block;
	}
	.main_inner aside.nav_blog {
		border-top: solid 3px #1496b4;
		border-bottom: solid 3px #1496b4;
	}
	.main_inner aside.nav_blog div {
		color: #1496b4;
		font-size: 20px;
		box-sizing: border-box;
		padding: 10px 0 15px 10px;
		line-height: 1.3;
	}
	.main_inner aside.nav_blog ul {}
	.main_inner aside.nav_blog ul li {
		border-bottom: dashed 1px #b0b0b1;
		font-size: 15px;
	}
	.main_inner aside.nav_blog li div {
		font-size: 15px;
		padding: 0;
	}
	.main_inner aside.nav_blog ul li:first-of-type {
		border-top: dashed 1px #b0b0b1;
	}
	.main_inner aside.nav_blog ul li:last-of-type {
		border: none;
	}
	.main_inner aside.nav_blog ul li a {
		padding: 10px 0 10px 40px;
		color: #000000;
		display: block;
		position: relative;
		line-height: 1.4;
	}
	.main_inner aside.nav_blog ul li a::before {
		position: absolute;
		left: 14px;
		top: 50%;
		content: "";
		width: 16px;
		height: 16px;
		background-color: #1496b4;
		display: block;
		transition: .5s;
		transform: translateY(-50%);
	}
	.main_inner aside.nav_blog ul li a::after {
		position: absolute;
		left: 18px;
		top: 50%;
		content: "";
		width: 5px;
		height: 5px;
		border: solid 1px #fff;
		border-left: none;
		border-top: none;
		border-radius: 2px;
		display: block;
		transform: translateY(-50%) rotate(-45deg);
		transition: .5s;
	}
	.main_inner aside.nav_blog ul li.current a {
		background-color: #1496b4;
		color: #fff;
	}
	.main_inner aside.nav_blog ul li.current a::after {
		border: solid 1px #1496b4;
		border-left: none;
		border-top: none;
	}
	.main_inner aside.nav_blog ul li.current a::before {
		background-color: #fff;
	}
	.main_inner aside.nav_blog li > ul {
		display: none;
	}
	.main_inner aside.nav_blog ul li li a, .main_inner aside.nav_blog ul li.current li a {
		background-color: #fff;
		color: #000000;
		padding: 10px 0px 10px 15px;
	}
	.main_inner aside.nav_blog ul li li.incurrent a {
		background-color: #D0EAF0;
	}
	.main_inner aside.nav_blog li li a::after {
		content: "";
		border: solid 2px #1496b4;
		border-left: none;
		border-top: none;
		border-radius: 2px;
		width: 6px;
		height: 6px;
		display: block;
		position: absolute;
		top: 50%;
		left: 0px;
		transform: translateY(-40%) rotate(-45deg);
	}
	.main_inner aside.nav_blog li li a::before {
		content: none;
	}
	/**/
	/* ブログ一覧 */
	.main_inner .blog_wrap {
		padding-bottom: 0;
	}
	.contents .pg_blog {
		border: solid 3px #1496B4;
		border-radius: 10px;
		box-sizing: border-box;
	}
	.contents .pg_blog h2 {
		text-align: center;
		background-image: none;
		background-color: #1496B4;
	}
	.contents .blog_list {
		margin: 0 20px;
	}
	.contents .blog_list li {
		padding: 0;
		margin: 0 0 20px;
	}
	.contents .blog_list li::before {
		content: none;
	}
	.contents .blog_list li a {
		display: block;
	}
	.contents .blog_list li .btn_look {
		color: #1496B4;
		position: relative;
		background-color: #D0EAF0;
		padding: 10px 20px 10px 15px;
		box-sizing: border-box;
		letter-spacing: 0.05em;
		font-size: 12px;
	}
	.contents .blog_list li .btn_look::after {
		content: "";
		border: solid 2px #1496b4;
		border-left: none;
		border-top: none;
		border-radius: 2px;
		width: 6px;
		height: 6px;
		display: block;
		position: absolute;
		top: 50%;
		right: 12px;
		transform: translateY(-40%) rotate(-45deg);
		transition: .5s;
	}
	.contents .blog_list li .btn_read {
		color: #231815;
		background-color: #F2F3F3;
		box-sizing: border-box;
		padding: 10px 15px;
		font-size: 12px;
	}
	.contents .blog_list li .btn_read span {
		display: block;
	}
	/* ブログ詳細 */
	.contents .bread {
		margin: 0 auto 20px;
		font-size: 11px;
	}
	.contents .bread div {
		float: left;
		display: inline;
		margin-right: 5px;
		position: relative;
		padding-right: 10px;
		letter-spacing: 0.05em;
	}
	.contents .bread div::before {
		position: absolute;
		right: 0px;
		top: 50%;
		content: "";
		width: 6px;
		height: 6px;
		display: block;
		transform: translateY(-50%) rotate(-45deg);
		border: solid 1px #231815;
		border-left: none;
		border-top: none;
	}
	.contents .bread div:last-of-type::before {
		content: none;
	}
	/**/
	.contents .in_blog {
		border-top: solid 15px #1496B4;
		padding-top: 40px;
		padding-bottom: 30px;
		margin-bottom: 20px;
	}
	.contents .in_blog h2 {
		background: none;
		padding: 0;
		color: #1496B4;
		text-align: left;
		margin: 0 20px 20px;
	}
	.contents .blogcontents {
		margin: 0 20px;
	}
	.contents .blogcontents div {
		margin-bottom: 20px;
		letter-spacing: 0.05em;
	}
	.contents .blogcontents .b_h {
		font-weight: bold;
		font-size: 20px;
		color: #1496B4;
		padding-top: 30px;
	}
	.contents .blogcontents .b_day {
		margin-bottom: 0;
	}
	.contents .blogcontents .b_day + div {
		padding-top: 30px;
	}
	.contents .blogcontents .blogimg1 {}
	.contents .blogcontents .blogimg2 {}
	.contents .blogcontents .blogimg2 div {}
	.blog_wrap .contents .block_blogbtn {}
	.blog_wrap .contents .block_blogbtn .btn a {
		padding: 15px 30px;
	}
	.blog_wrap .contents .block_blogbtn .btn a::after, .blog_wrap .contents .block_blogbtn .btn a::before {
		content: none;
	}
	.blog_wrap .contents .block_blogbtn .box_blogbtn {
		zoom: 1;
		min-height: 1px;
	}
	.blog_wrap .contents .block_blogbtn .box_blogbtn:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.blog_wrap .contents .block_blogbtn .box_blogbtn .btn_prev,.blog_wrap .contents .block_blogbtn .box_blogbtn .btn_next{
		margin-top: 0!important;
	}
	.blog_wrap .contents .block_blogbtn .box_blogbtn .btn_prev {
		float: left;
	}
	.blog_wrap .contents .block_blogbtn .box_blogbtn .btn_next {
		float: right;
	}
	.blog_wrap .contents .block_blogbtn .btn_center {
		margin-top: 0;
		/*	position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);*/
	}
	/* スライダー調整 */
	.block_sf {}
	.block_sf .slick-dots {
		position: static;
		display: block;
		width: 100%;
		padding: 0;
		margin: 10px 0 0;
		list-style: none;
		text-align: left;
		zoom: 1;
		min-height: 1px;
	}
	.block_sf .slick-dots:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.block_sf .slick-dots li {
		position: relative;
		float: left;
		display: inline;
		width: calc((100% - 6px)/3);
		height: auto;
		margin: 0 2px 2px 0;
		padding: 0;
		cursor: pointer;
		box-sizing: border-box;
		background-color: #999;
	}
	.block_sf .slick-dots li:nth-of-type(3n) {
		margin-right: 0;
	}
	.block_sf .slick-dots li:nth-of-type(3n+1) {
		clear: both;
	}
	.block_sf .slick-dots li:nth-of-type(1) {
		background: url("../img/about/slide01.jpg") left top no-repeat;
		background-size: 100%;
	}
	.block_sf .slick-dots li:nth-of-type(2) {
		background: url("../img/about/slide02.jpg") left top no-repeat;
		background-size: 100%;
	}
	.block_sf .slick-dots li:nth-of-type(3) {
		background: url("../img/about/slide03.jpg") left top no-repeat;
		background-size: 100%;
	}
	.block_sf .slick-dots li:nth-of-type(4) {
		background: url("../img/about/slide04.jpg") left top no-repeat;
		background-size: 100%;
	}
	.block_sf .slick-dots li:nth-of-type(5) {
		background: url("../img/about/slide05.jpg") left top no-repeat;
		background-size: 100%;
	}
	.block_sf .slick-dots li:nth-of-type(6) {
		background: url("../img/about/slide06.jpg") left top no-repeat;
		background-size: 100%;
	}
	/* 採用情報：職員寮の紹介 */
	
	.block_sf2 .slick-dots li:nth-of-type(1) {
		background: url("../img/recruit/img_room01.png") left top no-repeat;
		background-size: 100%;
	}
	.block_sf2 .slick-dots li:nth-of-type(2) {
		background: url("../img/recruit/img_room02.png") left top no-repeat;
		background-size: 100%;
	}
	.block_sf2 .slick-dots li:nth-of-type(3) {
		background: url("../img/recruit/img_room03.png") left top no-repeat;
		background-size: 100%;
	}
	.block_sf2 .slick-dots li:nth-of-type(4) {
		background: url("../img/recruit/img_room04.png") left top no-repeat;
		background-size: 100%;
	}
	.block_sf2 .slick-dots li:nth-of-type(5) {
		background: url("../img/recruit/img_room05.png") left top no-repeat;
		background-size: 100%;
	}
	.block_sf2 .slick-dots li:nth-of-type(6) {
		background: url("../img/recruit/img_room06.png") left top no-repeat;
		background-size: 100%;
	}
	.block_sf2 .slick-dots li:nth-of-type(7) {
		background: url("../img/recruit/img_room07.png") left top no-repeat;
		background-size: 100%;
	}
	.block_sf2 .slick-dots li:nth-of-type(8) {
		background: url("../img/recruit/img_room08.png") left top no-repeat;
		background-size: 100%;
	}
	/**/
	
	.block_sf .slick-dots li button {
		font-size: 0;
		line-height: 0;
		display: block;
		width: 100%;
		padding: 0;
		padding-top: 67%; /*画像の比率で調整*/
		cursor: pointer;
		color: transparent;
		border: 0;
		outline: none;
		background: transparent;
		transition: .5s;
		background-color: #000;
		opacity: 0.5;
	}
	.block_sf .slick-dots li.slick-active button {
		opacity: 0;
	}
	.block_sf .slick-dots li::before, .block_sf .slick-dots li button:before {
		content: none;
	}
	.kaigo_mv {
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.kaigo_mv .mv_item {
		width: 100%;
		margin-bottom: 30px;
	}
	.kaigo_mv_mv {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
		height: 0;
	}
	.kaigo_mv_mv iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.stepbar {
		margin: 0 auto;
		width: 100%;
	}
	.stepbar .stepbarwrap {
		margin: 2em 0;
		position: relative;
	}
	.stepbar .stepbarwrap .steptitle {
		display: inline-flex;
		align-items: center;
	}
	.stepbar .stepbarwrap .steptitle .stepcircle {
		display: inline-block;
		width: 2em;
		height: 2em;
		content: "";
		border-radius: 50%;
		background-color: #9edaee;
		color: #fff;
		text-align: center;
	}
	.stepbar .stepbarwrap .steptitle .stepcircle span {
		display: inline-block;
		line-height: 1.2em;
		font-size: 1em;
		font-weight: bold;
		position: relative;
		top: 0.1em;
	}
	.stepbar .stepbarwrap .steptitle .title {
		margin: 0.5em;
		font-weight: bold;
		font-size: 1.2em;
		font-size: 16px;
	}
	.stepbar .stepbarwrap .steptxt {
		padding-left: 2.5em;
		font-size: 15px;
	}
	.stepbar .stepbarwrap .steptxt .txt {
		font-size: 0.9em;
	}
	.stepbar .stepbarwrap .stepline {
		width: 1px;
		height: calc(100% + 2em);
		background-color: #19afe1;
		position: absolute;
		top: 1em;
		left: 1em;
		z-index: -1;
	}
	.stepbar .stepbarwrap .stepline {
		background-color: none;
		background-image: linear-gradient(to bottom, rgb(25, 175, 225), rgb(255, 255, 255) 2px, transparent 4px, transparent 4px);
		background-size: 2px 8px;
		background-repeat: repeat-y;
		background-position: top center;
		position: absolute;
		top: 1em;
		left: 1em;
		z-index: -1;
	}
	.stepbarwrap:last-of-type .stepline:last-of-type {
		display: none;
	}
	.box_list {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
	.box_list .list_item {
		box-sizing: border-box;
		border: 1px solid #767676;
		width: 100%;
		margin-bottom: 15px;
	}
	.box_list .list_item2 {
		flex-grow: 0;
		box-sizing: border-box;
		border: 1px solid #767676;
		margin-bottom: 20px;
	}
	
	
	.box_list .box_ttl {
		font-size: 15px;
		padding: 6px;
		text-align: center;
		background-color: #e3f2f7;
	}
	.box_list .box_txt {
		font-size: 14px;
		padding: 10px;
	}
	/*.ph_vt_list, .ph_vt_list2 {
		width: 100%;
		margin: 0 auto;
		display: grid;
		grid-gap: 10px;
		grid-template-columns: repeat(2, 1fr);
	}
	.ph_vt_list div, .ph_vt_list2 div {
		width: 100%;
		margin: 0 !important;
	}*/
	
	.ph_vt_list {
		width: 90%;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
	}
	.ph_vt_list div:not(:last-child) {
		margin-bottom: 15px !important;
	}
		.ph_vt_list2 {
		width: 92%;
		margin: 0 auto;
		display: grid;
		grid-gap: 10px;
		grid-template-columns: repeat(2, 1fr);
	}
	.ph_vt_list2 div {
		margin-bottom: 0 !important;
	}
	.ph_vt_list2 div:last-of-type {
		margin-bottom: 10px !important;
	}
	.ph_bd4_list {
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.ph_bd4_list div {
		width: 48%;
		margin-bottom: 15px !important;
	}
	/* ----------------------------------------------
	診療記録の開示
	---------------------------------------------- */
	.contents .ex_table table th {
		text-align: center;
	}
	.contents .ex_table table tr td br {
		display: none;
	}
		/* PCスライドナビ  */
	
	.slick-next,.slick-prev{
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 26px;
	height: 46px;
	padding: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	transition: .5s;
	}
	
.slick-next {
	background: url("../img/common/btn_next.png") center 50% no-repeat;
	background-size: 20px;
right: -15px;
	z-index: 10;
}
.slick-prev {
	background: url("../img/common/btn_prev.png") center 50% no-repeat;
	background-size: 20px;
	left: -15px;
	z-index: 10;
}
	
	
.block_sf .slick-next,.block_sf .slick-prev{
	display: none!important;
}
	
}




/* 768px以上 PC向け
--------------------------------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
	/* ----------------------------------------------
	トップページ
	---------------------------------------------- */
	.top {
		background-color: #fff;
	}
	.top a {
		display: block;
	}
	.top .h3_top {
		text-align: center;
		margin: 0 auto 30px;
		font-size: 20px;
		color: #19afe1;
	}
	/**/
	.top .topmain {
		margin: 0 auto 90px;
		overflow: hidden;
		position: relative;
		opacity: 0;
		transition: 1.5s;
	}
	.top .topmain.showtop {
		opacity: 1;
	}
	.top .slick_main {}
	.top .slick_main .mainslick {}
	.top .slick_main .mainslick .mm {
		overflow: hidden;
	}
	.slick-animation {
		animation: fadezoom 5s 0s forwards;
	}
	.top .topmain .maintxt {
		position: absolute;
		top: 40%;
		left: 80px;
		font-size: 24px;
		letter-spacing: 0.05em;
		color: #fff;
		width: 1160px;
		margin: 0 auto;
		font-weight: bold;
		text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3), 2px 2px 3px rgba(0, 0, 0, 0.3), 0px 0px 2px rgba(0, 0, 0, 0.3);
	}
	/**/
	.top .box_inews {
		width: 1050px;
		margin: 0 auto 20px;
		box-sizing: border-box;
		padding: 0 50px;
		border-left: solid 1px #c00d23;
		border-right: solid 1px #c00d23;
	}
	.top .box_inews_btn {
		width: 1050px;
		margin: 0 auto 90px;
	}
	.top .box_inews ul li {
		line-height: 1.4;
		color: #c00d23;
	}
	.top .box_inews ul li + li {
		border-top: dashed 1px #c00d23;
		padding-top: 15px;
		margin-top: 15px;
	}
	.top .box_inews ul li a {
		color: #c00d23;
	}
	.top .box_inews ul li a:hover {
		opacity: 0.5;
	}
	.top .box_inews ul .inews1 {
		text-align: center;
		font-size: 25px;
		font-weight: bold;
		margin: 0 auto 10px;
	}
	.top .box_inews ul .inews2 {
		font-size: 20px;
		text-align: center;
	}
	/**/
	.top .box_mainnav {
		background: url("../img/top/bg.jpg") center 40px no-repeat;
		background-size: 100%;
		padding: 0 0 50px;
	}
	.top .box_mainnav ul {
		text-align: center;
		width: 1200px;
		margin: 0 auto;
		font-size: 0;
	}
	.top .box_mainnav ul li {
		width: 265px;
		display: inline-block;
		box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
		margin: 0 22px 50px;
		border-radius: 10px;
		overflow: hidden;
	}
	.top .box_mainnav ul li:nth-of-type(1) {
		margin-left: 0;
	}
	.top .box_mainnav ul li:nth-of-type(4) {
		margin-right: 0;
	}
	.top .box_mainnav ul li a {
		position: relative;
		overflow: hidden;
		color: #000000;
	}
	.top .box_mainnav a .mnimg {}
	.top .box_mainnav a .mnimg img {}
	.top .box_mainnav a .mn {
		background: url("../img/top/bg_nv.png") left bottom no-repeat;
		background-size: 100%;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		padding: 20px 0 30px;
	}
	.top .box_mainnav a .mn::after, .top .box_mainnav a .mn::before {
		content: "";
		transition: .5s;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 5;
		display: block;
	}
	.top .box_mainnav a .mn::after {
		background: url("../img/top/bg_nv.png") left bottom no-repeat;
		background-size: 100%;
		opacity: 1;
	}
	.top .box_mainnav a .mn::before {
		background: url("../img/top/bg_nv2.png") left bottom no-repeat;
		background-size: 100%;
		opacity: 0;
	}
	.top .box_mainnav a .mn .mn1 {
		text-align: center;
		font-size: 20px;
		margin: 0 auto 10px;
		z-index: 10;
		position: relative;
	}
	.top .box_mainnav a .mn .mn2 {
		z-index: 10;
		position: relative;
		font-size: 0;
	}
	.top .box_mainnav a .mn .mn2 img {
		transition: .5s;
	}
	.top .box_mainnav a .mn .mn2 img:nth-of-type(2) {
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
	}
	/* hover */
	.top .box_mainnav ul li a:hover {
		color: #fff;
	}
	.top .box_mainnav a:hover .mnimg {}
	.top .box_mainnav a:hover .mnimg img {}
	.top .box_mainnav a:hover .mn {}
	.top .box_mainnav a:hover .mn .mn1 {}
	.top .box_mainnav a:hover .mn .mn2 {}
	.top .box_mainnav a:hover .mn::after {
		opacity: 0;
	}
	.top .box_mainnav a:hover .mn::before {
		opacity: 1;
	}
	.top .box_mainnav a:hover .mn .mn2 img:nth-of-type(1) {
		opacity: 0;
	}
	.top .box_mainnav a:hover .mn .mn2 img:nth-of-type(2) {
		opacity: 1;
	}
	/**/
	.top .wrap_topics {
		padding: 30px 0 0;
		margin: 0 auto 100px;
	}
	.top .wrap_topics .h3_top {
		margin: 0 auto 30px;
		font-size: 140%;
	}
	/**/
	.top .box_topics0 {
		width: 1114px;
		margin: 0 auto;
		text-align: center;
		font-size: 0;
	}
	.top .box_topics0 .topics {}
	.top .box_topics0 .topics a {
		line-height: 1.5;
	}
	.top .box_topics0 .topics a .topicstxt {
		float: right;
		width: 335px;
	}
	.top .box_topics0 .topics .topics1 {
		font-size: 15px;
		color: #fff;
		text-align: center;
		background-color: #19afe1;
		padding: 5px 0;
		border-radius: 18px;
		margin-bottom: 15px;
		letter-spacing: 0.1em;
		text-indent: 0.1em;
	}
	.top .box_topics0 .topics .topics2 {
		font-weight: bold;
		color: #19afe1;
		font-size: 20px;
		margin-bottom: 20px;
		text-align: left;
	}
	.top .box_topics0 .topics .topics3 {
		color: #000000;
		font-size: 14px;
		margin-bottom: 10px;
		text-align: left;
	}
	.top .box_topics0 .topics .topics4 {
		overflow: hidden;
		float: left;
		width: 750px;
	}
	.top .box_topics0 .topics .topics4 img {
		transition: .5s;
	}
	.top .box_topics0 .topics a:hover .topics4 img {
		-webkit-transform: scale(1.05, 1.05);
		transform: scale(1.05, 1.05);
	}
	/**/
	.top .box_topics1 {
		width: 1155px;
		margin: 0 auto;
	}
	.top .box_topics1 .topics {
		padding: 30px 20px;
	}
	.top .box_topics1 .topics a {
		width: 345px;
		line-height: 1.5;
		border: solid 1px #19afe1;
		box-sizing: border-box;
		padding: 15px 18px;
		background-color: #fff;
		border-radius: 10px;
		box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
		transition: .5s;
	}
	.top .box_topics1 .topics a:hover {
		-webkit-transform: scale(1.05, 1.05);
		transform: scale(1.05, 1.05);
	}
	.top .box_topics1 .topics .topics1 {
		font-size: 15px;
		color: #fff;
		text-align: center;
		background-color: #19afe1;
		padding: 5px 0;
		border-radius: 18px;
		margin-bottom: 15px;
		letter-spacing: 0.15em;
		text-indent: 0.15em;
	}
	.top .box_topics1 .topics .topics2 {
		font-weight: bold;
		color: #19afe1;
		font-size: 16px;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: dotted 1px #19afe1;
	}
	.top .box_topics1 .topics .topics3 {
		color: #000000;
		font-size: 14px;
		margin-bottom: 10px;
	}
	/**/
	.top .box_topics2 {
		width: 1180px;
		margin: 0 auto;
		text-align: center;
		font-size: 0;
	}
	.top .box_topics2 .topics {
		display: inline-block;
		width: 335px;
		padding: 0 25px 0;
		border-right: solid 1px #19afe1;
		vertical-align: top;
	}
	.top .box_topics2 .topics:first-of-type {
		padding-left: 0;
	}
	.top .box_topics2 .topics:last-of-type {
		border-right: none;
		padding-right: 0;
	}
	.top .box_topics2 .topics a {
		line-height: 1.5;
	}
	.top .box_topics2 .topics .topics1 {
		font-size: 15px;
		color: #fff;
		text-align: center;
		background-color: #19afe1;
		padding: 5px 0;
		border-radius: 18px;
		margin-bottom: 15px;
		letter-spacing: 0.1em;
		text-indent: 0.1em;
	}
	.top .box_topics2 .topics .topics2 {
		font-weight: bold;
		color: #19afe1;
		font-size: 16px;
		margin-bottom: 10px;
		text-align: left;
	}
	.top .box_topics2 .topics .topics3 {
		color: #000000;
		font-size: 14px;
		margin-bottom: 10px;
		text-align: left;
	}
	.top .box_topics2 .topics .topics4 {
		overflow: hidden;
	}
	.top .box_topics2 .topics .topics4 img {
		transition: .5s;
	}
	.top .box_topics2 .topics a:hover .topics4 img {
		-webkit-transform: scale(1.05, 1.05);
		transform: scale(1.05, 1.05);
	}
	/**/
	.top .box_info {
		width: 960px;
		margin: 0 auto 80px;
	}
	.top .box_info dl {
		margin-bottom: 10px;
	}
	.top .box_info dl dd:last-of-type {
		margin-bottom: 10px;
	}
	/**/
	.top .box_link_wrap {
		margin: 0 auto 80px;
	}
	.top .box_link {
		margin: 0 auto 30px;
	}
	.top .box_link ul {
		text-align: center;
	}
	.top .box_link ul li {
		margin: 0 15px 20px;
		display: inline-block;
		width: 240px;
	}
	.top .box_link ul li a:hover {
		opacity: 0.5;
	}
	.top .koho_wrap {
		width: 800px;
		margin: 0 auto 80px;
		border-top: 1px solid #444;
		border-bottom: 1px solid #444;
		padding: 20px 0;
	}
	ul.koho_block {
		display: flex;
		flex: 1;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	ul.koho_block li {
		width: 48%;
	}
	ul.koho_block li:not(:first-child) {
		border-left: 1px dashed #999;
	}
	ul.koho_block li a:hover {
		opacity: 0.7;
	}
	ul.koho_block li a {
		color: #000;
	}
	.koho_box {
		display: flex;
		justify-content: space-between;
	}
	.koho_thumb {
		width: 140px;
		box-sizing: border-box;
		border: 1px solid #ccc;
		margin-left: 20px;
	}
	.koho_txt {
		width: calc(100% - 150px);
		padding: 0 10px 0 20px;
		font-feature-settings: 'palt';
	}
	/* ----------------------------------------------
	各メインビジュアル画像設定
	---------------------------------------------- */
	.mv {
		background: #f8f8f8 url("../img/common/head/kv_other.jpg") left top no-repeat;
		background-size: 100%;
	}
	.kv_other {
		background: #f8f8f8 url("../img/common/head/kv_other.jpg") left top no-repeat;
		background-size: 100%;
	}
	.kv_department {
		background: #f8f8f8 url("../img/common/head/kv_department.jpg") left top no-repeat;
		background-size: 100%;
	}
	.kv_hospitalization {
		background: #f8f8f8 url("../img/common/head/kv_hospitalization.jpg") left top no-repeat;
		background-size: 100%;
	}
	.kv_visiting {
		background: #f8f8f8 url("../img/common/head/kv_visiting.jpg") left top no-repeat;
		background-size: 100%;
	}
	.kv_recruittop {
		background: #f8f8f8 url("../img/common/head/kv_recruittop.jpg") left top no-repeat;
		background-size: 100%;
	}
	.kv_recruit {
		background: #f8f8f8 url("../img/common/head/kv_recruit.jpg") left top no-repeat;
		background-size: 100%;
	}
	.kv_about {
		background: #f8f8f8 url("../img/common/head/kv_about.jpg") left top no-repeat;
		background-size: 100%;
	}
	.kv_renkei {
		background: #f8f8f8 url("../img/common/head/kv_renkei.jpg") left top no-repeat;
		background-size: 100%;
	}
	.kv_blog {
		background: #f8f8f8 url("../img/common/head/kv_blog.jpg") left top no-repeat;
		background-size: 100%;
	}
	.kv_affiliated {
		background: #f8f8f8 url("../img/common/head/kv_atc-facili.jpg") left top no-repeat;
		background-size: 100%;
	}
	/* ----------------------------------------------
	画像別サイズ
	---------------------------------------------- */
	.contents .img_20 {
		width: 20%;
		height: auto;
	}
	.contents .img_30 {
		width: 30%;
		height: auto;
	}
	.contents .img_40 {
		width: 40%;
		height: auto;
	}
	.contents .img_50 {
		width: 50%;
		height: auto;
	}
	.contents .img_50_100 {
		width: 50%;
		height: auto;
	}
	.contents .img_60 {
		width: 60%;
		height: auto;
	}
	.contents .img_60_100 {
		width: 60%;
		height: auto;
	}
	.contents .img_70 {
		width: 70%;
		height: auto;
	}
	.contents .img_70_100 {
		width: 70%;
		height: auto;
	}
	.contents .img_80 {
		width: 80%;
		height: auto;
	}
	.contents .img_80_100 {
		width: 80%;
		height: auto;
	}
	.contents .img_90 {
		width: 90%;
		height: auto;
	}
	.contents .img_100_50 {
		width: 100%;
		height: auto;
	}
	.contents .img_30_sp {
		width: 100%;
		height: auto;
	}
	/* ----------------------------------------------
院長あいさつ
	---------------------------------------------- */
	.img_director {}
	.img_director .img {
		width: 230px;
		float: left;
		margin-right: 30px;
		margin-bottom: 2px;
	}
	/* ----------------------------------------------
	院内紹介
	---------------------------------------------- */
	.img_floor {
		width: 92%;
		margin: 0 auto;
	}
	/**/
	.slick_floor {}
	.slick_floor .phfloor {
		position: relative;
	}
	.slick_floor .phfloor span {
		position: absolute;
		right: 10px;
		bottom: 10px;
		color: #fff;
		font-size: 14px;
		text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8), 0px 0px 2px rgba(0, 0, 0, 0.8);
	}
	
	
	/* ----------------------------------------------
	入院の費用・精算について
	---------------------------------------------- */
	.contents .table_ex5{
	}
		.contents .table_ex5 th{
			text-align: center
	}
		.contents .table_ex5 tr td:nth-of-type(1),.contents .table_ex5 tr td:nth-of-type(3),.contents .table_ex5 tr td:nth-of-type(4){
			text-align: center;
	}
	
	/* ----------------------------------------------
	診療科・部門紹介：医師紹介
	---------------------------------------------- */
	.contents .career_data .box {
		margin-bottom: 60px;
	}
	/* ----------------------------------------------
	診療科・部門紹介：リハビリテーション部
	---------------------------------------------- */
	.contents .pg_riha h6{
		color: #0b4976;
		padding-bottom: 5px;
		margin-bottom: 15px;
		border-bottom: solid 1px #0b4976;
	}
	.contents .pg_riha .column2 .column{
		width: calc((100% - 40px)/2);
	}
	
	/* ----------------------------------------------
交通アクセス
	---------------------------------------------- */
	.contents ul.ul_access {
		margin-top: 10px;
	}
	.contents ul.ul_access > li {
		margin-bottom: 18px;
		font-size: 130%;
		line-height: 1;
	}
	.contents ul.ul_access li::before {
		width: 12px;
		height: 12px;
		top: 18px;
	}
	/* ----------------------------------------------
	サイトマップ
	---------------------------------------------- */
	.sitemap_ex {}
	.sitemap_ex .box_txtbtn {
		zoom: 1;
		min-height: 1px;
		margin-bottom: 20px;
	}
	.sitemap_ex .box_txtbtn:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.sitemap_ex .box_txtbtn .btn_txt {
		float: left;
		margin: 0 20px 10px 0;
	}
	/* ----------------------------------------------
	ブログ
	---------------------------------------------- */
	.upday {
		margin-bottom: 10px;
	}
	.img_blog {
		text-align: center;
		margin: 30px auto 30px;
	}
	.img_blog img {
		width: auto;
		height: auto;
	}
	.img_blog span {
		display: block;
		padding: 10px 0;
	}
	.writer {
		text-align: right;
		font-size: 11px;
	}
	/* ----------------------------------------------
	採用情報トップ/要項
	---------------------------------------------- */
	.recruit_top_kakomi {
		width: 100%;
		box-sizing: border-box;
		padding: 20px;
		background-color: #ddf3fa;
	}
	.recruit_top_kakomi .catch {
		font-size: 32px;
		color: #19afe1;
		text-align: center;
		line-height: 1.5;
		font-weight: 200;
		padding-bottom: 20px;
	}
	.recruit_top_kakomi .lead {
		font-size: 16px;
		color: #000;
		text-align: center;
		line-height: 1.8;
		font-weight: 400;
	}
	.meritbox {
		position: relative;
		margin: 0 auto 10px;
	}
	.merit_copy {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		clip-path: polygon(0 1%, 100% 0, 100% 43%, 0 96%);
		background: rgba(25, 175, 225, 0.6);
		min-height: 100px;
	}
	.merit_copy div {
		color: #fff;
		font-size: 20px;
		padding: 20px;
	}
	.merit_img img {
		width: 100%;
		height: auto;
	}
	.block1_ttl1 {
		font-size: 28px;
		text-align: center;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		margin: 0 auto 40px;
		line-height: 1.3;
	}
	.block1_ttl1 div {
		display: inline-block;
	}
	.block1_ttl1 div::after {
		content: "";
		width: 100%;
		height: 5px;
		display: block;
		background-color: #19afe1;
		margin-top: 7px;
	}
	.block1_ttl2 {
		color: #19afe1;
	}
	.white_kakomi {
		width: 900px;
		margin: 0 auto;
		border-radius: 20px;
		background-color: rgba(255, 255, 255, 0.9);
		padding: 40px;
		text-align: center;
	}
	/**/
	.recruit_merit {
		margin: 0 auto;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.recruit_merit .recruit_item {
		width: calc((100% - 90px)/4);
		box-shadow: 2px 2px 0 #ddd, -1px 0px 0 #ddd;
	}
	.recruit_item .icon {
		margin-bottom: 20px;
		position: relative;
		overflow: hidden;
		z-index: 0;
		padding: 10px;
		height: 6em;
	}
	.recruit_item .icon::after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		background: #19afe1;
		transform: skewY(-7deg);
		transform-origin: top left;
	}
	.recruit_item .icon img {
		width: 100%;
		height: auto;
	}
	.recruit_item .btn {
		margin-top: 30px;
		line-height: 1.1;
	}
	.recruit_item .btn a {
		display: inline-block;
		padding: 15px 65px 15px 30px;
		border-radius: 25px;
		border: solid 1px #19afe1;
		color: #fff;
		position: relative;
		background-color: #19afe1;
		font-size: 15px;
		box-shadow: 2px 2px #cdcdcd;
	}
	.recruit_item .btn a::after {
		position: absolute;
		right: 20px;
		top: 50%;
		content: "";
		width: 16px;
		border-top: solid 2px #fff;
		border-radius: 2px;
		transform: translateY(-50%);
		transition: .5s;
	}
	.recruit_item .btn a::before {
		position: absolute;
		right: 20px;
		top: 50%;
		content: "";
		width: 10px;
		height: 10px;
		border: solid 2px #fff;
		border-left: none;
		border-top: none;
		border-radius: 2px;
		display: block;
		transform: translateY(-50%) rotate(-45deg);
		transition: .5s;
	}
	.recruit_item .btn a:hover {
		color: #19afe1;
		background-color: #fff;
	}
	.recruit_item .btn a:hover::after {
		border-top: solid 2px #19afe1;
	}
	.recruit_item .btn a:hover::before {
		border: solid 2px #19afe1;
		border-left: none;
		border-top: none;
	}
	.recruit_ex-bnr {
		width: 560px;
		margin: 0 auto 80px;
		transition: .3s;
	}
	.recruit_ex-bnr a:hover {
		opacity: 0.7;
	}
	.recruit_ex-bnr img {
		width: 100%;
	}
	.btn_list {
		margin-bottom: 20px;
	}
	.btn_list div {
		line-height: 1.6;
		margin-bottom: 10px;
	}
	.btn_list div a {
		position: relative;
		padding-left: 28px;
		color: #165e83;
		text-decoration: underline;
	}
	.btn_list div a::before {
		position: absolute;
		left: 0px;
		top: 50%;
		content: "";
		width: 16px;
		height: 16px;
		background-color: #165e83;
		display: block;
		transition: .5s;
		transform: translateY(-50%);
	}
	.btn_list div a::after {
		position: absolute;
		left: 4px;
		top: 50%;
		content: "";
		width: 5px;
		height: 5px;
		border: solid 1px #fff;
		border-left: none;
		border-top: none;
		border-radius: 2px;
		display: block;
		transform: translateY(-50%) rotate(-45deg);
		transition: .5s;
	}
	.btn_list div a:hover {
		text-decoration: none;
	}
	a.outlink {
		background: url("../img/common/outsite.png") right 50% no-repeat;
		background-size: 20px;
		padding-right: 30px;
	}
	/*院内保育_cmt*/
	.usr_cmt {
		width: 98%;
		margin: 20px auto 0;
		position: relative;
		box-sizing: border-box;
		border: 1px solid #c4c5c5;
		position: relative;
		padding: 10px 20px 20px;
	}
	.usr_cmt::after {
		position: absolute;
		left: -7px;
		top: -6px;
		content: "";
		width: 100%;
		height: 100%;
		background: #f2f3f3;
		display: block;
		z-index: -1;
	}
	.usr_icon {
		width: 66px;
		position: absolute;
		top: -33px;
		left: 33px;
		z-index: 2;
	}
	.usr_name {
		font-size: 15px;
		margin-left: 90px;
	}
	.usr_cmt_ttl {
		font-size: 18px;
		font-weight: 500;
		margin: 10px 0;
	}
	.usr_cmt_txt {
		font-size: 15px;
	}
	/*院内保育スライダー*/
	.gallerylist {
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	
	.n_slide {
		width: 980px;
	}
	.n_slide2 {
		width: 600px;
	}
	.slide-thumbnail {
		width: 200px;
		display: flex;
		flex-direction: column;
	}
	.slide-thumbnail img:not(last-chiled) {
		margin-bottom: 10px;
	}
	.slide-thumbnail .slick-current img {
		box-sizing: border-box;
		border: 5px solid rgba(236, 111, 166, 1.00);
	}
	.slide-thumbnail .slick-track {
		transform: unset !important;
	}
	.slide-thumbnail2 {
		width: 540px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		column-gap: 10px;
	}
	.slide-thumbnail2 .thumnail_item {
		width: 140px !important;
		margin: 10px;
	}
	.slide-thumbnail2 .slick-current img {
		box-sizing: border-box;
		outline: 5px solid rgba(236, 111, 166, 1.00);
	}
	.slide-thumbnail2 .slick-track {
		transform: unset !important;
	}
	/*QA別スタイル*/
	dl.qanda_ex {
		margin: 20px 0 0;
	}
	dl.qanda_ex dt {
		font-size: 16px;
		vertical-align: middle;
		margin-bottom: 5px;
	}
	dl.qanda_ex dd {
		font-size: 16px;
		vertical-align: middle;
		margin-bottom: 20px;
		text-indent: -54px;
		margin-left: 54px;
	}
	dl.qanda_ex dt::before {
		content: "Q.";
		background-color: #19afe1;
		color: #fff;
		padding: 0 10px 5px 10px;
		font-size: 24px;
		margin-right: 10px;
	}
	dl.qanda_ex dd::before {
		content: "A.";
		background-color: #fff;
		color: #19afe1;
		padding: 0 8px 5px 14px;
		font-size: 24px;
		margin-right: 11px;
	}
	/*access flow*/
	.flow_access {
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}
	.flow_access .flow_img {
		width: 30%;
		margin-bottom: 30px;
	}
	.flow_access .flow_arrow {
		width: 5%;
		text-align: center;
		font-size: 36px;
		padding-top: 110px;
	}
	/* ----------------------------------------------
	ブログ
	---------------------------------------------- */
	/* バックナンバー */
	.main_inner .sp_slidenav {
		display: none;
	}
	/* ブログ一覧 */
	.main_inner aside.nav_blog {}
	.main_inner aside.nav_blog li {}
	.main_inner aside.nav_blog li div {
		font-size: 15px;
		padding: 0;
	}
	.main_inner aside.nav_blog li > ul {
		display: none;
	}
	.main_inner aside.nav_blog ul li li a, .main_inner aside.nav_blog ul li.current li a {
		background-color: #fff;
		color: #000000;
		padding: 10px 0px 10px 15px;
	}
	.main_inner aside.nav_blog ul li li.incurrent a {
		background-color: #D0EAF0;
	}
	.main_inner aside.nav_blog ul li li a:hover, .main_inner aside.nav_blog ul li.current li a:hover {
		text-decoration: underline;
	}
	.main_inner aside.nav_blog li li a::after {
		content: "";
		border: solid 2px #1496b4;
		border-left: none;
		border-top: none;
		border-radius: 2px;
		width: 6px;
		height: 6px;
		display: block;
		position: absolute;
		top: 50%;
		left: 0px;
		transform: translateY(-40%) rotate(-45deg);
	}
	.main_inner aside.nav_blog li li a::before {
		content: none;
	}
	/**/
	.main_inner .blog_wrap {}
	.contents .pg_blog {
		border: solid 3px #1496B4;
		border-radius: 10px;
		box-sizing: border-box;
		padding-bottom: 30px;
	}
	.contents .pg_blog h2 {
		text-align: center;
		background-image: none;
		background-color: #1496B4;
	}
	.contents .blog_list {
		margin: 0 55px;
	}
	.contents .blog_list li {
		padding: 0;
		margin: 0 0 10px;
	}
	.contents .blog_list li::before {
		content: none;
	}
	.contents .blog_list li a {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: space-between;
		transition: none;
	}
	.contents .blog_list li .btn_look {
		color: #1496B4;
		font-size: 14px;
		position: relative;
		background-color: #D0EAF0;
		width: 120px;
		padding: 10px 20px 10px 10px;
		box-sizing: border-box;
		letter-spacing: 0.05em;
		text-align: center;
		white-space: nowrap;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: .5s;
	}
	.contents .blog_list li .btn_look::after {
		content: "";
		border: solid 2px #1496b4;
		border-left: none;
		border-top: none;
		border-radius: 2px;
		width: 6px;
		height: 6px;
		display: block;
		position: absolute;
		top: 50%;
		right: 12px;
		transform: translateY(-40%) rotate(-45deg);
		transition: .5s;
	}
	.contents .blog_list li a:hover .btn_look {
		background-color: #1496B4;
		color: #fff;
	}
	.contents .blog_list li a:hover .btn_look::after {
		border: solid 2px #fff;
		border-left: none;
		border-top: none;
	}
	.contents .blog_list li .btn_read {
		color: #231815;
		font-size: 16px;
		background-color: #F2F3F3;
		position: relative;
		width: calc(100% - 130px);
		box-sizing: border-box;
		padding: 10px 10px 10px 110px;
		transition: .5s;
	}
	.contents .blog_list li .btn_read span {
		width: 110px;
		display: block;
		position: absolute;
		left: 10px;
		top: 10px;
	}
	.contents .blog_list li a:hover .btn_read {
		background-color: #D0EAF0;
	}
	/* ブログ詳細 */
	.contents .bread {
		width: 780px;
		margin: 0 0 30px;
		font-size: 14px;
	}
	.contents .bread div {
		float: left;
		display: inline;
		margin-right: 10px;
		position: relative;
		padding-right: 15px;
		letter-spacing: 0.05em;
	}
	.contents .bread div::before {
		position: absolute;
		right: 0px;
		top: 50%;
		content: "";
		width: 6px;
		height: 6px;
		display: block;
		transform: translateY(-50%) rotate(-45deg);
		border: solid 1px #231815;
		border-left: none;
		border-top: none;
	}
	.contents .bread div:last-of-type::before {
		content: none;
	}
	.contents .bread div a:hover {
		text-decoration: underline;
	}
	/**/
	.contents .in_blog {
		border-top: solid 15px #1496B4;
		padding-top: 40px;
	}
	.contents .in_blog h2 {
		background: none;
		padding: 0;
		color: #1496B4;
		text-align: left;
		margin: 0 40px 20px;
	}
	.contents .blogcontents {
		margin: 0 40px;
	}
	.contents .blogcontents div {
		margin-bottom: 30px;
		letter-spacing: 0.05em;
		line-height: 1.6;
	}
	.contents .blogcontents .b_h {
		font-weight: bold;
		font-size: 20px;
		color: #1496B4;
		padding-top: 30px;
	}
	.contents .blogcontents .b_day {
		margin-bottom: 0;
	}
	.contents .blogcontents .b_day + div {
		padding-top: 30px;
	}
	.contents .blogcontents .blogimg1 {
		width: 420px;
	}
	.contents .blogcontents .blogimg2 {}
	.contents .blogcontents .blogimg2 div {
		width: 300px;
		float: left;
		display: inline;
		margin-right: 40px;
		margin-bottom: 0;
	}
	.blog_wrap .contents .block_blogbtn {
		position: relative;
		min-height: 100px;
	}
	.blog_wrap .contents .block_blogbtn .btn a {
		padding: 15px 50px;
	}
	.blog_wrap .contents .block_blogbtn .btn a::after, .blog_wrap .contents .block_blogbtn .btn a::before {
		content: none;
	}
	.blog_wrap .contents .block_blogbtn .box_blogbtn {
		zoom: 1;
		min-height: 1px;
	}
	.blog_wrap .contents .block_blogbtn .box_blogbtn:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.blog_wrap .contents .block_blogbtn .box_blogbtn .btn_prev {
		float: left;
	}
	.blog_wrap .contents .block_blogbtn .box_blogbtn .btn_next {
		float: right;
	}
	.blog_wrap .contents .block_blogbtn .btn_center {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	/* スライダー調整 */
	.block_sf {}
	.block_sf .slick-dots {
		position: static;
		display: block;
		width: 100%;
		padding: 0;
		margin: 20px 0 0;
		list-style: none;
		text-align: left;
		zoom: 1;
		min-height: 1px;
	}
	.block_sf .slick-dots:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.block_sf .slick-dots li {
		position: relative;
		float: left;
		display: inline;
		width: calc((100% - 50px)/6);
		height: auto;
		margin: 0 10px 10px 0;
		padding: 0;
		cursor: pointer;
		box-sizing: border-box;
		font-size: 0;
	}
	.block_sf .slick-dots li:nth-of-type(6) {
		margin-right: 0;
	}
	.block_sf .slick-dots li:nth-of-type(1) {
		background: url("../img/about/slide01.jpg") left top no-repeat;
		background-size: 100%;
	}
	.block_sf .slick-dots li:nth-of-type(2) {
		background: url("../img/about/slide02.jpg") left top no-repeat;
		background-size: 100%;
	}
	.block_sf .slick-dots li:nth-of-type(3) {
		background: url("../img/about/slide03.jpg") left top no-repeat;
		background-size: 100%;
	}
	.block_sf .slick-dots li:nth-of-type(4) {
		background: url("../img/about/slide04.jpg") left top no-repeat;
		background-size: 100%;
	}
	.block_sf .slick-dots li:nth-of-type(5) {
		background: url("../img/about/slide05.jpg") left top no-repeat;
		background-size: 100%;
	}
	.block_sf .slick-dots li:nth-of-type(6) {
		background: url("../img/about/slide06.jpg") left top no-repeat;
		background-size: 100%;
	}
	/* 採用情報：職員寮の紹介 */
	
	.block_sf2 .slick-dots li:nth-of-type(1) {
		background: url("../img/recruit/img_room01.png") left top no-repeat;
		background-size: 100%;
	}
	.block_sf2 .slick-dots li:nth-of-type(2) {
		background: url("../img/recruit/img_room02.png") left top no-repeat;
		background-size: 100%;
	}
	.block_sf2 .slick-dots li:nth-of-type(3) {
		background: url("../img/recruit/img_room03.png") left top no-repeat;
		background-size: 100%;
	}
	.block_sf2 .slick-dots li:nth-of-type(4) {
		background: url("../img/recruit/img_room04.png") left top no-repeat;
		background-size: 100%;
	}
	.block_sf2 .slick-dots li:nth-of-type(5) {
		background: url("../img/recruit/img_room05.png") left top no-repeat;
		background-size: 100%;
	}
	.block_sf2 .slick-dots li:nth-of-type(6) {
		background: url("../img/recruit/img_room06.png") left top no-repeat;
		background-size: 100%;
	}
	.block_sf2 .slick-dots li:nth-of-type(7) {
		background: url("../img/recruit/img_room07.png") left top no-repeat;
		background-size: 100%;
	}
	.block_sf2 .slick-dots li:nth-of-type(8) {
		background: url("../img/recruit/img_room08.png") left top no-repeat;
		background-size: 100%;
	}
	/**/
	.block_sf .slick-dots li button {
		font-size: 0;
		line-height: 0;
		display: block;
		width: 100%;
		padding: 0;
		padding-top: 67%; /*画像の比率で調整*/
		cursor: pointer;
		color: transparent;
		border: 0;
		outline: none;
		background: transparent;
		transition: .5s;
		background-color: #000;
		opacity: 0.5;
	}
	.block_sf .slick-dots li.slick-active button, .block_sf .slick-dots li button:hover {
		opacity: 0;
	}
	.block_sf .slick-dots li::before, .block_sf .slick-dots li button:before {
		content: none;
	}
	.kaigo_mv {
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.kaigo_mv .mv_item {
		width: 48%;
		margin-bottom: 30px;
	}
	.kaigo_mv_mv {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
		height: 0;
	}
	.kaigo_mv_mv iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.stepbar {
		margin: 0 auto;
		width: 100%;
	}
	.stepbar .stepbarwrap {
		margin: 2em 0;
		position: relative;
	}
	.stepbar .stepbarwrap .steptitle {
		display: inline-flex;
		align-items: center;
	}
	.stepbar .stepbarwrap .steptitle .stepcircle {
		display: inline-block;
		width: 2em;
		height: 2em;
		content: "";
		border-radius: 50%;
		background-color: #9edaee;
		color: #fff;
		text-align: center;
	}
	.stepbar .stepbarwrap .steptitle .stepcircle span {
		display: inline-block;
		line-height: 1.2em;
		font-size: 1em;
		font-weight: bold;
		position: relative;
		top: 0.1em;
	}
	.stepbar .stepbarwrap .steptitle .title {
		margin: 0.5em;
		font-weight: bold;
		font-size: 1.2em;
		font-size: 18px;
	}
	.stepbar .stepbarwrap .steptxt {
		padding-left: 2.5em;
		font-size: 16px;
	}
	.stepbar .stepbarwrap .steptxt .txt {
		font-size: 0.9em;
	}
	.stepbar .stepbarwrap .stepline {
		width: 1px;
		height: calc(100% + 2em);
		background-color: #19afe1;
		position: absolute;
		top: 1em;
		left: 1em;
		z-index: -1;
	}
	.stepbar .stepbarwrap .stepline {
		background-color: none;
		background-image: linear-gradient(to bottom, rgb(25, 175, 225), rgb(255, 255, 255) 2px, transparent 4px, transparent 4px);
		background-size: 2px 8px;
		background-repeat: repeat-y;
		background-position: top center;
		position: absolute;
		top: 1em;
		left: 1em;
		z-index: -1;
	}
	.stepbarwrap:last-of-type .stepline:last-of-type {
		display: none;
	}
	.box_list {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.box_list .list_item:not(.last) {
		flex-grow: 0;
		box-sizing: border-box;
		border: 1px solid #767676;
		width: 32%;
		margin-bottom: 20px;
	}
	.box_list .list_item.list_last {
		flex-grow: 1;
	}
	.box_list .list_item2 {
		flex-grow: 0;
		box-sizing: border-box;
		border: 1px solid #767676;
		width: 49%;
		margin-bottom: 20px;
	}
	.box_list .box_ttl {
		font-size: 16px;
		padding: 6px;
		text-align: center;
		background-color: #e3f2f7;
	}
	.box_list .box_txt {
		font-size: 15px;
		padding: 10px;
	}
	.ph_vt_list {
		width: 90%;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
	}
	.ph_vt_list div:not(:last-child) {
		margin-bottom: 15px !important;
	}
	.ph_vt_list2 {
		width: 92%;
		margin: 0 auto;
		display: grid;
		grid-gap: 10px;
		grid-template-columns: repeat(2, 1fr);
	}
	.ph_vt_list2 div {
		margin-bottom: 0 !important;
	}
	.ph_vt_list2 div:last-of-type {
		margin-bottom: 10px !important;
	}
	.ph_bd4_list {
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.ph_bd4_list div {
		width: 24%;
		margin-bottom: 15px !important;
	}
	/* ----------------------------------------------
	重要なお知らせ
	---------------------------------------------- */
	.contents .important_news {
	}
	.important_news ul {}
	.important_news ul, .important_news ul a {
		color: #c00d23;
	}
	.important_news ul li {
		border-bottom: dashed 1px #c00d23;
		padding-bottom: 15px;
		padding-left: 0;
		margin-bottom: 15px;
	}
	.important_news ul li:last-of-type {
		border-bottom: none;
		padding-bottom: 0;
	}
	.contents .important_news ul li::before {
		content: none;
	}
	.important_news ul a {
		transition: .5s;
	}
	.important_news ul a:hover {
		opacity: 0.5;
	}
	.important_news ul li span {
		font-weight: bold;
		display: block;
		font-size: 120%;
	}
	/* ----------------------------------------------
	診療記録の開示
	---------------------------------------------- */
	.contents .ex_table table th, .contents .ex_table table tr td:first-of-type {
		text-align: center;
	}
	
	/* PCスライドナビ  */
	.slick-next,.slick-prev{
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 36px;
	height: 55px;
	padding: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	transition: .5s;
	}
	.slick-next:hover,.slick-prev:hover{
	background-color: #fff;
	}
	
.slick-next {
	background: url("../img/common/btn_next.png") center 50% no-repeat;
	background-size: 26px;
right: 15px;
	z-index: 10;
}
.slick-prev {
	background: url("../img/common/btn_prev.png") center 50% no-repeat;
	background-size: 26px;
	left: 15px;
	z-index: 10;
}
	/* 施設紹介 */
.block_sf .slick-next,.block_sf .slick-prev {
	top: 310px;
}
/* 職員寮の紹介 */
.block_sf2 .slick-next,.block_sf2 .slick-prev {
	top: 456px;
}
	
}






/* スマホ・SP共通追加スタイル*/
#day_service .caution,#day_care .caution{
text-indent: 0;
margin-left: 0;
}
#pamphlet .column20 .img, #renewal2023 .column2 .column0 .column40 {
	border: solid 1px;
	box-sizing: border-box;
	font-size: 0;
}
.contents .table_eiyo table th {
	background-color: #fff;
}
.contents .table_eiyo table td:nth-of-type(1) {
	background-color: #e0ebaf;
	text-align: center;
	white-space: nowrap;
}
.contents .table_eiyo table td:nth-of-type(2) {}
.eximgbox .img:last-of-type {
	margin-bottom: 10px !important;
}
/*院内保育*/
li.col1::before {
	background-color: #00b050 !important;
}
li.col2::before {
	background-color: #7030a0 !important;
}
li.col3::before {
	background-color: #02b0f0 !important;
}
li.col4::before {
	background-color: #92cf51 !important;
}
li.col5::before {
	background-color: #ffff00 !important;
}
li.col6::before {
	background-color: #fec000 !important;
}
li.col7::before {
	background-color: #ff0200 !important;
}
li.col8::before {
	background-color: #ff6699 !important;
}

	