/*
	list
*/
/* 一覧
---------------------------------------------------------------------------*/
/* 導入部画像 */
.fig-list {
	margin-bottom: 55px;
}
/* 見出し */
.subttl-hikaku {
	background-color: #F3F3F3;
}

/* テキストブロック */
.tx-block {
	margin-bottom: 50px;
}

/* チェックボックス */
.lst-check {
}
.lst-check > li {
	position: relative;
	margin-bottom: 15px;
	padding-left: 40px;
	/*font-size: 15px;*/
	font-size: 14px;
	line-height: 150%;
}
.lst-check > li::before {
	position: absolute;
	left: 8px;
	top: calc(50% - 11.5px);
	width: 18px;
	height: 17px;
	content: "";
	background-image: url(../image/hikaku/icon-point01.png);
	background-repeat: no-repeat;
}

/* ポイントブロック */
.lst-point {
	margin-bottom: 40px;
}
.lst-point > li {
	width: 220px;
	margin: 0 15px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	box-shadow: 3px 3px 2px rgba(204, 204, 204, .65);
}
.lst-point > li .fig {
	margin-bottom: 12px;
}
.lst-point > li .txt {
	padding: 0 15px 30px;
}
.lst-point > li .str {
	color: #003366;
}
@media screen and (max-width: 768px){
	.lst-point > li {
		width: 59vw!important;
		margin: 0 auto 3vw auto;
	}
	.lst-point > li .fig {
		text-align: center;
	}
}

/* ラインナップ */
.lst-lineup > li {
	width: 165px;
	margin: 0 12px 12px;
}
.lst-lineup .fig img {
	display: block;
}
.lst-lineup p {
	padding: 1px 0;
	font-size: 12.5px;
	background-color: #59B6FF;
	color: #FFFFFF;
}
@media screen and (max-width: 768px){
	.lst-lineup > li {
		width: 49%;
		margin: 0 2% 3vw 0;
	}
	.lst-lineup > li:nth-of-type(2n) {
		margin: 0 0 3vw 0;
	}
}

/* ターゲットリスト */
.lst-target {
	margin-top: 40px;
}
.lst-target > li {
	margin: 0 10px;
}

/* 料金表 */
.lst-price {
	margin-top: 40px;
}
.lst-price > li {
	margin: 0 15px;
}

