@charset "UTF-8";
/* CSS Document */

#eye-center .under .mv {
  margin-top: 100px;
}
#eye-center .under .mv {
	background: url(../images/mv-under.jpg) 0 no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #fff;
	width: 100%;
	min-width: 1100px;
	height: 345px;
	position: relative;
	margin-bottom: 60px;
}
#eye-center .under .mv::before {
	content: "";
	position: absolute;
	background: url(../images/box-icon01.png) 0 0 no-repeat;
	background-size: 100% auto;
	bottom: 0;
	width: 11px;
	height: 13px;
	left: 40%;
}
#eye-center .under .mv::after {
  content: "";
  position: absolute;
  left: 0px;
  width: 40%;
  height: 125px;
  bottom: 0px;
  background: rgb(255, 255, 255);
  border-radius: 0px 8px 0px 0px;
}
#eye-center .under .mv .title-box01 {
	position: absolute;
	bottom: 28px;
	left: 4%;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	#eye-center .under .mv{
		margin-top: 70px;
		min-width: 100%;
		height: 245px;
	}
	#eye-center .under .mv::before {
		content: "";
		position: absolute;
		bottom: 0;
		width: 11px;
		height: 13px;
		left: 74%;
	}
	#eye-center .under .mv::after {
		content: "";
		position: absolute;
		background: #fff;
		left: 0;
		width: 74%;
		height: 50px;
		bottom: 0;
		border-radius: 0 8px 0 0;
	}
	#eye-center .under .mv .title-box01 {
		position: absolute;
		bottom: -20px;
		z-index: 1;
	}
}


/*--------------------------------------------------
  獣医師出勤管理表
--------------------------------------------------*/
.schedule .sec01 .inner{
	padding: 40px 0;
}
.uc{
	font-size: 4rem; 
	text-align: center;
	margin: 120px auto;
}
@media screen and (max-width: 768px) {
	.schedule .sec01 .inner{
		padding: 0 1rem;
	}
	.uc{
		font-size: 2rem;
	}
}

/*--------------------------------------------------
  お知らせ
--------------------------------------------------*/
.news .sec01{
	margin: 120px auto;
}

.news .news-list li{
	width: 100%;
	border-bottom: solid 1px #ebe3d9;
	padding: 30px 0;
	box-sizing: border-box;
}
.news .news-list li:first-child {
  border-top: solid 1px #ebe3d9;
}
.news .news-list li time{
	display: inline-block;
	font-weight: 500;
	width: 90px;
	color: #C3C3C3;
	font-size: 18px;
}
.news .news-list li .news-title{
	font-weight: bold;
	font-size: 20px;
}

/* single.php */
.news .news-article .news-date{
	color: #C3C3C3;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1em;
	display: block;
}
.news .news-article .news-title{
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #ebe3d9;
	line-height: 1.3em;
	padding: 0 0 10px;
	box-sizing: border-box;
}
.news .news-content{
	margin:  3rem 0 80px;
}

.news-nav{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.news-nav > div{
	width: calc(33.33% - 20px);
	box-sizing: border-box;
}
.news-nav .back a,.news-nav .prev a,.news-nav .next a{
	display: block;
	position: relative;
	font-size: 16px;
	color: rgb(255, 255, 255);
	font-weight: 700;
	background: #25150c;
	border-radius: 50px;
	padding: 10px 0px 10px 20px;
	margin: auto;
}
.news-nav a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 25px;
	height: 25px;
	margin-top: -12px;
	background: url(../images/arrow01.png) right center / 100% no-repeat;
}

@media screen and (max-width: 768px) {
	.news .sec01{
		margin: 60px auto;
	}
	.news .news-list li{
		  padding: 0.7em 0;
	}
	.news .news-list li time,.news .news-list li .news-title{
		display: block;
	}
	.news .news-list li time{
		font-size: 14px;
	}
	.news .news-content{
		margin: 3rem 0 40px;
	}
	.news .news-article .news-title,.news .news-list li .news-title{
		font-size: 16px;
	}
	.news-nav{
		gap: 10px;
		justify-content: space-between;
	}
	.news-nav > div{
		width: 85%;
		margin: 10px auto 0;
	}
	.news-nav .back a, .news-nav .prev a, .news-nav .next a{
		font-size: 14px;
	}
}