/*!
Theme Name: wp-customaize-manual
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-customaize-manual
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

wp-customaize-manual is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

a.post-title:hover {
	color: #fff !important;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

.br-active {
	display: none;
}

section.regulations {
    display: none;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

body.no-scroll {
	overflow: hidden;
}

#open-chatbot:hover {
	opacity: 1.0;
	cursor: pointer;
}

div#scrollToTopButton:hover {
	opacity: 0.8;
}

/* Links
--------------------------------------------- */
/* a {
	color: #4169e1;
} */

/* a:visited {
	color: #800080;
} */

/* a:hover,
a:focus,
a:active {
	color: #191970;
} */

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.highlight {
    background-color: yellow; /* 背景色を黄色に */
    color: red; /* 文字色を赤に */
    font-weight: bold; /* 太字に */
}

a.in-cell-link.banner-link {
    font-size: 1rem;
    color: #fff;
    background-color: #414141;
    padding: 10px 20px;
    letter-spacing: 2px;
    border-radius: 20px;
    margin-bottom: 30px;
    display: block;
    width: 100%;
    text-align: center;
	box-shadow: 0 4px 0 #303030 !important;
	transition: all 0.2s ease;
	box-sizing: border-box;
	position: relative;
}

a.in-cell-link.banner-link:after{
    content: "";
    width: 9px;
    height: 10px;
    background: url(/wp-content/uploads/2025/01/icon-arrow01.png) no-repeat left top;
    background-size: contain;
    position: absolute;
    right: 27px;
    top: calc(50% - 5px);
}

a.in-cell-link.banner-link:hover {
    margin-top: 4px;
    margin-bottom: 26px;
    box-shadow: none !important;
}

.banner-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 35px;
}

.content-container .banner-wrap p {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 0.8rem;
    margin-top: 5px;
    width: 47%;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

/* .page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
} */

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
Body
/* ------------------------------------------------------------*/
body {
	background: #121212;
	color: #fff;
}

/* a:visited {
	color: #ffffff;
} */

a {
	color: #ffffff;
}

a {
	text-decoration: none;
}

.entry-content a {
	color: #4747e6;
}

ul,
ol {
	margin: 0;
}

p {
	margin-bottom: 0;
}

ol,
ul {
	padding-left: 0;
}

.row>* {
	padding-right: 0;
	padding-left: 0;
	margin-top: 0;
}

a:visited {
	/* color: #000 !important; */
}

/*--------------------------------------------------------------
ai-chat-pop-up
/* ------------------------------------------------------------*/
.css-12rqs5d {
    background-color: #0075c1 !important;
}

#open-chatbot {
	/* border: none;
	position: fixed;
	right: 20px;
	bottom: 100px;
	z-index: 9999;
	transition: border-bottom 0.5s ease, opacity 0.5s ease;
	border-radius: 10px; */
}

/* #open-chatbot img {
	max-width: 200px;
	border-radius: 7px;
	border: 1.5px solid #0275c1;
	border-bottom: 5px solid #01578f;
	transition: all .3s ease-in-out;
}

#open-chatbot img:hover {
	border-bottom: 2px solid #006cb3;
} */

.sp {
	display: none;
}

@media (max-width: 768px) {
	#open-chatbot {
		right: 7px;
		bottom: 110px;
	}

	#open-chatbot img {
		max-width: 150px;
	}
}

/*--------------------------------------------------------------
検索ボタンのスタイル
/* ------------------------------------------------------------*/
#block-3,
#block-4,
#block-5,
#block-6 {
	display: none;
}

section#block-2 {
	padding: 10px;
}

label.wp-block-search__label {
	display: none;
}

.widget {
	margin: 0;
}

.wp-block-search__button {
	margin-left: 5px;
	word-break: normal;
}


/*--------------------------------------------------------------
ハンバーガーメニュー
/* ------------------------------------------------------------*/
.rotate {
	transform: rotate(45deg);
	transition: transform 0.3s;
	/* スムーズな回転 */
}

header {
	position: relative;
}

.menu-toggle {
	display: none;
	width: 30px;
	height: 15px;
	cursor: pointer;
	position: relative;
}

.menu-toggle span {
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	margin-bottom: 8px;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.nav {
	display: none;
	background: #121212;
	position: absolute;
	top: 99px;
	width: 100%;
	height: 100vh;
}

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

.nav ul li {
	border-bottom: 1px solid #444;
}

.nav ul li:first-child {
	border-top: 1px solid #444;
}

.nav ul li a {
	display: block;
	padding: 35px;
	color: #fff;
	text-decoration: none;
	transition: background 0.3s;
}

.nav ul li a:hover {
	background: #555;
}

.nav.open {
	display: block;
}

/*--------------------------------------------------------------
Heaader
/* ------------------------------------------------------------*/

/* ヘッダーの追受化 */
/* style.css ファイルに追加 */
header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10000;
	transition: top 0.3s;
}

