@charset "UTF-8";
/*!
Theme Name: jospjasp
Template: iap-base
Theme URI: https://www.bunken.co.jp
Author: IAP
Author URI: https://www.bunken.co.jp
Description: 学校心理士認定運営機構・学校心理士会のテーマ
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jospjasp
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 with others.

iap-base-theme is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*$color__pagetop-hover_text: darken(
	$color: $color__pagetop_background,
	$amount: 5,
);*/
/* *****************************************
	class.scss / 汎用CSS
	ver.4.4
	last modefied: 2023/03/02
***************************************** */
/* リスト初期位置 */
ol,
ul {
  padding-left: 1.5em;
}

/* -- clearfix フロート解除・フロートボックスの「親ボックス」に設定する -- */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* -- margin/padding（余白） -- */
.mt-10 {
  margin-top: -10em !important;
}

.mr-10 {
  margin-right: -10em !important;
}

.mb-10 {
  margin-bottom: -10em !important;
}

.ml-10 {
  margin-left: -10em !important;
}

.m-10 {
  margin: -10em !important;
}

.pt-10 {
  padding-top: -10em !important;
}

.pr-10 {
  padding-right: -10em !important;
}

.pb-10 {
  padding-bottom: -10em !important;
}

.pl-10 {
  padding-left: -10em !important;
}

.p-10 {
  padding: -10em !important;
}

.mt-10q {
  margin-top: -9.75em !important;
}

.mr-10q {
  margin-right: -9.75em !important;
}

.mb-10q {
  margin-bottom: -9.75em !important;
}

.ml-10q {
  margin-left: -9.75em !important;
}

.m-10q {
  margin: -9.75em !important;
}

.pt-10q {
  padding-top: -9.75em !important;
}

.pr-10q {
  padding-right: -9.75em !important;
}

.pb-10q {
  padding-bottom: -9.75em !important;
}

.pl-10q {
  padding-left: -9.75em !important;
}

.p-10q {
  padding: -9.75em !important;
}

.mt-10h {
  margin-top: -9.5em !important;
}

.mr-10h {
  margin-right: -9.5em !important;
}

.mb-10h {
  margin-bottom: -9.5em !important;
}

.ml-10h {
  margin-left: -9.5em !important;
}

.m-10h {
  margin: -9.5em !important;
}

.pt-10h {
  padding-top: -9.5em !important;
}

.pr-10h {
  padding-right: -9.5em !important;
}

.pb-10h {
  padding-bottom: -9.5em !important;
}

.pl-10h {
  padding-left: -9.5em !important;
}

.p-10h {
  padding: -9.5em !important;
}

.mt-9 {
  margin-top: -9em !important;
}

.mr-9 {
  margin-right: -9em !important;
}

.mb-9 {
  margin-bottom: -9em !important;
}

.ml-9 {
  margin-left: -9em !important;
}

.m-9 {
  margin: -9em !important;
}

.pt-9 {
  padding-top: -9em !important;
}

.pr-9 {
  padding-right: -9em !important;
}

.pb-9 {
  padding-bottom: -9em !important;
}

.pl-9 {
  padding-left: -9em !important;
}

.p-9 {
  padding: -9em !important;
}

.mt-9q {
  margin-top: -8.75em !important;
}

.mr-9q {
  margin-right: -8.75em !important;
}

.mb-9q {
  margin-bottom: -8.75em !important;
}

.ml-9q {
  margin-left: -8.75em !important;
}

.m-9q {
  margin: -8.75em !important;
}

.pt-9q {
  padding-top: -8.75em !important;
}

.pr-9q {
  padding-right: -8.75em !important;
}

.pb-9q {
  padding-bottom: -8.75em !important;
}

.pl-9q {
  padding-left: -8.75em !important;
}

.p-9q {
  padding: -8.75em !important;
}

.mt-9h {
  margin-top: -8.5em !important;
}

.mr-9h {
  margin-right: -8.5em !important;
}

.mb-9h {
  margin-bottom: -8.5em !important;
}

.ml-9h {
  margin-left: -8.5em !important;
}

.m-9h {
  margin: -8.5em !important;
}

.pt-9h {
  padding-top: -8.5em !important;
}

.pr-9h {
  padding-right: -8.5em !important;
}

.pb-9h {
  padding-bottom: -8.5em !important;
}

.pl-9h {
  padding-left: -8.5em !important;
}

.p-9h {
  padding: -8.5em !important;
}

.mt-8 {
  margin-top: -8em !important;
}

.mr-8 {
  margin-right: -8em !important;
}

.mb-8 {
  margin-bottom: -8em !important;
}

.ml-8 {
  margin-left: -8em !important;
}

.m-8 {
  margin: -8em !important;
}

.pt-8 {
  padding-top: -8em !important;
}

.pr-8 {
  padding-right: -8em !important;
}

.pb-8 {
  padding-bottom: -8em !important;
}

.pl-8 {
  padding-left: -8em !important;
}

.p-8 {
  padding: -8em !important;
}

.mt-8q {
  margin-top: -7.75em !important;
}

.mr-8q {
  margin-right: -7.75em !important;
}

.mb-8q {
  margin-bottom: -7.75em !important;
}

.ml-8q {
  margin-left: -7.75em !important;
}

.m-8q {
  margin: -7.75em !important;
}

.pt-8q {
  padding-top: -7.75em !important;
}

.pr-8q {
  padding-right: -7.75em !important;
}

.pb-8q {
  padding-bottom: -7.75em !important;
}

.pl-8q {
  padding-left: -7.75em !important;
}

.p-8q {
  padding: -7.75em !important;
}

.mt-8h {
  margin-top: -7.5em !important;
}

.mr-8h {
  margin-right: -7.5em !important;
}

.mb-8h {
  margin-bottom: -7.5em !important;
}

.ml-8h {
  margin-left: -7.5em !important;
}

.m-8h {
  margin: -7.5em !important;
}

.pt-8h {
  padding-top: -7.5em !important;
}

.pr-8h {
  padding-right: -7.5em !important;
}

.pb-8h {
  padding-bottom: -7.5em !important;
}

.pl-8h {
  padding-left: -7.5em !important;
}

.p-8h {
  padding: -7.5em !important;
}

.mt-7 {
  margin-top: -7em !important;
}

.mr-7 {
  margin-right: -7em !important;
}

.mb-7 {
  margin-bottom: -7em !important;
}

.ml-7 {
  margin-left: -7em !important;
}

.m-7 {
  margin: -7em !important;
}

.pt-7 {
  padding-top: -7em !important;
}

.pr-7 {
  padding-right: -7em !important;
}

.pb-7 {
  padding-bottom: -7em !important;
}

.pl-7 {
  padding-left: -7em !important;
}

.p-7 {
  padding: -7em !important;
}

.mt-7q {
  margin-top: -6.75em !important;
}

.mr-7q {
  margin-right: -6.75em !important;
}

.mb-7q {
  margin-bottom: -6.75em !important;
}

.ml-7q {
  margin-left: -6.75em !important;
}

.m-7q {
  margin: -6.75em !important;
}

.pt-7q {
  padding-top: -6.75em !important;
}

.pr-7q {
  padding-right: -6.75em !important;
}

.pb-7q {
  padding-bottom: -6.75em !important;
}

.pl-7q {
  padding-left: -6.75em !important;
}

.p-7q {
  padding: -6.75em !important;
}

.mt-7h {
  margin-top: -6.5em !important;
}

.mr-7h {
  margin-right: -6.5em !important;
}

.mb-7h {
  margin-bottom: -6.5em !important;
}

.ml-7h {
  margin-left: -6.5em !important;
}

.m-7h {
  margin: -6.5em !important;
}

.pt-7h {
  padding-top: -6.5em !important;
}

.pr-7h {
  padding-right: -6.5em !important;
}

.pb-7h {
  padding-bottom: -6.5em !important;
}

.pl-7h {
  padding-left: -6.5em !important;
}

.p-7h {
  padding: -6.5em !important;
}

.mt-6 {
  margin-top: -6em !important;
}

.mr-6 {
  margin-right: -6em !important;
}

.mb-6 {
  margin-bottom: -6em !important;
}

.ml-6 {
  margin-left: -6em !important;
}

.m-6 {
  margin: -6em !important;
}

.pt-6 {
  padding-top: -6em !important;
}

.pr-6 {
  padding-right: -6em !important;
}

.pb-6 {
  padding-bottom: -6em !important;
}

.pl-6 {
  padding-left: -6em !important;
}

.p-6 {
  padding: -6em !important;
}

.mt-6q {
  margin-top: -5.75em !important;
}

.mr-6q {
  margin-right: -5.75em !important;
}

.mb-6q {
  margin-bottom: -5.75em !important;
}

.ml-6q {
  margin-left: -5.75em !important;
}

.m-6q {
  margin: -5.75em !important;
}

.pt-6q {
  padding-top: -5.75em !important;
}

.pr-6q {
  padding-right: -5.75em !important;
}

.pb-6q {
  padding-bottom: -5.75em !important;
}

.pl-6q {
  padding-left: -5.75em !important;
}

.p-6q {
  padding: -5.75em !important;
}

.mt-6h {
  margin-top: -5.5em !important;
}

.mr-6h {
  margin-right: -5.5em !important;
}

.mb-6h {
  margin-bottom: -5.5em !important;
}

.ml-6h {
  margin-left: -5.5em !important;
}

.m-6h {
  margin: -5.5em !important;
}

.pt-6h {
  padding-top: -5.5em !important;
}

.pr-6h {
  padding-right: -5.5em !important;
}

.pb-6h {
  padding-bottom: -5.5em !important;
}

.pl-6h {
  padding-left: -5.5em !important;
}

.p-6h {
  padding: -5.5em !important;
}

.mt-5 {
  margin-top: -5em !important;
}

.mr-5 {
  margin-right: -5em !important;
}

.mb-5 {
  margin-bottom: -5em !important;
}

.ml-5 {
  margin-left: -5em !important;
}

.m-5 {
  margin: -5em !important;
}

.pt-5 {
  padding-top: -5em !important;
}

.pr-5 {
  padding-right: -5em !important;
}

.pb-5 {
  padding-bottom: -5em !important;
}

.pl-5 {
  padding-left: -5em !important;
}

.p-5 {
  padding: -5em !important;
}

.mt-5q {
  margin-top: -4.75em !important;
}

.mr-5q {
  margin-right: -4.75em !important;
}

.mb-5q {
  margin-bottom: -4.75em !important;
}

.ml-5q {
  margin-left: -4.75em !important;
}

.m-5q {
  margin: -4.75em !important;
}

.pt-5q {
  padding-top: -4.75em !important;
}

.pr-5q {
  padding-right: -4.75em !important;
}

.pb-5q {
  padding-bottom: -4.75em !important;
}

.pl-5q {
  padding-left: -4.75em !important;
}

.p-5q {
  padding: -4.75em !important;
}

.mt-5h {
  margin-top: -4.5em !important;
}

.mr-5h {
  margin-right: -4.5em !important;
}

.mb-5h {
  margin-bottom: -4.5em !important;
}

.ml-5h {
  margin-left: -4.5em !important;
}

.m-5h {
  margin: -4.5em !important;
}

.pt-5h {
  padding-top: -4.5em !important;
}

.pr-5h {
  padding-right: -4.5em !important;
}

.pb-5h {
  padding-bottom: -4.5em !important;
}

.pl-5h {
  padding-left: -4.5em !important;
}

.p-5h {
  padding: -4.5em !important;
}

.mt-4 {
  margin-top: -4em !important;
}

.mr-4 {
  margin-right: -4em !important;
}

.mb-4 {
  margin-bottom: -4em !important;
}

.ml-4 {
  margin-left: -4em !important;
}

.m-4 {
  margin: -4em !important;
}

.pt-4 {
  padding-top: -4em !important;
}

.pr-4 {
  padding-right: -4em !important;
}

.pb-4 {
  padding-bottom: -4em !important;
}

.pl-4 {
  padding-left: -4em !important;
}

.p-4 {
  padding: -4em !important;
}

.mt-4q {
  margin-top: -3.75em !important;
}

.mr-4q {
  margin-right: -3.75em !important;
}

.mb-4q {
  margin-bottom: -3.75em !important;
}

.ml-4q {
  margin-left: -3.75em !important;
}

.m-4q {
  margin: -3.75em !important;
}

.pt-4q {
  padding-top: -3.75em !important;
}

.pr-4q {
  padding-right: -3.75em !important;
}

.pb-4q {
  padding-bottom: -3.75em !important;
}

.pl-4q {
  padding-left: -3.75em !important;
}

.p-4q {
  padding: -3.75em !important;
}

.mt-4h {
  margin-top: -3.5em !important;
}

.mr-4h {
  margin-right: -3.5em !important;
}

.mb-4h {
  margin-bottom: -3.5em !important;
}

.ml-4h {
  margin-left: -3.5em !important;
}

.m-4h {
  margin: -3.5em !important;
}

.pt-4h {
  padding-top: -3.5em !important;
}

.pr-4h {
  padding-right: -3.5em !important;
}

.pb-4h {
  padding-bottom: -3.5em !important;
}

.pl-4h {
  padding-left: -3.5em !important;
}

.p-4h {
  padding: -3.5em !important;
}

.mt-3 {
  margin-top: -3em !important;
}

.mr-3 {
  margin-right: -3em !important;
}

.mb-3 {
  margin-bottom: -3em !important;
}

.ml-3 {
  margin-left: -3em !important;
}

.m-3 {
  margin: -3em !important;
}

.pt-3 {
  padding-top: -3em !important;
}

.pr-3 {
  padding-right: -3em !important;
}

.pb-3 {
  padding-bottom: -3em !important;
}

.pl-3 {
  padding-left: -3em !important;
}

.p-3 {
  padding: -3em !important;
}

.mt-3q {
  margin-top: -2.75em !important;
}

.mr-3q {
  margin-right: -2.75em !important;
}

.mb-3q {
  margin-bottom: -2.75em !important;
}

.ml-3q {
  margin-left: -2.75em !important;
}

.m-3q {
  margin: -2.75em !important;
}

.pt-3q {
  padding-top: -2.75em !important;
}

.pr-3q {
  padding-right: -2.75em !important;
}

.pb-3q {
  padding-bottom: -2.75em !important;
}

.pl-3q {
  padding-left: -2.75em !important;
}

.p-3q {
  padding: -2.75em !important;
}

.mt-3h {
  margin-top: -2.5em !important;
}

.mr-3h {
  margin-right: -2.5em !important;
}

.mb-3h {
  margin-bottom: -2.5em !important;
}

.ml-3h {
  margin-left: -2.5em !important;
}

.m-3h {
  margin: -2.5em !important;
}

.pt-3h {
  padding-top: -2.5em !important;
}

.pr-3h {
  padding-right: -2.5em !important;
}

.pb-3h {
  padding-bottom: -2.5em !important;
}

.pl-3h {
  padding-left: -2.5em !important;
}

.p-3h {
  padding: -2.5em !important;
}

.mt-2 {
  margin-top: -2em !important;
}

.mr-2 {
  margin-right: -2em !important;
}

.mb-2 {
  margin-bottom: -2em !important;
}

.ml-2 {
  margin-left: -2em !important;
}

.m-2 {
  margin: -2em !important;
}

.pt-2 {
  padding-top: -2em !important;
}

.pr-2 {
  padding-right: -2em !important;
}

.pb-2 {
  padding-bottom: -2em !important;
}

.pl-2 {
  padding-left: -2em !important;
}

.p-2 {
  padding: -2em !important;
}

.mt-2q {
  margin-top: -1.75em !important;
}

.mr-2q {
  margin-right: -1.75em !important;
}

.mb-2q {
  margin-bottom: -1.75em !important;
}

.ml-2q {
  margin-left: -1.75em !important;
}

.m-2q {
  margin: -1.75em !important;
}

.pt-2q {
  padding-top: -1.75em !important;
}

.pr-2q {
  padding-right: -1.75em !important;
}

.pb-2q {
  padding-bottom: -1.75em !important;
}

.pl-2q {
  padding-left: -1.75em !important;
}

.p-2q {
  padding: -1.75em !important;
}

.mt-2h {
  margin-top: -1.5em !important;
}

.mr-2h {
  margin-right: -1.5em !important;
}

.mb-2h {
  margin-bottom: -1.5em !important;
}

.ml-2h {
  margin-left: -1.5em !important;
}

.m-2h {
  margin: -1.5em !important;
}

.pt-2h {
  padding-top: -1.5em !important;
}

.pr-2h {
  padding-right: -1.5em !important;
}

.pb-2h {
  padding-bottom: -1.5em !important;
}

.pl-2h {
  padding-left: -1.5em !important;
}

.p-2h {
  padding: -1.5em !important;
}

.mt-1 {
  margin-top: -1em !important;
}

.mr-1 {
  margin-right: -1em !important;
}

.mb-1 {
  margin-bottom: -1em !important;
}

.ml-1 {
  margin-left: -1em !important;
}

.m-1 {
  margin: -1em !important;
}

.pt-1 {
  padding-top: -1em !important;
}

.pr-1 {
  padding-right: -1em !important;
}

.pb-1 {
  padding-bottom: -1em !important;
}

.pl-1 {
  padding-left: -1em !important;
}

.p-1 {
  padding: -1em !important;
}

.mt-1q {
  margin-top: -0.75em !important;
}

.mr-1q {
  margin-right: -0.75em !important;
}

.mb-1q {
  margin-bottom: -0.75em !important;
}

.ml-1q {
  margin-left: -0.75em !important;
}

.m-1q {
  margin: -0.75em !important;
}

.pt-1q {
  padding-top: -0.75em !important;
}

.pr-1q {
  padding-right: -0.75em !important;
}

.pb-1q {
  padding-bottom: -0.75em !important;
}

.pl-1q {
  padding-left: -0.75em !important;
}

.p-1q {
  padding: -0.75em !important;
}

.mt-1h {
  margin-top: -0.5em !important;
}

.mr-1h {
  margin-right: -0.5em !important;
}

.mb-1h {
  margin-bottom: -0.5em !important;
}

.ml-1h {
  margin-left: -0.5em !important;
}

.m-1h {
  margin: -0.5em !important;
}

.pt-1h {
  padding-top: -0.5em !important;
}

.pr-1h {
  padding-right: -0.5em !important;
}

.pb-1h {
  padding-bottom: -0.5em !important;
}

.pl-1h {
  padding-left: -0.5em !important;
}

.p-1h {
  padding: -0.5em !important;
}

.mt0 {
  margin-top: 0em !important;
}

.mr0 {
  margin-right: 0em !important;
}

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

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

.m0 {
  margin: 0em !important;
}

.pt0 {
  padding-top: 0em !important;
}

.pr0 {
  padding-right: 0em !important;
}

.pb0 {
  padding-bottom: 0em !important;
}

.pl0 {
  padding-left: 0em !important;
}

.p0 {
  padding: 0em !important;
}

.mt0q {
  margin-top: 0.25em !important;
}

.mr0q {
  margin-right: 0.25em !important;
}

.mb0q {
  margin-bottom: 0.25em !important;
}

.ml0q {
  margin-left: 0.25em !important;
}

.m0q {
  margin: 0.25em !important;
}

.pt0q {
  padding-top: 0.25em !important;
}

.pr0q {
  padding-right: 0.25em !important;
}

.pb0q {
  padding-bottom: 0.25em !important;
}

.pl0q {
  padding-left: 0.25em !important;
}

.p0q {
  padding: 0.25em !important;
}

.mt0h {
  margin-top: 0.5em !important;
}

.mr0h {
  margin-right: 0.5em !important;
}

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

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

.m0h {
  margin: 0.5em !important;
}

.pt0h {
  padding-top: 0.5em !important;
}

.pr0h {
  padding-right: 0.5em !important;
}

.pb0h {
  padding-bottom: 0.5em !important;
}

.pl0h {
  padding-left: 0.5em !important;
}

.p0h {
  padding: 0.5em !important;
}

.mt1 {
  margin-top: 1em !important;
}

.mr1 {
  margin-right: 1em !important;
}

.mb1 {
  margin-bottom: 1em !important;
}

.ml1 {
  margin-left: 1em !important;
}

.m1 {
  margin: 1em !important;
}

.pt1 {
  padding-top: 1em !important;
}

.pr1 {
  padding-right: 1em !important;
}

