/*
Theme Name: EWORKS
Theme URI: http://www.eworksjp.com
Author: EWORKS
Author URI: http://www.eworksjp.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eworks
Tags:
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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

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

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 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 {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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

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

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

select {
	border: 1px solid #ccc;
}

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

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

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

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

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

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

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

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

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

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

.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 {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	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;
	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;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

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

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

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

.hentry {
	margin: 0;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

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

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

/*--------------------------------------------------------------
## 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, /* Older / Newer Posts Navigation (always hidden) */
.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%;
}

/*--------------------------------------------------------------
## 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;
}
/*--------------------------------------------------------------
# Design
--------------------------------------------------------------*/
@font-face {
  font-family: 'URW';
  src:url('/font/URWDIN-Bold.otf') format("opentype");
}
/***********************************
Adjustor
***********************************/
.margin_t30 {
	margin-top: 30px !important;
}
/***********************************
Font
***********************************/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
html {
  	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
	font-size: 1.2em;
	color: #3c3c3c;
}
@media all and (-ms-high-contrast: none)  {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
#chgfontsizeoptions {
	margin: 5px 0;
}
.color_red {
	color: #FF0000;
}
.color_blue {
	color: #0F6799;
}
.color_black {
	color: #000;
}
.font_bold {
	font-weight: bold;
}
.size_s {
	font-size: 80%;
	line-height: 140%;
}
.size_l {
	font-size: 120%;
	line-height: 140%;
}
.align_center {
	text-align: center;
}
.marker_yellow {
	background: linear-gradient(transparent 50%, yellow 50%);
}
.mt_30 {
	margin-top: 30px !important;
}
.mb_30 {
	margin-bottom: 30px !important;
}
.mt_60 {
	margin-top: 60px !important;
}
.mb_60 {
	margin-bottom: 60px !important;
}
.mt_20 {
	margin-top: 20px !important;
}
.mb_20 {
	margin-bottom: 20px !important;
}
.under_line {
  background: linear-gradient(transparent 70%, #ff99ab 70%);
}
/***********************************
indent
***********************************/
.indent_r4 {
	padding-left: 4em;
	text-indent: -4em;
}
/***********************************
buttan
***********************************/
.link_button {
	display: block;
	width: 100%;
	max-width: 360px;
	background-color: #0F6799;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	position: relative;
}
.link_button::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
	vertical-align: middle;
	right: 15px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.entry_submit_next {
	display: inline-block;
	width: 100%;
	max-width: 300px;
	margin: 20px 0 0 0;
	padding: 10px;
	box-sizing: border-box;
	background-color: #FF2626;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	border: none;
	font-size: 120%;
}
.entry_submit_prev {
	margin: 20px 0 0 0;
	display: inline-block;
	width: 100%;
	max-width: 300px;
	padding: 10px;
	box-sizing: border-box;
	background-color: #3c3c3c;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	border: none;
	font-size: 120%;
}
.entry_result {
	margin: 30px 0;
	padding: 0;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	color: #000;
}
/***********************************
CHECK・RADIO
***********************************/
input[type=checkbox] {
-webkit-appearance: none;
appearance: none;
display: inline-block;
position: relative;
background-color: #fff;
border: 2px solid #e4e4e4;
width: 25px;
height: 25px;
vertical-align: middle;
margin-right: .5em;
margin-top: 0;
margin-bottom: 5px;
}
input[type=checkbox]:checked::before {
content: "";
position: absolute;
left: 0;
top: 0;
background-image: url('/wp-content/uploads/2021/09/check.png');
background-size: 80%;
background-repeat: no-repeat;
width: 25px;
height: 25px;
}
input[type=radio] {
-webkit-appearance: none;
appearance: none;
display: inline-block;
position: relative;
background-color: #fff;
border: 2px solid #e4e4e4;
width: 25px;
height: 25px;
vertical-align: middle;
margin-right: .5em;
margin-bottom: 5px;
border-radius: 25px;
}
input[type=radio]:checked::before {
content: "";
position: absolute;
left: 0;
top: 0;
background-color: #0038A0;
border: 2px solid #fff;
width: 20px;
height: 20px;
border-radius: 25px;
}
/***********************************
EFECT
***********************************/
.fadein {
    opacity : 0;
    transform : translate(0, 100px);
	transition: all 0.8s;
}

.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

.box_left {
	-webkit-transform: translate(-100px, 0);
  	opacity: 0;
}

.box_left.move {
  	-webkit-transition: all 1.5s;
  	-webkit-transform: translate(0, 0);
  	opacity: 1;
}

.box_right {
  	-webkit-transform: translate(100px, 0);
  	opacity: 0;
}

.box_right.move {
	text-align: right;
  	-webkit-transition: all 1.5s;
  	-webkit-transform: translate(0, 0);
  	opacity: 1;
}

.box_center {
	-webkit-transform: translate(0, 0)  scale(0.5);
	opacity: 0;
}

.box_center.move {
	-webkit-transition: all 1.5s;
  	-webkit-transform: scale(1.0);
  	opacity: 1;
}
/*************************************
Space
*************************************/
.m_t20 {
	margin-top: 20px !important;
}
.m_b20 {
	margin-bottom: 20px !important;
}
.m_t30 {
	margin-top: 30px !important;
}
.m_b30 {
	margin-bottom: 30px !important;
}
.m_t40 {
	margin-top: 40px !important;
}
.m_b40 {
	margin-bottom: 40px !important;
}
.m_t60 {
	margin-top: 60px !important;
}
.m_b60 {
	margin-bottom: 60px !important;
}
/*************************************
Site
*************************************/
a {
	text-decoration: none;
}
.site-content {
	position: relative;
}
/*************************************
Color
*************************************/
.back_blue {
	background-color: #0038A0 !important;
}
.back_orange {
	background-color: #F39800 !important;
}
.back_green {
	background-color: #009944 !important;
}
.back_red {
	background-color: #FF2626 !important;
}
.font_color_pink {
	color: #bd1280;
}
/*************************************
Header
*************************************/
.site_header {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #FFF;
	border-bottom: 1px solid #efefef;
	position: sticky;
    top: 0;
    z-index: 99999;
}
.site_header_frame {
	margin: 0;
	padding: 0;
	width: 100%;
	display: table;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.site_header_logo {
	margin: 0;
	padding: 0 0 0 20px;
	width: 360px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.site_header_menu {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	width : -webkit-calc(100% - 460px) ;
   width : calc(100% - 460px) ;
	vertical-align: middle;
	display: flex;
	align-items: center;
}
.site_header_mem a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background-color: #f4a460;
	transition: 1.0s ;
	box-sizing: border-box;
}
.site_header_mem a:hover {
	background-color: #FFF;
	border-left: 1px solid #f4a460;;
	color: #f4a460;
}
.site_header_nw a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background-color: #4169e1;
	transition: 1.0s ;
	box-sizing: border-box;
}
.site_header_nw a:hover {
	background-color: #FFF;
	border-left: 1px solid #4169e1;;
	color: #4169e1;
}
.site_header_fontsize {
	margin: 0;
	padding: 10px 0 0 0;
	box-sizing: border-box;
	background-color: #FF6347;
	text-align: center;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	width: 100px;
	justify-content: center;
	align-items: center;
}
.site_header_fontsize a {
	color: #FFF;
}
.site_header_drawer {
	display: none;
}
.header_icon {
	display: block;
	width: 40px;
	margin: 5px auto;
}
/*************************************
HEADER MENU
*************************************/


/*************************************
Breadcrumbs
*************************************/
.breadcrumbs {
	margin: 20px auto;
	padding: 0;
	width: 100%;
	max-width: 1200px;
	font-size: 18px;
    font-weight: bold;
    color: #3C3C3C;
}
.breadcrumbs a {
	font-size: 18px;
    font-weight: bold;
    color: #3C3C3C;
}
/*************************************
Float Menu
*************************************/
.right_float {
	position: fixed;
    width: 60px;
	height:80vh;
	top:100px;
	right: 0;
}
.float_menu_list {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	height: 100%;
}
.float_menu_list li {
	width: 100%;
	height: 33.33%;
}
.float_menu_list li a {
	display: flex;
	width: 100%;
	height: 100%;
	color: #FFF;
	background-color: #FFF;
	border-radius: 10px 0 0 10px;
	justify-content: center;
  	align-items: center;
}
.text_tate {
	-webkit-text-orientation: upright;
    text-orientation: upright;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	font-size: 18px;
	font-weight: bold;
}
.fa_icon {
	height: 30px;
}
/*************************************
Slider
*************************************/
.top_main_slider {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
}
.top_slider_text {
    position: absolute;
    left: 40px;
    bottom: 40px;
    width: 100%;
    max-width: 800px;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
}
/*************************************
Contents
*************************************/
.content_frame {
	margin: 0;
	padding: 50px 0;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	background-color: #FFF;
}
.content_frame_blue {
	background-color: #F0FCFF !important;
}
.content_area {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1080px;
}
.content_title {
	margin: 0;
	padding: 0 0 10px 0;
	width : 100%;
	color: #333;
	font-size: 40px;
	font-weight: bold;
	box-sizing: border-box;
	text-align: center;
}
.content_title ruby rp {
	font-size: 60%;
}
.content_title ruby rt {
	font-size: 60%;
}
.content_sub_title {
	margin: 20px 0;
	padding: 0;
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #00A1E9;
}
.content_title_blue {
	padding: 0;
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #00A1E9;
}
.content_title_note {
	font-size: 50%;
}
.content_title_mini {
	margin: 0;
	padding: 0 0 15px 0;
	color: #3C3C3C;
	font-size: 24px;
	font-weight: bold;
	box-sizing: border-box;
	position: relative;
	text-align: left;
}
.top_topics_list {
	width : 100%;
    margin: 20px auto 0;
    padding:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	list-style: none;
	justify-content: space-between;
}
.top_topics_list li {
	box-sizing: border-box;
	padding: 0 5px;
	vertical-align: top;
}
.topics_text {
	margin: 10px 0 0 0;
	padding: 0;
	color: #3c3c3c;
	text-align: left;
}
.post_date {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 16px;
	color: #666;
	font-weight: bold;
}
.post_title {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 18px;
	color: #3C3C3C;
	font-weight: bold;
}
.content_box {
	width: 100%;
    margin: 20px 0 0 auto;
    padding: 0;
}
.tab_news {
	display: block;
	width: 14%;
	text-align: center;
	line-height: 20px;
	float: left;
	box-sizing: border-box;
	padding: 10px 0;
	margin: 0 1% 0 0;
	color: #3c3c3c;
	font-weight: normal;
	font-size: 16px;
}
input[name="tab_news"] {
	display: none;
}
.tab_info {
	display: block;
	width: 15%;
	height: 60px;
	text-align: center;
	box-sizing: border-box;
	float: left;
	padding: 0;
	margin: 0 1% 0 0;
	background-color: #898989;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	justify-content: center;
  	align-items: center;
}
.label_text {
	display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
input[name="tab_info"] {
	display: none;
}
.tab_content {
	display: none;
	padding: 0;
	margin: 0;
	clear: both;
	overflow: hidden;
	width: 100%;
}
.tab_content_info {
	margin: 0;
	padding: 20px;
	background-color: #FFF;
	box-sizing: border-box;
}
.tab_content_description {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border-top: 1px solid #9FA0A0; 
}
.content_box input:checked + .tab_news {
	border-bottom: 3px solid #0038A0;
	font-weight: bold;
}
.content_frame input:checked + .tab_info {
	background-color: #FFF;
	color: #000;
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
}
#all:checked ~ #all_content,
#project:checked ~ #project_content,
#notification:checked ~ #notification_content,
#saloon:checked ~ #saloon_content,
#networker:checked ~ #networker_content {
	display: block;
}

#infoall:checked ~ #infoall_content,
#recruit:checked ~ #recruit_content,
#hold:checked ~ #hold_content,
#assist:checked ~ #assist_content,
#donate:checked ~ #donate_content,
#other:checked ~ #other_content {
	display: block;
}
.view_more {
	display: block;
	margin: 30px auto 0;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #3C3C3C;
	text-align: center;
	color: #3C3C3C;
	width: 100%;
	max-width: 300px;
	border-radius: 100vh;
	transition: 1.0s ;
	font-weight: bold;
}
.view_more:hover {
	background-color: #3C3C3C;
	color: #FFF;
	font-weight: bold;
}
.top_community_list {
	width:100%;
    margin:0;
    padding:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	list-style: none;
	justify-content: space-between;
}
.top_community_list li {
	width: 48%;
	margin: 0 0 40px 0 ;
}
.top_community_list li a {
	display: block;
	width: 100%;
	text-align: center;
	color: #3C3C3C;
	font-weight: bold;
}
.top_community_list li a img {
	display: block;
	margin-bottom: 10px;
}
.caption_text {
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
	text-align: left;
	font-weight: normal;
	color: #3f3f3f;
}
.top_grid_box {
	display: block;
	width: 100%;
	margin: 20px 0;
}
.content_grid {
	display: grid;
	display: -ms-grid;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
	grid-gap: 0;
}
.grid_image_left {
	grid-row: 1 / span 1;
    grid-column: 1 / span 3;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
}
.grid_image_right {
	grid-row: 1 / span 1;
    grid-column: 3 / span 3;
	-ms-grid-column: 3;
	-ms-grid-column-span: 3;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
}
.grid_text_right {
	grid-row: 1 / span 1;
    grid-column: 4 / span 2;
	-ms-grid-column: 4;
	-ms-grid-column-span: 2;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	box-sizing: border-box;
	border: 1px solid #efefef;
	padding: 20px;
	display: flex;
  	justify-content: center;
  	align-items: center;
}
.grid_text_left {
	grid-row: 1 / span 1;
    grid-column: 1 / span 2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	box-sizing: border-box;
	border: 1px solid #efefef;
	padding: 20px;
	display: flex;
 	justify-content: center;
  	align-items: center;
}
.grid_image_left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.grid_image_right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.grid_text_box {
	margin: 0;
	padding: 0;
	width: 100%;
}
.grid_link_box {
	margin: 30px 0 0 auto;
	padding: 10px;
	width: 100%;
	max-width: 200px;
	border: 2px solid #0F6799;
	text-align: center;
	color: #0F6799;
	transition: 1.0s;
}
.top_grid_box:hover .grid_link_box {
	background-color: #0F6799;
	color: #FFF;
}
.content_two_column {
	margin: 0;
	padding: 0;
	width: 100%;
	display: table;
}
.content_two_left {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0 20px 0 0;
}
.content_two_right {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0 0 0 20px;
}
.icons_title_box {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
.icons_title {
	color: #3C3C3C;
    font-size: 24px;
    font-weight: bold;
}
.letter_icon {
	background-image: url('/wp-content/uploads/2021/09/letter_icon.png');
	background-repeat: no-repeat;
    background-size: 40px;
    background-position: 0 50%;
    padding: 20px 0 20px 50px;
}
.blog_icon {
	background-image: url('/wp-content/uploads/2021/09/blog_icon.png');
	background-repeat: no-repeat;
    background-size: 40px;
    background-position: 0 50%;
    padding: 20px 0 20px 50px;
}
.top_sns_list {
	margin: 30px auto 0;
	padding: 0;
	width: 100%;
	max-width: 450px;
	display: table;
	list-style: none;
}
.top_sns_list li {
	width: 33.33%;
	vertical-align: top;
	display: table-cell;
	text-align: center;
}
.top_sns_list li a {
	display: block;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	font-family: 'URW';
	letter-spacing: 5px;
	color: #3C3C3C;
	font-size: 16px;
}
.top_sns_list li a img {
	display: block;
	margin: 0 auto 10px;
	width: 100%;
	max-width: 75px;
}
.top_letter_list {
	margin: 30px 0 0 0;
	padding: 0;
	width: 100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	list-style: none;
	justify-content: space-between;
}
.top_letter_list li {
	width: 23%;
}
.top_letter_list li a {
	display: block;
	width: 100%;
	text-align: center;
	color: #3C3C3C;
	font-size: 18px;
	font-weight: bold;
}
.top_letter_list li img {
	display: block;
	margin: 0 0 20px 0;
	width: 100%;
}
.eyecatching_title_box {
	margin: 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
	background-repeat: no-repeat;
    background-size: cover;
	background-position: 50% 50%;
}
.eyecatching_title {
	display: block;
	margin: 0 auto;
	padding: 100px 0;
	width: 100%;
	max-width: 1200px;
}
.eyecatching_title_img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 800px;
}
.content_caption {
	margin: 0 auto 40px;
	padding: 40px 40px;
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	background-color: #F0FCFF;
}
.caption_title {
	color: #333;
	font-size: 40px;
	font-weight: bold;
}
.caption_title_mini {
	color: #333;
	font-size: 24px;
	font-weight: bold;
}
.caption_two_column {
	margin: 30px 0 0;
	width:100%;
    padding:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.caption_two_left {
	margin: 0;
	padding: 0 20px 0 0;
	width: 50%;
	vertical-align: top;
	box-sizing: border-box;
	line-height: 200%;
	text-align: left !important;
}
.caption_two_right {
	margin: 0;
	padding: 0 0 0 20px;
	width: 50%;
	vertical-align: top;
	box-sizing: border-box;
	line-height: 200%;
	text-align: left;
}
.caption_link {
	margin: 30px 0 0 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
.caption_link a {
	padding: 10px 25px 10px 20px;
	border: 2px solid #0F6799;
	display: inline-block;
	transition: 1.0s ;
}
.caption_link a span {
    position: relative;
    display: inline-block;
    padding: 0px 15px 0px 10px;
    color: #0F6799;
    vertical-align: middle;
    text-decoration: none;
    font-size: 20px;
	font-weight: bold;
}
.caption_link a span::before,
.caption_link a span::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.caption_link a span::before{
    right: 5px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0F6799;
    border-right: 2px solid #0F6799;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.caption_link a:hover {
	background-color: #0F6799;
}
.caption_link a:hover span{
	color: #FFF;
}
.caption_link a:hover span::before{
	border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
}
.business_link {
	margin: 30px 0 0 0;
	padding: 0;
	width: 100%;
	text-align: right;
}
.business_link a {
	padding: 10px 25px 10px 20px;
	border: 2px solid #0F6799;
	display: inline-block;
	transition: 1.0s ;
}
.business_link a span {
    position: relative;
    display: inline-block;
    padding: 0px 15px 0px 10px;
    color: #0F6799;
    vertical-align: middle;
    text-decoration: none;
    font-size: 20px;
	font-weight: bold;
}
.business_link a span::before,
.business_link a span::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.business_link a span::before{
    right: 5px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0F6799;
    border-right: 2px solid #0F6799;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.business_link a:hover {
	background-color: #0F6799;
}
.business_link a:hover span{
	color: #FFF;
}
.business_link a:hover span::before{
	border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
}
.image_caption_two {
	margin: 30px auto 0;
	padding: 0;
	width : -100%;
	display: table;
}
.image_caption_left {
	display: table-cell;
	width: 40%;
	box-sizing: border-box;
	padding: 0 20px 0 0;
	vertical-align: top;
	text-align: left;
}
.image_caption_right {
	display: table-cell;
	width: 60%;
	box-sizing: border-box;
	padding: 0 0 0 20px;
	vertical-align: top;
	text-align: left;
}
.content_mini {
	margin: 20px auto 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}
.link_box_blue {
	display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 2px solid #0F6799;
	transition: 1.0s ;
	color: #0F6799;
	text-align: center;
	margin: 0;
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
}
.link_box_blue:hover {
	background-color: #0F6799;
	color: #FFF;
}
.link_caption {
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
	text-align: center;
	color: #3C3C3C;
	font-size: 16px;
	font-weight: bold;
}
.content_list {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}
.content_list li {
	width: 100%;
	padding: 10px 0;
	box-sizing: border-box;
	line-height: 180%;
}
.content_list li a {
	color: #3C3C3C;
	font-weight: bold;
}
.accordion-container {
  position: relative;
  width: 100%;
  border: 1px solid #0079c1;
  border-top: none;
  outline: 0;
  cursor: pointer;
}
.accordion-container .accordion-title {
  	display: block;
  	position: relative;
  	margin: 0;
  	padding: 10px;
  	font-size: 1.25em;
  	font-weight: bold;
  	color: #fff;
  	background: #0038A0;
	border-bottom: 1px solid #FFF;
  	cursor: pointer;
}
.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  background-color: #0038A0;
  color: white;
}
.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  color: white;
}
.accordion-title{
  position: relative;
}
.accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.accordion-content {
  	display: none;
  	box-sizing: border-box;
	padding: 20px;
}
.accordion-container {
	width: 100%;
 	margin: 0;
}
.letter_list_two {
	margin: 30px 0 0 0;
	padding: 0;
	width: 100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	list-style: none;
	justify-content: space-between;
}
.letter_list_two li {
	width: 48%;
}
.letter_list_two li a {
	display: block;
	width: 100%;
	text-align: center;
	color: #3C3C3C;
	font-weight: bold;
}
.letter_list_two li a img {
	display: block;
	margin-bottom: 10px;
}
.letter_list_four {
	margin: 0;
	padding: 0;
	width: 100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	list-style: none;
}
.letter_list_four li {
	width: 25%;
	box-sizing: border-box;
	padding: 10px;
}
.letter_list_four li a {
	display: block;
	width: 100%;
	text-align: center;
	color: #3C3C3C;
	font-weight: bold;
}
.letter_list_four li a img {
	display: block;
	margin-bottom: 10px;
}
.ciba_frame {
	margin: 0;
	padding: 20px 10px;
	width: 100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	box-sizing: border-box;
	justify-content: space-between;
	background-color: #FFF;
}
.ciba_frame_img {
	width: 42%;
}
.ciba_frame_about {
	width: 58%;
	color: #3C3C3C;
	font-size: 13px;
	line-height: 190%;
	font-weight: bold;
	text-align: left;
	box-sizing: border-box;
	padding: 0 0 0 10px;
}
.fletter_frame {
	margin: 0;
	padding: 20px 10px;
	width: 100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	box-sizing: border-box;
	justify-content: space-between;
	background-color: #FFF;
}
.fletter_frame_img {
	width: 48%;
}
.fletter_frame_about {
	width: 48%;
	color: #3C3C3C;
	font-size: 13px;
	line-height: 190%;
	font-weight: bold;
	text-align: left;
}
.letter_frame {
	margin: 0;
	padding: 20px 10px;
	width: 100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	box-sizing: border-box;
	justify-content: space-between;
	background-color: #FFF;
}
.letter_frame_img {
	width: 48%;
}
.letter_frame_about {
	width: 48%;
	color: #3C3C3C;
	font-size: 13px;
	line-height: 190%;
	font-weight: bold;
	text-align: left;
}
.letter_number {
	margin: 0 0 15px 0;
	color: #9FA0A0;
	font-weight: bold;
	font-size:16px;
}
.use_note {
	margin: 30px 0 0 0;
	padding: 0;
	width: 100%;
	font-size: 90%;
	line-height: 180%;
	color: #3c3c3c;
	line-height: 200%;
}
.note_link {
	font-weight: bold;
	color: #0038A0;
	position: relative;
    display: inline-block;
    padding: 0 25px 0 0;
    vertical-align: middle;
    text-decoration: none;
}
.note_link::before,
.note_link::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.note_link::before{
    width: 20px;
    height: 20px;
    background: #0038A0;
}
.note_link::after{
    right: 0px;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border: 6px solid transparent;
    border-left: 7px solid #fff;
}
.service_list {
	margin: 30px 0 0 0;
	padding: 0px;
	width: 100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	box-sizing: border-box;
	justify-content: space-between;
	list-style: none;
}
.service_list li {
	width: 31%;
	background-color: #FFF;
	box-sizing: border-box;
	padding: 10px;
	text-align: left;
	color: #3c3c3c;
	font-size: 90%;
	line-height: 180%;
}
.service_list li img {
	display: block;
}
.service_name {
	margin: 10px 0;
	padding: 0 0 10px 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #3c3c3c;
	border-bottom: 2px solid #9FA0A0;
}
.service_icons {
	margin: 0 0 10px 0;
	padding: 0px;
	width: 100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	box-sizing: border-box;
	list-style: none;
}
.service_icons li {
	width: 50px;
	box-sizing: border-box;
	padding: 0 5px 0 0;
}
.content_text {
	margin: 30px 0 0 0;
	padding: 0;
	width: 100%;
	color: #3c3c3c;	
	font-weight: normal;
	text-align: left;
}
.about_list {
	margin: 30px 0 0 0;
	padding: 0px;
	width: 100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	box-sizing: border-box;
	justify-content: space-between;
	list-style: none;
}
.about_list li {
	width: 24%;
	color: #3c3c3c;
	font-size: 90%;
	line-height: 180%;
}
.thema_name {
	margin: 20px 0 0;
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-radius: 100vh;
}
.sub_thema {
	margin: 20px 0;
	padding: 0;
	width: 100%;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	color: #3c3c3c;
}
.document_title {
	margin: 30px 0 0 0;
	padding: 10px 0;
	width: 100%;
	text-align: center;
	background-color: #EFEFEF;
    font-weight: bold;
    color: #3c3c3c;
}
.history_list_title {
	margin: 30px 0 0 0;
	padding: 0px;
	width: 100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	box-sizing: border-box;
	justify-content: space-between;
	list-style: none;
}
.history_list_title li {
	box-sizing: border-box;
	padding: 10px;
	background-color: #0038A0;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.history_list_title li:nth-child(odd){
	border-right: 1px solid #FFF;
	width: 30%;
}
.history_list_title li:nth-child(even){
	width: 70%;
}
.history_yaer {
	margin: 0;
	padding: 10px;
	background-color: #EFEFEF;
    font-weight: bold;
    color: #3c3c3c;
	box-sizing: border-box;
}
.history_list {
	margin: 0;
	padding: 0px;
	width: 100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	box-sizing: border-box;
	justify-content: space-between;
	list-style: none;
}
.history_list li {
	box-sizing: border-box;
	padding: 10px;
	background-color: #FFF;
	color: #3c3c3c;
	text-align: left;
}
.history_list li:nth-child(odd){
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	width: 30%;
}
.history_list li:nth-child(even){
	border-bottom: 1px solid #EFEFEF;
	width: 70%;
}
.top_btn_banner {
	margin: 0;
	padding: 0;
	width: 100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	box-sizing: border-box;
	list-style: none;
}
.top_btn_banner li {
	width: 48%;
	box-sizing: border-box;
}
.top_btn_banner li:first-child {
	margin-right: 2%;
}
.top_btn_banner li:last-child {
	margin-left: 2%;
}
.top_btn_banner li a {
	display: block;
	position: relative;
	width: 100%;
}
.top_btn_banner li a img {
	display: block;	
}
.top_btn_banner li a img.over_img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.7s;
}
.top_btn_banner li a:hover img.over_img {
	opacity: 1;	
}
/*************************************
寺子屋
*************************************/
.terakoya_new_list {
	margin: 0;
	padding: 0px;
	width: 100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	box-sizing: border-box;
	list-style: none;
}
.terakoya_new_list li {
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 10px 20px;
}
.terakoya_old_list {
	margin: 0;
	margin: 0;
	padding: 0px;
	width: 100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	box-sizing: border-box;
	list-style: none;
}
.terakoya_old_list li {
	width: 25%;
	box-sizing: border-box;
	padding: 0 10px 20px;
}
.terakoya_name {
	margin: 20px 0;
	padding: 0;
	width: 100%;
	text-align: center;
	font-size: 90%;
	line-height: 180%;
	color: #3c3c3c;
	font-weight: bold;
}
.terakoya_link {
	margin: 0;
	padding: 10px 0;
	box-sizing: border-box;
	display: block;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	color: #0038A0;
	border: 2px solid #0038A0;
	transition: 1.0s ;
	font-size: 16px;
	font-weight: bold;
	border-radius: 100vh;
}
.terakoya_link:hover {
	background-color: #0038A0;
	color: #FFF;
}
.greeting_text {
	color: #3c3c3c;
	line-height: 180%;
}
.greeting_text:after {
content: "";
    display: block;
    clear: both;
}
.greeting_image {
	float: left;
    width: 30%;
    margin: 0 40px 40px 0;
}
.business_grid {
	display: grid;
	display: -ms-grid;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	-ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    -ms-grid-rows: auto;
	grid-gap: 20px;
}
.business_name_box {
	grid-row: 1 / span 1;
    grid-column: 1 / span 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	background-color: #0038A0;
	padding: 20px;
	display: flex;
  	justify-content: center;
  	align-items: center;
}
.business_text {
	grid-row: 1 / span 1;
    grid-column: 2 / span 3;
	-ms-grid-column: 3;
	-ms-grid-column-span: 5;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	display: flex;
  	align-items: center;
}
.business_name {
	margin: 0;
	padding: 0;
	width: 100%;
	color: #FFF;
	font-size: 24px;
	line-height: 180%;
	text-align: center;
	font-weight: bold;
}
.business_text_box {
	margin: 0;
	padding: 0;
	width: 100%;
	font-weight: normal;
}
.membertype {
	margin: 10px 0 0 0;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	border-bottom: 2px solid #3c3c3c;
	font-weight: bold;
	font-size: 120%;
}
.memberframe {
	margin: 10px 0;
	padding: 0;
	width: 100%;
}
.member_four {
	margin: 0;
	margin: 0;
	padding: 0px;
	width: 100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	box-sizing: border-box;
	list-style: none;
}
.member_four li {
	width: 25%;
	box-sizing: border-box;
	padding: 0 10px 10px;
}
.member_two {
	margin: 0;
	margin: 0;
	padding: 0px;
	width: 100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	box-sizing: border-box;
	list-style: none;
}
.member_two li {
	width: 50%;
	box-sizing: border-box;
	padding: 0 10px 10px;
}
.imgmap_frame {
	margin: 40px 0 0 0;
	padding: 0;
	width: 100%;
}
.youtube_list {
	margin: 0;
	padding: 0;
	width: 100%;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	box-sizing: border-box;
	list-style: none;
}
.youtube_list li {
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 10px;
    text-align: center;
    color: #3C3C3C;
    font-weight: bold;
    font-size: 16px;
}
.youtube_box {
  	position: relative;
	margin: 0 0 10px 0;
  	width: 100%;
  	padding-top: 56.25%;
}
.youtube_box iframe {
  	position: absolute;
  	top: 0;
  	right: 0;
 	width: 100% !important;
  	height: 100% !important;
}
.fiv-ctrls {
	display: none !important;
}
/*************************************
作文コンクール
*************************************/
.essay_image {
	margin: 0 0 10px 0;
	padding: 0 10px;
	width: 100%;
	box-sizing: border-box;
}
/*************************************
ふるさと自慢
*************************************/
.furusato_area_name {
	margin: 0;
	padding: 0;
	width: 100%;
}
.furusato_area_name a {
	display: block;
	margin: 40px 0 20px;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	background-color: #0038A0;
	color: #FFF;
	font-weight: bold;
}
.furusato_list {
	margin: 0;
	margin: 0;
	padding: 0px;
	width: 100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	box-sizing: border-box;
	list-style: none;
}
.furusato_list li {
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 10px 20px;
}
.furusato_name {
	margin: 10px 0;
	padding: 10px 0 0 0;
	width: 100%;
	text-align: center;
	color: #3c3c3c;
	font-weight: bold;
	box-sizing: border-box;
	border-top: 2px solid #0038A0;
}
.furusato_info {
	margin: 0;
	padding: 0;
	width: 100%;
	display: table;
}
.furusato_entry {
	display: table-cell;
	width: 50%;
	margin: 0;
	padding: 0;
	color: #3c3c3c;
	text-align: left;
}
.furusato_city {
	display: table-cell;
	width: 50%;
	margin: 0;
	padding: 0;
	color: #3c3c3c;
	text-align: right;
}
.furusato_frame {
	margin: 40px 0 0 0
	padding: 0;
	display: table;
	width: 100%;
}
.furusato_access {
	display: table-cell;
	width: 70%;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0 10px 0 0;
}
.furusato_information {
	display: table-cell;
	width: 30%;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0 0 0 10px;
}
.furusato_content_title {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	box-sizing: border-box;
	border-bottom: 2px solid #0038A0;
	color: #3c3c3c;
	font-size; 120%;
	font-weight: bold;
}
.furusato_infor_box {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 80%;
}
.furusato_table th {
	margin: 0;
	padding: 5px;
	text-align: center;
	color: #FFF;
	background-color: #009944;
	border: 1px solid #ccc;
	box-sizing: border-box;
	vertical-align: middle;
}
.furusato_table td {
	margin: 0;
	padding: 5px;
	text-align: center;
	color: #333;
	border: 1px solid #ccc;
	box-sizing: border-box;
	vertical-align: middle;
}
/*************************************
若者連携事業
*************************************/
.youth_list {
	margin: 0;
	margin: 0;
	padding: 0px;
	width: 100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	box-sizing: border-box;
	list-style: none;
}
.youth_list li {
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 10px 20px;
}
.youth_mem {
	margin: 10px 0 0 0;
	padding: 5px 20px;
	background-color: #0038A0;
	width: 100%;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	border-radius: 100vh;
}
.youth_name {
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
	color: #3c3c3c;
	font-weight: bold;
	font-size:16px;
}
.youth_caption {
	margin: 10px 0 0 0;
	padding: 0;
	text-align: left;
	color: #3c3c3c;
	font-size: 80%;
}
.youth_content {
	margin: 10px 0 20px;
	padding: 0 10px;
	box-sizing: border-box;
	width: 100%;
	line-height: 180%;
}
.youth_image {
	margin: 0;
	margin: 0;
	padding: 0px;
	width: 100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	box-sizing: border-box;
	list-style: none;
}
.youth_image li {
	margin: 0;
	padding: 0 10px;
	width: 33.33%;
	box-sizing: border-box;
}
/*************************************
Database
*************************************/
.group_status {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
	display: flex;
}
.gourp_status_city {
	display: inline-flex;
	margin: 0 10px 0 0;
	padding: 10px;
    border: 2px solid #02389F;
    color: #02389F;
    font-weight: bold;
    border-radius: 10px;
}
.gourp_status_type {
	display: inline-flex;
	margin: 0 10px 0 0;
    padding: 10px;
    border: 2px solid #02389F;
    color: #02389F;
    font-weight: bold;
    border-radius: 10px;
}
.activity_type_list {
	margin: 0;
	margin: 0;
	padding: 0px;
	width: 100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	box-sizing: border-box;
	list-style: none;
}
.activity_type_list>li {
	width: 25%;
	box-sizing: border-box;
	padding: 0 10px 20px;
}
.activity_frame {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
	border-radius: 10px;
}
.activity_typename {
	margin: 0;
	padding: 5px 0;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	border-radius: 10px 10px 0 0;
}
.activity_othertype {
	background-color: #607D8B;
}
.activity_global {
	background-color: #E53935;
}
.activity_sports {
	background-color: #5f4c86;
}
.activity_medicalcare {
	background-color: #039BE5;
}
.activity_child {
	background-color: #EC407A;
}
.activity_environment {
	background-color: #388E3C;
}
.activity_welfare {
	background-color: #6D4C41;
}
.activity_typearea {
	background-color: #FB8C00;
}
.activity_list {
	margin: 20px 0;
	padding: 0;
	width: 100%;
	list-style: none;
}
.activity_list li {
	display: block;
	width: 100%;
	padding: 5px 10px;
	font-size: 14px;
	box-sizing: border-box;
}
.searchtype {
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	background-color: #0038A0;
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.search_title {
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	border-bottom: 2px solid #3c3c3c;
	font-size: 120%;
	font-weight: bold;
	color: #3c3c3c;
}
.search_list {
	margin: 0;
	margin: 0;
	padding: 0px;
	width: 100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	box-sizing: border-box;
	list-style: none;
}
.search_list li {
	width: 20%;
	padding: 10px;
	box-sizing: border-box;
}
.wpcf7-radio span.wpcf7-list-item {
display: block;
}
.wpcf7-list-item {
	margin: 0 2em 0 0;
}
input.search_text_box {
	margin: 0;
	padding: 5px 10px;
	width: 100%;
	box-sizing: border-box;
	font-size: 120%;
}
.search_all {
	margin: 20px 0 0;
	padding: 5px;
	box-sizing: border-box;
	width: 100%;
	max-width: 100px;
	border: 2px solid #0038A0;
	text-align: center;
	color: #0038A0;
	border-radius: 100vh;
	font-weight: bold;
}
.search_condition_frame {
	margin: 20px 0 0 0;
	padding: 0;
	width: 100%;
	display: table;
}
.search_condition_title {
	display: table-cell;
	vertical-align: middle;
	width: 150px;
	box-sizing: border-box;
	border-bottom: 2px solid #0038A0;
	background-color: #0038A0;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}
.search_condition_value {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 0 10px;
	color: #3c3c3c;
	font-weight: bold;
}
.search_condition_list {
	margin: 10px 0 0 0;
	padding: 0px;
	width: 100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	box-sizing: border-box;
	list-style: none;
}
.search_condition_list li {
	width: 20%;
	box-sizing: border-box;
	padding: 0 10px 10px 0;
}
.search_condition {
	margin: 0;
	padding: 5px;
	box-sizing: border-box;
	width: 100%;;
	border: 2px solid #0038A0;
	text-align: center;
	color: #0038A0;
	border-radius: 100vh;
	font-weight: bold;
	font-size: 80%;
}
.search_none {
	margin: 20px 0 0 0;
	padding: 10px;
	font-size: 140%;
	font-weight: bold;
	width: 100%;
	text-align: center;
	color: #3c3c3c;
	border: 2px solid #3c3c3c;
}
/*************************************
Blog
*************************************/
.top_blog_frame {
	margin: 0;
	padding: 0;
	width: 100%;
}
.top_news_list {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}
.top_news_list li {
	width: 100%;
	padding: 15px 30px;
	box-sizing: border-box;
	border-bottom: 1px solid #9FA0A0; 
	text-align: left;
}
.top_news_date {
	color: #9FA0A0;
	font-weight: bold;
	display: inline-block;
}
.top_news_title {
	margin: 10px 0 0 0;
	color: #595757;
	font-weight: bold;	
	box-sizing: border-box;
	padding-left: 10px;
	display: inline-block;
}
.info_news_list {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}
.info_news_list>li {
	margin: 0;
	padding: 30px 20px;
	width: 100%;
	border-bottom: 2px solid #ececec;
	box-sizing: border-box;
}
.info_row {
	margin: 0;
	padding: 0;
	width: 100%;
	display: table;
}
.info_image {
	display: table-cell;
	width:35%;
	vertical-align: top;
	box-sizing: border-box;
}
.info_text {
	display: table-cell;
	width:65%;
	padding: 0 0 0 20px;
	vertical-align: top;
	box-sizing: border-box;
}
.info_title {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 120%;
	font-weight: bold;
	color: #000;
}
.info_date {
	margin: 20px 0 0 0;
	padding: 0;
	width: 100%;
	display: flex;
	font-weight: bold;
}
.info_date_title {
	width: 100px;
	box-sizing: border-box;
	text-align:justify;
	text-align-last:justify;
	vertical-align: middle;
}
.info_date_value {
		width: calc(100% - 100px);
	box-sizing: border-box;
	padding: 0 0 0 20px;
	vertical-align: middle;
}
.date_past {
	color: #C30D23;
}
.date_event {
	color: #000;
}
.date_future {
	color: #F39800;
}
.info_name {
	color: #000;
	font-weight: bold;
}
.info_tag_list {
	margin: 20px 0 0 0;
	padding: 0px;
	width: 100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	box-sizing: border-box;
	list-style: none;
}
.info_tag_list li {
	box-sizing: border-box;
	padding: 0 5px 10px 0;
}
.info_tag_box {
	margin: 0;
	padding: 5px;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #009944;
	color: #009944;
	text-align: center;
	border-radius: 5px;
}
.info_link_box {
	margin: 20px 0 0;
	padding: 0;
	width: 100%;
	text-align: right;
}
.info_link_box a {
	display: block;
	margin: 0 0 0 auto;
	width: 100%;
	max-width: 200px;
	box-sizing: border-box;
	border: 1px solid #0038A0;
	padding: 10px;
	text-align: center;
	color: #0038A0;
	font-weight: bold;
	transition: all 0.8s;
}
.info_link_box a:hover {
	background-color: #0038A0;
	color: #FFF;
}
.essay_list {
	margin: 20px 0 0 0;
	padding: 0px;
	width: 100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	box-sizing: border-box;
	list-style: none;
}
.essay_list li {
	width: 50%;
	box-sizing: border-box;
	vertical-align: top;
}
.essay_list li:first-child {
	padding: 0 20px 0 0;	
}
.essay_list li:last-child {
	padding: 0 0 0 20px;	
}
.events_list {
	margin: 0;
	padding: 0px;
	width: 100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	box-sizing: border-box;
	list-style: none;
}
.events_list>li {
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 10px 20px;
}
.events_list>li a {
	text-align: right;
    display: block;
}
.events_list>li a img {
	display: block;
	margin: 20px 0 0 0;
}
.status_close {
	margin: 0 0 10px 0;
	padding: 5px 20px;
	border: 2px solid #E60012;
	color: #E60012;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px;
}
.status_open {
	margin: 0;
	padding: 5px 20px;
	border: 2px solid #F39800;
	color: #F39800;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px;
}
.event_name {
	margin: 20px 0 0 0;
	padding: 0 10px;
	width: 100%;
	box-sizing: border-box;
	color: #3c3c3c;
	font-weight: bold;
	text-align: left;
}
.event_tag_list {
	margin: 20px 0 0 0;
	padding: 0px;
	width: 100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	box-sizing: border-box;
	list-style: none;
}
.event_tag_list li {
	width: 33.33%;
	padding: 0 5px 10px;
	box-sizing: border-box;
}
.event_tag {
	margin: 0;
	padding: 5px;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border: 2px solid #009944;
	color: #009944;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.blog_title {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #3c3c3c;
	color: #3c3c3c;
	font-weight: bold;
	font-size: 24px;
}
.blog_title a {
	color: #3c3c3c;
	font-weight: bold;
	font-size: 24px;
}
.slider {
	margin: 30px 0 0;
	padding: 0;
	width: 100%;
	list-style: none;
}
.slider li {
	padding: 10px;
	box-sizing: border-box;
}
.blog_image {
	margin: 0;
	padding: 0;
	width: 100%;
	aspect-ratio: 16 / 9;
}
.blog_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog_date {
	margin: 10px 0 0 0;
	padding: 0;
	color: #3c3c3c;
}
.blog_name {
	margin: 10px 0 0 0;
	padding: 0;
	color: #3c3c3c;
}
.slick-prev:before, .slick-next:before {
    color: #0038A0;
    opacity: 1;/*デフォルトは.75が指定されている*/
}
.slick-prev {
    left: 10px;
    z-index: 1;
}
.slick-next {
    right: 10px;
}
.slick-prev,.slick-next{
    width: 40px;
    height: 40px;
}
.slick-prev:before, .slick-next:before {
    font-size: 40px;/*少し大きくする*/
}
.search_row_col {
	margin: 0;
	padding: 0;
	width: 100%;
	display: table;
}
.search_col_left {
	display: table-cell;
	width: 35%;
	box-sizing: border-box;
	vertical-align: top;
	padding: 0 10px 0 0;
	position: relative;
}
.search_col_right {
	display: table-cell;
	width: 65%;
	box-sizing: border-box;
	vertical-align: top;
	padding: 0 0 0 10px;
}
.search_group_link a {
	display: block;
	width: 100%;
	max-width: 200px;
	border: 2px solid #0F6799;
	padding: 10px 25px 10px 20px;
	text-align: center;
	margin: 30px 0 0 auto;
	color: #0F6799;
	transition: 1.0s ;
}
.search_group_link a:hover {
	background-color: #0F6799;
	color: #FFF;
}
.search_result_activitys {
	width:100%;
    margin:0;
    padding:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	list-style: none;
}
.search_result_activitys li {
	padding: 5px 0;
}
.search_activity_frame {
	padding: 0 5px 0 0;
	box-sizing: border-box;
}
.search_activity_typename {
	box-sizing: border-box;
	padding: 5px 10px;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}
.search_activity_list {
	display: table-cell;
	box-sizing: border-box;
	padding: 5px 0 5px 10px;
	color: #3c3c3c;
	font-size: 14px;
	line-height: 24px;
}
/*************************************
Contact
*************************************/
.contact_box {
	margin: 0;
	padding: 0;
	width: 100%;
}
.mrequest_row {
	margin: 20px 0 0 0;
	padding: 0px;
	width: 100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	box-sizing: border-box;
	justify-content: space-between;
	list-style: none;
}
.mrequest_row li {
	box-sizing: border-box;	
}
.mrequest_row li:first-child {
	width: 23%;
	padding: 10px;
	background-color: #0038A1;
	color: #FFF;
	font-size: 110%;
	font-weight: bold;
	display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.mrequest_row li:last-child {
	width: 75%;
	display: flex;
	padding: 10px 0;
  	align-items: center;
}
.required_text {
	margin: 0 0 0 10px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
.contact_item {
	margin: 0;
	padding: 0;
	width: 100%;
}
.contact_half {
	box-sizing: border-box;
	padding: 5px 10px !important;
	width: 50%;
}
.contact_full {
	box-sizing: border-box;
	padding: 5px 10px !important;
	width: 100%;
}
.submit_box {
	margin:30px 0 0 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
input.contact_confirm {
	border: none;
    background-color: #F39800;
    color: #FFF;
    padding: 10px 20px;
    font-size: 20px;
}
input.contact_back {
	border: none;
    background-color: #3c3c3c;
    color: #FFF;
    padding: 10px 40px;
    font-size: 20px;
}
input.contact_submit {
	border: none;
    background-color: #FF2626;
    color: #FFF;
    padding: 10px 40px;
    font-size: 20px;
}
input.contact_submit2 {
	border: none;
    background-color: #FF2626;
    color: #FFF;
    font-size: 20px;
	display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
	padding: 0;
}
.search_result_list {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}
.search_result_list>li {
	margin: 0;
	padding: 20px 0;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 2px solid #eee;
}
.search_result_list>li:nth-child(odd) {
  background-color: #FFF;
}
.search_result_list>li:nth-child(even) {
  background-color: #F0FCFF;
}
.search_result_list>li:last-child {
	margin: 0;
}
.search_address {
	margin: 20px 0 0 0;
    padding: 0 20px;
    box-sizing: border-box;
    font-weight: bold;
}
.pagenavi_frame {
	margin: 30px 0 0 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
.item_memo {
	margin: 0;
	padding: 0;
	font-size: 16px;
}
.page_top_btn {
	display: block;
	position: fixed;
	right: 60px;
	bottom: 0;
	width: 100%;
	max-width: 100px;
}
/*************************************
Modal
*************************************/
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}
.submit_row {
	display: table;
	width: 100%;
	max-width: 300px;
	height: 50px;
	margin: 0 auto;
}
.submit_left {
	display: table-cell;
	width: 50%;
	box-sizing: border-box;
	padding: 0 5px 0 0;
	vertical-align: top;
}
.submit_right {
	display: table-cell;
	width: 50%;
	box-sizing: border-box;
	padding: 0 0 0 5px;
	vertical-align: top;
}

a.js-modal-close {
	border: none;
    background-color: #3c3c3c;
    color: #FFF;
    font-size: 20px;
	border-radius: 3px;
	display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

a.js-modal-close2 {
	border: none;
    background-color: #3c3c3c;
    color: #FFF;
    font-size: 20px;
	border-radius: 3px;
	width: 100%;
    display: block;
    max-width: 150px;
    margin: 0 auto;
    height: 50px;
	display: flex;
	justify-content: center;
  	align-items: center;
}
.search_date {
	margin:10px 0 0 0;
	padding: 0;
	width: 100%;
	text-align: right;
	font-size: 80%;
	color: #3c3c3c;
}
/*************************************
Site Map
*************************************/
.sitemap_list {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}
.sitemap_list>li {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0;
}
.sitemap_main {
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 10px 10px;
	border-bottom: 2px solid #3c3c3c;
	color: #3c3c3c;
	font-weight: bold;
	width: 100%;
	box-sizing: border-box;
	font-size: 120%;
}
.sitemap_list_sub {
	margin: 0;
	padding: 0;
	width: 100%;
}
.sitemap_list_sub li {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0 10px 40px;
	list-style: none;
}
.sitemap_list_sub li a {
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 0 10px 10px;
	border-bottom: 1px solid #ccc;
	color: #3c3c3c;
	font-weight: bold;
	box-sizing: border-box;
}
/*************************************
団体検索
*************************************/
.search_group_row {
	margin: 10px 0 20px 0;
	width: 100%;
	display: table;
}
.search_group_title {
	display: table-cell;
	width: 70%;
	vertical-align: middle;
}
.search_group_value {
	display: table-cell;
	width: 40%;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 0 0 0 20px;
	text-align: right;
}
.searcg_group_name {
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
	color: #3c3c3c;
	font-size: 120%;
	font-weight: bold;
}
.searcg_group_name a {
	color: #3c3c3c;
	font-size: 120%;
	font-weight: bold;
}
.search_group_status {
	margin:  0 0 20px 0;
	padding: 0;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
}
.search_status_city {
	display: inline-block;
    box-sizing: border-box;
	margin: 0 10px 0 0;
    color: #3c3c3c;
    font-weight: bold;
}
.search_status_type {
	display: inline-block;
    box-sizing: border-box;
	margin: 0;
    color: #3c3c3c;
    font-weight: bold;
}
.search_group_image {
	margin: 0;
	padding: 0 20px;
	box-sizing: border-box;
	width: 100%;
}
.group_detail_row {
	display: table;
	width: 100%;
	margin: 10px 0 0 0;
}
.group_detail_title {
	display: table-cell;
	width: 20%;
	vertical-align: middle;
	box-sizing: border-box;
	background-color: #0038A0;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	padding: 10px 0;
}
.group_detail_value {
	display: table-cell;
	width: 80%;
	vertical-align: middle;
	box-sizing: border-box;
	border: 1px solid #eee;
	padding: 10px 0 10px 20px;
}
.group_images {
	margin: 30px 0 0 0;
	padding: 0px;
	width: 100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	box-sizing: border-box;
	justify-content: space-between;
	list-style: none;
}
.group_images li {
	width: 48%;	
}
/*************************************
チャレいば助け合い隊応援事業
*************************************/
.help_list_two {
	margin: 20px 0 0 0;
	padding: 0px;
	width: 100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	box-sizing: border-box;
	justify-content: space-between;
	list-style: none;
}
.help_list_two li {
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 10px 30px;
}
.help_name {
	margin: 10px 0;
    padding: 10px 0 0 0;
    width: 100%;
    text-align: center;
    color: #3c3c3c;
    font-weight: bold;
    box-sizing: border-box;
    border-top: 2px solid #0038A0;
}
/*************************************
Mail Magazine
*************************************/
.mmag_box {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 800px;
}
input.mmag_address {
	width : -webkit-calc(100% - 120px) ;
    width : calc(100% - 120px) ;
}
input.mmag_submit {
	margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100px;
    line-height: 35px;
    border-radius: 0;
    border: none;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    background-color: #0038A0;
    box-sizing: border-box;
    font-size: 18px;
}
/*************************************
Footer
*************************************/
.site_footer {
	margin: 0;
	padding: 40px 0 20px;
	width: 100%;
	background-color: #0038A0;
}
.footer_content {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}
.footer_menu_frame {
	margin: 0;
	padding: 10px 5px;
	width: 100%;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
.footer_menu_list {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	display: table;
}
.footer_menu_list li {
	display: table-cell;
	width: 20%;
	vertical-align: middle;
	border-left: 1px solid #FFF;
	box-sizing: border-box;
}
.footer_menu_list li:last-child {
	border-right: 1px solid #FFF;
}
.footer_menu_list li a {
	display: block;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	padding: 10px 0;
}
.footer_site_name {
	margin: 40px 0 0;
	padding: 0;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
}
.footer_address {
	margin: 20px 0 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
	color: #FFF;
}
.footer_info {
	margin: 20px 0 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
	color: #FFF;
}
.footer_tel {
	margin-right: 20px;
}
.footer_fax {
	margin-right: 20px;
}
.copy_frame {
	margin: 30px 0 0;
	padding: 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}

.gallery-columns-2 figure:nth-child(odd) {
	box-sizing: border-box;
	padding-right: 10px;
}
.gallery-columns-2 figure:nth-child(even) {
	box-sizing: border-box;
	padding-left: 10px;
}
.gallery-columns-3 figure:nth-child(1) {
	box-sizing: border-box;
	padding-right: 10px;
}
.gallery-columns-3 figure:nth-child(2) {
	box-sizing: border-box;
	padding-right: 5px;
	padding-left: 5px;
}
.gallery-columns-3 figure:nth-child(3) {
	box-sizing: border-box;
	padding-left: 10px;
}
/********************************************
 2022.04.18
********************************************/
.frame_box {
	position: relative;
    margin: 80px 0 20px;
    padding: 20px;
	width: 100%;
    border: solid 5px #00A1E9;
    border-radius: 10px;
	box-sizing: border-box;
}
.frame_box_title {
	position: absolute;
    display: inline-block;
    top: -20px;
    left: 10px;
    padding: 10px;
    line-height: 1;
    background: #00A1E9;
    color: #FFF;
    font-weight: bold;
    width: 100%;
    max-width: 300px;
    text-align: center;
	border-radius: 5px;
}
.frame_box_text {
	margin: 20px 0;
	padding: 0;
	width: 100%;
}
.frame_content_table {
	margin: 20px 0 0 0;
	padding: 0;
	width: 100%;
}
.frame_content_table th {
	width: 150px;
	vertical-align: top;
	font-weight: normal;
	color: #333;
	box-sizing: border-box;
	padding: 10px 10px 10px 0;
	text-align: left;
}
.frame_content_table td {
	vertical-align: top;
	font-weight: normal;
	color: #333;
	box-sizing: border-box;
	padding: 10px 0 10px 10px;
}
.soudan_list {
	margin: 20px auto;
	padding: 0;
	width: 100%;
	max-width: 800px;
	list-style: none;
	display: table;
}
.soudan_list li {
	display: table-cell;
	width: 50%;
	box-sizing: border-box;
	padding: 0 10px;
}
.link_box::before {
font-family: "Font Awesome 5 Free";
content: '\f35d';
  	margin: 0 10px;
  	color:#0038A0;
	font-size: 120%;
	font-weight: 900;
}
.link_box_b::after {
font-family: "Font Awesome 5 Free";
content: '\f35d';
  	margin: 0 10px;
  	color:#0038A0;
	font-size: 120%;
	font-weight: 900;
}
/********************************************
 2022.06.17
********************************************/
.rentalitems_table {
	margin: 20px 0;
	padding: 0;
	width: 100%;
}
.rentalitems_table th, 
.rentalitems_table td {
	width: 33.33%;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #3c3c3c;
}
.rentalitems_table th {
	text-align: center;
	background-color: #EFEFEF;
	color: #3c3c3c;
	font-weight: bold;
}
/********************************************
 2022.06.28
********************************************/
.grouptype_list {
	margin: 0;
	padding: 0;
	width: 100%;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	list-style: none;
}
.grouptype_list li {
	margin: 0;
	padding: 5px 20px 5px 0;
	box-sizing: border-box;
	width: 50%;
}
/*************************************
2022.07.04
*************************************/
.entry_title {
	margin: 40px 0;
	padding: 10px;
	background-color: #0038A0;
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
.contact_space {
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}
.contact_type_box {
	position: relative;
	margin: 2em 0;
	padding: 1.5em 1em;
	border: solid 1px #000;
	box-sizing: border-box;
	width: 100%;
}
.contact_type_title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	padding: 0 9px;
	line-height: 1;
	font-size: 19px;
	background: #FFF;
	color: #000;
	font-weight: bold;
}
.contact_caption {
	margin: 20px 0 10px 0;
	padding: 0;
	width: 100%;
	color: #000;
}
.contact_area_box {
	margin: 0;
	padding: 0;
	width: 100%;
}
.contact_area_box .error {
	display: block;
	color: #FF0000;
	font-weight: bold;
}
.mwform-checkbox-field label span {
	margin-right: 30px;
}
.searchmenu_row {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	display: table;
}
.searchmenu_row li {
	display: table-cell;
	width: 33.33%;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 0 5px;
	height: 100%;
}
.searchmenu_row li:first-child {
	padding: 0 10px 0 0;
}
.searchmenu_row li:last-child {
	padding: 0 0 0 10px;
}
.searchmenu_row li a {
	height: 100%;
}
.search_link {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.hint_box {
	margin: 0;
	padding: 15px;
	border: 1px solid #ccc;
}
.group_update {
	text-align: right;
	font-size: 80%;
	margin-bottom: 10px;
				}
/*************************************
2022.10.28
*************************************/
.title_frame {
	padding: 10px 5px;
    border-bottom: 1px solid #000;
    color: #000;
	font-size: 24px;
	line-height: 40px;
    font-weight: bold;
}
.link_frame {
	display: block;
	background-color: #0038A1;
	margin: 0 auto;
	padding: 15px 0;
	width: 100%;
	max-width: 500px;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 100vh;
}
.aisatsu_yaer {
	display: inline-block;
    margin: 0;
    padding: 10px 20px;
    box-sizing: border-box;
    background-color: #009944;
    text-align: center;
    color: #FFF;
	font-weight: bold;
}
.aisatsu_link {
	padding-left: 20px !important;
    border-bottom: 1px dashed #ccc;
}
.seminar_end {
	margin-left: 10px;
	color: #FF0000;
	font-weight: bold;
}
/*************************************
2022.11.11
*************************************/
.seminar_table {
	margin: 0;
	padding: 0;
	width: 100%;
}
.seminar_table th {
	box-sizing: border-box;
	color: #FFF;
	background-color: #00A1E9;
	padding: 10px;
	font-weight: bold;
	text-align: center;
}
.seminar_table td {
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #ccc;
}
.page_top_image {
	display: block;
	width: 100%;
	margin: 0 0 40px 0;
}
.frame_box2 {
	position: relative;
	margin: 40px 0;
	padding: 20px;
	width: 100%;
	border: solid 5px #00A1E9;
	border-radius: 10px;
	box-sizing: border-box;
}
.seminar_row {
	margin: 20px auto 0;
	padding: 0;
	width: 100%;
	display: table;
}
.seminar_left {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	text-align: left;
}
.seminar_right {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	text-align: right;
}
.seminar_row div img {
	display: block;
	width: 100%;
	max-width: 500px;
}
.seminar_right img {
	margin: 0 0 0 auto;
}
.seminar_note {
	margin: 40px 0 0 0;
	padding: 0;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #e3007f;
}
/*************************************
2022.12.23
*************************************/
.info_search_type {
	margin: 0;
	padding: 0;
	list-style: none;
	display:flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	align-items: stretch;
}
.info_search_type li {
	display: flex;
    align-items: center;
    justify-content: center;
	width: 25%;
	box-sizing: border-box;
	text-align: center;
	padding: 10px;
	background-color: #eee;
	border-radius: 10px 10px 0 0;
}
.info_search_type li label {
	font-size: 20px;
}
input[name="infotype"] {
    display: none;
}
.info_search_type li {
	background-color: #666;
	color: #FFF;
}
.info_search_type li:has(#infotype3) {
	background-color: #0038A0;
}
.info_search_type li:has(#infotype2) {
	background-color: #009944;
}
.info_search_type li:has(#infotype1) {
	background-color: #F39800;
}
.info_search_type li:has(#infotype4) {
	background-color: #3FA037;
}
.info_box {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
}
.info_status {
	margin: 0;
	padding: 0;
	width: 100%;
	display: table;
}
.info_status_class {
	display: table-cell;
	vertical-align: middle;
}
.info_status_date {
	display: table-cell;
	vertical-align: middle;
	width: 200px;
	text-align: right;
	color: #000;
}
.info_status_name {
	padding: 10px 20px;
	color: #FFF;
	border-radius: 5px;
	display: inline-block;
	font-size: 20px;
}
.info_status_name.infotype1 {
	background-color: #F39800;
}
.info_status_name.infotype2 {
	background-color: #009944;
}
.info_status_name.infotype3 {
	background-color: #0038A0;
}
.info_status_name.infotype4 {
	background-color: #3FA037;
}
.info_status_name.infotype5 {
	background-color: #694A94;
}
.info_content_text {
	margin: 20px 0 0 0;
	padding: 0;
	color: #666;
}
.info_post_btn {
	display: block;
    width: 100%;
    margin: 0 0 20px 0;
    box-sizing: border-box;
    color: #0038A0;
	text-align: right;
	text-decoration: underline;
}
/*************************************
2023.02.07
*************************************/
.form_column {
	margin: 40px 0;
	display: flex;
	align-items: stretch;
	gap: 20px;
}
.form_column div {
	width: 50%;
}
.form_column div div {
	width: 100%;
	box-sizing: border-box;
	padding: 50px;
	border-radius: 10px;
	text-align: center;
	line-height: 160%;
}
.form_color_blue {
	background-color: #009944;
	color: #FFF;
}
.form_color_yellow {
	background-color: #F39800;
	color: #FFF;
}
.form_link_box {
	display: block;
	width: 100%;
	margin: 20px auto 0;
	box-sizing: border-box;
	padding: 20px 10px;
	text-align: center;
	border-radius: 10px;
	transition: 1.0s ;
}
.form_column div div a span {
	font-size: 150%;
}
.form_link_box  {
	border: 2px solid #FFF;
	color: #FFF;
}
.form_color_blue .form_link_box:hover {
	background-color: #FFF;
	color: #009944;
}
.form_color_yellow .form_link_box:hover {
	background-color: #FFF;
	color: #F39800;
}
/*************************************
2023.03.07
*************************************/
.top_slider_text2 {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: calc( 100% - 100px );
	max-width: 700px;
}
.topics_list_frame {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
}
.topics_list_frame li {
	width: calc( 25% - 15px );
	border-radius: 10px;
	overflow: hidden;
}
.topics_list_frame li img {
	display: block;
}
.top_cal_frame {
	margin: 30px 0 0 0;
	padding: 0;
	width: 100%;
	list-style: none;
	display: table;
}
.top_cal_frame li {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	vertical-align: middle;
}
.top_cal_frame li:first-child {
	width: calc( calc(100% / 5) * 3 );
	padding: 0 20px 0 0;
}
.top_cal_frame li:last-child {
	width: calc( calc(100% / 5) * 2 );
	padding: 0 0 0 20px;
	
}
.cal_wrapper {
	max-width: 100%;
	min-width: 300px;
	margin: 2.0833% auto;
}
.googlecal {
	position: relative;
	padding-bottom: 100%; /* 縦横比 */
	height: 0;
	overflow: hidden;
}
.googlecal iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.googlecal a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.toppage_navi_four {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	display: flex;
	gap: 20px;
}
.toppage_navi_four li {
	width: calc( calc( 100% - 60px ) / 4 );
}
.toppage_navi_two {
	margin: 20px 0 0 0;
	padding: 0;
	width: 100%;
	list-style: none;
	display: flex;
	gap: 20px;
}
.toppage_navi_two li {
	width: calc( calc( 100% - 20px ) / 2 );
}
.toppage_navi_btn {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 20px 10px;
	border-radius: 10px;
	text-align: center;
	transition: 1.0s ;
}
.top_navi_blue {
	border: 2px solid #0038A0;
}
.top_navi_green {
	border: 2px solid #009944;
}
.top_navi_orange {
	border: 2px solid #F39800;
}
.toppage_navi_icon {
	font-weight: bold;
	color: #000;
	position: relative;
	padding-left: 40px;
}
.toppage_navi_icon:before {
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}
.navi_icon_type1:before {
	content: '\f4d3';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 30px;
}
.navi_icon_type2:before {
	content: '\f51c';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 30px;
}
.navi_icon_type3:before {
	content: '\f4c4';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 30px;
}
.navi_icon_type4:before {
	content: '\f1d8';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 30px;
}
.navi_icon_type5:before {
	content: '\f02d';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 30px;
}
.navi_icon_type6:before {
	content: '\f658';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 30px;
}
.top_navi_blue:hover {
	background-color: #0038A0;
}
.top_navi_green:hover {
	background-color: #009944;
}
.top_navi_orange:hover {
	background-color: #F39800;
}
.toppage_navi_btn:hover span {
	color: #FFF;
}
.border_dot {
	margin: 0 auto;
	border: none;
	border-top: 2px dotted #ccc;
	width: 100%;
	max-width: 1080px;
	background-color: transparent;
}
/*************************************
2023.05.29
*************************************/
.trun_cell_row {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
}
.trun_two_left {
	display: table-cell;
	width: 50%;
	box-sizing: border-box;
	padding: 0 20px 0 0;
	vertical-align: top;
}
.trun_two_right {
	display: table-cell;
	width: 50%;
	box-sizing: border-box;
	padding: 0 0 0 20px;
	vertical-align: top;
}
.related_link {
	margin: 0 0 20px 0;
	padding: 10px 20px;
	box-sizin: border-box;
	border: 1px solid #0038A0;
	border-left: 20px solid #0038A0;
}
.related_link_list {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}
.related_link_list li {
	width: 100%;
	padding: 5px 0;
}
.related_link_list li a {
	color: #000;
}
/*************************************
2023.06.23
*************************************/
.seminar_banner {
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.seminar_banner>div {
	margin: 0;
	width: calc(calc(100% - 40px) / 3);
}
.seminar_banner_title {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}


/*************************************
2023.09.20
*************************************/
.blog_card_list {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.blog_card_list li {
	width: calc( calc( 100% - 60px ) / 2 );
	box-sizing: border-box;
	border: 1px solid #eee;
	padding: 0.5em;
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
.blog_card_list li a {
	display: block;
	width: 100%;
	padding: 0 0 1.5em 0;
	position: relative;
	box-sizing: border-box;
}
.blogcart_image {
    margin: 0;
    padding: 0;
    width: 100px;
    aspect-ratio: 1 / 1;
}
.blogcart_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	display: block;
}
.blogcart_date {
	position: absolute;
    bottom: 0em;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 60%;
	color: #999;
}
.blogcart_title {
	margin: 0 0 10px 0;
	padding: 0;
	width: 90%;
	font-size: 80%;
	color:#3c3c3c;
	font-weight: bold;
}
.blogcard_box {
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	gap: 20px;
	align-items: center;
}
.blogcart_text {
	width: calc( 100% - 120px );
	color: #999;
	font-size: 70%;
}
/*************************************
2024.04.19
*************************************/
.linkcard {
	margin: 0;
}
.lkc-internal-wrap {
	padding: 0.5em;
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
}
.lkc-card {
	margin: 0;
	padding: 0;
}
.lkc-content {
	margin: 1em 0 0 0;
}
.lkc-title-text {
	font-size: 80%;
	line-height: 120%;
}
.lkc-url {
	margin: 7px 0;
	font-size: 11px;
}
.lkc-excerpt {
	font-size: 70%;
}
@media screen and (max-width:1200px) {
	.content_area {
		width: 95%;
	}
	.breadcrumbs {
		width: 95%;
	}
	.top_slider_text {
    	width: 60%;
	}
}
@media screen and (max-width:1100px) {
	.site_header {
		height: 70px;
	}
	.site_header_frame {
		height: 100%;
	}
	.site_header_logo {
		width : -webkit-calc(100% - 180px) ;
   		width : calc(100% - 180px) ;
	}
	.site_header_logo a {
		display: block;
		width : 100%;
		max-width: 360px;
	}
	.site_header_menu {
		display: none;
	}
	
	
}
@media screen and (max-width:1000px) {
	.content_frame {
		padding: 40px 0;
	}
	.right_float {
		width: 100%;
		height: 40px;
		left: 0;
		top: auto;
		bottom: 0;
	}
	.float_menu_list {
		display: table;
	}
	.float_menu_list li {
		display: table-cell;
		height: 100%;
		width: 33.33%;
	}
	.float_menu_list li a {
		border-radius: 10px 10px 0 0px;
	}
	.text_tate {
		-ms-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
	}
	.fa_icon {
		height: auto;
		width: 30px;
	}
	.site_footer {
		margin: 0 0 40px 0;
	}
	.top_news_list li {
		padding: 10px 20px;
	}
	.content_grid {
		grid-template-columns: 1fr 1fr;
		-ms-grid-columns: 1fr 1fr;
	}
	.grid_image_left {
		grid-column: 1 / span 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
	}
	.grid_image_right {
		grid-column: 2 / span 1;
		-ms-grid-column: 2;
	}
	.grid_text_right {
		grid-column: 2 / span 1;
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		padding: 10px;
	}
	.grid_text_left {
	    grid-column: 1 / span 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		padding: 10px;
	}
	.content_title_mini {
		font-size: 16px;
		padding: 0;
	}
	.grid_link_box {
		margin: 10px 0 0 auto;
		padding: 5px;
	}
	.thema_name {
		font-size: 16px;
	}
	.terakoya_old_list li {
		width: 50%;
	}
	.youth_list li {
		width: 50%;
	}
	.letter_list_two li {
	
	}
	.letter_list_four li {
		width: 50%;
	}
	.cibar_frame {
		padding: 0 0 20px 0;
	}
	.letter_frame {
		padding: 0 0 20px 0;
	}
	.page_top_btn {
		right: 10px;
    	bottom: 50px;
		max-width: 80px;
	}
	.events_list>li {
		width: 50%;
	}
	.info_search_type li {
		margin-top: 2px;
	}
	.info_search_type li label {
	font-size: 16px;
	}
	.info_status_name {
		font-size: 15px;
	}
}
@media screen and (max-width:800px) {
	html,body {
		font-size: 95%;
	}
	.content_frame {
		padding: 30px 0;
	}
	.content_title {
		font-size: 30px;
	}
	.tab_news {
		width: auto;
		font-size: 14px;
		padding: 10px;
	}
	.top_news_list li {
		padding: 5px 10px;
	}
	.top_letter_list li a {
		font-size: 14px;
	}
	.link_box_blue {
		font-size: 16px;
	}
	.caption_link a span {
		font-size: 16px;
	}
	.business_grid {
		grid-template-columns: 1fr 1fr 1fr;
		-ms-grid-columns: 1fr 10px 1fr 10px 1fr;
		grid-gap: 10px;
	}
	.business_name_box {
		padding: 10px;
	}
	.business_text {
		grid-column: 2 / span 2;
		-ms-grid-column: 3;
		-ms-grid-column-span: 3;
	}
	.business_name {
		font-size: 16px;
	}
	.terakoya_link {
		font-size: 14px;
	}
	.accordion-content {
		padding: 10px;
	}
	.mrequest_row li:first-child {
		width: 100%;
	}
	.mrequest_row li:last-child {
		width: 100%;
	}
	.contact_half {
		width: 100%;
	}
	.required_text {
		font-size: 12px;
	}
	.site_header_nw {
		display: none;
	}
	.site_header_mem {
		display: none;
	}
	.site_header_logo {
		width : -webkit-calc(100% - 180px) ;
   		width : calc(100% - 180px) ;
	}
	.furusato_frame {
		display: block;
	}
	.furusato_access {
		display: block;
		width: 100%;
		padding: 0 0 10px 0;
	}
	.furusato_information {
		display: block;
		width: 100%;
		padding: 10px 0 0 0;
	}
	.youtube_list li {
		width: 50%;
		padding: 0 10px 20px;
	}
	.about_list li {
		width: 49%;
	}
	.essay_list li{
		
	}
	.essay_list li:first-child {
		padding: 0 4px 0 0;
	}
	.essay_list li:last-child {
		padding: 0 0 0 4px;
	}
	.caption_title {
		font-size: 30px;
	}
	.youth_list li {
		padding: 0 5px 10px;
	}
	.youth_mem {
		font-size: 11px;
		border-radius: 5px;
		padding: 5px;
	}
	.youth_name {
		font-size: 11px;
	}
	.service_list>li {
		width: 50%;
	}
	.youth_content {
		padding: 0;
	}
	.activity_type_list>li {
		width: 50%;
		padding: 0 5px 10px;
	}
	.activity_list {
		margin: 10px 0;
	}
	.activity_typename {
		font-size: 13px;
	}
	.activity_list li {
		padding: 5px;
		font-size: 12px;
	}
	.search_list>li {
		width: 33.33%;
	}
	.page_top_btn {
		max-width: 60px;
	}
	.status_open {
		font-size: 13px;
	}
	.status_close {
		font-size: 13px;
	}
	.event_tag {
		font-size: 12px;
	}
	.search_result_list>li {
		margin: 0 0 10px 0;
		padding: 10px;
	}
	.search_address {
		margin: 10px 0 0 0;
		padding: 10px;
	}
	.search_group_status {
		margin: 10px 0 0 0;	
		padding: 0 10px;
	}
	.search_status_city {
		font-size: 12px;
		padding: 0 10px;
		line-height: 24px;
	}
	.search_status_type {
		font-size: 12px;
		padding: 0 10px;
		line-height: 24px;
	}
	.search_activity_typename {
		font-size: 12px;
	}
	.search_activity_list {
		font-size: 12px;
		line-height: 20px;
	}
	.membertype {
		padding: 5px;
	}
		.search_row_col {
		display: block;
	}
	.search_col_left {
		display: block;
		width: 100%;
		padding: 0 0 10px 0;
	}
	.search_col_right {
		display: block;
		width: 100%;
		padding: 10px 0 0 0;
	}
	.terakoya_new_list li {
		width: 50%;
	}
	input.mmag_address {
		width : -webkit-calc(100% - 90px) ;
    	width : calc(100% - 90px) ;
	}
	input.mmag_submit {
		font-size: 14px;
		line-height: 30px;
		max-width: 70px;
	}
	.info_date_title {
		width: 60px;
	}
	.info_date_value {
		width: calc(100% - 60px);
	}
	.info_search_type li label {
	font-size: 14px;
	}
	.info_status_name {
			font-size: 13px;
	}
	.form_column div div {
		padding: 20px;
	}
	.topics_list_frame li {
		width: calc( calc( 100% - 40px ) / 3 );
	}
	/*************************************
	2023.05.29
	*************************************/
	.trun_cell_row {
		display: block;
	}
	.trun_two_left {
		display: block;
		width: 100%;
		padding: 0 0 10px 0;
	}
	.trun_two_right {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 0 0 0;
	}
	/*************************************
	2023.06.23
	*************************************/
	.seminar_banner>div {
		margin: 0;
		width: calc(calc(100% - 20px) / 3);
	}
}
@media screen and (max-width:700px) {
	.top_slider_text2 {
		width: 100%;
	}
}
@media screen and (max-width:600px) {
	.site_footer {
		padding: 0 0 20px;
	}
	.footer_menu_frame {
		border-top: none;
		border-bottom: none;
		padding: 0;
	}
	.footer_menu_list {
		display: block;
	}
	.footer_menu_list li {
		display: block;
		width: 100%;
		border-left: none;
		border-bottom: 1px solid #FFF;
	}
	.footer_menu_list li:last-child {
		border-right: none;
	}
	.footer_menu_list li a {
		text-align: left;
		padding: 10px;
		position: relative;
    	display: inline-block;
   		vertical-align: middle;
    	text-decoration: none;
   		font-size: 15px;
	}
	.footer_menu_list li a::before,
	.footer_menu_list li a::after{
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	.footer_menu_list li a::before{
		right: 10px;
		width: 8px;
		height: 8px;
		border-top: 2px solid #FFF;
		border-right: 2px solid #FFF;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.link_box_blue {
		font-size: 13px;
	}
	.caption_link a span {
		font-size: 13px;
	}
	.caption_two_left {
		padding: 0 10px 0 0;
	}
	.caption_two_right {
		padding: 0 0 0 10px;
	}
	.breadcrumbs {
		font-size: 15px;
	}
	.breadcrumbs a {
		font-size: 15px;
	}
	.member_four li {
		width: 50%;
	}
	.furusato_list li {
		width: 50%;
		padding: 0 5px 20px;
	}
	.youtube_list li {
		font-size: 13px;
	}
	.service_name {
		font-size: 14px;
	}
	.sub_thema {
		font-size: 12px;
	}
	.image_caption_two {
		display: block;
	}
	.image_caption_left {
		display: block;
		width: 100%;
		padding: 0 0 10px 0;
	}
	.image_caption_right {
		display: block;
		width: 100%;
		padding: 10px 0 0 0;
	}
	.letter_list_four li {
		padding: 5px;
	}
	.service_list>li {
		padding: 5px;
	}
	.service_icons li {
		width: 30px;
	}
	.caption_two_column {
		display: block;
	}
	.caption_two_left {
		display: block;
		width: 100%;
		padding: 0 0 10px 0;
	}
	.caption_two_right {
		display: block;
		width: 100%;
		padding: 10px 0 0 0;
	}
	.ciba_frame_img {
		width: 100%;
	}
	.ciba_frame_about {
		width: 100%;
		padding: 20px 0;
		border-bottom: 1px solid #ececec;
	}
	.letter_frame_img {
		width: 100%;
	}
	.letter_frame_about {
		width: 100%;
		padding: 20px 0;
		border-bottom: 1px solid #ececec;
	}
	.top_slider_text {
    	left: 20px;
		bottom: 20px;
	}
	.page_top_btn {
		max-width: 50px;
	}
	.tab_content_info {
		padding: 5px;
	}
	.tab_info {
		width: 32.33%;
		margin: 0 1% 3px 0;
	}
	.info_news_list>li {
		padding: 10px 5px;
	}
	.info_row {
		display: block;
	}
	.info_image {
		display: block;
		width: 100%;
		padding: 0 0 5px 0;
	}
	.info_text {
		display: block;
		width: 100%;
		padding: 5px  0 0 0;
	}
	.info_date {
		margin: 10px 0 0 0;
	}
	.info_status_name {
		padding: 10px 10px;
		font-size: 11px;
	}
	.page_top_image {
		margin: 0 0 0 20px;
	}
	.info_search_type li label {
		font-size: 12px;
	}
	.info_status_date {
		width: 170px;
	}
	.form_column {
		flex-wrap:wrap;
	}
	.form_column div {
		width: 100%;
	}
	.form_column div div {
		padding: 30px;
	}
	.toppage_navi_four {
		flex-wrap: wrap;
	}
	.toppage_navi_four li {
		width: calc( calc( 100% - 20px ) / 2 );
	}
	.topics_list_frame {
		gap: 20px;
	}
	.topics_list_frame li {
		width: calc( calc( 100% - 20px ) / 2 );
	}
}
@media screen and (max-width:460px) {
	html,body {
		font-size: 90%;
	}
	.site_header {
		height: 50px;
	}
	.site_header_logo {
		padding: 0 0 0 10px;
		width : -webkit-calc(100% - 130px) ;
   		width : calc(100% - 130px) ;
	}
	.site_header_logo a {
		max-width: 150px;
	}
	.site_header_fontsize {
		padding: 5px 0 0 0;
		font-size: 10px;
		width: 65px;
	}
	#chgfontsizeoptions {
		margin: 5px 0 0 0;
	}
	.site_header_drawer {
		width: 65px;
	}
	.content_frame {
		padding: 20px 0;
	}
	.content_title {
		font-size: 18px;
	}
	.tab_news {
		font-size: 10px;
		margin: 0;
		padding: 5px;
	}
	..top_news_list li {
		padding: 5px;
	}
	.text_tate {
		font-size: 10px;
	}
	.fa_icon {
		width: 15px;
	}
	.content_title_mini {
		font-size: 12px;
	}
	.icons_title {
		font-size: 16px;
	}
	.top_letter_list li {
		width: 49%;
	}
	.top_letter_list li a {
		font-size: 11px;
	}
	.top_sns_list {
		max-width: 250px;
	}
	.top_sns_list li a img {
		max-width: 50px;
	}
	.top_sns_list li a {
		font-size: 11px;
		letter-spacing: 3px;
	}
	.footer_site_name {
		font-size: 16px;
	}
	.footer_address {
		font-size: 10px;
	}
	.footer_info {
		font-size: 12px;
	}
	.footer_tel {
		display: block;
		padding: 5px 0;
	}
	.footer_fax {
		display: block;
		padding: 5px 0;
	}
	.footer_mail {
		display: block;
		padding: 5px 0;
	}
	.footer_mail {
		font-size: 10px;
	}
	.link_box_blue {
		padding: 5px;
		font-size: 10px;
	}
	.caption_link a span {
		font-size: 10px;
	}
	.business_name {
		font-size: 12px;
	}
	.breadcrumbs {
		font-size: 12px;
	}
	.breadcrumbs a {
		font-size: 12px;
	}
	.terakoya_link {
		font-size: 12px;
	}
	.accordion-content {
		padding: 5px;
	}
	.required_text {
		font-size: 10px;
	}
	.content_title {
		padding: 0 0 10px 0;
	}
	.content_box {
		margin: 15px 0 0 0;
	}
	.youtube_list li {
		width: 100%;
		padding: 0 0 20px;
		font-size: 11px;
	}
	.thema_name {
		font-size: 12px;		
	}
	.service_name {
		font-size: 12px;
	}
	.sub_thema {
		font-size: 11px;
	}
	.top_community_list li {
		margin: 0 0 20px 0;
	}
	.top_slider_text {
    	left: 10px;
		bottom: 10px;
	}
	.page_top_btn {
		max-width: 40px;
	}
	.events_list>li {
		width: 100%;
		padding: 0 0 20px;
		margin: 0 0 20px;
    	border-bottom: 1px solid #efefef;
	}
	.status_open {
		width: 100%;
		display: block;
		padding: 5px;
		text-align: center;
		font-size: 11px;
	}
	.status_close {
		width: 100%;
		display: block;
		padding: 5px;
		text-align: center;
		font-size: 11px;
	}
	.event_tag {
		font-size: 10px;	
	}
	.search_result_list>li {
		margin:0 0 10px 0;
		padding: 0;
	}
	.membertype {
		margin: 5px 0 0 0;
		padding: 0;
	}
	.search_address {
		margin: 5px 0 0 0;
		padding: 0;
	}
	.search_group_status {
		margin: 5px 0 0 0;
		padding: 0;
	}
	.search_status_city {
		font-size: 11px;
		line-height: 18px;
		margin: 0 5px 0 0;
		padding: 0 5px;
	}
	.search_status_type {
		font-size: 11px;
		line-height: 18px;
		margin: 0 5px 0 0;
		padding: 0 5px;
	}
	.search_group_link a {
		margin: 5px 0 0 auto;
		max-width: 150px;
	}
	.search_col_left {
		padding: 0 0 5px 0;
	}
	.search_col_right {
		padding: 5px 0 0 0;
	}
	.search_result_activitys li {
		padding: 0 0 5px 0;
	}
	.search_activity_typename {
		font-size: 10px;
		width: 100px;
	}
	.search_activity_list {
		font-size: 10px;
		line-height: 18px;
	}
	.search_condition_list>li {
		width: 33.33%;
		padding: 0 5px 5px 0;
	}
	.activity_list {
		margin: 5px 0;
	}
	.activity_typename {
		font-size: 11px;
		border-radius: 5px 5px 0 0;
	}
	.activity_list li {
		font-size: 10px;
	}
	.activity_frame {
		border-radius: 5px;
	}
	.group_detail_row {
		display: block;
	}
	.group_detail_title {
		display: block;
		width: 100%;
	}
	.group_detail_value {
		display: block;
		width: 100%;
	}
	.terakoya_link {
		padding: 5px 0;
	}
	.help_list_two li {
		width: 50%;
		padding: 0 5px;
	}
	.frame_content_table th {
		width: 70px;
	}
	.content_sub_title {
		font-size: 16px;
	}
	.content_title_blue {
		font-size: 16px;
	}
	.searchmenu_row li {
		padding: 0 2px;
	}
	.searchmenu_row li:first-child {
		padding: 0 4px 0 0;
	}
	.searchmenu_row li:last-child {
		padding: 0 0 0 4px;
	}
	/*************************************
	Space
	*************************************/
	.m_t20 {
		margin-top: 10px !important;
	}
	.m_b20 {
		margin-bottom: 10px !important;
	}
	.m_t30 {
		margin-top: 15px !important;
	}
	.m_b30 {
		margin-bottom: 15px !important;
	}
	.m_t40 {
		margin-top: 20px !important;
	}
	.m_b40 {
		margin-bottom: 20px !important;
	}
	.m_t60 {
		margin-top: 30px !important;
	}
	.m_b60 {
		margin-bottom: 30px !important;
	}
	.title_frame {
		font-size: 14px;
	}
	.link_frame {
		padding: 10px 0;
		font-size: 14px;
	}
	.content_two_left {
		padding: 0 10px 0 0;
	}
	.content_two_right {
		padding: 0 0 0 10px;
	}
	.info_search_type li {
		padding: 10px 5px;
	}
	.toppage_navi_four {
		gap: 10px;
	}
	.toppage_navi_four li {
		width: calc( calc( 100% - 10px ) / 2 );
	}
	.toppage_navi_two {
		flex-wrap: wrap;
	}
	.toppage_navi_two li {
		width: 100%;
	}
	.toppage_navi_icon {
		padding-left: 30px;
	}
	.navi_icon_type1:before {
		font-size: 20px;
	}
	.navi_icon_type2:before {
		font-size: 20px;
	}
	.navi_icon_type3:before {
		font-size: 20px;
	}
	.navi_icon_type4:before {
		font-size: 20px;
	}
	.navi_icon_type5:before {
		font-size: 20px;
	}
	.navi_icon_type6:before {
		font-size: 20px;
	}
	.toppage_navi_btn {
		padding: 15px 10px;
	}
}
.eyecatching_title_box {
	display: none !important;
}
/*************************************
投稿用
*************************************/
.title_type1 {
	margin: 0;
	padding: 5px 0 5px 10px;
	border-left: 20px solid #000;
	font-weight: bold;
}
.title_type2 {
	margin: 0;
	padding: 5px 0 5px ;
	border-bottom: 2px solid #000;
	font-weight: bold;
}
.title_type3 {
	margin: 0;
	padding: 10px 0;
	background-color: #eee;
	font-weight: bold;
	text-align: center;
}

.font-sizeL {
	font-size: 150%;
}
.font-sizeM {
	font-size: 120%;
}
.font-sizeS {
	font-size: 80%;
}

.font-colorR {
	color: #FF0000;
}

.link {
	font-weight: bold;
	color: #0038A0;
	position: relative;
    display: inline-block;
    padding: 0 25px 0 0;
    vertical-align: middle;
    text-decoration: none;
}
.link::before,
.link::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.link::before{
    width: 20px;
    height: 20px;
    background: #0038A0;
}
.link::after{
    right: 0px;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border: 6px solid transparent;
    border-left: 7px solid #fff;
}
.frame-type1 {
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #000;
}
.drawer_list {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}
.drawer_list li {
	width: 100%;
	display: block;
	background-color: #FFF;
}
a.drawer_list_main {
	display: block;
	width: 100%;
	background-color: #B7DBFF;
	box-sizing: border-box;
	padding: 10px;
	font-weight: bold;
	color: #666;
	margin: 0;
	border-bottom: 2px solid #FFF;
}
.drawer_list li:last-child a {
	border: none;	
}
.drawer_list_sub {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}
.drawer_list_sub li {
	width: 100%;
	border-bottom: 2px solid #eee;
}
.drawer_list_sub li:last-child {
	border: none;	
}
.drawer_list_sub li a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	font-weight: bold;
	font-size: 90%;
	color: #666;
	background-color: #FFF;
}
.drawer_arrow{
    position: relative;
}
.drawer_arrow::before,
.drawer_arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.drawer_arrow::before{
    right: 10px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mwform-checkbox-field label {
	white-space: nowrap;
}
.text_indent {
	padding-left: 1em !important;
	text-indent: -1em !important;
							}
.photo_list_one {
	margin: 0;
	box-sizing: border-box;
	padding: 0 15px 30px;
}
.photo_list_two {
	display: table;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}
.photo_list_two li {
	display: table-cell;
	width: 50%;
	box-sizing: border-box;
	padding: 0 15px 30px;
}
.photo_list_three {
	display: table;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}
.photo_list_three li {
	display: table-cell;
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 15px 30px;
}
@media screen and (max-width:460px) {
	.photo_list_one {
		padding: 0 5px 15px;
	}
	.photo_list_two li {
		padding: 0 5px 15px;
	}
	.photo_list_three li {
		padding: 0 5px 15px;
	}
}
@media print{
	body {
        -webkit-print-color-adjust: exact;
    }
	.site_header {
		position: static;
		height: 70px;
	}
	.site_header_frame {
		height: 100%;
	}
	.site_header_logo {
		width : -webkit-calc(100% - 180px) ;
   		width : calc(100% - 180px) ;
	}
	.site_header_logo a {
		display: block;
		width : 100%;
		max-width: 360px;
	}
	.site_header_menu {
		display: none;
	}
	.site_header_drawer {
		display: table-cell;
		width: 80px;
		background-color: #0038A0;
	}
	.hiraku-open-btn {
		display: flex;
		width: 100%;
		height: 100%;
		border: none;
		justify-content: center;
		align-items: center;
	}
	.hiraku-open-btn-line {
		width: 30px;
	}
	.hiraku-open-btn-line:before {
		top: -8px;
	}
	.hiraku-open-btn-line:after {
		bottom: -8px;
	}
	[aria-expanded='true'] .hiraku-open-btn-line:before, [aria-expanded='true'] .hiraku-open-btn-line:after {
		width: 30px;
	}
	[aria-expanded='true'] .hiraku-open-btn-line:after {
		transform: translate(0px, -8px) rotate(-45deg);
	}
	[aria-expanded='true'] .hiraku-open-btn-line:before {
		transform: translate(0px, 8px) rotate(45deg);
	}
	.content_area {
		width: 95%;
	}
	.breadcrumbs {
		width: 95%;
	}
	.top_slider_text {
    	width: 60%;
	}
	.right_float {
		display: none;
	}
	.page_top_btn {
		display: none;
	}
	.grecaptcha-badge {
		display: none;
	}
	.top_topics_list {
		width : 100%;
		margin: 20px auto 0;
		padding:0;
		display:-webkit-box;
		display:-moz-box;
		display:-ms-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		list-style: none;
		justify-content: space-between;
	}
	.top_topics_list li {
		box-sizing: border-box;
		padding: 0 5px;
		vertical-align: top;
	}
	.topics_text {
		margin: 10px 0 0 0;
		padding: 0;
		color: #3c3c3c;
		text-align: left;
	}
}
img.wide_photo {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.activity_list li .error {
	color: #FF0000;
	font-weight: bold;
}







/*************************************
2023.07.05
*************************************/
.site_header {
	background: rgba(255,255,255,0.8);
	box-sizing: border-box;
	padding: 0 20px;
}
.site_header_container {
	margin:0;
	padding:0;
	width:100%;
	display:table;
}
.header_left_container {
	display:table-cell;
	vertical-align:bottom;
	width: 350px;
}
.header_right_container {
	display:table-cell;
	vertical-align:bottom;
	width:calc(100% - 350px);
}
.header_sub_title {
	margin:0;
	padding:0;
	width:100%;
	font-size: 14px;
    font-weight: normal;
}
.header_site_logo {
	display:block;
	margin:10px 0 4px;
	padding:0;
	width:100%;
	max-width: 330px;
}
.header_guide_container {
	margin:0;
	padding:10px 0;
	width:100%;
	display:table;
}
.header_guide_menu {
	display:table-cell;
	vertical-align:middle;
	width: calc(100% - 430px);
	padding-left: 10px;
	box-sizing: border-box;
}
.guide_menu_list {
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	justify-content:flex-end;
}
.guide_menu_list li {
	padding: 0 10px;
}
.guide_menu_list li a {
	font-size: 12px;
	color: #404040;
}
.header_guide_font {
	display:table-cell;
	vertical-align:middle;
	width:150px;
	padding-left: 10px;
	box-sizing: border-box;
}
.header_font_box {
	color: #404040;
	font-size: 12px;
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.header_guide_search {
	display:table-cell;
	vertical-align:middle;
	width:150px;
	padding-left: 10px;
	box-sizing: border-box;
}
.header_guide_sns {
	display:table-cell;
	vertical-align:middle;
	width:100px;
	box-sizing: border-box;
	padding: 0 0 0 20px;
}
.header_sns_list {
	margin: 0;
	padding: 0;
	display: flex;
	width: 100%;
	list-style: none;
	gap: 0 10px;
}
.header_sns_list li {
	width: calc( calc( 100% - 10px ) / 3 );
	display: flex;
    align-items: center;
}
.header_sns_list li a {
	display: inline-flex;
	font-size: 30px;
    align-items: center;
}
#chgfontsizeoptions {
	margin: 0 0 0 5px;
	display: inline-flex;
    align-items: center;
}
#chgfontsizeoptions a {
	display: block;
	padding: 0 5px;
	color: #404040;
	font-weight: bold;
}
.header_menu_area {
	margin: 0;
	padding: 0;
	width: 100%;
}
.header_menu_main {
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	list-style: none;
	justify-content:flex-end;
	position: relative;
}
.header_menu_main>li {
	margin:0;
	padding:0 10px;
}
.header_menu_main>li a {
	font-size: 15px;
	line-height: 36px;
	color:#404040;
}
li.has-child {
	position: relative;
}
li.has-child ul{
	margin: 0;
	padding: 0;
  	position: absolute;
  	right: 0;
  	top:100%;
  	z-index: 4;
	background:#eee;
	width: 350px;
  	visibility: hidden;
  	opacity: 0;
 	transition: all .3s;
	list-style: none;
}
li.has-child ul li {
	margin: 0;
	padding: 0;
}
li.has-child ul li a{
  	color: #3c3c3c;
  	border-bottom:solid 1px rgba(255,255,255,0.6);
	display: block;
	box-sizing: border-box;
	padding: 5px 15px;
  	height: 100%;
	width: 100%;
	text-align: right;
  	text-decoration: none;
	font-size: 14px;
	line-height: 30px;
}
li.has-child:hover > ul,
li.has-child ul li:hover > ul,
li.has-child:active > ul,
li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}
li.has-child ul li a:hover{
	color: #FFF;
	background-color: #0038A0;
}
.header_menu_main>li.has-child>a::after {
	content: '';
    display: inline-block;
	margin-left: 5px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #3c3c3c;
    border-right: 2px solid #3c3c3c;
    transform: translate(0%, -50%) rotate(135deg);
    -webkit-transform: translate(0%, -50%) rotate(135deg);
    -ms-transform: translate(0%, -50%) rotate(135deg);
}
.guide_menu_list li a:hover {
	color: #0038A0;
}
.header_menu_main>li a:hover {
	color: #0038A0;
}
.header_menu_main li.has-child>a:hover::after{
	border-top: 2px solid #0038A0;
    border-right:2px solid #0038A0;
}
.header_guide_search form {
	width: 100%;
	position: relative;
}
input.header_search_text {
	margin:0;
	padding:5px 10px;
	width: 100%;
	font-size: 12px;
	border: 1px solid #404040;
	background-color:transparent;
	border-radius: 50vh;
	box-sizing: border-box;
	overflow: hidden;
}
input.header_search_submit {
	margin:0;
	padding:0;
	top: 50%;
	right: 10px;
	width: 30px;
	font-size: 12px;
	border: none;
	background-color:transparent;
	position:absolute;
	transform: translate(0%, -30%);
    -webkit-transform: translate(0%, -30%);
    -ms-transform: translate(0%, -30%);
}
.sns_color_fb {
	color: #3B5998;
}
.sns_color_tw {
	color: #000;
}
.sns_color_yt {
	color: #c4302b;
}
.top_sns_icons {
	font-size: 80px;
}
@media screen and (max-width:1320px) {
	.header_menu_main>li a {
		font-size: 13px;
	}
	li.has-child ul li a {
		font-size: 12px;
		line-height: 24px;
	}
}
@media screen and (max-width:1220px) {
	.site_header {
		padding: 0 0 0 20px;
	}
	.header_right_container {
		display: none;
	}
	.header_left_container {
		width: calc(100% - 85px);
		vertical-align: middle;
	}
	.site_header_drawer {
		display: table-cell;
		width: 85px;
		height: 85px;
		background-color: #0038A0;
		vertical-align: middle;
	}
	.header_sub_title {
		font-size: 11px;
	}
	.header_site_logo {
		margin: 5px 0 0;
	}
	.hiraku-open-btn {
		display: flex;
		width: 100%;
		height: 100%;
		border: none;
		justify-content: center;
		align-items: center;
	}
	.hiraku-open-btn-line {
		width: 30px;
	}
	.hiraku-open-btn-line:before {
		top: -8px;
	}
	.hiraku-open-btn-line:after {
		bottom: -8px;
	}
	[aria-expanded='true'] .hiraku-open-btn-line:before, [aria-expanded='true'] .hiraku-open-btn-line:after {
		width: 30px;
	}
	[aria-expanded='true'] .hiraku-open-btn-line:after {
		transform: translate(0px, -8px) rotate(-45deg);
	}
	[aria-expanded='true'] .hiraku-open-btn-line:before {
		transform: translate(0px, 8px) rotate(45deg);
	}
}
@media screen and (max-width:1100px) {
	.header_left_container {
		width: calc( 100% - 70px );
	}
	.site_header_drawer {
		display: table-cell;
		width: 70px;
		height: 70px;
	}
	.top_sns_icons {
		font-size: 60px;
	}
}
@media screen and (max-width:460px) {
	.site_header {
		padding: 0 0 0 5px;
	}
	.header_left_container {
		width: calc( 100% - 50px );
	}
	.site_header_drawer {
		display: table-cell;
		width: 50px;
		height: 50px;
	}
	.header_sub_title {
		font-size: 10px;
	}
	.header_site_logo {
		width: 60%;
	}
	.top_sns_icons {
		font-size: 40px;
	}
}