
@charset "UTF-8";

/*------------------ボタン内LINEアイコン調整------------------*/
.line_btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.line_icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(/images/sns.png) -192px 0 no-repeat;
    background-size: auto 32px;
    background-position: -64px 0;
    margin: 16px;
}
.contents_btn01 a .line_btn span {
    padding-left: 0;
}
@media screen and (max-width: 900px) {
.line_icon {
    width: 40px;
    height: 40px;
    background-size: auto 40px;
    background-position: -80px 0;
    margin: 20px;
}
}