@charset "UTF-8";
/* CSS Document */
/* 20230804 作成　ver.1.0.0 */
/*-------------------
請求書　連携可能なシステム　個ページ
/seikyu/function/cooperation/slack.asp以外適用
-------------------*/
a:hover {
	text-decoration: none;
}
header.header2022 .header-btns a.cv_btn_header:hover {
	color: #ffffff;
}
.mb_50 {
	margin-bottom: 50px;
}
#seikyu #cooperation_more {
	font-size: 14.4px;
}
#seikyu #cooperation_more p {
	letter-spacing: 0.04em;
}
.contents {
	width: 90%;
	max-width: 64em;
	margin: auto;
	overflow: hidden;
}
#seikyu #cooperation_more a {
/*	color: #2684E2;*/
	text-decoration: none;
}

#seikyu #cooperation_more a:hover {
	opacity: 0.85;
	cursor: pointer;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width: 48em) {
	#seikyu #cooperation_more {
		font-size: 16px;
	}
}

#seikyu #cooperation_more {
	box-sizing: border-box;
}

.lp2022 #breadcrumbs ol {
	line-height: 1.2;
}

#btn_Pagetop {
	z-index: 100;
}

#btn_Pagetop a::after {
	left: 11px;
}

ul.circle li {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
ul.circle li::before {
	content: '・';
	padding-right: 5px;
}
.bold {
	font-weight: bold;
}
.marker {
	display: inline;
	background: linear-gradient(transparent 70%, #FFF075 70%);
}
/*-----------------
 *メインビジュアル
-----------------*/
#seikyu .main-v {
	padding-top: 64px;
	padding-bottom: 40px;
	width: 100%;
	height: auto;
	/*min-height: 24em;*/
	position: relative;
	overflow: hidden;
	background: #3ebf57;
	background: linear-gradient(#E7EEE9, #E3F3F1);
}
#seikyu .main-v .contents {
	max-width: 1164px !important;
	position: relative;
}
#seikyu h1 {
	margin: 0 auto 24px;
	font-size: 1.8em;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center; }

#seikyu h1 span {
	font-size: 0.8em;
	  /*white-space: nowrap;*/ }

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width: 64em) {
	#seikyu .main-v {
		padding: 72px 0 115px;
		background: #3ebf57;
		background: linear-gradient(#E7EEE9, #E3F3F1);
	}
	#seikyu h1 {
		margin-top: 30px;
	}
}

#seikyu .main-v .contents {
	padding-top: 90px;
}
#seikyu .main-v .contents h1 {
	color: #333333;
	margin-bottom: 32px;
	line-height: 1.3;
}
#seikyu .main-v .contents h1 .small {
	font-size: 17.6px;
	font-weight: 700;
	color: #555555;
	padding-bottom: 20px;
	display: inline-block;
}
#seikyu .main-v .contents h1 .large {
	font-size: 32px;
}
#seikyu .main-v .contents h1 .color1 {
	color: #297F3A;
}
#seikyu .main-v .contents .btn-area .comment {
	white-space: nowrap;
	text-align: center;
}
#seikyu .main-v .contents .btn-area a.btn-org {
	width: 95%;
	margin: auto;
}

@media screen and (min-width: 75em) {
	#seikyu .main-v .contents h1 .small {
		font-size: 28px;
		padding-bottom: 30px;
	}
	#seikyu .main-v .contents h1 .large {
		font-size: 39px;
		padding-bottom: 18px;
		display: inline-block;
	}
	#seikyu .main-v .contents h1 .large02 {
		font-size: 34px;
		padding-bottom: 18px;
		display: inline-block;
		line-height: 1.4;
	}
}

#seikyu .main-v .contents {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}
#seikyu .main-v .contents .catch {
	flex-basis: 100%;
	margin-top: 30px;
	margin-bottom: 40px;
}
#seikyu .main-v .contents .catch .btn-area a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 59px;
}
#seikyu .main-v .contents .mainv_wi, #seikyu .main-v .contents .mainv_slack {
	width: 49.8%;
}
#seikyu .main-v .contents .mainv_wi {
	order: 2;
}
#seikyu .main-v .contents .mainv_slack {
	order: 3;
}
#seikyu .main-v .contents .mainv_logo {
	text-align: center;
}
#seikyu .main-v .contents .mainv_logo_w {
	width: 90%;
}
#seikyu .main-v .contents .mainv_logo_t {
	color: #555555;
	text-align: center;
	font-size: 15px;
	margin-top: 8px;
}

