@charset "UTF-8";
/*!
Theme Name: th2021
Theme URI: http://underscores.me/
Author: honda
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: th2021
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* add */
/* add */
/* add */
/* add */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+SC&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');


.w414 {
	width: 95%;
	max-width: 414px;
	margin: 0 auto !important;
}

@media screen and (min-width: 650px) {
	.w414 {
		max-width: none;
		width: auto;
		margin: auto;
	}
}

.w820 {
	width: 95%;
	max-width: 820px;
	margin: 0 auto !important;
}

@media screen and (min-width: 880px) {
	.w820 {
		width: 100%;
	}
}

.w840 {
	width: 95%;
	max-width: 840px;
	margin: 0 auto !important;
}

@media screen and (min-width: 880px) {
	.w840 {
		width: 100%;
	}
}

.w880 {
	width: 95%;
	max-width: 880px;
	margin: 0 auto !important;
}

@media screen and (min-width: 650px) {
	.w880 {
		width: 100%;
	}
}

.w920 {
	width: 95%;
	max-width: 920px;
	margin: 0 auto !important;
}

.w960 {
	width: 95%;
	max-width: 960px;
	margin: 0 auto !important;
}

.w1120 {
	width: 90%;
	margin: 0 auto;
}

@media screen and (min-width: 1008px) {
	.w1120 {
		width: 1008px;
	}
}

.w1200 {
	width: 90%;
	margin: 0 auto;
}

@media screen and (min-width: 1080px) {
	.w1200 {
		width: 1080px;
	}
}

.w1280 {
	width: 90%;
	margin: 0 auto;
}

@media screen and (min-width: 1152px) {
	.w1280 {
		width: 1152px;
	}
}

.sp_img {
	display: block;
}

@media screen and (min-width: 650px) {
	.sp_img {
		display: none;
	}
}

.pc_img {
	display: none;
}

@media screen and (min-width: 650px) {
	.pc_img {
		display: block;
	}
}

.pc_block {
	display: inline;
}

@media screen and (min-width: 650px) {
	.pc_block {
		display: block;
	}
}

.sp_block {
	display: block;
}

@media screen and (min-width: 650px) {
	.sp_block {
		display: inline-block;
	}
}

.gray_bg {
	background-color: #F8F9fA !important;
}

.white_bg {
	background-color: #FFFFFF !important;
}

.bright_blue_bg {
	background-color: #F2FAFD !important;
}

.light_blue_bg {
	background-color: #43BBED !important;
}

.blue_bg {
	background-color: #0C449B !important;
}

.dark_blue_bg {
	background-color: #012E57 !important;
}

.hover_img {
	overflow: hidden;
	cursor: pointer;
}

.hover_img img {
	display: block;
	transition-duration: 0.3s;
	opacity: 0.6;
}

.hover_img img:hover {
	opacity: 0.2;
	transform: scale(1.1);
	transition-duration: 0.3s;
}

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

li {
	list-style-type: none !important;
}

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dl,
ol,
ul,
dd {
	margin: 0 !important;
}

ol,
ul {
	padding: 0;
}

.nav_toggle>button {
	color: #000 !important;
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-collapse {
		justify-content: flex-end !important;
	}
}

.m60_60 {
	margin: 60px auto;
}

.p60_60 {
	padding: 60px 0;
}

.registered {
	position: relative;
	top: -0.4em;
	font-size: 70%;
}

.copyright {
	height: 45px;
	line-height: 45px;
}

.white_button {
	border: 2px solid #fff !important;
	transition-duration: 0.3s;
}

.white_button:before {
	content: "";
	display: inline-block;
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url("/wp-content/uploads/2021/10/arrow01.png");
	width: 15px;
	height: 15px;
	margin-right: 10px;
	margin-left: -10px;
}

.white_button:hover {
	box-shadow: 0px 0px 0px 1px #FFFFFF !important;
	transition-duration: 0.3s;
}

.blue_button {
	border: 2px solid #0C449B !important;
	transition-duration: 0.3s;
}

