@charset "utf-8";
/* ============================================================ */
/* お客様の声トップ用スタイル */
/* ============================================================ */
#customer_index .inner p {
	/*text-align: center;*/
}

#customer_index .inner .menu_04column li a p {
	/*text-align: left !important;*/
}


/* #customer_list
------------------------------------------------------------ */
#customer_index .inner #customer_list {
	margin-top: 30px;
}

#customer_index .inner #customer_list .menu_03column li {
	margin: 0 0 10px 0;
	background: #ffecf2;
	border-radius: 5px;
	width: 100%;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

#customer_index .inner #customer_list .menu_03column li a {
	padding: 15px !important;
	display: block;
	color: #626262;
	overflow: hidden;
	width: 100%;
	box-sizing:border-box;
}

#customer_index .inner #customer_list .menu_03column li a:after {
	display: block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	font-family: 'icon';
    content: "\e601";
	color: #7b4317;
	font-size: 1.5rem;
	line-height: 0.2;
	text-align: right;
	padding: 10px 0 0 0;
}

#customer_index .inner #customer_list .menu_03column li a img {
	width: 30%;
	float: left;
	border-radius: 0;
	margin: 0;
}

#customer_index .inner #customer_list .menu_03column li div {
	margin: 0 0 0 35%;
}

#customer_index .inner #customer_list .menu_03column li div h4 {
	text-align: left;
	margin: 0 0 8px 0;
	font-size: 1.4rem;
}

#customer_index .inner #customer_list .menu_03column li div ul {
	margin: 0;
	width: 100%;
}

#customer_index .inner #customer_list .menu_03column li ul li {
	padding: 0 15px 0 0;
	margin: 0 0 0 20px;
	list-style-type: disc;
	color: #626262 !important;
	border-radius: 0;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	box-sizing:border-box;
	float: none !important;
	overflow: visible;
}



/* #customer_greeting
------------------------------------------------------------ */

/* .isihihara_comment */
.customer .inner #customer_greeting {
	/*overflow: hidden;*/
	margin: 0 0 20px 0;
	padding: 15px;
	border: 3px solid #ffe6ed;
}

.customer .inner #customer_greeting .txt_name {
	text-align: right;
	font-weight: bold;
	font-size: 1.4rem;
	margin: 10px 0 0 0;
}

/*#customer_index .inner #customer_greeting .isihihara_comment {
	overflow: hidden;
	margin: 0 0 20px 0;
}

#customer_index .inner #customer_greeting .isihihara_comment .img_ishihara {
	float: left;
	width: 30%;
}

#customer_index .inner #customer_greeting .isihihara_comment .img_ishihara p {
	font-weight: bold;
	margin: 10px 0 0 0;
	line-height: 1.4;
}

#customer_index .inner #customer_greeting .isihihara_comment .img_ishihara img {
	width: 100%;
}

#customer_index .inner #customer_greeting .isihihara_comment .txt_ishihara {
	margin: 0 0 0 34%;
}

#customer_index .inner #customer_greeting .isihihara_comment .txt_ishihara p {
	text-align: left !important;
}

#customer_index .inner #customer_greeting .isihihara_comment .btn_right {
	margin: 20px 0 0 0;
}

#customer_index .inner #customer_greeting .isihihara_comment .btn_right a {
	box-sizing:border-box;
	width: 100%;
}
*/

/* ============================================================ */
/* お客様の声詳細用スタイル */
/* ============================================================ */
#customer_detail .customer_category {
	overflow: hidden;
	margin: 10px 0 40px 0;
}

#customer_detail .customer_category ul {
}

#customer_detail .customer_category ul li {
	display: table;
	width: 31%;
	margin: 0 3.5% 0 0;
	float: left;
}

#customer_detail .customer_category ul li:last-of-type {
	margin: 0;
}

#customer_detail .customer_category ul li a {
	display: table-cell;
	height: 3.9em;
	background: #ffecf2;
	text-align: center;
    vertical-align: middle;
	line-height: 1.4;
	padding: 0 5px;
	border-radius: 5px;
}