.pb1 {
  padding-bottom: 1em !important;
}

.pl1 {
  padding-left: 1em !important;
}

.p1 {
  padding: 1em !important;
}

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

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

.mb1q {
  margin-bottom: 1.25em !important;
}

.ml1q {
  margin-left: 1.25em !important;
}

.m1q {
  margin: 1.25em !important;
}

.pt1q {
  padding-top: 1.25em !important;
}

.pr1q {
  padding-right: 1.25em !important;
}

.pb1q {
  padding-bottom: 1.25em !important;
}

.pl1q {
  padding-left: 1.25em !important;
}

.p1q {
  padding: 1.25em !important;
}

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

.mr1h {
  margin-right: 1.5em !important;
}

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

.ml1h {
  margin-left: 1.5em !important;
}

.m1h {
  margin: 1.5em !important;
}

.pt1h {
  padding-top: 1.5em !important;
}

.pr1h {
  padding-right: 1.5em !important;
}

.pb1h {
  padding-bottom: 1.5em !important;
}

.pl1h {
  padding-left: 1.5em !important;
}

.p1h {
  padding: 1.5em !important;
}

.mt2 {
  margin-top: 2em !important;
}

.mr2 {
  margin-right: 2em !important;
}

.mb2 {
  margin-bottom: 2em !important;
}

.ml2 {
  margin-left: 2em !important;
}

.m2 {
  margin: 2em !important;
}

.pt2 {
  padding-top: 2em !important;
}

.pr2 {
  padding-right: 2em !important;
}

.pb2 {
  padding-bottom: 2em !important;
}

.pl2 {
  padding-left: 2em !important;
}

.p2 {
  padding: 2em !important;
}

.mt2q {
  margin-top: 2.25em !important;
}

.mr2q {
  margin-right: 2.25em !important;
}

.mb2q {
  margin-bottom: 2.25em !important;
}

.ml2q {
  margin-left: 2.25em !important;
}

.m2q {
  margin: 2.25em !important;
}

.pt2q {
  padding-top: 2.25em !important;
}

.pr2q {
  padding-right: 2.25em !important;
}

.pb2q {
  padding-bottom: 2.25em !important;
}

.pl2q {
  padding-left: 2.25em !important;
}

.p2q {
  padding: 2.25em !important;
}

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

.mr2h {
  margin-right: 2.5em !important;
}

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

.ml2h {
  margin-left: 2.5em !important;
}

.m2h {
  margin: 2.5em !important;
}

.pt2h {
  padding-top: 2.5em !important;
}

.pr2h {
  padding-right: 2.5em !important;
}

.pb2h {
  padding-bottom: 2.5em !important;
}

.pl2h {
  padding-left: 2.5em !important;
}

.p2h {
  padding: 2.5em !important;
}

.mt3 {
  margin-top: 3em !important;
}

.mr3 {
  margin-right: 3em !important;
}

.mb3 {
  margin-bottom: 3em !important;
}

.ml3 {
  margin-left: 3em !important;
}

.m3 {
  margin: 3em !important;
}

.pt3 {
  padding-top: 3em !important;
}

.pr3 {
  padding-right: 3em !important;
}

.pb3 {
  padding-bottom: 3em !important;
}

.pl3 {
  padding-left: 3em !important;
}

.p3 {
  padding: 3em !important;
}

.mt3q {
  margin-top: 3.25em !important;
}

.mr3q {
  margin-right: 3.25em !important;
}

.mb3q {
  margin-bottom: 3.25em !important;
}

.ml3q {
  margin-left: 3.25em !important;
}

.m3q {
  margin: 3.25em !important;
}

.pt3q {
  padding-top: 3.25em !important;
}

.pr3q {
  padding-right: 3.25em !important;
}

.pb3q {
  padding-bottom: 3.25em !important;
}

.pl3q {
  padding-left: 3.25em !important;
}

.p3q {
  padding: 3.25em !important;
}

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

.mr3h {
  margin-right: 3.5em !important;
}

.mb3h {
  margin-bottom: 3.5em !important;
}

.ml3h {
  margin-left: 3.5em !important;
}

.m3h {
  margin: 3.5em !important;
}

.pt3h {
  padding-top: 3.5em !important;
}

.pr3h {
  padding-right: 3.5em !important;
}

.pb3h {
  padding-bottom: 3.5em !important;
}

.pl3h {
  padding-left: 3.5em !important;
}

.p3h {
  padding: 3.5em !important;
}

.mt4 {
  margin-top: 4em !important;
}

.mr4 {
  margin-right: 4em !important;
}

.mb4 {
  margin-bottom: 4em !important;
}

.ml4 {
  margin-left: 4em !important;
}

.m4 {
  margin: 4em !important;
}

.pt4 {
  padding-top: 4em !important;
}

.pr4 {
  padding-right: 4em !important;
}

.pb4 {
  padding-bottom: 4em !important;
}

.pl4 {
  padding-left: 4em !important;
}

.p4 {
  padding: 4em !important;
}

.mt4q {
  margin-top: 4.25em !important;
}

.mr4q {
  margin-right: 4.25em !important;
}

.mb4q {
  margin-bottom: 4.25em !important;
}

.ml4q {
  margin-left: 4.25em !important;
}

.m4q {
  margin: 4.25em !important;
}

.pt4q {
  padding-top: 4.25em !important;
}

.pr4q {
  padding-right: 4.25em !important;
}

.pb4q {
  padding-bottom: 4.25em !important;
}

.pl4q {
  padding-left: 4.25em !important;
}

.p4q {
  padding: 4.25em !important;
}

.mt4h {
  margin-top: 4.5em !important;
}

.mr4h {
  margin-right: 4.5em !important;
}

.mb4h {
  margin-bottom: 4.5em !important;
}

.ml4h {
  margin-left: 4.5em !important;
}

.m4h {
  margin: 4.5em !important;
}

.pt4h {
  padding-top: 4.5em !important;
}

.pr4h {
  padding-right: 4.5em !important;
}

.pb4h {
  padding-bottom: 4.5em !important;
}

.pl4h {
  padding-left: 4.5em !important;
}

.p4h {
  padding: 4.5em !important;
}

.mt5 {
  margin-top: 5em !important;
}

.mr5 {
  margin-right: 5em !important;
}

.mb5 {
  margin-bottom: 5em !important;
}

.ml5 {
  margin-left: 5em !important;
}

.m5 {
  margin: 5em !important;
}

.pt5 {
  padding-top: 5em !important;
}

.pr5 {
  padding-right: 5em !important;
}

.pb5 {
  padding-bottom: 5em !important;
}

.pl5 {
  padding-left: 5em !important;
}

.p5 {
  padding: 5em !important;
}

.mt5q {
  margin-top: 5.25em !important;
}

.mr5q {
  margin-right: 5.25em !important;
}

.mb5q {
  margin-bottom: 5.25em !important;
}

.ml5q {
  margin-left: 5.25em !important;
}

.m5q {
  margin: 5.25em !important;
}

.pt5q {
  padding-top: 5.25em !important;
}

.pr5q {
  padding-right: 5.25em !important;
}

.pb5q {
  padding-bottom: 5.25em !important;
}

.pl5q {
  padding-left: 5.25em !important;
}

.p5q {
  padding: 5.25em !important;
}

.mt5h {
  margin-top: 5.5em !important;
}

.mr5h {
  margin-right: 5.5em !important;
}

.mb5h {
  margin-bottom: 5.5em !important;
}

.ml5h {
  margin-left: 5.5em !important;
}

.m5h {
  margin: 5.5em !important;
}

.pt5h {
  padding-top: 5.5em !important;
}

.pr5h {
  padding-right: 5.5em !important;
}

.pb5h {
  padding-bottom: 5.5em !important;
}

.pl5h {
  padding-left: 5.5em !important;
}

.p5h {
  padding: 5.5em !important;
}

.mt6 {
  margin-top: 6em !important;
}

.mr6 {
  margin-right: 6em !important;
}

.mb6 {
  margin-bottom: 6em !important;
}

.ml6 {
  margin-left: 6em !important;
}

.m6 {
  margin: 6em !important;
}

.pt6 {
  padding-top: 6em !important;
}

.pr6 {
  padding-right: 6em !important;
}

.pb6 {
  padding-bottom: 6em !important;
}

.pl6 {
  padding-left: 6em !important;
}

.p6 {
  padding: 6em !important;
}

.mt6q {
  margin-top: 6.25em !important;
}

.mr6q {
  margin-right: 6.25em !important;
}

.mb6q {
  margin-bottom: 6.25em !important;
}

.ml6q {
  margin-left: 6.25em !important;
}

.m6q {
  margin: 6.25em !important;
}

.pt6q {
  padding-top: 6.25em !important;
}

.pr6q {
  padding-right: 6.25em !important;
}

.pb6q {
  padding-bottom: 6.25em !important;
}

.pl6q {
  padding-left: 6.25em !important;
}

.p6q {
  padding: 6.25em !important;
}

.mt6h {
  margin-top: 6.5em !important;
}

.mr6h {
  margin-right: 6.5em !important;
}

.mb6h {
  margin-bottom: 6.5em !important;
}

.ml6h {
  margin-left: 6.5em !important;
}

.m6h {
  margin: 6.5em !important;
}

.pt6h {
  padding-top: 6.5em !important;
}

.pr6h {
  padding-right: 6.5em !important;
}

.pb6h {
  padding-bottom: 6.5em !important;
}

.pl6h {
  padding-left: 6.5em !important;
}

.p6h {
  padding: 6.5em !important;
}

.mt7 {
  margin-top: 7em !important;
}

.mr7 {
  margin-right: 7em !important;
}

.mb7 {
  margin-bottom: 7em !important;
}

.ml7 {
  margin-left: 7em !important;
}

.m7 {
  margin: 7em !important;
}

.pt7 {
  padding-top: 7em !important;
}

.pr7 {
  padding-right: 7em !important;
}

.pb7 {
  padding-bottom: 7em !important;
}

.pl7 {
  padding-left: 7em !important;
}

.p7 {
  padding: 7em !important;
}

.mt7q {
  margin-top: 7.25em !important;
}

.mr7q {
  margin-right: 7.25em !important;
}

.mb7q {
  margin-bottom: 7.25em !important;
}

.ml7q {
  margin-left: 7.25em !important;
}

.m7q {
  margin: 7.25em !important;
}

.pt7q {
  padding-top: 7.25em !important;
}

.pr7q {
  padding-right: 7.25em !important;
}

.pb7q {
  padding-bottom: 7.25em !important;
}

.pl7q {
  padding-left: 7.25em !important;
}

.p7q {
  padding: 7.25em !important;
}

.mt7h {
  margin-top: 7.5em !important;
}

.mr7h {
  margin-right: 7.5em !important;
}

.mb7h {
  margin-bottom: 7.5em !important;
}

.ml7h {
  margin-left: 7.5em !important;
}

.m7h {
  margin: 7.5em !important;
}

.pt7h {
  padding-top: 7.5em !important;
}

.pr7h {
  padding-right: 7.5em !important;
}

.pb7h {
  padding-bottom: 7.5em !important;
}

.pl7h {
  padding-left: 7.5em !important;
}

.p7h {
  padding: 7.5em !important;
}

.mt8 {
  margin-top: 8em !important;
}

.mr8 {
  margin-right: 8em !important;
}

.mb8 {
  margin-bottom: 8em !important;
}

.ml8 {
  margin-left: 8em !important;
}

.m8 {
  margin: 8em !important;
}

.pt8 {
  padding-top: 8em !important;
}

.pr8 {
  padding-right: 8em !important;
}

.pb8 {
  padding-bottom: 8em !important;
}

.pl8 {
  padding-left: 8em !important;
}

.p8 {
  padding: 8em !important;
}

.mt8q {
  margin-top: 8.25em !important;
}

.mr8q {
  margin-right: 8.25em !important;
}

.mb8q {
  margin-bottom: 8.25em !important;
}

.ml8q {
  margin-left: 8.25em !important;
}

.m8q {
  margin: 8.25em !important;
}

.pt8q {
  padding-top: 8.25em !important;
}

.pr8q {
  padding-right: 8.25em !important;
}

.pb8q {
  padding-bottom: 8.25em !important;
}

.pl8q {
  padding-left: 8.25em !important;
}

.p8q {
  padding: 8.25em !important;
}

.mt8h {
  margin-top: 8.5em !important;
}

.mr8h {
  margin-right: 8.5em !important;
}

.mb8h {
  margin-bottom: 8.5em !important;
}

.ml8h {
  margin-left: 8.5em !important;
}

.m8h {
  margin: 8.5em !important;
}

.pt8h {
  padding-top: 8.5em !important;
}

.pr8h {
  padding-right: 8.5em !important;
}

.pb8h {
  padding-bottom: 8.5em !important;
}

.pl8h {
  padding-left: 8.5em !important;
}

.p8h {
  padding: 8.5em !important;
}

.mt9 {
  margin-top: 9em !important;
}

.mr9 {
  margin-right: 9em !important;
}

.mb9 {
  margin-bottom: 9em !important;
}

.ml9 {
  margin-left: 9em !important;
}

.m9 {
  margin: 9em !important;
}

.pt9 {
  padding-top: 9em !important;
}

.pr9 {
  padding-right: 9em !important;
}

.pb9 {
  padding-bottom: 9em !important;
}

.pl9 {
  padding-left: 9em !important;
}

.p9 {
  padding: 9em !important;
}

.mt9q {
  margin-top: 9.25em !important;
}

.mr9q {
  margin-right: 9.25em !important;
}

.mb9q {
  margin-bottom: 9.25em !important;
}

.ml9q {
  margin-left: 9.25em !important;
}

.m9q {
  margin: 9.25em !important;
}

.pt9q {
  padding-top: 9.25em !important;
}

.pr9q {
  padding-right: 9.25em !important;
}

.pb9q {
  padding-bottom: 9.25em !important;
}

.pl9q {
  padding-left: 9.25em !important;
}

.p9q {
  padding: 9.25em !important;
}

.mt9h {
  margin-top: 9.5em !important;
}

.mr9h {
  margin-right: 9.5em !important;
}

.mb9h {
  margin-bottom: 9.5em !important;
}

.ml9h {
  margin-left: 9.5em !important;
}

.m9h {
  margin: 9.5em !important;
}

.pt9h {
  padding-top: 9.5em !important;
}

.pr9h {
  padding-right: 9.5em !important;
}

.pb9h {
  padding-bottom: 9.5em !important;
}

.pl9h {
  padding-left: 9.5em !important;
}

.p9h {
  padding: 9.5em !important;
}

.mt10 {
  margin-top: 10em !important;
}

.mr10 {
  margin-right: 10em !important;
}

.mb10 {
  margin-bottom: 10em !important;
}

.ml10 {
  margin-left: 10em !important;
}

.m10 {
  margin: 10em !important;
}

.pt10 {
  padding-top: 10em !important;
}

.pr10 {
  padding-right: 10em !important;
}

.pb10 {
  padding-bottom: 10em !important;
}

.pl10 {
  padding-left: 10em !important;
}

.p10 {
  padding: 10em !important;
}

.mt10q {
  margin-top: 10.25em !important;
}

.mr10q {
  margin-right: 10.25em !important;
}

.mb10q {
  margin-bottom: 10.25em !important;
}

.ml10q {
  margin-left: 10.25em !important;
}

.m10q {
  margin: 10.25em !important;
}

.pt10q {
  padding-top: 10.25em !important;
}

.pr10q {
  padding-right: 10.25em !important;
}

.pb10q {
  padding-bottom: 10.25em !important;
}

.pl10q {
  padding-left: 10.25em !important;
}

.p10q {
  padding: 10.25em !important;
}

.mt10h {
  margin-top: 10.5em !important;
}

.mr10h {
  margin-right: 10.5em !important;
}

.mb10h {
  margin-bottom: 10.5em !important;
}

.ml10h {
  margin-left: 10.5em !important;
}

.m10h {
  margin: 10.5em !important;
}

.pt10h {
  padding-top: 10.5em !important;
}

.pr10h {
  padding-right: 10.5em !important;
}

.pb10h {
  padding-bottom: 10.5em !important;
}

.pl10h {
  padding-left: 10.5em !important;
}

.p10h {
  padding: 10.5em !important;
}

.mt11 {
  margin-top: 11em !important;
}

.mr11 {
  margin-right: 11em !important;
}

.mb11 {
  margin-bottom: 11em !important;
}

.ml11 {
  margin-left: 11em !important;
}

.m11 {
  margin: 11em !important;
}

.pt11 {
  padding-top: 11em !important;
}

.pr11 {
  padding-right: 11em !important;
}

.pb11 {
  padding-bottom: 11em !important;
}

.pl11 {
  padding-left: 11em !important;
}

.p11 {
  padding: 11em !important;
}

.mt11q {
  margin-top: 11.25em !important;
}

.mr11q {
  margin-right: 11.25em !important;
}

.mb11q {
  margin-bottom: 11.25em !important;
}

.ml11q {
  margin-left: 11.25em !important;
}

.m11q {
  margin: 11.25em !important;
}

.pt11q {
  padding-top: 11.25em !important;
}

.pr11q {
  padding-right: 11.25em !important;
}

.pb11q {
  padding-bottom: 11.25em !important;
}

.pl11q {
  padding-left: 11.25em !important;
}

.p11q {
  padding: 11.25em !important;
}

.mt11h {
  margin-top: 11.5em !important;
}

.mr11h {
  margin-right: 11.5em !important;
}

.mb11h {
  margin-bottom: 11.5em !important;
}

.ml11h {
  margin-left: 11.5em !important;
}

.m11h {
  margin: 11.5em !important;
}

.pt11h {
  padding-top: 11.5em !important;
}

.pr11h {
  padding-right: 11.5em !important;
}

.pb11h {
  padding-bottom: 11.5em !important;
}

.pl11h {
  padding-left: 11.5em !important;
}

.p11h {
  padding: 11.5em !important;
}

.mt12 {
  margin-top: 12em !important;
}

.mr12 {
  margin-right: 12em !important;
}

.mb12 {
  margin-bottom: 12em !important;
}

.ml12 {
  margin-left: 12em !important;
}

.m12 {
  margin: 12em !important;
}

.pt12 {
  padding-top: 12em !important;
}

.pr12 {
  padding-right: 12em !important;
}

.pb12 {
  padding-bottom: 12em !important;
}

.pl12 {
  padding-left: 12em !important;
}

.p12 {
  padding: 12em !important;
}

.mt12q {
  margin-top: 12.25em !important;
}

.mr12q {
  margin-right: 12.25em !important;
}

.mb12q {
  margin-bottom: 12.25em !important;
}

.ml12q {
  margin-left: 12.25em !important;
}

.m12q {
  margin: 12.25em !important;
}

.pt12q {
  padding-top: 12.25em !important;
}

.pr12q {
  padding-right: 12.25em !important;
}

.pb12q {
  padding-bottom: 12.25em !important;
}

.pl12q {
  padding-left: 12.25em !important;
}

.p12q {
  padding: 12.25em !important;
}

.mt12h {
  margin-top: 12.5em !important;
}

.mr12h {
  margin-right: 12.5em !important;
}

.mb12h {
  margin-bottom: 12.5em !important;
}

.ml12h {
  margin-left: 12.5em !important;
}

.m12h {
  margin: 12.5em !important;
}

.pt12h {
  padding-top: 12.5em !important;
}

.pr12h {
  padding-right: 12.5em !important;
}

.pb12h {
  padding-bottom: 12.5em !important;
}

.pl12h {
  padding-left: 12.5em !important;
}

.p12h {
  padding: 12.5em !important;
}

.mt13 {
  margin-top: 13em !important;
}

.mr13 {
  margin-right: 13em !important;
}

.mb13 {
  margin-bottom: 13em !important;
}

.ml13 {
  margin-left: 13em !important;
}

.m13 {
  margin: 13em !important;
}

.pt13 {
  padding-top: 13em !important;
}

.pr13 {
  padding-right: 13em !important;
}

.pb13 {
  padding-bottom: 13em !important;
}

.pl13 {
  padding-left: 13em !important;
}

.p13 {
  padding: 13em !important;
}

.mt13q {
  margin-top: 13.25em !important;
}

.mr13q {
  margin-right: 13.25em !important;
}

.mb13q {
  margin-bottom: 13.25em !important;
}

