@charset "UTF-8";
/*!
Theme Name: nagasaki-e-learning
Theme URI: https://github.com/your-username/nagasaki-e-learning
Author: Your Name
Author URI: https://your-website.com
Description: 長崎県のeラーニングプラットフォーム用WordPressテーマ。教育機関向けに最適化されたデザインと機能を提供します。
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nagasaki-e-learning
Tags: education, e-learning, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, responsive

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

nagasaki-e-learning 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
# Front Page
	- Container
	- Entry title
	- Entry content
# Form Table
	- Form table layout
	- Input fields
	- Labels
	- Submit area

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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%;
	-moz-text-size-adjust: 100%;
	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;
}

/**
 * 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;
	-webkit-text-decoration: underline dotted;
	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;
}

/* 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
--------------------------------------------- */
*,
*::before,
*::after {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
html {
	font-size: 112.5%;
}

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.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 1rem;
}

p {
	margin: 0 0 1.5em;
}

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

blockquote {
	border-left: 4px solid #707070;
	color: #707070;
	font-size: 1.125rem;
	font-style: italic;
	margin: 0 0 1.5em;
	padding-left: 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background-color: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 0.9375rem;
	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;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background-color: #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: 600;
}

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: 0 0 1.5em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #0073aa;
}

a:visited {
	color: #333;
}

a:hover,
a:focus,
a:active {
	color: #00a0d2;
}

a:focus {
	outline: thin dotted;
	text-decoration: underline;
}

a:hover,
a:active {
	outline: 0;
	text-decoration: none;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
	background-color: #0073aa;
	border: 0;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	padding: 0.75rem 1.5rem;
	text-decoration: none;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
	background-color: #005a87;
}

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 {
	background-color: #004a73;
}

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 {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #333;
	font-size: 1rem;
	padding: 0.5rem;
	width: 100%;
}

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 {
	border-color: #0073aa;
	outline: 0;
}

select {
	border: 1px solid #ddd;
	border-radius: 3px;
	font-size: 1rem;
	padding: 0.5rem;
}

textarea {
	font-family: inherit;
	line-height: 1.6;
	padding-left: 3px;
	vertical-align: top;
	width: 100%;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	clear: both;
	display: block;
	float: left;
	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: 1.5em;
	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 {
	display: block;
}

.main-navigation li {
	float: left;
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
		flex-wrap: wrap;
	}
}

