@charset "utf-8";
/* CSS Document */

/*-------------------
製品ページ　受発注共通パーツ用CSS
-------------------*/

/*-----------------
 *ヘッダー
-----------------*/
a.cv_btn_header {
	background-color: #e50000;
}

/*-----------------
 *ボタン
-----------------*/
/*　共通　*/
.btn a:hover{
	opacity: 0.85;
	cursor : pointer;
}
.btn a::after { 
	content: '>';
	position: absolute;
	right: 0.625em;
	-webkit-transform: scale(0.8, 1.1);
		-moz-transform: scale(0.8, 1.1);
		-ms-transform: scale(0.8, 1.1);
		transform: scale(0.8, 1.1);
	display: inline-block;
	font-weight: normal;
}

/* 資料請求ボタン */
.cnv_btn {
	width: 90%;
	max-width: 32em;
	text-align: center;
}
.cnv_btn a {
	padding: 1em 1em 0.85em;
	background-color: #e50000;
	border-radius: 6px;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 0.85em;
	display: block;
	position: relative;
}

/* 資料一覧ページボタン */
.list_btn {
	margin: 0 auto 1.5em;
	display: inline-block;
    width: 205px;
	position: relative;
}
.list_btn a {
	font-size: 1.15em;
	font-weight: bold;
	color: #454545;
	border-bottom: solid 3px #454545;
	padding: 0 0.7em 0 0.7em;
}

/*　他のプロモページへの導線　*/
.cnd_btn {
	width: 90%;
	max-width: 20em;
	margin: 0 auto;
	text-align: center;
}
.cnd_btn a {
	padding: 1em 1em 0.85em;
	background-color: #00a5e7;
	border-radius: 6px;
	color: #fff;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 0.85em;
	display: block;
	position: relative;
}

/*受発注ライト*/
.link_light202007{
	text-align: center;
}
.link_light202007 a{
	display: inline-block;
	font-size: 16px;
	color: #2684E2;
}
.link_light202007 a:hover{
	opacity: 0.8;
}

/*-----------------
 *資料請求 for mobile 20200924
-----------------*/
.mobile-btn{
		display: block;
		position: fixed;
		padding: 0;
		bottom: 0;
		width: 100%;
		z-index: 2;
		background-color: #333;
}
.mobile-btn .cnv_btn {
    margin: 1.5em auto;
}
.mobile-btn .list_btn{
	display: none;
}
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	.mobile-btn{
		display: none;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	.mobile-btn{
		display: none;
	}	
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	.mobile-btn{
		display: none;
	}		
}





