html {
  font-size: 62.5%;/*16px × 62.5%=10px*/
  line-height: 1.5;
  scroll-behavior: smooth;
}
/* アニメを好まない環境へ配慮 */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
body{
  font-family: "Noto Sans JP","游ゴシック", "Meiryo", "メイリオ", "MS Pゴシック", "MS PGothic", sans-serif;
  color: #333;
  font-size: 1.6rem;
}
img{
	max-width: 100%;
	height: auto;
}
h1{
  font-size: 2rem;
}
a{
  text-decoration: none;
}
.menu-off{
  display: none;
}
p{
  margin-bottom: 20px;
}
.text-right {
  text-align: right;
}
/* ---------リキャプチャV3------------ */
.grecaptcha-badge { 
  visibility: hidden; 
}
.recaptcha_text{
  font-size: 1.2rem;
}
/* ---------ボタン------------ */
.btn_container {
  margin: 52px auto 92px;
}
.btn_primary, 
.button_div .buttons{
  padding: 12px 40px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 28px;
  background: #0B7D6B;
/*   background: #ebe5e5; */
  transition: transform 0.3s ease;
/*   box-shadow: 13px 13px 26px #cac5c5,-13px -13px 26px #fff; */
}
input.wpcf7-submit {
  padding: 12px 40px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 28px;
  background: #0B7D6B;
  transition: transform 0.3s ease;
  border: none;
}
input.wpcf7-submit:hover{
  transform: scale(1.1);
}
.button_div .buttons{
  border: none;
}
.btn_member a{
  background: #EE9714;
  color: #fff !important;
  border-radius: 6px;
  padding: 6px 20px;
  transition: .3s;
}
.btn_member a:hover{
  background: #a56c17;
}
.btn_container{
  text-align: center;
  transition: transform 0.3s ease;
}
.btn_container:hover{
  transform: scale(1.1);
  max-width: 280px;
}
.button_div .buttons:hover{
  transform: scale(1.1);
}


.wpcf7-file {
  background: none !important;
}



/*-------------------------
*
*headerエリア
*
--------------------------*/
#headerIn{
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 999;
  background-color: #f6f6f6;
}
#header{
  background-color: #f6f6f6;
}
#header a{ 
  color: #0B7D6B;
}
.header_content{
  display: flex;
  background-color: #f6f6f6;
  max-width: 1130px;
  margin: 0 auto;
  height: 48px;
}
.header_items{
  display: flex;
  margin-left: auto;
  align-items: center;
}
.header_items .contact_link:hover{
  text-decoration: underline;
}
.h1_en{
  font-size: 1.2rem;
  display: block;
  text-align: center;
}
#headerLinks ul{
  display: flex;
}
#headerLinks li, #headerSearch{
  margin-left: 12px;
}
#gNavi {
  background-color: #0B7D6B;
  justify-content: center;
  align-items: center;
  height: 40px;
}
#gNavi ul a{
  color: #fff;
}
.gNavi_content .color_green:hover {
  background-color: #0d5a4f;
/*   opacity: 0.6; */
}
.gNavi_content{
  display: flex;
  max-width: 1130px;
  margin: 0 auto;
  line-height: 40px;
  justify-content: center;
}
.gNavi_content a{
  width: 100%;
}
#gNavi a{
  padding: 0 32px;
  font-size: 1.2rem;
  border-right: solid 1px #0cdcba;
  width: 12%;
  text-align: center;
  height: 40px;
  transition: .3s;
}
#gNavi a:first-child{
  border-left: solid 1px #0cdcba;
}
.color_orange {
  background-color: #EE9714;
  height: 40px;
}
.color_orange:hover {
  background-color: #c3790b;
}



/*-------------------------
*
*footerエリア
*
--------------------------*/
#footer{
  background: #0B7D6B;
}
#footerIn, #footerIn a{
  color: #fff;
  text-align: center;
}
#footer-sub-Links{
  display: flex;
  justify-content: center;
  padding: 40px 20px;
}
#footer-sub-Links li{
  padding: 0 40px;
  border-left: solid 1px #0cdcba;
}
#footer-sub-Links li:first-child {
  border-left: none;
}

