@charset "utf-8";
/* CSS Document */

/*-------------------
製品ページ　機能詳細・料金ページ用CSS
/contract/about.asp
-------------------*/
h1 {
	font-size: 1em;
	line-height: 1.5;
	text-align: center;
	margin: 0 auto 60px;
}
h1 span{
	font-size: 1.7em;
	font-weight: bold;
    display: block;
}
h1 a{
	color: #2684e2;
	text-decoration: underline;
}
h2{
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
	line-height: 1.5em;
}
h3{
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 60px 0 20px;
	text-align: center;
	padding: 0 5%;
}
.contents{
	width: 90%;
    max-width: 64em;
    margin: auto;
    text-align: center;
}
.lp2022 .contents{
	max-width: 75em;
}
p.new-link{
	margin: -41px auto 25px;
	text-align: center;
}
p.new-link a{
	color: #2684e2;
    text-decoration: underline;
	display: block;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	h1 span{
		font-size: 2em;
	}
	h2{
		font-size: 1.5em;
	}
}


/*-----------------
 *各セクション
-----------------*/
#sec-function{
	padding: 130px 0 0px;
}
#sec-pf-merit{
	padding: 40px 0 60px;
	/*background: url(/web/jp/asp/buyer/images/menu-kanri_line-sp.png) bottom center no-repeat;*/
	margin-top: 160px;
}
#sec-price{
	padding-top: 120px;
	margin-top: -80px;
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#sec-function{
		padding: 180px 0 0px;
	}
	/*#sec-pf-merit{
		background: url(/web/jp/asp/buyer/images/menu-kanri_line-pc.png) bottom center no-repeat;
	}*/
}

/*-----------------
主な機能・料金体系 切り替えタブ
-----------------*/
.tab_change{
	width: 100%;
	max-width: 1024px;
    margin: auto;
}
.lp2022 .tab_change{
	max-width: 1200px;
}
.tab_change li{
	display: inline-block;
    list-style-type: none;
    width: 50%;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1em;
	float: left;
}
.tab_change li:first-child a{
	border-bottom: 3px solid #4b7e93;
}
.tab_change li:last-child a{
	border-bottom: 3px solid #934b81;
}
.tab_change li a{
	font-size: 1.25em;
    color: #999999;
    display: inline-block;
    padding: 1em 0 0.8em;
    text-align: center;
    width: 100%;
    background: #f0f0f0;
}
.tab_change li.current a{
	font-size: 1.25em;
	font-weight: bold;
    color: #fff;
}
.tab_change li.current:first-child a{
	border-bottom: 3px solid #934b81;
	background: #934b81;
}
.tab_change li.current:last-child a{
	border-bottom: 3px solid #4b7e93;
	background: #4b7e93;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	.tab_change{
		width: 90%;
	}
}

/*-----------------
 *sec-function 主な機能 コンテンツ
-----------------*/
#tab1.function-bg{
	background-color: #fff7f9;
}
#tab2.function-bg{
	background-color: #f2f9fc;
}
.function-bg{
	padding: 80px 0 0px;
}
.function-bg .contents{
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
}
.function-list{
	margin: 0 20px;
	padding: 30px 0;
	border-bottom: 1px solid #f0f0f0;
	text-align: left;
}
.function-list img{
	display: block;
	float: left;
	width: 12%;
	max-width: 50px;
    margin-right: 3%;
}
.function-list dl{
	float: left;
	width: 85%;
}
.function-list dt{
	font-size: 1.25em;
	line-height: 1.5em;
}
#tab1 .function-list dt{
	color: #934b81;
}
#tab2 .function-list dt{
	color: #4b7e93;
}
.function-list dd{
	font-size: 0.9em;
	line-height: 1.5em;
    margin-top: 16px;
}
.function-list dd span.gray{
	color: #777;
}
.function-arrow01,.function-arrow02{
	width: 100%;
    background-color: #fff;
    height: 50px;
    margin-top: 160px;
}
.function-arrow01{
	background-image: url(/web/jp/contract/images/function-arrow01.gif);
    background-repeat: no-repeat;
    background-position: top center;
}
.function-arrow02{
	background-image: url(/web/jp/contract/images/function-arrow02.gif);
    background-repeat: no-repeat;
    background-position: top center;
}
.new-release{
    color: #fff;
    font-size: 0.75em;
    vertical-align: middle;
    padding: 2px 8px 0px;
    margin-left: 10px;
}
#tab1 .new-release{
	background-color: #934b81;
}
#tab2 .new-release{
	background-color: #4b7e93;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	.function-list{
		margin:  0 50px;
		padding: 40px 0;
	}
	.function-list img{
		width: 50px;
		margin-right: 20px;
	}
	.function-list dl{
		width: 87%;
	}
	.function-list dt{
		font-size: 1.5em;
	}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	.function-list dl{
		width: 91%;
	}
}

