@charset "utf-8";
/* CSS Document */
/*-------------------
製品ページ　manualページ用CSS
/seikyu/manual/index.asp
-------------------*/
@media screen and (min-width: 75em) {
    body.manual_hidden_ctl {
        overflow: visible !important;
    }
}
html {
	scroll-padding-top: 4.5em; /* 固定ヘッダの高さ分 */
}
h1 {
	font-size: 1em;
	line-height: 1.4;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1.75em;
	text-align: center;
}
h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 1.3em;
}
.contents {
	width: 90%;
	max-width: 64em;
	margin: auto;
	text-align: center;
}
.fb {
	font-weight: bold;
}
.pl15 {
	padding-left: 16px;
}
.txc {
	text-align: center !important;
}
.tx_g01 {
	color: #267c3a;
}
.mb-85 {
	margin-bottom: 8.5em;
}
.faq-list dd a,.word-break-txt{word-break: break-all;}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
#btn_Pagetop {
	z-index: 10;
}
p.button01 {
	border: 2px solid #FF5386;
	border-radius: 5px;
	width: 80%;
	text-align: center !important;
	padding: 0.3em 0;
	color: #FF5386;
	margin: 5px 10px;
	font-weight: bold;
}
@media screen and (min-width:48em) {
	p.button01 { 
		width: 70%;
	}
}
p.button01:hover {
	color: #fff;
	background: #FF5386;
}

.sp {
	display: block;
}
@media screen and (min-width:48em) {
	.sp { 
		display: none;
	}
}

/*-----------------
 *page title
-----------------*/
.page_title { 
	padding: 8em 0 3em;
}
@media screen and (min-width:48em) {
	.page_title { 
		padding: 8em 0 5em;
	}
}
.page_title h1 span {
	padding-bottom: 0.08em;
	font-size: 1.5em;
	font-weight: bold;
	display: block;
}
@media screen and (min-width:48em) {
	.page_title h1 span { 
		font-size: 2em;
	}
}
@media screen and (min-width:64em) {
	.page_title h1 span { 
		font-size: 2.5em;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	.page_title { 
		padding: 11em 0 4em;
	}
}
p.manual_tx {
    margin-top: 10px;
    font-size: 1.1em;
    line-height: 1.3;
}
@media screen and (min-width:48em) {
	p.manual_tx { 
		font-size: 1.2em;
	}
}
/*-----------------
 *sec-manual
-----------------*/
#sec-manual {
	background: #ffffff;
	padding: 3em 0 0;
}
@media screen and (min-width: 75em) {
	#sec-manual {
		background: #f5f5f5;
	}
	.sec-manual_wrapper {
		display: flex;
		justify-content: center;
	}
	.manual_section_inner {
		width: 64%;
		max-width: 726px;
		margin: 0 24px 0 0;
		background-color: #ffffff;
	}
}
/*-- *タブ --*/
.manual_label_main {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 1000px;
    background: #f5f5f5;
    padding: 20px 0;
}
.manual_label_main ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.manual_label_main ul li {
    background-color: #fff;
    width: 48%;
    max-width: 15em;
    transition: .3s;
    cursor: pointer;
    letter-spacing: 0.2em;
	line-height: 1.1;
    height: 3em;
}
.manual_label_main ul li a {
	display: flex;
	width: 100%;
	height: 100%;
	color: #333333;
	position: relative;
	align-items: center;
    justify-content: center;
}
.manual_label_main ul li a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
	.manual_label_main ul li a::after {
		display: none
	}
}
.manual_label_main ul li:hover {
    background-color: #333333;
}
.manual_label_main ul li:hover a {
    color: #fff;
	opacity: 1;
}
.manual_label_main ul li:hover a::after {
  border-bottom: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}
