@charset "utf-8";

.line_body{
	background:#fff url(/img/line/line_bg.jpg) repeat-x;
	float: left;
	width: 100%;
	min-height: 340px;
}

.line_con{
	width: 600px;
	float: left;
}
.line_con h1 img{
	width: 600px;
}

.line_con p{
	font-size: 15px;
}

.line_point{
	width: 600px;
	float: left;
	margin: 20px 0;
}

.line_point li{
	padding:20px;
	width: 558px;
	margin: 60px 0 40px 0;
	float: left;
	background-color: #f2f2f2;
	filter: drop-shadow(2px 2px 1px #000);
	border-radius: 20px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.line_point .pt1::before,.line_point .pt5::before {background-image: url(/img/line/cha_1.png);}
.line_point .pt2::before,.line_point .pt6::before  {background-image: url(/img/line/cha_2.png);}
.line_point .pt3::before {background-image: url(/img/line/cha_3.png);}
.line_point .pt4::before {background-image: url(/img/line/cha_4.png);}

.line_point li::before {
	content: '';
	position: absolute;
	background-color: #82cef1;
	background-size: contain;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	top:-70px;
}
.line_point li::after{
	top: -30px;
	border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-top-width:15px;
    border-bottom-width:15px;
    border-left-width:20px;
    border-right-width:20px;
    margin-left: -20px;
    border-bottom-color:#F2F2F2;
    bottom:100%;
    left:8%;
}
.line_point .pt2::before,.line_point .pt4::before ,.line_point .pt6::before{
	right:20px;
}
.line_point .pt2::after,.line_point .pt4::after,.line_point .pt6::after{
	left:92%;
}
.line_point img{
	width: 100%;
}

.line_point li .l_txt{
	width: 313px;
	padding:0 10px;
}
.line_point li .l_txt h3{
	color:#00b900;
	font-size: 18px;
}

.line_point li .l_txt p{
	font-size: 15px;
}
.line_point li .l_pt{
	width: 50px;
}

.line_point li .l_img{
	width: 175px;
	height: auto;
}

.line_point .pt5 .l_txt{
	width: 100%;
	padding:0;
}
.line_point .pt5 .l_img{
	width: 100%;
	padding:0;
}

.line_point .pt6 .l_txt{
	width: 74%;
	padding:0;
}
.line_point .pt6 .l_img{
	width: 22%;
	padding:0 0 0 1%;
}

.fade {
	opacity: 0;
	transition-timing-function: ease;
	transform :  translate(30%, 0);
	transition : all 0.8s;
}
.line_point .pt2,.line_point .pt4,.line_point .pt5{
	opacity: 0;
	transition-timing-function: ease;
	transform :  translate(-30%, 0);
	transition : all 0.8s;
}
.fade.is-show {
	opacity: 1;
	transform: translateY(0);
}

.line_point .pt6 .link{
	width: 80%;
	text-align: center;
	color: #fff;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	font-size: 20px;
	margin: 20px 0;
	float: left;
	border-radius: 10px;
	background: #006f00 url(/img/line/arrow.png) no-repeat right center;
	background-size: 28px 25px;
	background-position:10px;
	text-decoration: none;
}
.line_point .pt6 .link:hover{
	background: #00b900 url(/img/line/arrow.png) no-repeat right center;
	background-size: 28px 25px;
	background-position:10px;
}

.stamp_qr .line_qr_bana{
	width: 400px;
	float: left;
}

.stamp_qr img{
	width: 120px;
	margin-right: 10px;
	float: left;
}

.stamp_qr p{
	width: 270px;
	float: right;
	font-size: 13px;
}

.line_con_r{
	width: 300px;
	padding-left: 50px;
	float: right;
	background: url(/img/line/line_r_bg.png) no-repeat top right;
	min-height: 340px;
	position: relative;
}

#line_qr_bana{
	width: 280px;
	margin: 30px 0 0 0;
	padding:20px 15px 20px 15px;
	float: left;
	background: linear-gradient(33deg, #d9d9d9, #fff);
	filter: drop-shadow(4px 3px 2px #000);
	border-radius: 20px;
	position: fixed;
	top:220px;
}
#line_qr_bana .qr_fr{
	width: 100%;
	margin: -80px 0 10px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#line_qr_bana .qr_fr h2{
	font-size: 19px;
	padding-top: 80px;
}

#line_qr_bana .qr_qr{
	width: 100%;
	margin: 0px 0 10px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#line_qr_bana .qr_fr img{
	width: 140px;
}

#line_qr_bana .qr_qr img{
	width: 120px;
	margin-right: 10px;
}

#line_qr_bana p{
	font-size: 13px;
	width: 140px;
}
#line_qr_bana .qr_me{
	width: 100%;
	position: relative;
	height: 130px;
	background: url(/img/line/qr_me.png) no-repeat top;
	background-size:280px 130px ;
}
#line_qr_bana .qr_me p{
	width: 140px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.a-scroll{
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	animation: arrowmove 1s ease-in-out infinite;
}
.a-scroll img{
	text-align: center;
	width: 88px;
}
@keyframes arrowmove{
	0%{bottom:1%;}
	50%{bottom:3%;}
   100%{bottom:1%;}
}