.ml13q {
  margin-left: 13.25em !important;
}

.m13q {
  margin: 13.25em !important;
}

.pt13q {
  padding-top: 13.25em !important;
}

.pr13q {
  padding-right: 13.25em !important;
}

.pb13q {
  padding-bottom: 13.25em !important;
}

.pl13q {
  padding-left: 13.25em !important;
}

.p13q {
  padding: 13.25em !important;
}

.mt13h {
  margin-top: 13.5em !important;
}

.mr13h {
  margin-right: 13.5em !important;
}

.mb13h {
  margin-bottom: 13.5em !important;
}

.ml13h {
  margin-left: 13.5em !important;
}

.m13h {
  margin: 13.5em !important;
}

.pt13h {
  padding-top: 13.5em !important;
}

.pr13h {
  padding-right: 13.5em !important;
}

.pb13h {
  padding-bottom: 13.5em !important;
}

.pl13h {
  padding-left: 13.5em !important;
}

.p13h {
  padding: 13.5em !important;
}

.mt14 {
  margin-top: 14em !important;
}

.mr14 {
  margin-right: 14em !important;
}

.mb14 {
  margin-bottom: 14em !important;
}

.ml14 {
  margin-left: 14em !important;
}

.m14 {
  margin: 14em !important;
}

.pt14 {
  padding-top: 14em !important;
}

.pr14 {
  padding-right: 14em !important;
}

.pb14 {
  padding-bottom: 14em !important;
}

.pl14 {
  padding-left: 14em !important;
}

.p14 {
  padding: 14em !important;
}

.mt14q {
  margin-top: 14.25em !important;
}

.mr14q {
  margin-right: 14.25em !important;
}

.mb14q {
  margin-bottom: 14.25em !important;
}

.ml14q {
  margin-left: 14.25em !important;
}

.m14q {
  margin: 14.25em !important;
}

.pt14q {
  padding-top: 14.25em !important;
}

.pr14q {
  padding-right: 14.25em !important;
}

.pb14q {
  padding-bottom: 14.25em !important;
}

.pl14q {
  padding-left: 14.25em !important;
}

.p14q {
  padding: 14.25em !important;
}

.mt14h {
  margin-top: 14.5em !important;
}

.mr14h {
  margin-right: 14.5em !important;
}

.mb14h {
  margin-bottom: 14.5em !important;
}

.ml14h {
  margin-left: 14.5em !important;
}

.m14h {
  margin: 14.5em !important;
}

.pt14h {
  padding-top: 14.5em !important;
}

.pr14h {
  padding-right: 14.5em !important;
}

.pb14h {
  padding-bottom: 14.5em !important;
}

.pl14h {
  padding-left: 14.5em !important;
}

.p14h {
  padding: 14.5em !important;
}

.mt15 {
  margin-top: 15em !important;
}

.mr15 {
  margin-right: 15em !important;
}

.mb15 {
  margin-bottom: 15em !important;
}

.ml15 {
  margin-left: 15em !important;
}

.m15 {
  margin: 15em !important;
}

.pt15 {
  padding-top: 15em !important;
}

.pr15 {
  padding-right: 15em !important;
}

.pb15 {
  padding-bottom: 15em !important;
}

.pl15 {
  padding-left: 15em !important;
}

.p15 {
  padding: 15em !important;
}

.mt15q {
  margin-top: 15.25em !important;
}

.mr15q {
  margin-right: 15.25em !important;
}

.mb15q {
  margin-bottom: 15.25em !important;
}

.ml15q {
  margin-left: 15.25em !important;
}

.m15q {
  margin: 15.25em !important;
}

.pt15q {
  padding-top: 15.25em !important;
}

.pr15q {
  padding-right: 15.25em !important;
}

.pb15q {
  padding-bottom: 15.25em !important;
}

.pl15q {
  padding-left: 15.25em !important;
}

.p15q {
  padding: 15.25em !important;
}

.mt15h {
  margin-top: 15.5em !important;
}

.mr15h {
  margin-right: 15.5em !important;
}

.mb15h {
  margin-bottom: 15.5em !important;
}

.ml15h {
  margin-left: 15.5em !important;
}

.m15h {
  margin: 15.5em !important;
}

.pt15h {
  padding-top: 15.5em !important;
}

.pr15h {
  padding-right: 15.5em !important;
}

.pb15h {
  padding-bottom: 15.5em !important;
}

.pl15h {
  padding-left: 15.5em !important;
}

.p15h {
  padding: 15.5em !important;
}

.mt16 {
  margin-top: 16em !important;
}

.mr16 {
  margin-right: 16em !important;
}

.mb16 {
  margin-bottom: 16em !important;
}

.ml16 {
  margin-left: 16em !important;
}

.m16 {
  margin: 16em !important;
}

.pt16 {
  padding-top: 16em !important;
}

.pr16 {
  padding-right: 16em !important;
}

.pb16 {
  padding-bottom: 16em !important;
}

.pl16 {
  padding-left: 16em !important;
}

.p16 {
  padding: 16em !important;
}

.mt16q {
  margin-top: 16.25em !important;
}

.mr16q {
  margin-right: 16.25em !important;
}

.mb16q {
  margin-bottom: 16.25em !important;
}

.ml16q {
  margin-left: 16.25em !important;
}

.m16q {
  margin: 16.25em !important;
}

.pt16q {
  padding-top: 16.25em !important;
}

.pr16q {
  padding-right: 16.25em !important;
}

.pb16q {
  padding-bottom: 16.25em !important;
}

.pl16q {
  padding-left: 16.25em !important;
}

.p16q {
  padding: 16.25em !important;
}

.mt16h {
  margin-top: 16.5em !important;
}

.mr16h {
  margin-right: 16.5em !important;
}

.mb16h {
  margin-bottom: 16.5em !important;
}

.ml16h {
  margin-left: 16.5em !important;
}

.m16h {
  margin: 16.5em !important;
}

.pt16h {
  padding-top: 16.5em !important;
}

.pr16h {
  padding-right: 16.5em !important;
}

.pb16h {
  padding-bottom: 16.5em !important;
}

.pl16h {
  padding-left: 16.5em !important;
}

.p16h {
  padding: 16.5em !important;
}

.mt17 {
  margin-top: 17em !important;
}

.mr17 {
  margin-right: 17em !important;
}

.mb17 {
  margin-bottom: 17em !important;
}

.ml17 {
  margin-left: 17em !important;
}

.m17 {
  margin: 17em !important;
}

.pt17 {
  padding-top: 17em !important;
}

.pr17 {
  padding-right: 17em !important;
}

.pb17 {
  padding-bottom: 17em !important;
}

.pl17 {
  padding-left: 17em !important;
}

.p17 {
  padding: 17em !important;
}

.mt17q {
  margin-top: 17.25em !important;
}

.mr17q {
  margin-right: 17.25em !important;
}

.mb17q {
  margin-bottom: 17.25em !important;
}

.ml17q {
  margin-left: 17.25em !important;
}

.m17q {
  margin: 17.25em !important;
}

.pt17q {
  padding-top: 17.25em !important;
}

.pr17q {
  padding-right: 17.25em !important;
}

.pb17q {
  padding-bottom: 17.25em !important;
}

.pl17q {
  padding-left: 17.25em !important;
}

.p17q {
  padding: 17.25em !important;
}

.mt17h {
  margin-top: 17.5em !important;
}

.mr17h {
  margin-right: 17.5em !important;
}

.mb17h {
  margin-bottom: 17.5em !important;
}

.ml17h {
  margin-left: 17.5em !important;
}

.m17h {
  margin: 17.5em !important;
}

.pt17h {
  padding-top: 17.5em !important;
}

.pr17h {
  padding-right: 17.5em !important;
}

.pb17h {
  padding-bottom: 17.5em !important;
}

.pl17h {
  padding-left: 17.5em !important;
}

.p17h {
  padding: 17.5em !important;
}

.mt18 {
  margin-top: 18em !important;
}

.mr18 {
  margin-right: 18em !important;
}

.mb18 {
  margin-bottom: 18em !important;
}

.ml18 {
  margin-left: 18em !important;
}

.m18 {
  margin: 18em !important;
}

.pt18 {
  padding-top: 18em !important;
}

.pr18 {
  padding-right: 18em !important;
}

.pb18 {
  padding-bottom: 18em !important;
}

.pl18 {
  padding-left: 18em !important;
}

.p18 {
  padding: 18em !important;
}

.mt18q {
  margin-top: 18.25em !important;
}

.mr18q {
  margin-right: 18.25em !important;
}

.mb18q {
  margin-bottom: 18.25em !important;
}

.ml18q {
  margin-left: 18.25em !important;
}

.m18q {
  margin: 18.25em !important;
}

.pt18q {
  padding-top: 18.25em !important;
}

.pr18q {
  padding-right: 18.25em !important;
}

.pb18q {
  padding-bottom: 18.25em !important;
}

.pl18q {
  padding-left: 18.25em !important;
}

.p18q {
  padding: 18.25em !important;
}

.mt18h {
  margin-top: 18.5em !important;
}

.mr18h {
  margin-right: 18.5em !important;
}

.mb18h {
  margin-bottom: 18.5em !important;
}

.ml18h {
  margin-left: 18.5em !important;
}

.m18h {
  margin: 18.5em !important;
}

.pt18h {
  padding-top: 18.5em !important;
}

.pr18h {
  padding-right: 18.5em !important;
}

.pb18h {
  padding-bottom: 18.5em !important;
}

.pl18h {
  padding-left: 18.5em !important;
}

.p18h {
  padding: 18.5em !important;
}

.mt19 {
  margin-top: 19em !important;
}

.mr19 {
  margin-right: 19em !important;
}

.mb19 {
  margin-bottom: 19em !important;
}

.ml19 {
  margin-left: 19em !important;
}

.m19 {
  margin: 19em !important;
}

.pt19 {
  padding-top: 19em !important;
}

.pr19 {
  padding-right: 19em !important;
}

.pb19 {
  padding-bottom: 19em !important;
}

.pl19 {
  padding-left: 19em !important;
}

.p19 {
  padding: 19em !important;
}

.mt19q {
  margin-top: 19.25em !important;
}

.mr19q {
  margin-right: 19.25em !important;
}

.mb19q {
  margin-bottom: 19.25em !important;
}

.ml19q {
  margin-left: 19.25em !important;
}

.m19q {
  margin: 19.25em !important;
}

.pt19q {
  padding-top: 19.25em !important;
}

.pr19q {
  padding-right: 19.25em !important;
}

.pb19q {
  padding-bottom: 19.25em !important;
}

.pl19q {
  padding-left: 19.25em !important;
}

.p19q {
  padding: 19.25em !important;
}

.mt19h {
  margin-top: 19.5em !important;
}

.mr19h {
  margin-right: 19.5em !important;
}

.mb19h {
  margin-bottom: 19.5em !important;
}

.ml19h {
  margin-left: 19.5em !important;
}

.m19h {
  margin: 19.5em !important;
}

.pt19h {
  padding-top: 19.5em !important;
}

.pr19h {
  padding-right: 19.5em !important;
}

.pb19h {
  padding-bottom: 19.5em !important;
}

.pl19h {
  padding-left: 19.5em !important;
}

.p19h {
  padding: 19.5em !important;
}

.mt20 {
  margin-top: 20em !important;
}

.mr20 {
  margin-right: 20em !important;
}

.mb20 {
  margin-bottom: 20em !important;
}

.ml20 {
  margin-left: 20em !important;
}

.m20 {
  margin: 20em !important;
}

.pt20 {
  padding-top: 20em !important;
}

.pr20 {
  padding-right: 20em !important;
}

.pb20 {
  padding-bottom: 20em !important;
}

.pl20 {
  padding-left: 20em !important;
}

.p20 {
  padding: 20em !important;
}

.mt20q {
  margin-top: 20.25em !important;
}

.mr20q {
  margin-right: 20.25em !important;
}

.mb20q {
  margin-bottom: 20.25em !important;
}

.ml20q {
  margin-left: 20.25em !important;
}

.m20q {
  margin: 20.25em !important;
}

.pt20q {
  padding-top: 20.25em !important;
}

.pr20q {
  padding-right: 20.25em !important;
}

.pb20q {
  padding-bottom: 20.25em !important;
}

.pl20q {
  padding-left: 20.25em !important;
}

.p20q {
  padding: 20.25em !important;
}

.mt20h {
  margin-top: 20.5em !important;
}

.mr20h {
  margin-right: 20.5em !important;
}

.mb20h {
  margin-bottom: 20.5em !important;
}

.ml20h {
  margin-left: 20.5em !important;
}

.m20h {
  margin: 20.5em !important;
}

.pt20h {
  padding-top: 20.5em !important;
}

.pr20h {
  padding-right: 20.5em !important;
}

.pb20h {
  padding-bottom: 20.5em !important;
}

.pl20h {
  padding-left: 20.5em !important;
}

.p20h {
  padding: 20.5em !important;
}

.mt21 {
  margin-top: 21em !important;
}

.mr21 {
  margin-right: 21em !important;
}

.mb21 {
  margin-bottom: 21em !important;
}

.ml21 {
  margin-left: 21em !important;
}

.m21 {
  margin: 21em !important;
}

.pt21 {
  padding-top: 21em !important;
}

.pr21 {
  padding-right: 21em !important;
}

.pb21 {
  padding-bottom: 21em !important;
}

.pl21 {
  padding-left: 21em !important;
}

.p21 {
  padding: 21em !important;
}

.mt21q {
  margin-top: 21.25em !important;
}

.mr21q {
  margin-right: 21.25em !important;
}

.mb21q {
  margin-bottom: 21.25em !important;
}

.ml21q {
  margin-left: 21.25em !important;
}

.m21q {
  margin: 21.25em !important;
}

.pt21q {
  padding-top: 21.25em !important;
}

.pr21q {
  padding-right: 21.25em !important;
}

.pb21q {
  padding-bottom: 21.25em !important;
}

.pl21q {
  padding-left: 21.25em !important;
}

.p21q {
  padding: 21.25em !important;
}

.mt21h {
  margin-top: 21.5em !important;
}

.mr21h {
  margin-right: 21.5em !important;
}

.mb21h {
  margin-bottom: 21.5em !important;
}

.ml21h {
  margin-left: 21.5em !important;
}

.m21h {
  margin: 21.5em !important;
}

.pt21h {
  padding-top: 21.5em !important;
}

.pr21h {
  padding-right: 21.5em !important;
}

.pb21h {
  padding-bottom: 21.5em !important;
}

.pl21h {
  padding-left: 21.5em !important;
}

.p21h {
  padding: 21.5em !important;
}

.mt22 {
  margin-top: 22em !important;
}

.mr22 {
  margin-right: 22em !important;
}

.mb22 {
  margin-bottom: 22em !important;
}

.ml22 {
  margin-left: 22em !important;
}

.m22 {
  margin: 22em !important;
}

.pt22 {
  padding-top: 22em !important;
}

.pr22 {
  padding-right: 22em !important;
}

.pb22 {
  padding-bottom: 22em !important;
}

.pl22 {
  padding-left: 22em !important;
}

.p22 {
  padding: 22em !important;
}

.mt22q {
  margin-top: 22.25em !important;
}

.mr22q {
  margin-right: 22.25em !important;
}

.mb22q {
  margin-bottom: 22.25em !important;
}

.ml22q {
  margin-left: 22.25em !important;
}

.m22q {
  margin: 22.25em !important;
}

.pt22q {
  padding-top: 22.25em !important;
}

.pr22q {
  padding-right: 22.25em !important;
}

.pb22q {
  padding-bottom: 22.25em !important;
}

.pl22q {
  padding-left: 22.25em !important;
}

.p22q {
  padding: 22.25em !important;
}

.mt22h {
  margin-top: 22.5em !important;
}

.mr22h {
  margin-right: 22.5em !important;
}

.mb22h {
  margin-bottom: 22.5em !important;
}

.ml22h {
  margin-left: 22.5em !important;
}

.m22h {
  margin: 22.5em !important;
}

.pt22h {
  padding-top: 22.5em !important;
}

.pr22h {
  padding-right: 22.5em !important;
}

.pb22h {
  padding-bottom: 22.5em !important;
}

.pl22h {
  padding-left: 22.5em !important;
}

.p22h {
  padding: 22.5em !important;
}

.mt23 {
  margin-top: 23em !important;
}

.mr23 {
  margin-right: 23em !important;
}

.mb23 {
  margin-bottom: 23em !important;
}

.ml23 {
  margin-left: 23em !important;
}

.m23 {
  margin: 23em !important;
}

.pt23 {
  padding-top: 23em !important;
}

.pr23 {
  padding-right: 23em !important;
}

.pb23 {
  padding-bottom: 23em !important;
}

.pl23 {
  padding-left: 23em !important;
}

.p23 {
  padding: 23em !important;
}

.mt23q {
  margin-top: 23.25em !important;
}

.mr23q {
  margin-right: 23.25em !important;
}

.mb23q {
  margin-bottom: 23.25em !important;
}

.ml23q {
  margin-left: 23.25em !important;
}

.m23q {
  margin: 23.25em !important;
}

.pt23q {
  padding-top: 23.25em !important;
}

.pr23q {
  padding-right: 23.25em !important;
}

.pb23q {
  padding-bottom: 23.25em !important;
}

.pl23q {
  padding-left: 23.25em !important;
}

.p23q {
  padding: 23.25em !important;
}

.mt23h {
  margin-top: 23.5em !important;
}

.mr23h {
  margin-right: 23.5em !important;
}

.mb23h {
  margin-bottom: 23.5em !important;
}

.ml23h {
  margin-left: 23.5em !important;
}

.m23h {
  margin: 23.5em !important;
}

.pt23h {
  padding-top: 23.5em !important;
}

.pr23h {
  padding-right: 23.5em !important;
}

.pb23h {
  padding-bottom: 23.5em !important;
}

.pl23h {
  padding-left: 23.5em !important;
}

.p23h {
  padding: 23.5em !important;
}

.mt24 {
  margin-top: 24em !important;
}

.mr24 {
  margin-right: 24em !important;
}

.mb24 {
  margin-bottom: 24em !important;
}

.ml24 {
  margin-left: 24em !important;
}

.m24 {
  margin: 24em !important;
}

.pt24 {
  padding-top: 24em !important;
}

.pr24 {
  padding-right: 24em !important;
}

.pb24 {
  padding-bottom: 24em !important;
}

.pl24 {
  padding-left: 24em !important;
}

.p24 {
  padding: 24em !important;
}

.mt24q {
  margin-top: 24.25em !important;
}

.mr24q {
  margin-right: 24.25em !important;
}

.mb24q {
  margin-bottom: 24.25em !important;
}

.ml24q {
  margin-left: 24.25em !important;
}

.m24q {
  margin: 24.25em !important;
}

.pt24q {
  padding-top: 24.25em !important;
}

.pr24q {
  padding-right: 24.25em !important;
}

.pb24q {
  padding-bottom: 24.25em !important;
}

.pl24q {
  padding-left: 24.25em !important;
}

.p24q {
  padding: 24.25em !important;
}

.mt24h {
  margin-top: 24.5em !important;
}

.mr24h {
  margin-right: 24.5em !important;
}

.mb24h {
  margin-bottom: 24.5em !important;
}

.ml24h {
  margin-left: 24.5em !important;
}

.m24h {
  margin: 24.5em !important;
}

.pt24h {
  padding-top: 24.5em !important;
}

.pr24h {
  padding-right: 24.5em !important;
}

.pb24h {
  padding-bottom: 24.5em !important;
}

.pl24h {
  padding-left: 24.5em !important;
}

.p24h {
  padding: 24.5em !important;
}

.mt25 {
  margin-top: 25em !important;
}

.mr25 {
  margin-right: 25em !important;
}

.mb25 {
  margin-bottom: 25em !important;
}

.ml25 {
  margin-left: 25em !important;
}

.m25 {
  margin: 25em !important;
}

.pt25 {
  padding-top: 25em !important;
}

.pr25 {
  padding-right: 25em !important;
}

.pb25 {
  padding-bottom: 25em !important;
}

.pl25 {
  padding-left: 25em !important;
}

.p25 {
  padding: 25em !important;
}

.mt25q {
  margin-top: 25.25em !important;
}

.mr25q {
  margin-right: 25.25em !important;
}

.mb25q {
  margin-bottom: 25.25em !important;
}

