@charset "utf-8";

html,
body {
    height: auto;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    line-height: 1.8em;
    color: #333333;
    /* text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);*/
    -webkit-text-size-adjust: 100%;
}


/*
.wrap {
    background: url(../img/bg.png) repeat-y;
}
*/

.wrap {}

img {
    max-width: 100%;
    vertical-align: middle;
}

.mt {
    margin-top: 20px;
}

.mtx4 {
    margin-top: 80px;
}

.pt {
    padding-top: 20px;
}

.ptx2 {
    padding-top: 40px;
}

.pb {
    padding-bottom: 20px;
}

.pbx2 {
    padding-bottom: 40px;
}

.mb02 {
    margin-bottom: 20px;
}

.mb {
    margin-bottom: 40px;
}

.mbi {
    margin-bottom: 40px !important;
}

.mbx2 {
    margin-bottom: 40px;
}

.mbx3 {
    margin-bottom: 60px;
}

.mbx4 {
    margin-bottom: 80px;
}

.mr {
    margin-right: 10px;
}

.cen {
    text-align: center;
}

.rel {
    position: relative;
}

.pcpt {
    margin-top: -10px;
    padding-top: 0px;
    padding-bottom: 10px;
}

.pw {
    padding-left: 2%;
    padding-right: 2%;
    box-sizing: border-box;
}

.ph100 {
    padding-top: 100px;
    padding-bottom: 100px;
    box-sizing: border-box;
}

.right {
    text-align: right;
}


/**Page Section*/

header {
    background-color: #000000;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    padding: 10px 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

header a {
    margin: 0 5%;
}

pre {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.inner_big {
    width: 1170px;
    margin: 0 auto;
    position: relative;
}

.inner02 {
    width: 800px;
    margin: 0 auto;
    position: relative;
}

.inner03 {
    width: 640px;
    margin: 0 auto;
    position: relative;
}

h2 {
    width: 100%;
    color: #826020;
    font-size: 45px;
    font-weight: 800;
    line-height: 1.2em;
    display: inline-block;
}

h2 .sub {
    font-size: 22px;
    font-weight: 800;
    padding-bottom: 0px;
    color: #977e4f;
    display: inline-block;
}

.fontw {
    color: #ffffff;
}

.fonts {
    font-size: 80%;
}

.ttl {
    display: flex;
    justify-content: center;
}

.ttl img {
    margin: 2px 5px;
}

.nav {
    display: flex;
    justify-content: space-between;
}

.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 99;
}

.nav li {
    width: 19%;
}

.nav li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 19px;
    font-weight: 900;
    padding-bottom: 5px;
    border-bottom: 5px solid #ff0000;
    line-height: 1.0em;
    height: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.nav li:nth-child(1) > a {
    border-color: #fff600;
}

.nav li:nth-child(2) > a {
    border-color: #e8314f;
}

.nav li:nth-child(3) > a {
    border-color: #31c8e8;
}

.nav li:nth-child(4) > a {
    border-color: #2abd16;
}

.nav li:nth-child(5) > a {
    border-color: #a41ee2;
}

.footer-bnr {
    padding: 2% 0;
}

.footer-bnr ul {
    display: flex;
    justify-content: center;
}

.footer-bnr ul li {
    width: 38%;
    text-align: center;
}

footer {
    border-top: 0px solid #006cba;
    padding: 30px 0;
    background-color: #000000;
}

.copy {
    color: #ffffff;
}

.flexb {
    display: flex;
    justify-content: space-between;
}

.flexc {
    display: flex;
    justify-content: center;
}

.flexa {
    display: flex;
    justify-content: space-around;
}

.flexc.col04 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}

.flexc.col04 li {
    width: 22%;
    text-align: center;
    margin-bottom: 20px;
}

.flexc.col04 li.x2 {
    width: 44%;
    text-align: center;
    margin-bottom: 20px;
}

.flexc.col05 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}

.flexc.col05 li {
    width: 18%;
    text-align: center;
    margin-bottom: 20px;
}

#top_btn {
    position: fixed;
    right: 9%;
    bottom: 10%;
}

.w90 {
    width: 90%;
    margin: 0 auto;
}

.w70 {
    width: 70%;
    margin: 0 auto;
}

