body {
	background-color: #e3f4ff;
	margin: 0;
	background: rgba(0, 160, 233, 0.25) url("/assets/img/public/bg.png") repeat;
	overflow-x: hidden;

	font-family:
		"Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}
ul {
	list-style: none;
}
.hidden {
	display: none;
}

.g-content,
.ho-wrap {
	background-color: #fff;
	width: min(90%, 1200px);
	margin: 3rem auto;
}
.ho-page-wrap > .body-tx {
	margin: 0;
	padding: 0 0 2em 0;
}
.page-header,
.page-header-group {
	text-align: center;
	color: #0b81ca;
}
h2.heading {
	font-size: 1.2rem;
	font-weight: 700;
	border-left: 5px solid #1a8ed6;
	margin: 1em 0;
	padding: 1em;
	background-color: #e3f4ff;
}

em {
	color: #ff0202;
	font-weight: 700;
}

.page-date {
	text-align: right;
}

.bsed.body-tx p {
	margin: 0.4em 0;
}

.page-date span {
	display: inline;
}

@media (max-width: 768px) {
	.page-date span {
		display: block;
	}
	.page-date {
		text-align: right;
		padding-right: 1em;
	}
}

.section-header {
	width: 100%;
}

.section-header h3.hd {
	color: #1a8ed6;
	border: none;
	border-bottom: 4px solid #1a8ed6;
	border-radius: 0;
	padding: 0.5em 0;
	margin-bottom: 1.5em;
	font-weight: 700;
	text-align: center;
}
section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#news-list-wrap {
	width: 100%;
}

.ho-news-sec {
	border-radius: 1rem;
	margin: 0 auto;
}

.news-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 1rem;
}

.news-header .hd {
	margin: 0;
	color: #1a8ed6;
	font-size: 1.5rem;
	font-weight: 700;
	border-bottom: 2px solid #1a8ed6;
	padding-bottom: 0.25rem;
}

.news-footer-link {
	text-align: right;
	margin-top: 1rem;
}

.news-footer-link a {
	font-weight: 600;
	color: #1a8ed6;
	text-decoration: none;
	display: inline-block;
	position: relative;
}

.news-footer-link .arrow {
	margin-left: 0.25rem;
}

.news-footer-link .underline {
	height: 2px;
	background-color: #1a8ed6;
	width: 80px;
	margin: 0.25rem 0 0 auto;
}

.news-list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.news-list-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 8px;
	gap: 1rem;
}

.news-list-item .date {
	color: #666;
	font-size: 0.9rem;
	min-width: 80px;
}

.news-list-item .title {
	color: #333;
	text-decoration: none;
	font-size: 1rem;
	flex: 1;
}

.news-list-item .title:hover {
	color: #0b41ca;
	text-decoration: underline;
}

.news-list > li > a.news-list-item {
	border-bottom: 1px solid #e3eef6;
}

.ho-news-sec .news-list > li > a.news-list-item {
	border-bottom: none;
}

.news-list > li.news-list-item {
	border-bottom: 1px solid #e3eef6;
}

@media (max-width: 767px) {
	.news-list-item {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		gap: 0.25rem;
	}

	.news-list-item i,
	.news-list-item .date {
		display: inline-flex;
		align-items: center;
	}

	.news-list-item .title {
		width: 100%;
		flex: none;
		display: block;
		margin-top: 0.2rem;
		font-size: 0.9rem;
	}
}

.content-link {
	color: #0070be;
	text-decoration: none;
	transition: all 0.3s ease;
}
.content-link:hover {
	color: #0b41ca;
}