/*-- *sec-install マニュアル一覧 --*/
.download_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: center;
    align-items: stretch;
    gap: 20px 20px;
}
.download_item {
    width: 100%;
}
@media (min-width: 576px) {
.download_item {
    width: calc(100%/2 - 12px);
  }
}
@media (min-width: 992px) {
.download_item {
    width: calc(100%/3 - 16px);
  }
}
a.download_box {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 2px;
    color: #333;
    transition: .3s;
}
.download_box.label_new::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 4em solid transparent;
    border-left: 4em solid #c12748;
    position: absolute;
    z-index: 100;
}
.download_box figure {
    overflow: hidden;
}
.download_box figure img {
    transition: .3s;
}
.download_box .txt {
    padding: 20px;
}
.download_box .txt h3 {
    margin-bottom: 0;
    font-size: 1em;
	line-height: 1.3;
}
.btn_download {
    margin-top: auto;
    padding: 0 0 20px;
    text-align: center;
}
.btn_download span {
    display: inline-block;
    position: relative;
    width: 90%;
    max-width: 170px;
	height: 15px;
    padding: 0.7em 1em;
    background-color: #ff7800;
    border: 1px solid #ff7800;
    border-radius: 999px;
    font-size: 16px;
    color: #fff;
    line-height: 1.0;
    letter-spacing: 0.05em;
    transition: .3s;
}
.btn_download span::after {
    content: "";
    position: absolute;
    right: 1em;
    width: 8px;
    height: 8px;
    top: 50%;
    margin-top: -4px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    transform: rotate(45deg);
}
.download_box.label_new::after {
    content: "New";
    display: block;
    position: absolute;
    top: 0.6em;
    left: 0.2em;
    color: #fff;
    transform: rotate(-45deg);
    z-index: 101;
}
/*-- *sec-function --*/
#sec-function {
	margin-bottom: 50px;
}
.question-wrap {
	margin: 0 1em;
	text-align: left;
}
@media screen and (min-width:48em) {
	.question-wrap { 
		margin: 0 2.5em;
	}
}
.question-wrap h3 {
	font-size: 1.1em;
	margin-top: 2.2em;
	text-align: left;
	color: #267c3a;
	position: relative;
	padding: 0.6em;
	background: #edf5ed;
	line-height: 1.3;
}
@media screen and (min-width:48em) {
	.question-wrap h3 { 
		font-size: 1.2em;
	}
}
@media screen and (min-width:64em) {
	.question-wrap h3 { 
		font-size: 1.3em;
	}
}
.question-wrap h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #edf5ed;
  width: 0;
  height: 0;
}

.question-wrap h4 {
	font-size: 1.1em;
	text-align: left;
	font-weight: bold;
	margin: 1.2em 0 1em;;
	padding: 0.25em 0.5em;/*上下 左右の余白*/
	color: #267c3a;
	background: transparent;/*背景透明に*/
	border-left: solid 5px #267c3a;/*左線*/
}
@media screen and (min-width:48em) {
	.question-wrap h4 { 
		font-size: 1.1em;
	}
}
.question-wrap p {
	line-height: 1.7;
}
p.q001 {
    background: #F5F5F5;
    padding: 1.2em 1em;
}
p.a001 {
    background: #fcfcfc;
    padding: 1.2em 0 1.2em 3.3em;
    border: 1px solid #F5F5F5;
    margin-bottom: 15px;
}
.question-wrap ul {
	padding-left: 10px;
	text-align: left;
}
.question-wrap ul li {
	line-height: 1.6;
}

/*-- *FAQ Content --*/
#sec-faq-intro, #sec-install, #sec-support {
	padding-top: 0;
	margin-top: 0;
}
#sec-faq-plan{
	margin-bottom:3em;
}
#sec-manual .faq-list {
	background: #fff;
    border-radius: 6px;
	padding: 1.25em 1em 1.25em 3.05em;
	margin-bottom: 1em;
	font-size: 1em;
	text-align: left;
}
#sec-manual .faq-list dt {
	position: relative;
	padding-top: 2px;
	line-height: 1.6;
}
#sec-manual .faq-list dd {
	position: relative;
	margin-top: 1.5em;
	padding-top: 2px;
	line-height: 1.6;
}
#sec-manual .faq-list dd p {
	line-height: 1.6;
}
#sec-manual .faq-list dt::before {
	content: "Q";
    background: #333;
    color: #fff;
    line-height: 1.8;
    top: 0;
    left: -36px;
}
#sec-manual .faq-list dd::before {
	content: "A";
    background: #fff;
    color: #333;	
	border: 1px solid #333;
    line-height: 1.8;
    top: 0;
    left: -36px;
}
#sec-manual .faq-list dt::before, #sec-faq dd::before {
	display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
	margin-right: 1em;
}
#sec-manual .faq-list .bold {
	font-weight: bold;
}
#sec-manual .faq-list a {
	text-decoration: underline;
	color: #2684e2;
}
#sec-manual .faq-list a:hover {
	opacity: 0.8;
}