.lead-tbl-price {
	margin-top: 40px;
	margin-left: 5px;
}
.tbl-price {
	/*width: 710px;*/
	/*width: calc(100% - 10px);*/
	width: calc(100% + 4px);
	margin: 10px auto 80px -4px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.tbl-price.ndlead {
	margin-top: -25px;
}

.tbl-price th {
	background-color: #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: 700;
}
.tbl-price th:last-of-type {
	border-right: 1px solid #ccc;
}

.tbl-price td {
	padding: 15px;
	vertical-align: middle;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.tbl-price td:nth-of-type(1) {
	width: 340px;
}
.tbl-price td:nth-of-type(2) {
	width: 70px;
	padding: 15px 10px;
	text-align: center;
}
.tbl-price td:nth-of-type(3) {
	width: 300px;
}
.tbl-price .red {
	color: #FF3300;
}
.tbl-price.month td:nth-of-type(1) {
	width: 250px;
}
.tbl-price.month td:nth-of-type(2) {
	width: 110px;
}
.tbl-price.month td:nth-of-type(3) {
	width: 350px;
}

.tbl-price.daikou td:nth-of-type(1) {
	width: 170px;
}
.tbl-price.daikou td:nth-of-type(2) {
	width: 110px;
}
.tbl-price.daikou td:nth-of-type(3) {
	width: 430px;
}

.tbl-price.kenshu tr:nth-of-type(3) td:nth-of-type(1) {
	width: 200px;
}
.tbl-price.kenshu tr:nth-of-type(3) td:nth-of-type(2) {
	width: 200px;
}
.tbl-price.kenshu tr:nth-of-type(3) td:nth-of-type(3) {
	width: 200px;
}

.tbl-price.kojin td:nth-of-type(1) {
	width: 240px;
}
.tbl-price.kojin td:nth-of-type(2) {
	width: 70px;
}
.tbl-price.kojin td:nth-of-type(3) {
	width: 400px;
}

.tbl-price + .attr {
	margin-top: -70px;
	margin-bottom: 80px;
}



/* コール件数従量課金型と成果報酬型テレアポ代行の比較 */
.bd-hikaku {
	margin-bottom: 60px;
}
.tbl-hikaku {
	width: 100%;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
.tbl-hikaku tr > *:nth-of-type(1) {
	width: 180px;
}
.tbl-hikaku tr > *:nth-of-type(2),
.tbl-hikaku tr > *:nth-of-type(3) {
	width: 300px;
}
.tbl-hikaku th,
.tbl-hikaku td {
	padding: 15px 15px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-size: 13px;
	line-height: 180%;
}
.tbl-hikaku th {
	background-color: #F8F8F8;
	text-align: center;
	vertical-align: middle;
	font-weight: 400;
}
.tbl-hikaku td {
	vertical-align: top;
}

.tbl-hikaku th.bg-blue {
	font-weight: 700;
	color: #FFFFFF;
	background-color: #0066CC;
}
.tbl-hikaku td .blue {
	color: #0066CC;
}

/* 成果報酬型ではない理由が、ここにあります！ */
.koko-bd {
	margin-bottom: 60px;
}

/* 成果報酬型のテレアポ代行に向いていないケース */
.case-bd {
	margin-bottom: 60px;
}
.box-case {
	margin-top: 20px;
	padding: 32px 45px 52px;
	background-color: #F8F6F4;
	background-image: url(../image/hikaku/bg-point01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* 成果報酬型より従量課金型テレアポ代行のコスパがいい理由 */
.cospa-bd {
	margin-bottom: 60px;
}
.cospa-bd .txt {
	width: 573px;
}
.cospa-bd .fig {
	width: 184px;
}

/* 成果報酬型のテレアポ代行会社からビズコールに乗り換えたお客様の声をご紹介 */
.lst-panel {
	padding-bottom: 75px;
	margin-bottom: -25px;
}
.lst-panel > li {
	width: 380px;
	margin-bottom: 25px;
	padding: 24px 18px;
	background-color: #F9F9F9;
}
.hdl-panel {
	position: relative;
	height: 33px;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-left: 42px;
	font-size: 15px;
	font-weight: 700;
	line-height: 120%;
}
.hdl-panel::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 27px;
	height: 33px;
	background-image: url(../image/riyu/icon-panel.png);
	background-repeat: no-repeat;
}
.lst-panel .txt {
	padding: 0 9px;
}
@media screen and (max-width: 768px){
	.lst-panel > li {
		width: 100%;
	}
}

/* FAQ */
.faq-bd {
	margin-bottom: 60px;
}
.faq-bd dt > span,
.faq-bd dd > span {
	display: block;
	width: 55px;
	height: 22px;
	margin-right: 15px;
	text-align: center;
	background-color: #144798;
	border-radius: 5px;
	font-size: 15px;
	line-height: 22px;
	font-weight: 700;
	color: #FFFFFF;
}
.faq-bd dd > span {
	background-color: #A1EAEC;
}
.faq-bd dt {
	margin-bottom: 10px;
}
.faq-bd dd {
	margin-bottom: 25px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #999999;
}
.faq-bd dt p,
.faq-bd dd p {
	width: 700px;
}




/* リンク */
.block-link.lay-tx {
	margin-left: 0;
}
.block-link {
	margin-bottom: -25px;
}
.block-link > li {
	width: 240px;
	margin-bottom: 24px;
}
.block-link > li a {
	display: block;
}
.block-link > li .fig {
	margin-bottom: 15px;
}
.block-link > li a p {
	text-decoration: underline;
}
@media screen and (max-width: 768px){
	.block-link > li {
		width: 48%;
	}
	.block-link {
		padding-right: 0;
	}
}

/* 導入 */
.catch-hikaku {
	margin-bottom: 60px;
}

/* サービス比較表 */
.tbl-hikakuhyou {
	margin-top: -2px;
	margin-bottom: 45px;
	border-collapse: separate;
	border-spacing: 2px;
}
.tbl-hikakuhyou td, th {
    padding: 10px 10px;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    vertical-align: middle;
}
.tbl-hikakuhyou tr > *:nth-of-type(1) {
	width: 175px;
}
.tbl-hikakuhyou tr > *:nth-of-type(2),
.tbl-hikakuhyou tr > *:nth-of-type(3),
.tbl-hikakuhyou tr > *:nth-of-type(4) {
	width: 202px;
}
.tbl-cnts01 tr:nth-of-type(1) th:nth-of-type(1) {
    background-color: transparent;
}
.tbl-hikakuhyou tr:nth-of-type(1) {
	color: #FFFFFF;
}
.tbl-hikakuhyou tr th:nth-of-type(1) {
    background-color: #D2F4FF;
}
.tbl-hikakuhyou tr td:nth-of-type(1) {
	background-color: #FFF2DD;
}
.tbl-hikakuhyou tr:nth-of-type(1) th:nth-of-type(2) {
	background-color: #0000FF;
}
.tbl-hikakuhyou tr td:nth-of-type(2),
.tbl-hikakuhyou tr td:nth-of-type(3) {
    background-color: #F8F8F8;
}
.tbl-hikakuhyou tr:nth-of-type(1) th:nth-of-type(3),
.tbl-hikakuhyou tr:nth-of-type(1) th:nth-of-type(4) {
    background-color: #666666;
}
.tbl-hikakuhyou .str {
	color: #990000;
}
.tbl-hikakuhyou .str.big {
	font-size: 17px;
}
.tbl-hikakuhyou .bg {
	background-color: #ECECEC!important;
}

.hikaku-bd {
	margin-bottom: 30px;
}
.hikaku-bd .txt {
	width: 572px;
}
.hikaku-bd .fig {
	width: 204px;
}

/* 1ヶ月に1000件コールした場合の社内外でのテレアポ代行比較 */
.daikou-bd {
	margin-bottom: 60px;
}
.daikou-bd .fig {
	margin-top: 10px;
}

/* 他社にはないビズコールの特徴 */
.tokucho-bd {
	margin-bottom: 64px;
}
.lst-tokucho {
	margin-bottom: -12px;
}
.lst-tokucho > li {
	width: 224px;
	margin: 0 4.5px 12px;
}
@media screen and (max-width: 768px){
	.lst-tokucho > li {
		width: 46%;
		margin: 0 1% 3.5vw;
	}
}


/* テレアポ代行会社を比較して利用したお客様の声 */
.lst-panel {
	padding-bottom: 75px;
	margin-bottom: -25px;
}
.lst-panel > li {
	width: 380px;
	margin-bottom: 25px;
	padding: 24px 18px;
	background-color: #F9F9F9;
}
.hdl-panel {
	position: relative;
	height: 33px;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-left: 42px;
	font-size: 15px;
	font-weight: 700;
	line-height: 120%;
}
.hdl-panel::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 27px;
	height: 33px;
	background-image: url(../image/riyu/icon-panel.png);
	background-repeat: no-repeat;
}
.lst-panel .txt {
	padding: 0 9px;
}
@media screen and (max-width: 768px){
	.lst-panel > li {
		width: 100%;
	}
}

/* イクイップコンサルティング紹介 */
.box-intro-ec .tx {
	width: 55%;
}
.box-intro-ec .logo {
	margin-bottom: 10px;
}
.box-intro-ec .fig {
	width: 40%;
}
@media screen and (max-width: 768px){
	.box-intro-ec .logo {
		text-align: center;
	}
	.box-intro-ec .fig {
		margin-top: 3vw;
	}
}