/* Posts and pages
--------------------------------------------- */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.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 {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	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;
	-webkit-clip-path: none;
	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 {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Front Page
--------------------------------------------------------------*/
.site {
	padding-top: 40px;
}

/* Container
--------------------------------------------- */
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	.container {
		padding: 0 15px;
		max-width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.container {
		padding: 0 10px;
		max-width: 100%;
	}
}

/* Entry title
--------------------------------------------- */
.entry-title {
	font-size: 32px;
	font-size: 2rem;
	color: #65abff;
	text-align: center;
	position: relative;
	font-weight: 700;
	margin-bottom: 4rem;
}

.entry-title::after {
	background: #65abff;
	bottom: -20px;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 130px;
}

@media screen and (max-width: 768px) {
	.entry-title {
		font-size: 28px;
		font-size: 1.75rem;
		margin-bottom: 1.5rem;
	}
	.entry-title::after {
		width: 100px;
		bottom: -15px;
	}
}

@media screen and (max-width: 480px) {
	.entry-title {
		font-size: 24px;
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}
	.entry-title::after {
		width: 80px;
		bottom: -10px;
	}
}

/* Entry content
--------------------------------------------- */
.entry-content {
	font-size: 1.1rem;
	line-height: 1.8;
	color: #555;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 20px;
}

.entry-content p {
	margin-bottom: 1.5rem;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	color: #333;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.entry-content h2 {
	font-size: 1.8rem;
	font-weight: 600;
}

.entry-content h3 {
	font-size: 1.5rem;
	font-weight: 600;
}

.entry-content h4 {
	font-size: 1.3rem;
	font-weight: 600;
}

.entry-content ul,
.entry-content ol {
	margin-bottom: 1.5rem;
	padding-left: 2rem;
}

.entry-content li {
	margin-bottom: 0.5rem;
}

.entry-content blockquote {
	border-left: 4px solid #0073aa;
	background-color: #f9f9f9;
	padding: 1.5rem;
	margin: 2rem 0;
	font-style: italic;
	border-radius: 0 8px 8px 0;
}

.entry-content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin: 1.5rem 0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
	.entry-content {
		font-size: 1rem;
		line-height: 1.7;
		padding: 0 15px;
	}
	.entry-content h2 {
		font-size: 1.6rem;
	}
	.entry-content h3 {
		font-size: 1.4rem;
	}
	.entry-content h4 {
		font-size: 1.2rem;
	}
	.entry-content ul,
	.entry-content ol {
		padding-left: 1.5rem;
	}
}

@media screen and (max-width: 480px) {
	.entry-content {
		font-size: 0.95rem;
		line-height: 1.6;
		padding: 0 10px;
	}
	.entry-content h2 {
		font-size: 1.4rem;
	}
	.entry-content h3 {
		font-size: 1.2rem;
	}
	.entry-content h4 {
		font-size: 1.1rem;
	}
	.entry-content blockquote {
		padding: 1rem;
		margin: 1.5rem 0;
	}
	.entry-content ul,
	.entry-content ol {
		padding-left: 1rem;
	}
}

/*--------------------------------------------------------------
# Form Table
--------------------------------------------------------------*/
/* Form table layout
--------------------------------------------- */
.form_table,
table.form_table,
form table.form_table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	margin-bottom: 2rem;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
	.form_table,
	table.form_table,
	form table.form_table {
		width: 850px;
		margin: 0 auto 2rem;
	}
}

@media screen and (max-width: 64em) and (min-width: 48em) {
	.form_table,
	table.form_table,
	form table.form_table {
		width: 100%;
	}
}

.form_table tr,
table.form_table tr,
form table.form_table tr {
	height: 70px;
	border-bottom: 1px solid #e9ecef;
}

.form_table tr:last-child,
table.form_table tr:last-child,
form table.form_table tr:last-child {
	border-bottom: none;
}

.form_table th,
table.form_table th,
form table.form_table th {
	padding: 20px 15px;
	vertical-align: middle;
	width: 33%;
	background-color: #f8f9fa;
	border-right: 1px solid #e9ecef;
	font-weight: 600;
	color: #333;
	text-align: left;
}

.form_table th .attention,
table.form_table th .attention,
form table.form_table th .attention {
	color: #dc3545;
	font-size: 12px;
	font-size: calc(0.75 * 1rem);
	text-align: left;
	text-indent: 61px;
}

.form_table td,
table.form_table td,
form table.form_table td {
	padding: 20px 15px;
	vertical-align: middle;
	background-color: #fff;
}

.form_table td:has(.open-area .error),
table.form_table td:has(.open-area .error),
form table.form_table td:has(.open-area .error) {
	padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
	.form_table,
	table.form_table,
	form table.form_table {
		display: block;
		border-radius: 0;
	}
	.form_table tbody,
	.form_table tr,
	.form_table th,
	.form_table td,
	table.form_table tbody,
	table.form_table tr,
	table.form_table th,
	table.form_table td,
	form table.form_table tbody,
	form table.form_table tr,
	form table.form_table th,
	form table.form_table td {
		display: block;
	}
	.form_table tr,
	table.form_table tr,
	form table.form_table tr {
		height: auto;
		border-bottom: 2px solid #e9ecef;
		margin-bottom: 1rem;
		border-radius: 8px;
		overflow: hidden;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	}
	.form_table th,
	table.form_table th,
	form table.form_table th {
		width: 100%;
		padding: 15px 20px 10px;
		text-align: left;
		border-right: none;
		border-bottom: 1px solid #e9ecef;
	}
	.form_table td,
	table.form_table td,
	form table.form_table td {
		padding: 15px 20px 20px;
	}
}

