/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 15 2025 | 05:55:13 */
/* CSS Document */
/* =========================================
	基本タグ
========================================= */
/* -----------------------------------------
	root
----------------------------------------- */
:root {
	--adjust-image-color: #00b66e;	// アジャストイメージカラーコード
}
/* -----------------------------------------
	見出し
----------------------------------------- */
h1 {}
h2 {}
h3 {}
h4 {
	padding: 0.8rem 0.6rem;
}
h5 {
/*	padding: 0.35rem;*/
}
h6 {
	padding: 0.3rem;
}
/* !----------- Warng ----------!
 X-T9でmainタグ使用せず。要検討
 ----------------------------- */
main h1 {}
main h2 {}
main h2 {
	position: relative;
	color: #ffffff;
	padding: 0.65rem 0.65rem 0.65rem 2.3rem;
	background-color: var(--adjust-image-color);
	border-radius: 5px;
}
main h2::after {
	position: absolute;
	top: 50%;
	left: 0.8rem;
	transform: translateY(-50%);
	content: '';
	width: 0.4rem;
	height: 2rem;
	background-color: #ffffff;
	border-radius: 0.15rem;
}
main h3 {
	border-bottom: 0.2rem solid var(--adjust-image-color);
}
main h4 {
	background-color: #ebffe8;
	border-left: 0.4rem solid var(--adjust-image-color);
}
main h5 {
	border-left: 0.3rem solid var(--adjust-image-color);
	border-bottom: 0.3rem solid var(--adjust-image-color);
}
main h6 {
	background-color: #aaee88;
	border: 0.1rem solid var(--adjust-image-color);
}
.title {
	position: relative;
	margin: 1rem 0.75rem;
	padding: 1rem 2rem;
	background-color: var(--adjust-image-color);
	color: #ffffff;

}
.title::before {
	position: absolute;
	content: '';
	bottom: -0.75rem;
	left: 0;
	width: 0;
	height: 0;
	border-top: 0.75rem solid #007d4c;
	border-left: 0.75rem solid transparent;
}
.title__stripe {
  position: relative;
  padding: 1.5rem 1rem;
}

.title__stripe::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, var(--adjust-image-color), var(--adjust-image-color) 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, var(--adjust-image-color), var(--adjust-image-color)0 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* -----------------------------------------
	リスト
----------------------------------------- */
.list-3 {
	list-style-type: none;
	padding: 1em;
	border: 2px solid #00b000;
}

.list-3 li {
	display: flex;
	align-items: center;
	gap: 0 5px;
	padding: 0.3em;
}
.list-3 li + li {
	border-top: 0.1rem dashed var(--adjust-image-color); 
}
.list-3 li::before {
	display: inline-block;
	width: 10px;
	height: 5px;
//	border-bottom: 2px solid #00b000;
//	border-left: 2px solid #00b000;
	transform: rotate(-45deg) translateY(-1.5px);
	content: '';
}

/* -----------------------------------------
	DL
----------------------------------------- */
dl dt {
	margin-bottom: 0.6rem;
	padding: 0.4rem;
	background-color: var(--adjust-image-color);
	border-radius: 0.25rem;	/* 角丸にする */
	font-size: 1.15rem;	/* 初期値 1rem */
	font-weight: 700;	/* 太字 */
	color: #ffffff;
}
dl dd {
	padding: 0.5rem;
	margin-bottom: 0.5rem;
}

/*dl dd:not(:nth-child(even)) {*/
/*dl dd + dd:nth-child(2n+1) {	/* 偶数 */
/*dl dd + dd:nth-of-type(even) {	/*偶数 */
dl dt ~ dd + dd:nth-of-type(even) {	/*偶数 */
	background-color: #ebffe8;
}

