.c-title--roboto {
    padding: 38px 0 90px;
    text-align: center;
    font-size: 30px;
    line-height: 52px;
    letter-spacing: 0.2em;
}
.l-catalog {
    padding-top: 62px;
    margin: auto;
    max-width: 980px;
}
.p-catalog__recent ul, .p-catalog__past ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.p-catalog__recent ul li, .p-catalog__past ul li {
    width: 298px;
}
.p-catalog__recent ul li.new, .p-catalog__past ul li.new {
    position: relative;
}
.p-catalog__recent ul li.new::before, .p-catalog__past ul li.new::before {
    content: "";
    margin: 0 auto 25px;
    display: block;
    width: 46px;
    height: 21px;
    background: url(../images/catalog_title_new.svg);
}
.p-catalog__recent-title, .p-catalog__past-title {
    font-size: 24px;
    margin: 0.25em 0 0.5em;
    color: #666;
}
.p-catalog__recent-pdf a, .p-catalog__past-pdf a {
    display: block;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
}
.p-catalog__recent-pdf a::before, .p-catalog__past-pdf a::before {
    content: "";
    margin: 0 10px 0 0;
    display: block;
    width: 21px;
    height: 21px;
    background: url(../images/icon_pdf.png) center/100% no-repeat;
}
.p-catalog__recent {
    margin-bottom: 100px;
}
.p-catalog__recent li img {
    margin: auto;
}
.p-catalog__past {
    padding-left: 20px;
}
.p-catalog__past ul {
    justify-content: flex-start;
}
.p-catalog__past ul li {
    margin-right: 20px;
    margin-bottom: 46px;
    width: 220px;
}
.p-catalog__past-title {
    font-size: 18px;
    margin: 0.25em 0 0.5em;
    color: #666;
}
@media (min-width: 768px) {
    /*------------------------------------------------------------
        index.html
    ------------------------------------------------------------*/
    #gNavi .navi06 > a {
        background-position: -614px -40px;
    }
    main .mainConts {
        /*margin: 0 20px 0 21px;*/
    }
    main h2 {
        margin: 19px 0 28px 19px;
        font-size: 30px;
        text-align: center;
    }
    .recentModel {
        width: 980px;
        margin: 0 auto;
    }
    .recentModel ul {
        text-align: center;
    }
    .recentModel ul::after {
        content: "";
        clear: both;
        display: block;
    }
    .pastModel {
        background-color: #cccccc;
        padding: 1px;
        width: 980px;
        margin: 0 auto;
    }
    .recentModel ul li,
    .pastModel ul li {
        float: left;
        width: 236px;
        padding: 0;
        border: 2px solid #b3b3b3;
        background: #fff;
        margin: 8px 2px;
    }
    .recentModel ul li > img,
    .pastModel ul li > img {
        margin: 6px 6px 0 6px;
    }
    .recentModel ul li {
        margin-top: 127px;
        /*margin-top: 37px;*/
    }
    .recentModel ul li .boxTitle,
    .pastModel ul li .boxTitle {
        border-bottom: 1px solid #666;
        font-size: 18px;
        height: 60px;
        padding: 5px 10px;
    }
    .recentModel ul li .boxCatalog,
    .pastModel ul li .boxCatalog {
        border-bottom: 1px solid #666;
        border-top: 2px solid #b3b3b3;
        font-size: 15px;
        background: url(/wp-content/themes/inpresx2013/img/products/catalog/icon_pdf.png) no-repeat 13px 2px;
        text-indent: 55px;
        height: 42px;
        line-height: 44px;
    }
    .recentModel ul li .boxBook,
    .pastModel ul li .boxBook {
        border-bottom: 1px solid #666;
        border-top: 2px solid #b3b3b3;
        font-size: 15px;
        background: url(/wp-content/themes/inpresx2013/img/products/catalog/icon_book.png) no-repeat 8px 2px;
        text-indent: 55px;
        height: 42px;
        line-height: 44px;
    }
    /*largeBox*/
    .recentModel ul li.largeBox {
        width: 295px;
        position: relative;
        margin: 25px auto 42px;
        display: inline-block;
        float: none;
        text-align: left;
    }
    .recentModel ul li.largeBox .newIcon {
        position: absolute;
        top: -27px;
        left: -2px;
    }
    .recentModel ul li.largeBox .boxTitle {
        border-bottom: 1px solid #666;
        font-size: 26px;
        height: 70px;
        padding: 5px 10px;
    }
    .recentModel ul li.largeBox .boxCatalog {
        background: url(/wp-content/themes/inpresx2013/img/products/catalog/icon_pdf.png) no-repeat 53px 2px;
        text-indent: 94px;
    }
    .recentModel ul li.largeBox .boxBook {
        background: url(/wp-content/themes/inpresx2013/img/products/catalog/icon_book.png) no-repeat 46px 2px;
        text-indent: 94px;
    }
    /*catalogBtn*/
    .catalogBtn {
        margin: 40px auto;
        padding: 0 38px;
        font-size: 19px;
        height: 63px;
        width: 908px;
    }
    .catalogBtn a {
        float: left;
    }
    .catalogBtn p {
        float: left;
        width: 500px;
        margin-left: 32px;
    }
}
@media (max-width: 767px) {
    /*------------------------------------------------------------
        index.html
    ------------------------------------------------------------*/
    main .comH2 {
        margin-bottom: 5px;
        padding: 7px 0 7px 4%;
        color: #fff;
        font-size: 2em;
        text-align: left;
        line-height: 1.1;
        background-color: #c3252b;
        font-weight: bold;
    }
    main h2 {
        text-align: center;
    }
    main h2 img {
        width: 90%;
        margin: 0 auto 5%;
        padding-bottom: 1%;
        border-bottom: 2px dotted #666;
    }
    main h3 {
        margin: 10px 0 15px 4%;
        padding: 2px 2%;
        color: #666;
        font-size: 1.8em;
        background-color: #fff;
        text-align: center;
        border: 1px solid #666;
        display: inline-block;
    }
    .recentModel {
        background-color: #eebdc0;
    }
    .pastModel {
        background-color: #cccccc;
        padding: 1px;
    }
    .recentModel ul {
        text-align: center;
    }
    .recentModel ul li {
        display: inline-block;
        width: 48%;
        padding: 0;
        border: 2px solid #b3b3b3;
        background: #fff;
        margin: 8px 1%;
        box-sizing: border-box;
        text-align: left;
    }
    .pastModel ul li {
        float: left;
        width: 48%;
        padding: 0;
        border: 2px solid #b3b3b3;
        background: #fff;
        margin: 8px 1%;
        box-sizing: border-box;
    }
    .recentModel ul li > img,
    .pastModel ul li > img {
        width: 98%;
        max-width: 224px;
        margin: 1% 1% 0 1%;
    }
    .recentModel ul li .boxTitle,
    .pastModel ul li .boxTitle {
        border-bottom: 1px solid #666;
        font-size: 1.6em;
        height: 40px;
        padding: 5px 10px;
    }
    .recentModel ul li .boxCatalog,
    .pastModel ul li .boxCatalog {
        border-bottom: 1px solid #666;
        border-top: 2px solid #b3b3b3;
        font-size: 1em;
        background: url(/wp-content/themes/inpresx2013/img/products/catalog/icon_pdf.png) no-repeat 1% 2px;
        text-indent: 28%;
        height: 42px;
        line-height: 44px;
    }
    .recentModel ul li .boxBook,
    .pastModel ul li .boxBook {
        border-bottom: 1px solid #666;
        border-top: 2px solid #b3b3b3;
        font-size: 1em;
        background: url(/wp-content/themes/inpresx2013/img/products/catalog/icon_book.png) no-repeat -2% 2px;
        text-indent: 28%;
        height: 42px;
        line-height: 44px;
    }
    /*largeBox*/
    .recentModel ul li.largeBox {
        width: 98%;
        position: relative;
        margin: 25px 0 15px;
    }
    .recentModel ul li.largeBox .newIcon {
        position: absolute;
        top: -27px;
        left: -2px;
    }
    .recentModel ul li.largeBox .boxTitle {
        border-bottom: 1px solid #666;
        font-size: 2em;
        height: 50px;
        padding: 5px 10px;
        text-align: left;
    }
    .recentModel ul li.largeBox > img {
        max-width: 283px;
        margin: 1% auto 0;
        display: block;
    }
    .recentModel ul li.largeBox .boxCatalog {
        background: url(/ja/products-services/golf/common/images/icon_pdf.png) no-repeat 24% 2px;
        text-indent: 0;
        text-align: center;
    }
    .recentModel ul li.largeBox .boxBook {
        background: url(/ja/products-services/golf/common/images/icon_book.png) no-repeat 22% 2px;
        text-indent: 0;
        text-align: center;
    }
    /*catalogBtn*/
    .catalogBtn {
        margin: 3%;
        font-size: 1.3em;
        text-align: center;
    }
    .catalogBtn a {
        width: 100%;
    }
    .catalogBtn a img {
        width: 60%;
        max-width: 298px;
    }
    .catalogBtn p {
        width: 100%;
    }
    .c-title--roboto {
        padding: 38px 0;
        font-size: 16px;
        line-height: 1;
    }
    .l-catalog {
        padding-top: 20px;
    }
    .p-catalog__recent, .p-catalog__past {
        padding: 0 8px;
    }
    .p-catalog__recent {
        margin-bottom: 14%;
    }
    .p-catalog__past {
        padding: 0 8px;
    }
    .p-catalog__past ul {
        justify-content: space-between;
    }
    .p-catalog__past ul li {
        margin-right: 0;
        margin-bottom: 8%;
        width: 48.8%;
    }
}
/*# sourceMappingURL=../../sourcemaps/css/products/catalog.css.map */
