/*!
Theme Name: gnews2024
Description: Description
Version: 1.2.2
Text Domain: gnews2023

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 1.6em;
	margin: 0.67em 0;
	font-weight: bold;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1em;
}

ul {
/*
	list-style: disc;
*/
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	/*
	margin-left: 1.5em;
*/
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}



input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* 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: flex;
		align-items: center;
	}

	.main-navigation li:first-child {
		margin-right: auto;
	}

	.menu-item {
		position: relative;
		margin-right: 10px;
		padding: 0 5px;
	}


}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}


.post {
	margin: 0 0 1.5em;
}



.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
/*
	display: grid;
	grid-gap: 1.5em;
*/
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/*////////////////////////////////////////////////////*/

/*//////////////////*/

nav#m-nav {
	display: block;
	position: fixed;
	top: 0;
	left: -77%;
	bottom: 0;
	width: 77%;
	/*
  background: #ffffff;
*/

	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all .5s;
	z-index: 3;
	opacity: 0;
}

.open nav#m-nav {
	left: 0;
	opacity: 1;
}

nav#m-nav .inner {
	/*
  padding: 25px;
*/
	background: #fff;
}

nav#m-nav .inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav#m-nav .inner ul li.menu-item {
	width: 100%;
}



nav#m-nav .inner ul li {
	position: relative;
	margin: 0;
	/*
  border-bottom: 1px solid #333;
*/

}

nav#m-nav .inner ul li a {
	display: block;
	color: #351903;
	font-size: 14px;
	padding: 1em;
	text-decoration: none;
	transition-duration: 0.2s;
}

nav#m-nav .inner ul li a:hover {
	background: #fff4e6;
	color: #351903;
	font-weight: 600;
}


nav#m-nav .inner ul li.current-menu-item a {
	color: #F23535;
	background: #f4f4f4;
}


@media screen and (max-width: 767px) {
	nav #m-nav {
		left: -220px;
		width: 220px;
	}
}

.toggle_btn {
	display: block;
	position: fixed;
	top: 14px;
	right: 12px;
	width: 40px;
	height: 44px;
	transition: all .5s;
	cursor: pointer;
	z-index: 3;
}

.toggle_btn span {
	display: block;
	position: absolute;
	left: 0;
	width: 42px;
	height: 4px;
	/*
  background-color: #333;
*/

	background-color: #215BA6;
	border-radius: 4px;
	transition: all .5s;
}

.toggle_btn span:nth-child(1) {
	top: 12%;
}

.toggle_btn span:nth-child(2) {
	top: 46%;
}

.toggle_btn span:nth-child(3) {
	bottom: 12%;
}

.toggle_btn span:nth-child(4) {
	bottom: 4%;
	font-size: 0.8em;
	text-align: center;
	height: 0;
	color: #215BA6;
}

.open .toggle_btn span {
	background-color: #fff;
}

.open .toggle_btn span:nth-child(1) {
	-webkit-transform: translateY(10px) rotate(-315deg);
	transform: translateY(15px) rotate(-315deg);
}

.open .toggle_btn span:nth-child(2) {
	opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
	-webkit-transform: translateY(-10px) rotate(315deg);
	transform: translateY(-15px) rotate(315deg);
}


#mask {
	display: none;
	transition: all .5s;
}

.open #mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .8;
	z-index: 2;
	cursor: pointer;
}


#mask {
	display: none;
	transition: all .5s;
}

.open #mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .8;
	z-index: 2;
	cursor: pointer;
}


#navArea {
	/*
padding-top:1em;
*/
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;

}


.m-nav-add {
	margin-top: 2em;
	padding: 1em;
	/*
background: #fff4e6;
*/
	font-size: 0.8em;
	color: #351903;
}

.m-nav-add a {
	color: #F2E935;
}



#m-logo {
	padding: 1em 1em 0;
    border-bottom: 1px dotted #1C5AA5;
    filter: drop-shadow(1px 1px 1px #F2D49B);
   }

.m-img {
    filter: drop-shadow(1px 1px 1px #F2D49B);
}

@media (min-width:801px) {
	#m-head {
		display: none;
	}
}

@media (max-width:800px) {
	#pc-head {
		display: none;
	}
    #m-head {
    margin-top: 0;
    }
}

