@charset "utf-8";
/* CSS Document */


/*kato 202509追加　ニュースエリア*/
.newsCmnArea01{
	width: 1050px;
	margin: 48px auto 0 auto;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
.newsCmnArea01 h2{
	width: 327px;
	height: 101px;
	padding: 0 0 0 32px;
	box-sizing: border-box;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	background: url("../img/news_bg.jpg")top left no-repeat;
}
.newsCmnArea01 ul{
	background: #e4eef5;
	width: 723px;
	height: 101px;
	padding: 0 0 0 27px;
	box-sizing: border-box;
}
.newsCmnArea01 ul li{
	background: #e4eef5;
	width: 696px;
	height: 51px;
	padding: 0 0 0 0;
	box-sizing: border-box;
	border-bottom: #ccc 1px solid;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
}
.newsCmnArea01 ul li:last-child{
	background: #e4eef5;
	width: 696px;
	height: 50px;
	padding: 0 0 0 0;
	box-sizing: border-box;
	border-bottom: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
}
.newsCmnArea01 ul li a{
	width: 600px;
	height: 50px;
	color: var(--color-text-light-blue);
	display: flex;
	align-items: center;
	position: relative;
}
.newsCmnArea01 ul li a::after{
	content: "";
	display: block;
	height: 8px;
	width: 8px;
	border-top: 2px solid var(--color-object-light-blue);
	border-right: 2px solid var(--color-object-light-blue);
	transform: rotate(45deg);
	position: absolute;
	right: 10px;
	top: calc((100% / 2) - 4px);
}
.newsCmnArea01 ul li span{
	color: #666666;
	font-size: 12px;
}


@media print, screen and (max-width: 900px) {
	.newsCmnArea01{
	width: 100%;
		height: auto;
	margin: 48px auto 64px auto;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}
.newsCmnArea01 h2{
	width: 100%;
	height: 60px;
	padding: 0 0 0 27px;
	box-sizing: border-box;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	background: url("../img/news_bg.jpg") no-repeat;
	background-size: cover;
}
.newsCmnArea01 ul{
	background: #e4eef5;
	width: 100%;
	height: auto;
	padding: 0 0 0 27px;
	box-sizing: border-box;
}
.newsCmnArea01 ul li{
	background: #e4eef5;
	width: 100%;
	height: auto;
	padding: 12px 0 12px 0;
	box-sizing: border-box;
	border-bottom: #ccc 1px solid;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
}
.newsCmnArea01 ul li:last-child{
	background: #e4eef5;
	width: 100%;
	height: auto;
	padding: 12px 0 12px 0;
	box-sizing: border-box;
	border-bottom: none;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
}
.newsCmnArea01 ul li a{
	width: calc(100% - 32px);
	height: auto;
	color: var(--color-text-light-blue);
	display: flex;
	align-items: center;
	position: relative;
}
.newsCmnArea01 ul li a::after{
	content: "";
	display: block;
	height: 8px;
	width: 8px;
	border-top: 2px solid var(--color-object-light-blue);
	border-right: 2px solid var(--color-object-light-blue);
	transform: rotate(45deg);
	position: absolute;
	right: -16px;
	top: calc((100% / 2) - 4px);
}
.newsCmnArea01 ul li span{
	color: #666666;
	font-size: 12px;
}
}


/*kato 202509追加　ボトムリンクエリア*/

.bottomLinkCmnArea{
	background: #0d2e9b;
	width: 100%;
	padding: 72px 0;
	box-sizing: border-box;
}
.bottomLinkCmnArea .bottomLinkArea01{
	background: #FFFFFF;
	width: 1050px;
	padding: 24px 24px 24px 24px;
	margin: 0 auto;
	border-radius: 8px;
}
.bottomLinkCmnArea .bottomLinkArea01 h2{
	font-size: 28px;
	color: #0d2e9b;
	width: 100%;
	height: 52px;
	display: flex;
	align-items: center;
	border-bottom: none;
	padding: 0;
	position: relative;
}
.bottomLinkCmnArea .bottomLinkArea01 h2::before{
	content: "";
	display: block;
	border-bottom: #dddddd solid 1px;
	height: 1px;
	width: 700px;
	bottom: 1px;
	right: 0;
	position: absolute;
}
.bottomLinkCmnArea .bottomLinkArea01 h2::after{
	content: "";
	display: block;
	height: 16px;
	width: 16px;
	border: none;
	border-top: 2px solid #0d2e9b;
	border-right: 2px solid #0d2e9b;
	transform: rotate(45deg);
	position: absolute;
	right: 16px;
	top: calc((100% / 2) - 8px);
}
.bottomLinkCmnArea .bottomLinkArea01 img{
	height: 52px;
	width: auto;
}
.bottomLinkCmnArea .bottomLinkArea01 .btnArea01{
	width: 1050px;
	padding: 24px 12px 0 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
.bottomLinkCmnArea .bottomLinkArea01 .btnArea01 p{
	width: 230px;
	padding: 0 0 0 24px;
	box-sizing: border-box;
}
.bottomLinkCmnArea .bottomLinkArea01 .btnArea01 ul{
	width: 780px!important;
	display: flex;
	flex-direction: row;
}
.bottomLinkCmnArea .bottomLinkArea01 .btnArea01 ul li{
	width: 237px;
	position: relative;
	margin: 0 12px 0 0;
}
.bottomLinkCmnArea .bottomLinkArea01 .btnArea01 ul li a{
	width: 237px;
	height: 80px;
	font-size: 16px;
	padding: 0 0 0 24px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	background: #0d2e9b;
	box-sizing: border-box;
	border-radius: 8px;
}
.bottomLinkCmnArea .bottomLinkArea01 .btnArea01 ul li img{
	width: auto;
	height: 20px;
	position: absolute;
	top: calc((100% / 2) - 10px);
	right: 16px;
}

.bottomLinkCmnArea .bottomLinkArea02{
	width: 1050px;
	margin: 20px auto 0 auto;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
.bottomLinkCmnArea .bottomLinkArea02 .btnArea02{
	width: 514px;
	height: 120px;
	margin: 0;
	padding: 0 24px;
	box-sizing: border-box;
	position: relative;
	background: #FFFFFF;
	border-radius: 8px;
	display: flex;
	align-items: center;
}
.bottomLinkCmnArea .bottomLinkArea02 .btnArea02::after{
	content: "";
	display: block;
	height: 16px;
	width: 16px;
	border-top: 2px solid #0d2e9b;
	border-right: 2px solid #0d2e9b;
	transform: rotate(45deg);
	position: absolute;
	right: 16px;
	top: calc((100% / 2) - 8px);
}
.bottomLinkCmnArea .bottomLinkArea02 .btnArea02 p{
	font-size: 28px;
	font-weight: 700;
	color: #0d2e9b;
	margin: 0 0 0 8px;
}
.bottomLinkCmnArea .bottomLinkArea02 .btnArea02 img{
	width: 52px;
	height: auto;
}


@media print, screen and (max-width: 900px) {
	.bottomLinkCmnArea{
	background: #0d2e9b;
	width: 100%;
	padding: 72px 0;
	box-sizing: border-box;
}
.bottomLinkCmnArea .bottomLinkArea01{
	background: #FFFFFF;
	width: calc(100% - 60px);
	padding: 24px 24px 24px 24px;
	margin: 0 auto;
	border-radius: 8px;
}
.bottomLinkCmnArea .bottomLinkArea01 h2{
	font-size: 24px;
	line-height: 1.4;
	color: #0d2e9b;
	height: auto;
	display: flex;
	align-items: center;
	border-bottom: #dddddd solid 1px;
	padding: 0 0 24px 0;
}
.bottomLinkCmnArea .bottomLinkArea01 h2::before{
	content: none;
}
.bottomLinkCmnArea .bottomLinkArea01 h2::after{
	content: "";
	display: block;
	height: 16px;
	width: 16px;
	border: none;
	border-top: 3px solid #0d2e9b;
	border-right: 3px solid #0d2e9b;
	transform: rotate(45deg);
	position: absolute;
	right: 16px;
	top: calc((100% / 2) - 8px);
}
.bottomLinkCmnArea .bottomLinkArea01 img{
	height: 52px;
	width: auto;
}
.bottomLinkCmnArea .bottomLinkArea01 .btnArea01{
	width: 100%;
	padding: 24px 0 0 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.bottomLinkCmnArea .bottomLinkArea01 .btnArea01 p{
	width: 100%;
	padding: 0 0 16px 0;
	box-sizing: border-box;
}
.bottomLinkCmnArea .bottomLinkArea01 .btnArea01 ul{
	width: 100%!important;
	display: flex;
	flex-direction: column;
}
.bottomLinkCmnArea .bottomLinkArea01 .btnArea01 ul li{
	width: 100%;
	position: relative;
	margin: 0 12px 12px 0;
}
.bottomLinkCmnArea .bottomLinkArea01 .btnArea01 ul li a{
	width: 100%;
	height: 60px;
	font-size: 16px;
	padding: 0 0 0 24px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	background: #0d2e9b;
	box-sizing: border-box;
	border-radius: 8px;
}
.bottomLinkCmnArea .bottomLinkArea01 .btnArea01 ul li img{
	width: auto;
	height: 20px;
	position: absolute;
	top: calc((100% / 2) - 10px);
	right: 16px;
}

.bottomLinkCmnArea .bottomLinkArea02{
	width: calc(100% - 60px);
	margin: 0 auto 0 auto;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.bottomLinkCmnArea .bottomLinkArea02 .btnArea02{
	width: 100%;
	height: 80px;
	margin: 20px auto 0 auto;
	padding: 0 24px;
	box-sizing: border-box;
	position: relative;
	background: #FFFFFF;
	border-radius: 8px;
	display: flex;
	align-items: center;
}
.bottomLinkCmnArea .bottomLinkArea02 .btnArea02::after{
	content: "";
	display: block;
	height: 8px;
	width: 8px;
	border-top: 2px solid #0d2e9b;
	border-right: 2px solid #0d2e9b;
	transform: rotate(45deg);
	position: absolute;
	right: 16px;
	top: calc((100% / 2) - 4px);
}
.bottomLinkCmnArea .bottomLinkArea02 .btnArea02 p{
	font-size: 18px;
	font-weight: 700;
	color: #0d2e9b;
	margin: 0 0 0 8px;
}
.bottomLinkCmnArea .bottomLinkArea02 .btnArea02 img{
	width: 40px;
	height: auto;
}
}