/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	.function-list img{
		margin-right: 30px;
	}
	.function-list dl{
		width: 840px;
	}
}

/*-----------------
 *sec-pf-merit　BtoBプラットフォームはここが違う！
-----------------*/
.pf-merit-box{
	background-color: #fff;
    border: 4px solid #f0f0f0;
    margin-bottom: 30px;
	background-repeat: no-repeat;
	background-position: top left;
}
.pf-merit-box:first-child{
	background-image: url(/web/jp/contract/images/top_pf-merit_bg01.gif);
}
.pf-merit-box:nth-child(2){
	background-image: url(/web/jp/contract/images/top_pf-merit_bg02.gif);
}
.pf-merit-box:nth-child(3){
	background-image: url(/web/jp/contract/images/top_pf-merit_bg03.gif);
}
.pf-merit-box:last-child{
	background-image: url(/web/jp/contract/images/top_pf-merit_bg04.gif);
}
.pf-merit-box p.title{
	color: #2b93cf;
	font-weight: bold;
	line-height: 1.5em;
	font-size: 1.3em;
	padding: 40px 10px 25px 25px;
	text-align: left;
}
.pf-merit-box p.tx{
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 25px 20px 25px;
	text-align: left;
}
.pf-merit-box p.tx span{
	font-weight: bold;
    color: #2b93cf;
}
.pf-merit-box img{
	width: 86%;
	height: 74px;
	margin: 10px auto 30px;
	display: block;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width: 64em){
	.pf-merit-box{
		width: 47%;
		height: 320px;
		float: left;
	}
	.pf-merit-box:nth-child(odd){
		margin-right: 4%;
	}
	.pf-merit-box:nth-child(3),.pf-merit-box:nth-child(4){
		margin-bottom: 0;
		height: 330px;
	}
	.pf-merit-box p.title{
		padding: 40px 10px 25px 50px;
	}
	.pf-merit-box p.tx{
		padding: 0 35px 20px 50px;
	}
}

/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	.pf-merit-box{
		height: 300px;
	}
	.pf-merit-box:nth-child(3),.pf-merit-box:nth-child(4){
		margin-bottom: 0;
		height: 320px;
	}
}

/*-----------------
 *sec-price 料金体系
-----------------*/
#sec-price .contents{
	padding: 40px 0 60px;
    z-index: 1;
}
#sec-price p.new-link{
	margin-top: -27px;
}
p.start-cost{
	font-size: 1.25em;
	line-height: 1.5em;
	margin-bottom: 40px;
}
p.start-cost span{
	font-size: 32px;
	display: inline-block;
	margin: 0 10px;
}
#tab3 p.start-cost span{
	color: #934b81;
}
#tab4 p.start-cost span{
	color: #4b7e93;
}
#tab3 p.start-cost span.cost-free{
	font-size: 14.4px;
	color: #777;
}

/*-----------------
 *sec-price 料金表
-----------------*/
.cost-table01,.cost-table02,.cost-table03,.cost-table04{
	border: 1px solid #ccc;
	border-radius: 6px;
	margin-bottom: 40px;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	#sec-price .table{
		width: 686px;
		margin: auto;
	}
	.cost-table01,.cost-table02{
		height: 780px;
		float: left;
	}
	.cost-table03,.cost-table04{
		height: 340px;
		float: left;
	}
	.cost-table01,.cost-table03{
		width: 300px;
		margin-right: 50px;
	}
	.cost-table02,.cost-table04{
		width: 330px;
	}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width: 64em){
	#sec-price .table{
		width: 826px;
	}
	.cost-table01,.cost-table03{
		width: 350px;
		margin-right: 70px;
	}
	.cost-table02,.cost-table04{
		width: 400px;
	}
}

#sec-price #contents2 #tab2 .cf{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    column-gap: 46px;
	}
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	#sec-price #contents2 #tab2 .cf{
	flex-direction: row-reverse;
	align-items: flex-end;
	}        
}