img.logo-img {
	max-width: 120px;
	padding: 0.5em;
}

#m-inn-logo {
    margin-top: -14px;
   margin-bottom: 14px;
	padding-left: 0.5em;
    max-width: 240px;
}



/*///////////////////////////////*/


body {
	text-transform: none;
	font-family: "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	/*
font-feature-settings: "palt";
*/
	font-style: normal;
	letter-spacing: normal;
	line-break: strict;
	line-height: 1.65em;
	font-size: 16px;
	font-weight: 400;
	overflow-wrap: break-word;
	/*
-webkit-font-smoothing: antialiased;
*/
}

/*//////////////////////*/
.content-inn {
	margin: 0 auto;
	max-width: 1024px;
	width: 100%;
}



.content-inn3 {
margin: 0 auto;
    padding: 1em;
    max-width: 1024px;
}

#primary {
	padding-right: 0.8em;
	padding-left: 0.8em;
}

ul.marquee {
	display: block;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	/*
	line-height: 1;
*/

	position: relative;
	overflow: hidden;
	width: 100%;
	height: 300px;

	font-size: 1em;

}

ul.marquee li {
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap;
	padding: 3px 5px;
	/*font-size: 0.8em;*/
}

ul.marquee li img {
	max-height: 300px;
}


/*
#sect-slide {
aspect-ratio: 16/ 10;
}
*/


#sect-icon {
	margin-top: 3em;
	margin-bottom: 5em;
}


#sect-icon li {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 4%;
}

@media (max-width:600px) {
	#sect-icon li {
		padding: 2%;
	}
}


img.sp-title {
	max-width: 160px;
	margin-bottom: 3em;
}



.post-date {
	padding-right: 0.3em;
	text-align: right;
	font-size: 0.8em;
	/*
color: #95BBD3;
*/
}


.card__head {
	/*
background: #2E7FE8;
*/
	color: #fff;
}


.p-cats {
	color: #215BA6;
	line-height: 1em;
font-size: 0.7em;
}

.p-cats a {
	color: #215BA6;
	font-weight: 600;
}

.post-date {
	/*
background: #1C5AA5;
*/
	color: #1C5AA5:
}



.card__image {
	aspect-ratio: 3 / 2;
	object-fit: cover;
	overflow: hidden;
}

.card__title {
	/*
text-align: center;
*/
	padding-top: 0.3em;
	padding-right: 0.3em;
	line-height: 1.3em;
	font-size: 1em !important;
	font-weight: 600;
}


.card__title a {
	color: #1C5AA5 !important;
}


.out-t-line {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 1.5em;
}

.t-line {
	width: 40%;
	border-top: 1px dotted #1C5AA5;
}


.card__title::before {
	content: attr(data-en);
	display: block;
	text-align: right;
	color: #769ACC;
	font-size: 12px;
	font-weight: 400;
	/*font-style: italic;*/

}

.top-exp {
	padding-right: 0.5em;
	padding-left: 0.5em;
	line-height: 1.5em;
    margin-block: 1lh; 
	font-size: 12px;
}

.top-exp p {
	margin-top: 0 !important;
}

.top-exp a {
	color: #595959;
}


.card {
	border-bottom: 1px solid rgb(229, 229, 229);
}

p.line-clamp {
	padding-right: 1em;
	padding-left: 1em;
	line-height: 1.2em;
}


.li-pa {
	/*
border: 1px solid #ccc;
*/
	backdrop-filter: blur(4px);
	background: rgba(255, 255, 255, 0.5);

}

.li-cat-01 {}

.li-cat-02 {}

.li-cat-03 {}

.li-cat-04 {}

.li-cat-05 {}

.li-cat-06 {}

.li-cat-07 {}

.li-cat-08 {}

.li-cat-09 {}

.li-cat-10 {}

.li-cat-11 {}


.li-cat-12 {}

.li-cat-13 {}

.li-cat-14 {}

.li-cat-15 {}

.li-cat-16 {}

.li-cat-17 {}

.li-cat-18 {}

.li-cat-19 {}

.li-cat-20 {}


.cat-desc {
	font-size: 0.8em;
}

.p-cats {
	display: flex;
	justify-content: flex-end;
	font-size: 12px;
	height: 1.2em;
}