#copyright{
  font-size: 1rem;
  padding-bottom: 12px;
}
#footer a:hover{
text-decoration-line: underline;
}

.footer-h2{
  font-size: 1.6rem;
  text-align: justify;
}
.footer-h2 a{
  font-weight: bold;
}
.footer-list{
  width: calc(100% - 340px - 80px)
}
.footer-list__inner{
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto;
  display: grid;
  grid-auto-flow: column;
}
.footer-main{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 0;
  margin: 0 60px;
} 
.footer-list__child{
  text-align: justify;
  margin: 12px 0 0 12px;
}
.footer-list__child li ::before{
  font-size: 0.7em;
  content: '－';
  color: #08bc9f;
  margin-right: 8px;
}
#footerLogo{
  width: 340px;
  text-align: start;
}
#footerLogo .h1_en{
  text-align: start;
}
/* .footer-list__item{
  margin-bottom: 20px;
} */
.footer-list__inner{
  row-gap: 20px;
}
.footer-list__item2 {
  margin-right: 20px; /* 中央の列の右側に20pxのマージンを追加 */
}
#footerIn p{
  margin-bottom: -20px;
}
/* #footer-Links{
  display: flex;
  justify-content: space-between;
}
.footer-h2{
  font-size: 1.6rem;
}
.footer-h2 a{
  font-weight: bold;
}
.footer-Links-child{
  display: block;
}
#footerIn .footer-main{
  display: flex;
  justify-content: center;
}
.Links-child-box{
  margin-left: 40px;
} 
.footer-Links-child{
  text-align: justify;
  margin-left: 12px;
}
.footer-Links-child li ::before{
  font-size: 0.7em;
  content: '＞';
  color: #08bc9f;
  margin-right: 8px;
}
.footer-main{
  padding: 60px 20px;
} */
/*-------------------------
*
*サイドバーメニューバーのスタイル
*
--------------------------*/
#sidebar {
  flex-shrink: 0;
  width: 280px;
  z-index: 999;
  background: rgba(8, 188, 177, 0.12);
}
.hojin{
  font-size: 1.4rem;
}
#sidebar .kaisya {
  font-size: 2rem;
}
#lNavi #lNavi0 ul {
  padding: 32px 20px;
}
#lNavi ul {
  padding: 0;
  list-style: none;
}
aside#sidebar #lNavi li {
  padding: 16px 40px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  background-color: #08BCB1;
}
aside#sidebar #lNavi li a{
  color: #fff;
}
aside#sidebar #lNavi li#lNavi0 {
  padding-top: 40px;
  padding-bottom: 32px;
  background-color: #fff;
}
aside#sidebar #lNavi li#lNavi0 a{
  color: #0B7D6B;
}
#lNavi a {
  text-decoration: none;
}
/*-------------------------
*
*フォームのスタイル
*
--------------------------*/
legend{
  margin-bottom: 20px;
  font-weight: bold;
}
.div_text input, .wpcf7-form-control-wrap input, textarea, select{
  width: 600px;
  height: 40px;
  border-radius: 8px;
  margin: 4px 0 20px;
  border: none;
  background-color: #ECECEC;
}
textarea{
  height: 160px;
}
select{
  max-width: 300px;
}
select.wpcf7-select {
  padding-left: 20px; 
}
#wpmem_login{
  display: flex;
  justify-content: center;
}
.entry-content{
  margin-bottom: 80px;
}
.button_div input[type="submit"] {
  display: block;
  margin: 20px auto 0;
}