#sec-manual .faq-list ul{
    margin-top:1em;
    padding-left:1em;
}
#sec-manual .faq-list ol{
    margin-top:1em;
    padding-left:1.2em;
}
#sec-manual .faq-list ul li{
    list-style-type: disc;
    line-height: 1.4;
    margin-bottom:0.5em;
}
#sec-manual .faq-list ol li{
    list-style-type: decimal;
    line-height: 1.4;
    margin-bottom:0.5em;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#sec-manual .faq-list {
		padding: 1.25em 1em 1.25em 3.625em;
	}
	#sec-manual .faq-list dd {
		margin-top: 1.25em;
	}
	#sec-manual .faq-list dt::before {
		top: 0;
		left: -40px;
	}
	#sec-manual .faq-list dd::before {
		top: 0;
		left: -40px;
	}
} 
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#sec-manual .faq-list {
		padding: 1.5em 1.5em 1.5em 4.75em;
	}
	#sec-manual .faq-list dt {
		padding-top: 6px;
	}
	#sec-manual .faq-list dd {
		margin-top: 1.5em;
		padding-top: 6px;
	}
	#sec-manual .faq-list dt::before {
		line-height: 2;
		top: 0;
		left: -50px;
	}
	#sec-manual .faq-list dd::before {
		line-height: 2;
		top: 0;
		left: -50px;
	}
	#sec-manual .faq-list dt::before, #sec-faq .faq-list dd::before {
		display: block;
		width: 32px;
		height: 32px;
		margin-right: 1.25em;
	}
}
/*-----------------
 *manual_side_wrapper　右サイドバー
-----------------*/
.manual_side_wrapper {
	display: none;
}
@media screen and (min-width: 75em) {
	.manual_side_wrapper {
		display: block;
		width: 250px;
		position: sticky;
		top: 108px;
		margin-bottom: 8.5em;
		box-sizing: border-box;
		height: fit-content;
	}
	.manual_label_side {
		width: 100%;
		background-color: #fff;
		padding: 10px;
		margin-bottom: 15px;
		box-sizing: border-box;
	}
	.manual_label_side .manual_label_title {
        width: 100%;
        padding: 16px 0;
        margin-bottom: 8px;
        background-color: #F0F0F0;
        color: #333;
        font-weight: 700;
        font-size: 20px;
        letter-spacing: 0.2em;
		text-align: center;
    }
    .manual_label_side ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 8px;
    }
    .manual_label_side ul li {
        border-bottom: 2px solid #f5f5f5;
        text-align: left;
        transition: .3s;
        cursor: pointer;
        font-size: 14px;
		height: 3em;
		line-height: 3em;
        letter-spacing: 0.1em;
		padding-left: 2px;
    }
    .manual_label_side ul li:hover {
        background-color: #333333;
    }
    .manual_label_side ul li a {
		display: block;
		width: 100%;
		height: 100%;
        color: #333333;
    }
    .manual_label_side ul li:hover a {
        color: #ffffff;
    }
    .manual_label_side .cnv-btn {
        width: 100%;
    }

    .manual_label_side .cnv-btn a {
        font-size: 18px;
        letter-spacing: 0.1em;
    }

    .manual_label_side .cnv-btn a::after {
        line-height: 7px;
        font-size: 18px;
        top: 47%;
        transform: translateY(-50%) scale(0.5, 1.0);
    }
    .manual_label_side .bcolor_o a {
        background-color: #fd7822;
    }
}

/* ------------------
202503 WA add
-------------------- */
* {
    scroll-padding: 64px;
    scroll-behavior: smooth;
}

.faq_label_main {
    margin: 0 auto 32px;
}

.table_layout table th a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

/*-----------------
 *sec-cnv　CVエリア
-----------------*/
#sec-cnv .section_lead,#sec-cnv_2 .section_lead,#sec-cnv_3 .section_lead{
	text-align: center;
	margin-bottom: 32px;
	font-size: 1.3em;
	line-height: 1.6em;
	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
}

/*-----------------
 *sec-cnv　CVエリア
-----------------*/
#sec-cnv{
	background-color: #f0f0f0;
}
#sec-cnv_2{
	background-color: #ffffff;
	border-top: 6px solid #40a83e;
	position: relative;
}
#sec-cnv_3{
	background-color: #ffffff;
}
#sec-cnv,#sec-bnr,#sec-cnv_2,#sec-cnv_3{
	padding: 5em 0 5em;
}

#sec-cnv .section_lead,#sec-cnv_2 .section_lead,#sec-cnv_3 .section_lead{
	text-align: center;
	margin-bottom: 32px;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
}
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ボタン
-----------------*/
.sec-contact {
	padding: 30px 0 20px;
}
.contact-title2 {
	font-size: 1.5em;
	line-height: 1.4;
	margin-bottom: 20px;
}
/*吹き出し追加*/
.tit-border{
	display:inline-block;
	position: relative;
	padding: 1rem 1.5rem;
	font-size: 1.5rem;
	text-align: center;
}
.tit-border::before,
.tit-border::after {
    position: absolute;
    top: 1.2rem;
    height: 1.8rem;
    content: '';
}

