/*!
Theme Name: IDLAB_standard
Theme URI: http://underscores.me/
Author: IDENTITY+DESIGN LAB.
Author URI: https://iddesignlab.jp/
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: idlab_standard
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.

IDLAB_standard 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
	- Site branding
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Columns
	- Grid systems
	- Tables
# Plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
	- Margin

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



/*--------------------------------------------------------------
# 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;
}

/**
 * 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 {
	font-weight: 700;
}

/**
 * 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
--------------------------------------------- */

/* 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
--------------------------------------------------------------*/
html {
	scroll-behavior: smooth;
}

/* Typography
--------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'gill-sans-nova', 'Noto Sans JP', sans-serif;
	font-size: 1.0rem;
	font-weight: 400;
	font-style: normal;
	font-kerning: normal;
	font-feature-settings: "palt";
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 auto;
	color: #0c0c0c;
	font-style: normal;
	font-kerning: normal;
	font-feature-settings: "palt";
	line-height: 1.25;
	clear: both;
}

h1 {
	margin-bottom: 2.5em;
	padding: 0 0 0.0625em;
	font-family: 'ryo-dispray-plusn', serif;
	font-weight: 600;
	font-size: 1.75rem;
}

h1.page-title {
	margin-bottom: 1.0em;
	padding-bottom: 0.25em;
	font-size: 1.5rem;
	line-height: 1.125;
	text-align: center;
	border-bottom: #006548 1px solid;
}

#post-3 h1.page-title,
#post-600 h1.page-title,
#post-617 h1.page-title {
	margin-bottom: 2.5em;
}

h1.entry-title {
	margin-bottom: 0.125em;
	padding-bottom: 0.25em;
	font-size: 1.5rem;
	line-height: 1.125;
	border-bottom: #006548 1px solid;
}

h2 {
	margin-bottom: 0.8em;
	font-size: 1.375rem;
	text-align: center;
}

h2:first-letter {
	font-size: 1.75rem;
	color: #006548;
}

#services h2,
#sims-TM4 h2,
#sims-SDR h2,
#lesson h2,
#profile h2,
#plans h2,
#admissionfee h2,
.planstable h2,
#corporateplan h2,
#faq_facility h2,
#faq_reservation h2,
#faq_fee h2,
#faq_sims h2,
#faq_lesson h2 {
	margin-bottom: 1.5em;
	padding-bottom: 0.25em;
	border-bottom: #006548 1px dashed;
}

#services h2:first-letter,
#sims-TM4 h2:first-letter,
#sims-SDR h2:first-letter,
#lesson h2:first-letter,
#profile h2:first-letter,
#plans h2:first-letter,
#admissionfee h2:first-letter,
.planstable h2:first-letter,
#corporateplan h2:first-letter,
#faq_facility h2:first-letter,
#faq_reservation h2:first-letter,
#faq_fee h2:first-letter,
#faq_sims h2:first-letter,
#faq_lesson h2:first-letter {
	font-size: 1.375rem;
	color: #0c0c0c;
}

@media screen and (min-width: 1024px) {
	.h2right {
		text-align: right;
	}
}/* min-width: 1024px */

h3 {
	margin-bottom: 0.44em;
	font-size: 1.25rem;
}

h3.recommend-title {
	margin: 0.49em 0 1.6em;
	padding-bottom: 0.2em;
	border-bottom: #dedede 1px solid;
}

.admissiontable h3,
.planstable h3 {
	margin-bottom: 0;
}

.qanda h3 {
	margin-bottom: 0.4375em;
	padding: 0.25em 0 0 1.5em;
	color: #006548;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.0625rem;
	font-weight: 700;
	background: url(/wp-content/uploads/bg_faq-Q.png) no-repeat;
	background-position: top left;
	background-size: 24px 24px;
}

@media screen and (min-width: 666px) {
	.qanda h3 {
		margin-bottom: 0.75em;
		padding: 0.25em 0 0 1.75em;
	}
}/* min-width: 666px */

h4 {
	margin-bottom: 0.46em;
	font-size: 1.125rem;
}

h4.sidebar-title {
	margin: 0.42em 0 0.46em;
}

h4.list-title {
	padding-left: 0.6em;
}

h5 {
	display: inline-block;
	margin-bottom: 0.46em;
	font-size: 1.0625rem;
	font-weight: 400;
	border-bottom: 1px solid;
}

h6 {
	display: inline-block;
	margin-bottom: 0.46em;
	color: #006548;
	font-size: 1.0rem;
	font-weight: 600;
}

.hserif {
	font-family: 'ryo-dispray-plusn', serif;
	font-weight: 600;
	letter-spacing: 0.08em;
}

.hcaps {
	margin: 0 0 2.4em;
	padding: 0.4em 0 0;
	font-size: 0.8rem;
	font-weight: 400;
	line-height: 1.0625;
	color: #006548;
	border-top: #dedede 1px solid;
}

.entry-title {
	 position: relative;
}

.page-title {
}

.bb {
	border-bottom: #dedede 1px solid;
	margin-bottom: 1.6em;
}

.archive-description {
	margin-bottom: 2.4em;
}

p {
	margin-bottom: 1.0em;
	text-align: justify;
}

.noto {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400 !important;
}

.serif {
	font-family: 'ryo-text-plusn', serif !important;
	font-weight: 400 !important;
}

.din {
	font-family: 'din-2014', sans-serif;
}

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

blockquote {
	width: 96%;
	margin: 3.2em auto;
	padding: 2.4em;
	background: linear-gradient(to bottom, rgba(243, 243, 243, 1), rgba(255, 255, 255, 0));
	border-radius: 6px;
}

blockquote p:last-child {
	margin-bottom: 0 !important;
}

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

