﻿@charset "utf-8";
/* ov_info ***************************/

#ov_custom .ov_info{
	width:100%;margin:0rem auto;
}

#ov_custom .ov_info h3{
	font-size:2.5rem;
	color:#791772;
	padding-left:0rem;
}

#ov_custom .ov_info h4{
	font-size:2rem;
	color:#791772;
	padding-left:2rem;
	margin:1rem 0;
}

#ov_custom .ov_info hr{
	border-top: 1px solid #dcccdc;
	border-bottom: 1px solid #fff;
	width:60%;
}

/* お客様の声 */
#ov_custom .ov_info .customer_voice{}

#ov_custom .ov_info .customer_voice .b-box01{
	margin-bottom:2rem;
}

#ov_custom .ov_info .customer_voice .b-box01 h3{
display: block;
    font-size: 2.3rem;
    letter-spacing: unset !important;
    color: var(--basecolor);
    margin: 1rem auto 0;
    margin-top: 32px;
    padding: 0px 0 12px !important;
    border-bottom: 2px solid var(--basecolor);


}

#ov_custom .ov_info .customer_voice .b-box01 p{
    padding: 0.5rem 0rem;
    margin: 0 auto 1rem;
    font-size: 1.4rem;
    line-height: 1.8;
    background-size: 100% 1.5em;
    background-color: #ffffff;
    background-image: url();

}

#ov_custom .ov_info .customer_voice .b-box01 p.data{
	padding:0.5rem 2rem 2rem 1rem;
	margin:0;
	font-size:1.5rem;color:#BDA9C7;
	text-align:right;
	background-image:none;
}

/* 支持理由 */

ul.reason p{width:96%;margin:1rem auto;}
ul.reason b{color:#791772;}

	.reason h3 img{
	width:100%;	
	}
/* スタッフMSG */

ul.staff{}
ul.staff li{
    margin-top: 0;
    display: block;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #ccc;	
}
ul.staff li:after{content:"";clear: both;display: block;}

ul.staff li h3{
	font-weight: normal;color:#322e2d !important;
	font-size: 2rem;
	line-height: 3rem;
	font-family: "HG明朝E", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin-bottom:0.25rem;
}

ul.staff li p{width:100%;margin:1rem auto;}

ul.staff li p.staff_data{color:#791772;text-align:right;padding-right:0;}
ul.staff li p.staff_data .staff_dept{font-size:95%;margin-right:0;}
ul.staff li p.staff_data .staff_name{font-size:110%;}

ul.staff li p.staff_msg{

	padding:24px 0;
	line-height:1.8;
}


ul.staff li p.staff_msg img{width:40%;float:left;margin: 0 3rem 1rem 0;}




/*表示領域が1000px以下の場合**/
@media screen and (max-width: 1000px) {
/*↓↓*/
ul.staff li p.staff_msg img {
    width: 40%;
    float: left;
    margin: 0 1rem 1rem 0;
	}
	ul.staff li {
		margin-top: 32px;
	}
ul.staff li p.staff_msg{font-size:100%;}


}/*↑↑*/
/******************************************/


/*表示領域が670px以下の場合**/
@media screen and (max-width: 670px) {
/*↓↓*/

#ov_custom .ov_info h3{
	font-size:1.3em;line-height:1.1em;
}




}/*↑↑*/
/******************************************/