.blue_button:before {
	content: "";
	display: inline-block;
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url("/wp-content/uploads/2021/10/arrow02.png");
	width: 20px;
	height: 20px;
	margin-right: 10px;
	margin-left: -10px;
}

.blue_button:hover {
	box-shadow: 0px 0px 0px 1px #012E57;
	transition-duration: 0.3s;
}

.dark_blue_button {
	border: 2px solid #012E57 !important;
	transition-duration: 0.3s;
}

.dark_blue_button:before {
	content: "";
	display: inline-block;
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url("/wp-content/uploads/2021/10/arrow03.png");
	width: 20px;
	height: 26px;
	margin-right: 10px;
	margin-left: -10px;
}

.dark_blue_button:hover {
	box-shadow: 0px 0px 0px 1px #0C449B;
	transition-duration: 0.3s;
}

html:lang(zh-Hans) .white_button:before,
html:lang(zh-Hans) .blue_button:before,
html:lang(zh-Hans) .dark_blue_button:before {
	top: 1.1em;
}

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

ul.flex::after {
	display: block;
	content: "";
	width: 30%;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
html:lang(ja) body {
	font-family: "Zen Kaku Gothic New", "Meiryo", sans-serif;
	font-weight: 400;
	font-display: swap;
}

html:lang(ja) body b,
html:lang(ja) body strong,
html:lang(ja) body h1 {
	font-family: "Zen Kaku Gothic New", "Meiryo", sans-serif;
	font-weight: 500;
}

html:lang(zh-Hans) body {
	font-family: 'Noto Sans SC', "Zen Kaku Gothic New", "Meiryo", sans-serif;
	font-display: swap;
	font-style: normal;
}

html:lang(en) body {
	font-family: 'Roboto Condensed', sans-serif;
	font-display: swap;
	font-style: normal;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Zen Kaku Gothic New", "Meiryo", sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	font-display: swap;
}

.bold {
	font-weight: bolder;
}

.mb101 {
	font-family: "Zen Kaku Gothic New", "Meiryo", sans-serif;
	font-weight: 700 !important;
	font-display: swap;
	font-weight: 800;
	font-style: normal;
}

html:lang(en) .mb101 {
	font-family: 'Open Sans', sans-serif;
	font-display: swap;
	font-style: normal;
}

.alpha {
	font-family: 'Roboto Condensed', sans-serif;
	font-display: swap;
	font-style: normal;
}

.number {
	font-family: 'Noto Sans SC', "Zen Kaku Gothic New", "Meiryo", sans-serif;
	font-display: swap;
	font-style: normal;
}

.f000 {
	font-size: 33px;
	line-height: 1.5;
}

.f000::before {
	display: block;
	width: 0;
	height: 0;
	margin-top: calc((1 - 1.5) * .5em);
	content: "";
}

.f000::after {
	display: block;
	width: 0;
	height: 0;
	margin-bottom: calc((1 - 1.5) * .5em);
	content: "";
}

@media screen and (min-width: 650px) {
	.f000 {
		font-size: 45px;
	}
}

.f00 {
	font-size: 30px;
	line-height: 1.3;
}

.f00::before {
	display: block;
	width: 0;
	height: 0;
	margin-top: calc((1 - 1.3) * .5em);
	content: "";
}

.f00::after {
	display: block;
	width: 0;
	height: 0;
	margin-bottom: calc((1 - 1.3) * .5em);
	content: "";
}

@media screen and (min-width: 650px) {
	.f00 {
		font-size: 40px;
	}
}

.f01 {
	font-size: 35px;
	line-height: 1.4;
}

.f01::before {
	display: block;
	width: 0;
	height: 0;
	margin-top: calc((1 - 1.4) * .5em);
	content: "";
}

.f01::after {
	display: block;
	width: 0;
	height: 0;
	margin-bottom: calc((1 - 1.4) * .5em);
	content: "";
}

.f02 {
	font-size: 27px;
	line-height: 1.4;
}

.f02::before {
	display: block;
	width: 0;
	height: 0;
	margin-top: calc((1 - 1.4) * .5em);
	content: "";
}

.f02::after {
	display: block;
	width: 0;
	height: 0;
	margin-bottom: calc((1 - 1.4) * .5em);
	content: "";
}

@media screen and (min-width: 650px) {
	.f02 {
		font-size: 30px;
	}
}

.f03 {
	font-size: 22px;
	line-height: 1.6;
}

.f03::before {
	display: block;
	width: 0;
	height: 0;
	margin-top: calc((1 - 1.6) * .5em);
	content: "";
}

.f03::after {
	display: block;
	width: 0;
	height: 0;
	margin-bottom: calc((1 - 1.6) * .5em);
	content: "";
}

@media screen and (min-width: 650px) {
	.f03 {
		font-size: 27px;
	}
}

.f04 {
	font-size: 22px;
	line-height: 1.6;
}

.f04::before {
	display: block;
	width: 0;
	height: 0;
	margin-top: calc((1 - 1.6) * .5em);
	content: "";
}

.f04::after {
	display: block;
	width: 0;
	height: 0;
	margin-bottom: calc((1 - 1.6) * .5em);
	content: "";
}

@media screen and (min-width: 650px) {
	.f04 {
		font-size: 25px;
	}
}

.f05 {
	font-size: 22px;
	line-height: 1.6;
}

.f05::before {
	display: block;
	width: 0;
	height: 0;
	margin-top: calc((1 - 1.6) * .5em);
	content: "";
}

.f05::after {
	display: block;
	width: 0;
	height: 0;
	margin-bottom: calc((1 - 1.6) * .5em);
	content: "";
}

.f06 {
	font-size: 20px;
	line-height: 1.6;
}

.f06::before {
	display: block;
	width: 0;
	height: 0;
	margin-top: calc((1 - 1.6) * .5em);
	content: "";
}

.f06::after {
	display: block;
	width: 0;
	height: 0;
	margin-bottom: calc((1 - 1.6) * .5em);
	content: "";
}

.f07 {
	font-size: 16px;
	line-height: 1.8;
}

.f07::before {
	display: block;
	width: 0;
	height: 0;
	margin-top: calc((1 - 1.8) * .5em);
	content: "";
}

.f07::after {
	display: block;
	width: 0;
	height: 0;
	margin-bottom: calc((1 - 1.8) * .5em);
	content: "";
}

@media screen and (min-width: 650px) {
	.f07 {
		font-size: 18px;
	}
}

.f08 {
	font-size: 16px;
	line-height: 1.8;
}

.f08::before {
	display: block;
	width: 0;
	height: 0;
	margin-top: calc((1 - 1.8) * .5em);
	content: "";
}

.f08::after {
	display: block;
	width: 0;
	height: 0;
	margin-bottom: calc((1 - 1.8) * .5em);
	content: "";
}

.f09 {
	font-size: 14px;
	line-height: 1.8;
}

.f09::before {
	display: block;
	width: 0;
	height: 0;
	margin-top: calc((1 - 1.8) * .5em);
	content: "";
}

.f09::after {
	display: block;
	width: 0;
	height: 0;
	margin-bottom: calc((1 - 1.8) * .5em);
	content: "";
}

.f10 {
	font-size: 12px;
	line-height: 1.5;
}

.f10::before {
	display: block;
	width: 0;
	height: 0;
	margin-top: calc((1 - 1.5) * .5em);
	content: "";
}

.f10::after {
	display: block;
	width: 0;
	height: 0;
	margin-bottom: calc((1 - 1.5) * .5em);
	content: "";
}

.f11 {
	font-size: 11px;
	line-height: 1.5;
}

.f11::before {
	display: block;
	width: 0;
	height: 0;
	margin-top: calc((1 - 1.5) * .5em);
	content: "";
}

.f11::after {
	display: block;
	width: 0;
	height: 0;
	margin-bottom: calc((1 - 1.5) * .5em);
	content: "";
}

.ls20 {
	letter-spacing: 0.02em;
}

.ls40 {
	letter-spacing: 0.04em;
}

.ls80 {
	letter-spacing: 0.08em;
}

.ls100 {
	letter-spacing: 0.1em;
}

.black_txt {
	color: #000 !important;
}

.white_txt {
	color: #FFFFFF !important;
}

.bright_blue_txt {
	color: #F2FAFD !important;
}

.light_blue_txt {
	color: #43BBED !important;
}

.blue_txt {
	color: #0C449B !important;
}

.dark_blue_txt {
	color: #012E57 !important;
}

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

.text-left {
	text-align: left;
}

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

/* add */
@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
	.inq {
		display: none;
	}
}

