@charset "utf-8";
main{
	min-height: calc(100vh - 530px);; /* ビューポートの高さを設定 */
}
.title{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 35px;
	line-height: 55px;
	letter-spacing: calc((120/1000)*1em);
}
@media only screen and (max-width: 767px){
	.title{
		font-size: 25px;
		line-height: 35px;
	}
}
.title img{
	width: 26px;
	height: auto;
	display: block;
	margin-bottom: 5px;
}
@media only screen and (max-width: 767px){
	.title img{
		width: 22px;
	}
}
.sub_title{
	color: #0E1646;
	font-family: "din-2014", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: calc((120/1000)*1em);
}
@media only screen and (max-width: 767px){
	.sub_title{
		font-style: normal;
		font-size: 11px;
		line-height: 21px;
	}
}

.contents01{
	width: 100%;
	height: auto;
	/*min-height: 500px;*/
	display: block;
	padding: 0;
}
.contents01 .contents01_01{
    width: 1120px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 25px 0 0;
}
@media only screen and (max-width: 767px) {
	.contents01_01{
		width: 90%;
		max-width: 320px;
		padding: 7px 0 0;
	}
}
.contents01_01 ul.contents01_01_01{
	width: 850px;
	height: auto;
	display: block;
	margin: 70px auto 0;
}
@media only screen and (max-width: 767px) {
	.contents01_01 ul.contents01_01_01{
		width: 100%;
	}
}
.contents01_01 ul.contents01_01_01 li{
	width: 100%;
	height: auto;
}
.contents01_01 ul.contents01_01_01 li a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 25px 22px;
	border-bottom: 1px solid #D8D8D8;
}
@media only screen and (max-width: 767px) {
	.contents01_01 ul.contents01_01_01 li a{
		flex-direction: column;
		padding: 15px 5px;
	}
}
.contents01_01 ul.contents01_01_01 li:first-of-type a{
	padding-top: 0;
}
.contents01_01 ul.contents01_01_01 li .date{
	width: 100px;
	font-size: 15px;
	line-height: 25px;
	color: #989898;
	margin-right: 28px;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents01_01 ul.contents01_01_01 li .date{
		width: 100%;
		margin-right: 0;
		font-weight: 800;
		color: #232323;
	}
}
.contents01_01 ul.contents01_01_01 li h2{
	width: auto;
	font-size: 15px;
	line-height: 24px;
	color: #04122F;
}
@media only screen and (max-width: 767px) {
	.contents01_01 ul.contents01_01_01 li h2{
		width: 100%;
		font-size: 14px;
		line-height: 25px;
	}
}
















