@charset "utf-8";

* {
	box-sizing: border-box;
}
html[lang="ja"] body .site *:not(i) {
	font-family:-apple-system, BlinkMacSystemFont, "BIZ UDPGothic","Hiragino Sans", Meiryo, "Helvetica Neue", sans-serif, FontAwesome !important
}
body {
	background-attachment: fixed;
	background-image: url(https://oatis.demo-os-system.biz/wp-content/uploads/2023/11/bg-3.png);
	background-repeat: no-repeat;
	background-size:cover;
	font-size:16px;
}
h1 {
	font-size:1.5em;
}
.entry .entry-content h2, .entry .entry-summary > h2 {
	background: rgba(232,242,255,1.00);
	font-size:1.6em;
	margin: 2em 0 1em;
	padding-bottom: 0.8em;
	padding-left:0.8em;
	padding-right:0.8em;
	width:100%;
}

.entry h1:not(.site-title):before, h2:before {
	margin: 1rem 0 1rem -1rem;
}

.site-title {
	font-size:2em;
	width:100%;
}

.entry .entry-content .entry-content_top {
	margin:0 1rem;
	max-width:calc(100% - (2 * 1rem));
}

main .entry .entry-content .wp-block-image .aligncenter {
	max-width:100%;
	width:100%;
}

main .entry .entry-content > *.aligncenter, .entry .entry-summary > *.aligncenter {
	max-width:100%;
}

.d-block {
	display: block;
}

.d-flex {
	display: flex;
}

.justify-content-center {
	justify-content: center;
}

.none {
	display: none;
}

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

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

.font-weight-bold {
	font-weight: bold;
}

.fs-088 {
	font-size: 0.88em;
}

.fs-100 {
	font-size: 1em !important;
}

.fs-110 {
	font-size: 1.1em !important;
}

.fs-120 {
	font-size: 1.2em !important;
}

.w-80 {
			width: 80%;
}
.w-75 {
	width: 75%;
}
.w-20 {
			width: 20%;
}

.mw36-moji {
	max-width: 37em;
}

.mt-0 {
	margin-top:0;
}
.mb-0 {
	margin-bottom:0;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.indent-1em {
			padding-left: 1em;
			text-indent: -1em;
}
		
.text_sub {
			color: #666;
			font-size: 0.88em;
}

.text-red {
	color:#d90000;
}

.point-pink {
			color: rgba(222,71,126,1.00);
			font-weight: bold;
}

.point-blue {
			color: #0068b7;
	    font-size:1.1em;
			font-weight: bold;
}

.text-orange {
	color: #fe7200;
}

.bg-cream {
	background:#fff7cf;
}

.border-orange {
	border: thin solid #f5b333;
}

.list-style-none {
	list-style:none;
	padding-left: 0;
}

.bg-f1f1f1 {
	background:#f6fa95;
}

.btn.btn-secondary {
	color: #fff !important;
}

.btn.btn-outline-primary {
	font-size: 1em;
}

.entry .entry-content .btn_text {
			background: #b3d6ff;
			border: 0.15em solid #b3d6ff;
			border-radius: 1.5em;
			color: #0068b7;
			display: block;
			font-size: 1.3em;
			line-height: 1.3;
	margin: 2em 0;
			padding: 0.4em 1em;
	text-align:center;
			text-decoration: none;
		}
		.btn_text:hover {
			background: #fff;
			color: #043c78;
		}

.btn_text.disabled {
			cursor: default;
			opacity: 0.6;
			pointer-events:none;
		}

a.btn_date:link,
a.btn_date:visited {
			background: #0068b7;
			border: 0.15em solid #0068b7;
			border-radius: 1.5em;
			color: #fff;
			display: block;
			font-size: 1.3em;
			line-height: 1.3;
			padding: 0.4em 1em;
			text-align: center;
			text-decoration: none;
}
a.btn_date:hover,
a.btn_date:active {
			background: #fff;
			color: #0068b7;
}

button {
	display: block !important;
	font-weight: normal;
}

.list-style-none {
	list-style: none;
}

.btn-group .btn {
	font-size: 1em;
	padding: 0.3rem 0.5rem;
}

.color-main {
	color: #043c78;
}

ul.disc > li {
	margin-bottom: 0.5em;
}

.seminar_btn p {
	line-height:1.5;
	margin: 1em 0;
	text-align:center;
}

.seminar_btn a {
	line-height:1.5;
}

.entry .entry-content h2, .entry .entry-summary h2 {
	font-size:1.6em;
	margin: 2em 0 1em;
	width: 100%;
}

.table_scroll {
			margin-bottom: 2rem;
			overflow: scroll;
			width: 100%;
}
.table_scroll > table {
			margin: 0;
			table-layout: fixed;
			width: 100%;
}
.table_scroll > table > thead td {
			border: none;
			padding: 0;
}
.table_scroll > table > tbody td,
.table_scroll > table > tbody th {
	padding: 1em;
}
.table_scroll > table > tbody th {
	text-align: center;
}
.w2-moji {
	width: 3em;
}
.w4-moji {
	width: 5em;
}
.w5-moji {
			width: 6em;
}
.w6-moji {
			width: 7em;
}
.w7-moji {
	width: 8em;
}
.w8-moji {
	width: 9em;
}
.w10-moji {
	width: 11em;
}
.w25-moji {
			width: 25em;
		}
.w30-moji {
			width: 31em;
}
.mw15-moji {
	max-width: 15em;
}

.mw30-moji {
	max-width: 30em;
}

.mw45-moji {
	max-width:45em;
}

html[lang="ja"] .site *:not(i) {
	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", Meiryo, "Helvetica Neue", sans-serif, FontAwesome !important
}

#masthead {
	position: relative;
}

.message {
			font-size: 1.2em;
			text-align: center;
		}

.btn_default {
	background: #043c78;
	border: 0.15em solid #043c78;
	border-radius: 1.5em;
	color: #FFF;
	display: inline-block;
	font-size: 1em;
	line-height: 1.3;
	padding:0.4em 1em;
	text-decoration: none;
}

.btn_default:visited {
	color: #fff;
}

.btn_default:hover {
	background: #fff;
	color: #043c78;
}

.btn_default_white {
	background: #043c78;
	border: 0.15em solid #043c78;
	border-radius: 1.5em;
	color: #FFF;
	display: inline-block;
	font-size: 1em;
	line-height: 1.3;
	padding:0.4em 1em;
	text-decoration: none;
}

.btn_default_white:visited {
	color: #fff;
}

.btn_default_white:hover {
	background: #fff;
	color: #043c78;
}

		.btn.btn-pink {
			background: #FFADAD;
			border: 1px solid #FFADAD;
			border-radius: 0.8em;
			color: #fff;
			font-size:1em;
			padding: 0.5em 1em;
		}
		.btn.btn-pink.action,
		.btn.btn-pink:hover {
			background: #fff;
			border: 1px solid #E77878;
			color: #E77878;
		}

		.btn.btn-green {
			background: #A8DE41;
			border: 1px solid #A8DE41;
			border-radius: 0.8em;
			color: #fff;
			font-size:1em;
			padding: 0.5em 1em;
		}
		.btn.btn-green.action,
		.btn.btn-green:hover {
			background: #fff;
			border: 1px solid #95D024;
			color: #95D024;
		}

.link-primary {
	background: #043c78;
	border-radius: 1.3em;
	color: #fff;
	display: block;
	padding: 0.4em 1em;
	text-decoration: none !important;
}

.entry .entry-content a.btn_default {
	text-decoration: none;
}

.entry .entry-content > *, .entry .entry-summary > * {
	max-width: 100%;
}

.entry .entry-content .btn {
	text-decoration: none;
}

.site-header.featured-image .site-branding-container:after, .site-header.featured-image .site-featured-image:before, .site-header.featured-image .site-featured-image:after, .site-header.featured-image:after {
	content: none;
}
.image-filters-enabled .site-header.featured-image .site-featured-image .post-thumbnail img {
	filter:none;
}
.post-edit-link {
	display:none;
}
.site-header {
	background-image:url(https://oatis.demo-os-system.biz/wp-content/uploads/2023/11/mainimg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom:1rem;
	padding-top:1rem;
}

#site-navigation {
	display: none;
}

.header_link {
	position: static;
}

.header_link ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 1em 0 0;
}