strong {
	text-decoration: none;
	background: linear-gradient(transparent 48%, #ef0 48%, #ef0 96%, transparent 96%);
}

mark,
ins {
	color: #888;
	text-decoration: underline;
}

del {
	color: #aaa;
}

.xlarge {
	font-size: 1.5em;
}

.large {
	font-size: 1.25em;
}

.small {
	font-size: 0.75em;
	line-height: 1.24;
}

.bold600 {
	font-weight: 600;
}

.bold {
	font-weight: 700;
}

.normal {
	font-weight: 400;
}

.dash2x {
	display: inline-block;
	margin-left: 0.1em;
	margin-right: 1.5em;
	transform: scaleX(2.4);
	transform-origin: center left;
}

.dash2xright {
	display: inline-block;
	margin-left: 1.5em;
	margin-right: 0.1em;
	transform: scaleX(2.4);
	transform-origin: center right;
}

.gray {
	color: #ccc !important;
}

.white {
	color: #fff !important;
}

.green {
	color: #006548 !important;
}

.yellow {
	color: #f3de25 !important;
}

.orange {
	color: #f34e25 !important;
}

.bgyellow {
	color: #fff;
	font-weight: 600;
	line-height: 1.0;
	background: #f3de25;
}

.brd {
	display: none;
}
	
@media screen and (min-width: 666px) {
	.brm {
		display: none;
	}

	.brd {
		display: inherit;
	}
}/* min-width: 666px */

.dashed {
	background-image : linear-gradient(to right, #dedede, #dedede 2px, transparent 2px, transparent 8px);	/* 幅2の線を作る */
	background-size: 8px 1px;			/* グラデーションの幅・高さを指定 */
	background-position: left bottom;	/* 背景の開始位置を指定 */
	background-repeat: repeat-x;		/* 横向きにのみ繰り返す */
}

.inline-txtbnr {
	padding: 0.48em 0.8em;
	color: #fff;
	font-weight: 700;
	background: #0c0c0c;
	border-radius: 2px;
}



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

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

ul,
ol {
	margin: 0 0 0 1.4em;
}

ul {
	list-style: none;
}

ul li,
ol li {
	margin-bottom: 0.4em;
	padding-left: 0.1em;
	font-feature-settings: "palt";
	text-align: justify;
	line-height: 1.125;
}

ul.asterisk li {
	list-style: '＊' outside;
}

ul.dash li {
	list-style: '- ' outside;
}

ul.check li::before {
	margin-right: 0.6em;
	content: "\f00c";
	color: #f3de25;
	font-family: 'font awesome 5 free';
	font-weight: 900;
}

ul.arrow li::before {
	margin-right: 0.6em;
	content: '\f061';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

ol {
	list-style: decimal;
}

ol.roman {
	list-style: upper-roman;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.6em 1.6em;
}

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

iframe {
	border-radius: 6px;
	scrollbar-color: transparent transparent !important;
}

img {
	height: auto;
	width: 100%;
	max-width: 100%;
	border-radius: 6px;
}

.nor {
	border-radius: 0 !important;
}

.r50 {
	border-radius: 50% !important;
}

#profile .profilelogo {
	max-width: 52%;
	height: auto;
	margin: 1.0em auto;
}

@media screen and (min-width: 666px) {
	#profile .profilelogo {
		max-width: 72%;
		margin: 1.0em 0;
	}
}/* min-width: 666px */

figure {
	margin: 0;
}

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



/* Links
--------------------------------------------- */
a,
a:visited {
	color: #006548;
	text-decoration: none;
	transition: all 0.3s ease;
}

a:hover,
a:active {
	color: #dedede;
	outline: 0;
}

a img:hover,
a img:active {
	opacity: 0.6;
}



/* Buttons
--------------------------------------------- */
a.btn {
	margin: 0;
	display: inline-block;
	padding: 0.25em 0.75em;
	color: #006548;
	font-family: 'gill-sans-nova', 'Noto Sans JP', sans-serif !important;
	font-size: 0.875rem;
	text-align: center;
	line-height: 1.2;
	border: #006548 1px solid;
	border-radius: 4px;
}

a.largebtn {
	margin: 0;
	display: inline-block;
	padding: 0.5em 1.0em;
	color: #006548;
	font-family: 'gill-sans-nova', 'Noto Sans JP', sans-serif !important;
	font-size: 1.0625rem;
	text-align: center;
	line-height: 1.2;
	border: #006548 1px solid;
	border-radius: 4px;
}

a.btn:hover,
a.btn:active,
a.largebtn:hover,
a.largebtn:active {
	color: #fff;
	background: #006548;
}

.arrowbtn:before {
	padding-right: 0.3125em;
	content: '\f061';
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}

.linebtn:before {
	padding-right: 0.3125em;
	content: '\f3c0';
	font-weight: 900;
	font-family: "Font Awesome 5 Brands";
}

.mailbtn:before {
	padding-right: 0.3125em;
	content: '\f0e0';
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}

.faqbtn:before {
	padding-right: 0.3125em;
	content: '\f128';
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}




.greenbtn {
	color: #fff !important;
	background: #006548 !important;
	border: #006548 1px solid !important;
}

.greenbtn:hover,
.greenbtn:active {
	color: #006548 !important;
	background: #fff !important;
}

.whitebtn {
	color: #006548 !important;
	background: #fff !important;
	border: #fff 1px solid !important;
}

.whitebtn:hover,
.whitebtn:active {
	color: #efefef !important;
	background: #006548 !important;
	border: #006548 1px solid !important;
}

.yellowbtn {
	color: #404040 !important;
	background: #f3de25 !important;
	border: #f3de25 1px solid !important;
}

.yellowbtn:hover,
.yellowbtn:active {
	color: #f3de25 !important;
	background: #fff !important;
}

.ghostbtn {
	color: #fff !important;
	background: transparent !important;
	border: #fff 1px solid !important;
}

.ghostbtn:hover,
.ghostbtn:active {
	color: #006548 !important;
	background: #fff !important;
}

a.btn:after,
a.largebtn:after {
	clear: both;
}



/* Forms
--------------------------------------------- */
form {
	margin-bottom: 0;
}

fieldset {
	border: 1px solid #ddd;
	padding: 25px;
}

fieldset legend {
	font-size: 0.875em;
	font-style: italic;
	padding: 0 15px;
}

label {
}

textarea,
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="file"] {
	display: block;
	width: 100%;
	margin: 0.4em 0 0 0;
	padding: 0.8em;
	color: #333;
	font-size: 1.0rem !important;
	border: 1px solid #ddd;
	border-radius: 4px;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
}

.wpcf7-list-item {
	display: block;
}

.wpcf7-list-item-label {
	vertical-align: 0.08em;
}

.wpcf7-list-item-label::before {
	padding-left: 0.2em;
}

textarea {
	line-height: 1.5;
	height: 10.0em;
}

.registermail,
.registerphone,
.p-locality,
.p-street-address,
.p-extended-address {
	display: inline-block !important;
	width: 100%;
}

.p-postal-code {
	display: inline-block !important;
	width: 6.0em !important;
	margin-right: 1.0em !important;
}

.p-region {
	display: inline-block !important;
	width: 7.0em !important;
}

p.input_serial {
	width: 100%;
	margin-bottom: 0.6em;
	padding: 0 auto;
}

p.input_serial select {
	display: inline-block !important;
	width: 4.0em !important;
	padding: 0 0.2em !important;
	font-size: 1.0rem !important;
	border: 1px solid #ddd;
	border-radius: 8px;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
}

p.input_serial input[type="text"] {
	display: inline-block !important;
	width: 5.0em !important;
	padding: 0 0.2em !important;
}

#submit,
#contactButton,
input.button,
input[type="button"],
input[type="submit"] {
	margin: 0;
	display: inline-block;
	float: right;
	padding: 0.4em 1.2em;
	color: #006548;
	font-size: 1.0rem;
	text-align: right;
	background: transparent;
	border: #006548 1px solid;
	border-radius: 4px;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
}

#submit:hover,
#submit:active,
input[type="button"]:hover,
input[type="button"]:active,
input.button:hover,
input.button:active,
input[type="submit"]:hover,
input[type="submit"]:active {
	color: #fff;
	background: #006548;
	cursor: pointer;
}

.submitcaps {
	font-size: 0.75em !important;
	line-height: 1.4 !important;
}

.wpcf7 form .wpcf7-response-output {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 0.4em 0.8em;
	color: #fff;
	font-size: 0.75rem;
	background: #006548;
	border: none !important;
	border-radius: 2px;
}

.wpcf7-not-valid-tip {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 0.2em 0.4em;
	color: #fff;
	font-size: 0.625rem;
	font-weight: 700;
	background: #b7282e;
	border: none !important;
	border-radius: 2px;
}

