@charset "UTF-8";
/* CSS Document */

@media screen and (max-width:700px) {

#voice{
    margin-top: 40px;
    margin-bottom: 40px;
}
.voice_each{
    border: 0.1em solid #36519D;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 32px;
    padding-right: 28px;
    padding-left: 28px;
    padding-bottom: 28px;
    border-radius: 12px;
    margin-bottom: 3.84%;
    flex-wrap: wrap;
}
.voice_each:last-of-type{
	margin-bottom: 0.76%;
}
.voive_L{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-right: 0px;
    margin-top: 0px;
}
.voice_L_img{
    width: 88px;
    margin-bottom: 16px;
}
.voice_L_img img{
	width: 100%;
}
.voice_L_job{
    text-align: center;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 500;
    margin-bottom: 10px;
    color: #645F82;
}
.voice_L_use{
    font-size: 16px;
    line-height: 1em;
    font-weight: 600;
    padding-top: 8px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 8px;
    /* [disabled]border: 1.6px solid #36519D; */
    color: #FFFFFF;
    border-radius: 4px;
    background-color: #E05581;
    width: 100%;
    text-align: center;
}

.voice_R{
    width: 100%;
    margin-top: 24px;
}
.voice_R_tit{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 600;
    letter-spacing: 0.016em;
    margin-bottom: 24px;
    color: #36519D;
    border-bottom: 0.07em solid #36519D;
    padding-bottom: 12px;
}

.voice_room-tit_img{
	
}
.voice_room-tit_wrap{
	display: flex;
	align-items: center;
}
.voice_room-tit{
	font-size: 16px;
	font-weight: 500;
	line-height: 1em;
}
.voice_room{
	
}
.voice_room p{
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
}
.voice_room p a{
	color: #E05581;
	text-decoration: underline;
}
.voice_room_img{
    margin-top: 32px;
    width: 100%;
}
.voice_feedback{
	margin-top: 24px;
}
.voice_feedback p{
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 500;
}
.voice_answer{
    margin-top: 24px;
    padding-top: 20px;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
    border-radius: 6px;
    background-color: #F2F4FC;
}
.voice_answer_tit{
    /*	position: relative;*/
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.010em;
    margin-bottom: 16px;
    padding-top: 8px;
    color: #36519D;
    text-align: center;
}
/*
.voice_answer_tit span{
	display: inline-block;
    position: relative;
    z-index: 1;
    padding-bottom: 8px;
    border-bottom: 2px solid #36519D;
    margin-bottom: -1px;
}
*/
/*
.voice_answer_tit::after{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #36519D;
}
*/
.voice_answer p{
	font-size: 15px;
    line-height: 1.6em;
    font-weight: 500;
}
}