.ml25q {
  margin-left: 25.25em !important;
}

.m25q {
  margin: 25.25em !important;
}

.pt25q {
  padding-top: 25.25em !important;
}

.pr25q {
  padding-right: 25.25em !important;
}

.pb25q {
  padding-bottom: 25.25em !important;
}

.pl25q {
  padding-left: 25.25em !important;
}

.p25q {
  padding: 25.25em !important;
}

.mt25h {
  margin-top: 25.5em !important;
}

.mr25h {
  margin-right: 25.5em !important;
}

.mb25h {
  margin-bottom: 25.5em !important;
}

.ml25h {
  margin-left: 25.5em !important;
}

.m25h {
  margin: 25.5em !important;
}

.pt25h {
  padding-top: 25.5em !important;
}

.pr25h {
  padding-right: 25.5em !important;
}

.pb25h {
  padding-bottom: 25.5em !important;
}

.pl25h {
  padding-left: 25.5em !important;
}

.p25h {
  padding: 25.5em !important;
}

.mt26 {
  margin-top: 26em !important;
}

.mr26 {
  margin-right: 26em !important;
}

.mb26 {
  margin-bottom: 26em !important;
}

.ml26 {
  margin-left: 26em !important;
}

.m26 {
  margin: 26em !important;
}

.pt26 {
  padding-top: 26em !important;
}

.pr26 {
  padding-right: 26em !important;
}

.pb26 {
  padding-bottom: 26em !important;
}

.pl26 {
  padding-left: 26em !important;
}

.p26 {
  padding: 26em !important;
}

.mt26q {
  margin-top: 26.25em !important;
}

.mr26q {
  margin-right: 26.25em !important;
}

.mb26q {
  margin-bottom: 26.25em !important;
}

.ml26q {
  margin-left: 26.25em !important;
}

.m26q {
  margin: 26.25em !important;
}

.pt26q {
  padding-top: 26.25em !important;
}

.pr26q {
  padding-right: 26.25em !important;
}

.pb26q {
  padding-bottom: 26.25em !important;
}

.pl26q {
  padding-left: 26.25em !important;
}

.p26q {
  padding: 26.25em !important;
}

.mt26h {
  margin-top: 26.5em !important;
}

.mr26h {
  margin-right: 26.5em !important;
}

.mb26h {
  margin-bottom: 26.5em !important;
}

.ml26h {
  margin-left: 26.5em !important;
}

.m26h {
  margin: 26.5em !important;
}

.pt26h {
  padding-top: 26.5em !important;
}

.pr26h {
  padding-right: 26.5em !important;
}

.pb26h {
  padding-bottom: 26.5em !important;
}

.pl26h {
  padding-left: 26.5em !important;
}

.p26h {
  padding: 26.5em !important;
}

.mt27 {
  margin-top: 27em !important;
}

.mr27 {
  margin-right: 27em !important;
}

.mb27 {
  margin-bottom: 27em !important;
}

.ml27 {
  margin-left: 27em !important;
}

.m27 {
  margin: 27em !important;
}

.pt27 {
  padding-top: 27em !important;
}

.pr27 {
  padding-right: 27em !important;
}

.pb27 {
  padding-bottom: 27em !important;
}

.pl27 {
  padding-left: 27em !important;
}

.p27 {
  padding: 27em !important;
}

.mt27q {
  margin-top: 27.25em !important;
}

.mr27q {
  margin-right: 27.25em !important;
}

.mb27q {
  margin-bottom: 27.25em !important;
}

.ml27q {
  margin-left: 27.25em !important;
}

.m27q {
  margin: 27.25em !important;
}

.pt27q {
  padding-top: 27.25em !important;
}

.pr27q {
  padding-right: 27.25em !important;
}

.pb27q {
  padding-bottom: 27.25em !important;
}

.pl27q {
  padding-left: 27.25em !important;
}

.p27q {
  padding: 27.25em !important;
}

.mt27h {
  margin-top: 27.5em !important;
}

.mr27h {
  margin-right: 27.5em !important;
}

.mb27h {
  margin-bottom: 27.5em !important;
}

.ml27h {
  margin-left: 27.5em !important;
}

.m27h {
  margin: 27.5em !important;
}

.pt27h {
  padding-top: 27.5em !important;
}

.pr27h {
  padding-right: 27.5em !important;
}

.pb27h {
  padding-bottom: 27.5em !important;
}

.pl27h {
  padding-left: 27.5em !important;
}

.p27h {
  padding: 27.5em !important;
}

.mt28 {
  margin-top: 28em !important;
}

.mr28 {
  margin-right: 28em !important;
}

.mb28 {
  margin-bottom: 28em !important;
}

.ml28 {
  margin-left: 28em !important;
}

.m28 {
  margin: 28em !important;
}

.pt28 {
  padding-top: 28em !important;
}

.pr28 {
  padding-right: 28em !important;
}

.pb28 {
  padding-bottom: 28em !important;
}

.pl28 {
  padding-left: 28em !important;
}

.p28 {
  padding: 28em !important;
}

.mt28q {
  margin-top: 28.25em !important;
}

.mr28q {
  margin-right: 28.25em !important;
}

.mb28q {
  margin-bottom: 28.25em !important;
}

.ml28q {
  margin-left: 28.25em !important;
}

.m28q {
  margin: 28.25em !important;
}

.pt28q {
  padding-top: 28.25em !important;
}

.pr28q {
  padding-right: 28.25em !important;
}

.pb28q {
  padding-bottom: 28.25em !important;
}

.pl28q {
  padding-left: 28.25em !important;
}

.p28q {
  padding: 28.25em !important;
}

.mt28h {
  margin-top: 28.5em !important;
}

.mr28h {
  margin-right: 28.5em !important;
}

.mb28h {
  margin-bottom: 28.5em !important;
}

.ml28h {
  margin-left: 28.5em !important;
}

.m28h {
  margin: 28.5em !important;
}

.pt28h {
  padding-top: 28.5em !important;
}

.pr28h {
  padding-right: 28.5em !important;
}

.pb28h {
  padding-bottom: 28.5em !important;
}

.pl28h {
  padding-left: 28.5em !important;
}

.p28h {
  padding: 28.5em !important;
}

.mt29 {
  margin-top: 29em !important;
}

.mr29 {
  margin-right: 29em !important;
}

.mb29 {
  margin-bottom: 29em !important;
}

.ml29 {
  margin-left: 29em !important;
}

.m29 {
  margin: 29em !important;
}

.pt29 {
  padding-top: 29em !important;
}

.pr29 {
  padding-right: 29em !important;
}

.pb29 {
  padding-bottom: 29em !important;
}

.pl29 {
  padding-left: 29em !important;
}

.p29 {
  padding: 29em !important;
}

.mt29q {
  margin-top: 29.25em !important;
}

.mr29q {
  margin-right: 29.25em !important;
}

.mb29q {
  margin-bottom: 29.25em !important;
}

.ml29q {
  margin-left: 29.25em !important;
}

.m29q {
  margin: 29.25em !important;
}

.pt29q {
  padding-top: 29.25em !important;
}

.pr29q {
  padding-right: 29.25em !important;
}

.pb29q {
  padding-bottom: 29.25em !important;
}

.pl29q {
  padding-left: 29.25em !important;
}

.p29q {
  padding: 29.25em !important;
}

.mt29h {
  margin-top: 29.5em !important;
}

.mr29h {
  margin-right: 29.5em !important;
}

.mb29h {
  margin-bottom: 29.5em !important;
}

.ml29h {
  margin-left: 29.5em !important;
}

.m29h {
  margin: 29.5em !important;
}

.pt29h {
  padding-top: 29.5em !important;
}

.pr29h {
  padding-right: 29.5em !important;
}

.pb29h {
  padding-bottom: 29.5em !important;
}

.pl29h {
  padding-left: 29.5em !important;
}

.p29h {
  padding: 29.5em !important;
}

.mt30 {
  margin-top: 30em !important;
}

.mr30 {
  margin-right: 30em !important;
}

.mb30 {
  margin-bottom: 30em !important;
}

.ml30 {
  margin-left: 30em !important;
}

.m30 {
  margin: 30em !important;
}

.pt30 {
  padding-top: 30em !important;
}

.pr30 {
  padding-right: 30em !important;
}

.pb30 {
  padding-bottom: 30em !important;
}

.pl30 {
  padding-left: 30em !important;
}

.p30 {
  padding: 30em !important;
}

.mt30q {
  margin-top: 30.25em !important;
}

.mr30q {
  margin-right: 30.25em !important;
}

.mb30q {
  margin-bottom: 30.25em !important;
}

.ml30q {
  margin-left: 30.25em !important;
}

.m30q {
  margin: 30.25em !important;
}

.pt30q {
  padding-top: 30.25em !important;
}

.pr30q {
  padding-right: 30.25em !important;
}

.pb30q {
  padding-bottom: 30.25em !important;
}

.pl30q {
  padding-left: 30.25em !important;
}

.p30q {
  padding: 30.25em !important;
}

.mt30h {
  margin-top: 30.5em !important;
}

.mr30h {
  margin-right: 30.5em !important;
}

.mb30h {
  margin-bottom: 30.5em !important;
}

.ml30h {
  margin-left: 30.5em !important;
}

.m30h {
  margin: 30.5em !important;
}

.pt30h {
  padding-top: 30.5em !important;
}

.pr30h {
  padding-right: 30.5em !important;
}

.pb30h {
  padding-bottom: 30.5em !important;
}

.pl30h {
  padding-left: 30.5em !important;
}

.p30h {
  padding: 30.5em !important;
}

/* -- 配置
.box-auto 可変
.box-fixed 均等配置

<ul class="box-auto">
<li>のなかが同じ大きさのボックスになる</li>
<li>このなかが横並びになる</li>
<li>このなかが横並びになる</li>
</ul>

<div class="box-fix">
<div>このなかが同じ大きさのボックスになる</div>
<div>このなかが同じ大きさのボックスになる</div>
<div>このなかが同じ大きさのボックスになる</div>
</div>
 -- */
.box-auto,
.box-fixed {
  list-style-type: none;
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
}
.box-auto > li,
.box-auto > div,
.box-fixed > li,
.box-fixed > div {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 767.9999px) {
  .box-auto.responsive,
  .box-fixed.responsive {
    display: block;
  }
  .box-auto.responsive > li,
  .box-auto.responsive > div,
  .box-fixed.responsive > li,
  .box-fixed.responsive > div {
    display: block;
  }
}

.box-fixed {
  table-layout: fixed;
}

/* --
フロートは基本使わず上の.box-auto,.box-fixedをつかうこと。
使うときは親boxをつくってclearfixを設定すること。
 -- */
.f-right {
  float: right !important;
}

.f-left {
  float: left !important;
}

/*-- 横並び定義リスト
.list-w1 普通
.list-w1-b dtが太字
--*/
.list-w1,
.list-w1-b {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}
@media (max-width: 767.9999px) {
  .list-w1.responsive,
  .list-w1-b.responsive {
    flex-flow: column nowrap;
  }
  .list-w1.responsive > dt,
  .list-w1-b.responsive > dt {
    min-width: auto;
    width: auto;
  }
  .list-w1.responsive > dd,
  .list-w1-b.responsive > dd {
    margin: 0;
    padding: 0;
    width: auto;
  }
  .list-w1.responsive > dd + dd,
  .list-w1-b.responsive > dd + dd {
    margin: 0;
  }
}
.list-w1 > dt,
.list-w1-b > dt {
  min-width: 1em;
  width: 1em;
}
.list-w1 > dd,
.list-w1-b > dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 1em);
}
.list-w1 > dd + dd,
.list-w1-b > dd + dd {
  margin-left: 1em;
}

.list-w1 > dt {
  font-weight: normal;
}

.list-w1-b > dt {
  font-weight: bold;
}

.list-w2,
.list-w2-b {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}
@media (max-width: 767.9999px) {
  .list-w2.responsive,
  .list-w2-b.responsive {
    flex-flow: column nowrap;
  }
  .list-w2.responsive > dt,
  .list-w2-b.responsive > dt {
    min-width: auto;
    width: auto;
  }
  .list-w2.responsive > dd,
  .list-w2-b.responsive > dd {
    margin: 0;
    padding: 0;
    width: auto;
  }
  .list-w2.responsive > dd + dd,
  .list-w2-b.responsive > dd + dd {
    margin: 0;
  }
}
.list-w2 > dt,
.list-w2-b > dt {
  min-width: 2em;
  width: 2em;
}
.list-w2 > dd,
.list-w2-b > dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 2em);
}
.list-w2 > dd + dd,
.list-w2-b > dd + dd {
  margin-left: 2em;
}

.list-w2 > dt {
  font-weight: normal;
}

.list-w2-b > dt {
  font-weight: bold;
}

.list-w3,
.list-w3-b {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}
@media (max-width: 767.9999px) {
  .list-w3.responsive,
  .list-w3-b.responsive {
    flex-flow: column nowrap;
  }
  .list-w3.responsive > dt,
  .list-w3-b.responsive > dt {
    min-width: auto;
    width: auto;
  }
  .list-w3.responsive > dd,
  .list-w3-b.responsive > dd {
    margin: 0;
    padding: 0;
    width: auto;
  }
  .list-w3.responsive > dd + dd,
  .list-w3-b.responsive > dd + dd {
    margin: 0;
  }
}
.list-w3 > dt,
.list-w3-b > dt {
  min-width: 3em;
  width: 3em;
}
.list-w3 > dd,
.list-w3-b > dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 3em);
}
.list-w3 > dd + dd,
.list-w3-b > dd + dd {
  margin-left: 3em;
}

.list-w3 > dt {
  font-weight: normal;
}

.list-w3-b > dt {
  font-weight: bold;
}

.list-w4,
.list-w4-b {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}
@media (max-width: 767.9999px) {
  .list-w4.responsive,
  .list-w4-b.responsive {
    flex-flow: column nowrap;
  }
  .list-w4.responsive > dt,
  .list-w4-b.responsive > dt {
    min-width: auto;
    width: auto;
  }
  .list-w4.responsive > dd,
  .list-w4-b.responsive > dd {
    margin: 0;
    padding: 0;
    width: auto;
  }
  .list-w4.responsive > dd + dd,
  .list-w4-b.responsive > dd + dd {
    margin: 0;
  }
}
.list-w4 > dt,
.list-w4-b > dt {
  min-width: 4em;
  width: 4em;
}
.list-w4 > dd,
.list-w4-b > dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 4em);
}
.list-w4 > dd + dd,
.list-w4-b > dd + dd {
  margin-left: 4em;
}

.list-w4 > dt {
  font-weight: normal;
}

.list-w4-b > dt {
  font-weight: bold;
}

.list-w5,
.list-w5-b {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}
@media (max-width: 767.9999px) {
  .list-w5.responsive,
  .list-w5-b.responsive {
    flex-flow: column nowrap;
  }
  .list-w5.responsive > dt,
  .list-w5-b.responsive > dt {
    min-width: auto;
    width: auto;
  }
  .list-w5.responsive > dd,
  .list-w5-b.responsive > dd {
    margin: 0;
    padding: 0;
    width: auto;
  }
  .list-w5.responsive > dd + dd,
  .list-w5-b.responsive > dd + dd {
    margin: 0;
  }
}
.list-w5 > dt,
.list-w5-b > dt {
  min-width: 5em;
  width: 5em;
}
.list-w5 > dd,
.list-w5-b > dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 5em);
}
.list-w5 > dd + dd,
.list-w5-b > dd + dd {
  margin-left: 5em;
}

.list-w5 > dt {
  font-weight: normal;
}

.list-w5-b > dt {
  font-weight: bold;
}

.list-w6,
.list-w6-b {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}
@media (max-width: 767.9999px) {
  .list-w6.responsive,
  .list-w6-b.responsive {
    flex-flow: column nowrap;
  }
  .list-w6.responsive > dt,
  .list-w6-b.responsive > dt {
    min-width: auto;
    width: auto;
  }
  .list-w6.responsive > dd,
  .list-w6-b.responsive > dd {
    margin: 0;
    padding: 0;
    width: auto;
  }
  .list-w6.responsive > dd + dd,
  .list-w6-b.responsive > dd + dd {
    margin: 0;
  }
}
.list-w6 > dt,
.list-w6-b > dt {
  min-width: 6em;
  width: 6em;
}
.list-w6 > dd,
.list-w6-b > dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 6em);
}
.list-w6 > dd + dd,
.list-w6-b > dd + dd {
  margin-left: 6em;
}

.list-w6 > dt {
  font-weight: normal;
}

.list-w6-b > dt {
  font-weight: bold;
}

.list-w7,
.list-w7-b {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}
@media (max-width: 767.9999px) {
  .list-w7.responsive,
  .list-w7-b.responsive {
    flex-flow: column nowrap;
  }
  .list-w7.responsive > dt,
  .list-w7-b.responsive > dt {
    min-width: auto;
    width: auto;
  }
  .list-w7.responsive > dd,
  .list-w7-b.responsive > dd {
    margin: 0;
    padding: 0;
    width: auto;
  }
  .list-w7.responsive > dd + dd,
  .list-w7-b.responsive > dd + dd {
    margin: 0;
  }
}
.list-w7 > dt,
.list-w7-b > dt {
  min-width: 7em;
  width: 7em;
}
.list-w7 > dd,
.list-w7-b > dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 7em);
}
.list-w7 > dd + dd,
.list-w7-b > dd + dd {
  margin-left: 7em;
}

.list-w7 > dt {
  font-weight: normal;
}

.list-w7-b > dt {
  font-weight: bold;
}

.list-w8,
.list-w8-b {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}
@media (max-width: 767.9999px) {
  .list-w8.responsive,
  .list-w8-b.responsive {
    flex-flow: column nowrap;
  }
  .list-w8.responsive > dt,
  .list-w8-b.responsive > dt {
    min-width: auto;
    width: auto;
  }
  .list-w8.responsive > dd,
  .list-w8-b.responsive > dd {
    margin: 0;
    padding: 0;
    width: auto;
  }
  .list-w8.responsive > dd + dd,
  .list-w8-b.responsive > dd + dd {
    margin: 0;
  }
}
.list-w8 > dt,
.list-w8-b > dt {
  min-width: 8em;
  width: 8em;
}
.list-w8 > dd,
.list-w8-b > dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 8em);
}
.list-w8 > dd + dd,
.list-w8-b > dd + dd {
  margin-left: 8em;
}

.list-w8 > dt {
  font-weight: normal;
}

.list-w8-b > dt {
  font-weight: bold;
}

.list-w9,
.list-w9-b {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}
@media (max-width: 767.9999px) {
  .list-w9.responsive,
  .list-w9-b.responsive {
    flex-flow: column nowrap;
  }
  .list-w9.responsive > dt,
  .list-w9-b.responsive > dt {
    min-width: auto;
    width: auto;
  }
  .list-w9.responsive > dd,
  .list-w9-b.responsive > dd {
    margin: 0;
    padding: 0;
    width: auto;
  }
  .list-w9.responsive > dd + dd,
  .list-w9-b.responsive > dd + dd {
    margin: 0;
  }
}
.list-w9 > dt,
.list-w9-b > dt {
  min-width: 9em;
  width: 9em;
}
.list-w9 > dd,
.list-w9-b > dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 9em);
}
.list-w9 > dd + dd,
.list-w9-b > dd + dd {
  margin-left: 9em;
}

.list-w9 > dt {
  font-weight: normal;
}

.list-w9-b > dt {
  font-weight: bold;
}

.list-w10,
.list-w10-b {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}
@media (max-width: 767.9999px) {
  .list-w10.responsive,
  .list-w10-b.responsive {
    flex-flow: column nowrap;
  }
  .list-w10.responsive > dt,
  .list-w10-b.responsive > dt {
    min-width: auto;
    width: auto;
  }
  .list-w10.responsive > dd,
  .list-w10-b.responsive > dd {
    margin: 0;
    padding: 0;
    width: auto;
  }
  .list-w10.responsive > dd + dd,
  .list-w10-b.responsive > dd + dd {
    margin: 0;
  }
}
.list-w10 > dt,
.list-w10-b > dt {
  min-width: 10em;
  width: 10em;
}
.list-w10 > dd,
.list-w10-b > dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 10em);
}
.list-w10 > dd + dd,
.list-w10-b > dd + dd {
  margin-left: 10em;
}