@media screen and (min-width: 48em) {
	#seikyu .main-v .contents .catch .btn-area a {
		width: 512px;
		height: 67px;
	}
	#seikyu .main-v .contents .mainv_wi, #seikyu .main-v .contents .mainv_slack {
		flex-basis: 49.8%;
		width: auto;
	}
	#seikyu .main-v .contents .mainv_wi {
		order: 2;
	}
	#seikyu .main-v .contents .mainv_slack {
		order: 3;
	}
}
@media screen and (min-width: 64em) {
	#seikyu .main-v {
		padding-bottom: 50px;
	}
	#seikyu .main-v .contents {
		padding-top: 0;
		justify-content: center;
		flex-wrap: nowrap;
		align-items: center;
	}
	#seikyu .main-v .contents .catch {
		order: 2;
		margin-bottom: 0;
	}
	#seikyu .main-v .contents .mainv_wi {
		order: 1;
	}
	#seikyu .main-v .contents .mainv_logo {
		position: absolute;
		right: 0px;
		bottom: 0px;
	}
	#seikyu .main-v .contents .mainv_logo_w {
		width: 130px;
	}
}

@media screen and (min-width: 75em) {
	#seikyu .main-v {
		padding-bottom: 60px;
	}
	#seikyu .main-v .contents {
		padding-top: 50px;
		align-items: flex-end;
	}
	#seikyu .main-v .contents .mainv_wi,
	#seikyu .main-v .contents .mainv_slack {
		flex-basis: 200px;
		margin-bottom: 10px;
	}
	#seikyu .main-v .contents .mainv_logo_w {
		width: 140px;
	}
}

/*-----------------
 *各section　上下の余白設定
-----------------*/
section {
	width: 100%;
	padding: 40px 0;
}
section .contents {
	padding-top: 0;
	padding-bottom: 0;
}
section .contents img {
	width: 100%;
}
@media screen and (min-width: 48em) {
  section {
    padding: 80px 0; }
}

@media screen and (min-width: 75em) {
  section .pctab-only {
    display: block !important; }
}

#seikyu #cooperation_more .addtx {
  padding: 16px 0 64px 0;
  font-size: 14.4px; }
  #seikyu #cooperation_more .addtx p {
    line-height: 1.5; }
  #seikyu #cooperation_more .addtx a {
    text-decoration: underline !important; }
  #seikyu #cooperation_more .addtx a:after {
    content: url("/web/jp/seikyu/function/cooperation/images/ic_blank.svg");
    margin-left: 6px; }

@media screen and (min-width: 48em) {
  .addtx {
    padding: 16px 0 78px 0; }
}

/*-----------------
 *各section　h2
-----------------*/
section h2 {
	font-size: 20.8px;
	text-align: center;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 32px;
	color: #555555;
	padding-right: 15px;
	padding-left: 15px;
}

@media screen and (min-width: 48em) {
	section h2 {
		font-size: 31px;
	}
	section h2.detail {
		font-size: 29px;
	}
}

/*-----------------
 *btn
-----------------*/
.btn-area a {
	justify-content: center;
	border-radius: 6px;
	font-size: 17.6px;
	width: 100%;
	max-width: 32em;
	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-org-line {
	border: #FF7800 2px solid;
	background-color: #FFF;
	color: #FF7800 !important;
}
.btn-area a.btn-org-line:after {
	content: url("/web/jp/seikyu/function/cooperation/images/ic_dl.png");
}
.btn-area a.btn-gre {
	background-color: #40A83E;
	color: #fff !important;
}
.btn-area a.btn-gre:after {
	content: "＞";
}
a[class^=btn]:hover {
	opacity: 0.85;
	cursor: pointer;
	text-decoration: none;
}
@media screen and (min-width: 48em) {
	.btn-area a {
		font-size: 20.8px;
		position: relative;
	}
}
.btn-sec {
	width: 90%;
	max-width: 32em;
	margin: auto;
	text-align: center;
	position: relative;
}
.btn-sec a {
	padding: 20px;
	background-color: #FF3333;
	border-radius: 6px;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3em;
	display: block;
	position: relative;
}
.btn-02 a {
	background-color: #97BF18;
	margin-top: 30px;
}
.btn-03 a {
	background-color: #FF7800;
	margin-bottom: 20px;
}
.btn-03_tx {
	position: relative;
	display: inline-block;
	margin-bottom: -10px;
	padding: 7px 30px;
	color: #333333;
	font-size: 16px;
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .5);
	z-index: 10;
}
.btn-03_tx:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #ffffff;
	z-index: 10;
}

