﻿#line_lp_page { background-color: #fafafa;}#line_lp_page img {
  width: 100%;
  box-sizing: border-box;
}
* {
  box-sizing: border-box;
}
#line_lp_page .wrapper {
  position: relative;
  max-width: 980px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
}
#line_lp_page .inner {
  position: relative;
  max-width: 980px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
  width: 90%;
  margin: 0 auto;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
                  メインエリア
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#line_lp_page .main_area {
  text-align: center;
}
#line_lp_page .content_inner {
  padding: 90px 4.3% 96px;
  color: #333;
  background-color: #fafafa;
}
#line_lp_page h1 {
  font-size: 200%;
  text-align: center;
}
#line_lp_page h1 span {
  max-width: 440px;
  padding: 0 45px;
  position: relative;
  display: inline-block;
}
#line_lp_page h1 span::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: -30px;
  left: 0;
  transform: rotate(-35deg);
  width: 4px;
  height: 84px;
  background-color: #4a4a4a;
}
#line_lp_page h1 span::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: -30px;
  right: 0;
  transform: rotate(35deg);
  width: 4px;
  height: 84px;
  background-color: #4a4a4a;
}
#line_lp_page .main_txt01 {
  position: absolute;
  left: -75px;
	top: 85px;
  background: url(../images/img_info01.png) no-repeat;
  background-size: 139px 147px;
  width: 139px;
  height: 147px;
  line-height: 136px;
  color: #fff;
  font-size: 150%;
	animation: wobbling_x 2s ease-in-out infinite alternate,
		wobbling_y 1.1s ease-in-out infinite alternate;
}
#line_lp_page .main_txt02 {
  position: absolute;
  right: -80px;
	top: 160px;
  background: url(../images/img_info02.png) no-repeat;
  background-size: 140px 146px;
  width: 140px;
  height: 146px;
  line-height: 36px;
  color: #fff;
  font-size: 157.1%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: wobbling_x 2.2s ease-in-out infinite alternate,
		wobbling_y 1.2s ease-in-out infinite alternate;
}

@keyframes wobbling_x {
	0% {
		margin-left: 8px;
	}

	100% {
		margin-left: 0px;
	}
}

@keyframes wobbling_y {
	0% {
		margin-top: 0px;
	}

	100% {
		margin-top: 8px;
	}
}
#line_lp_page .img_main {
  position: relative;
  max-width: 350px;
  margin: 0 auto;
}
#line_lp_page .main_denko {
  position: absolute;
  width: 110px;
  bottom: 22px;
  left: -70px;
}
.logo_main {
  max-width: 76px;
  margin: 0 auto 10px;
}
#line_lp_page .text-main {
  font-size: 124.3%;
  width: 100%;
  line-height: 1.5;
  margin-bottom: 20px;
}
#line_lp_page .btn_line_friend {
  display: block;
  max-width: 232px;
  margin: 0 auto;
}


/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
         メインエリア(max-width: 768px)
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
@media (max-width: 768px) {
  #line_lp_page .inner {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  #line_lp_page h1 {
    font-size: 160%;
    text-align: center;
  }
  #line_lp_page h1 span {
    max-width: 344px;
  }
  #line_lp_page h1 span::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: -25px;
    left: 18px;
    transform: rotate(-35deg);
    width: 2px;
    height: 50px;
    background-color: #4a4a4a;
  }
  #line_lp_page h1 span::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: -25px;
    right: 18px;
    transform: rotate(35deg);
    width: 2px;
    height: 50px;
    background-color: #4a4a4a;
  }
  #line_lp_page .main_area {
    padding: 0;
  }
  #line_lp_page .text-main02 {
    width: 100%;
    font-size: 124.3%;
    line-height: 1.08;
  }
  #line_lp_page .content_inner {
    padding: 8% 2% 10%;
  }
  #line_lp_page .img_main {
    max-width: 240px;
    margin: 0 auto;
  }
  .logo_main {
    max-width: 56px;
    margin: 2% auto;
  }
  #line_lp_page .text-main {
    line-height: 1.5;
    font-size: 100%;
  }
  #line_lp_page .btn_line_friend {
    display: block;
    max-width: 200px;
    margin: 0 auto;
  }
  #line_lp_page .main_txt01 {
    position: absolute;
    left: -60px;
    top: 34px;
    background: url(../images/img_info01.png) no-repeat;
    background-size: 106px 112px;
    width: 106px;
    height: 112px;
    line-height: 108px;
    color: #fff;
    font-size: 114.3%;
    animation: wobbling_x 2s ease-in-out infinite alternate, wobbling_y 1.1s ease-in-out infinite alternate;
  }
  #line_lp_page .main_txt02 {
    position: absolute;
    right: -64px;
    top: 91px;
    background: url(../images/img_info02.png) no-repeat;
    background-size: 106px 110px;
    width: 106px;
    height: 110px;
    line-height: 22px;
    color: #fff;
    font-size: 114.3%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: wobbling_x 2.2s ease-in-out infinite alternate, wobbling_y 1.2s ease-in-out infinite alternate;
    }
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
         /メインエリア(max-width: 768px)
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
                  /メインエリア
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.contact-column-type03 {
  border: 1px solid #ededed;
  padding: 25px 40px;
  margin-bottom: 30px;
}
.box-gray {
  background: #eeeeee;
}
.hdg-level3 {
    font-size: 146.0%;
    font-weight: normal;
    margin-bottom: 20px;
    color: #333;
    word-wrap: break-word;
}
.list-link-disc {
    margin-bottom: 15px;
}
.list-link-disc li {
    padding-bottom: 5px;
    padding-left: 1em;
    position: relative;
}
.list-link-disc li:before {
    content: "\0030fb";
    position: absolute;
    left: 0;
    top: 0;
}
.link-doc {
    color: #3d90cc;
    text-decoration: underline;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
                    便利な機能
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#line_lp_page .feature {
  padding: 80px 0;
  width: 100%;
  height: auto;
  background-color: #06c755;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%2323cc69' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%2341d27c' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%235ed790' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%237cdda3' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%2399e2b7' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23ade8c5' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23c2eed4' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23d6f3e2' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23ebf9f1' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23ffffff' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
}
#line_lp_page .feature h2 {
  position:relative;
  font-size: 180%;
  color: #333;
  text-align: center;
  letter-spacing: .3rem;
  margin-left: .3rem;
  padding-top: 60px;
}
#line_lp_page .feature h2::after{
  content:"";
  display: block;
  width: 120px;
  height: 4px;
  background-color: #fff100;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -60px;
}
#line_lp_page .feature h2 .sub_ttl {
  display: block;
  margin: 0 auto;
  width: 96px;
  /*margin-top: 5px;*/
}
.comment_denko {
    position: relative;
  }






#line_lp_page  .line_friend {

  position: relative;
}

#line_lp_page .feature_denko {

  position: absolute;

  top: -52px;

  left: 50%;

  max-width: 100px;

  z-index: 100;

  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#line_lp_page .feature ul {

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  padding: 6% 1% 2%;

}

#line_lp_page .feature ul li {
  position: relative;
  width: calc(33.3% - 40px);
  margin: 10px 10px 30px;
  box-sizing: border-box;
  border-radius: 8px;
  color: #4f4f4f;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-content: space-around;
  justify-content: flex-start;
  padding: 10px;
}


#line_lp_page .feature ul .box_img{
  content: "";
  width: 140px;
  height: 140px;
  margin-bottom: 10px;
  border-radius: 50%;
  border: 20px solid #eee;
}
Line_lp_page .feature ul li:first-child {
  border-right: none;
}
#line_lp_page .feature ul .box_img img {
  vertical-align: middle;
  max-width: 150px;
}
#line_lp_page .feature ul li {
  font-size: 121.4%;
  text-align: center;
}
#line_lp_page .feature ul li .txt_point {
  background: #07c755;
  color: #fff;
  padding: 2px 10px;
  margin-bottom: 5px;
}




/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
          便利な機能(max-width: 768px)
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/




@media (max-width: 768px) {
  #line_lp_page .feature {
    padding: 60px 0;
  }
  #line_lp_page .feature .inner {
    width: 90%;
    margin: 0 auto;
  }
  #line_lp_page .feature h2 {
    text-align: center;
    padding-bottom: 5px;
  }
  #line_lp_page .feature h2::after {
    margin-bottom: -5px;
  }
  .comment_denko {
    position: relative;
  }
  #line_lp_page .feature_denko {
    position: absolute;
    top: -55px;
    right: 22px;
    max-width: 100px;
  }
  #line_lp_page .feature ul {
    display: flex;
    flex-wrap: wrap;
    padding: 15% 2% 8%;
    width: 90%;
    margin: 0 auto;
  }
  #line_lp_page .feature ul li {
    width: calc(90% - 1.3vw);
    margin: 0 0 30px;
  }
  #line_lp_page .feature ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    font-size: 15px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 0 10px 0;
  }
  #line_lp_page .feature ul li:first-child a,
  #line_lp_page .feature ul li:nth-of-type(4) a {
    padding-bottom: 20px;
  }
  #line_lp_page .feature ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  #line_lp_page .feature ul li:nth-of-type(3),
  #line_lp_page .feature ul li:nth-of-type(4) {
    margin-bottom: 0;
  }
  #line_lp_page .feature ul li a span {
    padding: 0;
    font-weight: normal;
  }
  #line_lp_page .feature ul .box-img {
    width: auto;
  }
  #line_lp_page .feature ul li a img {
    margin-right: 0;
  }
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
          /便利な機能(max-width: 768px)
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/


/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
                  /便利な機能
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/



/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
                友達登録４つの方法
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/


#line_lp_page .registration {
  padding: 80px 0 0;
  background-color: #fff;
}

#line_lp_page .registration h2 {
  position: relative;
  font-size: 200%;
  color: #333;
  text-align: center;
  margin-bottom: 3rem;
  letter-spacing: .1rem;
  margin-left: .1rem;
}
.registration h2::after {
  content: "";
  display: block;
  width: 120px;
  height: 4px;
  background-color: #fff100;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -60px;
}



#line_lp_page .registration p {

  font-size: 124.3%;

  color: #333;

  text-align: center;
  font-weight: bold;
  color: #444;
  line-height: 1.8;

}


#line_lp_page .registration .registration_box {

    background: yellow;
    padding: 0;

}

#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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  flex-direction: row;
  align-content: center;
  align-items: flex-end;
  padding: 40px 2% 20px;
  background-color: #06c755;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%2323cc69' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%2341d27c' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%235ed790' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%237cdda3' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%2399e2b7' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23ade8c5' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23c2eed4' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23d6f3e2' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23ebf9f1' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23ffffff' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
}
#line_lp_page .registration ul.btn_area li {
  width: calc(50% - 20px);
  border-radius: 8px;
  background: #fff;
  margin-right: 20px;
  margin-bottom: 20px;
  color: #07c755;
  box-shadow: 4px 4px 2px #279d38;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: background-color .25s ease,color .25s ease;
  transition: background-color .25s ease,color .25s ease;
}
#line_lp_page .registration ul.btn_area li a {
  position: relative;
  color: #fff;
  display: block;
  width: 100%;
  height: 96px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
}
#line_lp_page .registration ul.btn_area li a::after{
  content: "";
  position: absolute;
  top: 54%;
  right: 12px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #07c755;;
  border-right: 2px solid #07c755;
  transform: rotate(45deg);
  margin-top: -6px;
}
#line_lp_page .registration ul.btn_area li:nth-of-type(even) {
  margin-right: 0;
}
.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;
  margin: 0 auto 2%;
  border: 1px solid #ddd;
}

#line_lp_page .registration .btn_select01 img {
  border: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  max-width: 170px;
}
#line_lp_page .registration ul.btn_area .box_img02 img {
  margin: -5px;
  padding: 0;
  vertical-align: middle;
  max-width: 56px;
  border: 1px solid #ddd;
}
#line_lp_page .registration .btn_select03 img {
  border: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  max-width: 224px;
}
#line_lp_page .registration .btn_select04 img {
  border: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  max-width: 224px;
}

#line_lp_page .registration ul.btn_area li span {
  display: inline-block;
  padding-top: 10px;
  color: #333;
  font-size: 114.3%;
  font-weight: 500;
}

.regist_detail_area {
  background: #f8f8f8;
  padding: 60px 4% 40px;
}




.regist_detail_area h3 {
  font-size: 135%;
  border: 2px solid #07c755;
  color: #07c755;
  text-align: center !important;
  padding: 10px 0 10px;
  margin-bottom: 58px;
}
.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: -18%;
  width: 0;
  height: 0;
  border-left: 30px solid black;
  border-top: 30px solid transparent;
  border-bottom: 30px 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;
  /*background: repeating-linear-gradient(-200deg, #4a4a4a, #555 4px, #4a4a4a 4px, #555 4px);*/
  /*background: linear-gradient(-180deg, #4a4a4a 0%, #4a4a4a 46%, #f5f5f5 46%, #f5f5f5 100%);*/
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #4a4a4a;
  box-sizing: border-box;
}
.step_num{
  font-size: 171.4%;
}
.trademark {
  position: absolute;
  left: 100px;
  bottom: 20px;
  font-size: 12px !important;
}
.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%;
}
/*.accordion-box {
    position: relative;
}
.accordion-box label {
    /*height: 80px;
    cursor: pointer;
    text-align: center;
    font-size: 120%;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.accordion-box input:checked + label {
    background: inherit; /* 開いた時には背景グラデーションを消す 
}
.accordion-box label:after {
    content: "詳細はこちら"; /* ラベルの文字 
    letter-spacing: .05em;
    line-height: 3em;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #fff;
    background-color: #000;
    width: 80%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 8px;
}

.accordion-box input {
    display: none;
}
.accordion-box input:checked + label {
    /* display: none ; 閉じるボタンは要らないとき 
}
.accordion-box input:checked + label:after {
    content: "閉じる";
}
.accordion-box input:checked ~ .accordion-container {
    height: auto;
    padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}*/
@media (min-width: 769px) {
  #line_lp_page .registration ul.btn_area li:hover {
    opacity: .8;
  }
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
               /友達登録４つの方法
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/


/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
      友達登録４つの方法(max-width: 768px)
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
@media (max-width: 768px) {
  #line_lp_page .registration {
    padding: 11% 0 0;
    background-color: #fff;
  }
  #line_lp_page .registration h2 {
    font-size: 180%;
    color: #333;
    text-align: center;
    margin-bottom: 2rem;
    letter-spacing: .1rem;
    margin-left: .1rem;
  }
  #line_lp_page .registration p {
    font-size: 100%;
    color: #333;
    text-align: center;
  }
  #line_lp_page .registration .item p {
    font-size: 121.4% !important;
    color: #333;
    text-align: center;
    margin-bottom: 60px;
    word-break: break-all;
    overflow-wrap: break-word;
  }
  #line_lp_page .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;
  }
  .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;
  }
  #line_lp_page .registration ul.btn_area li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: calc(50% - 15px);
    border-radius: 8px;
    background: #fff;
    margin-right: 15px;
    margin-bottom: 15px;
    color: #07c755;
    box-shadow: 0 2px 0 0 rgb(0 0 0 / 20%);
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: background-color .25s ease,color .25s ease;
    transition: background-color .25s ease,color .25s ease;
  }
  #line_lp_page .registration ul.btn_area li a {
    color: #fff;
    display: block;
    width: 100%;
    height: auto;
    min-height: 48px;
    padding: 10px 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;

    margin: 0 auto 3%;
    border: 1px solid #ddd;
  }
  .box-img img {
    width: 150px;
    height: 100%;
  }
  #line_lp_page .registration ul.btn_area .box_img img {
    border: none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    max-width: 324px;
  }
  #line_lp_page .registration ul.btn_area .box_img01 img {
    border: none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    max-width: 240px;
  }
  #line_lp_page .registration ul.btn_area .box_img02 img {
    border: none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    max-width: 48px;
  }
  #line_lp_page .registration ul.btn_area li span {
    display: inline-block;
    padding-top: 4px;
    color: #333;
    font-size: 100%;
    font-weight: 500;
  }
  .regist_detail_area .list_box {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 40px;
  }
  .regist_detail_area h3 {
    font-size: 135%;
    border: 2px solid #07c755;
    color: #07c755;
    text-align: center !important;
    padding: 10px 0 10px;
    margin-bottom: 48px;
  }
  #line_lp_page .area-open02 #list_box01 {
    padding: 2% 0;;
  }
  #line_lp_page .area-open02 .btn_friend {
    max-width: 270px;
    margin: 0 auto;
  }
  .trademark {
    position: static;
  }
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
               /友達登録４つの方法
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/








@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%;
}