/*タイトル*/
.cost-table p.title{
	font-size: 1.5em;
	font-weight: bold;
	padding: 40px 0 35px;
}
.cost-table p.title span{
	font-size: 14.4px;
	font-weight: normal;
}
.cost-table01 p.title,.cost-table03 p.title{
	color: #777;
	background-color: #f0f0f0;
	border-radius: 6px 6px 0 0;
}
.cost-table02 p.title,.cost-table04 p.title{
	color: #fff;
	border-radius: 3px 3px 0 0;
    background-image: url(/web/jp/contract/images/about_cost-bg.png);
	background-repeat: no-repeat;
	background-position: top 0px right -50px;
}
.cost-table02{
	border: 2px solid #934b81;
	box-shadow: 0 0 10px #934b81;
}
.cost-table02 p.title{
	background-color: #934b81;
}
.cost-table04{
	border: 2px solid #4b7e93;
	box-shadow: 0 0 10px #4b7e93;
}
.cost-table04 p.title{
	background-color: #4b7e93;
}


/*料金*/
.cost-table p.lead{
	color: #555;
	line-height: 1.3em;
	padding-top: 20px;
}
.cost-table p.money{
	color: #555;
}
.cost-table p.money span{
	font-size: 48px;
	line-height: 1em;
    display: inline-block;
    padding: 40px 10px 25px;
}
.cost-table02 p.money span{
	font-weight: bold;
	color: #934b81;
	padding-bottom: 10px;
}
.cost-table04 p.money span{
	font-weight: bold;
	color: #4b7e93;
	padding-top: 20px;
}
.cost-table04 p.lead span{
	font-size: 12px;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	.cost-table04 p.money span{
	    padding-bottom: 10px;
	}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width: 64em){
	.cost-table p.money span{
		font-size: 60px;
	}
}

/*従量料金*/
.plus{
	width: 244px;
    margin: 0 auto 30px;
}
.money-plus{
	color: #934b81;
	float: left;
	line-height: 1.8em;
	margin-right: 10px;
	display: inline-block;
}
.money-plus-tx{
	width: 170px;
	color: #777;
	font-size: 0.9em;
	line-height: 2em;
	display: inline-block;
}
.money-plus-tx span{
	color: #555;
	border: 1px solid #ccc;
	border-radius: 2px;
	margin-right: 6px;
	padding: 0 3px;
}

/*ユーザー数*/
.cost-table p.user{
	color: #777;
	background-color: #f0f0f0;
	border-radius: 6px;
	margin: 0 40px 40px;
    padding: 10px 20px;
	line-height: 1.5em;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	.cost-table p.user{
		margin: 0 30px 40px;
	}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width: 64em){
	.cost-table p.user{
		margin: 0 40px 40px;
	}
	.cost-table02 p.user{
		margin: 0 50px 40px;
	}
}

/*機能一覧*/
#sec-price .cost-table ul li{
	color: #777;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: left;
	padding: 0 40px;
	margin-bottom: 20px;
}
#sec-price .cost-table ul li span{
	display: inline-block;
	vertical-align: top;
}
#sec-price .cost-table ul li span.icon{
	margin: 3px 5px 0 0;
}
#sec-price .cost-table ul li span.storage{
	color: #934b81;
	font-size: 0.75em;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	border-radius: 4px;
	line-height: 1em;
	padding: 4px 5px 2px;
	margin-left: 10px;
}
#sec-price .cost-table01 ul li span.icon{
	color: #cccccc;
}
#sec-price .cost-table02 ul li span.icon{
	color: #934b81;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	#sec-price .cost-table ul li{
		padding: 0 0 0 30px;
	}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width: 64em){
	#sec-price .cost-table ul li{
		padding: 0 40px 0;
	}
	#sec-price .cost-table02 ul li{
		padding: 0 50px 0;
	}
}

/*ワークフロー機能*/
p.wf-function{
	margin-top: 20px;
	font-size: 1.25em;
    line-height: 1.5em;
    margin-bottom: 40px;
}
div.wf-table{
	border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 40px;
	text-align: left;
    padding: 40px 0;
}
div.wf-table ul li{
	color: #777;
    font-size: 0.9em;
    line-height: 1.5em;
    text-align: left;
    padding: 0 40px;
    margin-bottom: 20px;
	width: 50%;
    float: left;
}
div.wf-table ul li:last-child{
    margin-bottom: 0;
}
div.wf-table ul li span.icon{
	color: #4b7e93;
	margin: 3px 5px 0 0;
}
div.wf-table li span{
	display: inline-block;
    vertical-align: top;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	div.wf-table{
		width: 686px;
		margin: 0 auto 40px;
	}
	div.wf-table ul li{
		width: 27%;
		padding: 0 0 0 6%;
	}

	div.wf-table ul li:nth-child(7){
		margin-bottom: 0;
	}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width: 64em){
	div.wf-table{
		width: 826px;
	}
}

