@charset "UTF-8";
#title{
	    padding: 0px 0;
}
#title .customer_img{
	    padding: 2% 2% 2% 0;
}
#title .tit_box .txt span {
    font-size:32px;
	font-weight: bold;
	border-bottom:1px solid #000;
	display: block;
	margin-bottom: 3%;
    padding-bottom: 1%;
}

#customer_index ul.company_list{
	overflow: hidden;
}
#customer_index ul.company_list li{
	width:30%;
	float:left;
	border:1px solid #AAAAAA;
	border-radius: 5px;
	margin-bottom:3%;
}
#customer_index ul.company_list li a{
	color: #000;
	text-decoration: none;
}
#customer_index ul.company_list li img{
    border-radius: 5px 5px 0px 0px;
	width:100%;
}
#customer_index ul.company_list li p.name{
	font-size:18px;
	font-weight:bold;
	padding:0 4% 0;
}
#customer_index ul.company_list li p.txt{
	font-size:15px;
	padding:0 4% 0;

}
#customer_index ul.company_list li + li{
	margin-left:3%;
}
#customer_index ul.company_list li:nth-of-type(3n+1){
	margin-left:0;
}

/*-----------------------------------------------------------------------*/

#customer_detail {
	padding: 100px 0;
}
#customer_detail h3{
	font-size:36px;
	font-weight:bold;
	color:#000;
	width: 290px;
	text-align: center;
	margin: 0 auto 50px;
}
#customer_detail h3 span{
	display: block;
	background:#B20000;
	font-size:18px;
	color:#fff;
	font-weight:normal;
	margin: 5px auto;
    padding: 5px 0;
	text-align: center;
}
#customer_detail h4{
	font-size:36px;
	font-weight:bold;
	color:#000;
	margin: 0 auto 50px;
    line-height: 1.2;
	overflow: hidden;
}
#customer_detail h4 span{
	max-width:1000px;
	margin:0 auto;
	display: block;
}
#customer_detail h4 img{
	float:left;
	margin-right:10px;
}
#customer_detail p{
	font-size:18px;
}
#customer_detail .mic{
	font-size:24px;
	font-weight:bold;
	color:#000;
	margin: 30px auto 50px;
	line-height: 1.7;
    padding-left: 50px;
    background: url(../../customer/img/ico_mic.jpg)no-repeat left top;
}

#customer_detail .name{
	font-size:22px;
	font-weight:bold;
	color:#fff;
	margin: 0 0 20px;
    padding-left: 10px;
    background: url(../../customer/img/name.jpg)no-repeat right top #8C0000;
    background-size: auto 100%;
    max-width: 200px;
}

#customer_detail .img_right,#customer_detail .img_left{
	overflow: hidden;
}

#customer_detail .img_right p{
	width:64%;
	float:left;
}

#customer_detail .img_right p + p{
	width:34%;
	float:right;
}

#customer_detail .img_left p{
	width:34%;
	float:left;
}

#customer_detail .img_left p + p{
	width:64%;
	float:right;
}

#customer_detail #q1,
#customer_detail #q2,
#customer_detail #q3,
#customer_detail #q4,
#customer_detail #q5,
#customer_detail #q6,
#customer_detail #q7,
#customer_detail #q8{
	margin-bottom:50px;
}
#customer_detail #comment01,
#customer_detail #comment02{
	background: #F0F0E1;
	padding:2% 0 2%;
}
#customer_detail #comment01 .inner,
#customer_detail #comment02 .inner{
	padding: 0 2%;
	overflow: hidden;
}
#customer_detail #comment01 h4,
#customer_detail #comment02 h4{
	font-size:24px;
	font-weight:bold;
	color:#fff;
	margin: 0 0 20px;
    padding-left: 10px;
    background: url(../../customer/img/name02.jpg)no-repeat right top #8C0000;
    background-size: auto 100%;
    max-width: 260px;
    line-height: initial;
}
#customer_detail #comment01 p{
	float:left;
	width:74%;
	float:none;
	width:100%;
}
#customer_detail #comment01 p + p{
	float:right;
	width:24%;
}
#customer_detail #comment02 p{
	float:left;
	width:24%;
    	float:none;
	width:100%;

}
#customer_detail #comment02 p + p{
	float:right;
	width:74%;
}

#customer_detail #section01 p{
	font-size:26px;
	font-weight:bold;
	line-height: 2.0;
	text-align: center;
}

#customer_detail #section02{
	background:#EEEEEE;
    padding: 3% 0;
	margin:0 auto 50px;
}

#customer_detail #section02 ul li{
	font-size:24px;
	margin:0 auto 2%;
	font-weight:bold;

}
#customer_detail #section02 ul li a{
	text-decoration: underline;
	color: #000;
}

#customer_detail #q1 h4 + img{
	margin-bottom:50px;
}

#customer_detail #section03{
	border-top:2px solid #333333;
	margin-top:50px;
}