.cats-item {
	margin: 0;
	padding-right: 0.5em;
}


/*////////////////////////////*/

#top-cont {
   position: relative;
	max-width: 100%;
	display: flex;
}

#cont-left {
    position: relative;
	padding-right: 0.5em;
	padding-left: 0.5em;
	flex-basis: 25%;
	flex-direction: column;
}

#cont-left h3 {
margin: 0;
}

#cont-center {
   position: relative;
	padding-right: 0.5em;
	padding-left: 0.5em;
	flex-basis: 50%;

	border-right: 1px dashed #7ecafc;
	border-left: 1px dashed #7ecafc;
}


#cont-right {
position: relative;
	padding-right: 0.5em;
	padding-left: 0.5em;
	flex-basis: 25%;
	flex-direction: column;
}


.title-area {
margin: 0 auto;
width: 320px;
max-width: 100%;
}


@media (min-width: 799px) {
	#cont-left {
		padding-right: 1em;
		padding-left: 1em;
	}

	#cont-center {
		padding-right: 1em;
		padding-left: 1em;
	}


	#cont-right {
		padding-right: 1em;
		padding-left: 1em;
	}
}


@media (max-width: 800px) {
	#top-cont {
		flex-direction: column;
		align-items: center;
		gap: 4vh;
	}
}


/*/////////////////////////*/
.info-c-top {
	position: relative;
}

@media (min-width: 800px) {
	.info-c-top {
		padding-top: 2em;
		padding-bottom: 2em;
		display: flex;
		justify-content: space-between;
		align-items: top;
		flex-wrap: wrap;
	}

	.info-c-top a {
		text-decoration: none;
	}


	.info-c-top:nth-child(odd) {
		flex-direction: row-reverse;
	}

	.info-c-top:last-child {}


	.top-exce-img {
		position: relative;
		display: block;
		width: 38%;
		height: auto;
	}

	.top-exce {
		width: 58%;
	}
}

.top-exce {
	position: relative;
}



.banner-blocks {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-gap: 1em;
}

.block-1 {
	grid-area: 1 / 1 / 3 / 8;
}

.block-2 {
	grid-area: 1 / 8 / 2 / 13;
}

.block-3 {
	grid-area: 2 / 8 / 3 / 13;
}



@media (max-width:1140px) {
	.banner-blocks {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(4, 1fr);
	}

	.block-1 {
		grid-area: 1 / 1 / 3 / 2;
	}

	.block-2 {
		grid-area: 3 / 1 / 4 / 2;
	}

	.block-3 {
		grid-area: 4 / 1 / 5 / 2;
	}

}




/*
#top-image {
	position: relative;
	margin-top: 30px;
	width: 100%;
	max-width: 100%;
	max-height: 80vh;
	-o-object-fit: contain;
	object-fit: contain;
	aspect-ratio: 3 / 2;

}
*/

#top-image {
margin-top: 30px;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: contain;
    display: block;
}

#top-image .vegas-slide-inner {
	-o-object-fit: contain;
	object-fit: contain;
}


#top-image .vegas-slide-inner p {
padding-left: 1.5em;
padding-right: 1.5em;
position: absolute;
bottom: 0%;
right: 0%;
color: #fff;
background: rgba(0,0,0,0.5);
font-size: 0.7em;
}




@media (max-width:700px) {
	#top-image {
		position: relative;
		margin-top: 0;
		width: 100%;
		max-width: 100%;
		max-height: 67vmax;
		-o-object-fit: cover;
		object-fit: cover;
		aspect-ratio: 3 / 2;
	}
   .type-area {
      display: none;
}
}


#w-rep {
	padding-top: 1em;
	padding-bottom: 1em;
}


.hide {
	transform: translateY(-100%);
}

#pc-head {
	position: fixed;
	width: 100%;
	top: 0;
	transition: .5s;
	z-index: 1;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: rgba(114, 46, 46, 0.25) 0px 20px 20px -12px, rgba(0, 0, 0, 0.3) 0px 18px 16px -18px;
}


.content-inn {
margin: 0 auto;
	padding-top: 30px;
}

.content-inn2 {
width: 100%;
margin: 0 auto;
	padding-top: 30px;
}



.entry-meta {
	text-align: center;
	font-size: 0.8em;
}

.hentry h1 {
margin: 0;
	padding: 1rem 1rem;
	border-top: 1px dashed #7EA1BF;
	border-bottom: 1px dashed #7EA1BF;
	font-size: 24px;
	color: #2a529c;
}

.hentry h2 {
	position: relative;
	font-size: 22px;
	color: #2a529c;
}




.hentry h2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background-image: -webkit-gradient(linear, right top, left top, from(#d9ecff), to(#5b7ff5));
	background-image: -webkit-linear-gradient(right, #d9ecff 0%, #5b7ff5 100%);
	background-image: linear-gradient(to left, #d9ecff 0%, #5b7ff5 100%);
}



.hentry h4 {
	font-size: 20px;
}





.widget-area h2 {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 0 2.5em;
	color: #333333;
	text-align: center;
	color: #1C5AA5;
	font-size: 18px;
}

.widget-area h2::before,
.widget-area h2::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 4em;
	height: 3px;
	background-color: #2589d0;
}

.widget-area h2::before {
	left: 0;
}

.widget-area h2::after {
	right: 0;
}


.side-post-title {
	font-size: 16px;
}



h2.sect-title {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 0 2.5em;
	color: #333333;
	text-align: center;
	color: #1C5AA5;
	text-shadow: 0.02em 0.02em 0.02em rgba(0, 0, 0, 1);
	font-style: italic;
}

h2.sect-title::before,
h2.sect-title::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 3em;
	height: 3px;
	background-color: #2589d0;
}

h2.sect-title::before {
	left: 0;
}

h2.sect-title::after {
	right: 0;
}





h3.sect-title {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 0 2.5em;
	color: #333333;
	text-align: center;
	color: #1C5AA5;
	text-shadow: 0.02em 0.02em 0.02em rgba(0, 0, 0, 1);
	font-style: italic;
}

h3.sect-title::before,
h3.sect-title::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 3em;
	height: 3px;
	background-color: #2589d0;
}

h3.sect-title::before {
	left: 0;
}

h3.sect-title::after {
	right: 0;
}






h2.latest-title {
font-size: 1em;
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 0 2.5em;
	text-align: center;
	/*
color:#F25757;
*/
	color: #5E92BF;
	text-shadow: 0.02em 0.02em 0.02em rgba(0, 0, 0, 1);
	font-style: italic;
}


h2.latest-title::before,
h2.latest-title::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 3em;
	height: 3px;
	background-color: #5E92BF;
}

h2.latest-title::before {
	left: 0;
}

h2.latest-title::after {
	right: 0;
}



#mem-inn2 .card__title a {
	color: #5E92BF !important;
	text-shadow: 0.02em 0.02em 0.02em rgba(0, 0, 0, 1);
}



h2.pickup-title {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 0 2.5em;
	text-align: center;
	color: #00B683;
	text-shadow: 0.02em 0.02em 0.02em rgba(0, 0, 0, 1);
	font-style: italic;
}

h2.pickup-title::before,
h2.pickup-title::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 3em;
	height: 3px;
	background-color: #00B683;
}

h2.pickup-title::before {
	left: 0;
}

h2.pickup-title::after {
	right: 0;
}



.PickUps .card__title a {
	color: #00B683 !important;
	text-shadow: 0.012em 0.012em 0.012em rgba(0, 0, 0, 1);
}

.card a {
	text-decoration: none;
}

.tags-links {
	margin: 0 2em;
}

.entry-footer a {
	text-decoration: none;
}

.entry-footer {
	border-bottom: 1px solid #f4f4f4;
}


.nav-links {
	background: #fcfcf0;
}

.nav-links a {
	text-decoration: none;
}


.menu-item {
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.1em;
}

.menu-item span {
	font-size: 0.7em;
}

.menu-item a {
	color: #1C5AA5;
	font-weight: 600;
}

.g-copyright {
	background: #1C5AA5;
	color: #fff;
	font-size: 0.8em;
}

.g-copyright a {
	color: #fff;
	text-decoration: none;
}


@media screen and (min-width:800px) {
	#maincont-area {
		postioin: relative;
		background-image: url(./images/g-bk-01.png);
		background-attachment: fixed;
		background-size: cover;
		background-position: center;
		backdrop-filter: contrast(.5);
		backdrop-filter: opacity(.4);
	}
}