.kojinnjyouhou_container{
  width: 600px;
  background: rgba(8, 188, 177, 0.12);
  border-radius: 8px;
  margin-bottom: 20px;
}
.kojinnjyouhou_item{
  padding: 20px 40px;
}
.kojinnjyouhou_item a:hover{
  text-decoration: underline;
}
.doui_container{
  display: flex;
  align-items: center;
  padding-top: 12px;
}
.sousin{
  text-align: center;
}


/*-------------------------
*
*ページトップリンクのスタイル
*
--------------------------*/
.pageTop {
  position: fixed;
  bottom: 8px;
  right: 8px;
}

/*-------------------------
*
*パンくずリストのスタイル
*
--------------------------*/
#breadcrumb {
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
}
#breadcrumb li {
  display: inline;
}
.breadcrumb li:not(:last-child):after {
  content: " > ";
  margin: 0 8px;
}
.breadcrumb li:first-child a:hover {
  text-decoration: underline;
}
/*-------------------------
*
*TOPのスタイル
*
--------------------------*/
#contents{
  display: flex;
}
#mainimg {
  position: relative;
  background-image: url("../img/top/main_img.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 100vw; /* 幅を画面幅に合わせる */
  height: 380px;
  overflow-x: hidden; /* 横スクロールを無効にする */
}
.main_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  width: 80%;
  max-width: 600px;
  padding: 0 20px;
  box-sizing: border-box;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 24px;
}

.main_text_en {
  font-size: 1.8rem;
}

#mainimg p {
  font-size: 2rem;
  margin-top: 10px;
}
#main_content {
  flex-grow: 1;
  margin-top: 88px;
}
#sub ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sub ul li {
  display: inline-block;
  margin-right: 10px;
}

#sub ul li a {
  display: block;
  text-decoration: none;
}
/* TOP記事一覧のスタイル */
.section_wrapper{
  max-width: 1100px;
}
.common-page-main .section_wrapper {
  width: 100%;
}
/*-------------------------
*
*memberTOPのスタイル
*
--------------------------*/
/* #mainimg {
  background-image: url("../img/top/member_img.jpg");
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 100vw;
    height: 100%; /* 上下ピッタリに設定 */
    overflow-x: hidden;
    margin: 0; /* マージンをゼロに設定 */
    padding: 0; /* パディングをゼロに設定 */
    box-sizing: border-box; /* ボックスサイジングをborder-boxに設定 */
} */
/*-------------------------
*
*西暦メニューバーのスタイル
*
--------------------------*/
/* .post.hidden {
  display: none;
}
.year_menu {
  margin-top: 20px;
  list-style: none;
  padding: 0;
  margin-right: 40px;
  margin-top: 60px;
  width: 200px;
}
.year_menu_container{
  background: #ECECEC;
  border-radius: 8px;
  padding: 8px 12px;
}
.year_menu_container a{
  padding: 8px 0;
  border-bottom: 1px solid #D9D9D9;
}
.year_menu_container a:last-child{
  border-bottom: none;
}
.year_menu h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}

.year_menu a {
  display: block;
  margin-bottom: 4px;
  text-decoration: none;
  color: #333;
  font-size: 1.4rem;
}
.year_menu a:hover {
  text-decoration: underline;
}
.all_year{
  display: flex;
  align-items: center;
}
.all_year a{
  color: #0B7D6B;
  font-weight: bold;
}
.all_year img{
  width: 24px;
  height: auto;
  padding-right: 4px;
} */

