/*!
Theme Name: 南あわじ市商工会様専用テーマ
Author: FREEDOM NETWORKD
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Import
# Function
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Layout
# Header
# Footer
# Side
# Content
	## Posts and pages
	## Blocks
	## Custom Blocks
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Import
--------------------------------------------------------------*/
@import "blocks/block_style.css";


/*--------------------------------------------------------------
# Function
--------------------------------------------------------------*/
:root {
	--color-primary: #ff6c00; /* メインオレンジ */
	--color-bluegray: #31424e; /* テキスト色 */
	--color-bluegray-80: #5a6871; /* テキスト色80% */
}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	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; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

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

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

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

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
	font-size: 62.5%;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: var(--color-bluegray);
	font-family: "Open Sans", "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-size: clamp( 14px, 3.75vw, 16px );
	line-height: 1.6;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

.nowrap {
	white-space: nowrap;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*: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. */
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

ol li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: auto;
}

th, td {
	padding: 0.5em 0.6em;
	border: solid 1px #ccc;
	font-weight: normal;
	font-feature-settings: "halt";
}

th {
	background: #fef5da;
}

td {
	/*background: #fff;*/
}

.table-scroll {
	width: 100%;
	overflow: auto;
	white-space: nowrap;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: .8em 1.5em;
	border: none;
	border-radius: 5px;
	background: var(--color-primary);
	color: #fff;
	line-height: 1;
	cursor: pointer;
	transition: .2s;
	outline: 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: var(--color-bluegray);
}

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 {
	padding: 0.3em 0.5em;
	border: 1px solid #ccc;
	color: #666;
}

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: var(--color-bluegray);
}

select {
	padding: 0.3em;
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/* contact form 7 */
.wpcf7-list-item {
	display: inline-block;
	margin: 0 1em 0 0;
}
.wpcf7-list-item.first {/* radio */
	margin-left: 0;
}
div.wpcf7 .ajax-loader {
	display: block;
	margin: 4px auto;
}
.wpcf7c-conf {
	background-color: #fff;
	color: black;
	border-color: #ccc;
}
.custom-wpcf7c-confirmed table input,
.custom-wpcf7c-confirmed table textarea,
.custom-wpcf7c-confirmed table select,
.custom-wpcf7c-confirmed table radio {
	cursor: default;
}
div.wpcf7 .sendbtn-area .ajax-loader {
	display: none;
}

.wpcf7-spinner {
	display: block;
	margin: 0 auto;
}


/* form table */
.form-table input[type="text"],
.form-table input[type="textarea"],
.wpcf7 input[type="email"] {
	width: 100%;
	box-sizing: border-box;
}

.form-table #pref {
	margin-bottom: 0.5em;
}

.form-table input.wpcf7-not-valid,
.form-table textarea.wpcf7-not-valid {
	border-color: #dc3232;
}

@media screen and (max-width: 767px) {
	.form-table,
	.entry-content .form-table {
		width: 100%;
	}
	.form-table th,
	.form-table td {
		display: block;
		max-width: 100%;
		border: none;
		box-sizing: border-box;
	}
	.form-table th {
		padding: 0.5em;
	}
	.form-table td {
		padding: 0.8em 0 1.5em;
	}
	.form-table tbody tr:last-child td {
		padding-bottom: 0;
	}
}

.form-input-wrap:not(:first-child) {
	margin-top: 0.5em;
}

.form-input-notice {
	margin: 0.5em 0;
}
.form-input-notice:first-child {
	margin-top: 0;
}
.form-input-notice:last-child {
	margin-bottom: 0;
}

.count-over {
	color: #ff0000;
}

/* 承認確認 */
.form-acceptance-list {
	list-style: none;
	margin: 1.5em 0;
	padding: 5px 15px;
	background: #EFF0F1;
}

.form-acceptance-list li {
	margin: 0.5em 0;
	padding: 0;
}

.form-acceptance-list .wpcf7-list-item {
	margin-right: 0;
}

.form-acceptance-list .wpcf7-list-item label {
	display: flex;
	align-items: flex-start;
}

.form-acceptance-list .wpcf7-list-item label input {
	flex-grow: 0;
	flex-shrink: 0;
	width: 13px;
	margin: 0.3em 5px 0 0;
}

/* 必須 */
form .required {
	margin: -1px 0 2px 0.8em;
	padding: 1px 3px;
	border-radius: 3px;
	background: #f03;
	color: #fff;
	font-size: 0.75em;
	line-height: 1;
}

/* send area */
.sendbtn-area {
	margin: 2em auto;
	text-align: center;
}
.sendbtn-area input {
	margin: 1em;
}
.btn.back {
	background: #999;
}
.btn.back:hover {
	background: #444;
}

@media screen and (max-width: 767px) {
	.sendbtn-area {
		margin: 1em auto;
	}
}

.members-form-send-btn.send-not-arrow {
	cursor: not-allowed;
}


/* Search
------------------------------*/
.search-form-wrap {
	display: inline-block;
}
.search-form {
	display: flex;
	position: relative;
	padding-right: 30px;
	box-sizing: border-box;
}
.search-field:focus,
.search-field:active {
	box-shadow: none;
	border-width: 1;
}
.search-form input[type="search"] {
	width: 100%;
	height: 36px;
	padding: 0.5em;
	border-right: none;
	border-color: #ff8a00;
	border-radius: 0;
	font-size: 0.9em;
}
.search-form input[type="search"]:focus {
	outline: 0;
}
.search-form .search-submit {
	display: none;
}
.search-form .search-submit:hover {
	background: #1D64B4;
}
.search-form .src-btn {
	display: flex;
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
	height: 100%;
	padding: 0;
	border-top: solid 1px #ff8a00;
	border-right: solid 1px #ff8a00;
	border-bottom: solid 1px #ff8a00;
	box-sizing: border-box;
	background: #fff;
	color: #ff5a00;
	font-size: 20px;
	font-size: 2.0rem;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: .2s;
}
.search-form .src-btn .icon {
	color: #ff5a00;
	background: -webkit-linear-gradient(-90deg, #ffba00, #ff5a00);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: .2s;
}
.search-form .src-btn:hover .icon {
	color: #444;
	-webkit-text-fill-color: unset;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #004f87;
	transition: .2s;
}

a:hover {
	color: var(--color-primary);
}

a:focus {
	outline: 0;
}

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

/* File Links */
a[href $='.pdf'],
a[href $='.doc'],
a[href $='.docx'],
a[href $='.xls'],
a[href $='.xlsx'],
a[href $='.ppt'],
a[href $='.pptx'] {
	position: relative;
}
p a[href $='.pdf']:before,
p a[href $='.doc']:before,
p a[href $='.docx']:before,
p a[href $='.xls']:before,
p a[href $='.xlsx']:before,
p a[href $='.ppt']:before,
p a[href $='.pptx']:before {
	font-family: "Font Awesome 7 Free";
	font-size: 1.2em;
	margin-right: 0.3em;
}
p a[href $='.pdf']:before {
	content: "\f1c1";
	color: #B30B00;
}
p a[href $='.doc']:before,
p a[href $='.docx']:before {
	content: "\f1c2";
	color: #2b579a;
}
p a[href $='.xls']:before,
p a[href $='.xlsx']:before {
	content: "\f1c3";
	color: #217346;
}
p a[href $='.ppt']:before,
p a[href $='.pptx']:before {
	content: "\f1c4";
	color: #b7472a;
}

/* Text Link - Arrow */
.link-arrow {
	position: relative;
}
.link-arrow:before {
	content: "\f054";
	font-family: "Font Awesome 7 Free";
	font-size: 0.9em;
	font-weight: 700;
	display: inline-block;
	margin-right: 0.3em;
	color: #ff8a00;
}

/* External Links */
.ex-link a,
a.ex-link {
	position: relative;
}
.ex-link a:after,
a.ex-link:after {
	content: "\f35d";
	font-family: "Font Awesome 7 Free";
	font-size: 14px;
	font-weight: 900;
	display: inline-block;
	color: #004f87;
	margin: 0 -1em 0 0.5em;
}

.icon-exlink {
	margin-left: 0.5em;
}

/* Link Button */
.linkbtn {
	display: inline-block;
	position: relative;
	padding: 1em 1.5em;
	border-radius: 5px;
	background: var(--color-primary);
	color: #fff;
	text-decoration: none;
	transition: .2s;
}
.linkbtn:after {
	color: #fff;
}
.linkbtn:hover {
	background: var(--color-bluegray);
	color: #fff;
}

.linkbtn--arrow {
	padding: 0.8em calc(1.5em + 18px) 0.8em 1.5em;
}
.linkbtn--arrow:after {
	content: "\f054";
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	position: absolute;
	right: 10px;
	top: 50%;
	font-size: 0.8em;
	line-height: 1;
	transform: translateY(-50%);
}

/* More Link */
.more-link-wrap {
	margin-top: 20px;
	text-align: center;
}

.more-link {
	display: inline-block;
	position: relative;
	margin: 0.5em;
	padding: 0.5em 1.5em;
	border: 1px solid var(--color-primary);
	background: #fff;
	color: var(--color-primary);
	font-size: 1.3rem;
	text-align: center;
	text-decoration: none;
	transition: .3s;
}

.more-link:hover {
	background: var(--color-primary);
	color: #fff;
}

.more-link:before {
	content: "\f0da";
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	margin-right: 0.8em;
}

@media print, screen and (min-width: 768px) {
	.more-link-wrap {
		margin-top: 30px;
		text-align: right;
	}
	.more-link {
		margin: 0 0 0 10px;
		font-size: 1.4rem;
	}
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/* Main Navigation
------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: right;
	width: auto;
}

.main-navigation ul {
	list-style: none;
	max-width: 1140px;
	margin: 0;
	padding-left: 0;
	letter-spacing: 0.05em;
}

.main-navigation ul ul {
	/*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);*/
	opacity: 0;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	float: left;
	margin-left: 1.4em;
	background: transparent;
	text-align: left;
	letter-spacing: 0;
	transition: .3s;
}

.main-navigation ul ul:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 0;
	width: 100%;
	height: calc(100% - 10px);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.main-navigation .sub-menu {
	padding-top: 10px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	opacity: 1;
	left: auto;
}
.main-navigation ul li.menu-item-page-mutual-aid:hover > ul,
.main-navigation ul li.menu-item-page-mutual-aid.focus > ul {
	left: auto;
	right: 0;
}

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

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

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation ul ul li {
	z-index: 10;
}

.main-navigation a {
	display: block;
	color: var(--color-bluegray);
	text-decoration: none;
}

.main-navigation li.disable-link > a {
	pointer-events: none;
}

.main-navigation ul ul a {
	width: 200px;
	padding: 0.4em;
	box-sizing: border-box;
	background: #3B4C58;
	color: #fff;
	font-size: 0.9em;
}

.main-navigation ul ul a:hover {
	background: #ff8a00;
	color: #fff;
}

.main-navigation ul.nav-menu {
	display: flex;
	position: relative;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	justify-content: center;
}

.main-navigation .menu > li:not(.pc-nav) {
	display: none;
}

.main-navigation .menu > li:before {
	content: " / ";
	display: inline-block;
	margin: 0 0.5em;
}
.main-navigation .menu > li:first-of-type:before {
	content: "";
	margin: 0;
}
.main-navigation .menu > li > a {
	display: inline-block;
	position: relative;
	padding: 0;
	color: var(--color-bluegray);
	font-size: 1.5rem;
}
.main-navigation .menu > li.is-highlight > a {
	color: var(--color-primary);
}
.main-navigation .menu > li > a:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -1px;
	width: 0;
	height: 1px;
	background: #fff;
	transition: .2s;
}
.main-navigation .menu > li > a:hover:after {
	left: 0;
	width: 100%;
	background: #ff4e00;
}

.main-navigation .menu > li > a {
	font-weight: 600;
}

.sub-menu {
	position: relative;
	padding-top: 10px;
}
.sub-menu:before {
	content: "";
	display: block;
	position: absolute;
	left: 1em;
	top: 2px;
	width: 0;
	height: 0;
	border-top: none;
	border-bottom: solid 8px #3B4C58;
	border-right: solid 6px transparent;
	border-left: solid 6px transparent;
}
.menu-item-page-mutual-aid .sub-menu:before {
	left: auto;
	right: 0.6em;
}

@media screen and (max-width: 1139px) {
	.main-navigation {
		display: none;
	}
}


/* Drawer (SP Navigation)
------------------------------*/
.drawer {
	position: fixed;
	right: -100%;
	top: 0;
	z-index: 2000;
	width: 100%;
	height: 100%;
	padding: 30px 20px 20px;
	overflow-y: auto;
	box-sizing: border-box;
	background: #ff8a00;
	font-size: 1.5rem;
}

/* logo */
.drawer-logo {
	margin: 0 auto 30px;
	padding: 0 50px;
}

.drawer-logo img {
	display: block;
	width: 100%;
	max-width: 240px;
	margin: 0 auto;
}

/* body */
.drawer-body {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

/* navigation */
.sp-navigation {
	width: 270px;
	width: 100%;
	height: auto;
	overflow: auto;
}

.sp-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
	.sp-navigation ul {
		font-size: 1.6rem;
	}
}

