@charset "utf-8";

/*-------------------
製品ページ　請求書　請求書の入金保証サービス（掛売決済）ページ用CSS
/seikyu/seller/guaranty.asp
-------------------*/
#seikyu {
	font-size: 16px;
}
.contents {
	width: 90%;
	max-width: 64em;
	margin: auto;
}
#sec-guaranty_flow,
#sec-guaranty_features,
#sec-guaranty_service,
#sec-guaranty_fee,
#sec-guaranty_case {
	width: 90%;
	max-width: 64em;
	margin: auto;
}
#sec-guaranty_merit {
	width: 100%;
	max-width: 64em;
	margin: auto;
}
@media screen and (min-width:48em){
	#sec-guaranty_merit {
		width: 90%;
	}
}

.btn a:hover {
	opacity: 0.85;
	cursor : pointer;
}
.br_sp {
	display: none;
}
@media screen and (min-width:48em){
	.br_sp {
		display: block;
	}
}


/*-----------------
 *メインビジュアル
-----------------*/
#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 span {
    display: inline-block;
}

/* タブレット縦サイズ 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;
	}
	#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: 110px;
		font-size: 2em;
	}
}

/*-----------------
 *各section　上下の余白設定
-----------------*/
#sec-guaranty_function {
	padding: 1em 0 0;
}
#sec-guaranty_case {
	padding-top: 80px;
	margin-top: 60px;
	margin-bottom: 80px;
}
#sec-consul {
	margin:0 auto;
	padding:60px 0 80px;
}

/*-----------------
 *見出し　デザイン設定
-----------------*/
#seikyu h2 {
	font-weight: bold;
	margin-bottom: 1.5em;
	text-align: center;
	line-height: 1.3em;
}
/*-----------------
 *sec-guaranty_flow
-----------------*/
#sec-guaranty_flow h2 span {
	display: block;
	padding-bottom: 0.8em;
}

/*-----------------
 *sec-guaranty_function　請求書の入金保証サービス（掛売決済）
-----------------*/
#sec-guaranty_function h2 {
	color: #40a83e;
	font-size: 1.3em;
}
#sec-guaranty_function p {
	margin-bottom: 2em;
	line-height: 1.6em;
}
@media screen and (min-width:48em){
#sec-guaranty_function h2 {
	text-align: center;
	font-size:1.7em;
}
#sec-guaranty_function .inner_left {
	width:100%;
	text-align:center;
	}
}
/*-----------------
 *sec-guaranty_features 掛売決済の４つの特徴
-----------------*/
.features_box {
	background-color: #fff;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
.feature_title {
	border-bottom: 1px dashed #ccc;
	width: 90%;
	margin: auto;
	margin-bottom: 18px;
	padding-bottom: 10px;
}
.feature_title p.number {
	font-family: Arial, Helvetica, "sans-serif";
	width: 38px;
	margin-right: 10px;
	padding-top: 20px;
	padding-bottom: 6px;
	color: #fff;
	font-size: 1.3em;
	text-align: center;
	line-height: 88px;
	float: left;
}
.feature_color1 .feature_title p.number {
	background-color: #40a83e;
}
.feature_color2 .feature_title p.number {
	background-color: #88c10e;
}
.feature_title .title_line1 {
	color: #40a83e;
	margin-top: 25px;
	font-weight: bold;
	font-size: 1.3em;
}
.feature_title .title_line2 {
	color: #88c10e;
	margin-top: 25px;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.2em;
}
.feature_p {
	margin: 0 22px;
}
.features_box img {
    width: 200px;
    display: block;
    margin: 10px auto;
}
@media screen and (min-width:64em) {
	.features_wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 1024px;
		margin: 0 auto;
	}
	.features_box {
		width: 48%;
	}
}
/*-----------------
 *sec-guaranty_service 請求業務と決済代行のプロが生んだサービス
-----------------*/
#sec-guaranty_service img {
	display: block;
	margin: 30px auto 40px;
	max-width: 90%;
}
/*-----------------
 *sec-guaranty_merit 掛売決済を利用するメリット
-----------------*/
#sec-guaranty_merit .merit_box {
	background-color: #F3F8FF;
	padding: 45px 15px;
	margin-bottom: 20px;
}
@media screen and (min-width:48em){
	#sec-guaranty_merit .merit_box {
		padding: 45px 0;
	}
}
#sec-guaranty_merit h3 {
	text-align: center;
	color: #005595;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.4em;
	padding-bottom: 15px;
}
#sec-guaranty_merit h3 span {
	font-size: 1.5em;
	padding-right: 8px;
}
.merit_box img {
	display: block;
	margin: 20px auto;
	max-width: 100%;
}
@media screen and (min-width:48em){
	.merit_box img {
		max-width: 70%;
	}
}
/*-----------------
 *sec-guaranty_fee 掛売決済 料金体系
-----------------*/
#sec-guaranty_fee .fee_box {
	width: 90%;
	margin: 0 auto;
	padding: 20px 15px;
	border: solid 1px #005595;
}
@media screen and (min-width:64em){
	#sec-guaranty_fee .fee_box {
		width: 80%;
		padding: 20px 0;
	}
}
#sec-guaranty_fee .fee_box p {
	font-size: 1.2em;
	text-align: center;
	line-height: 1.6em;
}
#sec-guaranty_fee .fee_box p.fee_p {
	padding-bottom: 0.5em;
}
#sec-guaranty_fee .fee_notes {
	font-size: 0.9em;
	text-align: center;
	line-height: 1.6em;
	margin-top: 5px;
}

