@charset "utf-8";
/* CSS Document */

/*-------------------
製品ページ　契約書共通パーツ用CSS
-------------------*/
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
}

 /* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
 @media screen and (min-width:75em) {
 } 

/*-----------------
 *ヘッダー
-----------------*/
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	/* 201811 改修 */
	/* /web/jp/css/pr/drawer.css */
}

/*-----------------
 *フッター
-----------------*/
footer.footerFixed{
	position: fixed;
	width: 100%;
}

/*-----------------
 *CVボタン 資料請求する
-----------------*/
.mail{
	text-align: center;
	font-size: 1.25em;
	line-height: 1.5em;
	margin-top: 40px;
}
.cnv-btn {
	width: 90%;
	max-width: 32em;
	margin: auto;
	text-align: center;
}
.cnv-btn a {
	padding: 1em 1em 0.85em;
	background-color: #ff7800;
	border-radius: 6px;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 0.85em;
	display: block;
	position: relative;
}
/*.cnv-btn a::after { 
	content: '>';
	position: absolute;
	top: 0.625em;
	right: 0.625em;
	-webkit-transform: scale(0.5, 1.0);
       -moz-transform: scale(0.5, 1.0);
    	-ms-transform: scale(0.5, 1.0);
    		transform: scale(0.5, 1.0);
	display: inline-block;
	font-size: 1.5em;
	font-weight: normal;
}*/
.arrow_icon {
	vertical-align: middle;
    display: inline-block;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","MS PGothic","ＭＳ Ｐゴシック",sans-serif;
    font-size: 64%;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    margin: auto 0;
    line-height: 14px;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	/*.cnv-btn a::after {
		top: 0.65em;
	}*/
	.cnv-btn a:hover{
		background-color: #ff9536;
	}
}

/*/----------
事例エリア 20190401追加
------------/*/

#sec-case {
    background-color: #F7F7F7;
}

#sec-case .contents {
    width: 90%;
    max-width: 64em;
    margin: auto;
	padding-top: 40px;
}

#sec-case .contents span{
margin-left:  0;
}
		
.security_lead {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 40px;
    text-align: center;
}

.bgfff{
    background-color: #fff !important;
}

.case-interview_card .itv-name {
	padding-bottom: .5em;
	font-size: 1.0em;
}

#sec-case .case-interview_card .itv-type {
    font-size: 0.85em;
    color: #777;
    padding: 0 0 1em 1.2em;
}


/* タブレット縦サイズ 768px(16×48em)~ smサイズ */

@media screen and (min-width:48em) {
	#sec-case .contents span{
	margin-left:  20px;
    }
    /* .case-interview.one 事例ひとつだけのレイアウト */
   /* .case-interview.one {
        position: relative;
        height: 260px;
    }
    .case-interview.one .case-interview_card {
        height: 220px;
        width: 700px;
        top: 0;
        left: 0;
        right: 0;
        position: absolute;
        margin: auto;
    }
    .case-interview.one .case-interview_card dt {
        height: auto;
        width: auto;
        float: none;
    }
    .case-interview.one .case-interview_card dt img {
        height: 220px;
        float: left;
        width: auto;
    }
    .case-interview.one .case-interview_card dd {
            position: relative;
        float: left;
        width: 280px;
        padding: 10px 30px;
    }
    .case-interview.one .case-interview_card dd.itv-name {
        margin-top: 1.5em;
    } */
	
	
	#sec-case .case-interview {
		margin: 0 auto;
		/*max-width: 542px;*/
		width: 100%;
	}
	#sec-case .case-interview_card {
    	width: 16.4em;
	}	
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#sec-case .case-interview_card {
		width: 17em;
	}
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	#sec-case .case-interview_card {
		width: 18em;
	}
}
	
