* {
    /*    color: #323232;*/
}

p {
    font-size: .9em;
    max-width: 750px;
    margin: 1rem auto 2rem auto;
    line-height: 2;
}

i {
    margin-right: 10px;
}

h1 {
    display: block;
    padding: 2rem;
    height: ;
    color: #fff;
    font-size: 2em;
    font-weight: 700;
    background-image: url(images/h1bg.jpg);
    background-size: cover;
}

h2 {
    position: relative;
    background: #91adb1;
    padding: .75rem 1rem;
    color: #fff;
    font-size: 1.4em;
    font-weight: 700;
}

h2::before {
    position: absolute;
    top: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: calc(100% + 4px);
    box-sizing: content-box;
    border-top: solid 2px #91adb1;
    border-bottom: solid 2px #91adb1;
}

h3 {
    padding: 0.8rem 0;
    margin-top: 4rem;
    margin-bottom: 2rem;
    background-image: linear-gradient(90deg, #91adb1 0 20%, #dedede 20%);
    background-repeat: no-repeat;
    background-size: 100% 7%;
    background-position: bottom;
    font-weight: bold;
    font-size: 26px;
}

h4 {
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
    line-height: 35px;
}

h5 {
    color: #917E66;
    font-weight: bold;
    margin-bottom: 1.5rem;
    font-size: 1.35em;
}

h6 {
    background: #91adb1;
    color: #fff;
    font-weight: bold;
    border-radius: 25px;
    padding: .4rem 1rem .4rem 2.2rem;
    background-image: url(images/161422.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: 0 -3px;
}

.marker {
    background: linear-gradient(transparent 60%, #FFCED7 60%);
}


/*** HEADER ***/

header {
    background: #91adb1;
}

.nav-brand img {
    width: 225px;
}

.nav-link {
    font-size: .9em;
    color: #fff;
}

.nav-link-sub {
    display: block;
    font-size: .8em;
    color: #D1DBDC;
}


/*** CONTENT ***/

.content-section {
    margin: 2rem 0;
}

.content-section-intro {
    border: solid 3px #E7EEEF;
    /*    background: #F0E8E8;*/
    border-radius: 8px;
    padding: 1rem 1rem 0 1rem;
    margin: 2rem 1rem;
}

.content-section-main {}

.content-section-list {
    border-top: solid 2px #91adb1;
    border-bottom: solid 2px #91adb1;
    margin: 2rem 1rem;
    padding: 1rem;
    list-style: none;
    line-height: 3;
    font-size: .9em;
}

.content-section-list-dot {
    font-size: .8em;
    line-height: 2;
    color: #C0B5A7;
    margin-right: 5px;
}

.pref-list {
    /*        background: #E0D7C9;*/
    border: solid 2px #E0D7C9;
    /*    border-radius: 8px;*/
    padding: 4rem 2rem;
    background-image: url(images/22371929.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 50%;
    opacity: .7;
}

.pref-list-select {
    background: #fff;
    color: #927D68;
    /*    border-radius: 25px;*/
    height: 30px;
    padding: 0 15px;
    border: solid 2.5px #927D68;
}

.pref-list-btn {
    background: #927D68;
    color: #fff;
    border-radius: 25px;
    height: 30px;
    padding: 0 15px;
    border: solid 2.5px #927D68;
}

.box {
    position: relative;
    margin: 4em 0;
    padding: .5rem 1rem;
    border: solid 3px #c9bda9;
    font-size: .95em;
}

.box p {
    margin: 1rem 0;
}

.box-title {
    position: absolute;
    display: inline-block;
    top: -37px;
    left: -3px;
    padding: 0 9px;
    height: 35px;
    line-height: 35px;
    background: #c9bda9;
}

.content-section-steps-wrapper {
    border: 0;
    background: #faf6f0;
    margin: 2rem 0;
    padding: 1rem;
    border-radius: 8px;
}

.content-section-steps {
    list-style: none;
    line-height: 1.5;
    padding-left: 1rem;
    border-left: dotted 2px #EDDFC9;
}

.content-section-list-numbers {
    list-style: none;
    padding: 1rem;
    border: dashed 1px #aaa;
}

.content-section-list-numbers h5 {
    margin-bottom: .5rem;
    font-size: 1.2em;
}

.content-section-list-numbers li {
    margin: .5rem auto;
    font-size: .9em;
}

.content-section-list-numbers li:not(:last-child)::after {
    display: block;
    content: "・";
    text-align: center;
    font-size: 2rem;
    color: #c9bda9;
}

.strong {
    font-weight: bold;
    color: #917E66;
    margin-right: 10px;
}

.bi-chevron-down {
    font-weight: bolder;
    color: #EDDFC9;
    font-size: 2em;
    padding-left: 5px;
}

.content-section-sub-divider {
    text-align: center;
    color: #917E66;
    font-size: 3em;
}

.content-section-sub {
    border: solid 3px #c9bda9;
    padding: 1rem 1rem 0 1rem;
}

.content-section-column {
    background: #F7F7F7;
    border-radius: 6px;
    padding: 1rem;
    margin: 2rem 0;
}

.content-section-image img {
    width: 100%;
    padding: 1rem;
    background: #fff;
}

.btn-to-top {
    background: #917E66;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 25px;
}


/*** LIST ***/

#list .content-section-list {
    border: none;
}

#list .list-item {
    border-top: solid 3px #91adb1;
    border-bottom: solid 3px #91adb1;
    padding: 2rem 0;
    margin-bottom: 2rem;
}

.list-item-table {
    font-size: .85em;
}

.list-item-table tr {
    border-top: solid 1px #ddd;
}

.list-item-table th {
    width: 10%;
    color: #999;
}

.pagination .page-item .page-link {
    color: #BEB5A9;
    line-height: 1.5;
    border: #fff;
    /*    background: #c7d5e5;*/
    border-radius: 0;
}

.pagination .page-item {
    border: solid 2px #fff;
}

.pagination .disabled {
    opacity: .2;
}

.pagination .current .page-link {
    background: #BEB5A9;
    color: #fff;
}

.pagination .page-item .page-link i {
    color: #BEB5A9;
}


/*** Side ***/

#side {
    margin-bottom: 2rem;
}

#side .nav {
    flex-direction: column!important;
}

