/*
Theme Name: JCI2024
Theme URI: http://underscores.me/
Author: qualia
Author URI: https://qualia-ga.co.jp
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jci2023
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

JCI2022 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;700&display=swap");

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

--------------------------------------------------------------*/

.regular_youtube{
    width: 80%;
    margin: auto;
    aspect-ratio: 16 / 9;
    background: #ccc;
}

.regular_youtube iframe{
    aspect-ratio: 16 / 9;
    height: auto;
}

@media screen and (max-width: 480px) {
    .regular_youtube{
        width: 100%;
    }
}

/*Elementor header-----------*/
.elementor-nav-menu--dropdown .e-font-icon-svg.e-fas-angle-down{
    fill: #FFF;
}


/*Elementor header-----------*/
.elementor-posts .elementor-post__thumbnail{
    background: #ddd;
}
.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img{
    object-fit: contain;
}



.uk-container {
    max-width: 1150px !important;
    margin-top: 45px;
}

@media (max-width:480px) {
    .uk-container {
        padding: 0 5%;
    }
}

.mb0 {
    margin-bottom: 0 !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
.mb70 {
    margin-bottom: 70px !important;
}
.mb80 {
    margin-bottom: 80px !important;
}

.pt0 {
    padding-top: 0px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt20 {
    padding-top: 20px !important;
}
.pt40 {
    padding-top: 40px !important;
}

.pr40 {
    padding-top: 40px !important;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

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

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

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

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

/* Grouping content
	 ========================================================================== */

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

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

/* Text-level semantics
	 ========================================================================== */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    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;
}

/*--------------------------------------------------------------
# slider
--------------------------------------------------------------*/

.sample-slider {
    width: 100%;
}

.sample-slider img {
    width: 100%;
}

.sample-slider .swiper-wrapper {
    transition-timing-function: linear;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: "noto-sans-jp", "Zen Kaku Gothic New", "Sawarabi Gothic",
        -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans,
        Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "noto-sans-jp", "Zen Kaku Gothic New", "Sawarabi Gothic",
        -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans,
        Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
    clear: both;
}

h1,
.mincho {
    font-family: "Sawarabi Mincho", "Times New Roman", "YuMincho",
        "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
}

.h2_chart,
.h2_belief {
    width: 100%;
    font-size: 2em;
    position: relative;
    display: inline-block;
    margin-bottom: 2em;
}

.h2_chart:before,
.h2_belief:before {
    content: "";
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 100px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #0190d5;
    border-radius: 2px;
}

.group_sec,
.group_belief {
    margin: 0px;
    padding: 40px;
}

@media (max-width: 768px) {
    .group_sec,
    .group_belief {
        margin: 0px;
        padding: 20px 10px;
    }
}

@media (max-width: 480px) {
    .h2_chart,
    .h2_belief {
        font-size: 1.4em;
        margin-top: -10px!important;
    }
}

/*
.l_triangle_top_b,
.l_triangle_top_p,
.l_triangle_top_g {
    background-image: url(img/h_arrow_l_top_b.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 60px;
}

.r_triangle_top_b {
    background-image: url(img/h_arrow_r_top_b.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100px;
}

.l_triangle_top_p {
    background-image: url(img/h_arrow_l_top_p.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100px;
}

.l_triangle_top_g {
    background-image: url(img/h_arrow_l_top_g.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100px;
}

.r_triangle_top_p {
    background-image: url(img/h_arrow_r_top_p.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100px;
}

.l_triangle_bottom_b {
    background-image: url(img/h_arrow_l_bottom_b.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100px;
}

.r_triangle_bottom_b {
    background-image: url(img/h_arrow_r_bottom_b.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100px;
}
.l_triangle_bottom_p {
    background-image: url(img/h_arrow_l_bottom_p.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100px;
}
.r_triangle_bottom_p {
    background-image: url(img/h_arrow_r_bottom_p.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100px;
}

.triangle_theme {
    background-image: url(img/h_arrow_l_top_p.png),
        url(img/h_arrow_r_bottom_b.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
    background-size: 150px, 150px;
}
*/


h1.page-title,
h1.entry-title {
    box-sizing: border-box;
    background-image: url(img/h1_bg.png);
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
    background-size: 30px;
    width: 100vw;
    margin-left: calc((100% - 100vw) / 2);
    padding: 50px 0;
    margin-top: 0;
    margin-bottom: 1em;
    text-align: center;
    color: #252525;
    border-bottom: #01009E 4px solid;
}

@media (max-width:480px) {
    h1.page-title,
    h1.entry-title {
        padding: 30px 10px;
        font-size: 1.5em;
    }
}
h2 {
    font-size: 28px;
    color: #222222;
    margin-top: 3em;
    margin-bottom: 1.5em;
}

h2:first-child {
    margin-top: 1.5em;
}

div.h2_top,
h2.h2_top {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    border-bottom: 0;
    margin: 0;
    padding: 15px 0 15px 45px;
    background-image: url(img/26-h_arrow_l_top_b.png); 
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain !important;
    background-repeat: no-repeat;
	/*以下の4行は*important!で一時対応中 */
	background-image: url(img/26-h_arrow_l_top_b.png) !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
    background-size: contain !important;
}


div.h2_top span,
h2.h2_top span {
    font-size: 12px;
    display: block;
}

@media (max-width:480px) {
    div.h2_top,
    h2.h2_top {
        font-size: 18px;
        font-weight: bold;
        line-height: 18px;
        border-bottom: 0;
        margin: 0;
        padding: 10px 0 10px 30px;
    }
}

h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    border-bottom: #999 1px solid;
    padding: 0 0 5px 0.5em;
    margin-top: 3em;
    margin-bottom: 1.5em;
}

h3.h3_top {
    font-size: 22px;
    margin: 1rem 0;
    padding: 0 0 5px;
}

h3.h3_footer {
    font-size: 16px;
    font-weight: bold;
    margin: 3rem 0 1rem;
    padding-bottom: 5px;
    border-bottom: 1px solid #333;
    border-width: 80%;
}

@media (max-width: 480px) {
    h2 {
        font-weight: bold;
        font-size: 24px;
        margin-bottom: 1em;
    }

    div.h2_top,
    h2.h2_top {
        margin: 0;
    }

    h3 {
        font-size: 16px;
    }
}

@media (min-width: 769px) {
    .img_top_tokyo {
        position: absolute;
        bottom: -50px;
        right: 0;
    }
}

p {
    margin-bottom: 1.5em;
    line-height: 2;
}

p.line strong {
    background: linear-gradient(transparent 0%, #ffe307ab 50%);
}

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

.bg-arrow-right {
    background-image: url(img/bg_arrow_right.png);
    background-color: rgba(255, 255, 255, 0.3);
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

@media (max-width: 480px) {
    .bg-arrow-right {
        background-color: rgba(255, 255, 255, 0.8);
        background-blend-mode: lighten;
        background-position-x: 100px;
    }
}

.uk-section-muted {
    background: #e1f7ff;
}

/* Elements
--------------------------------------------- */

.gt_switcher_wrapper {
    top: 0px !important;
    right: 5px !important;
    width: 75px;
    text-align: right;
}

.gt_switcher_wrapper a {
    box-sizing: border-box;
    display: block;
    height: 30px;
    padding: 0px 10px;
    margin: 5px 0;
    background: #e8e8e8;
}

@media (min-width: 1001px) {
    #gtranslate_wrapper {
        display: none;
    }
}

@media (max-width: 480px) {
    .uk-slider {
        margin-top: 10px;
    }
}


.gtra_menu{
    font-size: 1.4em;
}
.gtra_menu span{
    padding-left: 5px;
    font-weight: bold;
}

body {
    background: #fff;
}

.top-theme {
    background-image: url(img/theme_bg04.jpg);
    background-blend-mode: luminosity;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.top-theme-box {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 70px;
    color: #222222;
    /text-shadow: 1px 0 3px rgb(0 0 0 / 40%);
}

.top-theme-box img {
    width: 40%;
    display: block;
    margin: 20px auto 50px;
}

.top-theme-box a.wp-block-button__link {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}

@media (max-width: 480px) {
    .top-theme {
        background-image: url(img/theme_bg04.jpg);
        background-size: cover;
        background-position: left;
    }
    .top-theme-box {
        background-color: rgba(255, 255, 255, 0.9);
        padding: 10px 20px;
        color: #222222;
        /text-shadow: 1px 0 3px rgb(0 0 0 / 40%);
    }
    .top-theme-box img {
        width: 80%;
        display: block;
        margin: 60px auto 30px;
    }
}

.top-director-theme {
    background-image: url("/wp-content/uploads/26-rizi-.set_.png");
    background-size: cover;
    background-position: center;
    background-attachment:fixed;
    background-repeat: no-repeat;
    height: 800px;
    overflow: hidden;
}
@media (min-width:1680px) {
    .top-director-theme {
        background-position: center -300px;
    }
}

@media (min-width:1920px) {
    .top-director-theme {
        background-position: center -400px;
        height: 90vh;
    }
}

@media (min-width:2600px) {
    .top-director-theme {
        background-position: center -600px;
        height: 100vh;
    }
}


.sub-director-theme {
    background-image: url("img/riji_bg01.png");
    background-color: initial;
}

.top-director-theme-box {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 70px;
    color: #222222;
    /text-shadow: 1px 0 3px rgb(0 0 0 / 40%);
}

.top-director-theme-box img {
    width: 40%;
    display: block;
    margin: 20px auto 50px;
}

.top-director-theme-box a.wp-block-button__link {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}

@media (max-width: 480px) {
    .top-director-theme {
        background-image: url("/wp-content/uploads/26-rizi-.set_.png");
        background-size: cover;
        background-position: center bottom;
        background-attachment:scroll;
        background-repeat:  no-repeat;
        height: 60vh;
    }
    .top-director-theme h1 {
        font-size: 1.5em;
        text-align: center;
    }        
    .top-director-theme-box {
        background-color: rgba(255, 255, 255, 0.9);
        padding: 10px 20px;
        color: #222222;
        /text-shadow: 1px 0 3px rgb(0 0 0 / 40%);
    }
    .top-director-theme-box img {
        width: 80%;
        display: block;
        margin: 60px auto 30px;
    }
    .sub-director-theme {
        background-image: url("img/riji_bg01.png");
        background-color: initial;
    }
}

.top-pickup {
    cursor: pointer;
    background-color: rgba(17, 17, 17, 0.116);
    border: 1px solid rgba(17, 17, 17, 0.116);
    text-align: center;
    overflow: hidden;
    aspect-ratio: 2 / 1;
}

.top-pickup img {
    object-fit: cover;
    width: 100vw;
    aspect-ratio: 2 / 1;
    transition: transform 0.3s ease; /* ゆっくり変化させる */
}

.top-pickup:hover img {
    transform: scale(1.1); /* 拡大 */
}

.post-thumbnail {
    margin-top: 10px;
}

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

.uk-label-info {
    width: 80px;
    font-size: 0.7rem;
    font-weight: bold;
    text-align: center;
    line-height: 2;
}

.uk-label-news {
    background-color: #b0afc7;
}

.uk-label-report {
    background-color: #ac874c;
}

.uk-label-regular {
    background-color: #f5a973;
}

.uk-label- {
    background-color: #448bb4;
}

.regular_wrap {
    align-items: flex-start !important;
    gap: 50px;
}

.regular_wrap .regular_box {
    flex-basis: calc(50% - 25px);
}

@media (max-width: 480px) {
    .regular_wrap {
        align-items: flex-start !important;
        gap: 50px;
    }

    .regular_wrap .regular_box {
        flex-basis: calc(100%);
    }
}

.top-info {
}

.top-info-date {
    font-weight: bold;
    font-size: 0.8rem;
    padding: 0 0.5rem;
}

.top-info-title {
    font-size: 0.875rem;
}

.top-info-title a,
.top-info-title a:visited {
    text-decoration: none;
    color: #333;
}

.top-info-title a:hover {
    text-decoration: underline;
}

.uk-card-sec {
    background-size: 30px;
    padding: 30px 30px 20px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
    border: 5px solid #ededed;
    border-radius: 5px;
    background-image: url(img/h1_bg.png);
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
}

.uk-card-sec:hover {
    border: 5px solid #bdbdbd; 
}

.uk-card-sec-title {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1.6;
}

@media (max-width: 480px) {
    .uk-card-sec-title {
        font-size: 22px;
    }
}

.post-name-sec h2,
.post-name-sec-2024 h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 15px;
}

.uk-card.uk-card-committee{
	background-repeat: no-repeat, no-repeat;
    background-position: bottom left;
    background-image: url(/wp-content/uploads/committee_arrow_04.png);
    background-color: rgba(255,255,255,0.5);
    background-blend-mode: lighten;
    padding: 30px 0;
    border: 3px solid #ededed;
    border-radius: 3px;
    transition: all 0.5s 0s ease;/*transitionの記述を追加*/
}

a .uk-card-committee::after {
    content: "\f0da";
    padding-left: 10px;
    font-family: FontAwesome;
}


a:hover {
    text-decoration: none!important;
}

.uk-card-committee01 h2.wp-block-heading,
.uk-card-committee02 h2.wp-block-heading,
.uk-card-committee03 h2.wp-block-heading,
.uk-card-committee04 h2.wp-block-heading,
.uk-card-committee05 h2.wp-block-heading,
.uk-card-committee06 h2.wp-block-heading {
    font-size: 20px;
    margin: 0 0 20px;
    padding: 10px 20px;
}

/*共生政策室*/
a .uk-card-committee01 {
    background-image: url(/wp-content/uploads/committee_arrow_01.png) !important;
}

a .uk-card-committee01:hover {
    border-color: #a8cdf0;
}

.uk-card-committee01 h2,
.uk-card-committee01 a.wp-block-button__link {
    background-color: #a8cdf0;
    color: #000;
    font-weight: bold;
}

/*国際政策室*/
a .uk-card-committee02 {
    background-image: url(/wp-content/uploads/committee_arrow_02.png) !important;
}

a .uk-card-committee02:hover {
    border-color: #f1bd73;
}

.uk-card-committee02 h2,
.uk-card-committee02 a.wp-block-button__link {
    background-color: #f1bd73;
    color: #000;
    font-weight: bold;
}

/*環境政策室*/
a .uk-card-committee03 {
    background-image: url(/wp-content/uploads/committee_arrow_03.png) !important;
}
a .uk-card-committee03:hover {
    border-color: #97c384;
}
.uk-card-committee03 h2,
.uk-card-committee03 a.wp-block-button__link {
    background-color: #97c384;
    color: #000;
    font-weight: bold;
}

/*経済政策室*/
a .uk-card-committee04 {
	background-image: url(http://tokyo-jc.or.jp/wp-content/uploads/committee_arrow_04.png) !important;
}

a .uk-card-committee04:hover {
    border-color: #eb9fbd;
}
.uk-card-committee04 h2,
.uk-card-committee04 a.wp-block-button__link {
    background-color: #eb9fbd;
    color: #000;
    font-weight: bold;
}

/*教育政策室*/
a .uk-card-committee05 {
    background-image: url(/wp-content/uploads/committee_arrow_05.png) !important;
}

a .uk-card-committee05:hover {
    border-color: #f1d175;
}
.uk-card-committee05 h2,
.uk-card-committee05 a.wp-block-button__link {
    background-color: #f1d175;
    color: #000;
    font-weight: bold;
}

/*政治行政政策室*/
a .uk-card-committee06 {
    background-image: url(/wp-content/uploads/committee_arrow_06.png ) !important;
}

a .uk-card-committee06:hover {
    border-color: #d9c097
}

.uk-card-committee06 h2,
.uk-card-committee06 a.wp-block-button__link {
    background-color: #d9c097;
    color: #000;
    font-weight: bold;
}

.post-name-symbiosis .uk-card-committee01 h2,
.post-name-international .uk-card-committee02 h2,
.post-name-environment .uk-card-committee03 h2,
.post-name-economy .uk-card-committee04 h2,
.post-name-education .uk-card-committee05 h2,
.post-name-politics .uk-card-committee06 h2 {
    font-size: 36px;
    font-weight: normal;
    margin: 0;
    background-color: initial;
}

@media (max-width: 480px) {
    .post-name-symbiosis .uk-card-committee01 h2,
    .post-name-international .uk-card-committee02 h2,
    .post-name-environment .uk-card-committee03 h2,
    .post-name-economy .uk-card-committee04 h2,
    .post-name-education .uk-card-committee05 h2,
    .post-name-politics .uk-card-committee06 h2 {
        font-size: 24px;
    }
}

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


@media (max-width: 480px) {
    ul,
    ol {
        margin: 0 0 1.5em 0;
    }
}


ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

li {
    padding-bottom: 10px;
}

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

/* director
--------------------------------------------- */

.director {
    margin-top: 20px;
    text-align: center;
}

.director img {
    border-radius: 10px;
}

@media (max-width: 480px) {
    .director img {
        padding: 0;
    }
}

.shikaku {
    position: relative;
    width: 80%;
    aspect-ratio: 2 / 3;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    cursor: default;
    padding-bottom: 10px;
}
.shikaku img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    overflow: hidden;
}
.shikaku:hover img:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) scale(1) !important;
    transform: translate(-50%, -50%) scale(1) !important;
    opacity: 0;
}