.form_table textarea,
table.form_table textarea,
form table.form_table textarea {
	height: 10rem;
}

/* Input fields
--------------------------------------------- */
.inputField {
	margin-top: 5px;
}

.inputField input[type=text],
.inputField input[type=email],
.inputField input[type=email][data-conv-half-alphanumeric=true],
form .inputField input[type=text],
form .inputField input[type=email],
form .inputField input[type=email][data-conv-half-alphanumeric=true] {
	width: 100%;
	padding: 12px 15px;
	border: 2px solid #e9ecef;
	border-radius: 6px;
	font-size: 16px;
	box-sizing: border-box;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
	background-color: #fff;
	color: #333;
}

.inputField input[type=text]:focus,
.inputField input[type=email]:focus,
.inputField input[type=email][data-conv-half-alphanumeric=true]:focus,
form .inputField input[type=text]:focus,
form .inputField input[type=email]:focus,
form .inputField input[type=email][data-conv-half-alphanumeric=true]:focus {
	outline: none;
	border-color: #007cba;
	box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
}

.inputField input[type=text]::-moz-placeholder, .inputField input[type=email]::-moz-placeholder, .inputField input[type=email][data-conv-half-alphanumeric=true]::-moz-placeholder {
	color: #6c757d;
	opacity: 0.7;
}

.inputField input[type=text]::placeholder,
.inputField input[type=email]::placeholder,
.inputField input[type=email][data-conv-half-alphanumeric=true]::placeholder {
	color: #6c757d;
	opacity: 0.7;
}

/* Labels
--------------------------------------------- */
.inputLabel {
	display: block;
	font-size: 16px;
	color: #333;
	font-weight: 600;
	line-height: 1.4;
}

.inputLabel {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	flex-wrap: wrap;
}

.inputLabel .require {
	display: inline-block;
	margin-bottom: 0;
	flex-shrink: 0;
}

.inputLabel br {
	display: none;
}

.inputLabel small {
	display: block;
	margin-top: 5px;
	font-size: 14px;
	color: #666;
	font-weight: 400;
	width: 100%;
	flex-basis: 100%;
	margin-left: 0;
	padding-left: 4.7em;
	text-indent: -1.5em;
}

.require {
	background-color: #dc3545;
	color: #fff;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 12px;
	margin-right: 8px;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
}

.any {
	background-color: #6c757d;
	color: #fff;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 12px;
	margin-right: 8px;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
}

/* Name field layout
--------------------------------------------- */
.name-field {
	display: flex;
	gap: 15px;
	align-items: flex-start;
}

