#page_title{
	background:#fffef1 url('../images/news/pagetitle.webp') no-repeat top center;
	background-size: cover;
}
#news article{
	display:flex;
	flex-wrap:wrap;
	gap:40px;
}

#news article dl{
	width:calc((100% - 120px) / 4);
	padding:20px;
	border: 4px solid #986c20;
    border-radius: 20px;
	box-sizing:border-box;
}
#news article dl dt{	
	width:100%;
	height:160px;
	flex:none;
}
#news article dl dt a {
	display: block;
	height: 100%;
	background: #eee url('../images/index/maru.png') no-repeat center center;
	background-size: 50%;
}

#news article dl dt a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#news article dl .more a {
	display: block;
	border: 1px solid #522500;
	color: #522500;
	text-align: center;
	line-height: 23px;
	text-decoration: none;
}

#news article dl dd time {
	display: block;
}

#news dl dt{
	font-size:30px;
	margin-bottom:20px;
}
#news dl dd time{
	text-align:right;
	display:block;
	margin-bottom:20px;
}
#news_item dl{
	border: 4px solid #986c20;
    border-radius: 20px;
	padding:40px 50px;
	margin:0 auto 40px;
}
#news_item dl dt{
	font-size:30px;
	margin-bottom:20px;
}
#news_item dl dd time{
	text-align:right;
	display:block;
	margin-bottom:20px;
}

.hissu {
	color: #fff;
	background: #fd4e01;
	border-radius: 5px;
	padding: 0 5px;
	float: right;
}

input[type="text"],
input[type="email"],
textarea {
	border: 1px solid #ccc;
	border-radius: 6px;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
}

input[type="date"] {
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 5px;
	box-sizing: border-box;
}

input[type="tel"] {
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 5px;
	box-sizing: border-box;
}

main section td ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

main section td ul li {
	width: 50%;
}

select {
	border: 1px solid #ccc;
	border-radius: 6px;
	width: 200px;
	padding: 5px;
}

.year {
	width: 100px !important;
}

.gakureki {
	width: 300px !important;
	margin: 0 0 10px;
}

.month,
.day {
	width: 60px !important;
	margin-left: 20px !important;
}

input.radio {
	width: auto;
}

#tel {
	width: 320px !important;
}

#submitbutton input {
	display: block;
	width: 100%;
	border: 1px solid #126F3E;
	background: #fff;
	background-image: url('../images/index/arrrow_green.svg');
	background-repeat: no-repeat;
	background-position: left 10px center;
	margin: 40px 0 0;
	color: #126F3E;
	line-height: 62px;
	text-align: center;
	text-decoration: none;
	text-align: center;
}

#section4 a:hover {
	background: #126F3E;
}

.shortbox {
	width: 80px !important;
}