.maru {
    position: relative;
    width: 80%;
    aspect-ratio: 4 / 5;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    cursor: default;
    padding-bottom: 10px;
}
.maru img {
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    overflow: hidden;
}
.maru:hover img:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) scale(1) !important;
    transform: translate(-50%, -50%) scale(1) !important;
    opacity: 0;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
}

a:visited {
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

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

.wp-block-buttons > .wp-block-button {
    margin: 20px 5px;
}

a.wp-block-button__link {
    background-color: #1e87f0;
    border-radius: 0;
    font-size: 16px;
    color: #fff;
}

a.wp-block-button__link:hover {
    opacity: 0.8;
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;
}

a.wp-block-button__link:visited {
}

a.wp-block-button__link::after {
    content: "\f0da";
    padding-left: 10px;
    font-family: FontAwesome;
}

/* プルクオート 引用デザイン
--------------------------------------------- */
.wp-block-pullquote {
    background: #f0f1f6;
    border-radius: 10px;
}

/* Q and A
--------------------------------------------- */

.vk_faq {
    border: 0 !important;
    padding: 0 !important;
}

.vk_faq-body {
    background: #f0f1f6;
    border-radius: 10px;
    padding: 10px;
    margin: 0;
}

.vk_faq_content ul {
    margin: 1em 0;
}

/* 入会案内 入会の流れ
--------------------------------------------- */

.join-flow {
    position: relative;
    border: #0190d5 4px solid;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.join-flow div {
    padding: 10px 0 10px;
}

.join-flow h4 {
    background: #0190d5;
    border-radius: 15px;
    margin: 10px 0;
    padding: 5px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 10rem;
}

/*.join-flow:after {
    content: "";
    position: absolute;
    right: 50%;
	left: 50%;
    top: 100%;
    width: 40px;
    height: 40px;
    border-top: 5px solid #0190D5;
    border-right: 5px solid #0190D5;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}*/

.join-flow:after {
    content: "";
    position: absolute;
    left: calc(50% - 40px);
    bottom: -50px;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 30px solid #0190d5;
}

div.join-flow:last-child:after {
    border: 0;
}

@media (max-width: 768px) {
    .join-flow div {
        padding: 0 1rem;
    }

    .join-flow div p {
        margin-top: 10px;
    }

    .join-flow h4 {
        margin: 15px 0 0;
    }

    .join-flow:after {
        bottom: -40px;
    }
}

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

/*--------------------------------------------------------------
# Google reCAPTCHA v3 バッヂ非表示
--------------------------------------------------------------*/

.grecaptcha-badge {
    visibility: hidden;
}

/*--------------------------------------------------------------
# contact form7 お問い合わせフォームの入力
--------------------------------------------------------------*/

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
    display: block;
    width: 100%;
    height: 45px;
    margin-bottom: 0;
    padding: 0 12px;
    border: 0;
    border-radius: 3px;
    background-color: #eff1f5;
    box-shadow: none;
    color: #5c6b80;
    font-size: 1em;
    vertical-align: middle;
    line-height: 45px;
    transition: background-color 0.24s ease-in-out;
}

