@charset "UTF-8";

.news_cell {
	font-family: "Noto Serif Japanese", serif, san-serif;
	display:table;
	width:100%;
	max-width: 800px;
	border-bottom:solid 1px #aaa;
	padding:1em 0;
	margin:0 auto;
}
.news_box .news_cell:last-child {
	border-bottom:none;
}
.news_cell a {
	text-decoration:none;
	color:#333;
}
.news_cell dt {
	display:table-cell;
	vertical-align: top;
}
.news_cell dt .day {font-size:0.8em;}
.news_cell dt .subt {font-weight:700;font-size:20px;text-align:left;}
.news_cell dd {
	display:table-cell;
	vertical-align: top;
	width:15%;
	padding-left: 0.5em;
}
.news_cell dd a{
	display: block;
    width: 10vw;
    height: 10vw;
    max-width: 193px;
    max-height: 193px;
    overflow: hidden;
	position:relative;
}
.news_cell dd img{
	width:100%;
	height:auto;
	min-width: 10vw;
    min-height: 10vw;
	position:absolute;
	top:50%;
	left:50%;
	 -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	margin:auto;
	object-fit: cover;
}

.news_box .viewmore,
#sec01 .viewmore {
	width:100%;
	max-width: 800px;
	margin:0 auto;
	text-align:right;
}
#sec01 .viewmore {
	max-width: 1024px;
}
.news_box .viewmore a,
#sec01 .viewmore a{
	position: relative;
	display:inline-block;
	border-radius:5px;
	padding:0.4em 1.5em 0.4em 1em;
	margin-top:0.5em;
	background:#ED677A;
	color:#fff;
}
.news_box .viewmore a::before,
.news_box .viewmore a::after,
#sec01 .viewmore a::before,
#sec01 .viewmore a::after{
position: absolute;
top: 0;
bottom: 0;
margin: auto;
content: "";
vertical-align: middle;
}
.news_box .viewmore a::before,
#sec01 .viewmore a::before{
right: 5px;
width: 12px;
height: 12px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #fff;
}
.news_box .viewmore a::after,
#sec01 .viewmore a::after{
right: 6px;
box-sizing: border-box;
width: 3px;
height: 3px;
border: 3px solid transparent;
border-left: 3px solid #ED677A;
}
@media screen and (max-width: 1024px) {
	
}

@media screen and (max-width: 767px) {
	.news_cell dd {
		width:25%;
		padding-top:1em;
	}
	.news_cell dd a{
		width: 25vw;
		height: 25vw;
		max-width: 100%;
		max-height: 100%;
	}
	.news_cell dd img{
		min-width: 25vw;
		min-height: 25vw;
	}
	.news_box .viewmore,
	#sec01 .viewmore {
		text-align:left;
	}
	.news_box .viewmore a,
	#sec01 .viewmore a{
		font-size:2.5vw;
		padding:0.4em 2.5em 0.4em 1em;
	}

}



/*フォント読み込み*/
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/NotoSerifJP/NotoSerifJP-Regular.otf') format('otf');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/NotoSerifJP/NotoSerifJP-Bold.otf') format('otf');
  font-display: swap;
}
