@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*====================
{{スマホを基本設計にする}}
 - 〜479px：SP縦
 - 480px〜599px：SP横
 - 600px〜959px：タブレット
 - 960px〜1279px：小型PC
 - 1280px〜：大型PC
====================*/
html {
	font-size: 62.5%;
}
body {
	font-family: Helvetica, ArialMT,"Noto Sans Japanese","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",メイリオ,sans-serif;
	color: #fff;
	font-size: 1.4rem;
    line-height: 2.2rem;
	font-weight:400;
    position: relative;
}

.bg_grd{
    background: -moz-linear-gradient(top,#faeb8a 1%,#fbda20 50%,#fbbc1f 68%,#fa9652 100%);
    background: -webkit-linear-gradient(top,#faeb8a 1%,#fbda20 50%,#fbbc1f 68%,#fa9652 100%);
    background: linear-gradient(top,#faeb8a 1%,#fbda20 50%,#fbbc1f 68%,#fa9652 100%);
    background: -ms-linear-gradient(top,#faeb8a 1%,#fbda20 50%,#fbbc1f 68%,#fa9652 100%); /* IE */
}

* {
    box-sizing : border-box;
}
a{
    color: #fff;
}
a:hover img{
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

img{
    width: 100%;
}

/*formエラー*/

label.error:before {
    border: 1px solid #f03;
}
label.error {
    background: #f8e2e2;
}
input[type="text"].error, input[type="email"].error, input[type="tel"].error, input[type="number"].error, input[type="url"].error, textarea.error {
    border: 1px solid #f03;
    background: #f8e2e2;
}
input.error:focus, textarea.error:focus {
    border: 1px solid #f03;
    background: #f8e2e2;
}
select.error {
    background: #f8e2e2;
    border: 1px solid #f03;
}
input[type="file"].error {
    background: #f8e2e2;
}
p.error{
    text-align:center;
}

/*formエラー*/

/*メイン*/
.navigation h1 img.sol {
    width: 78px;
    margin-right: 10px;
}
.navigation h1 img.jaf {
    width:104px;
    margin-left: 10px;
}
.sub-tit{
    padding: 10px;
}
.sns{
    display: flex;
    position: absolute;
    top: 4px;
    right: 20px;
    color: #fff;
}

#top{
    color: #000;
    background-image: url('../img/mainvisual_sp.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#top .wrap{
    position: relative;
}

#goform{
    margin-top: -194px;
    padding-top: 200px;
}

#whats{
    color: #000;
}

#whats h2{
    border-bottom: #fb7d2a 3px solid;
}

#whats .btn_whats{
    margin: 0px auto;
    /* text-align: center; */
}

#whats .whats_bubble{
    position: relative;
    z-index: 100;
}

.btn_whats a{
    background-color: #fb7d2a;
    display: inline-block;
    border-radius: 60px;
    /* box-sizing: border-box; */
    padding: 5px 20px;
    text-decoration: none;
     position: relative;
}
.btn_whats a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -0.4em;
    left: 10px;
    width: 0.5em;
    height: 0.5em;
    border-top: #fff 3px solid;
    border-right: #fff 3px solid;
    transform: rotate(45deg);
    padding-right: 0px;
}

.layout,.layout-form{
    text-align: center;
    width: 100%;
    position: relative;
}

.rule{
    border: 1px solid #fff;
    border-radius: 30px;
    position: relative;
    padding:0 20px 20px;
    margin-top: 150px;
    text-align: center;
}

#complete .rule,#error .rule{
    border: none;
}

.rule .info-rule{
    position:relative;
    top: -40px;
    width:70%;
    margin-bottom: -30px;
    text-align: center;
}

.attention-date{
    color: #1da1f2;
    padding: 0;
}
.rule .attention{
    text-align: left;
    color: #F97C29;
}

.rule a{
  color: #F97C29;  
}

.announcement{
    position: relative;
    background-color: #fff;
    border-radius: 30px;
    text-align: center;
    color: #000000;
}

.announcement:before{
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    right:0;
    left:0;
    margin: auto;
    z-index: 100;
}

.announcement h3{
    display: inline-block;
    border-bottom: 4px solid #70c399;
}

.text{
    color:#fb7d2a;
    text-align: center;
    line-height: 1.6;
    font-size: 1.7rem;
}


/*メイン*/