/*注釈*/
#sec-price div.kome{
	width: 100%;
	margin: auto;
	text-align: left;
}
#sec-price div.kome p{
	font-size: 0.9em;
	color: #777;
	line-height: 1.5em;
	margin-bottom: 10px;
	padding-left: 37px;
    text-indent: -19px;
}
#sec-price div.kome p.not-indent{
	padding-left: 0;
	text-indent: 0;
}
#sec-price div.kome p a.tx-link{
	color: #2684e2;
	text-decoration: underline;
}
#sec-price div.kome p a:hover{
	opacity: 0.8;
}
#sec-price div.kome p span{
	display: inline-block;
	margin-right: 1em;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	#sec-price div.kome{
		width: 686px;
	}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width: 64em){
	#sec-price div.kome{
		width: 826px;
	}
}


/*-----------------
 *料金表　SP基準　201901改定
-----------------*/
table {
  	border-spacing: 0;
	border-radius: 6px 6px 0 0 / 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0 / 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0 / 6px 6px 0 0;
	width: 100%;
	margin: 20px auto;
	text-align: center;
	border-collapse: separate!important;
}
tr{
	border-bottom: 1px solid #ebebeb;
    display: block;
    width: 90%;
    margin: 0 auto;
}
tr th{
	font-size: 14px;
	line-height: 18px;
    font-weight: normal;
    color: #888888;
    width: 40%;
    display: inline-block;
    text-align: left;
    padding: 20px 5% 20px 0;
}
tr th span{
	font-size: 11px;
	display: inline-block;
	margin-left: 4px;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	padding: 0px 3px 0px;
}
tr td{
	font-size: 14px;
    line-height: 18px;
	color: #b98e00;
	width: 52%;
    display: inline-block;
    text-align: left;
    padding: 20px 0;
	vertical-align: top;
}
.display tr:first-child, .display tr:nth-child(2), .display tr:nth-child(3){
	border-bottom: none;
    display: block;
    width: 100%;
    margin: 0 auto;
	background-color: #c8a531;
	color: #fff;
	font-weight: bold;
}
.display tr:first-child td, .display tr:nth-child(2) td, .display tr:nth-child(3) td{
	width: 100%;
	text-align: center;
	color: #fff;
}
.display tr:first-child td{
	font-size: 24px;
	padding: 20px 0;
}
.display tr:first-child td span{
	font-size: 14px;
	font-weight: normal;
    margin-bottom: 15px;
    display: inline-block;
}
.display tr:nth-child(2) td, .display tr:nth-child(3) td{
	font-size: 18px;
	padding: 26px 0;
}
.display tr:nth-child(2) td span, .display tr:nth-child(3) td span{
	font-size: 22px;
}
.display tr:nth-child(2) td{
	background-color: #d9c06f;
}
.toggle-display{
	margin-bottom: 130px;
}


