@charset "utf-8";
/* CSS Document */
html {
  font-size: 16px;
  font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"
}
*{
 	margin: 0;
	padding: 0;
	border:0;
	outline: 0;
}
body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #000;
}
body img{
  width:100%;
  vertical-align: top;
}
li {
  list-style: none;
}
.wrapper {
  width: 100%;
  max-width:750px;
  margin: 0 auto;
  box-shadow: 0px 0px 20px 1px rgba(0,0,0,.4);
}
.btn_area{
  position:relative;
}
.btn_area .btn{
  position: absolute;
    left: 7%;
    top: 0;
    width: 86%;
}
.two_reasons .continue_btn{
  position:relative;
}
.two_reasons .btn{
position: absolute;
    left: 50%;
    top: 7%;
    width: 67%;
    max-width: 500px;
    transform: translateX(-50%);
}
.two_reasons .continue_btn.open{
  display:none;
}
/*------------------.faq----------------------*/
.faq{
  background: #e6e6e6 ;
}
.faq .dl_wrap{
  background: url("../img/faq_bg.png") no-repeat #e6e6e6;
  padding-bottom: 1%;
}
.faq dl{
  background: #fff;
  margin-bottom: 0.8em;
  width:92%;
  margin: 0 auto 3% auto;
}
.faq dt {
 margin: 0;
    padding: 0.7em 2.5em 0.7em 1em;
    font-size: 4vw;
    font-weight: bold;
    color: #bd0208;
    cursor: pointer;
    background: url(../img/icon_nega_off.png) no-repeat;
    background-size: 7%;
    background-position: 96% 52%;
    line-height: 1.3;
}
.faq dt.one-line{
  padding:1.1em 2.5em 1.1em 1em;
}
.faq dt.open {
  background: url("../img/icon_nega.png") no-repeat ;
  background-position: 96% 52%;
  background-size: 7%;
}
.faq dd{
  width:92%;
  margin: 0 auto;
  font-size: 3.8vw;
  border-top: solid #bd0208 2px;
  padding: 4% 0;
  font-weight: bold;
}
@media screen and (min-width:751px){
  .faq dt {
padding: 0.6em 2.5em 0.6em 1em;
    font-size: 30px;
    background-size: 50px;
    background-position: 96% 56%;
}
  .faq dt.one-line{
        padding: 1.1em 2.5em 1.1em 1em;
  }
.faq dt.open {
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-size: 50px;
}
  .faq dd{
    font-size:32px;
  }
}
#form{
  background: #fff;
  padding: 5% 0;
}
/*
#form .form_inner{
  width:92%;
  margin: 0 auto;
  text-align: center;
  background: #e6e6e6;
  padding: 8em 0;
  font-weight: bold;
}
*/
footer ul{
  width:88%;
  margin: 0 auto;
  display:flex;
  justify-content: space-between;
  border-bottom:1px solid #bfbfbf;
  padding-bottom: 1em;
  padding: 0.5em;
}
footer a{
  text-decoration:none;
  color:#000;
  font-size:3.5vw;
  line-height: 1.5;
}
.copy{
  text-align: center;
  padding: 1em;
  font-size:2.8vw;
}
@media screen and (min-width:751px){
  footer a{
  font-size:24px;
}
  .copy{font-size:20px;
}
} 
/* ========
animation
======== */
@keyframes btn-animation {
  10% {
    transform: scale(1.04);
  }
  30% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.02);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.has-btn-animation {
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  animation-name: btn-animation;
  animation-duration: 1.25s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
