@charset "utf-8";


/*==================================================*/
/*                                                  */
/*                 お客さまの声 CSS                 */
/*       　 （※詳細ページ用は当CSS下部に）         */
/*==================================================*/


/* art01 */
.art01 {
	background-color: #F3F4F3;
	padding: 30px 3% 40px;
	font-size: 0;
	text-align: center;
}
.art01 > .in{
	max-width: 1080px;
	margin: auto;
}
@media print, screen and (max-width:640px) {
	.art01 {
		padding: 6% 3% 8%;
	}
}


.commontitle01{
	background-image: url(../img/cover_img.jpg);
	background-position:center 50%;
	background-size:cover;
}
.commontitle01 p{
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing:4.0px;
	padding-top: 0px;
}


/* content */
.art01 .voice {
	font-size:14px;
/*	background-color: #fff;*/
	padding: 0px;
}
.art01 .voice:after{
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0.1em;
}


/* content ul */
.art01 .content {
	width:1140px;
	padding:0px;
	text-align:left;
	list-style-type:none;
	overflow:hidden;
}
.art01 .content li {
	float:left;
	width:320px;
	margin:0 60px 60px 0;
	padding:0px;
}
.art01 .content li a{
	display:block;
	width:320px;
	height:245px;
	margin:0;
	padding:0;
}
.art01 .content li a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
	transition:0.3s ease;
}
.art01 .content li figure {
	width:320px;
	height:148px;
	background:#ffffff;
	border:1px solid #424242;
	margin:0 0 10px 0;
	padding:0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow:hidden;
	position:relative;
}
.art01 .content li figure img {
	position: absolute;
	max-width: 110%;
	max-height: 110%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate(-50%, -50%);
	transform: translate3d(-50%, -50%, 0);
}
.art01 .content .date {
	display: block;
	font-size:13px;
	font-size:1.3rem;
	color:#424242;
	margin:0 0 8px 0;
}
.art01 .content .title01 {
	font-size:16px;
	font-size:1.6rem;
	font-weight:normal;
	color:#212121;
	line-height:25px;
	line-height:2.5rem;
	margin:0 0 8px 0;
}
.art01 .content .caption02 {
	font-size:13px;
	font-size:1.3rem;
	color:#424242;
	line-height:20.8px;
	line-height:2.08rem;
	margin:0 0 10px 0;
	width:100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* content01 */
.art01 .content01 {
	background-color: #fff;
	margin:0 0 80px 0;
	padding: 0 0 40px 0;
}
.art01 .content01 .img {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 290px;
	margin-bottom: 40px;
}
.art01 .content01 figure {
	width:1080px;
	height:290px;
	margin:0 0 40px 0;
	padding:0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow:hidden;
	position:relative;
}
.art01 .content01 figure img {
	position: absolute;
	width: 100%;
	height: auto;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate(-50%, -50%);
	transform: translate3d(-50%, -50%, 0);
}
.art01 .content01 .title01 {
	margin-bottom: 20px;
	padding: 0 3%;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: normal;
	color: #000;
}
.art01 .content01 .caption01 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 32px;
	line-height: 3.2rem;
	color: #434343;
}
@media print, screen and (max-width:640px) {
	.art01 .content01 {
		padding-bottom: 8%;
		background-color: #fff;
		margin:0 0 30px 0;
}
	.art01 .content01 figure {
		width:100%;
		height:160px;
		margin:0 0 20px 0;
		padding:0px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		overflow:hidden;
		position:relative;
}
	.art01 .content01 figure img {
		position: absolute;
		width: 120%;
		min-height: 100%;
		left: 50%;
		top: 50%;
		-webkit-transform: translate3d(-50%, -50%, 0);
		-moz-transform: translate3d(-50%, -50%, 0);
		-ms-transform: translate(-50%, -50%);
		transform: translate3d(-50%, -50%, 0);
}
	.art01 .content01 .title01 {
		margin-bottom: 4%;
		font-size: 1.8rem;
	}
	.art01 .content01 .title01 img {
		height: auto;
	}
	.art01 .content01 .caption01 {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.8em;
		text-align: left;
		width:90%;
		margin:0 auto; 
}
	.art01 .content {
		width:100%;
		padding:0px;
		text-align:left;
		list-style-type:none;
		overflow:hidden;
}
	.art01 .content li {
		float:none;
		width:100%;
		margin:0 0 30px 0;
		padding:0;
}
	.art01 .content li a {
		display:block;
		width:100%;
		margin:0;
		padding:0;
}
	.art01 .content li figure {
		width:100%;
		height:148px;
		background:#ffffff;
		border:1px solid #424242;
		margin:0 0 10px 0;
		padding:0px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		overflow:hidden;
		position:relative;
}
	.art01 .content li figure img {
		position: absolute;
		max-width: 110%;
		max-height: 110%;
		left: 50%;
		top: 50%;
		-webkit-transform: translate3d(-50%, -50%, 0);
		-moz-transform: translate3d(-50%, -50%, 0);
		-ms-transform: translate(-50%, -50%);
		transform: translate3d(-50%, -50%, 0);
}
	.art01 .content .date {
		display: block;
		font-size:13px;
		font-size:1.3rem;
		color:#424242;
		margin:0 0 4px 0;
}
	.art01 .content .title01 {
		font-size:16px;
		font-size:1.6rem;
		font-weight:bold;
		color:#212121;
		line-height:25px;
		line-height:2.5rem;
		margin:0 0 4px 0;
}
	.art01 .content .caption02 {
		font-size:14px;
		font-size:1.4rem;
		color:#424242;
		line-height:20.8px;
		line-height:2.08rem;
		margin:0 0 10px 0;
		width:100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}







/*==================================================*/
/*                                                  */
/*              お客さまの声詳細ページ CSS          */
/*       　                                         */
/*==================================================*/


.art01 .voice_dtl {
	font-size:14px;
	background-color: #fff;
	padding: 60px 100px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.art01 .voice_dtl:after{
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0.1em;
}
.art01 .voice_dtl h2 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 30px;
	line-height: 3.0rem;
	color: #434343;
	text-align: left;
	margin: 0;
	padding: 0px 0 0px 0px;
	height: auto;
}
.art01 .voice_dtl p.top-comment {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 30px;
	line-height: 3.0rem;
	color: #002f56;
	text-align: left;
	margin: 0 0 50px 0;
	padding: 0px 60px 20px 0px;
	border-bottom:1px solid #486a00;
}
.art01 .voice_dtl .mainimg {
	float: right;
	width:450px;
	height: 215px;
	margin: 0 0 50px 50px;
	padding: 5px;
	border: 2px solid #486a00;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	overflow: hidden;
}
.art01 .voice_dtl .mainimg img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.art01 .voice_dtl h3 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 30px;
	line-height: 3.0rem;
	color: #434343;
	text-align: left;
	margin: 0 0 15px 0;
	padding: 0;
	background: url(http://server01.otm.co.jp/testsites/highclass/voice/img/h3_voice_dtl.png) left top no-repeat;
	background-size: 300px auto;
	text-indent: -9999px;
}
.art01 .voice_dtl ul.qa li.qa-q {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 28px;
	line-height: 2.8rem;
	color: #434343;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 38px 0 0px 0px;
	background: url(http://server01.otm.co.jp/testsites/highclass/voice/img/q_voice.png) left top no-repeat;
	background-size: 200px auto;
}
.art01 .voice_dtl ul.qa li.qa-a {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 28px;
	line-height: 2.8rem;
	color: #434343;
	text-align: left;
	margin: 0 0 50px 0;
	padding: 38px 0 0px 0px;
	background: url(http://server01.otm.co.jp/testsites/highclass/voice/img/a_voice.png) left top no-repeat;
	background-size: 200px auto;
}
.art01 .voice_dtl .post ul li#pst-cnt p a.ico_01 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	line-height: 2.4rem;
	color: #002f56;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	background: url(http://server01.otm.co.jp/testsites/highclass/common/img/ico_01.png) left 2px no-repeat;
}
.art01 .voice_dtl .post ul li#pst-cnt p a.ico_01:hover {
	color: #b28850;
}
.art01 .voice_dtl .post {
	clear:both;
	width: 100%;
	margin: 0 auto 40px auto;
	padding: 70px 80px;
	background: #f5f5f5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.art01 .voice_dtl .post:after{
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0.1em;
}
.art01 .voice_dtl .post .card_img {
	float: right;
	margin: 0 0 40px 90px;
	padding: 0;
}
.art01 .voice_dtl .post h3 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 40px;
	line-height: 4.0rem;
	color: #434343;
	text-align: left;
	margin: 0 0 15px 0;
	padding: 0;
	background: url(http://server01.otm.co.jp/testsites/highclass/voice/img/card_voice.png) left top no-repeat;
	background-size: 380px auto;
	text-indent: -9999px;
}
.art01 .voice_dtl .post p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 28px;
	line-height: 2.8rem;
	color: #434343;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0 0 0px 0px;
}