.sp-navigation .sub-menu:before {
	display: none;
}

.sp-navigation ul ul {
	padding: 0;
}

.sp-navigation li {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}

.sp-navigation ul ul li {
	border-top: dotted 1px #ffc47f;
}

.sp-navigation .menu a {
	display: block;
	padding: 0.5em 0;
	color: #fff;
	text-decoration: none;
}

.sp-navigation ul.menu ul a {
	padding: 0.4em 0 0.4em 1em;
}

.sp-navigation .menu {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: solid 1px #ffc47f;
}

.sp-navigation .menu > li {
	border-bottom: solid 1px #ffc47f;
}

.sp-navigation .menu > li > a {
	min-height: 38px;
	color: #fff;
	text-decoration: none;
}

.sp-navigation .menu > li.menu-item-has-children > a {
	padding-right: 25px;
	pointer-events: none;
}

.sp-navigation .sub-menu {
	display: none;
}
.sp-navigation .acc-btn {
	font-size: 1.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 40px;
	color: #fff;
	transition: .2s;
}
.sp-navigation .acc-btn i {
	width: 15px;
	text-align: center;
}
.sp-navigation .acc-btn .minus {
	display: none;
}
.sp-navigation .acc-btn.open .plus {
	display: none;
}
.sp-navigation .acc-btn.open .minus {
	display: inline-block;
}

.sp-navigation .exlink .icon-exlink {
	margin-left: 0.5em;
	color: var(--color-primary);
}

/* search */
.drawer-src {
	width: 100%;
	margin: 20px auto;
	padding: 0;
	box-sizing: border-box;
}
.drawer-src .search-form-wrap {
	display: block;
}

/* small menu */
.drawer-smallmenu {
	margin: 20px auto 0;
	font-size: 0.9em;
	font-size: min(2.8vw, 0.9em);
	text-align: center;
}

.drawer-smallmenu a {
	display: inline-block;
	margin: 0 0.5em;
	color: #fff;
}

/* close */
.drawer-close {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 5px;
	top: 10px;
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 30px;
}

/* overlay */
body.is-menu-open .overlay {
	opacity: 0.5;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1500;
	width: 100%;
	height: 100%;
	background: #000;
}
body.is-menu-open #page {
	opacity: .8;
	pointer-events: none;
	transition: all .2s;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}

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