.w50 {
    width: 48%;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.twitter-tweet {
    border: 2px solid #c9151e;
    border-radius: 14px;
    box-shadow: 5px 5px 4px #33333355;
}

.color02 .twitter-tweet {
    border: 2px solid #826020;
    border-radius: 14px;
    box-shadow: 5px 5px 4px #33333355;
}

.twitter-tweet .r-y54riw {
    border: 0px;
}


/*contents*/

#main {}

#main .bg {
    background: url(../img/main_img_bg.jpg) no-repeat;
    overflow: hidden;
    position: relative;
    background-size: cover;
    min-height: 26.23vw;
}

#main .bg img {
    position: absolute;
    top: 0%;
    left: 0%;
}

#key_anime {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

#key_anime img {
    opacity: 0;
    z-index: 2;
    top: 0;
    left: 0;
    position: absolute;
}

#key_anime img#main_logo {
    left: 25%;
    animation-delay: 0s;
    animation-duration: 0s;
    display: block;
    width: 31%;
    top: 8%;
}

#key_anime img#main_key01 {
    left: 6%;
    top: -10%;
    animation-delay: 0.2s;
    display: block;
    width: 26%;
}

#key_anime img#main_key02 {
    left: 74%;
    top: 31%;
    animation-delay: 0.4s;
    display: block;
    width: 26%;
}

#key_anime img#main_key03 {
    left: 74%;
    top: -9%;
    animation-delay: 0.6s;
    display: block;
    width: 26%;
}

#key_anime img#main_key04 {
    left: 6%;
    top: 32%;
    animation-delay: 0.8s;
    display: block;
    width: 26%;
}

#key_anime img#main_key05 {
    left: 42%;
    top: -14%;
    animation-delay: 1.0s;
    display: block;
    width: 41%;
}

#key_anime img#main_key06 {
    left: 81%;
    top: -16%;
    animation-delay: 1.2s;
    display: block;
    width: 20%;
}

#key_anime img#main_key07 {
    left: 35%;
    top: 0%;
    animation-delay: 1.2s;
    display: block;
    width: 38%;
}

.fadein {
    animation-name: fadein;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

nav.global_nav {
    background-image: url(../img/menu_bg.png);
    background-size: 100% 100%;
}

nav.global_nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 33px 0;
}

nav.global_nav ul li {
    margin: 0 20px;
}

#sec01 {
    background: url(../img/bg02.jpg) repeat;
    padding-bottom: 80px;
}

#sec01_box {
    text-align: center;
    font-size: 12px;
    color: #462a2a;
    position: relative;
    min-height: 470px;
}

#sec01_box img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

#sec01_box .title {
    display: block;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0 0 black;
    margin-bottom: 10px;
}

#sec01_box p {
    z-index: 1;
    position: relative;
    padding-top: 60px;
    font-size: 14px;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}

.section_border {
    min-height: 25px;
    width: 100%;
    background: url(../img/border_bg01.png) repeat;
}

#sec02 {
    background: url(../img/bg03.jpg) repeat;
    background-size: contain;
    margin-top: -60px;
    padding-top: 60px;
}

#sec02 h2 {
    text-shadow: 0 0 10px #fff;
    padding: 0;
}

#sec02 h2 img {
    padding-top: 10px;
    max-width: 280px;
}

#sec03 {
    background: url(../img/bg02.jpg) repeat;
}

#sec03 h2 {
    color: #cbab73;
    padding-bottom: 0;
}

#sec04 {
    background: url(../img/bg02.jpg) repeat;
}

#sec04 h2 {
    color: #cbab73;
    padding-bottom: 0;
}

#sec05 {
    background: url(../img/bg03.jpg) repeat;
    background-size: contain;
}

#sec05 h2 {
    color: #290e12;
    padding-bottom: 0px;
}

#sec06 {
    background: url(../img/bg06.jpg) repeat;
    background-size: 100% auto;
}

#sec07 {
    background: #290e12;
    border-bottom: 7px solid #cfc7b7;
    padding-top: 20px;
}

.box01 {
    /* background: url(../img/box01_border.jpg);
    box-sizing: border-box;
    padding: 15px;*/
}

