@charset "UTF-8";
.btm_img figure{
margin: 0 !important;
}
/*------吹き出し--------*/
.voice_bg_l,
.voice_bg_r {
padding: 20px 30px !important;
background: #fff;
border-radius: 30px;
position: relative;
width: 100%;
}
.voice_bg_l::after,
.voice_bg_r::after {
content: '';
position: absolute;
bottom: -30px;
left: 80%;
right: 20%;
width: 0;
height: 0;
border-style: solid;
border-width: 34px 44px 0 0;
transform: scale(-1, 1);
border-color: #fff transparent transparent transparent;
}
.voice_bg_l::after{
left: 20%;
right: 80%;
transform: scaleX(1);
}
/*------ボタン--------*/
a.swell-block-button__link{
background: #E83C0C !important;
}

/*------footer--------*/
footer{
padding: 20px 0;
width: 100%;
}
.lp_footer_copy{
font-size: 12px;
font-weight: normal;
text-align: center;
width: 100%;
}
@media screen and (max-width : 959px) {
/*------ボタン--------*/
a.swell-block-button__link {
width: 100% !important;
}
/*------吹き出し--------*/
.voice_bg_l::after,
.voice_bg_r::after {
right: auto;
left: 50% !important;
transform: translateX(-50%) scaleX(-1) !important;
}
.voice_bg_l::after{
transform: translateX(-50%) scaleX(1) !important;
}
}