.fukkyuBtn {
    text-align: right;
    display: none;
}

.module--header h2 {
    margin-top:100px!important;
}

@media screen and (max-width: 599px) {
    .fukkyuBtn {
        margin: 0 0 40px;
    }
    .fukkyuBtn .btn {
        display: inline-block;
        padding: 8px 10px;
        background-color: #f0f0f0;
        -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
        color: #333;
        font-size: 16px;
        font-size: 1.6rem;
        text-align: center;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: opacity .12s ease-in 0s;
        transition: opacity .12s ease-in 0s;
        margin: 0;
        font-weight: bold;
        cursor: pointer;
    }
    .fukkyuBtn .btn img{
        width: 11%;
        margin-left: 6px;
    }
}
@media screen and (min-width: 600px) {

    .fukkyuBtn {
        margin: 0 0 40px;
    }
    .fukkyuBtn .btn {
        display: inline-block;
        padding: 8px 10px;
        background-color: #f0f0f0;
        -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
        color: #333;
        font-size: 16px;
        font-size: 1.6rem;
        text-align: center;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: opacity .12s ease-in 0s;
        transition: opacity .12s ease-in 0s;
        margin: 0;
        font-weight: bold;
        cursor: pointer;
    }
    .fukkyuBtn .btn span{
        display: inline-block;
    }
    .fukkyuBtn .btn span:nth-child(2){
        width: 11%;
        margin-left: 6px;
    }
    .fukkyuBtn .btn img{
        width: 100%;
       vertical-align: middle;
    }
}
