@charset "utf-8";
/* CSS Document */

/*========================================
   Case 
  ========================================*/
#case_new{
	height:350px;
}
div.case-box{
	width:315px;
	height:200px;
	border:1px solid #BBB;
	border-radius:2px;
	float:left;
	margin:0 20px 40px 20px;
}
div.case-box a{
	text-decoration:none;
}
div.case-box article{
	margin:0;
}
div.case-box header{
	height:62px;
	background:#e4f7ff;
	border-bottom:1px solid #DDD;
	margin:1px;
	padding:7px;	
}
div.case-box header ul li{
	background:#027fb5;
	color:#FFF;
	display:block;
	float:left;
	font-size:10px;
	padding:1px 5px 0 5px;
	margin-right:7px;
	margin-bottom:7px;
}
div.case-box header h3{
	margin:0;
	color:#222 !important;
	clear:both;
	font-size:15px !important;
    line-height: 1.2;
	letter-spacing:0.9px;
}
div.case-box p{
	color:#222 !important;
	margin:10px 10px 0 10px !important;
	font-size:13px;
}
div.case-box p.detail{
	padding-left:20px;
	padding-bottom:5px;
	margin:0 10px;
    background: url(../img/arrow_right.png) no-repeat left 0px top 2px;
	font-size:12px;
	float:right;
	text-decoration:underline;
	line-height:1.5;
}
table.tbl-case{
	border: solid 1px #CCC;
	border-collapse: collapse;
	margin-bottom:50px;
}

table.tbl-case th {
	padding:8px;
	border: solid 1px #AAA;
	background:#A9E4F8;
	color:#222;
	width:100px;
}

table.tbl-case td {
	padding:7px;
	border: solid 1px #AAA;
}

/* お客様インタビュー */
div.voice-box{
	width:315px;
	/*height:200px;*/
	border:1px solid #BBB;
	border-radius:2px;
	float:left;
	margin:10px 20px 40px 20px;
	position: relative;
}

div.voice-box h4 {
	margin:0;
	color:#fff;
	font-size:20px;
	letter-spacing:0.9px;
	font-weight: bold;
	background: #027fb5;
	padding: 5%;
	box-sizing: border-box;
}

div.voice-box figure {
	width: 90%;
	margin: 10px auto;
}

div.voice-box figure img {
	width: 100%;
}

div.voice-box a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.voice-box p{
	color:#222 !important;
	margin:10px 10px 0 10px !important;
	font-size:13px;
}
div.voice-box p.detail{
	padding-left:20px;
	padding-bottom:5px;
	margin:0 10px;
    background: url(../img/arrow_right.png) no-repeat left 0px top 2px;
	font-size:12px;
	float:right;
	text-decoration:underline;
	line-height:1.5;
}



.p-voice-lead {
	font-size: 16px;
	font-weight: bold;
}

#voice-img-main img {
	width: 100%;
}

.voice {
	margin-top: 30px;
}

.h2-voice {
	clear:both;
	font-size:16px !important;
    border-color: #dddddd;
    border-style: solid;
    border-width: 1px 0;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px 0 13px 0 !important;
    position: relative;
	z-index:10;
}

.h2-voice::before{
    background-color: #00a0e9;
    content: "";
    width: 40px;
    height: 1px;
    position: absolute;
    left: 0;
    top: -1px;
}

.dl-voice {
	
}

.dl-voice dt {
	display: list-item;
	list-style: disc outside;
	font-weight:bold;
	margin:5px 0 0 20px;
}

.dl-voice dd {
	margin: 3px 0 0 20px;

}

.voice-img {
	width: 80%;
	margin: 2% auto;
}

.voice-img-right {
	float: right;
	width: 30%;
	margin: 0 0 2% 3%;
}

.voice-img-right img, .voice-img img {
	width: 100%;
}

.voice figcaption {
	font-size: 13px;
}

#voice-thanks {
	background: #00a0e9;
	padding: 3% 0;
	box-sizing: border-box;
	margin: 30px auto 0;
	text-align: center;
	color: #fff;
}

#voice-company {
	border: #00a0e9 4px double;
	padding: 3%;
	box-sizing: border-box;
}

#voice-company-h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1%;
}

.pamph_download {
	text-align: center;
	margin: 2% auto 0 auto;
	padding: 20px;
	border: #ff6600  1px solid;
}

.btn-orange{
	padding: 15px 50px;
	background: #F60;
	border: 1px solid #F60;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 17px;
	transition: 0.2s;
}

.btn-orange:hover{
	background:rgba(255,255,255,0.6);
	color:#000;
}

/* SP */
@media only screen and (max-width: 767px) {
div.case-box{
	width:100%;
	float: none;
	margin:0 0 20px 0;
}

.sp-jisseki-none {
	height:25px  !important;
	background: none !important;
	background-size: 100%;
}

}