.p-postal-code {
	width: 7.0em;
}

.p-country-name {
	display: none !important;
}



/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
body {
	width: 100.0vw;
	min-width: 100.0vw;
	margin: 0;
	background-position: top;
	background-size: contain;
	background-repeat: no-repeat;
}

#page {
	margin: 0;
	padding: 0;
}

header {
	position: fixed;
	z-index: 333;
}

main {
	position: relative;
	width: 100vw;
	margin: 4.8em auto 3.2em;
	padding: 0 1.6em;
	z-index: 111;
}

.main-home {
	margin: 0 auto 3.2em;
	padding: 0;
}

@media screen and (min-width: 666px) {
	main {
		max-width: 1024px;
		margin: 8.0em auto 3.2em;
	}

	.main-home {
		max-width: 100vw;
		margin: 57.5vw auto 3.2em;
		padding: 0;
	}
}/* min-width: 666px */

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

article {
	width: 100%;
	margin: 0 0 4.8em;
	scroll-margin-top: 72px;
}

section {
	width: 100%;
	max-width: calc(100vw - 2.4em);
	margin: 0 auto;
}

@media screen and (min-width: 666px) {
	article {
		scroll-margin-top: 90px;
	}

	section {
		max-width: 1024px;
	}
}/* min-width: 666px */

footer {
	width: 100vw;
	max-width: 100%;
	margin: 0 auto;
	padding: 2.4em 1.0em;
	background: #006548;
}



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

/* Header background
--------------------------------------------- */
.headerbg-home {
	position: absolute;
	top: 0;
	width: 100vw;
	height: calc(100vw * 0.75);
	background-position: top !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
}

@media screen and (min-width: 666px) {
	.headerbg-home {
		height: calc(100vw * 0.575);
	}
}/* min-width: 666px */

.headerbg {
	position: absolute;
	top: 0;
	width: 100vw;
	background: none;
}



/* Pages background
--------------------------------------------- */
body.page-id-381 { /* services */
	background-image: url(/wp-content/uploads/pagebnrM.jpg);
}

body.page-id-382 { /* simulators */
	background-image: url(/wp-content/uploads/pagebnrM.jpg);
}

body.page-id-383 { /* lesson */
	background-image: url(/wp-content/uploads/pagebnrM.jpg);
}

body.page-id-384 { /* plans */
	background-image: url(/wp-content/uploads/pagebnrM.jpg);
}

body.page-id-638 { /* faq */
	background-image: url(/wp-content/uploads/pagebnrM.jpg);
}

@media screen and (min-width: 666px) {
	body.page-id-381 { /* services */
		background-image: url(/wp-content/uploads/pagebnrD.jpg);
	}
	
	body.page-id-382 { /* simulators */
		background-image: url(/wp-content/uploads/pagebnrD.jpg);
	}
	
	body.page-id-383 { /* lesson */
		background-image: url(/wp-content/uploads/pagebnrD.jpg);
	}
	
	body.page-id-384 { /* plans */
		background-image: url(/wp-content/uploads/pagebnrD.jpg);
	}
	
	body.page-id-638 { /* faq */
		background-image: url(/wp-content/uploads/pagebnrD.jpg);
	}
}/* min-width: 666px */



/* Site branding
--------------------------------------------- */
.site-branding {
	width: 42.0vw;
	max-width: 300px;
	margin: 0 auto;
	padding-top: 0.8em;
}

.site-branding img {
	position: relative;
	width: 100%;
	height: auto;
	margin: 1.0em auto 0;
	z-index: 777777;
}

.whitelogo {
	filter: contrast(0) brightness(100);
}

@media screen and (min-width: 666px) {
	.site-branding {
		max-width: 240px;
	}

	.site-branding img {
		margin: 2.4em auto 0;
	}
}/* min-width: 666px */



/* Message banner
--------------------------------------------- */
.messagebnr {
	position: fixed;
	display: inline-block;
	bottom: 0;
	width: 100vw;
	padding: 0;
	background: #fcfcfc;
	filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.24));
	z-index: 777;
}

.messagebnr ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	margin: 0 0 0 2.6875em;
}

.messagebnr li {
	margin: 0;
	padding: 0;
	font-size: 1.25rem;
	font-weight: 400;
	text-align: center;
}

.messagebnr li:last-child {
	padding: 0.75em 2.5em;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.075em;
	background: #f3de25;
}

.messagebnr li a {
	color: #404040;
}

.messagebnr li a:hover,
.messagebnr li a:active {
	color: #fff;
}

@media screen and (min-width: 666px) {
	.messagebnr {
		display: none;
	}
}/* min-width: 666px */



/* Navigation
--------------------------------------------- */
img.headerbar-logo {
	display: inline-block;
	position: fixed;
	width: auto;
	height: 28px;
	top: 0.75em;
	left: 1.25em;
	z-index: 77777;
}

#site-navigation {
	font-family: 'gill-sans-nova', 'Noto Sans JP', sans-serif !important;
	font-size: 0.75rem;
	font-weight: 400;
}

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

.main-navigation ul {
	display: none;
	list-style: none;
}

.main-navigation li {
	position: relative;
	padding: 0.16em 0.8em;
	text-align: right;
}

.main-navigation a,
.main-navigation a:visited {
	display: block;
	color: #404040;
	text-decoration: none;
}

.main-navigation a:hover,
.main-navigation a:active {
	color: #efefef;
	outline: 0;
}

.nav-white a,
.nav-white a:visited {
	color: #fff;
}

.nav-white a:hover,
.nav-white a:active {
	color: #006548;
}

/* Small menu. */
.menu-toggle {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 1.6em;
	right: 1.2em;
	background: none;
	border: none;
	z-index: 333333;
}

.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
	content: '';
	position: absolute;
	display: block;
	width: 21px;
	height: 3px;
	background-color: #0c0c0c;
}

.menu-toggle span::before {
	bottom: 8px;
}

.menu-toggle span::after {
	top: 8px;
}

.main-navigation.toggled ul {
	display: block;
	position: absolute;
	top: 0;
	width: 100.0vw;
	padding: 4.88em 1.0em 0;
	background: rgba(255, 255, 255, 0.96);
}

.main-navigation.toggled li {
	margin: 0;
	padding: 0.6em 3.6em;
	text-align: right;
	letter-spacing: 0.07em;
	border-bottom: #efefef 1px solid;
}

.main-navigation.toggled li:first-child {
	padding-top: 1.8em;
}

.main-navigation.toggled li:last-child {
	padding-bottom: 1.8em;
	border-bottom: none;
}

ul#primary-menu {
	position: fixed;
}

ul#primary-menu li {
	margin-left: 0;
	margin-bottom: 0;
	font-size: 0.75rem;
}

ul.nav-menu {
	margin: 0;
}

@media screen and (min-width: 1280px) {
	img.headerbar-logo {
		display: inline-block;
		position: fixed;
		width: auto;
		height: 32px;
		top: 0.5em;
		left: 1.5em;
		z-index: 77777;
	}

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		top: 0;
		right: 0;
		width: 100.0vw;
		margin: 0;
		padding: 1.2em 1.6em;
		background: #fff;
	}

	.main-navigation li {
		margin-top: 0.4em;
		letter-spacing: 0.07em;
	}

	.main-navigation li:first-child {
		margin-left: 0;
	}

	.main-navigation li:last-child {
		margin-left: 1.0em !important;
		font-weight: 600;
		background: #f3de25;
	}

	ul#primary-menu {
	}
}/* min-width: 1280px */

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

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



