@charset "UTF-8";

.hospital .hospital_inner {
	width: 100%;
	min-width: 1128px;
	padding: 80px 48px 0;
	box-sizing: border-box;
}

.hospital .sec_wrap {
	background: #fff;
	padding: 100px 40px 120px;
	box-sizing: border-box;
	border-radius: 20px;
}

.hospital .sec {
	margin: 0 0 160px;
}
.hospital .sec:last-child {
	margin: 0 0 0;
}

.hospital .sec .inner {
	max-width: 1128px;
	margin: auto;
	box-sizing: border-box;
}

.hospital .block {
	margin: 80px 0 80px;
}
.hospital .block:last-child {
	margin: 80px 0 0;
}

.hospital img {
	border-radius: 20px;
}
.hospital img.no_br {
	border-radius: 0;
}

@media screen and (max-width: 768px) {
	.hospital .hospital_inner {
		min-width: 100%;
		padding: 30px 20px 0;
	}

	.hospital .sec_wrap {
		padding: 30px 20px 50px;
		border-radius: 10px;
	}

	.hospital .sec {
		margin: 0 0 80px;
	}

	.hospital .sec .inner {
		max-width: 100%;
	}
	
	.hospital .block {
		margin: 50px 0 50px;
	}
	.hospital .block:last-child {
		margin: 50px 0 0;
	}

	.hospital img {
		border-radius: 10px;
	}
}





/*--------------------------------------------------
  mv
--------------------------------------------------*/
.hospital .mv {
	width: 100%;
	height: 350px;
	min-width: 1128px;
	margin: 105px auto 0;
	padding: 0 48px;
	box-sizing: border-box;
	position: relative;
}

.hospital .mv .inner {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 20px;
	position: relative;
	z-index: 0;
}
.hospital .mv .inner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	border-radius: 20px;
	z-index: -1;
}

.hospital .mv .mv_ttl_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: 1128px;
	margin: auto;
	box-sizing: border-box;
	text-align: center;
	word-wrap: break-word;
}
.hospital .mv .mv_ttl {
	color: #fff;
	font-size: 45px;
	font-weight: bold;
	line-height: 1.5;
}
.hospital .mv .eng_ttl {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
}

.yuyake .hospital.news .mv .inner {
	background: url("../images/yuyake-news-mv.jpg") center center no-repeat;
	background-size: cover;
}
.yuyake .hospital.access .mv .inner {
	background: url("../images/yuyake-access-mv.jpg") center center no-repeat;
	background-size: cover;
}
.yuyake .hospital.facility .mv .inner {
	background: url("../images/yuyake-facility-mv.jpg") center center no-repeat;
	background-size: cover;
}
.yuyake .hospital.feature .mv .inner {
	background: url("../images/yuyake-feature-mv.jpg") center center no-repeat;
	background-size: cover;
}
.yuyake .hospital.medical .mv .inner {
	background: url("../images/yuyake-medical-mv.jpg") center center no-repeat;
	background-size: cover;
}

.azamino .hospital.news .mv .inner {
	background: url("../images/azamino-news-mv.jpg") center center no-repeat;
	background-size: cover;
}
.azamino .hospital.access .mv .inner {
	background: url("../images/azamino-access-mv.jpg") center center no-repeat;
	background-size: cover;
}
.azamino .hospital.facility .mv .inner {
	background: url("../images/azamino-facility-mv.jpg") center center no-repeat;
	background-size: cover;
}
.azamino .hospital.feature .mv .inner {
	background: url("../images/azamino-feature-mv.jpg") center center no-repeat;
	background-size: cover;
}
.azamino .hospital.medical .mv .inner {
	background: url("../images/azamino-medical-mv.jpg") center center no-repeat;
	background-size: cover;
}

@media screen and (max-width: 768px) {
	.hospital .mv {
		width: 100%;
		height: 250px;
		min-width: 100%;
		margin: 0 auto 0;
		padding: 0 20px;
	}

	.hospital .mv .inner {
		border-radius: 10px;
	}
	.hospital .mv .inner:after {
		border-radius: 10px;
	}

	.hospital .mv .mv_ttl_box {
		max-width: 100%;
	}
	.hospital .mv .mv_ttl {
		font-size: 30px;
	}
	.hospital .mv .eng_ttl {
		font-size: 16px;
	}
}





