/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 15 2026 | 05:25:03 */
/* 共通 */

@media (min-width: 600px) {
	.sp-only {
		display: none;
	}
}
@media (max-width: 599px) {
	.pc-only {
		display: none;
	}
}
.kadomaru {
	border-radius: 40px;
	overflow: hidden;
}
@media (max-width: 959px) {
	.kadomaru {
		border-radius: 20px;
	}
}
.box-shadow {
	box-shadow: 0 2px 8px rgba(0, 0, 0, .1), 0 4px 8px -4px rgba(0, 0, 0, .2);
}

/* フォント */
html, body, p, a, li, dt, dd, span, input, textarea, button, select, table, th, td, button, input[type="submit"], strong, b, nav, label, small, caption, figcaption {
  font-family:
    "Yu Gothic",
    "YuGothic",
    "Noto Sans JP",
    "Hiragino Kaku Gothic ProN",
    "Meiryo",
    sans-serif;
}

/* 見出し */
#content .midashi {
	font-size: 28px!important;
	margin-bottom: 1em!important;
	letter-spacing: .05em;
}
@media (max-width: 599px) {
	#content .midashi {
		font-size: 24px!important;
	}
}
#content h2:not(.p-postList__title):not(#sidebar h2) {
	font-size: 28px;
}
@media (max-width: 599px) {
	#content h2:not(.p-postList__title):not(#sidebar h2) {
		font-size: 22px;
	}
}

/* カテゴリー */
.c-category {
	background-color: var(--color_main);
	color: #fff;
	font-size: 12px;
	padding: .4em 1em!important;
	border-radius: 10px;
	width: max-content;
	line-height: 1;
}

/* ヘッダー */
#body_wrap:not(.home) #header {
	background-image: linear-gradient(to bottom, var(--color_pale02) 50%,transparent 70%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#body_wrap.home #header {
  background: var(--color_pale02);
}
#main_visual {
  background:
    linear-gradient(to bottom, var(--color_pale02) 30%, transparent 50%);
}

/* コンテンツヘッダー */
#top_title_area::before {
	background: linear-gradient(
	135deg,
	#45A5ED 0%,
	#3C9AE4 40%,
	#1E7FD6 100%
	) !important;
	opacity: .3;
}
#top_title_area.-filter-blur > .c-filterLayer__img {
	-webkit-filter: blur(2px)!important;
    filter: blur(2px)!important;
}
.c-pageTitle {
	text-align: center;
	letter-spacing: .1em;
}
@media (max-width: 599px) {
	.c-pageTitle {
		font-size: 22px!important;
	}
}

/* メニュー */
.c-gnav > li {
  position: relative;
}
.c-gnav > li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  border-right: 2px dotted #aaa; 
}
.c-gnav > li a {
	font-weight: bold;
}
.c-gnav .sub-menu {
	width: 17em;
}
.c-gnav .sub-menu li a::before {
	color: #888;
}
.c-gnav .sub-menu li a .ttl {
	color: var(--color_deep04);
}
.c-gnav > li a .ttl {
	color: var(--color_main);
}

/* フッター */
#before_footer_widget .p-blogParts {
	margin-bottom: 0!important;
}
.footer .content .swell-block-columns__inner {
	justify-content: space-between;
}
.footer .menu-title {
	padding: .2em .5em!important;
	border-radius: 12px;
}
.footer .menu-content a {
	color: #333;
	border-bottom: 1px solid #ddd;
	padding: 5px!important;
}
@media (max-width: 599px) {
	.footer .menu-content a {
		font-size: 12px;
		letter-spacing: -.1em;
	}
}
.footer .menu-content .left-area a {
	width: min(100%, 300px);
}
.footer .menu-content .right-area a {
	width: min(100%, 200px);
}
.footer .text-privacy a {
	color: #aaa;
}
.footer {
	padding-bottom: 0!important;
}
#footer .c-iconList__link {
	color: var(--color_main);
	font-size: 18px!important;
}
@media (max-width: 599px) {
	#footer {
		margin-bottom: 80px;
	}
}

/* 投稿一覧 */
.c-postThumb__figure {
	aspect-ratio: 3 / 2;
    object-fit: cover;
}
@media (min-width: 600px) {
	.home .p-postList__item .p-postList__title {
		font-size: 1.3em;
	}
}
@media (max-width: 599px) {
	.home .p-postList__item .p-postList__title {
		font-size: 1.1em;
	}
}
.post-terms span {
	background-color: var(--color_main);
    color: #fff;
    font-size: 12px;
    padding: .4em 1em !important;
    border-radius: 10px;
    width: max-content;
    line-height: 1;
}