@charset "UTF-8";
html {
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth
}

#fixed_banner {
    bottom: 0;
    display: none;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 99999
}

#fixed_banner a {
    display: block;
    margin: auto;
    max-width: 750px;
    width: 100%;
}

#fixed_banner img {
    height: auto;
    position: relative;
    vertical-align: bottom;
    width: 100%
}

hr{ padding:0; margin:10px 0;}

#root{
    min-height:300px;
    margin-bottom:3em;
}

#root button.inline-flex.cursor-pointer.items-center.gap-x-1.border-none.bg-transparent.p-0.text-red-700.underline{
    display:none;
}

/* footer
----------------------------------------------- */
footer {
	font-size: 12px;
	padding: 0 0 1em 0;
	line-height: 1.5em;
	text-align: center;
}

footer .footer-tagline{
    text-align: center;
    margin:4em 0 1em;
}
footer .footer-tagline img{
    display: inline;
    max-width:252px;
    width:50%;
    height:auto;
}

/* ad fix
----------------------------- */
img[src^="https://b90.yahoo.co.jp/"],
img[src^="https://b92.yahoo.co.jp/"],
img[src^="https://api.smartnews-ads.com/"]{
    width:auto; height: auto;
}

/* cvkizon */
.cv_kizon {
    background-color: #f9f7f3;
    padding: 5% 10%;
    margin-bottom: 20px;
}
.kizon_notes {
    font-size: 10px;
	line-height: 1.3em;
    letter-spacing: 1px;
    margin-top: 10px;
}
@media screen and (min-width: 751px) {
    .cv_kizon {
        padding: 5% 15%;
    }
    .kizon_notes {
        font-size: 12px;
        line-height: 1.8em;
        letter-spacing: 2px;
        margin-top: 20px;
    }
}

.endnote {
    background: #fafafa;
    border: 1px solid #e3e0de;
    margin: 40px auto;
    max-width: 80%;
    padding: 20px;
    text-align: center
}

.endnote .heading {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5
}

.endnote .heading,.endnote .link {
    color: #5f5850;
    margin: 20px 0
}

.endnote .link a {
    color: #a02616
}
