/*
Theme Name: TOWA
Author: Gaiax
Author URI: https://www.gaiax.co.jp/
*/

/* CSS Document */

.topInfo .buttonContent .buttonArea .button {
    width: 140px;
    text-align: center;
}

.topProducts .wrapper .item .head{
    text-align: center;
    font-size: large;
}

.topProducts .wrapper .item .lead{
    text-align: left;
}

@media screen and (min-width: 737px) {
    .topProducts .wrapper {
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
        border: none;
    }
    .topProducts .flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .topProducts .wrapper .item {
        width : 198px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .topProducts .wrapper .item .thumbnail{
        text-align: center;
    }

    .topProducts .wrapper .item .thumbnail img{
        width: 200px;
        height: 133px;
    }

    .topProducts .wrapper .item .head{
        text-align: center;
        font-size: large;
    }

    .topProducts .wrapper .item .lead{
        text-align: left;
    }
}

@media screen and (max-width: 736px) {

}

.blink{
    -webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
.headingHasIcon.sdgs .headingLevel3 .text::before {
	content: url("/wp-content/themes/towa/assets/dl/2428/sdgsico.png");
}