.content-list {
	padding: 0;
}
.content-list-wrap {
	width: 100%;
}
.content-list-item > .image-thumbnail {
	padding: 0.25rem;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0.25rem;
	width: 100%;
}
.auto-margin {
	margin: auto;
}
.ho-banner-group {
	border-top: 1px solid #ccc;
	padding-top: 1em;
}
.ho-banner-list {
	padding: 0;
	display: flex;
	justify-content: center;
	gap: 1em;
}
.ho-banner-list-item {
	flex: 1;
}
.ho-banner-list-item > .banner-title {
	text-align: center;
	color: #1a8ed6;
	font-weight: 700;
	font-size: 1.1em;
}
.ho-banner-list-item > .banner-img {
	display: block;
	margin: auto;
}
.ho-banner-list-item > .banner-img > .img-responsive {
	display: block;
	max-width: 300px;
	margin: 0 auto;
}
.g-hd {
	background-color: #fff;
}
.hd-copyright {
	margin: 0;
	padding: 1rem;
	text-align: right;
	font-size: 0.8em;
}
@media (max-width: 767px) {
	.hd-copyright {
		font-size: 9px;
	}
}
.hd-nav-toggle-wrap {
	display: none;
}
.hd-nav-main-sec {
	top: 0;
	position: sticky;
	z-index: 1000;
}
.hd-nav-main {
	background-color: #fff;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 3rem;
	list-style: none;
	margin: 0;
	padding-bottom: 2em;
}
.nav-item {
	color: #000;
	text-decoration: none;
	padding: 15px 10px;
}
.nav-item:hover {
	text-decoration: underline;
}
.ft-info > p {
	margin: 0;
}
.ft-addr-info {
	padding: 0;
}
.ft-addr {
	color: #fff;
	font-style: normal;
}
.ft-instagram-logo {
	font-size: 1em;
	color: #fff;
	margin-bottom: 1em;
}
.ft-instagram-logo-image {
	width: 1.5em;
}
.ft-addr-mail {
	color: #fff;
}
.g-footer {
	background-color: #0070be;
	padding: 20px 0;
}
.btn.btn-default,
.g-footer {
	color: #fff;
	text-align: center;
}
.btn.btn-default {
	background-color: #6d6d6d;
	border-radius: 0.2rem;
	padding: 6px 20px;
	text-decoration: none;
	transition: all 0.3s ease;
	display: inline-block;
	border: 2px solid transparent;
}
.btn.btn-default:hover {
	background-color: #000;
}
.btn.btn-default:active {
	border-color: #4a90e2;
	box-shadow: 0 0 8px rgba(74, 144, 226, 0.5);
}
.txfig {
	display: flex;
	gap: 1em;
}
.txfig > .fig {
	flex: 1;
}
.txfig > .fig img {
	width: 100%;
	padding: 1em;
}
.txfig .tx.bsed {
	flex: 3;
}
.fig-box-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.fig-box {
	margin: 1em 0;
}
.fig-box-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1em;
}
.fig-box-inner > .fig-box-item {
	flex: 1;
}
.fig-box-inner img {
	width: 100%;
	max-height: 800px;
	margin: 1em 0;
}
.bsed ul {
	list-style: disc;
}
.bsed .table {
	border: 1px solid #ccc;
	border-radius: 0.1em;
	width: 100%;
}
.bsed .table td,
.bsed .table th {
	border: 1px solid #ccc;
	border-radius: 0.1em;
	padding: 8px;
	text-align: left;
}
.bsed .table th {
	background-color: #f5f5f5;
	font-weight: 700;
}
.bsed .file-box {
	margin: 2.5rem 0;
	padding: 0.75em 1em;
	background: #f8f8f8;
}
.bsed .file-type-icon {
	display: inline-block;
	vertical-align: middle;
	min-width: 3em;
	margin-left: 0.25em;
	padding: 0.125em 0.25em;
	font-size: 0.8rem;
	line-height: 1;
	text-align: center;
	color: #666;
	border: 1px solid;
}
.bsed .file-type-icon:after {
	content: "ファイル";
}
.bsed .file-type-icon.file-type-icon-jpeg:after,
.bsed .file-type-icon.file-type-icon-jpg:after {
	content: "JPEG";
}
.bsed .file-type-icon.file-type-icon-png:after {
	content: "PNG";
}
.bsed .file-type-icon.file-type-icon-svg:after,
.bsed .file-type-icon.file-type-icon-svgz:after {
	content: "SVG";
}
.bsed .file-type-icon.file-type-icon-pdf:after {
	content: "PDF";
}
.bsed .file-type-icon.file-type-icon-doc:after,
.bsed .file-type-icon.file-type-icon-docx:after {
	content: "Word";
}
.bsed .file-type-icon.file-type-icon-xls:after,
.bsed .file-type-icon.file-type-icon-xlsx:after {
	content: "Excel";
}
.bsed .file-type-icon.file-type-icon-ppt:after,
.bsed .file-type-icon.file-type-icon-pptx:after {
	content: "PowerPoint";
}
.bsed .file-ls {
	list-style: none;
	padding: 0;
	margin: 0;
}
.bsed .file-ls li {
	margin: 0.5em 0;
}
.bsed .file-ls li > a {
	color: #0070be;
	text-decoration: none;
	transition: all 0.3s ease;
}
.bsed .file-ls li > a:hover {
	color: #0b41ca;
}
h3.subhead {
	position: relative;
	display: block;
	width: 100%;
	background: #69c1ff;
	color: #fff;
	padding: 0.5em 0;
	border-radius: 999px;
	font-weight: 700;
	font-size: 1rem;
	text-align: center;
}

