@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
*/
/*-----comon-----*/
p {
    text-align: justify;
}
.fs20 {
	font-size: 20px;
}
.tac {
	text-align: center;
}
.d-ib {
	display: inline-block;
}
.c-pageTitle[data-style=b_bottom] {
    border-bottom: 1px solid #ffffff;
}

/*-----footer-----*/
.l-footer__foot {
	border-top: solid 4px #bd0000;
}

/*-----home-----*/
/*dr-heri-animation*/
.mv-fadein-up {
    opacity: 0;
    transform: translate(50px, 30px); 
    animation: fadeInDiagonal 1.6s ease forwards; /* アニメーション名を変更 */
    animation-delay: 0.5s;
}
@keyframes fadeInDiagonal {
    to {
        opacity: 1;
        transform: translate(0, 0);
    }
}

/*-----g-nav-----*/
.c-gnav>.menu-item>a .ttl {
	font-size: 16px;
}

/*-----sidebar-----*/
#sidebar {
	background-color: #1b2fe1db; 
	color: #ffffff;
	padding: 30px 13px !important;
}
#sidebar .wp-block-search .wp-block-search__input{
	background: #ffffff;
}
#sidebar .c-widget__title {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	background: none;
	padding-bottom: 0.3em;
	margin-bottom: 20px;
	font-size: 18px;
}
#sidebar a {
	color: #ffffff;
}
#sidebar a:hover {
	opacity: 1;
}
#sidebar .p-widgetList__item {
	border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
}
.menu-sidebar-container {
	font-size: 16px;
}
.widget-bana {
    max-width: 300px !important;
    min-width: 270px !important;
    width: 100%;
}

/*-----category-----*/
.p-articleMetas__termList {
	display: none;
}
.c-postThumb__cat {
	display: none;
}
.-type-list2 .p-postList__body::after{
	background: #666666;
	color: #ffffff;
}