#side .nav-link {
    /*    display: block;*/
    width: 100%;
    background: #91adb1;
    font-size: .9em;
    color: #fff;
    margin-top: 1rem;
}

#side .nav-link-sub {
    display: block;
    font-size: .8em;
    color: #D1DBDC;
}

#side .nav-link-index {
    background: #F0E8E8;
    font-size: .85em;
    padding: 1rem;
    list-style: none;
    line-height: 2;
}


/*** FOOTER ***/

footer {
    margin: 3rem;
    text-align: center;
    font-size: .7em;
}


/*** BANNER ***/

.banners {
    width: 100%;
    text-align: center;
}

.banner-long {
    display: block;
    margin: 10px auto;
}

.banner-640 {
    display: block;
    margin: 40px auto;
}

.banner-468 {
    display: block;
    margin: 40px auto;
}

.banner-300 {
    display: none;
}

.banner-180 {
    display: block;
    margin: 10px auto;
}

@media (max-width: 992px) {
    .banner-180 {
        display: inline;
    }
    .banner-long {
        display: none;
    }
}

@media (max-width: 768px) {
    .banner-468 {
        display: block;
        margin: 10px auto;
    }
    .banner-300 {
        display: none;
    }
}

@media (max-width: 576px) {
    .banner-468 {
        display: none;
    }
    .banner-300 {
        display: block;
        margin: 10px auto;
    }
}

@media (max-width: 360px) {
    .banner-180 {
        display: block;
    }
}


/*** Media Querie ***/

@media (max-width: 576px) {
    .content-section-list {
        padding: 1rem .5rem;
        margin: auto 0;
        line-height: 2;
    }
    .list-item-table th {
        padding: .5rem 0;
        width: 20%;
    }
    .list-item-table td {
        padding: .5rem 0;
    }
    .nav-brand img {
        width: 180px;
    }
    header .nav li {
        width: 50%;
    }
    header .nav li .nav-link {
        padding: 0;
        text-align: center;
    }
    h1 {
        font-size: 150%;
    }
    .content-section-steps {
        font-size: .9em;
    }
}
