@charset "UTF-8";


.header-inner .bg100 h1 {
    font-size: 14px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    max-width: 100%;
    width: 1024px;
    margin: 0 auto;
    color: #605031;
}


@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 834px) {
}

@media only screen and (max-width: 640px) {
}

.list_2 {
    padding: 30px;
    border-radius: 15px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px 0px rgb(13 24 50 / 10%);
    box-shadow: 0 0 30px 0px rgb(13 24 50 / 10%);
}

.list_2 li .num {
    font-size: 1.8em;
    color: #615132;
    font-family: "Cinzel", serif;
    position: absolute;
    top: 3px;
    left: 0;
    line-height: 1em;
    font-style: italic;
}

.list_2 li:not(:last-child) {
    border-bottom: 1px solid rgba(13, 24, 50, 0.1);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.list_2 li {
    display: block;
    float: none !important;
    position: relative;
    padding-left: 2.4em;
    font-size: 18px;
}

@media only screen and (max-width: 640px) {
.list_2 {
    padding: 25px;
}}