@media screen and (min-width: 48em) {
	.btn-sec a::after {
		content: "＞";
		position: absolute;
		top: 0.65em;
		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;
	}
}
/*-----------------
 *section 連携してできること
-----------------*/
#sec-alignment .contents p {
	line-height: 1.5;
}
#sec-alignment .contents .alignment_div {
	text-align: center;
	margin-bottom: 20px;
}
#sec-alignment .contents .alignment_features {
	background-color: #f2f2f2;
	width: 100%;
}
#sec-alignment .contents .alignment_features h4 {
	text-align: center;
	padding-top: 60px;
	color: #555555;
}
#sec-alignment .contents .alignment_features ul,
#sec-alignment .contents .alignment_features ol,
#sec-alignment .contents .alignment_features p {
	width: 80%;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left : auto;
	font-size: 14px;
}
#sec-alignment .contents .alignment_features ul li,
#sec-alignment .contents .alignment_features ol li {
	line-height: 1.7;
	color: #555555;
	padding-bottom: 8px;
}
#sec-alignment .contents .alignment_img01 {
	margin-top: 20px;
}
#sec-alignment .contents h3 {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 10px;
}
#sec-alignment .contents .sec-alignment_box h3 {
	font-size: 19px;
	padding: 0.1em 0.5em;
	color: #267C3A;
	background: transparent;
	border-left: solid 5px #267C3A;
	margin-bottom: 1.5rem;
}
#sec-alignment .contents h4 {
	font-size: 17px;
	color: #333333;
	margin-left: 20px;
}
#sec-alignment .contents .sec-alignment_box {
	margin-top: 40px;
}
#sec-alignment .contents .sec-alignment_box .sec-alignment_h4 {
	display: flex;
	flex-direction: column-reverse;
}
#sec-alignment .contents .sec-alignment_box .sec-alignment_h4 img {
	width: 150px !important;
	margin-bottom: 10px;
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width: 64em) {
	#sec-alignment .contents .sec-alignment_box .sec-alignment_h4 {
		flex-direction: row;
	}
	#sec-alignment .contents .sec-alignment_box .sec-alignment_h4 img {
		margin-bottom: 0;
		margin-top: 2px;
	}
}
#sec-alignment .contents .sec-alignment_box p {
	margin-left: 20px;
	line-height: 1.5;
}
#sec-alignment .contents .sec-alignment_box ul li {
	position: relative;
	padding-left: 20px;
	padding-bottom: 16px;
	margin-left: 20px;
	line-height: 1.5;
}
#sec-alignment .contents .sec-alignment_box ul li:before {
	content: "";
	position: absolute;
	top: .6em;
	left: .1em;
	width: 8px;
	height: 8px;
	background-color: #267C3A;
	border-radius: 50%;
}
#sec-alignment .contents .sec-alignment_box ul li span {
	font-size: 14px;
	color: #555555;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width: 48em) {
	#sec-alignment .contents .alignment_div {
		margin-bottom: 40px;
	}
	#sec-alignment .contents .alignment_features ul.flexlist {
		display: flex;
		flex-wrap: wrap;
	}
	#sec-alignment .contents .alignment_features li.flexitem {
		margin-left: 5px;
		width: calc(50% - 10px);
	}
	#sec-alignment .contents h3 {
		font-size: 20px;
	}
	#sec-alignment .contents .sec-alignment_box h3 {
		font-size: 24px;
	}
	#sec-alignment .contents h4 {
		font-size: 20px;
		margin-bottom: 0.8rem;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width: 64em) {
	#sec-alignment .contents {
		padding: 0 20px;
	}
	#sec-alignment .contents .alignment_img01 {
		width: 670px;
	}
}
/*-----------------
 *section システムについて 使用しない
-----------------*/
#sec-about .contents h3 {
	font-size: 19px;
	margin-bottom: 15px;
}
.alignment_about {
	margin-bottom: 40px;
}
.alignment_about p,
.alignment_about dl {
	font-size: 15px;
}
.alignment_about dd {
	line-height: 1.5
}
.alignment_img02 {
	width: 70%;
	text-align: center;
	border: 1px solid #888888;
	margin: 0 auto;
	padding: 10px 0;
}
.alignment_img02 img {
	width: 80%;
}
@media screen and (min-width: 64em) {
	#sec-about .contents h3 {
		font-size: 24px;
		margin-bottom: 18px;
		color: #555555;
	}
}
@media screen and (min-width: 48em) {
	.alignment_about {
		margin-bottom: 60px;
	}
	.alignment_about p {
		font-size: 14px;
		padding-right: 20px;
	}
	.alignment_about dl {
		font-size: 14px;
		display: flex;
		flex-wrap: wrap;
	}
	.alignment_about dt {
		width: 40%;
	}
	.alignment_about dd {
		width: 60%;
	}
	.inner_left {
		width: 62%;
		float: left;
	}
	.alignment_img02 {
		width: 35%;
		float: right;
		padding: 30px 0;
	}
}
/*-----------------
 *section CTA 使用しない
-----------------*/
.sec-cta2 {
  padding: 80px 0;
  color: #fff;
  background: #edf5ed;
}
@media screen and (max-width: 767px) {
    .sec-cta2 {
        padding:10.6666666667vw 0
    }
}
.text-lead01 {
    font-size: 22px;
    font-weight: bold
}
@media screen and (max-width: 767px) {
    .text-lead01 {
        font-size:18px
    }
}
.text-white01 {
    color: #fff
}
.text-center {
    text-align: center
}
.mb_20 {
    margin-bottom: 20px !important
}
.cta2 {
    display: flex;
    align-items: flex-end;
    justify-content: center
}
@media screen and (max-width: 1200px) {
    .cta2 {
        align-items:flex-start
    }
}
@media screen and (max-width: 767px) {
    .cta2 {
        display:block
    }
}
.cta2-image {
    width: 270px;
    margin-right: 30px
}
@media screen and (max-width: 767px) {
    .cta2-image {
        margin:auto;
        margin-bottom: 30px
    }
}
.cta2-content {
    flex: 1
}
.cta2-point-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-bottom: 50px
}
.cta2-point-list li {
    display: flex;
    align-items: center;
    width: calc(50% - 20px);
    margin-left: 20px;
    padding: 25px 0;
    color: #333;
    border-bottom: 1px dashed #333
}
@media screen and (max-width: 1200px) {
    .cta2-point-list li {
        width:calc(100% - 20px)
    }
}
.cta2-point-list li span {
    margin-right: 10px;
    font-size: 24px;
    font-weight: bold
}
.cta2-button-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-bottom: 0
}

