@charset "utf-8";
/* CSS Document */
/* 20181214 作成　ver.1.0.0 */

/*-------------------
製品ページ　請求書　連携可能システム一覧ページ用CSS
/seikyu/function/cooperation.asp
-------------------*/
#seikyu {
	font-size: 16px;
}
.contents {
	width: 90%;
	max-width: 64em;
	margin: auto;
}
.btn a:hover{
	opacity: 0.85;
	cursor : pointer;
}

/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
.contents {	max-width: 75em;}
}

/*-----------------
 *メインビジュアル
-----------------*/
#seikyu .main-v { 
	padding-top: 50px;
	width: 100%;
	height: auto;
	min-height: 14em;
	position: relative;
	overflow: hidden;
	background-image: url("/web/jp/seikyu/function/images/function_cooperation_main-v.jpg");
	background-size: cover;
	background-position: center;
}
#seikyu h1 {
	margin:5em auto 0.5em	;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.main-v_btn{
	text-align: center;
}

.main-v_btn .addtx{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  padding: 24px 0 5px;
}

.main-v_btn .addtx::before,
.main-v_btn .addtx::after {
  content: '';
  width: 1px;
  height: 30px;
  background-color: #333;
}
.main-v_btn .addtx::before {
  margin-right: 10px;
  transform: rotate(-35deg);
}
.main-v_btn .addtx::after {
  margin-left: 10px;
  transform: rotate(35deg);
}

@media screen and (max-width:390px) {
 .main-v_btn .addtx {
   font-size: 18px;
}
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	#seikyu h1 {
		margin-top: 80px;
		font-size: 2em;
	}
	#seikyu h1 span {
		font-size: 0.8em;
		line-height: 1.5em;
		display: block;
		margin-top: 0.5em
	}
	#seikyu h1 .pctab-only{display:block !important;}
	#seikyu h1 .tab-only{display: inline;}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
#seikyu .main-v {min-height: 16em;}
#seikyu h1 {
		margin-top: 110px;
		font-size: 2em;
}
#seikyu h1 .tab-only{display:none !important;}
}

/*-----------------
 *各section　上下の余白設定
-----------------*/
#sec-cooperation_function{
	padding:4em 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media screen and (min-width:48em){
#sec-cooperation_function{
	padding:4em 0 2em 0;
	flex-direction:row;
	justify-content: space-between;
	align-items: center;
}
}

/*-----------------
 *余白　共通
-----------------*/
.mt1em{ margin-top: 1em !important;}
.mb2em{ margin-bottom: 2em !important;}

/*-----------------
 *見出し　デザイン設定
-----------------*/
#seikyu h2 {
	font-weight: bold;
	margin-bottom: 1.5em;
	text-align: center;
	line-height: 1.3em;
	margin-right: 1%;
}

#seikyu h2:last-child{
	margin-right: 0;
}

/*-----------------
 *sec-cooperation_function　機能紹介
-----------------*/
#sec-cooperation_function h2{color:#40a83e;font-size:1.3em;}
#sec-cooperation_function p{margin-bottom:1.5em;line-height:1.6em;}
#sec-cooperation_function img{
	width:100%;
	max-width: 404px;
	margin: 0 auto 1.6em auto;
}

.function-image{
	display: inline-block;
}

.inner_left a{
	text-decoration: underline;
}
	
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
#sec-cooperation_function h2{text-align:left;font-size:1.7em;}
#sec-cooperation_function .inner_left{width:55%;float:left;}
#sec-cooperation_function img{width:35%;float:right;}
}

/*-----------------
 *sec-cooperation_hanbaikanri-system　販売管理システム
 *sec-cooperation_kaikei-system　会計システム
-----------------*/

[id^=sec-cooperation_] h2{
	margin:2em 0 1em;
	font-size:1.1em;
	background: #e6f6e5;
	border-left: solid 10px #40a83e;
	padding: 15px;
	text-align: left !important;
}

