@charset "Shift_JIS";

/* ----------------------------------------------------------
	共通	
---------------------------------------------------------- */
.margin_bottom5 {margin-bottom:5px;}
.margin_bottom10 {margin-bottom:10px;}
.margin_bottom15 {margin-bottom:15px;}
.margin_bottom20 {margin-bottom:20px;}
.margin_bottom30 {margin-bottom:30px;}
.margin_left14 {margin-left:14px;}
.color_B_bold {color:#3366CC; font-weight:bold; font-size:110% !important;}
.color_M_bold {color:#F42076; font-weight:bold; font-size:110% !important;}
.color_red { color:#CC0000 !important; }
.txt_center { text-align:center; line-height:160%; }
.txtSmall { font-size: 80%; }
.font_size90 { font-size: 90% !important; }
.font_size80 { font-size: 80% !important; }
.font_size70 { font-size: 70% !important; }

.h1Area {
	margin: 0 auto;
	width: 950px;
	text-align: left;
}
#topicpath {
  margin: 0 0 5px;
}
/* 消費税表記追加 */
.topTax {
	text-align: right;
	display: block;
}
.sp_block{display: none;}
img{max-width: 100%;}
@media only screen and (max-width: 750px) {
.sp_block{display: block;}
.pc_block{display: none;}
}


/* ----------------------------------------------------------
	メインイメージ	
---------------------------------------------------------- */
.main{
    background-color: #c6f2ff;
    background-image: url(images/site_tit_bg_ho.png);
    background-repeat: repeat-x;
    background-position: bottom center;
}
.main .main__inner{
    background: url(images/site_tit_bg_bl.png) no-repeat 50% 10px;
}
.main .main__tit{
    margin: 0 15px;
    padding: 50px 0 60px;
}

@media only screen and (max-width: 750px) {
    .main{
        background-color: #c6f2ff;
        background-image: url(images/site_tit_bg_ho.png);
        background-repeat: repeat-x;
        background-position: bottom center;
    }
    .main .main__inner{
        -webkit-background-size: contain;
        background-size: contain;
    }
    .main .main__tit{
        padding: 5% 0 6%;
    }
}


/* ----------------------------------------------------------
	ページタイトル	
---------------------------------------------------------- */

.pagetitle  {
	margin: 0 auto;
        padding: 10px 10px 0;
	width: 950px;
	text-align: left;
}
#pt {
  font-weight: bold;
  font-size: 120%;
}


/* ----------------------------------------------------------
	コンテンツ	
---------------------------------------------------------- */
/* セクション共通 */
.btn a{
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    background-color: #ff5633;
    padding: .5em;
    border: 3px solid #fff;
    border-radius: .25em;
    box-shadow:2px 3px 4px -2px #333;
    background: -moz-linear-gradient(top, #ff7e86 0%, #ff5633 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7e86), color-stop(100%,#ff5633));
    background: -webkit-linear-gradient(top, #ff7e86 0%,#ff5633 100%);
    background: -o-linear-gradient(top, #ff7e86 0%,#ff5633 100%);
    background: -ms-linear-gradient(top, #ff7e86 0%,#ff5633 100%);
    background: linear-gradient(to bottom, #ff7e86 0%,#fff5633 100%);
    position: relative;
}
.btn a:before{
    background-image: url(images/btn_bg.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    content: "";
    width: 13px;
    background-size: 13px;
    display: block;
    height: 20px;
    right: 3%;
    top: 50%;
    position: absolute;
    margin-top: -10px;
    
}
.btn a span{
    font-size: 30px;
}
.btn a:hover{
    text-decoration: none;
}

.body .body__inner{
    max-width: 950px;
    margin: 0 auto;
}


.camp{
    background: #e1241a;
    margin-top: 20px;
    margin-bottom: 10px;
}
.camp .camp_tit{
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    padding: 15px;
}
.camp .camp_tit .big{
    font-size: 23px;
}

.entryinfo{
    margin: 0 auto;
    border: 2px solid #00b900;
}
.entryinfo .entryinfo__inner{
    padding: 10px;
    text-align: left;
}

.topatt{
    margin: 0 auto;
    border: 1px solid #000000;
}
.topatt__inner{
    padding: 10px;
    text-align: left;
    line-height: 140%;
}

.cont{
    background: #fffded;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.cont .cont__read{
    background: #999999;
}
.cont .cont__read .cont__read__tit{
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    padding: 5px;
    margin-bottom: 10px;
}

.cont .cont__read_p{
    background: #ff99cc;
}
.cont .cont__read_p .cont__read__tit{
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    padding: 5px;
    margin-bottom: 10px;
}


/* 
.cont .cont__read .cont__read--back{
    font-size: 16px;
    margin-top: 1em;
}
.cont .cont__read .cont__read--back a{
    color: #ff6600;
}
.cont-box{
    border-bottom: 5px solid #ff6600;
}
*/


.form{
    background: #fff;
    border-bottom: 2px solid #fff;
    max-width: 906px;
    margin: 0 auto;
    padding-top: 15px;
}

.form_cont{
    text-align: left;
    font-size: 14px;
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    border-bottom: 1px solid #6c5e36; 
}

.form_cont .form__head{
    padding: 1.5em 1em 1em;
    line-height: 1.4;
    box-sizing: border-box;
    width: 40%;
}

.form_cont .form__head .hissu{
    background: #e62c5e;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    padding: .25em .5em .1em;
    color: #fff;
    margin-left: .5em;
    box-sizing: border-box;
}
.form_cont .form__body{
    padding-left: 20em;
    padding: 1.5em 1em;
    box-sizing: border-box;
    width: 60%;
    display: flex;
    align-items: baseline;
    
}
.form_cont .form__body .kome{
    margin-bottom: 0; 
    max-width: inherit;
    width: 100%;
}

.form_cont .form__body .setsumei{
    margin-bottom: 0; 
    max-width: inherit;
    width: 100%;
}

.form_cont .form__body.form__body--column{
    flex-direction: column;
}
.form_cont .form__body.form__body--column .form__body--tel{
    margin-bottom: .5em;
    margin-right: auto;
}
.form_cont .form__body.form__body--column .form__body--input{
    margin-right: auto;
}
.form_cont .form__body.form__body--column .form__body--input input[type=text]{
    margin-top: .5em;
    width: 100%;
}
.form_cont .form__body input[type=text]{
    padding: .7em 1em;
    box-sizing: border-box;
    width: 75%;
}

.form_cont .form__body #user ,.form_cont .form__body #mail ,.form_cont .form__body #mail02 ,.form_cont .form__body #name ,.form_cont .form__body #furigana ,.form_cont .form__body #add01 ,.form_cont .form__body #add02 ,.form_cont .form__body #add03 ,.form_cont .form__body #know,.form_cont .form__body #tel,.form_cont .form__body #zip,.form_cont .form__body #request,.form_cont .form__body #division {
    width: 100%;
}

.form_cont .form__body select{
    padding: .5em 1em;
    width: 75%;
}
.form_cont .form__body select.year{
    width: 8em;
}
.form_cont .form__body select.day{
    width: 5em;
    margin-left: 1em;
}
.form_cont .form__body select.month{
    width: 5em;
    margin-left: 1em;
}
.form_cont .form__body .same{
    width: 8em;
    text-align: center;
    margin-left: .5em;
}
.form_cont .form__body .same a{
    background: #000;
    color: #fff;
    padding: 1em .5em;
    font-size: 12px;
    display: block;
}
.form_cont .form__body .same a:hover{
    text-decoration: none;
}
.form .tlc{
    max-width: 860px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.5;
    font-size: 14px;
}
.form .tlc p{
    margin-bottom: .5em;
    margin: 0 auto;
}
.form .tlc label{
    font-weight: bold;
}
.form .tlc a{
    text-decoration: underline;
    color: #c72442;
}
.form .tlc a:hover{
    text-decoration: none;
}
.form .pri{
    max-width: 860px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.5;
    font-size: 14px;
    border: 2px solid #6c5e36;
}
.form .pri .pri__inner{
    padding: 1em;
}
.form .pri .pri__tit{
    border-bottom: 1px solid #6c5e36;
    margin-bottom: .5em;
    padding: 0;
    font-weight: bold;
    font-size: 16px;
}
.form .pri p{
    font-size: 14px;
}

.form .submit{
    display: block;
    color: #fff;
    font-weight: bold;
    
    background-color: #ff5633;
    
    border: 3px solid #fff;
    border-radius: .25em;
    box-shadow:2px 3px 4px -2px #333;
    background: -moz-linear-gradient(top, #ff7e86 0%, #ff5633 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7e86), color-stop(100%,#ff5633));
    background: -webkit-linear-gradient(top, #ff7e86 0%,#ff5633 100%);
    background: -o-linear-gradient(top, #ff7e86 0%,#ff5633 100%);
    background: -ms-linear-gradient(top, #ff7e86 0%,#ff5633 100%);
    background: linear-gradient(to bottom, #ff7e86 0%,#fff5633 100%);
    position: relative;
    max-width: 820px;
    margin: 0 auto;
}
.form .submit .submit_btn{
    background: url(images/btn_bg.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    content: "";
    background-size: 13px;
    display: block;
    background-color: none;
    border: none;
    color: #fff;
    width: 100%;
    padding: .5em 2em;
    margin: 0 auto;
    font-size: 35px;
    font-weight: bold;
}
.form .submit .submit_btn span{
    font-size: 24px;
}
.form .submit .submit_btn:hover{
    cursor: pointer;
}

.form .kome{
    margin: 1.5em auto;
    text-align: left;
    max-width: 820px;
    
}
.form .kome .kome__txt{
    margin-left: 1em;
    line-height: 1.6;
}
.form .kome .kome__txt:before{
    content: "※";
    margin-left: -1em;
}
.form .kome .kome__txt .tel{
    font-size: 21px;
    font-weight: bold;
    color: #ff6600;
}


.form .setsumei{
    margin: 0 auto;
    padding-bottom:10px;
    text-align: left;
    max-width: 820px;
    line-height:140%;    
}


/* リンク矢印 */
.form .setsumei ul.linkarrow {
margin: 5px 0 0 0;
padding: 0;
}

.form .setsumei ul.linkarrow li {
margin: 0;
padding: 0 20px 0 0;
display: inline;
list-style: none;
font-weight: normal;
width: auto;
}

.form .setsumei ul.linkarrow li a {
padding: 0 0 0 15px;
color: #e62c5e;
background: url(./images/icon_gr.gif) left no-repeat;
}

.form .setsumei ul.linkarrow li a:hover {
color: #ff9933;
background: url(./images/icon_gr.gif) left no-repeat;
}


.bnr{
    display: flex;
    justify-content: center;
    margin: 30px auto 20px;
}
.bnr .bnr__item:last-child{
    margin-left: 15px;
    
}
.club{
    max-width: 820px;
    margin: 0 auto 40px;
    border: 1px solid #000;
}
.club .club__inner{
    padding: 22px 22px 10px;
    text-align: left;
}
.club .club__tit{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
}
.club .club-box{
    margin: 1em ;
}
.club .club-box:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
.club .club-box .club-box__tit{
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: .5em;
    float: left;
    margin-bottom: .5em;
}
.club .club-box .club-box__txt{
    padding-left: 6.5em;
    line-height: 1.2;
    font-size: 14px;
}
.club .club-box .club-box__txt .tell{
    font-size: 22px;
    font-weight: bold;
    color: #ff6600;
    display: block;
}

@media only screen and (max-width: 950px) {
    .body .body__inner{
        margin-left: 15px;
        margin-right: 15px;
    }

    .cont .cont__read{
        font-size: 22px;
        margin: 0 auto;
    }

    .cont .cont__read_p{
        font-size: 22px;
        margin: 0 auto;
    }

    .cont-q .cont__inner {
        padding: 40px 10px 30px;
    }
    .btn a{
        font-size: 35px;
        line-height: 1.4;
    }
    .btn a span{
        font-size: 22px;
    }
    .btn a:hover{
        text-decoration: none;
    }    
    
    .cont .cont__read .cont__read__tit{
        font-size: 20px;
    }    
    .cont .cont__read {
        font-size: 18px;
    }
    .form{
        margin: 0 10px;
    }

    .form_cont{
        font-size: 14px;
    }
    .form .submit{
        margin: 0 15px; 
    }

    .form .submit .submit_btn:hover{
        cursor: pointer;
    }

}


@media only screen and (max-width: 700px) {
    .body .body__inner{
        margin-left: 15px;
        margin-right: 15px;
    }
    
    .cont{
        background: #fffded;
    }
    .cont .cont__read{
        font-size: 20px;
    }
    .cont .cont__read_p{
        font-size: 20px;
    }
    .btn a{
        font-size: 24px;
    }
    .btn a:before{
        background-image: url(images/btn_bg.png);
        background-repeat: no-repeat;
        background-position: 98% 50%;
        content: "";
        width: 13px;
        background-size: 13px;
        display: block;
        height: 20px;
        right: 3%;
        top: 50%;
        position: absolute;
        margin-top: -10px;

    }
    .btn a span{
        font-size: 18px;
    }
    .btn a:hover{
        text-decoration: none;
    }   
    .form .submit{
        font-size: 22px;
        margin: 0 15px; 
    }
    .form .submit .submit_btn:hover{
        cursor: pointer;
    }


}




@media only screen and (max-width: 640px) {
    .cont .cont__read .cont__read__tit{
        font-size: 20px;
        line-height: 1.4;
    }
    .cont .cont__read .cont__read--back{
        font-size: 14px;
    }

    .cont .cont__read_p .cont__read__tit{
        font-size: 20px;
        line-height: 1.4;
    }
    .cont .cont__read_p .cont__read--back{
        font-size: 14px;
    }

    .form_cont{
        flex-direction: column;
    }
    .form_cont .form__head{
        padding: 1em 1em .5em;
        width: 100%;
        line-height: 1.5;
    }
    .form_cont .form__head label br{display: none;}

    .form_cont .form__body{
        padding-left: 20em;
        padding: 0em 1em 1em;
        box-sizing: border-box;
        width: 100%;
        display: flex;
        align-items: baseline;
        flex-direction: column;
    }
    .form_cont .form__body.form__body--yotei{
        flex-direction: row;
        align-items: center;
    }
    .form_cont .form__body input[type=text]{
        padding: .7em 1em;
        box-sizing: border-box;
        width: 100%;
    }
    .form_cont .form__body select{
        padding: .5em 1em;
        width: 100%;
    }
    .form_cont .form__body select.month{
        width: 5em;
        margin-left: 1em;
    }
    .form_cont .form__body .same{
        width: 10em;
        margin: .5em auto 0px;
    }
    .form_cont .form__body .same a{
        font-size: 12px;
    }
    .form .tlc{
        margin: 1.5em 10px 2.5em;
        font-size: 14px;
    }
    .form .tlc label{
        display: block;
        margin-bottom: .5em;
    }

    .form .pri{
        margin: 1.5em 10px 2.5em;
        font-size: 14px;
    }
    .form .pri .pri__inner{
        padding: 1em;
    }
    .form .pri .pri__tit{
        font-size: 16px;
    }
    .form .pri p{
        font-size: 14px;
    }

    .form .submit{
        
        margin: 0 15px;
    }
    .form .submit .submit_btn{
        background-size: 8px;
        font-size: 22px;
    }
    .form .submit .submit_btn span{
        font-size: 18px;
    }

    .form .kome{
        margin: 1.5em 15px;
        text-align: left;
        max-width: 820px;

    }
    .form .kome .kome__txt{
        margin-left: 1em;
        line-height: 1.6;
    }
    .form .kome .kome__txt:before{
        content: "※";
        margin-left: -1em;
    }
    .form .kome .kome__txt .tel{
        font-size: 21px;
        font-weight: bold;
        color: #ff6600;
    }

    .bnr{
        display: flex;
        justify-content: center;
        margin: 30px auto 20px;
    }
    .bnr .bnr__item:last-child{
        margin-left: 15px;

    }
    .club{
        max-width: 820px;
        margin: 0 auto 40px;
        border: 1px solid #000;
    }
    .club .club__inner{
        padding: 15px 10px 5px;
        text-align: left;
    }
    .club .club__tit{
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
        margin-bottom: 1em;
    }
    .club .club-box{
        margin: 0em 0em .8em;
    }

    .club .club-box .club-box__tit{
        background: #000;
        color: #fff;
        font-size: 14px;
        padding: .5em;
        float: none;
        margin-bottom: .5em;
        display: inline-block;
    }
    .club .club-box .club-box__txt{
        padding-left: 0em;
        line-height: 1.5;
        font-size: 14px;
    }
    .club .club-box .club-box__txt .tell{
        font-size: 22px;
        font-weight: bold;
        color: #ff6600;
        display: block;
    }

}



@media only screen and (max-width: 540px) {
    .body .body__inner{
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .cont{
        background: #fffded;
    }
    .cont .cont__read{
        font-size: 16px;
    }
    .cont .cont__read_p{
        font-size: 16px;
    }
    .btn a{
        font-size: 20px;
    }
    .btn a:before{
        -webkit-background-size: 8px;
        background-size: 8px;
    }

    .btn a span{
        font-size: 14px;
    }
    .form .submit{
        margin-left: 10px;
        margin-right: 10px;

    }
    .form .submit .submit_btn{
        background-size: 8px;
        font-size: 18px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .form .submit .submit_btn span{
        font-size: 13px;
    }
    #copyright #cr01{
        width: 100%;
    }

}



@media only screen and (max-width: 950px) {
    #tncGlobalHeader{
        min-width: 100%;
        width: 100%;
        margin: 0 auto;
    }
    #tncGlobalHeaderInner{
        min-width: 100%;
        width: 100%;
        margin: 0 auto;
    }
    #tncGlobalHeaderContent{
        min-width: 100%;
        width: 100%;
        height: auto;
        
    }

    .h1Area{
        display: none;
    }
    #footerPolicyNav{
        width: 100%;
    }
    #copyright {
        width: 100%;
    }
    
}

@media only screen and (max-width: 600px) {
    #tncGlobalHeader{
        min-width: 100%;
        width: 100%;
        margin: 0 auto;
    }
    #tncGlobalHeaderInner{
        min-width: 100%;
        width: 100%;
        margin: 0 auto;
    }
    #tncGlobalHeaderContent{
        min-width: 100%;
        width: 100%;
        height: auto;
        
    }
    .h1Area{
        display: none;
    }
    #footer{
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    #footerPolicyNav{
        width: 100%;
        text-align: center;
        display: block;
        margin: 0;
    }    
}

.bottom-btn{
    background: rgba(0,0,0,.6);
    position: fixed;
    bottom: 0;
    width: 100vw;
}
.bottom-btn .bottom-btn__inner{
    padding: 10px;
}
.bottom-btn .btn-area{
    color: #fff;
}
.bottom-btn .btn-area .txt{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: .5em;
}
.bottom-btn .btn-area .s{
    font-size: 14px;
}

body .sp-menu .sp-menu--humberger {
    position: absolute;
    right: 1em;
    top: .5em;
    z-index: 99999;
    background: rgba(255, 102, 0, 0.5);
    padding: .5em;
}

body .sp-menu .sp-menu--humberger .menu-trigger,
body .sp-menu .sp-menu--humberger .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body .sp-menu .sp-menu--humberger .menu-trigger {
    position: relative;
    width: 33px;
    height: 30px;
    float: right;
}

body .sp-menu .sp-menu--humberger .menu-trigger:hover {
    cursor: pointer;
}

body .sp-menu .sp-menu--humberger .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    z-index: 100;
}

body .sp-menu .sp-menu--humberger .menu-trigger span:nth-of-type(1) {
    top: 3px;
    -webkit-animation: menu-bar01 .75s forwards;
    animation: menu-bar01 .75s forwards;
}

body .sp-menu .sp-menu--humberger .menu-trigger span:nth-of-type(2) {
    top: 14px;
    -webkit-transition: all .25s .25s;
    transition: all .25s .25s;
    opacity: 1;
}

body .sp-menu .sp-menu--humberger .menu-trigger span:nth-of-type(3) {
    bottom: 3px;
    -webkit-animation: menu-bar02 .75s forwards;
    animation: menu-bar02 .75s forwards;
}

body .sp-menu .sp-menu--humberger .menu-trigger.active span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 .75s forwards;
    animation: active-menu-bar01 .75s forwards;
}

body .sp-menu .sp-menu--humberger .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}

body .sp-menu .sp-menu--humberger .menu-trigger.active span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 .75s forwards;
    animation: active-menu-bar03 .75s forwards;
}