.cta2-button-list li {
    width: calc(50% - 20px);
    margin-left: 20px;
    color: #555;
    font-weight: bold;
    text-align: center
}
@media screen and (max-width: 1200px) {
    .cta2-button-list li {
        width:calc(100% - 20px)
    }
}
@media screen and (max-width: 1200px) {
    .cta2-button-list li+li {
        margin-top:40px
    }
}
.cta2-button-list li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    margin-top: 10px;
    color: #fff;
    font-size: 20px;
    line-height: 1.25;
    border-radius: 10px;
    background: #ff7800;
}
@media screen and (max-width: 767px) {
    .cta2-button-list li a {
        font-size:16px
    }
}
.cta2-button-list li a.is-online {
    color: #333;
    background: #267C3A;
}
.cta2-button-list li a.is-online p {
    padding-left: 25px;
}
.cta2-button-list li a .icon {
    text-align: center;
}
.cta2-button-list li a p {
    color: #fff;
    padding-left: 15px;
    margin-bottom: 0;
}
.cta2-button-list li a::after {
    content: "";
    position: absolute;
    right: 1em;
    width: .4em;
    height: .4em;
    top: 50%;
    margin-top: -0.2em;
    border-top-width: 1px;
    border-top-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
    transform: rotate(45deg);
    color: #ffffff;
}
.cta2-button-list li a:hover {
    box-shadow: 0 3px 5px rgba(0,0,0,.4)
}
/*-----------------
 *section DtoD
-----------------*/
#sec-dtod {
	background-color: #FFFDF5;
}
#sec-dtod .dtod_p {
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.5;
}
.dtod_box {
	display: flex;
	align-items: start;
	justify-content: space-between;
	padding: 50px 60px;
	border: 2px solid #97BF18;
	position: relative;
	background-color: #ffffff;
}
.dtod_box::before {
	position: absolute;
	content: "";
	top: -2px;
	right: -2px;
	width: 46px;
	height: 46px;
	background: rgb(41, 127, 58);
	background: linear-gradient(45deg, rgba(41, 127, 58, 1) 0%, rgba(41, 127, 58, 1) 50%, rgb(255 253 245) 50%, rgb(255 253 245) 100%);
}
.dtod_box img {
	max-width: 400px;
}
.dtod_detail {
	color: #297F3A;
	font-size: 26px;
	font-weight: 700;
	padding: 15px 16px;
	margin-bottom: 35px;
	background: url(/web/jp/seikyu/function/cooperation/images/sp_dtod_img.svg) repeat-x left bottom / contain;
	position: relative;
}
.dtod_detail::before {
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 4px;
	height: 60%;
	background-color: #297F3A;
}
.dtod_box_inner {
	max-width: 445px;
}
.dtod_box_inner p {
	text-align: left;
	line-height: 1.5;
}
@media (max-width: 767px) {
	.dtod_box {
		flex-direction: column;
		gap: calc(20 / 375* 100vw);
		padding: calc(20 / 375* 100vw) calc(20 / 375* 100vw) calc(30 / 375* 100vw);
		border: calc(2 / 375* 100vw) solid #97BF18;
	}
	.dtod_box_inner {
		max-width: 100%;
	}
	.dtod_box img {
		max-width: 100%;
	}
	.dtod_detail {
		font-size: calc(20 / 375* 100vw);
		padding: calc(14 / 375* 100vw);
		margin-bottom: calc(20 / 375* 100vw);
		background: url(/web/jp/seikyu/function/cooperation/images/sp_dtod_img.svg) repeat-x left bottom / contain;
	}
	.dtod_detail::before {
		width: calc(4 / 375* 100vw);
	}
}
/*-----------------
 *section 大幅削減が可能に
-----------------*/
#sec-possible .container{
/*  display:flex;
  flex-direction: column;*/
	width: 100%;
}
#sec-possible h2 {
	width: 90%;
	max-width: 64em;
	margin: auto auto 45px;
}
#sec-possible img {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.possible_pc {
		display: none !important;
	}
}
@media screen and (min-width: 48em) {
	.possible_sp {
		display: none !important;
	}
}
p.possible_btn {
	text-align: center;
	font-weight: bold;
}
.possible_btn.pc_only {
	display: none;
}
@media screen and (min-width: 48em) {
	.possible_btn.pc_only {
		display: block;
		margin-top: 60px;
	}
}
.possible_btn.sp_only {
	display: block;
	line-height: 1.4em;
	margin-top: 30px;
}
@media screen and (min-width: 48em) {
	.possible_btn.sp_only {
		display: none;
	}
}
/*@media screen and (min-width: 48em) {
	#sec-possible .container {
		flex-direction: row;
	}
	#sec-possible .container img {
		width: 50%;
	}
}*/
/*-----------------
 *section　利用料
-----------------*/
section#sec-fee h2{
    width: 90%;
    max-width: 64em;
    margin: auto auto 45px;
}
section#sec-fee .text-fee {
    color: #267c3a;
    font-weight: bold !important;
    text-align: center !important;
}
.usage_fee {
  background: #F5FAF5;
  border: 1px solid #267C3A;
  padding: 45px;
}
.usage_fee h3 {
  color: #267C3A;
  font-weight: bold;
  margin: 30px 0;
  text-align: center;
  line-height: 1.5em;
}
.usage_fee img, .usage_fee p {
  margin: 0 auto;
}
.usage_fee p {
  font-size: 14px;
  line-height: 1.5em;
}
/* SPサイズ ～767px */
@media screen and (max-width:767px) {
  .usage_fee {
    display: none !important;
  }
  .usage_fee_sp {
    background: #F5FAF5;
    border: 1px solid #267C3A;
    padding: 45px;
  }
  .usage_fee_sp h3 {
    color: #267C3A;
    font-weight: bold;
    margin: 30px 0;
    line-height: 1.5em;
    font-size: 20px;
  }
  .usage_fee_sp img, .usage_fee_sp ul {
    width: 100%;
    margin: 0 auto;
  }
  .usage_fee_sp ul li {
    font-size: 14px;
    line-height: 1.5em;
  }
}
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
  .usage_fee_sp {
    display: none !important;
  }
  .usage_fee img, .usage_fee p {
    width: 100%;
  }
  .usage_fee h3 {
    font-size: 20px;
  }
}
/* タブレット調整用サイズ 864px(16×54em)～*/
@media screen and (min-width:54em) {
  .usage_fee h3 {
    font-size: 1.5em;
  }
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
  .usage_fee img, .usage_fee p {
    width: 823px;
  }
}
/*-----------------
 *section システム連携までの流れ
-----------------*/
.sec_flow {
	background-color: #FFFDF5;
}
.sec_flow p {
	line-height: 1.5;
	font-size: 18px;
	margin-bottom: 1.5rem;
}
.sec_flow .flow_box {
	background: none;
	min-height: auto;
	width: 100%;
	height: auto;
}
.sec_flow .flow_box p {
	text-align: center;
}
.sec_flow .flow_box img {
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.flow_box {
		display: none !important;
	}
	.flow_box_sp {
		max-width: 400px;
		margin: 0 auto;
	}
	.flow_box_sp img {
		width: 100%;
	}
}
@media screen and (min-width: 48em) {
	.flow_box_sp {
		display: none !important;
	}
}
.sec_flow .support_link {
	display: block;
	text-align: center;
	margin: 1.4em auto 0;
	line-height: 1.4em;
	text-decoration: underline !important;
	color: #2684e2;
}
@media screen and (min-width: 48em) {
	.sec_flow .support_link {
		font-size: 18px;
	}
}
/*-----------------
 *section　支払業務に便利な機能のご紹介
-----------------*/
#sec-function_common {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding: 0 0 40px;
}
@media screen and (min-width: 48em) {
	#sec-function_common {
		padding: 0 0 80px;
	}
}
#function_buyer + #sec-function_common {
	padding-bottom: 0 !important;
}

