article{
    text-align: center;
    
    span{
        font-size:1em;
    }
}

.top-h1 span{
    font-size:1.8em;
}

.top-h1 h1{
    font-size:1.5em !important;
}

.contact-sns{
    text-align: left;
}

div.wpcf7 .wpcf7-spinner {
    display:none;
}


/*-----front SNS-----*/
.front-sns-icon{
	text-align: center;
	margin:auto;
    margin-top:1em;

    a{
        font-size:3em;
        text-decoration: none;
        color:#2d2d2d;
        margin:auto 0.2em;
        padding-bottom:0.2em;
    }

    a:hover{
        color:#006400;
        text-shadow: #006400 1px 1px 1px;
    }
}

.front-sns{
    padding-top:2em;

    h2{
        font-weight: normal;
        text-decoration: underline;
        text-underline-offset:10px;
        margin-bottom:1em;
    }
}