/*フッター共通ここから*/
dl dt img {
    margin: 0 auto;
    display: block;
}
dl dd {
    font-size: 0.97em;
    font-weight: normal;
    color: #fff;
    text-align: left;
}
.photo img{
    width: 100%;
    margin: 0 auto;
    display: block;
    padding-top: 30px;
}
.box-sns {
    background:transparent url("../img/line_bottom.png") repeat-x 0 bottom;
}
ul.btn-sns{
    display:flex;
    display: -webkit-flex;
    justify-content: space-around;
    margin: 0px auto;
    padding: 0;
}
.txt-follow{
    color: #fff;
    text-align: center;
    font-weight: 700;
}
footer{
    padding-top: 30px;
    position: relative;
    padding-bottom: 60px;
}

#complete footer,#error footer{
    padding-top: 0px;
}

#complete footer .wrap,#error footer .wrap{
    z-index: 40;
}

footer img{
    display:  block;
    margin: 0 auto;
    padding: 0;
}
.copyright{
    color: #fff;
    text-align: center;
}
#pagetop{
	display: inline;
	position: fixed;
	bottom: 0;
	right: -10px;
	opacity: 0.7;
	width: 100%;
	line-height: 0;
    z-index: 200;
}
#pagetop .wrap {
    text-align: right;
}

#pagetop img{
	width: 70px;
}
#pagetop img:hover{
	opacity: 0.6;
	cursor: pointer;
}

.banner{
    margin: 40px 0 30px 0;
}

.rule h4{

    color: #F97C29;
}

/*form*/
form{
    margin: 0 0 0px 0;
}
.rule form{
    width:98%;
    padding:0px;
    margin: 50px auto 0;
    text-align: left;
}
.rule form ul{
    margin: 0;
    padding: 0;
}
.rule form ul li.element{
    float: none;
    overflow: hidden;
    vertical-align: top;
    width: 100%;
    padding-top: 10px;
    color: #F97C29;
}
.rule form ul li.element-txt{
    padding: 10px 0 20px 0;
    color: #F97C29;
    display:block;
    position:relative;
}
.rule form span{
    background: #fb7d2a;
    padding:3px;
    color:#fff;
    margin-right:5px;
    border-radius: 5px;
}

input[type="image"]{
    width:90%;
    margin:0 auto;
    display: block;
}
input[type="radio"],input[type="checkbox"]{
    vertical-align: top;
    position: relative;
    top:5px;
    bottom:0;
    left:0px;
    margin:auto 0;
}
input[type="text"]{
    width: 100%;
    /* text-align: left; */
    height: 35px;
    background: #fff;
}
input[type="number"]{
    height: 30px;
}
select {
    height: 40px;
    background: #fff;
}
input[type="number"].zip, input[type="number"].telno {
    width: 80px;
    background: #fff;
}
textarea{
    width:100%;
    background: #fff;
}
input[type="text"].zip,input[type="text"].telno{
    width:80px;
}
.txt-thanks{
    /*border: 1px solid #fff;*/
    text-align: center;
    padding: 10px;
    margin: 10px 0 0 0;
}
.txt-thanks p{
    text-align: center;
    padding: 0!important;
    margin: 0 auto 20px!important;
    color: #fff;
    font-size: 1.3em;
    line-height: 1.4;
}

.txt-thanks a,.txt-error a{
    display: inline-block;
    background-color: #fb7d2a;
    color: #fff;
    padding: 5px 20px;
    border-radius: 40px;
}

.txt-error{
    /*border: 1px solid #fce62f;*/
    text-align: center;
    padding: 10px;
    margin: 10px 0 10px 0;
}
.txt-error p{
    text-align: center;
    padding: 0!important;
    margin: 0!important;
    color: #fff;
}
ul.btn-form-regist li a,ul.btn-goform li a {
    display: block;
    margin: 10px auto 40px auto;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
}
ul.btn-form-regist li a,ul.btn-goform li a {
    background: #fce62f;
}
.mg-rule{
    /* margin-top: 40px; */
}

#error .mg-rule,#complete .mg-rule{
    margin-top: 0px;
}

/*form*/


/* 480px〜599px：SP縦
------------------------------ */
.pc{display: none;}
.sp{display: block;}

.bg_grd{
    padding-top: 1px;
}

.layout{
    margin-top: 50px;
    padding-bottom: 150px;
}
.layout-form{
    margin-top: 70px;
    padding-bottom: 0px;
}

