@charset "utf-8";
/* CSS Document */

/* ---------- main ---------- */
.cate .box_wrap{
	padding-right: 40px;
	padding-left: 40px;
}
.cate_wrap .cate1{
	background-color: #BA1A23;
	color: #fff;
	border-bottom-left-radius: 60px;
}
.cate1 .imgbox{
	width: 100%;
}
.cate1 .imgbox img{
	border-radius: 10px;
}
.cate1 .boxitem{
	background-color: #fff;
	color: #222;
}
.cate1 .boxitem .imgbox{
	width: 30%;
}

.cate1 .box_wrap .boxitem_wrap{
	position: relative;
	width: 100%;
	color: #222;
	background-color: #fff;
	z-index: 1;
	border-radius: 5px;
	overflow: hidden;
}
.cate1 .box_wrap .boxitem_wrap .titlebox{
	background-color: #F4F2EC;
	padding: 10px 30px;
}
.cate1 .box_wrap .boxitem_wrap .titlebox p.default_title2{
	position: relative;
	padding-left: 25px;
}
.cate1 .box_wrap .boxitem_wrap .titlebox p.default_title2::before{
	content: "";
	position: absolute;
	top:50%;
	left:0;
	width: 12px;
	height: 2px;
	background-color: #BA1A23;
	transform: translateY(-50%);
	border-radius: 1px;
}
.cate1 .box_wrap .boxitem_wrap .boxitem{
	padding: 30px 30px;
}
.cate1 .box_wrap .boxitem_wrap .txtbox{
	width: 70%;
	padding-left: 20px;
}
.cate1 .box_wrap .boxitem_wrap .txtbox p{
	line-height: 2;
}
.cate1 .box_wrap .boxitem_wrap .txtbox h4{
	padding-bottom: 10px;
}
.cate1 .box_wrap .boxitem_wrap .imgbox{
	width: 30%;
}
.cate1 .box_wrap .boxitem_wrap .imgbox img{
	border-radius: 10px;
}
.cate2 .txtbox2{
	padding-bottom: 40px;
}
.txt-line span{
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.txt-line span::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	height: 10px;
	background-image: radial-gradient(#222 20%, transparent 21%);
	background-size: 8px 8px;
	background-repeat: repeat-x;
}
.cate2 h3{
	font-weight: 900;
	padding-bottom: 40px;
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate1 .box_wrap .boxitem_wrap .boxitem{
		flex-direction: column;
	}
	.cate1 .box_wrap .boxitem_wrap .boxitem .imgbox{
		width: 90%;
	}
	.cate1 .box_wrap .boxitem_wrap .boxitem .txtbox{
		width: 100%;
		padding-left: 0px;
		padding-top: 20px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

