@charset "UTF-8";
@import url("common.css");

/* =======================================================================
CSSの名前：ext.css
最終更新日時：2025/9/9
======================================================================= */
#cate-list .cate-list-wrap {
    padding: 40px 0;
    border-bottom: 1px solid #000;
}
#cate-list .cate-list-wrap:nth-of-type(1) {
    border-top: 1px solid #000;
}
#cate-list h1.cate-list-pttl {
    margin: 40px auto 30px;
    text-align: center;
    font-size: 30px;
}
#cate-list .list_ext h1.cate-list-pttl {
    margin: 40px auto 30px;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 6px;
    text-align: center;
    margin-bottom: 40px;
}
.list_ext h1.cate-list-pttl span {
    font-size: 12px;
    color: #666;
    display: block;
    letter-spacing: 0;
    font-weight: bold;
    margin-top: 12px;
}
#cate-list h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}
#cate-list ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 4%;
    row-gap: 2vw;
}
#cate-list li {
    width: 22%;
}
#cate-list img {
    width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 1 / 1;
    border: 1px solid #eee;
}
#cate-list .cate-ttl {
    display: block;
    margin: 10px 0 0;
    text-align: center;
    width: 100%;
    font-size:14px;
}
#cate-list .cate-list-wrap a,
#cate-list .cate-list-wrap a img{
    transition:.2s;
}
#cate-list .cate-list-wrap a:hover img {
    opacity: .9;
}
#cate-list .cate-list-wrap a:hover {
    color: #D80C18;
    text-decoration: none;
}
.a-btn-w {
    display: block;
    width: 460px;
    height: 60px;
    color: #000;
    background-color: #fff;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    border: 1px solid #666666;
    transition: .2s;
}
.a-btn-w:hover {
    background-color: #000;
    text-decoration:none;
    color: #fff;
}
.a-btn-w:after {
    content: '';
    background: url(../images/arrow-g.svg) no-repeat;
    background-size: contain;
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.a-btn-w:hover:after {
    content: '';
    background: url(../images/arrow-w.svg) no-repeat;
    background-size: contain;
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
#cate-list .inner>a {
    margin-top: 45px;
}
.button_p {
    text-align: center;
    margin: 25px 0;
}
.cate-block {
    border-bottom: 1px solid #ccc;
    padding-bottom: 80px;
    margin-bottom: 30px;
}
.list_ext h3 {
    font-size: 16px;
    color: #666;
    margin: 10px 0 30px;
}
#pol {
    padding-top: 40px;
    margin-top:-20px;
}

#cate-list .anchor-list {
    margin-bottom: 20px;
}
#cate-list .anchor-list ul {
    justify-content: center;
    column-gap: 2%;
}
#cate-list .anchor-list ul li {
    width: 30.666%;
    border: 1px solid #000;
    position:relative;
}
#cate-list .anchor-list ul li:after {
    content: '';
    background: url(../images/arrow-g.svg) no-repeat;
    background-size: contain;
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    right: 15px;
    transform: rotate(90deg);
}
#cate-list .anchor-list ul li a {
    padding: 12px 10px;
    text-align: center;
    font-size: 12px;
}
#cate-list .anchor-list ul li a:hover {
    text-decoration: none;
}

#cate-list #topBtn img{
    border:none;
}
