@charset "utf-8";
/* CSS Document */
/* 20250925 作成　ver.1.0.0 */

/*-------------------
製品ページ　請求書　受取機能 請求書をPDFでメール送信用CSS
/seikyu/seller/mailing-pdf.asp
-------------------*/
#seikyu {
	font-size: 16px;
}
.contents {
	width: 90%;
	max-width: 64em;
	margin: auto;
}
.contents02 {
	width: 100%;
	margin: auto;
}
.btn a:hover{
	opacity: 0.85;
	cursor : pointer;
}

/*-----------------
 *メインビジュアル
-----------------*/
#seikyu .main-v { 
	padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
	height: auto;
	min-height: 14em;
	position: relative;
	overflow: hidden;
	background-image: url("/web/jp/seikyu/buyer/images/buyer_payment_main-v.jpg");
	background-size: cover;
	background-position: center;
}
#seikyu h1 {
	margin: 80px auto 24px;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
	color: #333;
	text-align: center;
}
/*#seikyu h1::before {
	content: "取引先のプラットフォームID不要！";
	display: block;
	font-size: 0.6em;
	color: #297f3a;
	margin-bottom: -6px;
}*/
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	#seikyu h1 {
		margin-top: 80px;
		font-size: 2em;
	}
	#seikyu h1 span {
		font-size: 0.9em;
		line-height: 1.5em;
		display: block;
	}
	#seikyu h1 .pctab-only{display:block !important;}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	#seikyu .main-v {
	min-height: 16em;
	}
	#seikyu h1 {
		margin-top: 100px;
		font-size: 2em;
	}
}

/*-----------------
 *各section　上下の余白設定
-----------------*/
#sec-mailing-pdf_function{padding:1em 0 0;}
#sec-mailing-pdf_explanation,#sec-mailing-pdf_use{padding-top:40px;margin-bottom:40px;}
#sec-consul{margin:0 auto;padding:60px 0 80px;}
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
#sec-mailing-pdf_explanation,#sec-mailing-pdf_use{padding-top:80px;}
}

/*-----------------
 *見出し　デザイン設定
-----------------*/
#seikyu h2 {
	font-weight: bold;
	margin-bottom: 1.5em;
	text-align: center;
	line-height: 1.3em;
}
/*-----------------
 *sec-mailing-pdf_function　請求書をPDFでメール送信
-----------------*/
#sec-mailing-pdf_function h2{color:#40a83e;font-size:1.3em;}
#sec-mailing-pdf_function p{margin-bottom:2em;line-height:1.5;}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
#sec-mailing-pdf_function h2{text-align:center;font-size:1.7em;}
#sec-mailing-pdf_function .inner_left{width:100%;text-align:center;}
}

/*-----------------
 *sec-mailing-pdf_explanation　BtoBプラットフォーム 請求書からPDFの請求書も送信できます
-----------------*/
#sec-mailing-pdf_explanation h2{margin:0 0 1.5em;color:#333;font-size:1.4em;}
#sec-mailing-pdf_explanation p{margin:0 auto 1.5em;line-height:1.6;}
#sec-mailing-pdf_explanation img{display:block;margin:1em auto;max-width:100%;}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
#sec-mailing-pdf_explanation h2{font-size:1.7em;}
#sec-mailing-pdf_explanation p{text-align:center;}
}

/*-----------------
 *sec-mailing-pdf_merit　請求書PDF送信機能の3つのメリット
-----------------*/
#sec-mailing-pdf_merit{
	background: url(/web/jp/asp/buyer/images/menu-kanri_line-sp.png) top center no-repeat;
	max-width: 1024px;
	margin: 80px auto 0;
	padding-top: 80px;
}
#sec-mailing-pdf_merit * {
	box-sizing: border-box;
}
#sec-mailing-pdf_merit h2 {
	font-size: 1.4em;
}
#sec-mailing-pdf_merit h3 {
	font-weight: 700;
}
#sec-mailing-pdf_merit .contents >ul{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin: 0 auto;
}
#sec-mailing-pdf_merit .contents >ul li {
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 29px 10px;
    width: 100%;
    max-width: 455px;
    height: auto;
    text-align: center;
}
#sec-mailing-pdf_merit .contents >ul li >img{
	margin-bottom: 18px;
	height: 45px;
}
#sec-mailing-pdf_merit .contents >ul li .num{
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 700;
	color: #207C3A;
}
#sec-mailing-pdf_merit .contents >ul li .merit_txt{
	line-height: 1.4;
	font-size: 15px;
	margin-top: 12px;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	#sec-mailing-pdf_merit {
		background: url(/web/jp/asp/buyer/images/menu-kanri_line-pc.png) top center no-repeat;
	}
	#sec-mailing-pdf_merit h2 {
		font-size: 1.7em;
	}
	#sec-mailing-pdf_merit .contents >ul{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		column-gap: 8px;
		row-gap:20px;
		align-items: center;
		justify-content: center;
	}
	#sec-mailing-pdf_merit .contents >ul li{
		width: 300px;
		height: 220px;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	#sec-mailing-pdf_merit .contents >ul{
		justify-content: space-between;
	}
	#sec-mailing-pdf_merit .contents >ul li{
		width: 220px;
		height: 250px;
	}
}