.name-item {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.name-label {
	font-size: 14px;
	color: #666;
	margin-bottom: 8px;
	font-weight: 500;
}

.name-item input[type=text] {
	width: 100%;
	padding: 10px 12px;
	border: 2px solid #e9ecef;
	border-radius: 6px;
	font-size: 16px;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.name-item input[type=text]:focus {
	outline: none;
	border-color: #007cba;
	box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
}

/* Submit area
--------------------------------------------- */
.form-submit-area {
	text-align: center;
	margin-top: 2rem;
	padding: 2rem 0;
	background-color: #f8f9fa;
	border-radius: 8px;
	border: 1px solid #e9ecef;
}

.form-submit-area input[type=submit],
.form-submit-area input[name=submitConfirm] {
	background-color: #007cba;
	color: #fff;
	padding: 15px 40px;
	border: none;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.2s ease;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.form-submit-area input[type=submit]:hover,
.form-submit-area input[name=submitConfirm]:hover {
	background-color: #005a87;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.form-submit-area input[type=submit]:active,
.form-submit-area input[name=submitConfirm]:active {
	transform: translateY(0);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Error display
--------------------------------------------- */
.mwform-error,
.mwform-error-message,
.mwform-error-message-wrapper,
.mwform-error-message-wrapper .mwform-error-message,
.mwform-error-message-wrapper .mwform-error,
form .mwform-error,
form .mwform-error-message,
form .mwform-error-message-wrapper {
	color: #dc3545 !important;
	font-size: 14px !important;
	margin-top: 8px !important;
	font-weight: 600 !important;
	display: block !important;
	background-color: #fff5f5 !important;
	border: 1px solid #feb2b2 !important;
	border-radius: 4px !important;
	padding: 8px 12px !important;
	position: relative !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.mwform-error::before,
.mwform-error-message::before,
form .mwform-error::before,
form .mwform-error-message::before {
	content: "⚠ " !important;
	margin-right: 5px !important;
}

/* エラー表示を強制的に表示 */
.mwform-error,
.mwform-error-message,
.mwform-error-message-wrapper {
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
}

/* Responsive adjustments for form
--------------------------------------------- */
@media screen and (max-width: 768px) {
	.name-field {
		flex-direction: column;
		gap: 10px;
	}
	.name-item {
		width: 100%;
	}
	.form-submit-area {
		margin-top: 1.5rem;
		padding: 1.5rem 0;
	}
	.form-submit-area input[type=submit],
	.form-submit-area input[name=submitConfirm] {
		padding: 12px 30px;
		font-size: 16px;
		width: 100%;
		max-width: 300px;
	}
}

@media screen and (max-width: 480px) {
	.form_table th {
		padding: 12px 15px 8px;
		font-size: 14px;
	}
	.form_table td {
		padding: 12px 15px 15px;
	}
	.inputLabel {
		font-size: 14px;
	}
	.inputField input[type=text],
	.inputField input[type=email],
	.name-item input[type=text] {
		padding: 10px 12px;
		font-size: 14px;
	}
	.require,
	.any {
		font-size: 10px;
		padding: 3px 6px;
	}
}

.site-footer {
	margin-top: 100px;
}

.site-footer .site-info {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.site-footer .site-info p {
	margin: 0;
	font-size: 12px;
}

/* Form Complete Page Styles
--------------------------------------------- */
.form-complete-wrapper {
	max-width: 800px;
	margin: 0 auto;
	padding: 40px 20px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.form-complete-header {
	text-align: center;
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 2px solid #e8f4fd;
}

.complete-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 20px;
	background: linear-gradient(135deg, #4CAF50, #45a049);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.complete-icon::before {
	content: "✓";
	color: white;
	font-size: 40px;
	font-weight: bold;
}

.complete-title {
	color: #2c3e50;
	font-size: 28px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.complete-title {
		font-size: 24px;
	}
}

.form-complete-content {
	margin-bottom: 40px;
}

.complete-message .main-message {
	font-size: 18px;
	color: #34495e;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.6;
	padding: 20px;
	background: #f8f9fa;
	border-radius: 8px;
	border-left: 4px solid #3498db;
}

.complete-info-box {
	margin-bottom: 30px;
}

.complete-info-box .info-title {
	color: #2c3e50;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #ecf0f1;
}

.step-list .step-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 25px;
	padding: 20px;
	background: #f8f9fa;
	border-radius: 8px;
	border-left: 4px solid #3498db;
	transition: all 0.3s ease;
}

.step-list .step-item:hover {
	background: #e8f4fd;
	transform: translateX(5px);
}

@media screen and (max-width: 768px) {
	.step-list .step-item {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}

.step-list .step-number {
	width: 40px;
	height: 40px;
	background: #3498db;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 18px;
	margin-right: 20px;
	flex-shrink: 0;
}

@media screen and (max-width: 768px) {
	.step-list .step-number {
		margin-right: 0;
		margin-bottom: 15px;
	}
}

.step-list .step-content {
	flex: 1;
}

.step-list .step-content h4 {
	color: #2c3e50;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 10px 0;
}

.step-list .step-content p {
	color: #5a6c7d;
	line-height: 1.6;
	margin: 0;
}

.step-list .step-content p strong {
	color: #e74c3c;
	font-weight: 700;
}

.notice-box {
	margin-bottom: 30px;
	padding: 25px;
	background: #fff3cd;
	border: 1px solid #ffeaa7;
	border-radius: 8px;
}

.notice-box .notice-title {
	color: #856404;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 15px 0;
	display: flex;
	align-items: center;
}

.notice-box .notice-title::before {
	content: "⚠";
	margin-right: 10px;
	font-size: 20px;
}

.notice-box .notice-list {
	margin: 0;
	padding-left: 20px;
}

.notice-box .notice-list li {
	color: #856404;
	line-height: 1.6;
	margin-bottom: 8px;
}

.notice-box .notice-list li:last-child {
	margin-bottom: 0;
}

.contact-info {
	padding: 25px;
	background: #e8f4fd;
	border-radius: 8px;
	border: 1px solid #b3d9ff;
}

.contact-info .contact-title {
	color: #2c3e50;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 15px 0;
	display: flex;
	align-items: center;
}

.contact-info .contact-title::before {
	content: "✉️";
	margin-right: 10px;
}

.contact-info .contact-details p {
	margin: 0 0 15px 0;
	font-weight: 600;
	color: #2c3e50;
}

.contact-info .contact-item {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	.contact-info .contact-item {
		flex-direction: column;
		align-items: flex-start;
	}
}

.contact-info .contact-item:last-child {
	margin-bottom: 0;
}

.contact-info .contact-item .contact-label {
	font-weight: 600;
	color: #34495e;
	min-width: 80px;
	margin-right: 10px;
}

@media screen and (max-width: 768px) {
	.contact-info .contact-item .contact-label {
		margin-right: 0;
		margin-bottom: 5px;
	}
}

.contact-info .contact-item .contact-value {
	color: #5a6c7d;
	font-weight: 500;
}

.form-complete-footer {
	text-align: center;
	padding-top: 30px;
	border-top: 2px solid #ecf0f1;
}

.form-complete-footer .btn-back-home {
	display: inline-block;
	padding: 15px 40px;
	background: linear-gradient(135deg, #3498db, #2980b9);
	color: white;
	text-decoration: none;
	border-radius: 8px;
	font-weight: 600;
	font-size: 16px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
}

.form-complete-footer .btn-back-home:hover {
	background: linear-gradient(135deg, #2980b9, #1f5f8b);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
	color: white;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.form-complete-footer .btn-back-home {
		padding: 12px 30px;
		font-size: 14px;
		width: 100%;
		max-width: 300px;
	}
}

/* Responsive adjustments for form complete page */
@media screen and (max-width: 768px) {
	.form-complete-wrapper {
		padding: 30px 15px;
		margin: 20px;
	}
	.complete-icon {
		width: 60px;
		height: 60px;
	}
	.complete-icon::before {
		font-size: 30px;
	}
	.complete-title {
		font-size: 22px;
	}
	.complete-message .main-message {
		font-size: 16px;
		padding: 15px;
	}
	.step-list .step-item {
		padding: 15px;
	}
	.notice-box,
	.contact-info {
		padding: 20px;
	}
}

@media screen and (max-width: 480px) {
	.form-complete-wrapper {
		padding: 20px 10px;
		margin: 10px;
	}
	.complete-title {
		font-size: 20px;
	}
	.complete-message .main-message {
		font-size: 14px;
		padding: 12px;
	}
	.step-list .step-content h4 {
		font-size: 16px;
	}
	.step-list .step-content p {
		font-size: 14px;
	}
}

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