[id^=sec-cooperation_] h2 span{
	font-weight: normal;
	font-size: 0.8em;
	padding-left: unset;
	display: block;
}
[id^=sec-cooperation_] ul.system_link-btn/*,
#sec-cooperation_kaikei-system ul.system_link-btn*/{
	display: flex;
    flex-wrap: wrap;
	justify-content: left;
}
[id^=sec-cooperation_] ul.system_link-btn li/*,
#sec-cooperation_kaikei-system ul.system_link-btn li*/{
	padding: 1em;
	color: #cccccc;
}
[id^=sec-cooperation_] ul.system_link-btn li a,
#sec-cooperation_kaikei-system ul.system_link-btn li a{
	color: #2684e2;
	text-decoration: underline;
}
[id^=sec-cooperation_] dl{
	margin-bottom: 3em;
}
[id^=sec-cooperation_] dl dt,
#sec-cooperation_kaikei-system dl dt{
	font-weight: bold;
    font-size: 1.2em;
    border-bottom: solid 2px #333333;
    line-height: 2em;
	margin: 1em auto;
}
[id^=sec-cooperation_] dl dt span,
#sec-cooperation_kaikei-system dl dt span{
	float: right;
}
[id^=sec-cooperation_] dl dt span a,
#sec-cooperation_kaikei-system dl dt span a{
	font-weight: normal;
    font-size: 0.7em;
	color: #2684e2;
}
[id^=sec-cooperation_] dl dd{
	
}
[id^=sec-cooperation_] dl dd ul{
	display: flex;
    flex-wrap: wrap;
}
[id^=sec-cooperation_] dl dd ul li{
	display: inline-block;
    width: 7em;
    padding: 1em;
    border: solid 1px #cccccc;
    margin: 0.5em;
    text-align: center;
	font-size: 0.9em;
	line-height: 1.5;
}
[id^=sec-cooperation_] dl dd ul li a{
	text-decoration: underline;
}
[id^=sec-cooperation_] dl dd ul li a > span{
	font-size: 0.85em;
}
[id^=sec-cooperation_] dl dd ul li img{
	width: 100px;
}
	
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	[id^=sec-cooperation_] h2 span,
	#sec-cooperation_kaikei-system h2 span{
		padding-left: 1em;
		display: inline-block;
	}
	[id^=sec-cooperation_] link-btn,
	#sec-cooperation_kaikei-system ul.system_link-btn{
		justify-content: space-between;
	}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){

}

/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {

}

/*-----------------
 *sec-cooperation_contact　コンタクト
-----------------*/
#sec-cooperation_contact{
	background: url(/web/jp/asp/buyer/images/menu-kanri_line-sp.png) top center no-repeat;
}
#sec-cooperation_contact p.text_caution{
	font-size: 1em;
	text-align: center;
	line-height: 1.4em;
	margin: 2em auto;
    padding-top: 2em;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
#sec-cooperation_contact p.text_caution{
	    font-size: 1.2em;
		text-align: center;
		line-height: 1.8em;
	    margin: 2em auto;
		padding-top: 2em;
	}
	#sec-cooperation_contact{
		background: url(/web/jp/asp/buyer/images/menu-kanri_line-pc.png) top center no-repeat;
	}
	#sec-cooperation_contact p.text_caution .pctab-only{
		display: inline !important;
	}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
#sec-cooperation_contact p.text_caution .sptab-only{display:block !important;}
}

/*-----------------
 *CVボタン周り
-----------------*/
#sec-cnv{
	background:url("/web/jp/seikyu/function/images/bg_cooperation_cnv.png") no-repeat center center;
	background-size: cover;
	padding: 5em 0 5em;
}
.section_lead{
	text-align: center;
    margin-bottom: 20px;
    font-size: 1.3em;
    line-height: 1.5;
    font-weight: bold;
}
ul.cnv-merit{
	margin: 0 auto 40px;
	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ボタン 202212
-----------------*/
.btn-area a {
  justify-content: center;
  border-radius: 6px;
  font-size: 17.6px;
  width: 100%;
  position: relative;
  font-weight: 700;
  text-align: center; }
  .btn-area a:after {
    position: absolute;
    top: 50%;
    right: 2em;
    transform: translateY(-50%) translateX(0%); }
  .btn-area a.btn-org {
    background-color: #FF7800;
    color: #fff !important; }
    .btn-area a.btn-org:after {
      content: "＞"; }
  .btn-area a.btn-gre {
    background-color: #40A83E;
    color: #fff !important; }
    .btn-area a.btn-gre:after {
      content: "＞"; }
/*-----------------
 *btnarea 202212
-----------------*/
#sec-cnv .contents .btn-area {
  display: flex;
  flex-direction: column;
  align-items: center; 
}
#sec-cnv .contents .btn-area a {
    height: 67px;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#sec-cnv .contents .btn-area .btn-gre {
    margin-bottom: 32px;
}
#sec-cnv .contents .btn-area .btn-gre:after {
      right: 1em;
}
#sec-cnv .addtx{
	font-size: 14.4px;
    line-height: 1.5;
    width: 89%;
    margin: auto;
	text-align: center;
}

/*
#sec-cnv .addtx a{
	color: #2684e2;
	text-decoration: underline;
}*/

.for-btn{
	display:none;
		
}

@media screen and (max-width: 767px) {
.for-btn{
	display:block;
		
}
}

