@charset "UTF-8";

/*!
Theme Name: JEINY
Description: Cocoonの子テーマ
Author: JEINY
Template:   cocoon-master
Version:    1.1.3
*/

.grecaptcha-badge {
  visibility: hidden;
}

.cocoon-custom-text-1 {
  color: #3d6738;
}
.cocoon-custom-text-2 {
  color: #7c9e4c;
}
div#header-container-in {
  border-bottom: 1px solid #ddd;
}
div#header-in {
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0;
  flex-direction: row;
}
.header-in .logo.logo-image {
  width: auto;
  flex: 1;
  text-align: left;
  padding-bottom: 0;
}
.header-in .header_btns_wrap {
  display: flex;
  justify-content: right;
  align-items: flex-start;
  padding-right: 1em;
  width: 200px;
}
.header_btns_wrap > a {
  display: block;
  line-height: 1;
}
.header_btns_wrap > a.lang_btn {
  border: 1px solid #3d6738;
  color: #3d6738;
  border-radius: 6px;
  font-weight: 500;
  text-decoration: none;
  padding: 6px 13px 7px;
  margin: 18px 14px 0 0;
  transition: all 0.3s ease;
}
.header_btns_wrap > a.lang_btn:hover {
  color: #3d6738;
  background-color: #f3f4b5;
}
.header_btns_wrap > a.btn_ig {
  font-size: 27px;
  margin-top: 20px;
  color: #3d6738;
  transition: all 0.3s ease;
}
.header_btns_wrap > a.btn_ig:hover {
  opacity: 0.6;
}

#navi .navi-in > ul > li > a:hover {
  background-color: transparent;
  text-decoration: none;
}
.navi-in a {
  color: #888;
}
.navi-in a:hover {
  color: #83ac48;
}
.navi-in > ul .sub-menu {
  background-color: #fff;
  border-top: 1px solid #eee;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-left: 0.8em;
  width: auto;
  padding: 6px 0;
}

.navi-in > ul .sub-menu a {
  font-size: 14px;
}
.navi-in > ul .sub-menu li.menu_sub2 a {
  padding-left: 24px;
}
.navi-in > ul .sub-menu li.menu_sub2 a .item-label::before {
  content: "- ";
}
.navi-in > ul .sub-menu a:hover {
  background-color: #fafaf5;
  text-decoration: none;
}
.navi-in > ul .sub-menu li.menu_about_sub_jpculture a .item-label {
  border-top: 1px solid #ddd;
}
.navi-in > ul .sub-menu li.menu_sub_title {
  display: block;
  white-space: nowrap;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: -10px;
  font-size: 14px;
  color: #bbb;
}
.navi-in > ul .sub-menu li.menu_sub_title.menu_sub_title2 {
  border-top: 1px solid #ddd;
  margin-top: 12px;
  padding-top: 12px;
  margin-bottom: 5px;
}
.navi-in > ul li label.menu-button-in {
  display: block;
  height: 100%;
  padding-top: 5px;
  color: #888;
  transition: all 0.3s ease;
}
.navi-in > ul li label.menu-button-in:hover {
  color: #83ac48;
}

.footer {
  background-color: #f8f6ed;
}
.footer-bottom {
  margin-top: 0;
}
.footer-bottom.fnm-text-width .menu-footer li a {
  font-size: 13px;
  color: #888;
}
.footer-bottom.fnm-text-width .menu-footer li a:hover {
  background-color: transparent;
  color: #83ac48;
  text-decoration: none;
}
.copyright {
  font-size: 12px;
  color: #888;
  padding-right: 2em;
}

a {
  color: #777;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: #83ac48;
  text-decoration: underline;
}

.wp-block-table table thead {
  border-bottom: none;
}
table thead tr th {
  background-color: #fff;
  border: none !important;
  color: #3d6738;
}
table:not(.has-border-color) :where(th, td) {
  border: 1px solid #bbb;
  padding: 0.2em 1.2em;
}
table tr:nth-of-type(2n + 1) {
  background-color: #f3f6f1;
}

.article ul {
  padding-left: 1.4em;
}
.article ul li {
  list-style-type: none;
  position: relative;
  padding-left: 1.4em;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
.article ul li::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  display: inline-block;
  background-color: #7c9e4c;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  top: 0;
  left: 0.25em;
  margin-top: 0.5em;
}