/* パンくずリスト */
.l-breadcrumb {
	background-color: #f7f7f7;
}

.l-breadcrumb__items {
	display: flex;
}

.l-breadcrumb__item {
	display: block;
	text-align: left;
	padding: 5px 0;
}

.l-breadcrumb__item:nth-child(even) {
	margin: 0 10px;
}

.l-breadcrumb__item::after {
	content: '>';
	display: inline-block;
	margin: 0 10px;
}

.l-breadcrumb__item:last-child:after {
	content: '';
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 400;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #000;
	text-decoration: unset;
}

a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #404040;
}

a:focus {
	outline: thin dotted;
}

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

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

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

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

.btn {
	border-radius: 0% !important;
}

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/* add -- menu - menu(header)
--------------------------------------------- */
header#masthead>div:first-child {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

@media screen and (min-width: 650px) {
	header#masthead>div:first-child {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

header#masthead div.site-logo {
	width: 45%;
	height: auto;
	margin: 5px 0 0 5px;
	max-width: 250px;
}

@media screen and (min-width: 650px) {
	header#masthead div.site-logo {
		width: 20%;
	}
}

header#masthead .header-navigation {
	clear: both;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 5px;
}

@media screen and (min-width: 650px) {
	header#masthead .header-navigation {
		display: block;
	}
}

