@charset "utf-8";

/*-------------------------------
	お知らせ一覧
-------------------------------*/

.Single__time{
	margin-bottom: 1.2rem;
}

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

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

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

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

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

	.Single__time{
		margin-bottom: 1.68rem;
	}

}



/*-------------------------------
	お知らせ詳細
-------------------------------*/

.Keyvisual.-single{
	margin-bottom: 4.2rem;
}

.Single__header{
	border-bottom: 1px solid #6F6F6F;
	width: 100%;
	margin-bottom: 6.5rem;
	padding-bottom: 2.8rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.Single__time{
	color: var(--maincolor);
	line-height: 1;
	display: block;
}
.Single__title{
	font-size: 2.4rem;
	font-weight: 500;
	line-height: calc(3.5 / 2.4);
}
.Single__body{
	width: 100%;
	margin-bottom: 16.5rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.Single__editor{
	width: calc(100% - 40rem);
	padding-right: 13rem;
}
.Single__editor p{
	line-height: calc(3.6 / 1.4);
}
.Single__editor a{
	color: var(--subcolor);
	text-decoration: underline;
}
.Single__image{
	width: 40rem;
}
.Single__image img{
	width: 100%;
}


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

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

}
@media screen and (max-width:1100px) and (min-width: 769px){
	
	.Single__editor{
		width: calc(100% - 35rem);
		padding-right: 8rem;
	}
	
	.Single__image{
		width: 35rem;
	}
}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){
	.Keyvisual.-single{
		margin-bottom: 4.2rem;
	}

	.Single__header{
		width: 100%;
		margin-bottom: 9.1rem;
		padding-bottom: 3.92rem;
	}
	
	.Single__title{
		font-size: 3.36rem;
	}
	.Single__body{
		margin-bottom: 23.1rem;
		flex-wrap: wrap;
	}
	.Single__editor{
		width: 100%;
		padding-right: unset;
	}
	.Single__image{
		width: 100%;
	}

}