﻿@charset "UTF-8";
/* CSS Document */

/* リセットCSS */


* {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


/* アコーディオンメニュー全体のサイズ・位置 */

.ac {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}



/* クリック領域 */

.ac-parent {

	position: relative;
	
	height: 50px;
	
	border: solid 2px #4CC764;

	background-color: #fff;

	color: #777;

	text-align: center;

	line-height: 50px;

	cursor: pointer;

	font-size: 128%;
	
	font-weight: bold;
	
	margin-bottom: 5px;
}

.ac-parent.caution2{

	background-color: #eee !important;
	
	border: none !important;
	
	text-align: left !important;
}


/* ①プラスの横線 */


.ac-parent:before {

	content: "";

	position: absolute;

	top: 50%;

	right: 8px;

	width: 24px;

	height: 2px;

	background: #777;

	transform: translateY(-50%);

}



/* ②プラスの縦線 */

.ac-parent:after {

	content: "";

	position: absolute;

	top: 50%;
	/* 8px+12px-1px(幅2pxの半分) */

	right: 19px;

	width: 2px;

	height: 24px;

	background: #777;

	transform: translateY(-50%);

	transition: .3s;

}



/* ③オープン時にopenクラスを付与（縦線を回転させて非表示に） */

.ac-parent.open:after {

	top: 25%;

	opacity: 0;

	transform: rotate(90deg);

}



/* クリックしたら表示される領域 */

.ac-child {

	display: none;
	padding: 4em 1em;
	background-color: #fff;
	text-align: center;

}







/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
                友達登録4つの方法
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.line_lp_box {
	font-size:0;
}
.line_lp_box img {
	width: 100%;
	box-sizing: border-box;
}



.registration p {
	font-size: 124.3%;
	color: #333;
	text-align: center;
}
.registration .registration_box {
	position: relative;
	margin-top: 34px;
}
.registration .btn_detail {
	width: 80%;
	max-width: 830px;
	margin: 0 auto 2%;
	text-align: center;
	background-color: #fff;
	border: 2px solid #07c755;
	border-radius: 8px;
	padding: 16px;
	color: #07c755;
	cursor: pointer;
	font-size: 120%
}
#line_lp_page .registration .area-open {
	position: relative;
	padding: 40px 1%;
	background-color: #f7f7f7;
}
.regist_detail_area {
	background: #f8f8f8;
	padding: 60px 4% 40px;
}

.regist_detail_area .list_box {
	position: relative;
	background: #fff;
	border-radius: 8px;
	padding: 40px 20px 60px;
	margin-bottom: 40px;
}
.btn_to_regist a {
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #555;
	font-size: 85.7%;
	text-decoration: underline;
}
.item_box {
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 5%;
	align-content: center;
	flex-direction: row;
	box-sizing: border-box;
}
.item {
	position: relative;
	margin-right: 80px;
	margin-bottom: 5%;
}
.item:nth-child(odd)::after{
	position: absolute;
	content: "";
	top: 45%;
	right: -15%;
	width: 0;
	height: 0;
	border-left: 15px solid black;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	box-sizing: border-box;
}
.item:nth-child(2){
	margin-right: 0 !important;
}
.item:nth-child(4){
	margin-right: 0 !important;
}
.icon_num {
	position: absolute;
	top: -15px;
	left: -30px;
	border-radius: 50%;
	color: #fff;
	font-size: 85.7%;
	width: 58px;
	height: 58px;
	line-height: 1.3;
	content: "";
	text-align: center;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	background: #4a4a4a;
	box-shadow: 0 0 0 2px #fff, 0 0 0 3px #4a4a4a;
	box-sizing: border-box;
}
.step_num{
	font-size: 171.4%;
}
.box-img {
	margin-bottom: 3%;
}
.regist_detail_area p {
	text-align: center;
	font-size: 114.3% !important;
	line-height: 1.5;
}
.item_left span {
	display: block;
	margin: 0 0 1%;
}
.btn-open {
	display: block;
	padding: 2% 0;
	background: #333;
	color: #fff;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
               /友達登録4つの方法
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/


/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
      友達登録4つの方法(max-width: 768px)
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
@media (max-width: 768px) {
	.registration p {
		font-size: 100%;
		color: #333;
		text-align: center;
	}
	.registration .item p {
		font-size: 121.4% !important;
		color: #333;
		text-align: center;
		margin-bottom: 60px;
		max-width: 275px;
		word-break: break-all;
		overflow-wrap: break-word;
	}
	.registration ul.btn_area .box_img img {
		border: none;
		margin: 0;
		padding: 0;
		vertical-align: middle;
		max-width: 190px;
	}
	.item_box {
		position: relative;
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 5%;
		align-content: center;
		flex-direction: column;
	}
	.item {
		position: relative;
		margin-right: 0;
		margin-bottom: 3em;
	}
	.item:nth-child(odd)::after {
		display: none !important;
	}
	#line_lp_page .registration .btn_detail {
		width: 80%;
		max-width: 830px;
		margin: 0 auto 2%;
		text-align: center;
		background-color: #fff;
		border: 2px solid #07c755;
		border-radius: 8px;
		padding: 16px;
		color: #07c755;
		cursor: pointer;
		font-size: 120%
	}
	#line_lp_page .registration .area-open {
		position: relative;
		padding: 40px 1%;
		background-color: #f7f7f7;
	}
	#line_lp_page .registration ul.btn_area {
		padding: 40px 5px 20px;
	}
	.box-img {
		position: relative;
		display: -webkit-flex !important;
		display: -moz-flex !important;
		display: -ms-flex !important;
		display: -o-flex !important;
		display: flex !important;
		justify-content: space-between !important;
		max-width: 240px;
		margin: 0 auto 3%;
		border: 1px solid #ddd;
	}
	.box-img img {
		width: 100%;
		height: 100%;
	}
	.regist_detail_area .list_box {
		background: #fff;
		border-radius: 8px;
		margin-bottom: 40px;
	}
	#line_lp_page .area-open02 #list_box01 {
		padding: 2% 0;;
	}
	#line_lp_page .area-open02 .btn_friend {
		max-width: 270px;
		margin: 0 auto;
	}
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
               /友達登録４つの方法
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/




@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp_display {
    display: block;
  } 
}
.sp {
    display: none;
}

.green_lp {
  color: #07c755;
  font-weight: bold;
}
body.fixed {
  position: fixed;
  left: 0;
  width: 100%;
}