header.hidden {
	top: -100px;
	/* ヘッダーの高さに応じて調整 */
}

/* ここまで */

div#page {
	margin-top: 140px;
}

.ai-img {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

li#menu-item-388 {
	display: none;
}

.header-opa {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100px;
	padding-left: 50px;
	border-bottom: 2px solid #333;
	margin-bottom: 50px;
	background-color: rgb(18 18 18 / 70%);
}

.header-inner-opa {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.additional-menu {
    margin-left: 50px;
    height: 50%;
    background-color: #d07925;
    border: 1px solid #c2c2c2;
    width: 200px;
    border-radius: 25px;
    margin-right: 50px;
}

ul.additional-menu li:hover {
	opacity: 0.7;
}

ul.additional-menu li {
    list-style: none;
    width: 100%;
    letter-spacing: 4px;
    line-height: 47px;
    display: flex;
    padding-left: 30px;
    align-items: center;
}

li.additional-flex img {
    width: 30px;
    height: 30px;
    border-radius: 20px;
    margin-left: 7px;
}

ul#menu-menu-1 {
	display: flex;
	margin-bottom: 0;
}

ul#menu-menu-1 li {
	letter-spacing: 3px;
	transition: all .3s ease-in-out;
}

ul#menu-menu-1 li:hover {
	opacity: 0.7;
}

.menu-item {
	margin-left: 40px;
	list-style: none;
}

h1.site-title {
	font-size: 1.5rem;
	letter-spacing: 5px;
}

.banner {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999;
}

.banner-flex {
	display: flex;
	background-color: #898484;
	border: 1px solid #fff;
}

.ai-btn-wrap {
	width: 130px;
	text-align: center;
	border-right: 1px solid #fff;
}

.ai-btn-wrap a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 15px;
}

.top-btn {
	cursor: pointer;
	text-align: center;
	width: 50px;
	border-left: 1px solid #fff;
	padding-top: 15px;
}

.entry-header {
	position: static;
}

/*--------------------------------------------------------------
ハンバーガーメニュ　クリック時にrorateクラスを付与して、回転
/* ------------------------------------------------------------*/
.rotate span:first-child {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	top: 7px;
}

.rotate span:last-child {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	top: -3px;
}

.rotate {
	transform: rotate(90deg);
}

/*--------------------------------------------------------------
TOPページ　index.php　
/* ------------------------------------------------------------*/
.search-box {
	max-width: 500px;
	margin: 0 auto 15px;
}

h2#title-border {
	font-size: 60px;
}

h3.sec-main-title {
	font-weight: bold;
	font-size: 30px;
	margin-top: 40px;
	letter-spacing: 5px;
}

.business-contents-flex {
	display: flex;
	margin-top: 50px;
	justify-content: space-between;
}

.theme-img {
	width: 50%;
}

.business-text {
	width: 47%;
}

p.theme-text-bottom {
	margin-bottom: 30px;
	line-height: 2;
	letter-spacing: 2px;
	margin-top: 0;
}

span.text-bold {
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 3px;
}

.udgment-axis-wrap span {
	letter-spacing: 3px;
}

.business-text p {
	line-height: 2;
	letter-spacing: 2px;
	margin-top: 0;
}

.top-container {
	width: 1080px;
	margin: 0 auto;
}

#title-border {
	position: relative;
	padding-bottom: 20px;
	margin-top: 10px;
}

#title-border::after {
	content: "";
	background-color: #d07925;
	width: 60px;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0%;
}

#judgment-bg-img {
	background: url(/wp-content/uploads/2024/09/judgment-img.jpg);
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
}

h2.sec-eng-title {
	font-size: 4rem;
	letter-spacing: 5px;
	padding-bottom: 20px;
	margin-top: 10px;
}

.how-the-manual-list li,
.cherish-list li,
.regulations-list li {
	font-size: 18px;
	border-bottom: 2px solid #878787;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-left: 35px;
	list-style: none;
	position: relative;
	letter-spacing: 3px;
}

.how-the-manual-list li::before,
.cherish-list li::before,
.regulations-list li::before {
	content: "";
	width: 15px;
	height: 15px;
	background-color: #d07925;
	border-radius: 50px;
	position: absolute;
	top: 5px;
	left: 8px;
}

p.sec-mini-title {
	margin-top: 150px;
	letter-spacing: 3px;
}

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

.nav-open {
	padding: 15px 10px 15px;
	font-size: 18px;
	position: relative;
	width: 100%;
	margin-top: 0;
}

.accordion:hover {
	background: #fff;
	color: #101010;
}

.accordion:hover span {
	color: black; /* ホバー時に span のテキストを黒色に変更 */
  }

.nav-open:hover {
	color: #101010;
}

.accordion {
	display: flex;
	align-items: center;
	padding: 0px 30px;
	border-radius: 5px;
}

.accordion span {
	font-size: 25px;
	display: block;
}

