@charset "UTF-8";

.btanwrap2025 {
    display: block;
    padding: 50px 0 40px;
}
#product-page .btanwrap2025 .btn {
    min-width: 32.5%;
    width: 250px;
}
#product-page .btanwrap2025 .btn.w-350 {
    min-width: 32.5%;
    width: 350px;
}
.top-row {
  display: grid;
  grid-template-columns: 6fr 4fr;
  gap: 10px;
  margin-bottom: 10px;
}
.card {
  background-color: #fff;
  padding: 30px 12px 40px;
  border-radius: 4px;
  text-align: center;
}
.bottom-row .card {
  width: 100%;
}

.button-group {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.box-yellow .btn-orange-link {
    background: #ffb600 !important;
    border-color: #ffb600 !important;
    color: #222 !important;
}
.box-orange .btn-orange-link {
    background: #f65600 !important;
    border-color: #f65600 !important;
}
.box-blue .btn-orange-link {
    background: #044099 !important;
    border-color: #044099 !important;
}
.box-blue .btn-orange-link:hover {
    background: #fff !important;
    color: #044099 !important;
}

.btn-container {
    position: relative;
    margin-bottom: 60px;
}
.btn-container::before {
    content: "";
    background: #fae179;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100%;
    margin: 0 calc(50% - 50vw);
}

.card:not(:last-child) {
    margin-bottom: 0;
}

.list-point.col1 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.h116 {
    height: 116px;
}
.video-wrap {
    margin: 0 auto 0;
}
.anc-point1::after {
    content: "";
    width:0;
    height:0;
    border-style:solid;
    border-width: 15.6px 9px 0 9px;
    border-color: #EE8533 transparent transparent transparent;
    position: absolute;
    top: 8px;
    right: 0;
}
.anc-point1 {
    position: relative;
    font-weight: bold;
    display: inline-block; 
    padding-right: 25px; 
    text-decoration: none !important;
    border-bottom: 1px solid #000;
}
.flex_anc-point1 {
    display: flex;
    align-items: anchor-center;
    justify-content: center;
    margin-bottom: 50px;
}
.page-anc {
    margin: 0 auto 50px;
}
.tab-group.row li:not(.current) a:hover {
    text-decoration: underline !important;
}
.tab-group.row li a span {
    display: contents !important;
}

@media only screen and (max-width: 640px) {
    .button-group {
        gap: 0;
    }
    .top-row {
        grid-template-columns: 1fr;
    }
    .btn-container {
        margin-bottom: 40px;
    }
    .list-point.col1 {
        grid-template-columns: 1fr 1fr;
    }
    .list-point li .imgwrap {
        padding: 20px 10px 5px;
        margin-bottom: 0;
    }
    .sp_h100 {
        height: 100px;
    }
    .anc-point1::after {
        border-width: 12.1px 7px 0 7px;
        top: 6px;
    }
    .anc-point1 {
        padding-right: 15px; 
    }
    .flex_anc-point1 {
        margin-bottom: 40px;
        display: block;
        text-align: center;
    }
    .page-anc {
        margin: 0 auto 20px;
    }
}
@media only screen and (min-width: 641px) {
    .filedl-img.enable {
        height: 328px;
    }
}