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

/**
 * 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;
	scroll-padding-top: 5.0em;
}

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

body,
button,
input,
select,
optgroup,
textarea {
	color: #606060;
	font-family: quicksand, source-han-sans-japanese, sans-serif;
	font-size: 1.0rem;
	font-weight: 300;
	font-style: normal;
	font-kerning: normal;
	font-feature-settings: "palt";
	letter-spacing: 0.0625em;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 auto;
	color: #000;
	font-weight: 400;
	font-style: normal;
	font-kerning: normal;
	font-feature-settings: "palt";
	letter-spacing: 0.0625em;
	line-height: 1.25;
	clear: both;
}

h1 {
	margin-bottom: 2.5em;
	padding: 0 0 0.0625em;
	font-family: iroha-25icho-stdn, sans-serif;
	font-size: 1.75rem;
}

h1.page-title {
	margin-bottom: 1.0em;
	padding-bottom: 0.25em;
	font-size: 1.75rem;
	line-height: 1.125;
	text-align: center;
	border-bottom: #ccc 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.75rem;
	line-height: 1.125;
	border-bottom: #ccc 1px solid;
}

h2 {
	margin-bottom: 1.5em;
	font-family: 'ryo-text-plusn', serif;
	font-size: 1.4375rem;
	border-bottom: #333 3px double;
}

h2:first-letter {
}

h3 {
	margin-bottom: 0.44em;
	font-family: iroha-25icho-stdn, sans-serif;
	font-size: 1.25rem;
}

.qanda h3 {
	margin-bottom: 0.4375em;
	padding: 0.25em 0 0 1.5em;
	color: #ccc;
	font-size: 1.0625rem;
	font-weight: 400;
	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-family: quicksand, source-han-sans-japanese, sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
}

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-family: quicksand, source-han-sans-japanese, sans-serif;
	font-size: 1.0625rem;
	font-weight: 400;
	border-bottom: 1px solid;
}

h6 {
	display: inline-block;
	margin-bottom: 0.46em;
	color: #ccc;
	font-family: quicksand, source-han-sans-japanese, sans-serif;
	font-size: 1.0rem;
	font-weight: 400;
}

.hcaps {
	margin: 0 0 2.4em;
	padding: 0.4em 0 0;
	font-size: 0.8rem;
	font-weight: 300;
	line-height: 1.0625;
	color: #ccc;
	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: 'quicksand', 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: 400;
}

.bold {
	font-weight: 400;
}

.normal {
	font-weight: 300;
}

.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: #ccc !important;
}

.yellow {
	color: #f3de25 !important;
}

.orange {
	color: #f34e25 !important;
}

.bgyellow {
	color: #fff;
	font-weight: 400;
	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: 400;
	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;
	padding: 0 0.5em 0 1.5em;
}

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

dd {
	margin: 0 1.6em 1.6em;
}

i {
	height: 1.0em;
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	line-height: 1.0;
}

/* 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: #007bbb ;
	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.375em 0.75em;
	color: #fff;
	font-family: 'gill-sans-nova', 'Noto Sans JP', sans-serif !important;
	font-size: 0.875rem;
	text-align: center;
	line-height: 1.2;
	background: #007bbb;
	border: #007bbb 1px solid;
	border-radius: 6px;
}

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

a.btn:hover,
a.btn:active,
a.largebtn:hover,
a.largebtn:active {
	color: #fff;
	background: #dedede;
	border: #dedede 1px solid;
}

.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: #ccc !important;
	border: #ccc 1px solid !important;
}

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

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

.whitebtn:hover,
.whitebtn:active {
	color: #efefef !important;
	background: #ccc !important;
	border: #ccc 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: #ccc !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: #ccc;
	font-size: 1.0rem;
	text-align: right;
	background: transparent;
	border: #ccc 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: #ccc;
	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: #ccc;
	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: 400;
	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: sticky;
	top: 0;
	height: 50px;
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 40%, rgba(255,255,255,1.0) 100%);
	z-index: 333;
}

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

.main-home {
	position: relative;
	margin: 0 auto 3.2em;
	padding: 0;
	z-index: 101;
}

.site-main {
	position: relative;
	z-index: 100;
}

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

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

@media screen and (min-width: 1280px) {
	header {
		background: none;
	}
}/* min-width: 1280px */

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

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

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

@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: #0c0c0c;
}



/*--------------------------------------------------------------
# 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: #007bbb;
	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;
	padding: 0;
}

.messagebnr li {
	width: calc(100vw / 2);
	margin: 0;
	padding: 0.4375em 0;
	font-size: 1.375rem;
	font-weight: 300;
	text-align: center;
}

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

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

@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: 300;
}

.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: #ccc;
}

/* 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: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 100%);
	}

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

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

	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 {
	color: #000;
}

th,
td {
	margin: 0;
	padding: 0.75em 0;
	font-size: 0.875rem;
	font-weight: 300;
	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 */

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



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

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

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

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



/* Recommend
--------------------------------------------- */
#recommend {
}

.recommend_container {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2.0em;
}

.recommend_card {
	width: 100%;
	margin: 0;
	padding: 1.0em;
	background: #fff;
	border-radius: 6px;
	filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.08));
}

.recommend_card img {
	margin: 0 0 1.0em;
}

.recommend_card h3 {
	margin: 0 0 0.25em;
	font-size: 1.0em;
}