.accordion-top {
	margin-top: 10px !important;
}

/* プラスマイナスボタン */
.acc-text {
	position: relative;
}

.sec-title {
	position: relative;
	/* padding-bottom: 15px; */
	margin-bottom: 50px;
}

.sec-eng-title::after {
	content: "";
	background-color: #d07925;
	width: 60px;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 47%;
}

.accordion-none {
	display: none;
}

.ju-ax-wrap {
	text-align: center;
	padding-top: 70px;
	margin-top: 100px;
}

h3.judgment-axis-title {
	font-size: 30px;
	margin-bottom: 40px;
	font-weight: bold;
	letter-spacing: 5px;
}

.judgment-axis {
	height: 800px;
}

.ju-ax-wrap p {
	width: 1000px;
	margin: 0 auto;
	line-height: 2;
}

span.bold {
	font-size: 30px;
	font-weight: bold;
	padding-right: 30px;
	padding-top: 30px;
	display: inline-block;
}

.judgment-key {
	width: 800px;
	margin: 60px auto;
	padding-bottom: 100px;
}

.archive-container h2 {
	text-align: center;
	letter-spacing: 5px;
	font-size: 2rem;
	margin: 5px auto 0px;
}

/*--------------------------------------------------------------
TOPのカテゴリ別マニュアル一覧ページ　index.php　
/* ------------------------------------------------------------*/
.category-section {
	margin-bottom: 100px;
}

.category-section h2 {
	text-align: center;
	margin-bottom: 50px;
}

ul.post-item li {
	width: 200px;
	list-style: none;
	margin: 0 15px 50px;
	height: 130px;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #fff;
	position: relative;
}

.post-item p {
	position: relative;
	width: 100%;
	text-align: center;
	height: 100%;
	margin-top: 0;
}

.bg-filter a {
	display: block;
	width: 100%;
	height: 100%;
}

ul.post-item {
	display: flex;
	flex-wrap: wrap;
}

.bg-filter {
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 72%);
	position: relative;
}

ul.post-item li:hover {
	opacity: 0.8;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	/* transition-duration: 0.3s; */
}

/*--------------------------------------------------------------
カテゴリ別マニュアル一覧ページ　archive.php　
/* ------------------------------------------------------------*/
h1.page-title {
	text-align: center;
}

ul.manual-contents {
	display: flex;
	margin-top: 20px;
	flex-wrap: wrap;
	margin-bottom: 100px;
}

.manual-contents li {
	list-style: none;
    height: 135px;
    width: 214px;
    margin: 10px 8px 5px;
	border: 1px solid #fff;
	position: relative;
	background-size: cover;
	background-position: center;
}

h2.post-title {
	font-size: 1.3rem;
}

.manual-contents li a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	position: relative;
}

a.post-title span {
	position: absolute;
	display: block;
	text-align: center;
	padding: 0 15px;
	letter-spacing: 2px;
	font-weight: 600;
	font-size: 1.2rem;
}

header.page-header {
	font-size: 2rem;
	text-align: center;
	position: static;
	letter-spacing: 3px;
}

.post-title p {
	position: absolute;
	width: 70%;
	top: 21%;
	left: 14%;
	text-align: center;
}

.archive-container {
	max-width: 1380px;
	margin: 0 auto;
}

.page-content {
	max-width: 1080px;
	margin: 0 auto;
}


/*--------------------------------------------------------------
マニュアルページ　single.php　
/* ------------------------------------------------------------*/
h1.entry-title {
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 50px;
	letter-spacing: 3px;
}

.manual-wrap {
	display: flex;
	justify-content: space-between;
	max-width: 1400px;
	margin: 0 auto;
}

.manual-toc {
	width: 300px;
	height: 100%;
	background-color: #f9f9f9;
	color: #000;
	border: 2px solid #999999;
	border-radius: 5px;
	position: sticky;
	top: 120px;
}

.table-of-contents {
	max-height: 600px;
	/* 目次の最大高さを指定 */
	overflow-y: auto;
	/* 縦スクロールを有効にする */
	padding: 10px;
	/* 余白を追加 */
	margin-bottom: 20px;
	/* 目次下の余白 */
}

.content-container h5 {
    padding-left: 30px;
}

.table-of-contents h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

.table-of-contents ul {
	list-style-type: none;
	/* リストのマーカーを非表示にする */
	padding-left: 0;
}

.table-of-contents li {
    margin-bottom: 5px;
    letter-spacing: 2px;
}

.table-of-contents li a {
	text-decoration: none;
	/* リンクの下線をなくす */
	color: #0073aa;
	/* リンクの色を設定 */
}

.table-of-contents li a:hover {
	text-decoration: underline;
	/* ホバー時に下線を表示 */
}

.table-of-contents ul li a {
	color: #000;
}

.toc-level-2 {
	font-size: 15px;
	font-weight: 600;
}

