@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #252524;
	--color-primary: #004831;
	--color-primary-shade: #DBEB93;
	--color-primary-tint: #A9CD00;
	--color-secondary: #F1733C;
	--color-table-border: #DDD;
	--color-table-th: #f2f2f2;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1100px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #252524;
	--header-color-primary: #004831;
	--header-color-primary-shade: #30b1ae;
	--header-color-primary-tint: #96C4D3;
	/*------▼フッター設定▼------*/
	--footer-background: #FFF;
	--footer-color-font: #252524;
	--footer-color-primary: #252524;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Oswald', 'Noto Sans JP', sans-serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
body:not(.home) #content.wide {
	padding: var(--px60w) 0;
}
.post {
	background: none;
}
.post p {
	line-height: 1.8;
}
.post table th {
	background: var(--color-table-th);
	font-weight: 500;
}
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
}
@media print, screen and (max-width: 1023px) {
	nav#mainNav ul li a {
		background-color: var(--header-background) !important;
	}
	nav#mainNav ul li li a {
		color: var(--header-color-font) !important;
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs { font-size: 85%; }
.fm { font-size: 115%; }
.fm2 { font-size: 130%; }
.red { color: #FC0000; }
.b { font-weight: bold; }
.pick { color: var(--color-primary); }
p.txt_ind { text-indent: -1em; margin-left: 1em; }
p.nm { padding-bottom: 0; }
/**/
.cen { text-align: center; }
.lft { text-align: left; }
.rit { text-align: right; }
.pad_anchor { margin-top: -115px; padding-top: 115px; }
/* 非表示用 */
@media print, screen and (min-width: 641px){ /* PC用 */
	.dsp_smt { display: none; }
	.cen_pc { text-align: center; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.dsp_hp { display: none; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
@media only screen and (min-width: 1024px) {
	#header,
	.sticky-header #header > .inner {
		border-bottom: 1px solid var(--color-primary);
		box-shadow: none;
	}
	#header,
	.sticky-header #header-layout {
		height: 70px;
	}
	#header .logo img {
		max-width: 451px;
	}
	/**/
	nav#mainNav ul li a b {
		font-weight: 500;
	}
	nav#mainNav ul li a span {
		color: var(--header-color-primary) !important;
		font-weight: normal;
	}
}
@media only screen and (max-width: 1023px) {
	body.mobile { margin-top: 60px; }
	body.mobile #breadcrumb { margin-top: 0; }
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer {
	padding: var(--px20);
}
#copyright {
	margin: 0 auto;
	background: none;
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.bg_wide { position: relative; }
.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
.box_w2_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_w2_sp.rev { flex-direction: row-reverse; }
.box_w2_sp.vtop { align-items: flex-start; }
.box_w2_sp.vcen { align-items: center; }
.box_w2_sp.vbtm { align-items: flex-end; }
.box_pad { padding: 20px; box-sizing: border-box; }
.box_w2 .column2_50:not(.cen) { text-align: left; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.bg_fix::before { background-attachment: fixed !important; }
	.box_w2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_w2.rev { flex-direction: row-reverse; }
	.box_w2.vtop { align-items: flex-start; }
	.box_w2.vcen { align-items: center; }
	.box_w2.vbtm { align-items: flex-end; }
	.box_w2.hcen { justify-content: center; column-gap: 2%; }
	.box_w2.htop { justify-content: flex-start; column-gap: 2%; }
	.box_pad { padding: 30px; }
	.box_w2 .column3_33 { width: 32%; }
	.box_w2 .column2_50 { width: 48.5%; }
	.box_w2 .column2_60 { width: 57%; }
	.box_w2 .column2_70 { width: 67%; }
	.box_w2 .column2_80 { width: 77%; }
	.box_w2 .w45 { width: 45%; }
	.box_w2 .w50 { width: 50%; }
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.box_pad { padding: 50px; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	/* tableにスクロールバーを追加 */
	.tbl_scroll { overflow: auto; margin-bottom: 15px; white-space: nowrap; }
	.tbl_scroll table { margin-bottom: 0; }
	.tbl_scroll::-webkit-scrollbar{ height: 5px; }
	.tbl_scroll::-webkit-scrollbar-track{ background: #F1F1F1; }
	.tbl_scroll::-webkit-scrollbar-thumb { ackground: #BCBCBC; }
	.box_w2 .w45+.w50 { margin-top: 20px; }
}
/**/
.box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
	max-width: 100%;
}
/**/
#content .linkBtn {
	display: block;
	width: auto;
	min-width: 300px;
	max-width: 100%;
	border-radius: 10px;
	padding: 15px 20px;
	box-shadow: 0 5px 0 var(--color-primary-tint);
	font-weight: 500;
	line-height: 1.4;
}
#content .linkBtn::after {
	display: none;
}
#content .linkBtn.btn_ygreen:not(:hover) {
	background: #EDF3B2;
	color: var(--color-primary);
}
#content .linkBtn.btn_red {
	background: #F1733C;
	box-shadow: 0 5px 0 #CD4A00;
}
#content .linkBtn.btn_red:hover {
	background: #CD4A00;
}
#content .cen .linkBtn {
	margin: 0 auto;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#content .linkBtn {
		padding: 15px 20px;
	}
}
/**/
.txt_link {
	color: var(--color-primary);
	text-decoration: underline;
}
.txt_link:hover {
	text-decoration: none;
}
/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600, .w800, .w900, .w1000 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }
.w1000 { width: 1000px; }
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_contents .box_lft {
		width: 62%;
	}
	#top_contents .box_rit {
		width: 34%;
	}
	#top_contents .box_rit h2 {
		margin: var(--px40) auto var(--px20);
	}
	#top_contents .box_rit h2:first-child {
		margin-top: 0;
	}
}
/**/
#top_news h2 {
	position: relative;
	margin-bottom: 0 !important;
}
#top_news h2 a {
	float: right;
	position: relative;
	display: block;
	padding: 6px 10px 6px 15px;
	background: var(--color-primary);
	border-radius: 5px;
	color: #fff;
	font-weight: normal;
	font-size: 13px;
	transition: all 0.3s ease-in-out;
}
#top_news h2 a:hover {
	background: var(--color-primary-tint);
}
#top_news h2 a::after {
	margin-left: 10px;
	font-size: 85%;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f105';
	vertical-align: middle;
}
#top_news .postlist li {
	border-bottom: 1px solid #ddd;
}
#top_news .postlist li:first-child {
	border-top: none;
}
.postlist .time {
	min-width: 7em;
	text-align: center;
}
.time.cat-roushikyotei {
	background: #8AC5B7 !important;
}
.time.cat-pcd {
	background: #FCB26D !important;
}
.time.cat-kitei {
	background: #DCCC40 !important;
}
.time.cat-info {
	background: #82C077 !important;
}
/**/
#top_bana {
	row-gap: 15px;
}
#top_bana li {
	width: 48%;
}
#top_bana a {
	display: block;
	height: 100%;
	padding: 10px 5px;
	border: 1px solid var(--color-primary-shade);
	border-radius: 10px;
	box-shadow: 0 5px 0 var(--color-primary-shade);
	font-size: 95%;
	line-height: 1.4;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