header#masthead .header-navigation .navbar>.container-fluid {
	justify-content: flex-end;
}

@media screen and (min-width: 650px) {
	header#masthead .header-navigation .navbar>.container-fluid {
		justify-content: flex-end;
	}
}

header#masthead .navbar-light .navbar-nav .nav-link {
	color: #000 !important;
	padding: .5rem 1rem;
}

@media screen and (min-width: 650px) {
	header#masthead .navbar-light .navbar-nav .nav-link {
		padding: .25rem 1rem;
	}
}

header#masthead .menu-mail-btn,
header#masthead .menu-doc-btn,
header#masthead .menu-inq-btn,
header#masthead .menu-lang-btn {
	width: 50%;
	margin-right: 0;
	padding: 15px 0;
}

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

	header#masthead .menu-mail-btn,
	header#masthead .menu-doc-btn,
	header#masthead .menu-inq-btn {
		width: 170px;
		margin-right: 15px;
		padding: .375rem .5rem;
		text-align: center;
	}
}

header#masthead .menu-mail-btn {
	background-color: #FF9200;
	float: left;
	height: 52px;
}

@media screen and (min-width: 650px) {
	header#masthead .menu-mail-btn {
		float: none;
	}
}

header#masthead .menu-doc-btn {
	background-color: #094F56;
	float: left;
	height: 52px;
}

@media screen and (min-width: 650px) {
	header#masthead .menu-doc-btn {
		float: none;
	}
}

header#masthead .menu-inq-btn {
	float: left;
	height: 52px;
}

header#masthead .menu-mail-btn:before,
header#masthead .menu-doc-btn:before,
header#masthead .menu-inq-btn:before {
	content: "";
	display: inline-block;
	background-image: url("/wp-content/uploads/2021/10/arrow01.png");
	width: 15px;
	height: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	top: 2px;
	position: relative;
}

header#masthead .menu-lang-btn:before {
	content: "";
	display: inline-block;
	background-image: url("/wp-content/uploads/2021/10/earth.png");
	width: 15px;
	height: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	top: 2px;
	position: relative;
}

header#masthead .menu-lang-btn {
	float: right;
	display: block;
	height: 52px;
	padding: 12px 0;
}

@media screen and (min-width: 650px) {
	header#masthead .menu-lang-btn {
		width: 170px;
		padding: 0.375rem 0.5rem;
	}
}

