﻿@charset "UTF-8";

/* ▼▼▼ line style
======================================================*/

.sp{
	display: none;
	}
.mb{
	margin-bottom: 40px;
	}

/*　header
--------------------------------------*/
#line .header{
	position: relative;
	}
#line .header #site_title{
	text-align: center;
	float: none;
    margin: 10px auto;
	}

/*　main
--------------------------------------*/
#main {
	overflow: hidden;
	width: 100%;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    margin: 0!important;
	}
	.line_inner{
		width: 640px;
		margin: 0 auto;
		}

/*　title_area
--------------------------------------*/
.title_area{
	position: relative;
	background: #00B833;
	padding: 40px 0;
	}
	.title_area:after{
		content: "";
		position: absolute;
		border-style: solid;
		border-width: 28px 28px 0 28px;
		border-color: #00B833 transparent transparent transparent;
		width: 0;
		height: 0;
		bottom: -28px;
		left: 48%;
		}

	.title_area h2{
		color: #FFF7BC;
		margin: 0 0 20px;
		font-size: 42px;
		text-align: center;
		}
	.title_area h2 + p{
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		}

/*　btn_area
--------------------------------------*/
.btn_area{
	background: #E7F8EC;
	padding: 50px 0 40px;
	}
	.btn_area h3{
		color: #00B833;
		font-size: 32px;
		text-align: center;
		margin: 0 0 40px;
		}
.btn_area ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	margin: 0 auto 40px;
	width: 640px;
	}
	.btn_area ul.merit li{
		width: 30%;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		}
	.btn_area ul.merit li:first-child{
		margin-right: 80px;
		}
	.btn_area ul.merit li img{
		display: block;
		margin: 0 0 10px;
		}
	.btn_area ul.merit span{
		color: #ED5489;
		}
.btn_area .login_btn{
	margin: 0 auto;
	}
	.btn_area .login_btn li{
		width: 310px;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		}
	.btn_area .login_btn li:first-child{
		margin-right: 40px;
		}
	.btn_area .login_btn li:nth-child(2) a{
		background: #00B833;
		}
	.btn_area .login_btn li a{
		display: block;
		background: #ED5489;
		box-shadow: 5px 5px rgba(0,0,0,0.2);;
		border-radius: 10px;
		color: #fff;
		text-decoration: none;
		padding: 8px 0 25px;
		position: relative;
		line-height: 1.4;
		}
	.btn_area .login_btn li a:after{
		display: block;
		content: "";
		background: url(../image/line/arrow.png) no-repeat;
		background-size: 100%;
		width: 12.6px;
		height: 6px;
		position: absolute;
		bottom: 10px;
		left: 48%;
		}
	.btn_area .login_btn li small{
		font-size: 16px;
		}


/*　#login_new
--------------------------------------*/

#login_new .title_area{
	background: #ED5489;
	padding: 30px 0;
	}
	#login_new .title_area:after{
		border-color: #ED5489 transparent transparent transparent;
		}
	.title_area > p{
		color: #fff;
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		}
.line_content{
	background: #FAF2F6;
	overflow: hidden;
	padding: 50px 0;
	}
	.line_content .line_inner > div{
		background: #fff;
		margin: 0 0 20px;
		padding: 30px 30px 45px;
		font-size: 20px;
		}
	.line_content p.img{
		text-align: center;
		}
	.line_content h4{
		margin: 0 0 20px;
		text-align: center;
		}
	.line_content .number{
		margin: 0 0 30px;
	    padding-left: 60px;
		position: relative;
		}
		.line_content .number span{
			display: block;
			background: #ED5489;
			border-radius: 50%;
			width: 50px;
			height: 50px;
			color: #fff;
			font-size: 24px;
			font-weight: bold;
			line-height: 50px;
			text-align: center;
			position: absolute;
			top: -10px;
			left: 0;
			}

.line_content .step_01 h4{
	text-align: left;
	}
	.line_content .step_01 .qr{
		margin: 0 0 40px;
		}
	.line_content .step_01 .qr + p{
		text-align: center;
		margin: 0 0 60px;
		}
	.line_content .step_01 ul li:not(:last-child){
		margin: 0 0 10px;
		}

/* レシートの登録方法 リンクボタン
--------------------------------------*/
.link_btn {
	max-width: 310px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
	.link_btn a {
		display: block;
		background: #fff;
		border: 1px solid #00B833;
		border-radius: 10px;
		color: #00B833;
		font-size: 20px;
		font-weight: bold;
		line-height: 58px;
		text-decoration: none;
	}
	.link_btn a:after {
		display: inline-block;
		content: "";
		background: url(../image/line/btn_arrow.png) no-repeat center/contain;
		height: 12px;
		width: 6px;
		margin-left: 20px;
	}
	.link_btn a:hover{
		opacity: 0.7;
	}

/*　#login
--------------------------------------*/
#login .title_area{
	background: #00B833;
	padding: 30px 0;
	}
#login .line_content{
	background: #E7F8EC;
	}

#login .line_content .number span{
	background: #00B833;
	}
.desc{
	margin: 0 0 20px;
	padding-left: 60px;
	}


/*　footer
--------------------------------------*/
#line footer{
	background: #fff;
	border: 0 none;
	}



/* ▼▼▼ 768px
======================================================*/
@media screen and (max-width: 768px) {

.pc{
	display: none;
	}
.sp{
	display: block;
	}

/*　header
--------------------------------------*/
#line .header{
	position: relative;
	height: auto;
	}
#line .header #site_title{
	text-align: center;
	float: none;
	}

/*　main
--------------------------------------*/
#main {
	}
	.line_inner{
		width: 100%;
		padding: 0 15px;
		}

/*　title_area
--------------------------------------*/
.title_area{
	background: #00B833;
	padding: 30px 0;
	}
	.title_area:after{
		border-width: 20px 20px 0 20px;
		bottom: -20px;
		left: 44%;
		}

	.title_area h2{
		margin: 0 0 10px;
		font-size: 5vw;
		}
	.title_area h2 + p{
		font-size: 4vw;
		}

/*　btn_area
--------------------------------------*/
.btn_area{
	background: #E7F8EC;
	padding: 30px 0;
	}
	.btn_area h3{
		margin: 0 0 20px;
		}
	.btn_area ul{
		margin: 0 auto 30px;
		padding: 0 5px;
		width: 100%;
		}
	.btn_area ul.merit li{
		font-size: 14px;
		width: 48%;
		}
	.btn_area ul.merit li:first-child{
		margin-right: 2%;
		}
	.btn_area ul.merit li img{
		display: block;
		margin: 0 0 10px;
		padding: 0 10px;
		}
	.btn_area ul.merit span{
		color: #ED5489;
		}
	.btn_area .login_btn{
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 auto;
		}
	.btn_area .login_btn li{
		width: 100%;
		padding: 0 10px;
		}
		.btn_area .login_btn li:first-child{
			margin: 0 0 15px;
			}


/*　#login_new
--------------------------------------*/

#login_new .title_area{
	background: #ED5489;
	padding: 30px 0;
	}
	.title_area > p{
		font-size: 3.9vw;
		}
.line_content{
	background: #FAF2F6;
	overflow: hidden;
	padding: 30px 0;
	}
	.line_content .line_inner > div{
		background: #fff;
		margin: 0 0 20px;
		padding: 30px 20px 35px;
		font-size: 18px;
		}
	.line_content p.img{
		text-align: center;
		}
	.line_content h4{
		margin: 0 0 20px;
		text-align: center;
		}
	.line_content .number{
		margin: 0 0 30px;
	    padding-left: 40px;
		}
		.line_content .number span{
			width: 40px;
			height: 40px;
			font-size: 22px;
			line-height: 40px;
			top: -5px;
			left: -5px;
			}

.line_content .step_01 .sp p:not(.img){
	margin: 0 0 30px;
	}

/*　#login
--------------------------------------*/
#login .title_area{
	background: #00B833;
	padding: 30px 0;
	}
.desc{
	margin: 0 0 20px;
	padding-left:0;
	}


/*　footer
--------------------------------------*/
#line footer{
	background: #fff;
	border: 0 none;
	}

}
