@charset "UTF-8";

/*---------------------------------------------------------------------
        LINE
----------------------------------------------------------------------*/
#line-friend #cp_top {
	background-color: #07b53b;
}
#line-friend #cp_top img {
	width: 100%;
}

#line-friend.line-kakikata #cp_top {
	background-color: #a2d2dd;
}
#line-friend.line-kakikata #cp_top{
	text-align: center;
}
#line-friend.line-kakikata #cp_top img {
	width: auto;
	max-width: 100%;
}
#line-friend #cp_point{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 2rem;
	font-weight: 500;
	color: #07b53b;
	text-align: center;
}
#line-friend #cp_point .point_wrap {
	margin-left: 0;
	margin-right: 0;
}
#line-friend #cp_point img {
	width: 60%;
	position: absolute;
	top:50%;
	left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#line-friend h3{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 4rem;
	font-weight: 500;
	color: #07b53b;
	text-align: center;
	margin-bottom: 20px;
}
#line-friend #season_present h4 {
	font-size: 24px;
}
#line-friend #cp_point .point_icon {
	width: 200px;
	height: 200px;
    background-color: #07b53b;
    border-radius: 50%; 
    margin: 15px auto;
    text-align: center;
	position: relative;
}
#line-friend #season_present {
	padding: 20px 0 50px 0;
}
#line-friend #season_present img {
	width: 100%;
}
#line-friend #season_present a {
	display: block;
}
#line-friend #season_present button {
	background-color: #2c2f34;
	color: #FFFFFF;
	margin-top: 30px;
}

@media only screen and (max-width:768px){
	#line-friend #cp_point .point_icon {
	width: 100px;
	height: 100px;
}
    #line-friend #cp_point{
        font-size: 2rem;
    }
	#line-friend h3 {
		font-size: 3rem;
	}

	#line-friend #cp_point .point_text {
	margin-top: 30px;
}

}