.toc-level-3 {
	font-size: 15px;
	padding-left: 25px;
	position: relative;
}

li.toc-level-3:before {
	content: "";
	background-color: #000;
	width: 7px;
	height: 1.5px;
	position: absolute;
	top: 10px;
	left: 15px;
}

li.toc-level-3::after {
	content: "";
	background-color: #000;
	width: 1.5px;
	height: 7px;
	position: absolute;
	top: 4px;
	left: 15px;
}

li.toc-level-4 {
	padding-left: 40px;
	font-size: 14px;
	position: relative;
}

li.toc-level-4:before {
	content: "";
	background-color: #000;
	width: 7px;
	height: 1.5px;
	position: absolute;
	top: 8px;
	left: 30px;
}

.entry-content h5 {
	margin-top: 5px;
	margin-left: 30px;
	margin-bottom: 0px;
}

.entry-content {
	background-color: #f9f9f9;
	color: #000;
	width: 1080px;
	padding-bottom: 100px;
	border: 2px solid #999999;
	border-radius: 5px;
}

.nav-previous a,
.nav-next a {
	border: 1px solid #333;
	padding: 30px;
}

.entry-content img {
	border: 0.5px solid #000;
}

.entry-content h1 {
	border-bottom: 1.5px solid #333;
	padding-left: 20px;
	position: relative;
	padding-bottom: 15px;
	font-size: 25px;
	letter-spacing: 3px;
}

.entry-content h2,
.content-container h2 {
	position: relative;
    font-size: 25px;
    letter-spacing: 2px;
    background-color: #d07925;
    color: #fff;
    padding: 15px 0 15px 20px;
}

.entry-content h3,
.content-container h3 {
	display: flex;
    align-items: center;
    column-gap: 8px;
    color: #333333;
    padding-left: 13px;
    margin-bottom: 10px;
    font-size: 1.3rem;
    border-bottom: 1px solid #333333;
    padding-bottom: 5px;
}

.entry-content h3::before,
.content-container h3::before {
	width: 0.8em;
	height: 0.4em;
	border-bottom: 4px solid #d07925;
	border-left: 4px solid #d07925;
	transform: rotate(-45deg) translate(2px, -2px);
	content: '';
}

.entry-content p,
.content-container p {
	padding-left: 35px;
	padding-right: 35px;
	font-size: 0.8rem;
	margin-top: 5px;
}

.entry-content ul,
.content-container ul {
	padding-left: 35px;
	padding-right: 35px;
}

.entry-content ul li,
.content-container ul li {
	list-style: none;
}

/* 不要な表示の削除 */
.entry-meta,
span.cat-links,
.edit-link {
	display: none;
}

.entry-content h4,
.content-container h4 {
	border-bottom: 3px dashed #d07925;
	background-color: #f9f9f9;
	color: #333333;
	display: inline-block;
	margin-left: 30px;
	margin-bottom: 5px;
	font-size: 1.2rem;
}

.entry-content h5,
.content-container h5 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 1rem;
}

li.toc-level-5,
.content-container .toc-level-5 {
	padding-left: 60px;
	font-size: 14px;
	position: relative;
}

li.toc-level-5:before,
.content-container .toc-level-5::before {
	content: "";
	background-color: #000;
	width: 7px;
	height: 1.5px;
	position: absolute;
	top: 8px;
	left: 48px;
}

.entry-content ol {
	padding-left: 60px;
}

.entry-content table {
	width: 80% !important;
	margin-left: 30px;
	border: 1px solid #333;
	font-size: 0.8rem;
}

.entry-content table td {
	border: 1px solid #333;
}

/*--------------------------------------------------------------
search.php
/* ------------------------------------------------------------*/
.highlight {
    color: red; /* 強調表示の色 */
    font-weight: bold; /* 太字 */
    background-color: yellow; /* バックグラウンド色（任意） */
}


