@charset "utf-8";

/*-----------------------------------------------------------
一覧
-----------------------------------------------------------*/

.category-list + .voice-block {
    margin: 50px auto 0;
}

.voice-flex-area {
    background: var(--bg-secondary);
    box-shadow: 10px 10px 90px rgb(0 0 0 / 10%);
    padding: 30px 3%;
    margin: auto;
}

.voice-flex-area:not(:first-child) {
    margin: 40px auto 0;
}

.voice-img-block {
    text-align: center;
}

.voice-text-block {
    margin: 30px 0 0;
}

img + .no-img {
    display: none;
}

.voice-text-box:not(:first-child) {
    margin: 20px 0 0;
}

.voice-tag {
    display: inline-block;
    background: #4A3D2E;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.45em;
    color: #fff;
    padding: 5px 15px;
}

.voice-title {
    margin: 10px 0 0;
}

.text01.voice-content {
    font-size: 14px;
    margin: 10px 0 0;
}

/*-----------------------------------------------------------
カテゴリ
-----------------------------------------------------------*/

.category-list > section {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:768px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
一覧
-----------------------------------------------------------*/

.voice-flex-area {
    display: flex;
    justify-content: space-between;
}

.voice-img-block {
    width: 45%;
}

.voice-text-block {
    width: 50%;
    margin: 0;
}

/*-----------------------------------------------------------
カテゴリ
-----------------------------------------------------------*/

.category-list > section {
    grid-template-columns: repeat(2, 1fr);
}
	  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*-----------------------------------------------------------
一覧
-----------------------------------------------------------*/

.category-list + .voice-block {
    margin: 100px auto 0;
}

.voice-flex-area:not(:first-child) {
    margin: 80px auto 0;
}

.voice-flex-area {
    padding: 60px 4%;
}

.voice-text-box:not(:first-child) {
    margin: 40px 0 0;
}

.voice-tag {
    font-size: 14px;
}

.voice-title {
    margin: 15px 0 0;
}

.text01.voice-content {
    font-size: 16px;
    margin: 15px 0 0;
}
    
/*-----------------------------------------------------------
カテゴリ
-----------------------------------------------------------*/

.category-list > section {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */