@charset "utf-8";
/* CSS Document */


/* LINEページ */
#line_tmpl {
  font-family: "Apple TP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
}
#line_tmpl .pagetop_line {
	margin:0;
  border-top: 10px solid #4db848;
}
#line_tmpl .pagetop_line h2{
    color: #4db848;
    font-size: 36px;
    font-weight: bold;
		margin:10px 0 20px 12%;
		background:none;
}
#line_tmpl .pagetop_line h2 span {
    font-size: 0.75em;
    font-weight: normal;
    margin-left:0.5em;
}
#line_tmpl #line_page{
    max-width: 1040px;
    width: 100%;
		margin:0 auto;
}
#line_tmpl .catch_area {
    border: 3px solid rgb(225, 225, 225);
    border-radius: 15px;
    box-shadow: 0 0 0 -50px rgba(113, 135, 164, 0.65);
    height: auto;
    margin: 0 auto 30px;
    width: 100%;
}
#line_tmpl .flow_box .flex_sb li{
  text-align: center;
  font-size:0.9em;
  font-weight:bold;
  width: 30%;
}
/* SPのみ */
@media screen and (max-width:769px){
    #line_tmpl {
       padding:0 1%;
    }
  #line_tmpl .catch_area {
      width: 90%;
  }
  #line_tmpl .flow_box .flex_sb li{
  text-align: center;
  font-size:0.9em;
  font-weight:bold;
  width: 100%;
}

}
#line_tmpl .catch_tit_grad {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%) repeat scroll 0 0;
    border-bottom: 3px solid rgb(225, 225, 225);
    border-radius: 15px 15px 0 0;
}
#line_tmpl .catch_area h2 {
	color: #333333;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em;
	margin: 0 ;
	padding:20px;
	background: none;
}
#line_tmpl .catch_area h2 span{
    font-size: 16px;
    font-weight: normal;
    margin-left:0.8em;
}
#line_tmpl .catch_area .catch_detail_box{
	margin:20px 10px 60px;	
}
#line_tmpl .catch_area .catch_detail_box .detail_left p {
    font-weight: bold;
}
#line_tmpl .line_kantan_btn a{
    background-color: #4db848;
    color: #ffffff;
    padding: 3%;
    text-align: center;
		display:block;
		text-decoration:none;
}
#line_tmpl .catch_area .catch_detail_box .detail_left h3 img{
  margin:0 10px -30px 0;
}
#line_tmpl .bg_gray {
    background: #f9f8f4 none repeat scroll 0 0;
    border-radius: 15px;
    margin: 10px auto 40px;
    padding: 2% 0;
    width: 80%;
    font-weight: bold;
}
/* PCのみ */
@media screen and (min-width:768px){ 
    #line_tmpl .catch_area .catch_detail_box .detail_left{
      width:70%;
      margin:10px 20px 0 30px;
    }
    #line_tmpl .catch_area .catch_detail_box .detail_left h3{
      font-size:48px;
      margin:20px 0 60px;
    }
    #line_tmpl .catch_area .catch_detail_box .detail_left p ,
    #line_tmpl .catch_area .catch_detail_box .detail_left h3 span{
      font-size:25px;
      line-height: 1.6;
    }
  #line_tmpl .line_kantan_btn a{
      font-size:20px;    
      width: 78%; 
  }
  #line_tmpl .text_box p{    
      font-size: 18px;
      line-height: 1.6;
  }
  #line_tmpl .flow_box h3{
    font-size: 18px;
  }
  #line_tmpl .bg_gray {
    text-align: center;
  }
  #line_tmpl .column3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
  }
  #line_tmpl .column2 {
    display: flex;
    justify-content: center;
    text-align: center;
  }
}
/* SPのみ */
@media screen and (max-width: 760px) {
  #line_tmpl .catch_area .catch_detail_box .clearfix{
    text-align: center;
  }
  #line_tmpl .catch_area .catch_detail_box .detail_left{
    margin:0 auto;
    text-align: left;
  }
  #line_tmpl .catch_area .catch_detail_box .detail_left h3{
    font-size:20px;
    margin-bottom: 60px;
  }
  #line_tmpl .catch_area .catch_detail_box .detail_left h3 img{
      max-width:100%;
      width:80px;
    }
    #line_tmpl .catch_area .catch_detail_box .detail_left p {
        font-size: 18px;
        line-height: 1.4;
    }
    #line_tmpl .catch_area .catch_detail_box .detail_left h3 span{
        font-size: 15px;
        line-height: 1.4;
    }
    #line_tmpl .line_kantan_btn a{
      font-size:18px;
      width: 90%;    
  }
  #line_tmpl .text_box p{    
      font-size: 15px;
      line-height: 1.4;
      text-align: left;
  }
  #line_tmpl .flow_box h3{
    font-size: .9rem;
  }
  #line_tmpl .bg_gray {
    text-align: left;
    font-size: 15px;
  }
}
#line_tmpl .line_kantan_btn{
	margin:20px auto;
}