/*-----------------
 *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
}
/*-----------------
 *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;
}

@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;}

/*マージン修正*/
#sec-function_common {
	margin-top: 0;
}


/* -----------
202408 No75 画面構成改善
-------------*/
/* btn-cta */
.btn-cta-microcopy {
    color: #297f3a;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 8px;
	margin: 0 !important;
}
.btn-cta.step {
	width: 100% !important;
    margin: 0 auto !important;
}
.btn-cta-microcopy.step {
	width: 100% !important;
}
@media screen and (min-width: 48em) {
	.btn-cta.step {
		width: 513px !important;
	}
}

/* 画像切り替え */
.img-sp-only {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.img-pc-only {
    display: none;
}

/* 各セクション */
#sec-guaranty_flow {
	padding: 56px 0;
}
#sec-guaranty_features{
	padding-top: 64px !important;
}

#sec-guaranty_case {
	padding-top: 80px;
}
#sec-guaranty_fee,
#sec-guaranty_merit,
#sec-guaranty_service {
	margin-top: 60px;
}
#sec-guaranty_service,
#sec-guaranty_merit {
	margin-bottom: 20px;
}
@media screen and (min-width:48em){
	#sec-guaranty_service,
	#sec-guaranty_merit {
		margin-bottom: 60px;
	}
}

#sec-guaranty_case {
    background: url(/web/jp/asp/buyer/images/menu-kanri_line-sp.png) top center no-repeat;
}

#sec-guaranty_flow h2,
#sec-guaranty_service h2,
#sec-guaranty_merit h2,
#sec-guaranty_fee h2,
#sec-guaranty_case h2 {
	margin:0 0 1.5em;
	color:#333333;
	font-size:1.4em;
}
#sec-guaranty_features h2 {
	margin:0 0 1.5em;
	color:#40A83E;
	font-size:1.4em;
}
#sec-guaranty_service p,
#sec-guaranty_merit p {
	margin:0 auto 1.5em;
	line-height:1.6em;
}
#sec-guaranty_features p {
	line-height:1.6em;
}
span.yellow_mark {
	background: linear-gradient(transparent 60%, #ff6 60%);
}

@media screen and (min-width:48em){
	.img-sp-only {
        display: none;
    }
	.img-pc-only {
        display: block;
        width: 100%;
        /* max-width: 700px; */
        margin: 0 auto;
	}
	#sec-guaranty_case {
		background: url(/web/jp/asp/buyer/images/menu-kanri_line-pc.png) top center no-repeat;
	}
	#sec-guaranty_flow h2,
	#sec-guaranty_features h2,
	#sec-guaranty_service h2,
	#sec-guaranty_merit h2,
	#sec-guaranty_fee h2,
	#sec-guaranty_case h2 {
		font-size: 1.7em !important;
	}
	#sec-guaranty_merit p {
		text-align: center;
	}
}