/* Columns
--------------------------------------------- */
@media screen and (min-width: 666px) {
	.column-2,
	.column-3,
	.column-4 {
		columns: 2 auto;
		column-gap: 2.4em;
		}
}/* min-width: 666px */

@media screen and (min-width: 1024px) {
	.column-3 {
		columns: 3 auto;
		column-gap: 2.4em;
		}

	.column-4 {
		columns: 4 auto;
		column-gap: 2.4em;
		}
}/* min-width: 1,024px */

.spanner {
	column-span: all;
}

.colbreakafter {
	break-after: column;
}



/* Grid systems
--------------------------------------------- */
.grid_1-2,
.grid_1-3,
.grid_2-1,
.grid_2-3,
.grid_3-2 {
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
}

.grid_1-1,
.grid_1-1-1-1 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0;
}

.grid_1-1-1 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
}

@media screen and (min-width: 666px) {
	.grid_1-1 {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.grid_1-2 {
		grid-template-columns: 1fr 2fr;
	}
	
	.grid_1-3 {
		grid-template-columns: 1fr 3fr;
	}
	
	.grid_2-1 {
		grid-template-columns: 2fr 1fr;
	}
	
	.grid_2-3 {
		grid-template-columns: 2fr 3fr;
	}
	
	.grid_3-2 {
		grid-template-columns: 3fr 2fr;
	}
	
	.grid_1-1-1-1 {
		grid-template-columns: repeat(4, 1fr);
	}
}/* min-width: 666px */

.grid_1-1 img,
.grid_1-2 img,
.grid_1-3 img,
.grid_2-3 img,
.grid_3-2 img,
.grid_1-1-1 img,
.grid_1-1-1-1 img {
	margin: 0;
	width: 100% !important;
	height: auto;
	object-fit: contain;
}



/* Tables
--------------------------------------------- */
table {
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	margin-bottom: 0.6em;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

tr {
	border-bottom: 1px solid #909090;
}

tr:first-child { 
	border-top: 1px solid #909090;
}

th,
td {
	margin: 0;
	padding: 0.75em 0;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.4;
	text-align: left;
	vertical-align: top;
	overflow: visible;
}

th:first-child,
td:first-child {
	padding-left: 0.25em;
}

th:last-child,
td:last-child {
	padding-right: 0.25em;
}

@media screen and (min-width: 666px) {
	th:first-child,
	td:first-child {
		padding-left: 0.75em;
	}
	
	th:last-child,
	td:last-child {
		padding-right: 0.75em;
	}
}/* min-width: 666px */

.admissiontable,
.planstable,
#corporateplan {
	font-family: 'din-2014', 'Noto Sans JP', sans-serif;
}

.admissiontable td,
#corporateplan td {
	text-align: right;
	vertical-align: middle;
	line-height: 1.125;
}

.planstable tr:first-child { 
	border-top: none;
}

.planstable th,
.planstable td {
	text-align: center;
	vertical-align: middle;
	line-height: 1.125;
}

.planstable td:first-child {
	width: 32%;
	text-align: left;
}

.planstable td:last-child {
	width: 36%;
	text-align: right;
}

@media screen and (min-width: 666px) {
	.planstable table,
	.admissiontable table,
	#corporateplan table {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.planstable th:last-child {
		text-align: right;
	}

	.planstable td:first-child {
		width: auto;
	}
	
	.planstable td:nth-child(2),
	.planstable td:last-child {
		width: 16.0em;
	}

	.planstable ul,
	.admissiontable ul,
	#corporateplan ul {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 1.0em;
	}
}/* min-width: 666px */

#scta th {
	width: 35%;
}

@media screen and (min-width: 666px) {
	#scta table {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	#scta th {
		width: 30%;
	}
}/* min-width: 666px */

/*tbody > tr:nth-child(odd) { background-color: #f7f7f7; }*/



/* Lead copy
--------------------------------------------- */
#leadcopy {
	margin-top: 75vw;
	margin-bottom: 3.2em;
	padding-top: 3.2em;
}

#leadcopy p {
	letter-spacing: 0.1em;
}

#leadcopy img {
	margin: 0 auto 3.0em;
	max-width: 36%;
	height: auto;
}

@media screen and (min-width: 666px) {
	#leadcopy {
		margin-top: 0;
	}
	
	#leadcopy img {
		max-width: 120px;
	}
}/* min-width: 666px */

p.underthelogo {
	font-size: 1.0rem;
	font-weight: 700;
	line-height: 1.125;
	letter-spacing: 0.02em !important;
	text-align: center;
}

p.underthelogo_sub {
	margin: 0 auto 1.0em !important;
	color: #f34e25;
	font-size: 1.0rem;
	line-height: 1.125;
	letter-spacing: 0.02em !important;
}

@media screen and (min-width: 666px) {
	p.underthelogo_sub {
		text-align: center;
	}
}/* min-width: 666px */



/* Campaign
--------------------------------------------- */
#campaign {
	margin: 0 0 3.6em;
}

#campaign img {
	margin: 0 0 1.5em;
}

@media screen and (min-width: 666px) {
	#campaign img {
	}
}/* min-width: 666px */



/* Concept
--------------------------------------------- */
#home_concept {
	padding: 3.2em 0;
	background: #006548;
}

#home_concept p {
	width: 92%;
	margin: 0 auto 1.6em;
}

#home_concept p:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 666px) {
	#home_concept p {
		width: 84%;
		margin: 0 auto 1.6em;
	}
}/* min-width: 666px */



/* Servises
--------------------------------------------- */
#home_services {
}

#home_services h2 {
	margin: 0 auto 2.4em;
}

.services_container,
.services_subcontainer {
	margin: 0 auto 3.6em;
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5em;
}

.services_panel {
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 1.0em;
	row-gap: 0;
}

.services_panel h4 {
	margin: 0 0 0.5em;
	font-size: 1.0em;
	line-height: 1.125;
}

.services_panel p {
	margin-bottom: 0;
	font-size: 0.875em;
	line-height: 1.25;
}

.bg_services-01 {
	background: url("/wp-content/uploads/bg_services-01.png") no-repeat;
	background-position: top left;
	background-size: 24px 24px;
}

.bg_services-02 {
	background: url("/wp-content/uploads/bg_services-02.png") no-repeat;
	background-position: top left;
	background-size: 24px 24px;
}

.bg_services-03 {
	background: url("/wp-content/uploads/bg_services-03.png") no-repeat;
	background-position: top left;
	background-size: 24px 24px;
}

.bg_services-04 {
	background: url("/wp-content/uploads/bg_services-04.png") no-repeat;
	background-position: top left;
	background-size: 24px 24px;
}

.bg_services-05 {
	background: url("/wp-content/uploads/bg_services-05.png") no-repeat;
	background-position: top left;
	background-size: 24px 24px;
}

