.present-container a{
    display: inline-block;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.8rem;
}
.present-container a:hover{
    opacity: .7;
}
.present-container a .img-point_get{
    width: 100%;
}


.info_provision_wrap{
    margin: 20px 0px 30px 0px;

}
.info_provision_wrap .block_info_provision{
    display: inline-block;
    padding: 15px 5px;
    text-align: center;
    background-color: #f5f5f5;
    margin-bottom: 10px;
}
.info_provision_wrap .block_info_provision:nth-child(odd){
    background-color: #ebe8d8;
}
.posted_guidance_table{
    width: 100%;
    margin-bottom: 30px;
}
.posted_guidance_table th,
.posted_guidance_table td{
    padding: 10px 3px;

}
.posted_guidance_table th{
    background-color: #dcdcdc;

}
.posted_guidance_table th.th_type2{
    background-color: #ebe8d8;

}
.posted_guidance_table td{
    background-color: #f5f5f5;

}
.posted_guidance_table td.post_link a{
    text-decoration: underline;
}
.posted_guidance_table td.content_name{
    width: 30%;
}
@media print,
screen and (min-width: 745px) {
    .posted_guidance_table td{
        padding: 10px;

    }
    .info_provision_wrap{

        text-align: center;
    }
    .info_provision_wrap .block_info_provision{
        display: inline-block;
        padding: 15px;
        text-align: center;
        background-color: #f5f5f5;
    }
}
