@charset "utf-8";
.rd .crumbList > .inner > ul li:last-child a{
	color: #e33c28;
}
.rd#new #contentsBlock,
.rd #contentsBlock{
	background: none;
}

.sec_newList .newList li{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.sec_newList .newList li + li{
	margin-top: 50px;
}

.sec_newList .newList li .left{
	border-radius: 10px;
	border: solid 2px #E63C28;
	overflow: hidden;
	max-width: 244px;
	width: 100%;
	flex-shrink: 0;
	margin-right: 30px;
}

.sec_newList .newList li .right{
	width: calc(100% - 274px);
}

.newList-ttl{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #E63C29;
	text-align: left;
	width: calc(100% - 50px);
	padding: 8px 0 8px 10px;
	z-index: 1;
}
.newList-ttl:before{
	content: "";
	position: absolute;
	top: 0;
	right: -33px;
	display: block;
	height: 100%;
	width: 100%;
	z-index: -1;
	transform: skewX(-45deg);
	background: #E63C29;
}

.newList-ttl h5,
.newList-ttl a{
	color: #fff;
}

.newList-ttl h5{
	font-size: 2rem;
}

.newList-ttl h5 .number{
	font-size: 0.8em;
	margin-left: 30px;
}
.newList-ttl > a{
	position: relative;
	padding-right: 22px;
	margin-right: -5px;
}
.newList-ttl > a::after{
	content: "";
	display: block;
	width: 7px;
	height: 12px;
	position: absolute;
	top: calc(100% / 2 + 1px);
	right: 0;
	transform: translateY(-50%);
	background: url("/common/img/icon/arrow_wh_s.svg") no-repeat center / contain;
	transition: all .3s;
}

.newList-detail{
	text-align: left;
	margin-top: 10px;
}

.sec_newList .p_note{
	background: #fff;
	border: solid 1px #444;
	margin-top: 100px;
	padding: 20px 15px;
}

.sec_newList .p_note a{
	color: #E23C28;
	text-decoration: underline;
}
.sec_newList .p_note a:hover{
	text-decoration: none;
}

.more_btn.catalog::before {
	content: "";
	display: block;
	width: 15px;
	height: 30px;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	background: url("/common/img/icon/icon-btn.png") no-repeat center / contain;
}

@media screen and (max-width: 880px){
	.sec_newList .newList li .left{
		max-width: 204px;
		margin-right: 15px;
	}
	.sec_newList .newList li .right{
		width: calc(100% - 219px);
	}
	.newList-ttl > a,
	.newList-ttl h5{
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 768px){
}
@media screen and (max-width: 767px){
	.sec_newList .newList li{
		display: block;
	}
	.sec_newList .newList li .left{
		max-width: 244px;
		margin: 0 auto 17px;
	}
	.sec_newList .newList li .right{
		width: 100%;
	}
	.newList-ttl h5 .number{
		display: block;
		margin: 0;
		padding-right: 50px;
	}
	.newList-ttl > a{
		padding-right: 13px;
		position: absolute;
		right: 0;
		bottom: 5px;
		margin: auto;
	}

	
	.sec_newList .p_note{
		margin-top: 50px;
	}
}

/* ------------------------------------------------------------------------ */

/*  詳細ページ

/* ------------------------------------------------------------------------ */
.sec_newDetail .newHd01{
	font-size: 2.5rem;
	margin-bottom: 0.68em;
}

.sec_newDetail .ttlBox{
	text-align: left;
	border-bottom: solid 1px #444;
	padding-bottom: 20px;
	margin-top: 44px;
}
.sec_newDetail .ttlBox .pageTtl{
	font-size: 3rem;
}
.sec_newDetail .ttlBox .number{
	font-size: 1.8rem;
	font-weight: 500;
}
.sec_newDetail .ttlBox .label{
	position: relative;
	padding: 0 10px;
	min-width: 180px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
}
.sec_newDetail .ttlBox .label{
	margin: 10px 15px 0;
}

.sec_newDetail .ttlBox .label::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #e73820;
	transform: skewX(-45deg);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.sec_newDetail .container{
	margin-top: 45px;
	text-align: left;
}

.sec_newDetail .catalog{
	max-width: 300px;
}
.sec_newDetail .catalog::before{
	width: 21px;
	height: 20px;
}

.sec_newDetail .back{
	margin: 100px auto 0;
	max-width: 628px;
}
.sec_newDetail .back a{
	text-align: center;
}

.sec_newDetail .li-indent > li{
	text-indent: -1em;
	padding-left: 1em;
}

.scroll .image{
	min-width: max-content;
}

.sec_newDetail .red{
	color: #E23C28;
}
.sec_newDetail a.mail{
	text-decoration: underline;
}
.sec_newDetail a.mail:hover{
	text-decoration: none;
}

.new-tableStyle{
	border-collapse		: separate;
	*border-collapse	: collapse; /* for IE6,7 */
	border-spacing		: 0;
	empty-cells			: show;
	border-top			: 1px solid #000;
	border-right		: none;
	border-bottom		: none;
	border-left			: 1px solid #000;
	width				: fit-content;
	min-width: max-content;
}
	.new-tableStyle th,
	.new-tableStyle td {
		border-top		: none;
		border-right	: 1px solid #000;
		border-bottom	: 1px solid #000;
		border-left		: none;
		font-weight		: normal;
		text-align: center;
	}

	.new-tableStyle th{ 
		margin			: 0; 
		padding			: 10px;
		background		: #E1EEDA;
		background-size	: 4px 4px;
	}

	.new-tableStyle td{
		background: #fff;
		padding		: 6px;
	}

.new-tableStyle caption{
	font-size: 1.2rem;
}

@media screen and (max-width: 768px){
	.sec_newDetail .ttlBox .pageTtl{
		font-size: 2.3rem;
	}
	.sec_newDetail .ttlBox .labelBox{
		margin-left: 10px;
	}
	.sec_newDetail .ttlBox .label{
		font-size: 1.6rem;
		min-width: 130px;
		margin: 10px 5px 0;
	}
	.sec_newDetail .newHd01{
		font-size: 2.2rem;
	}
	.sec_newDetail .back{
		margin-top: 50px;
	}
	.sec_newDetail .back a{
		text-align: left;
	}
}
@media screen and (max-width: 767px){
	.newList-ttl:before{
		transform: skewX(-25deg);
	}
}
