@charset "UTF-8";

html {
  background: #fff;
  overflow-x: hidden;
}
body {
  font-size: 16px;
  color: #444;
  line-height: 200%;
  overflow-x: hidden;
  font-family:'Roboto','Hiragino Sans','Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
}
img { width: 100%;}
a {
  opacity: 1;
  transition: all .3s;
  color: #ccc;
}
a:hover {
  opacity: 0.8;
  transition: all .3s;
}
.pc_only{display: block;}
.sp_only{display: none;}
header img{display: block;width: 100%;}
.mv {
  width: 100%;
  position: relative;
}
#contents {
  width: 100%;
}
#contents .contents_inner {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
}
#contents .intro {
  width: 90%;
  font-size: 130%;
  text-align: center;
  line-height: 180%;
  margin: 5rem auto;
  border: 4px solid #78bc13;
  border-radius: 20px;
  padding: 2rem 0;
}
#contents .intro p{
  color: #78bc13;
  font-weight: bold;
  font-size: 110%;
}
#contents .intro .att1{
  text-align:left;
  padding: 0 2rem;
  font-size: 100%;
}
#contents .intro .att2{
  background: #f6f6f6;
  border-radius: 10px;
  font-size: 70%;
  padding: 1rem;
  margin-top: 1rem;
  color: #666;
}
#contents .intro span{
  font-weight: bold;
}
#contents .btn{
  width: 80%;
  margin: 0 auto 5rem auto;
}
#contents .btn .btn02 a{
  display: table;
  vertical-align: middle;
  margin-top: 1.5rem;
  background: #f66;
  color: #fff;
  font-size: 180%;
  font-weight: bold;
  letter-spacing:.1em;
  width: 90%;
  text-shadow: 0 1px 0 #600;
  border-radius: 100px;
  text-decoration: none;
  text-align: center;
  padding: 3rem 0;
  line-height: 110%;
}
#contents .att{
  padding: 2rem;
  margin: 3rem 0;
}
#contents .att span{
  font-weight: bold;
}
#contents .att .red{
  color: #ed4b4b;
}
.contents03 {
  background:repeating-linear-gradient(45deg,#f6f6f6,#f6f6f6 5px,#fff 0,#fff 10px);
  padding: 4vw 0;
  margin-bottom: 4vw;
}
.contents03 .regist_text{
  padding: 3vw 0;
  font-size:160%;
  text-align: center;
  font-weight: bold;
}
.contents03 .regist_text p{
  line-height: 200%;
}
.contents03 .regist_text span{
  color:#78bc13;
}
footer {
  background: #333;
}
footer .footer_inner{
  font-size: 80%;
  color: #ccc;
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5vw 0;
}
footer .footer_inner img{
  width: 146px;
}
footer .copy{
  width: 1000px;
  margin: 0 auto;
  border-top: 1px dotted #666;
  font-size: 80%;
  text-align: center;
  color: #888;
  padding: 1vw 0;
}
#formWrap iframe {
  height: 1500px;
}
/* # =================================================================
   # SP
   # ================================================================= */

@media (max-width: 750px) {
  .pc_only{display: none;}
  .sp_only{display: block;}
  #contents .contents_inner {
    width: 100%;
  }
  #contents .intro {
    width: 90%;
    margin: 2rem auto;
    padding: 0.8rem;
    font-size: 100%;
  }
  #contents .intro p{
    margin: 0;
    padding: 0;
    line-height: 100%;
  }
  #contents .intro .att1{
    padding: 0;
  }
  #contents .btn{
    width: 90%;
    margin: 0 auto 3rem auto;
  }
  #contents .btn .btn-inner{
    width:100%;
  }
  #contents .btn .btn02{
    width: 100%;
  }
  #contents .btn .btn02 a{
    display: block;
    margin-top: 1rem;
    width: 95% !important;
    padding: 2rem 0;
    line-height: 110%;
    font-size: 120% !important;
  }
  #contents .att{
    padding: 1rem;
    margin: 2rem 0;
  }
  .contents03 {
    padding: 10vw 0;
    margin-bottom: 10vw;
  }
  .contents03 .regist_text{
    padding: 5vw 0;
    font-size:110%;
    text-align: center;
    font-weight: bold;
  }
  .contents03 .regist_text p{
    line-height: 160%;
  }
  .contents03 .regist_text span{
    color:#78bc13;
    font-size:120%;
  }
  footer .footer_inner{
    width: 90%;
  }
  footer .footer_inner p{
    font-size: 80%;
  }
  footer .footer_inner img{
    width: 50px;
  }
  footer .copy{
    width: 100%;
    font-size: 80%;
    padding: 3vw 0;
  }
  #formWrap iframe {
    height: 1800px;
  }
}