.search-excerpts li {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 3行に制限 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.search-result-wrap h2.entry-title {
	text-align: center;
}

h1.page-title {
	font-size: 30px;
}

.row {
	flex-wrap: wrap;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

.search-page-wrap {
	max-width: 1200px;
	margin: 0 auto;
}

.post-thumbnail img {
	width: 200px;
	height: 130px;
}

.entry-footer {
	display: none;
}

.search-result-wrap .type-post {
	width: 200px;
	overflow: hidden;
}

.search-result-wrap {
	display: flex;
	flex-wrap: wrap;
}

.search-result-wrap h2 a {
	font-size: 12px;
}

.search-result-wrap article {
	margin: 10px 15px 30px;
	border: 3px solid #333;
}

li.search-result-item:hover {
    opacity: 0.7;
}
/*--------------------------------------------------------------
Search-Results追加調整
/* ------------------------------------------------------------*/
.search-results-container {
	margin: 0 auto;
	max-width: 1080px;
}

li.search-result-item {
	border: 1.5px solid #8e8e8e;
	margin-bottom: 25px;
	border-radius: 15px 15px 0px 0px;
	list-style: none;
}

li.search-result-item:hover {
	cursor: pointer;
}

.search-result-item h3 {
	padding-left: 20px;
	padding-bottom: 20px;
	border-bottom: 1.5px solid #8e8e8e;
	letter-spacing: 5px;
	margin-bottom: 0;
	padding-top: 20px;
	margin-top: 0px;
}

.search-result-item-content {
    padding: 10px 20px 10px;
    background-color: #f9f9f9;
    color: #000;
}

.search-result-item-content p {
	margin-top: 0;
	padding: 10px;
	color: #000;
}

ul.search-excerpts li {
    padding: 3px 8px;
}

ul.search-excerpts li a {
    color: #000;
}

/*--------------------------------------------------------------
page.php
/* ------------------------------------------------------------*/
.page-content-with-toc {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
}

.content-container {
    width: 75%;
    background-color: #f9f9f9;
    color: black;
	border: 2px solid #999999;
    border-radius: 5px;
}

.toc-container {
    width: 23%;
    background-color: #f9f9f9;
    color: black;
    border: 2px solid #999999;
    border-radius: 5px;
	max-height: 600px;
}


/* マニュアル操作方法ページの目次の追従処理と目次内スクロール処理 */
/* 目次のスタイル */
.toc-container {
    position: relative;
    max-height: 600px; /* 最大の高さを設定してスクロールを有効にする */
    overflow-y: auto; /* 縦方向のスクロールを有効にする */
    padding: 10px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    margin-right: 20px;
}

/* スクロール中に目次を固定する */
@media screen and (min-width: 768px) {
    .toc-container {
        position: -webkit-sticky;
        position: sticky;
        top: 120px; /* スクロール時に上から120pxの位置に固定 */
    }
}

/* 目次のアイテムを少しスタイリング */
.toc-container ul {
    list-style: none;
    padding-left: 0;
}

.toc-container ul li {
    margin-bottom: 5px;
}

.toc-container ul li a {
    text-decoration: none;
    color: #333;
}

.content-container a {
    color: blue;
}

#page-manual-wrap {
	max-width: 1400px;
}

.content-container table {
    border: 1px solid black;
	margin-left: 30px;
}

.content-container table tr,
.content-container table tr td{
    border: 1px solid black;
}

/*--------------------------------------------------------------
サイトマップ
/* ------------------------------------------------------------*/
.sitemap-container h2 {
    text-align: center;
    font-size: 2rem;
    margin: 30px;
}

.sitemap-wrap {
	display: flex;
	margin: 0 auto;
	width: 1180px;
}

.sitemap-contents {
	width: calc(100% / 3);
	margin: 0px 40px;
}

.sitemap-contents h3 {
	letter-spacing: 5px;
	font-size: 22px;
}

.sitemap-contents ul {
	width: 100%;
}

.sitemap-contents ul li {
	list-style: none;
	font-size: 15px;
	margin-bottom: 7px;
	letter-spacing: 1px;
}

li.page_item.page-item-367.current_page_item {
	text-align: center;
	margin-bottom: 50px;
	font-size: 30px;
	letter-spacing: 5px;
	font-weight: bold;
}

.search-results-container h2 {
	letter-spacing: 3px;
}

.sitemap-contents ul li a:hover {
	cursor: pointer;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 2px;
	opacity: 0.7;
}

/*--------------------------------------------------------------
Footer
/* ------------------------------------------------------------*/
.page-top-btn p {
	background-color: #d07925;
	margin-top: 0;
	text-decoration: none;
	color: #fff;
	line-height: 13px;
	font-size: 11px;
	text-align: center;
	padding-top: 20px;
	backface-visibility: hidden;
	border-radius: 50%;
	display: block;
	height: 50px;
	width: 50px;
}

.page-top-btn {
	cursor: pointer;
	height: 50px;
	width: 50px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	z-index: 1000;
}

.page-top-btn::before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-style: solid;
	border-width: 2px 2px 0 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-color: #fff;
	top: 6px;
	left: 50%;
	margin-left: -5px;
	z-index: 9999;
}

.page-top-btn::after {
	content: "";
	position: absolute;
	top: 5px;
	left: 50%;
	width: 2px;
	height: 12px;
	background: #fff;
	margin-left: -1px;
}

.sitemap-text a:hover {
	opacity: 0.7;
}

p.ft-title {
	font-size: 24px;
	letter-spacing: 3px;
}

footer#colophon {
	border-top: 1px solid #c2c2c2;
	padding: 50px 100px 50px;
	margin-top: 100px;
	height: 400px;
	position: relative;
	text-align: center;
}

.ft-bg-img {
	background-image: url(/wp-content/uploads/2024/09/image_footer-bg_01.jpg);
	background-position: center center;
	background-size: cover;
}

.ft-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* width: 1080px; */
	margin: 0 auto;
}

