ul {
	list-style: none;
}

.oec-twoColumnBlock .oec-twoColumnMain {
	width: 1038px;
}

#oec-mainArea {
	background: url(/contents/line/lp/images/img-mv-bg.png) no-repeat;
	background-position: center top;
	overflow: hidden;
}

.oec-twoColumnMain {
	font-size: 14px;
	line-height: 1.83;
}

.kvMain {
	position: relative;
	margin: 0;
	text-align: right;
}

.kvMain__content {
	margin: 0 auto;
	width: 1120px;
}

.kvMain__title {
	position: absolute;
	top: 200px;
	left: -30px;
}

.kvMain__copy {
	margin: -50px -126px 0 0;
}

.kvLead,
.kvLeadTxt {
	font-size: 32px;
	padding-top: 20px;
	text-align: center;
	line-height: 1.56;
}

.kvLeadTxt {
	display: table;
	position: relative;
	padding: 0 40px;
	margin: 0 auto;
}

.kvLeadTxt::before {
  border-left: solid 1px #7f8582;
  left: 0;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: skewX(24.6deg);
  transform: skewX(24.6deg);
}

.kvLeadTxt::after {
  border-right: solid 1px #7f8582;
  right: 0;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: skewX(-24.6deg);
  transform: skewX(-24.6deg);
}

.kvLeadTxt::before,
.kvLeadTxt::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
}

.line__banner {
  margin: 20px auto;
  width: fit-content;
  text-align: center;
}

.line__banner_text span{
  color: #00b800;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.linePoint__caption {
	font-size: 24px;
	font-weight: bold;
	margin: 10px 0;
	text-align: center;
}

.linePoint__caption strong {
	font-size: 38px;
}

.linePoint {
	display: flex;
	text-align: center;
	justify-content: space-between;
	margin: 60px 0 100px;
}

.linePoint .linePoint__list {
	border: 1px solid #cccccc;
	border-radius: 6px;
	box-sizing: border-box;
	position: relative;
	padding: 70px 0 30px;
	width: 320px;
	letter-spacing: -0.5px;
}

.linePoint .linePoint__list::before {
	content: "";
	display: block;
	height: 78px;
	width: 78px;

	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: -39px;
	transform: translateX(-50%);
}

.linePoint .linePoint__list:first-child::before {	background-image: url(/contents/line/lp/images/img-ico-point01.png); }
.linePoint .linePoint__list:nth-child(2)::before {	background-image: url(/contents/line/lp/images/img-ico-point02.png); }
.linePoint .linePoint__list:last-child::before {	background-image: url(/contents/line/lp/images/img-ico-point03.png); }

.linePoint .linePoint__list h3 {
	color: #00b800;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.4;
}

.linePoint .linePoint__list img {
	margin-bottom: 20px;
}

.point {
	text-align: center;
	margin: 30px 0 0;
}

.pointAbout {
	background: #f9f9f9;
	border: 1px solid #cccccc;
	border-radius: 6px;
	margin: 60px auto 120px;
	width: 720px;
}

.pointAbout dt {
	text-align: center;
	padding: 6px;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
}

.pointAbout dt .pointAbout__txt {
	display: inline-block;
	margin-left: 10px;
  vertical-align: text-bottom;
}

.pointAbout .pointAbout__symbol {
	position: absolute;
	background: #00b800;
	border-radius: 30px;
	display: inline-block;
	top: 50%;
	height: 30px;
	width: 30px;
	transform: translateY(-50%);
}

