.c-voice-box{
    position: relative;
    padding: 0;
    border: 2px solid #062159;
    background-color:#666;
    margin-bottom:20px;
}
.c-voice-box__link{
    display: block;
    text-decoration: none !important;
}
.c-voice-box__ttl{
    padding: 10px;
    background: #fff;
    text-align: justify;
    color: #000;
}
.c-voice-box__ttl strong{
    font-weight: bold;
    color: rgba(116,0,0,1) !important;
}
@media screen and (max-width: 768px){
    .c-voice-box__ttl {
        font-size:16px;
    }
}
.c-voice-box__row {
    display: flex;
    table-layout: fixed;
    width: 100%;
    border-top: 2px solid #062159;
    position: relative;
}
/*.c-voice-box__row::before {*/
/*    content: "";*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    display: block;*/
/*    border-top: 2px solid #fff !important;*/
/*    border-right: 2px solid #fff !important;*/
/*    transform: rotate(45deg) translate(-50%, 0);*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    right: 5px;*/
/*}*/
.c-voice-box__img {
    width: 100px;
    overflow: hidden;
    aspect-ratio: 4 / 5.3;
}
@media screen and (min-width: 768px){
    .c-voice-box__img {
        width: 100px;
    }
}
.c-voice-box__img img {
    height: 100%;
    object-fit: cover;
    width:100%;
    transform-origin: top;
}
.c-voice-box__text {
    position: relative;
    color: #fff;
    box-sizing: border-box;
    padding: 10px 8px;
    vertical-align: middle;
    width: calc(100% - 90px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 6px;
}
@media screen and (min-width: 768px){
    .c-voice-box__text{
        width: calc(100% - 110px);
    }
}
.c-voice-box__text span {
    display: block;
    font-weight:bold;
}
.c-voice-box__course {
    font-size: 12px;
    margin-top: 0;
}
.c-voice-box__org {
    font-size: 13px;
    /*margin-top: 20px;*/
}
@media screen and (min-width: 768px){
    .c-voice-box__org{
        font-size: 15px;
    }
    .c-voice-box__org.small{
        font-size: 13px;
    }
}

.c-voice-box__name {
    font-size: 13px !important
}
.c-voice-box__name b{
    font-size: 16px;
    display: inline-block;
    margin-right: 2px;
    font-weight:bold;
}
.c-voice-box__course-name{
    background:#e87a12;
    padding:2px 6px;
    color:#fff;
    display:inline-block !important;
    border-radius:3px;
    margin-top:3px;
    white-space: nowrap
}
@media screen and (min-width: 768px){
    .c-voice-box__course-name{
        font-size:15px;
    }
}
@media screen and (max-width: 768px){
    .c-voice-box__course{
        font-size:15px !important;
    }
    .c-voice-box__name b{
        font-size:17px !important;
    }
    .c-voice-box__course-name{
        font-size:17px !important;
    }
}
@media screen and (max-width: 500px){
	.c-voice-box__course{
        font-size:13px !important;
    }
    .c-voice-box__course-name{
        font-size:10.5px !important;
    }
    .c-voice-box__course-name.long{
        font-size:3.3vw !important;
    }
    .c-voice-box__org.long{
        font-size:12px !important;
        white-space:nowrap;
    }
}

.course-voices .item.is-even-order .c-voice-box{
background-color: #06225c;
}
.course-voices .item.is-odd-order .c-voice-box{
    background-color: #580c07;
}

@media screen and (max-width: 767px){
    .item-sp-wrap{
        display: block;
    }
    .item-pc-wrap{
        display: none;
    }
}
@media screen and (min-width: 768px){
    .item-sp-wrap{
        display: none;
    }
    .item-pc-wrap{
        display: block;
    }
}