/*--------------------------------------------------
  Title
--------------------------------------------------*/
.hospital h2,
.hospital h3,
.hospital h4,
.hospital h5{
	font-weight: bold;
	line-height: 1.4;
}

.hospital .ttl01 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 50px;
	font-size: 32px;
	text-align: center;
	position: relative;
}
.hospital .ttl01:before,
.hospital .ttl01:after {
	content: "";
	display: block;
	flex: 1;
}
.hospital .ttl01:before {
	margin-right: 30px;
}
.hospital .ttl01:after {
	margin-left: 30px;
}
.yuyake .hospital .ttl01:before,
.yuyake .hospital .ttl01:after {
	border-top: 3px dotted #f77636;
}
.azamino .hospital .ttl01:before,
.azamino .hospital .ttl01:after {
	border-top: 3px dotted #17b7cd;
}

.hospital .ttl02 {
	margin: 0 0 30px;
	padding: 0 0 0 20px;
	font-size: 24px;
	position: relative;
}
.hospital .ttl02:before {
  content: "";
  position: absolute;
  left: 0;
	top: 7px;
	width: 5px;
	height: 24px;
}
.yuyake .hospital .ttl02:before {
	background: #f77636;
}
.azamino .hospital .ttl02:before {
	background: #17b7cd;
}

@media screen and (max-width: 768px) {
	.hospital .ttl01 {
		margin: 0 0 30px;
		font-size: 22px;
	}
	.hospital .ttl01:before {
		margin-right: 10px;
	}
	.hospital .ttl01:after {
		margin-left: 10px;
	}
	.yuyake .hospital .ttl01:before,
	.yuyake .hospital .ttl01:after {
		border-top: 2px dotted #f77636;
	}
	.azamino .hospital .ttl01:before,
	.azamino .hospital .ttl01:after {
		border-top: 2px dotted #17b7cd;
	}
	
	.hospital .ttl02 {
		margin: 0 0 15px;
		padding: 0 0 0 10px;
		font-size: 18px;
	}
	.hospital .ttl02:before {
		top: 5px;
		width: 3px;
		height: 18px;
	}
}





/*--------------------------------------------------
  Text
--------------------------------------------------*/
.hospital .txt {
	margin: 30px 0 0;
	font-size: 16px;
	line-height: 2;
}

@media screen and (max-width: 768px) {
	.hospital .txt {
		margin: 15px 0 0;
		font-size: 14px;
		line-height: 1.8;
	}
}





/*--------------------------------------------------
  tel
--------------------------------------------------*/
.hospital .tel {
	
}
.hospital .tel a {
	display: inline-block;
	font-size: 28px;
	font-weight: bold;
	pointer-events: none;
}
.hospital .tel.cl01 a {
	color: #f77636;
}
.hospital .tel.cl02 a {
	color: #17b7cd;
}

@media screen and (max-width: 768px) {
	.hospital .tel {
		margin: 10px 0 0;
	}
	.hospital .tel a {
		display: block;
		max-width: 85%;
		margin: auto;
		padding: 10px 20px;
		box-sizing: border-box;
		font-size: 20px;

		pointer-events: auto;
		border-radius: 100px;
		text-align: center;
	}
	.hospital .tel.cl01 a {
		border: solid #f77636 2px;
	}
	.hospital .tel.cl02 a {
		border: solid #17b7cd 2px;
	}
}



/*--------------------------------------------------
  Flexible box
--------------------------------------------------*/
.fl01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fl01 .left {
	width: 60%;
	padding: 0 60px 0 0;
	box-sizing: border-box;
}
.fl01 .right {
	width: 40%;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	.fl01 {
		display: block;
	}
	.fl01 .left {
		width: 100%;
		padding: 0 0 0 0;
	}
	.fl01 .right {
		width: 100%;
		margin: 20px 0 0;
	}
}





/*--------------------------------------------------
  img_box
--------------------------------------------------*/
.hospital .img_box01 {
	margin: 40px 0 0;
}

.hospital .img_box02 {
	display: flex;
	justify-content: space-between;
	margin: 40px 0 0;
}
.hospital .img_box02 .image {
	width: calc(50% - 20px);
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	.hospital .img_box01 {
		margin: 20px 0 0;
	}

	.hospital .img_box02 {
		display: block;
		margin: 20px 0 0;
	}
	.hospital .img_box02 .image {
		width: 100%;
		margin: 0 0 15px;
	}
	.hospital .img_box02 .image:last-child {
		margin: 0 0 0;
	}
}





/*--------------------------------------------------
  list
--------------------------------------------------*/
.hospital .list01 {
	margin: 30px 0 30px;
}
.hospital .list01 li {
	margin: 0 0 15px;
	padding: 0 0 0 20px;
	font-size: 16px;
	line-height: 1.8;
	position: relative;
}
.hospital .list01 li:last-child {
	margin: 0 0 0;
}
.hospital .list01 li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	border-radius: 50%;
}
.yuyake .hospital .list01 li:before {
	background: #f77636;
}
.azamino .hospital .list01 li:before {
	background: #17b7cd;
}

@media screen and (max-width: 768px) {
	.hospital .list01 {
		margin: 20px 0 20px;
	}
	.hospital .list01 li {
		margin: 0 0 10px;
		padding: 0 0 0 15px;
		font-size: 14px;
	}
	.hospital .list01 li:before {
		top: 9px;
		width: 8px;
		height: 8px;
	}
}





/*--------------------------------------------------
  news
--------------------------------------------------*/
.tab_wrap {
	font-size: 0;
}


.hospital .tab-area {
	display: flex;
	align-items: center;
}

.hospital .tab-area li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20%;
	margin: 0 5px 0 0;
	padding: 15px 10px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
	position: relative;
	z-index: 0;
}
.hospital .tab-area li:last-child {
	margin: 0 0 0 0;
}
.hospital .tab-area li.active {
	color: #fff;
}
.hospital .tab-area li.active::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -6px;
	border: 6px solid transparent;
}

.yuyake .hospital .tab-area li {
	background: #ffece2;
}
.azamino .hospital .tab-area li {
	background: #e9f6f9;
}
.yuyake .hospital .tab-area li.active {
	background: #f77636;
}
.azamino .hospital .tab-area li.active {
	background: #17b7cd;
}
.yuyake .hospital .tab-area li.active::after {
	border-top: 10px solid #f77636;
}
.azamino .hospital .tab-area li.active::after {
	border-top: 10px solid #17b7cd;
}

.hospital .tabContents {
	display: none;
}
.hospital .tabContents.show {
	display: block;
}


.hospital .panel_content {
	margin-top: 5px;
}
.hospital .panel_content li a {
	display: block;
}
.hospital .panel_content li {
	padding: 22px 15px;
	box-sizing: border-box;
}
.yuyake .hospital .panel_content li {
	border-bottom: dashed 1px #f77636;
}
.azamino .hospital .panel_content li {
	border-bottom: dashed 1px #17b7cd;
}
.hospital .panel_content li dl {
	display: table;
	width: 100%;
}
.hospital .panel_content li dt {
	display: table-cell;
	width: 20%;
	font-weight: bold;
	font-size: 14px;
}
.hospital .panel_content li dd {
	display: table-cell;
	width: 80%;
	font-size: 15px;
}

@media screen and (max-width: 768px) {
	.hospital .tab-area li {
		width: calc(50% - 3px);
		padding: 12px 5px;
		font-size: 2.8vw;
		border-radius: 3px 3px 0 0;
	}
	.hospital .tab-area li.active::after {
		margin-left: -4px;
		border: 4px solid transparent;
	}
	.yuyake .hospital .tab-area li.active::after {
		border-top: 8px solid #f77636;
	}
	.azamino .hospital .tab-area li.active::after {
		border-top: 8px solid #17b7cd;
	}
	

	.hospital .panel_content li {
		padding: 15px 10px;
	}
	.hospital .panel_content li dl {
		display: block;
	}
	.hospital .panel_content li dt {
		display: block;
		width: 100%;
		font-size: 14px;
	}
	.hospital .panel_content li dd {
		display: block;
		width: 100%;
		font-size: 14px;
	}
}





/*--------------------------------------------------
  news-single
--------------------------------------------------*/
.news-single .news_block .cate {
	display: inline-block;
	padding: 3px 15px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.yuyake .news-single .news_block .cate {
	background: #f77636;
}
.azamino .news-single .news_block .cate {
	background: #17b7cd;
}
.news-single .news_block .cate span {
	font-weight: bold; 
}

.news-single .news_block .news-ttl {
	margin: 15px 0 0;
	padding: 0 0 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}
.yuyake .news-single .news_block .news-ttl {
	border-bottom: dashed 1px #f77636;
}
.azamino .news-single .news_block .news-ttl {
	border-bottom: dashed 1px #17b7cd;
}

.news-single .news_block .dete {
	margin: 15px 0 0;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
}

.news-single .news_block .content {
	margin: 30px 0 0;
	font-size: 16px;
	text-align: justify;
}

.news-single .link01 {
	width: 400px;
	margin: 100px auto 0;
}
.news-single .link04 {
	width: 400px;
	margin: 100px auto 0;
}

@media screen and (max-width: 768px) {
	.news-single .news_block .cate {
		padding: 2px 10px;
		font-size: 13px;
	}

	.news-single .news_block .news-ttl {
		margin: 10px 0 0;
		padding: 0 0 15px;
		font-size: 16px;
	}

	.news-single .news_block .dete {
		margin: 10px 0 0;
		font-size: 13px;
	}

	.news-single .news_block .content {
		margin: 20px 0 0;
		font-size: 14px;
	}

	.news-single .link01 {
		width: 90%;
		margin: 60px auto 0;
	}
	.news-single .link04 {
		width: 90%;
		margin: 60px auto 0;
	}
}





/*--------------------------------------------------
  投稿ページ
--------------------------------------------------*/
.news-single img {
	width: auto;
	height: auto;
}
.news-single ul {
	list-style: disc;
	list-style-position: inside;
}
.news-single ol {
	list-style: decimal;
	list-style-position: inside;
}
.news-single ul {
	list-style: disc;
	list-style-position: inside;
}
.news-single ol {
	list-style: decimal;
	list-style-position: inside;
}

strong {
	font-weight: bold;
}
strong span {
	font-weight: bold;
}
img.alignright {
	display: block;
	margin: 0 0 0 auto!important;
}
img.alignleft {
	display: block;
	margin: 0 auto 0 0!important;
}
img.aligncenter {
	display: block;
	margin: 0 auto!important;
}

@media screen and (max-width: 768px) {
	.hospital .news-single img {
		width: 100%;
		height: auto;
	}
}





/*--------------------------------------------------
  access
--------------------------------------------------*/
.hospital .g_map {
	position: relative;
	width: 100%;
	height: 0;
	margin: 60px auto 0;
	padding-top: 40%;
}
.hospital .g_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

.yuyake .hospital.access .sec02 .img_box01 {
	max-width: 640px;
	margin: 40px auto 0;
}

.azamino .hospital.access .sec02 .img_box01 {
	max-width: 640px;
	margin: 40px auto 0;
}

.yuyake .hospital.access .sec03 .img_box01 {
	max-width: 640px;
	margin: 40px auto 0;
}


.hospital.access .link01 {
	width: 400px;
	margin: 60px auto 0;
}
.hospital.access .link04 {
	width: 400px;
	margin: 60px auto 0;
}

@media screen and (max-width: 768px) {
	.hospital .g_map {
		margin: 30px auto 0;
		padding-top: 56.25%;
	}
	.hospital .g_map iframe {
		border-radius: 10px;
	}

	.yuyake .hospital.access .sec02 .img_box01 {
		max-width: 100%;
		margin: 20px auto 0;
	}
	.azamino .hospital.access .sec02 .img_box01 {
		max-width: 100%;
		margin: 20px auto 0;
	}	
	
	.yuyake .hospital.access .sec03 .img_box01 {
		max-width: 100%;
		margin: 20px auto 0;
	}	

	.hospital.access .link01 {
		width: 90%;
		margin: 30px auto 0;
	}
	.hospital.access .link04 {
		width: 90%;
		margin: 30px auto 0;
	}
}





/*--------------------------------------------------
  facility
--------------------------------------------------*/
.facility_img {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.facility_img .image {
  width: calc((100% - 60px) / 3);
  margin: 0 0 40px 0;
	position: relative;
}
.facility_img .image:nth-of-type(3n-1):nth-last-of-type(1) {
	margin: 0 auto 40px 30px;
}
.facility_img .f_txt {
	margin: 15px 0 0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}

@media screen and (max-width: 768px) {
	.facility_img {
		display: block;
		margin: 20px 0 0;
	}
	.facility_img .image {
		width: 100%;
		margin: 0 0 25px 0;
	}
	.facility_img .image:nth-of-type(3n-1):nth-last-of-type(1) {
		margin: 0 0 25px 0;
	}
	.facility_img .image:last-child {
		margin: 0 0 0 0;
	}
	.facility_img .f_txt {
		margin: 10px 0 0;
		font-size: 15px;
	}
}





/*--------------------------------------------------
  feature
--------------------------------------------------*/
.hospital.feature .sec01 .left {
	width: 40%;
	padding: 0 0 0 0;
}
.hospital.feature .sec01 .right {
	width: 60%;
	padding: 0 0 0 60px;
}
.hospital.feature .sec01 .txt {
	margin: 0 0 0;
}

.hospital.feature .name {
	margin: 30px 0 0;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}
.hospital.feature .name span {
	margin: 0 0 0 20px;
	font-size: 24px;
	font-weight: bold;
}


.hospital.feature .link01 {
	width: 400px;
	margin: 20px 0 0;
}
.hospital.feature .link04 {
	width: 400px;
	margin: 20px 0 0;
}


.hospital.feature .sec02 .block {
	display: flex;
	justify-content: space-between;
	margin: 0 0 0;
}
.hospital.feature .sec02 .box {
	width: calc(33.33% - 20px);
	box-sizing: border-box;
}
.hospital.feature .sec02 .img_box {
	position: relative;
}
.hospital.feature .sec02 .link_ttl {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,0.92);
	width: 100%;
	padding: 15px 25px 15px 15px;
	box-sizing: border-box;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.4;
	border-radius: 0 0 20px 20px;
}
.hospital.feature .sec02 .link_ttl::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0,-50%);
	width: 16px;
	height: 15px;
}
.yuyake .hospital.feature .sec02 .link_ttl {
	color: #f77636;
}
.yuyake .hospital.feature .sec02 .link_ttl::after{
	background: url("../images/arrow01.png") right center no-repeat;
	background-size: 100% auto;	
}
.azamino .hospital.feature .sec02 .link_ttl {
	color: #17b7cd;
}
.azamino .hospital.feature .sec02 .link_ttl::after{
	background: url("../images/arrow05.png") right center no-repeat;
	background-size: 100% auto;	
}


