/* 20220921追加分 */

.stepbtn {
	width: 1000px;
	margin:0 auto;
	position: relative!important;
}
.stepabs {
    position: absolute!important;
    left: 2.5em;
    bottom: 4em;
	z-index: 1000;
}
.step_img2 {
  width: 25%;
  margin: 0 auto;
}

@media screen and (max-width:767px) {
.stepbtn {
	width: 90%;
	margin:0 auto;
	position: relative!important;
}
.stepabs {
    position: absolute!important;
    left: 15%;
    bottom: 68%;
	z-index: 1000;
}
.step_img2 {
    width: 70%;
    margin: 0 auto;
}
}


/* header*/


button{
   background-color: transparent;
   border: none;
   cursor: pointer;
   outline: none;
   padding: 0;
   appearance: none;
  }


h1{
  font-size: 40px;
  text-align: center;
  color: #333333;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 1px;
  font-feature-settings: 'palt' 1;
}

p{
  font-size: 21px;
  line-height: 180%;
  margin: 0 auto;
  letter-spacing: 1px;
  font-weight: 400;
  color: #1A1A1A;
}

h2{
  font-size: 25px;
  text-align: center;
  line-height: 180%;
  font-weight: 400;
}

@media screen and (max-width:767px){

h1{
  font-size: 5vw;
  text-align: center;
  color: #333333;
  line-height: 160%;
  font-weight: 700;
  letter-spacing: 1px;
  font-feature-settings: 'palt' 1;
}

p{
  font-size: 4vw;
  line-height: 180%;
  padding: 0 2%;
  letter-spacing: 0px;
  color: #1A1A1A;
}

h2{
  font-size: 4.5vw;
  text-align: center;
  line-height: 180%;
  padding: 0 10px;
  font-weight: 400;
}

}


.top{
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 100;
    top: 0;
    padding: 20px 0 10px 50px;
    height: 90px;
    filter: drop-shadow(0 0 5px rgba(9,6,150,0.2));
  }

.btn_absolute{
  width: 100%;
  height: 70px;
  max-width: 100%;
  position: relative;
  height: 170px;
}

.btn_area_top{
	width: 250px;
	max-width: 100%;
	z-index: 100;
  float: left;
}

.top_contactbtn{
  position: absolute;
  right: 7%;
  top: -3%;
}

.btn_top_text p{
  text-align: center;
  font-size: 17px;
  padding-left: 50px;

}

.tel_red{
  background-color: #F02D06;
  padding: 0 5px 1px 5px;
  color: #fff;
}

.tel_bk{
  border: solid #888 1px;
  padding: 0 4px 1px 5px;
}

.btn_top_text{
  width: 800px;
  margin-top: -3px;
  margin-left: auto;
}

.sub_btn_top{
  height: 46px;
  width: 250px;
  max-width: 95%;
  padding: 0;
}


.logo{
  width: 250px;
  max-width: 100%;
}

.logo_area{
  width: 250px;
}


.hader_cta{
  padding: 30px 0;
}

.hader_cta_box{
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
  display: flex;
}

.hader_cta_btn{
  width: 380px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 5px;
}

.hader_cta_text{
  text-align: center;
  padding: 30px 0 0 0;
}

.cta_tel_red{
  background-color: #F02D06;
  padding: 0 5px 1px 5px;
  color: #fff;
}

.cta_txt{
  width: 500px;
  margin: 0 auto;
  max-width: 100%;
}

.cta_txt_02{
  width: 500px;
  margin: 0 auto 20px;
  max-width: 100%;
}

.cta_02{
  background-color: #0068C9;
  padding: 50px 0;
}

.cta_02butarea{
  width: 750px;
  max-width: 100%;
  background-color: #fff;
  border-radius: 30px;
  margin: 30px auto 0;
  box-shadow: 0 0 10px 5px rgba(10,6,150,0.2);
  padding: 30px;
}

@media screen and (max-width:767px){

  .tel_red{
    background-color: #F02D06;
    padding: 0 10% 1px 10%;
    color: #fff;
  }

.bottom{
    max-width: 100%;
    position: fixed;
    margin: 0 auto;
    bottom: 0%;
    z-index: 100;
    background: #fff;
    filter: drop-shadow(0 0 5px rgba(9,6,150,0.2));
  }

.btn_area_bottom{
  padding: 2% 2% 4% 0;
  margin: 0 auto;
  max-width: 100%;
  display: flex;
}

.logo_sp{
  width: 80%;
  height: 50%;
  margin: auto 0;
  padding-left: 7%;
  padding-top: 10%;
}

.sub_btn_bottom{
  width: 100%;
  margin: 5px auto 0;
}

.hader_cta{
  padding: 5% 0;
}

.hader_cta_box{
  width: 95%;
  margin: 0 auto;
  display: flex;
  box-sizing: border-box;

}

.hader_cta_btn{
  width: 97%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
}

.hader_cta_text{
  text-align: center;
  padding: 3% 0 0 0;
}

.cta_tel_red{
  background-color: #F02D06;
  padding: 1px 5% 2px 5%;
  color: #fff;
}

.cta_txt{
  width: 90%;
  margin: 5% auto -2%;
}

.cta_txt_02{
  width: 500px;
  margin: 0 auto 3%;
  max-width: 100%;
}

.cta_02{
  background-color: #0068C9;
  padding: 5% 0 10% 0;
}

.cta_02butarea{
  width: 90%;
  background-color: #fff;
  border-radius: 20px;
  margin: 5% auto 0;
  box-shadow: 0 0 10px 5px rgba(10,6,150,0.2);
  padding: 3%;
  box-sizing: border-box;
}



}


a.hover_btn img{
   transition:all 0.5s ease;
   }
a:hover.hover_btn img{
   opacity: 0.7;
   filter: alpha(opacity=70);
   }

   .header_icon {
   	transform-origin:center top;
   	animation:show 1s both;
   }


/* header */