/* Toggle button */
.menu-toggle {
	display: block;
	position: fixed;
	top: 10px;
	right: 5px;
	z-index: 3;
	width: 40px;
	height: 40px;
	padding: .8em;
	border: none;
	background: #fff;
	outline: none;
}
.menu-toggle span {
    display: block;
	background: #ffba00;
	background: linear-gradient(158deg,  #ffba00 0%,#ff5a00 100%);

    width: 28px;
    height: 4px;
    position: absolute;
	left: 6px;
	border-radius: 2px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.menu-toggle span:first-child {
    top: 8px;
}
.menu-toggle span:nth-child(2) {
    margin-top: -2px;
    top: 50%;
}
.menu-toggle span:last-child {
    bottom: 8px;
}
.toggled.menu-toggle span:first-child {
    -webkit-transform: translateY(10px) rotate(45deg);
    -moz-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}
.toggled.menu-toggle span:nth-child(2) {
    opacity: 0;
}
.toggled.menu-toggle span:last-child {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}

@media print, screen and (min-width: 768px) {
	.menu-toggle {
		right: 10px;
		top: 20px;
	}
}

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

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* 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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	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: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

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


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

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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


/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.site {
	position: relative;
}

.main-area {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: url(images/common/bg_main-area.png) right top no-repeat;
	background-size: 50% auto;
}

@media print, screen and (min-width: 768px) {
	.main-area {
		background: url(images/common/bg_main-area.png) right top no-repeat;
		background-size: 410px auto;
	}
}

.main-area__inner {
	position: relative;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 20px 0 0;
}

@media screen and (min-width: 1140px) {
	.main-area__inner {
		padding: 50px 20px;
	}
}

.main-area .content-area {
	padding: 0 15px;
}

@media screen and (min-width: 1140px) {
	.main-area .content-area {
		padding: 0 20px;
	}
}

@media screen and (min-width: 1140px) {
	.main-area .content-area {
		float: left;
		width: calc(100% - 340px);
		padding: 0;
	}
	.main-area.one-column .content-area {
		float: none;
		width: 100%;
	}
}

.side-area {
	background: #f5f5f5;
}

@media screen and (min-width: 1140px) {
	.side-area {
		float: right;
		width: 300px;
		margin: 0;
		background: transparent;
	}
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 55px;
	border-top: solid 5px #ff4e00;
	box-sizing: border-box;
	background: url(images/common/bg_header.png) left top no-repeat #fff;
	background-size: 90px auto;
	text-align: center;
}

.site-header__inner {
	display: flex;
	position: relative;
	max-width: 100%;
	height: 50px;
	margin: 0 auto;
	padding: 0 0 0 10px;
	box-sizing: border-box;
	justify-content: space-between;
	align-items: center;
	transition: .2s;
}

.site-title {
	width: 193px;

	max-width: 46%;
	height: auto;
	margin: 0;
	transition: .2s;
}

.site-title img {
	display: block;
	width: auto;
	height: auto;
	max-height: 40px;
}

.site-title .for-pc {
	display: none;
}

.site-header__right {
	float: right;
	width: 50%;
	padding-right: 55px;
	box-sizing: border-box;
}

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

.site-header__tel {
	color: var(--color-bluegray);
	font-size: 2.0rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
}

.site-header__tel-number {
	font-size: 4.5vw;
	font-weight: bold;
}

.site-header__tel .icon {
	color: #ff5a00;
	background: -webkit-linear-gradient(top, #ffba00 0%, #ff5a00 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 0.9em;
}

.site-header__opentime {
	display: block;
	margin-top: 3px;
	font-size: 1.65vw;
	font-weight: normal;
	line-height: 1.2;
	font-feature-settings: 'palt';
}

.site-header__contact-link,
.site-header__search {
	display: none;
}

@media screen and (min-width: 480px) {
	.site-header__right {
		padding-right: 55px;
	}
	.site-header__tel-number {
		font-size: 2.1rem;
	}
	.site-header__opentime {
		font-size: 0.75rem;
		font-feature-settings: inherit;
	}
}

@media print, screen and (min-width: 768px) {
	.site-header {
		height: auto;
		background-size: 180px auto;
	}
	.site-header__inner {
		height: 75px;
		padding: 10px 10px 10px 15px;
		box-sizing: border-box;
	}
	.site-title {
		display: flex;
		float: left;
		width: 280px;
		max-width: 358px;
		height: 100%;
		margin: 0;
		align-items: center;
	}
	.site-title img {
		max-width: 100%;
		max-height: 100%;
		margin: 0;
	}
	.site-title .for-pc {
		display: block;
	}
	.site-title .for-sp {
		display: none;
	}
	.site-header__right {
		width: calc(100% - 300px);
	}
	.site-header__info {}
	.site-header__tel-number {
		font-size: 3.2rem;
		letter-spacing: 0.025em;
	}
	.site-header__opentime {
		margin-top: 5px;
		font-size: 1.2rem;
	}
	/* 20周年用 */
	.site-header-20th .site-title {
		width: 400px;
		max-width: 575px;
	}
	.site-header-20th .site-header__right  {
		width: calc(100% - 420px);
	}
}

@media screen and (min-width: 1140px) {
	.site-header {
		height: 130px;
	}
	.site-header__inner {
		position: relative;
		height: 125px;
		padding: 30px 20px;
	}
	.site-title {
		width: 358px;
	}
	.site-header__right {
		width: calc(100% - 358px);
		padding-right: 10px;
		text-align: right;
	}
	/* 20周年用 */
	.site-header-20th .site-title {
		width: 575px;
	}
	.site-header-20th .site-header__right {
		width: calc(100% - 575px);
		min-width: 620px;
	}
	/* 20周年用ここまで */
	.site-header__info {
		display: flex;
		margin-bottom: 10px;
		padding-right: 75px;
		justify-content: flex-end;
		align-items: center;
	}
	.site-header__contact-link {
		display: block;
		position: absolute;
		top: 0;
		right: 20px;
		width: 55px;
		height: 50px;
	}
	.site-header__contact-link a {
		display: block;
		position: relative;
		width: 55px;
		height: 50px;
		padding-top: 3px;
		border-radius: 0 0 50% 50%;
		box-sizing: border-box;
		color: #fff;
		font-size: 3.2rem;
		line-height: 1;
		text-align: center;
		text-decoration: none;
	}
	.site-header__contact-link a:before,
	.site-header__contact-link a:after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 55px;
		height: 50px;
		border-radius: 0 0 50% 50%;
	}
	.site-header__contact-link a:before {
		z-index: -1;
		background: #ff5a00;
		background: linear-gradient(to bottom, #ff5a00 0%,#ffba00 100%);
		opacity: 1;
		transition: .2s;
	}
	.site-header__contact-link a:hover:before {
		opacity: 0;
		transition: .2s;
	}
	.site-header__contact-link a:after {
		z-index: -2;
		background: #ffba00;
		transition: .2s;
	}
	.site-header__contact-link a:hover:after {
		background: var(--color-bluegray);
		transition: .2s;
	}
	.site-header__right {
		padding-right: 0;
	}
	.site-header__info {
	}
	.site-header__tel,
	.site-header__search {
		display: inline-block;
	}
}


/* small-header
------------------------------*/
.small-header {
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

@media print, screen and (min-width: 768px) {
	.small-header {
		height: 80px;
	}
}

@media screen and (min-width: 1140px) {
	.small-header {
		height: 90px;
	}
	.small-header .site-title {
		width: 320px;
	}
	/* 20周年用 */
	.small-header.site-header-20th .site-title {
		width: 575px;
		width: calc(100% - 620px);
	}
	.small-header .site-header__inner {
		height: 85px;
		padding: 10px 20px;
	}
	.small-header .site-header__tel {
		font-size: 2.2rem;
	}
	.small-header .site-header__opentime {
		display: none;
	}
	.small-header .site-header__contact-link {
		width: 55px;
		height: 45px;
	}
	.small-header .site-header__contact-link a {
		width: 55px;
		height: 45px;
		font-size: 3rem;
	}
	.small-header .site-header__contact-link a:before,
	.small-header .site-header__contact-link a:after {
		width: 55px;
		height: 45px;
	}
}

/* Header - Search Form */
.site-header__info .search-form {
	width: 240px;
	margin-left: 30px;
	box-sizing: border-box;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	position: relative;
	background: url(images/common/bg_footer.png) left -30px top no-repeat var(--color-bluegray);
	background-size: auto 70%;
	color: #fff;
	text-align: center;
}
.site-footer__inner {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 25px 0 0;
	box-sizing: border-box;
}
.site-footer__info {
	width: 100%;
	padding: 0 20px 25px;
	box-sizing: border-box;
}

.site-footer__logo {
	width: 60%;
	max-width: 244px;
	height: auto;
	margin: 0 auto 20px;
}
.site-footer__logo img {
	width: 100%;
	height: auto;
}

.site-footer__address {
	font-size: 1.3rem;
}
.site-footer__address span {
	white-space: nowrap;
}

.site-footer__tel-box {
	margin: 10px auto;
	font-size: clamp(1.8rem, 4vw, 2.6rem);
	font-family: "open sans", sans-serif;
	font-weight: 600;
}
.site-footer__tel,
.site-footer__fax {
	display: inline-block;
	margin: 0 0.4em;
	letter-spacing: 0.05em;
}
.site-footer__tel-box a {
	color: #fff;
	text-decoration: none;
}
.site-footer__tel-box .icon-fax {
	margin-right: 0.3em;
}

.site-footer__sns {
	margin: 15px auto 0;
}

.site-footer__sns a {
	display: inline-block;
	margin: 0 0.3em;
	color: #fff;
	font-size: 30px;
	line-height: 1;
}

.site-footer__sns a:hover {
	opacity: .8;
}

.site-footer__nav {
	font-size: 1.5rem;
}
.site-footer__nav ul {
	display: flex;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	flex-wrap: wrap;
}
.site-footer__nav li {
	width: 50%;
	margin: 0 auto;
	padding: 0;
	border-top: solid 1px #fff;
	box-sizing: border-box;
}
.site-footer__nav li:nth-child(2n-1) {
	border-right: solid 1px #fff;
}
.site-footer__nav li a {
	display: block;
	padding: 0.5em 0.2em;
	color: #fff;
	font-size: 0.9em;
	text-decoration: none;
}
.site-footer__nav a:hover {
	background: #172026;
}

.copyright {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.6em 10px;
	background: #172026;
	font-size: 1.1rem;
	font-family: "open sans", sans-serif;
	line-height: 1.4;
}

@media screen and (min-width: 1140px) {
	.site-footer {
		background: url(images/common/bg_footer.png) left top no-repeat var(--color-bluegray);
		background-size: auto auto;
	}
	.site-footer__inner {
		padding: 40px 0;
	}
	.site-footer__info {
		padding: 0 20px;
	}
	.site-footer__logo {
		width: 244px;
		margin-bottom: 20px;
	}
	.site-footer__address {
		font-size: 1.6rem;
	}
	.site-footer__tel-box {
		font-size: 2.6rem;
	}
	.site-footer__tel-box a {
		text-decoration: none;
		pointer-events: none;
	}
	.site-footer__sns {
		margin: 15px auto 20px;
	}
	.site-footer__nav {
		margin-top: 30px;
	}
	.site-footer__nav .pc-hidden {
		display: none;
	}
	.site-footer__nav ul {
		display: block;
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}
	.site-footer__nav li {
		display: inline-block;
		width: auto;
		margin: 0 auto;
		padding: 0;
		border: none;
		box-sizing: border-box;
	}
	.site-footer__nav li:nth-child(2n-1) {
		border: none;
	}
	.site-footer__nav li:after {
		content: "\FF0F";
		margin: 0 0.1em 0 0.3em;
	}
	.site-footer__nav li:last-child:after {
		content: "";
	}
	.site-footer__nav li a {
		display: inline-block;
		position: relative;
		padding: 0;
	}
	.site-footer__nav li a:after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 0;
		height: 1px;
		background: #fff;
		transition: .2s;
	}
	.site-footer__nav a:hover {
		background: transparent;
	}
	.site-footer__nav li a:hover:after {
		left: 0;
		width: 100%;
	}
	.copyright {
		height: 35px;
		padding: 5px 10px;
		background: #172026;
		font-size: 1.2rem;
		font-family: "open sans", sans-serif;
		line-height: 1.4;
	}
}

/* Pagetop */
.pagetop {
	opacity: .7;
	position: fixed;
	right: 10px;
	bottom: 100px;
	z-index: 20;
	width: 50px;
	height: 50px;
	border: solid 1px #ffd800;
	background: #ff5a00;
	background: linear-gradient(158deg,  #ff5a00 0%,#ff4e00 100%);
}
.pagetop .inner {
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
}
.pagetop a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: static;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	color: #fff;
	font-size: 2.5rem;
	text-decoration: none;
	transition: .2s;
}
.pagetop a:before,
.pagetop a:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.pagetop a:before {
	z-index: -1;
	background: #ffba00;
	background: linear-gradient(158deg,  #ffba00 0%,#ff5a00 100%);
	transition: .2s;
}
.pagetop a:hover:before {
	opacity: 0;
}
.pagetop a:after {
	z-index: -2;
	background: #ffa100;
	background: linear-gradient(158deg,  #ffa100 0%,#ff3e00 100%);
}

@media print, screen and (min-width: 1140px) {
	.pagetop {
		opacity: 1;
		position: fixed;
		right: 20px;
		bottom: 20px;
	}
}

.pagetop-sp {
	width: 100%;
}
.pagetop-sp a {
	display: block;
	width: 100%;
	padding: 0.5em;
	background: #ffba00;
	background: linear-gradient(to bottom,  #ffba00 0%,#ff5a00 100%);
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.pagetop-sp .icon {
	margin-right: 0.8em;
	font-size: 0.8em;
}

@media screen and (min-width: 1140px) {
	.pagetop-sp {
		display: none;
	}
}


/*--------------------------------------------------------------
# Side
--------------------------------------------------------------*/

/* Side Menu
------------------------------*/
.side-menu {
	padding: 15px;
	background: #f5f5f5;
}

@media screen and (min-width: 1140px) {
	.side-menu {
		margin-bottom: 20px;
		padding: 0;
		background: transparent;
	}
}

.side-menu__title {
	background: #ff5a00;
	background: linear-gradient(135deg,  #ff5a00 0%,#ff8a00 100%);
	color: #fff;
}

.side-menu__title a,
.side-menu__title span {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 40px;
	padding: 5px 10px;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.3;
	text-decoration: none;
}

.side-menu__title a:hover {
	background: var(--color-bluegray);
}

.side-menu__list {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
}

.side-menu__list li {
	margin: 0;
	padding: 0;
	border: solid 1px #ccc;
	border-top: none;
}

.side-menu__list li a {
	display: block;
	position: relative;
	margin: 0;
	padding: 0.6em 5px 0.6em 23px;
	color: var(--color-bluegray);
	line-height: 1.3;
	text-decoration: none;
}

.side-menu__list li a:hover {
	background: #feebb6;
}

.side-menu__list li a:before {
	content: "\f054";
	font-family: "Font Awesome 7 Free";
	font-size: 1.2rem;
	font-weight: 900;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -0.5em;
	color: #ff5a00;
	line-height: 1;
}

.side-menu__list li > ul {
	list-style: none;
	margin: 0;
}

.side-menu__list li > ul li {
	border: none;
}

.side-menu__list li > ul li a {
	padding: 0.5em 5px 0.5em 34px;
}

.side-menu__list li > ul li a:before {
	content: "•";
	left: 22px;
}


/* Side Banner
------------------------------*/
.side-banner {
	padding: 15px;
}

.side-banner__list {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.side-banner__item {
	margin-bottom: 1.5vw;
	padding: 3px;
	box-sizing: border-box;
	background: #ffba00;
	background: linear-gradient(158deg,  #ffba00 0%,#ff5a00 100%);
}

.side-banner__item.bnr-line {
	background: #a3e012;
	background: linear-gradient(158deg,  #a3e012 0%,#00b900 100%);
}

.side-banner__item.bnr-fb {
	background: #1877f2;
	background: linear-gradient(158deg,  #18ccf2 0%,#1877f2 100%);
}

.side-banner__item.page-hidden {
	display: none;
}

.home .side-banner__item.home-hidden {
	display: none;
}

.home .side-banner__item.page-hidden {
	display: block;
}

.side-banner__item a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 54px;
	padding: 0.4em 0.5em;
	box-sizing: border-box;
	background: #fff;
	line-height: 1.2;
	text-decoration: none;
}

.side-banner__item a:hover {
	background: #ffba00;
	background: linear-gradient(158deg,  #ffba00 0%,#ff5a00 100%);
	color: #fff;
}

.side-banner__item.bnr-line a:hover {
	background: #a3e012;
	background: linear-gradient(158deg,  #a3e012 0%,#00b900 100%);
	color: #fff;
}

.side-banner__item.bnr-fb a:hover {
	background: #1877f2;
	background: linear-gradient(158deg,  #18ccf2 0%,#1877f2 100%);
	color: #fff;
}

.side-banner__item a span {
	display: block;
}

.side-banner__item .ja {
	color: var(--color-primary);
	font-size: 1.5rem;
	font-weight: bold;
	font-feature-settings: 'palt';
	letter-spacing: 0.05em;
}

.side-banner__item.bnr-line .ja,
.side-banner__item.bnr-fb .ja {
	color: var(--color-bluegray);
}

.side-banner__item .en {
	color: #a1a1a1;
	font-size: 1.0rem;
	font-weight: bold;
}

.side-banner__item a .icon {
	width: 36px;
	color: var(--color-primary);
	font-size: 3.4rem;
	line-height: 1;
	text-align: center;
}

.side-banner__item.bnr-line a .icon,
.side-banner__item.bnr-fb a .icon {
	font-size: 2.9rem;
}

.side-banner__item.bnr-line a .icon {
	color: #00b900;
}

.side-banner__item.bnr-fb a .icon {
	color: #1877f2;
}

.side-banner__item a:hover .ja,
.side-banner__item a:hover .en,
.side-banner__item a:hover .icon,
.side-banner__item.bnr-line a:hover .ja,
.side-banner__item.bnr-line a:hover .en,
.side-banner__item.bnr-line a:hover .icon,
.side-banner__item.bnr-fb a:hover .ja,
.side-banner__item.bnr-fb a:hover .en,
.side-banner__item.bnr-fb a:hover .icon {
	color: #fff;
}

@media screen and (max-width: 767px) {
	.page-side-area .side-banner {
		display: none;
		padding: 15px;
	}
}

@media print, screen and (min-width: 480px) {
	.side-banner ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		list-style: none;
	}
	.side-banner__item {
		width: 49%;
	}
	.side-banner__item a {
		height: 100%;
		padding: 0.5em;
	}
	.side-banner__item .ja {
		font-size: 1.4rem;
	}
	.side-banner__item .en {
		font-size: 0.8rem;
	}
	.side-banner__item a .icon {
		font-size: 3.4rem;
	}
}

@media screen and (min-width: 768px) {
	.side-banner {
		padding: 20px;
	}
}

@media screen and (min-width: 960px) {
	.side-banner__item {
		width: calc((100% - 40px) / 3);
	}
}

@media screen and (min-width: 1140px) {
	.side-banner {
		padding: 0;
	}
	.side-banner__item {
		width: 100%;
		margin-bottom: 10px;
	}
	.side-banner__item a {
		height: 70px;
		padding: 10px;
	}
	.side-banner__item .ja {
		font-size: 1.6rem;
	}
	.side-banner__item .en {
		font-size: 1.0rem;
	}
	.side-banner__item a .icon {
		width: 54px;
		font-size: 5.0rem;
	}
	.side-banner__item.bnr-line a .icon,
	.side-banner__item.bnr-fb a .icon {
		font-size: 4.4rem;
	}
}


/* Side Calendar
------------------------------*/
.side-calendar {
	padding: 20px 15px 15px;
}

@media print, screen and (min-width: 1140px) {
	.side-calendar {
		margin-bottom: 20px;
		padding: 0;
		background: #fff;
	}
}

.side-calendar__title {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 40px;
	margin-bottom: 15px;
	padding: 5px 10px;
	box-sizing: border-box;
	background: #ff5a00;
	background: linear-gradient(135deg, #ff5a00 0%, #ff8a00 100%);
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.3;
	text-decoration: none;
}

.side-calendar__link {
	margin-top: 10px;
	text-align: right;
}

.side-calendar__link a {
	position: relative;
	font-size: 0.9em;
}

.side-calendar__link a:before {
	content: "\f0da";
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	font-size: 0.8em;
	display: inline-block;
	margin-right: 0.5em;
}

@media print, screen and (max-width: 1139px) {
	.side-calendar__link {
		display: none;
	}
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.site-content {
	padding-top: 55px;
}

@media print, screen and (min-width: 768px) {
	.site-content {
		padding-top: 80px;
	}
}

@media screen and (min-width: 1140px) {
	.site-content {
		padding-top: 130px;
	}
}

.sticky {
	display: block;
}

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

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

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

.entry-content {
	min-height: 5em;
}

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


/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/

/* Page Header
------------------------------*/
.page-header {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: url(images/common/bg_pagetitle_02.png) right 75% no-repeat, url(images/common/bg_pagetitle_01.gif) 0 0 repeat;
	background-size: 50% auto, auto auto;
}

@media print, screen and (min-width: 768px) {
	.page-header {
		background:  url(images/common/bg_pagetitle_02.png) right center no-repeat, url(images/common/bg_pagetitle_01.gif) 0 0 repeat;
		background-size: auto auto, auto auto;
	}
}

.page-header .inner {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}

@media print, screen and (min-width: 768px) {
	.page-header .inner {
		padding: 0 20px;
		box-sizing: border-box;
	}
}

/* Entry Header */
.entry-header {
	margin: 0 0 30px;
}

.entry-header .entry-title {
	position: relative;
	margin: 0;
	padding: 0 0 0.5em;
	font-size: 2.4rem;
	line-height: 1.3;
}
.entry-header .entry-title:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #dfdfdf;
}

.entry-header .entry-meta {
	margin: 1.5em 0 0;
	font-size: 1.3rem;
}

.entry-header .entry-meta__date {
	display: inline-block;
	margin-right: 1em;
	margin-bottom: 5px;
	color: #838b91;
	font-weight: bold;
}
.entry-header .entry-meta__date i {
	margin-right: 3px;
}

.entry-header .entry-meta__cat {
	display: inline-block;
	font-size: 1.1rem;
}
.entry-header .entry-meta__cat a {
	display: inline-block;
	margin-right: 0.6em;
	padding: 1px 5px;
	border: solid 1px var(--color-bluegray-80);
	border-radius: 3px;
	background: #fff;
	color: var(--color-bluegray-80);
	text-decoration: none;
}
.entry-header .entry-meta__cat a:hover {
	background: var(--color-bluegray);
	color: #fff;
}

@media print, screen and (min-width: 768px) {
	.entry-header {
		margin-bottom: 40px;
	}
	.entry-header .entry-title {
		font-size: 2.8rem;
	}
	.entry-header .entry-meta {
		font-size: 1.5rem;
	}
	.entry-header .entry-meta__cat {
		font-size: 1.3rem;
	}
}

/* Breadcrumb */
.breadcrumb ul {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0.5em 0 0;
	z-index: 2;
}
.breadcrumb li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	color: var(--color-bluegray);
	font-size: 1.2rem;
}
.breadcrumb li:before {
	content: "/";
	margin: 0 0.5em;
}
.breadcrumb li:first-of-type:before {
	content: "";
	margin: 0;
}
.breadcrumb a {
	color: var(--color-bluegray);
}
.breadcrumb a:hover {
	color: var(--color-primary);
}

@media print, screen and (min-width: 768px) {
	.breadcrumb ul {
		padding: 10px 0 0;
	}
	.breadcrumb li {
		font-size: 1.3rem;
	}
}

/* Page Title */
.page-header .pagetitle {
	display: flex;
	align-items: center;
	position: relative;
	min-height: 70px;
	margin: 0;
	padding: 10px 0 10px 15px;
	box-sizing: border-box;
	color: var(--color-bluegray);
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.3;
}

.page-header .pagetitle:before {
	content: "\b001";
	font-family: "Icomoon";
	font-weight: normal;
	position: absolute;
	left: -25px;
	bottom: -10px;
	z-index: 1;
	color: rgba(49,66,78,0.1);
	font-size: 80px;
	line-height: 1;
}

.cat_about .pagetitle:before {
	content: "\b001";
	left: -20px;
	bottom: -5px;
	font-size: 75px;
}
.cat_access .pagetitle:before {
	content: "\b021";
	left: -15px;
	bottom: -5px;
}
.cat_contact .pagetitle:before {
	content: "\b019";
}
.cat_startup .pagetitle:before {
	content: "\b002";
	bottom: -20px;
	font-size: 110px;
}
.cat_support .pagetitle:before {
	content: "\b003";
	left: -20px;
	bottom: -5px;
	font-size: 75px;
}
.cat_subsidy .pagetitle:before {
	content: "\b004";
}
.cat_seminar .pagetitle:before {
	content: "\b005";
	left: -20px;
	bottom: -5px;
	font-size: 75px;
}
.cat_labor .pagetitle:before {
	content: "\b006";
}
.cat_tax .pagetitle:before {
	content: "\b007";
	left: -20px;
	font-size: 90px;
}
.cat_market .pagetitle:before {
	content: "\b008";
}
.cat_loan .pagetitle:before {
	content: "\b009";
	left: -20px;
	bottom: -5px;
	font-size: 75px;
}
.cat_mutual-aid .pagetitle:before {
	content: "\b010";
	left: -20px;
	bottom: -5px;
	font-size: 75px;
}
.cat_members .pagetitle:before {
	content: "\b011";
	left: -15px;
	font-size: 85px;
}
.cat_join .pagetitle:before {
	content: "\b012";
	bottom: -20px;
	font-size: 110px;
}
.cat_report .pagetitle:before {
	content: "\b014";
}
.cat_download .pagetitle:before {
	content: "\b013";
	left: -15px;
	bottom: -5px;
	font-size: 75px;
}
.cat_onokoro .pagetitle:before {
	content: "\b015";
	left: -15px;
	bottom: 0;
	font-size: 70px;
}
.cat_mimosa .pagetitle:before {
	content: "\b016";
}
.cat_sdgs .pagetitle:before {
	content: "\b017";
}
.cat_my-action .pagetitle:before {
	content: "\b018";
	left: -15px;
	bottom: -5px;
	font-size: 75px;
}
.cat_sitemap .pagetitle:before {
	content: "\b024";
	left: -15px;
}
.cat_news .pagetitle:before {
	content: "\b023";
}
.cat_search .pagetitle:before {
	content: "\a00d";
}

.page-header .pagetitle .title {
	z-index: 2;
}

@media print, screen and (min-width: 768px) {
	.page-header .pagetitle {
		min-height: 90px;
		margin: 0;
		padding: 10px 0 10px 40px;
		font-size: 2.8rem;
	}
	.page-header .pagetitle:before {
		left: -20px;
		bottom: -10px;
		font-size: 110px;
	}
	.cat_contact .pagetitle:before {
		bottom: -15px;
	}
	.cat_access .pagetitle:before {
		font-size: 105px;
	}
	.cat_startup .pagetitle:before {
		font-size: 140px;
		bottom: -25px;
	}
	.cat_support .pagetitle:before {
		font-size: 100px;
	}
	.cat_subsidy .pagetitle:before {
		font-size: 100px;
	}
	.cat_seminar .pagetitle:before {
		bottom: -5px;
		font-size: 95px;
	}
	.cat_tax .pagetitle:before {
		font-size: 140px;
		bottom: -25px;
	}
	.cat_market .pagetitle:before {
		bottom: -15px;
	}
	.cat_mutual-aid .pagetitle:before {
		font-size: 100px;
	}
	.cat_members .pagetitle:before {
		bottom: -15px;
		font-size: 115px;
	}
	.cat_join .pagetitle:before {
		font-size: 140px;
		bottom: -25px;
	}
	.cat_download .pagetitle:before {
		font-size: 100px;
	}
	.cat_onokoro .pagetitle:before {
		bottom: 0;
		font-size: 90px;
	}
	.cat_my-action .pagetitle:before {
		bottom: -5px;
		font-size: 100px;
	}
}


/*--------------------------------------------------------------
## Page Common
--------------------------------------------------------------*/

/* Content Typography
------------------------------*/
/* H2 */
.entry-content h2,
.page-content h2,
.archive-content h2 {
	position: relative;
	margin: 1.3em 0 0.9em;
	padding: 10px 0;
	box-sizing: border-box;
	color: var(--color-bluegray);
	font-size: 2.0rem;
	font-size: clamp( 2.0rem, calc( 1.6rem + 1vw ), 2.4rem );
	line-height: 1.4;
}

.entry-content h2:first-child,
.page-content h2:first-child,
.archive-content h2:first-child {
	margin-top: 0;
}

.entry-content h2:after,
.page-content h2:after,
.archive-content h2:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #ff5a00;
	background: linear-gradient(to right,  #ff5a00 0%,#ff8a00 100%);
}

/* H3 */
.entry-content h3,
.archive-content h3 {
	margin: 1.2em 0 0.9em;
	padding: 0.4em 0.6em;
	background: #feebb6;
	font-size: clamp( 1.8rem, calc( 1.4rem + 1vw ), 2.2rem );
	font-size: clamp( 18px, calc( 16px + 0.5vw ), 20px );
	line-height: 1.4;
	clear: both;
}

.entry-content h3:first-child,
.page-content h3:first-child,
.archive-content h3:first-child {
	margin-top: 0;
}

@media print, screen and (min-width: 768px) {
	.entry-content h3,
	.archive-content h3 {
		margin: 1.5em 0 0.9em;
	}
}

/* H4 */
.entry-content h4 {
	margin: 1.2em 0 0.8em;
	padding: 0.2em 0 0.2em 0.5em;
	border-left: 6px solid var(--color-primary);
	font-size: clamp( 1.7rem, calc( 1.4rem + 0.75vw ), 2.0rem );
	font-weight: bold;
	line-height: 1.4;
}

.entry-content h4:first-child,
.page-content h4:first-child,
.archive-content h4:first-child {
	margin-top: 0;
}

@media print, screen and (min-width: 768px) {
	.entry-content h4 {
		margin: 1.25em 0 0.75em;
	}
}

/* H5 */
.entry-content h5 {
	margin: 25px 0 15px;
	padding: 0 0 0.3em 0;
	border-bottom: 1px solid #adb3b8;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4;
}

.entry-content h5:first-child,
.page-content h5:first-child,
.archive-content h5:first-child {
	margin-top: 0;
}

@media print, screen and (min-width: 768px) {
	.entry-content h5 {
		margin: 30px 0 16px;
	}
}

/* H6 */
.entry-content h6 {
	margin: 20px 0 10px;
	color: var(--color-primary);
	font-size: 1.1em;
	font-weight: bold;
}

.entry-content h6:first-child,
.page-content h6:first-child,
.archive-content h6:first-child {
	margin-top: 0;
}

@media print, screen and (min-width: 768px) {
	.entry-content h6 {
		margin: 25px 0 15px;
	}
}

/* p */
.entry-content p:first-child {
	margin-top: 0;
}

.entry-content p:last-child {
	margin-bottom: 0;
}

.archive-content > *:first-child {
	margin-top: 0;
}


/* Children List
------------------------------*/
.children-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.children-list li {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}
.children-list li a {
	display: flex;
	align-items: center;
	position: relative;
	padding: 1em;
	border: solid 1px var(--color-primary);
	color: var(--color-bluegray);
	text-decoration: none;
}
.children-list li a:hover {
	background: var(--color-primary);
	color: #fff;
}
.children-list li a:after {
	content: "\f054";
	font-family: "Font Awesome 7 Free";
	font-size: 1.2rem;
	font-weight: 900;
	position: absolute;
	right: 1em;
	top: 50%;
	margin-top: -0.5em;
	color: var(--color-primary);
	line-height: 1;
	transition: .2s;
}
.children-list li a:hover:after {
	color: #fff;
}

@media print, screen and (min-width: 768px) {
	.children-list ul {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -10px;
	}
	.children-list li {
		width: 50%;
		margin: 0 0 20px;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.children-list li a {
		min-height: 80px;
		font-size: 1.7rem;
	}
}


/* 関連カテゴリー投稿一覧
------------------------------*/
.related-posts {
	margin: 1em 0;
}

.related-posts__list {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: solid 1px #ddd;
	background: rgba(255,255,255,0.5);
}

.related-posts__list li {
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #ddd;
}

.related-posts__list li a {
	display: block;
	position: relative;
	width: 100%;
	padding: 0.5em;
	box-sizing: border-box;
	color: var(--color-bluegray);
	text-decoration: none;
	line-height: 1.4;
}

.related-posts__list li a:hover {
	background: #fef5da;
}

.related-posts__list li a .date {
	color: var(--color-primary);
	font-size: 0.9em;
	font-weight: 600;
}

.related-posts__list li a:hover .tit {
	color: var(--color-primary);
	text-decoration: underline;
}

@media screen and (min-width: 768px) {
	.related-posts__list li a {
		display: flex;
		flex-wrap: wrap;
		padding: 0.6em 0.4em;
	}
	.related-posts__list li a .date {
		flex-shrink: 0;
		width: 6.5em;
		font-size: 0.95em;
	}
	.related-posts__list li a .tit {
		width: calc(100% - 6.5em);
	}
}


/* テキスト＋画像
------------------------------*/
.block-text-image {
	margin: 1.5em auto;
}

.block-text-image__text {}

.block-text-image__image {
	width: 80%;
	max-width: 250px;
	margin: 1.5em auto 0;
}

.block-text-image__image img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
	.block-text-image {
		display: flex;
		justify-content: space-between;
		gap: 40px;
	}
	.block-text-image__text {}
	.block-text-image__image {
		flex-grow: 0;
		flex-shrink: 0;
		width: 200px;
		margin: 0;
	}
}


/*--------------------------------------------------------------
## Archive
--------------------------------------------------------------*/

/* 絞り込みタブ
------------------------------*/
.filter-tab-area {}

.filter-tab {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0 0 1.5em;
	padding: 0;
	border-bottom: 1px solid var(--color-bluegray);
}

.filter-tab__item {
	width: 24%;
	margin: 0;
	padding: 0;
}

.filter-tab__item a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 10px 0;
	background: #eaeced;
	color: var(--color-bluegray);
	font-weight: 600;
	text-decoration: none;
}

.filter-tab__item a:hover {
	background: #98a0a6;
	color: #fff;
}

.filter-tab__item.active a {
	background: var(--color-bluegray);
	color: #fff;
}

@media print, screen and (min-width: 768px) {
	.filter-tab {
		margin-bottom: 40px;
	}
}


/* アーカイブ記事一覧
------------------------------*/
.postlist-area {}

.postlist {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: solid 1px #ccc;
	background: rgba(255,255,255,0.5);
}

.postlist__item {
	margin: 0;
	padding: 0.5em;
	border-bottom: solid 1px #ccc;
	font-size: 1.4rem;
}

.postlist__item.has-thumbnail {
	padding: 0.8em 0.5em;
}

.postlist__item.has-thumbnail:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.postlist__thumb {
	float: left;
	width: 100px;
	aspect-ratio: 3/2;
	margin-right: 15px;
}

.postlist__thumb:hover {
	opacity: .8;
}

.postlist__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.postlist__date {
	display: inline-block;
	width: 6em;
	color: var(--color-primary);
}

.postlist__cat {
	display: inline-block;
}

.postlist__cat-item {
	display: inline-block;
	margin-right: 0.6em;
	padding: 1px 5px;
	border: 1px solid var(--color-bluegray-80);
	border-radius: 3px;
	background: #fff;
	/*background: #d4dee5;*/
	color: var(--color-bluegray-80);
	font-size: 0.8em;
	text-decoration: none;
}

.postlist__cat-item:hover {
	background: var(--color-bluegray);
	color: #fff;
}

.postlist__title {
	margin-top: 5px;
}

.postlist__title-link {
	color: var(--color-bluegray);
	text-decoration: none;
}

.postlist__title-link:hover {
	color: var(--color-primary);
	text-decoration: underline;
}

@media screen and (min-width: 1140px) {
	.postlist__item {
		/*display: flex;*/
		padding: 0.8em 0.5em;
		font-size: 1.6rem;
	}
	.postlist__date {
		flex-grow: 0;
		flex-shrink: 0;
	}
}


/* アーカイブ記事一覧（サムネイル型）
------------------------------*/
.postlist-thumb-area {
	margin-top: 1.5em;
}

.archive-content .postlist-thumb-area {
	margin-top: 0;
}

.postlist-thumb {
	list-style: none;
	margin: 0 0 1.5em;
	padding: 0;
}

.postlist-thumb__item {
	display: flex;
	position: relative;
	padding: 1em 0;
	border-bottom: solid 1px #ccc;
	background: #fff;
	transition: .2s;
}

.postlist-thumb__thumb {
	flex-grow: 0;
	flex-shrink: 0;
	width: 25%;
}

.postlist-thumb__thumb a {
	display: block;
	width: 100%;
	aspect-ratio: 3/2;
	overflow: hidden;
	border: 1px solid #ccc;
	transition: 0s;
}

.postlist-thumb__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s;
}

.postlist-thumb__info {
	padding-left: 15px;
}

.postlist-thumb__status {
	display: block;
	width: 5.5em;
	margin-bottom: 0.4em;
	padding: 0.4em;
	border-radius: 3px;
	background: #2bacd1;
	color: #fff;
	font-size: 0.8em;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}

.postlist-thumb__status.status-pre {
	background: #39c339;
}
.postlist-thumb__status.status-open {
	background: #218edb;
}
.postlist-thumb__status.status-closed {
	background: #ed3460;
}
.postlist-thumb__status.status-cancel {
	background: var(--color-bluegray);
}

.postlist-thumb__title {
	font-size: 1.1em;
	font-weight: 600;
}

.postlist-thumb__title a {
	color: var(--color-bluegray);
	text-decoration: none;
}

.postlist-thumb__title a:hover {
	color: var(--color-primary);
	text-decoration: underline;
}

.postlist-thumb__date {
	color: #838b91;
	font-size: 0.9em;
	font-weight: 600;
}

@media screen and (min-width: 768px) {
	.postlist-thumb__item {
		padding: 20px 0;
	}
	.postlist-thumb__thumb {
		width: 200px;
	}
	.postlist-thumb__thumb a:hover {
		opacity: .8;
	}
	.postlist-thumb__info {
		padding-left: 25px;
	}
	.postlist-thumb__status {
		margin-bottom: 10px;
		font-size: 0.95em;
	}
	.postlist-thumb__date {
		margin-bottom: 10px;
		font-size: 0.95em;
	}
	.postlist-thumb__title {
		font-size: 1.2em;
	}
}




/* Page Navigation
------------------------------*/
.wp-pagenavi {
	margin: 25px auto;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 2px;
	padding: 5px !important;
	border-radius: 50%;
	border: none !important;
	color: var(--color-bluegray-80);
	line-height: 20px;
	text-decoration: none;
}
.wp-pagenavi a:hover {
	background: #eaeced;
	font-weight: bold;
}
.wp-pagenavi span.current {
	background: var(--color-bluegray);
	color: #fff;
	font-weight: bold;
}

@media print, screen and (min-width: 768px) {
	.wp-pagenavi {
		margin: 30px auto;
	}
}

@media screen and (min-width: 1140px) {
	.wp-pagenavi {
		margin: 40px auto 0;
	}
}

.pagination {
	margin: 25px auto;
	text-align: center;
}
.pagination a,
.pagination span {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 2px;
	padding: 5px !important;
	border-radius: 50%;
	border: none !important;
	color: var(--color-bluegray-80);
	line-height: 20px;
	text-decoration: none;
}
.pagination a:hover {
	background: #eaeced;
	font-weight: bold;
}
.pagination span.current {
	background: var(--color-bluegray);
	color: #fff;
	font-weight: bold;
}

@media print, screen and (min-width: 768px) {
	.pagination {
		margin: 30px auto;
	}
}

@media screen and (min-width: 1140px) {
	.pagination {
		margin: 40px auto 0;
	}
}


/*--------------------------------------------------------------
## Single
--------------------------------------------------------------*/
/* Status Notice */
.seminar-status-notice {
	margin-bottom: 1.5em;
	padding: 10px;
	border: 1px solid #ff0033;
	background: #fee;
	color: #ff0033;
	font-weight: bold;
	text-align: center;
}

/* Form */
.nf-form-fields-required {
	margin-bottom: 1em;
}
.nf-form-fields-required .kome {
	color: #e80000;
	font-weight: bold;
}
.entryform .nf-form-content .list-select-wrap .nf-field-element>div,
.entryform .nf-form-content input:not([type=button]),
.entryform .nf-form-content textarea {
	color: var(--color-bluegray) !important;
}
.entryform .nf-form-content .submit-wrap input {
	color: #fff !important;
}


/* 下部コンテンツ
------------------------------*/

/* 関連ファイル */
.related-files {
	list-style: none;
	margin-left: 0;
}
.related-files__item {}
.related-files__item a {}

/* 関連リンク */



/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/

/* Result
------------------------------*/
.search-result {}

.search-result article {
	margin-bottom: 1.5em;
	border-bottom: 1px solid #ccc;
}

.search-result .entry-header {
	margin: 0 0 0.6em;
}

.search-entry-title {
	margin: 0;
	font-size: 1.1em;
}

.entry-summary-inner:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}
.entry-summary .thumb {
	float: left;
	width: 160px;
	aspect-ratio: 4/3;
	max-width: 30%;
	margin-right: 20px;
}
.entry-summary .thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.entry-summary-body p:first-child {
	margin-top: 0;
}


/*--------------------------------------------------------------
## HOME
--------------------------------------------------------------*/

/* HOME - home-hero
------------------------------*/
.home-hero {
	margin: 0;
	padding: 0;
}

@media screen and (min-width: 1280px) {
	.home-hero {
		display: flex;
	}
}


/* HOME - Main Visual
------------------------------*/
.mv__inner {}

.mv__slide--pc {
	display: none;
}

.mv__slide img {
	display: block;
	width: 100%;
}

.mv__catch {
	padding: 20px;
	box-sizing: border-box;
	background-color: #2d3f4b;
	background-image: url(images/home/bg_mv-catch.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 125% auto;
	color: #fff;
}
.mv__catch-title {
	margin-bottom: 0.5em;
	font-size: 2.2rem;
	font-size: clamp(16px, 4.4vw, 32px);
	line-height: 1.4;
	font-weight: bold;
}
.mv__catch-title br {
	display: none;
}
.mv__catch-text {
	margin: 0;
	font-size: 1.4rem;
	font-size: clamp( 13px, 3.3vw, 16px );
}
.mv__catch-text .sp-hidden {
	display: none;
}

@media print, screen and (min-width: 768px) and (max-width: 959px) {
	.mv__catch {
		padding: 3vw;
		background-size: contain;
	}
}

@media print, screen and (min-width: 960px) and (max-width: 1279px) {
/*@media print, screen and (min-width: 960px) {*/
	.mv__slide--pc {
		display: block;
	}
	.mv__slide--sp {
		display: none;
	}
	.mv__inner {
		display: flex;
		flex-direction: row-reverse;
	}
	.mv__slide {
		flex-shrink: 0;
		flex-grow: 0;
		width: 62%;
	}
	.mv__catch {
		display: flex;
		flex-shrink: 0;
		align-items: center;
		width: 38%;
		padding: 15px 3vw;
	}
	.mv__catch-title {
		font-size: 3.0rem;
		font-size: min(2.8vw, 3.2rem);
	}
	.mv__catch-title br {
		display: inline;
	}
	.mv__catch-text {
		font-size: 1.7rem;
	}
}


@media screen and (min-width: 1280px) {
	.mv {
		display: flex;
		flex-direction: column;
		flex-grow: 0;
		flex-shrink: 0;
		width: 40%;
		height: 100%;
	}
	.mv__slide {
		width: 100%;
		/*height: calc(40vw / 3 * 2);*/
	}
	.mv__slide--pc {
		display: block;
	}
	.mv__slide--sp {
		display: none;
	}
	.mv__catch {
		width: 100%;
		/*height: calc(40vw / 3);*/
		min-height: 210px;
		padding: 1.5vw;
	}
	.mv__catch-title {
		font-size: 24px;
		font-size: clamp( 22px, calc( -2px + 1.875vw ), 28px );
		line-height: 1.6;
	}
	.mv__catch-text {
		font-size: clamp( 15px, calc( 11px + 0.3125vw ), 16px );
		line-height: 1.8;
	}
}

/*
@media screen and (min-width: 1280px) {
	.mv__slide {
		width: 65%;
	}
	.mv__catch {
		width: 35%;
		padding: 15px 4vw;
	}
	.mv__catch-title {
		font-size: min(2.4vw, 3.5rem);
		line-height: 1.6;
	}
	.mv__catch-text {
		line-height: 1.8;
	}
}
*/

/* HOME - Block Navigation
------------------------------*/
.block-nav {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	background: url(images/home/bg_block-nav_02.png) right top no-repeat, url(images/home/bg_block-nav_01.jpg) left top repeat;
	background-size: 70% auto, auto;
}
.block-nav__inner {
	max-width: 1140px;
}

@media print, screen and (min-width: 480px) {
	.block-nav {
		background: url(images/home/bg_block-nav_02.png) right top no-repeat, url(images/home/bg_block-nav_01.jpg) left top repeat;
		background-size: auto, auto;
	}
}

@media screen and (min-width: 1140px) {
	.block-nav {
		margin: 0 auto;
		padding: 55px 20px;
	}
	.block-nav__inner {
		display: flex;
		width: 100%;
		max-width: 1140px;
		margin: 0 auto;
		padding: 0 20px;
	}
}

@media screen and (min-width: 1280px) {
	.block-nav {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		padding: 2vw;
	}
	.block-nav__inner {
		display: flex;
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0;
	}
}

.block-nav__items {
	width: 100%;
	padding: 20px;
}

.block-nav__items ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	list-style: none;
	margin: -5px;
	padding: 0;
}

.block-nav__items li {
	display: flex;
	align-content: stretch;
	align-self: stretch;
	width: calc(100% / 3);
	height: 130px;
	margin: 0;
	padding: 5px;
	box-sizing: border-box;
}

.block-nav__items li a {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 5px;
	border: solid 1px #f9e7c6;
	box-sizing: border-box;
	background: #ffba00;
	background: linear-gradient(to bottom,  #ffba00 0%,#ff5a00 100%);
	text-align: center;
	text-decoration: none;
}
.block-nav__items li a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transition: .2s;
}
.block-nav__items li a:hover:before {
	opacity: 0;
}

.block-nav__items .inner {
	display: flex;
	z-index: 10;
	width: 100%;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: .2s;
}

.block-nav__items .icon {
	display: block;
	z-index: 10;
	height: 52px;
	margin-top: 4px;
	margin-bottom: 8px;
	font-size: 50px;
	background: #ffba00;
	background: -webkit-linear-gradient(-90deg, #ffba00 0%, #ff5a00 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 52px;
}

.block-nav__items .icon-shop {
	font-size: 48px;
}
.block-nav__items .icon-heart,
.block-nav__items .icon-download,
.block-nav__items .icon-users-guard {
	font-size: 52px;
}
.block-nav__items .icon-bill,
.block-nav__items .icon-seedling {
	font-size: 60px;
}
.block-nav__items .icon-shakehands {
	font-size: 64px;
}

.block-nav__items a:hover .icon {
	background: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.block-nav__items .ja,
.block-nav__items .en {
	display: block;
	z-index: 10;
	font-weight: bold;
}
.block-nav__items .ja {
	color: var(--color-bluegray);
	font-size: 3vw;
	line-height: 1.3;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}
.block-nav__items .en {
	margin-top: 1px;
	background: #ffba00;
	background: -webkit-linear-gradient(90deg, #ffba00 0%, #ff5a00 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #ffba00;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.1;
}
.block-nav__items a .en .sp-hidden {
	display: none;
}
.block-nav__items a:hover .ja {
	color: #fff;
}
.block-nav__items a:hover .en {
	background: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media print, screen and (min-width: 480px) {
	.block-nav__items ul {
		display: flex;
		list-style: none;
		padding: 0;
		flex-wrap: wrap;
		justify-content: center;
	}
	.block-nav__items li {
		height: 150px;
	}
	.block-nav__items .ja {
		font-size: 1.6rem;
	}
	.block-nav__items .en {
		font-size: 1.1rem;
	}
	.block-nav__items a .en .sp-hidden {
		display: inline;
	}
}

@media screen and (min-width: 768px) {
	.block-nav__items {
		padding: 20px;
	}
}

@media screen and (min-width: 960px) {
	.block-nav__items {}
	.block-nav__items ul {
		align-content: stretch;
	}
	.block-nav__items li {
		width: 25%;
		height: 160px;
	}
	.block-nav__items .icon {
		margin-top: 5px;
		margin-bottom: 15px;
	}
}

@media screen and (min-width: 1140px) {
	.block-nav__items {
		padding: 0;
	}
	.block-nav__items li {
		width: calc(100% / 6);
		height: 160px;
	}
}

@media screen and (min-width: 1280px) {
	.block-nav__items {
		padding: 0;
	}
	.block-nav__items li {
		width: calc(100% / 4);
		height: calc(13vw * 0.9); /* 13vw = (60vw - 2vw * 2)/4 - (0.5vw * 2) */
		min-height: 160px;
		max-height: 200px;
		padding: 0.5vw;
	}
}

/* HOME - Content area
------------------------------*/
.home-content {
	width: 100%;
	margin: 0 auto;
	background: url(images/common/bg_main-area.png) right top no-repeat #fff;
	background-size: 50% auto;
}

.home-content__inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.home-content .content-area {
	padding: 20px;
}

@media screen and (min-width: 1140px) {
	.home-content {
		padding: 55px 20px;
		background: url(images/common/bg_main-area.png) right top no-repeat #fff;
	}
	.home-content .content-area {
		float: left;
		width: 760px;
		padding: 0;
	}
}

/* HOME - Section
------------------------------*/
.home-section {
	margin: 30px auto;
}
.home-section:first-child {
	margin-top: 0;
}
.home-section__title {
	display: flex;
	margin: 0 0 10px 0;
	padding: 5px 10px;
	background: #ff5a00;
	background: linear-gradient(158deg,  #ff5a00 0%,#ff8a00 100%);
	color: #fff;
	font-size: min(4vw, 1.8rem);
	font-weight: 500;
	line-height: 1.4;
	justify-content: space-between;
	align-items: center;
}
.home-section__title .en {
	font-size: min(3vw, 1.1rem);
	font-weight: 700;
	text-align: right;
}
.home-section__body {
	padding: 10px 0 0;
}
.home-section__nopost {
	padding: 1em 0;
}

@media screen and (min-width: 1140px) {
	.home-section {
		margin: 35px auto;
	}
	.home-section__title {
		padding: 5px 15px 5px 10px;
		font-size: 2.0rem;
	}
	.home-section__body {
		padding: 15px 0 0;
		font-size: 1.2rem;
	}
}


/* HOME - News
------------------------------*/
.home-news__body {
	padding: 0;
}

.news-list {
	list-style: none;
	margin: 0;
	padding: 0;
	background: rgba(255,255,255,0.5);
}

.news-list.news-list--sticky {
	/*background: #fef5da;*/
}

.news-list__item {
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	font-size: 1.5rem;
}

.news-list__link {
	display: block;
	position: relative;
	padding: 10px;
	color: var(--color-bluegray);
	text-decoration: none;
}

.news-list__link:hover {
	background: #f5f5f5;
}

.news-list__date {
	display: inline-block;
	width: 6em;
	color: var(--color-primary);
	font-size: 0.9em;
	font-weight: 600;
}

.news-list__cat {
	display: inline;
}
	
.news-list__cat-item {
	display: inline-block;
	margin-right: 0.6em;
	padding: 1px 5px;
	border: 1px solid var(--color-bluegray-80);
	border-radius: 3px;
	background: #fff;
	/*background: #d4dee5;*/
	color: var(--color-bluegray-80);
	font-size: 0.8em;
	font-weight: 500;
	font-feature-settings: "palt";
	text-decoration: none;
}

.news-list__cat-item:hover {
	background: var(--color-bluegray);
	color: #fff;
}

.news-list__title {
	margin-top: 5px;
}

.news-list__title-link {
	color: var(--color-bluegray);
	text-decoration: none;
}

.news-list__title-link:hover {
	color: var(--color-primary);
	text-decoration: underline;
}

.news-list__sticky-icon {
	display: inline-block;
	margin: 1px 0.8em 0 -10px;
	font-size: 0.8em;
	line-height: 1;
	vertical-align: top;
}
.news-list__sticky-icon span {
	display: block;
	position: relative;
	height: 20px;
	padding: 0 1px 0 5px;
	box-sizing: border-box;
	background: #f33;
	color: #fff;
	line-height: 20px;
}
.news-list__sticky-icon span:before,
.news-list__sticky-icon span:after {
	content: "";
	display: block;
	position: absolute;
	right: -8px;
	width: 8px;
	height: 50%;
	box-sizing: border-box;
}
.news-list__sticky-icon span:before {
	top: 0;
	border-top: solid 10px #f33;
	border-right: solid 4px transparent;
	border-bottom: solid 10px transparent;
	border-left: solid 4px #f33;
}
.news-list__sticky-icon span:after {
	bottom: 0;
	border-top: solid 10px transparent;
	border-right: solid 4px transparent;
	border-bottom: solid 10px #f33;
	border-left: solid 4px #f33;
}

@media screen and (min-width: 1140px) {
	.news-list__item {
		font-size: 1.6rem;
	}
}

/* HOME - Seminar/Event
------------------------------*/
.home-event__body {
	margin-top: 20px;
	padding: 0;
}

.event-list {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #ccc;
}

.event-list__item {
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
	text-align: left;
}

.event-list__link {
	display: flex;
	position: relative;
	padding: 15px 0;
	text-decoration: none;
	color: var(--color-bluegray);
	font-size: 1.5rem;
}

.event-list__link:hover {
	color: var(--color-primary);
}

.event-list__status {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	padding: 0.3em 0.5em;
	color: #fff;
	line-height: 1.2;
	text-align: center;
}

.event-list__status.status-cancel {
	background: #31424e;
}

.event-list__thumb {
	width: 25%;
	aspect-ratio: 4/3;
	overflow: hidden;
}
.event-list__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}
.event-list__link:hover .event-list__thumb img {
	opacity: .8;
}

.event-list__info {
	padding-left: 20px;
}
.event-list__title {
	margin: 0.2em 0;
	font-weight: bold;
	font-feature-settings: "halt";
	transition: .3s;
}

.event-list__category span {
	display: inline-block;
	padding: 1px 5px;
	border-radius: 3px;
	background: #d4dee5;
	color: var(--color-bluegray);
	font-size: 0.8em;
	font-weight: 500;
	font-feature-settings: "halt";
	text-decoration: none;
}


@media print, screen and (min-width: 768px) {
	.home-event__body {
		margin-top: 30px;
	}
	.event-list {
		display: flex;
		justify-content: space-between;
		margin: 0;
		border: none;
	}
	.event-list__item {
		width: 30%;
		border: none;
	}
	.event-list__link {
		display: block;
		position: relative;
		padding: 0;
	}
	.event-list__thumb {
		width: 100%;
		margin-bottom: 0.5em;
	}
	.event-list__info {
		margin-top: 1em;
		padding: 0;
	}
	.event-list__title {
		margin: 0.2em 0;
		font-weight: bold;
	}
	.event-list__status {
		left: 0;
		right: auto;
	}
}


/*--------------------------------------------------------------
## Page
--------------------------------------------------------------*/

/* コンテナ */
.content-container {
	margin: 25px 0;
}

@media print, screen and (min-width: 768px) {
	.content-container {
		margin: 40px 0;
	}
}


/*--------------------------------------------------------------
### 商工会について - 商工会とは / About - overview
--------------------------------------------------------------*/

/* 商工会の主な事業
------------------------------*/
.jigyo {
	margin: 25px auto;
}

.jigyo__item {
	margin-top: 20px;
}

.jigyo__item-title {
	padding: 10px;
	border-radius: 10px 10px 0 0;
	background: #9ac61d;
	color: #fff;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}

.jigyo__item-body {
	padding: 20px;
	border-radius: 0 0 10px 10px;
	background: #f4f9e6;
}

.jigyo__item-subtitle {
	color: #749d00;
	font-size: 1.8rem;
	font-weight: bold;
}

.jigyo__item-text {
	margin: 0.6em auto 0;
}

.jigyo__item-image {
	margin: 20px auto 0;
}

.jigyo__item-image img {
	display: block;
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.jigyo {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		margin: 40px auto;
	}
	.jigyo__item {
		display: flex;
		flex-direction: column;
		align-self: stretch;
		width: 31%;
		margin: 0;
	}
	.jigyo__item-title {
		height: 50px;
	}
	.jigyo__item-body {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		flex: 1;
	}
	.jigyo__item-image {
		align-self: center;
		margin-top: 10px;
	}
}

/* 経営支援 */
.keieishien__item-title span {
	color: #cc3300;
	font-size: 1.2em;
}


/*--------------------------------------------------------------
### 商工会について - 会長挨拶 / About - message
--------------------------------------------------------------*/
.message-text {
	line-height: 1.7;
	text-align: justify;
}

@media screen and (max-width: 767px) {
	.message-photo {
		margin-top: 1.5em;
	}
}


/*--------------------------------------------------------------
### 商工会について - 経営理念 / About - philosophy
--------------------------------------------------------------*/


/*--------------------------------------------------------------
### 商工会について - 重点事業 / About - Key-project
--------------------------------------------------------------*/
.key-project-year {
	margin-bottom: 1em;
}

.key-project-title {
	margin: 0.5em auto;
	font-size: clamp(2.4rem, 4vw, 3.2rem);
	font-weight: bold;
	text-align: center;
}

.key-project-subtitle {}

.key-project-catch {
	padding: 10px;
	border: 5px solid #feebb6;
	background: #fff;
	font-size: clamp(1.7rem, 3.2vw, 2.0rem);
}

@media screen and (min-width: 768px) {
	.key-project-catch {
		padding: 15px;
	}
}


/*--------------------------------------------------------------
### 商工会について - 青年部 / About - youth
--------------------------------------------------------------*/
.youth-report-link {
	margin-top: 30px;
}


/*--------------------------------------------------------------
### 商工会について - 女性部 / About - women
--------------------------------------------------------------*/


/*--------------------------------------------------------------
### 商工会について - アクセス / About - access
--------------------------------------------------------------*/
/* 道順案内 */
.route-guide-image {
	margin-bottom: 30px;
}

.route-guide-image a {
	display: block;
}

.route-guide-image a:hover {
	opacity: .8;
}

.route-guide-image img {
	display: block;
	margin: 0 auto;
}

.route-guide-image .for-pc {
	display: none;
}

@media screen and (min-width: 768px) {
	.route-guide-image {
		margin-bottom: 40px;
	}
	.route-guide-image .for-pc {
		display: block;
	}
	.route-guide-image .for-sp {
		display: none;
	}
}

.route-guide-image-expansion {
	margin-top: 1em;
}

@media screen and (max-width: 1139px) {
	.route-guide-image-expansion {
		display: none;
	}
}

/* 分岐点 */
.route-points {
	margin: 30px 0 0;
}

.route-point-item {
	position: relative;
	margin-bottom: 30px;
}

.route-point-num {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.route-point-num .num-item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	/*border-radius:50%;*/
	background: var(--color-primary);
	color: #fff;
	font-size: 24px;
	font-weight: 600;
}

.route-point-image {
	/*margin-top: 10px;*/
}

.route-point-image a {
	display: block;
}

.route-point-image a:hover {
	opacity: .8;
}

.route-point-image img {
	display: block;
	width: 100%;
	margin: 0;
}

.route-point-text {
	margin-top: 10px;
}

@media screen and (min-width: 480px) {
	.route-points {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.route-point-item {
		width: 48%;
	}
}

@media screen and (min-width: 1040px) {
	.route-points {
		display: flex;
		margin: 40px 0 0;
	}
	.route-point-item {
		width: calc(50% - 20px);
		margin-bottom: 0;
	}
}


/*--------------------------------------------------------------
### 商工会について - プライバシーポリシー / About - privacy
--------------------------------------------------------------*/


/*--------------------------------------------------------------
### 商工会について - お問い合わせ / About - contact
--------------------------------------------------------------*/
.contact-form {
	margin-top: 25px;
}

.contact-form .form-table {
	width: 100%;
}

.contact-form .form-table th {
	text-align: left;
}

@media print,screen and (min-width: 768px) {
	.contact-form .form-table th {
		width: 15em;
	}
}

.contact-form .form-table td .pref,
.contact-form .form-table td .addr {
	display: block;
}

.contact-form .form-table td .addr {
	margin-top: 5px;
}


/*--------------------------------------------------------------
### 創業 / startup
--------------------------------------------------------------*/


/*--------------------------------------------------------------
### 経営支援 - 補助金・助成金 / Support - subsidy
--------------------------------------------------------------*/


/*--------------------------------------------------------------
### 経営支援 - セミナー・相談会 / Support - seminar
--------------------------------------------------------------*/
/* カテゴリーアーカイブにリダイレクト */

/*--------------------------------------------------------------
### 経営支援 - 労働保険 / Support - labor-insurance
--------------------------------------------------------------*/


/*--------------------------------------------------------------
### 経営支援 - 税務 / Support - tax
--------------------------------------------------------------*/


/*--------------------------------------------------------------
### 経営支援 - 販路開拓 / Support - market
--------------------------------------------------------------*/


/*--------------------------------------------------------------
### 経営支援 - 融資 / Support - loan
--------------------------------------------------------------*/


/*--------------------------------------------------------------
### 経営支援 - 共済 / Support - mutual-aid
--------------------------------------------------------------*/
.kyosai-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.kyosai-item {
	margin: 0 0 15px;
	padding: 15px;
	border: solid 1px #ccc;
	background: #fff;
}
.kyosai-item__image {
	width: 142px;
	margin: 0 auto 1em;
	box-sizing: border-box;
}
.kyosai-item__image img {
	display: block;
	width: 100%;
	margin: 0 auto;
	height: auto;
	border: solid 1px #ccc;
	box-sizing: border-box;
}
.kyosai-item__title {
	color: var(--color-primary);
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.kyosai-item__desc {
	margin-top: 0.5em;
	font-size: 1.5rem;
}
.kyosai-item__links {
	text-align: center;
}
.kyosai-item__links .linkbtn {
	display: block;
	margin: 1em auto 0;
	box-sizing: border-box;
}

@media print, screen and (min-width: 480px) {
	.kyosai-item {
		display: flex;
	}
	.kyosai-item__image {
		flex-shrink: 0;
		flex-grow: 0;
		margin: 0 15px 0 0;
	}
	.kyosai-item__title {
		font-size: 2.0rem;
		text-align: left;
	}
	.kyosai-item__desc {
		font-size: 1.6rem;
	}
	.kyosai-item__links {
		text-align: left;
	}
	.kyosai-item__links .linkbtn {
		display: inline-block;
		margin: 1em 1em 0 0;
	}
}


/*--------------------------------------------------------------
### 会員紹介 / members
--------------------------------------------------------------*/

/* 検索
------------------------------*/
#members-search-form {
	padding: 20px;
	background: #FEF5DA;
}

.members-search-item__select {
	margin: 0 0 1em;
}

.members-search-item__select select {
	width: 100%;
	padding: 0.6em 0.4em;
}

.members-search-item__keyword {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 1em;
}

.members-search-item__keyword input {
	width: 100%;
	margin: 0;
	padding: 0.55em 0.5em;
	color: var(--color-bluegray);
}

.members-search-item__keyword input::placeholder {
	color: var(--color-bluegray);
}


.members-search-item__submit {
	text-align: center;
}

.members-search-item__submit button {
	margin: 0.5em;
	font-weight: 600;
	transition: .2s;
}

.members-search-item__submit .submit-btn {}

.members-search-item__submit .reset-btn {
	background: #98A0A6;
}

.members-search-item__submit .reset-btn:hover {
	background: var(--color-bluegray);
}

@media print, screen and (min-width: 768px) {
	#members-search-form {
		padding: 30px;
	}
	.members-search-box__upper {
		display: flex;
		justify-content: space-between;
		gap: 20px;
	}
	.members-search-box__bottom {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 20px;
		margin-top: 20px;
	}
	.members-search-item__select {
		display: inline-block;
		width: 50%;
		margin: 0;
	}
	.members-search-item__keyword {
		width: auto;
		margin: 0;
	}
	.members-search-item__submit {
		flex-grow: 0;
		flex-shrink: 0;
		width: 260px;
		margin: 0;
	}
	.members-search-item__submit button {
		margin: 0 0.5em;
	}
}

@media screen and (min-width: 1140px) {
	.members-search-item__keyword {
		width: calc(100% - 300px);
		margin: 0;
	}
	.members-search-item__submit {
		width: 300px;
	}
}


/* 一覧
------------------------------*/
.members-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.members-list__item {
	margin: 20px 0;
	padding: 15px;
	background: #f4f5f6;
	font-size: 1.3rem;
}

@media print, screen and (min-width: 768px) {
	.members-list__item {
		padding: 20px;
		font-size: 1.4rem;
	}
}

@media screen and (min-width: 960px) {
	.members-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 30px 0;
	}

	.members-list__item {
		width: calc(50% - 15px);
		padding: 20px;
		font-size: 1.4rem;
	}
}

.members-list__image {
	float: right;
	flex-grow: 0;
	flex-shrink: 0;
	width: 35%;
	max-width: 170px;
	margin: 0 0 12px 15px;
}

.members-list__image a {
	display: block;
	width: 100%;
	aspect-ratio: 1/1;
}

.members-list__image a:hover {
	opacity: .7;
}

.members-list__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media print, screen and (min-width: 768px) {
	.members-list__image {
		width: 35%;
		max-width: 180px;
	}
}

.members-list__cat {}

.members-list__cat span {
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 2px 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fff;
	font-size: 0.9em;
	font-feature-settings: 'palt';
	cursor: pointer;
	transition: .2s;
}

.members-list__cat span:hover {
	border-color: var(--color-bluegray);
	background: var(--color-bluegray);
	color: #fff;
}

.members-list__name {
	margin: 5px 0 10px;
	font-size: 1.4em;
	font-weight: bold;
}

.members-list__description {
	margin-top: 10px;
}

.members-list__address {
	display: flex;
	word-break: break-all;
}

.members-list__tel {
	display: flex;
}

.members-list__hp {
	display: flex;
	word-break: break-all;
}

.members-list__address .info-label,
.members-list__tel .info-label,
.members-list__hp .info-label {
	display: block;
	margin-right: 5px;
	text-align: center;
}

.members-list__sns {
	margin-top: 1em;
}
.members-list__sns a {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 15px 0 0;
}

.members-list__sns a:hover {
	opacity: .8;
}

.members-list__sns a img {
	display: block;
	width: 100%;
}


/*--------------------------------------------------------------
### 入会案内 / join
--------------------------------------------------------------*/


/*--------------------------------------------------------------
### 事業活動報告 / report
--------------------------------------------------------------*/

/* 事業活動報告記事一覧
------------------------------*/
.report-list-area {}

.report-list {
	list-style: none;
	margin: 0 0 1.5em;
	padding: 0;
}

.report-list__item {
	display: flex;
	position: relative;
	padding: 1em 0;
	border-bottom: solid 1px #ccc;
	background: #fff;
	transition: .2s;
}

.report-list__thumb {
	flex-grow: 0;
	flex-shrink: 0;
	width: 30%;
	overflow: hidden;
}

.report-list__thumb a {
	display: block;
	width: 100%;
	aspect-ratio: 3/2;
	overflow: hidden;
	border: 1px solid #ccc;
	transition: 0s;
}

.report-list__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s;
}

.report-list__info {
	padding-left: 15px;
}

.report-list__cat {
	margin-bottom: 0.4em;
}

.report-list__cat a {
	display: inline-block;
	width: auto;
	margin: 0 0.3em 0.4em 0;
	padding: 0.4em 0.5em;
	border-radius: 3px;
	background: var(--color-primary);
	color: #fff;
	font-size: 0.8em;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	text-decoration: none;
}

.report-list__cat a:hover {
	opacity: .8;
}

.report-list__title {
	font-size: 1.1em;
	font-weight: 600;
}

.report-list__title a {
	color: var(--color-bluegray);
	text-decoration: none;
}

.report-list__title a:hover {
	color: var(--color-primary);
	text-decoration: underline;
}

.report-list__date {
	color: #838b91;
	font-size: 0.9em;
	font-weight: 600;
}

@media screen and (min-width: 768px) {
	.report-list__item {
		padding: 20px 0;
	}
	.report-list__thumb {
		width: 200px;
	}
	.report-list__thumb a:hover {
		opacity: .7;
	}
	.report-list__info {
		padding-left: 25px;
	}
	.report-list__cat {
		margin-bottom: 10px;
	}
	.report-list__cat a {
		margin-bottom: 5px;
		font-size: 0.95em;
	}
	.report-list__date {
		margin-bottom: 10px;
		font-size: 0.95em;
	}
	.report-list__title {
		font-size: 1.2em;
	}
}




/*--------------------------------------------------------------
### 様式ダウンロード / download
--------------------------------------------------------------*/


/*--------------------------------------------------------------
### 会報誌「おのころ」 / onokoro
--------------------------------------------------------------*/
.onokoro-list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 -10px;
	padding: 0;
}
.onokoro-item {
	width: 50%;
	margin: 0 0 20px;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center;
}
.onokoro-item a {
	color: var(--color-bluegray);
	text-decoration: none;
}
.onokoro-item__image {
	display: block;
	width: 100%;
	height: calc((50vw - 25px) * 1.41);
}
.onokoro-item__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	margin: 0;
}
.onokoro-item__info {
	margin-top: 0.5em;
	line-height: 1.4;
}
.onokoro-item a:hover .onokoro-item__info {
	color: var(--color-primary);
	text-decoration: underline;
}

@media print, screen and (min-width: 768px) {
	.onokoro-list {
		margin: 0 -15px;
	}
	.onokoro-item {
		width: calc(100% / 3);
		margin: 0 0 30px;
		padding: 0 15px;
	}
	.onokoro-item__image {
		height: calc((100vw - 90px) /3 * 1.41);
	}
}

@media screen and (min-width: 1140px) {
	.onokoro-list {
		margin: 0 -15px;
	}
	.onokoro-item {
		width: 260px;
		margin: 0 0 30px;
		padding: 0 15px;
	}
	.onokoro-item__image {
		height: calc(230px * 1.41);
	}
}


/* おのころアーカイブ
------------------------------*/
.onokoro-archive-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.onokoro-archive-item {
	display: flex;
	margin: 0.5em 0;
}

.onokoro-archive-item:before {
	content: "";
	display: block;
	flex-grow: 0;
	flex-shrink: 0;
	width: 25px;
	height: 23px;
	background: url(images/common/icon_pdf.png) 0 1px no-repeat;
	background-size: auto 22px;
}


/*--------------------------------------------------------------
### ミモザ企業 / mimosa
--------------------------------------------------------------*/


/*--------------------------------------------------------------
### 南あわじ市商工会SDGs宣言 / sdgs
--------------------------------------------------------------*/
.sdgs-logo {}

.sdgs-logo img {
	display: block;
	margin: 0;
}

.sdgs-declaration {
	margin: 30px auto;
	padding: 20px 15px;
	border-radius: 10px;
	background: #CDEBF7;
	text-align: center;
}

.sdgs-declaration__title {
	margin-bottom: 5px;
	font-size: 1.5em;
	font-weight: bold;
}

.sdgs-declaration__body {}

@media screen and (min-width: 768px) {
	.sdgs-declaration {
		margin: 40px auto;
		padding: 30px 20px;
	}
	.sdgs-declaration__title {
		margin-bottom: 5px;
		font-size: 1.8em;
	}
	.sdgs-declaration__body {
		font-size: 1.1em;
	}
}

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

.sdgs-description__title {
	position: relative;
	margin: 30px auto;
	padding-bottom: 25px;
	color: #0599D9;
	font-size: 1.25em;
	font-weight: 600;
	text-align: center;
}

.sdgs-description__title:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 60px;
	height: 4px;
	background: #0599D9;
	transform: translateX(-50%);
}

.sdgs-description__body {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}


@media screen and (min-width: 768px) {
	.sdgs-description__title {
		font-size: 1.4em;
	}
}

.sdgs-box-1__image {
	max-width: 200px;
	margin: 0 auto 1em;
}

.sdgs-box-1__image img {
	display: block;
	width: 100%;
}

@media print, screen and (min-width: 480px) {
	.sdgs-box-1 {
		display: flex;
	}
	.sdgs-box-1__image {
		flex-grow: 0;
		flex-shrink: 0;
		width: 30%;
		max-width: 180px;
		margin: 0 20px 0 0;
	}
}


/*--------------------------------------------------------------
### 「わたし」からアクション宣言 / my-action
--------------------------------------------------------------*/


/*--------------------------------------------------------------
### サイトマップ
--------------------------------------------------------------*/
.sitemap-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sitemap-list li {
	list-style: none;
	position: relative;
	vertical-align: top;
}
.sitemap-list li a {
	position: relative;
	color: var(--color-bluegray);
	text-decoration: none;
}
.sitemap-list li a:hover {
	color: var(--color-primary);
	text-decoration: underline;
}

.sitemap-list li.parent {
	margin: 1em 0 0.8em;
}
.sitemap-list > ul > li.parent:first-child {
	margin-top: 0;
}
.sitemap-list li.parent > a:before {
	content: "\f061";
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.5em;
	color: var(--color-primary);
	line-height: 1;
}
.sitemap-list li.parent > a {
	display: block;
	padding: 0.3em 0 0.3em 1.3em;
	border-bottom: solid 1px var(--color-primary);
	font-weight: bold;
	text-decoration: none;
}
.sitemap-list li.parent > a:hover > span {
	text-decoration: underline;
}

.sitemap-list .children {
	margin-top: 0.8em;
}
.sitemap-list .children li {
	margin: 0.3em 0 0.3em 2.5%;
	padding-left: 0.8em;
}
.sitemap-list .children li a {
	border: none;
}
.sitemap-list .children li:before {
	content: "\f0da";
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	color: var(--color-primary);
}

@media print, screen and (min-width: 480px) {
	.sitemap-list .children li {
		display: inline-block;
		width: 45%;
	}
}

@media print, screen and (min-width: 768px) {
	.sitemap-list .children li {
		display: inline-block;
		width: 30.5%;
	}
}


/*--------------------------------------------------------------
### 404
--------------------------------------------------------------*/
.nf-links {
	list-style: none;
	margin: 1.5em 0;
	padding: 0;
}
.nf-links li {
	position: relative;
	margin-left: 0;
	padding: 0;
}
.nf-links li:before {
	content: "\f054";
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	margin-right: 5px;
	color: #FF8A00;
	font-size: 0.9em;
}


/*--------------------------------------------------------------
### Calendar
--------------------------------------------------------------*/
/* 共通 */
.fc-col-header {
	margin: 0;
}

.fc-col-header-cell-cushion {
	color: var(--color-bluegray);
	pointer-events: none;
}

.fc .fc-scrollgrid {
	margin: 0;
}

.fc-scrollgrid-sync-table {
	margin: 0;
	background: #fff;
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
	margin-bottom: 0.2em;
}

.fc-event {
	padding: 2px 4px;
	border-radius: 4px;
	color: #333;
}

.fc-event:hover {
	opacity: .8;
}

.fc-event-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fc-daygrid-day-number {
	color: #888;
	pointer-events: none;
}

/* ページ */
.page-calendar {
	margin-bottom: 30px;
}

.page-calendar .fc .fc-daygrid-event {
	padding: 0 2px;
}

.page-calendar .fc-direction-ltr .fc-daygrid-event.fc-event-end,
.page-calendar .fc-direction-rtl .fc-daygrid-event.fc-event-start {
	margin-right: 5px;
}
.page-calendar .fc-direction-ltr .fc-daygrid-event.fc-event-start,
.page-calendar .fc-direction-rtl .fc-daygrid-event.fc-event-end {
	margin-left: 5px;
}

@media screen and (min-width: 1140px) {
	.page-calendar .fc-scrollgrid-sync-table {
		min-height: 600px;
	}
}

/* サイド */
.side-calendar .fc .fc-toolbar.fc-header-toolbar {
	margin-bottom: 10px;
}

.side-calendar .fc-toolbar-chunk:nth-child(1) {
	order: 2;
}

.side-calendar .fc-toolbar-chunk:nth-child(2) {
	order: 1;
}

.side-calendar .fc-toolbar-chunk:nth-child(3) {
	order: 3;
}

.side-calendar .fc-toolbar-title {
	font-size: 1em;
}

.side-calendar .fc .fc-button {
	padding: 0.3em 0.5em;
	font-size: 0.7em;
}

.side-calendar .fc .fc-daygrid-event {
	font-size: 1.2rem;
	font-size: clamp( 10px, calc( 2px + 2.5vw ), 12px );
	line-height: 1.2;
	display: block;
	position: relative;
	margin: 3px;
	padding: 0 0.2em;
}

.side-calendar .fc-daygrid-event-dot {
	/*display: none;*/
	position: absolute;
	left: 0;
	top: 50%;
	z-index: -1;
	width: 100%;
	height: 0;
	margin: 0;
	border-width: 0.8em;
	box-sizing: border-box;
	transform: translateY(-50%);
}

.fc-daygrid-dot-event .fc-event-title {
	color: #fff;
	font-weight: normal;
}

.side-calendar .fc-daygrid-day-number {
	font-size: 0.9em;
	line-height: 1;
}

@media screen and (min-width: 1140px) {
	.side-calendar .fc .fc-daygrid-event {
		font-size: 1.0rem;
		text-align: center;
	}
}

/*--------------------------------------------------------------
## Blocks
--------------------------------------------------------------*/
/* Post List */
.block-postlist {
	margin: 1.5em 0;
}
.block-postlist:first-child {
	margin-top: 0;
}
.page-post-list {
	background: #fef5da;
}
.page-post-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.page-post-list li {
	margin: 0;
	padding: 0;
}
.page-post-list li:nth-of-type(n+2) {
	border-top: solid 1px #d9d0b4;
}
.page-post-list li a {
	display: block;
	position: relative;
	width: 100%;
	padding: 10px 30px 10px 10px;
	box-sizing: border-box;
	color: var(--color-bluegray);
	text-decoration: none;
	line-height: 1.4;
}
.page-post-list li a:after {
	content: "\f054";
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -8px;
	color: var(--color-primary);
	line-height: 1;
}
.page-post-list li a .date {
	color: var(--color-primary);
	font-size: 0.9em;
	font-weight: 600;
}
.page-post-list li a:hover .tit {
	color: var(--color-primary);
	text-decoration: underline;
}
.page-post-list li .excerpt-area {
	margin-top: 10px;
	text-align: justify;
	font-size: 0.9em;
}
.page-post-list li .excerpt-area > *:first-child {
	margin-top: 0;
}
.page-post-list li .excerpt-area > *:last-child {
	margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
	.page-post-list {
		padding: 10px 15px;
	}
	.page-post-list li a {
		display: flex;
		flex-wrap: wrap;
		padding: 0.5em;
	}
	.page-post-list li a:after {
		content: "";
		right: auto;
		top: auto;
		margin-top: 0;
	}
	.page-post-list li a .date {
		flex-shrink: 0;
		width: 8.5em;
		font-size: 0.95em;
	}
	.page-post-list li a .tit {
		width: calc(100% - 8.5em);
	}
}

.postlist_nopost {
	/*display: none;*/
	padding: 1em;
	background: #f5f5f5;
	color: #666;
}


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


/* Image */
.wp-block-image .alignright {
	margin: 1.5em 0 1.5em 1.5em;
}

.wp-block-image .alignright:first-child {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.wp-block-image .alignleft,
	.wp-block-image .alignright {
		float: none;
		margin: 1.5em auto;
	}
}

@media screen and (min-width: 768px) {
	.wp-block-image .alignright {
		margin: 1.5em 0 1.5em 40px;
	}
	.wp-block-image .alignleft {
		margin: 1.5em 40px 1.5em 0;
	}
	.wp-block-image .alignleft:first-child,
	.wp-block-image .alignright:first-child,
	.wp-block-image .aligncenter:first-child {
		margin-top: 0.25em;
	}
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption {
	margin: 1em 0 0;
	font-size: 0.9em;
	text-align: center;
}


/* ボタン */
.wp-block-buttons {
	margin: 1.5em 0;
}

.wp-block-button__link {
	position: relative;
	padding: 0.8em 1.5em;
	border: 1px solid var(--color-primary);
	border-radius: 5px;
	background-color: var(--color-primary);
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	transition: .2s;
}

.wp-block-button__link:hover {
	border-color: var(--color-bluegray);
	background-color: var(--color-bluegray);
	color: #fff;
}

.is-style-outline .wp-block-button__link {
	padding: 0.8em 1.5em;
	border: 1px solid #ff8a00;
	border-radius: 5px;
	background-color: #fff;
	color: var(--color-bluegray);
}

.is-style-outline .wp-block-button__link:hover {
	border-color: var(--color-bluegray);
	background-color: var(--color-bluegray);
	color: #fff;
}


/* セパレータ― */
.wp-block-separator {
	margin: 30px 0;
	border-bottom: 0;
	border-top: 1px;
	box-sizing: border-box;
}

.wp-block-separator.is-style-wide {
	height: 4px;
	border-top: 4px;
}

.wp-block-separator.is-style-dots:before {
	content: "●●●";
	font-family: Open Sans;
	font-size: 10px;
	letter-spacing: 3em;
}

@media screen and (min-width: 768px) {
	.wp-block-separator {
		margin: 40px 0;
	}
}

/* 蛍光ペン */
.text-highlight {
	background: linear-gradient(to top, #ffff33 40%, transparent 40%);
}


/*--------------------------------------------------------------
## Custom Blocks
--------------------------------------------------------------*/

/* Genesis Custom Blocks
------------------------------*/

/* Link Button */
.block-linkbtn {
	margin-bottom: 10px;
	font-size: 0;
	text-align: left;
}
.block-linkbtn.position-center {
	text-align: center;
}
.block-linkbtn.position-right {
	text-align: right;
}

.block-linkbtn a {
	display: inline-block;
	position: relative;
	padding: 0.8em 1.2em 0.8em calc(1.2em + 26px);
	border: solid 1px #999;
	border-radius: 3px;
	color: var(--color-bluegray);
	font-size: 1.6rem;
	text-align: left;
	text-decoration: none;
}
.block-linkbtn a.linkicon-none {
	padding: 0.8em 1.2em;
}
.block-linkbtn a.linkicon-arrow {
	padding-left: 2.4em;
}

/*
.block-linkbtn a:before {
	content: "";
	font-family: "Font Awesome 7 Free";
	font-size: 1.5em;
	line-height: 1;
	position: absolute;
	left: 18px;
	top: 50%;
	width: 24px;
	text-align: center;
	transform: translateY(-50%);
	transition: .2s;
}
.block-linkbtn a.linkicon-arrow:before {
	content: "\f0da";
	color: var(--color-primary);
	font-size: 1.6rem;
	font-weight: 900;
}
.block-linkbtn a.linkicon-pdf:before {
	content: "\f1c1";
	color: #DF1212;
}
.block-linkbtn a.linkicon-word:before {
	content: "\f1c2";
	color: #2b579a;
}
.block-linkbtn a.linkicon-excel:before {
	content: "\f1c3";
	color: #217346;
}
.block-linkbtn a.linkicon-dl:before {
	content: "\f019";
	color: var(--color-primary);
	font-weight: 900;
}
.block-linkbtn a.linkicon-none:before {
	content: "";
}
*/

.block-linkbtn a.linkicon-arrow:before {
	content: "\f0da";
	font-family: "Font Awesome 7 Free";
	font-size: 1.6rem;
	font-weight: 900;
	line-height: 1;
	position: absolute;
	left: 20px;
	top: 50%;
	width: 20px;
	text-align: left;
	transform: translateY(-50%);
	transition: .2s;
	color: var(--color-primary);
}

.block-linkbtn a.linkicon-pdf:before,
.block-linkbtn a.linkicon-word:before,
.block-linkbtn a.linkicon-excel:before,
.block-linkbtn a.linkicon-pp:before,
.block-linkbtn a.linkicon-zip:before {
	content: "";
	line-height: 1;
	position: absolute;
	left: 18px;
	top: 50%;
	width: 22px;
	height: 22px;
	text-align: center;
	transform: translateY(-50%);
	transition: .2s;
}
.block-linkbtn a.linkicon-pdf:before {
	background: url(images/common/icon_pdf.png) 0 0 no-repeat;
	background-size: auto 22px;
}
.block-linkbtn a.linkicon-word:before {
	background: url(images/common/icon_word.png) 0 0 no-repeat;
	background-size: auto 22px;
}
.block-linkbtn a.linkicon-excel:before {
	background: url(images/common/icon_excel.png) 0 0 no-repeat;
	background-size: auto 22px;
}
.block-linkbtn a.linkicon-pp:before {
	background: url(images/common/icon_pp.png) 0 0 no-repeat;
	background-size: auto 22px;
}
.block-linkbtn a.linkicon-zip:before {
	background: url(images/common/icon_zip.png) 0 0 no-repeat;
	background-size: auto 22px;
}

.block-linkbtn a.linkicon-none:before {
	content: "";
}

.block-linkbtn a:hover {
	border-color: var(--color-primary);
	background: var(--color-primary);
	color: #fff;
}
.block-linkbtn a.linkicon-arrow:hover:before,
.block-linkbtn a.linkicon-pdf:hover:before,
.block-linkbtn a.linkicon-word:hover:before,
.block-linkbtn a.linkicon-excel:hover:before,
.block-linkbtn a.linkicon-dl:hover:before {
	color: #fff;
}

@media print, screen and (min-width: 1140px) {
	.block-linkbtn {
		margin-bottom: 15px;
	}
}

/* Balloon */
.block-balloon {
	position: relative;
	margin-top: 25px;
	padding: 20px 10px;
	border-radius: 8px;
	background: #ff8a00;
	background: linear-gradient(158deg, #ff5a00 0%, #ff8a00 100%);
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.025em;
}
.block-balloon:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left: calc(50% - 10px);
	width: 20px;
	height: 10px;
	border-top: 10px solid #FF7600;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: none;
	box-sizing: border-box;
}

@media print, screen and (min-width: 768px) {
	.block-balloon {
		margin-top: 40px;
		font-size: 22px;
	}
}

/* Lazy Blocks
------------------------------*/
/* 関連リンク一覧 */
.linklist-wrap {
	margin: 1em 0;
}
.linklist {}
.linklist .ex-link {
	position: relative;
}

/* 関連ファイル一覧
 * 投稿下部コンテンツと共通 */
.filelist-wrap {
	margin: 1em 0;
}

.entry-content .filelist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.entry-content .filelist__item {
	margin: 0.5em 0;
	padding: 0;
}

.filelist a {
	display: flex;
}

.filelist a:before {
	content: "";
	flex-grow: 0;
	flex-shrink: 0;
	display: block;
	width: 18px;
	height: 23px;
	margin-right: 7px;
	line-height: 1;
	text-align: left;
	transition: .2s;
}

.filelist a.linkicon-pdf:before {
	background: url("images/common/icon_pdf.png") 0 1px no-repeat;
	background-size: auto 22px;
}
.filelist a.linkicon-word:before {
	background: url("images/common/icon_word.png") 0 1px no-repeat;
	background-size: auto 22px;
}
.filelist a.linkicon-excel:before {
	background: url("images/common/icon_excel.png") 0 1px no-repeat;
	background-size: auto 22px;
}
.filelist a.linkicon-pp:before {
	background: url("images/common/icon_pp.png") 0 1px no-repeat;
	background-size: auto 22px;
}
.filelist a.linkicon-zip:before {
	background: url("images/common/icon_zip.png") 0 1px no-repeat;
	background-size: auto 22px;
}
.filelist a.linkicon-file:before {
	background: url("images/common/icon_file.png") 0 1px no-repeat;
	background-size: auto 22px;
}
.filelist a.linkicon-none:before {
	content: "";
	width: 0;
	height: 0;
	margin-right: 0;
}


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


/*--------------------------------------------------------------
# Print
--------------------------------------------------------------*/
@media print {
	body {
		/*width: 1280px;*/
	}
	/* header */
	.site-header {
		position: relative;
	}
	.main-navigation {
		display: none;
	}
	.menu-toggle {
		position: absolute;
	}
	/* footer */
	.pagetop {
		display: none;
	}
	/* content */
	.site-content {
		padding-top: 0;
	}
}