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



/*----------------------------------------------
不要なものを非表示 
----------------------------------------------*/
.p-relatedPosts .p-postList__thumb {
    display: none;
}

.c-pageTitle__subTitle {
    display: none;
}

/*
.menu-item a {
	display: none !important;
}
*/

.l-header__menuBtn {
	display: none !important;
}

/*----------------------------------------------
ボタンの角丸調整
----------------------------------------------*/
.wp-block-button__link {
    border-radius: 10px;
}

/*----------------------------------------------
ヘッダー調整
----------------------------------------------*/
#header {
    background-image: linear-gradient(145deg, rgba(148, 219, 206, 1) 0%, rgba(64, 173, 217, 1) 50%, rgba(31, 93, 158, 1));
}

@media (max-width: 600px) {
	.c-headLogo__link {
		font-size: 4vw !important;
	}
}

/*----------------------------------------------
グローバルナビ hover 下線アニメーションを無効化（SWELL）
----------------------------------------------*/
.c-gnav .menu-item:hover a::after {
    display: none !important;
}

/*----------------------------------------------
トップボタン表示
----------------------------------------------*/
.topButtonList {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start ;
	justify-content: space-between;
	gap: 20px;
}

.topButtonList > * {
	flex: 0 0 calc((100% - 30px) / 4);
	max-width: calc((100% - 30px) / 4);
}

@media (max-width: 960px) {
	.topButtonList > * {
		flex: 0 0 calc((100% - 30px) / 3);
		max-width: calc((100% - 30px) / 3);
	}
}

@media (max-width: 640px) {
	.topButtonList > * {
		flex: 0 0 calc((100% - 30px) / 2);
		max-width: calc((100% - 30px) / 2);
	}
}

.topButtonList > *:after {
    content: "";
    display: block;
    width: 200px;
    height: 0;
}

.topButtonList a {
	font-size: .9em;
	width: 100%;
	padding: 0 10px;
}
  
@media (max-width: 600px) {
	.topButtonList a {
		font-size: .9em;
	}
}


/*----------------------------------------------
パンくずリスト
----------------------------------------------*/
#breadcrumb .p-breadcrumb__list {
	font-size: .95em;
}


/*----------------------------------------------
投稿ページ見出し
----------------------------------------------*/
.l-topTitleArea {
	background-color: #93abbc;
}

.c-pageTitle {
	font-size: 1.6em;
}

.c-postTitle__ttl {
	font-size: 22px;
	font-weight: 300;
}

.l-topTitleArea {
	min-height: auto;
}

.l-topTitleArea__body {
    text-shadow: none;
}

.c-filterLayer__img {
    display: none;
}

.p-articleMetas.-top {
    margin-top: 0;
}

/*----------------------------------------------
マーカーの色
----------------------------------------------*/
:root {
	--color_mark_yellow: #f9f3d0;
	--color_mark_green: #ccefda;
}

/*----------------------------------------------
目次
----------------------------------------------*/
#main_content .p-toc {
	border-radius: 10px;
}

.p-toc.-simple .p-toc__ttl {
    border-bottom: none;
}

ol.is-style-index ol>li:before, ol.is-style-index>li:before {
    border-right: 0 solid;
}

.cap_box_ttl {
	border-radius: 10px 10px 0 0;
}

.cap_box_content {
	border-radius: 0 0 10px 10px;
}

/*----------------------------------------------
メリット
----------------------------------------------*/
.cap_box_content {
	padding: 1em;
}

.cap_box.is-style-inner .cap_box_content, .cap_box.is-style-onborder_ttl .cap_box_content, .cap_box.is-style-onborder_ttl2 .cap_box_content, .cap_box.is-style-onborder_ttl2 .cap_box_ttl, .cap_box.is-style-shadow {
    border-radius: 6px;
}

.cap_box_ttl span {
	font-weight: 600;
}

.post_content li {
    margin: .5em 0;
}

.is-style-num_circle li {
    padding-left: 1em;
	line-height: 1.2;
}

.is-style-num_circle li:before {
    background-color: transparent;
    box-shadow: 0 0 0 0 var(--color_list_num);
    color: var(--color_list_num);
	font-size: 1.6em;
	font-weight: 700;
	position: static;
	display: inline-block;
	line-height: 0;
	height: 1.0em;
	width: 1.2em;
}

/*----------------------------------------------
!
----------------------------------------------*/
:root {
	--color_icon_announce: #f2a560;
	--the-color: #f2a560;
	--color_icon_point: #f2a560;
	--color_icon_announce_bg: #fbf4ef;
	--color_icon_info: #e588b4;
	--color_icon_info_bg: #fdf2f9;
}

.is-style-icon_announce:after {
    border-right-color: transparent;
}

.is-style-icon_info:after {
    border-right-color: transparent;
}

.is-style-icon_info, .is-style-icon_announce {
    border-radius: 10px;
}

/*----------------------------------------------
ボタン
----------------------------------------------*/
.uk-button {
	margin: 0;
	overflow: visible;
	font: inherit;
	-webkit-appearance: none;
	display: inline-block;
	padding: 0 30px;
	vertical-align: middle;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .95rem;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

.uk-button-default, .uk-button-default:focus {
    border-radius: 8px;
    outline: 1px solid #cfd9da;
    outline-offset: -1px;
    background-color: #fff;
    background-size: 200% 100%;
    font-weight: 400;
    border: none;
    box-sizing: border-box;
    color: #909a9f;
    box-shadow: 0 1px 2px rgba(63, 80, 95, .1);
    transition: all .3s 0s ease;
}

.uk-button-default:hover {
    color: #6f767e;
    background-color: #eefcfc;
    box-shadow: none;
    transform: translate(0, 1px)
}

.uk-button-primary, .uk-button-primary:focus {
    border-radius: 8px;
    background-color: transparent;
    background-image: linear-gradient(145deg, rgba(148, 219, 206, 1), rgba(64, 173, 217, 1) 50%, rgba(31, 93, 158, 1));
    background-size: 200% 100%;
    font-weight: 400;
    color: #fff;
    box-shadow: 0 1px 2px rgba(63, 80, 95, .1);
    border: none;
    transition: all .3s 0s ease;
}

.uk-button-primary:hover {
    background-position: 100% 0;
    box-shadow: none;
    transform: translate(0, 1px)
}

.uk-button-secondary, .uk-button-secondary:focus {
    border-radius: 8px;
    background-color: transparent;
    background-image: linear-gradient(145deg, rgba(78, 111, 127, 1), rgba(63, 85, 119, 1) 50%, rgba(25, 33, 56, 1));
    background-size: 200% 100%;
    font-weight: 400;
    color: #fff;
    box-shadow: 0 1px 2px rgba(63, 80, 95, .1);
    border: none;
    transition: all .3s 0s ease;
}

.uk-button-secondary:hover {
    background-position: 100% 0;
    box-shadow: none;
    transform: translate(0, 1px)
}

.uk-button-danger, .uk-button-danger:focus {
    border-radius: 8px;
    background-color: transparent;
    background-image: linear-gradient(145deg, rgba(238, 113, 131, 1), rgba(214, 64, 116, 1) 50%, rgba(171, 58, 130, 1));
    background-size: 200% 100%;
    font-weight: 400;
    color: #fff;
    box-shadow: 0 1px 2px rgba(63, 80, 95, .1);
    border: none;
    transition: all .3s 0s ease;
}

.uk-button-danger:hover {
    background-position: 100% 0;
    box-shadow: none;
    transform: translate(0, 1px)

}
