#single h1 {
    color: #14415A;
    margin: 112px auto 48px;
    display: table;
    border-bottom: 5px solid #FFFF00;
    /* font-size: 38px; */
    /* line-height: 52px; */
    width: auto;
    text-align: left;
    max-width: 800px;
}
@media (max-width: 840px) {
    #single h1 {
        width: 95vw;
    } }
@media (max-width: 840px) {
    #single h1 {
        width: 95vw;
    }
}
@media (max-width: 430px){
    #single h1 {
        margin: 48px 20px 24px;
        width: auto;
        /* font-size: 21px; */
        /* line-height: 28px; */
    }
}

#single h2 {
    color: #14415A;
    margin: 48px auto 16px;
    /* font-size: 34px; */
    /* line-height: 42px; */
    width: 800px;
} 
@media (max-width: 840px) {
    #single h2 {
        width: 95vw;
    } }
@media (max-width: 430px){
    #single h2 {
        width: auto;
        /* font-size: 20px; */
        /* line-height: 28px; */
    }
}

#single h3 {
    color: #14415A;
    margin: 48px auto 8px;
    /* font-size: 28px; */
    /* line-height: 42px; */
    padding-bottom: 0px;
} 
@media (max-width: 430px){
    #single h3 {
        margin: 32px auto 8px;
        /* font-size: 16px; */
        /* line-height: 24px; */
    }
}

#single h4 {
    color: #14415A;
    margin: 48px auto 8px;
    /* font-size: 21px; */
    /* line-height: 32px; */
    padding-bottom: 0px;
} 
@media (max-width: 430px){
    #single h4 {
        margin: 32px auto 8px;
        /* font-size: 16px; */
        /* line-height: 24px; */
    }
}

#single p {
    /* font-size: 16px; */
    /* line-height: 28px; */
    font-weight: 400;
    letter-spacing: 0.6px;
    margin-bottom: 16px;
}
@media (max-width: 430px){
    #single p {
        /* font-size: 14px; */
        /* line-height: 25px; */
    }
} 

#single p strong{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}
@media (max-width: 430px){
    #single p strong{
        font-size: 14px;
        line-height: 25px;
        font-weight: 400;
    }
} 

#event {
    width: 800px;
    margin: auto;
}
@media (max-width: 840px) {
    #event {
        margin: 0 auto;
        width: 95vw;
    }
}
@media (max-width: 430px){
    #event {
        margin: 0 20px;
        width: auto;
    }
}

#single iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}
@media (max-width: 430px){
    #single iframe {
        position: relative;
        left: -20px;
        width: 100vw;
    }
}

#single img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 16px;
}
@media (max-width: 430px){
    #single img {
        position: relative;
        /* left: -20px; */
        max-width: 100vw;
    }
}
#single .blog_img_center {
    width: auto;
    height: 320px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#single table {
    margin-top: 16px;
}

#single div.contact_btn {
    width: 100%;
    bottom: 5%;
    text-align: center; 
    margin: 0px auto;
}
#single div.contact_btn a {
    font-size: 16px;
    background-color: #FFFF00;
    color: #14415A;
    text-align: center;
    display: inline-block;
    padding: 10px 73px;
    border-radius: 43px;
    text-decoration: solid;
    font-weight: bold; 
}
@media (max-width: 4300px) {
    #single div.contact_btn a { 
        margin: 16px auto;
        padding: 6px 24px;
    }
}

#single a {
    /* font-size: 18px; */
    color: #BE4390;
    font-weight: bold;
    text-decoration: underline;
} @media (max-width: 430px){
    #single a {
        /* font-size: 16px; */
    }
} 

#event li {
    /* font-size: 18px; */
    color: #14415A;
    /* font-weight: bold; */
    list-style: disc inside none;
} 

/* Responsive */
.desktop-only{ display: block; }
.sp-only {display: none;}
@media (max-width: 450px){
    .desktop-only{ display: none; }
    .sp-only {display: block;}
}

/* KENJI TODO: remove #vdd and add #single to apply to all images in single page. Right now it interferes with id=event and class=inner paddinglr */

/* From style2.css... */
/* Kenji TODO: delete this and migrate to the css codes for single.php */
#event .inner {
        max-width: unset !important;
        margin: unset !important;
 }

#event .paddinglr {
    padding: unset !important;
}


#blog_img_sp{
    height: 200px;
}
        
#blog_img_sp {
    background-image: url('/wp-content/themes/mzv/assets/images/blog-banner-ceo_makinos_blog-mobile.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
}
.quote{
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 24px;
    color: #14415A;
}

.a_center {
    font-size: 21px;
    color: #14415A;
    font-weight: bold;
    text-align: center;
    margin: 16px;
}          