@charset "utf-8";
/*
Theme Name: ichihara_child
Template: ichihara
Author: innovesta
Author URI: http://www.innovesta.net
*/

/*========================*/

/*========================
voice_ARCIVE
========================*/
/*
voice_item
*******************/
#voice_arcive {
	background: url(img/index/box02_bg.jpg) left top repeat;
	padding: 20px 20px 0px;
	box-sizing: border-box;
}
#voice_arcive:after{
  content:"";
  display: block;
  width:49%;
}
#voice_arcive .voice_arcive_item {
	width: 49%;
	max-width: 440px;
	box-sizing: border-box;
	padding: 10px;
	background: #fff;
}
#voice_arcive .voice_arcive_img img {
	height: 315px;
	object-fit: cover;
	box-sizing: border-box;
}
#voice_arcive .voice_txt {
	font-size: 14px;
	padding: 10px;
	color: #4ea235;
	font-weight: bold;
}
#voice_arcive .voice_txt h3 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
#voice_arcive .voice_txt p { color: #4ea02f; font-weight: bold;}

#voice_arcive .voice_txt .link {
	color: #fff;
	background: url(img/voice/voice_arcive_link.jpg) left top repeat;
	width: 350px;
	text-align: center;
	padding: 4.8% 0;
	box-sizing: border-box;
}


/*========================
voice_SINGLE
========================*/
#voice_single .voice_page_img {
	background: url(img/index/box02_bg.jpg) left top repeat;
	margin: 0 0 22px; 
	padding: 22px;
	box-sizing: border-box;
}
#voice_single .gallery_box {
	background: url(img/index/box02_bg.jpg) left top repeat;
	border: 2px solid #93b831;
	padding: 15px;
	box-sizing: border-box;
}
#voice_single .gallery_title {
	border-bottom: 2px solid #91c31e;
}
#voice_single .gallery_list {
	background: #fff;
	border: 1px solid #ccc;
	padding: 20px 20px 0;
	box-sizing: border-box;
}
#voice_single .gallery_list .flex:after {
	content: "";
	display: block;
	width: 33%;
	max-width: 200px;
}
#voice_single .gallery_list_img {
	width: 200px;
	height: 123px;
	margin-bottom: 20px;
	box-sizing: border-box;
	overflow: hidden;
}
#voice_single .gallery_list_img img {
	height: 123px;
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover;'
}
#voice_single .voice_txt {
	background: #fff;
	font-size: 14px;
	border: 1px solid #ccc;
	padding: 20px;
	box-sizing: border-box;
	line-height: 2;
	word-break: break-word;
}
#voice_single h2 {
	border-left: 4px solid #339f28;
    margin: 0 0 15px;
    padding: 0 0 0 20px;
    line-height: 1.5;
	font-size: 22px;
}
#voice_single .gallery_title h2 {
	border: none;
	margin: none;
	padding: none;
}
