/*
Theme Name: t-stork
Author: kondodesign
Author URI: https://www.tk-design.jp
Description: t-stork
*/

.wp-block-file {
    font-size: 1.4rem;
}
.wp-block-file .wp-block-file__button {
    background: none!important;
    border: 1px solid #62a9db;
    color: #62a9db!important;
    font-weight: 700;
}
a.wp-block-file__button:hover {
    background-color: #62a9db!important;
    opacity: 1!important;
    color: #fff!important;
}


/* ブログ本文 */

#L-camera article strong {
    font-size: 1.7rem;
}
#L-camera article em {
    font-style: italic;
}
#L-camera article ul {
    margin-top: 26px;
}
#L-camera article li {
    list-style-type: disc;
    list-style-position: inside;
}

@media print, screen and (min-width: 768px) {
    #L-camera article h2 {
        font-size: 2.3rem;
        font-weight: bold;
        margin-top: 26px;
    }
    #L-camera article h3 , #L-camera article h4 {
        font-size: 1.7rem;
        font-weight: bold;
        margin-top: 26px;
    }
}
