@charset "shift_jis";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&subset=japanese");

/*
body
--------------------------------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
}

body {
    color: #333;
    padding: 0;
    margin: 0px;
    background: #F2F2F2;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 15px;
}

img {
    width: 100%;
    vertical-align: bottom;
    border: 0;
}

ul,
li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

#wrapper {
    position: relative;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: underline;
}




/* header
----------------------------------------*/
.header {
    width: auto;
    background: #ffffff;
}

.header h1 {
    text-align: center;
    padding: 9px 0 0;
}

.header h1 img {
    width: auto;
    height: 25px;
}

.header p.officalBtn {
    display: none;
}

.header h2 {
    width: auto;
    padding: 10px 0px 15px;
}


/*
structure
----------------------------------------*/
.contents {
    width: 100%;
    padding-bottom: 40px;
    background: #ffffff;
}


/* ピックアップ
----------------------------------------*/
.picup {
    overflow: hidden;
    margin: 0px 3% 30px;
    font-size: 14px;
}

.picup_new ul li,
.picup_low ul li {
    display: table;
    overflow: hidden;
    margin-bottom: 15px;
}

.picup_new ul li .pic,
.picup_low ul li .pic {
    width: 30%;
    display: table-cell;
    padding-right: 15px;
}

.picup_new ul li .title,
.picup_low ul li .title {
    vertical-align: middle;
    display: table-cell;
}

/* Video
----------------------------------------*/
.video {
    margin: 50px 0 10px 0px;
}

.video .movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

.video .movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* News
----------------------------------------*/
.atNews {
    margin: 50px 0 10px 0px;
}

.atNews h3 {
    background: #000;
    color: #FFF;
    padding: 8px 15px;
    font-size: 25px;
    line-height: 25px;
}

.atNews ul {
    margin: 0 0 10px 0;
}

.atNews ul li {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.4;
}

p#atnNewsBackNumber {
    text-align: right;
    padding: 0 10px 10px 0;
}

p#atnNewsBackNumber img {
    width: 83px;
}


/* 注目製品CLOSEUP
----------------------------------------*/
.featured_product {
    margin: 0px 3% 50px;
}

.featured_product > h3 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.8;
}

.featured_product .more_link {
    padding: 10px;
    font-size: 16px;
    text-align: center;
}

.slider {
    background: #FAF8F8;
}


/* 受賞製品一覧
----------------------------------------*/
.vgp {
    background: #FAF8F8;
}

.vgp h3 {
    font-size: 28px;
    padding: 30px 20px 20px;
    line-height: 1.2;
}

.vgp h3 br {
    display: block;
}

.vgp .vgp_list {
    padding: 0px 20px 20px;
}

.vgp_list ul li {
    display: table;
    overflow: hidden;
    margin-bottom: 20px;
}

.vgp_list ul li .icon {
    width: 70px;
    display: table-cell;
    padding-right: 20px;
}

.vgp_list ul li .iconTop {
    width: 120px;
    display: table-cell;
    padding-right: 20px;
}

.vgp_list ul li .text {
    vertical-align: top;
    display: table-cell;
}

.vgp_list ul li h4 {
    font-size: 26px;
}

.vgp_list ul li p {
    font-size: 14px;
}

.vgp_inner {
    margin-bottom: 50px;
}




/* 特別レポート
----------------------------------------*/
.closeup {
    background: #FAF8F8;
}

.closeup h3 {
    font-size: 28px;
    padding: 30px 20px 20px;
    line-height: 1.2;
}

.closeup .closeup_list {
    padding: 0px 20px 20px;
}

.closeup ul li {
    display: table;
    overflow: hidden;
    margin-bottom: 20px;
}

.closeup ul li .pic {
    width: 30%;
    display: table-cell;
    padding-right: 15px;
}

.closeup ul li .title {
    vertical-align: middle;
    display: table-cell;
}



/* REVIEW DATABASE
----------------------------------------*/
.review_databese {
    margin: 0px 3% 10px;
}

.review_databese h3 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.review_databese h4 {
    margin: 0px auto 15px;
    background: #818181;
    color: #FFF;
    padding: 8px 10px;
    line-height: 20px;
    font-size: 20px;
}

/* タブ切り替え */

.category_tab {
    display: flex;
    flex-wrap: wrap;
}

.category_tab br.PC {
    display: none;
}

.category_label {
    border-right: 1px solid #666;
    padding: 0px 15px 0 0px;
    margin: 5px 15px 5px 0px;
    font-size: 16px;
    order: -1;
    cursor: pointer;
}

.products_content {
    width: 100%;
    display: none;
}

/* アクティブなタブ */
.category:checked + .category_label {
    color: #999999;
    text-decoration: underline;
}

