@charset "utf-8";
/*------------------------------------------------------------
	roi
------------------------------------------------------------*/
.l-head {
	display: none;
}
.page-title {
	padding: 108px 0 112px;
	position: relative;
	text-align: center;
	color: #000;
	letter-spacing: 0;
	background: url(/mediavoice/dx-tel/assets/img/roi/page_title_bg.jpg) no-repeat center center;
	background-size: cover;
}
.page-title .logo {
	position: absolute;
	left: 40px;
	top: 36px;
}
.page-title .sml {
	margin-bottom: 27px;
	padding-bottom: 17px;
	font-size: 20px;
	font-weight: 700;
	background: url(/mediavoice/dx-tel/assets/img/roi/page_title_line.png) no-repeat bottom center;
	background-size: auto 15px;
}
.page-title h2 {
	width: 646px;
	margin: 0 auto 16px;
}
.page-title .txt {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 0.36px;
}
.page-title .img01 {
	margin-left: -700px;
	position: absolute;
	left: 50%;
	bottom: -8px;
	width: 320px;
}
.page-title .img02 {
	margin-right: -691px;
	position: absolute;
	right: 50%;
	bottom: -8px;
	width: 321px;
}
.bg-box {
	color: #000;
	letter-spacing: 0;
	background-color: #E5F2EE;
}
.bg-box .info01 {
	margin-bottom: 70px;
	padding: 35px 40px 40px;
	position: relative;
	background-color: #fff;
	border-radius: 30px;
}
.bg-box .info01::before {
	position: absolute;
	left: 50%;
	bottom: -51px;
	background: url(/mediavoice/dx-tel/assets/img/roi/icon03.png) no-repeat;
	background-size: 80px auto;
	width: 80px;
	height: 31px;
	transform: translateX(-50%);
	content: "";
}
.bg-box .ttl {
	width: fit-content;
	margin: 0 auto 30px;
	padding-bottom: 1px;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.48px;
	border-bottom: 5px solid #3BB33F;
}
.bg-box .info01 ul {
	margin-bottom: 32px;
}
.bg-box .info01 li {
	min-height: 120px;
	padding: 30px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 20px;
	background-color: #F6F6F6;
	box-sizing: border-box;
}
.bg-box .info01 li .rBox {
	position: relative;
}
.bg-box .info01 li .errorTxt {
	color: #ff0000;
	display: none;
	font-size: 12px;
	position: absolute;
	left: 0;
	top: 100%;
}
.bg-box .info01 li .errorTxt.show {
	display: block;
}
.bg-box .info01 .title {
	width: calc(100% - 330px);
	padding-left: 70px;
	position: relative;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.36px;
	box-sizing: border-box;
}
.bg-box .info01 .title .sml {
	margin-top: 2px;
	display: block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.28px;
}
.bg-box .info01 .title .num {
	position: absolute;
	left: 0;
	top: 50%;
	width: 50px;
	height: 50px;
	padding-top: 9px;
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	background-color: #3BB33F;
	border-radius: 100%;
	transform: translateY(-50%);
}
.bg-box .info01 .number {
	margin-bottom: -10px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.bg-box .info01 .number a {
	width: 60px;
	transition: .3s;
}
.bg-box .info01 .number .note {
	margin: -10px 0 0 11px;
	font-size: 16px;
	font-weight: 700;
}
.bg-box .info01 .number .txt {
	margin: -9px 5px 0;
	width: 100px;
	height: 60px;
	padding-top: 5px;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	border-radius: 10px;
	border: 1px solid #A8BCCF;
	background: #FFF;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
}
.bg-box .info01 .number .txt br {
	display: none;
}
.bg-box .link {
	width: 320px;
	margin: 0 auto;
}
.bg-box .link.noLink a {
	cursor: default;
	pointer-events: none;
}
.bg-box .link a {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.44px;
	text-align: center;
	border-radius: 80px;
	border: 2px solid #3BB33F;
	background: #3BB33F;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	box-sizing: border-box;
	transition: .3s;
}
.bg-box .info02 {
	padding: 35px 0 42px;
	position: relative;
	color: #fff;
	border-radius: 20px;
	background: #A8BCCF;
}
.bg-box .info02 .ttl {
	border-color: #fff;
}
.bg-box .info02 p {
	margin-top: -9px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
}
.bg-box .info02 .img01 {
	margin-left: -310px;
	position: absolute;
	left: 50%;
	bottom: -8px;
	width: 111px;
}
.bg-box .info02 .img02 {
	margin-right: -310px;
	position: absolute;
	right: 50%;
	bottom: -8px;
	width: 111px;
}
.bg-box .info03 {
	border-radius: 20px 20px 30px 30px;
	border: 6px solid #3BB33F;
	background-color: #fff;
	display: none;
}
.bg-box .info03 h3 {
	padding: 11px 0 18px;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.48px;
	background-color: #3BB33F;
}
.bg-box .info03 .infoBox {
	padding: 28px 34px 34px;
	position: relative;
}
.bg-box .info03 .top-img {
	position: absolute;
	right: 74px;
	top: -100px;
	width: 186px;
}
.bg-box .info03 h4 {
	width: fit-content;
	margin: 0 auto 17px;
	padding-bottom: 17px;
	font-size: 20px;
	font-weight: 700;
	background: url(/mediavoice/dx-tel/assets/img/roi/page_title_line.png) no-repeat bottom center;
	background-size: auto 15px;
}
.bg-box .info03 .txt-list {
	margin: -30px 0 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-weight: 700;
}
.bg-box .info03 .txt-list > li {
	width: 505px;
	margin-top: 30px;
	padding: 37px 30px 30px;
	box-sizing: border-box;
	background-color: #E5F2EE;
	border-radius: 20px;
}
.bg-box .info03 .txt-list .title {
	margin-bottom: 26px;
	padding-left: 60px;
	position: relative;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.4px;
}
.bg-box .info03 .txt-list .title img {
	position: absolute;
	left: 0;
	top: 50%;
	width: 50px;
	transform: translateY(-50%);
}
.bg-box .info03 .txt-ul li {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.bg-box .info03 .txt-ul li:last-child {
	margin-bottom: 0 !important;
}
.bg-box .info03 .txt-ul .sml {
	width: 111px;
	margin-top: -2px;
	font-size: 18px;
}
.bg-box .info03 .txt-ul .border {
	width: 252px;
	height: 80px;
	padding: 11px 70px 0 5px;
	position: relative;
	color: #3BB33F;
	font-size: 36px;
	line-height: 1.2;
	text-align: center;
	border-radius: 10px;
	border: 4px solid #3BB33F;
	background: #FFF;
	box-sizing: border-box;
}
.bg-box .info03 em {
	font-style: normal;
}
.bg-box .info03 .txt-ul .border .note {
	position: absolute;
	right: 17px;
	top: 50%;
	color: #000;
	font-size: 16px;
	transform: translateY(-58%);
}
.bg-box .info03 .txt-ul .color {
	margin: -4px -10px 0 10px;
	color: #3BB33F;
	font-size: 24px;
}
.bg-box .info03 .txt-list .text {
	padding: 7px 0 25px;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.32px;
}
.bg-box .info03 .link a {
	height: 60px;
	font-size: 18px;
	letter-spacing: 0.36px;
}
.bg-box .info03 .note-txt {
	color: #666;
	font-size: 14px;
	letter-spacing: 0.2px;
	font-weight: 400;
	margin-bottom: 31px;
}
.bg-box .info03 .dl-list {
	border-radius: 18px;
	border: 2px solid #E5F2EE;
	background: #FFF;
	box-shadow: 0 0 10px 8px rgba(0, 0, 0, 0.02);
}
.bg-box .info03 .dl-list dt {
	padding: 13px 28px 15px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.4px;
	cursor: pointer;
	background: url(/mediavoice/dx-tel/assets/img/roi/icon07.png) no-repeat right 26px center;
	background-size: 24px auto;
}
.bg-box .info03 .dl-list dt.on {
	background-image: url(/mediavoice/dx-tel/assets/img/roi/icon07_on.png);
}
.bg-box .info03 .dl-list dt img {
	margin: -3px 10px 0 0;
	width: 20px;
	display: inline-block;
	vertical-align: middle;
}
.bg-box .info03 .dl-list dd {
	padding: 2px 28px 28px;
	display: none;
}
.bg-box .info03 .dl-list .dd-bg {
	padding: 20px 20px 22px;
	border-radius: 10px;
	background: #F6F6F6;
}
.bg-box .info03 .dl-list li {
	padding-left: 24px;
	position: relative;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0.32px;
}
.bg-box .info03 .dl-list li::before {
	position: absolute;
	left: 10px;
	top: 13px;
	width: 4px;
	height: 4px;
	background-color: #000;
	content: "";
	border-radius: 100%;
}
.bg-box .info03 .dl-list li span {
	font-weight: 700;
	color: #3BB33F;
}
.bg-box .info03 .dl-list p {
	margin-top: 1px;
	color: #666;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.28px;
	text-indent: -1.2em;
	padding-left: 1.2em;
}
.bg-box .info03 .border-box {
	margin-top: 30px;
	padding: 24px 24px 11px;
	display: flex;
	justify-content: space-between;
	border-radius: 20px;
	border: 6px solid #3BB33F;
	background: url(/mediavoice/dx-tel/assets/img/roi/info03_bg.jpg) no-repeat center center;
	background-size: cover;
}
.bg-box .info03 .border-text {
	width: 400px;
	margin: 11px 0 0 38px;
}
.bg-box .info03 .border-box .img {
	width: 475px;
}
.bg-box .info03 .border-text p {
	margin-bottom: 9px;
	text-align: center;
	font-size: 40px;
	font-weight: 900;
}
.bg-box .info03 .border-text p span {
	display: block;
	width: fit-content;
	margin: 0 auto -8px;
	padding-bottom: 18px;
	font-size: 20px;
	font-weight: 700;
	background: url(/mediavoice/dx-tel/assets/img/roi/page_title_line.png) no-repeat bottom center;
	background-size: auto 15px;
}
.bg-box .info03 .border-text .link a {
	letter-spacing: 0;
	color: #000;
	font-size: 16px;
	background-color: #FFC414;
	border-color: #FFC414;
	box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.35);
}
@media screen and (min-width: 769px) {
	.bg-box {
		padding: 100px 0;
	}
	.bg-box .info01 .number a:hover {
		opacity: 0.7;
	}
	.bg-box .link a:hover {
		color: #3BB33F;
		background: #fff !important;
	}
	.bg-box .info03 .txt-list > li:nth-child(2) .txt-ul .border {
		padding-right: 54px;
	}
	.bg-box .info03 .border-text .link a:hover {
		color: #FFC414;
	}
	.bg-box .info03 .border-text .link {
		width: 370px;
	}
}
@media screen and (max-width: 768px) {
	.page-title {
		padding: 60px 20px 130px;
	}
	.page-title .logo {
		left: 42px;
		top: 16px;
		width: 120px;
	}
	.page-title .logo img {
		vertical-align: top;
	}
	.page-title .sml {
		margin: 0 auto 15px;
		width: fit-content;
		font-size: 16px;
	}
	.page-title h2 {
		width: 310px;
		margin: 0 auto 10px;
	}
	.page-title .txt {
		font-size: 14px;
		letter-spacing: 0;
	}
	.page-title .img01 {
		margin-left: -180px;
		bottom: -8px;
		width: 160px;
	}
	.page-title .img02 {
		margin-right: -170px;
		width: 160px;
	}
	.bg-box .info01 {
		margin-bottom: 40px;
		padding: 20px;
		border-radius: 20px;
	}
	.bg-box .info01::before {
		bottom: -42px;
		background-size: 60px auto;
		width: 60px;
	}
	.bg-box .ttl {
		margin: 0 auto 20px;
		font-size: 20px;
		border-bottom-width: 4px;
	}
	.bg-box .info01 ul {
		margin-bottom: 20px;
	}
	.bg-box .info01 li {
		min-height: inherit;
		padding: 30px 10px;
		margin-bottom: 10px;
		display: block;
		border-radius: 10px;
	}
	.bg-box .info01 .title {
		margin-bottom: 20px;
		width: auto;
		padding-left: 40px;
		font-size: 16px;
	}
	.bg-box .info01 .title .sml {
		font-size: 12px;
	}
	.bg-box .info01 .title .num {
		width: 30px;
		height: 30px;
		padding-top: 4px;
		font-size: 14px;
	}
	.bg-box .info01 .number {
		margin-bottom: 0;
		justify-content: center;
	}
	.bg-box .info01 .number a {
		width: 50px;
	}
	.bg-box .info01 .number .note {
		margin: -10px 0 0 5px;
		font-size: 12px;
	}
	.bg-box .info01 .number .txt {
		width: 90px;
		height: 50px;
		padding-top: 5px;
		font-size: 20px;
	}
	.bg-box .link {
		width: auto;
		max-width: 280px;
	}
	.bg-box .link a {
		height: 60px;
		font-size: 18px;
	}
	.bg-box .info02 {
		padding: 20px 0 70px;
		border-radius: 15px;
	}
	.bg-box .info02 p {
		margin-top: -9px;
		font-size: 16px;
	}
	.bg-box .info02 .img01 {
		margin-left: -150px;
		width: 60px;
		bottom: -6px;
	}
	.bg-box .info02 .img02 {
		margin-right: -150px;
		width: 60px;
		bottom: -6px;
	}
	.bg-box .info03 {
		border-radius: 15px;
		border-width: 4px;
	}
	.bg-box .info03 h3 {
		padding: 11px 0;
		font-size: 20px;
	}
	.bg-box .info03 .infoBox {
		padding: 20px 10px;
	}
	.bg-box .info03 .top-img {
		right: -10px;
		top: 21px;
		width: 80px;
	}
	.bg-box .info03 h4 {
		margin: 0 auto 14px;
		font-size: 16px;
		text-align: center;
	}
	.bg-box .info03 .txt-list {
		margin: 0 0 30px;
		display: block;
	}
	.bg-box .info03 .txt-list > li {
		width: auto;
		margin: 0 0 20px;
		padding: 20px 10px;
		border-radius: 10px;
	}
	.bg-box .info03 .txt-list .title {
		margin-bottom: 15px;
		padding-left: 50px;
		font-size: 16px;
	}
	.bg-box .info03 .txt-list .title img {
		width: 40px;
	}
	.bg-box .info03 .txt-ul li {
		margin-bottom: 10px;
		justify-content: center;
	}
	.bg-box .info03 .txt-ul .sml {
		width: 79px;
		margin-top: -2px;
		font-size: 13px;
	}
	.bg-box .info03 .txt-ul .border {
		width: 145px;
		height: 60px;
		padding: 14px 46px 0 2px;
		font-size: 20px;
		border-width: 2px;
	}
	.bg-box .info03 .txt-list > li:nth-child(2) .txt-ul .border {
		padding-right: 34px;
	}
	.bg-box .info03 .txt-ul .border .note {
		right: 5px;
		font-size: 12px;
	}
	.bg-box .info03 .txt-ul .color {
		margin: -4px -10px 0 5px;
		font-size: 16px;
	}
	.bg-box .info03 .txt-list .text {
		padding: 0 0 10px;
	}
	.bg-box .info03 .link a {
		height: 50px;
		font-size: 16px;
	}
	.bg-box .info03 .note-txt {
		font-size: 12px;
		margin-bottom: 20px;
	}
	.bg-box .info03 .dl-list {
		border-radius: 10px;
	}
	.bg-box .info03 .dl-list dt {
		padding: 15px;
		font-size: 16px;
		background-position: right 10px center;
	}
	.bg-box .info03 .dl-list dt img {
		margin: -3px 5px 0 0;
	}
	.bg-box .info03 .dl-list dd {
		padding: 0 15px 20px;
	}
	.bg-box .info03 .dl-list .dd-bg {
		padding: 10px;
		border-radius: 5px;
	}
	.bg-box .info03 .dl-list p {
		font-size: 12px;
	}
	.bg-box .info03 .border-box {
		margin-top: 20px;
		padding: 15px;
		display: block;
		border-radius: 10px;
		border-width: 4px;
	}
	.bg-box .info03 .border-text {
		width: auto;
		margin: 0 0 20px;
	}
	.bg-box .info03 .border-box .img {
		width: auto;
		text-align: center;
	}
	.bg-box .info03 .border-text p {
		margin-bottom: 9px;
		font-size: 26px;
	}
	.bg-box .info03 .border-text p span {
		font-size: 16px;
	}
	.bg-box .info03 .border-text .link a {
		font-size: 14px;
	}
}

.bg-box .info03 .border-bg {
	margin-top: 30px;
	padding: 6px;
	border-radius: 20px;
	background-image: linear-gradient(to right, #5FC462, #5BD3E7);
}
.bg-box .info03 .border-box01 {
	margin: 0;
	border: none;
}
.bg-box .info03 .border-box01 .border-text p {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 700;
}
.bg-box .info03 .border-box01 .border-text ul p {
	margin-bottom: 9px;
	line-height: 1.5;
}
.bg-box .info03 .border-box01 .border-text .link.green a {
	color: #fff;
	background-color: #3BB33F;
	border-color: #3BB33F;
}
@media screen and (min-width: 769px) {
	.bg-box .info03 .border-box01 {
		padding: 24px 24px 14px;
		border-radius: 15px;
	}
	.bg-box .info03 .border-box01 .border-text {
		width: 622px;
		margin: 0 0 0 10px;
	}
	.bg-box .info03 .border-box01 .border-text p span {
		margin: 0 auto;
		padding-bottom: 16px;
		font-size: 24px;
	}
	.bg-box .info03 .border-box01 .img {
		width: 309px;
	}
	.bg-box .info03 .border-box01 .border-text ul {
		margin-top: 7px;
		display: flex;
		justify-content: space-between;
	}
	.bg-box .info03 .border-box01 .border-text .link {
		width: 300px;
	}
	.bg-box .info03 .border-text .link.green a:hover {
		color: #3BB33F;
	}
}
@media screen and (max-width: 768px) {
	.bg-box .info03 .border-bg {
		margin-top: 20px;
		padding: 4px;
		border-radius: 25px;
	}
	.bg-box .info03 .border-bg .border-box01 {
		border-radius: 20px;
	}
	.bg-box .info03 .border-box01 .border-text p {
		font-size: 14px;
	}
	.bg-box .info03 .border-box01 .border-text ul {
		margin-top: 15px;
	}
	.bg-box .info03 .border-box01 .border-text ul li:first-child {
		margin-bottom: 15px;
	}
	.bg-box .info03 .border-box01 .border-text ul p {
		margin-bottom: 9px;
	}
}