/*-----------------
 *sec-mailing-pdf_possible　PDF送信した請求書の到達・閲覧（ダウンロード）状況を確認可能
-----------------*/
#sec-mailing-pdf_possible {
	background: url(/web/jp/asp/buyer/images/menu-kanri_line-sp.png) top center no-repeat;
	max-width: 1024px;
	margin: 80px auto 0;
	padding-top: 80px;
}
#sec-mailing-pdf_possible h2 {
	font-size: 1.4em;
}
#sec-mailing-pdf_possible p.text_caution {
    margin: 2em auto;
    line-height: 1.4em;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
}
#sec-mailing-pdf_possible p.text_caution span {
    color: #40a83e;
}
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	#sec-mailing-pdf_possible {
		background: url(/web/jp/asp/buyer/images/menu-kanri_line-pc.png) top center no-repeat;
	}
	#sec-mailing-pdf_possible h2 {
		font-size: 1.7em;
	}
	#sec-mailing-pdf_possible p.text_caution {
		margin: 3em auto;
		font-size: 1.5em;
	}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width: 64em) {

	#sec-mailing-pdf_function p.text_caution {font-size: 1.7em;}
	}
/*-- *スライダー設定 --*/
.slider {
    width: 90%;
    margin: 2rem auto;
}
.slider h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding: 22px 0 30px;
}
.slider img {
    width: 90%;
    height: auto;
    margin: 0 auto;
}
.slider p {
    padding: 22px 10px 24px;
	text-align: center
}
.slider .slick-slide {
    margin: 0 10px;
    height: auto !important;
}
.slick-list {
    background-color: #EBEBEB;
    margin-bottom: 20px;
}
.slick-prev, 
.slick-next {
    position: absolute; 
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #297f3a;
    border-right: 2px solid #297f3a;
    height: 10px;
    width: 10px;
}
.slick-prev { 
    left: -4.5%;
    transform: rotate(-135deg);
}
.slick-next {
    right: -4.5%;
    transform: rotate(45deg);
}
.slick-track {
    display: flex;
}

/* dotsを丸くする */
.dots-circle {
    display: flex;
    justify-content: center;
}
.dots-circle li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #EBEBEB;
    border-radius: 50%;
    cursor: pointer;
}
.dots-circle li:hover,
.dots-circle li.slick-active {
    background: #297f3a;
}
.dots-circle li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
@media screen and (min-width: 64em) {
	.slider {
		max-width: none;
	}
	.slider img {
		width: 80%;
	}
	.slick-prev, 
	.slick-next {
		border-top: 4px solid #297f3a;
		border-right: 4px solid #297f3a;
		height: 20px;
		width: 20px;
	}
	.slick-next {
		right: -3%;
	}
	.slick-prev { 
		left: -3%;
	}
}
/*-----------------
 *sec-mailing-pdf_efficiency　PDFで発行＋デジタル化で業務効率がさらに上がります
-----------------*/
#sec-mailing-pdf_efficiency{padding:1em 0;background: radial-gradient(circle at center,#F5FFF7 0%,#D1EFD5 100%);}
#sec-mailing-pdf_efficiency h2{margin:1.5em 0;color:#333;font-size:1.4em;}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	#sec-mailing-pdf_efficiency h2{font-size:1.7em;}
}
/*-----------------
 *sec-mailing-pdf_use　業務全体をデジタルでつなげる「BtoBプラットフォーム 請求書」との併用
-----------------*/
#sec-mailing-pdf_use h2{margin:0 0 1.5em;color:#333;font-size:1.4em;}
#sec-mailing-pdf_use h2::before {content: "＼おすすめ／";display: block;font-size:0.8em;color: #297f3a;text-align: center;}
#sec-mailing-pdf_use p{margin:0 auto 1.5em;line-height:1.6em;padding: 24px 0 30px;}
#sec-mailing-pdf_use img{display:block;margin:1em auto;max-width:100%;}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	#sec-mailing-pdf_use h2{font-size:1.7em;}
	#sec-mailing-pdf_use p{text-align:center;}
}

