@charset "utf-8";
div#ss_footer {
    /* width: 740px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #DDD;
    padding-top: 5px; */
    margin-bottom: 5%;
}

@media only screen and (max-width: 767px) {
    div#ss_footer {
        margin-bottom: 16%;
    }
}

/*2022/3/1 文書番号*/
.no_btm{
    display: block;
    margin-bottom: 0px;
    font-style: normal;
    line-height: 20px;
}
.pc_num {
    display: block !important;
    text-align: right;
 }
.sp_num { 
    display: none !important;
 }

@media only screen and (max-width: 767px) {
    .pc_num { 
        display: none !important;
     }
    .sp_num { 
        display: block !important;
        text-align: right;
     }
}


/*2022/3/1 登録ボタン*/
@media only screen and (max-width: 767px) {
    .application_btn {
        position: fixed;
        bottom: 0%;
        padding: 4% 20%;
        width: 100%;
        margin: 0;
    }
    }

    /*2022/3/9 画像幅調節*/
    #ss_header {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        margin-bottom: 15px;
        width:100%;
    }
    
    .ss_contents {
        margin-left: auto;
        margin-right: auto;
        max-width: 1000px;
        width:100%;
    }

    #ss_footer {
        max-width: 1000px;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        text-align: right;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #DDD;
        padding-top: 5px;
        width:100%;
    }

/* 2022/03/24 LPボタンデザイン*/
.btn_link__wrap--fixed {
    background: rgba(0, 0, 0, 0.4);
    padding: 2rem 2.5rem;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 11;
}
.btn-primary, .btn_primary input {
    color: #fff;
}
.btn_link .btn-primary{
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 50px;
    margin-bottom: 0.5%;
}
.btn-large{
   padding: 10px;
    width: 95%;
}
.btn-primary{
	background-color:#3eb134;
    background-image:linear-gradient(to bottom, #3eb134, #3eb134);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #ffffff;
	background-color: #3eb134;
}

/*LPボタンデザイン ここまで*/

/* 2022/03/28 LPボタンデザイン*/
.btn_link .btn-primary {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 2.3rem;
    font-weight: bold;
    border-radius: 50px;
    padding: 5%;
}

.btn_link__wrap--fixed {
    background: rgba(0, 0, 0, 0.4);
    /* padding: 0.3% 28%; */
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 11;
    padding: 10px;
}

.application_btn {
    position: initial;
    width: 100%;
}

.btn-large {
    width: 100%;
}

div#ss_footer {
    margin-bottom: 10%;
}

@media only screen and (max-width: 767px) {
    .btn_link__wrap--fixed {
        background: rgba(0, 0, 0, 0.4);
        padding: 0.5rem 2.5rem 0 2.5rem;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 11;
    }
    
    .btn_link .btn-primary{
        display: block;
        text-align: center;
        text-decoration: none;
        font-size: 1.3rem;
        font-weight: bold;
        padding: 12px 24px;
        border-radius: 50px;
        margin-bottom: 2.5%;
        width: 80%;
    }

    div#ss_footer {
        margin-bottom: 20%;
    }
}

.btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
    margin-top: 2%;
}

.btn_link.btn_primary{
    max-width: 600px;
    margin: 0 auto;
}
.btn_link.btn_primary button{
    min-width:300px;
}
/*LPボタンデザイン ここまで*/