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

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

/*========================
voice_ARCIVE
========================*/
/*
voice_item
*******************/
#voice_arcive {
	background-color: #d9edfd;
	padding: 20px 20px 0px;
	box-sizing: border-box;
}
#voice_arcive:after{
  content:"";
  display: block;
  width:49%;
}
#voice_arcive .bdr {
	border: 2px solid #fff;
	background-color: #0e59a5;
	padding: 2px;
		width: 49%;
	margin-bottom: 20px;
	max-width: 390px;
	box-sizing: border-box;
}
#voice_arcive .bdrw {margin-bottom: 20px; border-bottom: 2px solid #fff;}
#voice_arcive .voice_arcive_item {
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #fff;
	background-color: #0e59a5;
}
#voice_arcive .voice_arcive_img img {
	height: 200px;
	object-fit: cover;
	box-sizing: border-box;
}
#voice_arcive .voice_txt {
	background: #0e59a5;
	font-size: 14px;
	padding: 10px;
}
#voice_arcive .voice_txt h3 {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
#voice_arcive .voice_txt p { color: #fff; font-weight: bold;}

#voice_arcive .voice_txt .link {
	color: #fff;
	background-color: #ff9617;
	width: 150px;
	text-align: center;
	padding: 2% 0;
	box-sizing: border-box;
}


/*========================
voice_SINGLE
========================*/
#voice_single .voice_page_img {
	margin: 0 0 15px; 
	box-sizing: border-box;
	border: 3px solid #0e59a5;
}
#voice_single .gallery_box {
	background: url(img/side/con02_bg.jpg)top left repeat;
	border: 3px solid #0e59a5;
	padding: 15px;
	box-sizing: border-box;
}
#voice_single .gallery_title {
	border-bottom: 2px solid #0e59a5;
}
#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;
}
#voice_single .gallery_title h2 {
	border: none;
	margin: none;
	padding: none;
}