h4.subsubhead {
	font-size: 1rem;
	font-weight: 600;
	margin: 0.5em 0;
	padding: 0.5em 0;
	border-bottom: 2px solid #ccc;
}
.action-box .btn {
	font-size: 1rem;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;
	padding: 12px 30px;
}
.video-box {
	margin: 2em auto;
	position: relative;
}
.heading + .video-box,
.subhead + .video-box,
.video-box:first-child {
	margin-top: 0;
}
.video-box:last-child {
	margin-bottom: 0;
}
.video-box:after {
	content: "";
	display: block;
	padding-bottom: 56.25%;
}
.video-box iframe,
.video-box video {
	position: absolute;
}
.map-box {
	margin: 2em auto;
	text-align: center;
}
.heading + .map-box,
.map-box:first-child,
.subhead + .map-box {
	margin-top: 0;
}
.map-box:last-child {
	margin-bottom: 0;
}
.map-box > .bs-replace-map {
	min-height: 320px;
}
.map-box iframe {
	max-width: 100%;
}
.social-box {
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: center;
}
.heading + .social-box,
.social-box:first-child,
.subhead + .social-box {
	margin-top: 0;
}
.social-box:last-child {
	margin-bottom: 0;
}
.social-box-twitter {
	max-width: 37.5rem;
	margin-left: auto;
	margin-right: auto;
}
input[type="range"]::-webkit-slider-thumb {
	appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 15%;
	background: #fff;
	border: 2px solid #3b82f6;
	cursor: pointer;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
input[type="range"]::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border-radius: 15%;
	background: #fff;
	border: 2px solid #3b82f6;
	cursor: pointer;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.sharesheet {
	display: flex;
	margin: 0 10px;
}
.range-input {
	display: flex;
	align-items: center;
}
h3.category {
	color: #fff;
	border-radius: 10em;
	text-align: center;
	padding: 0.5em;
}
h3.category.childcare {
	background-color: #ffa136;
}
h3.category.housework {
	background-color: #ff75c9;
}
h3.category.other {
	background-color: #0bbe08;
}
@media (min-width: 768px) {
	.g-content,
	.ho-wrap {
		border-radius: 5em;
	}
	.body-tx {
		margin: 0 5em;
		padding: 1em;
	}
	.bsed.body-tx {
		margin: 0 0 0 3rem;
	}
	.content-list {
		display: grid;
		column-gap: 1em;
		grid-template-columns: repeat(auto-fill, minmax(22%, 1fr));
	}
	.txfig.txfig-left {
		flex-direction: row-reverse;
	}
}
@media (max-width: 768px) {
	.g-content,
	.ho-wrap {
		border-radius: 1em;
	}
	.body-tx {
		margin: 0 1em;
		padding: 2em 0;
	}
	.bsed.body-tx {
		margin: 0;
	}
	.ho-banner-list,
	.txfig {
		flex-direction: column;
	}
}
/*# sourceMappingURL=i-papa.min.css.map */

/* =========================
   シェアシート：文字
========================= */

/* 画像 */
.sharesheet-intro picture,
.sharesheet-intro img {
	display: block;
	max-width: 820px;
	width: 100%;
	margin: 0 auto 1.5rem;
}

/* 説明文 */
.sharesheet-intro p {
	max-width: 760px;
	margin: 0 auto 0.8rem;
	line-height: 1.8;
	font-size: 1rem;
	color: #333;
}

/* 注意文（※〜） */
.share-note {
	font-size: 0.9rem;
	color: #666;
	max-width: 760px;
	margin: 0.5rem auto 2rem;
	line-height: 1.7;
}

.sharesheet-intro p:first-of-type {
	font-weight: 600;
	color: #1a8ed6;
}

.sharesheet-intro p:first-of-type {
	display: inline-block;
	border-bottom: 3px solid #d6ecfb;
	padding-bottom: 0.1rem;
}

/* =========================
   シェアシート：リスト表示
========================= */

.sharesheet-item {
	display: grid;
	grid-template-columns: 3fr 4fr auto 4fr;
	align-items: center;
	border-bottom: 1px solid #e3eef6;

	background: #ffffff;
	margin-bottom: 1rem;
	transition: background 0.2s ease;

	background: transparent;
	border-radius: 0;
	box-shadow: none;
	gap: 1.25rem;

	padding: 1rem 0;
}

.sharesheet-item:first-child {
	border-top: 1px solid #e3eef6;
}

.sharesheet-label {
	font-size: 0.95rem;
	line-height: 1.4;
	font-weight: 600;
}

button[type="submit"] {
	display: block;
	margin: 2rem auto;
	padding: 1rem 2.5rem;
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
	background-color: #007acc;
	border: none;
	border-radius: 999px;
	cursor: pointer;
	text-align: center;
	transition: background-color 0.3s ease;
	box-shadow: none;
}

button[type="submit"]:hover {
	background-color: #005fa3;
}

/* =========================
   スライダー行
========================= */
.sharesheet-sliders {
	display: contents;
}

/* 矢印 */
.slider-arrow::before {
	content: "→";
	font-size: 1.25rem;
	color: #1a8ed6;
}

/* 各スライダー */
.slider-block {
	text-align: center;
}

.slider-title {
	font-size: 0.85rem;
	font-weight: 700;
	color: #1a8ed6;
	margin-bottom: 0.25rem;
}

.range-input {
	background: transparent;
	padding: 0.5rem 0;
	box-shadow: none;
}

/* =========================
   チェック時の非表示感
========================= */
input[type="checkbox"]:checked ~ .sharesheet-sliders {
	opacity: 0.4;
	pointer-events: none;
}

/* =========================
   シェアシート ヘッダ
========================= */
.sharesheet-head {
	display: grid;
	grid-template-columns: 3.3fr 4fr 4fr;
	align-items: center;
	font-weight: 700;
	color: #1a8ed6;
	padding: 0.5rem 0;
	border-bottom: 2px solid #1a8ed6;
	margin-bottom: 0.5rem;
}

.sharesheet-head .head-col {
	text-align: center;
	font-size: 0.9rem;
}

/* =========================
   シェアシート
========================= */

.sharesheet-item:hover {
	background: #f7fbff;
}

/* スライダー全体 */
.range-input {
	display: flex;
	align-items: center;
}

/* スライダー本体*/
input[type="range"] {
	height: 0.4rem;
	border-radius: 999px;
}

/* =========================
   モバイル
========================= */

/* タブレット専用（md） */
@media (max-width: 991px) {
	.sharesheet-head,
	.slider-arrow {
		display: none;
	}
	.sharesheet-item {
		display: block;
		padding: 1rem 0.5rem;
	}

	.sharesheet-label {
		margin-bottom: 1rem;
		font-size: 1rem;
	}

	.sharesheet-sliders {
		display: grid;
		grid-template-columns: 1fr;
	}

	.slider-block {
		display: block;
	}

	.range-input-row {
		flex-wrap: nowrap;
		width: 100%;
	}

	.range-label {
		width: 60px;
		text-align: center !important;
	}

	.range-input-row .col.px-3 {
		flex: 1;
	}

	input[type="range"] {
		width: 100%;
	}

	.slider-block::before {
		display: block;
		font-size: 0.85rem;
		font-weight: 700;
		color: #1a8ed6;
		margin-bottom: 0.25rem;
		text-align: left;
	}

	.slider-block:first-of-type::before {
		content: "現状";
	}

	.slider-block:last-of-type::before {
		content: "理想";
	}
}

/* =========================
   全体の読みやすさ
========================= */
body {
	line-height: 1.8;
	letter-spacing: 0.02em;
	color: #333;
}

/* =========================
   コンテンツ全体
========================= */
.g-content,
.ho-wrap {
	background-color: #fff;
}

/* section内の横幅制御 */
section > * {
	max-width: 900px;
	width: 100%;
}

/* =========================
   見出し調整
========================= */
h2,
h3,
h4 {
	letter-spacing: 0.04em;
}

/* =========================
   リード文
========================= */
.lead {
	font-size: 1.05rem;
	font-weight: 500;
	color: #444;
}

/* =========================
   画像共通
========================= */
img {
	max-width: 100%;
	height: auto;
	border-radius: 0.5rem;
}

/* =========================
   囲み要素
========================= */
.overview-box,
.bsed .file-box {
	background: #fffef7;
	border-radius: 1rem;
	padding: 1rem;
}

/* =========================
   ボタン（フラット）
========================= */
.btn.btn-default {
	background-color: #6d6d6d;
	border-radius: 0.2rem;
	padding: 6px 20px;
	text-decoration: none;
	display: inline-block;
	border: 2px solid transparent;
	color: #fff;
}

.btn.btn-default:hover {
	background-color: #000;
}

section.overview-block {
	padding: 0;
}

.project-overview-row {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.project-overview-text {
	flex: 1;
}

.project-overview-image {
	width: 180px;
	text-align: center;
}

section > *:not(.row) {
	max-width: 900px;
	width: 100%;
}

/* タイムライン全体 */
.timeline {
	position: relative;
	margin-top: 2rem;
}
/* 各ステップ */
.step {
	position: relative;
	margin-bottom: 3rem;
	padding-left: 1rem;
}

.step:nth-of-type(1) .step-content {
	background-color: #fff7d5;
}
.step:nth-of-type(2) .step-content {
	background-color: #e6f7ff;
}
.step:nth-of-type(3) .step-content {
	background-color: #f9e9ef;
}

.step:nth-of-type(1) h4 {
	color: #b48000;
}
.step:nth-of-type(2) h4 {
	color: #1f4e79;
}
.step:nth-of-type(3) h4 {
	color: #f45293;
}

.step-content {
	padding: 1rem 1.5rem;
	border-radius: 0.5rem;
}

/* ボックス内の画像調整 */
.overview-box img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-top: 1rem;
}

/* 見出し強調 */
.step-content h4 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	color: #3f312c;
}