.header_link li {
	padding:0.3em;
}

.header_link a {
	background: #043c78;
	border-radius: 1.3em;
	color: #fff;
	display: block;
	padding: 0.4em 1em;
}

.header_link a:visited {
	color:#fff;
}

.header_link a:hover {
	background: #fff;
	color: #043c78;
}

.header_link a i {
	font-size: 1.2em;
}

.entry .entry-title:before,
h1:not(.site-title):before, h2:before {
	background:#0068b7;
}

ul.chiiki {
	list-style: none;
	padding: 0;
}

ul.chiiki li {
	flex-basis: 50%;
	flex-grow:0;
	flex-shrink: 0;
	padding:0.8em;
}

.chiiki .btn {
	align-items: center;
	background:	#bbdbf3;
	border: 0.15em solid #bbdbf3;
	border-radius: 0.5em;
	color: #333;
	display: flex;
	font-size: 1em;
	height: 100%;
	justify-content: center;
	padding: 0.5em;
	text-align: center;
	text-decoration: none;
}

.chiiki .btn:hover {
	background: #fff;
}

.midashi {
	font-size: 1.4em;
	margin: 1.5em 0 1em;
}

.midashi span {
	border-bottom: dotted 0.2em #d9e367;
}

.img_logo {
			max-width: 512px;
			width: 100%;
		}

ul.top_link li {
	flex-basis: 50%;
	flex-grow:0;
	flex-shrink: 0;
	padding:0.8em;
}

.top_link .btn {
	align-items: center;
	background: #fff;
	border: 0.15em solid #9a0d7c;
	border-radius: 0.5em;
	color: #333;
	display: flex;
	font-weight: bold;
	height: 100%;
	justify-content: center;
	padding: 0.5em;
	text-align: center;
	text-decoration: none;
}

.top_link .btn:visited {
	color: #333;
}

.top_link .btn i,
.top_link .btn .title-icon {
	display: block;
	font-size:3em;
	font-weight: normal;
	padding-top: 10px;
}

.top_link .btn .title-icon {
	width: 1em;
	height: auto;
	margin: 0 auto;
}

.top_link .green .btn {
	border-color: #37a34a;
}
.top_link .green .btn i {
  color: #37a34a;
}
.top_link .green .btn:hover {
	background:#bee0c2;
}

.top_link .pink .btn {
	border-color: #de82a7;
}
.top_link .pink .btn i {
	color: #de82a7;
}
.top_link .pink .btn:hover {
	background:#e5c1cd;
}

.top_link .orange .btn {
	border-color: #ee7800;
}
.top_link .orange .btn i {
	color: #ee7800;
}
.top_link .orange .btn:hover {
	background:#fad09e;
}

.top_link .blue .btn {
	border-color: #4496d3;
}
.top_link .blue .btn i {
	color: #4496d3;
}
.top_link .blue .btn:hover {
	background:#bbdbf3;
}

.top_link .purple .btn {
	border-color: #9a0d7c;
}
.top_link .purple .btn i {
	color: #9a0d7c;
}
.top_link .purple .btn:hover {
	background:#cab8d9;
}

.top_link .yellowgreen .btn {
	border-color: #9cbb1c;
}
.top_link .yellowgreen .btn i {
	color: #9cbb1c;
}
.top_link .yellowgreen .btn:hover {
	background:#f0ffb3;
}

.top_link .gold .btn {
	border-color: #ffd700;
}
.top_link .gold .btn:hover {
	background:#fff5b8;
}

.top_link li.w-100 {
	flex-basis: 100%;
}

.entry .entry-content .wp-block-archives li, .entry .entry-content .wp-block-categories li, .entry .entry-content .wp-block-latest-posts li {
	font-size:1em;
}

a, a:visited, .main-navigation .main-menu > li, .main-navigation ul.main-menu > li > a, .post-navigation .post-title, .entry .entry-meta a:hover, .entry .entry-footer a:hover, .entry .entry-content .more-link:hover, .main-navigation .main-menu > li > a + svg, .comment .comment-metadata > a:hover, .comment .comment-metadata .comment-edit-link:hover, #colophon .site-info a:hover, .widget a, .entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color), .entry .entry-content > .has-primary-color, .entry .entry-content > *[class^="wp-block-"] .has-primary-color, .entry .entry-content > *[class^="wp-block-"].is-style-solid-color blockquote.has-primary-color, .entry .entry-content > *[class^="wp-block-"].is-style-solid-color blockquote.has-primary-color p {
	color: #666;
}

.entry .entry-content .wp-block-archives li a, .entry .entry-content .wp-block-categories li a, .entry .entry-content .wp-block-latest-posts li a {
	text-decoration: underline;
}

#search {
	margin-top:5em;
}

.joken dt {
	border-bottom: thin solid #68a4d9;
	border-left: 0.3em solid #68a4d9;
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0;
	padding-left: 0.3em;
}

.joken dd {
	margin: 0;
	padding-left: 1em;
	width: 100%;
}

.joken .select {
	background: #eee;
	display: block;
	margin: 0.6em 0;
	padding: 0.6em 1em;
}

.midashi_main_color {
	color: #0068b7;
}

.entry .entry-content .wp-block-image.al_process {
	display: block;
	margin: 0 auto;
	max-width: 508px;
	width: 100%;
}

		.search-results li {
			max-width: none;
			padding: 0 0 2em;
			text-align: left;
			width: 100%;
		}
		.search-results .result-box {
			background: #fff;
			border: thin solid #68a4d9;
			border-radius: 0.5em;
			display: flex;
			flex-wrap: wrap;
			padding: 1em;
		}
.search-results .result-box .list,
.search-results .result-box .link {
			flex-basis: 100%;
			flex-grow: 0;
			flex-shrink: 0;
		}
.search-results .result-box .name {
			font-size: 1.5em;
		}
.search-results .result-box .tel,
.search-detail .tel {
			font-size: 1.2em;
}
.search-results .result-box .url a {
			color: inherit;
}
.search-results .result-box .link {
			text-align: center;
}
.search-results .result-box .link a {
			background: #0068b7;
			border: 0.15em solid #0068b7;
			border-radius: 1.5em;
			color: #fff;
			display: inline-block;
			font-size: 1.2em;
			line-height: 1.3;
			padding: 0.4em 1em;
			text-decoration: none;
}
.search-results .result-box .link a:hover {
			background: #fff;
			color: #0068b7;
}

.badge-chiiki {
			background: rgba(191,238,175,1.00);
			color: #333;
}
.badge-shurui {
			background: rgba(247,242,134,1.00);
			color: #333;
}
.badge-shisetsu {
			background: rgba(247,196,230,1.00);
			color: #333;
}

.search-detail > div {
	margin-bottom: 0.5em;
}

.search_joken .btn_blue {
	background: #4496d3;
	border-color:#4496d3;
	font-size: 1.3em !important;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	padding-left: 3em !important;
	padding-right: 3em !important;
}