.bg_services-06 {
	background: url("/wp-content/uploads/bg_services-06.png") no-repeat;
	background-position: top left;
	background-size: 24px 24px;
}

.bg_services-07 {
	background: url("/wp-content/uploads/bg_services-07.png") no-repeat;
	background-position: top left;
	background-size: 24px 24px;
}

.bg_services-08 {
	background: url("/wp-content/uploads/bg_services-08.png") no-repeat;
	background-position: top left;
	background-size: 24px 24px;
}

.bg_services-09 {
	background: url("/wp-content/uploads/bg_services-09.png") no-repeat;
	background-position: top left;
	background-size: 24px 24px;
}

.bg_services-10 {
	background: url("/wp-content/uploads/bg_services-10.png") no-repeat;
	background-position: top left;
	background-size: 24px 24px;
}

.services_panel_padding {
	padding: 1.6875em 0 0;
}

@media screen and (min-width: 666px) {
	.services_container {
		grid-template-columns: repeat(2, 1fr);
		gap: 2.0em;
	}

	.services_panel {
		column-gap: 2.0em;
	}

	.services_panel h4 {
		margin: 0 0 1.0em;
		font-size: 1.125em;
		line-height: 1.25;
	}

	.services_panel p,
	.services_subpanel p {
		font-size: 1.0em;	
	}

	.bg_services-01,
	.bg_services-02,
	.bg_services-03,
	.bg_services-04,
	.bg_services-05,
	.bg_services-06,
	.bg_services-07,
	.bg_services-08,
	.bg_services-09,
	.bg_services-10 {
		background-size: 36px 36px;
	}

	.services_panel_padding {
		padding: 2.5em 0 0;
	}
}/* min-width: 666px */

/* Page */
.services_page {
	margin: 0 auto 2.5em;
	display: grid;
	grid-template-columns: 1fr;
	column-gap: 4.0em;
	row-gap: 1.0em;
}

.services_page section {
	padding-top: 1.5625em;
}

@media screen and (min-width: 666px) {
	.services_page {
		width: 80%;
		grid-template-columns: 2fr 1fr;
	}

	.services_page section {
		padding-top: 2.25em;
	}
}/* min-width: 666px */



/* Range
--------------------------------------------- */
#home_range {
	padding: 3.2em 0;
	background: url("/wp-content/uploads/bg_home_range.jpg") no-repeat;
	background-position: center top 30%;
	background-size: cover;
}

#home_range h2 {
	width: 92%;
	margin: 0 auto 1.6em;
	padding: 0 0 1.6em;
	color: #fff;
	border-bottom: #fff 1px solid;
}

#home_range h2:first-letter {
	color: #f3de25;
}

#home_range p {
	width: 92%;
	margin: 0 auto 1.6em;
	color: #fff;
}

#home_range p:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 666px) {
	#home_range h2 {
		width: 84%;
	}

	#home_range p {
		width: 84%;
		margin: 0 auto 1.6em;
	}
}/* min-width: 666px */



/* Simulators
--------------------------------------------- */
#home_sims {
}

.home_sims_panel {
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr;
	column-gap: 2.4em;
	row-gap: 0;
}

.home_sims_panel h3 {
	margin: 0.6em 0;
}

.home_sims_panel p {
}

@media screen and (min-width: 666px) {
	.home_sims_panel {
		grid-template-columns: 1fr 1.2fr;
		gap: 4.8em;
	}
	
	.home_sims_panel h3 {
		margin: 0.6em 0 1.2em;
	}
}/* min-width: 666px */

/* Page */
#sims-TM4 h3,
#sims-SDR h3 {
	margin-bottom: 1.0em;
}

.sims_panel {
	margin: 0 auto 2.0em;
	display: grid;
	grid-template-columns: 1fr;
	column-gap: 3.0em;
	row-gap: 1.5em;
}

.sims_movie {
	width: 100%;
	aspect-ratio: 16/9;
	margin: 0 auto;
}

@media screen and (min-width: 666px) {
	.sims_panel {
		grid-template-columns: 2fr 3fr;
	}

	.sims_movie {
		width: 60%;
		aspect-ratio: 16/9;
	}
}/* min-width: 666px */



/* Lesson
--------------------------------------------- */
#home_lesson {
	padding: 3.2em 0;
	background: url("/wp-content/uploads/bg_home_lesson.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}

#home_lesson h2 {
	width: 92%;
	margin: 0 auto 1.6em;
	padding: 0 0 1.6em;
	color: #fff;
	border-bottom: #fff 1px solid;
}

#home_lesson h2:first-letter {
	color: #f3de25;
}

.home_lesson_panel {
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr;
	column-gap: 2.4em;
}

.home_lesson_panel section {
	margin-bottom: 2.4em;
}

.home_lesson_panel p {
	width: 92%;
	margin: 0 auto 1.6em;
	color: #fff;
}

#home_lesson p:last-child {
	margin-bottom: 0;
}

.home_lesson_panel img {
	width: 92%;
	margin: 0 auto;
	border: rgba(0, 0, 0, 0.36) 1px solid;
}

@media screen and (min-width: 666px) {

	.home_lesson_panel {
		grid-template-columns: 3fr 2fr;
	}

	#home_lesson h2 {
		width: 84%;
	}

	.home_lesson_panel section {
		margin-bottom: 0;
	}

	.home_lesson_panel p {
		width: 84%;
	}

	.home_lesson_panel img {
		width: 100%;
	}
}/* min-width: 666px */

/* Page */
#lesson h3 {
	margin-bottom: 1.0em;
}

.lesson_panel,
.profile_panel {
	margin: 0 auto 1.5em;
	display: grid;
	grid-template-columns: 1fr;
	column-gap: 3.0em;
	row-gap: 1.5em;
}

.profile_panel h5 {
	width: 100%;
	margin: 0 0 0.375em !important;
	padding-bottom: 0.25em;
	font-size: 1.0em;
	font-weight: 600;
	line-height: 1.125;
	border-bottom: 1px dashed;
}

.profile_panel img {
	width: 60%;
	height: auto;
	margin: 0 auto;
}

ul.profile_badges {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	margin: 0;
}

ul.profile_badges li {
	margin: 0;
	padding: 0;
}

ul.profile_badges img {
	width: auto;
	height: 3.0em;
}

@media screen and (min-width: 666px) {
	.lesson_panel {
		grid-template-columns: 2fr 1fr;
	}

	.profile_panel {
		grid-template-columns: 1fr 3fr;
	}

	.profile_panel img {
		width: 100%;
	}

	ul.profile_badges {
		justify-content: flex-start;
	}

	ul.profile_badges li {
		margin-right: 2.0em;
	}

	ul.profile_badges li:last-child {
		margin-right: 0;
	}

	ul.profile_badges img {
		width: auto;
		height: 4.0em;
	}
}/* min-width: 666px */



/* Plans
--------------------------------------------- */
#home_plans {
}

#home_plans h2 {
	margin: 0 auto 2.4em;
}

.home_plans_container {
	margin: 0 auto 2.4em;
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.2em;
}

.plans_card {
	position: relative;
	display: block;
	width: 84%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.06);
}

.plans_card_header {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 1.75em 1.5em 0.75em;
	background: #006548;
	border-radius: 6px 6px 0 0;
}