header#masthead .menu-lang-btn:after {
	display: inline-block;
	margin-bottom: -0.2em;
}

header#masthead .dropdown-menu.show {
	width: 100%;
	text-align: center;
	font-size: 16px;
}

@media screen and (min-width: 650px) {
	header#masthead .dropdown-menu.show {
		font-size: 14px;
	}
}

html:lang(zh-Hans) header#masthead .menu-doc-btn,
html:lang(zh-Hans) header#masthead .menu-inq-btn,
html:lang(en) header#masthead .menu-doc-btn,
html:lang(en) header#masthead .menu-inq-btn {
	width: 50%;
	height: 52px;
	margin-right: 0;
	padding: 15px 0;
}

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

	html:lang(zh-Hans) header#masthead .menu-doc-btn,
	html:lang(zh-Hans) header#masthead .menu-inq-btn,
	html:lang(en) header#masthead .menu-doc-btn,
	html:lang(en) header#masthead .menu-inq-btn {
		width: 170px;
		margin-right: 15px;
		padding: .375rem .75rem;
	}
}

/* add -- menu - footer
--------------------------------------------- */
.bottom_home {
	height: 45px;
	line-height: 45px;
}

.bottom_home a {
	display: inline-block;
	width: 100%;
}

footer .w820 {
	padding: 60px 0;
	width: 90%;
}

@media screen and (min-width: 650px) {
	footer .w820 {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
}

footer .w820 .bottom_left {
	margin-bottom: 45px;
}

footer .w820 .bottom_left .bottom_logo {
	width: 250px;
	margin-bottom: 30px;
}

footer .w820 .bottom_left dl {
	margin: 30px auto !important;
}

@media screen and (min-width: 880px) {
	footer .w820 .bottom_left {
		margin-bottom: 0;
	}
}

footer .w820 .bottom_right dl {
	margin: 23px auto !important;
}

footer .w820 .bottom_right dl:first-child {
	margin-top: 0 !important;
}

html:lang(zh-Hans) .bottom_right,
html:lang(en) .bottom_right,
html:lang(zh-Hans) .footer_jp,
html:lang(en) .footer_jp {
	display: none;
}

html:lang(zh-Hans) footer .w820,
html:lang(en) footer .w820 {
	display: block;
}

html:lang(zh-Hans) .bottom_left,
html:lang(en) .bottom_left {
	text-align: center;
}

html:lang(zh-Hans) .bottom_logo,
html:lang(en) .bottom_logo {
	margin: 0 auto;
}

.bottom_right a {
	color: #fff !important;
}

.white_button {
	display: block;
	width: 200px;
	height: auto;
	line-height: 45px;
	text-align: center;
	margin-top: 15px;
}

.white_button:before {
	margin-top: -3px;
}

html:lang(zh-Hans) .bottom_buttons_cnen,
html:lang(en) .bottom_buttons_cnen {
	width: 50%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

	html:lang(zh-Hans) .bottom_buttons_cnen,
	html:lang(en) .bottom_buttons_cnen {
		width: 90%;
		display: block;
	}
}

html:lang(zh-Hans) .bottom_buttons_cnen .white_button,
html:lang(en) .bottom_buttons_cnen .white_button {
	margin: 0 auto;
}

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

	html:lang(zh-Hans) .bottom_buttons_cnen .white_button,
	html:lang(en) .bottom_buttons_cnen .white_button {
		margin: 30px auto 0;
	}
}

footer .navbar-collapse ul {
	margin: 0px auto 0 !important;
	text-align: center;
}

@media screen and (max-width: 650px) {
	footer .navbar-collapse ul {
		margin: 15px auto 0 !important;
	}
}

footer .navbar-collapse ul.dropdown-menu {
	margin: 0 auto 0 !important;
}

@media screen and (max-width: 650px) {
	footer .navbar-collapse ul.dropdown-menu {
		margin: 0 auto 15px !important;
	}
}

footer .navbar-collapse ul.dropdown-menu .dropdown-item {
	text-align: left;
}