.cop {
	background-color: #121212;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px;
	border-top: 1px solid #c2c2c2;
}

.sitemap-text {
	font-size: 1.2rem;
	letter-spacing: 3px;
	border-bottom: 1px solid #fff;
}

@media screen and (max-width: 1460px) {
	.br-active {
		display: block;
	}
}

@media screen and (max-width: 1420px) {
	.menu-item {
		margin-left: 30px;
	}
}

@media screen and (max-width: 1410px) {
	.entry-content {
		width: 1040px;
	}

	.manual-wrap {
		max-width: 1355px;
	}
}

@media screen and (max-width: 1380px) {
	.archive-container {
		max-width: 1150px;
	}
}

@media screen and (max-width: 1371px) {
	.entry-content {
		width: 900px;
	}

	.manual-wrap {
		max-width: 1250px;
	}
}

@media screen and (max-width: 1360px) {
	a.in-cell-link.banner-link {
		font-size: 0.8rem;
	}
}

@media screen and (max-width: 1348px) {
	.menu-item {
		margin-left: 25px;
	}
	
	.menu li a {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 1281px) {
    .menu-item {
        margin-left: 25px;
    }
}

@media screen and (max-width: 1266px) {
	.manual-wrap {
		max-width: 1220px;
	}
}

@media screen and (max-width: 1232px) {
	.manual-wrap {
		max-width: 1170px;
	}

	.manual-toc {
		width: 250px;
	}

	ul#menu-menu-1 li {
		font-size: 0.9rem;
	}
}

@media screen and (max-width: 1208px) {
    ul#open-chatbot {
        position: fixed;
        right: 0%;
        bottom: 12%;
        height: 50px;
    }

	ul.additional-menu {
		margin-right: 20px;
		width: 150px;
	}

	.header-opa {
		padding-right: 50px;
	}
}

@media screen and (max-width: 1201px) {
	.archive-container {
		max-width: 1150px;
	}
}

@media screen and (max-width: 1180px) {
	.archive-container {
		max-width: 1100px;
	}

	ul.manual-contents {
		justify-content: center;
	}

	.manual-wrap {
		max-width: 1100px;
	}

	.entry-content {
		width: 835px;
	}

	.sitemap-wrap {
		margin: 0 auto;
		width: 90%;
	}

	ul#menu-menu-1 li {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 1120px) {
	.manual-wrap {
		max-width: 1000px;
	}

	.entry-content {
		width: 740px;
	}
}

@media screen and (max-width: 1111px) {

	.how-the-manual,
	.cherish,
	.regulations {
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media screen and (max-width: 1100px) {
	.search-results-container {
		margin: 0 10px;
	}
}

@media screen and (max-width: 1081px) {
	.top-container {
		width: 900px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1070px) {
	.entry-content {
		width: 735px;
	}
}

/*--------------------------------------------------------------
レスポンシブ：ipad
/* ------------------------------------------------------------*/
@media screen and (max-width: 1025px) {
	.header-opa {
		padding-right: 50px;
	}

	.business-contents-flex {
		flex-direction: column-reverse;
	}

	.theme-img {
		width: 100%;
		text-align: center;
	}

	.business-text {
		width: 100%;
	}

	h1.site-title {
		font-size: 1.2rem;
	}

	.menu-item {
		margin-left: 25px;
	}

	.top-container {
		width: 90%;
	}

	.ju-ax-wrap p {
		width: 100%;
	}

	.judgment-key {
		width: 90%;
		padding-bottom: 50px;
	}

	span.udgment-axis-wrap {
		width: 90%;
		display: block;
		margin: 0 auto;
	}

	.judgment-axis {
		height: 74vh;
	}

	h2.sec-eng-title {
		font-size: 3rem;
	}

	h2#title-border {
		font-size: 3rem;
	}

	.row {
		margin-top: 0;
		margin-right: 0;
		margin-left: 0;
	}

	ul.manual-contents {
		justify-content: center;
	}

	.entry-content {
		width: 725px;
	}

	.manual-wrap {
		max-width: 990px;
	}

	/* フッター */
	.ft-flex {
		width: 80%;
	}

	footer#colophon {
		padding: 50px 0px 50px;
	}
}

@media screen and (max-width: 999px) {
	.entry-content {
		width: 650px;
	}

	.manual-wrap {
		max-width: 900px;
	}

	.manual-toc {
		width: 230px;
	}
}

@media screen and (max-width: 945px) {
	.entry-content {
		width: 600px;
	}

	.manual-wrap {
		max-width: 860px;
	}

	.sitemap-wrap {
		width: 90%;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media screen and (max-width: 895px) {
	.manual-wrap {
		max-width: 800px;
	}

	.manual-toc {
		width: 210px;
	}

	.entry-content {
		width: 570px;
	}
	
	.banner-wrap {
    flex-direction: column;
	}
	
	.content-container .banner-wrap p {
    width: 100%;
	}
}

/*--------------------------------------------------------------
レスポンシブ：861px以下
/* ------------------------------------------------------------*/
@media screen and (max-width: 861px) {

	.sitemap-wrap {
		width: 700px;
	}

	/* ヘッダー */
	.header-opa {
		padding: 0 25px;
	}

	.manual-wrap {
		max-width: 800px;
	}

	.manual-toc {
		width: 210px;
	}

	.entry-content {
		width: 570px;
	}
}


@media screen and (max-width: 820px) {
	.manual-toc {
		width: 250px;
	}

	.entry-content {
		width: 510px;
	}

	.manual-wrap {
		max-width: 780px;
	}

	ul#menu-menu-1 li {
		font-size: 0.8rem;
	}
}

@media screen and (max-width: 806px) {
	h2.sec-eng-title {
		font-size: 2.5rem;
	}

	h2#title-border {
		font-size: 2.5rem;
	}
}

@media screen and (max-width: 798px) {
	h2.sec-eng-title {
		font-size: 2rem;
	}

	h2#title-border {
		font-size: 3rem;
	}

	h3.sec-main-title {
		font-size: 30px;
	}

	.manual-toc {
		width: 200px;
	}

	.manual-wrap {
		max-width: 700px;
	}

	.entry-content {
		width: 490px;
	}

	ul#menu-menu-1 li {
		font-size: 0.8rem;
	}

	.menu-item {
        margin-left: 16px;
    }
}