/*************************************
 ゴールドプラン 
************************************/
/*新共通*/
section.sec-plan{
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.16);
	overflow: hidden;
}
section.sec-plan *{
	line-height: 1.5;
}
section.sec-plan .note-num{
	display: inline-block;
	margin-left: 8px;
	font-size: 12px;
	color: #777;
	font-weight: normal;
}
section.sec-plan h3{
	text-align: center;
	font-weight: bold;
}
section.sec-plan h3 span{
	display: block;
}
section.sec-plan h3 span.h3-sub{
	font-size: 16px;
	font-weight: normal;
}
section.sec-plan .a-price-main{
	margin: 24px;
	padding-bottom: 16px;
	/*border-bottom: 1px dashed #ccc;*/
	text-align: center;
	font-weight: bold;
}
section.sec-plan .a-plan-detail dl.m-price-detail{
	margin: 0 24px 24px;
}
section.sec-plan .a-plan-detail{
	margin-bottom: 16px;
}
section.sec-plan .a-plan-detail dl.m-price-detail > dt,section.sec-plan .a-plan-detail dl.m-price-detail > dd{
	font-size: 14px;
}
section.sec-plan .a-plan-detail dl.m-price-detail > dt{
	width: 60%;
	float: left;
	text-align: left;
	clear: both;
}
section.sec-plan .a-plan-detail dl.m-price-detail > dd{
	width: 40%;
	float: right;
	text-align: right;
}
section.sec-plan .a-plan-detail > dl.detail-other > div{
	display: table;
	width: 100%;
}
section.sec-plan .a-plan-detail > dl.detail-other > div:nth-child(2n+1){
	background-color: #f6f7f8;
}
section.sec-plan .a-plan-detail > dl.detail-other dt,section.sec-plan .a-plan-detail > dl.detail-other dd{
	display: table-cell;
	vertical-align: middle;
}
section.sec-plan .a-plan-detail > dl.detail-other dt{
	padding: 8px 0 8px 24px ;
	text-align: left;
	font-size: 14px;
}
section.sec-plan .a-plan-detail > dl.detail-other dd{
	padding: 8px 24px;
	text-align: right;
	font-size: 12px;
	color: #777;
}
section.sec-plan .a-plan-detail > dl.detail-other dd.enable{
	font-size: 16px;
	font-weight: bold;
}
section.sec-plan.plan-silver .a-price-main,section.sec-plan.plan-free .a-price-main{
	font-size: 24px;
	color: #333;
}
section.sec-plan.plan-silver .a-price-main span,section.sec-plan.plan-free .a-price-main span{
	font-size: 30px;
}
section.sec-plan.plan-silver .a-plan-detail > dl.detail-other dd.enable,section.sec-plan.plan-free .a-plan-detail > dl.detail-other dd.enable{
	color: #999;
}
section.sec-plan .open-plan-detail,section.sec-plan .close-plan-detail{
	margin-bottom: 16px;
	text-align: center;
}
section.sec-plan .open-plan-detail a,section.sec-plan .close-plan-detail a{
	color: #2684e2;
}
section.sec-plan .close-plan-detail,section.sec-plan.plan-silver .a-plan-detail,section.sec-plan.plan-free .a-plan-detail{
	display: none;
}
/*旧テーブル*/
table.plan-gold {
	border: 2px solid #c8a531;
	position: relative;
}
table.plan-gold tr td{
	color: #b98e00;
}
table.display tr:first-child td.goldplan-line{
	padding: 0;
	position: absolute;
    top: -2px;
    left: -2px;
	text-align: left;
}
/*新section*/
section.sec-plan.plan-gold h3{
	margin: 0;
	padding: 42px 16px;
	background: url(/web/jp/contract/images/about_goldplan_titbg-2.png) 100% 0 no-repeat transparent;
	font-size: 32px;
	color: #fff;
}
section.sec-plan.plan-gold .a-price-main{
	font-size: 30px;
	color: #C8A531;
}
section.sec-plan.plan-gold .a-price-main span{
	font-size: 46px;
	letter-spacing: -0.01em;
}
section.sec-plan.plan-gold .a-plan-detail > dl.detail-other dt{
	font-weight: bold;
}
section.sec-plan.plan-gold .a-plan-detail > dl.detail-other dd.enable{
	color: #C8A531;
}
/*************************************
シルバープラン 
*************************************/
/*旧テーブル*/
table.plan-silver {
	border: 2px solid #7b828b;
}
.plan-silver tr td{
	color: #7b828b;
}
.plan-silver .display tr:first-child, .plan-silver .display tr:nth-child(2), .plan-silver .display tr:nth-child(3){
	background-color: #7b828b;
}
.plan-silver .display tr:nth-child(2), .plan-silver .display tr:nth-child(3){
	font-weight: normal;
}
.plan-silver .display tr:nth-child(2) td{
	background-color: #a3a8ae;
}
/*新section*/
section.sec-plan.plan-silver h3{
	margin: 0;
	padding: 32px 16px;
	background: #A8ABAE;
	font-size: 24px;
	color: #fff;
}
section.sec-plan.plan-silver h3 span.h3-sub,section.sec-plan.plan-free h3 span.h3-sub{
	font-size: 14px;
	font-weight: normal;
}


