@charset "utf-8";

body { background: url(/product/index_img/bg.png) repeat-x 0 131px; }
@media (max-width: 767px) {
	body { background: url(/product/index_img/bg.png) repeat-x 0 20px; background-size: auto 371px;}
}

@media (min-width: 768px) {
    .item-list { width: 100%; max-width: 1170px; margin: 30px auto 50px; position: relative;}
    .item-list ul { display: -webkit-flex; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}
    .item-list ul li { width: 48%; float: left; margin: 0 1.7% 30px 0;}
    .item-list ul li:nth-child(3n) { margin-right: 0;}
    .item-list ul li a { display: block; color: #444; text-decoration: none;}
    .item-list ul li:hover { filter: Alpha(Opacity=80); opacity: 0.8;}
    .item-list ul li span { display: block; margin-top: 10px;}
    .item-list ul li .ttl { margin: 0; font-size: 26px; margin-bottom: 10px; line-height: 1; color: #74914f; font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif; }
    .item-list ul li strong { color: #74914f; display: block;}
    .item-list ul li img { width: 100%;}
}
@media screen and (min-width: 768px) and (max-width: 1170px) {
    .item-list { width: 100%; max-width: 770px;}
    .item-list ul li { width: 49%; margin: 0 2% 30px 0;}
    .item-list ul li:nth-child(3n) { margin-right: 2%;}
    .item-list ul li:nth-child(2n) { margin-right: 0;}
}
@media (max-width: 767px) {
    .inner { padding: 0 10px;}
    .item-list { margin: 30px auto 50px; position: relative;}
    .item-list ul li { width: 100%; margin: 0 0 30px 0;}
    .item-list ul li a { display: block; color: #444; text-decoration: none;}
    .item-list ul li span { display: block; margin-top: 10px;}
    .item-list ul li .ttl { margin: 0; font-size: 24px; margin-bottom: 10px; line-height: 1; color: #74914f; font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif; }
    .item-list ul li strong { color: #74914f; display: block;}
    .item-list ul li img { width: 100%;}
}