.tit-border::before {
    border-left: solid 1px;
    left: 0;
    transform: rotate(-30deg);
}

.tit-border::after {
    border-right: solid 1px;
    right: 0;
    transform: rotate(30deg);
}

.sp_only{
		display: none;
}


.cnv-btn {
	width: 90%;
	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;
	}
}
header.header2022 .header-btns a.cv_btn_header:hover{
	color:#fff !important;
}

/*-----------------
 *sec-cnv　コンバージョンエリア
-----------------*/
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	#sec-benefits .sec-bf_merit::after,#sec-cnv_2::after {
		left: 49%;
	}
	.merit-box {
		max-width: 55em;
	}
	.merit-box .merit-card {
		background-color: #fff;
		width: 180px;
		height: 210px;
		margin-right: 50px!important;
		margin-bottom: 0!important;
	}
}

/*-------------------
CTAエリア追加
-------------------*/
.clr {
    display: block;
}

.btn-cta:hover, .btn-online:hover {
    opacity: 0.7;
}
.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 !important;
    transition: ease .2s;
}

.btn-cta a{
	display:block;
	padding: 15px 0;
}

.btn-cta span {
    position: relative; 
    z-index: 3;
    color: #fff; 
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.1em;
	display: block;
}

.btn-cta span::after {
    content: "";
    position: absolute;
    right: -1em;
    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 span {
    color: #fff; 
}

.btn-online{
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 513px;
    border: 1px solid #fff;
	border-radius: 4px;
	background-color: #0D7036;
    box-shadow: 0 5px 12px rgb(0 0 0 / 40%);
    text-decoration: none;
    outline: none; 
    text-align: center !important;
    transition: ease .2s;
}

.btn-online a{
	display:block;
	padding: 15px 0;
}


.btn-online span {
    position: relative; 
    z-index: 3;
    color: #fff; 
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.1em;
	display: block;
}

.btn-online span::after {
    content: "";
    position: absolute;
    right: -1em;
    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-online:hover span {
    color: #fff; 
}

.btn-contents .btn-cta span::after, .btn-contents .btn-online span::after {
	right: 10px;
}

.btn-contents .btn-online{
	margin-top: 16px;
}
	
.cta-txt{
	text-align: center;
	line-height: 1.5;
	margin-top: 40px;
	font-size: 14px;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
.contact-title-left{
		float: left;
		width: 50%;
		padding-right: 4px;
		box-sizing: border-box;
		margin-bottom: 0;
}
.contact-title-right{
		float: left;
		width: 50%;
		padding-left: 4px;
		box-sizing: border-box;
		margin-bottom: 0;
}

.contact-title2{
		font-size: 25px;
		line-height: 38px;
		margin: 20px 0 36px;
}
.contact-supplier{
		text-align: center;
	    margin-top:20px;
}
.btn-contents .btn-cta, .btn-contents .btn-online{
		width: 95%;
	    margin:0 auto;
}
.btn-contents .btn-online {
    margin-top: 16px;
}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	.btn-contents .btn-cta, .btn-contents .btn-online {
		max-width: 360px;
	}

	.btn-contents .btn-cta{
		float: left;
	}
	.btn-contents .btn-online{
		float: right;
		margin-top: 0;
	}
}
@media screen and (min-width:74em){
.btn-contents .btn-cta, .btn-contents .btn-online{
		max-width: 280px;
}
}

@media (max-width: 767px) {
	.contact-title2 {
		font-size: 1.25em;
	}
	.btn-cta, .btn-online {
		display: block;
		width: 100%;
		margin: 0 auto;
	}

	.btn-cta a, .btn-online a{
		padding: 10px 0;
	}
	.btn-cta span, .btn-online span {
		font-size: 18px;
	}
	.contact-supplier{
		max-width: 445px;
		margin: 13px auto 0;
	}
	.pc_only{
		display: none;
	}
	.sp_only{
		display: block;
	}
	.tit-border::before, .tit-border::after {
		top: 2.2rem;
	}
	.ttl-s{
		font-size: 22px;
	}
}
@media (max-width: 430px) {
	.btn-cta span, .btn-online span {
		font-size: 14px;
	}
.ttl-s {
		font-size: 13px;
	}
}
/*-----------------
 機能比較表
-----------------*/
.hikakuhyo{
	width: 90%;
	margin: auto;
	margin-top: 20px;
}

.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after, .cf:after {
    clear: both;
}

.hikakuhyo h5{
float: left;
font-weight: bold;
}

.hikakuhyo .kome{
font-size: 14px;
}

.tx-kaite {
    color: #dd145a !important;
}

/*.bg-kaite {
    background-color: #dd145a !important;
}*/

.mr10, .mh10, .ma10 {
    margin-right: 10px !important;
}

.h40 {
    height: 40px !important;
}

.w6 {
    width: 6px !important;
}

.ic-new-tx {
    display: block;
    float: left;
}

.pt10, .pv10, .pa10 {
    padding-top: 10px !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}

.table_scroll th, .table_scroll td{
	line-height: 1.0;
}

.table-small-txt{
	font-size: 12px;
	text-align: right;
	padding-right:60px;
}


.seller .table_layout02, .buyer .table_layout02{
    white-space: nowrap;
}

.seller.table_layout table th, .seller.table_layout table td{
	border:1px solid #f3d896;
	font-size:12px;
}

.seller .table_layout01, .buyer .table_layout01{
	white-space: nowrap;
}

.seller .table_layout01 .bk01{
	background:#df9300;border:1px solid #df9300;
}

.seller .table_layout01 .bk03{
	border-bottom:1px solid #df9300;
}

.seller .table_layout02 .bk02 td{
	border-top:5px solid #df9300;border-bottom:5px solid #df9300;color:#bf8007;
}

.seller .table_layout02 .bk02 td.bk02_last{
	border-right:5px solid #df9300;
}

/*.seller .table_layout02{width:933px;}項目が増えた場合にこちらの横幅を調整*/

.seller .table_layout02 .w01{
	width:80px;
}

.seller .table_layout02 .w02{
	width:90px;
}

.seller .table_layout02 .w03{
	width:120px;
}

.seller .table_layout02 .w04{
	width:85px;
}
.seller .table_layout02 .w05{
	width:68px;
}
.seller .table_layout02 .w06{
	width:160px;
}
.seller .table_layout02 .w07{
	width:110px;
}
.seller .table_layout02 .w08{
	width:176px;
}

.buyer.table_layout table th, .buyer.table_layout table td{
	border:1px solid #f4bdd0;
	font-size:12px;
}
.buyer .table_layout01 .bk01{
	background:#db2364;
	border:1px solid #db2364;
}
.buyer .table_layout01 .bk03{
	border-bottom:1px solid #db2364;
}
.buyer .table_layout02 .bk02 td{
	border-top:5px solid #db2364;
	border-bottom:5px solid #db2364;
	color:#db2364;
}
.buyer .table_layout02 .bk02 td.bk02_last{
	border-right:5px solid #db2364;
}
/*.buyer .table_layout02{width:1700px !important;}項目が増えた場合にこちらの横幅を調整*/

.buyer .table_layout02 .w01{
	width:110px;
}
.buyer .table_layout02 .w02{
	width:200px;}
.buyer .table_layout02 .w03{width:95px;
}
.buyer .table_layout02 .w04{
	width:100px;
}
.buyer .table_layout02 .w05{
	width:150px;
}

.table_layout{
	margin:10px 0;display: flex;
}
.table_layout table{
	display:block;
	/*float:left;*/
}
.table_layout table th,.table_layout table td{
	border-collapse:collapse;
}
.table_layout table th,.table_layout table td{
	height:40px;padding:5px;vertical-align:middle;
}
.table_layout table th{
	padding-left:10px;
}
.table_layout table td{
	text-align:center;font-size:16px;
}
.table_layout01 td{
	width:65px;
}
.table_scroll{
	width:100%;
	overflow-x:auto;
	overflow-y: hidden;
}

.table_scroll.noOverflow{
	width: auto; overflow: visible;
}
.table_layout01 .bk01{
	color:#fff;font-weight:bold;font-size:17px;
}
.table_layout02 .bk02 td{
	height:32px;
}
.table_layout02 td span{
	font-size:14px;line-height:1.1;
}
.table_layout table .bk04{
	background:#f9f9f9;
}
.table_scroll::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 12px;
	height:12px;
	background-color: #eee;
}
.table_scroll::-webkit-scrollbar-thumb {
    background-color: #999;
	border-radius: 5px;
}
.table_scroll{
  scrollbar-width: auto;
  scrollbar-color: #999 #eee;
}

.table-subtxt{
  margin-top:20px;
}

/*.bg-urite02 {
    background-color: #bf8c0f !important;
}*/

.tx-urite02 {
    color: #bf8c0f !important;
}