/* case */

/* top_20220105.cssより */
.slider {
   width: 100%;
   margin: 2rem auto 0;
}

.slider img {
    width: 100%;
    height: auto;
}

.slider .slick-slide {
    margin: 0 10px;
}

.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-dots li button:before {
    color: #297f3a !important;
}

.slick-dots li.slick-active button:before {
    color: #297f3a !important;
}

.slick-slide {
    height: auto !important;
}

/* add.cssより */

.case-box {
    padding-bottom: 15px;
}

.case-box a {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.2);
}

.case-box a .case-image img {
    transition: .3s;
}

.case-box:hover .case-image img {
    transform: scale(1.08);
}

.case-box:hover .case-button .btn-normal,.case-box:hover .case-button .btn-diagnose {
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
}

.case-title {
    margin: 0 0 15px;
    font-weight: bold;
	line-height: 1.5em;
}

@media screen and (max-width: 767px) {
    .case-title {
        font-size:14px;
    }
}

.case-image {
    margin: 0 0 15px;
    overflow: hidden;
}

.case-image img {
    transition: .3s;
}

.case-content {
    margin-bottom: 20px;
}

.case-company {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
}

.case-company-image {
    width: 80px;
    margin-right: 15px;
}

.case-company-image img {
    width: 80px;
    height: 36px;
    -o-object-fit: contain;
    object-fit: contain;
}

.case-company-name {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .case-company-name {
        font-size:12px;
    }
}

.case-point {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.25;
}

.case-point * {
	line-height: 1.25;
}

@media screen and (max-width: 767px) {
    .case-point {
        font-size:12px;
    }
}

.case-point ul li {
    position: relative;
    margin-top: .5em;
    padding-left: 1.75em;
}

.case-point ul li span {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 1.25em;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    background: #267c3a;
}

.case-category {
    font-size: 12px;
}

.case-category a,.case-category span {
    display: inline-block;
    margin: 0 3px 3px 0;
    padding: .2em .5em;;
    color: #267c3a;
    border: 1px solid #267c3a;
    border-radius: 3px;
}

.case-button {
    margin-top: auto;
}

.text-center {
    text-align: center !important;
}

.fw_bold {
    font-weight: bold !important;
	font-size: 1.5em;
	padding-bottom: 30px;
}
.case_p {
	font-size: 1.1em;
	line-height: 1.4em;
	color: #777777;
	padding-bottom: 30px;
}

/* case スライダー WA追加 240827*/
.slider {
	max-width: 560px;
	margin: 2rem auto;
}

.slick-dots li {
	margin: 16px 5px 0;
}
.slick-dots li button:before {
	font-size: 12px;
}

.case-company.sp {
	display: none;
}

.case-category span {
	margin: 0 5px 5px 0;
}

@media screen and (min-width: 64em) {
	.slider {
		max-width: none;
	}

	.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%;
	}

	.case-company.sp {
		display: flex;
	}
	.case-company.pc {
		display: none;
	}

	.case-title {
		font-size: 18px;
	}
	.case-company-name {
		font-size: 16px;
	}


	.case-box a {
		flex-direction: row;
		justify-content: center;
		/*align-items: center;*/
	}

	.case-flex-l {
		width: 40%;
		margin-right: 40px;
	}

	.case-flex-r {
		width: 50%;
	}

	.case-content {
		margin-bottom: 40px;
	}
	.case-point {
		margin-bottom: 24px;
	}

	.case-point p {
		font-size: 16px;
	}

	.case-point ul li {
		font-size: 16px;
		margin-top: .8em;
	}

	.case-category a, .case-category span {
		font-size: 16px;
	}
}
/* youtube動画追加 20250707*/
.sec_video {
	padding: 64px 0;
	background-color: #e3f6e2;
}
.video_wrap {
    margin-inline: auto;
    width: 90%;
	max-width: 640px;
}
.video_wrap iframe {
    width: 100%;
    height: 100%;
    text-align: center;
    aspect-ratio: 16/9;
}

/*課題を解決したお客様の声（reco12） 前後余白調整*/
#sec-function_common {
    margin: 2em 0 140px !important;
}