/*--------2208追加　チャートユニット--------*/

/*chartフォーム*/

.chart_from {
    margin-bottom: 100px;
}

.chart_from .search-box_label {
    font-weight: bold;
}

.chart_list .is-hide {
    display: none !important;
}

.c-f-unit {
    width: 100%;
    max-width: 1200px;
}

.c-f-unit .search-box {
    display: flex;
    width: 100%;
    border: 1px #cccccc solid;
    border-bottom: none;
    box-sizing: border-box;
}

.c-f-unit .search-box:last-child {
    border-bottom: 1px #cccccc solid;
}

.c-f-unit .search-box .search-box_label {
    width: 10%;
    background-color: #292929;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}


.s-child,
.s-child02 {
    display: flex;
    align-items: center;
    padding: 20px 20px 10px;
    width: 90%;
    flex-wrap: wrap;
}

.search-box input {
    margin-right: 10px;
}

.f-cate {
    display: flex;
    align-items: center;
    margin:0 30px 10px 0;
}

.f-cate img {
    height: 40px;
    margin-right: 10px;
}

.f-cate span {
    font-weight: bold;
    line-height: 1.4em;
}

.chart_unit {
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding-top: 40px;
}

/*スクロールダウン全体の場所*/
.scrolldown2 {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    top: 0px;
    left: 50%;
}

/*Scrollテキストの描写*/
.scrolldown2 span {
    /*描画位置*/
    position: absolute;
    left: -20px;
    bottom: 10px;
    /*テキストの形状*/
    color: #292929;
    font-size: 1rem;
    letter-spacing: 0.05em;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: -4px;
    left: 0;
    /*丸の形状*/
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #292929;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
    animation:
        circlemove 2.6s ease-in-out infinite,
        cirlemovehide 2.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
    0% {
        left: 90px;
    }

    100% {
        left: -90px;
    }
}

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1;
    }

    80% {
        opacity: 0.9;
    }

    100% {
        opacity: 0;
    }
}

/* 線の描写 */
.scrolldown2:after {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    left: -90px;
    /*線の形状*/
    width: 180px;
    height: 2px;
    background: #292929;
}


.chart_list {
    width: 100%;
    max-width: 1200px;
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 30px;
}

.chart_list .item a.i-link{
    display: flex;
}

.chart_list::-webkit-scrollbar {
    height: 5px;
}

.chart_list::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 2.5px;
    padding-top: 40px;

}

.chart_list .item {
    border-top: 1px #cccccc solid;
    border-left: 1px #cccccc solid;
    display: flex;
}


.chart_list .item .c-list-chi {
    width: 200px;
	display: flex;
    flex-direction: column;
}

.c-list-chi li {
    border-bottom: 1px #cccccc solid;
    padding: 10px;
    letter-spacing: 0.02em;
}


.c-list-chi .c-model {
    font-size: 12px;
    color: #ffffff;
    /* height: 254px; */
    position: relative;
    padding: 0;
}

.c-list-chi .top {
    background-color: #35b5e7;
    padding: 3px;
    text-align: center;
}

.c-list-chi .regular {
    background-color: #ff5400;
    padding: 3px;
    text-align: center;
}

.c-list-chi .entry {
    background-color: #71bb38;
    padding: 3px;
    text-align: center;
}

.c-list-chi .tothless {
    background-color: #003864;
    margin: 5px 0 0 5px;
    padding: 1px 4px 3px;
    display: inline-block;
    position: absolute;
}

.chart_list .item img {
    width: 200px;
    display: block;
    margin: 15px auto 0;
    bottom: 0;
    left: 5%;
}

.chart_list .i-name,
.chart_list .i-price,
.chart_list .i-txt,
.chart_list .i-number{
    text-align: center;
}

.chart_list .i-txt {
    height: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.chart_list .i-comment p{
    overflow: hidden;
}

.chart_list .i-name,
.chart_list .i-price {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2em;
    letter-spacing: 0.02em;
}

.chart_list .i-name span,
.chart_list .i-price span {
    font-size: 0.8em;
    letter-spacing: 0.02em;
}

.chart_list .i-name {
    height: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.chart_list .c-spec {
    background-color: #292929;
    text-align: center;
    color: #ffffff;
    padding: 8px;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1;
}

.chart_list .i-spec {
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.chart_list .i-spec span {
    border-bottom: 1px solid #cccccc;
    background-color: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 5px;
    font-size: 14px;
    letter-spacing: 0.02em;
/*    line-height: 1;*/
}

.chart_list .i-spec p {
    padding: 10px;
    overflow: hidden;
	font-size:13px;
    font-weight: bold;
}

.chart_list .i-spec p.ta-c {
    text-align: center;
    padding: 10px;
}

.chart_list .last-item {
    width: 1px;
    background-color: #cccccc;
}

.readmore-btn{
    text-align: right;
    padding: 0 10px 10px 0;
    display: block;
    font-size: 12px;
    text-decoration: underline;
}

.i-comment .readmore-btn{
    padding: 0 10px 0 0;
}

.i-spec-normal {
    font-weight: normal!important;
    border-bottom: none!important;
    background-color: transparent!important;
    text-align: left!important;
    padding: 0!important;
    font-size: 13px!important;
}

@media screen and (max-width:820px) {
    .c-f-unit {
        width: 96%;
        margin: 0 auto;
    }

    .c-f-unit .search-box .search-box_label {
        width: 20%;
    }

    .s-child,
    .s-child02 {
        width: 80%;
        display: flex;
        flex-wrap: wrap;
        padding: 12px 20px;
    }

    .f-cate {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .chart_list {
        width: 96%;
        margin: 0 auto;
    }

}

@media screen and (max-width:768px) {
    .f-cate img {
        height: 30px;
    }
}

@media screen and (max-width:480px) {
    .chart_from {
        margin-bottom: 70px;
    }

    .chart_unit {
        padding-top: 20px;
    }

    .c-f-unit .search-box .search-box_label {
        font-size: 12px;
    }

    .s-child {
        display: block;
        padding: 0 15px 15px;
    }

    .s-child02 {
        padding: 0 15px 15px;
    }

    .s-child .f-cate {
        margin: 15px 0 0 0;
    }

    .s-child02 .f-cate {
        margin: 15px 20px 0 0;
    }

    .f-cate img {
        height: 24px;
    }

    .f-cate span {
        font-size: 12px;
        line-height: 1.2em;
        letter-spacing: 0.02em;
    }

    .chart_list .item .c-list-chi{
        font-size: 13px;
    }

}

/*--------//2208追加　チャートユニット--------*/