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

/*お客様の声一覧*/

.voice_mv {
	background-image: url(./../image/voice/sub_mv_bg.jpg);
}


#voice {
	margin: 80px auto;
}

#voice .voice_list ul {
    margin-bottom: 30px;
}

#voice .voice_list ul li {
    width:48%;
    margin-right: 4%;
}

#voice .voice_list ul li:nth-child(2n) {
    margin-right: 0%;
}



/*お客様の声詳細*/

.voice_detail_mv {
	background-image: url(./../image/voice/sub_mv_bg.jpg);
}


#voice_detail {
	margin: 80px auto;
}

#voice_detail .article_area {
	display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #ffffff;
    padding: 50px 50px;
	margin-bottom: 50px;
}

#voice_detail .article_area .text_box {
    width:calc(95% - 380px);
	margin-right: 5%;
}

#voice_detail .article_area .text_box .title {
    font-size: 20px;
    text-align: justify;
    color: #153d8e;
    font-weight: 500;
}

#voice_detail .article_area .text_box p {
    margin-top:30px;
    text-align: justify;
}

#voice_detail .article_area .text_box .date {
    color: #153d8e;
    font-weight: 500;
    margin-top:20px;
}


#voice_detail .article_area .img_box {
    max-width:380px;
	width: 100%;
}

#voice_detail .article_area .img_box img {
	display: block;
    width:100%;
	height: auto;
}




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


/*お客様の声一覧*/

#voice {
	margin: 50px auto;
}

#voice .voice_list ul {
    margin-bottom: 10px;
}

#voice .voice_list ul li {
    width:100%;
    margin-right: 0%;
}




/*お客様の声詳細*/

#voice_detail {
	margin: 50px auto;
}

#voice_detail .article_area {
    padding: 30px 30px;
    margin-bottom: 30px;
}

#voice_detail .article_area .text_box {
    width: 100%;
    margin-right: 0%;
}

#voice_detail .article_area .text_box p {
    margin-top: 20px;
}

#voice_detail .article_area .text_box .title {
    font-size: 17px;
}

#voice_detail .article_area .text_box .date {
    margin-top: 10px;
	font-size:12px;
}

#voice_detail .article_area .img_box {
    max-width: 100%;
    margin-top: 20px;
}



}


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


/*お客様の声一覧*/

.voice_mv {
	background-image: url(./../image/voice/sub_mv_bg_sp.jpg);
}

#voice .voice_list ul li .text_box {
    width: calc(95% - 140px);
    margin-right: 5%;
}

#voice .voice_list ul li .text_box p {
    font-size: 13px;
}

#voice .voice_list ul li .text_box .date {
    font-size: 12px;		
}

#voice .voice_list ul li .img_box {
    max-width: 140px;
	height: 90px;
}




/*お客様の声詳細*/

.voice_detail_mv {
	background-image: url(./../image/voice/sub_mv_bg_sp.jpg);
}

#voice_detail .article_area {
    padding: 20px 20px;
}

#voice_detail .article_area .text_box .title {
    font-size: 15px;
}

#voice_detail .article_area .text_box p {
    font-size: 13px;
}




}




