#search {
    padding: 100px 1%;
    background-color: #EBEBEB;
    margin: auto;
    width: 100%;

}

#search form {
    margin: auto;
    width: 100%;
    max-width: 1200px;
    position: relative;
}

#search form .search_note {
    position: absolute;
    top: -80px;
    right: 0;
    font-size: 15px;
    color: #666666;
    line-height: 1.6em;
}

@media screen and (max-width: 640px) {
    #search form .search_note {
        font-size: 12px;
    }
}

.specification-search .content_inner {
    max-width: none;
}

.series-search .content_inner {
    padding: 100px 1%;
}

.product_title {
    border-left: 6px solid #D31720;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1em;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-bottom: 3px;
}

#search .search-cont {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
}

#search .search-cont .search_list_item {
    font-weight: bold;
    margin: 20px 0;
    width: 18%;
}

@media screen and (max-width: 768px) {
    #search .search-cont {
        justify-content: flex-start;
    }

    #search .search-cont .search_list_item {
        width: 30%;
        margin-right: 3%;
    }
}

@media screen and (max-width: 600px) {
    #search .search-cont .search_list_item {
        width: 45%;
        margin-right: 5%;
    }
}

#search .search-cont .search_list_item select {
    margin-top: 10px;
    box-sizing: border-box;
    line-height: 40px;
    display: inline-block;
    padding: 0.5em;
    height: 40px;
    border-color: #cccccc;
    border-radius: 5px;
}

#search .search-btn {
    margin: 30px auto;
    width: 100%;
    max-width: 289px;
}

#search .search-btn input {
    background-image: url(../img/products/seach_btn.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #D93031;
    border: solid 1px transparent;
    border-radius: 3px;
    padding: 15px 2%;
    font-size: 16px;
    color: #fff;
    width: 100%;
}

#list01 {
    padding: 100px 1%;
    margin: auto;
    width: 100%;
    max-width: 1200px
}

#list01 .title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

#list01 .title h2 {
    border-left: 6px solid #D31720;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1em;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-bottom: 3px;
}

#list01 .title .num {
    display: block;
    text-align: right;
    font-weight: bold;
}

#list01 .list-cont {
    margin: 30px auto;
    width: 100%;
    overflow-y: hidden;
}

@media screen and (max-width: 640px) {
    #list01 .list-cont {
        overflow-x: scroll;
    }

    #list01 .list-cont table {
        width: 640px;
    }
}

#list01 .list-cont table {
    width: 100%;
    min-width: 640px;
}

#list01 .list-cont th {
    white-space: nowrap;
    border: #fff 2px solid;
    padding: 10px;
    color: #666666;
    background-color: #e6e6e6;
    text-align: center;
    font-weight: bold;
}

#list01 .list-cont th:nth-child(4) {
    width: 106px;
}

#list01 .list-cont td {
    line-height: 1.4em;
    padding: 10px;
    text-align: center;
}

#list01 .list-cont td:nth-child(5),
#list01 .list-cont td:nth-child(6) {
    white-space: nowrap;
}

#list01 .list-cont td:nth-child(2) {
    text-align: left;
}

#list01 .wp-pagenavi {
    text-align: center;
    margin-top: 40px;
}

#list01 .wp-pagenavi .page,
#list01 .wp-pagenavi .current,
#list01 .wp-pagenavi .previouspostslink,
#list01 .wp-pagenavi .nextpostslink {
    box-sizing: border-box;
    line-height: 1.75em;
    height: 2em;
    display: inline-block;
    padding: 0 0.5em;
}

#list01 .wp-pagenavi .current,
#list01 .wp-pagenavi a:hover {
    background-color: #fef5bc;
    border-color: #fef5bc;
}

#list01 .wp-pagenavi .pages {
    display: none;
}

#list01 .wp-pagenavi .pages {
    display: none;
}

#list01 .no_item {
    text-align: center;
    margin-top: 30px;
}

#result_slider {
    margin-bottom: 40px;
}

#result_slider li {
    padding: 5px;
    box-sizing: border-box;
    position: relative;
    margin-right: 1px;
}

#result_slider li span.date {
    padding: 10px;
    color: #b3b3b3;
    display: block;
}

#result_slider li span.comment {
    position: absolute;
    left: 10px;
    top: 10px;
    display: inline-block;
    padding: 5px;
    background-color: #333333;
    color: #fff;
}

#gallery .cmn_ttl {
    margin-top: 120px;
    margin-bottom: 100px;
}

@media screen and (max-width: 1500px) {
    #result_slider li span.comment {
        width: 86%;
    }
}

@media screen and (max-width: 1000px) {
    #list01 .list-cont {
        overflow-x: scroll;
    }

    #list01 .list-cont table {
        width: 1000px;
    }
}

@media screen and (max-width: 768px) {
    #gallery .cmn_ttl {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 700px) {

    #list01 .list-cont td,
    #list01 .list-cont th {
        font-size: 12px;
    }
}

.item_flex_table {
    border-top: none;
    margin: 0;
}

.item_flex_table>li {
    border-right: 1px solid #D9D9D9;
}

.item_flex_table>li:nth-child(1) {
    border-right: 1px solid #EBEBEB;
}

.item_flex_table>li .th {
    border: 1px solid #EBEBEB;
    background-color: #EBEBEB;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.2em;
    padding: 20px 1% !important;
    position: relative;
    text-align: center !important;
}