/* =========================================
	classタグ
========================================= */
.veu_pageList_ancestor h3.pageList_ancestor_title a {
	display: block;
}
/* -----------------------------------------
	SNSアイコン
----------------------------------------- */
.wp-block-social-links.has-small-icon-size {
	font-size: 20px; /* ヘッダアイコンサイズ	初期値16px */
}
.wp-block-social-links.has-normal-icon-size {
	font-size: 28px; /* フッダアイコンサイズ	初期値24px */
}
main .has-text-secondary-color {
	color: #448740 !important;	/* アイコンカラー変更	初期値var(--wp--preset--color--text-secondary) */
}
/* -----------------------------------------
	3 PR
----------------------------------------- */
.wp-block-vk-blocks-icon .is-style-outline .vk_icon_border:not(.has-text-color) {
	border: 0.18rem solid var(--adjust-image-color);	/* アイコン用border */
}
i.vk_icon_font {
	color: var(--adjust-image-color);	/* アイコン用 */
}
.group {
	margin-bottom: 0.5rem;
	padding: 0.7rem;
	border: 0.2rem solid var(--adjust-image-color);
	border-radius: 10px;	/* 角丸にする */
}
/* -----------------------------------------
	プログラミング対応言語
----------------------------------------- */
ul.programing {
	box-sizing: border-box;
	-webkit-flex: flex;	/* for Safari */
	display: flex;
	list-style: none;
}
ul.programing li {
	padding: 0.4rem 0.6rem;
	background-color: #ebffe8;
	border: 0.15rem solid var(--adjust-image-color);
}
@media screen and (max-width:479px) {
	ul.programing {
		flex-direction: column;	/* 縦並び */
	}
	ul.programing li {
		margin-bottom: 0.8rem;
	}	
}
@media screen and (min-width:480px) {
	ul.programing {
		flex-direction: row;	/* 横並び */
		flex-wrap: warp;	/* 折り返す */
		justify-content: space-around;
		flex-basis: 45%;	/* 子要素の幅を設定 */
	}
	ul.programing li {
		width: 45%;
		text-align: center;
	}
}
@media screen and (min-width:768px) {
	ul.programing {

	}
	ul.programing li {
		width: 30%;
	}
}
/* -----------------------------------------
	main 子ページボックス
----------------------------------------- */
/*.veu_childPage_list a:hover.childPage_list_box {*/
.entry-content .veu_childPage_list a:hover {
	background-color: #ebffe8;
}
.entry-content .veu_card {	/* vkExUnit_style update */
	/* border: 3px solid var(--vk-color-border-light); base */
	/* border: 3px solid #00b66e;	ボックス外枠のライン */
	border-color: var(--adjust-image-color);	/* ボックス外枠のライン */
}
.entry-content .veu_card .veu_card_title {	/* vkExUnit_style update */
	/* border-bottom: 1px solid #e5e5e5; base */
	/* border-bottom: 1px solid #00b66e;	ページ名のアンダーライン */
	border-bottom-color: var(--adjust-image-color);	/* ページ名のアンダーライン */
}
.entry-content .veu_card .btn-primary:hover {
	border-color: var(--adjust-image-color);	/* 「続きを読む」の外枠の色を変更 */
}
/* -----------------------------------------
	2カラムサイドバー
----------------------------------------- */
.is-style-main-layout-sidebar {}
.is-style-main-layout-sidebar .veu_card {
	/* border: 3px solid var(--vk-color-border-light); */
	border-color: #09f38c;
}
.is-style-main-layout-sidebar .veu_pageList_ancestor .current_page_item > a {
	background-color: #ebffe8;
}
.is-style-main-layout-sidebar .veu_card .veu_card_title,
.is-style-main-layout-sidebar .veu_pageList_ancestor .pageList a {
	border-color: #09f38c;	/* リンク下線の色変更 */
}
.is-style-main-layout-sidebar .veu_pageList_ancestor .pageList a:hover {
	font-weight: 700;
}

/* -----------------------------------------
	Page Top スクロールボタン
----------------------------------------- */
.scrolled .page_top_btn {
	background-color: var(--adjust-image-color);
	box-shadow: 0 0 0 1px rgba(255,255,255,.8),0 0 0 2px rgba(0,182,110,.8);	/* --adjust-image-colorのRGB 0,182,110 */
}

/* -----------------------------------------
	GoogleMap
----------------------------------------- */
div#googlemap {
	position: relative;
	padding-top: 56.25%;	/* アスペクト比16：9 -> 9 / 16 * 100 */
	width: 100%;
}
div#googlemap iframe[src*="www.google.com/maps/embed"] {
	position: absolute;
	aspect-ratio: 16 / 9;	/* アスペクト比を16：9 スマホは9:16 */
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
/* -----------------------------------------
	フッタ 検索フォーム
----------------------------------------- */
/*
footer form .wp-block-search__inside-wrapper {
	width: auto;
	height: 2.65rem;
}
*/

/* -----------------------------------------
	要点,補足情報,注意書き,ルール
----------------------------------------- */
/* 共通書式 */
.pointer {
	margin: 40px 0px 30px;
	padding: 25px 20px 20px;
	border-radius: 10px;
	border-style: solid;
	border-width: 2px;
	font-size: 14px;
}
.pointer::after {
	padding: 5px 10px;
	border-radius: 5px;
	font-weight: bold;
}

/* 要点 */
.point {
	background-color: #cfedb7;
	border-color: #5ab80e;
}
.point::after {
	content: '要点';
/*	content: 'Point';*/
	background-color: #5ab80e;
}

/* 補足情報 */
.supplementary {
	background-color: #ffeab9;
	border-color: #f7bb53;
}
.supplementary::after {
	content: '補足情報';
/*	content: 'Supplementary';*/
	background-color: #f7bb53;
}

/* 注意書き */
.attention {
	background-color: #ffefef;
	border-color: #ff0000;
	border-style: dotted;
}
.attention::after {
	color: #ffffff;
	content: '注意書き';
/*	content: 'Attention';*/
	background-color: #ff0000;
}

/* ルール */
.rule {
	background-color: #cefe8b;
	border-color: #ff0000;
}
.rule::after {
	top: -14px;
	background-color: #ffffff;
	border: 2px solid #ff0000;
	color: #ff0000;
	content: '約束事';
/*	content: 'Rule';*/
}