@charset "utf-8";

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

.voice-list {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.voice-list > section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.voice-item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.voice-header {
    padding: 30px 45px 30px 20px;
    cursor: pointer;
    position: relative;
    transition: 0.3s;
}

.voice-header:hover {
    opacity: 0.6;
}

.voice-status {
    font-size: 14px;
    color: #10589A;
}

.voice-title {
    font-size: 18px;
}

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

.voice-title-icon {
    max-width: 15px;
    width: 100%;
    height: 15px;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.voice-title-icon:before, .voice-title-icon:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #10589A;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
}

.voice-title-icon:after {
    transform: translateY(-50%) rotate(90deg);
}

.voice-title-icon.is-active:after {
    transform: translateY(-50%) rotate(0deg);
}

.voice-body {
    display: none;
    border-top: solid 1px #aaa;
    padding: 30px 20px;
}

.voice-content {
    line-height: 1.75em;
}

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

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

.voice-status {
    font-size: 16px;
}

.voice-title {
    font-size: 20px;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*-----------------------------------------------------------
一覧
-----------------------------------------------------------*/
    
.voice-list > section {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.voice-header {
    padding: 45px 85px 45px 50px;
}

.voice-status {
    font-size: 18px;
    color: #10589A;
}

.voice-title {
    font-size: 24px;
}

.voice-status + .voice-title {
    margin: 20px 0 0;
}

.voice-title-icon {
    max-width: 20px;
    height: 20px;
    right: 45px;
}

.voice-body {
    padding: 45px 50px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */