@charset "UTF-8";
/*!
Theme Name: jss
Template: iap-base
Theme URI: http://underscores.me/
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: jss
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
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese");
* {
  font-family: "Noto Sans JP", sans-serif;
}

/*$color__pagetop-hover_text: darken(
	$color: $color__pagetop_background,
	$amount: 5,
);*/
/*$font__main: "Yu Gothic Medium",
	"游ゴシック Medium",
	YuGothic,
	"游ゴシック体",
	"UD新ゴ R",
	"UD Shin Go Regular",
	Hiragino Kaku Gothic ProN,
	"メイリオ",
	meiryo,
	sans-serif;*/
/*$font__bold: "Yu Gothic Medium",
	"游ゴシック Medium",
	YuGothic,
	"游ゴシック体",
	"UD新ゴ M",
	"UD Shin Go Bold",
	Hiragino Kaku Gothic ProN,
	"メイリオ",
	meiryo,
	sans-serif;*/
/* お知らせリスト上書き */
/* News List */
.news-list {
  display: flex;
  flex-flow: row wrap;
  margin: 0 0.5rem;
  line-height: 1.25;
  align-items: normal;
}
.news-list dt {
  min-width: 10em;
  display: flex;
  flex-flow: row wrap;
  margin: 0.5rem 0;
  font-weight: normal;
  align-items: flex-start;
}
.news-list dt > .date {
  order: 3;
  display: inline-block;
  width: 100%;
  margin: 1rem 2rem 0 0.5rem;
}
.news-list dt .newmark {
  order: 2;
  color: #f00;
}
.news-list dd {
  margin: 0.5rem 0 1rem 0;
  padding: 0 0 1rem 1.5rem;
  border-bottom: dotted 1px #333;
  width: 100%;
}
.news-list .news-title {
  margin: 0;
}

.cat-slug,
.tag-slug {
  background: #000;
  border: #000 1px solid;
  color: #fff;
  order: 1;
  width: 13rem;
  display: inline-block;
  border-radius: 0.5rem;
  padding: 0.4rem 0.3rem 0.4rem 0.3rem;
  margin-right: 2rem;
  text-align: center;
  line-height: 1;
  font-size: 0.9em;
  max-height: 2.4rem;
  text-decoration: none;
}
.cat-slug:hover, .cat-slug:focus, .cat-slug:active, .cat-slug:visited,
.tag-slug:hover,
.tag-slug:focus,
.tag-slug:active,
.tag-slug:visited {
  text-decoration: none;
  color: #FFF;
}

.cat-news {
  background: #fff;
  border-color: #000;
  color: #000;
}

.cat-important {
  background: #f00;
  border-color: #f00;
}

.news-list-container {
  margin: 0 1rem;
}

.news-box-att {
  flex-flow: column nowrap;
  display: flex;
}

.link-cat {
  text-align: right;
  order: 99;
  display: flex;
  justify-content: flex-end;
}
.link-cat a {
  text-decoration: none;
  font-size: 1.4rem;
}
.link-cat a:hover {
  text-decoration: none;
}

@media (min-width: 1025px) {
  .news-list {
    margin: 0 0.5rem 0 0.1rem;
  }
  .news-list dt {
    width: 35rem;
    flex-flow: row nowrap;
    font-weight: normal;
    padding: 0 0 1rem 0;
    border-bottom: dotted 1px #333;
  }
  .news-list dt.no-label {
    width: 20rem;
  }
  .news-list dt > .date {
    order: 2;
    margin: 0;
    width: 9em;
    margin-right: 1rem;
  }
  .news-list dt > .newmark {
    order: 3;
  }
  .news-list dd {
    width: calc(100% - 35rem);
  }
  .news-list dt.no-label + dd {
    width: calc(100% - 20rem);
  }
  .news-list dt,
  .news-list dd {
    margin: 0.5rem 0 1rem 0;
  }
}
/* Tab */
.history-news {
  text-align: right;
  order: 99;
}

.ui-widget.ui-widget-content {
  border: none;
  margin: 0;
  position: relative;
}

.ui-tabs {
  padding: 0;
  display: flex;
  flex-flow: column nowrap;
}
.ui-tabs .ui-tabs-nav {
  list-style-type: none;
}
.ui-tabs .ui-tabs-panel {
  min-height: 10em;
  padding: 0 1rem;
}
.ui-tabs .ui-tabs-nav {
  display: flex;
  align-items: flex-end;
  flex-flow: row wrap;
  justify-content: space-between;
}
.ui-tabs .ui-tabs-nav li {
  height: auto;
  width: 32.3333333333%;
  font-size: 1em;
  margin: 1px 0 0.5rem 0;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  width: 100%;
  min-height: 30px;
  line-height: 1.25;
  padding: 0.5em 0;
  display: inline-block;
  outline: none;
  text-decoration: none;
}
.ui-tabs .ui-widget-header {
  border: none;
  padding: 0;
  margin: 0 1rem 2rem 1rem;
  background: inherit;
}

.ui-state-default a:link, .ui-state-default a:visited,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-align: center;
}
.ui-state-default a:hover,
.ui-state-active a:hover {
  text-decoration: 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 {
  color: #000;
}
.ui-state-default.tab-1 .ui-tabs-anchor,
.ui-state-active.tab-1 .ui-tabs-anchor {
  padding: 0.5em 0.5em 0.5em 1em;
}

.ui-state-default {
  border: #000 solid 1px;
}

@media (min-width: 1025px) {
  .ui-tabs .ui-tabs-nav {
    flex-flow: row nowrap;
  }
  .ui-tabs .ui-tabs-nav li {
    font-size: 1.8rem;
    width: 16.6666666667%;
    margin: 1px 0.2em 0 0;
  }
  .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    min-width: 146px;
    line-height: 2;
    padding: 0.25rem 0.25rem 0 0.25rem;
  }
  .ui-tabs .ui-tabs-nav .ui-state-active .ui-tabs-anchor {
    line-height: 2.5;
    padding: 0;
    font-weight: bold;
  }
  .ui-tabs .ui-widget-header {
    margin: 0 0 3rem 0;
  }
  .ui-tabs .ui-tabs-panel {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .history-news {
    right: 1.5rem;
  }
  .ui-tabs .ui-widget-header {
    padding-bottom: 0.8rem;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    position: relative;
  }
  .ui-tabs .ui-tabs-nav li {
    border-radius: 0.3rem;
  }
  .ui-tabs .ui-tabs-nav li.tab-1 {
    width: 100%;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0.5rem;
    padding-bottom: 0;
  }
}
.news-list-wrapper {
  padding: 0 1rem;
}

.plists-link {
  margin: 0;
}

/* *****************************************
	class.scss / 汎用CSS
	ver.6.6
	last modefied: 2025/03/21
***************************************** */
/* リスト初期位置 */
ol,
ul {
  padding-left: 1.5em;
}

/* -- clearfix フロート解除・フロートボックスの「親ボックス」に設定する -- */
.clearfix::after,
.time-table::after,
.venue-access::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;
  font-family: "Noto Sans JP", Sans-serif;
}

.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;
  font-family: "Noto Sans JP", Sans-serif;
}

.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;
  font-family: "Noto Sans JP", Sans-serif;
}

.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;
  font-family: "Noto Sans JP", Sans-serif;
}

.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;
  font-family: "Noto Sans JP", Sans-serif;
}

.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;
  font-family: "Noto Sans JP", Sans-serif;
}

.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;
  font-family: "Noto Sans JP", Sans-serif;
}

.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;
  font-family: "Noto Sans JP", Sans-serif;
}

.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;
  font-family: "Noto Sans JP", Sans-serif;
}

.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;
  font-family: "Noto Sans JP", Sans-serif;
}

.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;
  font-family: "Noto Sans JP", Sans-serif;
}

.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;
  font-family: "Noto Sans JP", Sans-serif;
}

.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;
  font-family: "Noto Sans JP", Sans-serif;
}

.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;
  font-family: "Noto Sans JP", Sans-serif;
}

.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;
  font-family: "Noto Sans JP", Sans-serif;
}

.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;
  font-family: "Noto Sans JP", Sans-serif;
}

.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;
  font-family: "Noto Sans JP", Sans-serif;
}

.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;
  font-family: "Noto Sans JP", Sans-serif;
}

.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;
  font-family: "Noto Sans JP", Sans-serif;
}

.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;
  font-family: "Noto Sans JP", Sans-serif;
}

.list-w21,
.list-w21-b {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}
@media (max-width: 767.9999px) {
  .list-w21.responsive,
  .list-w21-b.responsive {
    flex-flow: column nowrap;
  }
  .list-w21.responsive > dt,
  .list-w21-b.responsive > dt {
    min-width: auto;
    width: auto;
  }
  .list-w21.responsive > dd,
  .list-w21-b.responsive > dd {
    margin: 0;
    padding: 0;
    width: auto;
  }
  .list-w21.responsive > dd + dd,
  .list-w21-b.responsive > dd + dd {
    margin: 0;
  }
}
.list-w21 > dt,
.list-w21-b > dt {
  min-width: 21em;
  width: 21em;
}
.list-w21 > dd,
.list-w21-b > dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 21em);
}
.list-w21 > dd + dd,
.list-w21-b > dd + dd {
  margin-left: 21em;
}

.list-w21 > dt {
  font-weight: normal;
}

.list-w21-b > dt {
  font-weight: bold;
  font-family: "Noto Sans JP", Sans-serif;
}

.list-w22,
.list-w22-b {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}
@media (max-width: 767.9999px) {
  .list-w22.responsive,
  .list-w22-b.responsive {
    flex-flow: column nowrap;
  }
  .list-w22.responsive > dt,
  .list-w22-b.responsive > dt {
    min-width: auto;
    width: auto;
  }
  .list-w22.responsive > dd,
  .list-w22-b.responsive > dd {
    margin: 0;
    padding: 0;
    width: auto;
  }
  .list-w22.responsive > dd + dd,
  .list-w22-b.responsive > dd + dd {
    margin: 0;
  }
}
.list-w22 > dt,
.list-w22-b > dt {
  min-width: 22em;
  width: 22em;
}
.list-w22 > dd,
.list-w22-b > dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 22em);
}
.list-w22 > dd + dd,
.list-w22-b > dd + dd {
  margin-left: 22em;
}

.list-w22 > dt {
  font-weight: normal;
}

.list-w22-b > dt {
  font-weight: bold;
  font-family: "Noto Sans JP", Sans-serif;
}

.list-w23,
.list-w23-b {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}
@media (max-width: 767.9999px) {
  .list-w23.responsive,
  .list-w23-b.responsive {
    flex-flow: column nowrap;
  }
  .list-w23.responsive > dt,
  .list-w23-b.responsive > dt {
    min-width: auto;
    width: auto;
  }
  .list-w23.responsive > dd,
  .list-w23-b.responsive > dd {
    margin: 0;
    padding: 0;
    width: auto;
  }
  .list-w23.responsive > dd + dd,
  .list-w23-b.responsive > dd + dd {
    margin: 0;
  }
}
.list-w23 > dt,
.list-w23-b > dt {
  min-width: 23em;
  width: 23em;
}
.list-w23 > dd,
.list-w23-b > dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 23em);
}
.list-w23 > dd + dd,
.list-w23-b > dd + dd {
  margin-left: 23em;
}

.list-w23 > dt {
  font-weight: normal;
}

.list-w23-b > dt {
  font-weight: bold;
  font-family: "Noto Sans JP", Sans-serif;
}

.list-w24,
.list-w24-b {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}
@media (max-width: 767.9999px) {
  .list-w24.responsive,
  .list-w24-b.responsive {
    flex-flow: column nowrap;
  }
  .list-w24.responsive > dt,
  .list-w24-b.responsive > dt {
    min-width: auto;
    width: auto;
  }
  .list-w24.responsive > dd,
  .list-w24-b.responsive > dd {
    margin: 0;
    padding: 0;
    width: auto;
  }
  .list-w24.responsive > dd + dd,
  .list-w24-b.responsive > dd + dd {
    margin: 0;
  }
}
.list-w24 > dt,
.list-w24-b > dt {
  min-width: 24em;
  width: 24em;
}
.list-w24 > dd,
.list-w24-b > dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 24em);
}
.list-w24 > dd + dd,
.list-w24-b > dd + dd {
  margin-left: 24em;
}

.list-w24 > dt {
  font-weight: normal;
}

.list-w24-b > dt {
  font-weight: bold;
  font-family: "Noto Sans JP", Sans-serif;
}

.list-w25,
.list-w25-b {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}
@media (max-width: 767.9999px) {
  .list-w25.responsive,
  .list-w25-b.responsive {
    flex-flow: column nowrap;
  }
  .list-w25.responsive > dt,
  .list-w25-b.responsive > dt {
    min-width: auto;
    width: auto;
  }
  .list-w25.responsive > dd,
  .list-w25-b.responsive > dd {
    margin: 0;
    padding: 0;
    width: auto;
  }
  .list-w25.responsive > dd + dd,
  .list-w25-b.responsive > dd + dd {
    margin: 0;
  }
}
.list-w25 > dt,
.list-w25-b > dt {
  min-width: 25em;
  width: 25em;
}
.list-w25 > dd,
.list-w25-b > dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 25em);
}
.list-w25 > dd + dd,
.list-w25-b > dd + dd {
  margin-left: 25em;
}

.list-w25 > dt {
  font-weight: normal;
}

.list-w25-b > dt {
  font-weight: bold;
  font-family: "Noto Sans JP", Sans-serif;
}

.list-w26,
.list-w26-b {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}
@media (max-width: 767.9999px) {
  .list-w26.responsive,
  .list-w26-b.responsive {
    flex-flow: column nowrap;
  }
  .list-w26.responsive > dt,
  .list-w26-b.responsive > dt {
    min-width: auto;
    width: auto;
  }
  .list-w26.responsive > dd,
  .list-w26-b.responsive > dd {
    margin: 0;
    padding: 0;
    width: auto;
  }
  .list-w26.responsive > dd + dd,
  .list-w26-b.responsive > dd + dd {
    margin: 0;
  }
}
.list-w26 > dt,
.list-w26-b > dt {
  min-width: 26em;
  width: 26em;
}
.list-w26 > dd,
.list-w26-b > dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 26em);
}
.list-w26 > dd + dd,
.list-w26-b > dd + dd {
  margin-left: 26em;
}

.list-w26 > dt {
  font-weight: normal;
}

.list-w26-b > dt {
  font-weight: bold;
  font-family: "Noto Sans JP", Sans-serif;
}

.list-w27,
.list-w27-b {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}
@media (max-width: 767.9999px) {
  .list-w27.responsive,
  .list-w27-b.responsive {
    flex-flow: column nowrap;
  }
  .list-w27.responsive > dt,
  .list-w27-b.responsive > dt {
    min-width: auto;
    width: auto;
  }
  .list-w27.responsive > dd,
  .list-w27-b.responsive > dd {
    margin: 0;
    padding: 0;
    width: auto;
  }
  .list-w27.responsive > dd + dd,
  .list-w27-b.responsive > dd + dd {
    margin: 0;
  }
}
.list-w27 > dt,
.list-w27-b > dt {
  min-width: 27em;
  width: 27em;
}
.list-w27 > dd,
.list-w27-b > dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 27em);
}
.list-w27 > dd + dd,
.list-w27-b > dd + dd {
  margin-left: 27em;
}

.list-w27 > dt {
  font-weight: normal;
}

.list-w27-b > dt {
  font-weight: bold;
  font-family: "Noto Sans JP", Sans-serif;
}

.list-w28,
.list-w28-b {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}
@media (max-width: 767.9999px) {
  .list-w28.responsive,
  .list-w28-b.responsive {
    flex-flow: column nowrap;
  }
  .list-w28.responsive > dt,
  .list-w28-b.responsive > dt {
    min-width: auto;
    width: auto;
  }
  .list-w28.responsive > dd,
  .list-w28-b.responsive > dd {
    margin: 0;
    padding: 0;
    width: auto;
  }
  .list-w28.responsive > dd + dd,
  .list-w28-b.responsive > dd + dd {
    margin: 0;
  }
}
.list-w28 > dt,
.list-w28-b > dt {
  min-width: 28em;
  width: 28em;
}
.list-w28 > dd,
.list-w28-b > dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 28em);
}
.list-w28 > dd + dd,
.list-w28-b > dd + dd {
  margin-left: 28em;
}

.list-w28 > dt {
  font-weight: normal;
}

.list-w28-b > dt {
  font-weight: bold;
  font-family: "Noto Sans JP", Sans-serif;
}

.list-w29,
.list-w29-b {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}
@media (max-width: 767.9999px) {
  .list-w29.responsive,
  .list-w29-b.responsive {
    flex-flow: column nowrap;
  }
  .list-w29.responsive > dt,
  .list-w29-b.responsive > dt {
    min-width: auto;
    width: auto;
  }
  .list-w29.responsive > dd,
  .list-w29-b.responsive > dd {
    margin: 0;
    padding: 0;
    width: auto;
  }
  .list-w29.responsive > dd + dd,
  .list-w29-b.responsive > dd + dd {
    margin: 0;
  }
}
.list-w29 > dt,
.list-w29-b > dt {
  min-width: 29em;
  width: 29em;
}
.list-w29 > dd,
.list-w29-b > dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 29em);
}
.list-w29 > dd + dd,
.list-w29-b > dd + dd {
  margin-left: 29em;
}

.list-w29 > dt {
  font-weight: normal;
}

.list-w29-b > dt {
  font-weight: bold;
  font-family: "Noto Sans JP", Sans-serif;
}

.list-w30,
.list-w30-b {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}
@media (max-width: 767.9999px) {
  .list-w30.responsive,
  .list-w30-b.responsive {
    flex-flow: column nowrap;
  }
  .list-w30.responsive > dt,
  .list-w30-b.responsive > dt {
    min-width: auto;
    width: auto;
  }
  .list-w30.responsive > dd,
  .list-w30-b.responsive > dd {
    margin: 0;
    padding: 0;
    width: auto;
  }
  .list-w30.responsive > dd + dd,
  .list-w30-b.responsive > dd + dd {
    margin: 0;
  }
}
.list-w30 > dt,
.list-w30-b > dt {
  min-width: 30em;
  width: 30em;
}
.list-w30 > dd,
.list-w30-b > dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 30em);
}
.list-w30 > dd + dd,
.list-w30-b > dd + dd {
  margin-left: 30em;
}

.list-w30 > dt {
  font-weight: normal;
}

.list-w30-b > dt {
  font-weight: bold;
  font-family: "Noto Sans JP", Sans-serif;
}

/* dtを連番リストにする */
.list-num {
  counter-set: 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;
}

/*-- アルファベット大文字リスト --*/
.upper-alpha {
  list-style-type: upper-alpha;
}

/*-- ローマ数字小文字リスト --*/
.lower-roman {
  list-style-type: lower-roman;
}

/*-- ローマ数字大文字リスト --*/
.upper-roman {
  list-style-type: upper-roman;
}

/*-- リストごと1行空ける--*/
.list-mb1 > li {
  margin-bottom: 1em;
}
.list-mb1 > dd {
  margin-bottom: 1em;
}

/*-- 連番リストベース --*/
ol.kata-la, ol.kata, ol.kakko {
  position: relative;
  list-style-type: none;
  margin-left: 1.1em;
  padding-left: 1em;
}
ol.kata-la > li::before, ol.kata > li::before, ol.kakko > li::before {
  position: absolute;
  left: -1.5em;
  text-align: right;
  width: 2.5em;
  padding-right: 0.5em;
}

ol.kakko.start-2 {
  counter-set: kakko 1;
}

ol.kata.start-2 {
  counter-set: kata 1;
}

ol.kakko.start-3 {
  counter-set: kakko 2;
}

ol.kata.start-3 {
  counter-set: kata 2;
}

ol.kakko.start-4 {
  counter-set: kakko 3;
}

ol.kata.start-4 {
  counter-set: kata 3;
}

ol.kakko.start-5 {
  counter-set: kakko 4;
}

ol.kata.start-5 {
  counter-set: kata 4;
}

ol.kakko.start-6 {
  counter-set: kakko 5;
}

ol.kata.start-6 {
  counter-set: kata 5;
}

ol.kakko.start-7 {
  counter-set: kakko 6;
}

ol.kata.start-7 {
  counter-set: kata 6;
}

ol.kakko.start-8 {
  counter-set: kakko 7;
}

ol.kata.start-8 {
  counter-set: kata 7;
}

ol.kakko.start-9 {
  counter-set: kakko 8;
}

ol.kata.start-9 {
  counter-set: kata 8;
}

ol.kakko.start-10 {
  counter-set: kakko 9;
}

ol.kata.start-10 {
  counter-set: kata 9;
}

ol.kakko.start-11 {
  counter-set: kakko 10;
}

ol.kata.start-11 {
  counter-set: kata 10;
}

ol.kakko.start-12 {
  counter-set: kakko 11;
}

ol.kata.start-12 {
  counter-set: kata 11;
}

ol.kakko.start-13 {
  counter-set: kakko 12;
}

ol.kata.start-13 {
  counter-set: kata 12;
}

ol.kakko.start-14 {
  counter-set: kakko 13;
}

ol.kata.start-14 {
  counter-set: kata 13;
}

ol.kakko.start-15 {
  counter-set: kakko 14;
}

ol.kata.start-15 {
  counter-set: kata 14;
}

ol.kakko.start-16 {
  counter-set: kakko 15;
}

ol.kata.start-16 {
  counter-set: kata 15;
}

ol.kakko.start-17 {
  counter-set: kakko 16;
}

ol.kata.start-17 {
  counter-set: kata 16;
}

ol.kakko.start-18 {
  counter-set: kakko 17;
}

ol.kata.start-18 {
  counter-set: kata 17;
}

ol.kakko.start-19 {
  counter-set: kakko 18;
}

ol.kata.start-19 {
  counter-set: kata 18;
}

ol.kakko.start-20 {
  counter-set: kakko 19;
}

ol.kata.start-20 {
  counter-set: kata 19;
}

ol.kakko.start-21 {
  counter-set: kakko 20;
}

ol.kata.start-21 {
  counter-set: kata 20;
}

ol.kakko.start-22 {
  counter-set: kakko 21;
}

ol.kata.start-22 {
  counter-set: kata 21;
}

ol.kakko.start-23 {
  counter-set: kakko 22;
}

ol.kata.start-23 {
  counter-set: kata 22;
}

ol.kakko.start-24 {
  counter-set: kakko 23;
}

ol.kata.start-24 {
  counter-set: kata 23;
}

ol.kakko.start-25 {
  counter-set: kakko 24;
}

ol.kata.start-25 {
  counter-set: kata 24;
}

ol.kakko.start-26 {
  counter-set: kakko 25;
}

ol.kata.start-26 {
  counter-set: kata 25;
}

ol.kakko.start-27 {
  counter-set: kakko 26;
}

ol.kata.start-27 {
  counter-set: kata 26;
}

ol.kakko.start-28 {
  counter-set: kakko 27;
}

ol.kata.start-28 {
  counter-set: kata 27;
}

ol.kakko.start-29 {
  counter-set: kakko 28;
}

ol.kata.start-29 {
  counter-set: kata 28;
}

ol.kakko.start-30 {
  counter-set: kakko 29;
}

ol.kata.start-30 {
  counter-set: kata 29;
}

/*-- 丸括弧つき連番リスト --*/
ol.kakko {
  counter-set: kakko;
}
ol.kakko > li {
  counter-increment: kakko;
}
ol.kakko > li::before {
  content: "(" counter(kakko) ")";
  text-align: center;
  width: 3em;
}

/*-- 片括弧つき連番リスト --*/
ol.kata {
  counter-set: kata;
}
ol.kata > li {
  counter-increment: kata;
}
ol.kata > li::before {
  content: counter(kata) ")";
}

/*-- 片括弧つき連番リスト --*/
ol.kata-la {
  counter-set: kata-la;
}
ol.kata-la > li {
  counter-increment: kata-la;
}
ol.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:first-child {
  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:first-child {
  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:first-child {
  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:first-child {
  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:first-child {
  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:first-child {
  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:first-child {
  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:first-child {
  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:first-child {
  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:first-child {
  display: inline-block;
  text-align: center;
  width: 5em;
}

/* リストマークなし */
.list-unstyled,
.list-none {
  list-style-type: none;
  padding-left: 0;
}

/* 名前横並び用リスト */
.list-name {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-flow: row wrap;
  gap: 0;
  justify-content: flex-start;
}
.list-name > li {
  flex-basis: 10em;
}

/*-- 段落文頭　字下げ --*/
/*-- 字下げなし --*/
.pa0 {
  text-indent: 0em !important;
}

.pa1 {
  text-indent: 1em !important;
}

/*-- 文字装飾 --*/
/* 通常 */
.normal {
  font-weight: normal;
}

/* 強調の太字は<strong>で対応すること */
.bold,
strong {
  font-weight: bold;
  font-family: "Noto Sans JP", Sans-serif;
}

/* 斜体のうち、学名などは<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;
}

.wp-red {
  color: #cf2e2e !important;
  color: var(--wp--preset--color--vivid-red) !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[target=_blank]:has(> img)::after {
  content: "" !important;
  margin: 0 !important;
  display: inline !important;
}

a[target=_blank]::after,
a[href$=".pdf"]::after,
a[href$=".doc"]::after,
a[href$=".docx"]::after,
a[href$=".xls"]::after,
a[href$=".xlsx"]::after,
a[href$=".xlsm"]::after,
a[href$=".ppt"]::after,
a[href$=".pptx"]::after,
a[href$=".zip"]::after,
.icon-blank::after,
.icon-pdf::after,
.icon-doc::after,
.icon-xls::after,
.icon-ppt::after,
.icon-zip::after {
  margin-left: 0.5rem;
  display: inline-block;
  font: var(--fa-font-solid);
}
a[target=_blank].icon-left::before,
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$=".xlsm"].icon-left::before,
a[href$=".ppt"].icon-left::before,
a[href$=".pptx"].icon-left::before,
a[href$=".zip"].icon-left::before,
.icon-blank.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.5rem;
}

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,
a[href$=".xlsm"]::after,
.icon-xls::after {
  content: "\f1c3";
}
a[href$=".xls"].icon-left::before,
a[href$=".xlsx"].icon-left::before,
a[href$=".xlsm"].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: "" !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
}

/*-- ボタン(赤・緑・青・非アクティブ) --*/
.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;
}

.nowrap {
  white-space: nowrap;
}

/* WordPress */
.wp-block-table.w-auto table {
  width: auto;
}

.wp-block-media-text > .wp-block-media-text__content {
  padding: 0 3rem;
}
.wp-block-media-text > .wp-block-media-text__content:first-child {
  padding-left: 0;
}
.wp-block-media-text > .wp-block-media-text__media + .wp-block-media-text__content {
  padding-right: 0;
}

.entry-content a[target=_blank]:not([href$=".pdf"])::after,
.entry-content .icon-blank::after {
  content: "\f08e";
}
.entry-content a[target=_blank]::after,
.entry-content a[href$=".pdf"]::after,
.entry-content a[href$=".doc"]::after,
.entry-content a[href$=".docx"]::after,
.entry-content a[href$=".xls"]::after,
.entry-content a[href$=".xlsx"]::after,
.entry-content a[href$=".xlsm"]::after,
.entry-content a[href$=".ppt"]::after,
.entry-content a[href$=".pptx"]::after,
.entry-content a[href$=".zip"]::after,
.entry-content .icon-blank::after,
.entry-content .icon-pdf::after,
.entry-content .icon-doc::after,
.entry-content .icon-xls::after,
.entry-content .icon-ppt::after,
.entry-content .icon-zip::after {
  margin-left: 0.5rem;
  display: inline-block;
  font: var(--fa-font-solid);
}
.entry-content a[target=_blank].icon-left::before,
.entry-content a[href$=".pdf"].icon-left::before,
.entry-content a[href$=".doc"].icon-left::before,
.entry-content a[href$=".docx"].icon-left::before,
.entry-content a[href$=".xls"].icon-left::before,
.entry-content a[href$=".xlsx"].icon-left::before,
.entry-content a[href$=".xlsm"].icon-left::before,
.entry-content a[href$=".ppt"].icon-left::before,
.entry-content a[href$=".pptx"].icon-left::before,
.entry-content a[href$=".zip"].icon-left::before,
.entry-content .icon-blank.icon-left::before,
.entry-content .icon-pdf.icon-left::before,
.entry-content .icon-doc.icon-left::before,
.entry-content .icon-xls.icon-left::before,
.entry-content .icon-ppt.icon-left::before,
.entry-content .icon-zip.icon-left::before {
  font: var(--fa-font-solid);
  margin-right: 0.5rem;
}
.entry-content a[href$=".pdf"]::after,
.entry-content .icon-pdf::after {
  content: "\f1c1";
}
.entry-content a[href$=".pdf"].icon-left::before,
.entry-content .icon-pdf.icon-left::before {
  content: "\f1c1";
}
.entry-content a[href$=".doc"]::after,
.entry-content a[href$=".docx"]::after,
.entry-content .icon-doc::after {
  content: "\f1c2";
}
.entry-content a[href$=".doc"].icon-left::before,
.entry-content a[href$=".docx"].icon-left::before,
.entry-content .icon-doc.icon-left::before {
  content: "\f1c2";
}
.entry-content a[href$=".xls"]::after,
.entry-content a[href$=".xlsx"]::after,
.entry-content a[href$=".xlsm"]::after,
.entry-content .icon-xls::after {
  content: "\f1c3";
}
.entry-content a[href$=".xls"].icon-left::before,
.entry-content a[href$=".xlsx"].icon-left::before,
.entry-content a[href$=".xlsm"].icon-left::before,
.entry-content .icon-xls.icon-left::before {
  content: "\f1c3";
}
.entry-content a[href$=".ppt"]::after,
.entry-content a[href$=".pptx"]::after,
.entry-content .icon-ppt::after {
  content: "\f1c4";
}
.entry-content a[href$=".ppt"].icon-left::before,
.entry-content a[href$=".pptx"].icon-left::before,
.entry-content .icon-ppt.icon-left::before {
  content: "\f1c4";
}
.entry-content a[href$=".zip"]::after,
.entry-content .icon-zip::after {
  content: "\f1c6";
}
.entry-content a[href$=".zip"].icon-left::before,
.entry-content .icon-zip.icon-left::before {
  content: "\f1c6";
}
.entry-content a.no-icon::after,
.entry-content a.icon-left::after,
.entry-content .no-icon a::after {
  content: "" !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
}

@media (max-width: 559px) {
  .wp-block-media-text .is-stacked-on-mobile > .wp-block-media-text__content {
    padding: 0;
  }
  .wp-block-media-text .is-stacked-on-mobile > .wp-block-media-text__content :first-child {
    padding-right: 0;
    padding-top: 2rem;
  }
  .wp-block-media-text .is-stacked-on-mobile > .wp-block-media-text__media + .wp-block-media-text__content {
    padding-left: 0;
    padding-top: 2rem;
  }
}
/* テスト環境に透かし文字 */
.test-server .site-title > a::after,
.local-server .site-title > a::after {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 40px;
  font-weight: normal;
  text-decoration: none;
  content: "【テスト環境】";
  color: #f00;
  opacity: 0.3;
}

.local-server .site-title > a::after {
  content: "【ローカル環境】";
  color: #0f0;
}

/*--------------------------------------------------------------
# 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: #3f3f3f;
  font-family: "Noto Sans JP", Sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}

.site-content {
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
}

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: rgba(63, 63, 63, 0.05);
  font-family: "Noto Sans JP", Sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: "Noto Sans JP", Sans-serif;
  font-size: 22.4px;
  font-size: 1.4rem;
}

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

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

big {
  font-size: 125%;
}

strong,
b {
  font-family: "Noto Sans JP", 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: #a6adb4;
  border: 0;
  height: 1px;
  margin-bottom: 3rem;
}

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;
}
.entry-content h2:last-child,
.entry-content h3:last-child,
.entry-content h4:last-child,
.entry-content h5:last-child,
.entry-content p:last-child,
.entry-content ol:last-child,
.entry-content ul:last-child,
.entry-content dl:last-child,
.entry-content table:last-child {
  margin-bottom: 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: #2244ae;
  text-decoration: none;
}
a:visited {
  color: #2244ae;
}
a:hover, a:focus, a:active {
  color: #7798fc;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
a:hover {
  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: #3f3f3f;
}

.main-navigation {
  padding: 0.5rem 3rem 1rem 0.5rem;
}
.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: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}
.main-navigation ul.menu > li,
.main-navigation div.menu > ul > li {
  padding: 1rem;
  width: 100%;
  font-size: 1.6rem;
  position: relative;
}
.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: -1.4rem;
}
.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: -1.5rem;
}
.main-navigation ul.menu > li.menu-item-has-children.active::before,
.main-navigation div.menu > ul > li.menu-item-has-children.active::before {
  content: "\f077";
  top: 1.4rem;
  right: -1.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;
}
.main-navigation .sub-menu {
  display: none;
  margin-top: 0.85rem;
  z-index: 10000;
}
.main-navigation .sub-menu .sub-menu {
  display: block;
  margin: 0 1em 0.85rem 1em;
}
.main-navigation .sub-menu li > a {
  width: 100%;
  padding: 0.6rem 0;
  display: inline-block;
  color: #fff;
}
.main-navigation .sub-menu li > a:hover {
  color: #7798fc;
}

@media (min-width: 1025px) {
  .main-navigation {
    padding: 0;
    width: auto;
    position: absolute;
    right: 39rem;
    top: 0;
  }
  .main-navigation ul.menu,
  .main-navigation div.menu > ul {
    flex-flow: row nowrap;
    height: 70px;
    justify-content: flex-end;
    align-items: stretch;
  }
  .main-navigation ul.menu > li,
  .main-navigation div.menu > ul > li {
    padding: 0;
    font-size: 1.4rem;
    font-weight: bold;
    border-right: 1px solid #2244ae;
    line-height: 1.25;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  .main-navigation ul.menu > li:first-child,
  .main-navigation div.menu > ul > li:first-child {
    border-left: 1px solid #2244ae;
  }
  .main-navigation ul.menu > li::before,
  .main-navigation div.menu > ul > li::before {
    display: none;
  }
  .main-navigation ul.menu > li.active > a,
  .main-navigation div.menu > ul > li.active > a {
    color: #7798fc;
  }
  .main-navigation ul.menu > li.menu-item-has-children,
  .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::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.active::before,
  .main-navigation div.menu > ul > li.menu-item-has-children.active::before {
    content: "";
  }
  .main-navigation ul.menu > li.menu-item-has-children:hover,
  .main-navigation div.menu > ul > li.menu-item-has-children:hover {
    cursor: pointer;
  }
  .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 > a,
  .main-navigation div.menu > ul > li > a {
    width: 9rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #2244ae;
  }
  .main-navigation ul.menu > li > .sub-menu,
  .main-navigation div.menu > ul > li > .sub-menu {
    background: #3f3f3f;
    margin: 0;
  }
  .main-navigation ul.menu > li > .sub-menu > .menu-item-has-children > a,
  .main-navigation div.menu > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
    padding-bottom: 1rem;
  }
  .main-navigation ul.menu > li > .sub-menu > .menu-item-has-children > a::before,
  .main-navigation div.menu > ul > li > .sub-menu > .menu-item-has-children > a::before {
    position: absolute;
    font: var(--fa-font-solid);
    content: "\f078";
    top: 1.9rem;
    right: 0;
  }
  .main-navigation ul.menu > li > .sub-menu .sub-menu,
  .main-navigation div.menu > ul > li > .sub-menu .sub-menu {
    padding: 0 1em;
    margin: 0;
  }
  .main-navigation ul.menu > li > .sub-menu,
  .main-navigation div.menu > ul > li > .sub-menu {
    padding: 0.3rem 2rem 1.7rem 2rem;
    position: absolute;
    width: 270px;
    left: 0;
    top: 70px;
  }
  .main-navigation ul.menu > li > .sub-menu > li,
  .main-navigation div.menu > ul > li > .sub-menu > li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
  }
  .main-navigation ul.menu > li > .sub-menu > li.menu-item-has-children,
  .main-navigation div.menu > ul > li > .sub-menu > li.menu-item-has-children {
    padding-bottom: 1rem;
  }
  .main-navigation ul.menu > li > .sub-menu > li > a,
  .main-navigation div.menu > ul > li > .sub-menu > li > a {
    margin: 0;
    padding: 1.8rem 0;
    display: block;
  }
  .main-navigation ul.menu > li > .sub-menu > li > a:hover,
  .main-navigation div.menu > ul > li > .sub-menu > li > a:hover {
    color: #7798fc;
  }
  .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: 1rem;
  top: 1rem;
  z-index: 10;
  cursor: pointer;
  width: 50px;
  height: 50px;
  text-align: center;
  /*background: $color__spmenu-toggle_background;
  border-radius: 5px;
  border: 1px $color__spmenu-toggle_text solid;*/
  color: #2244ae;
  padding: 0;
  line-height: 1;
  font-size: 1.4rem;
}
.menu-toggle::before {
  display: inline-block;
  content: "\f0c9";
  font: var(--fa-font-solid);
  font-size: 5rem;
  color: #2244ae;
}

#searchMenu {
  display: none;
}

#spMenu {
  display: none;
}
#spMenu ~ .mobile-menu .menu > li.btn-member,
#spMenu ~ .mobile-menu + .main-navigation .menu > li.btn-member {
  visibility: visible;
}
#spMenu:checked ~ .mobile-menu {
  visibility: visible;
  display: flex;
}
#spMenu:checked ~ .mobile-menu + .main-navigation {
  visibility: visible;
  display: block;
  width: auto;
  height: auto;
}
#spMenu:checked + .menu-toggle::before {
  content: "\f00d";
}

@media (max-width: 1024px) {
  #spMenu:not(:checked) ~ .mobile-menu,
  #spMenu:not(:checked) ~ .mobile-menu + .main-navigation {
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
  }
  #spMenu:not(:checked) ~ .mobile-menu + .main-navigation {
    display: none;
  }
}
@media (min-width: 1025px) {
  #spMenu {
    visibility: visible;
  }
  #spMenu ~ .mobile-menu,
  #spMenu ~ .mobile-menu + .main-navigation {
    visibility: visible;
  }
}
.search-toggle {
  display: none;
}

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

.mobile-menu {
  gap: 1.5rem;
}
.mobile-menu .menu {
  display: flex;
  flex-flow: row nowrap;
  gap: 1rem 2rem;
}
.mobile-menu .menu > li {
  background: #2244ae;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 2em;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  height: 4rem;
  margin: 0;
}
.mobile-menu .menu > li:hover {
  background: #7798fc;
  color: #fff;
  cursor: pointer;
}
.mobile-menu .menu > li a {
  text-align: center;
  border-radius: 2em;
  color: #fff;
  width: 100%;
  padding: 1.025rem 1.9rem;
}
.mobile-menu .menu > li a:hover {
  color: #fff;
}
.mobile-menu .menu > li.btn-member > a {
  border-radius: 0.2rem;
  background-color: #F95868;
  padding: 1.025rem 4rem;
}
.mobile-menu .menu > li.btn-member > a:hover {
  background-color: #F98B8B;
}
.mobile-menu .menu > li.btn-lang {
  margin: 0;
}
.mobile-menu .menu > li.btn-lang > a {
  width: 4rem;
  padding: 1.025rem 0;
}

@media (max-width: 1024px) {
  .mobile-menu {
    padding: 2rem 1rem;
    flex-flow: column nowrap;
  }
  .mobile-menu .menu > li.btn-member {
    position: absolute;
    top: 9.5rem;
    left: 15vw;
    width: 70vw;
  }
}
@media (min-width: 1025px) {
  .mobile-menu {
    top: 0.5rem;
  }
  .mobile-menu .menu {
    gap: 1rem 0.2rem;
  }
  .mobile-menu .menu > li {
    margin-right: 0.8rem;
  }
  #spMenu ~ .mobile-menu {
    display: flex;
    flex-flow: column nowrap;
    position: absolute;
    top: 2rem;
    right: 0;
    padding: 0;
    gap: 1rem;
    min-width: 38rem;
  }
  #spMenu ~ .mobile-menu .menu {
    gap: 1rem 0.2rem;
  }
  .page-english #spMenu ~ .mobile-menu {
    min-width: 38.5rem;
  }
  .page-english .main-navigation {
    right: 41rem;
  }
  .page-english .main-navigation ul.menu > li > a,
  .page-english .main-navigation div.menu > ul > li > a {
    width: 10rem;
  }
}
.header-area {
  display: block;
  position: relative;
}
.header-area table.gsc-search-box td.gsc-input {
  padding-right: 0.7rem;
}
.header-area .gsc-control-cse {
  background-color: transparent;
  border: none;
  padding: 0 0.7rem;
}
.header-area .gsib_a {
  padding: 4.5px 9px 3.5px 9px;
}
.header-area .gsc-input-box {
  border-color: #e1e1e1;
}
.header-area .gsc-search-button-v2 {
  background-color: #2244ae;
  border: none;
  border-radius: 0.5rem;
  padding: 0.85rem;
  margin: 0;
}
.header-area .gsc-search-button-v2:hover {
  cursor: pointer;
  background-color: #7798fc;
}
.header-area .gsc-search-button-v2 svg {
  width: 15px;
  height: 15px;
}

@media (min-width: 1025px) {
  .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;
  font-weight: bold;
  flex-flow: row wrap;
  gap: 0.5rem;
}
.footer-nav ul.menu > li,
.footer-nav div.menu > ul > li {
  width: calc((100% - 0.5rem) / 2);
}
.footer-nav ul.menu > li a,
.footer-nav div.menu > ul > li a {
  display: block;
  text-align: center;
  padding: 0.725rem 0;
  border: solid 1px #2244ae;
}
.footer-nav ul.menu > li a:hover,
.footer-nav div.menu > ul > li a:hover {
  color: #fff;
  background: #7798fc;
  border-color: #7798fc;
}

@media (min-width: 1025px) {
  .footer-nav ul.menu,
  .footer-nav div.menu > ul {
    flex-flow: column wrap;
  }
  .footer-nav ul.menu > li,
  .footer-nav div.menu > ul > li {
    width: 20rem;
  }
}
@media (max-width: 1024px) {
  .footer-nav-wrapper {
    order: -1;
    margin-bottom: 1rem;
  }
  .footer-widget-area p {
    margin-top: 0.5em;
    margin-bottom: 0;
  }
}
.secondary ul.menu,
.secondary div.menu > ul {
  flex-flow: column nowrap;
}

@media (max-width: 1024px) {
  .mobile-menu {
    justify-content: flex-end;
  }
  .mobile-menu .menu {
    flex-flow: row nowrap;
    justify-content: space-between;
    gap: 1rem;
  }
  .mobile-menu .menu > li {
    width: auto;
  }
}
/*--------------------------------------------------------------
# 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 2rem;
}

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

body:not(.home):not(.page-template-page-frontpage) .page-content, body:not(.home):not(.page-template-page-frontpage) .page-content.container,
body:not(.home):not(.page-template-page-frontpage) .entry-content,
body:not(.home):not(.page-template-page-frontpage) .entry-content.container,
body:not(.home):not(.page-template-page-frontpage) .entry-summary,
body:not(.home):not(.page-template-page-frontpage) .entry-summary.container {
  margin: 2rem auto 4rem auto;
  padding: 0 1.5rem;
  min-height: 15rem;
}

@media (min-width: 1025px) {
  body:not(.home):not(.page-template-page-frontpage) .page-content, body:not(.home):not(.page-template-page-frontpage) .page-content.container,
  body:not(.home):not(.page-template-page-frontpage) .entry-content,
  body:not(.home):not(.page-template-page-frontpage) .entry-content.container,
  body:not(.home):not(.page-template-page-frontpage) .entry-summary,
  body:not(.home):not(.page-template-page-frontpage) .entry-summary.container {
    margin: 3.5rem auto 4rem auto;
    padding: 0;
    min-height: 35rem;
  }
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

body:not(.home):not(.page-template-page-frontpage) .contents-header {
  background: linear-gradient(to right, #d1edfc, #a6bff8);
  color: #2244ae;
}
body:not(.home):not(.page-template-page-frontpage) .entry-header {
  background: linear-gradient(to right, #d1edfc, #a6bff8);
}

/*--------------------------------------------------------------
## Front Page
--------------------------------------------------------------*/
/* metaslider用追加css */
@media (min-width: 1025px) and (max-width: 1169px) {
  .site {
    width: 1440px;
    overflow: hidden;
  }
}
.alignnormal {
  background-color: #5B94EB;
}

.metaslider {
  margin: 0 auto;
}

/* 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: 1025px) {
  .hidden-pc {
    display: none;
  }
}
@media (max-width: 1024px) {
  .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: 1025px) {
  .btn a {
    padding: 0.5rem 1rem;
  }
}
.path {
  background-color: #2244ae;
}

/* Plugin */
.bread_crumb {
  margin: 0;
  padding: 0.5rem 1.5rem;
  list-style-type: none;
  line-height: 1.25;
  font-size: 1.2rem;
}
.bread_crumb > li {
  color: #d1edfc;
  display: inline;
}
.bread_crumb > li:not(.tail)::after {
  content: " > ";
}
.bread_crumb > li a {
  color: #fff;
}

@media (min-width: 1025px) {
  .bread_crumb {
    padding: 0.75rem 0.5rem;
  }
}
.wp-pagenavi {
  text-align: center;
  margin: 2rem 0;
}

.site .addtoany_content,
.site .addtoany_shortcode {
  text-align: right;
  margin: 2rem 2.8rem 0 0;
  margin-right: 2.8rem;
}

@media (min-width: 1025px) {
  .site .addtoany_content,
  .site .addtoany_shortcode {
    width: 1170px;
    margin: 2rem auto 0 auto;
  }
}
/* PageTop */
.pagetop-wrapper {
  margin: 0;
}
.pagetop-wrapper .pagetop {
  position: fixed;
  z-index: 2147483647;
  top: auto;
  bottom: 2rem;
  right: 1.5rem;
  color: #fff;
  font-size: 3.25rem;
  background-color: rgba(34, 68, 174, 0.8);
  text-decoration: none;
  text-align: center;
  letter-spacing: 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 1em;
}
.pagetop-wrapper .pagetop:visited {
  color: #fff;
}
.pagetop-wrapper .pagetop:hover {
  background-color: #7798fc;
  color: #fff;
  text-decoration: none;
}
.pagetop-wrapper .pagetop span {
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: capitalize;
}

/* News List */
.news-list {
  color: #3f3f3f;
  flex-flow: column nowrap;
  gap: 0.5rem;
  margin: 0;
}
.news-list.stickey {
  margin-bottom: 1rem;
}
.news-list dt {
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
  gap: 0 1rem;
  position: relative;
  align-items: center;
}
.news-list dt > .newmark {
  color: var(--wp--preset--color--vivid-red);
  order: 2;
  margin: 0;
  position: absolute;
  left: 15rem;
  top: 0;
  font-weight: bold;
}
.news-list dt > .date {
  order: 1;
  margin: 0 0 0.4rem 0;
}
.news-list dt > .cat-slug {
  order: 3;
  margin: 0;
}
.news-list dt > .tags {
  order: 4;
  display: flex;
  flex-flow: row wrap;
}
.news-list dd {
  width: 100%;
  margin: 0;
  padding: 0 0 1.3rem 0;
  border-bottom: 1px solid #d1edfc;
}
.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: #3f3f3f;
}

@media (min-width: 1025px) {
  .news-list dt {
    gap: 0 6rem;
  }
  .news-list dt > .date {
    width: 14rem;
  }
  .news-list dt > .newmark {
    left: 14rem;
  }
  .news-list dt > .tags {
    margin-left: -4rem;
  }
  .news-list dd {
    padding: 0 0 1.3rem 20rem;
  }
}
.cat-important {
  background: var(--wp--preset--color--vivid-red);
  border-color: var(--wp--preset--color--vivid-red);
}

/* Tab */
.cat-slug {
  width: 14rem;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  padding: 0.2rem 0;
}

.tag-slug {
  font-size: 1.2rem;
  font-weight: bold;
  background: none;
  color: #3f3f3f;
  border: none;
  width: auto;
  margin: 0 1rem 0 0;
}

a.cat-slug, a.cat-slug:hover, a.cat-slug:active, a.cat-slug:focus {
  color: #fff;
}

.cat-news {
  background: #f98b8b;
  border-color: #f98b8b;
}
.cat-news + .tags > .tag-slug {
  color: #f98b8b;
}

.cat-society {
  background: #5b94eb;
  border-color: #5b94eb;
}
.cat-society + .tags > .tag-slug {
  color: #5b94eb;
}

.cat-event {
  background: #37A34A;
  border-color: #37A34A;
}
.cat-event + .tags > .tag-slug {
  color: #37A34A;
}

.cat-accuracy {
  background: #ff8fbc;
  border-color: #ff8fbc;
}
.cat-accuracy + .tags > .tag-slug {
  color: #ff8fbc;
}

.cat-elearning {
  background: #ffb85b;
  border-color: #ffb85b;
}
.cat-elearning + .tags > .tag-slug {
  color: #ffb85b;
}

.cat-journal {
  background: #af78e6;
  border-color: #af78e6;
}
.cat-journal + .tags > .tag-slug {
  color: #af78e6;
}

.cat-us {
  background: #0fcad8;
  border-color: #0fcad8;
}
.cat-us + .tags > .tag-slug {
  color: #0fcad8;
}

.cat-english {
  background: #f98b8b;
  border-color: #f98b8b;
}
.cat-english + .tags > .tag-slug {
  color: #f98b8b;
}

@media (max-width: 1024px) {
  .member-login input[type=text],
  .member-login input[type=password],
  .member-login .list-w11.responsive > dd {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .member-login {
    margin: 0 auto;
    width: 48rem;
  }
  .member-login input[type=text],
  .member-login input[type=password] {
    width: 30rem;
  }
}
@media (min-width: 1025px) {
  .container {
    width: 1170px;
    margin: 0 auto;
  }
}
body {
  min-width: 1440px;
}

@media (max-width: 1024px) {
  body {
    min-width: 320px;
  }
}
/** Header */
.site-header {
  position: relative;
}

.site-branding-wrapper {
  background: linear-gradient(to right, #7798fc, #2244ae);
  padding: 0.5rem 0 0 0;
}

.site-branding {
  padding: 0.5rem 1rem 0.5rem 1rem;
  height: 14rem;
  background: #f2f2f2;
  line-height: 1;
}

.site-title {
  margin: 0;
  font-size: 1em;
  line-height: 1;
}
.site-title a {
  display: inline-block;
}
.site-title img {
  height: 68px;
}

@media (min-width: 1025px) {
  .site-title {
    margin: 0;
  }
  .site-title img {
    height: 68px;
  }
  .site-branding {
    padding: 0.5rem 0 0 0.5rem;
    height: 11rem;
  }
  .site-branding img {
    width: auto;
  }
}
@media (max-width: 320px) {
  .site-title img {
    height: 48px;
  }
}
/** Footer */
.footer-content-wrapper {
  background: inherit;
  padding: 0 1.5rem;
}

.site-footer {
  background: #f2f2f2;
}

.footer-widget-area {
  color: #3f3f3f;
}
.footer-widget-area h2 {
  font-weight: normal;
  font-size: 2.4rem;
  color: #3f3f3f;
}
.footer-widget-area figure {
  margin: 0;
}
.footer-widget-area img {
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 5rem;
}
.footer-widget-area p {
  font-size: 1.2rem;
}

.footer-content {
  padding: 1rem 0;
  display: flex;
  flex-flow: column nowrap;
}

.copyright {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 1em 0;
  background: linear-gradient(to right, #7798fc, #2244ae);
}

@media (min-width: 1025px) {
  .footer-content {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .footer-widget-area img {
    height: 6.5rem;
  }
  .footer-widget-area p {
    font-size: 1.4rem;
  }
  .footer-content-wrapper {
    padding: 0;
  }
}
body:not(.home):not(.page-template-page-frontpage) .nav-title {
  color: #fff;
  background: #2244ae;
  margin: 0;
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
}
body:not(.home):not(.page-template-page-frontpage) .side-nav {
  border: 1px solid #ccc;
  border-bottom: 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;
}
body:not(.home):not(.page-template-page-frontpage) .side-nav-menu > ul > li {
  background: #fffff0;
  border-bottom: 1px solid #ccc;
  position: relative;
}
body:not(.home):not(.page-template-page-frontpage) .side-nav-menu > ul > li > a {
  padding: 0.8rem 1rem;
}
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: #2244ae;
  position: absolute;
  font-size: 2rem;
  right: 1rem;
  top: 0.5rem;
}
body:not(.home):not(.page-template-page-frontpage) .side-nav-menu > ul > li.page_item_has_children > a {
  padding-right: 2rem;
}
body:not(.home):not(.page-template-page-frontpage) .side-nav-menu > ul > li.page_item_has_children > a::after {
  content: "\f13a";
}
body:not(.home):not(.page-template-page-frontpage) .side-nav-menu > ul > li.page_item_has_children.active > a::after {
  content: "\f139";
}
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 {
  border-top: 1px solid #ccc;
  padding: 0.5rem 0;
  display: none;
}
body:not(.home):not(.page-template-page-frontpage) .side-nav-menu > ul > li > .children > li > a {
  padding: 0.5rem 1.5rem 0 3rem;
}
body:not(.home):not(.page-template-page-frontpage) .side-nav-menu > ul > li > .children > li > a::before {
  font: var(--fa-font-solid);
  content: "\f0da";
  display: inline-block;
  color: #2244ae;
  padding-right: 0.5rem;
}
body:not(.home):not(.page-template-page-frontpage) .side-nav-menu > ul > li > .children > li:first-child > a {
  padding: 0 1.5rem 0 3rem;
}
body:not(.home):not(.page-template-page-frontpage) .side-nav-menu > ul > li > .children > li > .children > li > a {
  padding: 0 0 0 4.2rem;
}
body:not(.home):not(.page-template-page-frontpage) .side-nav-menu > ul > li > .children > li > .children > li > a::before {
  content: "・";
  display: inline-block;
  padding-right: 0.5rem;
}

@media (min-width: 1025px) {
  body:not(.home):not(.page-template-page-frontpage) .page-header,
  body:not(.home):not(.page-template-page-frontpage) .entry-header {
    padding: 0;
  }
}
.side-nav {
  display: none;
}

/*--------------------------------------------------------------
# Child Theme
--------------------------------------------------------------*/
/*.mainvisual-area .widget:first-child {
	background: $color__visual_background;
}*/
@media (max-width: 1024px) {
  .mainvisual-area .widget:first-child {
    background-size: contain;
  }
}
/**/
.wp-block-search__button {
  font: var(--fa-font-solid);
}

.news-list-container {
  margin: 0;
}

.page-title,
.entry-title,
.entry-content .news-cat {
  color: #3f3f3f;
  font-weight: bold;
  font-size: 3.5rem;
  padding: 0.5rem 0 2.5rem 0;
  margin: 0 auto;
  text-align: center;
}
.page-title a,
.entry-title a,
.entry-content .news-cat a {
  text-decoration: underline;
}

@media (min-width: 1025px) {
  .page-title,
  .entry-title,
  .entry-content .news-cat {
    font-size: 3.5rem;
    padding: 0 0 4rem 0;
    margin: 0 auto;
  }
}
.page-template-page-member .bread_crumb > li.tail.current:before {
  font: var(--fa-font-solid);
  content: "\f023";
  margin-right: 0.5rem;
}

.entry-content h2,
.entry-content .h2 {
  margin: 3rem 0 2rem 0;
}
.entry-content h3,
.entry-content .h3,
.entry-content .view-content h2:not(:first-child),
.entry-content .view-content .h2 {
  margin: 2.5rem 0 1.5rem 0;
}
.entry-content h4,
.entry-content .h4,
.entry-content .view-content h3,
.entry-content .view-content .h3 {
  margin: 2.5rem 0 1rem 0;
}
.entry-content h5,
.entry-content h6,
.entry-content .h5,
.entry-content .h6,
.entry-content .view-content h4,
.entry-content .view-content .h4,
.entry-content .view-content h5,
.entry-content .view-content .h5,
.entry-content .view-content h6,
.entry-content .view-content .h6 {
  margin: 1.75rem 0 1rem 0;
}
.entry-content .h2,
.entry-content h2 {
  font-size: 2.2rem;
}
.entry-content .h3,
.entry-content h3,
.entry-content .view-content h2:not(:first-child),
.entry-content .view-content .h2 {
  font-size: 2rem;
}
.entry-content .h4,
.entry-content h4,
.entry-content .view-content h3,
.entry-content .view-content .h3 {
  font-size: 1.8rem;
}
.entry-content .h5,
.entry-content h5,
.entry-content .view-content h4,
.entry-content .view-content .h4 {
  font-size: 1.7rem;
}
.entry-content .h6,
.entry-content h6,
.entry-content .view-content h5,
.entry-content .view-content .h5 {
  font-size: 1.6rem;
}
.entry-content .view-content h6,
.entry-content .view-content .h6 {
  font-size: 1.6rem;
  color: #3f3f3f !important;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content .h2,
.entry-content .h3,
.entry-content .h4,
.entry-content .h5,
.entry-content .h6 {
  color: #005de9;
  font-weight: bold;
}
.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 .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 {
  margin-top: 0;
}

.main-color,
.blue {
  color: #2244ae !important;
}

.head-color {
  color: #005de9 !important;
}

.text-color {
  color: #3f3f3f !important;
}

.page-template-page-frontpage.page-english .category-link,
.page-template-page-frontpage.page-english .link-cat,
.home .category-link,
.home .link-cat {
  text-align: right;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

/* お知らせ一覧 */
.history-news,
.link-cat > a {
  margin: 0;
  text-decoration: none;
  background: #7798fc;
  border-radius: 0.3rem;
  border: none;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  padding: 1rem 1.25rem;
  display: inline-block;
  line-height: 1;
}
.history-news, .history-news:visited, .history-news:hover, .history-news:focus, .history-news:active,
.link-cat > a,
.link-cat > a:visited,
.link-cat > a:hover,
.link-cat > a:focus,
.link-cat > a:active {
  color: #fff;
  text-decoration: none;
}
.history-news:hover,
.link-cat > a:hover {
  background-color: #a6bff8;
}

.page-template-page-frontpage.page-english .link-cat,
.page-template-page-frontpage.page-english .category-link,
.home .link-cat,
.home .category-link {
  font-size: 1.4rem;
}

@media (min-width: 1025px) {
  ul.menu li,
  div.menu > ul li {
    font-size: 1.5rem;
  }
  .page-template-page-frontpage.page-english .link-cat,
  .page-template-page-frontpage.page-english .category-link,
  .home .link-cat,
  .home .category-link {
    position: absolute;
    margin: 0;
    right: 2.5rem;
    bottom: 2rem;
  }
  .ui-tabs .ui-tabs-panel {
    height: 364px;
    overflow-y: scroll;
  }
}
@media (max-width: 1024px) {
  .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-auto table {
  width: auto;
}
.wp-block-table td,
.wp-block-table th {
  vertical-align: top;
}
.wp-block-table:not(.is-style-stripes) td {
  background-color: #FFF;
}
.wp-block-table table,
.wp-block-table td,
.wp-block-table th {
  border: 1px solid #a6bff8;
}
.wp-block-table th {
  white-space: nowrap;
  background-color: #2244ae;
  color: #fff;
}
.wp-block-table th,
.wp-block-table td {
  padding: 1rem 0.5rem;
  line-height: 1.5;
}
.wp-block-table.is-style-stripes th {
  background: inherit;
  color: #2244ae;
}
.wp-block-table.is-style-stripes tfoot {
  border-top: 2px solid #a6bff8;
}

.wp-block-table thead {
  border-bottom: none;
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  border-bottom: 1px solid #a6bff8;
}

.wp-block-table.is-style-stripes thead th {
  border-bottom: 3px solid #a6bff8;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background: none;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
  background: #e5f1f8;
}

.tax-event_type .wp-block-table th,
.single-events .wp-block-table th,
.post-type-archive-events .wp-block-table th {
  background-color: #e5f1f8;
  color: #3f3f3f;
}
.tax-event_type .wp-block-table tbody tr:nth-child(even),
.single-events .wp-block-table tbody tr:nth-child(even),
.post-type-archive-events .wp-block-table tbody tr:nth-child(even) {
  background: #f2f2f2;
}
.tax-event_type .wp-block-table tbody th,
.single-events .wp-block-table tbody th,
.post-type-archive-events .wp-block-table tbody th {
  text-align: unset;
  font-weight: bold;
  color: #005de9;
  background-color: transparent;
}
.tax-event_type .wp-block-table tbody th a,
.single-events .wp-block-table tbody th a,
.post-type-archive-events .wp-block-table tbody th a {
  color: #005de9;
}
.tax-event_type .wp-block-table tbody th span,
.single-events .wp-block-table tbody th span,
.post-type-archive-events .wp-block-table tbody th span {
  font-weight: normal;
  font-size: 1rem;
  color: #3f3f3f;
  display: inline-block;
  padding: 0.2rem 0.5rem;
  background: #f2f2f2;
}
.tax-event_type .entry-content .alert-box .wp-block-heading,
.single-events .entry-content .alert-box .wp-block-heading,
.post-type-archive-events .entry-content .alert-box .wp-block-heading {
  margin: 1rem auto;
  font-size: 1.8rem;
}
.tax-event_type .entry-content .alert-box .view-content:not(:has(p)),
.single-events .entry-content .alert-box .view-content:not(:has(p)),
.post-type-archive-events .entry-content .alert-box .view-content:not(:has(p)) {
  display: none;
}

.post-type-archive-events p.alert-edit,
.tax-event_type.term-area p.alert-edit {
  display: none;
}

@media (min-width: 1025px) {
  .tax-event_type .wp-block-table.is-style-stripes table,
  .single-events .wp-block-table.is-style-stripes table,
  .post-type-archive-events .wp-block-table.is-style-stripes table {
    border: 1px solid #a6bff8;
  }
}
@media (max-width: 1024px) {
  .table-pc th,
  .table-pc td {
    padding: 0.5rem;
    white-space: normal;
    font-size: 1.3rem;
  }
  .wp-block-table:not(.table-pc) table,
  .wp-block-table:not(.table-pc) thead,
  .wp-block-table:not(.table-pc) tbody,
  .wp-block-table:not(.table-pc) tfoot,
  .wp-block-table:not(.table-pc) tr,
  .wp-block-table:not(.table-pc) td,
  .wp-block-table:not(.table-pc) th {
    display: block;
    width: 100%;
  }
  .wp-block-table:not(.table-pc) table {
    border-bottom: none;
  }
  .wp-block-table:not(.table-pc) thead th {
    text-align: left;
    font-weight: normal;
    padding: 0 1.5rem;
  }
  .wp-block-table:not(.table-pc) thead th:first-child {
    padding-top: 0.5rem;
  }
  .wp-block-table:not(.table-pc) thead th:last-child {
    padding-bottom: 0.5rem;
  }
  .wp-block-table:not(.table-pc) thead,
  .wp-block-table:not(.table-pc) tbody {
    padding: 0;
  }
  .wp-block-table:not(.table-pc) tr {
    border-bottom: 1px solid #a6bff8;
  }
  .wp-block-table:not(.table-pc) th {
    border: none;
    padding: 0.25rem 1.5rem;
  }
  .wp-block-table:not(.table-pc) td {
    border: none;
    padding: 0.25rem 1.5rem;
  }
  .wp-block-table:not(.table-pc).is-style-stripes table {
    border: none;
  }
  .wp-block-table:not(.table-pc).is-style-stripes tbody {
    border-top: 3px solid #a6bff8;
  }
  .wp-block-table:not(.table-pc).is-style-stripes td,
  .wp-block-table:not(.table-pc).is-style-stripes th {
    border: none;
  }
  .wp-block-table:not(.table-pc).event-list thead tr {
    display: none;
  }
}
.ui-state-default {
  border: #2244ae solid 1px;
  background: #d1edfc;
}

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

.ui-tabs .ui-tabs-nav {
  justify-content: center;
}
.ui-tabs .ui-tabs-nav .ui-state-active {
  background: #2244ae;
}
.ui-tabs .ui-tabs-nav .ui-state-active .ui-tabs-anchor {
  color: #fff;
  font-weight: bold;
}

.ui-tabs .ui-widget-header {
  margin: 0;
  padding-bottom: 0;
  gap: 0.2rem;
}

@media (min-width: 1025px) {
  .ui-tabs .ui-widget-header {
    margin: 0;
    border-bottom: none;
    gap: 0;
  }
  .ui-state-default {
    border-bottom: none;
  }
}
.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;
}

@media (min-width: 1025px) {
  .ui-tabs .ui-tabs-nav {
    justify-content: center;
  }
  .ui-tabs .ui-tabs-nav li, .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin: 0 -0.1rem 0 0;
    width: auto;
    padding: 0.3rem 0;
    min-width: 14rem;
  }
}
.ui-tabs .ui-tabs-panel {
  padding: 1.9rem 1rem 1.5rem 1.5rem;
  border: #2244ae solid 0.7rem;
  border-left: none;
  border-right: none;
}

@media (max-width: 1024px) {
  .ui-tabs .ui-tabs-nav li.tab-1 {
    width: 100%;
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
  .ui-tabs .ui-tabs-nav li {
    width: calc((100% - 0.4rem) / 3);
  }
}
@media (max-width: 320px) {
  .ui-tabs .ui-tabs-nav li, .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    font-size: 1.1rem;
  }
}
.home .content-wrapper,
.page-template-page-frontpage .content-wrapper {
  padding-bottom: 4rem;
}
.home .metaslider,
.home .metaslider .flexslider,
.page-template-page-frontpage .metaslider,
.page-template-page-frontpage .metaslider .flexslider {
  margin-bottom: 5rem;
}
.home .page,
.page-template-page-frontpage .page {
  margin: 0;
}
.home .entry-content,
.page-template-page-frontpage .entry-content {
  margin: 2rem 1.5rem 0 1.5rem;
}
.home .entry-content :where(.wp-block-columns),
.page-template-page-frontpage .entry-content :where(.wp-block-columns) {
  margin-bottom: 1.5rem;
}
.home .entry-content h2,
.page-template-page-frontpage .entry-content h2 {
  text-align: center;
  color: #2244ae;
  font-size: 3.2rem;
  font-weight: normal;
  margin-top: 4rem;
}
.home .entry-content h3,
.page-template-page-frontpage .entry-content h3 {
  text-align: center;
  color: #2244ae;
  font-size: 1.8rem;
  margin: 0;
  min-height: 5rem;
}
.home .entry-content p,
.page-template-page-frontpage .entry-content p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
}
.home .entry-content figure,
.page-template-page-frontpage .entry-content figure {
  margin: 0 auto 0.5rem auto;
}
.home .pickup-area .widget h2,
.page-template-page-frontpage .pickup-area .widget h2 {
  color: #2244ae;
  font-weight: normal;
  text-align: center;
  font-size: 2.7rem;
  margin-bottom: 1rem;
}
.home .widget .important-news h2,
.page-template-page-frontpage .widget .important-news h2 {
  text-align: center;
  font-size: 2.7rem;
  color: var(--wp--preset--color--vivid-red);
}
.home .entry-content a, .home .entry-content a:hover,
.page-template-page-frontpage .entry-content a,
.page-template-page-frontpage .entry-content a:hover {
  text-decoration: none;
}
.home .entry-content .wp-block-column,
.page-template-page-frontpage .entry-content .wp-block-column {
  background: #f2f2f2;
  padding: 1rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.home .entry-content .wp-block-column img,
.page-template-page-frontpage .entry-content .wp-block-column img {
  border-radius: 0.5rem;
  border: #fff 1px solid;
}

.entry-content :where(.wp-block-columns.is-layout-flex) {
  gap: 2rem;
}

@media (min-width: 1025px) {
  .home .widget .important-news h2,
  .home .pickup-area .widget h2,
  .home .entry-content h2,
  .page-template-page-frontpage .widget .important-news h2,
  .page-template-page-frontpage .pickup-area .widget h2,
  .page-template-page-frontpage .entry-content h2 {
    margin: 0 0 2rem 0;
  }
  .home .entry-content :where(.wp-block-columns),
  .page-template-page-frontpage .entry-content :where(.wp-block-columns) {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1025px) {
  .home .entry-content {
    margin: 4rem 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;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

body:not(.home):not(.page-template-page-frontpage) .entry-content a[target=_blank]:not([href$=".pdf"])::after,
body:not(.home):not(.page-template-page-frontpage) .entry-content .icon-blank::after {
  content: "\f08e";
}

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: 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 {
  text-decoration: none;
  color: #fff;
  background-color: #7798fc;
  padding: 0.75rem 2rem;
  border-radius: 0.3rem;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
.entry-content .wp-block-button__link:hover {
  filter: brightness(1.3);
}

.childlist {
  list-style-type: none;
  margin: 6rem auto 2rem auto;
  padding: 0;
  gap: 1.5rem;
  flex-flow: row wrap;
  display: flex;
  min-width: 100%;
}
.childlist > li {
  border-radius: 0.5rem;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: calc((100% - 1.5rem) / 2);
  height: 8rem;
  gap: 5rem;
  line-height: 1.25;
}
.childlist > li > a {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 0 1.5rem;
  width: 100%;
  height: 100%;
  text-decoration: none;
  gap: 0 1.5rem;
  color: #2244ae;
}
.childlist > li > a::before {
  font: var(--fa-font-solid);
  content: "\f061";
  color: #7798fc;
  font-size: 2rem;
  display: inline-block;
  text-align: center;
  min-width: 3.3rem;
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 1em;
  border: 2px solid;
  padding-top: 0.5rem;
  text-align: center;
}
.childlist > li > a::after {
  display: none;
}
.childlist > li > a:hover {
  background-color: #7798fc;
  text-decoration: none;
}
.childlist > li > a:hover::before {
  color: #2244ae;
}
.childlist .children {
  display: none;
}

@media (min-width: 1025px) {
  .childlist {
    margin: 8rem auto 2rem auto;
    gap: 4rem 2.4rem;
    flex-flow: row wrap;
  }
  .childlist > li {
    width: calc((100% - 4.8rem) / 3);
  }
}
@media (max-width: 1024px) {
  .site-footer {
    background-size: auto;
  }
}
.mobile-menu .menu > li.btn-lang.menu-item-home {
  background-color: #7798fc;
}
.mobile-menu .menu > li.btn-lang + li.btn-lang {
  background-color: #2244ae;
}

.page-english .mobile-menu .menu > li.btn-lang.menu-item-home {
  background-color: #2244ae;
}
.page-english .mobile-menu .menu > li.btn-lang + li.btn-lang {
  background-color: #7798fc;
}

.event-content {
  display: flex;
  flex-flow: column nowrap;
}
.event-content .under-box ~ .childlist {
  order: 1000;
}

.under-box {
  margin-top: 3rem;
  order: 999;
}

.content-wrapper {
  display: flex;
  flex-flow: column nowrap;
  padding: 0;
}
.content-wrapper .pickup-area {
  order: 0;
}
.content-wrapper .content-area {
  order: 1;
}
.content-wrapper .banner-area {
  order: 2;
  margin-top: 1rem;
}

@media (max-width: 1024px) {
  .pickup-area,
  .banner-area {
    padding: 0 1.5rem;
  }
}
.menu-pickup-menu-container ul.menu {
  gap: 1rem;
}
.menu-pickup-menu-container ul.menu li {
  border-radius: 0.75rem;
  background-color: #2244ae;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  width: calc((100% - 3rem) / 4);
  flex-basis: 100%;
}
.menu-pickup-menu-container ul.menu li i {
  font-size: 3.5rem;
}
.menu-pickup-menu-container ul.menu li span {
  font-size: 1.4rem;
  font-weight: normal;
}
.menu-pickup-menu-container ul.menu li > a {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #fff;
  padding: 1rem 0.5rem;
}
.menu-pickup-menu-container ul.menu li:hover {
  background-color: #7798fc;
}

@media (max-width: 781px) {
  .menu-pickup-menu-container ul.menu {
    flex-flow: row wrap;
  }
  .menu-pickup-menu-container ul.menu > li {
    flex-basis: calc((100% - 1rem) / 2);
    width: calc((100% - 1rem) / 2);
  }
  .menu-pickup-menu-container ul.menu > li span {
    font-size: 1.2rem;
  }
}
.site-content {
  margin-bottom: 2rem;
}

.important-news {
  background-color: #fcf2f8;
  margin-bottom: 2rem;
  padding: 2rem 1.5rem;
}
.important-news h2 {
  color: var(--wp--preset--color--vivid-red);
  margin-top: 0;
  margin-bottom: 2rem;
}
.important-news .news-list-wrapper {
  padding: 0;
}
.important-news .news-list {
  flex-flow: row wrap;
  margin: 0;
  gap: 0;
}
.important-news .news-list.stickey dt,
.important-news .news-list.stickey dd {
  color: var(--wp--preset--color--vivid-red);
  font-weight: bold;
}
.important-news .news-list.stickey dt > a, .important-news .news-list.stickey dt > a:visited, .important-news .news-list.stickey dt > a:hover, .important-news .news-list.stickey dt > a:focus, .important-news .news-list.stickey dt > a:active,
.important-news .news-list.stickey dd > a,
.important-news .news-list.stickey dd > a:visited,
.important-news .news-list.stickey dd > a:hover,
.important-news .news-list.stickey dd > a:focus,
.important-news .news-list.stickey dd > a:active {
  color: var(--wp--preset--color--vivid-red);
}
.important-news .news-list dt {
  align-items: flex-start;
}
.important-news .news-list dt > .date {
  width: auto;
}
.important-news .news-list dt > .newmark {
  display: none;
}
.important-news .news-list dd {
  padding: 0 0 1rem 0;
  border: none;
}

@media (max-width: 1024px) {
  .important-news {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media (min-width: 1025px) {
  .important-news {
    border-radius: 1rem;
    margin-bottom: 4rem;
    padding: 2rem 2rem 1rem 2rem;
  }
  .important-news .news-list dt.no-label {
    width: 17rem;
  }
  .important-news .news-list dt.no-label + dd {
    width: calc(100% - 17rem);
  }
}
.iap-adv-list {
  margin-top: 3rem;
}
.iap-adv-list ul {
  margin-bottom: 0;
  gap: 0.75rem;
}
.iap-adv-list ul li {
  padding: 0;
  margin: 0;
  width: calc((100% - 2rem) / 3);
  min-width: 11rem;
}
.iap-adv-list ul li > p {
  text-align: center;
}

@media (min-width: 1025px) {
  .iap-adv-list {
    border: 1px solid #e1e1e1;
  }
  .iap-adv-list ul {
    min-height: 6rem;
    gap: 1rem 1.7rem;
    justify-content: center;
  }
  .iap-adv-list ul li {
    width: auto;
  }
}
.category-title {
  border-left: 0.5rem solid #2244ae;
  margin-left: 1.5rem;
  font-size: 2rem;
  padding-top: 1.3rem;
  padding-left: 1.3rem;
}

@media (min-width: 1025px) {
  .category-title {
    font-size: 2rem;
    padding-top: 1.3rem;
    padding-left: 1.3rem;
    margin-left: 0;
  }
}
.page-template-page-frontpage.page-english .news-list-wrapper {
  margin: 0;
  padding: 1.9rem 1rem 1.5rem 1.5rem;
  border: #2244ae solid 0.7rem;
  border-left: none;
  border-right: none;
}

@media (min-width: 1025px) {
  .page-template-page-frontpage.page-english .news-list-wrapper {
    height: 364px;
    overflow-y: scroll;
  }
  .page-template-page-frontpage.page-english .whatsnew-area {
    position: relative;
  }
}
.wp-block-group-is-layout-flex h2,
.wp-block-column h2 {
  font-size: 2rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.wp-block-group-is-layout-flex h3,
.wp-block-group-is-layout-flex h4,
.wp-block-column h3,
.wp-block-column h4 {
  color: #3f3f3f;
  font-size: 1.7rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

@media (min-width: 960px) {
  .wp-block-group-is-layout-flex h2,
  .wp-block-column h2 {
    font-size: 1.8rem;
  }
  .wp-block-group-is-layout-flex h3,
  .wp-block-group-is-layout-flex h4,
  .wp-block-column h3,
  .wp-block-column h4 {
    font-size: 1.7rem;
  }
  .wp-block-group-is-layout-flex p,
  .wp-block-column p {
    margin-bottom: 0;
  }
}
.wp-block-media-text > .wp-block-media-text__content {
  padding: 0 3rem;
}
.wp-block-media-text > .wp-block-media-text__content:first-child {
  padding-left: 0;
}
.wp-block-media-text > .wp-block-media-text__media + .wp-block-media-text__content {
  padding-right: 0;
}

@media (max-width: 559px) {
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    padding: 0;
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content :first-child {
    padding-right: 0;
    padding-top: 2rem;
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media + .wp-block-media-text__content {
    padding-left: 0;
    padding-top: 2rem;
  }
}
.entry-content .alert-box,
.entry-content .alert-box-blue,
.entry-content .alert-box-gray {
  border: #fff 3px solid;
  padding: 1rem 1.5rem;
}
.entry-content .alert-box h2,
.entry-content .alert-box h3,
.entry-content .alert-box h4,
.entry-content .alert-box h5,
.entry-content .alert-box h6,
.entry-content .alert-box-blue h2,
.entry-content .alert-box-blue h3,
.entry-content .alert-box-blue h4,
.entry-content .alert-box-blue h5,
.entry-content .alert-box-blue h6,
.entry-content .alert-box-gray h2,
.entry-content .alert-box-gray h3,
.entry-content .alert-box-gray h4,
.entry-content .alert-box-gray h5,
.entry-content .alert-box-gray h6 {
  margin-bottom: 1rem;
}
.entry-content .alert-box h2,
.entry-content .alert-box h3,
.entry-content .alert-box h4,
.entry-content .alert-box-blue h2,
.entry-content .alert-box-blue h3,
.entry-content .alert-box-blue h4,
.entry-content .alert-box-gray h2,
.entry-content .alert-box-gray h3,
.entry-content .alert-box-gray h4 {
  font-size: 1.8rem;
}
.entry-content .alert-box > div > *:last-child,
.entry-content .alert-box-blue > div > *:last-child,
.entry-content .alert-box-gray > div > *:last-child {
  margin-bottom: 0;
}
.entry-content .alert-box {
  outline: #fc3270 1px solid;
  background: rgba(252, 50, 112, 0.05);
}
.entry-content .alert-box h2,
.entry-content .alert-box h3,
.entry-content .alert-box h4,
.entry-content .alert-box h5,
.entry-content .alert-box h6 {
  color: #fc3270;
}
.entry-content .alert-box-blue {
  outline: #2244ae 1px solid;
  background: rgba(34, 68, 174, 0.05);
}
.entry-content .alert-box-blue h2,
.entry-content .alert-box-blue h3,
.entry-content .alert-box-blue h4,
.entry-content .alert-box-blue h5,
.entry-content .alert-box-blue h6 {
  color: #2244ae;
}
.entry-content .alert-box-gray {
  outline: #3f3f3f 1px solid;
  background: rgba(63, 63, 63, 0.05);
}
.entry-content .alert-box-gray h2,
.entry-content .alert-box-gray h3,
.entry-content .alert-box-gray h4,
.entry-content .alert-box-gray h5,
.entry-content .alert-box-gray h6 {
  color: #3f3f3f;
}

.sitemap > .page-item-750 > .children,
.sitemap > .page-item-56,
.sitemap > .page-item-140 > .children,
.sitemap > .page_item_has_children > .children .children {
  display: none;
}

.wp-block-group > p[class^=wp-container-content-] {
  flex-shrink: 0;
}

.tree-slug-faq .wp-block-group > p[class^=wp-container-content-] {
  flex-shrink: 0;
  font-weight: bold;
  color: #2244ae;
}
.tree-slug-faq .wp-block-group > p[class^=wp-container-content-] + p > strong {
  color: #2244ae;
}

.color-text {
  color: #3f3f3f !important;
}

.event-list {
  margin: 2rem -1.5rem 0 -1.5rem;
}
.event-list.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
  background: #f2f2f2;
}
.event-list.wp-block-table td,
.event-list.wp-block-table th {
  padding: 1rem 1.5rem;
  border-left: none;
  border-right: none;
}
.event-list.wp-block-table .e-meeting-chairman + .e-status:has(.event_status) {
  margin-top: 1rem;
}
.event-list + .wp-block-buttons {
  margin: 3rem auto 1.5rem auto;
}
.event-list + .wp-block-buttons + hr {
  margin-bottom: 4rem;
}

.event-details-container h3,
.event-details-container h4,
.event-details-container h5,
.event-details-container h6,
.event-details-container .h3,
.event-details-container .h4,
.event-details-container .h5,
.event-details-container .h6,
.regist-text-container h3,
.regist-text-container h4,
.regist-text-container h5,
.regist-text-container h6,
.regist-text-container .h3,
.regist-text-container .h4,
.regist-text-container .h5,
.regist-text-container .h6,
.event-program-container h3,
.event-program-container h4,
.event-program-container h5,
.event-program-container h6,
.event-program-container .h3,
.event-program-container .h4,
.event-program-container .h5,
.event-program-container .h6 {
  color: #3f3f3f;
}
.event-details-container h2:first-child,
.regist-text-container h2:first-child,
.event-program-container h2:first-child {
  margin-top: 3rem;
}
.event-details-container h3,
.event-details-container .h3,
.regist-text-container h3,
.regist-text-container .h3,
.event-program-container h3,
.event-program-container .h3 {
  font-size: 2.2rem;
}
.event-details-container h4,
.event-details-container .h4,
.regist-text-container h4,
.regist-text-container .h4,
.event-program-container h4,
.event-program-container .h4 {
  font-size: 2rem;
}
.event-details-container h5,
.event-details-container .h5,
.regist-text-container h5,
.regist-text-container .h5,
.event-program-container h5,
.event-program-container .h5 {
  font-size: 1.8rem;
}
.event-details-container h6,
.event-details-container .h6,
.regist-text-container h6,
.regist-text-container .h6,
.event-program-container h6,
.event-program-container .h6 {
  font-size: 1.6rem;
}

.event-details-container {
  margin-top: 2rem;
}
.event-details-container h2:first-child {
  margin-top: 1rem;
}

@media (min-width: 1025px) {
  .event-details-container {
    margin-top: 4rem;
  }
  .event-details-container .time-table td:first-child,
  .event-program-container .time-table td:first-child {
    width: 15rem;
    vertical-align: top;
    text-align: center;
  }
}
.e-type {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}

.event_type,
.event_area,
.event_option {
  min-width: 7rem;
  display: inline-block;
  font-size: 1.1rem;
  padding: 0.5rem 0.1rem;
  color: #3f3f3f;
  text-align: center;
}
.event_type:visited, .event_type:hover,
.event_area:visited,
.event_area:hover,
.event_option:visited,
.event_option:hover {
  text-decoration: none;
  color: #3f3f3f;
}

.event_type {
  background: #e2c9fc;
  order: -1;
}
.event_type.type-area {
  background: #e2c9fc;
}
.event_type.type-meeting {
  background: #fee16f;
}
.event_type.type-seminar {
  background: #ffb85b;
}
.event_type.type-workshop {
  background: #cff6b5;
}
.event_type.type-others {
  background: #f3f3f3;
}

.event_area {
  background: #e1e1e1;
}
.event_option {
  background: #d1edfc;
}
.event_option.option-ondemand {
  background: #CCFFFF;
}
.event_option.option-ondemand-only {
  background: #FFE0C1;
}
.event_option.option-title {
  background: #D1FFE8;
}

.e-name {
  color: #3f3f3f;
  font-weight: bold;
  font-size: 1.8rem;
  display: inline-block;
}
.e-name > a {
  color: #3f3f3f;
}

@media (max-width: 1024px) {
  .e-name {
    font-size: 2rem;
  }
}
.e-date,
.e-venue,
.e-meeting-chairman {
  display: block;
}

.date-alert,
.e-date-alert,
.venue-alert,
.e-venue-alert,
.e-name-alert {
  display: block;
  color: var(--wp--preset--color--vivid-red) !important;
  margin-top: 0;
}

.e-date-alert,
.e-venue-alert,
.e-name-alert {
  font-size: 1.4rem;
}

.e-status {
  display: flex;
  flex-flow: row wrap;
  padding: 0 1em;
}
.e-status .event_status {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  width: 50%;
  height: 4rem;
  color: #3f3f3f;
  background-color: #ccc;
}
.e-status .event_status:visited, .e-status .event_status:hover {
  text-decoration: none;
  color: #3f3f3f;
}
.e-status .event_status:visited.no-point, .e-status .event_status:hover.no-point {
  cursor: default;
}
.e-status .status-program {
  background-color: #cddc39;
}
.e-status .status-title {
  background-color: #D1FFE8;
}
.e-status .status-join {
  background-color: #FFD1D1;
}
.e-status .status-join svg {
  scale: 0.85;
}
.e-status .status-join-ondemand {
  background-color: #FFE0C1;
}
.e-status .status-join-ondemand svg {
  scale: 0.85;
}
.e-status .status-count {
  background-color: #FFCCE5;
}
.e-status .status-ondemand {
  background-color: #CCFFFF;
}
.e-status .status-ondemand svg {
  scale: 0.95;
  margin-top: -0.2rem;
}
.e-status .status-receipt {
  background-color: #e0c1ff;
}
.e-status .status-program {
  background-color: #E2FFC6;
}

@media (max-width: 1024px) {
  .event-outline .event-list.wp-block-table thead {
    display: none;
  }
  .event-outline .event-list.wp-block-table.is-style-stripes tbody {
    border-top-width: 1px;
  }
  .event-outline .event-list.wp-block-table td:has(.e-meeting-chairman) {
    padding-top: 0;
  }
  .event-outline .wp-block-buttons > .wp-block-button {
    width: 100%;
  }
  .event-outline .wp-block-buttons > .wp-block-button .wp-block-button__link {
    width: 100%;
    margin: 0.3rem auto;
  }
}
@media (min-width: 1025px) {
  .event-list {
    margin: 2rem 0 0 0;
  }
  .event-list.wp-block-table thead th {
    background-color: #e5f1f8;
    border-top: 1px solid #a6bff8;
    border-bottom: 1px solid #a6bff8;
    color: #3f3f3f;
    padding: 2rem 1.5rem;
  }
  .event-list.wp-block-table tr td:nth-child(1) {
    padding-right: 1.5rem;
    width: 39rem;
  }
  .event-list.wp-block-table tr td:nth-child(2) {
    padding-left: 0;
    padding-right: 1.5rem;
  }
  .event-list.wp-block-table tr td:nth-child(3) {
    padding-left: 0;
    width: 48rem;
  }
  .e-status {
    padding: 0;
  }
  .status-title,
  .status-join,
  .status-ondemand {
    font-size: 1.4rem;
    width: 33.3333333333%;
  }
}
@media (max-width: 1024px) {
  .event-list.wp-block-table tr td:nth-child(1) {
    padding-bottom: 0;
  }
  .event-list.wp-block-table tr td:nth-child(2) {
    padding: 0 1.5rem;
  }
}
/* display: none */
.view-content > .childlist {
  display: none;
}

@media (max-width: 1024px) {
  .view-details .wp-block-button__link,
  .view-details .wp-block-buttons {
    width: 100%;
  }
  .view-details .button-details {
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .view-details .wp-block-button__link {
    min-width: 250px;
  }
}
.event-type,
.event-list-footer {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem 3rem;
}

.event-list-footer {
  justify-content: flex-end;
  margin-top: 1rem;
}

.entry-footer {
  order: 10;
}

.venue-access .box-auto > div:has(iframe) {
  width: 470px;
  max-width: 100%;
  margin-bottom: 2em;
}
.venue-access .box-auto > div:has(iframe) iframe {
  width: 450px;
  max-width: 100%;
  height: 337px;
}

.event-theme {
  margin-bottom: 0;
}

.theme-region {
  margin-left: 2em;
}

@media (min-width: 1025px) {
  .table-meeting td:first-child,
  .table-meeting td:last-child {
    white-space: nowrap;
  }
  .table-meeting-en td:not(:first-child) {
    white-space: nowrap;
  }
}
body:not(.home):not(.page-template-page-frontpage):not(.archive):not(.events-template-default) *:target {
  background: #e5f1f8;
}

.page-id-50 div:has(> h2:target) {
  background: #e5f1f8;
}

.wp-block-quote {
  background: #e5f1f8;
  padding: 1rem;
}
.wp-block-quote > *:last-child {
  margin-bottom: 0;
}

.tags-meeting {
  order: 1;
}

.tags-area {
  order: 10;
}

.tags-hokkaido {
  order: 11;
}

.tags-tohoku {
  order: 12;
}

.tags-kanto {
  order: 13;
}

.tags-chubu {
  order: 14;
}

.tags-kansai {
  order: 15;
}

.tags-chugoku {
  order: 16;
}

.tags-shikoku {
  order: 17;
}

.tags-kyushu {
  order: 18;
}

.tags-workshop {
  order: 20;
}

.tags-seminar {
  order: 30;
}

.tags-others {
  order: 90;
}

@media (max-width: 1024px) {
  .entry-content .h2,
  .entry-content h2 {
    font-size: 2.2rem;
  }
  .entry-content .h3,
  .entry-content h3 {
    font-size: 2rem;
  }
  .entry-content .alert-box h2,
  .entry-content .alert-box h3,
  .entry-content .alert-box h4,
  .entry-content .alert-box-blue h2,
  .entry-content .alert-box-blue h3,
  .entry-content .alert-box-blue h4,
  .entry-content .alert-box-gray h2,
  .entry-content .alert-box-gray h3,
  .entry-content .alert-box-gray h4,
  .entry-content .h4,
  .entry-content h4 {
    font-size: 1.7rem;
  }
  .entry-content .h5,
  .entry-content h5 {
    font-size: 1.6rem;
  }
  .entry-content .h6,
  .entry-content h6 {
    font-size: 1.6rem;
  }
  .home .pickup-area .widget h2,
  .home .widget .important-news h2,
  .page-template-page-frontpage .pickup-area .widget h2,
  .page-template-page-frontpage .widget .important-news h2 {
    font-size: 2.2rem;
  }
  .home .entry-content .wp-block-columns,
  .page-template-page-frontpage .entry-content .wp-block-columns {
    flex-flow: row wrap;
  }
  .home .entry-content .wp-block-column,
  .page-template-page-frontpage .entry-content .wp-block-column {
    flex-basis: calc((100% - 2em) / 2) !important;
  }
  .home .entry-content h3,
  .page-template-page-frontpage .entry-content h3 {
    font-size: 1.6rem;
    min-height: 4.5rem;
  }
}
@media (max-width: 559px) {
  .home .contents-header h2,
  .home .entry-content > h2,
  .page-template-page-frontpage .contents-header h2,
  .page-template-page-frontpage .entry-content > h2 {
    text-align: center;
  }
}
.list-name > li {
  flex-basis: 8em;
}

@media (max-width: 1024px) {
  .page-template-page-frontpage.page-english .news-list-wrapper,
  .home .news-list-wrapper {
    position: relative;
  }
  .page-template-page-frontpage.page-english .category-link,
  .page-template-page-frontpage.page-english .link-cat,
  .home .category-link,
  .home .link-cat {
    margin: 0;
    position: absolute;
    right: 0;
    top: -4.5rem;
  }
  .page-template-page-frontpage.page-english .pickup-area .widget h2,
  .home .pickup-area .widget h2 {
    margin-bottom: 1.5rem;
    margin-top: 0;
  }
  .page-template-page-frontpage.page-english .history-news,
  .page-template-page-frontpage.page-english .link-cat > a,
  .home .history-news,
  .home .link-cat > a {
    padding: 0.8rem 1.25rem;
  }
  .page-template-page-frontpage.page-english .pickup-area .widget h2 {
    margin-bottom: 1rem;
  }
}
/* 開催趣旨 */
.kaikoku-url {
  margin: 1rem 0 0 1em;
}