.category:checked + .category_label + .products_content {
    display: block;
}

/* ラジオボタン非表示 */
.category {
    display: none;
}



/* products
----------------------------------------*/
.products_content {
    margin-top: 20px;
}

ul.products {
    margin: 0px auto;
    line-height: 1.5;
}

ul.products li {
    overflow: hidden;
}

ul.products li .pic {
    width: 30%;
    margin-bottom: 20px;
    float: left;
    border: solid 1px #999;
    margin-right: 15px;
}

ul.products li p.catch {
    font-size: 14px;
    padding: 0px 0px 3px;
    font-weight: bold;
    line-height: 1.3;
}

ul.products li h5.name {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 20px;
}

ul.products li p.otherReport {
    font-size: 12px;
    margin-bottom: 20px;
    float: left;
}

ul.products li.other h5.name {
    margin-bottom: 5px;
}


/*
footer
----------------------------------------*/
div#PCfooter {
    display: none;
}

div#SPfooter {
    display: block;
}

footer.sp {
    padding: 10px 0;
    text-align: center;
    display: block;
    line-height: 1.2;
    font-size: 10px;
}


/******* ページトップ *******/
.page-top a {
    display: block;
    position: fixed;
    bottom: 60px;
    right: 20px;
    padding: 10px;
    background: #000;
    color: #FFF;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
}




/*********************** PC *******************************/

