@charset "utf-8";

.content .w980 ul {
	margin-bottom: 70px;
}

.content .w980 ul li {
	display: inline;
	vertical-align: bottom;
	font-size: 0;
}

.content .w980 ul li a {
	display: inline-block;
/*	width: 320px; 3つの時*/
    width: 237px;
	height: 18px;
	background: #fff url(../../access/image/bg-btn-down-arrow.jpg) no-repeat bottom center;
	color: #c00 !important;
	border: 1px solid #c00 !important;
	text-align: center;
	font-size: 17px;
	line-height: 18px;
	padding: 13px 0 19px;
	margin-bottom: 10px;
}

div.area h2 {
	background: #999;
	color: #fff !important;
	font-weight: bold;
	font-size: 20px;
	padding: 5px 15px;
}

div.area h3 {
	font-weight: bold;
	border: 2px solid #bbb;
	font-size: 20px;
	border-bottom: 0;
	padding: 5px 15px;
	background: #d6d6d6;
	margin-top: 20px;
}

table {
	width: 100%;
	margin-bottom: 30px;
}

th {
	background-color: #fff !important;
	border: 2px solid #bbb;
	padding: 4px 4px 4px 15px;
	text-align: center;
	vertical-align: middle;
}

td {
	background-color: #fff !important;
	border: 2px solid #bbb;
	padding: 4px 4px 4px 15px;
	line-height: 1.3em;
	vertical-align: middle;
	width: 25%;
}

td:last-child{
	width: 15%;
}

tr td:nth-of-type(3), tr td:nth-of-type(4) {
	text-align: center;
}

tr:nth-of-type(even) td {
	background: #eee;
}


/* レスポンシブ */

@media screen and (max-width:736px) {
	.content .w980 ul {
		display: none;
	}
	
	.content-header h1{
		font-size:calc(110% + 1vw);
	}
	div.area {
		background: #fff;
		padding: 0 3%;
		border-top: 1px solid #c00;
		border-bottom: 1px solid #c00;
		margin: -1px 0;
	}
	h3, table {
		display: none;
	}
	div.toggleon {
		margin: 20px 0;
	}
	div.toggleon h3 {
		display: block;
	}
	div.toggleon table {
		display: table;
	}
	div.area h2 {
		background: #fff url(../../list/image/bg-btn-right-arrow.jpg) no-repeat right center;
		;
		color: #c00 !important;
		text-align: center;
		padding: 8px 0;
		font-size: calc(60% + 2.5vw);
	}
	div.toggleon h2 {
		border-bottom: 1px dashed #c00;
	}
	th, td {
		border: 1px solid #bbb;
		padding: 1vw;
		width: 25%;
		font-size: calc(30% + 1vw);
	}

}

#news {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 15px 0;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}



.news02{
	border: solid 1px #CC0000;
    text-align: center;
    padding: 0 12px 0 12px;
    color: #CC0000;
    margin: 10px 10px 0;
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 5px;
}

.news04{
     padding: 4px;
    color: #CC0000;
    margin: 10px 10px 0;
    font-size: 19px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}


.news03{
	font-size: 14px;
	  display: flex;
  justify-content: center;
  align-items: center;
	padding: 10px;
}