.PickUps {
	backdrop-filter: blur(4px);
	background: rgba(255, 255, 255, 0.5);
	border-radius: 0.25rem;
}


.cont-center a {
word-wrap:break-word;
	text-decoration: none;
}

.cont-center img {
max-width: 100%;
}


.box-shadow {
	padding: 1em;
	margin-bottom: 2.5em;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.box-shadow2 {
	padding: 0;
	margin-bottom: 2.5em;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}


.box-shadow2 .card__title {
	padding: 0 0.5em;
}





.e-glass {
	backdrop-filter: blur(4px);
	background: rgba(255, 255, 255, 0.5);
}

.entry-title {
	line-height: 1.2em;
}

.li-pa h3 {
	font-size: 14px;
font-weight: 600;
	margin-bottom: 0;
}

.li-pa ul {
	margin: 0;
    padding-left: 1em;
	font-size: 12px;
}

.e-glass a {
    text-decoration: none;
}

.bnr-flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.matchHeight-rs {
	display: flex;
	justify-content: center;
	align-items: center;
}

.site-info {
	margin: 0 auto;
	padding: 0 1em 1em;
	width: 100%;
	background: #fcfcf0;
}

#site-desc {
	margin: 0 auto;
	padding: 1.5em;
	width: 80%;
	font-size: 14px;
	line-height: 1.45em;
}


.yarpp {
	margin-bottom: 3em !important;
	padding-bottom: 1em !important;
	background: #ebf1fc;
	border: 1px solid #82aeff;
	border-radius: 8px;
}

.yarpp h3 {
	padding-left: 0.5em !important;
	background: #82aeff;
	color: #fff;
	border-radius: 8px 8px 0 0;
}

.yarpp-thumbnails-horizontal {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	align-content: flex-start;
}

select {
    width: 100%;
}


.tax-pgomi_cat1 .cards__item p:nth-of-type(1),.post-type-archive-pgomi .cards__item p:nth-of-type(1),.single-pgomi .entry-content p:nth-of-type(1) {
    font-size: 1.2em;
    font-weight: 600;
    color: #02734A;;
}

.tax-pgomi_cat1 .cards__item p:nth-of-type(2),.post-type-archive-pgomi .cards__item p:nth-of-type(2),.single-pgomi .entry-content p:nth-of-type(2) {
    font-size: 1.2em;
    font-weight: 600;
    color: #DF07C8;
}


.tax-pgomi_cat1 .cards__item p:nth-of-type(3),.post-type-archive-pgomi .cards__item p:nth-of-type(3),.single-pgomi .entry-content p:nth-of-type(3) {
    font-size: 1.2em;
    font-weight: 600;
    color: #4B83F2;
}





.tax-pgomi_cat1 .cards__item h3:nth-of-type(1),.post-type-archive-pgomi .cards__item h3:nth-of-type(1),.single-pgomi .entry-content h3:nth-of-type(1) {
padding-left: 0.3em;
background: #02734A;
color: #fff;
border-radius: 4px;
}


.tax-pgomi_cat1 .cards__item h3:nth-of-type(2),.post-type-archive-pgomi .cards__item h3:nth-of-type(2),.single-pgomi .entry-content h3:nth-of-type(2) {
padding-left: 0.3em;
background: #DF07C8;
color: #fff;
border-radius: 4px;
}


.tax-pgomi_cat1 .cards__item h3:nth-of-type(3),.post-type-archive-pgomi .cards__item h3:nth-of-type(3),.single-pgomi .entry-content h3:nth-of-type(3) {
padding-left: 0.3em;
background: #4B83F2;
color: #fff;
border-radius: 4px;
}




a {
    text-decoration: none!important;
}


.Breadcrumb {
    padding-top:42px;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 0.8em;
    background: rgba(255,255,255,0.3);
}


.wdate {
    font-size: 1.2em;
}


.gsc-search-box {
    margin: 0!important;
}

.gsc-input-box table {
    margin: 0!important;
}


.gsc-control-cse {
    margin: 0!important;
    padding: 0!important;
    background-color: transparent!important; 
    border: none!important;
}

