@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*お客様の声 - 一覧ページ*/
/*
.works-carousel {
    overflow: hidden;
    position: relative;
}

.works-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}

.works-card {
    flex: 0 0 calc(25% - 15px);
    border: 1px solid #ddd;
    padding: 16px;
    background: #fff;
    scroll-snap-align: start;
}

.works-thumb img {
    width: 100%;
    height: auto;
}

.works-industry {
    font-size: 14px;
    color: #666;
    margin-top: 8px;
}

.works-company {
    font-weight: bold;
    margin-top: 6px;
}

.works-support {
    font-size: 14px;
    margin-top: 6px;
}

.works-link {
    margin-top: 10px;
    color: #0073aa;
}
*/


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