.box_purple {
			background: rgba(239,239,255,1.00);
	border: thin solid purple;
			border-radius: 0.3em;
	padding: 1em;
}
.box_blue {
			background: rgba(236,255,255,1.00);
	border: thin solid blue;
			border-radius: 0.3em;
	padding: 1em;
}
.box_green {
			background: #F3FAF1;
	border:thin solid green;
			border-radius: 0.3em;
	padding: 1em;
}
.box_orange {
			background: rgba(255,251,241,1.00);
	border:thin solid orange;
			border-radius: 0.3em;
	padding: 1em;
}
.box_red {
			background: rgba(255,246,241,1.00);
	border: thin solid darkred;
			border-radius: 0.3em;
	padding: 1em;
}
.box_purple .title {
			color: rgba(0,0,153,1.00);
	font-size: 1.1em;
	font-weight: bold;
}
.box_blue .title {
			color: rgba(0,153,153,1.00);
	font-size: 1.1em;
	font-weight: bold;
}
.box_green .title {
			color: #3A7526;
	font-size: 1.1em;
	font-weight: bold;
}
.box_orange .title {
			color: rgba(135,101,0,1.00);
	font-size: 1.1em;
	font-weight: bold;
}
.box_red .title {
			color: rgba(221,74,0,1.00);
	font-size: 1.1em;
	font-weight: bold;
}
.bg_orange_dark {
	background:#ffc75a;
}
table.saimuseiri .bg-success {
	background: rgba(203,239,201,1.00) !important;
}

.search_joken .joken_area {
			display: flex;
			flex-wrap: wrap;
		}
		.search_joken label {
			padding: 0.3em;
		}
		.search_joken .joken_area label {
			align-items: flex-start;
			display: flex;
			flex-basis: 100%;
			flex-grow: 0;
			flex-shrink: 0;
			flex-wrap: nowrap;
		}
		.search_joken label input {
			display: none;
		}
		.search_joken label span.btn {
			background: #fff;
			border: 0.15em solid #bbdbf3;
			border-radius: 0.5em;
			color: #333;
			font-size: 0.95em;
			padding: 0.3em 1em;
		}
		.search_joken .joken_area label span.btn {
			flex-basis: 40%;
			flex-grow: 0;
			flex-shrink: 0;
		}
		.search_joken label input:checked + span.btn {
			background: #bbdbf3
		}
		.search_joken label span.description {
			display: inline-block;
			font-size: 0.8em;
			padding-left: 0.3em;
		}

#btn-line {
	width: 144px;
}

.btn_blue2 {
			background: #DFEDF7;
			border: 0.15em solid #1C477D;
			border-radius: 1.5em;
			color: #1C477D;
	    display: inline-block;
			font-size: 1.3em !important;
			font-weight: bold;
			margin: 0.2em;
			padding-left: 3em !important;
			padding-right: 3em !important;
	    width: 10.5em;
		}
		.btn_blue2:hover {
			background: #fff;
			border-color: #5D95DA;
			color: #5D95DA;
		}
.btn_blue2:visited {
			background: #DFEDF7;
			border-color: #1C477D;
			color: #1C477D;
		}
.btn_gray2 {
			background: #EFEFEF;
			border: 0.15em solid #797979;
			border-radius: 1.5em;
			color: #797979;
			display: inline-block;
			font-size: 1.3em !important;
			font-weight: bold;
			margin: 0.2em;
			padding-left: 3em !important;
			padding-right: 3em !important;
	    width: 10.5em;
		}
		.btn_gray2:hover {
			background: #fff;
			border-color: #A7A7A7;
			color: #A7A7A7;
		}
.btn_gray2:visited {
			background: #EFEFEF;
			border-color: #797979;
			color: #797979;
		}
.table-fixed {
	table-layout: fixed;
}
.table-drink th,
.table-drink td {
	padding:0.7em;
}
.table-drink th {
  border-top:.1px solid #767676;
}
.table-drink .btn-danger,
.table-drink input {
	display: inline-block !important;
}
.table-drink .btn-danger {
	padding: 0.8em;
}
.table-drink input[type=text] {
	line-height: 2.4;
	padding-bottom: 0;
	padding-top: 0;
}
.i-block_total {
	background: rgba(250,251,213,1.00);
	display: inline-block;
	font-size: 1.7em;
	margin-right: 0.2em;
	text-align: center;
		}
.dot {
	border-bottom: 0.2em dotted #ddd;
	margin: 0.5em 0;
	padding: 0.5em 0.8em !important;
}
		.multi-way-choice {
			display: flex;
			flex-wrap: wrap;
			margin-bottom: 26px;
			overflow: hidden;
			padding: 0 0.8em;
		}
		.multi-way-choice input {
			position: absolute !important;
			clip: rect(0, 0, 0, 0);
			border: 0;
			height: 1px;
			overflow: hidden;
			width: 1px;
		}
		.multi-way-choice label {
			background-color: #f0f0f0;
			border: 1px solid rgba(0, 0, 0, 0.4);
			color: #666;
			font-size: 1em;
			line-height: 1;
			margin-right: -1px;
			padding: 9px 18px;
			text-align: center;
			transition: all 0.2s ease-in;
			width: 100%;
		}
		.multi-way-choice:hover {
			cursor: pointer;
		}
		.multi-way-choice input:checked + label {
			background-color: #4496d3;
			color:#fff;
		}
		.hantei {
			background: rgba(218,239,249,1.00);
			border-radius: 0.8em;
			font-size: 1.19em;
			padding: 2em 1em !important;
			text-align: center;
		}
		.hantei.red {
			background: rgba(254,227,228,1.00);
			border-color: rgba(251,89,92,1.00);
			color: inherit !important;
		}
		.hantei.orange {
			background: rgba(254,236,215,1.00);
			border-color: rgba(251,177,89,1.00);
		}
.drink_check_dl dt {
	margin-bottom:0.8em;
}
		@media (min-width:768px){
			.d-md-tablecell {
				display: table-cell !important;
			}
			.multi-way-choice {
				flex-wrap: nowrap;
			}
			.multi-way-choice label {
				width: auto;
			}
			.multi-way-choice label:first-of-type {
				border-radius: 5px 0 0 5px;
			}
			.multi-way-choice label:last-of-type {
				border-radius: 0 5px 5px 0;
			}
		}

.side-btn {
	margin: 0;
	padding: 0;
	position: fixed;
	right: 0;
	top: 40vh;
	width: 65px;
}
.side-btn a {
	color: #fff;
	display:block;
	text-decoration: none !important;
}
.side-btn a img {
	border-bottom-left-radius: 0.5em;
	border-top-left-radius: 0.5em;
	width: 100%;
}

.side-btn .side_seminar,
.side-btn .side_kikin,
.side-btn .side_kyoin,
.side-btn .side_iryo {
	border-bottom-left-radius: 0.5em;
	border-top-left-radius: 0.5em;
	margin-bottom: 15px;
}

.side-btn .side_youtube {
	margin-left: auto;
}

.side-btn .side_youtube img {
	border-bottom-left-radius: 0.5em;
  border-top-left-radius: 0.5em;
}

.youtube_list {
	background:#fff;
	border: thin solid #d90000;
	border-radius: 0.8em;
	display:none;
	padding: 0.5em 1em;
	text-align: left;
}

.youtube_list p {
	display:flex;
	flex-wrap: nowrap;
}

.youtube_list a {
	color:#333;
}

.youtube_list p i {
	margin-top: 0.3em;
}

#youtube_btn:hover .youtube_list {
	display:block;
	left: -11em;
	margin-right: 1em;
	position: absolute;
	top:-5em;
}

.entry footer.entry-footer {
	margin-bottom: 0;
	margin-top: 0;
}

img.side_link {
		width:3.8em;
	}

@media (min-width:576px){
	
	.modal-dialog {
		max-width: 800px;
	}
		
}

