.single-item {
     list-style: none;
     padding: 0px;
}

/* ------------------------*/
/* ▼はじめに　　　　　　　*/
/* ------------------------*/

.about_container {
    display:flex;
}

.about_img {
    width: 100%;
}

/* ------------------------*/
/* ▼在庫一覧　　　　　　　*/
/* ------------------------*/

.stock_box {
    width: 98%;
    float: left;
    margin: 1%;
}

.stock_box img {
    width: 100%;
}

.stock_caption {
    text-align: center;
}

/* ------------------------*/
/* ▼在庫ページ　　　　　　*/
/* ------------------------*/

.stock_slider {
    width: 100%;
    height: 60%;
    float: left;
}

.slider-for{
    width: 100%;
    height: 70%;
}

.slider-for img{
    width: 100%;
}

.slider-nav {
    width: 100%;
}

.slider-nav img{
    width: 80%;
}

.stock_text {
    width: 100%;
    float: left;
}

.price {
    font-size: 300%;
}


/* ------------------------*/
/* ▼はじめてのキッチンカー*/
/* ------------------------*/

.first_text {
    width: 80%;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    padding: 2%;
}

.first_text img {
    width: 100%;
}

#blockg {
    width: 100%;
    background-color: #fff67f;
    clear: both;
}

.first_top1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.first_top1 img {
    width: 100%;
    background-color: #fff67f;
}

#blockh {
    width: 100%;
    background-color: #f39945;
    clear: both;
}

.first_top2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.first_top2 img {
    width: 100%;
    background-color: #f39945;
}

#blocki {
    width: 100%;
    background-color: #0094a6;
    clear: both;
}

.first_top3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.first_top3 img {
    width: 100%;
    background-color: #0094a6;
}

.sekininsya_container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
}

.sekininsya_title {
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #f08647;
    padding: 2% 0%;
    border: solid 4px #f08647;/*表全体を線で囲う*/
}

.sekininsya_text {
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    padding: 2%;
    border: dashed 4px #f08647;/*表全体を線で囲う*/
}

/* ------------------------*/
/* ▼会社概要　　　　　　　*/
/* ------------------------*/

.company {
   width: 100%;
   height: 10%;
   text-aligh: center;
   border-collapse: separate;
   border-spacing: 0px;
   border-top: 1px solid #ccc;
   border-left: 1px solid #ccc;
}

.company td {
    height: 10%;
    padding:2%;
    background-color: #fafafa;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

/* ----------*/
/* ▼出店依頼*/
/* ----------*/

.request img {
   width: 100%;
}

/* ----------------*/
/* ▼安心のサポート*/
/* ----------------*/

.support_container img{
    width: 100%;
}