#error .layout-form,#complete .layout-form{
    margin-top: 30px;
}

.sns img.facebook{
    width: 35px;
    height: 100%;
    margin: 0;
} 
.sns img.twitter{
    width: 35px;
    height: 100%;
    margin: 0px 0 0 10px;
}
.layout img,.layout-second img,.layout-form img{
    width: 100%;
}
.wrap{
    width: 90%;
    margin: 0 auto;
    /* text-align: left; */
}

.mg-catch{
    padding-top: 15px;
}

#top{
    padding: 40px 0 20px;
}

.wrap h1{
    width: 70%;
    margin: 30px auto 0;
    padding: 0 0 20px;
}

.bodergrn{
    /* text-align: center; */
    /* font-size: 2rem; */
    /* line-height: 1.5; */
    margin-bottom: 5px;
    width: 80%;
    margin: 0 auto;
}

.bodergrn span{
    border-bottom: 2px solid #70c399;
}

.bodergrn+p{
    font-size: 0.9em;
}

.btn_youtube{
      margin: 20px auto 0;  
    }

.main-fixed-bg {
	background-repeat: no-repeat;
	background-position: 0 0;
    position:relative;
}

#whats{
    position: relative;
    margin-top: 95px;
}

#whats:before{
    position: absolute;
    content: '';
    width: 55%;
    height: 100%;
    background-image: url(../img/whats_bubble_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    left: 0;
    top: -96px;
}

#whats h2{
    width: 79%;
    text-align: right;
    padding: 0 5% 2px 10%;
    margin: 0 0 0 auto;
}

#whats h2+p{
  margin-top: 63px;
  padding: 20px 0;
}

ul.btn-regist{
    padding: 50px 0 25px 0;
}
ul.btn-goform{
    padding: 0 0 25px 0;
}
ul.btn-regist-second{
    padding: 35px 0 25px 0;
}
ul.btn-regist li,ul.btn-regist-second li{
    display: block;
}
ul.btn-regist li a,ul.btn-regist-second li a{
    font-size: 1.6rem;
    font-weight: 700;
}
ul.btn-regist li.lesson a,ul.btn-regist-second li.lesson a {
    padding: 15px 55px;
    margin-right: 0px;
}
ul.btn-regist li.twitter a,ul.btn-regist-second li.twitter a {
    padding: 15px 50px;
}

.rule a{
    /* color: #fff; */
}

#complete .rule a,#error .rule a{
    text-decoration: none;
}

.rule h2{
    font-size: 1.9rem;
    padding: 0 4%;
    text-align: center;
    margin: -33px auto 0;
    background-color: #FAE45E;
    display: inline-block;
}
.rule p{
    padding: 20px 0;
}

.rule h2+p{
    padding: 0px 0 0;
}

.rule .info-rule+p{
    padding: 0;
    font-size: 0.95em;
    line-height: 1.2;
}

.rule p.tit{
    font-size: 1.5rem;
    line-height: 2.6rem;
    padding-top: 5px;
}
.rule .attention{
    font-size: 1.2rem;
    line-height: 2.0rem;
    padding: 10px 0 50px 0;
    margin: 0;
}

.announcement{
    margin-top: 120px;
    padding: 19.5% 5% 25px;
    font-size: 1em;
    line-height: 1.7;
}

.announcement:before{
    width: 90%;
    height: 100%;
    top: -204px;
    background-image: url(../img/speech_bubble_sp.png);
}
    
.announcement h3{
    font-size: 1.3em;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-bottom: 15px;
}
    
.announcement h3+p{
    margin-bottom: 20px;
    }

/*フッター共通ここから*/


