@charset "utf-8";
.voice-single__body h4 {
    font-size: 20px;
    margin: 20px 0;
    border-left: none;
    padding-left: 0;
}
.voice-single__body p {
    margin-bottom: 20px;
}
.voice-header__item {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #dfe1e1;
}

.voice-header__item .head {
    display: flex;
    margin-bottom: 25px;
    line-height: 1;
}

.voice-header__item .head .date {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
}
.voice-header__item .head .date {
    letter-spacing: 0.12em;
	background-color: #005bab;
padding: 0.35em 0.8em 0.35em;
	border-radius: 5px;
}
.voice-header__item .head .date:after {
    content: "";
    position: absolute;
    top: 7px;
    width: 1.3rem;
    height: 1px;
	margin-left: 22px;
	background-color: #e6e6e6
	
}
.voice-header__item .head .category {
    font-size: 12px;
    font-weight: 600;
    color: #727c7c;
}
.voice-header__item .head .category {
    letter-spacing: 0.12em;
}


.voice-header__item .name {
    font-size: 22px;
    font-weight: 600;
    color: #222222;
	clear: both;
	
}


.voice-header__item .name {
    line-height: 1.81818;
    letter-spacing: 0.05em;
}

@media only screen and (min-width:900px) {
    .voice-single__body p {
        margin-bottom: 44px;
    }
}
@media only screen and (max-width:900px) {
    .voice-archive .inner_1200 {
        padding: 0;
    }
}

@media only screen and (max-width:768px)
{
.voice-header__item .head .date {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
}	
.voice-header__item .head .category {
    font-size: 12px;
    font-weight: 600;
    color: #727c7c;
}	
.voice-header__item .head .category {
    letter-spacing: 0.12em;
}
.voice-header__item .name {
    font-size: 20px;
    font-weight: 600;
    color: #222222;
}
.voice-header__item .head .date:after {
    top: 11px;
	
}
	
}
@media (min-width:900px){
.voice-single{
padding:0 49px 49px;}
}
.voice-single img{
display:block;
width:100%;
height:auto;
margin:0 auto}

.voice-single figcaption {
    text-align: left;
    margin-top: 5px;
}
.voice-single .attention {
    font-size: 12px;
    text-align: center;
}
.voice-single .c-company-profile {
    padding: 20px;
    border: 1px solid #1a1a1a;
}
@media (min-width:900px){
.voice-single img{
width:600px;}
.voice-single figcaption {
text-align: center;
}
}

/* 一覧ページ */
.voice-archive .nbs__info {
    display: block;
}
.voice-archive .nbs__info .post__time{
    padding: 0;
}