.article li ul li::before {
  background-color: transparent;
  border: 2px solid #7c9e4c;
  width: 0.4em;
  height: 0.4em;
}
.article ol {
  padding-left: 1.4em;
  counter-reset: number;
}
.article ol li {
  list-style-type: none;
  position: relative;
  padding-left: 1.4em;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
.article ol li::before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: 0;
  color: #7c9e4c;
  font-weight: 600;
  font-size: 1.2em;
  top: 0;
  margin-top: -0.15em;
  margin-left: -0.5em;
  display: block;
  text-align: right;
  width: 1.2em;
  overflow: visible;
  white-space: nowrap;
}
.article li ol li::before {
  font-weight: 500;
  font-size: 1em;
  margin-top: 0;
}

/*** ↓↓↓ Home ↓↓↓ ***/
.home_top_slide_wrap {
  position: relative;
  z-index: 2;
}
.home_top_slide_wrap .home_top_slide_conte_wrap {
  width: 90%;
  max-width: 900px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  text-align: center;
  color: #fff;
}
h2.home_top_slide_title1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.3em;
  line-height: 1.1;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
  margin-bottom: 0.1em;
}
h2.home_top_slide_title1.home_top_slide_title_en {
  text-transform: uppercase;
  font-size: 2.2em;
  line-height: 1.3;
  margin-bottom: 0.2em;
}

.entry-content .home_jeiny_about {
  margin-bottom: 8em;
}
h4.home_lead {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.8;
  border: none;
  padding: 0;
  color: #666;
}
.home_jeiny_about h4.home_lead {
  margin-bottom: 2em;
}
.body .wp-block-buttons .wp-block-button.jeiny_btn.jeiny_btn_home1 {
  width: 100%;
  max-width: 260px;
}
.body .wp-block-buttons .wp-block-button.jeiny_btn a {
  background-color: #7c9e4c;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.body .wp-block-buttons .wp-block-button.jeiny_btn a:hover {
  color: #fff;
  opacity: 0.7;
  text-decoration: none;
}
.body .wp-block-buttons .wp-block-button.jeiny_btn.jeiny_btn_home1 a {
  width: 100%;
  line-height: 1.4;
  height: 80px;
}
.entry-content .home_jeiny_about .wp-block-columns > div.wp-block-column:last-child .wp-block-button.jeiny_btn.jeiny_btn_home1 a {
  line-height: 80px;
  padding-top: 0;
}

h3.home_h3_title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.6em;
  border: none;
}

.entry-content .home_news_wrap {
  width: auto;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8em;
}

.home_news_wrap .home_news_title_wrap h3.home_h3_title {
  font-size: 1.4em;
  margin-bottom: 0;
  padding: 6px 0;
  color: #3d6738;
}
.home_news_wrap .home_news_title_wrap {
  position: relative;
  margin: 0;
}
.home_news_wrap .home_news_title_wrap p {
  position: absolute;
  bottom: 6px;
  right: 2px;
}
.home_news_wrap .home_news_title_wrap p a {
  font-size: 14px;
  position: relative;
  padding-right: 10px;
}
.home_news_wrap .home_news_title_wrap p a::after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  display: inline;
  vertical-align: middle;
  position: absolute;
  right: 0;
}
.home_news_wrap .home_news_title_wrap p a:hover {
  text-decoration: none;
}
.home.body .home_news_wrap ul.wp-block-latest-posts {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1.5em 1.2em;
}
.home.body .home_news_wrap ul.wp-block-latest-posts li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.6em;
}
.home.body .home_news_wrap ul.wp-block-latest-posts li a {
  order: 2;
  padding-left: 1em;
  width: auto;
  flex: 1;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.home.body .home_news_wrap ul.wp-block-latest-posts li a:hover {
  text-decoration: none;
}
.home.body .home_news_wrap ul.wp-block-latest-posts li time.wp-block-latest-posts__post-date {
  font-size: 1em;
  width: 120px;
  text-align: right;
}
.home.body .home_news_wrap ul.wp-block-latest-posts li::before {
  content: normal;
}

.entry-content .home_jec_wrap {
  margin-bottom: 8em;
}
.entry-content .home_jec_wrap h3.home_h3_title {
  font-size: 1.8em;
  position: relative;
  color: #d46e15;
  margin-bottom: 1em;
}
.entry-content .home_jec_wrap h3.home_h3_title::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 40px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3px;
  z-index: -1;
  background-image: url(https://jeiny.org/wp-content/uploads/2024/11/title_border-2.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  opacity: 0.6;
}
.entry-content .home_jec_wrap h4.home_lead {
  font-size: 18px;
  margin-bottom: 2.6em;
}
.body .wp-block-buttons .wp-block-button.jeiny_btn.jeiny_btn_home2 {
  width: 100%;
  max-width: 310px;
}
.body .wp-block-buttons .wp-block-button.jeiny_btn.jeiny_btn_home2 a {
  width: 100%;
}
.body .wp-block-buttons .wp-block-button.jeiny_btn.jeiny_btn_home2-2 {
  width: 100%;
  max-width: 260px;
}
.body .wp-block-buttons .wp-block-button.jeiny_btn.jeiny_btn_home2-2 a {
  width: 100%;
}

.entry-content .home_schools_wrap {
  margin-bottom: 8em;
}
.entry-content .home_schools_wrap h4 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.8;
  border: none;
  color: #666;
  font-size: 18px;
  border-top: 1px solid #ccc;
  padding-top: 3em;
}
.entry-content .home_schools_wrap h5 {
  border: none;
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 0;
  color: #e49825;
}
.entry-content .home_schools_wrap figure.wp-block-image a {
  width: 100%;
  display: block;
}
.entry-content .home_schools_wrap figure.wp-block-image a img {
  width: 100%;
}
.entry-content .home_schools_wrap figure.wp-block-image a:hover {
  opacity: 0.7;
}
.entry-content .home_schools_wrap .wp-block-columns {
  margin-bottom: 3em;
}
.body .wp-block-buttons .wp-block-button.jeiny_btn.jeiny_btn_home3 {
  width: 100%;
  max-width: 280px;
}
.body .wp-block-buttons .wp-block-button.jeiny_btn.jeiny_btn_home3 a {
  width: 100%;
}

