@charset "UTF-8";
/* 見出し背景 ページ調整用 start */
.c-heading__lower__bgImg--01 {
    background-image: url(/topics/images/event_bg.png);
}
.c-heading__lower {
    margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
    .c-heading__lower {
        margin-bottom: 35px;
    }
    .c-heading__lower__txt {
        left: 55%;
        transform: translateX(-45%);
    }
}
/* 見出し背景 ページ調整用 end */


/* contents */
.c-imgeArea {
    width: 100%;
    text-align: center;
}

 .c-calender{
    display: inline-block;
    padding: 10px 20px 20px;
    line-height: 1.2;
    max-width: 100%;
}
#rateExample {}

.shopLinks {border-top:2px dotted #0073bc;
    padding: 1% 1.5%;}
#rateExample dl{display:table;
    margin-bottom: 5px;
}
#rateExample dt,#rateExample dd{
	display:table-cell;
	vertical-align:middle;
}
#rateExample dt{
	width:42px;
	height:32px;
}

#rateExample dd{
	padding-left:20px;
	height:32px;}

#rateExample .rateEx01{background-color:#faafe2;}
#rateExample .rateEx02{background-color:#fee74d;}
#rateExample .rateEx03{background-color:#6cf;}



@media screen and (max-width: 768px) {
    .c-service__Inner {
        display: block;
    }
    .c-service__Txt {
        width: 100%;
    }
    .c-service__pic {
        width: 100%;
    }
}


@media screen and (max-width: 768px) {
    .c-item__Area__Inner {
        justify-content: flex-start;
    }
    .c-item__Area a {
        padding: 0 1.5rem;
        font-size: 14px;
    }
    .c-item__Area_List {
        margin-bottom: 16px;
        margin-right: 2%;
    }
    .c-item__Area {
        margin-bottom: 30px;
    }
    .c-item__List__Icon {
        width: 22%;
    }
    .c-item__List__Ttx {
        width: 78%;
        padding-top: 6%;
    }
    .c-item__List {
        margin-bottom: 30px;
    }
    .c-item__category {
        margin-bottom: 40px;
    }
    .c-item__point {
        margin-bottom: 45px;
    }
}


.border-table {
            border-collapse: separate;
            width: 100%;
            font-size: min(3vw, 2rem);
            border-radius: 10px;
            overflow: hidden;
            border: 2px solid #0071be;
            max-width:750px;
            margin-left: auto;
            margin-right: auto;
        }
        @media screen and (min-width: 769px) {
        .border-table {
            border-radius: 20px;
            border: 3px solid #0071be;
        }
        }
        .border-table th {
            color: white;
            background: #0071be;
            text-align: center;
            padding: 0.5em;
            line-height: 1.2;
            font-weight: bold;
        }
        .border-table th:not(:last-child) {
            border-right: 2px solid #fff;
        }
        .border-table td {
            font-weight: bold;
            padding: 0.2em 0.5em;
        }
        .border-table td:not(:last-child) {
            border-right: 2px solid #0071be;
        }
        .border-table tr:not(:last-child) td {
            border-bottom: 2px solid #0071be;
        }
        .welcome-pic1,
        .welcome-pic2 {
            position: absolute;
        }
        .welcome-pic1 {
            right: 0;
            top: 20px;
            width: 20%;
        }
        .welcome-pic2 {
            left: 0;
            bottom: 0;
            width: 26%;
        }
        @media (min-width: 769px) and (max-width: 1126px) {
            .border-table {
                margin-bottom: 10vw;
            }
        }
        @media screen and (min-width: 769px) {
            .welcome-pic1 {
                width: 117px;
            }
            .welcome-pic2 {
                width: 156px;
            }
        }

                .border-table{
          border-top: none;
        }
        @media screen and (min-width: 769px) {
          .border-table{
            border-top: none;
          }
        }