@media only screen and (min-width: 641px) {


    /* header
	----------------------------------------*/
    .header {
        position: relative;
        width: 970px;
        margin: 0 auto;
        padding: 0;
    }

    .header h1 {
        width: 293px;
        text-align: left;
        float: left;
        padding: 10px 10px 20px 10px;
    }

    .header h1 img {
        width: 293px;
        height: auto;
    }

    .header p.officalBtn {
        display: block;
        width: 280px;
        float: right;
        padding: 25px 10px 0 0;
    }

    .header h2 {
        clear: both;
        text-align: center;
        padding: 0px 0px 20px;
    }


    /*
	structure
	----------------------------------------*/
    .contents {
        width: 900px;
        margin: 0 auto;
        padding: 0px 35px 40px;
        position: relative;
    }


    /* ピックアップ
	----------------------------------------*/
    .picup {
        overflow: hidden;
        margin: 0px 0px 50px;
        font-size: 16px;
    }

    .picup_new ul {
        width: 900px;
        margin: 0px auto;
        display: flex;
        flex-flow: row wrap;
    }

    .picup_new ul li {
        display: block;
        width: 290px;
        margin: 0 15px 30px 0px;
    }

    .picup_new ul li .pic {
        display: block;
        margin-bottom: 10px;
        padding-right: 0px;
        width: auto;
    }

    .picup_new ul li .title {
        vertical-align: top;
        display: block;
    }

    .picup_new ul li:nth-of-type(3n) {
        margin-right: 0px;
    }

    .picup_low ul {
        width: 580px;
        float: left;
    }

    .picup_low ul li {
        display: table;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .picup_low ul li .pic {
        width: 180px;
        display: table-cell;
        padding-right: 20px;
    }

    .picup_low ul li .title {
        vertical-align: middle;
        display: table-cell;
    }


    /* Video
	----------------------------------------*/
    .video {
        margin: 0px 0 10px 0px;
        width: 290px;
        float: right;
    }




    /* News
	----------------------------------------*/
    .atNews {
        margin: 0px 0 10px 0px;
        width: 290px;
        float: right;
    }

    .atNews h3 {
        font-size: 25px;
        line-height: 25px;
    }

    .atNews ul li {
        font-size: 13px;
    }


    p#atnNewsBackNumber img {
        width: 83px;
    }

    /* 注目製品CLOSEUP
	----------------------------------------*/
    .featured_product {
        margin: 0px 0px 50px;
        overflow: hidden;
    }

    .featured_product .vgp h3 br {
        display: none;
    }

    .featured_box {
        display: flex;
    }


    /* 受賞製品一覧
	----------------------------------------*/
    .vgp {
        width: 409px;
        padding: 0 20px 20px;
        border-right: 1px solid #CCC;
    }

    .vgp .vgp_list {
        padding-bottom: 0px;
    }

    .vgp_list ul {
        overflow: hidden;
    }

    .vgp_list ul li {
        display: table;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .vgp_list ul li .icon {
        width: 70px;
        display: table-cell;
        padding-right: 20px;
    }

    .vgp_list ul li .iconTop {
        width: 120px;
        display: table-cell;
        padding-right: 20px;
    }

    .vgp_list ul li .text {
        vertical-align: top;
        display: table-cell;
    }

    .vgp_list ul li h4 {
        font-size: 26px;
    }

    .vgp_list ul li p {
        font-size: 14px;
    }

    .vgp_inner {
        margin-bottom: 0px;
    }


    /* 特別レポート
	----------------------------------------*/
    .closeup {
        width: 409px;
        padding: 0 20px 20px;
        border-left: 1px solid #CCC;
    }

    .closeup .closeup_list {
        padding-bottom: 0px;
    }

    .closeup ul li {
        display: table;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .closeup ul li .pic {
        width: 120px;
        display: table-cell;
        padding-right: 20px;
    }

    .closeup ul li .title {
        vertical-align: middle;
        display: table-cell;
    }


    /* REVIEW DATABASE
	----------------------------------------*/
    .review_databese {
        margin: 0px 0px 50px;
    }

    .review_databese h3 {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .review_databese h4 {
        margin: 0px auto 15px;
        background: #818181;
        color: #FFF;
        padding: 8px 30px;
        line-height: 20px;
        font-size: 20px;
    }

    /* タブ切り替え */

    .category_label {
        border-right: 1px solid #666;
        padding: 0px 25px 0px 0px;
        margin: 0px 22px 0px 0px;
        font-size: 18px;
        order: -1;
        cursor: pointer;
    }

    #cate5 + .category_label {
        border-right: 0px solid #666;
        padding-right: 0px;
        margin-right: 0px;
    }

    .category_tab br.PC {
        display: block;
    }



    /* products
	----------------------------------------*/
    .products_content {
        margin-top: 50px;
    }

    ul.products {
        width: 900px;
        margin: 0px auto;
        display: flex;
        flex-flow: row wrap;
        line-height: 1.5;
    }

    ul.products li {
        width: 214px;
        margin: 0 14px 30px 0px;
    }

    ul.products li:nth-of-type(4n) {
        margin-right: 0px;
    }

    ul.products li .pic {
        width: auto;
        margin-bottom: 10px;
        float: none;
        margin-right: 0;
    }

    ul.products li p.catch {
        font-size: 16px;
        padding: 0px 5px 3px;
    }

    ul.products li h5.name {
        font-size: 24px;
        padding: 0px 5px;
    }

    ul.products li p.otherReport {
        font-size: 12px;
        float: none;
        padding: 0px 5px;
    }

    ul.products li.other p.otherReport {
        padding: 0px 5px;
    }


    /* footer
	----------------------------------------*/
    div#PCfooter {
        display: block;
    }

    div#SPfooter {
        display: none;
    }

    #footer {
        padding: 50px 0 20px;
        background: #333;
    }

    #footer a {
        color: #EDF0F5;
        text-decoration: none;
    }

    #footer .inner {
        width: 1080px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }

    #footer .inner .section_footer {
        width: 25%;
        font-size: 13px;
    }

    #footer .inner .section_footer h3 {
        font-size: 13px;
        color: #EDF0F5;
        margin: 0 0 20px;
    }

    #footer .inner .section_footer .title {
        font-size: 13px;
        color: #EDF0F5;
        margin: 0 0 20px;
    }

    #footer .inner .section_footer li {
        margin: 0 0 0.8em;
    }

    #footer .inner .section_footer .icon_social {
        margin-bottom: 15px;
    }

    #footer .inner .section_footer .icon_social li {
        display: inline-block;
        width: 15%;
    }

    #footer .inner .section_footer .icon_social img {
        height: 14px;
    }

    #footer .inner .section_footer .search_footer {
        position: relative;
    }

    #footer .inner .section_footer .search_footer #inputBox {
        background: #757575;
        border-radius: 25px;
        border: none;
        padding: 10px 15px;
        width: 190px;
        color: #FFF;
        font-size: 12px;
    }

    #footer .inner .section_footer .search_footer #searchSubmit {
        padding: 0px 0;
        /* margin-left: -30px; */
        box-sizing: border-box;
        width: 15px;
        position: absolute;
        top: 9px;
        left: 160px;
    }

    #footer .inner .section_footer .partnership ul li {
        display: inline-block;
        float: left;
        margin-bottom: 16px;
    }

    #footer .inner .section_footer .partnership ul li img {
        height: 50px;
        margin-right: 15px;
        width: auto;
    }

    #footer .inner .section_footer .partnership ul li:nth-child(n+3) img {
        height: 36px;
    }

    #footer .copyright {
        font-style: normal;
        width: 100%;
        text-align: center;
        color: #D9D9D9;
        font-size: 11px;
    }

    #footer .copyright .logo_ongen {
        display: block;
        text-align: center;
        margin: 30px auto;
        width: 172px;
    }



    ｝