.entry-content .home_policy_notice {
  border-top: 1px solid #ccc;
  padding-top: 1em;
  margin-bottom: 0;
}
.entry-content .home_policy_notice h6 {
  width: 100%;
  max-width: none;
  border: none;
  font-size: 14px;
  padding: 0 1em;
  color: #aaa;
  margin-bottom: 0.6em;
}
.entry-content .home_policy_notice p {
  width: 100%;
  max-width: none;
  border: none;
  font-size: 13px;
  padding: 0 1em;
  color: #aaa;
}
.home .entry-content {
  margin-bottom: 0;
}
.body.home .article {
  margin-bottom: 0;
}
.home .content .main {
  padding-bottom: 0;
}

/*** ↑↑↑ Home ↑↑↑ ***/

.content {
  margin-top: 0;
}

.page .entry-header h1.entry-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.2em;
  position: relative;
  color: #3d6738;
  text-align: center;
  padding-bottom: 1.4em;
  border-bottom: 1px solid #ccc;
  margin-top: 0.4em;
  width: auto;
  margin-left: calc(30% - 30vw);
  margin-right: calc(30% - 30vw);
  max-width: 100vw;
}

.page_conte_group {
  padding: 3em 0 6em;
  border-bottom: 1px solid #ccc;
}

.page .article h2.page_conte_title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  background-color: transparent;
  font-size: 1.7em;
  position: relative;
  margin-bottom: 1.1em;
  padding: 0.5em 0;
}
.page .article h2.page_conte_title.page_conte_title_jeiny {
  color: #3d6738;
}
.page .article h2.page_conte_title.page_conte_title_jeiny::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 40px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3px;
  z-index: -1;
  background-image: url(https://jeiny.org/wp-content/uploads/2024/11/title_border-1.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  opacity: 0.5;
}
.page .article h2.page_conte_title.page_conte_title_jec {
  color: #d46e15;
}
.page .article h2.page_conte_title.page_conte_title_jec::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 40px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3px;
  z-index: -1;
  background-image: url(https://jeiny.org/wp-content/uploads/2024/11/title_border-2.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  opacity: 0.6;
}

.page-id-23 main#main,
.page-id-25 main#main,
.page-id-35 main#main,
.page-id-37 main#main,
.page-id-39 main#main {
  padding-top: 0;
}
.page-id-23 .entry-content,
.page-id-25 .entry-content,
.page-id-35 .entry-content,
.page-id-37 .entry-content,
.page-id-39 .entry-content {
  margin-top: 0;
}
.entry-content .page_title_cov {
  margin-top: -1px;
  width: auto;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  margin-bottom: 5em;
}
.entry-content .page_title_cov h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.2em !important;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
}
.entry-content .page_title_cov h1 div {
  display: block;
  font-size: 0.65em !important;
  margin-bottom: 0.1em !important;
}
.entry-content .page_title_cov.page_title_cov_mb {
  display: none;
}

