@charset "UTF-8";
/* --------------------------------------------

	FileName	:	style.css

-------------------------------------------- */

/* --------------------------------------------
cate-img-header
-------------------------------------------- */
.cate-img-header {
    height: 380px;
    margin: 190px 0 0;
    background: url(../img/cate-bg.jpg) center center / cover no-repeat;
}
.cate-img-header-wrap {
    max-width: 1300px;
    min-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.cate-img-header h1 {
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    background: url(../img/cate-ico.png) center 38% / 32% no-repeat,#00783d;
    width: 240px;
    height: 240px;
    padding: 155px 0 0;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 270px;
}

.cate-img-header + .breadcrumb {
    margin: 0 0 0;
}
.breadcrumb li:first-child {
    margin-left: 270px;
}

@media screen and (max-width: 768px) {
.cate-img-header {
    margin: 100px 0 0;
    height: 170px;
}
.cate-img-header-wrap {
    max-width: 100%;
    min-width: 100%;
    padding: 18px 0 0;
}
.cate-img-header h1 {
    font-size: 0.8em;
    width: 140px;
    height: 140px;
    padding: 85px 0 0;
    background: url(../img/cate-ico.png) center 35% / 20% no-repeat,#00783d;
    position: static;
    margin: 0 0 0 10px;
}
.breadcrumb li:first-child {
    margin-left: 0;
}
}


/* --------------------------------------------
cate-main-header
-------------------------------------------- */
.cate-main-header {
    padding: 0 0 50px;
}
.cate-main-header h2 {
    font-size: 2.3em;
    font-weight: bold;
    line-height: 170%;
    text-align: center;
    margin: -40px 0 0;
}
.cate-main-header p {
    text-align: center;
    padding: 20px 0 0;
    line-height: 180%;
}

@media screen and (max-width: 768px) {
.cate-main-header h2 {
    font-size: 1.3em;
}
.cate-main-header p {
    font-size: 0.8em;
}
}


/* --------------------------------------------
category top style - for /css/style.css
-------------------------------------------- */
/*.cate-list-1column {
    background: url(../img/cate-page-bg.jpg) center center / cover no-repeat;
}*/
.cate-list-2column {
    background: url(../img/cate-page-bg.jpg) center center / cover no-repeat;
}


/* --------------------------------------------
contents
-------------------------------------------- */
.pic01 {
    width: 150px;
    float: right;
    margin: 0 0 0 30px;
}
.pic01 img {
    width: 100%;
}
.pic02 {
    width: 150px;
    float: right;
    margin: 0 0 0 30px;
}
.pic02 img {
    width: 100%;
}

@media screen and (max-width: 768px) {
.pic01  {
    width: 50%;
    float: none;
    margin: 0 auto 20px;
}
.pic02  {
    width: 50%;
    float: none;
    margin: 0 auto 20px;
}
}





