@charset "UTF-8";

#footer{
    padding:10px 40px 5px;
    background-color:var(--jukengray);
    opacity:0.95;
    max-width:450px;
    margin:0 auto;
}

#footer p{
    font-family:"Noto Sans JP", serif;
    font-weight:400;
    font-style:normal;
}

#footer a{
    font-family:"Noto Sans JP", serif;
    font-weight:400;
    font-style:normal;
}

ul{
    line-height:1.3;
}


li{
    list-style:none;
}

.footer_wrapper{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
}

.share_wrapper{
    background-color:black;
    color:white;
    height:30px;
    width:100px;
    border-radius:20px;
    line-height:30px;
    font-size:12px;
    padding-left:16px;
    position:relative;
}

.share_wrapper a{
    display:block;
    text-decoration:none;
    color:var(--jukenwhite);
}

.img_share{
    position:absolute;
    width:10px;
    height:10px;
    top:10px;
    right:16px;
}

.medium_wrapper{
    display:flex;
    flex-direction:row;
    width:100%;
    margin-top:10px;
}

.contents_wrapper{
    margin:0 auto;
}

.sns_wrapper, .web_wrapper{
    text-align:left;
}

.footer_title{
    font-size:12px;
    color:var(--jukenwhite);
}

.medium_wrapper li a{
    font-size:10px;
    color:var(--jukenwhite);
    text-decoration:none;
}

.other_text{
    font-size:6px;
    color:var(--jukenwhite);
    text-decoration:none;
}



/*@media screen and (min-width:1024px){
    .share_wrapper{
        height:40px;
        width:130px;
        line-height:40px;
        font-size:16px;
    }

    .img_share{
        width:15px;
        height:15px;
        top:12px;
        right:7px;
    }
    
    .footer_title{
        font-size:25px;
    }

    .medium_wrapper li a{
        font-size:17px;
    }

    .other_text{
        font-size:11px;
    }
    

}*/