.project-papapassport {
	margin-top: 30px;
	border-top: 1px solid #ccc;
	padding: 30px;
	text-align: center;
}

.project-papapassport .papapassport-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 2rem;
}

.project-papapassport .papapassport-image {
	flex: 0 0 auto;
}

.project-papapassport .papapassport-image img {
	max-width: 300px;
	width: 100%;
	height: auto;
}

.project-papapassport .papapassport-text {
	flex: 1;
}

.project-papapassport .papapassport-title {
	color: #00a0e9;
	font-weight: bold;
	font-size: 1.1em;
}

img.project-overview__image {
	padding: 2em 0;
}

/* スマホ対応：画面が狭い場合は縦並び */
@media (max-width: 767px) {
	.lead {
		font-family: "M PLUS Rounded 1c", sans-serif;
		font-weight: bold;
		font-size: 1rem;
		color: #636363;
		margin-top: 1em;
		line-height: 120%;
	}
	.project-overview-row {
		flex-direction: column;
	}
	.step-content {
		padding: 0.8rem 1rem;
	}
	.step-number {
		display: none;
	}
	.timeline {
		border-left: none;
		padding-left: 0;
	}
	.step {
		padding-left: 0;
	}
	.project-papapassport .papapassport-row {
		flex-direction: column;
		gap: 1rem;
	}

	.project-papapassport .papapassport-image {
		flex: 1 1 auto;
	}

	.project-papapassport .papapassport-text {
		flex: 1 1 auto;
	}

	img.project-overview__image {
		padding-top: 1em;
	}
	.step {
		padding-left: 0;
	}
	.intro-row {
		border-radius: 16px;
		flex-direction: column-reverse;
	}
	.lead {
		line-height: 1.6;
	}
	.fw-bold {
		padding: 0 0.5em;
	}
}

