h2.page-title {
    display: none;
}

.static-wrapper ul,
.static-wrapper p,
.static-wrapper ol {
    margin-bottom: 0;
    margin-top: 0.5rem;
    line-height: 2em;
    font-size: 14px;
    text-align: left;
    list-style-type: none;
}

.static-wrapper b,
.static-wrapper strong {
    font-weight: bolder;
}

.static-wrapper a {
    color: #787878 !important;
    text-decoration: underline;
    transition: ease-in 0.3s;
    background-color: transparent;
}

.static-wrapper a:hover {
    text-decoration: none;
}

.static-wrapper img {
    max-width: 100%;
    height: auto;
}

.static-wrapper small {
    display: inline-block;
    font-size: 1rem;
}

.static-wrapper.container {
    margin: 50px auto 90px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (min-width: 1600px) {
    .static-wrapper.container {
        max-width: 1140px;
    }
}

@media screen and (max-width: 1200px) {
    .container.content-asset-container {
        max-width: 1140px;
    }
}

@media screen and (max-width: 1200px) {
    .static-wrapper.container {
        max-width: 1140px;
    }
}

.static-wrapper ul {
    list-style-type: circle;
}

.static-wrapper ul.h1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 0;
    padding-bottom: 35px;
}

@media (max-width: 767px) {
    .static-wrapper ul.h1 {
        padding: 0;
        flex-direction: column;
    }
}

.static-wrapper ul.h1 .page-title {
    padding-bottom: 17px;
}

.static-wrapper ul li {
    width: 50%;
    list-style: none;
}

@media (max-width: 767px) {
    .static-wrapper ul li {
        width: 100%;
    }
}

.static-wrapper ul li:first-child {
    padding-right: 35px;
}

@media (max-width: 767px) {
    .static-wrapper ul li:first-child {
        padding: 0;
    }
}

.static-wrapper ul li h1 {
    margin-top: 28%;
}

@media (max-width: 767px) {
    .static-wrapper ul li h1 {
        margin-top: 0;
    }
}

@media (max-width: 479px) {
    .static-wrapper ul li .pc {
        display: none;
    }
}

.static-wrapper ul li:last-child {
    height: auto;
    width: 50%;
}

@media (max-width: 767px) {
    .static-wrapper ul li:last-child {
        width: 100%;
    }
}

.static-wrapper section {
    display: block;
}

.static-wrapper section .sp {
    display: none;
}

@media (max-width: 478px) {
    .static-wrapper section .sp {
        display: block;
    }
}

.static-wrapper section .jump {
    margin-top: -6em !important;
    padding-top: 7em !important;
}

.static-wrapper section .jump .topic {
    margin-top: 1rem;
    background-color: #f7f6f5;
    padding: 15px;
    font: 1.4em;
}

.static-wrapper section ol {
    margin-top: 5%;
}

.static-wrapper section ol ul {
    width: 85%;
    margin: 0px 0 15px;
}

.static-wrapper .topic-sub-title-top {
    margin-top: 7%;
    font-size: 1.25rem;
}

.static-wrapper #topic1.jump {
    margin-top: -6em !important;
    padding-top: 7em !important;
}

.static-wrapper #topic1.jump .topic-sub-title {
    margin-top: 10%;
}

.static-wrapper #topic1 ul.point01,
.static-wrapper #topic1 ul.point02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0;
}

.static-wrapper #topic1 ul.point01 li,
.static-wrapper #topic1 ul.point02 li {
    width: 50%;
}

@media (max-width: 768px) {

    .static-wrapper #topic1 ul.point01 li,
    .static-wrapper #topic1 ul.point02 li {
        width: 100%;
    }
}

.static-wrapper #topic1 ul.point01 li:last-child,
.static-wrapper #topic1 ul.point02 li:last-child {
    padding: 0 0 0 2.5em;
}

@media (max-width: 768px) {

    .static-wrapper #topic1 ul.point01 li:last-child,
    .static-wrapper #topic1 ul.point02 li:last-child {
        margin-top: 3%;
        padding: 0;
        text-align: left;
    }
}

@media (max-width: 768px) {
    .static-wrapper #topic1 ul.point01 {
        flex-direction: column-reverse;
    }
}

.static-wrapper .topicText .main {
    margin: 0 0 3%;
}

.static-wrapper .jump_12 {
    margin-top: 0px !important;
    padding-top: 12% !important;
}

@media (max-width: 991px) {
    .static-wrapper ul.h1 h1 {
        font-size: 2rem;
    }
}

.static-wrapper a.detailAllLink {
    width: 42%;
    min-width: 400px;
    max-width: 400px;
    height: 40px;
    padding: 0 15px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #fff !important;
    background: #231815;
}

.static-wrapper a.detailAllLink:hover {
    color: #231815 !important;
    background-color: #fff;
    border: 2px solid #231815;
}

@media (max-width: 786px) {
    .static-wrapper a.detailAllLink {
        width: 60%;
    }
}

@media screen and (max-width: 450px) {
    .static-wrapper a.detailAllLink {
        width: 70%;
        min-width: 70%;
        font-size: 13.5px;
    }
}

.static-wrapper a.detailAllLink.pBottom {
    margin: 50px auto 80px;
}

@media (min-width: 300px) {
    .static-wrapper .red {
        color: #bc0101;
    }
}

@media (min-width: 1600px) {
    #packing.text-danger {
        max-width: 1140px;
    }
}

.columnListWrap {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}