@media (min-width: 1300px) {
    .container {
        width: 1280px;
    }
}

@media (min-width: 500px) {
    #contact_map_btn {
        display: none;
    }
}

@media (max-width: 1200px) {
    #contact_map_img {
        display: none;
    }
}

.carousel .product-img.right {
    right: 15rem;
}

.header-links li {
    display: inline-block;
    margin-right: 15px;
    font-size: 12px;
}

.header-links li:last-child {
    margin-right: 0px;
}

.header-links li a {
    color: #FFF;
}

.header-links li a:hover {
    color: #FBFFB9;
}

.header-links li i {
    color: #FBFFB9;
    margin-right: 5px;
}

.dropdown.dropdown-hover.top_cart_list {
    display: inline-block;
}

.dropdown.dropdown-hover.top_cart_list:nth-child(1) {
    margin-right: 10px;
}

#cart_item_total {
    position: absolute;
    right: 0px;
    margin-top: -5px;
    margin-right: -8px;
    background: #f15a24;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    font-size: 9px;
    color: #fff;
    font-weight: 600;
    line-height: 18px;
}

.top_cart_list .arrow.top:after,
.top_cart_list .arrow.top:before {
    border-bottom-color: #f15a24;
}

/* PC */
.topnote {
    font-size: 11.5px !important;
}

/* tablet */
@media (max-width: 1020px) and (min-width: 992px) {
    .topnote {
        font-size: 11.5px !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .topnote {
        font-size: 11.5px !important;
    }
}

/* smartphone */
@media (max-width: 767px) {
    .topnote {
        font-size: 10px !important;
    }
}

.header-cart svg {
    width: 35px;
}

.top_category h2 span {
    float: right;
    margin-top: -14px;
    transition: 0.4s;
}

.top_category h2 span:hover {
    transform: scale(1.05);
}

.news_img {
    width: 14px;
}

#index_right_news1 {
    text-align: left;
}

#index_right_news_table {
    padding: 0;
    border: 1px solid #eee;
}

#index_right_news_table #NewsMainTable {
    width: 100%;
    background-color: #fbfbfb;
}

.top_news h2 {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 28px;
}

.news_date {
    color: #000;
    font-size: 16px;
}

.news_text {
    font-size: 16px;

}

.news_text a {
    color: #000;
    font-weight: 400;
    text-decoration: none;
}

.NCLineDotted {
    width: 720px;
    height: 1px;
    background: url("https://www.kaitorishouten-co.jp/html/template/mova/assets2/img2/line_h_dotted.gif") repeat-x;
    margin-top: 5px;
    margin-bottom: 5px;
}

.panel-default>.top-panel-title {
    display: block;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    text-align: left;
    padding: 10px 0;
    background-color: #333;
    width: 200px;
    text-align: center;
    border-radius: 0;
}

.search-item-container .item-row .item {
    border: none;
}

#NewsMainTable tr {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 20px;
}

#NewsMainTable tr td {
    display: block;
    min-width: 100px;
}

.section-container {}

.carousel .topic-img {
    min-width: 100%;
    max-width: 100%;
    height: auto;
}

.slider .carousel,
.carousel .carousel-inner,
.carousel .carousel-inner .item {
    min-height: initial !important;
    max-height: initial !important;
}

.carousel-control.left {
    left: 34px;
    background: none !important;
}

.carousel-control.right {
    right: 34px;
    background: none !important;
}

/* smartphone */
@media (max-width: 767px) {
    .carousel .topic-img {
        position: absolute;
        top: 0px;
        left: 0px;
        min-width: 100%;
        max-width: 100%;
        height: 100px;
    }

    .slider .carousel,
    .carousel .carousel-inner,
    .carousel .carousel-inner .item {
        min-height: 100px !important;
        max-height: 100px !important;
    }
}

#footer .icons {
    margin-top: 20%;
    text-align: right;
}

#footer h2{
    padding-top: 0;
    color: #fff;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .top_category {
        overflow: scroll;
        padding: 10px 20px;
    }

    .top_category .list {
        overflow: hidden;
        width: 660px;
    }

    .top_category .box {
        width: 11.5%;
    }

    .top_category .box a {
        font-size: 12px;
    }

    .top_category h2 {
        font-size: 18px;
    }

    .top_method h2 {
        font-size: 18px;
    }

    .top_method {
        padding: 20px 20px;
    }

    .top_method h2 {
        margin-top:
    }

    .top_method .box {
        margin-bottom: 20px;
        width: 100%;
    }

    .top_merit {
        padding: 20px 20px 0;
    }

    .top_merit h2 {
        font-size: 18px;
        margin-top: 0;
    }

    .top_merit .box {
        width: calc(100% / 3 - 2%);
        margin-bottom: 20px;
        text-align: center;
    }

    .top_merit .box img {
        width: 70px;
    }

    .top_merit h3 {
        font-size: 15px;
        line-height: 1.4em;
        margin-top: 10px;
    }

    .top_merit p {
        font-size: 13px;
        line-height: 1.4em;
        color: #000;
        text-align: left;
    }

    #NewsMainTable tr td.news_date{
        width: 80px;
    }

    #footer .icons{
        text-align: center;
        margin-top: 5%;
    }

    .footer_list{
        margin-top: 5%;
    }

    .footer_list a{
        margin-right: 15px;
    }

    #top-header .logo{
        left:50%;
        margin-left:-55px;
    }
    #top-header .logo img{
        /* width:110px; */
    }

    .menu_right{
        top: 10px;
        left: 0;
        right: auto;
    }

    .flow_other .box{
        width: 100%;
        margin-top: 5%;
    }

    .maps{
        display: block !important;
    }
    .map_left,.map_right{
        width: 100% !important;
    }

    .ec-blockTopBtn{
        width: 50px;
        height: 50px;
    }

    .ec-blockTopBtn img{
        width: 100%;
    }

    .ec-off4Grid .ec-off4Grid__cell{
        margin: 0 auto;
        text-align: center;
    }
}