html {
    scroll-padding-top: 90px;
}

body {
    margin-top: 4em;
}

h2 {
    font-weight: bold;
}

h2 span {
    color: var(--main-color);
    margin-left: 17px;
}

.single-img img {
    width: auto;
    height: auto;
}

p.p-befor::before {
    content: url("/images/img_title_befor.png");
    margin-right: 3px;
}

h2.h2-befor::before {
    content: url("/images/img_title_befor.png");
    margin-right: 3px;
}

header nav {
    border-top: 10px solid var(--main-color);
    background-color: var(--detail-color);
}

@media (max-width: 991px) {
    header nav { 
        border: none; 
        background-color: var(--main-color);
        padding-bottom: 3em;
    }
}

nav img {
    max-width: 220px;
    padding: 5px;
}

.post-list { 
    padding: 0;
    margin-top: calc(2.5em - 3vw);
    font-size: large;
}

header ul li a {
    font-size: large;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0.5em 0;
    border-bottom: 1px solid var(--detail-color);
}

@media (max-width: 991px) {
    header ul li a::after { content: ">"; }
}

.post-list li { 
    margin: 0;
    border-bottom: 1px solid #808080;
}

.position-news {
    max-width: 15%;
    margin: -4em 32px 0 auto;
}

@media (max-width: 450px) {
    .post-list { 
        padding: 0;
        margin-top: calc(2.5em - 16vw);
    }

    .position-news {
        max-width: 100px;
        margin: calc(-4em - -8vw) 32px 0 auto;
    }
}

.tag-box {
    font-size: medium;
}

.tag-box a {
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
    color: var(--detail-color);
    padding: 2px;
}

.footer-menu {
    background-image: url("/images/img_footer_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: calc(1em + 45vw) 0 3em 0;
}

.footer-menu nav {
    border: none;
}

.footer-menu img {
    max-width: 450px;
}

.footer-menu nav li.li-befor::before {
    content: url(/images/img_li_befor.png);
}

.footer-menu nav li.li-nonbefor::before {
    content: " ";
    margin-right: 24px;
}

.footer-menu nav li a {
    margin: 7px 15px;
    font-size: large;
    color: var(--detail-color);
}

@media (max-width: 450px) {
    .footer-menu nav li a {
        font-size: small;
    }
}

footer {
    margin: 0;
}

.bg-voice {
    background-image: url("/images/img_top_bg02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-voice article {
    background-color: #f6e6de;
    border-radius: 15px;
    max-width: 650px;
    margin: 0 auto;
}

section.voice {
    background: linear-gradient(180deg, #f6e6de 0%, #FDF9F7 70%, #f6e6de 100%);
    border-radius: 15px;
    max-width: 650px;
    margin: 0 auto;
}

.voice hr {
    color: #ff8c00;
    border-width: 2px;
    opacity: 1;
    margin: 2em 0;
}

img.img-title {
    width: 150px;
}

.bg-voice img.img-title {
    width: 140px;
}

.bg-voice img, .voice img, .member-flag img {
    width: 35px;
}

.voice-letter {
    width: 100% !important;
}

.voice-img img {
    width: 60% !important;
}

.bg-voice h2 {
    text-shadow: 3px 3px 6px #996600;
    color: var(--detail-color);
}

.img-title-position {
    margin-bottom: -0.5em;
    padding-right: 1em;
}

.reasion article {
    background-image: url(/images/img_article_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding: 1.5em;
    margin-bottom: 2em;
}

.reasion article p {
    margin: 1em 0 0 0;
}

.reasion article a {
    border: 3px solid var(--main-color);
    padding: 0.5em 2em;
    background-color: #fff;
    border-radius: 30px;
    color: var(--main-color);
}

.img-contact {
    max-width: 450px;
}

.reasion article a::after {
    content: "\27EB";
    margin-left: 5px;
}

.member-img h2 {
    font-size: calc(0.4rem + 2vw);
}

.member-title01 {
    color: #ff8c00;
}

.member-title02 {
    color: var(--main-color);
}

.member-img, .union-img {
    max-width: 900px;
    padding-left: calc(0.5em + 6vw);
    margin: 0 auto;
}

.bg-member01 {
    background-color: #fff5ee;
}

.bg-member02, .bg-union {
    background-color: #f0fff0;
}

.form-width {
    max-width: 450px;
    margin: 0 auto;
}

input {
    border: 1px solid #000;
    border-radius: 5px;
}

select {
    padding: 5px;
    border-radius: 25px;
    background-color: #dcdcdc;
}

.wpcf7-submit {
    border-radius: 25px;
    border: none;
    padding: 5px 20px;
    background-color: #ff8c00;
    color: #fff;
    font-weight: bold;
}

.wpcf7-previous {
    border-radius: 25px;
    border: 1px solid #000;
    padding: 5px 20px;
    background-color: #fff;
    font-weight: bold;
    margin-right: 35px;
}

.btn-flex p {
    display: flex;
}

.contact-ban {
    border: 3px solid var(--main-color);
    border-radius: 15px;
    display: block;
    max-width: 450px;
    margin: 0 auto;
    padding: 1em;
}

.contact-ban img {
    max-width: 250px;
}