@charset "utf-8";
#catch {
	margin-bottom: 20px;
	background-image: url(../img/home/catch.jpg);
	background-repeat: no-repeat;
	height: 300px;
	width: 1000px;
	
}
#smart_catch {
	display: none;
}
#main h1 {
	background-image: url(../img/page_title_bg.jpg);
	background-image: linear-gradient(90deg, #436da0, #7dbcb0);
	/* ▼20250303追加 */
	margin-top: 35px;
}
#products {
	margin-left: 20px;
}
#products p {
	text-align: center;
	position: relative;
	display: block;
	width: 232px;
}
/* 20250227追加 */
#products p img:hover {
	opacity: .4;
	filter: brightness(1.01);
	transition: .4s;
}
#products span {
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	left: 0px;
	top: -10px;
	background-color: #fff;
	padding: 5px 3px;
}
#products span::after {
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 16px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 10px solid #ffffff;
	border-right: 0;
	position: absolute;
	top: -8px;
	right: -10px;
}
#products .news_{
    top:-15px;
    left:-15px;
    width:50px;
    height:50px;
    color:#fff;
    background-color:#ff0000;
    position:absolute;
    border-radius:40px;
    padding-top:18px;


}


#products a {
	display: block;
	height: 200px;
	width: 232px;
	margin-right: 21px;
	margin-bottom: 20px;
	float: left;
}
#check_img {
	float: left;
	width: 400px;
	margin-left: 20px;
}
#check_text {
	width: 320px;
	margin-right: 20px;
	padding-top: 2px;
	padding-left: 20px;
	float: left;
}
#check_text p {
	line-height: 1.5em;
}
.right_con{
	width: 200px;
	height: 48px;
	background-color: #446da1;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: bold;
	/* ▼20250303追加 */
	margin-top: 35px;
}
#right menu {
	margin-top: 20px;
}

#globalmenu .nav_home {
    /* background: #7dbcb0; */
    background: #446da1;
    /* opacity: .5; */
    /* background: #e7e7e7; */
	background: #5a8da7;
}
