@charset "utf-8";
/* CSS Document */

main#genuine {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.8;
    letter-spacing: 1.5px;
    background-clip: #ffffff;
    padding: 1%;
    box-sizing: border-box;
}
#genuine .text01 {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 2.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
#genuine section {
    background-repeat: no-repeat;
    background-size: contain
}
#genuine section div {
    background-color: rgba(255, 255, 255, 0.8);
}
.secter1 {
    background-image: url("https://www.rakuten.ne.jp/gold/asr/img/top/service/top-genuine-bg2-2.jpg");
    background-position: right;
}
.secter1 p {
    width: 75%;
    padding-bottom: 1.2rem;
}
.secter2 {
    background-image: url("https://www.rakuten.ne.jp/gold/asr/img/top/service/top-genuine-bg1.jpg");
    background-position: left -180px top 0;
}
.secter2 p {
    width: 65%;
    margin-right: 0;
    margin-left: auto;
    padding-bottom: 1.2rem;
}

@media screen and (max-width:480px) {
    main#genuine {
        margin-bottom: 1.5rem;
    }
    #genuine br {
        margin-bottom: 1rem;
        display: block;
    }
    .secter1 p, .secter2 p {
        width: 92%;
        margin: 0 auto;
    }
    #genuine section {
/*        background-size: 98%;*/
        background-size: cover;
    }
    #genuine section div {
        background-color: rgba(255, 255, 255, 0.89)
    }
    #genuine .text01 {
        font-weight: normal;
        font-size: 2.2rem;
    }
}