/*IE11*/
/*==================================*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #seikyu .main-v .contents .mainv_wi, #seikyu .main-v .contents .mainv_slack {
    flex-basis: 300px !important;
    width: auto !important;
    height: auto !important; }

  *::-ms-backdrop, #seikyu .main-v .contents h1 {
    padding-bottom: 0 !important; } }

.footer_nav ul li a:hover{
    text-decoration: none !important;
}

/*-----------------
 *footer　bootstrapの不要なマージン,
ホバー時のアンダーライン調整
-----------------*/
.footer_list p{
  margin-bottom: 0;
}

.footer_list a:hover{
    text-decoration: none;
}

/*-----------------
 *連携方法等　テーブル追加
-----------------*/
table .tbl-r02 {
  margin: 20px auto;
}

.tbl-r02 th {
  width:24%;
  background: #E7EEE9;
  border: solid 2px #40A83E;
  vertical-align:middle;
  padding: 10px 20px;
}

.tbl-r02 th h3{
	color: #267C3A;
	font-size: 20px !important;
	margin-bottom: 0 !important;
	line-height: 1.5;
}

.tbl-r02 td {
  width:76%;
  border: solid 2px #40A83E;
  padding: 10px 20px;
}

.tbl-r02 td h4{
	display: inline-block;
  font-size:18px !important;
}

.tbl-r02 td ul{
  margin:10px 0 0;
}

.tbl-r02 td ul li{
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
    margin-left: 20px;
    line-height: 1.5;
}

.tbl-r02 td ul li span{
	font-size: 15px;
}

.tbl-r02 td ul li:last-child{
	margin-bottom: 0;
}

.tbl-r02 td ul li:before {
    content: "";
    position: absolute;
    top: .6em;
    left: .1em;
    width: 6px;
    height: 6px;
    background-color: #267C3A;
    border-radius: 50%;
}

.tbl-r02 td img{
display: inline-block;
    width: auto;
    height: 24px;
    padding-left: 2rem;
}
 
@media screen and (max-width: 640px) {
.last td:last-child {
    border-bottom: solid 2px #40A83E;
    width: 100%;
  }
.tbl-r02 {
    width: 80%;
	margin: 0 auto;
  }
.tbl-r02 th,
.tbl-r02 td {
   border-bottom: none;
   display: block;
   width: 100%;
  }
}