.plans_card_content {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 1.5em;
	border-radius: 0 0 6px 6px;
}

.plans_card_header img {
	margin: 0 auto 1.25em;
	width: 12%;
	height: auto;
}

.plans_card_header h3 {
	margin: 0 0 0.25em;
	padding: 0.0.0.25em;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 600;
	text-align: center;
	border-bottom: #fff 1px dashed;
}

.plans_card_header p {
	width: 100%;
	margin: 0;
	color: #fff;
	text-align: center;
}

.plansname {
	margin: 0;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.25em;
}

.price {
	margin: 0;
	font-size: 1.25rem;
	letter-spacing: 0.08em;
}

.price-num {
	font-family: 'din-2014', 'Noto Sans JP', sans-serif;
	font-size: 1.5em;
	font-weight: 400;
}

.plans_card_content p {
	margin: 0 0 1.5em;
	color: #707070;
	font-size: 0.8125rem;
	line-height: 1.25;
}

.plans_card_content a {
	position: absolute;
	bottom: 0;
	margin: 0 auto 1.5em;
}

.plans_card_content ul {
	margin: 0;
	font-size: 0.8125rem;
}

.plans_card_content li {
	margin: 0;
	padding: 0.75em 0.5em;
	letter-spacing: 0.06em;
	border-top: #efefef 1px dashed;
}

.plans_card_content li:last-child {
	border-bottom: #efefef 1px dashed;
}

.plans_card_content i {
	margin: 0 auto;
	color: #efefef;
	font-size: 4.8rem;
}

@media screen and (min-width: 666px) {
	.home_plans_container {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

	.plans_card {
		width: 96%;
	}

	.plans_card_header h3 {
		font-size: 1.0625rem;
	}
	
	.plans_card_header p {
		font-size: 1.0rem;
	}

	.plansname {
		font-size: 0.875rem !important;
	}

	
	.price {
		font-size: 1.625rem;
	}
}/* min-width: 666px */



/* Flow
--------------------------------------------- */
#flow {
	padding: 3.2em 0;
	background: url("/wp-content/uploads/bg_home_flow.jpg") no-repeat;
	background-position: center top;
	background-size: cover;
}

#flow h2 {
	width: 92%;
	margin: 0 auto 1.6em;
	padding: 0 0 1.6em;
	color: #fff;
	border-bottom: #fff 1px solid;
}

#flow h2:first-letter {
	color: #f3de25;
}

#flow img {
	width: 84%;
	height: auto;
	margin: 0 auto 3.2em;
}

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

.flow_btns a {
	width: 72%;
}

@media screen and (min-width: 666px) {
	#flow img {
		width: 100%;
		max-width: 1024px;
		height: auto;
	}
	.flow_btns {
		grid-template-columns: repeat(3, 1fr);
	}
}/* min-width: 666px */



/* Contact us
--------------------------------------------- */
#contactus {
}

#contactus h2 {
	margin: 0 auto 2.4em;
}

.contactus_container {
	display: grid;
	grid-template-columns: 1fr;
	column-gap: 3.6em;
}

#contactus_leadcopy {
	width: 90%;
	margin: 0 auto 3.6em;
	padding: 1.5em 0;
	text-align: center;
	border: #404040 2px solid;
	border-radius: 6px;
}

#contactus_leadcopy h3 {
	width: 80%;
	margin: 0 auto 1.25em;
	padding-bottom: 0.5em;
	letter-spacing: 0.0625em;
	border-bottom: #404040 1px dashed;
}

#contactus_leadcopy p {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#contactus_LINE {
	width: 90%;
	margin: 0 auto 3.6em;
	padding: 2.5em 0;
	text-align: center;
	border: #404040 2px solid;
	border-radius: 6px;
}

#contactus_LINE h3 {
	width: calc(100% - 5.0em);
	margin: 0 auto 1.25em;
	padding-bottom: 0.5em;
	letter-spacing: 0.0625em;
	border-bottom: #404040 1px dashed;
}

#contactus_LINE p {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.25em;
	letter-spacing: 0.1875em;
}

#contactus_leadcopy a.btn,
#contactus_LINE a.btn {
	padding: 0.75em 1.0em;
	color: #fff !important;
	font-size: 1.0625rem;
	font-weight: 400;
	text-align: center;
	line-height: 1.0em;
	letter-spacing: normal;
	background: #00c300 !important;
	border: #00c300 1px solid !important;
}

#contactus_leadcopy a.btn:hover,
#contactus_leadcopy a.btn:active,
#contactus_LINE a.btn:hover,
#contactus_LINE a.btn:active {
	color: #00c300 !important;
	background: #fff !important;
}

@media screen and (min-width: 666px) {
	.contactus_container {
		grid-template-columns: repeat(2, 1fr);
	}

	#contactus_leadcopy {
		max-width: 50%;
		margin: 0 auto;
	}

	#contactus_LINE {
		width: 72%;
		margin: 0 auto;
	}
}/* min-width: 666px */



/* Access
--------------------------------------------- */
#access {
}

.access_container {
	display: grid;
	grid-template-columns: 1fr;
	column-gap: 3.6em;
}

#access h2 {
	margin: 0 auto 2.4em;
}

#access img {
	width: 48%;
	height: auto;
	margin: 0 0 1.0em;
}
	
#access p:last-child {
	margin-bottom: 1.5em;
}

@media screen and (min-width: 666px) {
	.access_container {
		grid-template-columns: 1fr 2fr;
	}

	#access img {
		width: 60%;
		margin: 0 0 2.0em;
	}
	
	#access p:last-child {
		margin-bottom: 0;
	}
}/* min-width: 666px */



/* FAQ
--------------------------------------------- */
.qanda {
	margin-bottom: 2.5em;
}

.qanda p {
	width: calc(100% - 0.625em);
	margin: 0 0 2.0em 0.625em;
	padding: 0 0.1em 0 1.125em;
	border-left: #f3de25 2px solid;
}

@media screen and (min-width: 666px) {
	.qanda {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.qanda p {
	}
}/* min-width: 666px */



/* Privacy policy
--------------------------------------------- */
#privacypolicy section {
	margin-bottom: 2.4em;
}

#privacypolicy section:last-child,
#privacypolicy p,
#privacypolicy ul {
	margin-bottom: 0;
}



/* News & Topics / Notes
--------------------------------------------- */
.nats-notes {
	display: grid;
	grid-template-columns: 1fr;
	column-gap: 3.2em;
	row-gap: 3.2em;
}

@media screen and (min-width: 666px) {
	.nats-notes {
		grid-template-columns: repeat(2, 1fr);
	}
}/* min-width: 666px */


#newsandtopics,
#notes {
	margin: 0;
}

#newsandtopics ul,
#notes ul {
	margin: 0;
	list-style: none;
}

#newsandtopics li,
#notes li {
	margin: 0;
	padding: 1.0em 0.6em;
	font-size: 0.875rem;
	line-height: 1.4;
	border-bottom: #dedede 1px solid;
}

#newsandtopics li:first-child,
#notes li:first-child {
}

#newsandtopics li .post-date,
#notes li .post-date {
	margin-right: 1.0em;
	color: #666;
	font-family: 'gill-sans-nova', 'Noto Sans JP', sans-serif !important;
	font-size: 0.75rem;
	font-weight: 400;
	font-style: normal;
	font-kerning: normal;
	font-feature-settings: "palt";
}

