﻿@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;500&display=swap');

div.block-topic-page--body h2,
div.block-topic-page--body div.topics_welcome_ {
    font-family: 'Kiwi Maru', serif;
}

div.block-topic-page--article-body .btn-primary {
    color: #fff;
}


@media (max-width: 739px) {
    .pc_only {
        display: none;
    }

    h2.block-topic-page--article-header {
        display: none;
    }
    
    h1.topics_welcome_title {
        border-bottom: none;
        text-align: center;
        color: #F26B74;
        font-size: 22px;
        margin-bottom: 5px;
    }
    
    div.topics_welcome_ p {
        font-size: 15px;
    }

    div.topics_welcome_ .logo {
        height: 250px;
        background-image: url(../../img/usr/common/logo/logo_motion.gif);
        background-size: 340px;
        background-repeat: no-repeat;
        background-position: center;
    }

    div.topics_welcome_ .logo img {
        width: 70%;

    }

    .petline_logo {
        text-align: center;
        margin-top: 40px;
    }

    .petline_logo img {
        width: 40%;
    }
}

@media (min-width: 740px) {
    .sp_only {
        display: none;
    }

    h2.block-topic-page--article-header {
        border-bottom: none;
        text-align: center;
        letter-spacing: initial;
    }

    div.topics_welcome_ {
        text-align: center;
        margin-bottom: 40px;
    }

    div.topics_welcome_ p {
        font-size: 17px;
    }

    div.topics_welcome_ .logo {
        height: 480px;
        background-image: url(../../img/usr/common/logo/logo_motion.gif);
        background-size: 530px;
        background-repeat: no-repeat;
        background-position: center;
    }

    div.topics_welcome_ .logo img {
        width: 40%;
    }

    .petline_logo {
        text-align: center;
        margin-top: 60px;
    }

    .petline_logo img {
        width: 15%;
    }
}