@charset "UTF-8";
/*!
Theme Name: okayama-shogai
Author: 岡山障害年金支援センター
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

body {
  font-size: 16px;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

p {
  margin-bottom: 1em;
}

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

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

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}
ul.disc {
  list-style: disc;
  padding-left: 1em;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin: 0;
}

dt {
  font-weight: normal;
}

dd {
  margin: 0;
}

dl + dl {
  margin-top: 1em;
}

.entry-content ul,
.entry-content ol {
  padding: 1em;
  padding-left: 1.25em;
}
.entry-content ul li {
  list-style: disc;
}

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

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

figure {
  margin: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
}

/* Links
--------------------------------------------- */
a {
  color: #007b43;
  transition: 0.15s;
  border-bottom: 1px solid #007b43;
  text-decoration: none;
}
a:visited {
  color: #004a28;
}
a:hover, a:focus, a:active {
  color: #00a258;
  border-color: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  display: inline-flex;
  border-radius: 50px;
  padding: 0.35em 1em;
  transition: 0.3s;
  background-color: #fff;
  border: 1px solid;
  cursor: pointer;
  border-color: #999999;
  color: #999999;
}
button:hover:not(disabled),
input[type=button]:hover:not(disabled),
input[type=reset]:hover:not(disabled),
input[type=submit]:hover:not(disabled) {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 2px 2px 6px rgba(0, 0, 0, 0.1);
}
button:disabled,
input[type=button]:disabled,
input[type=reset]:disabled,
input[type=submit]:disabled {
  background-color: #999999 !important;
  color: #d9d9d9 !important;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background-color: #fafafa;
}

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;
  max-width: 100%;
}
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;
  max-width: 100%;
}

textarea {
  width: 100%;
}

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

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

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

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-2, .container-full {
  padding-left: 2em !important;
  padding-right: 2em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
  margin: auto;
}

.mt-auto {
  margin-top: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.bg-primary {
  background-color: #007b43;
}

.bg-primary-light {
  background-color: #e4f1eb;
}

.bg-primary-dark {
  background-color: #003b20;
}

.bg-sub {
  background-color: #47b382;
}

.bg-accent {
  background-color: #ff9340;
}

.bg-accent-light {
  background-color: #ffe2cc;
}

.bg-accent-sub {
  background-color: #ffb780;
}

.bg-grey {
  background-color: #999999;
}

.bg-grey-light {
  background-color: #d9d9d9;
}

.bg-grey-dark {
  background-color: #666666;
}

.bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

.bg-red {
  background-color: #c71b00;
}

.container, .columns {
  width: calc(100% - 2em);
  max-width: 1100px;
  margin: auto;
}

.columns {
  display: flex;
  gap: 2em;
}
.columns .main {
  width: 70%;
}
.columns .side {
  width: 30%;
  position: relative;
}
.columns .side .sidebar-inner {
  position: sticky;
  top: 0;
}
@media (max-width: 768px) {
  .columns {
    flex-direction: column;
  }
  .columns .main {
    width: 100%;
  }
  .columns .side {
    width: 100%;
  }
}

.basic-flex {
  display: flex;
  gap: 1em;
}
@media (max-width: 768px) {
  .basic-flex {
    flex-direction: column;
  }
  .basic-flex.sp-2col {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .basic-flex.sp-2col .basic-flex-item {
    flex: unset;
    width: calc(50% - 0.5em);
  }
}
.basic-flex.y-center {
  align-items: center;
}
.basic-flex .basic-flex-item {
  flex: 1;
}

.flex {
  display: flex;
}
.flex.center {
  align-items: center;
  justify-content: center;
}
.flex.y-center {
  align-items: center;
}
.flex.x-center {
  justify-content: center;
}
.flex.col {
  flex-direction: column;
}

.gap-025 {
  gap: 0.25em;
}

.gap-05 {
  gap: 0.5em;
}

.gap-1 {
  gap: 1em;
}

.gap-2 {
  gap: 2em;
}

.gap-3 {
  gap: 3em;
}

.gap-4 {
  gap: 4em;
}

.gap-5 {
  gap: 5em;
}

.shadow {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3), 2px 2px 6px rgba(0, 0, 0, 0.1);
}

h2, .h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
  position: relative;
  font-weight: bold;
}
h2::after, .h2::after {
  content: "";
  position: absolute;
  top: calc(100% + 0.5em);
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 5px;
  background-color: #007b43;
  border-radius: 3px;
}
h2.accent::after, .h2.accent::after {
  background-color: #ff9340;
}

h3, .h3 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25rem;
}
h3.left, h3.alignleft, .h3.left, .h3.alignleft {
  float: none;
  text-align: left;
}
h3.primary, h3.is-style-primary, .h3.primary, .h3.is-style-primary {
  color: #007b43;
}
h3.accent, h3.is-style-accent, .h3.accent, .h3.is-style-accent {
  color: #ff9340;
}

h4, .h4 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.125rem;
}
h4.left, h4.alignleft, .h4.left, .h4.alignleft {
  float: none;
  text-align: left;
}
h4.primary, h4.is-style-primary, .h4.primary, .h4.is-style-primary {
  color: #007b43;
}
h4.accent, h4.is-style-accent, .h4.accent, .h4.is-style-accent {
  color: #ff9340;
}

h5, .h5 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1rem;
}
h5.left, h5.alignleft, .h5.left, .h5.alignleft {
  float: none;
  text-align: left;
}
h5.primary, h5.is-style-primary, .h5.primary, .h5.is-style-primary {
  color: #007b43;
}
h5.accent, h5.is-style-accent, .h5.accent, .h5.is-style-accent {
  color: #ff9340;
}

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

.text-pc-center {
  text-align: center;
}
@media (max-width: 768px) {
  .text-pc-center {
    text-align: left;
  }
}

.text-bold {
  font-weight: bold;
}

.text-xs {
  font-size: 0.7rem;
}

.text-ss {
  font-size: 0.8rem;
}

.text-s {
  font-size: 0.9rem;
}

.text-r {
  font-size: 1rem;
}

.text-l {
  font-size: 1.125rem;
}

.text-ll {
  font-size: 1.25rem;
}

.text-xl {
  font-size: 1.5rem;
}

.text-xxl {
  font-size: 1.75rem;
}

.text-primary {
  color: #007b43;
}

.text-primary-light {
  color: #e4f1eb;
}

.text-primary-dark {
  color: #003b20;
}

.text-sub {
  color: #47b382;
}

.text-accent {
  color: #ff9340;
}

.text-accent-light {
  color: #ffe2cc;
}

.text-accent-sub {
  color: #ffb780;
}

.text-grey {
  color: #999999;
}

.text-grey-light {
  color: #d9d9d9;
}

.text-grey-dark {
  color: #666666;
}

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-red {
  color: #c71b00;
}

.text-2x {
  font-size: 2rem;
}

.text-3x {
  font-size: 3rem;
}

.text-4x {
  font-size: 4rem;
}

.text-5x {
  font-size: 5rem;
}

.text-lh-2 {
  line-height: 2em;
}

.text-nowrap {
  white-space: nowrap;
}

.label, a.label {
  font-size: 0.8rem;
  border-radius: 3px;
  background-color: #999999;
  color: #fff;
  line-height: 1.5em;
  padding: 0 0.5em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.label.primary {
  background-color: #007b43;
}
.label.accent {
  background-color: #ff9340;
}

a.label {
  border: none;
}
a.label:hover {
  opacity: 0.6;
}

.button, a.button {
  display: inline-flex;
  border-radius: 50px;
  padding: 0.35em 1em;
  transition: 0.3s;
  background-color: #fff;
  border: 1px solid;
  cursor: pointer;
  border-color: #999999;
  color: #999999;
}
.button:hover:not(disabled) {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 2px 2px 6px rgba(0, 0, 0, 0.1);
}
.button:disabled {
  background-color: #999999 !important;
  color: #d9d9d9 !important;
}
.button:hover {
  background-color: #fafafa;
}
.button.filled {
  border: none;
  color: #fff;
  background-color: #999999;
}
.button.filled:hover {
  background-color: #a3a3a3;
}
.button.primary {
  border-color: #007b43;
  color: #007b43;
}
.button.primary:hover {
  background-color: #ecfff6;
}
.button.primary.filled {
  border: none;
  color: #fff;
  background-color: #007b43;
}
.button.primary.filled:hover {
  background-color: #00a258;
}
.button.accent {
  border-color: #ff9340;
  color: #ff9340;
}
.button.accent:hover {
  background-color: #fffaf5;
}
.button.accent.filled {
  border: none;
  color: #fff;
  background-color: #ff9340;
}
.button.accent.filled:hover {
  background-color: #ff9e53;
}

.wp-block-button .wp-element-button {
  display: inline-flex;
  border-radius: 50px;
  padding: 0.35em 1em;
  transition: 0.3s;
  background-color: #fff;
  border: 1px solid;
  cursor: pointer;
  border-color: #999999;
  color: #999999;
}
.wp-block-button .wp-element-button:hover:not(disabled) {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 2px 2px 6px rgba(0, 0, 0, 0.1);
}
.wp-block-button .wp-element-button:disabled {
  background-color: #999999 !important;
  color: #d9d9d9 !important;
}
.wp-block-button .wp-element-button:hover {
  background-color: #fafafa;
}
.wp-block-button.filled .wp-element-button {
  border: none;
  color: #fff;
  background-color: #999999;
}
.wp-block-button.filled .wp-element-button:hover {
  background-color: #a3a3a3;
}
.wp-block-button.primary .wp-element-button {
  border-color: #007b43;
  color: #007b43;
}
.wp-block-button.primary .wp-element-button:hover {
  background-color: #ecfff6;
}
.wp-block-button.primary.filled .wp-element-button {
  border: none;
  color: #fff;
  background-color: #007b43;
}
.wp-block-button.primary.filled .wp-element-button:hover {
  background-color: #00a258;
}
.wp-block-button.accent .wp-element-button {
  border-color: #ff9340;
  color: #ff9340;
}
.wp-block-button.accent .wp-element-button:hover {
  background-color: #fffaf5;
}
.wp-block-button.accent.filled .wp-element-button {
  border: none;
  color: #fff;
  background-color: #ff9340;
}
.wp-block-button.accent.filled .wp-element-button:hover {
  background-color: #ff9e53;
}

a.button {
  text-decoration: none;
}
a.button[target=_blank]::after {
  display: inline-block;
  margin-left: 0.5em;
  font-family: "Material Icons";
  content: "\e89e";
}

.pagination {
  padding: 2em 0;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 1em;
}
.pagination .nav-links .page-numbers {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3), 2px 2px 6px rgba(0, 0, 0, 0.1);
  border: none;
  color: #fff;
  background-color: #007b43;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 2em;
  aspect-ratio: 1/1;
  text-decoration: none;
  border-radius: 3px;
}
.pagination .nav-links .page-numbers:hover {
  background-color: #00a258;
}
.pagination .nav-links .page-numbers.current {
  background-color: #fff;
  color: #007b43;
  border: 1px solid #007b43;
}
.pagination .nav-links .page-numbers.dots {
  background: none;
  color: #999999;
  box-shadow: none;
}
.pagination .nav-links .page-numbers.next, .pagination .nav-links .page-numbers.prev {
  background: none;
  color: #007b43;
  box-shadow: none;
  border-radius: 50%;
  transition: 0.3s;
}
.pagination .nav-links .page-numbers.next:hover, .pagination .nav-links .page-numbers.prev:hover {
  background-color: #e4f1eb;
}
.pagination .nav-links .page-numbers.prev {
  margin-left: 1em;
}
.pagination .nav-links .page-numbers.next {
  margin-right: 1em;
}

select {
  padding: 0.25em;
  border-radius: 3px;
}

.site-head {
  display: flex;
  flex-wrap: wrap;
  padding: 1em;
  align-items: center;
}
@media (max-width: 576px) {
  .site-head {
    display: block;
  }
}

.custom-logo-link {
  border: none;
}

.custom-logo {
  max-height: 3em;
  width: auto;
}

.site-title a {
  border: none;
  color: #007b43;
  font-size: 1.5rem;
  font-weight: bold;
}
.site-title a:hover {
  color: #00a258;
}
@media (max-width: 576px) {
  .site-title {
    margin-bottom: 1rem;
  }
}

@media (max-width: 576px) {
  .footer-bottom {
    padding-bottom: 6em !important;
  }
}

.footer-nav .menu > .menu-item {
  margin-bottom: 1em;
}
.footer-nav .menu > .menu-item .sub-menu {
  margin-left: 1em;
}
.footer-nav .menu .menu-item {
  line-height: 1.75em;
}

.main-nav {
  background-color: #fff;
  margin-bottom: 0.5em;
}
.main-nav #primary-menu {
  position: relative;
  width: 100%;
  display: flex;
  width: 100%;
  z-index: 10;
  padding: 0 1em;
}
.main-nav #primary-menu > .menu-item {
  flex: 1;
  text-align: center;
}
.main-nav #primary-menu > .menu-item a {
  display: block;
  padding: 0.75em;
  border: none;
  color: #666666;
}
.main-nav #primary-menu > .menu-item.current-menu-item {
  border-bottom: 3px solid #007b43;
}
.main-nav #primary-menu > .menu-item.current-menu-item > a {
  color: #007b43;
}
.main-nav #primary-menu > .menu-item.menu-item-has-children > a {
  position: relative;
}
.main-nav #primary-menu > .menu-item.menu-item-has-children > a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Material Icons";
  content: "\e313";
  margin-left: 0.5em;
  color: #47b382;
  transition: 0.2s;
}
.main-nav #primary-menu > .menu-item.menu-item-has-children:hover > a::after {
  transform: translateY(-20%);
  opacity: 0;
}
.main-nav #primary-menu > .menu-item:hover {
  background-color: #e4f1eb;
}
.main-nav #primary-menu > .menu-item:hover .sub-menu {
  display: flex;
}
.main-nav #primary-menu > .menu-item .sub-menu {
  display: none;
  justify-content: center;
  flex-wrap: wrap;
  padding: 1rem;
  gap: 1rem;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #e4f1eb;
  z-index: 10;
  overflow: hidden;
}
.main-nav #primary-menu > .menu-item .sub-menu a {
  transition: 0.2s;
  border-radius: 30px;
  padding-left: 2em;
  padding-right: 1.5em;
  position: relative;
}
.main-nav #primary-menu > .menu-item .sub-menu a::before {
  position: absolute;
  font-family: "Material Icons";
  content: "\e5df";
  left: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  color: #007b43;
}
.main-nav #primary-menu > .menu-item .sub-menu a:hover {
  background-color: #fff;
}

#recommend-menu .menu-item {
  margin-bottom: 0.5em;
}

.contact-actions {
  display: flex;
  gap: 0.5em;
}
.contact-actions > a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 50px;
  padding: 0.5em 1.5em;
  gap: 0.5em;
  line-height: 1.15em;
}
@media (max-width: 768px) {
  .contact-actions > a {
    padding: 0.25em 1em;
  }
}
.contact-actions > a.contact-actions-tel {
  background-color: #e4f1eb;
  color: #007b43;
  flex: 1;
}
.contact-actions > a.contact-actions-tel .contact-phone-number {
  font-size: 1.25rem;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .contact-actions > a.contact-actions-tel .contact-phone-number {
    font-size: 1.125rem;
  }
}
.contact-actions > a.contact-actions-tel .contact-business-hour {
  font-size: 0.8rem;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .contact-actions > a.contact-actions-tel .contact-business-hour {
    font-size: 0.7rem;
  }
}
.contact-actions > a.contact-actions-tel:hover {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3), 2px 2px 6px rgba(0, 0, 0, 0.1);
  background-color: #d5e9e0;
}
.contact-actions > a.contact-actions-mail {
  background-color: #ffe2cc;
  color: #000;
}
@media (max-width: 768px) {
  .contact-actions > a.contact-actions-mail {
    font-size: 0.8rem;
  }
}
.contact-actions > a.contact-actions-mail:hover {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3), 2px 2px 6px rgba(0, 0, 0, 0.1);
  background-color: #ffd5b5;
}

.wpcf7-form-control-wrap {
  max-width: 100%;
}

table td {
  padding: 0.5em 1em;
}
table td:first-child {
  padding-left: 0;
}
table.compact td {
  padding: 0.25em 1em;
}
table.compact td:first-child {
  padding-left: 0;
}
table.simple tr:first-child td {
  border-top: 1px solid #d9d9d9;
}
table.simple td {
  border-bottom: 1px solid #d9d9d9;
}
table.border td {
  border: 1px solid;
}
table.shrink td:first-child {
  width: 0;
  white-space: nowrap;
}
table.data td:first-child {
  font-weight: bold;
  font-size: 0.8rem;
}

.entry-content table {
  margin: 1em 0;
}

.hidden {
  display: none !important;
}

@media (max-width: 360px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .hidden-mobile {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .show-mobile {
    display: unset !important;
  }
}

@media (max-width: 768px) {
  .show-tablet {
    display: unset !important;
  }
}

.sp-menu {
  display: none;
}
@media (max-width: 768px) {
  .sp-menu {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .sp-menu ul {
    display: flex;
    gap: 2px;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  .sp-menu ul li {
    flex: 1;
  }
  .sp-menu ul li #open-sp-menu {
    all: unset;
  }
  .sp-menu ul li a, .sp-menu ul li #open-sp-menu {
    display: flex;
    flex-direction: column;
    gap: 0.25em;
    align-items: center;
    padding: 0.75em 0;
    font-size: 0.9rem;
    border: none;
    color: #000;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
  }
  .sp-menu ul li .icon {
    color: #ff9340;
    font-size: 2.25em;
  }
  .sp-menu ul li .sp-nav-label {
    font-size: 0.75rem;
  }
  .sp-menu ul li.tel {
    background-color: rgba(255, 226, 204, 0.5);
  }
  .sp-menu ul li.tel .sp-nav-label {
    color: #ff9340;
    font-weight: bold;
  }
}

.sp-global-nav {
  display: none;
}
@media (max-width: 768px) {
  .sp-global-nav {
    position: fixed;
    bottom: 5em;
    left: 50%;
    transform: translateX(-50%);
    width: 96%;
    max-height: calc(100vh - 6em);
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    z-index: 100;
    padding: 1em;
    border: 2px solid #ff9340;
    border-radius: 5px;
    overflow: auto;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3), 2px 2px 6px rgba(0, 0, 0, 0.1);
  }
  .sp-global-nav .menu-headnav1-container {
    width: 100%;
  }
  .sp-global-nav .menu-headnav1-container #primary-menu-sp .menu-item a {
    border: none;
    display: flex;
    align-items: center;
    padding: 0.5em;
    gap: 0.5em;
  }
  .sp-global-nav .menu-headnav1-container #primary-menu-sp .menu-item a::before {
    font-family: "Material Icons";
    content: "\e5df";
    display: block;
  }
  .sp-global-nav .menu-headnav1-container #primary-menu-sp .menu-item.current-menu-item {
    display: none;
  }
  .sp-global-nav .menu-headnav1-container #primary-menu-sp .menu-item .sub-menu {
    margin-left: 2em;
    margin-bottom: 1em;
    padding-left: 0.5em;
    border-left: 1px solid #e4f1eb;
  }
  .sp-global-nav .menu-headnav1-container #primary-menu-sp .menu-item .sub-menu a::before {
    display: none;
  }
}

.sidebar-heading {
  margin-bottom: 0.5em;
}
.sidebar-heading span {
  display: block;
  font-size: 1rem;
  color: #999999;
  font-weight: normal;
}

.article-list-item {
  margin-bottom: 0.5em;
}