.body .wp-block-buttons .wp-block-button.jeiny_btn.jeiny_btn_230 {
  width: 100%;
  max-width: 230px;
}
.body .wp-block-buttons .wp-block-button.jeiny_btn.jeiny_btn_230 a {
  width: 100%;
}

p.date_note {
  margin-top: -0.4em;
  margin-bottom: 2em;
}

.jeiny_btn_anchor1 a {
  background-color: transparent;
  color: #7c9e4c;
  border: 2px solid #7c9e4c;
  border-radius: 8px;
  font-weight: 500;
}
.jeiny_btn_anchor1 a:hover {
  background-color: #f5f5de;
  color: #3d6738;
  text-decoration: none;
}
h4.member_title {
  background-color: #7c9e4c;
  border: none;
  color: #fff;
  margin-top: 3em;
  font-size: 1em;
  font-weight: 500;
  border-radius: 8px;
}

.body .entry-content .members_list_title h6 {
  font-size: 1em;
  font-weight: 600;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #ccc;
  color: #3d6738;
}
.body .entry-content .members_list_title h6 span.members_list_title_mb {
  display: none;
}
.entry-content .members_list {
  margin-bottom: 1em;
}
.entry-content .members_list p {
  color: #777;
  line-height: 1.2;
}

p.date_note.financial_years_note {
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: 600;
}
p.financial_year_mb {
  display: none;
}
.entry-content div.financial_table_mb {
  display: none;
}

.entry-content .financial_detail_wrap {
  margin-bottom: 4em;
}
.financial_detail_wrap p.financial_detail_year {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0.5em;
  color: #3d6738;
}
.entry-content .financial_detail_wrap .financial_detail_link {
  width: 60px;
}

h3.jec_role_title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
  font-size: 1.6em;
  border: none;
  margin-top: 3em;
  margin-bottom: 0.9em;
  color: #d46e15;
  position: relative;
}
h3.jec_role_title::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 40px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3px;
  z-index: -1;
  background-image: url(https://jeiny.org/wp-content/uploads/2024/11/title_border-2.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  opacity: 0.6;
}
ol.jec_role_list {
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5em;
}
ol.jec_role_list li {
  margin-bottom: 1.2em;
}

h5.jec_bumon_title {
  border: none;
  font-size: 1.2em;
  font-weight: 500;
  color: #666;
}
.entry-content .jeiny_btn_2column_1 {
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

p.jeiny_activities_lead {
  margin: 3em 0 5em;
}
.actibities_links_wrap .actibities_links_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  border-radius: 8px;
  background-color: #f5f5de;
  padding: 1.7em 0 3.5em;
}
.actibities_links_wrap .actibities_links_inner h6 {
  height: auto;
  margin: 0 0 9px;
  font-size: 1.1em;
  font-weight: 600;
  border: none;
  padding: 0;
}
.actibities_links_wrap .actibities_links_inner h6.actibities_links_title_jeiny {
  color: #3d6738;
}
.actibities_links_wrap .actibities_links_inner h6.actibities_links_title_jec {
  color: #d46e15;
}
.actibities_links_inner .actibities_btns_wrap {
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

p.activities_lead {
  margin-bottom: 4em;
}
h5.jeiny_activities_title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.6em;
  color: #3d6738;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.8em;
}
.entry-content .jeiny_activities_details_wrap {
  margin-bottom: 2.4em;
}
.jeiny_activities_detail_title h6 {
  font-size: 1.1em;
  border: none;
  font-weight: 600;
  color: #3d6738;
}
.jeiny_activities_detail_conte {
  color: #666;
}
.jeiny_activities_detail_conte ul {
  padding-left: 0;
}
.jeiny_activities_detail_conte ul li {
  line-height: 1.4;
  margin-bottom: 0.8em;
}

h4.jec_activities_title1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.6em;
  color: #3d6738;
  border: none;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.8em;
}
h6.jec_activities_kyouzai_title {
  color: #7c9e4c;
  line-height: 1.2;
  padding-bottom: 6px;
  border-bottom: 1px solid #ccc;
  margin-top: 2em;
}
.entry-content .jec_activities_kyouzai_example_wrap {
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3em;
}
.jec_activities_kyouzai_example_title ul li {
  margin-top: 0;
  font-weight: 600;
}
.jec_activities_kyouzai_example_details p {
  color: #777;
}
.entry-content .jec_activities_kyouzai_example_imgs {
  flex-wrap: wrap !important;
  justify-content: center;
  width: 100%;
  margin: 3em 0;
}

