@charset "UTF-8";
/*
Theme Name: MiyagiShugyoushien
Description: 宮城就業支援ネットワーク・オリジナル・テーマ
Author: KAKAZU企画
Version: 1.0
*/

@import url("css/reset.css");
@import url("css/navigation.css");
@import url("css/moving.css");
@import url("css/contact.css");
@import url("css/section_patterns.css");
/*
@import url("css/img_setting.css");
@import url("css/search.css");
@import url("css/slider.css");
@import url("css/slick.css");
@import url("css/css_slider.css");
*/

@import url("css/plus.css");

/*
基本：#
中間：#
薄い：
ナビ用ブレイク・ポイント：-991px
表示用ブレイク・ポイント：-599px
*/

/*::::::::::::::::::::::::::::::::::::::::::::::::::
base
::::::::::::::::::::::::::::::::::::::::::::::::::*/
html, body {
	font-family: sans-serif;
	font-size: 17px;
	line-height: 1.7;
	color: #555;
	/*
	font-family: 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
	*/
}
@media(max-width:599px) {
	html, body {
		font-size: 15px;
	}
}

/* レイアウト
* section,container設定*/
main > section {
	width: 100%;
	background-color: #fff;
	padding: 6rem 3rem;
	position: relative;
	z-index: 0;
}
main > section:first-child {
}
main > section.section_full {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
main > section .container {
	padding: 0;
	max-width: 1280px;
	margin: 0 auto;
}
@media(max-width:991px) {
	main > section {padding: 4rem 2rem;}
}
@media(max-width:599px) {
}
.container_full {
	max-width: 100%;
}
.container_medium{
	max-width: 900px;
	margin: 0 auto;
}
.container_small {
	max-width: 600px;
	margin: 0 auto;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
共通スタイル
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.page main h1,
.top_news h1 {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 5rem;
	border: 4px solid;
	border-radius: 50px;
	display: table;
	padding: 0.1rem 3rem;
	color: #00b1a9;
}
@media(max-width:599px) {
	main h1 {
		font-size: 1.3rem;
	}
}
main p {margin-bottom: 1.5rem;}
main p:last-child {margin-bottom: 0;}
main img {border-radius: 3px;}

/*アスタリスク*/
.asterisk::before {
	display: block;
	content: '';
	background: url("img/icon_asterisk.svg") no-repeat scroll left top;
	margin: 0 0 2rem;
	background-size: 40px;
    height: 40px;
}
@media(max-width:599px) {
	.asterisk::before {
		font-size: 1.5rem;
	}
}
.no_asterisk::before {
	display: none;
}

/*インパクトタイトル*/
.impactTitle {
	margin: 5rem auto 8rem;
	font-size: 6rem;
	text-align: left;
	line-height: 1.1;
	color: #fff;
	border-left: 1rem solid #fff;
	padding-left: 2rem;
	max-width: 640px;
}
.impactTitle span {
	font-size: 0.6rem;
	max-width: inherit;
	padding-left: 0.4em;
	line-height: 1.8
}
.impactTitle::before {
	display: none;
}
.impactTitleColor {
	color: #333;
	border-color: #ccc;
}
@media(max-width:599px) {
	.impactTitle {
		font-size: 3rem;
		margin: 4rem auto;
		padding-left: 1rem;
	}
}

/*ボタン*/
.btn {
	display: flex;
	width: fit-content;
	align-items: center;
	text-decoration: none;
	padding: 0.5rem 2.5rem 0.5rem 1rem;
	white-space: unset;
	border: 3px solid #00b1a9;
	border-radius: 20px;
	margin: 0 auto;
	position: relative;
	transition: 0.5s;
	color: #fff;
	background-color: #00b1a9;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="rgb(255,255,255)"><path d="m480-320 160-160-160-160-56 56 64 64H320v80h168l-64 64 56 56Zm0 240q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>');
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
}
.btn:hover {
	color: #00b1a9;
	background-color: #fff;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="rgb(0,177,169)"><path d="m480-320 160-160-160-160-56 56 64 64H320v80h168l-64 64 56 56Zm0 240q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>');
}
.btn_r {margin: 0 0 0 auto;}
.btn_l {margin: 0 auto 0 0;}
.btn svg {
	margin-left: 0.5rem;
	transition: .4s;
}
.btn:hover svg {
	fill: #333;
}
.btn_color {
	border: 0;
	color: #fff;
	background-color: #333;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="rgb(255,255,255)"><path d="m480-320 160-160-160-160-56 56 64 64H320v80h168l-64 64 56 56Zm0 240q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>');
}
a:hover.btn_color {
	color: #333;
	background-color: #fff;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="rgb(153,153,153)"><path d="m480-320 160-160-160-160-56 56 64 64H320v80h168l-64 64 56 56Zm0 240q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>');
}

.btn_inline {
	text-decoration: none;
	padding: 0 0.3rem;
	margin: 0 0.3rem;
	color: #333;
	background-color: #FFEB3B;
	border-radius: 3px;
}
.btn_inline::after {
	font-family: 'Material Symbols Outlined';
	content: '\e157';
	position: relative;
	top: 2px;
	left: 3px;
}
a:hover.btn_inline {
	color: #fff;
	background-color: #333;
}

.btn_more {
	display: block;
	width: 230px;
	margin: 1rem auto;
	padding: 0.8rem;
	padding-right: 2rem;
	border: 1px solid;
	border-radius: 3px;
	position: relative;
	line-height: 1;
	transition: .7s;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="rgb(55,55,55)"><path d="m480-340 180-180-57-56-123 123-123-123-57 56 180 180Zm0 260q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>');
	background-position: right 0.5rem center;
    background-repeat: no-repeat;
}
.btn_more:hover {
	color: #fff;
	background-color: #333;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="rgb(255,255,255)"><path d="m480-340 180-180-57-56-123 123-123-123-57 56 180 180Zm0 260q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>');
}

/*右上へ*/
.toTopRight {
	padding-bottom: 2rem;
	position: relative;
}
.toTopRight::after {
	font-family: 'Material Symbols Outlined';
	content: '\f8ce';
	position: absolute;
	bottom: 0rem;
	right: 0;
	background-color: #333;
	width: 26px;
	height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	line-height: 1;
}
@media(max-width:599px) {
	.toTopRight {
		padding-bottom: inherit;
	}
	.toTopRight {
		display: none;
	}
}

/*リスト*/
main ul {
	margin-left: 1rem;
}
main ul li {
	list-style: disc;
	margin-bottom: 1rem;
}

/*テーブル*/
main table {
	width: 100%;
	min-width: 640px;
	background-color: #f9f9f9;
}
main table th,
main table td {
	padding: 0.5rem;
	border: 3px solid #fff;
}
main table th {
	background-color: #eee;
}
main table td {}
.table_wrapper {
	overflow: scroll;
	width: 100%;
}
.table_wrapper {
	overflow: auto;
}
.table_swipe {
	font-size: 0.8rem;
	margin: 0 0 0.5rem 0.5rem;
	display: flex;
	align-items: center;
}
.table_swipe img {
	width: 24px;
	height: auto;
	margin-right: 0.5rem;
}
@media(min-width:708px) {
	.table_swipe {
		display: none;
	}
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
header
::::::::::::::::::::::::::::::::::::::::::::::::::*/
header {
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100px;
	padding: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-top: 10px solid #00b1a9;
}
@media(max-width:991px) {
	header {
		box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
	}
}
@media(max-width:767px) {
	header {
		justify-content: flex-start;
		padding-right: 80px;
	}
}
/*ヘッドテキスト*/
.head_text {
	max-width: 1280px;
	margin: 0 auto 1rem;
	font-size: 0.8rem;
	padding-right: 4rem;
}
.head_text span {
	display: inline-block;
	padding: 0.1rem 1rem;
	color: #fff;
	background-color: #00b1a9;
	border-radius: 5px;
	margin-right: 0.5rem;
}
/*ヘッダボックス*/
.header_box {
	margin: 0 auto;
	max-width: 1280px;
}
.header_box {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.header_box h1 {
}
.header_box h1 a {
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	line-height: 1.3;
	font-family: serif;
	letter-spacing: 1px;
}
.header_box h1 img {
	max-height: 64px;
}
@media(max-width:991px) {
	.header_box h1 {
	}
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
固定ページ共通基本設定
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.page main {
}
.page_headerImg {
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 100px 0 1rem;
}
.page_headerImg figure {
	height: 300px;
	background: url(img/img.jpg) no-repeat scroll center top;
	background-size: cover;
	/*
	animation-name: coverZoomAnime;
	animation-duration: 4s;
	animation-fill-mode: forwards;
	animation-delay: .3s;
	*/
}
@keyframes coverZoomAnime {
	from {}
	to { transform: scale(1.1); }
}
.page_headerImg h1 {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
    background-color: #33333388;
	font-size: 2rem;
	color: #fff;
}
.page_headerImg h1 span {
	display: inline-block;
	width: 100%;
	max-width: 1200px;
	padding: 0 60px;
	margin: 0 auto;
	font-weight: bold;
	letter-spacing: 4px;
}
.page_headerImg h1::before {
	display: none;
}
@media(max-width:599px) {
	.page_headerImg figure {
		height: 200px;
	}
	.page_headerImg h1 {
		font-size: 1.6rem;
		letter-spacing: 0;
	}
}
.page main h2,
.category-movie main h2 {
	font-size: 1.4rem;
	margin: 3rem 0 2rem;
	font-weight: bold;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::
固定ページ
背景透過ページ
背景画像の設定は[css/img_setting.css]
::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*背景透過*/
.page-template-page-transparent main > section {
	background: transparent;
	padding: 3rem;
}
.page-template-page-transparent main > section:first-child {
	padding-top: 0;
}
.page-template-page-transparent .impactTitle {
	margin-bottom: 3rem;
}
@media(max-width:991px) {
	.page-template-page-transparent main > section {
		background: transparent;
		padding: 2rem;
	}
}
@media(max-width:599px) {
	.page-template-page-transparent .impactTitle {
		margin-bottom: 0
	}
}
/*背景画像*/
.bgFixImg {
	padding: 0 0 6rem;
	z-index: -1;
}
@media(max-width:991px) {
	.bgFixImg {
		padding: 0;
	}
}
.bgFixImg figure {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url(img/img.jpg) no-repeat scroll center center;
	background-size: cover;
	z-index: -2;
}
.bgFixImg::after {
}
.bgFixImg figure {
	animation-name: coverZoomAnime;
	animation-duration: 4s;
	animation-fill-mode: forwards;
	animation-delay: .3s;
}
@keyframes coverZoomAnime {
	from {
	}
	to {
		transform: scale(1.1);
	}
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
「お知らせ」投稿アーカイブページ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.archive main {
}
.archive header {
}
.archive .header_box h1 {
}
.archive_box li a {
	border-color: #fafafa;
}
.archive_box li a:hover {
	border-color: #333;
}
.archive_box li:nth-child(n+4) {
	margin-top: 5rem;
}
@media(max-width:599px) {
	.archive_box li,
	.archive_box li:nth-child(n+4) {
		margin-top: 2rem;
	}
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::
投稿個別ページ調整用
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.single .page_headerImg {
	display: none;
}
.single main {
	margin-top: 100px;
}

.single header {
}
.single .header_box h1 {
}
.single_box {
	margin: 0 auto 3rem;
	padding: 2rem;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.single_box .single_eyecatch {
	margin: 0 0 3rem;
	text-align: center;
}
.single_box .single_eyecatch img {
	width: 100%;
	max-width: 360px;
	border: 1px solid;
}
.single_box .single_title {
	font-size: 1.2rem;
	margin-top: 0;
	margin-bottom: 1rem;
	text-align: left;
}
@media(max-width:767px) {
	.single_box {
		padding: 0;
		border: 0;
	}
	.single_box .single_title {
		font-size: 1.1rem;
	}
}
.single_time {
	display: block;
	margin-bottom: 2rem;
	font-size: 0.8rem;
	text-align: right;
}
/*フォントなど*/
.single_box h1,
.single_box h2,
.single_box h3,
.single_box h4,
.single_box h5 {
	margin: 1rem 0;
	font-weight: bold;
}
.single_box h1 { font-size: 1.3rem; text-align: left; }
.single_box h2 { font-size: 1.2rem; }
.single_box h3 { font-size: 1.1rem; }
.single_box h4 { font-size: 1rem; }
.single_box h5 { font-size: 1rem; }
.single_box p { margin: 1rem 0; }
.single_box figure { margin: 1rem 0; }
.single_box img { max-width: 100%; height: auto; }
.single_box ul { margin: 1rem 0;}
.single_box ul li { list-style: disc; margin-left: 2rem; }
.single_box ol { margin: 1rem 0;}
.single_box ol li { list-style: decimal; margin-left: 2rem; }
.single_box table { margin: 2rem auto; max-width: 100%; }
.single_box table th,
.single_box table td { padding: 1rem; border: 1px solid #333;}
.single_box table th { background-color: #ddd; }
.single_box table td {}
.single_box em { text-decoration: italic; }
.single_box strong, .strong { font-weight: bold; }
.single_box a { text-decoration: underline; }
.single_box a:hover { text-decoration: none; }
.single_box a.wp-block-file__button { text-decoration: none; }
}
@media(max-width:599px) {
	.single_box h1 { font-size: 1.2rem; }
	.single_box h2 { font-size: 1.1rem; }
	.single_box h3 { font-size: 1rem; }
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::
検索結果
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.search  main h1 {
	margin-bottom: 3rem;
}
.search_formbox {
	margin-bottom: 4rem;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
フッタ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
footer {
	position: relative;
	color: #fff;
	background-color: #00b1a9;
}
/*パンくずナビ*/
.breadcrumb {
	padding: 0.5rem;
	font-size: 0.8rem;
}
.single .breadcrumb {
	display: none;
}
.breadcrumb ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}
.breadcrumb li {
}
.breadcrumb li::after {
	content: '>';
	margin: 0 0.5rem;
}
.breadcrumb li:last-child::after {
	content: none;
}
.breadcrumb li a {
	display: inline-block;
	padding: 0 0.5rem;
	border-radius: 3px;
}
.breadcrumb li a:hover {
	background-color: #eee;
}
/*フッターボックス*/
.footer_box {
	display: flex;
	justify-content: space-between;
	font-size: 0.8rem;
	max-width: 1200px;
	padding: 3rem 60px;
	margin: 0 auto;
}
.footer_box > div {
}
.footer_box > div:first-child {
	width: 60%;
}
.footer_box > div:last-child {
	width: 30%;
}
.footer_link {
	display: inline-block;
	padding: 1rem;
	border-radius: 5px;
	background-color: #fff;
	max-width: 320px;
	margin-bottom: 1rem;
}
.footer_box img {
}
.footer_box h1 {
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 1px;
}
.footer_box span {
	display: block;
	font-size: 0.9rem;
}
.copyright {
	padding: 0.5rem 0;
	text-align: center;
	font-size: 0.8rem;
}
@media(max-width:599px) {
	.footer_box {
		display: block;
		padding: 3rem 2rem;
	}
	.footer_box > div:first-child,
	.footer_box > div:last-child {
		width: 100%;
		height: auto;
	}
	.footer_box > div:first-child {
		text-align: center;
	}
	.footer_box > div:last-child {
		margin-top: 3rem;
	}
	.footer_box .box_sns {
		margin: 0 auto;
	}
}
/*フッターナビ*/
.footer_nav {
}
.footer_nav > ul {
}
.footer_nav li {
	margin-bottom: 0.5rem;
}
.footer_nav li a {
	display: block;
	border-radius: 3px;
	padding: 0.5rem 1rem;
	text-align: left;
	color: #fff;
	background-color: #ffffff22;
}
.footer_nav li a:hover {
	background-color: #33333322;
}
@media(max-width:599px) {
	.footer_nav li a {
		text-align: center;
	}
}

/*ページトップ*/
.page_top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	z-index: 3;
}
.page_top a {
	display: block;
}
.page_top a svg {
	transition: .7s;
}
.page_top a:hover svg {
	fill: #333;
}

@media (max-width:991px) {
	.page_top {
		display: none !important;
	}
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
ページネーション
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.pagination {
	margin: 3rem 0;
	line-height: 1;
}
.pagination ul {
	display: flex;
	justify-content: center;
	margin: 0;
}
.pagination li {
	list-style: none;
	margin: 2px;
}
.pagination li a {
	text-decoration: none;
}
.pagination ul .page-numbers,
.allarchive_pagination a {
	display: block;
	padding: 1rem;
	color: #333;
	background-color: #f0fcf9;
	border-radius: 3px;
}
a.page-numbers:hover {
	color: #fff;
	background-color: #00b1a9;
}
.pagination ul .page-numbers.current {
	color: #fff;
	background-color: #00b1a9;
}
@media(max-width: 543px) {
	.pagination {
		margin: 1.5rem 0;
		line-height: 1;
	}
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
調整
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.error404 main {
	text-align: center;
}
.error404 main h1 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #999;
}
.error404 main h1::before {
	display:none;
}
.error404 main h1 span {
	display: block;
	font-size: 5rem;
	margin-bottom: 2rem;
	color: #ddd;
}
.error404 main a {
	margin-top: 1rem;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
ライトモード
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.lightMode {}
.lightMode .box_coverImg::before {
	background-color: rgba(200, 200, 200, .4);
	/*
	background-color: inherit;
	*/
}
.lightMode .box_coverImg_box > div {
	background-color: #898078e6;
	padding: 2rem;
}
@media(max-width:599px) {
	.lightMode .box_coverImg_box > div {
		padding: 1rem;
	}
}
.lightMode header {
	background: linear-gradient(rgba(255, 255, 255, .6) 60%, rgba(255, 255, 255, .0) 100%);
}
.lightMode .header_box h1 {
	color: #333;
}
.lightMode .page_header_img::before {
	background-color: rgba(200, 200, 200, .4);
	/*
	background-color: inherit;
	*/
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
固定ページ個別カスタマイズ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*テスト01*/
#test01 .box3_free {
	color: #fff;
}
#test01 .box_bg2Left {
	background: url(https://microbe.sakura.ne.jp/wp2024/wp-content/uploads/2024/12/2.jpg) no-repeat scroll center center;
	background-size: cover;
}
.box_bg2Left::after {
	background-color: #13619fcc;
}
#test01 .box_bg2Right {
	background: url(https://microbe.sakura.ne.jp/wp2024/wp-content/uploads/2024/12/1.jpg) no-repeat scroll center center;
	background-size: cover;
}
.box_bg2Right::after {
	background-color: #e9a005cc;
}
