#main_caption{
    width: auto;
}
#main_pict{
    margin-bottom: 0;
}
#box_cus{
    background-color: #fed919;
    display: block;
    margin: 0 auto;
    padding:50px 0;
    width: 100%;
}
.content_postoffice{
    background-color: #fff;
    margin: auto;
    display: block;
    padding: 0;
    border-radius: 10px;
    max-width: 880px;
}
.content_postoffice h3{
    background-color: #1a186c;
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    line-height: 1;
    padding: 18px 0;
    margin: 0 auto 30px auto;
    display: block;
    border-radius: 10px 10px 0 0;
    letter-spacing: 1px;
    text-align: center;
}
.content_postoffice p{
    margin:20px auto auto;
    font-size: 18px;
}
.content_postoffice img.pdf{
    width: 20px;
    display: inline-block;
    margin-right: 10px;
}
.content_postoffice p a{
    text-decoration: underline;
    color: #520b70;
}
.content_postoffice img.adobe{
    width: 200px;
    display: block;
    margin:40px auto auto;
    padding-bottom: 40px;
}

.guide_agreement_message,#guide_link{
    display: none;
}
#box_cus2{
    display: block;
    margin: 0 auto;
    padding:50px 0 0 0;
    width: 100%;
}
#box_cus2 .guide_agreement_message,#box_cus2 #guide_link{
    display: block;
}
.add_note strong{
    font-weight: bold;
    font-size: 26px;
}
.add_note p{
    margin: 0 auto 15px auto;
    display: block;
    font-size: 14px;
}
@media screen and (max-width:767px) {
    #main_pict{
        padding-bottom: 0;
    }
    #box_cus{
        margin: -8px -28px 0 -28px;
        width: auto;
        padding:8vw 0 8vw 0;
    }
    .content_postoffice{
        display: block;
        padding: 0;
        margin-top: 0;
        border-radius: 5vw;
        max-width: none;
        width: 84%;
        text-align: center;
    }
    .content_postoffice h3,.point_club_box_note h3{
        font-size: 4.6vw;
        display: block;
        width: 100%;
    }
    .content_postoffice p {
        margin: 5vw auto auto;
        font-size: 3.6vw;
        padding-left:4vw;
        padding-right: 4vw;
    }
    .content_postoffice img.pdf {
        width: 3vw;
        display: inline-block;
        margin-right: 1vw;
    }
    .content_postoffice img.adobe {
        margin: 5vw auto auto;
        padding-bottom: 5vw;
    }

    #box_cus2{
        margin: auto;
        width: auto;
        padding:6vw 0 5vw 0;
    }
    #box_cus2 .guide_agreement_message,#box_cus2 #guide_link{
        
    }
    .add_note strong{
        font-size: 4vw;
        text-align: center;
        margin: 0 auto 2vw auto;
        display: block;
    }
    .add_note p{
        margin: 0 auto 2vw auto;
        font-size: 2.3vw;
        text-align: center;
    }
}