.pointAbout .pointAbout__symbol:before,
.pointAbout .pointAbout__symbol:after {
	content: "";
	display: block;
	position: absolute;
	background: #fff;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}

.pointAbout .pointAbout__symbol:before {
	top: 50%;
	left: 50%;
	width: 12px;
	height: 1px;
	-webkit-transform: translateX(-50%) rotate(-90deg);
	transform: translateX(-50%) rotate(-90deg);
}

.pointAbout .pointAbout__symbol:after {
	top: 50%;
	left: 50%;
	width: 1px;
	height: 12px;
	-webkit-transform: translate(-50%,-50%) rotate(-90deg);
	transform: translateX(-50%,-50%) rotate(-90deg);
}

.pointAbout dt.is-open .pointAbout__symbol:before {
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.pointAbout dt strong {
	font-weight: bold;
	font-size: 20px;
}

.pointAbout dd {
	height: 0;
	opacity: 0;
	padding: 0 30px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.pointAbout dt.is-open + dd {
	padding: 30px 30px 0;
	height: 100%;
	opacity: 1;
}

.pointAbout dd p {
	margin-bottom: 30px;
}

.lineBtn {
	display: flex;
	justify-content: space-between;
	margin: 40px 0;
}

.lineBtn a {
	box-sizing: border-box;
	color: #fff;
	display: table-cell;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.833;
	letter-spacing: -2px;
	text-align: center;
	height: 120px;
	width: 500px;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
	border: none;
}

.lineBtn a:hover {
	opacity: .6;
}

.lineBtn a strong {
	font-size: 26px;
	letter-spacing: 0;
}

.lineBtn .btn--strong {
	background: #666666;
}

.lineBtn .btn--green {
	background: #00b800;
}

.lineBtn .link--nextWhite {
	display: inline-block;
	position: relative;
	padding: 0;
	background: url(/contents/line/lp/images/bg-link-arrow-next.png) right center no-repeat;
	width: 95%;
}

.lineCampaign h3 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 40px;
}

.lineCampaign p {
	margin-bottom: 40px;
}

.lineLink p {
	margin-bottom: 20px;
}

.lineLink a {
	color: #00b800;
}

.is-hide--pc {
	display: none;
}

@media screen and (max-width: 768px) {
	.is-hide--pc {
		display: inherit;
	}
	.is-hide--sp {
		display: none;
	}

	.oec-twoColumnBlock img {
		width: 100%;
	}

	.oec-twoColumnBlock .oec-twoColumnMain {
		padding: 0 20px;
		width: auto;
	}

	.kvMain__title {
		position: static;
		top: auto;
		left: auto;
	}

	.kvLead {
		padding-top: 50px;
		font-size: 20px;
		line-height: 1.75;
		letter-spacing: -1px;
	}

	.pointAbout {
		width: 100%;
		font-size: 12px;
		margin: 30px 0 20px;
	}

	.pointAbout dt {
		text-align: left;
		padding-left: 15px;
		padding-right: 30px;
	}

	.pointAbout dt strong {
		font-size: 16px;
	}

	.pointAbout .pointAbout__symbol {
		right: 15px;
	}

	.pointAbout dd {
		padding: 0 15px;
	}

	.pointAbout dt.is-open + dd {
		padding: 10px 15px 0;
	}

	.pointAbout dd p {
		margin-bottom: 20px;
	}

	.linePoint__caption {
		font-size: 16px;
	}

	.linePoint__caption strong {
		font-size: 24px;
	}

	.linePoint {
		display: block;
	}

	.linePoint .linePoint__list {
		width: 100%;
		padding: 50px 10px 20px;
		margin-bottom: 52px;
	}

	.linePoint .linePoint__list img {
		width: 34px;
	}

	.kvLeadTxt {
		padding: 0 20px;
		font-size: 29px;
		line-height: 1.25;
		letter-spacing: -1px;
	}

	.lineBtn {
		display: block;
	}

	.lineBtn a {
		font-size: 14px;
		line-height: 1.5;
		height: 90px;
	}

	.lineBtn a strong {
		font-size: 20px;
	}

}

@media screen and (max-width: 360px) {
	.pointAbout dt .pointAbout__txt {
		margin: 0;
	}

	.lineBtn a strong {
		font-size: 18px;
	}
}

a:hover {
	opacity: .6;
}