.gsc-input-box {
    background-color: transparent!important; 
    border-radius: 8px!important;
}

.gsib_a {
    padding: 0!important;
    background: #fff;
}

.gsc-input-box {
    background: #fff;
}


.gsc-search-button-v2 {
/*
    background-color: #1C5AA5!important;
*/
}


li.gsch {
   margin-right: 2em;
   flex-basis: 33%;
    background-color: none;
}


.cd-top {
	display: inline-block;
	height: 60px;
	width: 60px;
	position: fixed;
	bottom: 30px;
	right: 10px;
	border-radius: 50%;
	/*border: 1px solid #2685BB;*/
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(./images/gototop.png) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
z-index: 99999;

}
.cd-top.cd-fade-out {
	opacity: 1
}
.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1
}
@media only screen and (min-width:768px) {
	.cd-top {
		right: 20px;
		bottom: 20px
	}
}
@media only screen and (min-width:1024px) {
	.cd-top {
		height: 60px;
		width: 60px;
		right: 30px;
		bottom: 30px
	}
}

a.ez-toc-open-icon {
margin-top: 3em;
}


.info-c-top {
background: #f8fbff;
border-radius: 8px;
}



.top-exce-img {
  display: flex;
  justify-content: center;
  align-items: center;
background: #fffdfa;
}



.block-100 {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}


.grecaptcha-badge { visibility: hidden; }


typewritten-text {
    /* Prevent double-copying */
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

typewritten-text-mirror {
    -ms-user-select: text;
    -webkit-user-select: text;
    user-select: text;
}

.typewritten-text_character {
    color: transparent;
}

.typewritten-text_word {
/*
    white-space: nowrap;
*/
}

.typewritten-text_character,
.typewritten-text_start {
    position: relative;
}

.typewritten-text_character.typewritten-text_revealed {
    color: inherit;
}

.typewritten-text_character::after,
.typewritten-text_start::after {
    box-sizing: border-box;
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    right: -0.5ch;
    border-right: var(--typewritten-text_cursor-width, 0.125em) var(--typewritten-text_cursor-style, solid) var(--typewritten-text_cursor-color, currentColor);
    animation: typewritten-text_blink var(--typewriten-text_cursor-interval, 700ms) infinite steps(1);
    visibility: hidden;
}

.typewritten-text_start::after {
    right: 0;
}

.typewritten-text_current.typewritten-text_character::after,
.typewritten-text_current.typewritten-text_start::after {
    visibility: visible;
}

@keyframes typewritten-text_blink {
    0% { opacity: 0; }
    50% { opacity: 1; }
}

@media (prefers-reduced-motion) {
    .typewritten-text_character::after,
    .typewritten-text_start::after {
        animation: none;
    }
}



#pickup-zone {
animation: popup 10s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}


#sect-type {
font-size: 0.9em;
/*
animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
*/
s
}

@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.0);
  }
  80%, 100% {
    opacity: 1;
  }
}


#sect-type {
padding: 1.5em;
}


#type-inn {
padding: 0 1em;
 background: rgba(2, 2, 2, 0.4);
 box-shadow: 1px 1px 2px 0 rgb(0, 0, 0, 0.4);
 border-radius: 4px;
}


#sect-type a {
color: #003366;
word-wrap:break-word;
color: #fff;
}

typewritten-text .word {
white-space: pre-wrap!important;
}


[data-header-size=small].sbi-header-type-text {
font-size: 18px!important;
}


.image_link {
 display:block; 
 position:relative;
 text-decoration:none;
}
.image_link img {
  display:block;
  width:100%;
}
.image_link:before {
  content:"";
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  z-index:2;
  background:#000;
  opacity:0;
  transition:0.3s;
}
.image_link:after {
  content:"READ MORE";
  display:block;
  color:#fff;
  line-height:48px;
  width:180px;
  border:solid 1px #fff;
  border-radius:5px;
  text-align:center;
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-1em;
  margin-left:-90px;
  opacity:0;
  z-index:3;
  transition:0.3s;
  font-weight:bold;
  letter-spacing:0.2em;
}
.image_link:hover:before {
  opacity:0.5;
}
.image_link:hover:after {
  opacity:1;
  margin-top:-0.5em;
}

.sbi-style-boxed .sbi_item {
box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}