#newsandtopics li .post-tags a,
#notes li .post-tags a {
	margin-right: 0.2em;
	padding: 0.04em 0.4em;
	color: #fff;
	font-size: 0.625rem;
	font-style: normal;
	font-kerning: normal;
	font-feature-settings: "palt";
	vertical-align: middle;
	background: #cdcdcd;
	border-radius: 1px;
}

#newsandtopics li .post-tags a:hover,
#newsandtopics li .post-tags a:active,
#notes li .post-tags a:hover,
#notes li .post-tags a:active{
	background: #dedede;
}

#newsandtopics li >:first-child::after,
#notes li >:first-child::after {
	content: "\A";
	white-space: pre;
}



/* 404 not found
--------------------------------------------- */
#e404 {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	flex-wrap: nowrap;
}

#e404 img {
	max-width: 36%;
	height: auto;
}
	
#e404 section {
	width: auto;
}
	
#e404 p:nth-last-child(2) {
	margin-bottom: 1.5em;
}
	
#e404 p:last-child {
	margin-bottom: 1.5em;
}

@media screen and (min-width: 666px) {
	#e404 {
		flex-direction: row;
	}

	#e404 img {
		max-width: 8.0em;
	}
	
	#e404 p:last-child {
		text-align: right !important;
		margin-bottom: 0;
	}
}/* min-width: 666px */



/* Posts and pages
--------------------------------------------- */
article.details-grid {
	grid-template-columns: 1fr;
}

@media screen and (min-width: 666px) {
	article.details-grid {
		display: grid;
		grid-template-columns: 5fr 2fr;
		column-gap: 4.8em;
	}
}/* min-width: 666px */

#item-label {
	margin: 0 0 calc(3.6em - 0.12em - 0.6em - 0.875rem);
}

#item-label p {
	display: block;
	font-weight: 400;
	text-align: right;
	line-height: 1.0;
	letter-spacing: 0.04em;
}

#item-label .cat-label {
	margin: 0 0.1em 0 0.6em;
	padding: 0 0.4em;
	color: #fff;
	font-size: 1.0rem;
	background: #006548;
	border-radius: 2px;
}

#item-label .post-date {
	margin: 0.6em 0 0;
	color: #707070;
	font-size: 0.75rem;
}

#item-label .post-tags a {
	margin-right: 0.2em;
	padding: 0.12em 0.4em;
	color: #fff;
	font-size: 0.75rem;
	font-style: normal;
	font-kerning: normal;
	font-feature-settings: "palt";
	vertical-align: baseline;
	background: #cdcdcd;
	border-radius: 1px;
}

.details-grid.entry-content img {
	width: 100%;
	margin: 0 auto 1.0em;
	border-radius: 6px;
}

.entry-content img.eyecatch {
	margin: 0 auto 3.6em;
}

@media screen and (min-width: 666px) {
	.entry-content img.eyecatch {
		width: 100%;
	}
}/* min-width: 666px */

.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 3.2em;
}

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



/* Item pop
--------------------------------------------- */
#itempop {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 0;
	margin: 0 auto 3.2em;
	padding: 0;
	text-align: left;
	background: #fff;
	border: #efefef 1px solid;
	border-radius: 6px;
}

img.itempop-logo {
	width: 80%;
	margin: 0;
}

#itempop h3 {
	margin: 1.2em 1.2em 0;
}

#itempop p {
	margin: 1.2em 1.2em 0;
	color: #404040;
	font-size: 1.0rem;
}

#itempop a {
	margin: 1.2em;
	display: inline-block;
	float: right;
	padding: 0.5em 1.0em;
	color: #fff;
	font-size: 1.0rem;
	text-align: right;
	background: #006548;
	border-radius: 6px;

}

#itempop a:hover,
#itempop a:active {
	background: #dedede;
}

#itempop a:before {
	padding-right: 0.2em;
	content: '\f35d';
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}

#itempop a:after {
	clear: both;
}

@media screen and (min-width: 1024px) {
	#itempop {
		grid-template-columns: 1fr 3fr;
		grid-gap: 1.6em;
		width: 100%;
		padding: 1.6em;
	}

	#itempop h3,
	#itempop p {
		margin: 0 auto 1.6em;
	}
	
	#itempop a {
		margin: 1.2em auto 0;
	}
}/* min-width: 1,024px */


/* Pages - header
--------------------------------------------- */
article#post-381,
article#post-382,
article#post-383,
article#post-384,
article#post-638 {
	margin-top: calc((100vw * 0.328125) + 4.0em);
}

@media screen and (min-width: 666px) {
	article#post-381,
	article#post-382,
	article#post-383,
	article#post-384,
	article#post-638 {
		margin-top: calc((100vw * 0.21875) + 4.0em);
	}
}/* min-width: 666px */



/* Pages - CTA
--------------------------------------------- */
#pages_CTA {
	display: grid;
	grid-template-columns: 1fr;
	margin-bottom: 3.6em;
	padding-top: 3.6em;
	border-top: #006548 1px dashed;
}

#pages_CTA a {
	width: 72%;
}

@media screen and (min-width: 666px) {
	#pages_CTA {
		grid-template-columns: repeat(3, 1fr);
	}
}



/* 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;
}



/*--------------------------------------------------------------
# Footer contents
--------------------------------------------------------------*/
.footer-container {
	display: grid;
	max-width: 1024px;
	margin: 0 auto;
	grid-template-columns: repeat(1, 1fr);
	column-gap: 3.2em;
	row-gap: 1.6em;
	color: #efefef;
}

@media screen and (min-width: 1024px) {
	.footer-container {
		grid-template-columns: 1fr 1fr 0.6fr;
	}
}/* min-width: 1,024px */



/* Footer A : Navigation
--------------------------------------------- */
#footer-A {
	width: 100%;
	height: auto;
	font-family: 'gill-sans-nova', 'Noto Sans JP', sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.08em;
}

.footer-nav {
	display: grid;
	grid-template-columns: 1.28fr 1.0fr;
	column-gap: 1.6em;
}

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

.footer-nav li {
	margin: 0;
	padding: 0.6em 0.2em;
	text-align: justify;
	border-bottom: #efefef 1px solid;
}

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

.footer-nav li::before {
	margin-right: 0.6em;
	content: "\f105";
	color: #efefef;
	font-family: 'font awesome 5 free';
	font-weight: 900;
}

.footer-nav .no-arrow {
	padding: 0.6em;
	line-height: 1.2;
}

.footer-nav .no-arrow::before {
	content: "";
	margin-right: 0;
}

.footer-nav a,
.footer-nav a:visited {
	color: #efefef;
}

.footer-nav a:hover,
.footer-nav a:active {
	color: #a7a7a7;
}

.footer-nav img {
	margin: 0.6em 0;
}

@media screen and (min-width: 1024px) {
	.footer-nav {
		grid-template-columns: auto;
	}

	.footer-nav ul {
		margin-bottom: 0.6em;
	}
}/* min-width: 1,024px */

