@charset "utf-8";
/* CSS Document */

/*-------------------
製品ページ
「『BtoBプラットフォーム 受発注』資料のご紹介」用style
/asp/other/document/index.asp
-------------------*/
h1 {
	font-size: 1.7em;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
}
h2 {
	padding: 0 0 1.5em;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.25em;
	text-align: center;
}
.contents {
	width: 94%;
	max-width: 64em;
	margin: auto;
	text-align: center;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	h1 {
		font-size: 2.375em;
	}
	h2 {
		font-size: 1.5em;
	}
}


/*-----------------
 *pege title
-----------------*/
.page_title { 
	padding: 8em 0 2.5em;
	background: #3071b3;
}
.page_title h1 span {
	padding-bottom: 5px;
	font-size: .6em;
	font-weight: normal;
	display: block;
}
.page_title p {
	margin-top: 1.5em;
	font-size: .9em;
	color: #fff;
	line-height: 1.6;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	.page_title { 
		padding: 10em 0 2.5em;
	}
	.page_title h1 span {
		font-size: .525em;
	}
	.page_title p {
		font-size: 1em;
	}
}

/*-----------------
 *カテゴリ選択
-----------------*/
.choose_category {
	font-family: 'Noto Sans JP','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif !important;
	padding: 2rem 0;
	width: 100%;
	background: #fff;/*#edf5ff #d6eafe*/
}
.cat_title {
	margin: 0 auto 24px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	color: #3071b3;
}
.cat_title span {
	display: block;
	font-size: 1.5rem;
	line-height: 3rem;
	font-weight: 700;
}
.btn_wrap {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 94%;
	max-width: 64em;
	margin: 0 auto;
}

.btn_area {
	align-self: center;
	width: 46%;
	font-size: 0.95rem;
	line-height: 1.6rem;
}
.btn_area p.txt {
	text-align: center;
	color: #0067c0;
	font-weight: 700;
	line-height: 1.6rem;
}
a.cat_btn {
	position: relative;
	display: block;
	margin: 6px auto;
	padding: 10px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
	border-radius: 16px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	transition: background 0.4s ease-in-out, transform 0.2s ease-in-out;
}
.bg_buy { background: #007cff; }
.bg_sell { background: #7ac41f; }

a.cat_btn:hover {
	transform: translateY(2px);
	opacity: 0.85;
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.4);
	text-decoration: none;
}

a.cat_btn p {
	font-size: 1rem;
	line-height: 1.6rem;
	color: #fff;
	letter-spacing: 0.05rem;
	vertical-align: middle;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
a.cat_btn span {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 3rem;
	letter-spacing: 0.3rem;
	color: #fff;
}
a.cat_btn p:before {
	content: '';
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	right: 8px;
	bottom: 0;
	margin: auto;
}
a.cat_btn p:after {
	content: '';
	width: 10px;
	height: 10px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(135deg);
	position: absolute;
	top: 0;
	right: 16px;
	bottom: 0;
	margin: auto;
}

@media (max-width: 768px) {
	.cat_title {
		margin: 0 6px 10px;
	}
	.cat_title span {
		padding-top: 12px;
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.btn_wrap {
		position: relative;
		display: flex;
		flex-flow: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin: 0 auto;
	}
	.btn_area {
		align-self: center;
		margin: 16px auto;
		width: 86%;
	}
	a.cat_btn {
		margin: 6px auto;
		padding: 10px;
		width: 90%;
	}
}

/*-----------------
 *資料一覧
-----------------*/
section.document_area {
/*	margin-bottom: 5rem;*/
	padding-top: 4rem;
	padding-bottom: 5rem;
}
section.document_area#document_area-buyer{
	background: #F4FAFE;
	border-bottom: 2px solid #eee;
}
section.document_area#document_area-seller{
	background: #F6FEF4;
}
@media screen and (max-width: 767px) {
section.document_area {
  	padding-top: 3rem;
  	padding-bottom: 4rem;
  }
}
/*  タイトル  */
#for_buyer,
#for_seller {
	padding-bottom: 0.3rem;
	width: 100%;
  letter-spacing: 0.1rem;
/*	border-bottom: 4px double #007CFF;*/
}
h2#for_buyer {
  color: #007cff;
}
h2#for_seller {
  color: #7ac41f;
}

#for_buyer > span,
#for_seller > span {
	display: block;
	width: 100%;
	margin-bottom: 2px;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 3rem;
	text-align: center;
}
.TopCase-titlePoint {
    background-image: radial-gradient(circle at center,#FF8C00 20%,transparent 20%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size:1em .625rem;
    padding-top: .625rem
}
@media screen and (max-width: 767px) {
	#for_buyer > span,
	#for_seller > span {
		font-size: 2rem;
	}
}
@media screen and (max-width: 480px) {
	#for_buyer > span,
	#for_seller > span {
		font-size: 1.5rem;
	}
}