/*--------------------------------------------------------------
レスポンシブ：968px以下
/* ------------------------------------------------------------*/
@media screen and (max-width: 968px) {

	/* ヘッダー */
	ul#menu-menu-1 {
		display: none;
		margin-bottom: 0;
	}

	.menu-toggle {
		display: block;
	}

	.menu-item {
		margin-left: 0px;
		text-align: center;
	}

	h3.sec-main-title {
		font-size: 25px;
	}

	span.text-bold {
		font-size: 20px;
	}

	ul.additional-menu {
		margin-right: 0px;
	}

    ul#open-chatbot {
        right: 4%;
    }
}

@media screen and (max-width: 715px) {
	.manual-wrap {
		max-width: 650px;
	}

	.entry-content {
		width: 450px;
	}

	.manual-toc {
		width: 180px;
	}
}

@media screen and (max-width: 700px) {
	.sitemap-wrap {
		width: 90%;
	}

	.sitemap-contents {
		margin: 0px 20px;
	}
}

@media screen and (max-width: 665px) {
	.manual-wrap {
		max-width: 600px;
	}

	.entry-content {
		width: 430px;
	}

	.manual-toc {
		width: 160px;
	}
}

@media screen and (max-width: 690px) {
	.search-box {
		max-width: 350px;
	}
}

@media screen and (max-width: 665px) {
	.manual-wrap {
		max-width: 550px;
	}

	.entry-content {
		width: 390px;
	}

	.manual-toc {
		width: 140px;
	}

	.entry-content h1 {
		font-size: 22px;
	}

	.entry-content h2 {
		font-size: 18px;
	}
}

@media screen and (max-width: 571px) {
	.sitemap-wrap {
		width: 450px;
		flex-direction: column;
	}

	.sitemap-contents {
		width: 100%;
	}

	.manual-wrap {
		flex-direction: column;
	}

	.manual-toc {
		width: 90%;
		position: static;
		margin: 0 auto 50px;
	}

	.entry-content {
		margin: 0 auto;
		width: 90%;
	}

	h1.entry-title {
		font-size: 1.5rem;
	}

	.page-content-with-toc {
		flex-direction: column;
	}

	.toc-container {
		width: 100%;
		margin-bottom: 50px;
	}

	.content-container {
		width: 100%;
	}
}

@media screen and (max-width: 540px) {
    span.text-bold {
        font-size: 16px;
    }

	span.bold {
		padding-right: 15px;
	}

	.udgment-axis-wrap span {
		font-size: 0.7rem;
	}

	.ju-ax-wrap {
		padding-top: 40px;
	}

	h2.sec-eng-title {
        font-size: 1.7rem;
    }

	h2#title-border {
        font-size: 1.7rem;
    }

	.sec-eng-title::after {
		left: 44%;
	}
}

@media screen and (max-width: 459px) {
	.manual-contents li {
		width: 203px;
	}

	.sec-eng-title::after {
		left: 40%;
	}
}

@media screen and (max-width: 455px) {
	h3.sec-main-title {
		font-size: 20px;
	}

	.sitemap-wrap {
		width: 350px;
	}
}

@media screen and (max-width: 447px) {
	.manual-contents li {
		width: 200px;
	}
}

