@charset "utf-8";

.contents_tips{padding-top: 40px;}
.point{background-color: white;border-radius: 10px;padding: 40px 30px;margin-bottom: 40px;}
.text_lm{font-size: 22px;}
.point_text{text-align: justify;}
.point_table_title{margin-top: 50px;margin-bottom: 5px;}
.point .point_img img { width:100%; object-fit: cover;display: block;}
.cost_text span{display: inline;font-weight: bold;}
.contents_tips{flex-direction: column;align-items: flex-start;}
.heading_badge{margin-left: 0px;}
.heading_badge_title{margin-left: 0px;margin-top: 10px;line-height: 1.5;}
.point .point_img{margin-top: 20px;}
.heading_badge_text_wrap{flex-direction: column;align-items: flex-start;}
@media (min-width:768px) {
    .text_lm{font-size: 24px;}
    .point{padding: 50px 60px; display:flex; justify-content: space-between;gap: 30px;}
    .point .point_text { width:70%; }
    .point .point_text .heading { width:100%; }
    .point .point_img { width:30%; }
    .heading_badge { margin-left:0; }
    .heading_badge_text_wrap{flex-direction: row;align-items: center;}
    .heading_badge {margin-left: 24px;}
    .heading_badge_title {margin-left: 40px;}
}



.br_page_top_text { display: none; }
@media (min-width:768px) and (max-width:1038px) { .br_page_top_text { display: inline; }}