#customer_detail #section03 p{
	font-size:26px;
	text-align: center;
	font-weight: bold;
}

#customer_detail #section04{
	border:4px solid #AAAAAA;
	padding:2%;
    margin: 50px auto;
}
#customer_detail #section04 .inner{
	overflow: hidden;
}

#customer_detail #section04 .inner div{
	float:left;
	width:37%;
}

#customer_detail #section04 .inner div + div{
	float:left;
	width:61%;
	margin-left: 2%;

}
#customer_detail #section04 .inner .name {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin: 0;
    padding-left: 0;
    background: none;
    max-width: inherit;
	border-bottom: 1px solid #000;
}

#customer_detail #section04 .inner .url {
    font-size: 14px;
    margin: 0;
}
#customer_detail #section04 .inner .url a{
    text-decoration: none;
	color: #000;
}
#customer_detail #section04 .inner .txt {
    font-size: 16px;
    line-height: 1.5;
	margin: 1% auto 0;
}

#customer_detail #section04 .inner .txt span {
    display:block;
}
#customer_detail #section04 .inner .txt span.company_title {
    font-size: 16px;
    line-height: 1.5;
	margin: 1% auto 0;
	font-weight:bold;
}

#customer_detail #section04 .inner .txt span.company_txt {
    font-size: 16px;
    line-height: 1.5;
	margin: 1% auto 2%;
}


@media (max-width: 1000px) and (min-width: 769px) {
#customer_detail h4 span{
	max-width:1000px;
	margin:0 auto;
	display: block;
	text-align: center;

}
#customer_detail h4 img{
	float:none;
	text-align: center;
	display: block;
	margin:0 auto 20px;
}
	
	
	
}








@media (max-width: 768px) {

#customer_index .inner{
	padding:0 10px;
}
#customer_index ul.company_list{
	overflow: hidden;
}
#customer_index ul.company_list li{
	width:100%;
	float:none;
}
#customer_index ul.company_list li:nth-of-type(2n){
    margin: 0 auto 20px;
}
	
#customer_index ul.company_list li + li {
    margin-left: 0;
}	
/*-----------------------------------------------------------------------*/
#title .tit_box .txt span {
    font-size: 26px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    display: block;
    margin-bottom: 3%;
    padding-bottom: 1%;
}	
	
	
#customer_detail h3{
	font-size:26px;
	width: 210px;
	margin-top:40px;
}
#customer_detail h3 span{
	font-size:16px;
}
#customer_detail .inner{
		padding:0 10px;
}
#customer_detail h4 {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin: 0 auto 50px;
    line-height: 1.2;
    overflow: hidden;
	padding:0 2%;
}	
#customer_detail h4 img{
	float:none;
	text-align: center;
	display: block;
	margin:0 auto 20px;
}
#customer_detail h4 span{
	max-width:1000px;
	margin:0 auto;
	display: block;
    text-align: left;

}
#customer_detail .name {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 20px;
    padding-left: 10px;
    background: url(../../customer/img/name.jpg)no-repeat right top #8C0000;
    background-size: auto 100%;
    max-width: 190px;
}
#customer_detail #section01 p {
    font-size: 18px;
    font-weight: bold;
    line-height: 2.0;
    text-align: center;
}
	
#customer_detail p {
    font-size: 14px;
}	
#customer_detail #section02 ul li {
    font-size: 16px;
    margin: 0 auto 2%;
    font-weight: bold;
}
	#customer_detail .mic {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin: 30px auto 50px;
    line-height: 1.7;
    padding-left: 50px;
    background: url(../../customer/img/ico_mic.jpg)no-repeat left top;
}

#customer_detail .img_right p {
    width: 100%;
    float: none;
}	
	
#customer_detail .img_right p + p {
    width: 100%;
    float: none;
	text-align:center;
}	
	
#customer_detail .img_left p {
    width: 100%;
    float: none;
	text-align:center;
	
}	
	
#customer_detail .img_left p + p {
    width: 100%;
    float: none;
}	
	
#customer_detail #comment01 h4, #customer_detail #comment02 h4 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 20px;
    padding-left: 10px;
    background: url(../../customer/img/name02.jpg)no-repeat right top #8C0000;
    background-size: auto 100%;
    max-width: 260px;
    line-height: initial;
}	
#customer_detail #comment01 p {
    width: 100%;
    float: none;
}
#customer_detail #comment01 p + p {
    width: 100%;
    float: none;
	text-align: center;
}	
#customer_detail #section03 p {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
#customer_detail #comment02 p {
    width: 100%;
    float: none;
	text-align: left;
}
#customer_detail #comment02 p + p {
    width: 100%;
    float: none;
}

#customer_detail #section04 .inner div {
    width: 100%;
    float: none;
	text-align: center;
}	
#customer_detail #section04 .inner div + div {
    width: 100%;
    float: none;
    margin-left: 0;
}
	
}

