
.top-bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/noren.png");
}

.logo-img{
  position :absolute;
  top: 100px;
  left: 0;
  right: 50%;
  margin:0 auto;
  width: 500px;
}
.tsunagu-img{
  position :absolute;
  top: 100px;
  left: 50%;
  right: 0;
  margin:0 auto;
  max-width:500px;
}

.top-ttl {
  font-family: "ShueiShogoMStd-H";
  font-size:34px;
  color: #d82a18;
  letter-spacing: 1.8px;
  margin-bottom:10px;
}

.top-description1 {
  font-family: "ShueiShogoMStd-H";
  font-size:18px;
  color: #d82a18;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom:145px;
}

.top-description2 {
  font-family: "ShueiShogoMStd-H";
  font-size:18px;
  color: #221815;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom:70px;
}
.store-content{
  margin-bottom: 50px;
}
.store-text {
  font-family: "ShueiShogoMStd-H";
  margin: 0;
}

.procedure{
  font-family: "ShueiShogoMStd-H";
  color: #d82a18;
  margin-top: 30px;
}
.procedure .mini{
  margin-top: 80px;
  font-size:18px;
}
.procedure .normal{
  font-size:40px;
}
.qr{
  width:200px;
  margin-top :20px;
  margin-bottom :20px;
}

.line-ttl {
  font-family: "ShueiShogoMStd-H";
  font-size:20px;
  color: #221815;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom:15px;
}
.line-description1 {
  font-size:18px;
  color: #221815;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 20px;
}
.line-description2 {
  font-size:14px;
  color: #221815;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 30px;
}
.line-add-btn {
  width:171px;
}
.red-frame {
  border:solid 2px #d82a18;
  padding:15px;
  width: 450px;
  margin: 10px auto;
  font-size:13px;
}
.mobile {
  width: 300px;
}
.speak {
  width: 300px;
}
.top-strength-img {
  position: relative;
  top: -70px;
  left: -15px;
  width: 100%;
}
.top-mnumber{
  font-size:80px;
}
.strength-description{
  font-size:14px;
  color: #221815;
  letter-spacing: 1px;
  line-height: 30px;
  margin-top: -40px;
  margin-bottom: 20px;
}

.faq {
  margin: 0 auto;
  margin-bottom:30px;
  width:80%;
}

.faq a{
  color: #fff;
  text-decoration: underline;
}

.chochin {
  position:absolute;
  top:-5px;
  left:0;
  width:80px;
}
.faq-number {
  position:absolute;
  top:40px;
  left:20px;
  font-family: "KyoMadokaStd-R";
  font-size: 35px;
  color: #fff;
}

.faq-number_op {
  top:50px;
  left:15px;
  font-size: 25px;
}

.accordion{
  padding:10px 10px 0 10px;
  margin: 0;
  cursor:pointer;
}
.accordion span{
  font-size: 16px;
  padding: 10px 35px 5px 15px;
  text-align: left;
  display:block;
  background:url("../img/plus.png") no-repeat right 50%;
  background-size: 35px 35px;
}
.accordion.open span {
  background:url("../img/minus.png") no-repeat right 50%;
  background-size: 35px 35px;
}
.faq-line{
  text-align: right;
}
.faq-line img {
  width:100%;
  height: 8px;
}
.answer{
  padding:20px;
  display:none;
  background-color: #D92817;
  color: #fff;
  text-align: left;
  margin: 0 10px 0 10px;
}


.link-btn{
  width: 230px;
  display: inline-block;
  text-align: center;
  border: 2px solid #d82a18;
  font-size: 14px;
  color: #fff;
  background-color: #d82a18;
  text-decoration: none;
  transition: .4s;
  padding: 5px 10px;
  border-radius: 30px;
}
.link-btn:hover {
  background-color: #fff;
  border-color: #d82a18;
  color: #d82a18;
}

.width-spacer {
  display:inline-block;
  width:30%;
}

@media screen and (max-width:1024px) {
  .logo-img{
    right: 50%;
    width: 400px;
  }
  .tsunagu-img{
    left: 50%;
    width:400px;
  }
}

@media screen and (max-width:767px) {
  .link-btn{
    margin: 0 auto;
  }
  .width-spacer {
    display:none;
  }
  .logo-img{
    top: 20%;
    right: 40%;
    width: 50%;
  }
  .tsunagu-img{
    top: 25%;
    left: 50%;
    width: 40%;
  }

  .faq {
    width:100%;
  }

  .faq .col-md-11{
    padding: 0;
  }

  .chochin {
    width:60px;
    top: 10px;
    left:-10px;
  }
  .accordion span {
    padding-left: 50px;
    font-size: 13px;
  }
  .faq-number {
    top: 34px;
    left: -1px;
  }
  .faq-number_op {
    top:42px;
    left:-4px;
  }
  .accordion span{
    font-size: 18px;
  }
  .top-description2{
    margin-bottom: 30px;
  }

  .red-frame {
    padding:15px;
    width: 350px;
    font-size:12px;
  }
}

@media screen and (max-width:375px) {
  .red-frame {
    padding:5px;
    width: 350px;
    font-size:11px;
  }
  .procedure .mini{
    margin-top: 60px;
  }
  .top-ttl {
    font-size:24px;
    margin-bottom:30px;
  }

  .top-description1 {
    font-size:14px;
    letter-spacing: 1px;
    margin-bottom:100px;
  }
  .top-description2 {
    font-size:15px;
    letter-spacing: 0px;
  }
  .accordion span{
    font-size: 16px;
  }

  .line-description1 {
    font-size:14px;
  }
  .line-description2 {
    font-size:14px;
    letter-spacing: 1px;
    line-height: 20px;
  }
}


@media screen and (max-width:350px) {
  .red-frame {
    padding:5px;
    width: 300px;
    font-size:11px;
  }
}
