@charset "utf-8";
/* CSS Document */


/* ==========================
main
============================= */
.products_bg{
	background-image: url("/archive/img/product-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
	height: 202px;
}

.bg_all{
	padding: 100px 0 100px;
}
.menu {
	max-width: 400px;
}
.inner_list{
	    max-width: 675px;
    margin: auto;
}
.menu .menu_list01{
	background: #330099;
	width: 241px;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0px;
	position: relative;
}
.menu_list01 .all a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
} 
.all a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.menu .menu_list02{
    border: #330099 1px solid;
    width: 239.5px;
    color: #330099;
    padding: 11px 0;
    text-align: center;
    font-weight: bold;
    position: relative;
    height: 50px;
    box-sizing: border-box;
}
.menu .menu_list02 p a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.menu_list02:hover{
	background-color: #330099;
	color: #fff
}
.left_20{
	padding-left: 18px;
}
/* ==========================
newa_box
============================= */
.news_box {
    display: flex;
	max-width: 1004px;
	margin: auto;
}
ul.news_inner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 80px;
	flex-wrap: wrap;
	position: relative;
	left: 40px;
}
ul.news_inner li {
	max-width: 328px;
}
.news_inner dl {
    margin: 20px 0;
}
.news_inner dt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 11px;
    align-items: center;
}

p.news {
    color: #008DBC;
    border: solid 1px #008DBC;
    padding: 0px 10px;
    width: 100px;
    text-align: center;
}
p.seminor {
    color: #0E6BD2;
    border: solid 1px #0E6BD2;
    padding: 0px 10px;
    width: 154px;
    text-align: center;
}


ul.news_inner a:link {
    text-decoration: none;
}

.new_aicon::after{
    content: 'NEW';
    position: relative;
    left: 30px;
    display: inline-flex;
    width: 50px;
    justify-content: center;
    align-items: center;
    text-align:center;
    background: #f00;
    color: #fff;
}
.impo_aicon::after{
    content: '重要';
    position: relative;
    left: 30px;
    display: inline-flex;
    width: 50px;
    justify-content: center;
    align-items: center;
    text-align:center;
    background: #f00;
    color: #fff;
}
@media screen and ( max-width: 1075px ){
ul.news_inner {
    justify-content: space-around;
}
}
@media screen and ( max-width: 767px ){
.news_box {
    max-width: 90%;
    margin: auto;
	flex-wrap: wrap;
	justify-content: center;
}
ul.news_inner {
    margin: 0 auto 30px;
	position: relative;
	left: 0px;
}
.products_bg{
	margin-top: 50px;
	background-position: top;
}
.left_20{
	padding-left: 0px;
}
.menu {
    max-width: 400px;
    margin-bottom: 40px;
}
.bg_all {
    padding: 50px 0 50px;
}
}