#photo-area {
padding: 10px;
background: #2867b2;
}


.mosaic-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); 
    grid-auto-rows: 212px;
    gap: 8px; 
    grid-auto-flow: dense; 
}

.mosaic-item {
    position: relative;
    overflow: hidden;
    border-radius: 0; 
    transition: transform 0.3s ease;
}

.mosaic-item.large {
    grid-column: span 2;
    grid-row: span 2; 
    height: 100%;
}

.mosaic-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}



.mosaic-item.random-size:nth-child(8n) {
    grid-column: span 2;
    grid-row: span 2;
}

.mosaic-item:hover .mosaic-image {
    transform: scale(1.1);
}



#kubun-area {
margin-bottom: 3em;
width: 100%;
}


#kubun-area ul {
padding: 0em;
list-style-type: none;
}

#kubun-area ul li {
}




li.cat-item {
margin: 0;
}

li.kubun1 {
padding: 0.5em;
/*
background: #f4f4f4;
*/
}


li.slug-m-01 {
background: #fff;
}


li.slug-m-02 {
background: #fff;
}


li.slug-m-03 {
background: #fff;
}


li.slug-m-04 {
background: #fff;
}

li.slug-m-05 {
background: #fff;
}


li.slug-m-06 {
background: #fff;
}

li.kubun1 {
width: 100%;
}

li.kubun1 .kubun1-item {
width: 100%;
padding: 0.2em;
font-size: 1.2em;
background: #fff;
border-radius: 8px 8px 0 0;
text-align: center;
}

li.kubun1 .kubun1-item a {
color: #1C5AA5;
font-weight: bolder;
}


ul.child-categories {
display: flex;
gap: 5px;
flex-wrap: wrap;
font-size: 1em;
border-top: 1px dotted #666;
border-bottom: 1px dotted #666;
}

ul.child-categories li {
padding: 0;
margin: 0;
}



ul.tags-list {
display: flex;
/*
gap: 10px;
*/
flex-wrap: wrap;
font-size: 0.8em;
}

ul.tags-list li {
margin-bottom: 0;
}

ul.tags-list li a {
text-decoration: underline;
}



.bk-blur {
background: rgba(255, 255, 255, 0.5);
backdrop-filter: blur(8px);
box-shadow: 1px 1px 2px 0 rgb(0, 0, 0, 0.4);
border-radius: 8px;
}

@view-transition {
  navigation: auto;
}



.foot-note {
font-size: 0.8em;
}


ul.ul-flex {
display: flex;
gap: 1em;
flex-wrap: wrap;
list-style: none;
}　

ul.ul-flex li {
}

 a {
word-break: break-word!important;
}

p.exce {
margin: 0;
font-size: 0.8em;
line-height: 1.5em;
}


.hentry {
margin: 0 auto;
max-width: 720px;
}


#primary2  .hentry {
margin: 0 auto;
padding: 1.5rem;
width: 100%;
max-width: 100%!important;
}

.card { 
padding: 0.5em;
border: 1px solid #ccc;
}

.type-area {
margin: 1em;
padding-top: 1em;
padding-left: 1em;
padding-right: 1em;
background: rgba(1,1,1,0.5);
border-radius: 8px;
font-size: 0.9em;
line-height: 1.4em;
}

.type-area a {
color: #fff;
}


.latest-title {
font-size: 1em!important;
line-height: 1.3em;
}

.latest-title a, .exce  a {
color: #1C5AA5 !important;
}


.home .category {
font-size: 0.8em;
}

.tiny {
font-size: 0.7em;
}

.nav-links {
font-size: 0.7em;
}

.entry-footer {
margin-top: 3em;
margin-bottom: 3em;
}

.p-cats {
font-size: 0.7em;
}

.button a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 10px 0px 10px 25px;
    font-family: "Noto Sans Japanese";
    line-height: 1.8;
    text-decoration: none;
    color: #1C5AA5;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

.button a:hover {
color: #fff;
}


.button a:before, .button a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.button a:before {
  width: 0.5rem;
  height: 0.5rem;
  left: 1.1rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
.button a:after {
  left: 0;
  background: #1565c0;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
color: #fff;
}
.button a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}

.button a:hover span {
  color: #fff;
}

