@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: 15px 16px 13px 5px;
}
.contents_btn01 a .line_btn span {
    padding-left: 0;
}

.contents_btn01 a[target=_blank] .line_btn span:before {
	right: 2px;
}

.contents_btn01 a[target=_blank] .line_btn span:after {
	right: 4px;
}

@media screen and (max-width: 900px) {
.line_icon {
    width: 40px;
    height: 40px;
    background-size: auto 40px;
    background-position: -80px 0;
    margin: 15px 20px 13px 5px;
}
}

.widget_form form .submit:hover {
    background: transparent !important;
    color: #918b83 !important;
}

.widget_form form .submit input {
    padding-bottom: 0px;
}