/************************************* 
フリープラン 
*************************************/
/*旧テーブル*/
table.plan-free {
	border: 2px solid #f0f0f0;
}
.plan-free tr td{
	color: #888888;
}
.plan-free .display tr:first-child, .plan-free .display tr:nth-child(2), .plan-free .display tr:nth-child(3){
	background-color: #f0f0f0;
}
.plan-free .display tr:first-child td, .plan-free .display tr:nth-child(2) td, .plan-free .display tr:nth-child(3) td{
	color: #888888;
}
.plan-free .display tr:first-child td span, .plan-free .display tr:nth-child(2) td span, .plan-free .display tr:nth-child(3) td span{
	color: #888;
}
.plan-free .display tr:nth-child(2), .plan-free .display tr:nth-child(3){
	font-weight: normal;
}
.plan-free .display tr:nth-child(2) td{
	background-color: #f5f5f5;
}
.plan-free .display tr:nth-child(2) td span, .plan-free .display tr:nth-child(3) td span{
	font-size: 22px;
}
/*新section*/
section.sec-plan.plan-free h3{
	margin: 0;
	padding: 32px 16px;
	background: #F6F6F6;
	font-size: 24px;
	color: #666;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	section.sec-plan.plan-gold{
		width: 400px;
		margin: 0 auto 40px;
	}
	section.sec-plan.plan-silver{
		float: right;
		width: 320px;
	}
	section.sec-plan.plan-free{
		float: left;
		width: 320px;
	}
	.kome{
		clear: both;
	}
	section.sec-plan .open-plan-detail,section.sec-plan .close-plan-detail{
		display: none;
	}
	section.sec-plan.plan-silver .a-plan-detail,section.sec-plan.plan-free .a-plan-detail{
		display: block;
	}
	section.sec-plan.plan-silver .a-plan-detail > dl.detail-other dd,section.sec-plan.plan-free .a-plan-detail > dl.detail-other dd{
		padding: 0 24px 0 0;
		line-height: 1.1;
		white-space: nowrap;
	}
}
@media screen and (min-width:64em){
	section.sec-plan.plan-gold,section.sec-plan.plan-silver,section.sec-plan.plan-free{
		float: right;
	}
	section.sec-plan.plan-gold{
		width: 39.2%
	}
	section.sec-plan.plan-silver,section.sec-plan.plan-free{
		width: 30.1%;
		margin-top: 42px;
		margin-right: 2px;
	}
	section.sec-plan.plan-silver h3,section.sec-plan.plan-free h3{
		height: 114px;
		box-sizing: border-box;
	}
	section.sec-plan.plan-gold .a-price-main,section.sec-plan.plan-silver .a-price-main,section.sec-plan.plan-free .a-price-main{
		height: 88px;
		box-sizing: border-box;
	}
	section.sec-plan.plan-silver .a-price-main,section.sec-plan.plan-free .a-price-main{
		padding-top: 12px;
	}
	/*section.sec-plan .a-plan-detail dl.m-price-detail{
		height: 100px;
	}*/
	section.sec-plan .a-plan-detail > dl.detail-other dt,section.sec-plan .a-plan-detail > dl.detail-other dd{
		height: 40px;
		box-sizing: border-box;
	}
	section.sec-plan .note-num{
		margin-left: 4px;
	}
}

/* 開閉ボタン */
.toggle-btn{
	position: relative;
}
.toggle-btn tr{
	display: none;
}
.toggle-btn tr.active{
	display: block;
	position: absolute;
    border-bottom: none;
}
.toggle-btn tr.toggle-off{
	left: 0;
    right: 0;
	bottom: 15px;
}
.toggle-btn tr.toggle-on{
    bottom: 15px;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.5);
    padding-top: 55px;
	padding-bottom: 40px;
}

/* SP横サイズ 512px(16×32em)~ smサイズ */
@media screen and (min-width:32em){
	.toggle-btn tr.toggle-on{
		padding-top: 50px;
		padding-bottom: 30px;
	}
}

.toggle-btn tr td{
	text-align: center;
	background-color: #934b81;
	color: #fff;
	width: 100px;
    height: 60px;
    border-radius: 50%;
	font-size: 18px;
    line-height: 20px;
}


