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

.heading-020 {
    padding: .5em .7em;
    background-image: repeating-linear-gradient(-45deg, #ffe2a3, #ffe2a3 3px, #fdffdb 3px, #fdffdb 7px);
    color: #ff7b00;
}
.top-LL li{
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,0) 53%, rgba(203,203,203,1) 93%, rgba(215,215,215,1) 100%);
}
.bg-n{
	--the-color: none;
}
.pnk svg{
	color:#e44141;
}
.grn svg{
	color:#63a84d;
}
.blu svg{
	color:#3d79d5;
}
.c-postThumb__cat {
    background-color: #ff9ae1b3;
    color: #fff;
}


@media (max-width: 600px){
.l-container {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px)*2);
    padding-left: 0;
    padding-right: 0;
}
.top #content {
    padding-top: 0;
}
}