@media screen and (max-width: 650px) {
	footer .navbar-collapse ul.dropdown-menu .dropdown-item {
		text-align: center;
	}
}

ul.bottom_nav {
	list-style-type: none;
	display: flex;
	margin: 30px auto 60px !important;
}

@media screen and (max-width: 960px) {
	ul.bottom_nav {
		justify-content: left !important;
		display: block;
		text-align: center;
	}
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #42bced !important;
	background-color: transparent;
}

@media screen and (max-width: 960px) {
	footer .navbar-toggler {
		margin: 0 auto;
	}
}

footer {
	background-color: #fff;
}

.bottom_menu {
	margin: 60px auto 120px !important;
}

.engage_btn {
	width: 85%;
	margin: 0 auto;
	text-align: center;
}

@media screen and (min-width: 650px) {
	.engage_btn {
		width: 70%;
	}
}

.engage_btn #engage-contributions-widget-wrapper {
	width: 100% !important;
}

.engage_btn img {
	width: 100%;
	height: auto;
}

ul.bottom_menu_list {
	display: block;
	margin: 0;
}

@media (min-width: 992px) {
	ul.bottom_menu_list {
		display: flex;
		justify-content: center;
		justify-content: space-around;
		-webkit-box-pack: space-around;
		-ms-flex-pack: space-around;
	}
}

ul.bottom_menu_list li.nav-item>a {
	padding: 10px 5px;
}

@media screen and (min-width: 650px) {
	ul.bottom_menu_list li.nav-item>a {
		padding: 0;
	}
}

ul.bottom_menu_list li.nav-item button {
	padding: 0;
}

ul.bottom_menu_list .footer_toggle div.btn-group {
	vertical-align: top;
	width: 100%;
}

.bottom_sitemap {
	justify-content: space-evenly;
	width: 50%;
	margin: 30px auto 0;
}

@media screen and (max-width: 650px) {
	.bottom_sitemap {
		width: 100%;
	}
}

.bottom_sitemap button {
	padding: 0;
}

.bottom_sitemap a {
	padding: 15px 0;
	display: inline-block;
}

@media screen and (min-width: 650px) {
	.bottom_sitemap a {
		padding: 0;
		display: inline;
	}
}

.bottom_menu .bottom_menu_list .nav-item,
.bottom_menu .bottom_sitemap .nav-item {
	display: block;
	text-align: center;
	border-right: 0.5px solid #dddddd;
	padding: 5px 0;
}

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

	.bottom_menu .bottom_menu_list .nav-item,
	.bottom_menu .bottom_sitemap .nav-item {
		border: none;
	}
}

.bottom_menu .bottom_menu_list .nav-item:last-child,
.bottom_menu .bottom_sitemap .nav-item:last-child {
	border: none;
}

.bottom_menu .bottom_menu_list .nav-item:hover,
.bottom_menu .bottom_sitemap .nav-item:hover {
	background-color: #c0c0c0;
}

.bottom_menu .bottom_menu_list .nav-item {
	width: 16%;
}

@media screen and (max-width: 650px) {
	.bottom_menu .bottom_menu_list .nav-item {
		width: 100%;
	}
}

.bottom_menu .bottom_sitemap .nav-item {
	width: 45%;
}

@media screen and (max-width: 650px) {
	.bottom_menu .bottom_sitemap .nav-item {
		width: 40%;
		display: inline;
	}
}

.bottom_lang {
	margin: 0 auto 60px !important;
}

.bottom_lang li {
	width: 300px;
	font-size: 16px;
	padding: 5px 0;
	margin: 0 auto 15px;
}

.bottom_lang li a {
	color: #fff !important;
	display: inline-block;
	width: 100%;
}

html:lang(zh-Hans) .bottom_lang,
html:lang(en) .bottom_lang {
	margin: 60px auto 60px !important;
}

footer .dropdown-menu.show {
	background-color: #F8F9fA;
	border-radius: 0;
}

@media screen and (max-width: 650px) {
	footer .dropdown-menu.show {
		margin-top: 15px;
		text-align: center;
	}
}

.site-inf {
	margin: 15px auto;
}

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

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

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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