@charset "utf-8";
/*------------------------------------------------------------
	issue
------------------------------------------------------------*/
.l-head {
	display: none;
}
.page-title {
	min-height: 360px;
	padding: 119px 0 30px;
	position: relative;
	color: #000;
	letter-spacing: 0;
	background: url(/mediavoice/dx-tel/assets/img/issue/page_title_bg.jpg) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
}
.page-title .logo {
	position: absolute;
	left: 40px;
	top: 40px;
}
.page-title h1 {
	text-align: center;
	font-size: 50px;
	font-weight: 900;
	line-height: 1.3;
}
.page-title .ttl-img {
	width: 500px;
	margin: 0 auto 5px;
	display: block;
}
.page-title .img {
	margin-right: -528px;
	position: absolute;
	right: 50%;
	bottom: -8px;
	width: 128px;
}
/* .page-title .img.on {
	margin-right: -540px;
	width: 170px;
} */
.bg-box {
	color: #000;
	letter-spacing: 0;
	background-color: #F2F9F7;
}
.bg-box .info {
	padding-top: 9px;
}
.bg-box .ttl {
	margin-bottom: 50px;
	padding-left: 76px;
	position: relative;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.36px;
}
.bg-box .green {
	color: #3BB33F;
}
.bg-box .ttl .num {
	width: 56px;
	height: 50px;
	padding-top: 6px;
	position: absolute;
	left: 0;
	top: 50%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.4px;
	transform: translateY(-49%);
	border-radius: 10px;
	background: #3BB33F;
}
.bg-box .ckeck-list {
	margin: -20px 0 37px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
} 
.bg-box .ckeck-list li {
	width: 540px;
	margin-top: 20px;
	padding: 28px 28px 25px;
	border-radius: 20px;
	border: 6px solid #E5F2EE;
	background: #FFF;
	box-sizing: border-box;
	cursor: pointer;
}
.bg-box .ckeck-list li.on {
	border-color: #3BB33F;
}
.bg-box .ckeck-list p {
	margin-bottom: 22px;
	padding-left: 44px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0.36px;
	background: url(/mediavoice/dx-tel/assets/img/issue/check_img01.png) no-repeat left 6px top 6px;
	background-size: 23px auto;
}
.bg-box .ckeck-list li.on p {
	background-image: url(/mediavoice/dx-tel/assets/img/issue/check_img02.png);
}
.bg-box .ckeck-list .img {
	width: 240px;
	margin: 0 auto;
}
.bg-box .page-navi {
	margin-bottom: 17px;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	color: #A8BCCF;
	letter-spacing: 0.36px;
}
.bg-box .page-navi span {
	color: #3BB33F;
}
.bg-box .link-list {
	display: flex;
	justify-content: center;
}
.bg-box .link-list li {
	margin: 0 10px;
	width: 320px;
}
.bg-box .link-list a {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.36px;
	border-radius: 80px;
	border: 2px solid #3BB33F;
	background: #3BB33F;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	transition: .3s;
}
.bg-box .info .link-list .prev {
	width: 160px;
}
.bg-box .link-list .prev a {
	color: #3BB33F;
	background: #fff;
}
.bg-box .list-ul li {
	margin-bottom: 40px;
	padding: 34px 34px 26px;
	display: flex;
	justify-content: space-between;
	border-radius: 20px;
	border: 6px solid #E5F2EE;
	background: #FFF;
}
.bg-box .list-ul .text-box {
	width: 740px;
}
.bg-box .list-ul .title {
  margin-bottom: 21px;
  padding: 6px 0 6px 124px;
	position: relative;
	font-weight: 700;
	  font-size: 20px;
	letter-spacing: 0.36px;
	border-radius: 10px;
	background: #E5F2EE;
	overflow: hidden;
}
.bg-box .list-ul .title .big {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.4px;
	background: #3BB33F;
}
.bg-box .list-ul p {
	font-size: 18px;
	letter-spacing: 0.36px;
	line-height: 1.75;
}
.bg-box .list-ul .bold {
	display: block;
	font-weight: 700;
}
.bg-box .list-ul .img {
	margin-top: -1px;
	width: 240px;
}
.bg-box .link-img {
	margin-bottom: 32px;
}
.bg-box .link-img a {
	display: block;
	transition: .3s;
}
.bg-box .link-list .back a {
  color: #2C4574;
  border-color: #2C4574;
  background-color: transparent;
  border-width: 1px;
  box-shadow: none;
}
@media screen and (min-width: 769px) {
	.bg-box {
		padding: 100px 0;
	}
	.bg-box .link-list a:hover {
		color: #3BB33F;
		background: #fff;
		box-shadow: none;
	}
	.bg-box .link-img a:hover {
		opacity: 0.7;
	}
	.bg-box .link-list .back a:hover {
		color: #fff;
		background-color: #2C4574;
	}
}
@media screen and (max-width: 768px) {
	.page-title {
		min-height: inherit;
		padding: 70px 20px 0;
		overflow: hidden;
	}
	.page-title .logo {
		left: 42px;
		top: 16px;
		width: 120px;
	}
	.page-title .logo img {
		vertical-align: top;
	}
	.page-title h1 {
		font-size: 30px;
	}
	.page-title .ttl-img {
		width: 290px;
		margin: 0 auto 5px;
	}
	.page-title .img {
		margin: 20px auto -10px !important;
		position: static;
		width: 90px;
	}
	/* .page-title .img.on {
		width: 120px;
	} */
	.bg-box .info {
		padding-top: 0;
	}
	.bg-box .ttl {
		margin-bottom: 20px;
		padding-left: 50px;
		font-size: 16px;
	}
	.bg-box .ttl .num {
		width: 40px;
		height: 40px;
		padding-top: 4px;
		font-size: 16px;
	}
	.bg-box .ckeck-list {
		margin: -10px 0 25px;
	} 
	.bg-box .ckeck-list li {
		margin-top: 10px;
		width: calc(50% - 2px);
		padding: 15px;
		border-width: 2px;
	}
	.bg-box .ckeck-list p {
		margin-bottom: 16px;
		padding-left: 23px;
		font-size: 13px;
		background-position: left top 3px;
		background-size: 19px auto;
	}
	.bg-box .ckeck-list .img {
		width: auto;
		text-align: center;
	}
	.bg-box .page-navi {
		margin-bottom: 10px;
	}
	.bg-box .link-list {
		display: block;
	}
	.bg-box .link-list li {
		margin: 0 auto 10px;
		width: 300px;
	}
	.bg-box .link-list li:last-child {
		margin-bottom: 0;
	}
	.bg-box .link-list a {
		height: 50px;
		font-size: 15px;
	}
	.bg-box .list-ul li {
		margin-bottom: 20px;
		display: block;
		padding: 20px;
		border-width: 3px;
	}
	.bg-box .list-ul .text-box {
		width: auto;
	}
	.bg-box .list-ul .title {
		margin-bottom: 10px;
		padding: 8px 0 8px 85px;
		font-size: 15px;
	}
	.bg-box .list-ul .title .big {
		width: 80px;
		font-size: 16px;
	}
	.bg-box .list-ul .title .green {
		display: block;
		margin: -5px -5px 0;
	}
	.bg-box .list-ul p {
		font-size: 14px;
	}
	.bg-box .list-ul .img {
		margin: 10px auto 0;
		width: 220px;
	}
	.bg-box .link-img {
		margin-bottom: 20px;
	}
	.bg-box .link-img .sp-only {
		display: block !important;
	}
	.bg-box .link-img img {
		width: 100%;
	}
}