@charset "utf-8";
/*
Theme Name: zenkanren
Version: 1.0
Author: farietta
*/
/* -----------------------------
 base
------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&family=Spectral:ital,wght@1,700;1,800&display=swap');

html {
  font-size: 62.5%;
}

body {
  background-color: #f7f4e8;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  line-height: 2;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  color: #593A33;
  font-weight: 400;
}
p {
  margin-bottom: 1em;
}
b, strong {
  font-weight: 700;
}
.ta-right {
  text-align: right;
}
.p-text_container {
  margin-bottom: 2.5em;
}
.mb-0 {
  margin-bottom: 0;
}
.ff-spectral {
  font-family: 'Spectral', serif;
}

.ff-noto-serif{
  font-family: 'Noto Serif JP', serif;
}

.bg_wht {
  background-color: #fff;
}

a {
  color: #593A33;
  text-decoration: none;
}
a:hover {
  opacity: .8;
}

.h-style_01 {
  font-size: 3.4rem;
  font-weight: 700;
  color: #06BA63;
  line-height: 1.8;
  /* padding: 80px 0 0; 20230912*/
}
.h-style_01.center {
  text-align: center;
}
/* .h-style_01.t-shadow {
  text-shadow: 1px 1px 2px rgba(255,255,255,1);
} */
.h-style_01 .sub-title {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 5% 0 8px;
}
.h-style_02 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #06BA63;
  line-height: 2;
  margin-bottom: 30px;
}
.h-style_02 span:not(:last-child) {
  padding-right: 16px;
}
.h-style_03 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #593a33;
  margin-bottom: 16px;
}
.h-style_04 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}
.h-style_05 {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  padding-bottom: 1em;
  margin-bottom: 48px;
}
.h-style_05:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 48px;
  height: 3px;
  background: linear-gradient(to right, #06BA63,  #009FFD);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 1.5px;
}
.h-style_06 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 24px;
}
.h-style_06.center {
  text-align: center;
}
.h-style_07 {
  font-size: 1.6rem;
  font-weight: 600;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #593A33;
  margin-bottom: 1em;
}
.h-style_08 {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  color: #06BA63;
  line-height: 1.5;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  text-align: center;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.h-style_08:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 32px;
  height: 3px;
  background-color: #593A33;
  bottom: 0;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 1.5px;
}
.h-style_09 {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 16px;
}
.read-more.opinion {
  margin-bottom: 24px;
}
.read-more a {
  /* font-size: 1.6rem; */
  position: relative;
}
.read-more a:after {
  content: '\f138';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #FF0035;
  margin-left: 0.5em;
}

.note {
  font-size: 1.2rem;
}

.note.c-red {
  color: #FF0035;
}

/* flex */
.flex_container {
  display: flex;
  flex-flow: row wrap;
}

/* table */
table.two-color_lblu {
  margin-bottom: 48px;
}
table.two-color_lblu th,
 table.two-color_lblu td {
  display: block;
  padding: 0.5em 1em;
}
table.two-color_lblu th {
  text-align: left;
  background-color: #E3EAFF;
}
table.two-color_lblu td {
  background-color: #F2F5FF;
}
table.two-color_lblu .indent {
  padding-left: 2em;
}
.table_wrap {
  overflow-y: scroll;
}
.t-style_01 {
  width: 100%;
}
.t-style_01 th,
.t-style_01 td {
  padding: 0.5em 1em;
  border: 1px solid;
}
.t-style_01 th.left {
  text-align: left;
}
/* dl */
.pc_row dd {
  margin-bottom: 1em;
}

.pc_row dt {
  font-size: 1.8rem;
  font-weight: 700;
}

.pc_row dd div {
  margin-bottom: 0.5em;
}

.pc_row dd span {
  display: block;
}

.pc_row dd span.pc {
  display: none;
}
.pc_row dd span.sp {
  line-height: 1;
}
/* ul */
.iroha {
  list-style: katakana-iroha;
  margin-left: 32px;
}
.iroha li {
  margin-bottom: 1em;
}
.iroha li:last-child {
  margin-bottom: 0;
}
.decimal {
  list-style: decimal;
  margin-left: 20px;
}
/* div */
.content_box {
  margin-bottom: 32px;
}
.content_box:last-child {
  margin-bottom: 0;
}
.outer_frame {
  padding: 1em;
  border: 1px solid #593a33;
  margin-bottom: 16px;
}
.file_box {
  display: inline-block;
  padding: 1em;
  border: solid 1px #593A33;
}
.address_container {
  margin-bottom: 1em;
}
.address_container.flex_container {
  gap: 0 0.5em;
}
.address_container_tel.flex_container {
  flex-basis: 100%;
  gap: 0 1em;
}

/* recaptchaロゴ非表示 */
.grecaptcha-badge {
  visibility: hidden;
}

/* -----------------------------
 header
------------------------------- */

.global_header {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 999;
}
.global_header__inner {
  display: flex;
}
.header_left a {
  display: flex;
  width: 240px;
}
.header_logo {
  display: flex;
  width: 60px;
  height: 34.2px;
}
.header_logo img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.header_h1 {
  margin-left: 8px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
/* .header_right {
  height: 50px;
  position: relative;
} */
.--display_pc {
  display: none;
}
.nav_contact {
  text-align: center;
}
.nav_contact a {
  display: block;
  color: #fff;
  padding: 10px;
  background-color: #ff0035;
}

@media screen and (max-width: 1023px) {/* モバイル */
  .global_header__inner {
    height: 64px;
    padding: 0 24px;
    align-items: center;
  }
  #g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top:-120%;
    left:0;
    width:100%;
    height: 100vh;/*ナビの高さ*/
    background:#f7f3e3;
    /*動き*/
    transition: all 0.6s;
  }
  
  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive{
    top: 0;
  }
  
  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  /*ナビゲーション*/
  #g-nav ul {
    position: absolute;
    z-index: 999;
    top:50%;
    /* left:50%; */
    top: 72px;
    /* transform: translate(-50%,-50%); */
    width: 100%;
  }
  /*リストのレイアウト設定*/
  #g-nav li{
    list-style: none;
    /* text-align: center;  */
    border-bottom: 1px solid #fff;
  }
  #g-nav li a{
  color: #593a33;
  text-decoration: none;
  padding:10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  }
  #g-nav li a:after {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 26px;
  }
  .nav_contact {
    position: absolute;
    top: 350px;
    width: 100%;
    text-align: center;
  }
  .nav_contact a {
    margin: 0 10px;
  }
  /* ボタン */
  .openbtn{
    position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
    top:10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height:50px;
  }
  /*×に変化*/	
  .openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
    width: 45%;
  }
  .openbtn span:nth-of-type(1) {
  top:15px;	
  }
  .openbtn span:nth-of-type(2) {
  top:23px;
  }
  .openbtn span:nth-of-type(3) {
  top:31px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 15px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 45%;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3){
    top: 27px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 45%;
  }
}
@media screen and (min-width: 1024px) {/* pc */
  .global_header__inner {
    height: 72px;
    padding: 8px 16px;
    justify-content: space-between;
  }
  .header_left {
    height: 56px;
  }
  .header_left a {
    width: 100%;
  }
  /* .header_logo img {
    vertical-align: middle;
  } */
  .header_h1 {
    display: flex;
    align-items: center;
    font-size: 2.6rem;
  }
  .header_formal_name.--display_pc.--column {
    display: flex;
    flex-flow: column;
    font-size: 1.4rem;
    line-height: 1.2;
    padding-left: 8px;
  }
  .header_formal_name.--display_pc .npo {
    font-size: 0.8em;
  }
  #g-nav-list {
    display: flex;
    align-items: center;
  }
  #g-nav ul {
    display: flex;
    font-size: 1.5rem;
    margin-bottom: 16px;/*メニューリスト上下位置調整*/
  }
  #g-nav ul li {
    margin-left: 16px;
    position: relative;
  }
  .nav_contact {
    position: static;
    width: inherit;
    margin-left: 16px;
  }
  .nav_contact a {
    height: 72px;
    font-size: 1.5rem;
    line-height: 46px;
    padding: 10px 16px;
    position: relative;
    top: -8px;
    right: -16px;
  }
  #g-nav ul li:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: #ff0035;
    transition: width 0.3s;
  }
  #g-nav ul li:hover:before {
    width: 100%;
  }
}


/* -----------------------------
 home
------------------------------- */

/* mv */
.mv_container {
  width: 100vw;
  height: 50vh;
  background-image: url(images/mv.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.mv_lead {
  width: 320px;
  font-size: 2.6rem;
  font-weight: 600;
  color: #d80000;
  padding: 24px;
  background-color: rgba(255,255,255,.5);
  display: flex;
  flex-flow: column;
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  margin: auto;
}
.mv_lead .lead_s_text {
  font-size: 1.8rem;
}

/* section */
.home_section_inner {
  padding: 64px 5%;
}

.home_section_title {
  font-size: 4rem;
  font-style: italic;
  color: #06BA63;
  line-height: 1;
  margin-bottom: 24px;
}

.home_section_title_sub {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  padding-left: 1em;
}

/* information */
.info_container {
  border-top: dashed 1px #593a33;
  border-bottom: dashed 1px #593a33;
  padding: 32px 24px;
}

.tpcs_container {
  background-color: #fff;
  padding: 32px;
  border-radius: 40px 0 40px 0;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 16%);
  margin-bottom: 48px;
  position: relative;
}

.tpcs_container.tpcs_01zenkanren {
  box-shadow: 2px 2px rgb(222 102 65 / 90%);
}

.tpcs_container.tpcs_02gyosei {
  box-shadow: 2px 2px rgb(232 172 81 / 90%);
}

.tpcs_container.tpcs_03gyosei-kakawari {
  box-shadow: 2px 2px rgb(57 168 105 / 90%);
}

.tpcs_container.tpcs_04sorii {
  box-shadow: 2px 2px rgb(0 174 224 / 90%);
}

.tpcs_container.tpcs_05bosai {
  box-shadow: 2px 2px rgb(93 80 153 / 90%);
}

.tpcs_container.tpcs_06zenkoku {
  box-shadow: 2px 2px rgb(220 102 155 / 90%);
}

.h-style_03.tpcs_hl_fs {
  font-size: 1.6rem;
}

.h-style_03.tpcs_hl_01zenkanren {
  border-bottom: solid 2px #DE6641;
}

.h-style_03.tpcs_hl_02gyosei {
  border-bottom: solid 2px #E8AC51;
}

.h-style_03.tpcs_hl_03gyosei-kakawari {
  border-bottom: solid 2px #39A869;
}
.h-style_03.tpcs_hl_04sorii {
  border-bottom: solid 2px #00AEE0;
}

.h-style_03.tpcs_hl_05bosai {
  border-bottom: solid 2px #5D5099;
}

.h-style_03.tpcs_hl_06zenkoku {
  border-bottom: solid 2px #DC669B;
}
.read-more.tpcs {
  position: absolute;
  top: 40px;
  right: 50px;
  font-size: 1rem;
}
.tpcs_date a {
  font-size: 1.4rem;
}
.date_01zenkanren a {
  color: #DE6641;
}
.date_02gyosei a {
  color: #E8AC51;
}
.date_03gyosei-kakawari a {
  color: #39A869;
}
.date_04sorii a {
  color: #00AEE0;
}
.date_05bosai a {
  color: #5D5099;
}
.date_06zenkoku a {
  color: #DC669B;
}
.tpcs_title {
  margin-bottom: 14px;
}

.tpcs_title a {
  font-size: 1.6rem;
}

/* pick up */
section#home_pick-up {
  background-image: url(images/pu_background.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}
section#home_pick-up:after {
  content: "";
  background: rgba(255,255,255,.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.pu_container {
  background-color: #00AEE0;
  background-image: linear-gradient(45deg, rgba(47, 178, 255, 1) 30%, rgba(50, 215, 123, 1) 80%);
  vertical-align: middle;
  padding: 24px;
  border-radius: 32px 0 32px 0;
  margin-bottom: 32px;
}

.pu_container a {
  display: flex;
  justify-content: space-between;
  color: #FFF;
}

.pu_title {
  margin-right: 24px;
}

/* network */
.home_network_caption {
  margin-bottom: 0.5em;
}

.todofuken-area {
  font-size: 1.4rem;
  border-top: solid 1px #593a33;
  margin-bottom: 2.3em;
}

.todofuken-area:last-child {
  border-bottom: solid 1px #593a33;
}

.todofuken {
  font-weight: 700;
  padding-bottom: 0.5em;
  margin-bottom: 1.6em;
}

.home_network_pc_left-area {
  margin-bottom: 32px;
}

ul.dantai_list li {
  position: relative;
  padding-right: 32px;
  margin-bottom: 1.6em;
}
.dantai_indent {
  padding-left: 1em;
}
ul.dantai_list li:after {
  content: '\f08e';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  right: 6px;
}

/* link */
.home_link_list li {
  font-size: 1.6rem;
  background-color: #fff;
  background-image: repeating-linear-gradient( 90deg, #e2ffee , #e2ffee 1px, transparent 1px, transparent 8px ), repeating-linear-gradient( 0deg, #e2ffee , #e2ffee , 1px, #fff 1px, #fff 8px );
  padding: 24px;
  /* border: solid 1px #593a33; */
  border-radius: 32px 0;
  box-shadow: 2px 2px 2px rgb(89 58 51 / 40%);
  margin-bottom: 24px;
}

.home_link_list .ta_center {
  max-width: 240px;
  text-align: center;
  margin: 0 auto;
}

.home_link_list .ta_center a {
  display: inline-block;
  text-align: left;
}

/* --------------------------
 page
--------------------------- */
.section_inner {
  padding: 48px 5%;
}

.section_inner.pt_0 {
  padding-top: 0;
}

.section_inner.pb_0 {
  padding-bottom: 0;
}

.page_contents_head.section_inner {
  padding-bottom: 0;
}

ul.opinion-list li span {
  display: block;
}

ul.opinion-list li span:last-child {
  margin-bottom: 1.5em;
}

.committee_content_container {
  background-color: #fff;
  background-image: repeating-linear-gradient( 90deg, #e2ffee , #e2ffee 1px, transparent 1px, transparent 8px ), repeating-linear-gradient( 0deg, #e2ffee , #e2ffee , 1px, #fff 1px, #fff 8px );
  padding: 24px;
  border-radius: 32px 0;
  box-shadow: 2px 2px 2px rgb(89 58 51 / 40%);
  margin-bottom: 48px;
}

.committee-article-list_container {
  position: relative;
  background-color: #fff;
  padding: 32px;
  border-radius: 40px 0;
  box-shadow: 3px 3px rgb(0 174 224 / 90%);
  /* margin-bottom: 48px; */
}

.read-more.publication {
  margin-bottom: 32px;
}

.publication_list .date {
  display: inline-block;
  padding-right: 16px;
}

.publication_list .category {
  display: inline-block;
  font-size: 1.2rem;
  color: #fff;
  padding: 0 0.5em;
  background-color: #06BA63;
}

.publication_list .title {
  display: block;
  margin-bottom: 32px;
}

.publication_body {
  margin-bottom: 48px;
}

.publication_content {
  padding: 32px 0;
  border-top: solid 1px #707070;
  border-bottom: solid 1px #707070;
}

.publication_content_category {
  font-weight: 700;
  margin-bottom: 24px;
}

.publication_content_img {
  margin-bottom: 32px;
}

.publication_content_detail dl dt {
  font-weight: 700;
}

.publication_content_detail dl dd {
  margin-bottom: 24px;
}

/* 活動実績 */
/* .performance .page_contents {
  background-image: url(images/performance_head_bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
  z-index: 0;
} */

/* 構成団体 */
.composition_head_p {
  font-weight: 600;
  text-align: center;
  /* text-shadow: 1px 1px 2px rgba(255,255,255,1); */
  margin-top: 32px;
}
.composition_head_p .breakdown_1 {
  font-size: 2rem;
  font-weight: 600;
  color: #06BA63;
}
.composition_head_p .date {
  font-size: 1.4rem;
  font-weight: 500;
}

.composition_list .organization_name {
  padding: 8px 0;
}
.composition_list .organization_details.flex_container {
  flex-wrap: wrap;
  gap: 0 1.6rem;
  padding-bottom: 16px;
  border-bottom: 1px solid;
}
.composition_list .chairman {
  flex-basis: 100%;
}
.composition_list .contact.flex_container {
  flex-wrap: wrap;
  gap: 0 1.6rem;
}
/* 組織概要 */
.introduction {
  margin-bottom: 48px;
}
.container_col-2.flex_container {
  gap: 48px;
}
.outline {
  margin-bottom: 48px;
}
.outline_item_container {
  background-color: #fff;
  padding: 32px;
  border-radius: 40px 0 40px 0;
  box-shadow: 2px 2px rgb(6 186 99 / 90%);
}
.outline_item_container.col-2_item {
  flex-basis: 100%;
}
.profile_list {
  line-height: 1.5;
}
.profile_list dt,
.profile_list dd {
  padding-bottom: 0.5em;
}
.profile_list dt {
  font-weight: 600;
}
.profile_list dd {
  margin-bottom: 1.5em;
  border-bottom: solid 1px #593A33;
}
.profile_list dd.bb_none {
  border-bottom: none;
}

.profile_list dd:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.doc_pdf_list {
  margin-bottom: 32px;
}
.doc_pdf_list.flex_container {
  gap: 1em;
}
.doc_pdf_file {
  background-color: #fff;
  padding: 1em;
  border: solid 1px #593A33;
}
.public_notice {
  margin-bottom: 48px;
}
.document_container {
  background-color: #fff;
  padding: 32px;
  border-radius: 40px 0 40px 0;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
.document_container p:last-child {
  margin-bottom: 0;
}
/* 入会案内 */
.invitation_col-2.flex_container {
  gap: 32px 48px;
}
.invitation_col-2_item {
  flex-basis: 100%;
}
.decimal.flex_container {
  gap: 0 3em;
}
/* .decimal.flex_container li {
  flex-basis: 100%;
} */
/* .invitation ul {
  margin-bottom: 1em;
} */

/* 法令等 */
.statute_container.flex_container {
  gap: 32px 48px;
}
.statute_item_container {
  flex-basis: 100%;
  background-color: #fff;
  padding: 32px;
  background-image: repeating-linear-gradient( 90deg, #e2ffee , #e2ffee 1px, transparent 1px, transparent 8px ), repeating-linear-gradient( 0deg, #e2ffee , #e2ffee , 1px, #fff 1px, #fff 8px );
  border-radius: 40px 0 40px 0;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 16%);
}
.statute_doc_list li {
  margin-top: 24px;
}
/* お問い合わせ */
/*formzu用のため20240126 .form_container iframe {
  display: block;
  margin: 0 auto;
} */
/* contact form 7 20240126 */
.form_container {
  display: flex;
  justify-content: center;
}
/* --------------------------
 single
---------------------------- */
.tpcs_post_inner {
  display: flex;
  flex-flow: wrap;
}
/* article */
.tpcs_article_container {
  background-color: #fff;
  padding: 32px 5%;
  box-shadow: 3px 3px rgb(222 102 65 / 90%);
  border-radius: 40px 0 40px 0;
  margin: 72px auto 0;
  width: calc(100vw - 32px);
  max-width: 976px;
  margin-bottom: 64px;
}
.article_h-style_01 {
  font-size: 24px;
  font-weight: 600;
}
.date-category_container {
  margin-top: 16px;
}
.date-category_container .date {
  font-size: 1.4rem;
  font-weight: 600;
}
.date-category_container .category {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  padding: 4px 6px;
  background-color: #de6641;
  margin-left: 8px;
}
.date-category_container .category._02gyosei {
  background-color: #E8AC51;
}
.date-category_container .category._03gyosei-kakawari {
  background-color: #39A869;
}
.date-category_container .category._04sorii {
  background-color: #00AEE0;
}
.date-category_container .category._05bosai {
  background-color: #5D5099;
}
.date-category_container .category._06zenkoku {
  background-color: #DC669B;
}
.tpcs_article_head {
  padding-bottom: 16px;
  border-bottom: 2px solid #de6641;
}
.tpcs_article_head._02gyosei {
  border-bottom: 2px solid #E8AC51;
}
.tpcs_article_head._03gyosei-kakawari {
  border-bottom: 2px solid #E8AC51;
}
.tpcs_article_head._04sorii {
  border-bottom: 2px solid #00AEE0;
}
.tpcs_article_head._05bosai {
  border-bottom: 2px solid #5D5099;
}
.tpcs_article_head._06zenkoku {
  border-bottom: 2px solid #DC669B;
}
.tpcs_article_body {
  margin-top: 32px;
}
.article_h-style_02 {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 1em 0;
}
.article_h-style_03 {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 16px 0;
}
.outline_flex {
  display: flex;
  flex-flow: column;
  row-gap: 1em;
}
.outline-item_flex {
  display: flex;
  flex-flow: column;
}
.outline-item_flex dt {
  background-color: #d5cbcb;
  padding-left: 0.5em;
}
/* aside */
.contents_tpcs_side {
  min-width: 352px;
  width: calc(100vw - 32px);
  background-color: #fff;
  padding: 32px 16px;
  border-radius: 40px 0 40px 0;
  margin: 72px auto;
}
.articles-head {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  border-bottom: solid 1px #de4461;
  margin-bottom: 24px;
}
.articles-list .date {
  display: block;
  font-size: 1.4rem;
}
.articles-list li {
  margin-bottom: 16px;
}
.category-tpcs_head {
  color: #06BA63;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.category-tpcs_head .--font_small {
  font-size: 0.5em;
  padding-left: 8px;
}
.category-tpcs_list li {
  padding-left: 8px;
  margin-top: 24px;
  line-height: 1.3;
}
.category-tpcs_list li:nth-child(1) {
  border-left: solid 4px #de6641;
}
.category-tpcs_list li:nth-child(2) {
  border-left: solid 4px #E8AC51;
}
.category-tpcs_list li:nth-child(3) {
  border-left: solid 4px #39A869;
}
.category-tpcs_list li:nth-child(4) {
  border-left: solid 4px #00AEE0;
}
.category-tpcs_list li:nth-child(5) {
  border-left: solid 4px #5D5099;
}
.category-tpcs_list li:nth-child(6) {
  border-left: solid 4px #DC669B;
}


/* --------------------------
 footer
---------------------------- */
.contact_area {
  line-height: 1;
}

.footer_contact_container {
  text-align: center;
  padding: 64px 0;
}

.footer_contact_container.tel {
  background-color: #E2D0BE;
}

.footer_contact_container.form {
  background-color: #D3C1C3;
}

.footer_contact_tel_hl,
.footer_contact_form_hl {
  margin-bottom: 48px;
}

.footer_contact_tel_hl .hl_text,
.footer_contact_form_hl .hl_text {
  display: block;
  font-size: 2rem;
  font-weight: 700;
}

.footer_contact_tel_hl .business-day {
  display: block;
  font-size: 1.4rem;
  margin-top: 16px;
}

.footer_contact_tel_number .tel_number,
.footer_contact_tel_number .fax_number {
  display: block;
  font-size: 2rem;
  font-weight: 700;
}

.footer_contact_tel_number .fax_number {
  margin-top: 32px;
}

.footer_contact_form_button {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1.2em;
  border: solid 1px #593a33;
  border-radius: 8px;
}

.foot {
  background-color: #593a33;
  color: #fff;
}

.footer_foot_inner {
  padding: 64px 5%;
}

.foot .corporation-name {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 16px;
}

.corporation-address_container {
  margin-bottom: 32px;
}

.foot .corporation-address {
  margin-bottom: 16px;
}

.foot .corporation-address span {
  display: inline-block;
}

.foot .corporation-tel {
  display: inline-block;
  margin-right: 16px;
}

.foot .corporation-fax {
  display: inline-block;
}

.foot_nav {
  margin-bottom: 16px;
}

.foot a {
  color: #fff;
}

.copyright {
  font-size: 1rem;
}

/* -----------------------------
 メディアクエリ
------------------------------- */

@media screen and (min-width: 769px) {
  .mv_lead {
    width: 590px;
    margin: 80px;
    font-size: 2.8rem;
  }
  .mv_lead .lead_s_text {
    font-size: 2.2rem;
  }
  .tpcs-contents_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .tpcs_container {
      flex-basis: calc(50% - 16px);
      padding: 48px;
  }

  .pu-contents_container {
    display: flex;
    justify-content: center;
  }

  .pu_container {
    flex-basis: 75%;
  }
  .network-contents_container {
    background-image: url(images/network_background.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: space-between;
  }
  .network-contents_container:after {
    content: "";
    background: rgba(255,255,255,.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .home_network_pc_left-area {
    flex-basis: calc(40% - 16px);
  }

  .home_network_list {
    flex-basis: calc(60% - 16px);
  }

  .home_link_list {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
  }

  .home_link_list li {
    min-width: calc(100% / 3 - 16px);
  }

  /* page */
  .flex_container {
    display: flex;
  }

  .flex_container .tpcs_01zenkanren_head {
    padding-right: 56px;
  }

  .flex_container .read-more.tpcs {
    top: 90px;
    left: 32px;
  }

  .flex_item_left {
    flex-basis: 24%;
    padding-right: 16px;
  }

  .flex_item_right {
    flex-basis: 76%;
    padding-left: 16px;
  }

  .main-activity_head.flex_item_left .h-style_02 span {
    display: inline-block;
  }

  .pc_row dd span {
    display: inline-block;
    margin-right: 1em;
  }

  .pc_row dd span.sp {
    display: none;
  }

  .pc_row dd span.pc {
    display: inline-block;
  }

  .opinion_head p {
    font-size: 1.4rem;
  }

  .flex_item_01 {
    flex-basis: 10%;
    padding-left: 16px;
  }

  .flex_item_02 {
    width: 40%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .flex_item_03 {
    flex-basis: 50%;
    padding-left: 16px;
  }

  .committee_contents.flex_container {
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .committee_content_container {
    flex-basis: calc(100% / 3 - 10px);
  }

  .flex_container .committee-article-list_head {
    padding-right: 56px;
  }
  .outline_item_container.col-2_item {
    flex-basis: calc(50% - 48px);
  }
  .outline_item_container.col-2_item {
    flex-basis: calc(50% - 24px);
  }
  .invitation_col-2_item {
    flex-basis: calc(50% - 24px);
  }
  .statute_item_container {
    flex-basis: calc(50% - 24px);
    padding: 48px;
  }
  /* article  */
  

  /* footer  */
  .contact_area {
    display: flex;
  }

  .footer_contact_container {
      flex-basis: 50%;
  }

  .copyright {
    text-align: right;
  }

}

@media screen and (min-width: 1201px) {
  .home_section_inner,
  .section_inner {
    width: 1080px;
    padding: 64px 0;
    margin: 0 auto;
  }
  
  .home_section_title {
    font-size: 5.6rem;
    margin-bottom: 32px;
  }
  
  .home_section_title_sub {
    font-size: 1.6rem;
  }
  .h-style_01 {
    font-size: 4.8rem;
  }
  .h-style_01 .sub-title {
    font-size: 2.4rem;
  }
  .h-style_02 {
    font-size: 3.2rem;
  }
  .h-style_03.tpcs_hl_fs {
    font-size: 1.8rem;
  }
  .h-style_06 {
    font-size: 2rem;
  }
  table.two-color_lblu th,
  table.two-color_lblu td {
    display: table-cell;
  }
  
  .w_90 {
    width: 90px;
  }
  
  .w_240 {
    width: 240px;
  }
  
  .two-color_lblu td:not(.border-b_none),
  .two-color_lblu th {
    border-bottom: solid 1px #CECECE;
  }
  .tpcs_container {
    padding: 63px;
}
  
  /* page */
  .page_contents_head.section_inner {
    padding-bottom: 0;
  }
  /* 組織概要 */
  .document_container {
    padding: 64px;
  }

  /* single */
  .tpcs_article_container {
    padding: 64px;
  }
  .article_h-style_01 {
    font-size: 2.6rem;
  }
  .article_h-style_02 {
    font-size: 2rem;
  }


  /* header */

  /* .header_inner {
    padding: 0 24px 0 16px;
    display: flex;
    justify-content: space-between;
}

  .header_left {
    display: flex;
    padding: 10px 0;
  }

  .header_left .logo {
      display: inline-block;
  }

  .header_left .logo img {
    max-width: 100px;
    height: auto;
  }

  .header_left h1 {
    display: inline-block;
    font-size: 46px;
    line-height: 1;
    padding-left: 16px;
  }

  .header_formal_name.--display_pc {
    display: inline-block;
    font-size: 0.5em;
  }

  .header_nav {
    display: flex;
  }

  .main-nav {
    display: flex;
    min-width: 460px;
    justify-content: space-between;
    padding: 24px 0;
  }

  .nav_contact {
    margin-left: 32px;
    padding: 24px;
    background-color: #FF0035;
    color: #fff;
  }

  .nav_contact img {
    height: 16px;
    width: auto;
    vertical-align: middle;
  } */


}

/*
font-family: 'Noto Serif JP', serif;
font-family: 'Spectral', serif;
*/