.hospital.feature .sec05 .block {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 50px 0 0;
}
.hospital.feature .sec05 .box {
	width: calc(50% - 40px);
	margin: 0 0 30px;
	box-sizing: border-box;
}
.hospital.feature .sec05 .logo {
	width: 50%;
	margin: auto;
}
.hospital.feature .sec05 .logo img {
	border-radius: 0;
}
.hospital.feature .sec05 .link01 {
	margin: 20px auto 0;
}
.hospital.feature .sec05 .link04 {
	margin: 20px auto 0;
}


.hospital .bottom_links {
	display: flex;
	justify-content: space-between;
}
.hospital .bottom_links .link_box {
	width: calc(33.33% - 20px);
	box-sizing: border-box;
}
.hospital .bottom_links a {
	display: block;
}
.hospital .bottom_links .img_box {
	position: relative;
}
.hospital .bottom_links .img_box:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	border-radius: 20px;
}
.hospital .bottom_links .link_txt {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: rgba(255,255,255,0.92);
	width: 60%;
	padding: 10px 30px 10px 30px;
	box-sizing: border-box;
	color: #f77636;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	border-radius: 5px;
	z-index: 1;
}
.hospital .bottom_links .link_txt:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0,-50%);
	width: 16px;
	height: 15px;
}
.yuyake .hospital .bottom_links .link_txt {
	color: #f77636;
}
.yuyake .hospital .bottom_links .link_txt:after {
	background: url("../images/arrow01.png") right center no-repeat;
	background-size: 100% auto;	
}
.azamino .hospital .bottom_links .link_txt {
	color: #17b7cd;
}
.azamino .hospital .bottom_links .link_txt:after {
	background: url("../images/arrow05.png") right center no-repeat;
	background-size: 100% auto;	
}