textarea {
    max-width: 100%;
    min-height: 120px;
    line-height: 1.5em;
    padding: 0.5em;
    overflow: auto;
}

@media (max-width: 500px) {
    .questionnaire td,
    .questionnaire th,
    .inquiry td,
    .inquiry th {
        display: block !important;
        width: 100% !important;
        border-top: none !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }

    .questionnaire td,
    .inquiry td {
        padding: 0;
    }

    .questionnaire th,
    .inquiry th {
        padding: 5px;
        margin-top: 10px;
    }

    .questionnaire tr:first-child th,
    .inquiry tr:first-child th {
        border-top: 1px solid #d7d7d7 !important;
    }

    .questionnaire .any,
    .questionnaire .haveto,
    .inquiry .any,
    .inquiry .haveto {
        font-size: 10px;
    }
}

.questionnaire th,
.inquiry th {
    text-align: left;
    font-size: 14px;
    color: #fff;
    padding-right: 5px;
    width: 30%;
    background: #0190d5;
    border: solid 0px #d7d7d7;
}

.questionnaire th {
    width: 50%;
}

.questionnaire td,
.inquiry td {
    font-size: 13px;
    border: solid 0px #d7d7d7;
}

.questionnaire p,
.inquiry p {
    margin-bottom: 0;
}

