@charset "UTF-8";
a{
  text-decoration: none;
}

a:hover{
  position: relative;
  top: 2px;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: sans-serif;
  background: #ffffff;
  color: #454545;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  line-height: 1.6;
  overflow-x: hidden;
  min-width: 300px;
  padding: 0;
}

::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background-color:transparent!important;
}

::-webkit-scrollbar-thumb {
  background-color: #a1fdee;
  border-radius: 5px;
}

header{
  width: 100%;
  position: relative;
}

.hero {
  position: relative;
  width: 100%;
}

.hero h1 {
  text-indent: -9999em;
  line-height: 0;
  margin: 0;
  z-index: -1;
  width: 100%;
}

#wrap h2{
  font-size: 28px;
  font-weight: bold;
  margin: 0 auto;
  margin-top: 100px !important;
  width: 90%;
  position: relative;
}

#wrap h2::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 20px;
  border-radius: 50% / 100% 100% 0 0;
  background: #32b2a3;
  position: absolute;
  top:-30px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

#top{
  position: relative;
  background-image: url(../img/top_bg.svg);
  background-position: bottom 1px right 0px;
  background-repeat: repeat-x;
  background-color: #34CCB5;
  background-size: 400px;
  padding-top: 40px;
  padding-bottom: 60px;
}

#top h2{
  color:#ffffff;
  background-color: #32b2a3a2;
  padding: 0 2px;
}


#wrap {
  position: relative;
  width: 100%;
  background-image: url(../img/bg.svg);
  background-position: bottom 0px right 0px;
  background-repeat: repeat-x;
}

 main{
  margin: 0 auto;
  width: 98%;
 }

main h3{
  margin-top: 40px;
  font-size: 1.4rem;

}

 .text{
  display: block;
  text-align: justify;
  line-height: 27px;
  font-size: 17px;
  margin: 10px;
  padding: 15px;
}

.about{
  display: block;
  font-size: 20px;
  max-width: 800px;
  width: 98%;
  padding: 20px 60px;
  margin: 20px auto;
  border: solid #34CCB5 3px;
  border-radius: 25px;
}
 .deco{
  font-size: 17px;
  color: #8e8e8e;
  text-decoration: underline;
}

.attention{
  display: flex;
  max-width: 800px;
  width: 98%;
  background-color: #e2e2e2;
  padding: 40px 20px;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 10px;
  text-align: left;
  align-items: center;
}

.attention img{
  width: 50px;
  margin: 5px;
  margin-right: 20px;
}

#sec02 img{
  width: 500px;
 }



#sec02 .howto h4{
  font-size: 18px;
  margin-top: 20px;
  color: #32b2a3;
}

#sec02 .howto_form{
  background-color: #7de1d5;
  padding: 20px 0;
  border-radius: 15px;
  max-width: 600px;
  margin: 0 auto;
}

/* #sec02 .howto img{
  max-width: 400px;
} */

#sec02 .howto_text{
  display: block;
  line-height: 27px;
  font-size: 15px;
  margin: 10px;
  padding: 15px;
  background-color: #e2e2e2;
  border-radius: 10px;
}

#sec03,#sec04{
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  justify-content: center;
  max-width: 400px;
  margin: 0 auto;
}


.btn {
  background-color: #ffffff;
  color: #454545;
  border-radius: 50px;
  padding: 15px;
  width: 300px;
  box-shadow: #32b2a3 0px 0px 5px 5px;
  margin: 5px auto;
  font-weight: bold;
}

.floatbtn{
  color:#ffffff ;
  position: fixed;
  bottom: 0px ;
  padding: 15px;
  width: 100%;
  min-width: 330px;
  z-index: 2;
  background-color: #34ccb5ea;
  border-radius: 25px 25px 0 0;
  font-weight: bold;
  box-shadow: #c2c2c25d 0px 0px 10px 3px;
}

.floatbtn .btn{
  box-shadow: #32b2a3 0px 2px 5px 5px;
}


#sec_kinou{
  padding: 20px 0px;
}


footer{
  background-color: #efeff2;
  padding-bottom:120px;
}

.pc{
  display: none;
}

/* リストカスタム */

.title p{
  font-size: 1.2rem;
  padding: 0;
}

.line {
  min-width: 300px!important;
  margin: 10 auto;
  border-color: #32b2a3;
}
.ico{
  width: 50px;
}




/* アコーディオン */
/* 必須 */

.accordion{
  background-color: #7de1d5;
  max-width: 800px;
  padding: 10px 20px 20px 20px;
  margin: 20px auto;
  text-align: left;
  border-radius: 15px;
}

.accordion-content {
  /* display: none; */
  overflow: hidden;
  border-radius:0 0 10px 10px;
}

.accordion-header {
  background-color: #FFF;
  padding: 12px 45px 10px 20px;
  margin: 10px 0 0;
  transition: background .1s ease;
  cursor: pointer;
  position: relative;
  /* border-radius: 10px 10px 0 0; */
  border-radius: 10px;
}

.accordion-header::before,
.accordion-header::after{
  position:absolute;
  content:'';
  top:1px;
  right:20px;
  bottom:0;
  width:12px;
  height:2px;
  margin:auto;
  background:#151E2F;
}
.accordion-header::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.accordion-header.active::after{transform:rotate(0deg);}

.accordion-content {
  background-color: #e6e6e6;
  padding: 12px 20px 10px;
}

/* .accordion-header span,
.accordion-content span{
  position: relative;
} */

/* hover */
.accordion-header:hover {
  background-color: #F2F2F2;
}

@media screen and (min-width: 480px) {
  .sp{display: none;}
  .pc{display: block;}
  #sec02 .howto img{
    max-width: 400px;
  }
}  

@media screen and (min-width: 750px) {

  .pc-wrapper {
    width: 100%;
    background-color: #ffffff;
  }

  #wrap {
    position: relative;
    margin: 0 auto;
    width: 100%;

  }

.top{
  padding-top: 30px;
}

.toptitle{
  width: 700px;
  margin: 0 auto;
}

.mainimg{
  max-width: 520px;
}

#sec01,#sec02{
  max-width: 900px;
  margin: 0 auto;
}
.text{
  text-align: center;
}

.floatbtn{
  color:#ffffff ;
  position: fixed;
  bottom: 0px ;
  right: 15px;
  padding: 20px;
  width: auto;
}

#sec02 .howto{
  display: flex;
  justify-content: center;
 }

#sec03,#sec04{
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  justify-content: center;
  max-width: 1800px;
  margin: 0 auto;
}

.line {
  width: 350px!important;
  margin: 10px;
}

.box{
  min-height: 700px;
}

footer{
  padding-bottom:0px;
}

}