body .sp-menu .nav {
    width: 100vw;
    height: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate(-110vw);
    transform: translate(-110vw);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
}

body .sp-menu .nav.open {
    -webkit-transform: translate(0);
    transform: translate(0);
}

body .sp-menu .nav__tit {
    padding: 5px 0 ;
    margin: 0 auto;
    display: inline-block;
    width: 100vw;
    background: #fff;
    text-align: left;
}

body .sp-menu .nav__tit img {
    width: 100px;
}

body .sp-menu .nav .sp-menu-list {
    padding-top: 5em !important;
    background: #fff;
    padding: 0em 1em 1em;
}

body .sp-menu .nav .sp-menu-list__item {
    text-align: left;
    border-bottom: 1px solid #ff6600;
}

body .sp-menu .nav .sp-menu-list__item a {
    padding: .5em .5em .5em;
    display: block;
    font-size: 18px;
}

body .sp-menu .nav .sp-menu-list__item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}


body .sp-menu .nav .sp-menu-list__item a {
    text-decoration: none;
    color: #0E376F;
}


@-webkit-keyframes menu-bar01 {
    0% {
        -webkit-transform: translateY(11.5px) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(11.5px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
    }
}

@keyframes menu-bar01 {
    0% {
        -webkit-transform: translateY(11.5px) rotate(45deg);
        transform: translateY(11.5px) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(11.5px) rotate(0);
        transform: translateY(11.5px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
}

@-webkit-keyframes menu-bar02 {
    0% {
        -webkit-transform: translateY(-11.5px) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(-11.5px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
    }
}

@keyframes menu-bar02 {
    0% {
        -webkit-transform: translateY(-11.5px) rotate(-45deg);
        transform: translateY(-11.5px) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(-11.5px) rotate(0);
        transform: translateY(-11.5px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
}

@-webkit-keyframes active-menu-bar01 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(11.5px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(11.5px) rotate(45deg);
    }
}

@keyframes active-menu-bar01 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(11.5px) rotate(0);
        transform: translateY(11.5px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(11.5px) rotate(45deg);
        transform: translateY(11.5px) rotate(45deg);
    }
}

@-webkit-keyframes active-menu-bar03 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(-11.5px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-11.5px) rotate(-45deg);
    }
}

@keyframes active-menu-bar03 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(-11.5px) rotate(0);
        transform: translateY(-11.5px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-11.5px) rotate(-45deg);
        transform: translateY(-11.5px) rotate(-45deg);
    }
}