.box01_inner {
    background: url(../img/bg-in.jpg);
    box-sizing: border-box;
    padding: 15px;
    position: relative;
}

.box01_inner:before {
    content: "";
    border-left: 3px solid rgb(130, 96, 32);
    width: 3px;
    height: calc(100% - 180px);
    display: block;
    position: absolute;
    top: 90px;
    left: 31px;
}

.box01_inner:after {
    content: "";
    border-left: 3px solid rgb(130, 96, 32);
    width: 3px;
    height: calc(100% - 180px);
    display: block;
    position: absolute;
    top: 90px;
    right: 31px;
}

.r {
    color: #c9151e;
    font-size: 24px;
    font-weight: bold;
    line-height: 1em;
}

.b {
    color: #000000;
}

.span01 {
    color: #c9151e;
}

.span02 {
    color: #000000;
}

.span03 {
    color: #826020;
}

.span04 {
    color: #000000;
}

.comment {
    font-size: 18px;
    line-height: 2.2em;
    color: #000000;
}

.comment02 {
    font-size: 15px;
    line-height: 1.8em;
    color: #333333;
}

.comment03 {
    width: 70%;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.8em;
    color: #333333;
}

.comment03 span {
    text-align: center;
    display: block;
    font-size: 18px;
    line-height: 1.8em;
    color: #333333;
}

.comment03 span.spbr {
    display: inline !important;
}

.comment03 span.title {
    text-align: center;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8em;
    color: #826020;
}

.title02 {
    text-align: center;
    display: block;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.8em;
    color: #333333;
}

.title03 {
    text-align: left;
    display: block;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.6em;
    color: #333333;
}

.subtitle03 {
    text-align: left;
    display: block;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.6em;
    color: #c9151e;
}

.title04 {
    text-align: center;
    display: block;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.6em;
    color: #000000;
}

.title05 {
    text-align: left;
    display: block;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.6em;
    color: #000000;
}

.title06 {
    text-align: center;
    display: block;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.6em;
    color: #000000;
}

.title07 {
    text-align: center;
    display: block;
    font-size: 33px;
    font-weight: 800;
    line-height: 1.4em;
    color: #000000;
}

.acc01 {
    border-radius: 50px;
    background: #aa3a3c;
    color: #ffffff;
    display: inline-block;
    padding: 2px 30px;
}