@media screen and (max-width: 768px) {
	.hospital.feature .sec01 .left {
		width: 100%;
	}
	.hospital.feature .sec01 .left img {
		height: 240px;
		object-fit: cover;
		object-position: 0 10%;
	}
	.hospital.feature .sec01 .right {
		width: 100%;
		padding: 0 0 0 0;
	}
	.hospital.feature .sec01 .txt {
		margin: 0 0 0;
	}

	.hospital.feature .name {
		margin: 15px 0 0;
		font-size: 14px;
	}
	.hospital.feature .name span {
		margin: 0 0 0 10px;
		font-size: 20px;
	}


	.hospital.feature .link01 {
		width: 90%;
		margin: 15px auto 0;
	}
	.hospital.feature .link04 {
		width: 90%;
		margin: 15px auto 0;
	}


	.hospital.feature .sec02 .block {
		display: block;
	}
	.hospital.feature .sec02 .box {
		width: 100%;
		margin: 0 0 30px;
	}
	.hospital.feature .sec02 .box:last-child {
		margin: 0 0 0;
	}
	.hospital.feature .sec02 .link_ttl {
		padding: 12px 25px 12px 10px;
		font-size: 16px;
		border-radius: 0 0 10px 10px;
	}
	.hospital.feature .sec02 .link_ttl::after{
		right: 15px;
		width: 13px;
		height: 12px;
	}


	.hospital.feature .sec05 .block {
		display: block;
		margin: 20px 0 0;
	}
	.hospital.feature .sec05 .box {
		width: 100%;
		margin: 0 0 20px;
	}
	.hospital.feature .sec05 .box:last-child {
		margin: 0 0 0;
	}
	.hospital.feature .sec05 .link01 {
		margin: 10px auto 0;
	}
	.hospital.feature .sec05 .link04 {
		margin: 10px auto 0;
	}


	.hospital .bottom_links {
		display: block;
	}
	.hospital .bottom_links .link_box {
		width: 100%;
		margin: 0 0 15px;
	}
	.hospital .bottom_links .link_box:last-child {
		margin: 0 0 0;
	}
	.hospital .bottom_links .img_box:after {
		border-radius: 10px;
	}
	.hospital .bottom_links .link_txt {
		padding: 10px 25px 10px 25px;
		font-size: 16px;
		border-radius: 3px;
	}
	.hospital .bottom_links .link_txt:after {
		right: 8px;
		width: 13px;
		height: 12px;
	}
}





/*--------------------------------------------------
  medical
--------------------------------------------------*/
.hospital.medical .link01 {
	width: 400px;
	margin: 20px 0 0;
}
.hospital.medical .link01 a {
	width: 100%;
	margin: 0 0 0;
}
.hospital.medical .link04 {
	width: 400px;
	margin: 20px 0 0;
}
.hospital.medical .link04 a {
	width: 100%;
	margin: 0 0 0;
}

.hospital .txt-link a {
	display: inline-block;
	margin: 20px 0 0;
	color: #1c6ecb;
	text-decoration: underline;
}

.hospital.medical .card {
	max-width: 490px;
	margin: 30px 0 0;
}
.hospital.medical .card img {
	border-radius: 0;
}

.hospital.medical .banner {
	display: flex;
	margin: 30px 0 0;
}
.hospital.medical .banner img {
	width: 150px;
	margin: 0 20px 0 0;
	box-sizing: border-box;
	border-radius: 0;
}
.hospital.medical .banner img:last-child {
	margin: 0 0 0 0;
}

.hospital.medical .link_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 40px 0 0;
}
.hospital.medical .link_box .link01 {
	width: calc((100% - 60px) / 3);
	box-sizing: border-box;
	margin: 0 0 30px;
}
.hospital.medical .link_box .link01:nth-of-type(3n-1):nth-last-of-type(1) {
	margin: 0 auto 30px 30px;
}
.hospital.medical .link_box .link04 {
	width: calc((100% - 60px) / 3);
	box-sizing: border-box;
	margin: 0 0 30px;
}
.hospital.medical .link_box .link04:nth-of-type(3n-1):nth-last-of-type(1) {
	margin: 0 auto 30px 30px;
}


.hospital.medical .banner_link {
	display: flex;
	justify-content: space-between;
	margin: 50px 0 0;
}
.hospital.medical .banner_link .banner_box {
	width: calc(33.33% - 20px);
	box-sizing: border-box;
}
.hospital.medical .banner_link .banner_box a {
	display: block;
	border-radius: 24px;
}
.yuyake .hospital.medical .banner_link .banner_box a {
	background: #f77636;
	border: 4px solid #f77636;
}
.azamino .hospital.medical .banner_link .banner_box a {
	background: #17b7cd;
	border: 4px solid #17b7cd;
}
.hospital.medical .banner_link .img_box img {
	border-radius: 20px 20px 0 0;
}
.hospital.medical .banner_link .link_ttl {
	padding: 20px 40px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	position: relative;
}
.hospital.medical .banner_link .link_ttl:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0,-50%);
	background: url("../images/arrow02.png") right center no-repeat;
	background-size: 100% auto;
	width: 16px;
	height: 15px;
}