#customer_detail .img_detail {
	margin: 0 auto 20px auto;
	text-align: center;
}

#customer_detail .img_detail img {
	width: 100%;
}

#customer_detail .block {
	margin: 0 0 20px 0;
}

#customer_detail .block p {
	margin: 0 0 15px 0;
}

#customer_detail .block .txt_name {
	margin: 15px 0 0 0;
	text-align: right;
}

#customer_detail .btn_center {
	margin: 0;
	padding: 20px 0 0 0;
	border-top: 1px dotted #e2e0e1;
}

#customer_detail .btn_center a {
	box-sizing:border-box;
	width: 100%;
}



/* ============================================================ */
/* お客様の声 共通用スタイル */
/* ============================================================ */
#customer_index .inner #customer_greeting ul ,
#customer_category .category_list {
	overflow: hidden;
}

#customer_category .category_list {
	margin: 10px 0 0 0;
}

#customer_index .inner #customer_greeting ul .category_list_detail ,
#customer_category .category_list .category_list_detail {
	width: 49%;
	margin: 0 2% 10px 0;
	padding: 0 0 10px 0;
	float: left;
	background: #ffecf2;
	border-radius: 5px;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}

#customer_index .inner #customer_greeting ul .category_list_detail:nth-child(2n+0) ,
#customer_category .category_list .category_list_detail:nth-child(2n+0) {
	margin-right: 0;
}

#customer_index .inner #customer_greeting .img_photo ,
#customer_category .category_list .category_list_detail .img_photo {
	margin: 0 0 5px 0;
	width: 100%;
	/*height: 200px;*/
	text-align: center;
	overflow: hidden;
	padding: 0;
}

#customer_index .inner #customer_greeting .img_photo img ,
#customer_category .category_list .category_list_detail .img_photo img {
	max-width: 100%;
	margin: 0;
	border-radius: 5px 5px 0 0;
	margin: 0;
	padding: 0;
}

#customer_index .inner #customer_greeting ul .category_list_detail h4 ,
#customer_category .category_list .category_list_detail h4 {
	color: #7b4317;
	font-size: 1.1rem;
	font-weight: bold;
	border-bottom: 1px solid #f7c5d3;
	padding: 0 0 5px 0;
	margin: 0 10px;
	text-align: left;
}

#customer_index .inner #customer_greeting ul .category_list_detail h4:before ,
#customer_category .category_list .category_list_detail h4:before {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	font-family: 'icon';
    content: "\e601";
	color: #7b4317;
	font-size: 1.0rem;
	line-height: 0.2;
	text-align: left;
	padding: 0 8px 0 0;
}

/*#customer_index .inner #customer_greeting ul li div ,
#customer_category .category_list li div {
	overflow: hidden;
	border-top: 1px solid #fff;
	margin: 0 10px;
	padding: 10px 0 0 0;
}

#customer_index .inner #customer_greeting ul li div p ,
#customer_category .category_list li div p {
	margin: 0 5px 5px 0;
	float: left;
	display: inline;
}

#customer_index .inner #customer_greeting ul li div p span ,
#customer_category .category_list li div p span {
	display: inline-block;
	padding: 2px 5px;
	color: #fff;
	background: #f65e8a;
	border-radius: 5px;
	font-size: 1.0rem;
}*/

#customer_category .category_list .category_list_detail .ico_category {
	overflow: hidden;
	border-top: 1px solid #fff;
	margin: 0 10px;
	padding: 10px 0 0 0;
}

#customer_category .category_list .category_list_detail .ico_category li {
	float: left;
	margin: 0 5px 5px 0;
}

#customer_category .category_list .category_list_detail .ico_category li a {
	padding: 2px 5px;
	color: #fff;
	background: #f65e8a;
	border-radius: 5px;
	font-size: 1.0rem;
	display: inline-block;
}

#customer_index .inner #customer_greeting ul li p ,
#customer_category .category_list li p {
	text-align: left;
}