.header{
  background: url("../img/header_bg_pc.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding: 0;
}

.header_area{
  width: 1300px;
  margin: 0 auto;
  max-width: 100%;
  padding-top: 150px;
  position: relative;
}

.batch{
  width: 570px;
  max-width: 100%;
  position: absolute;
  bottom: 3%;
  right: 10%;
  transform-origin:center top;
	animation:show 1s both;
}

.header_main_txt{
  width: 1300px;
  margin: 0 auto;
  max-width: 100%;
}

.header_txt_area{
  width: 40%;
  max-width: 100%;
  float: left;
  padding: 0 0 0 10%;
}

.header_main{
  width: 45%;
  max-width: 120%;
  padding-left: 5%;
}

.head-attention{
  position: absolute;

  top: 110%;
  width: 500px;
  font-size: 10px;
}

.header ul{
  width: 100%;
  margin: 5% auto 0;
  max-width: 100%;
}


span.batch_pc {display:inline-block;}
.img1 {animation-delay:0.5s;}

@keyframes show {
 0% {
   transform:translate(0,2em);
   opacity:0;
   text-shadow:0 0 0 #0f0;
 }
 50% {
   text-shadow:0 0 0.5em #0f0;
 }
 100% {
   transform:translate(0,0);
   opacity:1;
   text-shadow:none;
 }
}

  .btn{
   max-width: 100%;
   width: 700px;
   display: block;
   margin: 0 auto;
   z-index: 100;
 }

 .btn_area{
   max-width: 100%;
   width: 700px;
   display: block;
   margin: 20px auto 0;
   padding: 0;
 }

 .cta_area{
   background-color: #B7D9E3;
   width: 100%;
   height: 600px;
 }

 .ctabut_relativearea{
   width: 700px;
   margin: 0 auto;
   max-width: 100%;
 }
 .cta_butarea{
   width: 750px;
   max-width: 100%;
   background-color: #fff;
   border-radius: 30px;
   margin: 30px auto 0;
   box-shadow: 0 0 10px 5px rgba(10,6,150,0.2);
   padding: 30px;
 }

 .cta_border{
   width: 700px;
   margin: 30px auto 0;
   max-width: 100%;
   border-bottom: solid #0068C9 3px;
 }

 .telbut_text{
   padding: 0 0 10px 0;
 }

 .telbut_text p{
   font-size: 30px;
   text-align: center;
   font-weight: 700;
   color: #333;
 }

 .attention_text{
   padding: 10px 0 0 0;
 }

 .attention_text p{
   font-size: 20px;
   text-align: center;
   color: #333;
 }

 .formattention_text{
   padding: 0;
 }

 .formattention_text p{
   font-size: 24px;
   text-align: center;
   color: #333;
 }


 .attention_teltext{
   padding: 10px 0 0 0;
 }

 .attention_teltext p{
   font-size: 22px;
   text-align: center;
   color: #333;
 }
 .attention-comment{
  margin-top: 5px;
  text-align: center;
  font-size: 15px;
}



 @media screen and (max-width:767px){

   .header{
     background: url("../img/header_bg_sp.png");
     background-position: top;
     background-repeat: no-repeat;
     background-size: cover;
     background-attachment: scroll;
     padding: 7% 0 0 0;
   }

   .header_area{
     width: 100%;
     margin: 0 auto;
     padding-top: 0%;
   }

   .header_txt_area{
     width: 100%;
     max-width: 100%;
     float: none;
     padding: 0;
   }


   .header_main_txt{
     width: 100%;
     margin: 0 auto;
   }


   .batch{
     width: 95%;
     position: absolute;
     bottom: 0%;
     right: 0%;
     left: 0%;
     margin: 0 auto;
     transform-origin:center top;
   	animation:show 1s both;
   }


   .header_main{
     width: 95%;
     margin: 0 auto;
     max-width: 120%;
     padding-left: 0%;
     padding-top: 3%;
   }

   .header ul{
     width: 100%;
     margin: 0 auto;
     margin: 10% auto 0;
     max-width: 100%;
   }

   .header_icon_01{
     width: 32%;
     max-width: 100%;
     float: left;
     padding-right: 2%;
   }

   .header_icon_02{
     width: 32%;
     max-width: 100%;
     float: left;
     padding-right: 2%;
   }

   .header_icon_03{
     width: 32%;
     max-width: 100%;
     float: left;
     padding-right: 0%;
   }


     .btn{
      width: 100%;
      display: block;
      margin: 0 auto;
      z-index: 100;
    }

    .btn_area{
      width: 90%;
      display: block;
      margin: 5% auto 0;
      padding: 0;
    }

    .cta{
      background: url("../img/cta_bg.png");
      background-position: top;
      background-repeat: no-repeat;
      background-size: cover;
      padding: 5% 0;
    }

   .cta_text{
     width: 80%;
     margin: 0 auto;
   }


    .cta_area{
      background-color: #B7D9E3;
      width: 100%;
      height: 370px;
    }

    .ctabut_relativearea{
      width: 85%;
      margin: 0 auto;
    }
    .cta_butarea{
      width: 90%;
      background-color: #fff;
      border-radius: 20px;
      margin: 5% auto 0;
      box-shadow: 0 0 10px 5px rgba(10,6,150,0.2);
      padding: 3%;
      box-sizing: border-box;
    }

    .cta_border{
      width: 100%;
      margin: 7% auto 0;
      border-bottom: solid #0068C9 3px;
    }

    .telbut_text{
      padding: 0 0 2% 0;
    }

    .telbut_text p{
      font-size: 4.5vw;
      text-align: center;
      font-weight: 700;
      color: #333;
    }

    .attention_text{
      padding: 2% 0 0 0;
    }

    .attention_text p{
      font-size: 4vw;
      text-align: center;
      color: #333;
      line-height: 150%;
    }

    .attention-comment{
      font-size: 3vw;
    }

    .formattention_text{
      padding: 0;
    }

    .formattention_text p{
      font-size: 5vw;
      text-align: center;
      color: #333;
      line-height: 150%;
    }

    .attention_teltext{
      padding: 2% 0 0 0;
    }

    .attention_teltext p{
      font-size: 4.5vw;
      text-align: center;
      color: #333;

 }
}

 /* header */


 /* checker */


  .checker{
    background: url("../img/checker_bg_pc.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding: 70px 0;
  }

  .checker_img{
    width: 850px;
    margin: 0 auto;
    max-width: 100%;
  }

  .checker_text_bg{
    background: url("../img/checker_text_bgpc.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
  }

  .checker_text{
    width: 850px;
    margin: 0 auto;
    max-width: 100%;
  }


  @media screen and (max-width:767px){

    .checker{
      background: url("../img/checker_bg_sp.png");
      background-position: bottom;
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: scroll;
      padding: 10% 0 40% 0;
    }

    .checker_img{
      width: 90%;
      margin: 0 auto;
    }

    .checker_text_bg{
      background: url("../img/checker_text_bgsp.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      padding: 5% 0;
    }

    .checker_text{
      width: 90%;
      margin: 0 auto;
    }



}

 /* checker */




 /* contents_01 */

 .contents_01{
   background: url("../img/batch_bg_pc.png");
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   background-attachment: scroll;
   padding: 30px 0;
 }

 .inner_frame{
   width: 1000px;
   margin: 0 auto;
   max-width: 100%;
   clear: left;
 }

@media screen and (max-width:767px){


  .contents_01{
    background: url("../img/batch_bg_sp.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding: 7% 0;
  }


  .inner_frame{
    width: 97%;
    margin: 0 auto;
    clear: left;
  }

}

/* contents_01 */


/* contents_02 */

.contents_02{
  background-color: #B7D9E3;
  padding: 70px 0 50px 0 ;
}

.user_img{
  width: 1000px;
  margin: 0 auto 70px;
  max-width: 100%;
}

.contents_title{
  padding: 0 0 50px 0;
}

@media screen and (max-width:767px){

  .contents_02{
    background-color: #B7D9E3;
    padding: 7% 0 5% 0 ;
  }

  .user_img{
    width: 100%;
    margin: 0 auto 7%;
  }

  .contents_title{
    padding: 0 0 5% 0;
  }

}



/* contents_02 */


/* 追加04 */

.negative_influence{
  background: url("../img/contents_bg01_pc.png");
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: scroll;
  padding: 70px 0;
}

.negative_influence_flame{
  width: 800px;
  margin: 0 auto 20px;
  max-width: 100%;
}

.annotation p{
  font-size: 18px;
  padding-bottom: 10px;
}

/*アコーディオン全体*/
.negative_influence input {
  display: none; /*チェックボックスを隠す*/
}
/*バー部分*/
.negative_influence label {
  cursor :pointer;
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  position: relative;
  margin: 0 0 10px;
  padding: 20px;
  background: url("../img/accordion.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 10px;
  border: solid #0068C9 3px;
  box-sizing: border-box;
}
/*開いたときに表示される部分*/
.negative_influence ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;
  margin-top: 5px;
  max-width: 100%;
}
.negative_influence li {
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s
  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}
#menu_bar06:checked ~ #links06 li,
#menu_bar07:checked ~ #links07 li,
#menu_bar08:checked ~ #links08 li,
#menu_bar09:checked ~ #links09 li {
  height: auto; /*開いたときに表示されるliの高さ*/
  opacity: 1;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
  box-sizing: border-box;

}
 /*開いたときの下の余白*/
#menu_bar06:checked ~ #links06 li:last-child,
#menu_bar07:checked ~ #links07 li:last-child,
#menu_bar08:checked ~ #links08 li:last-child,
#menu_bar09:checked ~ #links09 li:last-child {
  margin-bottom: 20px;
  width: I 800px;
  margin: 0 auto;
  max-width: 100%;

}
/*閉じた状態の矢印描画*/
.negative_influence label:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
/*開いた状態の矢印描画*/
.negative_influence input[type=checkbox]:checked + label:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right: 2%;
  top: 7%;
  bottom: 0;
  margin: auto;
}

.negative_influence_area{
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
  display: flex;
}

.negative_influence_text{
  width: 750px;
  max-width: 100%;
  margin: auto 0;
  padding: 0 20px;
}


.negative_influence_text p{
  font-size: 25px;
  font-weight: 500;
  line-height: 160%;
  color: #fff;
  text-align: center;
}


.answer_text{
  width: 750px;
  max-width: 100%;
  margin: auto 0;
  padding: 0 20px;
}

.answer_text p{
  font-size: 18px;
  line-height: 160%;
}

.icon{
  width: 50px;
  height: 50px;
  max-width: 100%;
  margin: auto 0;
}


@media screen and (max-width:767px){


  .negative_influence{
    background: url("../img/contents_bg01_sp.png");
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    padding: 7% 0;
  }

  .negative_influence_flame{
    width: 87%;
    margin: 0 auto 3%;
  }

  .annotation p{
    font-size: 3.5vw;
    padding-bottom: 2%;
  }

  /*アコーディオン全体*/
  .negative_influence input {
    display: none; /*チェックボックスを隠す*/
  }
  /*バー部分*/
  .negative_influence label {
    cursor :pointer;
    display: block;
    text-decoration: none;
    color: #fff;
    line-height: 1;
    position: relative;
    margin: 0 0 10px;
    padding: 10px 15px 10px 10px;
    background: url("../img/accordion.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    border: solid #0068C9 3px;
    box-sizing: border-box;
  }
  /*開いたときに表示される部分*/
  .negative_influence ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 1px;
    margin-top: 5px;
    max-width: 100%;

  }
  .negative_influence li {
    height: 0;
    overflow-y: hidden;
    transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
    -webkit-transition: padding-bottom 0.5s, padding-top 0.5s
    -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
    -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
    -o-transition: padding-bottom 0.5s, padding-top 0.5s;
  }
  #menu_bar06:checked ~ #links06 li,
  #menu_bar07:checked ~ #links07 li,
  #menu_bar08:checked ~ #links08 li,
  #menu_bar09:checked ~ #links09 li{
    height: auto; /*開いたときに表示されるliの高さ*/
    opacity: 1;
    background: #fff;
    border-radius: 10px;
    padding: 2%;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;


  }
   /*開いたときの下の余白*/

  #menu_bar06:checked ~ #links06 li:last-child,
  #menu_bar07:checked ~ #links07 li:last-child,
  #menu_bar08:checked ~ #links08 li:last-child,
  #menu_bar09:checked ~ #links09 li:last-child {
    margin-bottom: 20px;
    width: 100%;
    margin: 0 auto;

  }
  /*閉じた状態の矢印描画*/
  .negative_influence label:after{
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position:absolute;
    right: 4%;
    top: 7;
    bottom: 15%;
    margin: auto 0;
  }
  /*開いた状態の矢印描画*/
  .negative_influence input[type=checkbox]:checked + label:after{
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position:absolute;
    right: 4%;
    top: 7%;
    bottom: 0;
    margin: auto 0;
  }

  .negative_influence_area{
    width: 100%;
    margin: 0 auto;
    display: flex;
  }

  .negative_influence_text{
    width: 95%;
    margin: auto 0;
    padding: 0 2%;
  }


  .negative_influence_text p{
    font-size: 4.5vw;
    font-weight: 500;
    line-height: 160%;
    color: #fff;
  }


  .answer_text{
    width: 95%;
    max-width: 100%;
    padding: 0 2%;
  }

  .answer_text p{
    font-size: 4vw;
    line-height: 160%;
  }

  .icon{
    width: 10%;
    height: 10%;
    max-width: 100%;
    margin: auto 0;
  }


}


