/*!
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.125;
	-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: 2.0em;
	margin: 0.75;
}

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

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

/**
 * 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.125;
	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@300;600&display=swap');

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: urw-form, hiragino-kaku-gothic-pron, sans-serif;
	font-size: 1.0rem;
	font-weight: 300;
	font-style: normal;
	font-kerning: normal;
	font-feature-settings: "palt";
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 auto;
	color: #0c0c0c;
	font-weight: 600;
	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-size: 1.75rem;
}

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

#post-### h1.page-title {
	margin-bottom: 2.5em;
}

h2 {
	margin-bottom: 0.75em;
	font-size: 1.375rem;
}

h2:first-letter {
}

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

h3.recommend-title {
	margin: 0.5em 0 1.5em;
	padding-bottom: 0.25em;
	border-bottom: #dedede 1px solid;
}

.qanda h3 {
	margin-bottom: 0.4375em;
	padding: 0.25em 0 0 1.5em;
	color: #ccc;
	font-size: 1.0625rem;
	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.5em;
	font-size: 1.125rem;
}

h4.sidebar-title {
	margin: 0.4375em 0 0.5em;
}

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

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

h6 {
	display: inline-block;
	margin-bottom: 0.5em;
	color: #ccc;
	font-size: 1.0rem;
}

.hcaps {
	margin: 0 0 2.5em;
	padding: 0.5em 0 0;
	font-size: 0.75rem;
	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.5em;
}

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

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

/* Font face */

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

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

.notoserif {
	font-family: 'Noto Serif JP', serif !important;
}

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

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

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.5;
	margin-bottom: 1.5em;
	max-width: 100%;
	overflow: auto;
	padding: 1.5em;
}

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

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

/* Size & Weight */
.xlarge {
	font-size: 1.5em;
}

.large {
	font-size: 1.25em;
}

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

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

.bold {
	font-weight: 600;
}

.normal {
	font-weight: 300;
}

.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;		/* 横向きにのみ繰り返す */
}

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

del {
	color: #aaa;
}

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

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

/* Colors */
.gray {
	color: #ccc !important;
}

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

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

.inline-txtbnr {
	padding: 0.5em 0.75em;
	color: #fff;
	background: #0c0c0c;
	border-radius: 2px;
}



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

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

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

ul {
	list-style: none;
}

ul li,
ol li {
	margin-bottom: 0.5em;
	padding-left: 0.125em;
	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.625em;
	content: "\f00c";
	color: #f3de25;
	font-family: 'font awesome 5 free';
	font-weight: 900;
}

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

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 300;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

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

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

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

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

figure {
	margin: 0;
}

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



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

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

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



/* Buttons
--------------------------------------------- */
a.btn,
a.largebtn {
	margin: 0;
	display: inline-block;
	padding: 0.25em 0.75em;
	color: #ccc;
	font-weight: 600;
	font-size: 0.875rem;
	text-align: center;
	line-height: 1.0;
	border: #ccc 1px solid;
	border-radius: 5px;
}

a.largebtn {
	padding: 0.5em 1.0em;
	font-size: 1.0625rem;
}

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

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

.whitebtn:hover,
.whitebtn:active {
	color: #fff;
	background: #cdcdcd;
	border: #cdcdcd;
}

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

.ghostbtn:hover,
.ghostbtn:active {
	color: #cdcdcd;
	background: #fff;
}

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

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.5em 0 0 0;
	padding: 0.75em;
	color: #333;
	font-size: 1.0rem !important;
	border: 1px solid #ddd;
	border-radius: 5px;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
}

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

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

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

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: 8.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.25em !important;
	font-size: 1.0rem !important;
	border: 1px solid #ddd;
	border-radius: 5px;
	-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.25em !important;
}

#submit,
#contactButton,
input.button,
input[type="button"],
input[type="submit"] {
	margin: 0;
	display: inline-block;
	float: right;
	padding: 0.4em 1.25em;
	color: #ccc;
	font-size: 1.0rem;
	text-align: right;
	background: transparent;
	border: #ccc 1px solid;
	border-radius: 5px;
	-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: #cdcdcd;
	cursor: pointer;
}

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

.wpcf7 form .wpcf7-response-output {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 0.5em 0.75em;
	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.25em 0.5em;
	color: #fff;
	font-size: 0.625rem;
	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.5em auto 3.0em;
	padding: 0 1.5em;
	z-index: 111;
}

.main-home {
	margin: calc(75.0vw + 1.0em) auto 3.0em;
	padding: 0;
}

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

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

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

section {
	width: 100%;
	margin: 0 0 4.5em;
	scroll-margin-top: 72px;
}

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

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

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

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



/*--------------------------------------------------------------
# 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.625);
	}
}/* min-width: 666px */

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



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

@media screen and (min-width: 666px) {
	body.page-id-381 { /* About us */
		background-image: url(/wp-content/uploads/pagebnrD.png);
	}
}/* min-width: 666px */



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

.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.5em auto 0;
	}
}/* min-width: 666px */



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

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

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

.messagebnr li a {
	color: #fff;
}

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