@media (min-width: 768px) {
	.intro-sp-text {
		display: none !important;
	}
}

.text-center {
	text-align: center !important;
}

/* =============================
   React slider 共通
============================= */
.range-input input[type="range"] {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 0.5rem;
	border-radius: 999px;
	background: transparent;
	cursor: pointer;
}

/* Chrome / Edge / Safari track */
.range-input input[type="range"]::-webkit-slider-runnable-track {
	height: 0.5rem;
	border-radius: 999px;
	background: transparent;
}

/* thumb */
.range-input input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 18px;
	height: 18px;
	background: #fff;
	border: 2px solid #0d6efd;
	border-radius: 50%;
	margin-top: -6px;
}

/* Firefox */
.range-input input[type="range"]::-moz-range-track {
	height: 0.5rem;
	border-radius: 999px;
	background: transparent;
}
.range-input input[type="range"]::-moz-range-thumb {
	width: 18px;
	height: 18px;
	background: #fff;
	border: 2px solid #0d6efd;
	border-radius: 50%;
}

/* =============================
   テキスト
============================= */
.small {
	font-size: 0.85rem;
	margin-bottom: 0;
	display: block;
}

.fw-bold {
	font-size: 1.5em;
	padding: 0 0.3em;
	font-weight: 600;
}