dl {
    padding-top: 15px;
    display: block;
    width: 98%;
    margin: 0 auto;
}
dl dt img {
    width: 30%;
    padding: 15px 0;
}   
dl dd {
    padding: 0!important;
}
.txt-follow{
    padding: 30px 0 10px 0;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
ul.btn-sns{
    width: 70%;
    padding: 30px 0;
    box-sizing: content-box;
}
ul.btn-sns li img{
    width: 90px;
}
.copyright{
    font-size: 1.2rem;
    padding: 0 0 10px 0;
}
.link-logo img{
    width: 96px;
    padding: 0 0 10px 0;
}

.link-logo {
    display: flex;
    justify-content: space-around;
    margin: 0 auto 10px;
    width: 80%;
}

.banner img{
    width: 100%;
}

.archive {
margin-top: 20px;
background: #f4f2ed;
padding: 20px 3%;
border-radius: 35px;
width: 100%;
}

.dribubt {
text-align: center;
font-size: 1.8rem;
color: #000;
}

.drivebtn {
padding: 20px 0 0;
display: flex;
justify-content: space-around;
}

p.drivebtn a {font-size: 2rem;background-color: #00a56d;padding: 4px 2%;border-radius: 32px;width: 16%;text-align: center;text-decoration: none;}

p.drivebtn a:hover{
    filter: brightness(110%);
}

ul.btn-form-regist li a,ul.btn-goform li a {
    width: 80%;
    padding: 15px;
    font-size: 1.8rem;
}

/* 480px〜599px：SP横
------------------------------ */
@media screen and (max-width:599px) {
.rule .info-rule {
    position: relative;
    top: -62px;
    width: 70%;
    margin: 0 auto -40px;
    text-align: center;
}
    
.rule .info-rule h2 {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    background: #fbcb36;
}
.rule h2 {
    font-size: 20px;
    line-height: 1.2;
    position: absolute;
    top: 11px;
    left: 0;
    right: 0;
    width: 78%;
    color:#fb7d2a;
}

.rule h2+p{
    line-height: 1.2;
    position: absolute;
    top: 11px;
    left: 0;
    right: 0;
   color:#fb7d2a;
    
}

.rule .info-rule+p {
    padding: 0;
    font-size: 1em;
}

.rule p.tit {
    font-size: 1.7rem;
    line-height: 2.6rem;
}
    
.backtoform {
    background-image: url(../img/bg_backtotop.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center center;
    min-height: 340px;
    position: relative;
    margin-top: 10px;
}
    
.backtoform a {
    display: inline-block;
    width: 33%;
    position: absolute;
    top: 130px;
    left: 11%;
}
    
.text .f24{
    font-size: 20px;
    font-weight:bold;
    margin-bottom: 10px;
}
    
.text .f22{
    font-size: 20px;
    font-weight:bold;
}
    
.text{
    margin:20px auto;
}
    
ul.box{

}
    
ul.box li{
    width: 100%;
    background: #fb7d2a;
    padding: 23px 30px 29px 30px;
    border-radius: 30px;
    text-align: center;
    line-height: 1.6;
    margin:20px auto;
    font-size: 16px;
}

ul.box li p{
   font-weight:bold;
   margin-bottom: 10px;
   font-size: 18px;
}
    
.rule{
    margin-top: 20px;

}
  
    #whats{
        margin-top: 137px;
    }
    
.announcement{
    margin-top: 236px;
}
    
.btn_whats a{margin: 10px auto;padding-left: 30px;}

.archive {
margin-top: 20px;
background: #f4f2ed;
padding: 20px 3%;
border-radius: 35px;
width: 90%;
}

.wrap h1 {
    width: 90%;
    padding-bottom: 0;
}
    
    .key{
        width: 78%;
        margin: 3px auto;
    }
    
.bodergrn{
    margin-bottom: 5px;
    width: 92%;
    margin: 0 auto;
}

    
}
/* 600px〜959px：タブレット
------------------------------ */
@media screen and (min-width:600px) and (max-width:959px) {
.pc{display: block;}
.sp,#whats:before{display: none;}

body {
	font-size: 1.6rem;
    line-height: 2.4rem;
}
    
.bg_grd{
    padding-top: 30px;
}
    
.sub-tit{
    font-size: 1.2rem;
    line-height: 2.2rem;
}

.wrap{
    width: 90%;
}

#top{
    color: #000;
    background-image: url('../img/mainvisual_pc.jpg');
    background-repeat: no-repeat;
    background-position: center -50px;
    background-size: 1500px;
}
    
#top .right{
    position: relative;
    width: 60%;
    margin: 0 0 0 auto;
    }

.wrap h1 {
    width: 90%;
    margin: 40px auto 0;
    padding: 0 0px 20px;
}
    
p.bodergrn + p{
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5;
    }
 
.btn_goform{
    position: absolute;
    top: -20px;
    left: -49%;
    }
    
.btn_goform img{
    width: 33%;
    height: auto;
}
 
.main-fixed-bg {
	background-repeat: no-repeat;
	background-position: 0 0;
    position:relative;
}
    
#whats .btn_whats{
    margin: 10px auto;
    /* text-align: center; */
}

 #whats{
    margin-top: 5px;
    }
    