@media screen and (max-width: 768px) {
	.hospital.medical .link01 {
		width: 90%;
		margin: 15px auto 0;
	}
	.hospital.medical .link04 {
		width: 90%;
		margin: 15px auto 0;
	}

	.hospital .txt-link a {
		margin: 15px 0 0;
	}

	.hospital.medical .card {
		max-width: 100%;
		margin: 15px 0 0;
	}

	.hospital.medical .banner {
		display: flex;
		justify-content: space-between;
		margin: 15px 0 0;
	}
	.hospital.medical .banner img {
		width: calc(50% - 10px);
		margin: 0 0 0 0;
	}

	.hospital.medical .link_box {
		display: block;
		margin: 20px 0 0;
	}
	.hospital.medical .link_box .link01 {
		width: 90%;
		margin: 0 auto 15px;
	}
	.hospital.medical .link_box .link01:nth-of-type(3n-1):nth-last-of-type(1) {
		margin: 0 auto 15px auto;
	}
	.hospital.medical .link_box .link01:last-child {
		margin: 0 auto 0;
	}
	.hospital.medical .link_box .link04 {
		width: 90%;
		margin: 0 auto 15px;
	}
	.hospital.medical .link_box .link04:nth-of-type(3n-1):nth-last-of-type(1) {
		margin: 0 auto 15px auto;
	}
	.hospital.medical .link_box .link04:last-child {
		margin: 0 auto 0;
	}

	
	.hospital.medical .banner_link {
		display: block;
		margin: 30px 0 0;
	}
	.hospital.medical .banner_link .banner_box {
		width: 100%;
		margin: 0 0 15px;
	}
	.hospital.medical .banner_link .banner_box:last-child {
		margin: 0 0 0;
	}
	.hospital.medical .banner_link .banner_box a {
		display: block;
		border-radius: 12px;
	}
	.yuyake .hospital.medical .banner_link .banner_box a {
		border: 2px solid #f77636;
	}
	.azamino .hospital.medical .banner_link .banner_box a {
		border: 2px solid #17b7cd;
	}
	.hospital.medical .banner_link .img_box img {
		border-radius: 10px 10px 0 0;
	}
	.hospital.medical .banner_link .link_ttl {
		padding: 15px 40px;
		font-size: 16px;
	}
	.hospital.medical .banner_link .link_ttl:after {
		right: 15px;
		background: url("../images/arrow02.png") right center no-repeat;
		background-size: 100% auto;
		width: 13px;
		height: 12px;
	}
}

#anc01 , #anc02 , #anc03 , #anc04, #anc07{
  padding-top: 110px;
  margin-top:-110px;
}

/*--------------------------------------------------
  202406追加
--------------------------------------------------*/
.hospital.feature .sec07 .block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px 0 0;
}
.hospital.feature .sec07 .box {
    width: calc(50% - 40px);
    margin: 0 0 30px;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.hospital.feature .sec07 .box{
		width: 100%;
		margin: 0 0 20px;
	}
}

/*--------------------------------------------------
  202510追加
--------------------------------------------------*/
.homedoctor .link_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0 0;
}
.homedoctor .link_box .link01 {
  width: calc((100% - 60px) / 3);
  box-sizing: border-box;
  margin: 0 0 30px;
}
.homedoctor .link_box.half .link01 {
  width: calc((100% - 60px) / 2);
}
.homedoctor .link01 a {
  width: 100%;
  margin: 0 0 0;
}

.achiev-table td span {
	font-size: 118%;
}
.careful .fix-image .image {
  width: calc(50% - 20px);
  box-sizing: border-box;
}


@media screen and (max-width: 768px) {
  .homedoctor.link_box {
    display: block;
    margin: 20px 0 0;
  }
  .homedoctor .link_box .link01, .homedoctor .link_box.half .link01 {
    width: 90%;
    margin: 0 auto 15px;
  }
  .under .achiev-table {
	width: max-content;
  }
  .careful .fix-image .image {
	width: 100%;
    margin: 0 0 20px;
  }

}