/*-----------------
 *CVボタン周り
-----------------*/
#sec-cnv{
	background-color: #f0f0f0;
	padding: 5em 0 5em;
	margin-bottom: 0;
}
.section_lead{
	text-align: center;
    margin-bottom: 20px;
    font-size: 1.3em;
    line-height: 1.3em;
    font-weight: bold;
}
ul.cnv-merit{
	margin: 2em auto;
	max-width: 24em;
}
ul.cnv-merit li{
	margin-bottom: 0.5em;
	line-height: 1.5em;
	padding-left: 2em;
	text-indent: -2em;
}
ul.cnv-merit li span.icon-webfont-19{
	padding-right: 1em;
}
ul.cnv-merit li span.marker{
	background: -webkit-linear-gradient(transparent 88%, #ff7f7f 88%);
	background: -o-linear-gradient(transparent 88%, #ff7f7f 88%);
	background: linear-gradient(transparent 88%, #ff7f7f 88%);
    font-weight: bold
}

/*-----------------
 *sec-consul　コンサル
-----------------*/
#sec-consul{
	background-color: #588e9a;
    background-image: url(/web/jp/seikyu/images/consul_bgmain.jpg);
	width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
#sec-consul .consul-box{
	border: 1px solid #40a83e;
	background-color: #ffffff;
}
#sec-consul .consul-box h2{
	font-size: 1.3em;
	margin: 24px auto 24px;
}
#sec-consul .consul-box p{
	width: 92%;
	margin: 0 auto 24px;
	line-height: 1.5em;
	text-align: center;
}
#sec-consul .contents p.consul-read{
	font-size: 1.2em;
	margin: 0 auto 30px;
	line-height: 1.5em;
	text-align: center;
	color: #ffffff;
	text-shadow: rgba(0,49,60,0.3) 0 0 3px;
}
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	#sec-consul .contents p.consul-read{font-size: 1.5em;}
}

/*-----------------
 *CVボタン
-----------------*/
.cnv-btn {
	width: 100%;
	max-width: 32em;
	margin: auto;
	text-align: center;
}
.cnv-btn a {
	padding: 20px;
	background-color: #2d67a3;
	border-radius: 6px;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3em;
	display: block;
	position: relative;
}
.cnv-btn a::after { 
	content: '>';
	position: absolute;
	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;
}
.bcolor_o a{
	background-color: #fd7822;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	.cnv-btn a::after {
		top: 0.65em;
	}
	.cnv-btn a:hover{
		background-color: #2d67a3;
	}
	.bcolor_o a:hover{
		background-color: #fd7822;
	}
}

/*-----------------
 *CVボタン修正
-----------------*/
.box-center {
    margin: 0 auto;
    text-align: center;
}

.btn-cta {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 513px;
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #ff7800;
    box-shadow: 0 5px 12px rgb(0 0 0 / 40%);
    text-decoration: none;
    outline: none;
    text-align: center;
    transition: ease .2s;
}
.btn-cta a{
	display: block;
	padding: 24px 0;
}
.btn-cta span {
    position: relative;
    z-index: 3;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
    display: block;
}
.btn-cta span::after {
    content: "";
    position: absolute;
    right: 1.25em;
    width: 0.6em;
    height: 0.6em;
    top: 50%;
    margin-top: -0.32em;
    border-top-width: 3px;
    border-top-style: solid;
    border-right-width: 3px;
    border-right-style: solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-cta:hover, .btn-online:hover {
    opacity: 0.7;
}
.btn-cta-microcopy {
    color: #297f3a;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 8px;
    margin: 0 !important;
}
@media (max-width: 767px) {
    .btn-cta, .btn-online {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .btn-cta a {
        padding: 20px 0;
    }
}
/*-----------------
 *他ボタン
-----------------*/
.cnd-btn {
	width: 90%;
	max-width: 20em;
	margin: 0 auto;
	text-align: center;
}
.cnd-btn a {
	padding: 1.25em 1em 1.25em;
	background-color: #40a83e;
	border-radius: 6px;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	line-height: 0.85em;
	display: block;
	position: relative;
}
.cnd-btn a::after { 
	content: '>';
	position: absolute;
	right: 0.625em;
	top: 0.75em;
	-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;
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	.cnd-btn a {
		padding: 1.25em 1em 1em;
	}
	.cnd-btn a::after {
		top: 0.8em;
	}
}

/*-----------------
 *他ボタン　サブ
-----------------*/
.cnd-btn-sub {
	width: 90%;
	max-width: 14em;
	margin: 0 auto;
	text-align: center;
	float: right;
}
.cnd-btn-sub a {
	padding: 1.25em 1em 1.25em;
	background-color: #777;
	border-radius: 6px;
	color: #fff;
	font-size: 1em;
	line-height: 0.85em;
	display: block;
	position: relative;
}
.cnd-btn-sub a::after { 
	content: '>';
	position: absolute;
	right: 0.625em;
	top: 0.75em;
	-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;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	.cnd-btn-sub a {
		padding: 1.25em 1em 1em;
	}
	.cnd-btn-sub a::after {
		top: 0.8em;
	}
}

/**/
#boxer.mobile .boxer-close{top:50px !important;}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
#boxer.mobile .boxer-close{top: initial !important;}
}

/* ヘッダーボタンの背景色変更 20180803 */
a.cv_btn_header{ background-color: #2d67a3;}