@media screen and (min-width:48em){
	#sec-cnv .contents .btn-area {
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: 32px;
	}
	#sec-cnv .contents .btn-area a {
		width:49%;
		margin-bottom: 0 !important;
	}

}
@media screen and (min-width:64em){
	#sec-cnv .contents .btn-area {
		width: 90%;
    	margin: 32px auto;
	}
	#sec-cnv .addtx{
		font-size: 14.4px;
	}
}
/*-----------------
 *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;
	top: 1em;
	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;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	.cnv-btn a::after {
		top: 0.65em;
	}
	.cnv-btn a:hover{
		background-color: #2d67a3;
	}
}

a[class^=btn]:hover {
  opacity: 0.85;
  cursor: pointer;
  text-decoration: none; }
/*-----------------
 *他ボタン(メインビジュアル内)
-----------------*/
.main-v_btn .cnd-btn {
	margin: 0 auto 1.5em;
	text-align: center;
}
.main-v_btn .cnd-btn a {
	height: 64px;
    background-color: #ff7800;
    border-radius: 6px;
    color: #fff;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 0.85em;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}
.main-v_btn .cnd-btn a::after,
.ancer_link .cnd-btn a::after{ 
	content: '>';
	right: 0.625em;
	top:50%;
	-webkit-transform: translateY(-50%) translateX(0%) scale(1.0, 0.5) rotate(90deg);
       -moz-transform: translateY(-50%) translateX(0%) scale(1.0, 0.5) rotate(90deg);
    	-ms-transform: translateY(-50%) translateX(0%) scale(1.0, 0.5) rotate(90deg);
			transform: translateY(-50%) translateX(0%) scale(1.0, 0.5) rotate(90deg);
	display: inline-block;
	font-size: 1.5em;
	font-weight: normal;
	position: absolute;
}
@media screen and (min-width:48em){
	.main-v_btn .cnd-btn {
		margin: 0 auto 4em
	}
}

@media screen and (min-width:64em){
	.main-v_btn .cnd-btn {
		;
    	width: 30em;
	}
}

/*-----------------
 *他ボタン　サブ
-----------------*/
.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;
	}
}

/* ヘッダーボタンの背景色変更 20180803 */
a.cv_btn_header{ background-color: #2d67a3;}

/* アンカーリンク位置調整 */
:target:before{
   height: 90px;/* ヘッダの高さ */
   margin: -90px 0 0;/* ヘッダの高さ */
   content:””;
   display:block;
}

/* ロゴなし時のテキスト調整 20190214 */
#sec-cooperation_hanbaikanri-system dl dd ul li.logo_no,
#sec-cooperation_kaikei-system dl dd ul li.logo_no{
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ページリンクボタン */
.ancer_link {
	padding:2em 0 1em 0;
    background: #f6f6f6;
}
.ancer_link .contents{
	width: 90%;
	margin: auto;
	display: flex;
	justify-content:center;
	flex-wrap:wrap;
	padding-top: 2em;
}

.ttl-search{
	text-align: center;
	font-size: 1.25em;
	font-weight: 600;
	line-height: 1.25;
}

.ttl-search span.content_br {
    display: inline-block;
}

@media screen and (max-width:500px){
.ttl-search span.content_br {
    display: block;
}
}
.ancer_link h2.cnd-btn a{
    padding: .25em 2.5em .25em 1.5em;
    color: #40a83e;
    font-size: 1em;
    font-weight: 400;
    line-height: .85em;
    position: relative;
    border: solid 1px #40a83e;
    background-color: #fff;
}
.ancer_link h2.cnd-btn a:after{
	right: 0.3em;
}
@media screen and (min-width:48em){
	.ancer_link h2.cnd-btn a{
		font-size: 0.9em;
	}
}
@media screen and (min-width:64em){
	.ancer_link h2.cnd-btn a{
		font-size: 1em;
	}
}

/*@media screen and (min-width:75em) {
	.ancer_link .contents{
		width: 50%;
	}
}*/


/*IE11*/
/*==================================*/
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop,.ancer_link .contents{
		justify-content: space-around;
	}
}

/*-------------------
追加CSS
/seikyu/function/cooperation_add.asp
-------------------*/
/*-------------------
上記cssより部分引用＆追加 20250207
-------------------*/

* {
    scroll-behavior: smooth;
}

@media screen and (max-width: 1020px) {
.for-pc{
	display:none;
}
}

/* CTA */
#sec-cnv {
    background-image: none !important;
}

#sec-cooperation_cnvtop {
    background-color: #f0f0f0;
    padding: 5em 0 3em;
    margin-bottom: 0;
}

#sec-cooperation_cnvtop p {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6em;
}