/*-----------------
 *料金表　TAB　201901改定
-----------------*/
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	table{
		width: 100%;
		margin: 0 auto;
	}
	table[class^="plan-"] { /* セレクタ名の前方一致 */
		float: right;
		width: 24%;
    	margin-left: 1%;
	}
	table[class^="plan-"] th{
		display: none;
	}
	table.plan-silver, table.plan-free{
		margin-top: 16px;
	}
	.plan-silver tr:nth-child(5) td, .plan-gold tr:nth-child(5) td{
		line-height: 54px;
	}
	.display tr:last-child{
		border-bottom: none;
	}
	.display tr:first-child td{
		font-size: 20px;
	}
	.display tr:first-child td.goldplan-line img{
		width: 20%;
	}
	.display tr:first-child td span{
		font-size: 13px;
	}
	ul.plan-th{
		list-style-type: none;
	    margin: 0;
		padding: 0;
		width: 25%;
		float: left;
	    margin-top: 110px;
	}
	ul.plan-th li{
	    margin: 0;
		border-bottom: 1px solid #ebebeb;
	    font-size: 13px;
	    padding: 22px 0 22px 5px;
		text-align: left;
	}
	ul.plan-th li:first-child{
		border-top: 1px solid #ebebeb;
		padding: 29px 0 29px 5px;
	}
	ul.plan-th li:nth-child(2){
		padding: 28px 0 28px 5px;
	}
	ul.plan-th li:nth-child(4){
		padding: 40px 0 40px 5px;
	}
	ul.plan-th li:last-child{
		padding: 31px 0 32px 5px;
	}
	tr{
		border-bottom: none;
		width: 100%;
	}
	tr td{
		width: 100%;
		text-align: center;
	    vertical-align: middle;
	}
	.plan-gold tr:nth-child(4), .plan-gold tr:nth-child(6){
		background-color: #fffbec;
	}
	.plan-gold tr:nth-child(5){
		background-color: #fbf4dd;
	}
	.plan-silver tr:nth-child(4), .plan-silver tr:nth-child(6){
		background-color: #f9f9f9;
	}
	.plan-silver tr:nth-child(5){
		background-color: #eeeeee;
	}
	.plan-free tr:nth-child(5){
		background-color: #f8f8f8;
	}
	.plan-free tr td span{
		color: #ccc;
	}
	
	
	/* タブレット以降の表 */
	table.plan_pc-display tbody{
		width: 100%;
		display: block;
	}
	table.plan_pc-display tr{
		border-bottom: 1px solid #ebebeb;
		padding: 20px 0;
		width: 100%;
		display: inline-block;
		text-align: left;
	}
	table.plan_pc-display tr:nth-child(odd){
		background-color: #fafafa;
	}
	table.plan_pc-display tr th, table.plan_pc-display tr td{
		display: inline-block;
		padding: 0;
	}
	table.plan_pc-display tr th p, table.plan_pc-display tr td p{
		margin: 0;
	}
	table.plan_pc-display tr th{
		width: 25%;
		vertical-align: middle;
		font-size: 13px;
	}
	table.plan_pc-display tr th p{
		margin-left: 5px;
		color: #888;
	}
	table.plan_pc-display tr th p span{
		font-size: 11px;
		display: inline-block;
		margin-left: 6px;
		border: 1px solid #e8e8e8;
		border-radius: 4px;
		padding: 2px 6px 1px;
	}
	table.plan_pc-display tr td{
		width: 24%;
	}
	table.plan_pc-display tr td:nth-child(2){
		color: #888888;
	}
	table.plan_pc-display tr td:nth-child(3){
		color: #7b828b;
	}
}

/*-----------------
 *料金表　PC　201901改定
-----------------*/
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	table .pctab-only{
		display: inline-block!important;
	}
	table[class^="plan-"] { /* セレクタ名の前方一致 */
	}
	table.plan-gold{
	    width: 26%;
	}
	table.plan-silver, table.plan-free{
		width: 23%;
	}
	table.plan_pc-display tr th{
		width: 25%;
		margin-right: 1%;
	}
	table.plan_pc-display tr td:nth-child(2), table.plan_pc-display tr td:nth-child(3){
		width: 23%;
	}
	table.plan_pc-display tr td:nth-child(2) span{
		color: #cccccc;
	}
	table.plan_pc-display tr td:last-child{
		width: 26%;
	}
	ul.plan-th li{
		font-size: 14px;
	}
	table.plan_pc-display tr th{
		font-size: 14px;
	}
	ul.plan-th li:first-child {
		padding: 28px 0 28px 5px;
	}
	ul.plan-th li:nth-child(4){
		padding: 38px 0 38px 5px;
	}
}

/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	table .pc-only{
		display: inline-block!important;
	}
}



/*-----------------
 *料金表　kome　201901改定
-----------------*/
#sec-price #tab3 div.kome p:nth-last-child(2){
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 16px;
	margin-bottom: 16px;
}
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	#sec-price #tab3 div.kome{
		width: 100%;
	    margin-top: 16px;
	}
	#sec-price #tab3 div.kome p{
		padding-left: 46px;
	}
	#sec-price #tab3 div.kome p.not-indent{
		padding-left: 0;
	}
}

/*-----------------
 *sec-cnv　コンバージョンエリア
-----------------*/
#sec-cnv{
	padding: 60px 0;
	background-image: url(/web/jp/contract/images/top_cnv_bg.jpg);
	background-size: cover;
	background-position: center;
}
#sec-cnv .cnv-btn{
	margin-bottom: 0;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	.section_lead{
		font-size: 1.5em;
	}
}

