@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELL?ï¿½ï¿½?????
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
body {
    font-family:serif;
}

a.tag p {
    margin: 10px auto;
}

a.tag p span {
    background: #0059a4;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 0.8rem;
    box-shadow: 2px 2px 8px 0px #717171;
}

.p-postList__thumb figure img {
    height: 100%;
    width: auto;
    object-fit: cover;
    min-height: 200px;
}
.p-termNavigation {
	display: none;
}

@media only screen and (max-width: 786px) {
    .p-postList__thumb figure img {
        width: 100%;
        height: auto;
    }

    .p-postList__thumb figure {
        max-height: 300px !important;
    }
}