.bottom-btn{
    background: rgba(0,0,0,.6);
    position: fixed;
    bottom: 0;
    width: 100vw;
}
.bottom-btn .bottom-btn__inner{
    padding: 10px;
}
.bottom-btn .btn-area{
    color: #fff;
}
.bottom-btn .btn-area .txt{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: .5em;
}
.bottom-btn .btn-area .s{
    font-size: 14px;
}


/* 応募要項・注意事項 */

.oubo {
margin: 0 0 20px;
text-align:left;
}

.oubo h4 {
margin: 10px 0 10px;
padding: 7px 7px;
border-left: solid 7px #66cc66;
border-bottom: solid 1px #cccccc;
font-size: 120%;
font-weight: bold;
}


dl.applys {
	line-height: 150%;
	padding: 0 0 10px 18px;
	margin: 5px 0 0 0;
}

.applys dt {
	margin-left: 0;
	float: left;
	font-weight: bold;
}

.applys dd {
	margin-bottom: 5px;
	padding-left: 8.5em;
}

dl.remarks {
	margin: 7px 0 0 17px;
}

.remarks dt {
	float: left;
	line-height: 16px;
	line-height: 140%;
        color: #cc0000;
}

.remarks dd {
	margin-left: 2em;
	line-height: 16px;
	line-height: 140%;
}







