.jec_activities_soudan_title p {
  font-weight: 600;
  font-size: 1.1em;
  color: #3d6738;
}
.jec_activities_soudan_details h6.jec_activities_soudan_details_subtitle {
  padding: 0;
  font-size: 1.1em;
  color: #777;
  margin-bottom: 0.4em;
}

.body .entry-content .staff_message h6.staff_message_title {
  border: none;
  width: 100%;
  padding: 0;
  max-width: 640px;
  color: #d46e15;
  font-size: 1.1em;
}
.body .entry-content .staff_message .staff_message_text {
  position: relative;
  padding: 20px;
  background-color: #fffaeb;
  border: 2px solid #d46e15;
  border-radius: 10px;
  max-width: 640px;
}
.body .entry-content .staff_message .staff_message_text::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 60px;
  top: -15px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #d46e15;
  border-left: 15px solid transparent;
}
.body .entry-content .staff_message .staff_message_text::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 60px;
  top: -12px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fffaeb;
  border-left: 15px solid transparent;
}
.body .entry-content .staff_message .staff_message_text p {
  font-size: 0.9em;
}

.jec_activities_soudan_wrap {
  margin-left: 10px;
}
h6.soudan_price_title {
  color: #7c9e4c;
  border-bottom: 1px solid #ccc;
  margin-bottom: 2em;
}
.soudan_price_table table:not(.has-border-color) :where(th, td) {
  border: 1px solid #ccc;
}

h3.soudan_contact_title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.6em;
  color: #3d6738;
  border: none;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.8em;
}

.entry-content .jec_activities_soudan_contact_wrap {
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3em;
}
.jec_activities_soudan_contact_title p {
  font-weight: 500;
  color: #3d6738;
  font-size: 1.1em;
}
.jec_activities_soudan_contact_conte p {
  margin-bottom: 0.2em;
}
.jec_activities_soudan_contact_conte p.jec_activities_soudan_contact_note {
  font-size: 14px;
}

.entry-content .schools_wrap {
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
  padding: 1em 0 1.6em;
}
.schools_wrap.schools_wrap1 {
  border-top: 1px solid #ccc;
  margin-top: -2em;
}
h4.schools_titile1 {
  color: #7c9e4c;
  line-height: 1.2;
  padding-bottom: 5px;
  padding-left: 0;
  border: none;
  margin: 0 0 16px;
}
.entry-content .schools_wrap .school_info_container {
  gap: 12px;
}
h6.school_info_titile {
  font-size: 16px;
  padding: 0;
  border: none;
  margin-bottom: 5px;
  line-height: 1.2;
  color: #777;
  white-space: nowrap;
}
p.school_info_titile_eng {
  font-size: 13.5px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 600;
  color: #777;
}
p.school_info_location {
  font-size: 13px;
  margin-bottom: 7px;
  line-height: 1.2;
}
p.school_info_link {
  margin: 1em 0 0;
}
p.school_info_link a {
  font-size: 14px;
  text-decoration: underline;
  line-height: 1.2;
  margin: 0;
}

.school_btn a.wp-block-button__link {
  font-size: 12px;
  padding: 1px 10px;
  background-color: #7c9e4c;
  font-weight: 600;
  border-radius: 6px;
}
.school_btn a.wp-block-button__link:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
.school_btn a.wp-block-button__link > span {
  display: none;
}
.school_set1 {
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 5px !important;
}
.school_info_wrap {
  position: relative;
}
.entry-content .schools_wrap .school_info_container.school_info_container_nj_all,
.entry-content .schools_wrap .school_info_container.school_info_container_nj_wkend {
  position: absolute;
  bottom: 0;
  left: 0;
}

h5.schools_map_title {
  color: #3d6738;
  margin-top: 5em;
  font-size: 1.4em;
  line-height: 1;
}
h5.schools_map_title {
  color: #3d6738;
  margin-top: 3em;
  font-size: 1.4em;
  line-height: 1;
  margin-bottom: 0.1em;
  border: none;
}

.archive div#content-in.wrap {
  width: 100%;
  max-width: 860px;
}
figure.entry-card-thumb.card-thumb.e-card-thumb {
  display: none;
}
.entry-card-content {
  margin-left: 0;
}
.entry-card-snippet.card-snippet.e-card-snippet {
  display: none;
}
.a-wrap {
  padding: 0;
}
.entry-card-content {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-bottom: 0;
}
h2.entry-card-title {
  order: 2;
  transition: all 0.3s ease;
}