.button a:hover:before {
  left: 2.5rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.button a:hover:after {
  right: 0;
  width: 100%;
  background: #1565c0;
color: #fff;
}








.button2 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 10px 0px 10px 25px;
    font-family: "Noto Sans Japanese";
    line-height: 1.8;
    text-decoration: none;
    color: #e36a19;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

.button2 a:hover {
color: #fff;
}


.button2 a:before, .button2 a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.button2 a:before {
  width: 0.5rem;
  height: 0.5rem;
  left: 1.1rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
.button2 a:after {
  left: 0;
  background:#e36a19;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
color: #fff;
}
.button2 a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}

.button2 a:hover span {
  color: #fff;
}

.button2 a:hover:before {
  left: 2.5rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.button2 a:hover:after {
  right: 0;
  width: 100%;
  background: #e36a19;
color: #fff;
}




.entry-meta {
color: #7EA1BF;
border-bottom: 1px dotted #7EA1BF;
}


.sticky-inn {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}


.note {
font-size: 0.8em;
color: #F23D3D;
}

.note2 {
color: #F23D3D;
}



ul.marquee {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 1.5em; 
       font-size: 1em;

}

ul.marquee li {
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap;
	padding: 3px 5px;
 }

.top-marq {
    width: 100%;
    display: block;
    margin-top:0;
    color: #fff;
    font-size: 0.9em;
    font-weight: 500;
    padding: 0.5em;
    background: #1C5AA5;
}



.top-marq a {
color: #fff;
}

.top-marq .telop-title {
	font-size: 1em;
	font-weight: 400;
	color: #F4DA40;
}


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

.error404 {
   position: relative;
	margin-top: 30px;
	width: 100%;
    background: url(./images/404.jpg) no-repeat center 50%;
background-size: cover;
	-o-object-fit: contain;
	object-fit: contain;
}


.error-404 {
	aspect-ratio: 3 / 2;
}




/*

@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 0turn;
  inherits: false;
}

.post-module {
  animation: 2s gradient-angle infinite linear;
  border: 2px solid transparent;
  background-image: linear-gradient(#f4f4f4, #f4f4f4),
    conic-gradient(
      from var(--gradient-angle),
      #3a9ff2 0%,
      #c7a03c 37%,
      #f9de90 30%,
      #c7a03c 33%,
      #3a9ff2 40%,
      #3a9ff2 50%,
      #c7a03c 77%,
      #f9de90 80%,
      #c7a03c 83%,
      #3a9ff2 90%
    );
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
}

@keyframes gradient-angle {
  to {
    --gradient-angle: 1turn;
  }
}

*/


li.sns {
margin-right: 1em;
}

#cont-left h2 {
color: #4B7BA6;
}

#sect-info-grid h2 {
color: #F27272;
}

#sect-info-grid .card__title a {
color: #F27272!important;
}



#live-v {
padding-bottom: 1rem;
background: #262626;
}


.foot-bnr {
 display: grid;
  place-items: center;
}


.deepb {
color: #0f2e53;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 textarea,
.wpcf7 select {
    width: 100% !important;
    box-sizing: border-box;
}


#intro {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  z-index: 9999;
  justify-content: center;
  align-items: center;
  animation: fadeOut 1s ease forwards;
  animation-delay: 2.5s;
}

#intro img {
  width: 60vw;
  max-width: 620px;
}


#intro.intro-hidden {
  opacity: 0;
  pointer-events: none;
}


@keyframes fadeOut {
  to {
    opacity: 0;
    transform: scale(0.95);
  }
}


.jp-carousel-titleanddesc-title {
display: none!important;
}




#gnews-chat-toggle {

  position: fixed;
  bottom: 20px;
  left: 20px;
  background: #1C5AA5;
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 22px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  z-index: 9999;

  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease;
}


#gnews-chat-toggle.visible {
  opacity: 1;
  visibility: visible;
}

.p-small {
font-size: 0.8rem!important;
line-height: 1.47rem;
}

#c-bnr-foot {
width: 100vw;
margin-left: calc(50% - 50vw);
padding: 1rem;
}


#site-navigation table {
  border-collapse: collapse; 
  border: none;  
}

#site-navigation table td,
#site-navigation table th {
  border: none;   
}