/*-------------------------
*
*全ぺージ共通のスタイル
*
--------------------------*/
.sectionLv01{
  margin-bottom: 80px;
}
.sectionLv02{
  margin-bottom: 80px;
}
.common_list_container{
  padding: 0 40px;
}
/*-------------------------
*
*ページャーのスタイル
*
--------------------------*/
.pagination {
  margin: 40px 0 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .page-numbers {
  margin: 0 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #08BCB1;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  color: #08BCB1;
  text-decoration: none;
}
.pagination .current {
  background-color: #08BCB1;
  color: #fff;
  border-color: #08BCB1;
}
.page-numbers.next,
.page-numbers.prev {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-indent: -9999px; /* テキストを非表示にする */
  background-color: transparent;
  border: none;
}
.page-numbers.next {
  background-image: url(../img/common/next_page.svg);
}
.page-numbers.prev {
  background-image: url(../img/common/back_page.svg);
}
/* ----------共通---------------- */
#main h2{
  font-size: 3.2rem;
  font-weight: bold;
  color: #0B7D6B;
  margin-bottom: 40px;
  border-bottom: 3px solid #0B7D6B;
}
.pageTop {
  text-align: center;
  margin-top: 20px;
}
.section_wrapper{
  margin: auto;
  padding-top: 40px;
  margin-top: 88px;
}
.title_container {
  text-align: center;
  padding: 60px 0;
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.20);
}
.title_container h1, .members_title_item h1{
  color: #0B7D6B; 
  font-size: 3.2rem;
  font-weight: bold;
}
.title_container h2, .members_title_item h2{
  text-transform: uppercase;
}
.breadcrumb {
  display: flex;
  margin-bottom: 40px;
}
.breadcrumb a{
  text-transform: uppercase;
}
.breadcrumb-separator {
  margin: 0 5px; /* 間隔の調整 */
}
/*-------------------------
*
*タブメニューのスタイル
*
--------------------------*/
.tab_menu.postList_tab {
  margin: 40px 120px 20px;
}
.tab_menu ul {
  display: flex;
  justify-content: center;
  font-size: 2.4rem;
}
.tab_List {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tab_List_item {
  flex: 1;
  text-align: center;
}
.tabList_button {
  background-color: transparent;
  border: none;
  color: #333;
  font-size: 2rem;
  padding: 8px 0;
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transition: background-color 0.25s, color 0.25s;
}
.tabList_button:hover,
.tab_List_item[aria-selected="true"] .tabList_button {
  background-color: #08BCB1;
  color: #fff;
}
.tab_List_item:hover .tabList_button:before,
.tab_List_item[aria-selected="true"] .tabList_button:before {
  opacity: 1;
}
.tabList_button:before {
  border: 8px solid transparent;
  border-bottom: 0;
  border-top: 8px solid #08BCB1;
  bottom: -6px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  transition: opacity 0.25s;
  width: 0;
}
.tabList_button.active {
  background-color: #08BCB1;
  color: #fff;
}
.tabList_button:not(.active):hover {
  background-color: #f4f4f4;
  color: #333333;
}
.tabList_button.active:before,
.tab_List_item:hover .tabList_button:not(.active):before {
  opacity: 1;
}
.tab_List_item:hover .tabList_button:not(.active):before {
  border-top-color: #08BCB1;
}
.tab_List_item:hover .tabList_button:not(.active) {
  background-color: #08BCB1;
  color: #fff;
  
}
.tab_menu.postList_tab.category_page_tab{
  margin: 0px 40px 20px;
}
/*-------------------------
*
*タグのスタイル
*
--------------------------*/
span.categories a {
  padding: 2px 20px;
  border-radius: 999px;
  margin: 0 20px;
  width: 40%;
  text-align: center;
}
.categories a{
  color: #fff;
}
span.categories a.news {
  background: #005CA2;
}
span.categories a.report {
  background-color: #3CC147;
}
span.categories a.important {
  background-color: #EF4C5F;
}
span.categories a.member {
  background-color: #EE9714;
}
/*-------------------------
*
*お知らせ一覧のスタイル
*
--------------------------*/
h3 a{
  font-weight: bold;
  color: #333;
}
.meta{
  width: 200px;
  display: flex;
  font-size: 1.2rem;
  line-height: 2rem;
  padding-bottom: 4px;
  }
.post-date{
  color: #717171;
}
.date_container{
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post{
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #C3C3C3;
}
.post:first-child{
  border-top: 1px solid #C3C3C3;
}
.news_title {
  color: #333;
  padding: 0 20px;
  display: flex;
  align-items: center;
  transition: text-decoration 0.3s ease; /* スムーズな遷移効果を追加 */
}
.news_title:hover {
  text-decoration: underline; /* ホバー時にアンダーバーを表示 */
}

/*-------------------------
*
*お知らせ記事リストのスタイル
*
--------------------------*/
.post_notice {
  display: block;
}
.post_notice .date_container{
  display: block;
  width: auto;
}
.post_notice .news_title {
  padding: 0;
  display: block;
  padding-bottom: 4px;
}
.post_notice h3{
  padding-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.post_notice .post_content{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #717171;
}

/*-------------------------
*
*プログラムの確認のスタイル
*
--------------------------*/
#post_list_protocol .program_post,
#post_list_ethics .program_post,
#post_list_presentation .program_post{
  padding: 20px 0;
  border-bottom: 1px solid #C3C3C3;
}
#post_list_protocol .program_post:first-child,
#post_list_ethics .program_post:first-child,
#post_list_presentation .program_post:first-child {
  border-top: 1px solid #C3C3C3;
}
#post_list_protocol .program_post p,
#post_list_ethics .program_post p,
#post_list_presentation .program_post p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}    
#post_list_protocol .program_post h3,
#post_list_ethics .program_post h3,
#post_list_presentation .program_post h3{
  color: #0B7D6B;
  font-weight: bold;
  font-size: 2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 12px;
}
#post_list_protocol .program_post h4,
#post_list_ethics .program_post h4,
#post_list_presentation .program_post h4{
  font-weight: bold;
  font-size: 2rem;
}
#post_list_protocol .wrap-tab,
#post_list_ethics .wrap-tab,
#post_list_presentation .wrap-tab{
  overflow: hidden;
}
#post_list_protocol .list-tab,
#post_list_ethics .list-tab,
#post_list_presentation .list-tab{
  display: flex;
}
#post_list_protocol .list-tab > li,
#post_list_ethics .list-tab > li,
#post_list_presentation .list-tab > li{
  display: block;
  margin: 0 2px;
  width: 100%;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}
