@charset "utf-8";
/*------------------------------------------------------------
	news_detail
------------------------------------------------------------*/
.titleBox {
	margin-bottom: 5.3rem;
	padding-top: 1.1rem;
}
.titleBox .title {
	margin-bottom: 1.4rem;
	font-size: 2.9rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.63;
}
.titleBox .flexTxt {
	margin-left: 3px;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.2rem;
	font-family: "Urbanist", sans-serif;
	letter-spacing: 0.03em;
}
.titleBox .flexTxt .type {
	margin-left: 0.5rem;
	color: #BF0362;
	font-weight: bold;
	letter-spacing: 0.04rem;
}
.detailBox p {
	margin-bottom: 4.4rem;
	font-size: 1.4rem;
	line-height: 1.92;
	letter-spacing: 0.12em;
}
.detailBox p a {
    border-bottom: solid 1px #999;
	transition: .2s;
}
.detailBox p a:hover {
   border-color: transparent;
}
.detailBox p:last-child {
	margin-bottom: 0;
}
.detailBox figure {
	margin-bottom: 5rem;
}
.detailBox figure img {
	width: 100%;
}
.detailBox *:last-child {
	margin-bottom: 0;
}
.detailBox p img {
    border: solid 1px #e5e5e5;
}
#sideBar .comBtn .comArrow {
	transform: scaleX(-1);
	margin: -0.1rem 0.9rem 0 0.2rem;
}
#sideBar .comBtn a {
	font-size: 1.5rem;
}
@media all and (min-width: 1000px) {
	#conts {
		padding: 0 15rem 0 0;
	}
	#main .mainBox {
		margin-bottom: 0;
	}
	#main .mainBox::before {
		display: none;
	}
	#main .headLine10 {
		margin-bottom: 11.9rem;
	}
}
@media all and (max-width: 999px) {
	#sideBar {
		position: relative;
	}
	#sideBar .comBtn {
		position: absolute;
		top: 0.3rem;
		right: 1.9rem;
	}
	#main .headLine10 {
		margin-bottom: 0;
	}
	#sideBar .comBtn .comArrow {
		margin: -0.1rem 1.2rem 0 0;
		position: relative;
		right: auto;
	}
	#sideBar .comBtn a {
		font-size: 1.3rem;
		padding: 0.9rem 0 0 0.2rem;
	}
	.titleBox .title {
		font-size: 1.8rem;
		line-height: 1.611;
	}
	.titleBox {
		margin-bottom: 3.6rem;
		padding-top: 0.2rem;
	}
	.titleBox .flexTxt {
		margin-left: 0;
	}
	.titleBox .flexTxt .type {
		margin-left: 0.8rem;
	}
	.detailBox p {
		margin-bottom: 2.5rem;
		font-size: 1.3rem;
		line-height: 1.769;
	}
	.detailBox p img {
		margin: 0 -3rem;
		max-width: 100vw;
	}
	.pad .detailBox p img {
		margin: 0;
		max-width: 100%;
	}
	.detailBox figure {
		margin-right: -3rem;
	}
	
}