@charset "utf-8";

/*-------------------------------
	キービジュアル
-------------------------------*/

.Information-data{
	width: 100%;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.Information-data__category{
	width: 12rem;
	height: 3rem;
	font-size: 1.2rem;
	border: 1px solid #fff;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Information-data__time{
	font-size: 1.2rem;
	margin-left: 2.2rem;
	line-height: 1;
	display: block;
	color: #fff;
}
.Information__title{
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 1.85;
	color: #fff;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Information-data{
		margin-bottom: 3rem;
	}
	.Information-data__category{
		width: 25rem;
		height: 6rem;
		font-size: 2.4rem;
		border: 2px solid #fff;
	}
	.Information-data__time{
		font-size: 2.4rem;
		margin-left: 3.5rem;
	}
	.Information__title{
		font-size: 5.4rem;
		line-height: calc(8.4 / 5.4);
	}

}



/*-------------------------------
	詳細
-------------------------------*/

.Information-format-wrap{
	overflow: hidden;
}
.Information-format-wrap > *:last-child{
	margin-bottom: 0 !important;
}

/*----- 見出し */
.Information-format1{
	margin-bottom: 3rem;
}
.Information-format1:not(:first-child){
	margin-top: 14.5rem;
}

/*----- 本文 */
.Information-format2{
	width: 100%;
	margin-bottom: 4.5rem;
}

/*----- 画像 */
.Information-format3{
	width: 100%;
	margin-bottom: 4.5rem;
	text-align: center;
}
.Information-format3 img{
	max-width: 100%;
	height: auto;
}

/*----- 画像左右2枚 */
.Information-format8{
	width: 100%;
	margin-bottom: 4.5rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.Information-format8__image{
	width: calc(50% - 3rem);
}
.Information-format8__image img{
	width: 100%;
}

/*----- 本文＋画像右 */
.Information-format4{
	width: 100%;
	margin-bottom: 7rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.Information-format4__text{
	width: calc(50% - 3rem);
}
.Information-format4__image{
	width: calc(50% - 3rem);
}
.Information-format4__image img{
	width: 100%;
}

/*----- 本文＋画像左 */
.Information-format5{
	width: 100%;
	margin-bottom: 7rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.Information-format5__text{
	width: calc(50% - 3rem);
}
.Information-format5__image{
	width: calc(50% - 3rem);
}
.Information-format5__image img{
	width: 100%;
}

/*----- 本文巻き込み＋画像右 */
.Information-format6{
	width: 100%;
	margin-bottom: 6rem;
}
.Information-format6__image{
	width: calc(50% - 3rem);
	margin-left: 5.5rem;
	margin-bottom: 3.5rem;
	float: right;
}
.Information-format6__image img{
	width: 100%;
}

/*----- 本文巻き込み＋画像左 */
.Information-format7{
	width: 100%;
	margin-bottom: 6rem;
}
.Information-format7__image{
	width: calc(50% - 3rem);
	margin-right: 5.5rem;
	margin-bottom: 3.5rem;
	float: left;
}
.Information-format7__image img{
	width: 100%;
}

/*----- ページナビ */
.Information-pagenavi{
	width: 100%;
	margin-top: 10rem;
	padding-top: 3.8rem;
	clear: both;
}
.Information-pagenavi__inner{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.Information-pagenavi::before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
}
.Information-pagenavi__item{
	position: absolute;
	top: 0;
}
.Information-pagenavi__item a{
	color: var(--maincolor);
	font-weight: 700;
	position: relative;
	opacity: 1 !important;
}
.Information-pagenavi__back a{
	color: var(--maincolor);
	font-weight: 700;
}
.Information-pagenavi__item__arrow{
	width: 5rem;
	height: 5rem;
}
.Information-pagenavi__item__arrow::before,
.Information-pagenavi__item__arrow::after{
	width: 1.2rem;
	height: .9rem;
}
.Information-pagenavi__item.-prev{
	left: 0;
}
.Information-pagenavi__item.-prev a{
	padding-left: 7rem;
}
.Information-pagenavi__item.-prev .Information-pagenavi__item__arrow{
	left: 0;
	right: unset;
	transform: translateY(-50%) scale(-1,-1);
}
.Information-pagenavi__item.-next{
	right: 0;
}
.Information-pagenavi__item.-next a{
	padding-right: 7rem;
}
.Information-pagenavi__item.-next .Information-pagenavi__item__arrow{
	right: 0;
}


@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	/*----- 見出し */
	.Information-format1{
		margin-bottom: 3.5rem;
	}

	/*----- 本文 */
	.Information-format2{
		width: 100%;
		margin-bottom: 5rem;
	}

	/*----- 画像 */
	.Information-format3{
		margin-bottom: 5rem;
	}

	/*----- 画像左右2枚 */
	.Information-format8{
		margin-bottom: 5rem;
		flex-direction: column;
	}
	.Information-format8__image{
		width: 100%;
	}
	.Information-format8__image:not(:last-child){
		margin-bottom: 5rem;
	}

	/*----- 本文＋画像右 */
	.Information-format4{
		margin-bottom: 7.5rem;
		flex-direction: column;
	}
	.Information-format4__text{
		width: 100%;
		margin-bottom: 7rem;
	}
	.Information-format4__image{
		width: 100%;
	}

	/*----- 本文＋画像左 */
	.Information-format5{
		margin-bottom: 7.5rem;
		flex-direction: column-reverse;
	}
	.Information-format5__text{
		width: 100%;
	}
	.Information-format5__image{
		width: 100%;
		margin-bottom: 7rem;
	}

	/*----- 本文巻き込み＋画像右 */
	.Information-format6{
		margin-bottom: 7.5rem;
	}
	.Information-format6__text{
		width: 100%;
		display: flex;
		flex-direction: column-reverse;
	}
	.Information-format6__image{
		width: 100%;
		margin-left: 0;
		margin-bottom: 0;
		margin-top: 7rem;
		float: none;
		display: block;
	}

	/*----- 本文巻き込み＋画像左 */
	.Information-format7{
		margin-bottom: 7.5rem;
	}
	.Information-format7__text{
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.Information-format7__image{
		width: 100%;
		margin-right: 0;
		margin-bottom: 7rem;
		float: none;
		display: block;
	}

	/*----- ページナビ */
	.Information-pagenavi{
		margin-top: 20rem;
		padding-top: 7.6rem;
	}
	.Information-pagenavi::before{
		height: 2px;
	}
	.Information-pagenavi__item__arrow{
		width: 8rem;
		height: 8rem;
	}
	.Information-pagenavi__item__arrow::before,
	.Information-pagenavi__item__arrow::after{
		width: 2rem;
		height: 1.5rem;
	}
	.Information-pagenavi__item.-prev a{
		padding-left: 10rem;
	}
	.Information-pagenavi__item.-next a{
		padding-right: 10rem;
	}

}