.entry-content .questionnaire tr,
.entry-content .inquiry tr,
.entry-content table {
    border: solid 0px #d7d7d7;
}

.entry-content table {
    box-sizing: border-box;
}

.q_number {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    padding: 5px 6px;
    background: #efc31a;
    color: #000;
    border-radius: 20px;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}

.haveto {
    font-size: 7px;
    padding: 5px;
    background: #efc31a;
    color: #000;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}

.any {
    font-size: 7px;
    padding: 5px;
    background: #999;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}

.verticallist .wpcf7-list-item {
    display: block;
}

#formbtn {
    display: block;
    padding: 20px 15px;
    width: 300px;
    background: #efc31a;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 25px auto 0;
}

#formbtn:hover {
    background: #0190d5;
    color: #fff;
    cursor: pointer;
}

th {
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px;
}

td {
    border-top: 1px solid #ededed;
    padding: 12px;
}

input,
select,
textarea {
    border: 1px solid #dfdfdf;
    letter-spacing: 1px;
    margin: 0;
    max-width: 100%;
    resize: none;
}

.your-area .wpcf7-checkbox {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
}

.your-reason .wpcf7-checkbox {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
}

@media (max-width: 480px) {
    .your-area .wpcf7-checkbox {
        grid-template-columns: repeat(3, 1fr);
    }

    .your-reason .wpcf7-checkbox {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

@media (min-width: 769px) {
    footer {
        margin-top: 100px;
    }

    .pc_only {
        display: block !important;
    }

    .sp_only {
        display: none !important;
    }
}

@media (max-width: 768px) {
    footer {
    }

    .pc_only {
        display: none !important;
    }

    .sp_only {
        display: block !important;
    }
}

.hide,
.hide_content {
    display: none !important;
}

/* Footer
--------------------------------------------- */

footer {
    background-color: #f3eaef;
}

footer ul,
footer ul li {
    padding: 0;
    margin: 0;
}

footer ul li a,
footer ul li a:visited {
    color: #555;
}

footer ul li a:hover {
    color: #777;
    text-decoration: underline;
}

footer ul li {
    list-style: none;
    line-height: 1.2;
    font-size: 0.8rem;
    margin-bottom: 10px;
}

footer ul > li > ul > li {
    font-weight: 600;
}

footer ul > li > ul > li > ul {
    margin-bottom: 1rem;
}

footer ul > li > ul > li > ul > li {
    text-indent: 0.5rem;
    font-weight: normal;
}

footer ul > li > ul > li > ul > li::before {
    content: "- ";
}

.footer .sns {
    position: fixed;
    bottom: 18px;
    right: 100px;
    z-index: 100;
}

.footer .sns img {
    width: 50px;
    height: 50px;
    padding: 5px;
}

.footer .sns img:hover {
    opacity: 0.8;
}

.footer .join_btn {
    position: fixed;
    bottom: 0;
    z-index: 100;
}

.footer .join_btn ul {
    display: flex;
    margin: 0;
    padding-left: 0;;
}

.footer .join_btn li a:before {
    content: "▶︎ ";
}

.footer .join_btn li {
    margin-bottom: 0;
    list-style-type: none;
    padding-bottom: 0;
}

.footer .join_btn li a {
    text-align: center;
    display: block;
    padding: 12px 30px 10px;
    margin-right: 20px;
    background: #efc31a;
    color: #000;
    font-weight: bold;
    border: 2px solid #fff;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0px 0px 13px rgb(0 0 0 / 30%);
    line-height: 1.4;
}

.footer .join_btn li a:hover {
    background: #0190d5;
    transition: 500ms;
    color: #fff;
    text-decoration: none;
}

.footer .join_btn li a:active,
.footer .join_btn li a:visited {
    color: #000;
    text-decoration: none;
}

@media (max-width: 769px) {
    .footer .join_btn {
        margin: auto;
    }

    .footer .join_btn li a:before {
        content: "";
    }

    .footer .join_btn li a {
        padding: 12px 10px 10px;
        margin-right: 5px;
        font-size: 14px;
    }
    .gtranslate_wrapper {
        display: none;
    }

    .footer .sns {
        display: flex;
        flex-flow: column;
        bottom: 80px;
        right: 3px;
        z-index: 100;
        opacity: 0.8;
    }

    .footer .sns img {
    }

    .footer .sns img:hover {
        opacity: 0.8;
    }

    footer .copy {
        text-align: center;
        margin-top: 0;
        margin-bottom: 100px;
    }
}

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

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

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

.page {
    margin: 0 0;
}

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

/* テーブル
--------------------------------------------- */
.wp-block-table.is-style-stripes tbody th,
.wp-block-table.is-style-stripes tbody td {
    padding: 10px;
}

@media (max-width: 640px) {
    .wp-block-table {
        overflow: auto;
        white-space: nowrap;
    }
}

/* GoogleMap
--------------------------------------------- */

.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.shadow_img {
    box-shadow: 3px 3px 15px -5px #000;
}







/*--------------------------------------------------------------
# top2026
--------------------------------------------------------------*/

.page-id-70785 h2:first-child {
    margin: 0;
    font-weight: 500;
}

.page-id-70785 h4 {
    margin: 0;
    font-family: Noto Sans JP, sans-serif !important;
}

.page-id-70785 .elementor-widget-container p:last-child{
    margin-bottom: 0 !important;
}


/*--------------------------------------------------------------
251225追加 インスタボタン
--------------------------------------------------------------*/
#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram #sbi_load .sbi_load_btn:hover{
    height: 50px;
    font-size: 16px;
}

#sb_instagram #sbi_load .sbi_load_btn:hover{
    cursor: pointer;
}

#sb_instagram .sbi_follow_btn a,
#sb_instagram .sbi_follow_btn a:hover{
    height: 50px;
    line-height: 35px !important;
    font-size: 16px !important;
}



/*--------------------------------------------------------------
251225追加 パンくず
--------------------------------------------------------------*/
/* パンくずリスト全体のスタイル */
.breadcrumb {
    margin: 15px 0;
    font-size: 12px;
    color: #666;
	background: #edeff0;
	border-radius:5px;
	padding:10px;
}

/* リストのスタイルリセットと横並び */
.breadcrumb ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap; /* スマホで折り返す */
}

.breadcrumb li {
    display: inline-block;
	padding-bottom:0;
}

/* リンクの色 */
.breadcrumb a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s;
}

.breadcrumb a:hover {
    color: #0073aa; /* ホバー時の色 */
    text-decoration: underline;
}

/* 現在のページの文字色 */
.breadcrumb .current {
    color: #337ab7;
    font-weight: bold; /* 任意 */
}

/* プラグイン「The Events Calendar」翻訳 */

body.elementor-popup-modal { overflow: hidden; }