.recommend_card p {
	margin: 0 0 0.25em;
	font-size: 0.875em;
}

.recommend_card p a {
	font-size: 1.0em;
}

.recommend_label {
	display: inline-block;
	width: auto;
	margin: 0 0.5em 0 0;
	padding: 0.125em 0.5em;
	color: #fff;
	font-size: 0.75em;
	vertical-align: 0.0625em;
	background: #333;
	border-radius: 4px;
}

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



/* Contact us
--------------------------------------------- */
#contactus h3 {
	margin-bottom: 0.5em;
}

.contact_container div:first-child {
	margin-bottom: 1.5em;
}

.phoneNo {
	font-size: 1.875em;
	font-weight: 600;
	text-align: center;
}

.phoneNo::before {
	margin-right: 0.25em;
	content: "\f095";
	color: #007bbb;
	font-family: 'font awesome 5 free';
	font-size: 0.875em;
	font-weight: 900;
	vertical-align: baseline;
}

@media screen and (min-width: 1024px) {
	#contactus h2 {
		width: 1024px;
		margin-left: auto;
		margin-right: auto;
	}

	.contact_container {
		max-width: 1024px;
		display: grid;
		grid-template-columns: 1fr 2.25fr;
		gap: 2.5em;
	}

	.contact_container div:first-child {
		padding-right: 2.5em;
		border-right: #dedede 1px solid;
	}

	.phoneNo {
		font-size: 3.0em;
	}
}/* min-width: 1024px */



/* About Us
--------------------------------------------- */
#profile h3 {
	width: 100%;
	font-size: 1.0rem;
	border-bottom: #dedede 1px solid;
}

#profile .profile_container {
	margin-bottom: 1.0em;
}

#profile p,
#profile ul {
	width: calc(100% - 0.5em);
	margin: 0 0 1.25em 0.5em;
}

#profile article {
	margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
	#profile h3 {
		border: none;
	}

	#profile .profile_container {
		max-width: calc(1024px - 2.0em);
		margin: 0 auto;
		padding: 1.0em 0;
		display: grid;
		grid-template-columns: 1fr 2.75fr;
		gap: 1.5em;
		border-bottom: #dedede 1px solid;
	}

	.profile_container:last-child{
		border: none;
	}

	#profile p,
	#profile ul {
		width: 100%;
		margin: 0;
	}
}/* min-width: 1024px */


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

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

#access img {
	width: 50%;
	height: auto;
	margin: 0 0 1.0em;
}

.access_container {
	display: grid;
	grid-template-columns: 1fr 18fr;
	column-gap: 0.5em;
	margin: 0 0 1.0em;
	padding: 0;
}

.access_container p {
	margin: 0;
	padding: 0;
	line-height: 1.125;
}

.access_container p:first-child {
	text-align: center;
}

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

	#access img {
		width: 60%;
	}
}/* 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 h3 {
	width: 100%;
	font-size: 1.0rem;
}

#privacypolicy p,
#privacypolicy ul {
	margin-bottom: 2.5em;
}

#privacypolicy article {
	margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
	.privacy_container {
		max-width: calc(1024px - 2.0em);
		margin: 0 auto;
		display: grid;
		grid-template-columns: 1fr 2.75fr;
		gap: 1.5em;
	}
}/* min-width: 1024px */



/* News & Topics / Notes
--------------------------------------------- */
.nats-notes {
	display: grid;
	grid-template-columns: 1fr;
	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: 300;
	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: 300;
	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: #ccc;
	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: #ccc;
	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: #ccc 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: 1fr;
	column-gap: 3.25em;
	row-gap: 1.5em;
	color: #efefef;
}

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



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

.footer-nav ul {
	margin: 0 0 2.5em;
	padding: 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 {
	width: 60%;
	margin: 0 0 0.5em;
}

@media screen and (min-width: 1024px) {
	.footer-nav ul {
		margin-bottom: 0.6em;
	}
}/* min-width: 1,024px */

@media screen and (max-width: 360px) {
	.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;
}

.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 {
	margin: 0 auto 1.0em;
	padding-top: 1.5em;
	line-height: 1.2;
	text-align: left;
	/* 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 {
	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: #ccc;
	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: #ccc;
}

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

#footer-Temp {
	width: 100%;
	height: auto;
	margin-bottom: 1.5em;
	font-size: 0.875rem;
}

#footer-Temp a {
	color: #fff;
}


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

#copyright p {
	margin: 0;
	color: #dedede;
	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: #dedede;
}

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

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: 400;
	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
--------------------------------------------- */

.mtplus125 {
	margin-top: 1.25em !important;
}

.mtplus25 {
	margin-top: 2.5em !important;
}

.mtplus30 {
	margin-top: 3.0em !important;
}

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

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

.mbplus10 {
	margin-bottom: 1.0em !important;
}

.mbplus25 {
	margin-bottom: 2.5em !important;
}

.mbplus30 {
	margin-bottom: 3.0em !important;
}

.mrplus125 {
	margin-right: 1.25em !important;
}

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

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

.padplus125 {
	padding: 1.25em !important;
}

.padplus25 {
	padding: 2.5em !important;
}

.padplus30 {
	padding: 3.0em !important;
}

.prplus25 {
	padding-right: 2.5em !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 */