#sec-cooperation_cnvtop + #sec-cnv {
    padding-top: 0;
}

/* sec-type */
#sec-type {
    padding: 56px 0 0;
    margin-bottom: 100px;
}
#sec-type h2 {
    color: #333;
    font-size: 22px;
    line-height: 1.3em;
    margin: 0 auto 40px;
}
@media screen and (min-width: 48em) {
 #sec-type h2 {
        font-size: 27px;
    }
}
#sec-type .h3_title{
    border-left: 8px solid #297F3A;
    border-bottom: 1px solid #E6E6E6;
    padding: 0 0 4px 24px;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 32px;
    font-weight: bold;
}
.tab_flex2block{
    display: flex;
    flex: 2;
    margin: 0 48px 0 0;
}
.tab_flex2block:last-child{
    margin-right: 0;
}
.tab_flexblock{
    display: flex;
    flex: 1;
}

.section_csv{
    padding-top: 0;
}
.meritAPI_contents, .meritCSV_contents{
    display: flex;
    flex-wrap: wrap;
}

.meritAPI_contents{
    margin-bottom: 64px;
}

.meritAPI_content, .meritCSV_content{
    padding: 16px 16px 24px;
    border-radius: 8px;
    background-color: #E8F6E5;
    margin-right: 24px;
    line-height: 27px;
    flex: 1;
}
.tab_flex2block .meritAPI_content:last-child, .tab_flex2block .meritCSV_content:last-child{
    margin-right: -24px;
}
.tab_flexblock:last-child .meritAPI_content:last-child, .tab_flex2block:last-child .meritAPI_content:last-child, .tab_flexblock:last-child .meritCSV_content:last-child, .tab_flex2block:last-child .meritCSV_content:last-child{
    margin-right: 0;
}
@media screen and (max-width: 1023px) {
.tab_flex2block .meritAPI_content, .tab_flex2block .meritCSV_content{
        margin-bottom: 24px;
}
 .tab_flex2block, .tab_flex2block .meritAPI_content:last-child, .tab_flex2block .meritCSV_content:last-child{
        margin-right: 0;
}
}
@media screen and (min-width: 798px) and (max-width: 1023px) {
.tab_flex2block{
        flex: auto;
}
 .tab_flexblock{
        flex: .5;
        margin-right: 24px;
}
}

.meritAPI_num, .meritCSV_num{
    font-size: 24px;
    font-weight: bold;
    color: #297F3A;
}

.meritAPI_num span, .meritCSV_num span{
    font-size: 12px;
}

.meritAPI_image, .meritCSV_image{
    margin-bottom: 24px;
}

.meritAPI_image img, .meritCSV_image img{
    margin: 0 auto;
    display: block;
}

.meritAPI_title, .meritCSV_title{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
    color: #297F3A;
}

.meritAPI_text, .meritCSV_text{
    font-size: 16px;
    line-height: 1.5;
    margin: 0 16px;
}

@media screen and (max-width: 797px) {
.meritAPI_contents, .meritCSV_contents{
        display: block;
}
.tab_flex2block, .tab_flexblock{
        display: block;
        flex: 1;
}
.tab_flexblock, .meritAPI_content, .meritCSV_content{
        margin-right: 0;
}
}

/* sec-flow */
.sec_flow {
    padding: 56px 0 0;
}
.sec_flow .contents {
    max-width: 64em;
}
.sec_flow h2 {
    color: #333;
    font-size: 22px;
    line-height: 1.3em;
    margin: 0 auto 40px;
}
.sec_flow {
    margin-bottom: 100px;
}
.sec_flow h3 {
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.5em;
}

.sec_flow .flow_box {
    background: none;
    min-height: auto;
    width: 100%;
    height: auto;
}
.sec_flow .flow_box img {
    width: 100%;
}

.sec_flow .support_link {
    display: block;
    text-align: center;
    margin: 1.4em auto 0;
    line-height: 1.4em;
    text-decoration: underline;
    color: #2684e2;
}

/*上部CTAエリア追加*/
section.sec-cta_basic{
	padding:3rem 0;
}

#seikyu h2.cta_basic_h2{
	font-size:22px;
}



@media screen and (max-width: 767px) {
.flow_box {
        display: none !important;
}
.flow_box_sp img {
        width: 100%;
        padding-bottom: 0;
}
	
.br-pc{
	   display:none;
}
}

@media screen and (max-width: 414px) {
.sec_flow {
        width: 90%;
        margin: 50px 5% 0 5%;
}
}
@media screen and (min-width: 48em) {
.sec_flow h2 {
        font-size: 27px;
}
.flow_box_sp {
        display: none !important;
}
}