a.a-wrap {
  background-color: #efefef;
  padding: 0.4em 0.6em;
}
.a-wrap:hover {
  text-decoration: none;
  background-color: #f8f7ef;
}
a.a-wrap h2.entry-card-title {
  color: #3d6738;
  margin-bottom: 0;
}
.a-wrap:hover h2.entry-card-title {
  color: #7c9e4c;
}

.entry-card-meta.card-meta.e-card-meta {
  order: 1;
  position: static;
  font-size: 1.4em;
  padding-right: 16px;
}
.e-card-info span.far.fa-clock {
  display: none;
}
.archive div#breadcrumb {
  display: none;
}
div#list {
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
}
.archive-title span {
  display: none;
}

h1.archive-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.2em;
  position: relative;
  color: #3d6738;
  text-align: center;
  padding-bottom: 1.4em;
  border-bottom: 1px solid #ccc;
  margin-top: 0.4em;
  width: auto;
  margin-left: calc(30% - 30vw);
  margin-right: calc(30% - 30vw);
  max-width: 100vw;
}

.faq_title p {
  font-family: "Comfortaa", sans-serif;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  line-height: 1;
}
.faq_title.faq_title_q p {
  color: #7c9e4c;
}
.faq_title.faq_title_a p {
  color: #d46e15;
}
.faq_conte.faq_conte_q p {
  font-weight: 600;
  color: #7c9e4c;
}
.faq_conte.faq_conte_a p {
  color: #666;
}
.faq_wrap.faq_wrap_q {
  margin-bottom: 0.4em;
}
.faq_wrap.faq_wrap_a {
  margin-bottom: 2.8em !important;
}

.entry-content .faq_conte .wp-block-table.faq_table1 table:not(.has-border-color) :where(th, td) {
  border: 1px solid #ccc;
}
.entry-content .faq_conte .wp-block-table.faq_table1 table {
  font-size: 14px;
}
.entry-content .faq_conte .wp-block-table.faq_table1 table tbody tr:first-of-type {
  font-weight: 600;
}
.entry-content .faq_conte .wp-block-table.faq_table1 table tr td {
  padding: 0.3em 0.5em;
}

/* お問い合わせページ */
.entry-content .contact_wrap {
  gap: 0;
  margin-top: 3em;
}
.entry-content .contact_wrap .contact_form_wrap {
  padding-right: 1.2em;
  border-right: 1px solid #ced5c5;
}
.entry-content .contact_wrap .contact_info_wrap {
  padding-left: 1.2em;
}

h6.contact_info_title {
  color: #3d6738;
  padding: 0;
  font-size: 1.2em;
  border: none;
  margin-bottom: 0.2em;
}
p.contact_info_conte {
  color: #666;
  line-height: 1.3;
  margin-bottom: 0.4em;
  font-size: 0.9em;
}
h6.contact_info_title.contact_info_title2 {
  color: #6d9b2c;
  font-size: 1.05em;
  font-weight: 600;
  margin-top: 0.9em;
}
/* /お問い合わせページ */

/* 寄付ページ */
h6.donation_lead1 {
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  color: #3d6738;
  border: none;
}
h4.donation_form_title {
  color: #7c9e4c;
  line-height: 1.2;
  border-color: #c4cdb8;
}
/* /寄付ページ */

#search-menu-content input.search-edit {
  background-color: #fff;
}
/* サーチリザルト */
.serch_resl_head1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.2em;
  color: #3d6738;
  text-align: center;
  margin-bottom: -0.8em;
}
.search-results h1.archive-title {
  border-bottom: none;
}
.search-results .entry-card-content {
  flex-wrap: wrap;
}
.search-results a.a-wrap h2.entry-card-title {
  order: 1;
  width: 100%;
}
.search-results .entry-card-snippet.card-snippet.e-card-snippet {
  display: block;
  order: 2;
  color: #666;
}
.search-results .a-wrap:hover .entry-card-snippet.card-snippet.e-card-snippet {
  color: #888;
}
.search-results .entry-card-meta.card-meta.e-card-meta {
  display: none;
}
/* /サーチリザルト */

br.br_700,
br.br_670,
br.br_600,
br.br_500,
br.br_420 {
  display: none;
}
.home_news_wrap p.home_mb_link_all_news {
  display: none;
}
.no_wrap {
  white-space: nowrap;
}

