@charset "utf-8";
/* CSS Document */

/*-------------------
製品ページ　FAQページ用CSS
/seikyu/faq.asp
-------------------*/
h1 {
	font-size: 1em;
	line-height: 1.4;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1.75em;
	text-align: center;
}
h3 {
	font-size: 1em;
}
.contents {
	width: 90%;
	max-width: 64em;
	margin: auto;
	text-align: center;
}
.mb-60 {
	margin-bottom: 6.0em;
}
.mb-85 {
	margin-bottom: 8.5em;
}
.faq-list dd a,.word-break-txt{word-break: break-all;}
	
/*-----------------
 *pege title
-----------------*/
.page_title { 
	padding: 8em 0 5em;
}
.page_title h1 span {
	padding-bottom: 0.08em;
	font-size: 2.5em;
	font-weight: bold;
	display: block;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	.page_title { 
		padding: 11em 0 5em;
	}
}

/*-----------------
 *Content ボタン
-----------------*/
#sec-faq { 
    background: #f5f5f5;
	padding: 3.5em 0 0;
}
#sec-faq .faq_label {
	overflow: hidden;
	text-align: center;
}
#sec-faq .faq_label li a {
	background: #fff;
	color: #333;
	width: 90%;
    text-align: center;
    padding: 1.075em 0;
	margin: 0 auto 1px;
	position: relative;
	display: block;
}
#sec-faq .faq_label li a:hover {
	background: #333;
	color: #fff;
	cursor: pointer;
}
#sec-faq .faq_label li a::after {
	content: '>';
	position: absolute;
	top: 1.1em;
	right: 0.625em;
    -webkit-transform: rotate(90deg) scale(0.6, 1.2);
		-moz-transform: rotate(90deg) scale(0.6, 1.2);
		-ms-transform: rotate(90deg) scale(0.6, 1.2);
			transform: rotate(90deg) scale(0.6, 1.2);	
	display: inline-block;
	font-weight: normal;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
    #sec-faq .faq_label{
        text-align: left;
    }
	#sec-faq .faq_label li {
		display: inline-block;
	}
 	#sec-faq .faq_label li {
	    margin-left:1.25em;
        margin-bottom:1.25em;
	}
	#sec-faq .faq_label li a {
		width: 16.5em;
		padding: 1.075em 0;
		margin: 0;
	}
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	#sec-faq .faq_label li a {
		width: 19.5em;
	}
}
/*-----------------
 *faq_text追加
-----------------*/
#sec-faq .faq_text {
	margin: 20px 0 50px;
}
#sec-faq .faq_text p {
	line-height: 1.5;
	padding: 5px;
}
#sec-faq .faq_text p span {
	font-size: 1.3em;
	font-weight: bold;
}
#sec-faq .faq_text .faq_text_sub {
    background: #ffffff;
    width: 80%;
    margin: 20px auto;
    padding: 10px;
}
@media screen and (min-width:64em) {
	#sec-faq .faq_text .faq_text_sub {
	width: 60%;
	}
}
/*-----------------
 *FAQ Content
-----------------*/
#sec-faq-intro, #sec-install, #sec-function,#sec-support {
	padding-top: 7.5em;
	margin-top: -7.5em;
}
#sec-faq-plan{
    margin-bottom:3em;
}
#sec-faq .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-faq .faq-list dt {
	position: relative;
	padding-top: 2px;
	line-height: 1.6;
}
#sec-faq .faq-list dd {
	position: relative;
	margin-top: 1.5em;
	padding-top: 2px;
	line-height: 1.6;
}
#sec-faq .faq-list dd p {
	line-height: 1.6;
}
#sec-faq .faq-list dt::before {
	content: "Q";
    background: #333;
    color: #fff;
    line-height: 1.8;
    top: 0;
    left: -36px;
}
#sec-faq .faq-list dd::before {
	content: "A";
    background: #fff;
    color: #333;	
	border: 1px solid #333;
    line-height: 1.8;
    top: 0;
    left: -36px;
}
#sec-faq .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-faq .faq-list .bold {
	font-weight: bold;
}
#sec-faq .faq-list a {
	text-decoration: underline;
	color: #2684e2;
}
#sec-faq .faq-list a:hover {
	opacity: 0.8;
}

#sec-faq .faq-list ul{
    margin-top:1em;
    padding-left:1em;
}
#sec-faq .faq-list ol{
    margin-top:1em;
    padding-left:1.2em;
}
#sec-faq .faq-list ul li{
    list-style-type: disc;
    line-height: 1.4;
    margin-bottom:0.5em;
}
#sec-faq .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-faq .faq-list {
		padding: 1.25em 1em 1.25em 3.625em;
	}
	#sec-faq .faq-list dd {
		margin-top: 1.25em;
	}
	#sec-faq .faq-list dt::before {
		top: 0;
		left: -40px;
	}
	#sec-faq .faq-list dd::before {
		top: 0;
		left: -40px;
	}
} 
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#sec-faq .faq-list {
		padding: 1.5em 1.5em 1.5em 4.75em;
	}
	#sec-faq .faq-list dt {
		padding-top: 6px;
	}
	#sec-faq .faq-list dd {
		margin-top: 1.5em;
		padding-top: 6px;
	}
	#sec-faq .faq-list dt::before {
		line-height: 2;
		top: 0;
		left: -50px;
	}
	#sec-faq .faq-list dd::before {
		line-height: 2;
		top: 0;
		left: -50px;
	}
	#sec-faq .faq-list dt::before, #sec-faq .faq-list dd::before {
		display: block;
		width: 32px;
		height: 32px;
		margin-right: 1.25em;
	}
}

/*-----------------
 *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.3em;
	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
}
/*-----------------
 *sec-cnv　CVエリア 繰り返し使用
-----------------*/
.sec-cnv_re {
    background-color: #f0f0f0;
}
.sec-cnv_re {
    padding: 5em 0 5em;
    margin: 0 calc(50% - 50vw) 7.5em;
    width: 100vw;
}
.sec-cnv_re .section_lead {
    text-align: center;
    margin-bottom: 32px;
    font-size: 1.3em;
    line-height: 1.3em;
    font-weight: bold;
}
/*-----------------
 *CVボタン
-----------------*/
.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;
	}
}

/*-----------------
 機能比較表
-----------------*/
.hikakuhyo{
	width: 90%;
	margin: auto;
	margin-top: 20px;
}

.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after, .cf:after {
    clear: both;
}

.hikakuhyo h3{
float: left;
}

.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:35px;
}


.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;
}