.list-w10 > dt {
  font-weight: normal;
}

.list-w10-b > dt {
  font-weight: bold;
}

.list-w11,
.list-w11-b {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}
@media (max-width: 767.9999px) {
  .list-w11.responsive,
  .list-w11-b.responsive {
    flex-flow: column nowrap;
  }
  .list-w11.responsive > dt,
  .list-w11-b.responsive > dt {
    min-width: auto;
    width: auto;
  }
  .list-w11.responsive > dd,
  .list-w11-b.responsive > dd {
    margin: 0;
    padding: 0;
    width: auto;
  }
  .list-w11.responsive > dd + dd,
  .list-w11-b.responsive > dd + dd {
    margin: 0;
  }
}
.list-w11 > dt,
.list-w11-b > dt {
  min-width: 11em;
  width: 11em;
}
.list-w11 > dd,
.list-w11-b > dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 11em);
}
.list-w11 > dd + dd,
.list-w11-b > dd + dd {
  margin-left: 11em;
}

.list-w11 > dt {
  font-weight: normal;
}

.list-w11-b > dt {
  font-weight: bold;
}

.list-w12,
.list-w12-b {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}
@media (max-width: 767.9999px) {
  .list-w12.responsive,
  .list-w12-b.responsive {
    flex-flow: column nowrap;
  }
  .list-w12.responsive > dt,
  .list-w12-b.responsive > dt {
    min-width: auto;
    width: auto;
  }
  .list-w12.responsive > dd,
  .list-w12-b.responsive > dd {
    margin: 0;
    padding: 0;
    width: auto;
  }
  .list-w12.responsive > dd + dd,
  .list-w12-b.responsive > dd + dd {
    margin: 0;
  }
}
.list-w12 > dt,
.list-w12-b > dt {
  min-width: 12em;
  width: 12em;
}
.list-w12 > dd,
.list-w12-b > dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 12em);
}
.list-w12 > dd + dd,
.list-w12-b > dd + dd {
  margin-left: 12em;
}

.list-w12 > dt {
  font-weight: normal;
}

.list-w12-b > dt {
  font-weight: bold;
}

.list-w13,
.list-w13-b {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}
@media (max-width: 767.9999px) {
  .list-w13.responsive,
  .list-w13-b.responsive {
    flex-flow: column nowrap;
  }
  .list-w13.responsive > dt,
  .list-w13-b.responsive > dt {
    min-width: auto;
    width: auto;
  }
  .list-w13.responsive > dd,
  .list-w13-b.responsive > dd {
    margin: 0;
    padding: 0;
    width: auto;
  }
  .list-w13.responsive > dd + dd,
  .list-w13-b.responsive > dd + dd {
    margin: 0;
  }
}
.list-w13 > dt,
.list-w13-b > dt {
  min-width: 13em;
  width: 13em;
}
.list-w13 > dd,
.list-w13-b > dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 13em);
}
.list-w13 > dd + dd,
.list-w13-b > dd + dd {
  margin-left: 13em;
}

.list-w13 > dt {
  font-weight: normal;
}

.list-w13-b > dt {
  font-weight: bold;
}

.list-w14,
.list-w14-b {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}
@media (max-width: 767.9999px) {
  .list-w14.responsive,
  .list-w14-b.responsive {
    flex-flow: column nowrap;
  }
  .list-w14.responsive > dt,
  .list-w14-b.responsive > dt {
    min-width: auto;
    width: auto;
  }
  .list-w14.responsive > dd,
  .list-w14-b.responsive > dd {
    margin: 0;
    padding: 0;
    width: auto;
  }
  .list-w14.responsive > dd + dd,
  .list-w14-b.responsive > dd + dd {
    margin: 0;
  }
}
.list-w14 > dt,
.list-w14-b > dt {
  min-width: 14em;
  width: 14em;
}
.list-w14 > dd,
.list-w14-b > dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 14em);
}
.list-w14 > dd + dd,
.list-w14-b > dd + dd {
  margin-left: 14em;
}

.list-w14 > dt {
  font-weight: normal;
}

.list-w14-b > dt {
  font-weight: bold;
}

.list-w15,
.list-w15-b {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}
@media (max-width: 767.9999px) {
  .list-w15.responsive,
  .list-w15-b.responsive {
    flex-flow: column nowrap;
  }
  .list-w15.responsive > dt,
  .list-w15-b.responsive > dt {
    min-width: auto;
    width: auto;
  }
  .list-w15.responsive > dd,
  .list-w15-b.responsive > dd {
    margin: 0;
    padding: 0;
    width: auto;
  }
  .list-w15.responsive > dd + dd,
  .list-w15-b.responsive > dd + dd {
    margin: 0;
  }
}
.list-w15 > dt,
.list-w15-b > dt {
  min-width: 15em;
  width: 15em;
}
.list-w15 > dd,
.list-w15-b > dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 15em);
}
.list-w15 > dd + dd,
.list-w15-b > dd + dd {
  margin-left: 15em;
}

.list-w15 > dt {
  font-weight: normal;
}

.list-w15-b > dt {
  font-weight: bold;
}

.list-w16,
.list-w16-b {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}
@media (max-width: 767.9999px) {
  .list-w16.responsive,
  .list-w16-b.responsive {
    flex-flow: column nowrap;
  }
  .list-w16.responsive > dt,
  .list-w16-b.responsive > dt {
    min-width: auto;
    width: auto;
  }
  .list-w16.responsive > dd,
  .list-w16-b.responsive > dd {
    margin: 0;
    padding: 0;
    width: auto;
  }
  .list-w16.responsive > dd + dd,
  .list-w16-b.responsive > dd + dd {
    margin: 0;
  }
}
.list-w16 > dt,
.list-w16-b > dt {
  min-width: 16em;
  width: 16em;
}
.list-w16 > dd,
.list-w16-b > dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 16em);
}
.list-w16 > dd + dd,
.list-w16-b > dd + dd {
  margin-left: 16em;
}

.list-w16 > dt {
  font-weight: normal;
}

.list-w16-b > dt {
  font-weight: bold;
}

.list-w17,
.list-w17-b {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}
@media (max-width: 767.9999px) {
  .list-w17.responsive,
  .list-w17-b.responsive {
    flex-flow: column nowrap;
  }
  .list-w17.responsive > dt,
  .list-w17-b.responsive > dt {
    min-width: auto;
    width: auto;
  }
  .list-w17.responsive > dd,
  .list-w17-b.responsive > dd {
    margin: 0;
    padding: 0;
    width: auto;
  }
  .list-w17.responsive > dd + dd,
  .list-w17-b.responsive > dd + dd {
    margin: 0;
  }
}
.list-w17 > dt,
.list-w17-b > dt {
  min-width: 17em;
  width: 17em;
}
.list-w17 > dd,
.list-w17-b > dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 17em);
}
.list-w17 > dd + dd,
.list-w17-b > dd + dd {
  margin-left: 17em;
}

.list-w17 > dt {
  font-weight: normal;
}

.list-w17-b > dt {
  font-weight: bold;
}

.list-w18,
.list-w18-b {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}
@media (max-width: 767.9999px) {
  .list-w18.responsive,
  .list-w18-b.responsive {
    flex-flow: column nowrap;
  }
  .list-w18.responsive > dt,
  .list-w18-b.responsive > dt {
    min-width: auto;
    width: auto;
  }
  .list-w18.responsive > dd,
  .list-w18-b.responsive > dd {
    margin: 0;
    padding: 0;
    width: auto;
  }
  .list-w18.responsive > dd + dd,
  .list-w18-b.responsive > dd + dd {
    margin: 0;
  }
}
.list-w18 > dt,
.list-w18-b > dt {
  min-width: 18em;
  width: 18em;
}
.list-w18 > dd,
.list-w18-b > dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 18em);
}
.list-w18 > dd + dd,
.list-w18-b > dd + dd {
  margin-left: 18em;
}

.list-w18 > dt {
  font-weight: normal;
}

.list-w18-b > dt {
  font-weight: bold;
}

.list-w19,
.list-w19-b {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}
@media (max-width: 767.9999px) {
  .list-w19.responsive,
  .list-w19-b.responsive {
    flex-flow: column nowrap;
  }
  .list-w19.responsive > dt,
  .list-w19-b.responsive > dt {
    min-width: auto;
    width: auto;
  }
  .list-w19.responsive > dd,
  .list-w19-b.responsive > dd {
    margin: 0;
    padding: 0;
    width: auto;
  }
  .list-w19.responsive > dd + dd,
  .list-w19-b.responsive > dd + dd {
    margin: 0;
  }
}
.list-w19 > dt,
.list-w19-b > dt {
  min-width: 19em;
  width: 19em;
}
.list-w19 > dd,
.list-w19-b > dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 19em);
}
.list-w19 > dd + dd,
.list-w19-b > dd + dd {
  margin-left: 19em;
}

.list-w19 > dt {
  font-weight: normal;
}

.list-w19-b > dt {
  font-weight: bold;
}

.list-w20,
.list-w20-b {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}
@media (max-width: 767.9999px) {
  .list-w20.responsive,
  .list-w20-b.responsive {
    flex-flow: column nowrap;
  }
  .list-w20.responsive > dt,
  .list-w20-b.responsive > dt {
    min-width: auto;
    width: auto;
  }
  .list-w20.responsive > dd,
  .list-w20-b.responsive > dd {
    margin: 0;
    padding: 0;
    width: auto;
  }
  .list-w20.responsive > dd + dd,
  .list-w20-b.responsive > dd + dd {
    margin: 0;
  }
}
.list-w20 > dt,
.list-w20-b > dt {
  min-width: 20em;
  width: 20em;
}
.list-w20 > dd,
.list-w20-b > dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 20em);
}
.list-w20 > dd + dd,
.list-w20-b > dd + dd {
  margin-left: 20em;
}

.list-w20 > dt {
  font-weight: normal;
}

.list-w20-b > dt {
  font-weight: bold;
}

/* dtを連番リストにする */
.list-num {
  counter-reset: listnum;
}
.list-num > dt::before {
  content: counter(listnum) ".";
  counter-increment: listnum;
  display: inline-block;
  text-align: right;
  margin-right: 0.5em;
  margin-left: -1em;
  width: 2em;
}

/*-- 通常のリストに戻す --*/
.disc {
  list-style-type: disc;
}

/*-- アルファベット小文字リスト --*/
.lower-alpha {
  list-style-type: lower-alpha;
}

/*-- リストごと1行空ける--*/
.list-mb1 > li {
  margin-bottom: 1em;
}
.list-mb1 > dd {
  margin-bottom: 1em;
}

/*-- 連番リストベース --*/
.kata-la, .kata, .kakko {
  position: relative;
  list-style-type: none;
  margin-left: 1.1em;
  padding-left: 1em;
}
.kata-la > li::before, .kata > li::before, .kakko > li::before {
  position: absolute;
  left: -1.5em;
  text-align: right;
  width: 2.5em;
  padding-right: 0.5em;
}

/*-- 丸括弧つき連番リスト --*/
.kakko {
  counter-reset: kakko;
}
.kakko > li {
  counter-increment: kakko;
}
.kakko > li::before {
  content: "(" counter(kakko) ")";
  text-align: center;
  width: 3em;
}

/*-- 片括弧つき連番リスト --*/
.kata {
  counter-reset: kata;
}
.kata > li {
  counter-increment: kata;
}
.kata > li::before {
  content: counter(kata) ")";
}

/*-- 片括弧つき連番リスト --*/
.kata-la {
  counter-reset: kata-la;
}
.kata-la > li {
  counter-increment: kata-la;
}
.kata-la > li::before {
  content: counter(kata-la, lower-alpha) ")";
}

/*-- リストマーク付きリストベース --*/
.asterisk2, .asterisk, .kome, .nakaguro {
  list-style-type: none;
  padding-left: 0;
}
.asterisk2 > li, .asterisk > li, .kome > li, .nakaguro > li {
  margin-left: 1em;
}
.asterisk2 > li::before, .asterisk > li::before, .kome > li::before, .nakaguro > li::before {
  width: 1em;
  margin-left: -1em;
}

/*-- ・リスト --*/
.nakaguro > li::before {
  content: "・";
}

/*-- ※リスト --*/
.kome > li::before {
  content: "※";
}

/*-- ＊リスト --*/
.asterisk > li::before {
  content: "＊";
}

/*-- * リスト --*/
.asterisk2 > li::before {
  content: "* ";
}

/* オリジナルリストマーク */
.listmark1 {
  list-style-type: none;
  padding-left: 0;
}
.listmark1 > li {
  text-indent: -1em;
  margin-left: 1em;
}
.listmark1 > li > * {
  text-indent: 0;
}
.listmark1 > li > span {
  display: inline-block;
  text-align: center;
  width: 1em;
}