span.text {
	font-size: 1.25em;
	font-weight: bold;
}

i.fas {
	color: #4ba4f2 !important;
	font-size: 1.25em;
}

/* =============================
   パパ・スライダー・ママ row
============================= */
.range-input-row {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}

.range-label {
	min-width: 70px;
	text-align: center;
}

.col.px-3 {
	padding-top: 1.3em;
}

.slider-block {
	width: 100%;
}

@media (max-width: 1025px) {
	.sharesheet-head {
		grid-template-columns: 3fr 4fr 4fr;
	}
}

@media (max-width: 767px) {
	.hd-nav-toggle-wrap {
		display: block;
		position: absolute;
		bottom: 0.8rem;
		right: 1rem;
		z-index: 1100;
	}

	.hd-nav-toggle {
		background: none;
		border: none;
		cursor: pointer;
	}

	.hd-nav-toggle img {
		width: 24px;
		height: 24px;
	}

	.hd-nav-main {
		display: flex;
		flex-direction: column;
		justify-content: center;
		z-index: 1000;
		overflow-y: auto;
		gap: 1em;

		position: fixed;
		top: 0;
		right: 0;
		transform: translateX(100%);
		width: 100%;
		height: 100vh;
		background: #92d4ff;
		transition: transform 0.3s ease;
	}

	/* 開いた時 */
	html.hd-nav-active .hd-nav-main {
		transform: translateX(0);
	}

	html.hd-nav-active .hd-nav-main {
		transform: translateX(0);
	}

	/* メニューリストアイテム */
	.hd-nav-main li {
		margin-bottom: 1.5rem;
		list-style: none;
	}

	.hd-nav-main li a {
		display: flex;
		align-items: center;
		font-size: 1.2rem;
		text-decoration: none;
		font-weight: 600;
		color: #fff;
	}

	.hd-nav-main li a i {
		margin-right: 0.5rem; /* アイコンと文字の間隔 */
		font-size: 1.4rem;
	}

	/* アイコン切り替え */
	.hd-nav-toggle .open {
		display: inline-block;
	}
	.hd-nav-toggle .close {
		display: none;
	}
	html.hd-nav-active .hd-nav-toggle .open {
		display: none;
	}
	html.hd-nav-active .hd-nav-toggle .close {
		display: inline-block;
	}
	.nav-item {
		padding: 15px 30px;
	}

	i.fas {
		color: #ffffff !important;
	}

	.news-list-item i.fas {
		color: #4ba4f2 !important;
	}
}