/*--------------------------------------------------------------
レスポンシブ：スマホ
/* ------------------------------------------------------------*/
@media screen and (max-width: 431px) {

	/* ヘッダー */
	ul#menu-menu-1 {
		display: none;
		margin-bottom: 0;
	}

    ul.additional-menu li {
        border-bottom: none;
        line-height: 47px;
    }

    ul.additional-menu {
        margin-left: 30px;
        height: 8%;
        width: 160px;
    }

	.menu-toggle {
		display: block;
	}

	header#masthead {
		padding: 0px;
	}

	.banner {
		width: 100%;
	}

	.ai-btn-wrap {
		width: 100px;
	}

	/* TOPコンテンツ */
	.manual-contents li {
		height: 126px;
		width: 170px;
	}

	main#primary {
		margin-top: 150px;
	}

	div#page {
		margin-top: 100px;
	}

	.archive-container {
		max-width: 100%;
		margin: 50px auto;
	}

	.top-container {
		width: 90%;
	}

	h2#title-border {
		font-size: 35px;
	}

	h2.sec-eng-title {
        font-size: 1.7rem;
    }

	h2#title-border {
        font-size: 1.7rem;
    }

	h3.sec-main-title {
		font-size: 23px;
	}

	.how-the-manual-list li,
	.cherish-list li,
	.regulations-list li {
		font-size: 14px;
	}

	.business-contents-flex {
		flex-direction: column-reverse;
	}

	.theme-img {
		width: 100%;
	}

	.business-text {
		width: 100%;
	}

	.sec-title {
		margin-bottom: 30px;
	}

	p.sec-mini-title {
		margin-top: 80px;
	}

	h3.sec-main-title {
		margin-top: 10px;
	}

	.ju-ax-wrap p {
		width: 100%;
	}

	.judgment-axis {
		height: 75vh;
	}

	.ju-ax-wrap h4 {
		font-size: 14px;
	}

	span.udgment-axis-wrap span {
		font-size: 15px;
		line-height: 1.8;
	}

	.business-text p {
		font-size: 14px;
		margin-top: 20px;
	}

	.judgment-key {
		width: 95%;
	}

	ul.manual-contents {
		justify-content: center;
	}

	h3.judgment-axis-title {
		font-size: 25px;
		margin-bottom: 30px;
	}

	span.udgment-axis-wrap {
		width: 90%;
		display: block;
		margin: 0 auto;
	}


	/* フッター */
	.ft-flex {
		width: 100%;
		flex-direction: column;
	}

	footer#colophon {
		padding: 30px 20px 50px;
	}

	/* マニュアル詳細ページ */
	.entry-content {
		width: 90%;
		margin: 0 auto;
	}

	h1.entry-title {
		font-size: 16px;
	}

	h1 {
		font-size: 28px;
		margin: 0.67em 0;
	}

	.entry-content p {
		padding-left: 20px;
		padding-right: 20px;
	}

	.row {
		margin-top: 0;
		margin-right: 0;
		margin-left: 0;
	}

	.nav-links {
		display: none;
	}

	.manual-wrap {
		flex-direction: column;
	}

	.manual-toc {
		width: 90%;
		position: static;
		margin: 0 auto 20px;
	}

	ul#open-chatbot {
        right: 5%;
		bottom: 13%;
    }

	a.post-title span {
		font-size: 1rem;
	}
}

/*--------------------------------------------------------------
レスポンシブ：スマホ iPhone14 PRO
/* ------------------------------------------------------------*/
@media screen and (max-width: 391px) {
	nav ul li a {
		padding: 30px;
	}

	h2#title-border {
		font-size: 30px;
	}

	h3.sec-main-title {
		font-size: 19px;
	}

	h2.sec-eng-title {
		font-size: 30px;
	}

	.ai-btn-wrap {
		width: 60px;
	}

	.ai-img {
		width: 10px;
		height: 10px;
	}

	.ai-btn-wrap a {
		font-size: 11px;
		padding-top: 17px;
	}

	.entry-content h1 {
		font-size: 22px;
	}

	.entry-content .h2 {
		font-size: 22px;
	}

	.entry-content .h3 {
		font-size: 25px;
	}
}


/*--------------------------------------------------------------
レスポンシブ：スマホ iPhone SE
/* ------------------------------------------------------------*/
@media screen and (max-width: 376px) {
	.nav ul li a {
		padding: 20px;
	}

	.manual-contents li {
		width: 150px;
	}
	
	a.post-title span {
		font-size: 0.9rem;
	}
}

.post-item {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

/* マニュアル一覧の背景画像の拡大処理 */
.post-item-bg {
	transition: all .5s ease-in-out;
}

.bg-filter {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: relative;
    transition: all .4s ease-in-out;
}

.bg-filter:hover {
	/* background-color: #f9f9f9;
	opacity: 0.8; */
	background-color: rgb(238 238 238 / 60%);
}

.post-title span {
	transition: all .4s ease-in-out;
	z-index: 100;
}

.post-item:hover .post-title span {
    color: #121212; /* ホバー時に文字色を黒に変更 */
}

