@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;
	text-align: center;
}
.mobile-btn .cnv_btn {
    margin: 1.5em auto;
}
.mobile-btn .list_btn{
	display: none;
}
.mobile-btn .cnv_btn a:hover,
.mobile-btn .cnv_btn a:action{
	color: #fff !important;
}
/* 20240416 SP向けページ下CVボタン対応 */
.cv_area {
	display: flex;
	justify-content: center;
	width: 100%;
}
.cv_area .buyer,
.cv_area .seller {
	flex: 1;
	padding: 8px;
	color: #fff;
	position: relative;
}
.cv_area .buyer::after,
.cv_area .seller::after {
    position: absolute;
	font-size: 12px;
	font-weight: 700;
    top: -12px;
	left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 2px 6px;
    border-radius: 100px;
    color: #333;
}
.cv_area .buyer::after {
	content: "外食・ホテル";
    border: 2px solid #b11048;
}
.cv_area .seller::after {
	content: "メーカー・卸";
    border: 2px solid #99700c;
}
.cv_area .buyer {
	background-color: #b11048;
}
.cv_area .seller {
	background-color: #99700c;
}
.cv_area .notice {
	display: block;
	font-size: 12px;
	margin-bottom: 4px;
	margin-top: 12px;
}
.cv_area .notice > span {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 3px;
}
.cv_area .label {
	display: block;
	font-size: 12px;
}
#btn_Pagetop {
	bottom: 80px;
    right: 8px;
}


/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	.mobile-btn, .cv_area{
		display: none;
	}
	
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	.mobile-btn, .cv_area{
		display: none;
	}	


/*-----------------
 *EDIマークセクション 20210326
-----------------*/
.edimark{
    padding-bottom: 0;
}
.edimark.lite{
    padding-top: 0;
}
.edimark .contents{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
/*    border-bottom:1px solid #105579;*/
}
.edimark .contents .marks{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.edimark .contents .marks img{
    margin-right:10px;
    margin-bottom: 10px;
}
.edimark .contents .text{
    font-size: 16px;
    line-height: 1.8;
    text-align:center;
    padding: 20px 10px 40px;
}
.edimark.lite .contents .text{
    padding: 20px 10px 53px;
}
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
    .edimark,.edimark.lite{
       padding: 3em 0 !important;
    }
    .edimark .contents{
        justify-content: center;
        flex-direction: row !important;
        }
    .edimark.lite .contents{
        width: 70%;
    }
    .edimark .contents .marks img{
        margin-bottom:0;
        }
    .edimark .contents .text{
        padding: 20px 0px 0px 10px;
        text-align: left;
        }
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
    .edimark.lite{
        padding-top: 0 !important;
        padding-bottom: 80px !important;
    }
    .edimark .contents .text{
        padding: 0 10px 0;
        }
}