@charset "utf-8";

/*
oen
大漁旗
*/

#SecOtherProducts ul li:nth-child(1),
#SecOtherProducts ul li:nth-child(2),
#SecOtherProducts ul li:nth-child(8){
	display: none;
}


/* #Sec01
-----------------------------------------------------------------*/
.oen #Sec01{
	margin-top: 40px;
}
.oen #Sec01 .inner{
	max-width: 960px;
	margin: 0 auto;
	padding: 0 80px;
}
.oen #Sec01 h2.ttl{
	margin-top: 60px;
}
.oen #Sec01 .txt{
	margin: 100px auto;
}

.oen #Sec01 .oen_list{
	display: flex;
	justify-content: space-around;
	text-align: center;
	flex-wrap: wrap;
	letter-spacing: -1px;
}

.oen #Sec01 .oen_list .oen_box{
	margin-left: 100px;
	margin-bottom: 25px;
}

@media screen and (max-width: 1020px) {
/* 1020pxまでの幅の場合に適応される */

.oen #Sec01 .oen_list .oen_box{
	margin-left: 50px;
}
/* 1020pxまでの幅の場合に適応される */
}

@media screen and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */

/* #Sec01
-----------------------------------------------------------------*/
.oen #Sec01{
}
.oen #Sec01 .inner{
	max-width: 100%;
	padding: 0 50px;
}

.oen #Sec01 .oen_list{
	display: block;
}

.oen #Sec01 .oen_list .oen_box{
	margin: 0 auto;
	margin-bottom: 25px;
}

/* 767pxまでの幅の場合に適応される */
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */


/* 640pxまでの幅の場合に適応される */
}