.item_flex_table>li>div {
    border-left: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    border-right: none;
}

.item_flex_table>li .th:nth-child(1)::after {
    content: '';
    border-right: 1px solid #B9B9B9;
    width: 2px;
    height: 40px;
    margin: auto;
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
}

.item_flex_table>li .th:nth-child(2)::after {
    content: '';
    border-right: 1px solid #B9B9B9;
    width: 2px;
    height: 40px;
    margin: auto;
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
}

.item_flex_table>li .left {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    width: 50%;
    padding: 30px 20px;
}

.item_flex_table>li .right1 {
    width: 25%;
    padding: 30px 10px;
    text-align: center;
}

.item_flex_table>li .right1 a {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.item_flex_table>li .right2 {
    width: 25%;
    padding: 15px 0;
    text-align: center;
}

.item_flex_table>li .right2 a {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.item_flex_table>li .right2 .pdf_box {
    background-color: #808080;
    color: #fff;
    padding: 15px 10px;
    width: 100%;
    max-width: 180px;
    display: block;
    margin: auto;
    font-weight: 400;
}

.item_flex_table>li .right2 .zumen {
    padding: 15px 10px;
}

.series_tbl {
    width: 100%;
}

.series_tbl .b_th {
    background-color: #1A1A1A;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding: 10px;
}

.series_tbl .r_th {
    background-color: #D93031;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding: 10px;
}

.series_tbl .w_td {
    background-color: #FFF;
    border-bottom: 1px solid #E1E1E1;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding: 10px;
    text-align: center;
}

.series_tbl .b_td {
    background-color: #F2F2F2;
    border-bottom: 1px solid #E1E1E1;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding: 10px;
    text-align: center;
}

.series_tbl .va_t {
    vertical-align: top;
}

.series_tbl .w_td a {
    color: #DB3C3D;
    text-decoration: underline;
}

.series_tbl .b_td a {
    color: #DB3C3D;
    text-decoration: underline;
}

.series_title2 {
    border-left: 8px solid #D31720;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1em;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-bottom: 3px;
}

.series_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 100px;
}

.series_list>li {
    margin-top: 30px;
    margin-right: 5%;
    margin-left: 0;
    margin-bottom: 30px;
    width: 30%;
}

.series_list>li:nth-child(3n) {
    margin-right: 0;
}

.series_list>li .s_image img {
    width: 100%;
}

.series_list>li .s_name {
    font-size: 28px;
    font-weight: 700;
    margin-top: 20px;
    text-align: left;
}

@media screen and (max-width: 640px) {
    .series_list>li {
        width: 48%;
        margin-right: 4%;
    }

    .series_list>li:nth-child(3n) {
        margin-right: 4%;
    }

    .series_list>li:nth-child(2n) {
        margin-right: 0;
    }

    .series_list>li .s_name {
        font-size: 4vw;
    }
}


.details_area {
    padding: 100px 0;
    background-color: #EBEBEB;
}

.details_area .details_back {
    margin: auto;
    width: 100%;
    max-width: 1350px;
    position: relative;
    z-index: 10;
}

.details_area .details_back::before {
    content: '';
    background-color: #D93031;
    width: 500px;
    height: 500px;
    position: absolute;
    top: -30px;
    left: -30px;
    z-index: 1;
}

.details_area .details_inner {
    background-color: #fff;
    padding: 80px 8%;
    position: relative;
    z-index: 10;
}

#products_info {
    display: flex;
    flex-wrap: wrap;
}

#products_info .image_area {
    margin: 0 10%;
    padding: 20px 0;
    width: 30%;
}

#products_info .image_area img {
    width: 80%;
}

@media screen and (max-width: 640px) {
    #products_info .image_area {
        margin: 20px auto;
        padding: 0;
        width: 100%;
        text-align: center;
    }
}

#products_info .text_area {
    width: 50%;
}

@media screen and (max-width: 640px) {
    #products_info .text_area {
        width: 100%;
    }
}

#products_info .text_area .info_pr {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.1em;
}

#products_info .text_area .info_title {
    border-left: 8px solid #D31720;
    font-size: 36px;
    font-weight: 700;
    line-height: 1em;
    padding-left: 10px;
    margin: 20px auto;
}

#products_info .text_area .info_line li {
    border-top: 1px solid #F0F0F0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
}

#products_info .text_area .info_line li .line_left {
    font-size: 16px;
    font-weight: 700;
    width: 40%;
}

#products_info .text_area .info_line li .line_right {
    font-size: 16px;
}

.info_free {
    border-top: 1px solid #F0F0F0;
    font-size: 16px;
    line-height: 1.6em;
    margin: 50px auto;
    padding: 30px 0 0;
}

.btn_area {
    display: flex;
    flex-wrap: wrap;
    margin: 100px auto;
    width: 100%;
    max-width: 600px;
}

.btn_area li {
    width: 50%;
}

@media screen and (max-width: 640px) {
    .btn_area li {
        margin: 10px auto;
        width: 100%;
        max-width: 270px;
    }
}

.btn_area li a {
    background-color: #D93031;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 25px 10px;
    text-align: center;
    width: 100%;
    max-width: 270px;
}

.scroll {
    margin-bottom: 100px;
}

@media screen and (max-width: 800px) {
    .scroll {
        overflow-x: scroll;
    }

    .series_tbl {
        width: 800px;
    }
}