.listmark1h {
  list-style-type: none;
  padding-left: 0;
}
.listmark1h > li {
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.listmark1h > li > * {
  text-indent: 0;
}
.listmark1h > li span {
  display: inline-block;
  text-align: center;
  width: 1em;
}

.listmark2 {
  list-style-type: none;
  padding-left: 0;
}
.listmark2 > li {
  text-indent: -2em;
  margin-left: 2em;
}
.listmark2 > li > * {
  text-indent: 0;
}
.listmark2 > li > span {
  display: inline-block;
  text-align: center;
  width: 2em;
}

.listmark2h {
  list-style-type: none;
  padding-left: 0;
}
.listmark2h > li {
  text-indent: -2.5em;
  margin-left: 2.5em;
}
.listmark2h > li > * {
  text-indent: 0;
}
.listmark2h > li span {
  display: inline-block;
  text-align: center;
  width: 2em;
}

.listmark3 {
  list-style-type: none;
  padding-left: 0;
}
.listmark3 > li {
  text-indent: -3em;
  margin-left: 3em;
}
.listmark3 > li > * {
  text-indent: 0;
}
.listmark3 > li > span {
  display: inline-block;
  text-align: center;
  width: 3em;
}

.listmark3h {
  list-style-type: none;
  padding-left: 0;
}
.listmark3h > li {
  text-indent: -3.5em;
  margin-left: 3.5em;
}
.listmark3h > li > * {
  text-indent: 0;
}
.listmark3h > li span {
  display: inline-block;
  text-align: center;
  width: 3em;
}

.listmark4 {
  list-style-type: none;
  padding-left: 0;
}
.listmark4 > li {
  text-indent: -4em;
  margin-left: 4em;
}
.listmark4 > li > * {
  text-indent: 0;
}
.listmark4 > li > span {
  display: inline-block;
  text-align: center;
  width: 4em;
}

.listmark4h {
  list-style-type: none;
  padding-left: 0;
}
.listmark4h > li {
  text-indent: -4.5em;
  margin-left: 4.5em;
}
.listmark4h > li > * {
  text-indent: 0;
}
.listmark4h > li span {
  display: inline-block;
  text-align: center;
  width: 4em;
}

.listmark5 {
  list-style-type: none;
  padding-left: 0;
}
.listmark5 > li {
  text-indent: -5em;
  margin-left: 5em;
}
.listmark5 > li > * {
  text-indent: 0;
}
.listmark5 > li > span {
  display: inline-block;
  text-align: center;
  width: 5em;
}

.listmark5h {
  list-style-type: none;
  padding-left: 0;
}
.listmark5h > li {
  text-indent: -5.5em;
  margin-left: 5.5em;
}
.listmark5h > li > * {
  text-indent: 0;
}
.listmark5h > li span {
  display: inline-block;
  text-align: center;
  width: 5em;
}

/*-- 段落文頭　字下げ --*/
/*-- 字下げなし --*/
.pa0 {
  text-indent: 0em !important;
}

.pa1 {
  text-indent: 1em !important;
}

/*-- 文字装飾 --*/
/* 通常 */
.normal {
  font-weight: normal;
}

/* 強調の太字は<strong>で対応すること */
strong {
  font-weight: bold;
}

/* 斜体のうち、学名などは<i>、強調は<em>、用語などは<dfn>、変数は<var>で対応すること */
em,
i {
  font-style: italic;
}

/* 打消し線のうち、締切延長等は<s>で、誤った部分の削除等は<del>で対応すること */
s,
del {
  text-decoration: line-through;
}

/* 下線 */
.underline {
  text-decoration: underline;
}

/* -- 文字色 -- */
.red {
  color: #f00 !important;
}

.blue {
  color: #009 !important;
}

.gray {
  color: #ccc !important;
}

.white {
  color: #fff !important;
}

.attention {
  color: #f00 !important;
  font-weight: bold !important;
}

.left,
.text-left {
  text-align: left !important;
}

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

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

/* -- アイコン自動表示 -- */
a[href$=".pdf"]::after,
a[href$=".doc"]::after,
a[href$=".docx"]::after,
a[href$=".xls"]::after,
a[href$=".xlsx"]::after,
a[href$=".ppt"]::after,
a[href$=".pptx"]::after,
a[href$=".zip"]::after,
.icon-pdf::after,
.icon-doc::after,
.icon-xls::after,
.icon-ppt::after,
.icon-zip::after {
  margin: 0 2px;
  font: var(--fa-font-solid);
}
a[href$=".pdf"].icon-left::before,
a[href$=".doc"].icon-left::before,
a[href$=".docx"].icon-left::before,
a[href$=".xls"].icon-left::before,
a[href$=".xlsx"].icon-left::before,
a[href$=".ppt"].icon-left::before,
a[href$=".pptx"].icon-left::before,
a[href$=".zip"].icon-left::before,
.icon-pdf.icon-left::before,
.icon-doc.icon-left::before,
.icon-xls.icon-left::before,
.icon-ppt.icon-left::before,
.icon-zip.icon-left::before {
  font: var(--fa-font-solid);
  margin-right: 0.2em;
}

a[href$=".pdf"]::after,
.icon-pdf::after {
  content: "\f1c1";
}
a[href$=".pdf"].icon-left::before,
.icon-pdf.icon-left::before {
  content: "\f1c1";
}

a[href$=".doc"]::after,
a[href$=".docx"]::after,
.icon-doc::after {
  content: "\f1c2";
}
a[href$=".doc"].icon-left::before,
a[href$=".docx"].icon-left::before,
.icon-doc.icon-left::before {
  content: "\f1c2";
}

a[href$=".xls"]::after,
a[href$=".xlsx"]::after,
.icon-xls::after {
  content: "\f1c3";
}
a[href$=".xls"].icon-left::before,
a[href$=".xlsx"].icon-left::before,
.icon-xls.icon-left::before {
  content: "\f1c3";
}

a[href$=".ppt"]::after,
a[href$=".pptx"]::after,
.icon-ppt::after {
  content: "\f1c4";
}
a[href$=".ppt"].icon-left::before,
a[href$=".pptx"].icon-left::before,
.icon-ppt.icon-left::before {
  content: "\f1c4";
}

a[href$=".zip"]::after,
.icon-zip::after {
  content: "\f1c6";
}
a[href$=".zip"].icon-left::before,
.icon-zip.icon-left::before {
  content: "\f1c6";
}

a.no-icon::after,
a.icon-left::after,
.no-icon a::after {
  content: "";
  top: 0;
  left: 0;
  margin: 0;
}

/*-- ボタン(赤・緑・青・非アクティブ) --*/
.btn-r, .btn-r:visited, .btn-r:hover, .btn-r:focus, .btn-r:active,
.btn-g,
.btn-g:visited,
.btn-g:hover,
.btn-g:focus,
.btn-g:active,
.btn-b,
.btn-b:visited,
.btn-b:hover,
.btn-b:focus,
.btn-b:active,
.btn-a,
.btn-a:visited,
.btn-a:hover,
.btn-a:focus,
.btn-a:active {
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  padding: 0.5em 0.8em;
  text-decoration: none;
}

.btn-r {
  box-shadow: inset 0 1px 0 0 #f5978e;
  background: linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
  background-color: #f24537;
  border: 1px solid #d02718;
  text-shadow: 1px 1px 0 #810e05;
}
.btn-r:hover {
  background: linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
  background-color: #c62d1f;
}
.btn-r:active {
  position: relative;
  top: 1px;
}

.btn-g {
  box-shadow: inset 0 1px 0 0 #c1ed9c;
  background: linear-gradient(to bottom, #8ab526 5%, #719424 100%);
  background-color: #8ab526;
  border: 1px solid #639414;
  text-shadow: 1px 1px 0 #4a681b;
}
.btn-g:hover {
  background: linear-gradient(to bottom, #719424 5%, #8ab526 100%);
  background-color: #719424;
}
.btn-g:active {
  position: relative;
  top: 1px;
}

.btn-b {
  box-shadow: inset 0 1px 0 0 #bee2f9;
  background: linear-gradient(to bottom, #397fac 5%, #2d669d 100%);
  background-color: #397fac;
  border: 1px solid #224f76;
  text-shadow: 1px 1px 0 #27466f;
}
.btn-b:hover {
  background: linear-gradient(to bottom, #2d669d 5%, #397fac 100%);
  background-color: #2d669d;
}
.btn-b:active {
  position: relative;
  top: 1px;
}

.btn-a {
  box-shadow: inset 0 1px 0 0 #f5f5f5;
  background-color: #c0c0c0;
  border: 1px solid #808080;
  text-shadow: 1px 1px 0 #696969;
}

.wb-break {
  word-break: break-all;
}

.ib {
  display: inline-block;
}

.justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.justify-last {
  -moz-text-align-last: justify;
       text-align-last: justify;
}

small,
.caption {
  display: inline-block;
  line-height: 1.1;
  margin: 0;
}

.gsc-search-box {
  table-layout: auto;
}

.grecaptcha-badge {
  visibility: hidden;
}

.no-link {
  pointer-events: none;
}

.list-unstyled {
  list-style: none;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
	* 1. Add text decoration inheritance in all browsers (opinionated).
	* 2. Add vertical alignment inheritance in all browsers (opinionated).
	*/
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
	* 1. Use the default cursor in all browsers (opinionated).
	* 2. Change the line height in all browsers (opinionated).
	* 3. Use a 4-space tab width in all browsers (opinionated).
	* 4. Remove the grey highlight on links in iOS (opinionated).
	* 5. Prevent adjustments of font size after orientation changes in
	*    IE on Windows Phone and in iOS.
	* 6. Breaks words to prevent overflow in all browsers (opinionated).
	*/
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
	* ========================================================================== */
/**
	* Remove the margin in all browsers (opinionated).
	*/
body {
  margin: 0;
}

/**
	* Correct the font size and margin on `h1` elements within `section` and
	* `article` contexts in Chrome, Edge, Firefox, and Safari.
	*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	* ========================================================================== */
/**
	* Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
	*/
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
	* Remove the margin on nested lists in Edge 18- and IE.
	*/
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
	* 1. Add the correct sizing in Firefox.
	* 2. Show the overflow in Edge 18- and IE.
	*/
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
	* Add the correct display in IE.
	*/
main {
  display: block;
}

/**
	* Remove the list style on navigation lists in all browsers (opinionated).
	*/
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
	* 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	* ========================================================================== */
/**
	* Remove the gray background on active links in IE 10.
	*/
a {
  background-color: transparent;
}

/**
	* Add the correct text decoration in Edge 18-, IE, and Safari.
	*/
abbr[title] {
  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; /* 1 */
  font-size: 1em; /* 2 */
}

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

/* Embedded content
	* ========================================================================== */
/*
	* Change the alignment on media elements in all browsers (opinionated).
	*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
	* Add the correct display in IE 9-.
	*/
audio,
video {
  display: inline-block;
}

/**
	* Add the correct display in iOS 4-7.
	*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
	* Remove the border on iframes in all browsers (opinionated).
	*/
iframe {
  border-style: none;
}

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

/**
	* Change the fill color to match the text color in all browsers (opinionated).
	*/
svg:not([fill]) {
  fill: currentColor;
}

/**
	* Hide the overflow in IE.
	*/
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
	* ========================================================================== */
/**
	* Collapse border spacing in all browsers (opinionated).
	*/
table {
  border-collapse: collapse;
}

/* Forms
	* ========================================================================== */
/**
	* Remove the margin on controls in Safari.
	*/
button,
input,
select {
  margin: 0;
}

/**
	* 1. Show the overflow in IE.
	* 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
	*/
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

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

/**
	* 1. Change the inconsistent appearance in all browsers (opinionated).
	* 2. Correct the padding in Firefox.
	*/
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
	* Show the overflow in Edge 18- and IE.
	*/
input {
  overflow: visible;
}

/**
	* 1. Correct the text wrapping in Edge 18- and IE.
	* 2. Correct the color inheritance from `fieldset` elements in IE.
	*/
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
	* 1. Add the correct display in Edge 18- and IE.
	* 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
	*/
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
	* Remove the inheritance of text transform in Firefox.
	*/
select {
  text-transform: none;
}

/**
	* 1. Remove the margin in Firefox and Safari.
	* 2. Remove the default vertical scrollbar in IE.
	* 3. Change the resize direction in all browsers (opinionated).
	*/
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
	* Remove the padding in IE 10-.
	*/
[type=checkbox],
[type=radio] {
  padding: 0;
}

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

/**
	* Correct the cursor style of increment and decrement buttons in Safari.
	*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
	* Correct the text style of placeholders in Chrome, Edge, and Safari.
	*/
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
	* Remove the inner padding in Chrome, Edge, and Safari on macOS.
	*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
	* Remove the inner border and padding of focus outlines in Firefox.
	*/
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
	* Restore the focus outline styles unset by the previous rule in Firefox.
	*/
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
	* Remove the additional :invalid styles in Firefox.
	*/
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
	* ========================================================================== */
/*
	* Add the correct display in Edge 18- and IE.
	*/
details {
  display: block;
}

/*
	* Add the correct styles in Edge 18-, IE, and Safari.
	*/
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
	* ========================================================================== */
/**
	* Add the correct display in IE 9-.
	*/
canvas {
  display: inline-block;
}

/**
	* Add the correct display in IE.
	*/
template {
  display: none;
}

/* User interaction
	* ========================================================================== */
/*
	* 1. Remove the tapping delay in IE 10.
	* 2. Remove the tapping delay on clickable elements
			 in all browsers (opinionated).
	*/
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
	* Add the correct display in IE 10-.
	*/
[hidden] {
  display: none;
}

/* Accessibility
	* ========================================================================== */
/**
	* Change the cursor on busy elements in all browsers (opinionated).
	*/
[aria-busy=true] {
  cursor: progress;
}

/*
	* Change the cursor on control elements in all browsers (opinionated).
	*/
[aria-controls] {
  cursor: pointer;
}

/*
	* Change the cursor on disabled, not-editable, or otherwise
	* inoperable elements in all browsers (opinionated).
	*/
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
	* Change the display on visually hidden accessible elements
	* in all browsers (opinionated).
	*/
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

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

body,
button,
input,
select,
optgroup,
textarea {
  color: #707070;
  font-family: "UD新ゴ R", "UD Shin Go Regular", Hiragino Kaku Gothic ProN, "メイリオ", meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}

.site-content {
  line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
}

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;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 22.4px;
  font-size: 1.4rem;
}

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

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

big {
  font-size: 125%;
}

strong,
b {
  font-family: "UD新ゴ M", "UD Shin Go Medium", Hiragino Kaku Gothic ProN, "メイリオ", meiryo, sans-serif;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  height: 100%;
  overflow-y: scroll;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
  height: 100%;
}

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

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  width: 100%;
}

figcaption {
  font-size: 1.2rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content p:first-child, .entry-content ol:first-child, .entry-content ul:first-child, .entry-content dl:first-child, .entry-content table:first-child {
  margin-top: 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);
  font-size: 1.2rem;
  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;
}

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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #004d25;
  text-decoration: none;
}
a:visited {
  color: #004d25;
}
a:hover, a:focus, a:active {
  color: #ffc400;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
a:hover {
  text-decoration: underline;
}

.bread_clumb a {
  text-decoration: underline;
}

.entry-content a {
  text-decoration: underline;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
ul.menu,
div.menu > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
ul.menu li a,
div.menu > ul li a {
  text-decoration: none;
  display: block;
}

.mobile-menu-wrapper {
  background: rgba(0, 77, 37, 0.8);
}

@media (min-width: 960px) {
  .mobile-menu-wrapper {
    background: none;
    margin: 0 auto;
    max-width: 1170px;
  }
}
.main-navigation {
  padding: 0 1rem 2rem 1rem;
}
.main-navigation ul.menu,
.main-navigation div.menu > ul {
  flex-flow: column wrap;
}
.main-navigation ul.menu li,
.main-navigation div.menu > ul li {
  color: #000;
  font-weight: normal;
}
.main-navigation ul.menu > li,
.main-navigation div.menu > ul > li {
  padding: 1rem 3rem 1rem 1rem;
  width: 100%;
  font-size: 1.6rem;
  position: relative;
  border-bottom: 0.1rem dashed #fff;
  font-weight: bold;
}
.main-navigation ul.menu > li > a,
.main-navigation div.menu > ul > li > a {
  color: #fff;
}
.main-navigation ul.menu > li::before,
.main-navigation div.menu > ul > li::before {
  content: "\f054";
  position: absolute;
  font: var(--fa-font-solid);
  color: #fff;
  top: 1.4rem;
  right: 0.5rem;
}
.main-navigation ul.menu > li.menu-item-has-children,
.main-navigation div.menu > ul > li.menu-item-has-children {
  cursor: pointer;
}
.main-navigation ul.menu > li.menu-item-has-children::before,
.main-navigation div.menu > ul > li.menu-item-has-children::before {
  content: "\f078";
  top: 1.4rem;
  right: 0.5rem;
}
.main-navigation .sub-menu {
  display: none;
  margin-top: 0.85rem;
  padding-left: 1em;
  z-index: 10000;
}
.main-navigation .sub-menu .sub-menu {
  display: block;
  margin-top: 0;
  margin-right: 1em;
  margin-bottom: 0.85rem;
}
.main-navigation .sub-menu li > a {
  padding: 0.3rem 0 0.5rem 0;
  display: inline-block;
  width: 100%;
  color: #fff;
}

@media (max-width: 959px) {
  .main-navigation ul.menu > li.menu-item-has-children.active > a,
  .main-navigation div.menu > ul > li.menu-item-has-children.active > a {
    color: #ffc400;
  }
  .main-navigation ul.menu > li.menu-item-has-children.active::before,
  .main-navigation div.menu > ul > li.menu-item-has-children.active::before {
    color: #ffc400;
    content: "\f077";
    top: 1.4rem;
    right: 0.5rem;
  }
  .main-navigation ul.menu > li.menu-item-has-children.active .sub-menu,
  .main-navigation div.menu > ul > li.menu-item-has-children.active .sub-menu {
    display: block;
  }
}
@media (min-width: 960px) {
  .main-navigation {
    padding: 0;
    margin: 0;
  }
  .main-navigation ul.menu,
  .main-navigation div.menu > ul {
    flex-flow: row nowrap;
    height: 5rem;
    justify-content: flex-end;
    align-items: stretch;
  }
  .main-navigation ul.menu li,
  .main-navigation div.menu > ul li {
    font-weight: bold;
  }
  .main-navigation ul.menu > li,
  .main-navigation div.menu > ul > li {
    padding: 0;
    border-bottom: none;
    font-size: 1.6rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  .main-navigation ul.menu > li::before,
  .main-navigation div.menu > ul > li::before {
    display: none;
  }
  .main-navigation ul.menu > li.menu-item-has-children,
  .main-navigation div.menu > ul > li.menu-item-has-children {
    cursor: pointer;
  }
  .main-navigation ul.menu > li.menu-item-has-children::before, .main-navigation ul.menu > li.menu-item-has-children::after,
  .main-navigation div.menu > ul > li.menu-item-has-children::before,
  .main-navigation div.menu > ul > li.menu-item-has-children::after {
    content: "";
  }
  .main-navigation ul.menu > li.menu-item-has-children:hover::before,
  .main-navigation div.menu > ul > li.menu-item-has-children:hover::before {
    content: "";
  }
  .main-navigation ul.menu > li.menu-item-has-children:hover > .sub-menu,
  .main-navigation div.menu > ul > li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
  .main-navigation ul.menu > li.menu-item-has-children > a::after,
  .main-navigation div.menu > ul > li.menu-item-has-children > a::after {
    content: "\f0d7";
    font: var(--fa-font-solid);
    margin-left: 0.5rem;
  }
  .main-navigation ul.menu > li.menu-item-has-children > .sub-menu > .menu-item-has-children > a::after,
  .main-navigation div.menu > ul > li.menu-item-has-children > .sub-menu > .menu-item-has-children > a::after {
    content: "\f054";
    font: var(--fa-font-solid);
    margin-left: 0.5rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
  .main-navigation ul.menu > li > a,
  .main-navigation div.menu > ul > li > a {
    color: #004d25;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.7rem;
    text-align: center;
    white-space: nowrap;
  }
  .main-navigation ul.menu > li > a:hover, .main-navigation ul.menu > li:hover,
  .main-navigation div.menu > ul > li > a:hover,
  .main-navigation div.menu > ul > li:hover {
    color: #ffc400;
  }
  .main-navigation ul.menu > li:hover,
  .main-navigation div.menu > ul > li:hover {
    background: unset;
  }
  .main-navigation ul.menu > li:hover > a,
  .main-navigation div.menu > ul > li:hover > a {
    color: #ffc400;
  }
  .main-navigation ul.menu > li .sub-menu,
  .main-navigation div.menu > ul > li .sub-menu {
    background: #004d25;
    margin: 0;
    width: 300px;
  }
  .main-navigation ul.menu > li > .sub-menu li:hover,
  .main-navigation ul.menu > li > .sub-menu li:hover > a,
  .main-navigation div.menu > ul > li > .sub-menu li:hover,
  .main-navigation div.menu > ul > li > .sub-menu li:hover > a {
    color: #ffc400;
  }
  .main-navigation ul.menu > li > .sub-menu .sub-menu,
  .main-navigation div.menu > ul > li > .sub-menu .sub-menu {
    position: absolute;
    left: 300px;
    top: 5px;
    display: none;
    padding: 0;
    width: 400px;
  }
  .main-navigation ul.menu > li > .sub-menu .sub-menu > li,
  .main-navigation div.menu > ul > li > .sub-menu .sub-menu > li {
    padding: 0 1.5rem;
  }
  .main-navigation ul.menu > li > .sub-menu .sub-menu > li > a,
  .main-navigation div.menu > ul > li > .sub-menu .sub-menu > li > a {
    padding: 0.8rem 0;
    width: 100%;
    border: none;
    font-size: 1.4rem;
  }
  .main-navigation ul.menu > li > .sub-menu .sub-menu > li:first-child,
  .main-navigation div.menu > ul > li > .sub-menu .sub-menu > li:first-child {
    padding-top: 0.5rem;
  }
  .main-navigation ul.menu > li > .sub-menu .sub-menu > li:last-child,
  .main-navigation div.menu > ul > li > .sub-menu .sub-menu > li:last-child {
    padding-bottom: 0.5rem;
  }
  .main-navigation ul.menu > li > .sub-menu .sub-menu > li:last-child a,
  .main-navigation div.menu > ul > li > .sub-menu .sub-menu > li:last-child a {
    border: none;
  }
  .main-navigation ul.menu > li > .sub-menu > li.menu-item-has-children:hover > .sub-menu,
  .main-navigation div.menu > ul > li > .sub-menu > li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
  .main-navigation ul.menu > li > .sub-menu li > a,
  .main-navigation div.menu > ul > li > .sub-menu li > a {
    border-top: 0.1rem dashed #fff;
  }
  .main-navigation ul.menu > li > .sub-menu li:last-child > a,
  .main-navigation div.menu > ul > li > .sub-menu li:last-child > a {
    border-bottom: 0.1rem dashed #fff;
  }
  .main-navigation ul.menu > li > .sub-menu a,
  .main-navigation div.menu > ul > li > .sub-menu a {
    color: #fff;
  }
  .main-navigation ul.menu > li > .sub-menu a:hover,
  .main-navigation div.menu > ul > li > .sub-menu a:hover {
    color: #ffc400;
  }
  .main-navigation ul.menu > li.menu-item-has-children > .sub-menu,
  .main-navigation div.menu > ul > li.menu-item-has-children > .sub-menu {
    padding: 0;
    position: absolute;
    width: 300px;
    left: 0;
    top: 5rem;
  }
  .main-navigation ul.menu > li.menu-item-has-children > .sub-menu > li,
  .main-navigation div.menu > ul > li.menu-item-has-children > .sub-menu > li {
    font-size: 1.6rem;
    text-align: left;
    margin: 0;
    padding: 0 1.5rem;
    position: relative;
  }
  .main-navigation ul.menu > li.menu-item-has-children > .sub-menu > li > a,
  .main-navigation div.menu > ul > li.menu-item-has-children > .sub-menu > li > a {
    margin: 0;
    padding: 0.7rem 0;
    display: block;
    color: #fff;
    position: relative;
  }
  .main-navigation ul.menu > li.menu-item-has-children > .sub-menu > li > a:hover,
  .main-navigation div.menu > ul > li.menu-item-has-children > .sub-menu > li > a:hover {
    color: #ffc400;
  }
  .main-navigation ul.menu > li.menu-item-has-children > .sub-menu > li:first-child,
  .main-navigation div.menu > ul > li.menu-item-has-children > .sub-menu > li:first-child {
    padding-top: 1.5rem;
  }
  .main-navigation ul.menu > li.menu-item-has-children > .sub-menu > li:last-child,
  .main-navigation div.menu > ul > li.menu-item-has-children > .sub-menu > li:last-child {
    padding-bottom: 1.5rem;
  }
  .main-navigation ul.menu > li:last-child .sub-menu,
  .main-navigation div.menu > ul > li:last-child .sub-menu {
    left: auto;
    right: 0;
  }
  .main-navigation .menu-global_menu-en-container ul.menu > li,
  .main-navigation .menu-global_menu-en-container div.menu > ul > li {
    font-size: 1.4rem;
  }
}
.menu-toggle {
  position: absolute;
  right: 0;
  top: calc((70px - 55px) / 2);
  z-index: 10;
  cursor: pointer;
  width: 60px;
  height: 60px;
  text-align: center;
  /*background: $color__spmenu-toggle_background;
  border-radius: 5px;
  border: 1px $color__spmenu-toggle_text solid;*/
  color: #000;
  padding: 0.5em;
  line-height: 1;
  font-size: 0.8rem;
}
.menu-toggle::before {
  display: inline-block;
  content: "\f0c9";
  font: var(--fa-font-solid);
  font-size: 4.5rem;
  color: #000;
}

#searchMenu {
  display: none;
}

#spMenu {
  display: none;
}
#spMenu ~ .mobile-menu,
#spMenu ~ .mobile-menu + .main-navigation {
  display: none;
}
#spMenu:checked ~ .mobile-menu {
  display: flex;
}
#spMenu:checked ~ .mobile-menu + .main-navigation {
  display: block;
}
#spMenu:checked + .menu-toggle::before {
  content: "\f00d";
}

.header-area .wp-block-search__label,
.hidden-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;
}
.header-area .wp-block-search__label:focus,
.hidden-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: #333;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

@media (max-width: 959px) {
  .mobile-menu {
    padding: 2rem 1rem 1rem 1rem;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 960px) {
  .mobile-menu {
    top: 0.5rem;
  }
  #spMenu ~ .mobile-menu {
    display: flex;
    flex-flow: column nowrap;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    padding: 0;
    gap: 0.7rem 0;
  }
  #spMenu ~ .mobile-menu .menu {
    gap: 0.3rem 1rem;
  }
}
.header-area {
  display: block;
  position: relative;
  width: 100%;
}
.header-area .widget_search {
  padding: 1rem;
  background: #37a34a;
  border-radius: 0.5rem;
  width: 100%;
}
.header-area .search-field {
  border: solid 1px #3f3f3f;
  border-radius: 0;
  padding: 0.1rem 0.5rem;
  width: 30rem;
}

@media (max-width: 959px) {
  .mobile-menu {
    margin: 0 auto;
  }
}
@media (min-width: 960px) {
  .menu-toggle {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  #spMenu ~ .mobile-menu + .main-navigation {
    display: block;
  }
}
.footer-nav ul.menu,
.footer-nav div.menu > ul {
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  flex-flow: row wrap;
}
.footer-nav ul.menu > li,
.footer-nav div.menu > ul > li {
  padding: 1em 0;
  color: #fff;
}
.footer-nav ul.menu > li::before,
.footer-nav div.menu > ul > li::before {
  content: "|";
  padding: 0 0.8rem 0 0.5rem;
}
.footer-nav ul.menu > li a,
.footer-nav div.menu > ul > li a {
  color: #fff;
  display: inline-block;
}