#top_bana a img {
	display: block;
	width: 64px;
	margin: 0 auto 8px;
}
#top_bana a:hover {
	background: var(--color-primary-shade);
}
#top_bana a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_bana {
		justify-content: flex-start;
		column-gap: 2%;
		row-gap: 20px;
	}
	#top_bana li {
		width: 23.5%;
	}
}
/**/
.post ul.top_link li+li {
	margin-top: 20px;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.post ul.top_link li+li {
		margin-top: 15px;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	font-weight: 500;
	line-height: 1.4;
}
/**/
h1.title.first {
	margin-bottom: var(--px30);
	padding-bottom: 8px;
	border-bottom: 1px solid var(--color-primary);
	font-size: var(--rem24w);
	text-align: left;
}
/**/
.post h2 {
	margin: var(--px80) auto var(--px30);
	font-size: var(--rem24w);
	text-align: left;
}
.post h2::after {
	width: 100%;
	height: 1px;
	margin-top: 8px;
}
.post h2.sub {
	position: relative;
	margin-bottom: var(--px20);
	padding-left: 16px;
	color: var(--color-primary);
}
.post h2.sub::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	margin: 0;
}
/**/
.post h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	下層共通
--------------------------------------------------*/
.box_line {
	border: 1px solid var(--color-primary-shade);
	border-radius: 15px;
	box-shadow: 0 5px 0 var(--color-primary-shade);
}
/**/
.page-format #content > section,
.page-id-815 #content > section,
.page-past_notice #content > section {
	padding: 20px;
	border: 1px solid var(--color-primary-shade);
	border-radius: 15px;
	box-shadow: 0 5px 0 var(--color-primary-shade);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.page-format #content > section,
	.page-id-815 #content > section,
	.page-past_notice #content > section {
		padding: 30px;
	}
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.page-format #content > section,
	.page-id-815 #content > section,
	.page-past_notice #content > section {
		padding: 50px;
	}
}
/**/
.post ul.link_list li {
	border-bottom: 1px dotted var(--color-primary);
}
.post ul.link_list li a {
	position: relative;
	display: block;
	min-height: 50px;
	padding: 10px;
	padding-right: 50px;
	background: url(/wp-content/uploads/parts_01.png.webp) no-repeat right center / 40px auto;
	color: var(--color-primary);
	line-height: 1.6;
	transition: all 0.3s ease-in-out;
	/* フレックス */
	display: flex;
	align-items: center;
}
.post ul.link_list li a span {
	display: inline-block;
	padding-left: 15px;
	text-indent: -15px;
}
.post ul.link_list li a span::before {
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 10px;
	background: var(--color-primary);
	border-radius: 50%;
	vertical-align: middle;
	transition: all 0.3s ease-in-out;
	content: "";
}
.post ul.link_list li a:hover {
	color: var(--color-primary-tint);
}
.post ul.link_list li a:hover span::before {
	background: var(--color-primary-tint);
}
/*--------------------------------------------------
	担当者連絡先
--------------------------------------------------*/
#address_list h2 {
	position: relative;
	margin-bottom: var(--px20);
	padding-left: 20px;
	font-weight: bold;
	font-size: var(--rem20);
	letter-spacing: 0;
}
#address_list h2::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 100%;
	margin: 0;
}
#address_list table {
	width: auto;
	margin: 0 0 0 15px;
}
#address_list table th {
	width: auto;
	padding-right: 1em;
	white-space: nowrap;
}
#address_list table th,
#address_list table td {
	padding-bottom: 5px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#address_list .box {
		margin: 0 auto;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#address_list .box+.box {
		margin-top: var(--px80);
	}
}
/*--------------------------------------------------
	書式
--------------------------------------------------*/
#format_about h2 {
	position: relative;
	margin-bottom: var(--px20);
	padding-left: 16px;
	color: var(--color-primary);
}
#format_about h2::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	margin: 0;
}
/*--------------------------------------------------
	過去のお知らせ
--------------------------------------------------*/
#past_notice_list h2 {
	position: relative;
	margin-bottom: var(--px12);
	padding-left: 42px;
}
#past_notice_list h2::after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	margin: 0;
}
#past_notice_list dl {
	padding: 20px 10px;
	border-bottom: 1px dotted #999;
}
#past_notice_list dt {
	margin-bottom: 5px;
	color: #B4B4B4;
	font-weight: normal;
}
#past_notice_list dd {
	padding: 0;
}
#past_notice_list dd a {
	color: var(--color-primary);
	text-decoration: underline;
}
#past_notice_list dd a:hover {
	text-decoration: none;
}
/*--------------------------------------------------
	検索
--------------------------------------------------*/
#search_box {
	display: flex;
	justify-content: flex-end;
}
#search_box form {
	overflow: hidden;
	width: 200px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	/* フレックス */
	display: flex;
	justify-content: space-between;
}
#search_box input {
	height: 30px;
	border: none;
	margin: 0;
}
#search_box input[type="text"] {
	width: calc(100% - 30px);
}
#search_box input[type="submit"] {
	overflow: hidden;
	width: 30px;
	background: url(/wp-content/uploads/ico_search.png.webp) no-repeat center center / auto 50%;
	text-indent: 999px;
	cursor: pointer;
}
/*--------------------------------------------------
	ログイン画面
--------------------------------------------------*/
body.page-id-811 header#h1Header {
	height: 0;
}
#loginform p+p {
	margin-top: 1em;
}
#loginform .login-password label {
	display: block;
}
#loginform .login-password input {
	vertical-align: middle;
	line-height: 30px;
	height: 30px;
	padding: 1px 5px;
	border: 1px solid #d4d4d7;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #555;
	background: #fcfcfc;
	margin-bottom: 5px;
	width: 100%;
	box-sizing: border-box;
}
#loginform .login-submit input {
	display: block;
	width: 100%;
	border-radius: 10px;
	padding: 15px 30px;
	background: var(--color-primary);
	box-shadow: 0 5px 0 var(--color-primary-tint);
	font-weight: 500;
	line-height: 1.4;
	cursor: pointer;
}
#loginform .login-submit input:hover {
	background: var(--color-primary-tint);
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must_fn {
	float: none;
}
/* ボタン */
.post form.wpcf7-form .linkBtn {
	width: 200px !important;
	padding: 0 !important;
}
.post form.wpcf7-form .linkBtn .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 0;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.post form.wpcf7-form .linkBtn input[type="submit"] {
	padding: 15px 35px;
}
a.linkbtn {
    color: #005ae0;
    border-bottom: 1px solid;
}
/*20250613サイドバー操作マニュアル・ログイン画面で非表示*/
.page-login .unlogin-none{
	display:none;
}