.contents h3.subcat {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 3rem;
  color: #fff;
  text-align: center;
  background: #007cff;
}
.contents h3.subcat:last-of-type {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .contents h3.subcat {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 2.6rem;
  }
  .contents h3.subcat:last-of-type {
    margin-top: 3.2rem;
  }
}
/*  資料カード  */
.doc_list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	margin: 36px auto 0;
	width: 100%;
	max-width: 1024px;
}
.doc_card {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 1rem;
	width: 27%;
	max-width: 28%;
	background: #fff;
	border: 3px solid #e6e6e6;
	border-radius: 8px;
	box-shadow: 0px 0px 12px 2px #e6e6e6;
}
#document_area-buyer .doc_card{
	border-color: #007cff;
}
#document_area-seller .doc_card{
	border-color: #7ac41f;
}
a.doc_card{
	color: #333;
}
a.doc_card:hover{
	box-shadow: 0px 0px 12px 2px #999;
	opacity: 0.8;
	transform: translate(2px,2px);
}
/*
.bg_buy {	background: rgba(229,0,0,1) *#e50000;* }
.bg_sell {	background: rgba(204,51,102,1) *#cc3366;* }
.bg_buy {	background: rgba(255, 181, 57, 1)*#ffb539;* }
.bg_sell {	background: rgba(112, 166, 255, 1)*#70a6ff;* }
*/
.doc_target,.doc_target-m,.doc_target-s{
	box-sizing: border-box;
	font-weight: 700;
	height: 54px;
	padding-top: 1rem;
	text-align: center;
}
.doc_target {
	font-size: 1.2rem;
}
.doc_target-m {
    font-size: 1rem;
}
.doc_target-s {
    font-size: 0.9rem;
}
#document_area-buyer .doc_target,#document_area-buyer .doc_target-m,#document_area-buyer .doc_target-s {
	color: #007cff;
}
#document_area-seller .doc_target,#document_area-seller .doc_target-m,#document_area-seller .doc_target-s {
	color: #7ac41f;
}
img.service_logo {
	max-width: 80%;
	max-height: 30px;
}
img.doc_img {
	display: block;
	margin: 12px auto;
	width: auto;
	height: 160px;
	object-fit: cover;
}
.card_txt {
	flex-grow:1;
	margin: 12px auto;
	font-size: 0.88rem;
	line-height: 1.2rem;
	text-align: left;
}
.doc_card_dl{
	font-size: 0.88rem;
	font-weight: bold;
	text-align: right;
}
.br_exc_sp { display: block; }
/*@media screen and (max-width: 768px) {
	.doc_target-s {
		height: 2rem;
		font-size: 0.8rem;
		font-weight: 700;
		line-height: 2rem;
	}
	.br_exc_sp { display: none; }
}
*/
a.btn_dl-buy {
	display: block;
	margin: 6px auto;
	padding: 12px 4px;
	width: 80%;
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.4);
	border-radius: 8px;
	border: 1px solid #e50000;
	background: #fff;
	font-size: 0.88rem;
	font-weight: 700;
	text-align: center;
	color: #e50000;
	text-decoration: none;
	transition: background 0.4s ease-in-out, transform 0.2s ease-in-out;
}
a.btn_dl-buy:hover {
	transform: translateY(2px);
	opacity: 0.8;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
	color: #fff;
	background: rgba(229,0,0,1);/*#e50000;*/
	text-decoration: none;
}
a.btn_dl-sell {
	display: block;
	margin: 6px auto;
	padding: 12px 4px;
	width: 80%;
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.4);
	border-radius: 8px;
	border: 1px solid #cc3366;
	background: #fff;
	font-size: 0.88rem;
	font-weight: 700;
	text-align: center;
	color: #cc3366;
	text-decoration: none;
	transition: background 0.4s ease-in-out, transform 0.2s ease-in-out;
}
a.btn_dl-sell:hover {
	transform: translateY(2px);
	opacity: 0.8;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
	color: #fff;
	background: rgba(204,51,102,1);/*#cc3366;*/
	text-decoration: none;
}
/*
.btn_buy {
	background: #fff;
	color: #e50000;
	border: 2px solid #e50000;
}
.btn_sell {
	background: #fff;
	color: #cc3366;
	border: 2px solid #cc3366;
}
*/

@media all and (min-width: 768px) and (max-width: 1100px) {
	.doc_list {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		gap: 36px;
		margin: 36px auto 0;
		width: 100%;
		max-width: 1024px;
	}
	.doc_card {
		display: flex;
		flex-grow: 1;
		margin: 0 auto;
		padding: 0 12px 18px;
		width: calc(50% - 72px);
		max-width: calc(50% - 72px);
	}
	img.doc_img {
		display: block;
		margin: 12px auto;
		width: 80%;
		height: auto;
		object-fit: cover;
	}
}
 
@media all and (max-width: 767px) {
	.doc_list {
		position: relative;
		display: flex;
		flex-flow: wrap column;
		gap: 24px 0;
		margin: 24px auto;
		width: 100%;
	}
	.doc_card {
		display: flex;
		flex-direction: column;
		flex: 1;
		margin: 0 auto;
		padding: 0 12px 18px;
		width: calc(100% - 48px);
		max-width: calc(100% - 48px);
	}
	.doc_target,.doc_target-m,.doc_target-s{
		height: auto;
	}
	img.service_logo {
		display: block;
		margin: 12px auto;
		max-height: 35px;
		object-fit: cover;
	}
	img.doc_img {
		display: block;
		margin: 12px auto;
		width: 75%;
		height: auto;
		object-fit: cover;
	}
}

/*                                  ソース内記述分                                  */

hr {
	border-top: 1px solid #8c8b8b;
	margin-top: 30px;
}

#links * {
	box-sizing: border-box;
}
#links ul { 
	width: 90%;
	max-width: 64em;
	margin: auto;
}

.btn a:hover {
	opacity: .85;
	cursor: pointer;
}

#btn_Pagetop {
	z-index: 3;
}

#breadcrumbs ol li,
#breadcrumbs ol li a {
	color: #fff;
}