/************************************
** レスポンシブ用メディアクエリ
************************************/
@media screen and (max-width: 1300px) {
  .footer-bottom.fdt-left-and-right .footer-bottom-content {
    padding-right: 18px;
  }
}

@media screen and (max-width: 1023px) {
  /* サーチボックス調整 */
  .header {
    display: none;
  }
  nav#navi {
    height: 0;
  }
  .navi-in .menu-pc {
    display: block;
  }
  #navi .navi-in > ul > li {
    display: none;
  }
  #navi .navi-in > ul > li:last-child {
    display: block;
  }
  .navi-in > ul li label.menu-button-in {
    display: none;
  }
  /* サーチボックス調整 */

  .mobile-menu-buttons .menu-caption {
    display: none;
  }
  .mobile-menu-buttons .menu-button label#search-menu-open {
    color: #666;
  }

  ul.menu-drawer .header_btns_wrap1 {
    margin-bottom: 1.2em;
  }
  ul.menu-drawer .header_btns_wrap2 {
    border-top: 1px solid #ccc;
    margin-top: 1.2em;
  }
  ul.menu-drawer .header_btns_wrap2 a.btn_ig {
    margin-top: 0.3em;
  }
  ul.menu-drawer li a {
    color: #3d6738;
    font-weight: 500;
    position: relative;
    padding: 6px 10px 10px 17px;
  }
  ul.menu-drawer li a::before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    display: inline;
    vertical-align: middle;
    position: absolute;
    left: 6px;
    color: #a6c280;
  }
  li.menu_sub_title {
    color: #9fb87d;
    border-bottom: 1px solid #ccdcb8;
    margin-bottom: 4px;
  }
  li.menu_sub_title.menu_sub_title2 {
    margin-top: 5px;
  }

  .footer-bottom.fdt-left-and-right .footer-bottom-content {
    flex-direction: row;
  }
  .navi-footer-in > .menu-footer {
    justify-content: left;
  }
  .copyright {
    text-align: right;
  }
}

@media screen and (max-width: 834px) {
  .navi-footer-in > .menu-footer li.menu-item {
    display: block;
    border-left: 1px solid var(--cocoon-thin-color);
    margin: 0;
    flex: none;
  }
  .navi-footer-in > .menu-footer li.menu-item:last-child {
    border-right: 1px solid var(--cocoon-thin-color);
  }
}

@media screen and (max-width: 781px) {
  .entry-content .home_jeiny_about .wp-block-columns .wp-block-column {
    flex-basis: 45% !important;
  }
  .entry-content .home_jec_wrap .wp-block-columns .wp-block-column {
    flex-basis: 45% !important;
  }
  body .is-layout-flex.btns_2columns_781 .wp-block-buttons {
    justify-content: center;
  }

  .members_list_title_shozoku_mb {
    display: none;
  }
  .body .entry-content .members_list_title h6 {
    text-align: left;
  }
  .body .entry-content .members_list_title h6 span.members_list_title_mb {
    display: inline-block;
  }
  .entry-content .members_list div p {
    text-align: left;
    padding-left: 10px;
  }
  .entry-content .members_list > div > div.wp-block-columns {
    gap: 4px;
  }

  .article .entry-content .jec_activities_kyouzai_example_imgs > div {
    flex-basis: 46% !important;
  }

  .entry-content .contact_wrap .contact_form_wrap {
    padding-right: 0;
    border-right: none;
    margin-bottom: 4em;
  }

  .entry-content .schools_wrap .school_info_container.school_info_container_nj_all,
  .entry-content .schools_wrap .school_info_container.school_info_container_nj_wkend {
    position: relative;
  }
  .school_info_wrap .school_btn {
    margin-bottom: 5px;
  }
  p.school_info_titile_eng {
    margin-bottom: 2px;
  }
}

@media screen and (max-width: 700px) {
  br.br_700 {
    display: block;
  }
}
@media screen and (max-width: 670px) {
  br.br_670 {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .entry-content .home_schools_wrap .wp-block-columns {
    flex-wrap: wrap !important;
  }
  .wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
    flex-basis: 40%;
  }
}

