.Top:not(#ProductDetail .Top) .Container h1 {
    margin: 20px 0 0 0;
    color: #3c89cc;
    line-height: 150%;
    letter-spacing: normal;
    font-size: 48px;
    font-weight: 300;
    text-shadow: none;
}

.Top:not(#ProductDetail .Top) .Container {
    padding: 10vh 0 0 8vw;
    background: none;
}

#Csr .Top {
    height: calc(100vh - 80px);
}

#Csr .Top .Container p {
    width: 480px;
}

.BreadList .BreadItem {
    font-weight: 500;
    color: #e0004d;
    letter-spacing: 5px;
    line-height: normal;
    font-size: 25px;
}

ul {
    margin: 1em 0 0 0;
    padding: 0 0 0 1em;
    color: #333;
    font-size: 18px;
    list-style: square;
}

ul li {
    padding: 5px 0;
}

ul li::marker {
    color: #3c89cc;
}

.Body {
    font-weight: 300;
}

.Body h2 {
    font-size: 45px;
    color: #3c89cc;
    font-weight: 300;
}

.Body h3 {
    line-height: 1.7em;
    font-size: 30px;
    font-weight: 400;
}

.Body .Wapper768 {
    margin: auto;
    width: 768px;
}

.Body .Wapper1024 {
    margin: auto;
    width: 1024px;
}

.Body .Wapper1280 {
    margin: auto;
    width: 1280px;
}

#Csr table {
    margin: 20px auto auto auto;
    border-collapse: collapse;
    width: 100%;
    letter-spacing: 0.05em;
}

#Csr table tbody {
    width: 100%;
}

#Csr table tr.FirstRow,
#Csr table tr.FirstRow:hover,
.TableScroll #Csr table th:first-child {
    background-color: #3c89cc;
}

#Csr table tr.FirstRow th {
    padding: 10px;
    color: #fff;
    font-weight: 300;
    border-right: 1px solid #fff;
}

#Csr table tr {
    border-bottom: 1px solid #ccc;
}

#Csr table tr td {
    padding: 10px;
    text-align: center;
    color: #333;
    border-bottom: 1px solid #ccc;
}

.Body #Comprehensive {
    background-color: #eeedec;
}

.Body #Comprehensive .Wapper {
    padding: 100px 0;
}

.Body #Comprehensive .Wapper .List {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.Body #Comprehensive .Wapper .List .Item {
    background-color: #fff;
    border-radius: 15px;
}

.Body #Comprehensive .Wapper .List .Item::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px 15px 0 0;
}

.Body #Comprehensive .Wapper .List .Item h2 {
    padding: 20px 25px;
    font-size: 30px;
}

.Body #Comprehensive .Wapper .List .Item p {
    margin: auto;
    padding: 0 25px 20px 25px;
    font-size: 16px;
}

.Body #Comprehensive .Wapper .List .Item ul {
    margin: auto auto 20px auto;
}

.Body #Comprehensive .Wapper ul {
    padding: 0 25px 0 40px;
    font-size: 16px;
}

.Body #Link.List {
    padding: 0 0 150px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
}

.Body #Link.List .Title {
    margin: 0 0 1em 0;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #555;
}

.Body #Link.List .Item {
    display: flex;
    height: 70px;
    border-bottom: 1px solid #aaa;
    transition: .2s all;
    justify-content: space-between;
    align-content: center;
}

.Body #Link.List .Item .Name {
    margin: 0 2em 0 0;
    font-size: 20px;
    font-weight: 500;
    transition: .2s all;
    align-content: center;
}

.Body #Link.List .Item .SubButton {
    margin: 0;
    transition: .2s all;
    display: flex;
    align-items: center;
}

.Body #Link.List .Item:hover {
    border-bottom: 1px solid #b80000;
}

.Body #Link.List .Item:hover .Name {
    color: #b80000;
}

.Body #Link.List .Item:hover .SubButton {
    background-image: url(../../_Image/Button_b80000.svg);
}

@media screen and (max-width:1439px) {
    .Top:not(#ProductDetail .Top) .Container {
        width: 100%;
    }

    .Body h2 {
        font-size: 40px;
    }

    .Body #Comprehensive .Wapper {
        padding: 100px;
        width: 100%;
    }

    .Body #Link.List {
        padding: 0 100px 100px 100px;
    }

    .Body #Link.List .Item {
        width: calc(50% - 25px);
    }

    .Body #Link.List .Item .Name {
        margin: 0;
    }
}

@media screen and (max-width:767px) {

    #Csr .Top .Container p,
    .Top:not(#ProductDetail .Top) .Container::after {
        display: none;
    }

    .Top:not(#ProductDetail .Top) {
        /* height: 32vh; */
        height: 100vw;
        background-image: none;
    }

    .Top:not(#ProductDetail .Top)::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
    }

    .Top:not(#ProductDetail .Top) .Container {
        top: 8%;
        bottom: auto;
        padding: 0;
    }

    .Top:not(#ProductDetail .Top) .Container h1 {
        margin: 0;
        font-size: clamp(25px, 7.5vw, 48px);
    }

    .Top:not(#ProductDetail .Top) .Container .BreadList {
        padding: 0 0 .5em 0;
    }

    .BreadList .BreadItem {
        font-size: clamp(18px, 5vw, 25px);
    }

    ul {
        font-size: 17px;
    }

    .Body h2 {
        font-size: clamp(24px, 6vw, 40px);
    }

    .Body h3 {
        font-size: 20px;
    }

    .Body #Comprehensive .Wapper .List .Item h2 {
        font-size: 23px;
    }

    .Body #Link.List {
        padding: 9.4vw;
        display: block;
    }

    .Body #Link.List .Item {
        width: 100%;
    }

    .Body #Link.List .Item:nth-last-child(1) {
        border-bottom: none;
    }

    .Body #Comprehensive .Wapper {
        padding: 9.4vw;
    }

    .Body #Comprehensive .Wapper .List .Item {
        width: 100%;
    }

    .Body #Comprehensive .Wapper .List .Item h2 {
        padding: 15px 20px 10px 20px;
    }

    .Body #Comprehensive .Wapper .List .Item p {
        padding: 0 20px 15px 20px;
    }
}