#whats .wrap{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    }
    
.whats_bubble{
    width: 32.5%;
    }
   
.whats_bubble+div{
    width: 66%;    
    }
    
#whats h2{
    width: 100%;
    text-align: left;
    padding: 0 0 2px 0;
    margin: 0 0 0 auto;
}

#whats h2 img{
    width: 75%;
    }
    
#whats h2+p{
  margin-top: 0px;
  padding: 15px 0;
  font-size:0.9em;
}
    
ul.box{
    display:table;
    border-collapse: separate;  /* セルの間隔を空ける */
    border-spacing: 23px 0;  /* 左右 上下で記述 */
    margin-top: 30px;
}
    
ul.box li{
    display:table-cell;
    width: 415px;
    background: #fb7d2a;
    padding: 9px 30px 59px 30px;
    border-radius: 30px;
    text-align: center;
    line-height: 1.6;
}
    
ul.box li p{
    font-size:24px;
    font-weight:bold;
    margin: 5px auto 20px;
}
   
.btn_whats a {
    /* width: 100%; */
    font-size: 1.8rem;
    padding: 10px 35px;
    text-align: left;
}
 
.section_form{
    margin-top: -38px;    
    }
    
.layout-form {
    margin-top: 96px;
}

.announcement{
    margin-top: 250px;
    padding: 50px 35px 35px;
    font-size: 1em;
    line-height: 1.7;
    }
    
.announcement:before{
    width: 368px;
    height: 100%;
    top: -234px;
    right: 177px;
    background-image: url(../img/speech_bubble_pc.png);
    background-size: 100%;
}
   
.announcement h3 {
    font-size: 2.4em;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-bottom: 25px;
}
    
.announcement h3+p{
    margin-bottom: 50px;
    }
   
.btn_youtube{
      margin: 40px auto 0;  
    }
    
.link-logo{
    width: 50%;
    }
    
.link-logo img{
    width: 130px;
    padding: 0 0 10px 0;
}
    
.link-logo img.jaf{
    width: 150px;
    padding: 15px 0 10px 0;
}
    
/*form*/
.mg-rule {
    margin-top: 0px;
}
        
#complete .mg-rule {
}
    
#error .mg-rule{
    font-size:1.6em;
    line-height: 1.4;
    }
    
.rule .info-follow{
    position:relative;
    top: -20px;
    width:100%;
    margin-bottom: -20px;
    text-align: center;
}
    
.rule .info-rule {
    position: relative;
    top: -62px;
    width: 380px;
    margin: 0 auto -40px;
    text-align: center;
}
    
.rule .info-rule h2 {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
}
    
.rule h2{
    font-size: 3.3rem;
    line-height: 1.2;
    padding: 0 30px;
    text-align: center;
    margin: -60px auto 0;
    background-color: #FAE462;
    display: inline-block;
    color: #FB7D2A;
}


    
.rule h2+p {
    font-size: 1.9rem;
    color: #FB7D2A;
}
    
.rule p.tit{
    font-size: 2.8rem;
    line-height: 3.6rem;
}

.rule .info-rule+p {
    padding: 0;
    font-size: 1em;
    margin-bottom: 5px;
}
    
input[type="image"]{
    width:320px;
    margin:0 auto;
    display: block;
}
    
.txt-thanks {
    /* border: 1px solid #fff; */
    margin: 10px 0 20px 0;
}
    
.txt-thanks p {
    font-size: 2.3em;
    
    }
   
.txt-thanks p+a,.txt-error p+a{
    display: inline-block;
    padding: 30px 0 50px;
    font-size: 2em;     
    }

.txt-error {
    margin: 0px 0 10px 0;
}
    
#complete .txt-thanks p+a{
     display: inline-block;
    padding: 15px 30px;
    font-size: 1.4em;   
    }
    
    #error .txt-error p+a {
    display: inline-block;
    padding: 15px 30px;
    margin-top: 20px;
    font-size: 1em;
}
    
.attention,.attention-date{
    font-size: 2.0rem;
    line-height: 3.0rem;
}
    
.rule .attention {
    padding: 10px 0 70px 0;
}
  
/*form*/
  
.dribubt {
font-size: 2.5rem;
}
    
.backtoform {
    background-size: 40%;
    min-height: 46vh;
    margin-top: 30px;
}
  
