@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
*/

/* なぜなぜ図鑑: スマホ表示の改善 */
@media (max-width: 600px) {
    .home #main_visual {
        background-color: #fff8e7;
    }

    .home #main_visual .p-mainVisual__img {
        object-fit: contain;
        object-position: center top;
    }

    .home #main_visual .p-mainVisual__textLayer {
        padding-top: 150px;
    }

    .home .p-postSlider__inner {
        padding-right: 16px;
        padding-left: 16px;
    }

    .home .p-postSlider__postList .p-postList__title {
        font-size: 14px;
        line-height: 1.5;
    }
}