.box03 {
    display: inline-block;
    width: 820px;
    height: 120px;
    background: url(../img/box01.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 30px;
    box-sizing: border-box;
}

.box03 .title {
    display: block;
    color: #333333;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2em;
    padding-bottom: 5px;
}

.box03 .sub {
    display: block;
    color: #826020;
    font-size: 29px;
    font-weight: 800;
    line-height: 1.2em;
}

.custom-list {
    list-style-type: none;
    padding-left: 0;
}

.custom-list li {
    position: relative;
    padding-left: 1.5em;
    text-indent: -1em;
}


.slider01 {
    margin: 0 auto;
}

.slick-slide img {
    display: block;
    margin: 0 auto;
}

.slick-prev {
    left: 25px;
    z-index: 5;
}

.slick-next {
    right: 52px;
}

.slick-next:before {
    content: '▶';
    color: #7f5f26;
}

.slick-prev:before {
    content: '◀';
    color: #7f5f26;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 47px;
    line-height: 1;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/**Hover*/

a:hover,
a:hover img,
.nav li:hover,
.nav2 li:hover,
.nav3 li:hover {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

a:hover {
    opacity: 1;
    -webkit-animation: none 1.5s;
    animation: none 1.5s;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}


/**Scroll Anime*/

.scroll_up {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
}

.scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
}

@media screen and (min-width: 1200px) {
    .pconly {}

    .sponly {
        display: none !important;
    }
}

@media screen and (max-width: 1200px) {
    body {
        background-attachment: fixed;
        font-size: 10px;
        background: #000000;
    }

    .inner {
        width: 100%;
        margin: 0 auto;
        position: relative;
        padding: 0 2%;
        box-sizing: border-box;
    }

    .inner_big {
        width: 100%;
        margin: 0 auto;
        position: relative;
        padding: 0 0%;
        box-sizing: border-box;
    }

    .inner02 {
        width: 98%;
        margin: 0 auto;
        position: relative;
        padding: 0 2%;
        box-sizing: border-box;
    }

    .inner03 {
        width: 90%;
        margin: 0 auto;
        position: relative;
        padding: 0 2%;
        box-sizing: border-box;
    }

    .mb02 {
        margin-bottom: 10px;
    }

    .box01 {
        padding: 0px;
    }

    .box01_inner {
        padding: 10px 4px;
    }

    .box03 {
        width: 96%;
        margin: 0 auto;
        position: relative;
        padding: 0 2%;
        box-sizing: border-box;
        height: auto;
    }

    .box03 .title {
        display: block;
        color: #333333;
        font-size: 10px;
        font-weight: 800;
        line-height: 1.2em;
        padding-bottom: 0px;
        padding-top: 10px;
    }

    .box03 .sub {
        display: block;
        font-size: 14px;
        font-weight: 800;
        line-height: 1.2em;
        padding-bottom: 10px;
    }

    .comment {
        font-size: 10px;
        line-height: 1.6em;
        color: #000000;
        letter-spacing: -1px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .comment02 {
        padding-top: 0px;
        padding-left: 6px;
        padding-right: 10px;
        font-size: 10px;
        line-height: 1.8em;
        color: #333333;
    }

    .comment03 {
        width: 94%;
        font-size: 10px;
    }

    .spb {
        display: block;
    }

    .spbr {
        display: block;
    }

    .flexc.col04 {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 92%;
        margin: 0 auto;
    }

    .flexc.col04 li {
        width: 24%;
        text-align: center;
    }

    .flext {
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }

    .pcpt {
        padding-top: 10px;
        padding-bottom: 0px;
        margin-top: -10px;
    }

    .sppt {
        padding-top: 20px;
    }

    .pconly {
        display: none !important;
    }

    .sponly {}

    .pbx2 {
        padding-bottom: 20px;
    }

    .ttl {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    header {
        background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    }

    header a {
        margin: 0 2%;
        width: 49%;
    }

    .nav {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .nav li {
        width: 45%;
        margin: 10px 5px;
    }

    .nav li a {
        font-size: 16px;
    }

    #menusp ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #menusp ul li {
        margin-bottom: 10px;
    }

    .mfp-bg {
        background: none;
        opacity: 1;
    }

    .mfp-auto-cursor .mfp-content {
        cursor: auto;
        padding: 40px 0;
        background-color: #000000a0;
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
    }

    .mfp-close-btn-in .mfp-close {
        color: #fff;
        font-size: 60px;
    }

    .footer-bnr ul {
        display: flex;
        justify-content: space-around;
    }

    .footer-bnr ul.link {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .footer-bnr ul.link li {
        width: 90%;
        text-align: center;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-bnr ul.bnr {
        width: 90% !important;
    }

    #top_btn {
        position: fixed;
        right: 0%;
        bottom: 5%;
        width: 15%;
        opacity: 1;
    }

    .section_border {
        min-height: 10px;
    }

    /*contents*/
    nav.global_nav ul {
        padding: 8px 0;
        flex-wrap: wrap;
        align-items: baseline;
    }

    nav.global_nav ul li {
        margin: 0 4px;
        width: 30%;
    }

    nav.global_nav ul li:first-child {
        margin-bottom: 4px;
    }

    h2 {
        font-size: 26px;
    }

    h2 .sub {
        font-size: 18px;
    }

    .title03 {
        text-align: left;
        display: block;
        font-size: 15px;
        font-weight: 800;
        line-height: 1.6em;
        color: #333333;
    }

    .title04 {
        text-align: center;
        display: block;
        font-size: 12px;
        font-weight: 800;
        line-height: 1.6em;
        color: #000000;
        padding-left: 6px;
        padding-right: 6px;
    }

    .subtitle03 {
        text-align: left;
        display: block;
        font-size: 10px;
        font-weight: 800;
        line-height: 1.6em;
        color: #c9151e;
    }

    .title05 {
        text-align: left;
        display: block;
        font-size: 17px;
        font-weight: 800;
        line-height: 1.4em;
        color: #000000;
    }

    .r {
        color: #c9151e;
        font-size: 16px;
        font-weight: bold;
        line-height: 1em;
    }

    .b {
        color: #000000;
        font-size: 30px;
    }

    .box01_inner:before {
        content: "";
        border-left: 1px solid rgb(130, 96, 32);
        width: 3px;
        height: calc(100% - 82px);
        display: block;
        position: absolute;
        top: 45px;
        left: 10px;
    }

    .box01_inner:after {
        content: "";
        border-left: 1px solid rgb(130, 96, 32);
        width: 3px;
        height: calc(100% - 82px);
        display: block;
        position: absolute;
        top: 45px;
        right: 8px;
    }

    .slider01 {
        margin: 0 auto;
        width: 85%;
    }

    .slider02 {
        margin: 0 auto;
        width: 85%;
    }

    .slick-next {
        right: -20px;
    }

    .slick-prev {
        left: -20px;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .acc01 {
        border-radius: 50px;
        background: #aa3a3c;
        color: #ffffff;
        display: inline-block;
        padding: 2px 15px;
        letter-spacing: -1px;
    }

    #sec01 {
        background: url(../img/bg02.jpg) repeat;
        background-size: 100% auto;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #sec02 {
        background: url(../img/bg03.jpg) repeat;
        background-size: cover;
        background-position: center;
    }

    #sec02 .flexb {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #sec02 .flexb .inner02 {
        width: 100%;
        margin: 0 auto;
        position: relative;
        padding: 10px 2%;
        box-sizing: border-box;
    }

    #sec02 h2 {
        text-shadow: 0 0 0px #fff;
        padding: 0;
        font-size: 26px;
    }

    #sec03 {
        background: url(../img/bg02.jpg) repeat;
        background-size: 100% auto;
    }

    #sec03 > div > h2 {
        color: #cbab73;
        padding-bottom: 0;
        padding-top: 20px;
    }

    #sec03 .box01 .flexc {
        justify-content: space-between;
    }

    #sec03 .box01 .flexc.col05 {
        justify-content: center;
        padding-left: 0px;
        padding-right: 6px;
    }

    #sec03 .box01 .flexc.col05 li {
        width: 19%;
        text-align: center;
        margin-bottom: 10px;
    }

    .spwimg {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .sppbn {
        padding-bottom: 0px;
    }

    #sec04 {
        background: url(../img/bg02.jpg) repeat;
        background-size: 100% auto;
    }

    #sec04 .box01 .flexb {
        flex-wrap: wrap;
    }

    #sec04 .box01 .flexb.spflex .w50 {
        width: 49%;
        margin: 0 auto;
    }

    #sec04 .box01 .flexb .w50 {
        width: 100%;
        margin: 0 auto;
    }

    #sec04 .box01 .flexb .w50 img {
        margin-bottom: 0px !important;
    }

    #sec04 .w70 {
        width: 90%;
        margin: 0 auto;
    }

    #sec04 .box01.mbx3 {
        margin-bottom: 20px;
    }

    #sec05 {
        background: url(../img/bg03.jpg) repeat;
        background-size: cover;
        background-position: center;
    }

    #sec05 .box01.mbx3 {
        margin-bottom: 20px;
    }

    #sec05 h2 {
        color: #290e12;
        padding-bottom: 0px;
        font-size: 22px;
    }

    .title06 {
        text-align: center;
        display: block;
        font-size: 13px;
        font-weight: 800;
        line-height: 1.6em;
        color: #000000;
    }

    .title07 {
        text-align: center;
        display: block;
        font-size: 14px;
        font-weight: 800;
        line-height: 1.4em;
        color: #000000;
    }

    .comment03 span {
        text-align: center;
        display: block;
        font-size: 13px;
        line-height: 1.8em;
        color: #333333;
    }
.comment03 span.spbr {
    display: block !important;
}

    #sec06 {
        background: #290e12;
    }

    #sec07 {
        background: #290e12;
        border-bottom: 7px solid #cfc7b7;
        padding-top: 20px;
    }

    #sec07 .flexb {
        flex-direction: column;
        align-items: center;
    }

    #sec07 .flexb.pb {
        padding-bottom: 0px;
    }

    #sec07 .w50 {
        width: 90%;
        margin-bottom: 20px;
    }
}