.backtoform a {
    display: inline-block;
    width: 27%;
    position: absolute;
    top: 37%;
    left: 18%;
}

dl {
    padding-top: 50px;
    display: flex;
}
dl dt img {
    width: 182px;
    padding: 20px 30px 20px 0;
}
dl dd {
    padding-left: 30px;
}
ul.btn-goform li{
    margin-bottom: 0px;
}
    
ul.btn-sns {
    width: 253px;
    padding: 30px 0;
    box-sizing: content-box;
}
    
footer{
    padding-top: 40px;
    }    

    
}

/* 960px〜：PC
------------------------------ */
@media screen and (min-width:960px) {
.pc{display: block;}
.sp,#whats:before{display: none;}
    
body {
	font-size: 1.8rem;
    line-height: 2.6rem;
}

.bg_grd{
    padding-top: 30px;
}
    
.wrap{
    width: 860px;
}
    
.wrap-1024{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
    
ul.box{
    display:table;
    border-collapse: separate;  /* セルの間隔を空ける */
    border-spacing: 23px 0;  /* 左右 上下で記述 */
    margin-top: 30px;
}
    
ul.box li{
    display:table-cell;
    width: 415px;
    background: #fb7d2a;
    padding: 9px 30px 59px 30px;
    border-radius: 30px;
    text-align: center;
    line-height: 1.6;
}
    
ul.box li p{
    font-size:24px;
    font-weight:bold;
    margin: 5px auto 20px;
}
    

    
#top{
    color: #000;
    background-image: url(../img/mainvisual_pc.jpg);
    background-repeat: no-repeat;
    background-position: center 50px;
    background-size: 1500px;
    padding: 110px 0 20px;
}

.text .f24{
    font-size: 26px;
    font-weight:bold;
    margin-bottom: 10px;
}
    
.text .f22{
    font-size: 24px;
    font-weight:bold;
}
    
#error #top,#complete #top{
    background-position: center -70px;   
    }
    
#top .right{
    position: relative;
    width: 70%;
    margin: 0px 59px 0 auto;
    }

#complete #top .right,#error #top .right{
    margin: 0 auto;    
    }
    
.wrap h1 {
    width: 86%;
    margin: 20px auto 0;
    padding: 0 0 29px;
}
  
.bodergrn {
    /* font-size: 2.3rem; */
    /* margin-bottom: 5px; */
    width: 678px;
    margin: 17px auto;
}
    
p.bodergrn + p{
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
    }
 
.btn_goform{
    position: absolute;
    top: 80px;
    left: -123px;
    }
    
.btn_goform img{
    width: 39%;
    height: auto;
}
    
#pagetop .wrap{
    width: 1024px;    
    }
    
#pagetop img {
    width: 80px;
}
    
.main-fixed-bg {
	background-repeat: no-repeat;
	background-position: 0 0;
    position:relative;
}

#whats{
    margin-top: 0px;
    }
    
#whats .wrap{
    display: flex;
    justify-content: space-between;
    margin-top: 44px;
    /* margin-bottom: 50px; */
    }
    
.whats_bubble{
    width: 298px;
    }
   
.whats_bubble+div{
    width: 583px;
    margin-top: 50px;
    }
    
#whats h2{
    width: 100%;
    text-align: left;
    padding: 0 0 2px 0;
    margin: 0 0 0 auto;
}

#whats h2 img{
    width: 377.5px;
    }
    
#whats h2+p{
  margin-top: 0px;
  padding: 15px 0;
  font-size:0.8em;
}
    
.link{display:table;margin-top: 10px;border-collapse: separate;  /* セルの間隔を空ける */border-spacing: 10px 0;  /* 左右 上下で記述 */}
    
.link .btn_whats{display:table-cell;margin-top: 31px;}
   
.btn_whats a {
    width: 100%;
    font-size: 15px;
    padding: 8px 27px;
}
 
.layout-form {
    margin-top: 15px;
}
    
.btn_goform {
    position: absolute;
    top: 10px;
    left: -201px;
}

.btn_goform img{
    width: 239px;
    /* height: 244px; */
}
   
.section_form{
    margin: -36px auto 0;    
    }
    
.mg-rule {
    /* margin-top: 0px; */
}
  
#complete .mg-rule {
    padding-bottom: 10px;
}
    
#error .mg-rule{
    padding-bottom: 10px;
    font-size:1.3em;
    }
    