#line_tmpl .line_kantan_btn a:hover{
	  background-color: #2cda24;
}
#line_tmpl .text_box{    
    margin:30px auto;
}
#line_tmpl .qr_code{    
    margin:20px auto ;
}
#line_tmpl .qr_code img{    
    margin:0 auto 10px;
}
#line_tmpl .flow_box h3{
	background: #f1f1f1 none repeat scroll 0 0;
	border-radius: 3px;
	color: #333333;
	font-family: "Apple TP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-weight: bold;
	line-height: 3em;
	margin-bottom: 17px;
	height:3em;
  position: relative;
  text-indent: 2em;
}
#line_tmpl .flow_box h3::before {
    background: #4db848 none repeat scroll 0 0;
    border-radius: 3px;
    content: "";
    display: block;
    height:2em;
    left: 10px;
    position: absolute;
    top: 0.5em;
    width: 5px;
}

#line_tmpl .green_surround {
	border: 4px solid #19bc03;
	border-radius: 15px;
	height: auto;
	margin: 10px auto 70px;
	padding: 5%;
	width: 80%;
}
#line_tmpl .bg_gray p,
#line_tmpl .green_surround p{
  margin: 0;
  font-size: 1.1em;
}
.f_green{color: #00c300;}
/* SP */

#pet_keyvj_box { background-color: #00c400; text-align:center; padding:  0; margin:1vh 0 3%; }
#pet_keyvj_box .inner { width:calc(100% - 5vw); max-width:900px; margin:0 auto; white-space:nowrap;}
#pet_keyvj_box .inner h2 { background:none; color:#FFF; font-size:calc(20px + 1vw); line-height:calc(36px + 1vw);}
#pet_keyvj_box .inner h2 img { display: inline-block; margin: -0.8vh auto 0;}

#main_contents { max-width: 900px; }

.btn { position: relative; }
.btn a { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }

#main_contents .green_b { border: solid 3px #00c400; border-radius: 20px; }
#sp_main_contents .green_b { border: solid 3px #00c400; border-radius: 10px; }
.gray_b { border: solid 1px #434343; }

.green_bg { background: url(../image_page/line/step1_txt01_bg.png); }

.mb10 { margin: 0 0 1vh;}
.mb20 { margin: 0 0 2vh;}

/* PC */
#main_contents .line_wrap { width:100%; margin:0 auto 3vh;}
#main_contents .line_wrap .inner { width:96%; max-width:1040px; margin:0 auto 5%; text-align:center;}
#main_contents .line_wrap h3 { font-size:calc(24px + 1vw); line-height:calc(32px + 1vw); margin-bottom:3%; text-align:center; }
#main_contents .line_wrap h4 { font-size:calc(14px + 1vw); line-height:calc(22px + 1vw); margin-bottom:3%; text-align:left; }
#main_contents .line_wrap .inner h5 { width: 100%; font-size:calc(10px + 1vw); line-height:calc(22px + 1vw); margin-bottom:1%; text-align:left; }
#main_contents .line_wrap p { text-align:left; line-height:calc(20px + 0.5vw); margin-bottom:1em; }
#main_contents .line_wrap img { display: block; margin: 0 auto 1vh; }


/* SP */
#sp_main_contents .line_wrap { width:98%; margin:0 auto 3vh;}
#sp_main_contents .line_wrap .inner { width:96%; max-width:1040px; margin:0 auto 5% auto; text-align:center;}
#sp_main_contents .line_wrap h3 { font-size:calc(13px + 1vw); line-height:calc(24px + 1vw); margin-bottom:3%; text-align:center; }
#sp_main_contents .line_wrap h4 { font-size:calc(12px + 1vw); line-height:calc(22px + 1vw); margin-bottom:3%; text-align:left; }
#sp_main_contents .line_wrap .inner h5 { width: 100%; font-size:calc(10px + 1vw); line-height:calc(12px + 1vw); margin-bottom:3%; text-align:left; }
#sp_main_contents .line_wrap .inner p { text-align:left; line-height:calc(20px + 0.5vw); margin-bottom:2%; }


#main_contents .line_wrap .pc_none { display: none; }
#sp_main_contents .line_wrap .sp_none { display: none; }

#main_contents .line_wrap .inner .step1_txt,
#sp_main_contents .line_wrap .inner .step1_txt { width: 90%; padding: 3% 5%; }

#main_contents .line_wrap .inner .green_bg img,
#sp_main_contents .line_wrap .inner .green_bg img { width: 70%; max-width: 441px; height: auto; margin: 0 auto; display: block; }

#main_contents .line_wrap .inner h4.step_tit img,
#sp_main_contents .line_wrap .inner h4.step_tit img { display: block; margin: -1vh 0 5%; }

#main_contents .line_wrap .line_how img { margin: 0;}

#main_contents .line_wrap .photo_tit,
#sp_main_contents .line_wrap .photo_tit { width: 98%; font-weight: bold; background-color: #eee; padding:1.5% 0 1% 2%; }
#main_contents .line_wrap .photo_tit,
#sp_main_contents .line_wrap .photo_tit{ font-size:calc(12px + 1vw); margin: 0 0 2vh;}

ul.sp_linebtn {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	margin: 0 0 1vh;
}
ul.sp_linebtn li:first-child {
	width: 50%;
}
ul.sp_linebtn li:last-child {
	width: 40%;
}
ul.photo {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-around; /* Safari */
	justify-content: space-around;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
ul.photo li {
	width: 30%;
	max-width: 300px;
	position: relative;
}
#main_contents .line_wrap ul.photo li { margin: 0 0 3em; }
#sp_main_contents .line_wrap ul.photo li { margin: 0 0 1em; }

@media screen and (-webkit-min-device-pixel-ratio:0) {
::i-block-chrome, ul.photo li, ul.sp_linebtn li {
	float: left;
}
}