@media screen and (max-width: 600px) {
  .home h4 br,
  .home h4 br.br_700,
  .home h4 br.br_670 {
    display: none;
  }
  br.br_600 {
    display: block;
  }
  .entry-content .page_title_cov {
    display: none;
  }
  .entry-content .page_title_cov.page_title_cov_mb {
    display: flex;
    min-height: 220px !important;
  }

  .entry-content .home_jeiny_about .wp-block-columns .wp-block-column .wp-block-buttons {
    justify-content: center;
  }
  .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex {
    justify-content: center;
  }
  .entry-content .home_jeiny_about .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
  }
  .entry-content .home_jec_wrap .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
  }
  .entry-content .home_jec_wrap .wp-block-columns .wp-block-column .wp-block-buttons {
    justify-content: center;
  }
  .body .wp-block-buttons .wp-block-button.jeiny_btn.jeiny_btn_home2-2 {
    max-width: 310px;
  }

  .page_conte_group.page_conte_group1 p br {
    display: none;
  }

  .page .entry-header h1.entry-title {
    font-size: 1.6em;
    margin-top: 0;
  }

  .entry-content .page_title_cov h1 {
    font-size: 2em !important;
  }
  .entry-content .page_title_cov.page_title_cov_mb h1 {
    color: #fff;
  }

  .entry-content .members_list {
    font-size: 14px;
  }
  .entry-content .members_list > div:first-child {
    flex-basis: 140px !important;
  }
  .body .entry-content .members_list_title {
    font-size: 14px;
  }
  .body .entry-content .members_list_title > div:first-child {
    flex-basis: 140px !important;
  }

  .entry-content .financial_detail_wrap > div:first-child {
    flex-basis: 80px !important;
  }

  .entry-content .jeiny_activities_details_wrap {
    gap: 10px;
  }
  .entry-content .jeiny_activities_details_wrap .jeiny_activities_detail_title {
    flex-basis: 97px !important;
  }
  .entry-content .jeiny_activities_details_wrap .jeiny_activities_detail_title h6 {
    text-align: left;
  }

  .entry-content .jec_activities_main_soudan {
    gap: 0;
  }
  .entry-content .jec_activities_main_soudan .jec_activities_soudan_title {
    flex-basis: 90px !important;
  }
  .jec_activities_soudan_details ul {
    padding-left: 0;
  }
}

@media screen and (max-width: 500px) {
  br.br_500 {
    display: block;
  }
  .entry-content .jeiny_activities_details_wrap {
    gap: 0;
  }
  .entry-content .jeiny_activities_details_wrap .jeiny_activities_detail_title {
    flex-basis: 86px !important;
  }
  .entry-content .jeiny_activities_details_wrap .jeiny_activities_detail_title h6 {
    font-size: 1em;
  }

  .entry-content .jec_activities_kyouzai_example_wrap .jec_activities_kyouzai_example {
    gap: 0;
  }

  p.jeiny_activities_lead br {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .no-sidebar .content .main {
    padding-top: 15px;
  }

  .footer-bottom.fdt-left-and-right .footer-bottom-content {
    flex-direction: column;
    justify-content: center;
    margin-top: 1em;
  }
  .navi-footer-in > .menu-footer {
    justify-content: center;
  }
  .copyright {
    text-align: center;
    margin-top: 1.7em;
  }

  h2.home_top_slide_title1 {
    font-size: 2em;
  }

  .entry-content .home_jec_wrap h4.home_lead,
  .entry-content .home_schools_wrap h4 {
    font-size: 16px;
  }
  .home.body .home_news_wrap ul.wp-block-latest-posts {
    padding-left: 0;
    padding-right: 0;
  }
  .home.body .home_news_wrap ul.wp-block-latest-posts {
    padding-left: 0;
    padding-right: 0;
  }
  .home.body .home_news_wrap ul.wp-block-latest-posts li {
    padding-left: 0;
  }
  .home.body .home_news_wrap ul.wp-block-latest-posts li a {
    font-size: 16px;
  }
  .home.body .home_news_wrap ul.wp-block-latest-posts li time.wp-block-latest-posts__post-date {
    width: 100px;
  }
  .home_news_wrap p.home_mb_link_all_news {
    display: block;
    margin-top: -15px;
    text-align: center;
  }
  .home_news_wrap p.home_mb_link_all_news a::after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    display: inline;
    vertical-align: middle;
    margin-left: 4px;
    margin-top: -2px;
  }
  .home_news_wrap .home_news_title_wrap p {
    display: none;
  }
}

@media screen and (max-width: 420px) {
  br.br_420 {
    display: block;
  }
  .entry-content .members_list > div:first-child,
  .body .entry-content .members_list_title > div:first-child {
    flex-basis: 100px !important;
  }
}

@media screen and (max-width: 390px) {
  .page .article h2.page_conte_title {
    font-size: 1.5em;
  }
}
