@charset "UTF-8";
/* CSS Document */
/* ========== ▼ nav ▼ ==========*/
@media only screen and (max-width: 480px) {
  nav.menu-box {
    margin: 0 auto;
}
}
/* ========== ▼ contents ▼ ==========*/
.contents {
    padding: 10px 0 40px 0;
}
/* ========== ▼ slide ▼ ==========*/
.slide-area {
    width: 100%;
    max-width: 770px;
    margin: 0 0 10px 0;
    overflow: hidden;
}
.metaslider .flexslider .slides li img {
    width: 100%;
    height: auto;
}
/* ========== ▼ top-bnr ▼ ==========*/
.top-bnr {
    width: 100%;
    overflow: hidden;
}
.top-bnr ul li {
    overflow: hidden;
}
.top-bnr ul li img {
    width: 100%;
    height: auto;
}
/* ========== ▼ pickup info / pickup item ▼ ==========*/
.bousai-info,
.bousai-item {
    padding: 40px 0;
    overflow: hidden;
}
@media only screen and (max-width: 480px) {
    .bousai-info,
    .bousai-item {
        padding: 40px 0 0 0;
    }
}
/* ---------- ttl ---------- */
.bousai-info h3,
.bousai-item h3 {
    position: relative;
    margin: 0 0 1em 0;
    text-align: center;
    font-size: 2.2em;
    font-weight: bold;
}
.bousai-info h3 div,
.bousai-item h3 div {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    background-color: #fff;
    text-align: left;
}
.bousai-info h3::before,
.bousai-item h3::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #231916;
}
.bousai-info h3 span,
.bousai-item h3 span {
    padding: 0 0 0 .3em;
    color: #D0021B;
}
@media only screen and (max-width: 480px) {
    .bousai-info h3,
    .bousai-item h3 {
        font-size: 2em;
    }
    .bousai-info h3 div,
    .bousai-item h3 div {
        margin: 0;
    }
}
/* ---------- list ---------- */
.bousai-info ul li {
    width: 50%;
    float: left;
    margin: 0 0 16px 0;
    overflow: hidden;
    display: table;
}
/*.コラム用アイキャッチ*/
.bousai-info .eyecatch {
    width: 56%;
    max-width: 215px;
    display: table-cell;
    position: relative;
    vertical-align: top;
    overflow: hidden;
}
.bousai-info .eyecatch img {
    width: 100%;
    height: auto;
}
.bousai-info .eyecatch:before,
.bousai-info .eyecatch:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 44px;
  height: 44px;
  background: #fff;
  transform: rotate(-45deg);
}
.bousai-info .eyecatch:before {
  top: -22px;
  bottom: auto;
  right: auto;
  left: -22px;
}
.bousai-info .eyecatch:after {
  top: auto;
  bottom: -22px;
  right: -22px;
  left: auto;
}
.bousai-info .outline {
    position: relative;
    width: 44%;
    padding: 0 10px;
    display: table-cell;
    vertical-align: top;
}
.bousai-info .outline p.ttl {
    font-weight: bold;
    line-height: 1.4em;
}
.bousai-info .outline p.info-subttl {
    margin: .5em 0;
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: -.09em;
}
.bousai-info .tag-box {
    position: absolute;
    bottom: 1px;
}
@media screen and (min-width:980px) and ( max-width:1120px){
    .bousai-info .outline time {
        font-size: 1.2em;
    }
    .bousai-info .outline p.ttl {
        font-size: 1.4em;
        line-height: 1.2em;
    }
    .bousai-info .outline p.info-subttl {
        margin: .3em 0;
        font-size: 1.2em;
        line-height: 1.2em;
    }
    .bousai-info .tag a {
        font-size: .9em;
        margin: 0 0 2px 0;
    }
}
@media only screen and (max-width: 980px) {
    .bousai-info ul li {
        width: 100%;
        float: none;
        display: table;
        padding: 8px 0;
        border-top: 1px solid #eee;
    }
    .bousai-info ul li:first-child {
        border-top: 0px;
    }
    .bousai-info .eyecatch {
        width: 20%;
    }
}
@media only screen and (max-width: 568px) {
    .bousai-info .eyecatch {
        width: 38%;
    }
    .bousai-info .eyecatch:before,
    .bousai-info .eyecatch:after {
        content: none;
    }
    .bousai-info .outline time {
        font-size: 1.2em;
    }
    .bousai-info .outline p.ttl {
        font-size: 1.4em;
        line-height: 1.2em;
    }
    .bousai-info .outline p.info-subttl {
        margin: .3em 0;
        font-size: 1.2em;
        line-height: 1.2em;
    }
}
/* ========== ▼ pickup-item ▼ ==========*/

/* ========== ▼ side ▼ ==========*/
.contents .side {
  padding: 0;
}

.contents .side .item-menu {
    display: none;
}