@charset "UTF-8";
/* CSS Document */
.point_five{
 background: url(../images/back.jpg);
 background-size: 100%;
 background-size: cover;
}
.spring_logo{
    width:80%;
}
.l-footer{
    border-top: 1px dotted #000;
}


.l-footer__rogo{
    width:100px;
    margin:0 auto;
}

.commonBlock{
    width:750px;
    margin: 0 auto;
    background-color: #ffffff;
    text-align: center;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
}
.text_area{
    width:600px;
    margin: 0 auto;
    font-size: 20px;
    padding:20px;
    text-align: left;
}
.under_text {
    background: linear-gradient(transparent 50%, #f7f5d5 0%);
}
.container_area{
    padding-top:50px;
    border-top: 1px dotted #000;
}
.p_bt{
    padding:50px 30px 150px 30px;
}
    .rakuten_bn{
    width:90%;
    margin:0 auto;
    }

.point_area {
     background: url(../img/background_in.png);
background-size: 100%;

}
@media screen and (max-width:500px){
   .commonBlock{
        width:100%;
        margin-top:-50px;
        box-shadow: none;
    }
    .text_area{
    width:90%;
    margin: 0 auto;
 
}
    .rakuten_bn{
    width:90%;
    margin:0 auto;
    }
.p_bt{
    padding:30px 20px 40px 20px;
}

}