@media (min-width: 960px) {
  .footer-nav ul.menu > li,
  .footer-nav div.menu > ul > li {
    font-size: 1.6rem;
    padding: 1em;
  }
  .footer-nav ul.menu > li::before,
  .footer-nav div.menu > ul > li::before {
    content: "";
    padding: 0;
  }
}
.secondary ul.menu,
.secondary div.menu > ul {
  flex-flow: column nowrap;
}

.mobile-menu {
  gap: 0.5rem;
}
.mobile-menu .menu > li {
  background: #37a34a;
  color: #fff;
  border-radius: 0.5rem;
  width: 13rem;
  font-size: 1.3rem;
}
.mobile-menu .menu > li a {
  display: inline-block;
  color: #fff;
  padding: 1rem 0;
  width: 100%;
  text-align: center;
}
.mobile-menu .menu > li a:hover {
  color: #fff;
}

@media (max-width: 959px) {
  .mobile-menu .menu {
    flex-flow: row nowrap;
    gap: 0.5rem;
  }
  .mobile-menu .menu > li {
    width: calc((100% - 1rem) / 3);
  }
  .menu-header_menu-container {
    width: 100%;
  }
}
/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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: #3f3f3f;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1rem;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1rem;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear::before,
.clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
  clear: both;
}

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

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

body:not(.home):not(.page-template-page-frontpage) .contents-header > .container {
  color: #3f3f3f;
  padding: 0 0 0.5rem 0;
  margin: 0 auto 1rem auto;
  font-size: 1.8rem;
  border-bottom: 0.2rem solid #3f3f3f;
}
body:not(.home):not(.page-template-page-frontpage) h1.page-title,
body:not(.home):not(.page-template-page-frontpage) h1.entry-title {
  margin: 0;
  padding: 0 0 6.1rem 0;
}
body:not(.home):not(.page-template-page-frontpage).single h1.page-title,
body:not(.home):not(.page-template-page-frontpage).single h1.entry-title, body:not(.home):not(.page-template-page-frontpage).search h1.page-title,
body:not(.home):not(.page-template-page-frontpage).search h1.entry-title, body:not(.home):not(.page-template-page-frontpage).error404 h1.page-title,
body:not(.home):not(.page-template-page-frontpage).error404 h1.entry-title, body:not(.home):not(.page-template-page-frontpage).archive h1.page-title,
body:not(.home):not(.page-template-page-frontpage).archive h1.entry-title {
  padding: 0 0 8rem 0;
}

.site-content {
  position: relative;
}

.page-bg-left {
  position: absolute;
  left: 0;
  top: 0;
  background: -20px top no-repeat url(/wp-content/uploads/bg_window.png);
  width: 100%;
  height: 20rem;
  z-index: -5;
}

.page-bg-right {
  transform: scale(-1, 1);
  position: absolute;
  left: 0;
  top: 0;
  background: -20px top no-repeat #f2f2f2 url(/wp-content/uploads/bg_window.png);
  width: 100%;
  height: 20rem;
  z-index: -10;
}

@media (max-width: 959px) {
  .page-bg-left {
    background: none;
  }
  .page-bg-right {
    background: -250px 200px top no-repeat #f2f2f2 url(/wp-content/uploads/bg_window.png);
  }
}
.home .page-bg-left,
.home .page-bg-right,
.page-template-page-frontpage .page-bg-left,
.page-template-page-frontpage .page-bg-right {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*--------------------------------------------------------------
## Front Page
--------------------------------------------------------------*/
/* metaslider用追加css */
@media (min-width: 960px) and (max-width: 1169px) {
  .site {
    width: 1170px;
    overflow: hidden;
  }
}
/* comment */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
@media (min-width: 960px) {
  .hidden-pc {
    display: none;
  }
}
@media (max-width: 959px) {
  .hidden-mobile,
  .hidden-sp {
    display: none;
  }
}
/* ボタン */
.btn {
  border-radius: 0.4rem;
  background: #345f6d;
  text-align: center;
  font-size: 2rem;
}
.btn a {
  color: #fff;
  display: inline-block;
  padding: 0.3rem 0.5rem;
}

@media (min-width: 960px) {
  .btn a {
    padding: 0.5rem 1rem;
  }
}
/* Plugin */
.bread_crumb {
  margin: 2rem 0 0 0;
  height: 3.5rem;
  padding: 0 1rem;
  list-style-type: none;
  text-align: right;
  line-height: 1.1;
  font-size: 1.4rem;
}
.bread_crumb > li {
  display: inline-block;
}
.bread_crumb > li:not(.tail)::after {
  content: " > ";
}

.wp-pagenavi {
  text-align: center;
  margin: 2rem 0;
}

.site .addtoany_content,
.site .addtoany_shortcode {
  text-align: right;
  margin: 2rem 0;
  margin-right: 3rem;
}

/* PageTop */
.pagetop-wrapper {
  margin: 0;
}
.pagetop-wrapper .pagetop {
  position: fixed;
  z-index: 2147483647;
  top: auto;
  bottom: 2rem;
  right: 1.5rem;
  color: rgba(55, 163, 74, 0.8);
  font-size: 7rem;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
}
.pagetop-wrapper .pagetop:visited {
  color: rgba(55, 163, 74, 0.8);
}
.pagetop-wrapper .pagetop:hover {
  color: #37a34a;
  text-decoration: none;
}
.pagetop-wrapper .pagetop span {
  font-size: 1rem;
  font-weight: bold;
  text-transform: capitalize;
}

/* News List */
.news-list {
  color: #333;
  flex-flow: column nowrap;
  gap: 1rem;
}
.news-list.stickey {
  margin-bottom: 1rem;
}
.news-list dt {
  width: 100%;
  border: none;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
  gap: 0 5rem;
  position: relative;
  align-items: center;
}
.news-list dt > .newmark {
  color: #f00;
  font-weight: bold;
  order: 2;
  margin: 0;
  position: absolute;
  left: 12.6rem;
  top: 0;
}
.news-list dt > .date {
  width: 12.6rem;
  order: 1;
  margin: 0;
}
.news-list dt > .cat-slug {
  order: 3;
  margin: 0;
}
.news-list dd {
  width: 100%;
  margin: 0;
  padding: 0 0 1rem 0;
  border-bottom-color: #a6adb4;
}
.news-list dd > a, .news-list dd > a:visited, .news-list dd > a:hover, .news-list dd > a:focus, .news-list dd > a:active {
  color: #000;
}

@media (min-width: 960px) {
  .news-list dd {
    padding: 1rem 0 1.5rem 17.6rem;
    margin: 0;
  }
}
.cat-important {
  background: #f00;
  border-color: #f00;
}

.link-cat a {
  color: #004d25;
}
.link-cat a:hover {
  color: #ffc400;
}

/* Tab */
.cat-slug,
.tag-slug {
  width: 14rem;
  border-radius: 0;
  font-size: 1.2rem;
  padding: 0.2rem 0;
}

a.cat-slug, a.cat-slug:hover, a.cat-slug:active, a.cat-slug:focus {
  color: #fff;
}

.ui-tabs .ui-tabs-nav .tab-1,
.cat-news {
  background: #db6eff;
  border-color: #db6eff;
}

.ui-tabs .ui-tabs-nav .tab-2,
.cat-app,
.cat-english {
  background: #fb6e6e;
  border-color: #fb6e6e;
}

.ui-tabs .ui-tabs-nav .tab-3,
.cat-conf {
  background: #ffc400;
  border-color: #ffc400;
}

.ui-tabs .ui-tabs-nav .tab-4,
.cat-society {
  background: #7798fc;
  border-color: #7798fc;
}

.ui-tabs .ui-tabs-nav .tab-5,
.cat-others {
  background: #a6adb4;
  border-color: #a6adb4;
}

.ui-tabs .ui-tabs-nav .tab-6,
.cat-related {
  background: #5ed2c8;
  border-color: #5ed2c8;
}

.ui-tabs .ui-tabs-nav .tab-7,
.cat-other {
  background: #5ed2c8;
  border-color: #5ed2c8;
}

@media (max-width: 959px) {
  .member-login input[type=text],
  .member-login input[type=password],
  .member-login .list-w11.responsive > dd {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .member-login {
    margin: 0 0 0 28rem;
  }
  .member-login input[type=text],
  .member-login input[type=password] {
    width: 30rem;
  }
}
@media (min-width: 960px) {
  .container {
    width: 1170px;
    margin: 0 auto;
  }
}
body {
  min-width: 1170px;
}

@media (max-width: 959px) {
  body {
    min-width: initial;
  }
}
/** Header */
.site-header {
  position: relative;
  background: linear-gradient(45deg, #d8f6d8, #91efb1 40% 100%);
}

/*.site-branding-wrapper {
	background: $color__site-branding-wrapper-bg;
}*/
.site-branding {
  padding: 1.1rem 1rem 1.1rem 1rem;
  height: 70px;
}

.site-title {
  margin: 0.75rem 0 0 0;
  font-size: 1em;
  text-align: center;
}
.site-title a {
  display: inline-block;
}
.site-title img {
  height: 32px;
}

@media (min-width: 960px) {
  .site-title {
    margin: 0;
  }
  .site-title img {
    height: auto;
  }
  .site-branding {
    height: auto;
    padding: 0 0 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 11.5rem;
  }
  .site-branding img {
    width: auto;
  }
}
@media (max-width: 320px) {
  .site-branding {
    padding: 1.1rem 0.5rem;
  }
  .site-title {
    margin: 1.25rem 0 0 0;
  }
  .site-title img {
    height: 27px;
  }
}
/** Footer */
.footer-content-wrapper {
  background: inherit;
}

.footer-nav-wrapper {
  background: #004d25;
  color: #fff;
  padding: 3rem 0;
}

.site-footer {
  border-top: 0.3rem solid #66cc00;
  margin-top: 3rem;
  padding-top: 0.3rem;
}

.footer-widget-area {
  padding: 1rem 1.5rem;
}
.footer-widget-area h2 {
  border: none;
  font-size: 2.3rem;
}
.footer-widget-area .widget_media_image img {
  max-width: 60%;
}
.footer-widget-area .widget_media_image + .widget_text {
  font-size: 1.2rem;
}

.footer-content {
  background: #d8f6d8;
  font-size: 1.4rem;
}

.copyright {
  font-size: 1.2rem;
  text-align: center;
  margin: 0;
}

@media (min-width: 960px) {
  .footer-widget-area .widget_media_image + .widget_text {
    font-size: 1.4rem;
  }
  .footer-widget-area h2 {
    font-size: 3rem;
  }
  .copyright {
    font-size: 1.2rem;
  }
}
body:not(.home):not(.page-template-page-frontpage) .content-wrapper {
  padding: 0;
}
body:not(.home):not(.page-template-page-frontpage) .page-header,
body:not(.home):not(.page-template-page-frontpage) .entry-header,
body:not(.home):not(.page-template-page-frontpage) .entry-content {
  padding: 1rem 1.5rem 0 1.5rem;
}
body:not(.home):not(.page-template-page-frontpage) .nav-title {
  display: none;
}
body:not(.home):not(.page-template-page-frontpage) .side-nav {
  border: none;
}
body:not(.home):not(.page-template-page-frontpage) .side-nav-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body:not(.home):not(.page-template-page-frontpage) .side-nav-menu ul > li {
  display: flex;
  flex-flow: column nowrap;
}
body:not(.home):not(.page-template-page-frontpage) .side-nav-menu ul > li > a {
  text-decoration: none;
  width: 100%;
}
body:not(.home):not(.page-template-page-frontpage) .side-nav-menu > ul {
  display: flex;
  flex-flow: column nowrap;
  padding: 1rem;
  background: #ebf9eb;
}
body:not(.home):not(.page-template-page-frontpage) .side-nav-menu > ul > li {
  background: #ebf9eb;
  border-bottom: 1px dashed #a6adb4;
  position: relative;
}
body:not(.home):not(.page-template-page-frontpage) .side-nav-menu > ul > li:first-child {
  border-top: 1px dashed #a6adb4;
}
body:not(.home):not(.page-template-page-frontpage) .side-nav-menu > ul > li a {
  color: #3f3f3f;
}
body:not(.home):not(.page-template-page-frontpage) .side-nav-menu > ul > li a:hover, body:not(.home):not(.page-template-page-frontpage) .side-nav-menu > ul > li a.active {
  color: #ffc400;
}
body:not(.home):not(.page-template-page-frontpage) .side-nav-menu > ul > li > a {
  padding: 1rem 2.5rem 1rem 0.5rem;
}
body:not(.home):not(.page-template-page-frontpage) .side-nav-menu > ul > li > a::after {
  font: var(--fa-font-solid);
  content: "";
  display: inline-block;
  color: #3f3f3f;
  position: absolute;
  font-size: 2rem;
  right: 1rem;
  top: 1.2rem;
}
body:not(.home):not(.page-template-page-frontpage) .side-nav-menu > ul > li:hover > a,
body:not(.home):not(.page-template-page-frontpage) .side-nav-menu > ul > li:hover > a::after, body:not(.home):not(.page-template-page-frontpage) .side-nav-menu > ul > li.active > a,
body:not(.home):not(.page-template-page-frontpage) .side-nav-menu > ul > li.active > a::after {
  color: #ffc400;
}
body:not(.home):not(.page-template-page-frontpage) .side-nav-menu > ul > li.page_item_has_children > a::after {
  content: "\f078";
}
body:not(.home):not(.page-template-page-frontpage) .side-nav-menu > ul > li.page_item_has_children.active > a::after {
  content: "\f077";
}
body:not(.home):not(.page-template-page-frontpage) .side-nav-menu > ul > li.page_item_has_children.active > .children {
  display: block;
}
body:not(.home):not(.page-template-page-frontpage) .side-nav-menu > ul > li > .children {
  padding: 0 0 1rem 2.1rem;
  font-size: 1.4rem;
  display: none;
}
body:not(.home):not(.page-template-page-frontpage) .side-nav-menu > ul > li > .children > li > a {
  margin-bottom: 1rem;
}
body:not(.home):not(.page-template-page-frontpage) .side-nav-menu > ul > li > .children > li > .children > li > a {
  padding: 0;
}
body:not(.home):not(.page-template-page-frontpage) .side-nav-menu > ul > li > .children > li > .children > li > a::before {
  content: "・";
  display: inline-block;
}

@media (min-width: 960px) {
  body:not(.home):not(.page-template-page-frontpage) .content-wrapper {
    padding: 0;
    flex-flow: row nowrap;
  }
  body:not(.home):not(.page-template-page-frontpage) .page-header,
  body:not(.home):not(.page-template-page-frontpage) .entry-header {
    padding: 0;
  }
  body:not(.home):not(.page-template-page-frontpage) .entry-content {
    padding: 7rem 0 3rem 0;
  }
}
.content-side {
  order: 10;
  width: 27rem;
  margin: 16rem 0 0 0;
}

@media (max-width: 959px) {
  .content-side {
    display: none;
  }
}
/*--------------------------------------------------------------
# Child Theme
--------------------------------------------------------------*/
/*.mainvisual-area .widget:first-child {
	background: $color__visual_background;
}*/
@media (max-width: 959px) {
  .mainvisual-area .widget:first-child {
    background-size: contain;
  }
}
.wp-block-search__button {
  font: var(--fa-font-solid);
  padding: 0 0.4rem;
  background: #3f3f3f;
  color: #fff;
  border: none;
}

input[type=search].wp-block-search__input {
  border-color: #3f3f3f;
  border-radius: 0;
}

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

.news-list-container {
  margin: 0;
}

.page-title,
.entry-title,
.entry-content .news-cat {
  color: #2244ae;
  border: none;
  font-weight: bold;
  font-size: 3rem;
  padding: 3rem 0;
  margin: 0 0 2rem 0;
}
.page-title a,
.entry-title a,
.entry-content .news-cat a {
  text-decoration: underline;
}

@media (min-width: 960px) {
  h1.page-title,
  h1.entry-title,
  .entry-content .news-cat {
    font-size: 3.2rem;
    padding: 3rem 1rem;
    margin-right: -27rem;
  }
}
.page-template-page-member .bread_crumb > li.tail.current:before {
  font: var(--fa-font-solid);
  content: "\f023";
  margin-right: 0.5rem;
}

.menu-portal-container ul {
  justify-content: space-around;
}
.menu-portal-container ul .btn {
  width: 45%;
}

.btn-member {
  background: #e99f00;
}

.btn-public {
  background: #d8f6d8;
}

.home .entry-content h2, .home .entry-content h2 a,
.page-template-page-frontpage .entry-content h2,
.page-template-page-frontpage .entry-content h2 a {
  color: #333;
}
.home .entry-content,
.page-template-page-frontpage .entry-content {
  margin: 1.5em 0 0 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content .h2,
.entry-content .h3,
.entry-content .h4 {
  margin: 3rem 0 1rem 0;
}
.entry-content h5,
.entry-content h6,
.entry-content .h5,
.entry-content .h6 {
  margin: 2rem 0 1rem 0;
}
.entry-content .h2,
.entry-content h2 {
  font-size: 2.1rem;
  color: #37a34a;
  font-weight: bold;
  font-family: "UD新ゴ M", "UD Shin Go Medium", Hiragino Kaku Gothic ProN, "メイリオ", meiryo, sans-serif;
  border-left: 0.5rem solid #37a34a;
  padding: 0.925rem 0 0.925rem 1rem;
  line-height: 1.5;
}
.entry-content .h3,
.entry-content h3 {
  font-size: 1.9rem;
  font-weight: bold;
  font-family: "UD新ゴ M", "UD Shin Go Medium", Hiragino Kaku Gothic ProN, "メイリオ", meiryo, sans-serif;
  color: #37a34a;
}
.entry-content .h4,
.entry-content h4 {
  color: #37a34a;
  font-size: 1.7rem;
  font-weight: bold;
}
.entry-content .h5,
.entry-content h5 {
  color: #fff;
  background: #37a34a;
  font-size: 1.7rem;
  font-family: "UD新ゴ M", "UD Shin Go Medium", Hiragino Kaku Gothic ProN, "メイリオ", meiryo, sans-serif;
  font-weight: bold;
  padding: 1.1rem 1rem;
  border-radius: 0.5rem;
  display: inline-block;
}
.entry-content .h6,
.entry-content h6 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #37a34a;
}
.entry-content h2 + p,
.entry-content h2 + dl,
.entry-content h2 + ul,
.entry-content h2 + ol,
.entry-content h2 + table,
.entry-content h3 + p,
.entry-content h3 + dl,
.entry-content h3 + ul,
.entry-content h3 + ol,
.entry-content h3 + table,
.entry-content h4 + p,
.entry-content h4 + dl,
.entry-content h4 + ul,
.entry-content h4 + ol,
.entry-content h4 + table,
.entry-content .h2 + p,
.entry-content .h2 + dl,
.entry-content .h2 + ul,
.entry-content .h2 + ol,
.entry-content .h2 + table,
.entry-content .h3 + p,
.entry-content .h3 + dl,
.entry-content .h3 + ul,
.entry-content .h3 + ol,
.entry-content .h3 + table,
.entry-content .h4 + p,
.entry-content .h4 + dl,
.entry-content .h4 + ul,
.entry-content .h4 + ol,
.entry-content .h4 + table,
.entry-content h5 + p,
.entry-content h5 + dl,
.entry-content h5 + ul,
.entry-content h5 + ol,
.entry-content h5 + table,
.entry-content h6 + p,
.entry-content h6 + dl,
.entry-content h6 + ul,
.entry-content h6 + ol,
.entry-content h6 + table,
.entry-content .h5 + p,
.entry-content .h5 + dl,
.entry-content .h5 + ul,
.entry-content .h5 + ol,
.entry-content .h5 + table,
.entry-content .h6 + p,
.entry-content .h6 + dl,
.entry-content .h6 + ul,
.entry-content .h6 + ol,
.entry-content .h6 + table {
  margin-top: 0;
}

.blue {
  color: #d8f6d8 !important;
}

.text-color {
  color: #3f3f3f !important;
}

.category-link {
  text-align: right;
  margin-bottom: 0.5rem;
  position: absolute;
  right: 0;
  top: -6.5rem;
}

/* お知らせ一覧 */
.history-news {
  margin: 0;
  text-decoration: none;
  background: #37a34a;
  color: #fff;
  border-radius: 0.5rem;
  border: none;
  padding: 1rem;
  font-size: 1.2rem;
}
.history-news, .history-news:visited, .history-news:hover, .history-news:focus, .history-news:active {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 960px) {
  .history-news {
    font-size: 1.4rem;
  }
  ul.menu li,
  div.menu > ul li {
    font-size: 1.5rem;
  }
}
@media (max-width: 959px) {
  .wpcf7 {
    padding: 0 1rem;
  }
  .wpcf7 .list-w11.responsive > dd,
  .wpcf7 .list-w11-b.responsive > dd {
    width: 100%;
  }
}
.small {
  font-size: 80% !important;
}

@media (max-width: 320px) {
  .small {
    font-size: 68% !important;
  }
}
.search-submit {
  font: var(--fa-font-solid);
}

.grecaptcha-badge {
  margin: 2rem auto;
}

.wp-block-table {
  margin: 0;
}
.wp-block-table table,
.wp-block-table td,
.wp-block-table th {
  border: 1px solid #c5c6c7;
  font-size: 1.4rem;
}
.wp-block-table th {
  font-family: "UD新ゴ M", "UD Shin Go Medium", Hiragino Kaku Gothic ProN, "メイリオ", meiryo, sans-serif;
  white-space: nowrap;
  background: #e1f8f3;
}
.wp-block-table th,
.wp-block-table td {
  padding: 1.5rem;
  line-height: 1.5;
}
.wp-block-table.is-style-stripes th {
  background: #e0f2fb;
}
.wp-block-table.is-style-stripes tfoot {
  border-top: 2px solid #c5c6c7;
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  border-bottom: 1px solid #c5c6c7;
}

.wp-block-table.is-style-stripes thead th {
  border-bottom: 3px solid #c5c6c7;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background: inherit;
}

.ui-state-default {
  border: none;
}

.ui-state-default.tab-1 a:link,
.ui-state-default.tab-1 a:visited,
.ui-state-active.tab-1 a:link,
.ui-state-active.tab-1 a:visited,
.ui-state-default a:link,
.ui-state-default a:visited,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
}

.ui-tabs .ui-tabs-nav {
  justify-content: center;
}
.ui-tabs .ui-tabs-nav .ui-state-active {
  background: #37a34a;
}
.ui-tabs .ui-tabs-nav .ui-state-active .ui-tabs-anchor {
  color: #fff;
  font-weight: bold;
}

.ui-tabs .ui-widget-header {
  margin: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.ui-tabs .ui-tabs-nav li, .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  font-size: 1.2rem;
  padding: 0.5rem 0;
  margin: 0;
  border-radius: 0;
  width: 50%;
}

.ui-tabs .ui-tabs-panel {
  padding: 2rem 0;
  border: #37a34a solid 0.3rem;
  border-left: none;
  border-right: none;
}

@media (min-width: 960px) {
  .ui-tabs .ui-tabs-panel {
    height: 42.1rem;
    overflow-y: scroll;
  }
  .ui-tabs .ui-tabs-nav {
    justify-content: flex-start;
  }
  .ui-tabs .ui-tabs-nav li, .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    width: auto;
    padding: 0.3rem 0;
    min-width: 11rem;
    width: 20%;
  }
}
@media (max-width: 959px) {
  .ui-tabs .ui-tabs-nav li.tab-1 {
    width: 100%;
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
}
@media (max-width: 320px) {
  .ui-tabs .ui-tabs-nav li, .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    font-size: 1.1rem;
  }
}
.home .entry-content .home-content-h2,
.page-template-page-frontpage .entry-content .home-content-h2 {
  margin: 3rem 0 2rem 0;
}
.home .home-content h2,
.home .home-content .h3,
.home .home-content p,
.page-template-page-frontpage .home-content h2,
.page-template-page-frontpage .home-content .h3,
.page-template-page-frontpage .home-content p {
  padding: 0 3rem;
}
.home .home-content .wp-block-image img,
.page-template-page-frontpage .home-content .wp-block-image img {
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .entry-content,
.page-template-page-frontpage .entry-content {
  margin: 0 1.5rem;
}

@media (min-width: 560px) and (max-width: 959px) {
  .home .home-content h2,
  .home .home-content .h3,
  .home .home-content p {
    padding: 0 1.5rem;
  }
}
.home .pickup-area .widget > h2,
.home .entry-content > h2,
.page-template-page-frontpage .pickup-area .widget > h2,
.page-template-page-frontpage .entry-content > h2 {
  color: #37a34a;
  font-size: 3.2rem;
  margin: 0 0 1.5rem 0;
  border: none;
}
.home .entry-content .wp-block-column,
.page-template-page-frontpage .entry-content .wp-block-column {
  border: #e1e1e1 solid 0.1rem;
  padding: 1rem;
}
.home .entry-content .wp-block-column figure,
.page-template-page-frontpage .entry-content .wp-block-column figure {
  margin: 0;
}
.home .entry-content .wp-block-column img,
.page-template-page-frontpage .entry-content .wp-block-column img {
  width: 100%;
}
.home .entry-content .wp-block-column h3,
.page-template-page-frontpage .entry-content .wp-block-column h3 {
  color: #37a34a;
  font-size: 2.3rem;
}
.home .entry-content .wp-block-column p,
.page-template-page-frontpage .entry-content .wp-block-column p {
  font-size: 1.4rem;
}
.home .entry-content .wp-block-column a,
.page-template-page-frontpage .entry-content .wp-block-column a {
  color: #37a34a;
}

@media (min-width: 960px) {
  .home .pickup-area .widget > h2,
  .home .entry-content > h2,
  .page-template-page-frontpage .pickup-area .widget > h2,
  .page-template-page-frontpage .entry-content > h2 {
    font-size: 3.2rem;
    margin: 0 0 2rem 0;
    border: none;
    padding: 0;
  }
}
@media (max-width: 559px) {
  .home .home-content h2,
  .home .home-content .h3,
  .home .home-content p,
  .page-template-page-frontpage .home-content h2,
  .page-template-page-frontpage .home-content .h3,
  .page-template-page-frontpage .home-content p {
    padding: 0;
    text-align: unset;
    margin-top: 0;
  }
  .home .home-content .wp-block-column,
  .page-template-page-frontpage .home-content .wp-block-column {
    margin-bottom: 2rem;
  }
}
@media (min-width: 960px) {
  .home .entry-content {
    padding: 6rem 0 0 0;
  }
}
@media (max-width: 559px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    margin: 0 auto;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0 1rem;
  }
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  min-width: auto;
  font-weight: bold;
}

a[href$=".pdf"]::after,
.icon-pdf::after {
  font: var(--fa-font-solid);
  content: "\f1c1";
  color: #b30b00;
}
a[href$=".pdf"].icon-left::before,
.icon-pdf.icon-left::before {
  font: var(--fa-font-solid);
  content: "\f1c1";
  color: #b30b00;
}

a[href$=".doc"]::after,
a[href$=".docx"]::after,
.icon-doc::after {
  font: var(--fa-font-solid);
  content: "\f1c2";
  color: #185abd;
}
a[href$=".doc"].icon-left::before,
a[href$=".docx"].icon-left::before,
.icon-doc.icon-left::before {
  font: var(--fa-font-solid);
  content: "\f1c2";
  color: #185abd;
}

a[href$=".xls"]::after,
a[href$=".xlsx"]::after,
.icon-xls::after {
  font: var(--fa-font-solid);
  content: "\f1c3";
  color: #107c41;
}
a[href$=".xls"].icon-left::before,
a[href$=".xlsx"].icon-left::before,
.icon-xls.icon-left::before {
  font: var(--fa-font-solid);
  content: "\f1c3";
  color: #107c41;
}

a[href$=".ppt"]::after,
a[href$=".pptx"]::after,
.icon-ppt::after {
  font: var(--fa-font-solid);
  content: "\f1c4";
  color: #c43e1c;
}
a[href$=".ppt"].icon-left::before,
a[href$=".pptx"].icon-left::before,
.icon-ppt.icon-left::before {
  font: var(--fa-font-solid);
  content: "\f1c4";
  color: #c43e1c;
}

a[href$=".zip"]::after,
.icon-zip::after {
  font: var(--fa-font-solid);
  content: "\f1c6";
}
a[href$=".zip"].icon-left::before,
.icon-zip.icon-left::before {
  font: var(--fa-font-solid);
  content: "\f1c6";
}

a.no-icon::after,
a.icon-left::after,
.no-icon a::after {
  content: "";
}

.no-color a[href$=".pdf"]::after, .no-color a[href$=".pdf"]::before,
.no-color a[href$=".doc"]::after,
.no-color a[href$=".doc"]::before,
.no-color a[href$=".docx"]::after,
.no-color a[href$=".docx"]::before,
.no-color a[href$=".xls"]::after,
.no-color a[href$=".xls"]::before,
.no-color a[href$=".xlsx"]::after,
.no-color a[href$=".xlsx"]::before,
.no-color a[href$=".ppt"]::after,
.no-color a[href$=".ppt"]::before,
.no-color a[href$=".pptx"]::after,
.no-color a[href$=".pptx"]::before,
.no-color a[href$=".zip"]::after,
.no-color a[href$=".zip"]::before,
.no-color .icon-pdf::after,
.no-color .icon-pdf::before,
.no-color .icon-doc::after,
.no-color .icon-doc::before,
.no-color .icon-xls::after,
.no-color .icon-xls::before,
.no-color .icon-ppt::after,
.no-color .icon-ppt::before,
.no-color .icon-zip::after,
.no-color .icon-zip::before {
  color: inherit;
}

@media (max-width: 559px) {
  .table-sp.wp-block-table table,
  .table-sp.wp-block-table tbody,
  .table-sp.wp-block-table tr,
  .table-sp.wp-block-table td,
  .table-sp.wp-block-table th {
    border: none;
    display: block;
    text-align: center;
    width: 100%;
  }
  .table-sp.wp-block-table th {
    margin-top: 2rem;
  }
}
@media (max-width: 599px) {
  .footer-widget-area .wp-block-column {
    flex-basis: auto !important;
  }
}
/*-- add --*/
.entry-content hr {
  color: rgba(0, 0, 0, 0.25);
  border: 1px;
}
.entry-content .media {
  margin-left: 3rem;
  padding: 0 0 1rem 0;
  border-bottom: 1px dotted #a0a0a0;
}
.entry-content .wp-block-button__link {
  padding: 0.5rem 1rem;
  margin: 1rem;
}

.entry-content .wp-block-button__link {
  padding: 0.5rem 1rem;
  margin: 1rem;
}

@media (max-width: 959px) {
  .site-footer {
    background-size: auto;
  }
}
.content-wrapper {
  display: flex;
  flex-flow: row wrap;
  padding: 3rem 0 0 0;
}
.content-wrapper .pickup-area {
  order: 1;
  width: 100%;
  margin: 0 1.5rem;
}
.content-wrapper .banner-area {
  order: 2;
  width: 100%;
  margin: 3rem 1.5rem;
}
.content-wrapper .banner-area .widget_block {
  margin-bottom: 1rem;
}
.content-wrapper .banner-area .wp-block-media-text {
  background: #f2f2f2;
}
.content-wrapper .banner-area .wp-block-media-text__content {
  padding: 1rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  height: 100%;
}
.content-wrapper .banner-area .wp-block-media-text__content h3 {
  color: #37a34a;
  font-size: 2.3rem;
  margin: 0;
}
.content-wrapper .banner-area .wp-block-media-text__content p {
  font-size: 1.4rem;
  margin: 0;
}
.content-wrapper .banner-area .wp-block-media-text__content a {
  color: #37a34a;
}

.home .content-wrapper .content-area,
.page-template-page-frontpage .content-wrapper .content-area {
  order: 3;
  width: 100%;
}

@media (max-width: 959px) {
  .wp-block-media-text__media img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 14rem;
  }
}
@media (min-width: 960px) {
  .content-wrapper {
    gap: 0 3rem;
    padding: 6rem 0 0 0;
  }
  .content-wrapper .pickup-area {
    width: calc(100% - 60rem);
    margin: 0;
  }
  .content-wrapper .banner-area {
    width: 57rem;
    margin: 0;
  }
  .content-wrapper .banner-area .wp-block-media-text__content {
    padding: 1.5rem;
  }
}
.copyright-area-wrapper {
  background: #004d25;
}