.hd-brand {
	text-align: center;
	padding: 2em 0;
}

/* PC */
.hd-brand img {
	width: 500px;
	height: auto;
	display: inline-block;
	max-width: 100%;
}

/* スマホ */
@media (max-width: 767px) {
	.hd-brand img {
		width: 280px;
	}
}

/* ===== Support Page ===== */
.support-page {
	max-width: 900px;
	margin: 0 auto;
	padding: 2rem 1.5rem;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.8;
	color: #333;
}

/* Hero */
.support-hero {
	margin-bottom: 3rem;
}

.support-title {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	border-left: 6px solid #3a7bd5;
	padding-left: 1rem;
	margin-bottom: 0.5rem;
}

.support-lead {
	font-size: 1rem;
	color: #555;
}

/* Section */
.support-section {
	margin-top: 2.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid #ddd;
}

/* セクション見出し */
.support-section-title {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;

	padding: 0.3em 0.9em;
	border-radius: 999px;

	background: #69c1ff;
	color: #ffffff;

	font-size: 1.15rem;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.support-section-title i {
	color: #ffffff;
	font-size: 0.95em;
	margin-right: 0.4rem;
	vertical-align: middle;
	padding-left: 1em;
}

.support-section-lead {
	font-size: 0.95rem;
	color: #666;
	margin-bottom: 1rem;
}

/* List */
.support-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.support-list li {
	margin: 0.4rem 0;
}

.support-list a {
	text-decoration: none;
	color: #3a7bd5;
	font-weight: 500;
}

.support-list a:hover {
	text-decoration: underline;
}

/* Note */
.support-note {
	font-size: 0.9rem;
	color: #777;
	margin-top: 0.8rem;
}

/* Responsive */
@media (max-width: 768px) {
	.support-page {
		padding: 1.5rem 1rem;
	}
	.support-title {
		font-size: 1.5rem;
	}
	.support-section-title {
		font-size: 1.15rem;
		padding: 0.3em;
	}
}

/*重要なお知らせ*/
.ho-notice-sec {
	padding: 2rem 1rem;
}
.ho-notice-cnt {
	max-width: 900px;
	margin: 0 auto;
	border-radius: 12px;
	padding: 0 1.8rem;
	border-left: 6px solid #d32f2f;
	background-color: #ffeded;
	box-sizing: border-box;
}
.ho-notice-hd {
	font-size: 1.2rem;
	font-weight: 700;
	color: #d32f2f;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.ho-notice-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ho-notice-list li {
	border-top: 1px solid #eee;
	padding: 0.7rem 0;
}
.ho-notice-list li:first-child {
	border-top: none;
}
.ho-notice-list-item-link {
	text-decoration: none;
	color: #333;
	font-weight: 500;
	display: block;
	transition:
		color 0.2s,
		transform 0.2s;
}
.ho-notice-list-item-link:hover {
	color: #d32f2f;
	transform: translateX(4px);
}
.ho-notice-list-item {
	color: #555;
	font-size: 0.95rem;
}
@media (max-width: 767px) {
	.ho-notice-cnt {
		padding: 0 1.2rem;
		margin-top: 1em;
		box-sizing: border-box;
	}
	.ho-notice-hd {
		font-size: 1.05rem;
		margin: 0.3rem 0;
	}
	.ho-notice-sec {
		padding: 0.3rem 0;
	}
}

.ft-org {
	font-size: 0.85em;
}

/*テーブル*/

.table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.95rem;
	background: #fff;
	table-layout: fixed;
}

.table th,
.table td {
	padding: 12px 14px;
	border: 1px solid #e5e5e5;
	text-align: left;
}

.table thead {
	background: #f7f7f7;
}

.table th {
	font-weight: 600;
}

/* pタグの余白リセット */
.table p {
	margin: 0;
}

.support-note {
	font-size: 0.9rem;
	color: #777;
	margin-top: 0.8rem;
	text-align: right;
}