.rule .info-rule {
    position: relative;
    top: -62px;
    width: 380px;
    margin: 0 auto 0px;
    text-align: center;
}
    
.rule .info-rule h2 {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
}
    
.rule h2{
    font-size: 42px;
    line-height: 1.2;
    margin: -71px auto 0px;
    color: #fb7d2a;
}
    
.rule p{
    margin: 0px 0 0 0;
    color: #fb7d2a;
    font-size: 20px;
}
    
.rule .info-rule+p{
    margin: 0; 
    font-size:1.1em;
    }
    
.rule p.tit{
    font-size: 3.0rem;
    line-height: 4.5rem;
}
.txt-line-yellow{
    border-bottom: 3px solid;
    border-bottom-color: #ffff00;
}
.txt-line-red{
    border-bottom: 3px solid;
    border-bottom-color: #e60012;
}
ul.btn-form-regist li a,ul.btn-goform li a {
    width: 80%;
    text-align: center;
    padding: 15px;
    font-size: 3.0rem;
}
.rule form{
    text-align: left;
    width: 90%;
}
.rule form ul li.element,.rule form ul li.elemen{
    float: left;
    overflow: hidden;
    width: 200px;
}
    
input[type="image"]{
    width:320px;
    margin:0 auto;
    display: block;
}
    
input[type="text"]{
    width: 480px;
}
textarea{
    width:400px;
}
.rule h4{
    text-align: left;
    color: #F97C29;
}
.rule .attention{
    font-size: 1.4rem;
    line-height: 2.2rem;
    padding: 10px 0 70px 0;
    margin: 0;
}

#complete .rule p,#error .rule p{
    padding: 30px 0 20px!important;
    }
    
.txt-thanks{
    margin: 0px 0 20px 0;
    position: relative;
    z-index: 10;
    }
    
.txt-thanks p{
   font-size: 2.1em;     
    }
   
.txt-thanks p+a{
   font-size: 1.4em;
    padding: 15px 30px;      
    }
.txt-error{
    margin: 0px 0 50px 0;
    }
        
    
.box-step h2{
    width: 345px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 50px;
}
.attention,.attention-date{
    font-size: 2.8rem;
    line-height: 3.8rem;
}
dl {
    padding-top: 50px;
    display: flex;
}
dl dt img {
    width: 182px;
    padding: 5px 30px 20px 0;
}
dl dd {
    padding-left: 30px;
}
.txt-follow{
    padding: 60px 0 0 0;
}
ul.btn-sns {
    width: 335px;
    padding-bottom: 40px;
}
ul.btn-sns li img{
    width: 114px;
    height: 114px;
}
    
.announcement{
    margin: 176px auto 0;
    padding: 50px 35px 35px;
    font-size: 1em;
    line-height: 1.7;
    text-align: center;
    }
    
.announcement:before{
    width: 368px;
    height: 100%;
    top: -231px;
    right: -300px;
    background-image: url(../img/speech_bubble_pc.png);
    background-size: 100%;
}
   
.announcement h3 {
    font-size: 2.4em;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-bottom: 25px;
    text-align: center;
    margin: 0 auto 25px;
}
    
.announcement h3+p{
    margin-bottom: 50px;
    text-align: center;
    }

.btn_youtube{
      margin: 39px auto 0;
      width: 650px;
    }
  
.archive{
    margin-top: 40px;
    }
    
.dribubt {
    font-size: 2.5rem;
}
    
/*共通フッター*/    

footer{
    }
    
#complete footer .wrap{
    z-index: 40;
    margin-top: 10px;
}
    
#error footer .wrap {
    z-index: 40;
    margin-top: 10px;
}  

.banner img{
    width: 730px;
    margin-bottom: 10px;
}
    
.link-logo{
    width: 46%;
    padding-left: 30px;
    }
    
.link-logo img{
    width: 130px;
    padding: 0 0 10px 0;
}
    
.link-logo img.jaf{
    width: 150px;
    padding: 10px 0;
}
    
#pagetop{
right: 20px;        
    }
   
#pagetop img {
    width: 100px;
   
}

@media screen and (min-width:1024px) {
.wrap-1024{
    width: 1024px;
    margin: 0 auto;
    position: relative;
}
}

@media screen and (min-width:1500px) {
#top{
    background-image: url('../img/mainvisual_pc.jpg');
    background-repeat: no-repeat;
    background-position: center 50px;
    background-size: 100%;
}
}