.important-news {
  background: #37a34a;
  border-radius: 0.5rem;
  padding: 1.5rem 1rem;
  margin: 0 0.5rem;
}
.important-news h2 {
  font-size: 2.5rem;
  color: #ffc400;
  margin: 0 0 1rem 0;
}
.important-news .news-list-wrapper {
  padding: 0;
}
.important-news .news-list-wrapper .no-post {
  color: #fff;
}
.important-news .news-list-wrapper .news-list {
  flex-flow: column nowrap;
  color: #fff;
  gap: 0;
}
.important-news .news-list-wrapper .news-list dt {
  font-size: 1.6rem;
}
.important-news .news-list-wrapper .news-list dt .date {
  width: auto;
  font-weight: bold;
}
.important-news .news-list-wrapper .news-list dt .newmark {
  display: none;
}
.important-news .news-list-wrapper .news-list dd {
  border: none;
}
.important-news .news-list-wrapper .news-list dd:last-child {
  padding: 0;
}
.important-news .news-list-wrapper a, .important-news .news-list-wrapper a:visited, .important-news .news-list-wrapper a:hover, .important-news .news-list-wrapper a:focus, .important-news .news-list-wrapper a:active {
  color: #fff;
}

.content-wrapper .content-area {
  width: 100%;
}

@media (min-width: 960px) {
  .important-news {
    margin: 0 auto;
    padding: 1.5rem;
  }
  .important-news .news-list-wrapper .news-list {
    flex-flow: row wrap;
    gap: 1rem 0;
  }
  .important-news .news-list-wrapper .news-list dd {
    padding: 0;
  }
  .content-wrapper .content-area {
    order: 1;
    width: calc(100% - 30rem);
  }
  .single .content-wrapper .content-area,
  .search .content-wrapper .content-area,
  .error404 .content-wrapper .content-area,
  .archive .content-wrapper .content-area,
  .page-template-page-noside .content-wrapper .content-area,
  .page-template-page-nosidechild .content-wrapper .content-area,
  .page-template-page-nosidechild2 .content-wrapper .content-area {
    width: 100%;
  }
}
.entry-content .childlist {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
}
.entry-content .childlist > li {
  font-size: 1.4rem;
  background: #37a34a;
  width: 100%;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.entry-content .childlist > li ul {
  display: none;
}
.entry-content .childlist > li > a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 0 0.5rem;
  color: #fff;
  width: 100%;
  height: 100%;
  text-decoration: none;
  gap: 0 1.5rem;
}
.entry-content .childlist > li > a::before {
  content: "\f061";
  font: var(--fa-font-solid);
  min-width: 3rem;
  width: 3rem;
  height: 3rem;
  border-radius: 0.2rem;
  background: #004d25;
  color: #37a34a;
  display: inline-block;
  font-size: 2rem;
  text-align: center;
  padding-top: 0.5rem;
}
.entry-content .childlist > li:hover, .entry-content .childlist > li:hover > a {
  background: #004d25;
  color: #ffc400;
}
.entry-content .childlist > li:hover::before, .entry-content .childlist > li:hover > a::before {
  color: #004d25;
  background: #ffc400;
}

@media (min-width: 960px) {
  .entry-content .childlist {
    gap: 5rem 3rem;
  }
  .entry-content .childlist > li {
    width: calc((100% - 6rem) / 3);
  }
}
@media (min-width: 960px) {
  .hidden-pc {
    display: none;
  }
}
@media (max-width: 959px) {
  .hidden-sp {
    display: none;
  }
}
.accordion-flug,
.accordion-box {
  display: none;
}

.accordion-label {
  cursor: pointer;
}

.accordion-label::before {
  font: var(--fa-font-solid);
  content: "\f0da";
  width: 1em;
  display: inline-block;
}

.accordion-flug:checked + .accordion-label + .accordion-box {
  display: block;
}

.accordion-flug:checked + .accordion-label::before {
  content: "\f0d7";
}

/*-- 表組縦へ --*/
@media screen and (max-width: 959px) {
  .transform table {
    width: 100%;
  }
  .transform .thead {
    display: none;
  }
  .transform tr,
  .transform td {
    display: block;
    width: 100%;
  }
  .transform td:first-child:before {
    content: "●";
    color: #37a34a;
    font-weight: 600;
  }
  .transform tr {
    margin-bottom: 0.5rem;
    border-top: 1px solid #999;
    margin-bottom: 0.5rem;
  }
  .transform td.no-block {
    display: inline;
    color: #37a34a;
    font-weight: 600;
    padding-right: 0.5rem;
  }
  .wp-block-table th,
  .wp-block-table td {
    padding: 0.8rem 1rem;
    line-height: 1.5;
  }
}
.wp-block-quote {
  background: #f2f2f2;
  padding: 2rem;
  margin: 3rem 0;
}

@media (max-width: 959px) {
  .bread_crumb {
    font-size: 1rem;
  }
  .page-title,
  .entry-title,
  .entry-content .news-cat {
    font-size: 2.2rem;
  }
}
.tag-asp .tags-name,
.tag-asp .news-list dt > .cat-slug {
  display: none;
}

.accordion-label {
  width: 100%;
}

.accordion-box {
  padding: 1rem 2rem;
}

.flexbox-col2 {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 2rem;
  flex-flow: column nowrap;
}
.flexbox-col2 > li {
  width: 100%;
}
.flexbox-col2 .accordion-box ul {
  list-style-type: disc;
}

@media (min-width: 960px) {
  .flexbox-col2 {
    flex-flow: row wrap;
  }
  .flexbox-col2 > li {
    width: calc((100% - 2rem) / 2);
  }
}
.wpcf7-form p {
  margin-top: 0;
  margin-bottom: 0;
}
.wpcf7-form > p {
  margin-bottom: 1.5em;
}

/* 追加修正 */
/*-- ナビ修正 --*/
@media (min-width: 960px) {
  .main-navigation ul.menu > li,
  .main-navigation div.menu > ul > li {
    font-size: 1.5rem;
    margin: 0 5px;
  }
  .main-navigation ul.menu > li.menu-item-has-children > .sub-menu > li,
  .main-navigation div.menu > ul > li.menu-item-has-children > .sub-menu > li {
    font-size: 1.5rem;
  }
  .main-navigation ul.menu li,
  .main-navigation div.menu > ul li {
    font-weight: normal;
  }
  .main-navigation ul.menu > li > a,
  .main-navigation div.menu > ul > li > a {
    font-weight: bold;
  }
}
/*-- サイドナビ色修正 --*/
body:not(.home):not(.page-template-page-frontpage) .side-nav-menu > ul > li:hover > a,
body:not(.home):not(.page-template-page-frontpage) .side-nav-menu > ul > li:hover > a::after,
body:not(.home):not(.page-template-page-frontpage) .side-nav-menu > ul > li.active > a,
body:not(.home):not(.page-template-page-frontpage) .side-nav-menu > ul > li.active > a::after {
  color: #ffc400;
}

/*-- h2修正 --*/
.entry-content .h2,
.entry-content h2 {
  font-size: 2.4rem;
  border-left: 0.3rem solid #37a34a;
}

/*-- h3修正 --*/
.entry-content .h3,
.entry-content h3 {
  font-size: 2.1rem;
}

/*-- h4修正 --*/
.entry-content .h4,
.entry-content h4 {
  font-size: 1.8rem;
}

.entry-content .h6,
.entry-content h6 {
  font-size: 1.6rem;
}

/*-- 見出しライン付 --*/
h2.line,
h3.line,
h4.line,
h6.line {
  border-bottom: 1px dotted;
}

/*-- 見出し囲み付 --*/
h2.circle,
h3.circle,
h4.circle,
h6.circle {
  border: 1px solid;
  border-radius: 5px;
  padding: 1rem 1rem 0.75rem 1rem;
}

/*-- 表組ヘッダ色 --*/
.wp-block-table.is-style-stripes th {
  background: #f0f6da;
}

/*-- リスト内span --*/
li > span {
  display: inline !important;
}