/*-----------------
 *CVボタン
-----------------*/
.cnv_btn{
	margin-bottom: 70px;
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	.step-box p.title{
		padding-bottom: 30px;
	}
}
/*-----------------
 *cnvボタン20221003
-----------------*/
.sec-cnv03{
	padding: 0 5%;
}
.btn_wrap{
	margin-top: 30px;
}
.cnv-btn a { 
    font-size: 16px; /* <-- 1.5em */
}
 /* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width: 64em) {
.sec-cnv03{
	padding: 0;
	}
}
@media (min-width:48em) {
.cnv-btn a { 
    font-size: 20px;
}
}

/* sec-cnv01 */
.sec-cnv01 {
    background-color: #944c82;
}

.cnv01 {
	padding: 1.5rem;
	background-color: rgba(255,255,255,1);
    text-align: center;
}

.cnv01 h2 {
    margin-bottom: 2rem;
}

@media (min-width:48em) { 
.cnv01 {
	padding: 2rem;
}
}

.cnv02 {
	padding: 1.5rem;
	background-color: rgba(255,255,255,0.75);
    text-align: center;
}

.cnv02 h2 {
    margin-bottom: 2rem;
}

.sec-cnv02 .note p {
	padding-left: 1em;
    text-indent: -1em;
	font-size: .9em;
	color: #666;
	line-height: 1.4;
}

@media (min-width:48em){ 
.cnv02 {
	padding: 2rem;
}
}

/* cv_btn_wrap */	
.sec-cnv01 .cv_btn_wrap {
    display: flex;
	justify-content: center;
    flex-wrap: wrap;
} 

.sec-cnv02 .cv_btn_wrap,
.sec-cnv03 .cv_btn_wrap {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
}

.sec-cnv01 .cv_btn_wrap .cv_btn_item,
.sec-cnv02 .cv_btn_wrap .cv_btn_item {
    width: 49%; 
}
    
.sec-cnv03 .cv_btn_wrap .cv_btn_item {
    width: 33%; 
}

.cv_btn_item {
	background-color: #894377;
	max-width: 90%;
    border-radius: 6px;
    align-items: center;
	margin: -160px auto 0 auto;
}

#sec-cnv02 .cv_btn_wrap .cv_btn_item {
	margin: 0 auto;
}

@media screen and (min-width:48em){
	.cv_btn_item {
		max-width: 37em;
	}
}
.cv_btn_item a {
    display: inline-block; 
	position: relative;
    width: 100%; 
	padding: 18px 0; 
    text-align: center;
    color: #fff;
	font-size: 25px;
    font-weight: bold;
    line-height: 1em;
    border-radius: 6px; 
  	-webkit-transition: all .2s ease-in-out;
  	transition: all .2s ease-in-out;
}
    
.cv_btn_item a:after { 
    content: "";
    position: absolute;
    right: 0.8rem;
    width: 0.4em;
    height: 0.4em;
    top: 50%;
    margin-top: -0.32em;
    border-top-width: 2px;
    border-top-style: solid;
    border-right-width: 2px;
    border-right-style: solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}	

.cv_btn_item:nth-child(1) a:hover {
    background-color: #b3589c;
}

.cv_btn_item:nth-child(2) a:hover {
    background-color: #a89ad0;
}

.cv_btn_item:nth-child(3) a:hover {
    background-color: #9b9898;
}

.cv_btn_item.demo {
    background-color: #8E7CC3;
}

.cv_btn_item.demo a:hover {
    background-color: #a89ad0;
}

.cv_btn_item.free {
    background-color: #727272;
}

.cv_btn_item.free a:hover {
    background-color: #9b9898;
}

.cv_btn_item + .cv_btn_item {
    margin-top: 0rem;
}


/* btn-normal */ 
.btn-normal {
	display: inline-block;
    position: relative;
	padding: 0.8rem 3rem;
	border: 1px solid #944c82;
	border-radius: 4px; 
    background-color: #fff;
    text-decoration: none;
    outline: none; 
    text-align: center;
}

.btn-normal span {
    position: relative; 
	color: #944c82;
}
    
.btn-normal span::after {
    content: "";
    position: absolute;
    right: -2em;
    width: 0.4em;
    height: 0.4em;
    top: 50%;
    margin-top: -0.2em;
    border-top-width: 1px;
    border-top-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}   
    
a:hover.btn-normal {
    box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
} 



/*-----------------
事例エリア　20190402追加
-----------------*/
section#sec-case {
	padding-bottom: 10px;
}