@media screen and (max-width: 360px) {
	.footer-nav {
		grid-template-columns: auto;
	}

	.footer-nav ul {
		margin-bottom: 0.6em;
	}
}/* max-width: 360px(for iPhone 5/SE) */

li.arrow-down::before {
	content: "\f107";
}

ul.footer-lineup {
	margin: 0;
}

ul.footer-lineup li {
	padding: 0 0.2em;
	font-size: 0.6875rem;
	border: none;
}

ul.footer-lineup li:first-child {
	padding-top: 0.6em;
	border: none;
}

.footer-sns-links {
	display: flex;
	justify-content: center;
	margin: 0.5em 0 !important;
	padding: 0;
}

.footer-sns-links li {
	margin: 0 0.4em;
	padding: 0;
	font-size: 1.625rem;
	list-style: none;
	border: none !important;
}

.footer-sns-links li::before {
	content: "";
	margin-right: 0;
}

.tw {
	color: #1d9bf0 !important;
}

.ig {
	color: #e1306c !important;
}

.fb {
	color: #1877f2 !important;
}

.ln {
	color: #00c300 !important;
}

.tw:hover,
.tw:active,
.ig:hover,
.ig:active,
.fb:hover,
.fb:active,
.ln:hover,
.ln:active {
	color: #aaa;
}

@media screen and (min-width: 1024px) {
	.footer-sns-links li {
		margin: 0 0.8em;
		font-size: 1.8rem;
	}
}/* min-width: 1,024px */

.footer-subnav {
	margin: auto 0 0;
	font-size: 0.625rem;
	list-style: none;
	border-top: #efefef 1px solid;
}

.footer-subnav ul:last-child {
	margin-bottom: 0;
}



/* Footer B : SNS
--------------------------------------------- */
#footer-B {
	width: 100%;
	margin-bottom: 1.5em;
	font-size: 0.875rem;
	text-align: center;
}

#footer-B h5 {
	width: 90%;
	margin: 0 auto 1.0em;
	padding-top: 1.5em;
	line-height: 1.2;
	border-top: #fff 1px solid;
	border-bottom: none;
}

#footer-B p {
	margin: 0 auto 1.5em;
	font-size: 1.0rem;
	text-align: justify;
}

#footer-B p:last-child {
	width: 90%;
	margin-bottom: 0;
	padding-bottom: 2.5em;
	border-bottom: #fff 1px solid;
}



/* Footer C : News & Topics
--------------------------------------------- */
#footer-C {
	width: 100%;
	height: auto;
	margin-bottom: 1.5em;
	font-size: 0.875rem;
}

@media screen and (min-width: 666px) {
	#footer-C {
		margin-bottom: 0;
	}
}/* min-width: 666px */

.footer-panel {
	display: block;
	margin: 0 auto 1.5em;
	padding: 1.5em;
	text-align: right;
	background: #fff;
	border: #efefef 1px solid;
	border-radius: 6px;
}


.footer-panel:last-child {
	margin: 0 auto;
}

@media screen and (min-width: 1024px) {
	.footer-panel {
		width: 100%;
	}
}/* min-width: 1,024px */

img.footer-panel-logo {
	float: left;
	width: auto;
	max-height: 1.75em;
	margin: 0;
}

.footer-panel h6 {
	margin-bottom: 1.2em;
}

.footer-panel p,
.footer-panel ul {
	margin: 1.0em 0 0;
	color: #666;
	font-size: 0.75rem;
	text-align: left;
}

.footer-panel p:last-child {
	margin: 0;
}

.footer-panel a.btn {
	margin: 1.2em 0 0;
	display: inline-block;
	padding: 0.4em 0.8em;
	color: #006548;
	font-size: 0.75rem;
	text-align: right;
	background: #fff;
	border-radius: 4px;
}

.footer-panel a.btn:hover,
.footer-panel a.btn:active {
	color: #fff;
	background: #006548;
}

img.footer-panel-logo:after,
.footer-panel a:after {
	clear: both;
}

.footer-panel li,
.footer-news li {
	margin-bottom: 1.0em;
	line-height: 1.16;
}



/* Copyright
--------------------------------------------- */
#copyright {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	max-width: 100vw;
	height: auto;
	margin: 0;
	padding: 0.8em 1.2em 3.0em; /* messagebnr使用時はbottom 3.0em / 不使用時は 0.8em */
	background: #efefef;
}

#copyright p {
	margin: 0;
	color: #404040;
	font-family: 'gill-sans-nova', 'Noto Sans JP', sans-serif;
	font-size: 0.75rem;
	text-align: right;
	letter-spacing: 0.04em;
}

#copyright a,
#copyright a:visited {
	color: #404040;
}

#copyright a:hover,
#copyright a:active {
	color: #dedede;
}

img.footer-logo {
	width: auto;
	height: 1.2em;
	margin-left: 0.48em;
}

@media screen and (min-width: 666px) {
	#copyright {
		padding: 0.8em 1.2em;
	}
} /* min-width: 666px */



/*--------------------------------------------------------------
# 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;
}



/*--------------------------------------------------------------
# Temp pages
--------------------------------------------------------------*/
.templogo img {
	width: 24vw;
	max-width: 96px;
	height: auto;
	margin: 2.0em auto 6.0em;
}

.temptable {
	width: 80%;
	margin: 1.0em auto 4.0em;
}

.temptable td {
	padding: 1.6em;
}

.temptable i {
	margin-right: 0.6em;
}



/*--------------------------------------------------------------
# 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: 4px;
	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.6em;
	margin-bottom: 1.6em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

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

.aligncenter {

	/*rtl:ignore*/
	float: center;

	/*rtl:ignore*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.6em;
	text-align: center;
}

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

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

.vlr {
	letter-spacing: 0.096em;
	writing-mode: vertical-lr;
	vertical-align: middle;
}

/* Margin
--------------------------------------------- */

.mtplus12 {
	margin-top: 1.2em !important;
}

.mtplus24 {
	margin-top: 2.4em !important;
}

.mtplus36 {
	margin-top: 3.6em !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mbplushalf {
	margin-bottom: 0.6em !important;
}

.mbplus12 {
	margin-bottom: 1.2em !important;
}

.mbplus24 {
	margin-bottom: 2.4em !important;
}

.mbplus36 {
	margin-bottom: 3.6em !important;
}

.mrplus12 {
	margin-right: 1.2em !important;
}

.ml0 {
	margin-left: 0 !important;
}

.mlplushalf {
	margin-left: 0.6em !important;
}

.padplus12 {
	padding: 1.2em !important;
}

.padplus24 {
	padding: 2.4em !important;
}

.padplus36 {
	padding: 3.6em !important;
}

.prplus24 {
	padding-right: 2.4em !important;
}



/* Visiblity
--------------------------------------------- */
#post-2 h1.page-title,
.home .entry-title,
.entry-footer,
nav.post-navigation,
.byline {
	display: none;
}

.grecaptcha-badge {
	visibility: hidden;
}

.invisible {
	display: none !important;
}

.invisibleM {
	display: none !important;
}

.invisibleD {
	display: inherit !important;
}

.no-bb {
	border-bottom: none !important;
}

@media screen and (min-width: 666px) {
	.invisibleM {
		display: inherit !important;
	}
	
	.invisibleD {
		display: none !important;
	}
} /* min-width: 666px */