@media (min-width:768px){
	
	.entry .entry-content .entry-content_top {
		margin:0 10%;
		max-width:80%;
		padding:0 60px;
	}
	
	ul.chiiki li, ul.top_link li {
		flex-basis: 33.33%;
	}
	
	.header_link {
		bottom: 0.8em;
		position: absolute;
		right: 0.8em;
	}
	
	.header_link ul {
		padding-top:0;
	}
	
	.top_link .btn {
		font-size:1.1em;
	}
	.top_link .gold .btn {
		min-height: 7em;
	}
	.top_link .gold .btn br {
		display: none;
	}
	.top_link .gold .btn > span {
		align-items: center;
		display: flex;
		flex-direction: row-reverse;
		gap: 0.6em;
		justify-content: center;
	}
	.top_link .gold .btn .title-icon {
		padding-top: 0;
	}
	
	.side-btn {
	  top: 20vh;
	  width: 100px;
  }
	
	.side-btn .side_seminar,
  .side-btn .side_kikin,
  .side-btn .side_kyoin,
  .side-btn .side_iryo {
	  margin-bottom: 30px;
  }
	
	.side-btn .side_youtube {
		width: 80px;
	}
	
}

@media (min-width:992px){
	.header_link ul {
	  flex-wrap: nowrap;
  }
	
	.search-results .result-box .list {
				flex-basis: calc( 100% - 15em );
				flex-grow: 0;
				flex-shrink: 0;
			}
			.search-results .result-box .link {
				align-items: center;
				display: flex;
				flex-basis: 15em;
				flex-grow: 0;
				flex-shrink: 0;
			}
	.search_joken .joken_area label {
				flex-basis: 50%;
			}
}

@media (min-width: 1200px) {
	.header_link {
		bottom: 1.5em;
		right: 1.5em;
	}
	ul.chiiki li {
		flex-basis: 16.66%;
	}
	
}

/* =========================================================
   ヘッダーナビ（モバイルファースト：基本＝1行目ロゴ／2行目右端に
   相談＋ハンバーガー。901px以上でPC用の常時1行レイアウトに切替）
   ========================================================= */

/* ---- ヘッダー（基本＝SP：2行構成） ---- */
#masthead.site-header {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	justify-content: space-between;
	padding: 1rem;
	position: relative;
}

#masthead .site-branding-container {
	flex: 1 1 auto;
	margin: 0;
	margin-right: auto;
	max-width: 512px;
	min-width: 220px;
	padding: 0;
	text-align: left;
	width: auto;
}
#masthead .site-branding {
	margin: 0;
	max-width: none;
	padding: 0;
	width: auto;
}
#masthead .site-title {
	margin: 0;
	padding: 0;
	text-align: left;
	width: auto;
}
#masthead .site-title a {
	display: block;
}
#masthead .img_logo {
	height: auto;
	max-width: 100%;
	width: 100%;
}

.sp-header-btns {
	align-items: center;
	display: flex;
	flex: 0 0 100%;
	gap: 0.6em;
	justify-content: flex-end;
}

a.sp-soudan-btn,
a.sp-soudan-btn:visited {
	background: #fff;
	border: 2px solid #9a0d7c;
	border-radius: 0.5em;
	color: #9a0d7c;
	flex: 0 0 auto;
	font-weight: bold;
	padding: 0.4em 1em;
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
	white-space: nowrap;
}
a.sp-soudan-btn:hover,
a.sp-soudan-btn:active {
	background: #9a0d7c;
	color: #fff;
}

