@charset "utf-8";
#line-belluna img {
    width: 100%;
    height: auto;
}

#line-belluna .content {
background: #ffff67;
padding: 40px 0;
}

#line-belluna .titleCont p {
color: #00d100;
font-size: 42px;
font-family: "Kosugi Maru";
text-align: center;
font-weight: bold;
margin-bottom: 40px;
}

#line-belluna .titleCont {
margin-bottom: 50px;
}

#line-belluna .titleCont img {
display: block;
margin: 0 auto;
width: 50%;
}

#line-belluna .addContent .add_Benefits {
display: block!important;
margin: 0 auto 40px;
width: 75%;
}

#line-belluna .addQr {
margin: 0 auto;
width: 50%;
}

#line-belluna .add_sp {
    display: none;
}

/*------横幅が520px以下CSS（SP用記述記載）------*/
@media screen and (max-width: 520px) {
#line-belluna {
max-width: 750px;
margin: 0 auto;
width: 100%;
}

#line-belluna .titleCont p {
font-size: 22px;
}

#line-belluna .titleCont {
margin-bottom: 15%;
}

#line-belluna .titleCont img {
width: 60%;
}

#line-belluna .addContent .add_Benefits {
margin: 0 auto 8%;
width: 90%;
}

#line-belluna .add_sp{
    display: block;
position: relative;
border-radius: 4px;
background-color: #01b901;
width: 90%;
margin: 0 auto;
}

#line-belluna .add_sp a{
display: flex;
color: #fff !important;
padding: 3% 10% 3% 5%;
text-decoration: none;
font-weight: bold;
font-size: 17px;
align-items: center;
justify-content: center;
}

#line-belluna .add_sp:after{
position: absolute;
content: " ";
top: 43%;
right: 5%;
width: 8px;
height: 8px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
transform: rotate( 45deg);
}

#line-belluna .add_sp .beru_nya{
width: 80px;
height: 80px;
}

#line-belluna .addQr {
    display: none;
}

}
