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

/* ------------------------------- */



#main_content .inner {
	max-width: 1000px;
}

#news .inner {
	padding-bottom: 180px;
	max-width: 900px;
}

h1.c-pageTitle {
    display: none;
}

#news .p-homeContent.l-parent.u-mt-40 {
    margin-top: 0 !important;
}

span.page-numbers {
    border-radius: 50%;
}

a.p-postList__link.more-btn {
    width: 100%;
}

#news .more-btn .iconarrow {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.p-postList__meta :before {
	content: none;
}

span.p-postList__cat.u-thin.icon-folder {
    font-size: .9em;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #D93F8A;
    color: #D93F8A;
}

.-type-simple .p-postList__link:hover {
	background-color: #fff;
	color: #d93f8a;
}