#post_list_protocol .tab-content,
#post_list_ethics .tab-content,
#post_list_presentation .tab-content{
  display: none;
}
#post_list_protocol .tab-content.active,
#post_list_ethics .tab-content.active,
#post_list_presentation .tab-content.active{
  display: block;
}
.program-flex{
  display: flex;
  color: #717171;
  align-items: center;
}
/*-------------------------
*
*WP-membersのスタイル
*
--------------------------*/
.login_status{
  display: none;
}
/*-------------------------
*
*会の予告のスタイル
*
--------------------------*/
.schedule_post h5{
  color: #0B7D6B;
  font-size: 1.6rem;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.schedule_post  a{
  font-weight: bold;
}
.schedule_post{
  display: block;
}
.schedule_post_punctuation{
  padding: 0 8px;
}
.status-label{
  margin-left: 8px;
  font-size: 1.2rem;
  background-color: #f24822;
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
}
.expired-event h5 a,
.expired-event ul{
  color: #C3C3C3;
}

/*-------------------------
*
*お知らせシングルページのスタイル
*
--------------------------*/
.single-post article{
  display: block;
}
.single-post h2{
  margin-bottom: 20px;
  font-size: 2.8rem;
  padding-bottom: 8px;
  border-bottom: 1px solid #C3C3C3;
  font-weight: bold;
}
.single-post .post-meta{
  margin-bottom: 40px;
}
.single-post .container{
  margin-bottom: 60px;
}
.single-post .post{
  border-bottom: none;
}
.single-post p{
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 1px;
}
.single-post h3 {
  margin-bottom: 20px;
  font-size: 2rem;
  padding: 16px;
  background: #f1f1f1;
}
.post-content ul{
  margin-bottom: 20px;
}
.post-content ul, p{
  padding-left: 12px;
}
.post-content li{
  list-style: inside;
  margin-bottom: 8px;
}


