/*
Theme Name: kenzousoba
Theme URI: https://www.kenzousoba.sbs/
Author: lan0713
Author URI: https://wordpress.org/
*/

.sns_area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}

.sns_item {
    width: 48%;
    font-size: 1.25em;
}

a.btn_09 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    margin: auto;
    padding: 1rem 1rem;
    font-weight: bold;
    background: #ffffff;
    color: #1C1C1C;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    transition: 0.5s;
    border-bottom: solid 2px #5E5142;
}
a.btn_09:hover {
    color: #1C1C1C;
    opacity: 0.5;
}