@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.1875em 0.75em;
	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.75em;
	right: 1.25em;
	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.875em 1.0em 0;
	background: rgba(255, 255, 255, 0.96);
}

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

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

.main-navigation.toggled li:last-child {
	padding-bottom: 1.8125em;
	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.25em 1.625em;
		background: #fff;
	}

	.main-navigation li {
		margin-top: 0.5em;
		letter-spacing: 0.0625em;
	}

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

	.main-navigation li:last-child {
		margin-left: 1.0em !important;
	}

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

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

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


/*--------------------------------------------------------------
# Layout system
--------------------------------------------------------------*/
/* Columns
--------------------------------------------- */
.column-2,
.column-3,
.column-4 {
	}

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

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

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

.spanner {
	column-span: all;
}

.colbreakafter {
	break-after: column;
}



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



/* Flex
--------------------------------------------- */




/* Tables
--------------------------------------------- */
table {
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	margin-bottom: 0.75em;
	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: 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; }*/



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

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

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

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

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

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

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

#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_LINE {
		width: 72%;
		margin: 0 auto;
	}
}/* min-width: 666px */



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

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

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

#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.5em;
}

#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.125em;
	row-gap: 3.125em;
}

@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.5em;
	font-size: 0.875rem;
	line-height: 1.5;
	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: din-2014, 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.0625em 0.375em;
	color: #fff;
	font-size: 0.625rem;
	font-style: normal;
	font-kerning: normal;
	font-feature-settings: "palt";
	vertical-align: middle;
	background: #cdcdcd;
	border-radius: 2px;
}

#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.5em;
	}
}/* 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.0625em;
}

#item-label .cat-label {
	margin: 0 0.0625em 0 0.5em;
	padding: 0 0.5em;
	color: #fff;
	font-size: 1.0rem;
	background: #ccc;
	border-radius: 2px;
}

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

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

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

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

@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.5em;
}

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



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

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

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

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

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

}

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

#itempop a:before {
	padding-right: 0.1875em;
	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.5em;
		width: 100%;
		padding: 1.5em;
	}

	#itempop h3,
	#itempop p {
		margin: 0 auto 1.5em;
	}
	
	#itempop a {
		margin: 1.1875em 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.5em;
	padding-top: 3.5em;
	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.8125em 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.0em;
	row-gap: 1.5em;
	color: #efefef;
}

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



/* Footer A : Navigation
--------------------------------------------- */
#footer-A {
	width: 100%;
	height: auto;
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.0625em;
}

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

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

.footer-nav li {
	margin: 0;
	padding: 0.5em 0.25em;
	color: #666;
	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.5em;
	content: "\f105";
	color: #666;
	font-family: 'font awesome 5 free';
	font-weight: 900;
}

.footer-nav .no-arrow {
	padding: 0.5em;
	line-height: 1.25;
}

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

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

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

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

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

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

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

	.footer-nav ul {
		margin-bottom: 0.5em;
	}
}/* 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.25em;
	font-size: 0.6875rem;
	border: none;
}

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

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

.footer-sns-links li {
	margin: 0 0.5em;
	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.8125em;
		font-size: 1.75rem;
	}
}/* 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.25;
	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: 5px;
}


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

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

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

.footer-panel a.btn {
	margin: 1.25em 0 0;
	display: inline-block;
	padding: 0.5em 0.75em;
	color: #ccc;
	font-size: 0.75rem;
	text-align: right;
	background: #fff;
	border-radius: 5px;
}

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



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

#copyright p {
	margin: 0;
	color: #fff;
	font-family: din-2014, sans-serif;
	font-size: 0.75rem;
	text-align: right;
	letter-spacing: 0.0625em;
}

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

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

img.footer-logo {
	width: auto;
	height: 1.25em;
	margin-left: 0.5em;
}

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



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

/* Social Feed Gallery
--------------------------------------------- */
.instagram-gallery-list[data-feed_layout="gallery"] {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: calc(100% - 2px) !important;
	margin: 0 auto !important;
	gap: 1px !important;
}

.instagram-gallery-list[data-feed_layout="gallery"] .instagram-gallery-item {
	width: calc((100% - 2px) / 3) !important;
	height: auto;	
}

.instagram-gallery-item__wrap {
	border-radius: 2px !important;
}

.instagram-gallery-item__icon {
	display: none !important;
}



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

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



/*--------------------------------------------------------------
# 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.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

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

.aligncenter {

	/*rtl:ignore*/
	float: center;

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

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

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

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

/* Margin
--------------------------------------------- */
/* Margin Top */
.mt0 {
	margin-top: 0 !important;
}
.mtplus10 {
	margin-top: 1.0em !important;
}

.mtplus15 {
	margin-top: 1.5em !important;
}

.mtplus20 {
	margin-top: 2.0em !important;
}

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

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

.mtplus35 {
	margin-top: 3.5em !important;
}

/* Margin Bottom */
.mb0 {
	margin-bottom: 0 !important;
}

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

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

.mbplus15 {
	margin-bottom: 1.5em !important;
}

.mbplus20 {
	margin-bottom: 2.0em !important;
}

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

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

.mbplus35 {
	margin-bottom: 3.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;
}

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

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