@charset "utf-8";
.contents01_02{
	background-color: #FAFAFA;
	padding: 30px;
	width: 1080px;
	margin: 0 auto 50px;
}
@media only screen and (max-width: 767px){
	.contents01_02{
		padding: 20px 17px;
		width: 90%;
		margin: 0 auto 50px;
	}
}
.contents01 .contents01_02 ul{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_02 ul{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 10px;
	}
}
.contents01 .contents01_02 ul li{
	width: auto;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.contents01 .contents01_02 ul li a{
	width: 110px;
	height: 30px;
	border-radius: 25px;
	font-size: 18px;
	line-height: 19.2px;
	color: #007CC6;
	background-color: #fff;
	border: 1px solid #007CC6;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_02 ul li a{
		width: 90px;
		height: 30px;
		border-radius: 25px;
		font-size: 15px;
		line-height: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: all 0.5s;
	}
}
.contents01 .contents01_02 ul li a.active{
	color: #007CC6;
	background-color: #CDE4FA;
	border: 1px solid #CDE4FA;
}
.contents01 .contents01_02 ul li a:hover{
	color: #007CC6;
	background-color: #CDE4FA;
	border: 1px solid #CDE4FA;
}

/*記事一覧部分*/
.contents01 .contents01_03{
	width: 100%;
	height: auto;
	padding-bottom: 110px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_03{
		width: 100%;
		height: auto;
		padding-bottom: 60px;
	}
}
.contents01 .contents01_03 ul{
	width: 100%;
	height: auto;
	display: block;
}
.contents01 .contents01_03 ul li{
	width: 100%;
	height: auto;
}
.contents01 .contents01_03 ul li .contents01_03_01{
	width: 1080px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #CFCFCF;
	padding: 50px 0;
}
.contents01 .contents01_03 ul li:first-of-type .contents01_03_01{
	border-top: 1px solid #CFCFCF;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_03 ul li .contents01_03_01{
		width: 90%;
		max-width: 500px;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		/*border-top: 1px solid #CFCFCF;*/
		border-bottom: 1px solid #CFCFCF;
		padding: 20px;
	}
}
.contents01 .contents01_03 ul li .contents01_03_01 a{
	width: auto;
	height: auto;
}
.contents01 .contents01_03 ul li .contents01_03_01 a .cat{
	width: 100px;
	height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #CDE4FA;
	border-radius: 50px;
	font-size: 16px;
	line-height: 16.8px;
	color: #007CC6;
	margin-right: 35px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_03 ul li .contents01_03_01 a .cat{
		margin-right: 30px;
	}
}
.contents01 .contents01_03 ul li .contents01_03_01 a .date{
	width: 100px;
	height: auto;
	font-size: 16px;
	line-height: 19.2px;
	color: #007CC6;
	flex-shrink: 0;
}
.contents01 .contents01_03 ul li .contents01_03_01 a .m_text{
	width: auto;
	height: auto;
	font-size: 20px;
	line-height: 21.6px;
	letter-spacing: 0.1em;
	margin-right: 60px;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_03 ul li .contents01_03_01 a .m_text{
		width: auto;
		height: auto;
		font-size: 16px;
		line-height: 21px;
		margin-right: 0;
		margin-top: 15px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.contents01 .contents01_03 ul li .contents01_03_01 a .m_text img{
		width: 40px;
		height: auto;
		display: block;
		margin-left: 34px;
		flex-shrink: 0;
	}
}
.contents01 .contents01_03 ul li .contents01_03_01 .arrow{
	width: 55px;
	height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #007CC6;
	border-radius: 30px;
	flex-shrink: 0;
}
.contents01 .contents01_03 ul li .contents01_03_01 .arrow:last-child{
	margin-left: auto;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_03 ul li .contents01_03_01 .arrow:last-child{
		margin-left: auto;
	}
}
.contents01 .contents01_03 ul li .contents01_03_01 .arrow a{
	width: auto;
	height: auto;
}
.contents01 .contents01_03 ul li .contents01_03_01 .arrow a img{
	width: 31px;
	height: auto;
	display: block;
}
.contents01 .contents01_03 ul li:nth-of-type(2n){
	background-color: #F7F7F7;
}
.contents01 .contents01_03 .btn03{
	width: 1080px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.contents01 .contents01_03 .btn03_01{
	width: 270px;
	height: 60px;
	background: linear-gradient(to left, #F15A24, #F7931E);
	border-radius: 30px;
	font-size: 18px;
	line-height: 40px;
	letter-spacing: 0.01em;
	color: #fff;
	padding-left: 52px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-shrink: 0;
	margin-top: 70px;
}
.contents01 .contents01_03 .btn03_01 img{
	width: 40px;
	height: auto;
	display: block;
	margin-left: 40px;
}

.contents01 .contents01_01 ul{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 16px;
	position: absolute;
	top: 208px;
	left: 0;
}
.contents01 .contents01_01 ul li a {
	font-size: 15px;
	width: 90px;
}