.art01 .caption02 {
	color: #434343;
}
.art01 .caption02 .row01 {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 30px;
}
.art01 .caption02 .row04 {
	margin-bottom: 20px;
}
.art01 .caption02 .row04 > a {
	padding: 11px 15px;
	display: inline-block;
	background: #002f56;
	border: 2px solid #002f56;
}
.art01 .caption02 .row04 > a:hover {
	color: #002f56;
	background: #ffffff;
	border: 2px solid #002f56;
}
.art01 .caption02 .row04 > a + a {
	margin-left: 10px;
}
.art01 .caption02 .row04 > a span {
	font-size: 16px;
	font-size: 1.6rem;
}

@media print, screen and (max-width:640px) {
	.art01 .voice_dtl {
		width: 100%;
		margin: 0 auto 40px auto;
		padding: 30px 0 60px 0;
		background-color: #fff;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.art01 .voice_dtl:after{
		display: block;
		clear: both;
		height: 0;
		line-height: 0;
		visibility: hidden;
		content: ".";
		font-size: 0.1em;
	}
	.art01 .voice_dtl h2 {
		font-size: 13px;
		font-size: 1.3rem;
		font-weight: normal;
		line-height: 24px;
		line-height: 2.4rem;
		color: #434343;
		text-align: left;
		margin: 0 auto;
		padding: 0px 0 0px 0px;
		width: 86%;
		height: auto;
	}
	.art01 .voice_dtl p.top-comment {
		width: 86%;
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 30px;
		line-height: 3.0rem;
		color: #002f56;
		text-align: left;
		margin: 0 auto 30px auto;
		padding: 0px 0px 20px 0px;
		border-bottom:1px solid #486a00;
	}
	.art01 .voice_dtl .mainimg {
		float: none;
		width: 86%;
		height: auto;
		margin: 0 auto 50px auto;
		padding: 5px;
		border: 2px solid #486a00;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border-radius:4px;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
		overflow: hidden;
	}
	.art01 .voice_dtl .mainimg img {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0;
	}
	.art01 .voice_dtl h3 {
		width: 86%;
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 30px;
		line-height: 3.0rem;
		color: #434343;
		text-align: left;
		margin: 0 auto 20px auto;
		padding: 0;
		background: url(http://server01.otm.co.jp/testsites/highclass/voice/img/h3_voice_dtl.png) left top no-repeat;
		background-size: 100% auto;
		text-indent: -9999px;
	}
	.art01 .voice_dtl ul.qa li.qa-q {
		width: 86%;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		line-height: 2.4rem;
		color: #434343;
		text-align: left;
		margin: 0 auto 20px auto;
		padding: 38px 0 0px 0px;
		background: url(http://server01.otm.co.jp/testsites/highclass/voice/img/q_voice.png) left top no-repeat;
		background-size: 180px auto;
	}
	.art01 .voice_dtl ul.qa li.qa-a {
		width: 86%;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		line-height: 2.4rem;
		color: #434343;
		text-align: left;
		margin: 0 auto 50px auto;
		padding: 38px 0 0px 0px;
		background: url(http://server01.otm.co.jp/testsites/highclass/voice/img/a_voice.png) left top no-repeat;
		background-size: 180px auto;
	}
	.art01 .voice_dtl .post {
		clear:both;
		width: 100%;
		margin: 0 auto 40px auto;
		padding: 30px 0 60px 0;
		background: #f5f5f5;
		border-right:2px solid #ffffff;
		border-left:2px solid #ffffff;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.art01 .voice_dtl .post:after{
		display: block;
		clear: both;
		height: 0;
		line-height: 0;
		visibility: hidden;
		content: ".";
		font-size: 0.1em;
	}
	.art01 .voice_dtl .post .card_img {
		float: none;
		width: 86%;
		margin: 0 auto 40px auto;
		padding: 5px;
		border: 2px solid #486a00;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border-radius:4px;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
		overflow: hidden;
	}
	.art01 .voice_dtl .post .card_img img {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0;
	}
	.art01 .voice_dtl .post h3 {
		width:86%;
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 40px;
		line-height: 4.0rem;
		color: #434343;
		text-align: left;
		margin: 0 auto 15px auto;
		padding: 0;
		background: url(http://server01.otm.co.jp/testsites/highclass/voice/img/card_voice_sp.png) left top no-repeat;
		background-size: 250px auto;
		text-indent: -9999px;
	}
	.art01 .voice_dtl .post p {
		width:86%;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
		line-height: 2.8rem;
		color: #434343;
		text-align: left;
		margin: 0 auto 10px auto;
		padding: 0 0 0px 0px;
	}
	.art01 .backtolist {
		margin: 0;
		padding: 0;
	}
	.art01 .caption02 {
		color: #434343;
	}
	.art01 .caption02 .row01 {
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 30px;
	}
	.art01 .caption02 .row04 {
		margin-bottom: 20px;
	}
	.art01 .caption02 .row04 > a {
		padding: 11px 15px;
		display: inline-block;
		background: #002f56;
		border: 2px solid #002f56;
	}
	.art01 .caption02 .row04 > a:hover {
		color: #002f56;
		background: #ffffff;
		border: 2px solid #002f56;
	}
	.art01 .caption02 .row04 > a + a {
		margin-left: 10px;
	}
	.art01 .caption02 .row04 > a span {
		font-size: 15px;
		font-size: 1.5rem;
	}
}