.nav-toggle {
	align-items: center;
	background: linear-gradient(135deg, #4496d3, #37a34a);
	border: none;
	border-radius: 0.4em;
	cursor: pointer;
	display: flex !important;
	flex: 0 0 auto;
	flex-direction: column;
	gap: 6px;
	height: 44px;
	justify-content: center;
	padding: 0;
	width: 44px;
}
.nav-toggle span {
	background: #fff;
	border-radius: 2px;
	display: block;
	height: 3px;
	transition: transform 0.25s, opacity 0.25s;
	width: 22px;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

.global-nav {
	background: #fff;
	border-radius: 0;
	box-shadow: 0 4px 8px rgba(0,0,0,0.15);
	display: none;
	left: 0;
	margin-left: 0;
	margin-right: 0;
	min-width: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 30;
}
.global-nav.open { display: block; }
.global-nav-list {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 0;
	max-width: none;
	padding: 0;
}
.global-nav-list li { margin: 0; padding: 0; }
.global-nav-list a,
.global-nav-list a:visited {
	border-bottom: 1px solid #eee;
	color: #333;
	display: block;
	font-weight: bold;
	padding: 0.9em 1.2em;
	text-decoration: none;
	white-space: normal;
}
.global-nav-list a:hover {
	color: #0068b7;
	text-decoration: underline;
}

.global-nav-list a.nav-tight {
	line-height: 1.3;
}

/* ---- PC（901px以上）：ロゴ左端・ナビ右端。<ul>を行ごとに2つ用意して必ず2行に分ける ---- */
@media (min-width: 901px) {
	#masthead.site-header {
		flex-wrap: nowrap;
		position: static;
	}

	#masthead .site-branding-container {
		min-width: 0;
	}

	.sp-header-btns {
		display: none;
	}

	.global-nav {
		background: rgba(255, 255, 255, 0.85);
		border-radius: 0.5em;
		box-shadow: 0 1px 5px rgba(0,0,0,0.15);
		display: block;
		flex: 0 0 auto;
		left: auto;
		margin-left: auto;
		padding: 0.4em 0.6em;
		position: static;
		right: auto;
		top: auto;
	}
	.global-nav-list {
		align-items: center;
		column-gap: 0.3em;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.global-nav-list + .global-nav-list {
		margin-top: 0.2em;
	}
	.global-nav-list .nav-tight {
		text-align: center;
	}
	.global-nav-list a {
		border-bottom: none;
		padding: 0.5em 0.6em;
		white-space: nowrap;
	}
}

/* =========================================================
   新TOPページ用CSS（v4・grid化カルーセル）
   ========================================================= */

/* ---------- 1. メインビジュアル（カルーセル＋セミナー情報） ---------- */
.entry .entry-content .mv-area {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin: 0 auto 2.5rem;
}

.entry .entry-content .mv-carousel {
	background: #fff;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	box-shadow: 0 2px 8px rgba(0,0,0,0.12);
	display: grid;
	flex: 1 1 66%;
	grid-template-rows: auto auto;
	overflow: hidden;
}
.entry .entry-content .mv-track {
	display: flex;
	grid-column: 1;
	grid-row: 1;
	transition: transform 0.5s ease;
}
.entry .entry-content a.mv-slide {
	display: block;
	flex: 0 0 100%;
	padding: 0;
	text-decoration: none;
}
.entry .entry-content .mv-slide img {
	background: #fff;
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

/* ---------- 矢印 ---------- */
.entry .entry-content .mv-prev,
.entry .entry-content .mv-next {
	align-items: center;
	align-self: start;
	background: rgba(255,255,255,0.9);
	border: none;
	border-radius: 50%;
	box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	cursor: pointer;
	display: flex !important;
	grid-column: 1;
	grid-row: 1;
	height: 40px;
	justify-content: center;
	justify-self: end;
	margin-top: 0.4em;
	padding: 0;
	width: 40px;
	z-index: 2;
}
.entry .entry-content .mv-prev {
	margin-left: 0;
	margin-right: 3.6em;
}
.entry .entry-content .mv-next {
	margin-right: 0.4em;
}
.mv-prev i, .mv-next i { color: #043c78; font-size: 1.1em; }
.entry .entry-content .mv-prev:hover,
.entry .entry-content .mv-next:hover { background: #fff; }

/* ---------- ドット ---------- */
.entry .entry-content .mv-dots {
	background: #fff;
	display: flex;
	gap: 0.5em;
	grid-column: 1;
	grid-row: 2;
	justify-content: center;
	padding: 1em 0;
}
.entry .entry-content .mv-dots button { background: #fff;
	border: 1px solid #043c78; border-radius: 50%; cursor: pointer; height: 0.75em; padding: 0;
	width: 0.75em;
}
.entry .entry-content .mv-dots button.active { background: #043c78; }

/* ---------- 一時停止／再生 ---------- */
.entry .entry-content .mv-pause {
	align-items: center;
	align-self: center;
	background: none;
	border: none;
	color: #043c78;
	cursor: pointer;
	display: flex !important;
	font-size: 1.5em;
	grid-column: 1;
	grid-row: 2;
	height: 48px;
	justify-content: center;
	justify-self: start;
	margin-left: 0.4em;
	padding: 0;
	width: 48px;
	z-index: 2;
}
.entry .entry-content .mv-pause:hover { opacity: 0.7; }

/* ---------- セミナー・イベント情報（右列） ---------- */
.mv-seminar { display: flex; flex: 1 1 34%; flex-direction: column; width: 100%; }
.entry .entry-content h2.mv-seminar-title {
	background: #e8f2ff;
	border-left: 6px solid #043c78;
	font-size: 1.3em;
	margin: 0 0 0.6em;
	padding: 1em;
	width: auto;
}
@media (min-width: 768px) {
	.entry .entry-content h2.mv-seminar-title {
		font-size: 1.5em;
	}
}
.entry .entry-content h2.mv-seminar-title:before { content: none; }

.entry .entry-content a.seminar-box,
.entry .entry-content a.seminar-box:visited {
	background: #fff;
	border: 2px solid #4496d3;
	border-radius: 0.4em;
	color: #333;
	display: flex;
	flex-direction: column;
	gap: 0.2em;
	margin-bottom: 0.6em;
	padding: 0.7em 0.9em;
	text-decoration: none;
}
.entry .entry-content a.seminar-box:hover { background: #eaf4fd; }
.seminar-box .s-date {
	color: #666;
}
.entry .entry-content .seminar-box .s-name {
	color: #043c78;
	display: block;
	font-weight: bold;
	height: 3em;
	line-height: 1.5;
	overflow: hidden;
}
.seminar-more { margin: 3em 0 0; text-align: right; }
.entry .entry-content .seminar-more a { color: #666; text-decoration:  underline; }
.entry .entry-content .seminar-more a:hover { text-decoration: none; }

/* ---------- 2. 相談予約バナー ---------- */
.entry .entry-content .yoyaku-banner {
	align-items: center;
	background: #9a0d7c;
	border-radius: 0.6em;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 1em;
	justify-content: center;
	margin: 0 auto 2.5rem;
	padding: 1.5em 1.2em;
	text-align: center;
}

/* ---------- 2-1. 実証事業リード（バナー上段） ---------- */
.entry .entry-content .yoyaku-banner .yoyaku-lead {
	background: #fff;
	border: 2px solid #fff;
	border-radius: 0.5em;
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.2;
	margin: 0;
	padding: 0.4em 0.8em;
	text-align: center;
	width: 100%;
}
.entry .entry-content .yoyaku-banner a.yoyaku-lead-link,
.entry .entry-content .yoyaku-banner a.yoyaku-lead-link:visited {
	color: #9a0d7c;
	text-decoration: underline;
	text-decoration-color: #9a0d7c;
}
.entry .entry-content .yoyaku-banner a.yoyaku-lead-link:hover {
	text-decoration: none;
}

/* ---------- 2-2. 予約案内（バナー下段。アイコン・本文・ボタンをまとめる箱） ---------- */
.entry .entry-content .yoyaku-banner .yoyaku-main {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1em;
	justify-content: center;
	width: 100%;
}

.yoyaku-icon { flex: 0 0 auto; line-height: 1; }
.entry .entry-content .yoyaku-icon img {
	display: block;
	height: auto;
	width: 120px;
}
.yoyaku-body { flex: 0 1 auto; }
.yoyaku-badge {
	background: #fff;
	border-radius: 0.5em; color: #9a0d7c;
	display: inline-block;
	font-weight: bold; margin-bottom: 0.3em;
	padding: 0.15em 0.9em;
}
.entry .entry-content .yoyaku-banner .yoyaku-title { font-size: 1.7em; font-weight: bold; line-height: 1.2; margin: 0 0 0.6em; }
@media (min-width: 768px) {
	.entry .entry-content .yoyaku-title {
		font-size: 2em;
	}
	.entry .entry-content .yoyaku-banner .yoyaku-lead {
		font-size: 2em;
	}
}
.entry .entry-content .yoyaku-notes { margin: 0; opacity: 0.95; }
.entry .entry-content .yoyaku-banner p { margin: 0; }
.yoyaku-actions { flex: 0 0 auto; text-align: center; }
.entry .entry-content .yoyaku-banner a.yoyaku-btn,
.entry .entry-content .yoyaku-banner a.yoyaku-btn:visited {
	background: #fff;
	border: 2px solid #fff;
	border-radius: 0.5em; color: #9a0d7c;
	display: block;
	font-weight: bold; margin-bottom: 0;
	padding: 0.6em 1.6em; text-decoration: none;
}
.entry .entry-content .yoyaku-banner a.yoyaku-btn:hover { background: transparent; color: #fff; }
.entry .entry-content .yoyaku-banner a.yoyaku-sub,
.entry .entry-content .yoyaku-banner a.yoyaku-sub:visited {
	color: #fff; text-decoration: underline;
}

/* ---------- テーマとの競合対策 ---------- */
.entry .entry-content .mv-area a,
.entry .entry-content .mv-area a:visited {
	text-decoration: none;
}

/* ---------- レスポンシブ（モバイルファースト） ---------- */
@media (min-width: 901px) {
	.entry .entry-content .mv-prev,
	.entry .entry-content .mv-next {
		align-self: center;
		height: 44px;
		justify-self: unset;
		margin-top: 0;
		width: 44px;
	}
	.entry .entry-content .mv-prev { justify-self: start; margin-left: 0.6em; margin-right: 0; }
	.entry .entry-content .mv-next { justify-self: end; margin-right: 0.6em; }
}
@media (min-width: 1201px) {
	.entry .entry-content .mv-area { align-items: flex-start; flex-direction: row; }
	.mv-seminar { width: auto; }
	/* バナー自体は「リード」「予約案内」の縦2段のまま。横並びは .yoyaku-main が担当 */
	.entry .entry-content .yoyaku-banner { gap: 1.5em; padding: 1.8em 2em; text-align: left; }
	.entry .entry-content .yoyaku-banner .yoyaku-main { flex-direction: row; gap: 2.5em; }
	.entry .entry-content .yoyaku-icon img { width: 200px; }
}

/* =========================================================
   ページTOPへ戻るボタン
   ========================================================= */
.page-top-btn {
	align-items: center;
	background: #043c78;
	border: none;
	border-radius: 50%;
	bottom: 6rem;
	box-shadow: 0 2px 8px rgba(0,0,0,0.3);
	color: #fff;
	cursor: pointer;
	display: flex !important;
	height: 56px;
	justify-content: center;
	opacity: 0;
	padding: 0;
	position: fixed;
	right: 0.3rem;
	transform: translateY(10px);
	transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
	visibility: hidden;
	width: 56px;
	z-index: 90;
}
.page-top-btn i {
	font-size: 1.4em;
	line-height: 1;
}
.page-top-btn.show {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}
.page-top-btn:hover {
	background: #0068b7;
}

/* ===== お知らせ・イベント一覧 ===== */
.oatis-news-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.oatis-news-item a {
	align-items: center;
	color: #333;
	display: flex;
	gap: 12px;
	padding: 12px 4px;
}

.oatis-news-item a,
.oatis-news-item a:hover,
.oatis-news-item a:focus {
	border-bottom: none !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

.oatis-news-title {
	text-decoration: underline;
}

.oatis-news-item a:hover .oatis-news-title {
	color: #333;
	text-decoration: underline;
}

/* ===== バッジ（お知らせ／イベント） ===== */
.oatis-badge {
	border-radius: 4px;
	flex: 0 0 auto;
	font-weight: bold;
	line-height: 1.6;
	padding: 2px 0;
	text-align: center;
	text-decoration: none;
	transition: background 0.2s, color 0.2s, border-color 0.2s;
	width: 84px;
}

.oatis-badge.is-news {
	background: #fff;
	border: 1px solid #e8804d;
	color: #e8804d;
}

.oatis-badge.is-event {
	background: #4a90d9;
	border: 1px solid #4a90d9;
	color: #fff;
}

.oatis-news-item a:hover .oatis-badge.is-news {
	background: #e8804d;
	border-color: #e8804d;
	color: #fff;
}

.oatis-news-item a:hover .oatis-badge.is-event {
	background: #2f6cb0;
	border-color: #2f6cb0;
}

/* ===== ページ送り（1 ｜ 2 ｜ 3 の下線付きリンク） ===== */
.oatis-pager {
	color: #333;
	margin-top: 32px;
	text-align: center;
}
.oatis-pager .page-numbers {
	color: #333;
	font-size: 15px;
}
.oatis-pager a.page-numbers {
	text-decoration: underline;
}
.oatis-pager a.page-numbers:hover {
	text-decoration: none;
}
.oatis-pager .page-numbers.current {
	font-weight: normal;
	text-decoration: underline;
}
.oatis-pager .page-numbers + .page-numbers::before {
	color: #333;
	content: "｜";
	display: inline-block;
	text-decoration: none !important;
}

/* ===== （仮称）実証実験について ページ ===== */
.jissho-page {
	margin: 0 auto;
	max-width: 1000px;
}

.jissho-info {
	margin: 20px 0;
}
.jissho-info .row-item {
	display: flex;
	margin-bottom: 6px;
}
.jissho-info dt {
	flex: 0 0 auto;
	font-weight: bold;
	width: 7em;
}
.jissho-info dt::before { content: "【"; }
.jissho-info dt::after  { content: "】"; }
.jissho-info dd {
	flex: 1;
	margin: 0;
}

.jissho-page .jissho-naiyo > li { margin-bottom: .8em; }
.jissho-page .jissho-naiyo .naiyo-ttl { display: block; }
.jissho-page .jissho-naiyo .naiyo-txt { display: block; padding-left: 1em; }

.jissho-photo {
	align-items: center;
	background: #fff;
	border: 1px solid #cfcfcf;
	display: flex;
	justify-content: center;
	margin: 24px 0;
	min-height: 200px;
}
.jissho-photo img {
	display: block;
	height: auto;
	max-width: 100%;
}

.jissho-yoyaku {
	text-align: center;
}
.jissho-yoyaku-btn {
	align-items: center;
	background: linear-gradient(90deg, #8f2d8c, #b23896);
	border-radius: 40px;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
	color: #fff !important;
	display: inline-flex;
	flex-direction: column;
	font-weight: bold;
	gap: 8px;
	padding: 20px 24px;
	text-decoration: none !important;
}
.jissho-yoyaku-btn:hover {
	opacity: 0.92;
}
.jissho-yoyaku-btn .y-main {
	text-align: center;
}
@media (min-width: 769px) {
	.jissho-yoyaku-btn {
		flex-direction: row;
		gap: 16px;
		padding: 16px 40px;
	}
	.jissho-yoyaku-btn .y-main {
		text-align: left;
	}
}
.jissho-yoyaku-btn .y-left {
	align-items: center;
	display: flex;
	flex-direction: column;
	line-height: 1.2;
	row-gap: 8px;
}
.jissho-yoyaku-btn .y-left .y-icon {
	display: block;
	height: auto;
	width: 80px;
}
.jissho-yoyaku-btn .y-badge {
	font-size: 14px;
}
.jissho-yoyaku-btn .y-main {
	font-size: 20px;
}
.jissho-yoyaku-btn .y-arrow {
	font-size: 20px;
}
.jissho-yoyaku-btn .y-right {
	align-items: center;
	display: inline-flex;
	gap: 12px;
}

/* =========================================================
   無料相談予約フォーム（hp_izon_form）
   ・.izon-form-page で囲った範囲だけに適用（他ページへの影響防止）
   ・見出し／リンク／本文の全体リセットはこのサイトの既存指定に
     任せるため、hp_izon_form側の共通リセット（h1-figure等）は
     持ち込んでいません
   ========================================================= */

/* ---------- ヒーロー（紫の帯） ---------- */
.izon-form-page .page-hero,
.izon-form-page .complete-hero {
	background: #9a0d7c;
	color: #fff;
	padding: 48px 16px;
}

.izon-form-page .hero-inner {
	align-items: center;
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr;
	justify-items: center;
	margin: 0 auto;
	max-width: 1000px;
}

.izon-form-page .hero-text {
	display: grid;
	gap: 16px;
	justify-self: stretch;
	min-width: 0;
}

.izon-form-page .hero-title {
	font-size: 24px;
	line-height: 1.4;
	text-align: center;
}

.izon-form-page .hero-lead {
	line-height: 2;
}

.izon-form-page .hero-note {
	background: #fff;
	border-radius: 8px;
	color: #333;
	display: grid;
	font-size: 16px;
	gap: 8px;
	padding: 16px 24px;
}

.izon-form-page .hero-note p {
	padding-left: 1em;
	text-indent: -1em;
}

.izon-form-page .hero-img {
	order: -1;
	width: 150px;
}

.izon-form-page .hero-img img {
	width: 100%;
}

/* ---------- メインコンテンツ ---------- */
.izon-form-page .container {
	display: grid;
	gap: 32px;
	margin: 0 auto;
	max-width: 860px;
	padding: 48px 16px 64px;
}

.izon-form-page .container form {
	display: grid;
	gap: 32px;
}

/* ---------- セクションの白ボックス ---------- */
.izon-form-page .form-section {
	background: #fff;
	border: 1px solid #c96fb2;
	border-radius: 12px;
	display: grid;
	gap: 24px;
	padding: 24px 16px;
}

.izon-form-page .form-section--pink {
	background: #faf0f8;
	border-color: #dfaed3;
}

/* ---------- セクション見出し ---------- */
.izon-form-page h1,
.izon-form-page h2 {
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
}
.izon-form-page p,
.izon-form-page ul,
.izon-form-page ol,
.izon-form-page li,
.izon-form-page dl,
.izon-form-page dt,
.izon-form-page dd,
.izon-form-page figure {
	margin: 0;
	padding: 0;
}
.izon-form-page h1:before,
.izon-form-page h2:before {
	content: none !important;
}

.izon-form-page .section-title {
	align-items: center;
	color: #333;
	display: flex;
	flex-wrap: wrap;
	font-size: 20px;
	gap: 8px;
}

.izon-form-page .sec-num {
	align-items: center;
	background: #9a0d7c;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 16px;
	font-weight: bold;
	height: 32px;
	justify-content: center;
	line-height: 1;
	min-width: 32px;
	padding: 0 8px;
}

.izon-form-page .badge-required {
	background: #d90000;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	flex: 0 0 auto;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	padding: 4px 16px;
}

.izon-form-page .note-star {
	color: #666;
	font-size: 16px;
}

/* ---------- 設問ブロック ---------- */
.izon-form-page .q {
	display: grid;
	gap: 8px;
}

.izon-form-page .q > .input-text,
.izon-form-page .q > .input-select {
	justify-self: start;
}

.izon-form-page .q-title {
	align-items: center;
	display: flex;
	font-weight: bold;
	gap: 8px;
}

.izon-form-page .q-num {
	align-items: center;
	border: 1px solid #9a0d7c;
	border-radius: 999px;
	color: #9a0d7c;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 16px;
	font-weight: normal;
	height: 24px;
	justify-content: center;
	line-height: 1;
	width: 24px;
}

.izon-form-page .q-note {
	color: #666;
	font-size: 16px;
}

.izon-form-page .q-title--plain {
	display: block;
}

/* ---------- 選択肢（ラジオ・チェックボックス） ---------- */
.izon-form-page .choice-list {
	display: grid;
	gap: 8px;
	grid-template-columns: 1fr;
	list-style: none;
}

.izon-form-page .choice-list > li {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.izon-form-page .choice-list label {
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	gap: 8px;
}

.izon-form-page .choice-list input[type="radio"],
.izon-form-page .choice-list input[type="checkbox"] {
	accent-color: #9a0d7c;
	cursor: pointer;
	flex: 0 0 auto;
	height: 18px;
	width: 18px;
}

.izon-form-page .choice-list--inline {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 8px;
}

.izon-form-page .choice-list--inline > li {
	flex: 0 0 auto;
}

.izon-form-page .inline-input {
	border: 1px solid #999;
	border-radius: 4px;
	font-size: 16px;
	padding: 4px 8px;
	width: 10em;
}

/* ---------- テキスト入力・セレクト ---------- */
.izon-form-page .input-text,
.izon-form-page .input-select {
	background-color: #fff;
	border: 1px solid #999;
	border-radius: 4px;
	font-family: inherit;
	font-size: 16px;
	max-width: 100%;
	padding: 8px 16px;
}

.izon-form-page .input-select {
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-position: right 16px center;
	background-repeat: no-repeat;
	padding-right: 48px;
}

.izon-form-page .input-text:focus,
.izon-form-page .input-select:focus,
.izon-form-page .inline-input:focus {
	outline: 2px solid #c96fb2;
	outline-offset: 1px;
}

.izon-form-page .w-name,
.izon-form-page .w-tel,
.izon-form-page .w-mail {
	width: 100%;
}

.izon-form-page .field-row {
	display: grid;
	gap: 4px;
	justify-items: start;
}

.izon-form-page .field-label {
	font-size: 16px;
}

.izon-form-page .select-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

/* ---------- 相談希望日時 ---------- */
.izon-form-page .date-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.izon-form-page .time-slots {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
}

.izon-form-page .time-slots label {
	cursor: pointer;
	display: block;
}

.izon-form-page .time-slots input {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	width: 1px;
}

.izon-form-page .time-slots span {
	background: #fff;
	border: 1px solid #9a0d7c;
	border-radius: 4px;
	color: #9a0d7c;
	display: block;
	min-width: 96px;
	padding: 8px 16px;
	text-align: center;
	transition: background 0.2s, color 0.2s;
}

.izon-form-page .time-slots input:checked + span {
	background: #9a0d7c;
	color: #fff;
}

.izon-form-page .time-slots input:focus-visible + span {
	outline: 2px solid #c96fb2;
	outline-offset: 1px;
}

.izon-form-page .w-full {
	width: 100%;
}

.izon-form-page textarea.input-text {
	resize: vertical;
}

.izon-form-page .questions-end {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

/* ---------- 入力エラー表示 ---------- */
/* ---------- フォーム全体のエラー ---------- */
.izon-form-page .form-alert {
	background: #fdeaea;
	border: 2px solid #d90000;
	border-radius: 12px;
	column-gap: 12px;
	display: none;
	grid-template-columns: auto 1fr;
	padding: 16px;
	row-gap: 4px;
	scroll-margin-top: 16px;
}

.izon-form-page .form-alert.is-shown {
	display: grid;
}

.izon-form-page .form-alert::before {
	align-items: center;
	background: #d90000;
	border-radius: 999px;
	color: #fff;
	content: "！";
	display: inline-flex;
	font-size: 18px;
	font-weight: bold;
	grid-column: 1;
	grid-row: 1 / span 2;
	height: 28px;
	justify-content: center;
	line-height: 1;
	width: 28px;
}

.izon-form-page .form-alert-title {
	color: #d90000;
	font-size: 18px;
	font-weight: bold;
	grid-column: 2;
	grid-row: 1;
	line-height: 1.4;
}

.izon-form-page .form-alert-text {
	grid-column: 2;
	grid-row: 2;
	line-height: 1.6;
}

@media (min-width: 769px) {
	.izon-form-page .form-alert {
		padding: 24px 32px;
	}
}

.izon-form-page .error-msg {
	align-items: center;
	color: #d90000;
	display: none;
	font-size: 16px;
	font-weight: bold;
	gap: 8px;
}

.izon-form-page .error-msg::before {
	align-items: center;
	background: #d90000;
	border-radius: 999px;
	color: #fff;
	content: "！";
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 16px;
	height: 20px;
	justify-content: center;
	line-height: 1;
	width: 20px;
}

.izon-form-page .q.is-error {
	background: #fdeaea;
	border: 2px solid #d90000;
	border-radius: 8px;
	padding: 16px;
}

.izon-form-page .q.is-error > .error-msg {
	display: flex;
}

.izon-form-page .field-row.is-error > .error-msg.is-shown {
	display: flex;
}

.izon-form-page .q.is-error .input-text,
.izon-form-page .q.is-error .input-select,
.izon-form-page .field-row.is-error .input-text {
	background-color: #fff5f5;
	border-color: #d90000;
}

/* ---------- ご予約は完了しておりません／ご注意ください ボックス ---------- */
.izon-form-page .info-box {
	align-items: start;
	background: #faf0f8;
	border: 1px solid #dfaed3;
	border-radius: 12px;
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr;
	justify-items: center;
	padding: 24px 16px;
}

.izon-form-page .info-icon {
	padding-top: 4px;
	width: 48px;
}

.izon-form-page .info-body {
	display: grid;
	gap: 8px;
	justify-self: stretch;
	min-width: 0;
	width: 100%;
}

.izon-form-page .info-title {
	color: #9a0d7c;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.izon-form-page .text-red {
	color: #d90000;
}

.izon-form-page .tel-number {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.izon-form-page a.tel-link {
	color: inherit;
	text-decoration: none;
}

/* ---------- ボタン ---------- */
.izon-form-page .submit-area {
	padding-top: 16px;
	text-align: center;
}

.izon-form-page .btn {
	border: 2px solid #9a0d7c;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block !important;
	font-family: inherit;
	font-size: 18px;
	font-weight: bold;
	max-width: 400px;
	padding: 16px;
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
	width: 100%;
}

.izon-form-page .btn-primary {
	background: #9a0d7c;
	color: #fff;
}

.izon-form-page .btn-primary:hover {
	background: #7c0a63;
	border-color: #7c0a63;
}

.izon-form-page .btn-outline {
	background: #fff;
	color: #9a0d7c;
}

.izon-form-page .btn-outline:hover {
	background: #faf0f8;
}

/* ---------- 確認画面 ---------- */
.izon-form-page .answer {
	font-size: 16px;
	padding-left: 4px;
}

.izon-form-page .confirm .q-title {
	color: #666;
	font-size: 16px;
	font-weight: normal;
}

.izon-form-page .answer-sub-label {
	color: #666;
	font-size: 16px;
}

.izon-form-page .caution-box {
	background: #faf0f8;
	border: 1px solid #dfaed3;
	border-radius: 12px;
	display: grid;
	gap: 8px;
	padding: 24px 32px;
	text-align: center;
}

.izon-form-page .caution-title {
	color: #9a0d7c;
	font-size: 20px;
	font-weight: bold;
}

.izon-form-page .confirm-btns {
	align-items: center;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
	padding-top: 16px;
}

/* ---------- 完了画面 ---------- */
.izon-form-page .complete-title {
	font-size: 24px;
	line-height: 1.4;
	text-align: center;
}

.izon-form-page .complete-hero p {
	line-height: 2;
}

.izon-form-page .complete-check {
	order: -1;
	width: 150px;
}

.izon-form-page .complete-box {
	align-items: start;
	background: #faf0f8;
	border: 1px solid #dfaed3;
	border-radius: 12px;
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr;
	justify-items: center;
	justify-self: center;
	max-width: 720px;
	padding: 24px 16px;
	width: 100%;
}

/* ---------- レスポンシブ ---------- */
@media (min-width: 768px) {
	.izon-form-page .choice-list--col2 {
		column-gap: 16px;
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 769px) {
	.izon-form-page .hero-inner {
		gap: 32px;
		grid-template-columns: 1fr auto;
		justify-items: normal;
	}

	.izon-form-page .hero-text {
		justify-self: auto;
	}

	.izon-form-page .hero-title,
	.izon-form-page .complete-title {
		font-size: 28px;
		text-align: left;
	}

	.izon-form-page .hero-img {
		order: 0;
		width: 240px;
	}

	.izon-form-page .form-section {
		padding: 24px 32px;
	}

	.izon-form-page .choice-list--inline {
		flex-direction: row;
		gap: 8px 32px;
	}

	.izon-form-page .w-name,
	.izon-form-page .w-mail {
		width: 20em;
	}

	.izon-form-page .w-tel {
		width: 16em;
	}

	.izon-form-page .inline-input {
		width: 12em;
	}

	.izon-form-page .info-box,
	.izon-form-page .complete-box {
		grid-template-columns: auto 1fr;
		justify-items: normal;
		padding: 24px 32px;
	}

	.izon-form-page .info-title {
		text-align: left;
	}

	.izon-form-page .info-body {
		justify-self: auto;
		width: auto;
	}

	.izon-form-page .btn {
		max-width: none;
		padding: 16px 48px;
		width: auto;
	}

	.izon-form-page .confirm-btns {
		align-items: normal;
		flex-direction: row;
		gap: 24px;
	}

	.izon-form-page .complete-check {
		order: 0;
	}
}

/* =========================================================
   イベントカレンダー（hp_izon_event_calendar）
   ・システムが出力するテーブル構造は変更せず、CSSのみで装飾
   ========================================================= */

.entry .entry-content table.calendar {
	display: block;
	overflow-x: auto;
	position: relative;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	background: #fff;
	border-collapse: collapse;
	font-size: 1em;
	margin: 0 0 2rem;
	table-layout: fixed;
}

.entry .entry-content table.calendar caption {
	background: #e8f2ff;
	border-left: 6px solid #043c78;
	border-right: 6px solid #043c78;
	box-sizing: border-box;
	caption-side: top;
	color: #043c78;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	left: 0;
	line-height: 2.2;
	margin: 0 0 0.8em;
	padding: 0.6em 0.2em;
	position: sticky;
	text-align: center;
	white-space: nowrap;
	width: 100%;
}

.entry .entry-content table.calendar caption a,
.entry .entry-content table.calendar caption a:visited {
	display: inline-block;
	position: sticky;
	text-decoration: none;
	vertical-align: middle;
	z-index: 1;
}
.entry .entry-content table.calendar caption a:first-of-type {
	left: 0.2em;
	margin-right: 0.5em;
}
.entry .entry-content table.calendar caption a:last-of-type {
	right: 0.2em;
	margin-left: 0.5em;
}

.entry .entry-content table.calendar caption br {
	display: none;
}
.entry .entry-content table.calendar caption button {
	background: #043c78;
	border: 2px solid #043c78;
	border-radius: 1.5em;
	color: #fff;
	cursor: pointer;
	display: inline-block !important;
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1.4;
	padding: 0.35em 0.6em;
	vertical-align: middle;
	white-space: nowrap;
}
.entry .entry-content table.calendar caption button:hover,
.entry .entry-content table.calendar caption button:focus {
	background: #fff;
	color: #043c78;
}

.entry .entry-content table.calendar thead,
.entry .entry-content table.calendar tbody {
	border-collapse: collapse;
	display: table;
	min-width: 600px;
	table-layout: fixed;
	width: 100%;
}

/* ---------- 曜日の見出し（thead） ---------- */
.entry .entry-content table.calendar thead td {
	background: #043c78;
	border: 1px solid #043c78;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	padding: 0.5em 0.2em;
	text-align: center;
}
.entry .entry-content table.calendar thead td.sunday { color: #ffc9c9; }
.entry .entry-content table.calendar thead td.saturday { color: #b9dcff; }

/* ---------- 日付の行（tr.date） ---------- */
.entry .entry-content table.calendar tbody tr.date td {
	border-left: 1px solid #cfdcea;
	border-right: 1px solid #cfdcea;
	border-top: 1px solid #cfdcea;
	color: #333;
	font-size: 0.95em;
	font-weight: bold;
	line-height: 1.4;
	padding: 0.35em 0.4em 0.1em;
	text-align: left;
	vertical-align: top;
}
.entry .entry-content table.calendar tbody tr.date td.sunday { color: #d90000; }
.entry .entry-content table.calendar tbody tr.date td.saturday { color: #0068b7; }

/* ---------- イベントの行（tr.event） ---------- */
.entry .entry-content table.calendar tbody tr.event td {
	border-bottom: 1px solid #cfdcea;
	border-left: 1px solid #cfdcea;
	border-right: 1px solid #cfdcea;
	padding: 0.4em 0.3em 0.4em;
	vertical-align: top;
}

.entry .entry-content table.calendar tbody td:first-child { background: #fff8f8; }
.entry .entry-content table.calendar tbody td:last-child  { background: #f6faff; }

/* ---------- 1日分のイベント入れ物 ---------- */
.entry .entry-content table.calendar .eventTd {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-height: 4.5em;
}

.entry .entry-content table.calendar .eventTd br { display: none; }

.entry .entry-content table.calendar .eventTd a,
.entry .entry-content table.calendar .eventTd a:visited {
	background: #eaf4fd;
	border-left: 3px solid #4496d3;
	border-radius: 0.25em;
	color: #043c78;
	display: block;
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1.4;
	overflow-wrap: anywhere;
	padding: 0.3em 0.5em;
	text-decoration: none;
}
.entry .entry-content table.calendar .eventTd a:hover,
.entry .entry-content table.calendar .eventTd a:focus {
	background: #4496d3;
	color: #fff;
}

/* ---------- 361px以上：月切り替えバーに少し余裕を持たせる ---------- */
@media (min-width: 361px) {
	.entry .entry-content table.calendar caption {
		font-size: 1em;
		padding: 0.6em 0.4em;
	}
	.entry .entry-content table.calendar caption button {
		font-size: 0.8em;
		padding: 0.35em 0.8em;
	}
}

/* ---------- 601px以上：横スクロールをやめ、通常の表組みに戻す ---------- */
@media (min-width: 601px) {
	.entry .entry-content table.calendar {
		display: table;
		overflow-x: visible;
	}
	.entry .entry-content table.calendar thead,
	.entry .entry-content table.calendar tbody {
		min-width: 0;
		width: auto;
	}
	.entry .entry-content table.calendar thead {
		display: table-header-group;
	}
	.entry .entry-content table.calendar tbody {
		display: table-row-group;
	}
	.entry .entry-content table.calendar caption {
		caption-side: top;
		display: table-caption;
		font-size: 1.3em;
		padding: 0.7em 1em;
	}
	.entry .entry-content table.calendar caption a {
		position: static;
		left: auto;
		right: auto;
	}
	.entry .entry-content table.calendar caption button {
		font-size: 0.7em;
		padding: 0.35em 1.2em;
	}
	.entry .entry-content table.calendar thead td {
		font-size: 0.95em;
		padding: 0.6em 0.2em;
	}
	.entry .entry-content table.calendar tbody tr.date td {
		font-size: 1em;
		padding: 0.4em 0.6em 0.1em;
	}
	.entry .entry-content table.calendar tbody tr.event td {
		padding: 0.5em 0.4em 0.5em;
	}
	.entry .entry-content table.calendar .eventTd {
		min-height: 5.5em;
	}
	.entry .entry-content table.calendar .eventTd a {
		font-size: 0.8em;
	}
}

/* ===== ここから セミナー・イベント一覧（dl.topices）dd調整 ===== */
.topices dd {
	display: block;
	padding-bottom: 0.75rem;
	color: #6c7781;
	font-size: 13px;
	margin: 0;
	font-weight: 700;
}
/* ===== ここまで セミナー・イベント一覧（dl.topices）dd調整 ===== */