/* 追加04 */


/* 追加02 */

.uservoice{
  background-color: #B7D9E3;
  padding: 70px 0 120px 0;
}

.uservoice_box{
  width: 900px;
  margin: 0 auto;
  max-width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #F0F3FC;
  box-shadow: 5px 5px 0 1px rgba(3,21,86,0.2) ;
}

.icon_img{
  width: 90%;
  margin: 0 auto 20px;
}

.uservoice_text{
  width: 100%;
  background-color: #fff;
  padding: 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

.uservoice_text p{
  font-size: 23px;
  line-height: 190%;
}

.uservoice_area{
  padding: 20px 0 30px 0;
}

.uservoice_img{
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
}


@media screen and (max-width:767px){

  .uservoice{
    background-color: #B7D9E3;
    padding: 7% 0 10% 0;
  }

  .uservoice_box{
    width: 90%;
    margin: 0 auto;
    padding: 3%;
    box-sizing: border-box;
    background-color: #F0F3FC;
    box-shadow: 3px 3px 0 1px rgba(3,21,86,0.2) ;
  }

  .icon_img{
    width: 90%;
    margin: 0 auto 3%;
  }

  .uservoice_text{
    width: 100%;
    background-color: #fff;
    padding: 3%;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .uservoice_text p{
    font-size: 4vw;
    line-height: 230%;
  }

  .uservoice_area{
    padding: 3% 0 5% 0;
  }

  .uservoice_img{
    width: 75%;
    margin: 3% auto 0;
  }



}


/* 追加02 */


/* contents_03 */

.contents_03{
  background: url("../img/sub_header_bg_pc.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding: 70px 0;
}

.contents_03_area{
  position: relative;
}

.contents_title_02{
  width: 700px;
  max-width: 100%;
  position: absolute;
  top: -18%;
  left: 0;
}

.sub_header{
  width: 1500px;
  max-width: 100%;
}


  @media screen and (max-width:767px){


    .contents_03{
      background: url("../img/sub_header_bg_sp.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: scroll;
      padding: 7% 0;
    }

    .contents_03_area{
      position: relative;
    }

    .contents_title_02{
      width: 50%;
      position: absolute;
      top: -10%;
      left: 0;
    }

    .sub_header{
      width: 100%;
      margin: 4% auto 0;
    }
}

/* contents_03 */

/* contents_04 */

  .contents_04{
    background: url("../img/point_bg_pc.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding: 0 0 70px 0;
  }

  .subtitle{
    background: url("../img/contents_title_bg_pc.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0 50px 0;
  }


  .contents_title_03{
    width: 800px;
    margin: 0 auto;
    max-width: 100%;
  }

.contents_04_titie{
  padding: 50px 0
}

.contents_title_04{
  width: 700px;
  margin: 0 auto;
  max-width: 100%;
}

.point_img{
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
}



  @media screen and (max-width:767px){

    .contents_04{
      background: url("../img/point_bg_sp.png");
      background-position: bottom;
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: scroll;
      padding: 0 0 7% 0;
    }

    .subtitle{
      background: url("../img/contents_title_bg_sp.png");
      background-position: bottom;
      background-repeat: no-repeat;
      background-size: cover;
      padding: 3% 0 5% 0;
    }


    .contents_title_03{
      width: 90%;
      margin: 0 auto;
    }

  .contents_04_titie{
    padding: 5% 0
  }

  .contents_title_04{
    width: 90%;
    margin: 0 auto;
  }

  .point_img{
    width: 95%;
    margin: 0 auto;
  }
}

/* contents_04 */

/* graph */

.graph{
  background-color: #CAEBF2;
  padding: 70px 0;
}

.graph_text{
  width: 700px;
  margin: 50px auto 0;
  max-width: 100%;
}

.graph_img{
  width: 1100px;
  margin: 20px auto 0;
  max-width: 100%;
}


@media screen and (max-width:767px){

  .graph{
    background-color: #CAEBF2;
    padding: 10% 0;
  }

  .graph_text{
    width: 90%;
    margin: 7% auto 0;
  }

  .graph_img{
    width: 95%;
    margin: 3% auto 0;
  }

}

/* graph */

.tel_area{
  background-color: #0068C9;
  padding: 50px 0;
}

.tel_box{
  width: 900px;
  margin: 0 auto;
  max-width: 100%;
  background-color: #fff;
  padding: 10px 0 20px 0;
  position: relative;

}



  .cta_img{
    width: 400px;
    max-width: 100%;
    position: absolute;
    bottom: -15%;
    left: -20%;
  }

  .attention_teltext_02{
    padding: 20px 0 10px 0;
  }

  .attention_teltext_02 p{
    font-size: 22px;
    text-align: center;
    color: #333;
  }

  .attention-comment_02{
    padding: 0 0 0 0;
    line-height: 150%;
    text-align: center;
    font-size: 15px;
  }

@media screen and (max-width:767px){
  .tel_area{
    background-color: #0068C9;
    padding: 7% 0;
  }

  .tel_box{
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    padding: 1% 2% 5% 2%;
    position: relative;
  }

  .cta_img{
    width: 70%;
    position: absolute;
    bottom: -10%;
    left: -15%;
  }

  .attention_teltext_02{
    padding: 8% 0 2% 0;
  }

  .attention_teltext_02 p{
    font-size: 4.5vw;
    text-align: center;
    color: #333;
  }

  .attention-comment_02{
    padding: 0 0 0 0;
    line-height: 150%;
    text-align: center;
    font-size: 3vw;
  }

}


/* contents_05 */

  .contents_05{
    background-color: #fff;
    padding:0 0 70px 0;
  }

  .contents_05_titie{
    background-color: #0069C2;
    padding: 30px 0;
  }

  .contents_title_05{
    width: 900px;
    margin: 0 auto;
    max-width: 100%;
  }

  .list_img{
    width: 1000px;
    margin: 70px auto 0;
    max-width: 100%;
  }



  @media screen and (max-width:767px){

    .contents_05{
      background-color: #fff;
      padding: 0 0 7% 0;
    }
    .contents_05_titie{
      background-color: #0069C2;
      padding: 3% 0;
    }

    .contents_title_05{
      width: 95%;
      margin: 0 auto;
    }

    .list_img{
      width: 95%;
      margin: 7% auto 0;
    }

}

/* contents_05 */

/* 追加03 */

.achievement{
  background: url("../img/contents_bg02_pc.png");
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: scroll;
  padding: 70px 0;
}

.achievement_img{
  width: 850px;
  margin: 0 auto;
  max-width: 100%;
  padding: 20px 0 30px 0;
}

.achievement_text{
  width: 400px;
  margin: 0 auto;
  max-width: 100%;
}

@media screen and (max-width:767px){

  .achievement{
    background: url("../img/contents_bg02_sp.png");
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
    background-attachment: scroll;
    padding: 7% 0;
  }

  .achievement_img{
    width: 95%;
    margin: 0 auto;
    padding: 4% 0 3% 0;
  }

  .achievement_text{
    width: 50%;
    margin: 0 auto;
  }

}


/* 追加03 */


/* contents_06 */

  .contents_06{
    background: url("../img/step_bg_pc.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding: 70px 0;
  }

  .step_area{
    padding: 0 0 50px 0;
  }

  .step_img{
    width: 1100px;
    margin: 0 auto;
    max-width: 100%;
  }

.contents_06_titie {
  width: 700px;
  margin: 0 auto 50px;
  max-width: 100%;
}
.contents_title_06{
  width: 600px;
  margin: 0 auto;
  max-width: 100%;
}

  @media screen and (max-width:767px){

    .contents_06{
      background: url("../img/step_bg_sp.png");
      background-position: top;
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: scroll;
      padding: 7% 0;
    }

    .step_area{
      padding: 0 0 5% 0;
    }

    .step_img{
      width: 95%;
      margin: 0 auto;
    }

  .contents_06_titie {
    width: 90%;
    margin: 0 auto 5%;
  }

}

/* contents_06 */


/* contents_07 */

  .contents_07{
    background: url("../img/user_voice_bg_pc.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding: 70px 0;
  }

  .mail_picture{
    width: 1000px;
    margin: 0 auto;
    max-width: 100%;
  }


  @media screen and (max-width:767px){

    .contents_07{
      background: url("../img/user_voice_bg_sp.png");
      background-position: top;
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: scroll;
      padding: 7% 0;
    }

    .mail_picture{
      width: 97%;
      margin: 0 auto;
    }

}

/* contents_07 */




/* question*/

.question{
  background-color: #fff;
    padding: 70px 0;
  }

.question_inner_frame{
  padding: 0;
}

/*アコーディオン全体*/
.menu {
  width: 900px;
  margin: 0 auto;
  max-width: 100%;
  padding: 10px   0px 5px 10px;
}
.menu input {
  display: none; /*チェックボックスを隠す*/
}
/*バー部分*/
.menu label {
  cursor :pointer;
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  position: relative;
  margin: 0 0 10px;
  padding: 10px;
  background-color: #0069C2;
  width: 900px;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 10px;
  border: solid #fff 3px;
  box-sizing: border-box;
}
/*開いたときに表示される部分*/
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;
  margin-top: 5px;
  max-width: 100%;
}
.menu li {
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s
  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}
#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li {
  height: auto; /*開いたときに表示されるliの高さ*/
  opacity: 1;
  background: #FFFFF8;
  border-radius: 10px;
  padding: 10px;
  width: 900px;
  margin: 0 auto;
  max-width: 100%;
  box-sizing: border-box;
  border: solid #0069C2 2px;
}
 /*開いたときの下の余白*/
#menu_bar01:checked ~ #links01 li:last-child,
#menu_bar02:checked ~ #links02 li:last-child,
#menu_bar03:checked ~ #links03 li:last-child,
#menu_bar04:checked ~ #links04 li:last-child,
#menu_bar05:checked ~ #links05 li:last-child {
  margin-bottom: 20px;
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;

}
/*閉じた状態の矢印描画*/
.menu label:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
/*開いた状態の矢印描画*/
.menu input[type=checkbox]:checked + label:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right: 2%;
  top: 7%;
  bottom: 0;
  margin: auto;
}

.question_text_area{
  width: 900px;
  margin: 0 auto;
  max-width: 100%;
  display: flex;
}

.question_text{
  width: 850px;
  max-width: 100%;
  margin: auto 0;
  padding: 0 20px;
}


.question_text p{
  font-size: 21px;
  font-weight: 500;
  line-height: 160%;
  color: #fff;
}


.answer_text{
  width: 850px;
  max-width: 100%;
  margin: auto 0;
  padding: 0 20px;
}

.answer_text p{
  font-size: 18px;
  line-height: 160%;
}

.icon{
  width: 50px;
  height: 50px;
  max-width: 100%;
  margin: auto 0;
}


@media screen and (max-width:767px){


  .question{
      background-color: #fff;
      padding: 7% 0;
    }


  .question_inner_frame{
    padding: 0;
  }

  /*アコーディオン全体*/
  .menu {
    width: 90%;
    margin: 0 auto;
    padding: 0 0px 1% 2%;
  }
  .menu input {
    display: none; /*チェックボックスを隠す*/
  }
  /*バー部分*/
  .menu label {
    cursor :pointer;
    display: block;
    text-decoration: none;
    color: #fff;
    line-height: 1;
    position: relative;
    margin: 0 0 10px;
    padding: 10px 15px 10px 10px;
    background-color: #0069C2;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    border: solid #fff 3px;
    box-sizing: border-box;
  }
  /*開いたときに表示される部分*/
  .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 1px;
    margin-top: 5px;
    max-width: 100%;

  }
  .menu li {
    height: 0;
    overflow-y: hidden;
    transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
    -webkit-transition: padding-bottom 0.5s, padding-top 0.5s
    -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
    -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
    -o-transition: padding-bottom 0.5s, padding-top 0.5s;
  }
  #menu_bar01:checked ~ #links01 li,
  #menu_bar02:checked ~ #links02 li,
  #menu_bar03:checked ~ #links03 li,
  #menu_bar04:checked ~ #links04 li,
  #menu_bar05:checked ~ #links05 li {
    height: auto; /*開いたときに表示されるliの高さ*/
    opacity: 1;
    background: #FFFFF8;
    border-radius: 10px;
    padding: 2%;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    border: solid #0069C2 2px;

  }
   /*開いたときの下の余白*/
  #menu_bar01:checked ~ #links01 li:last-child,
  #menu_bar02:checked ~ #links02 li:last-child,
  #menu_bar03:checked ~ #links03 li:last-child,
  #menu_bar04:checked ~ #links04 li:last-child,
  #menu_bar05:checked ~ #links05 li:last-child {
    margin-bottom: 20px;
    width: 100%;
    margin: 0 auto;

  }
  /*閉じた状態の矢印描画*/
  .menu label:after{
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position:absolute;
    right: 4%;
    top: 7;
    bottom: 15%;
    margin: auto 0;
  }
  /*開いた状態の矢印描画*/
  .menu input[type=checkbox]:checked + label:after{
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position:absolute;
    right: 4%;
    top: 7%;
    bottom: 0;
    margin: auto 0;
  }

  .question_text_area{
    width: 100%;
    margin: 0 auto;
    display: flex;
  }

  .question_text{
    width: 95%;
    margin: auto 0;
    padding: 0 2%;
  }


  .question_text p{
    font-size: 4vw;
    font-weight: 500;
    line-height: 160%;
    color: #fff;
  }


  .answer_text{
    width: 95%;
    max-width: 100%;
    padding: 0 2%;
  }

  .answer_text p{
    font-size: 4vw;
    line-height: 160%;
  }

  .icon{
    width: 10%;
    height: 10%;
    max-width: 100%;
    margin: auto 0;
  }


}

/* form_area*/


.form_text{
  width: 900px;
  margin: 0 auto ;
  max-width: 100%;
  padding: 0 0 20px 0;
  background-color: #0068C9;
}


.form_text_img{
  width: 95%;
  margin: 0 auto;
  padding: 20px 0 5px 0;
}

.form_area{
    background: url("../img/form_bg_pc.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding: 70px 0;
  }

.form_frame_bg{
  width: 900px;
  margin: 0 auto;
  max-width: 100%;
  background:rgba(255,255,255,0.7);
  box-sizing: border-box;
  padding-top: 30px;
}

.form_area_box{
  width: 600px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 0 30px 0;
}

.form_area_title{
  background: linear-gradient(to right, #449EE2 0%,#82BFAA 99%);
  padding: 20px 0;
}

.form_area_title h1{
  color: #fff;
}

.form_area_txt p{
  text-align: center;
  padding: 30px 0;
}

.form_main{
  width: 850px;
  height: 500px;
  margin: 0 auto;
  max-width: 100%;
  background-color: #fff;
}


.form_area_box p{
  font-size: 18px;
}

.form_title{
  width: 900px;
  margin: 0 auto;
  max-width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 30px 30px 0 0 ;
  background-color: #ff8b00;
}

.form_title p{
  color: #fff;
  font-size: 30px;
  text-align: center;
  font-weight: 500;
}

 .form_box{
 	width: 850px;
 	margin: 0 auto ;
 	max-width: 100%;
 	padding: 20px 50px 40px 50px;
 	box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
 }

 .form_in{
   width: 800px;
   margin: 0 auto;
   max-width: 100%;
 }


 .tayori-form form {
 	font-size: 21px;
 }

.form_menu{
  font-size: 19px;
  padding: 20px 0 10px 0;
  font-weight: 700;
}

.menu_frame select{
  width: 200px;
  padding: 15px;
  border:1px solid #808080;
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 10px;
  max-width: 100%;
  font-size: 15px;
}

.form_frame input{
  margin: 10px auto 0;
  width: 700px;
  padding: 15px;
  margin-bottom: 10px;
  border:1px solid #808080;
  background-color: #fff;
  border-radius: 10px;
  max-width: 100%;
  margin-top: 5px;
}

.message{
  margin-top: 5px;
  padding-bottom: 10px;
}

.free_area textarea{
  width: 700px;
  padding: 15px 15px 50px 15px;
  margin-bottom: 10px;
  border:1px solid #808080;
  background-color: #fff;
  border-radius: 10px;
  max-width: 100%;

}

.frame {
    overflow:auto;
    padding:1em;
    width:750px;
    height:130px;
    color:#333333;
    border:2px solid #999999;
    max-width: 100%;
}

.frame p{
  font-size: 15px;
  text-align: center;
}

.agreement{
   text-align: center;
   padding: 20px;
   font-size: 18px;
   margin: 0 auto;
}

.button_area{
  width: 300px;
  margin: 0 auto;
  max-width: 100%;
}

.submit {
  width: 300px;
  margin: 0 auto;
  display       : inline-block;
  border-radius : 100px;
  font-size     : 18pt;
  text-align    : center;
  cursor        : pointer;
  padding       : 12px 12px;
  background    : #00A044;
  color         : #ffffff;
  line-height   : 1em;
  transition    : .3s;
  border        : 2px solid #00A044;
  max-width: 100%;
  -webkit-appearance: none;
}

.submit:hover {
  color         : #00A044;
  background    : #ffffff;
  -webkit-appearance: none;
}

.error-message{
  color: #F02D06;
}

.agreement a{
  text-decoration: underline;
}

  @media screen and (max-width:767px){

    .form_area{
        background: url("../img/form_bg_sp.png");
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: scroll;
        padding: 0 0 7% 0;
      }

      .form_text{
        width: 100%;
        margin: 0 auto ;
        padding: 0 0 3% 0;
        background-color: #0068C9;
      }

      .form_frame_bg{
        width: 95%;
        margin: 0 auto;
        max-width: 100%;
        background-color: none;
        background:rgba(255,255,255,0.0);
        box-sizing: border-box;
        padding-top: 3%;
      }


      .form_text_img{
        width: 95%;
        margin: 0 auto;
        padding: 3% 0 0 0;
      }

      .form_area_box{
        width: 95%;
        margin: 0 auto;
        padding: 0 0 3% 0;
      }

      .form_area_title{
        background: linear-gradient(to right, #449EE2 0%,#82BFAA 99%);
        padding: 2% 0;
      }

      .form_area_title h1{
        color: #fff;
        font-size: 5.5vw
      }

      .form_area_txt p{
        text-align: center;
        padding: 3% 0;
        font-size: 4.5vw;
      }

      .form_main{
        width: 95%;
        height: 300px;
        margin: 0 auto;
        background-color: #fff;
      }

      .form_box p{
        font-size: 4vw;
      }

      .form_title{
        width: 95%;
        margin: 0 auto;
        padding: 3% 0%;
        box-sizing: border-box;
        border-radius: 20px 20px 0 0 ;
        background-color: #ff8b00;
      }

      .form_title p{
        color: #fff;
        font-size: 5vw;
        text-align: center;
        font-weight: 500;
      }

       .form_box{
        width: 95%;
        margin: 0 auto;
        padding: 5%;
        box-sizing: border-box;
        background-color: #fff;
        border-radius: 10px;
       }

       .form_in{
         width: 100%;
         margin: 0 auto;
       }


       .tayori-form form {
        font-size: 4.5vw;
       }

      .form_menu{
        font-size: 4.5vw;
        padding: 4% 0 2% 0;
        font-weight: 700;
        font-size: 4vw;
      }


      .menu_frame select{
        width: 70%;
        padding: 5% 3%;
        margin-bottom: 2%;
        border:1px solid #808080;
        background-color: #F2F2F2;
        border-radius: 10px;
        font-size: 4vw;
      }


      .form_neam_frame input{
        width: 95%;
        padding: 5% 3%;
        margin-bottom: 2%;
        border:1px solid #808080;
        background-color: #F2F2F2;
        border-radius: 10px;
        font-size: 4vw;
      }


      .form_frame input{
        width: 95%;
        padding: 5% 3%;
        margin-bottom: 2%;
        border:1px solid #808080;
        background-color: #fff;
        border-radius: 10px;
        font-size: 4vw;
      }


      .free_area textarea{
        width: 95%;
        padding: 2% 2% 20% 2%;
        margin-bottom: 10px;
        border:1px solid #808080;
        background-color: #fff;
        border-radius: 10px;
        font-size: 4vw;

      }

      .frame {
          overflow:auto;
          padding:1em;
          width:90%;
          height:150px;
          color:#333333;
          border:2px solid #999999;
      }

      .frame p{
        font-size: 3.5vw;
      }

      .agreement{
         text-align: center;
         padding: 5%;
         font-size: 4vw;
         margin: 0 auto;
      }

      .button_area{
        width: 500px;
        margin: 0 auto;
        max-width: 100%;
      }

      .submit {
        width: 500px;
        display       : inline-block;
        border-radius : 100px;
        font-size     : 18pt;
        text-align    : center;
        cursor        : pointer;
        padding       : 12px 12px;
        background    : #00A044;
        color         : #ffffff;
        line-height   : 1em;
        transition    : .3s;
        border        : 2px solid #00A044;
        max-width: 100%;
      }

      .submit:hover {
        color         : #00A044;
        background    : #ffffff;
      }

      .placeholder{
        color: #F02D06;
      }



}

/* form_area*/

.form_font_red{
  background-color: #EC1262;
  color: #fff;
  padding: 0 4px 1px 3px;
  border-radius: 5px;
  margin-left: 10px;
}

.form_font_blue{
  background-color: #0069C2;
  color: #fff;
  padding: 0 4px 1px 3px;
  border-radius: 5px;
  margin-left: 10px;
}







a{text-decoration: none;}
img{
	max-width:100%;
	display: block;
	margin: 0;
	padding:0;
	vertical-align: bottom;
}

.container{
	width: 100%;
	max-width: 100%;
	position: relative;
	overflow: hidden;
}

/*footer*/


footer.footer_detail{
  padding: 0 0 0 0;
	display: block;
	text-align: center;
  margin-top: -20px;
	background:#333333;
  max-width: 100%;
}

.footer_detail_area{
  background-color: #fff;
}

.table_area{
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
}

.footer_logo{
  width: 200px;
  max-width: 100%;
  margin-top: 40px;
}

.footer_detail table{
  text-align: left;
}

.footer_detail th{
  padding: 10px 20px 10px 10px;
  line-height: 150%;
}

.footer_detail td{
  padding: 10px;
  line-height: 150%;
}


footer .copyright{
	font-size: 14px;
	text-align: center;
	color: #fff;
  line-height: 150%;
  width: 100%;
  background-color: #333333;
  padding: 10px 0;
}
/* 特商法に基づく表記 */

@media screen and (max-width:767px){

  footer.footer_detail{
    padding: 0 0 2% 0;
  	display: block;
  	text-align: center;
    margin-top: -20px;
  	background:#333333;
    max-width: 100%;
  }

  .footer_detail_area{
    background-color: #fff;
  }

  .table_area{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 3%;
  }

  .footer_logo{
    width: 60%;
    margin-top: 10%;
  }

  .footer_detail table{
    text-align: left;
    font-size: 3.5vw;
  }

  .footer_detail th{
    padding: 5px 20px 5px 10px;
    line-height: 150%;
  }

  .footer_detail td{
    padding: 5px;
    line-height: 150%;
  }


  footer .copyright{
  	font-size: 14px;
  	text-align: center;
  	color: #fff;
    line-height: 150%;
    width: 100%;
    background-color: #333333;
    padding: 10px 0;
  }
  /* 特商法に基づく表記 */

}

@media screen and (min-width:768px){
	footer .commers p{
  padding: 2% 0 0 0;
  color: #fff;

	}
}

.thankyou{
  background-color: rgba(255,0,0,0.4);
  margin-top: 30px;
  padding: 30px;
  text-align:center ;
}

.grecaptcha-badge {
  visibility: hidden;
}



/* pcで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
@media screen and (max-width:767px){
	.pc { display: none !important; }
	.sp { display: block !important;}
}



/*文字装飾*/

.font_size_40{
	font-size: 40px;
}


.font_size_50{
	font-size: 50px;
}


.font_size_60{
	font-size: 60px;
}

.font_size_90{
	font-size: 90px;
}


.font_size_9sp{
	font-size: 9vw;
}

.font_size_15sp{
	font-size: 15vw;
}

.font_size_7sp{
	font-size: 7vw;
}


.font_size_7sp{
	font-size: 7vw;
}


.font_size_8sp{
	font-size: 8vw;
}

.font_size_5sp{
	font-size: 5vw;
	line-height: 150%;

}

.font_size_4sp{
	font-size: 4vw;
	line-height: 150%;
}


.font_size_6sp{
	font-size: 6vw;
}


.font_size_27{
	font-size: 27px;
}

.font_size_25{
	font-size: 25px;
}

.font_size_21{
	font-size: 21px;
}


.font_size_30{
	font-size: 30px;
}

.font_size_18{
	font-size: 18px;
}


.font_size_15{
	font-size: 15px;
	line-height: 170%;
}

.font_w{
	font-weight: 700;
}

.font_w_900{
	font-weight: 900;
}


.italic{
  font-style: italic;
}

.border_b{
	text-decoration: underline;
}

.border_r{
	text-decoration: underline #F02D06;
}

.border_pink{
	text-decoration: underline #DD6D8D;
}

.border_w{
	text-decoration: underline #fff;
}

.border_ol{
	text-decoration: underline #f97417;
}

.border_bl{
	text-decoration: underline #2682BC;
}

.border_gr{
	text-decoration: underline #008E45;
}

.border_rbl{
	text-decoration: underline;
	color: #095593;
}

.border_y{
	text-decoration: underline #FFFA43;
}

.border_line_orange{
  border-bottom: solid #F75D08 5px;
}


.font_ol{
  color: #F75D08;
}

.font_red{
	color: #F02D06;
}

.font_y{
	color: #FFFA43;
}

.font_bl{
	color: #0068C9;
}

.font_rbl{
	color: #095593;
}


.font_wh{
	color: #fff;
}

.font_bk{
	color: #1A1A1A;
}


.font_red02{
	color: #E72D32;
}

.font_gr{
	color: #43C606;
}

.font_bk{
	color: #ED2087;
}


.text_marker{
	background: #FFFA43;
}


.text_marker_b{
	background: #095593;
}

.text_marker_r{
	background: #F02D06;
}

.border_line_pink{
  background: linear-gradient(transparent 50%, #FFE9E9 50%);
}

.border_line_blue{
  background: linear-gradient(transparent 50%, #EBFEFF 50%);
}

.border_line_yellow{
  background: linear-gradient(transparent 70%, #FFF085 50%);
}



/*グラデーション*/


/* 拡大・縮小 */

.keyform5{
	animation-name: anim_sc;
	transform: scale(0.95,0.95);
}
@keyforms anim_sc {
	100% {
		transform: scale(1,1);
	}
}

.animation{
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 0.7s;
}





/*点滅*/

.flash{
	animation: flash 1.5s linear infinite;
}

@keyforms flash {
	0%,100% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}


/* fuwafuwaっていうアニメーションはこんなふうだよ！ */

.bound {
	animation: bound 3s infinite;
}

@keyforms bound {
	0% { transform:translateY(0) }
	5% { transform:translateY(0) }
	10% { transform:translateY(0) }
	20% { transform:translateY(-25px) }
	25% { transform:translateY(0) }
	30% { transform:translateY(-15px) }
	50% { transform:translateY(0) }
	100% { transform:translateY(0) }
}


/*フェードインさせる */

.fadeIn {
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyforms fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

@-webkit-keyforms fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

/* フェードインアニメーション */

.fadein{opacity : 0;transform : translate(0, 30px);transition : all 700ms;}
.fadein_right {opacity: 0; transform: translate(30px,0); transition: all 700ms;}
.fadein_left {opacity: 0;	transform: translate(-30px,0); transition: all 700ms;}
.fadein.scrollin,.fadein_right.scrollin,.fadein_left.scrollin{opacity : 1;transform : translate(0, 0);}

/* 拡大・縮小 */

.keyframe5{
	animation-name: anim_sc;
	transform: scale(0.95,0.95);
}
@keyframes anim_sc {
	100% {
		transform: scale(1,1);
	}
}

.animation {
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1s;
}

   .shake {
       animation: shake 3s infinite;
   }
   @keyframes shake {
       0% {
           transform: translate(0px, 2px);
       }
       5% {
           transform: translate(0px, -2px);
       }
       10% {
           transform: translate(0px, 2px);
       }
       15% {
           transform: translate(0px, -2px);
       }
       20% {
           transform: translate(0px, 2px);
       }
       25% {
           transform: translate(0px, -2px);
       }
       30% {
           transform: translate(0px, 0px);
       }
   }

   .reflection{
   display:inline-block;
   position:relative;
   overflow:hidden;
   border-radius: 10px;
   }

   .reflection:after {
   content:"";
   height:100%;
   width:30px;
   position:absolute;
   top:-180px;
   left:0;
   background-color: #fff;
   opacity:0;
   -webkit-transform: rotate(45deg);
   -webkit-animation: reflection 2s ease-in-out infinite;
   }

   @keyframes reflection {
   0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
   80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
   81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
   100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
   }



   .btn_animation {
   margin: 0 auto;
   max-width: 100%;
   display: block;
   cursor: pointer;
   border-radius: 500px;
   -webkit-animation: btnwrapanime 11s infinite;
   animation: btnwrapanime 1.5s infinite;
   -webkit-box-shadow: 0 0 0 0 rgba(167, 218, 72, 1);
   box-shadow: 0 0 0 0 rgba(167, 218, 72, 1); }
   @-webkit-keyframes btnwrapanime {
   70% {
     -webkit-box-shadow: 0 0 0 50px rgba(233, 30, 99, 0);
     box-shadow: 0 0 0 50px rgba(233, 30, 99, 0); }
   100% {
     -webkit-box-shadow: 0 0 0 0 rgba(233, 30, 99, 0);
     box-shadow: 0 0 0 0 rgba(233, 30, 99, 0); } }
   @keyframes btnwrapanime {
   70% {
     -webkit-box-shadow: 0 0 0 50px rgba(233, 30, 99, 0);
     box-shadow: 0 0 0 50px rgba(233, 30, 99, 0); }
   100% {
     -webkit-box-shadow: 0 0 0 0 rgba(233, 30, 99, 0);
     box-shadow: 0 0 0 0 rgba(233, 30, 99, 0); } }
   @media (max-width: 750px) {
     @-webkit-keyframes btnwrapanime {
       70% {
         -webkit-box-shadow: 0 0 0 25px rgba(233, 30, 99, 0);
         box-shadow: 0 0 0 25px rgba(233, 30, 99, 0); }
       100% {
         -webkit-box-shadow: 0 0 0 0 rgba(233, 30, 99, 0);
         box-shadow: 0 0 0 0 rgba(233, 30, 99, 0); } }
     @keyframes btnwrapanime {
       70% {
         -webkit-box-shadow: 0 0 0 25px rgba(233, 30, 99, 0);
         box-shadow: 0 0 0 25px rgba(233, 30, 99, 0); }
       100% {
         -webkit-box-shadow: 0 0 0 0 rgba(233, 30, 99, 0);
         box-shad