.mv {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.mv .mv-image {
  display: block;
  width: 100%;
  height: auto;
}

.news-wrapper {
  padding: 1.5em;
  background-color: rgba(255, 226, 204, 0.25);
}

.support {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  display: flex;
  gap: 2em;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5em 2em;
  border-radius: 50px;
  border: 1px solid #ff9340;
  width: 90%;
  max-width: 550px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3), 2px 2px 6px rgba(0, 0, 0, 0.1);
}
@media (max-width: 576px) {
  .support {
    padding: 0.25em 1em;
    gap: 0;
    justify-content: space-around;
  }
}
.support .support-title {
  font-weight: bold;
  margin: 0;
}
.support .support-date {
  margin: 0;
  white-space: nowrap;
  font-size: 0.8rem;
}
@media (max-width: 576px) {
  .support .support-date {
    font-size: 0.7rem;
  }
}
.support .support-group {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
@media (max-width: 576px) {
  .support .support-group {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
  }
}
.support .support-label {
  white-space: nowrap;
  font-size: 0.8rem;
}
@media (max-width: 576px) {
  .support .support-label {
    text-align: center;
    width: 100%;
  }
}
.support .support-unit {
  white-space: nowrap;
  font-size: 0.8rem;
}
.support .support-number {
  font-size: 1.5rem;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .support .support-number {
    font-size: 1.25rem;
  }
}

.waver-item {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3), 2px 2px 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.waver-item figure {
  width: 150px;
  margin: auto;
}

.faq-item {
  border: 1px solid #007b43;
  border-radius: 3px;
  overflow: hidden;
}
.faq-item dt {
  cursor: pointer;
  display: block;
  height: 100%;
  padding: 1em;
  padding-left: 2.25em;
  text-indent: -1.25em;
}
.faq-item dt .q-label {
  color: #007b43;
}
.faq-item dt:hover {
  background-color: #e4f1eb;
}
.faq-item dd {
  display: none;
  transition: max-height 0.3s;
  box-sizing: content-box;
}
.faq-item dd > div {
  padding: 1em;
}
.faq-item dd > div .a-label {
  color: #ff9340;
}
.faq-item dd > div p:first-child {
  padding-left: 1.25em;
  text-indent: -1.25em;
  padding-bottom: 0.5rem;
}

.post-taxonomies .tags {
  display: flex;
  gap: 0.5em;
}

#open-more {
  display: none;
}
#open-more + label + .entry-content-more {
  display: none;
}
#open-more:checked + label {
  display: none;
}
#open-more:checked + label + .entry-content-more {
  display: block;
}

.letter-text {
  position: relative;
  margin-bottom: 1em;
  transition: 0.3s;
}
.letter-text + .letter-text-more {
  display: none;
  text-align: center;
  margin-bottom: 2em;
}

.letter-text.closed, .letter-text.expanded {
  overflow: hidden;
}
.letter-text.closed + .letter-text-more, .letter-text.expanded + .letter-text-more {
  display: block;
}
.letter-text.closed {
  position: relative;
}
.letter-text.closed::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3em;
  background: linear-gradient(transparent, #fff);
}

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

.onemin22-submit {
  margin: 2em 0;
  text-align: center;
}
.onemin22-submit .wpcf7-spinner {
  display: block;
}

.page-fee .tag, .wp-block-post-content .tag {
  padding: 0.3em 0.5em;
  border-radius: 5px;
  color: #fff;
  white-space: nowrap;
  font-weight: bold;
  display: inline-flex;
  margin-bottom: 0.25em;
  background-color: #999999;
}
.page-fee .tag.large, .wp-block-post-content .tag.large {
  font-size: 1.25em;
}
.page-fee .tag.orange, .wp-block-post-content .tag.orange {
  background-color: #ff9340;
}
.page-fee .tag.green, .wp-block-post-content .tag.green {
  background-color: #007b43;
}
.page-fee .tag.red, .wp-block-post-content .tag.red {
  background-color: #c71b00;
}
.page-fee .tag.blue, .wp-block-post-content .tag.blue {
  background-color: #2300D2;
}
.page-fee .tag.olive, .wp-block-post-content .tag.olive {
  background-color: #988600;
}
.page-fee .price, .wp-block-post-content .price {
  font-size: 2em;
  font-weight: bold;
}

.page-fee h3, .page-fee h4, .page-fee h5 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  text-align: left;
}/*# sourceMappingURL=style.css.map */