/* ---------------------------------------------------------------------------
    .header / .navi / .navi2
--------------------------------------------------------------------------- */
 div.header {
  width: 100%;
  min-height: 70px;
  background: rgba(255,244,238,1);
  margin-bottom: 30px;
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  align-items: center;
  padding: 1.5rem 5.2%;;
}
div.header h1 {
  width: 100%;
  font-size: 18px;
  text-align: center;
} 
.search_box div[align="center"] > h4 {
  width: 100%;
  height: 70px;
  background: rgba(228,243,225,1);
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 70px;
}
.navi {
  display: none;
}
.navi2 {
  padding: 0 20px;
  margin: 0 0 30px;
  border-top: 1px solid #eee;
}
.navi a,
.navi2 a {
  display: inline-block;
  color: #000;
}
.navi .control {
  display: none;
}
.navi2 .control {
  display: inline-block;
  width: 100%;
  color: #aaa;
  padding: 15px 0;
}
.navi2 .control a {
  padding-right: 1em;
}
.navi2 .operation {
  display: inline-block;
  width: 100%;
  text-align: right;
  padding: 15px 0 15px 15px;
}
.navi2 img {
  vertical-align: middle;
}
.navi2 img[src*="border"] {
  display: none;
}
@media screen and (min-width: 640px) {
  .navi2 {
    padding: 0;
    margin: 0 50px 50px;
  }
  .navi2::after {
    content: "";
    display: block;
    clear: both;
  }
  .navi2 .control {
    float: left;
    display: inline;
    width: auto;
  }
  .navi2 .operation {
    float: right;
    display: inline;
    width: auto;
  }
}

/* ---------------------------------------------------------------------------
    自動生成部分
--------------------------------------------------------------------------- */
.list h3,
.block h3,
.search_box div[align="center"] > h3 {
  font-size: 18px;
  line-height: 1.33;
  padding: 0 0 3px;
  color: rgba(238,124,147,1);
  text-align: center;
}
.list h3,
.search_box div[align="center"] > h3 {
  margin-bottom: 50px;
}
.block h3::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  display: block;
  width: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 1;
}
.categoryList {
  margin: 0 50px 20px;
}
.categoryList a {
  color: #354365;
  font-weight: bold;
  line-height: 16px;
}
.categoryList a:hover {
  font-size: 15px;
}
.block .kijiBlock:not(:last-child)::after {
  content: "";
  display: block;
  border-bottom: 2px dotted rgba(255,187,203,1);
  margin-top: 50px;
}

/* ---------------------------------------------------------------------------
    タイトル一覧　template
--------------------------------------------------------------------------- */
.list {
  padding: 0 5.2% 40px;
}
.kiji {
  margin-bottom: 30px;
}
.kiji a {
  color: #333;
  font-weight: bold;
  text-decoration: underline;
}
.kiji .title {
  font-size: 18px;
}
.kiji .date {
  float: left;
  line-height: 1.8;
  margin-top: 3px;
  color: #888;
}
/*.kiji .auther {
  float: left;
  line-height: 1.8;
  margin: 3px 10px 0 10px;
  color: #888;
}*/
.kiji .clear {
  clear: both;
}
/* --------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .kiji .title {
    float: left;
    width: calc(100% - 110px);
    text-indent: -16.75px;
    padding-left: 16.75px;
  }
  .kiji .title::before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    color: rgba(237,128,150,1);
    font-weight: bold;
    margin-right: 10px;
  }
  .kiji .date {
    float: right;
    width: 90px;
    text-align: right;
  }
}

/* ---------------------------------------------------------------------------
    記事積み上げ／記事詳細　template
--------------------------------------------------------------------------- */
#kijiBlock {
  padding: 0 5.2% 50px;
  text-align: center;
}
#kijiBlock .titleBlock {
  font-size: 27px;
  line-height: 1.33;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
#kijiBlock .autherBlock {
  display: inline;
}
#kijiBlock .dateBlock {
  display: inline;
  margin: 0 30px;
}
#kijiBlock .clear {
  margin-bottom: 40px;
}
#kijiBlock .clear::after {
  content: "";
  display: block;
  clear: both;
}
#kijiBlock .clear + .attached {
  margin: 40px 0;
  text-align: center;
}
#kijiBlock .text {
  text-align: left;
  font-size: 16px;
}
#kijiBlock .text + .attached {
  text-align: left;
  margin: 30px 0 0;
}
#kijiBlock .text + .attached a.attached {
  display: inline-block;
  margin-right: 20px;
}

#kijiBlock .attached img {
  max-width: 100%;
  height: auto !important;
}
#kijiBlock .no_thumbnail {
  text-align: center;
}
.kijiBlock img {
  object-fit: contain;
  font-family: 'object-fit: contain;'
}
/* ---------------------------------------------------------------------------
    検索画面
--------------------------------------------------------------------------- */
.search_box form#sort_form {
  height: 50px;
}
.search_box form#sort_form select {
  float: left;
  height: 30px;
  margin: 10px 0;
}
.search_box .page {
  display: none;
}
.search_box .list + .page {
  display: block;
  position: relative;
  top: -50px;
}
.search_box .list table,
.search_box .list tbody {
  display: block;
  width: 100%;
  text-align: left;
}
.search_box .p_head td {
  padding: 0;
}
.search_box .list thead {
  display: none;
}
.search_box .p_head {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.search_box .p_head::after {
  content: "";
  display: block;
  clear: both;
}
.search_box .p_head td.category {
  color: rgba(82, 194, 206, 1);
  font-weight: 600;
}
.search_box .p_head .title {
  display: block;
  font-size: 18px;
}
.search_box .p_head .title a {
  color: #333;
  font-weight: bold;
  text-decoration: underline;
}
.search_box .p_head .date {
  display: none;
/*  float: left;
  line-height: 1.8;
  margin-top: 3px;
  color: #888;*/
}
.search_box .name {
  display: none;
  /*float: left;
  line-height: 1.8;
  margin: 3px 10px 0 10px;
  color: #888;*/
}
#searchform fieldset {
  border: 0;
  padding: 0 5.2% 20px;
}
#searchform table {
  width: 100%;
  background: #eee;
  font-size: 18px;
  display: block;
}
#searchform table tbody {
  display: block;
  width: 100%;
  }
#searchform table tr,
#searchform table tr th,
#searchform table tr td {
  padding: 5px;
  width: 100%;
  display: block;
}
#searchform table tr th::before {
  content: "・";
  color: rgba(88,196,208,1);
}
#searchform table tr td input {
  width: 100%;
}
#searchform table tr td::before {
  content: "「";
}
#searchform table tr td::after {
  content: "」";
}
#searchform #detail table tr td::before {
  content: "";
}
#searchform #detail table tr td::after {
  content: "";
}
#searchform legend,
#searchform table tr:not(:first-of-type) {
  display: none;
}

/* --------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .search_box .p_head {
    margin-bottom: 30px;
}
  .search_box .p_head .title {
    float: left;
    width: calc(100% - 260px);
    text-indent: -16.75px;
    padding-left: 16.75px;
  }
  .search_box .p_head .title::before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    color: rgba(237,128,150,1);
    font-weight: bold;
    margin-right: 10px;
  }
  .search_box .p_head .date {
    float: right;
    width: 110px;
    text-align: right;
  }
  .search_box .name {
    float: right;
    width: 130px;
    text-align: right;
  }
  #searchform table,
  #searchform table tbody {
    display: table;
  }
  #searchform table tr,
  #searchform table tr th,
  #searchform table tr td {
    display: table-cell;
  }
  #searchform table tr th {
    width: 148px;
  }
  #searchform table tr td {
    width: calc( 100% - 148px );
  }
}

form fieldset {
  max-width: 675px;
  margin: 0 auto;
  padding: 0;
  border: 2px solid #cccccc;
}
form #detail table {
  width: 100%;
}
form #detail tr:nth-child(even) {
  background: #f6f6f6;
}
form #detail th {
  width: 90px;
  padding: 7px 0 5px 5px;
  text-align: left;
  vertical-align: top;
}
form #detail td {
  padding: 5px 5px 5px 0;
  font-size: 12px;
}
form #detail input[type="text"] {
  font-size: 14px;
  margin: 2px 0;
  border: 2px solid #cccccc;
}
form #detail input.extend {
  width: 100%;
  max-width: 350px;
}
form #detail input.digit {
  width: 40px;
}
form #detail label {
  white-space: nowrap;
}
form #button {
  margin: 20px 0 60px;
}
form #button input[type="submit"] {
  width: 50%;
  max-width: 240px;
  border: 2px solid #cccccc;
  background: #fff;
  font-size: 16px;
  padding: 1em 0;
  margin-bottom: 40px;
  line-height: 1;
  font-weight: bold;
}
.search_box #back {
  display: none;
  padding: 15px 20px;
  border-top: 1px solid #777;
}
.search_box #back a {
  display: inline-block;
  color: #000;
}
.search_box #back a:not(:last-of-type) {
  padding-right: 1em;
  border-right: 1px solid #000;
  margin-right: 1em;
}
.search_box #back img {
  display: none;
}

/* ---------------------------------------------------------------------------
    .text 本文 template set
--------------------------------------------------------------------------- */
/* 共通パーツ */
.text .figure  img {
  width: 100%;
}
.text .topic_title {
  position: relative;
  display: inline-block;
  height: 30px;
  font-size: 18px;
  font-weight: bold;
  border-right: 15px solid rgba(0,0,0,0);
  border-top: 15px solid rgba(243,148,170,1);
  border-bottom: 15px solid rgba(243,148,170,1);
  margin: 10px 0;
/*  -webkit-filter:drop-shadow(5px 3px 0 rgba(254,254,184,1));
	filter:drop-shadow(5px 3px 0 rgba(254,254,184,1));*/
}
.text .topic_title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -12px;
  left: 5px;
  border-right: 15px solid rgba(0,0,0,0);
  border-top: 15px solid rgba(238,238,238,1);
  border-bottom: 15px solid rgba(238,238,238,1);
  z-index: -1;
}
.text .topic_title span {
  position: relative;
  line-height: 30px;
  top: -15px;
  padding-right: 20px;
  color: #fff;
}
.text .topic_title span::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: rgba(255,250,225,1);
  border-radius: 50%;
  margin: -2px 8px 0;
  vertical-align: middle;
}
.text h4 {
 /* margin: 50px auto 20px;
  font-size: 21px;
  text-align: center;*/
}
.text .section h4.triangle {
  position: relative;
  clear: both;
  font-size: 21px;
  line-height: 32px;
  border-bottom: 2px solid rgba(249,213,220,1);
  padding: 6px 15px 6px 22px;
  margin: 30px 0;
}
.text .section h4.triangle::before {
  content: "▲";
  position: absolute;
  transform: rotate(-30deg);
  color: rgba(237,124,146,1);
  font-size: 13px;
  line-height: 1;
  left: 0px;
  top: 14px;
}
.text .section h4.diamond {
  clear: both;
  font-size: 24px;
  line-height: 1.5;
  border-bottom: 2px solid rgba(249,213,220,1);
  padding: 6px 15px 6px 29px;
  margin: 30px 0;
  text-indent: -24px;
}
.text .section h4.diamond::before {
  content: "◆";
  color: rgba(237,124,146,1);
}
.text .section h4.double_border {
  position: relative;
  font-size: 18px;
  line-height: 42px;
  font-weight: bold;
  padding: 0 20px 0 20px;
  margin: 30px 0;
  border-top: 2px solid rgba(249,213,220,1);
  border-bottom: 2px solid rgba(249,213,220,1);
}
.text .section h4.double_border::before {
  position: relative;
  top: 2px;
  content: "◆";
  color: rgba(237,124,146,1);
  font-size: 27px;
  line-height: 1;
  margin-right: 5px;
}
.text .section p {
  margin: 10px 0;
}
.text .gray {
  background: #f7f7f7;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 10px 5px;
  margin: 2em 0;
}
.text .button_form a {
  display: block;
  border: 3px solid #f7becc;
  width: 200px;
  line-height: 28px;
  background: #fff;
  color: #000;
  text-align: center;
  border-radius: 50px;
}
.no_thumbnail img {
  width: auto !important;
  height: auto !important;
}
.text ul li {
  list-style: none;
  margin: 0 0 20px 30px;
}
.text ul.disc li {
  list-style: disc;
  margin: 0 0 20px 30px;
}
/*.link_in_page {
  max-width: 705px;
  margin: 0 auto 50px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.link_in_page li {
  flex-basis: 100%;
  text-align: center;
  padding: 7.5px;
  margin: 0 !important;
}*/
.text .section .link_in_page,
.text .section .itemlist.on .link_in_page{
  max-width: 705px;
  margin: 0 auto 50px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.text .section .link_in_page li {
  flex-basis: 100%;
  text-align: center;
  padding: 7.5px;
  margin: 0;
}
.link_in_page li a {
  display: block;
  font-size: 16px;
  line-height: 34px;
  background: #fff;
  color: #000;
  border: 3px solid #f7becc;
  border-radius: 100px;
  padding: 0 30px;
}
.text .section .link_in_page li a::after {
  content: "＞";
  margin-left: 5px;
}
.text .section .link_in_page.link_01 li {
  flex-basis: 50%;
  min-width: 50%;
  text-align: left;
}
.text .section .link_in_page.link_01 li a {
  position: relative;
  padding: 0 20px;
}
.text .section .link_in_page.link_01 li a::after {
  position: absolute;
  right: 20px;
}
.text .section .link_in_page li a:hover {
}
.text .section .link_in_page.link_02,
.text .section .itemlist.on .link_in_page.link_02 {
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 10px;
}
.text .section .link_in_page.link_02 li {
  flex-basis: 47%;
  max-width: 47%;
  min-width: auto;
  padding: 5px 0;
  margin: 0 6% 0 0;
  }
.text .section .link_in_page.link_02 li:nth-of-type(even) {
  margin-right: 0;
  }
.text .section .link_in_page.link_02 a {
  position: relative;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 0 35px 0 15px;
  width: 100%;
  height: 70px;
  background: #fff;
  color: rgba(82, 194, 206, 1);
  line-height: 1.25;
  font-weight: 700;
  overflow: hidden;
  font-size: 0.9rem;
  border-radius: 27px;
}
.text .section .link_in_page.link_02 a::after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 15px;
  font-family: "Font Awesome 5 Free";
  color: rgba(218, 237, 241,1);
  text-decoration: none !important;
  font-weight: 900;
  font-size: 21px;
  transform: translate(0,-50%);
}
.text .section .to_top {
  text-align: right;
}
.text .section .to_top a {
  color: rgba(238,124,147,1);
}
.text .section .to_top a::before {
  content: "▲";
  font-size: 11px;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 540px) {
  .text .section h4.triangle.fontchange {
    font-size: 18px;
    line-height: 32px;
  }
}
/* --------------------------------------------------------- */
@media screen and (min-width: 540px) {
  .text .section .link_in_page li {
    flex-basis: auto;
    min-width: 50%;
    padding: 7.5px;
  }
    .text .section .link_in_page.link_02 li {;
    flex-basis: 32%;
    max-width: 32%;
    margin: 0 2% 0 0;
  }
  .text .section .link_in_page.link_02 li:nth-of-type(even) {;
    margin: 0 2% 0 0;
  }
  .text .section .link_in_page.link_02 li:nth-of-type(3n) {;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .text .gray {
    font-size: 18px;
  }
  .text .section .link_in_page li {
    min-width: 30%;
    text-align: center;
    /*flex-grow: 1;*/
  }
  .text .section .link_in_page.link_01 li {
    flex-basis: 31%;
    min-width: 31%;
    text-align: left;
    flex-grow: 1;
  }
  .text .section .link_in_page.link_01 li a {
    padding: 0 30px;
}
  .text .section .link_in_page.link_01 li a::after {
    right: 30px;
  }
}
@media screen and (min-width: 959px) {
  .text .section .link_in_page.link_02 li {;
    flex-basis: 21%;
    max-width: 21%;
    margin: 0 4% 0 0;
  }
  .text .section .link_in_page.link_02 li:nth-of-type(even) {;
    margin: 0 4% 0 0;
  }
  .text .section .link_in_page.link_02 li:nth-of-type(3n) {;
    margin: 0 4% 0 0;
  }
  .text .section .link_in_page.link_02 li:nth-of-type(4n) {;
    margin: 0;
  }
  .text .section .link_in_page.link_02 a {
    width: 206px;
    font-size: 15px;
    padding: 0 35px 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .text .gray {
    font-size: 14px;
  }
}

/* スマフォで見られる表(金額リストなど) */
.text .price_table {
  margin: 25px 0 50px;
}
.text .price_table table {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  table-layout: auto;
}
.text .price_table table tr {
  border-bottom: 15px solid #fff;
}
.text .price_table table th {
  width: 32%;
  padding: 18px 0;
  background: rgba(243,148,170,1);
  color: #000;
  text-align: center;
}
.text .price_table table td {
  background: rgba(255,244,238,1);
  padding: 18px;
}
.text .price_table table th + td {
  background: none !important;
  text-align: center;
  padding: 18px 5px;
}
.text .price_table table td span {
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .text .price_table table th,
  .text .price_table table td {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 18px !important;
  }
  .text .price_table table th + td {
    display: none;
  }
}
.text .price_table ol {
  padding: 0 4%;
}
.text .price_table li {
  padding-left: 1em;
  text-indent: -1em;
}
/* イベント詳細用テーブル */
.text .event_table,
.text .event_point {
  margin: 25px 0 50px;
}
.text .event_table table,
.text .event_point table {
  width: 100%;
  font-size: 16px;
}
.text .event_table table tr {
  border-bottom: 10px solid #fff;
}
.text .event_point table tr {
  border-bottom: 30px solid #fff;
}
.text .event_table table th {
  width: 158px;
  padding: 10px 0;
  background: rgba(243,148,170,1);
  color: #fff;
  text-align: center;
}
.text .event_table table td {
  background: rgba(255,244,238,1);
  padding: 10px;
}
.text .event_point table th img {
  width: 200px;
  height: auto;
}
.text .event_point table th {
  width: 200px;
  vertical-align: top;
  padding-top: 20px;
}
.text .event_point table td {
  padding: 0 20px;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .text .event_table table th,
  .text .event_table table td,
  .text .event_point table th,
  .text .event_point table td {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 18px !important;
  }
}
.text .event_table ol {
  padding: 0 4%;
}
.text .event_table li {
  padding-left: 1em;
  text-indent: -1em;
}

/* 組織紹介（名前一覧タイプ／顔写真表示タイプ） */
.text table {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
}
.text #soshiki {
  max-width: 675px;
  margin: 35px auto 0;
}
.text #soshiki tr:nth-child(odd) {
  background: rgba(169,224,229,1);
}
.text #soshiki th {
  min-width: 7em;
  line-height: 1.8;
  border: 1px solid #fff;
  padding: 10px 0;
  font-weight: normal;
  vertical-align: top;
  text-align: center;
}
.text #soshiki td {
  font-size: 18px;
  border: 1px solid #fff;
  padding: 10px 5%;
  vertical-align: top;
}
.text #soshiki + .gray {
  max-width: 675px;
  margin: 35px auto 0;
  background: rgba(219,243,245,1);
  text-align: center;
}
.text .soshiki_photo,
.text .soshiki_no_photo {
  display: block;
  margin-bottom: 15px;
}
.text .soshiki_photo tbody,
.text .soshiki_no_photo tbody {
  display: block;
}
.text .soshiki_photo tr,
.text .soshiki_no_photo tr {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.text .soshiki_photo tr td,
.text .soshiki_no_photo tr td {
  position: relative;
  display: inline-block;
  padding: 12px;
}
.text .soshiki_photo tr td {
  border-bottom: 2px solid rgba(247,202,211,1);
}
.text .soshiki_photo tr td:nth-child(odd) {
  flex-basis: 149px;
  max-width: 149px;
  margin-left: 1%;
  border-right: 0;
}
.text .soshiki_photo tr td:nth-child(even) {
  flex-basis: calc(48% - 149px);
  max-width: calc(48% - 149px);
  padding-left: 5px;
  margin-right: 1%;
  border-left: 0;
}
.text .soshiki_no_photo tr td {
  flex-basis: 48%;
  margin-left: 1%;
  margin-right: 1%;
}
.text .soshiki_no_photo tr td::before {
  background: rgba(0,100,100,1);
}
.text .soshiki_photo td ul {
  margin: 5px 0;
}
.text .soshiki_photo td ul li {
  margin: 0 0 5px 30px;
}
.text .soshiki_photo td ul li:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
}
.text .soshiki_no_photo td ul li:first-child,
.text .soshiki_no_photo td ul li:nth-child(2) {
  display: inline;
}
.text .soshiki_no_photo td ul li:first-child::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: rgba(238,124,147,1);
  border-radius: 50%;
  margin: -2px 8px 0 0;
  vertical-align: middle;
}
.text .soshiki_no_photo td ul li:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  margin-left: 1em;
}

@media screen and (max-width: 640px) {
  .text .soshiki_photo tr td:nth-child(even) {
    flex-basis: calc(98% - 149px);
    max-width: calc(98% - 149px);
  }
  .text .soshiki_no_photo tr td {
    flex-basis: 98%;
    max-width: 98%;
  }
}

/* ---------------------------------------------------------------------------
    .text 本文 customize
--------------------------------------------------------------------------- */
/* 組織概要 Aパターン */
.text #soshikigaiyou::after {
  content: "";
  display: block;
  clear: both;
}
.text #soshikigaiyou .article img {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
}
.text #soshikigaiyou .article #yakuwari {
  max-width: 675px;
  margin: 0 auto 40px;
  font-size: 16px;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.text #soshikigaiyou .article #yakuwari th {
  background: rgba(81,193,205,1);
  color: rgba(254,246,105,1);
  padding: 7px 3%;
  vertical-align: top;
  width: 30%;
}
.text #soshikigaiyou .article #yakuwari td {
  background: rgba(234,244,246,1);
  color: rgba(51,51,51,1);
  padding: 7px 3%;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .text #soshikigaiyou .section {
    float: left;
    width: 50%;
    padding: 0 40px 0 0;
  }
  .text #soshikigaiyou .section:nth-child(2n) {
    padding: 0 0 0 40px;
  }
}
@media screen and (max-width: 640px) {
  .text #soshikigaiyou .article #yakuwari,
  .text #soshikigaiyou .article #yakuwari tbody,
  .text #soshikigaiyou .article #yakuwari tr,
  .text #soshikigaiyou .article #yakuwari th,
  .text #soshikigaiyou .article #yakuwari td {
    display: block;
    width: 100%;
  }
}
/* 組織概要 Bパターン */
.text #soshikigaiyou {
  margin: 40px 0;
}
.text #soshikigaiyou div {
  margin: 18px 0;
}
.text #soshikigaiyou div:nth-child(odd) table {
  background: rgba(248,204,157,1);
  width: 100%;
  table-layout: fixed;
}
.text #soshikigaiyou div:nth-child(odd) table tr td {
  background: rgba(254,247,218,1);
  border-right: 10px solid rgba(248,204,157,1);
}
.text #soshikigaiyou div:nth-child(even) table {
  background: rgba(179,228,235,1);
  width: 100%;
  table-layout: fixed;
}
.text #soshikigaiyou div:nth-child(even) table tr td {
  background: rgba(232,252,253,1);
  border-right: 10px solid rgba(179,228,235,1);
}
.text #soshikigaiyou div table tr:not(:first-child) td,
.text #soshikigaiyou div table tr:not(:last-child) td {
  padding: 5px 20px;
}
.text #soshikigaiyou div:nth-child(odd) table tr:not(:last-child) td {
  border-bottom: 5px solid rgba(248,204,157,1);
}
.text #soshikigaiyou div:nth-child(odd) table tr:nth-child(even) td {
  background: rgba(251,231,210,1);
}
.text #soshikigaiyou div:nth-child(even) table tr:not(:last-child) td {
  border-bottom: 5px solid rgba(179,228,235,1);
}
.text #soshikigaiyou div:nth-child(even) table tr:nth-child(even) td {
  background: rgba(246,255,255,1);
}

.text #soshikigaiyou div table tr th {
  font-size: 21px;
  vertical-align: top;
  padding: 20px 20px;
  font-weight: 900;
  width: 190px;
}
.text #soshikigaiyou div table tr td:nth-last-child(2) {
  font-weight: 700;
  width: 190px;
}
.text #soshikigaiyou div table tr td {
  font-size: 16px;
  vertical-align: top;
  padding: 20px 20px;
}
.text #soshikigaiyou div table p {
  margin-top: 1em;
}
.text #soshikigaiyou div table a {
  text-decoration: underline;
  color: #000;
}
@media (max-width: 767px) {
  .text #soshikigaiyou div table,
  .text #soshikigaiyou div table tbody,
  .text #soshikigaiyou div table tr,
  .text #soshikigaiyou div table tr th,
  .text #soshikigaiyou div table tr td {
    display: block;
    width: 100% !important;
  }
  .text #soshikigaiyou div:nth-child(odd) table tr td {
    border-bottom: 10px solid rgba(248,204,157,1);
  }
  .text #soshikigaiyou div:nth-child(even) table tr td {
    border-bottom: 10px solid rgba(179,228,235,1);
  }
  .text #soshikigaiyou div table tr th,
  .text #soshikigaiyou div table tr td {
    padding: 10px;
    border-right: 0 !important;
    font-size: 16px;
  }
  .text #soshikigaiyou div table tr td:nth-last-child(2) {
    border-bottom-width: 1px !important;
  }
}
/* 地区別協議会のご紹介 */
#map {
  position: relative;
  text-align: center;
}
#map img {
  max-width: 100%;
  height: auto;
}
#map .textbox {
  position: absolute;
  top: -20px;
  left: 0;
  width: 70%;
  text-align: left;
}
#map .textbox ul {
  width: 11em;
  border: 3px double rgba(177,226,231,1);
  padding: 10px 10px 10px 30px;
  margin: 10px 0;
}
#map .textbox ul li {
  list-style: disc;
  font-weight: bold;
}
#map .textbox ul li.Hokkaido { color: #6699cc; }
#map .textbox ul li.Tohoku { color: #52bbd1; }
#map .textbox ul li.Kanto { color: #71d5cb; }
#map .textbox ul li.Tokai { color: #c0c743; }
#map .textbox ul li.Kansai-hokuriku { color: #efb838; }
#map .textbox ul li.Chu-shikoku { color: #f58c3f; }
#map .textbox ul li.Kyushu { color: #e77a72; }

#chikyo h4 {
  position: relative;
  font-size: 20px;
  line-height: 42px;
  text-align: left;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  padding-left: 36px;
}
#chikyo h4::before {
  content: "・";
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 42px;
}
#chikyo #Hokkaido h4 { color: #6699cc; border-bottom-color: #6699cc; }
#chikyo #Tohoku h4 { color: #52bbd1; border-bottom-color: #52bbd1; }
#chikyo #Kanto h4 { color: #71d5cb; border-bottom-color: #71d5cb; }
#chikyo #Tokai h4 { color: #c0c743; border-bottom-color: #c0c743; }
#chikyo #Kansai-hokuriku h4 { color: #efb838; border-bottom-color: #efb838; }
#chikyo #Chu-shikoku h4 { color: #f58c3f; border-bottom-color: #f58c3f; }
#chikyo #Kyushu h4 { color: #e77a72; border-bottom-color: #e77a72; }

#chikyo table {
  width: 90%;
  table-layout: fixed;
  margin: 0 5%;
}
#chikyo table th,
#chikyo table td {
  border: 1px solid #ccc;
  padding: 0px 5px;
  vertical-align: top;
  width: 30%;
  font-size: 16px;
}
#chikyo table th {
  text-align: center;
  border-bottom: 3px double #ccc;
  background: #eee;
}
#chikyo table th:last-child,
#chikyo table td:last-child {
  width: 40%;
}
@media (max-width: 768px) {
  #map .textbox {
    position: static;
    width: 100%;
  }
  #map .textbox ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  #map .textbox ul li {
    flex: 0 1 25%;
  }
  #map .textbox ul li:nth-child(5),
  #map .textbox ul li:nth-child(6) {
    flex-grow: 2;
  }
}
@media (max-width: 540px) {
  #map .textbox {
    font-size: 14px;
  }
  #map .textbox ul li {
    flex: 0 2 50%;
  }
  #chikyo table th,
  #chikyo table td {
    font-size: 12px;
  }
}

/* 加盟組合のご紹介 */
.union_index {
  text-align: center;
}
.union_index ul {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin: 25px 0 30px;
}
.union_index ul li {
  min-width: 37px;
  line-height: 37px;
  margin: 6px;
}
.union_index ul li:last-child {
  flex-basis: auto;
}
.union_index ul li a {
  display: block;
  padding: 0 9px;
  background: rgba(248,204,157,1);
  color: #000;
  font-size: 18px;
  border-radius: 5px;
}
.union_index ul li:nth-child(even) a {
  background: rgba(178,227,234,1);
}

.union_target {
  margin: 0 0 30px;
}
.union_target h4 {
  display: inline-block;
  background: rgba(248,204,157,1);
  width: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0;
  border-radius: 5px;
}
.union_target:nth-child(even) h4 {
  background: rgba(178,227,234,1);
}
.union_target table,
.union_target tbody,
.union_target tr {
  display: block;
}
.union_target tr th {
  display: block;
  font-size: 16px;
  margin-top: 25px;
}
.union_target tr td {
  display: inline-block;
}
.union_target tr td:first-of-type {
  width: 90px;
}
.union_target tr td:nth-of-type(2) {
  width: calc(100% - 100px);
}
.union_target tr td:nth-of-type(3),
.union_target tr td:nth-of-type(4) {
  width: 190px;
}
#i_joubu table {
  max-width: 690px;
  margin: 10px auto;
}
#i_joubu table th {
  background: rgba(248,204,157,1);
  border-bottom: 10px solid #fff;
  padding: 10px;
}
#i_joubu table td {
  background: rgba(249,242,236,1);
  border-bottom: 10px solid #fff;
  padding: 10px;
}
#i_joubu table a {
  color: #000;
}

@media (max-width: 768px) {
  .union_index ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .union_target tr td:first-of-type,
  .union_target tr td:nth-of-type(2) {
    width: 100%;
  }
}

/* ゴム連合の取り組み */
#torikumi .section table,
#torikumi .section tbody,
#torikumi .section tr,
#torikumi .section th,
#torikumi .section td {
  display: block;
}
#torikumi .section table {
  position: relative;
  margin: 15px 0 45px;
  border-bottom: 0;
}
#torikumi .section .NewsLogList_article:last-child {
  margin-bottom: 45px;
}
#torikumi .section tr {
  padding-bottom: 20px;
}
#torikumi .section tr::after {
  content: "";
  display: block;
  clear: both;
}
#torikumi .section th {
  float: left;
  margin-right: 3%;
}
#torikumi .section th img {
  width: 90px !important;
  height: 90px !important;
  object-fit: cover;
  border-radius: 7px;
}
#torikumi .section th + td {
  color: rgba(237,128,150,1);
  font-size: 18px;
  line-height: 1.25;
  font-weight: bold;
  padding: 1px 0 8px;
}
/* --------------------------------------------------------- */
@media screen and (min-width: 768px) {
  #torikumi .section tbody::after {
    content: "";
    display: block;
    clear: both;
  }
  #torikumi .section tr {
    float: left;
    width: 50%;
  }
  #torikumi .section tr:nth-child(odd) {
    clear: both;
  }
  #torikumi .section th img {
    width: 115px !important;
    height: 115px !important;
  }
  #torikumi .section tr:nth-child(odd) td {
    margin-right: 5%;
  }
  #torikumi .section tr:nth-child(even) th {
    margin-left: 5%;
  }
}

/* ゆにおん年金の紹介 */
.text #nenkin {
  max-width: 690px;
  margin: 0px auto;
}
.text #nenkin p,
.text #nenkin ul {
  margin: 20px auto;
}
.text #nenkin li {
  list-style: disc;
  margin-left: 25px;
}

.text #nenkin .pamph {
  margin: 0 auto;
  text-align: center;
  max-width: 440px;
}
.text #nenkin .pamph img {
  max-width: 100%;
  border: 1px solid #ccc;
}
.text #nenkin table {
  margin: 20px auto 40px;
  font-size: 16px;
}
.text #nenkin table th strong {
  position: relative;
  display: inline-block;
  width: 124px;
  line-height: 30px;
  background: rgba(177,226,231,1);
  text-align: center;
  margin-right: 20px;
  box-shadow: 6px 3px 0 rgba(53,53,53,1);
}
.text #nenkin .tel {
  position: relative;
  background: rgba(235,244,247,1);
  padding: 35px 0;
  margin: 30px 7px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.text #nenkin .tel::before {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  background: -webkit-repeating-linear-gradient(-45deg, rgba(240,244,243,1), rgba(240,244,243,1) 5px, rgba(216,235,241,1) 5px, rgba(216,235,241,1) 20px);
  background: repeating-linear-gradient(-45deg, rgba(240,244,243,1), rgba(240,244,243,1) 5px, rgba(216,235,241,1) 5px, rgba(216,235,241,1) 20px);
  z-index: -1;
}
.text #nenkin .tel span {
  font-size: 15px;
}

/* 組合役員専用ページ */
#yakuin #notice {
  background: rgba(254,243,238,1);
  padding: 15px;
  margin-bottom: 30px;
}
#yakuin #notice th {
  font-size: 26px;
  text-align: center;
  color: rgba(204,0,0,1);
}
#yakuin #notice th span {
  font-size: 11px;
  font-weight: normal;
}
#yakuin #notice td {
  padding: 5px 0 0;
}
#yakuin ul.square {
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  background: #fff;
  color: #000;
  top: 40px;
  left: 0;
  width: 100%;
  min-height: 300px;
  border: 1px solid rgba(238,124,147,1);
}
#yakuin ul.square > li {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 20px;
  text-align: left;
  line-height: 1.25;
  overflow: hidden;
  border-bottom: 1px solid rgba(238,124,147,1);
}
#yakuin ul.square > li:last-child {
  border-bottom: 0;
}
#yakuin ul.square > li.bdbt {
  border-bottom: 1px solid rgba(238,124,147,1);
}
/*#yakuin ul.square > li > span {
  display: block;
  width: 100%;
  height: 70px;
  overflow: hidden;
  margin-bottom: 1em;
  border: 1px solid #ddd;
}
#yakuin ul.square > li > span img {
  max-width: inherit;
  object-fit: cover;
}*/
#yakuin ul.square > li a {
  position: relative;
  display: inline-block;
  color: #000;
	padding-left: 24px;
}
#yakuin ul.square > li > span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding: 0px 0 10px;
}
#yakuin ul.square > li > a::before {
  content: "\f152";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
  color: rgba(238,124,147,1);
  margin-right: 3px;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
}
#yakuin ul.square > li > div {
  margin-left: 8px;
}
#yakuin ul.square > li > div a {
  font-size: 16px;
  padding: 5px 0 5px 15px;
}
#yakuin ul.square > li > div a::before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: -5px;
  margin-right: 3px;
  color: rgba(224,95,89,1);
  font-weight: bold;
}
#yakuin ul,
#yakuin li {
  list-style-image: url(data:0);
}
@media screen and (min-width: 768px) {
  #yakuin ul.square > li {
    flex: 0 0 33.3%;
    max-width: 33.3%;
    padding: 20px;
    text-align: left;
    line-height: 1.25;
    overflow: hidden;
    border-bottom: 0;
  }
  #yakuin ul.square > li:not(:nth-child(3n+1)) {
    border-left: 1px solid rgba(238,124,147,1);
  }
  #yakuin ul.square > li:nth-last-child(n+4) {
    border-bottom: 1px solid rgba(238,124,147,1);
  }
}

/* 連絡先・アクセス */
.text .google_map {
  position: relative;
  max-width: 600px;
  margin: 30px auto;
  text-align: center;
}
.text .google_map::before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
.text .google_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.text .address {
  text-align: center;
  line-height: 1.75;
}
.text .address img {
  vertical-align: text-bottom;
}
/* ---------------------------------------------------------------------------
    Nログ雛形
--------------------------------------------------------------------------- */
.text .section .box_01,
.text .section .box_02,
.text .section .box_03 {
  margin: 20px 0;
  padding: 20px;
}
.text .section .box_01 {
  background: rgba(236,246,248,1);
}
.text .section .box_02 {
  background: rgba(229,244,225,1);
  border-radius: 10px;
}
.text .section .box_03 {
  background: rgba(238,238,238,1);
  border-top: solid 5px rgba(82, 194, 206, 1);
}
.text .section .box_03 ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.text .section .box_03 ul li {
  list-style: none;
  padding: 5px 8px;
  background: #fff;
  margin: 0 10px 10px 0;
  font-size: 14px;
}
.text .section .title_01 {
  display: inline;
  position: relative;
  font-size: 18px;
  margin-bottom: 10px;
  background:linear-gradient(0deg,#ade1da 0%,#ade1da 34%,transparent 34%,transparent 100%);
}
.text .section .title_01::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
}
.text .section .title_02,
.text .section .title_05 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}
.text .section .title_03 {
  background: rgba(82, 194, 206, 1);
  color: #fff;
  border-left: 10px solid rgba(229,244,225,1);
  padding: 3px 60px 3px 10px;
  margin-top: 10px;
  cursor: pointer;
  position: relative;
}
.text .section .title_03.open {
  background: rgba(117, 206, 216, 1);
  border-left: 10px solid rgba(229,244,225,1);
}
.text .section .title_03::after {
  content: "開く▼";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-weight: normal;
  font-size: 14px;
}
.text .section .title_03.open::after {
  content: "閉じる▲";
}
.text .section .title_04 {
  background: rgba(236,246,248,1);
  color: #333;
  padding: 3px 10px;
  margin-top: 3px;
  cursor: pointer;
  position: relative;
}
.text .section .title_04.open {
  background: rgba(82, 194, 206, 1);
  color: #fff;
}
.text .section .title_04::after {
  content: "∨";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-weight: normal;
  font-size: 14px;
  color: #333;
}
.text .section .title_04.open::after {
  content: "∧";
  color: #fff;
}
.text .section .title_05 {
  text-align: center;
}
.text .section .title_06 {
  padding: 10px 10px 10px 20px;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
.text .section .title_06::before {
  content: "▲";
  position: absolute;
  transform: rotate(-30deg);
  color: rgba(88,196,208,1);
  font-size: 13px;
  line-height: 1;
  left: 0px;
  top: 14px;
}
.text .section .itemlist {
  padding: 10px;
  box-sizing: border-box;
  pointer-events: none;
  position: absolute;
  top: -999999px;
  opacity: 0;
  height: 0;
}
.text .section .itemlist.on {
  pointer-events: auto;
  position: static;
  opacity: 1;
  height: auto;
}
.text .section span.style_01 {
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  background: #58c4d0;
  padding: 3px 8px;
  margin: 10px 0;
}
.text .section p > span.style_01 {
  margin: 0;
}
.text .section .style_02 {
  position: relative;
  margin: 16px 4%;
}
.text .section .style_02::after {
  content: "▲";
  position: absolute;
  transform: rotate(-30deg);
  color: rgba(88,196,208,1);
  font-size: 13px;
  line-height: 1;
  left: -20px;
  top: 2px;
}
.text .section .style_02 a {
  color: #333;
}
.text .section .style_03 {
  font-weight: 700;
  font-size: 17px;
}
.text .section .style_03::before {
  content: "・";
  color: rgba(88,196,208,1);
}
.text .section ul,
.text .section ol {
  margin: 14px 0;
  padding-left: 0;
}
.text .section ul li,
.text .section ol li{
  margin: 0px 0 10px 30px;
  list-style: disc;
}
.text .section ul.disc li {
  list-style: none;
  padding-left: 16px;
  text-indent: -16px;
  margin: 0px 0 10px 16px;
}
.text .section ul.disc li::before {
  content: "・";
  color: rgba(88,196,208,1);
}
.text .section ul.kome li {
  list-style: none;
  padding-left: 16px;
  text-indent: -16px;
  margin: 0px 0 10px 16px;
}
.text .section ul.kome li::before {
  content: "※";
}
.text .section ul.circle li {
  list-style: circle;
}
.text .section ul.square li {
  list-style: square;
}
.text .section ul.link_in_page li {
  list-style: none;
}
.text .section ol.decimal li {
  list-style: decimal;
}
.text .section ol.note li {
  list-style: none;
  margin: 0px 0 10px 0;
  padding-left: 60px;
  text-indent: -60px;
}
.text .section ol.note li::before {
  content: "（注 1）"
}
.text .section ol.note li:nth-child(2)::before {
  content: "（注 2）"
}
.text .section ol.note li:nth-child(3)::before {
  content: "（注 3）"
}
.text .section ol.note li:nth-child(4)::before {
  content: "（注 4）"
}
.text .section ol.note li:nth-child(5)::before {
  content: "（注 5）"
}
.text .section ol.note li:nth-child(6)::before {
  content: "（注 6）"
}
.text .section ol.note li:nth-child(7)::before {
  content: "（注 7）"
}
.text .section ol.note li:nth-child(8)::before {
  content: "（注 8）"
}
.text .section ol.note li:nth-child(9)::before {
  content: "（注 9）"
}
.text .section ol.note li:nth-child(10)::before {
  content: "（注 10）"
}
.text .section .page_top {
  text-align: left;
}
.text .section .page_top a {
  display: inline-block;
  width: 186px;
  line-height: 30px;
  text-align: center;
  background: rgba(171, 224, 230, 1);
  color: #333;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  margin: 0 auto;
  border-radius: 30px;
}
.text .section .page_top a::after {
    content: "∧";
    display: inline-block;
    margin-left: 5px;
}
.text .section hr {
  border-top: 2px dashed #58c4d0;
  border-bottom: 0;
  margin-top: 20px;
}
.text .section .box01,
.text .section .box02 {
  padding: 10px;
  margin: 10px 0 20px;
}
.text .section .box01 {
  background: rgba(229,244,225,1);
}
.text .section .box02 {
  background: rgba(218,237,241,1); 
}
.text .section .link_in_page_01 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px;
}
.text .section .link_in_page_01 li {
  position: relative;
  flex-basis: 100%;
  min-width: 100%;
  background: #fff;
  text-align: center;
  list-style: none;
  height: 40px;
  line-height: 40px;
  margin: 0 0 60px 0;
}
.text .section .link_in_page_01 li:last-child {
  margin-bottom: 0;
}
.text .section .link_in_page_01 li.item::before {
  content: "メリット配分部分";
  display: inline-block;
  position: absolute;
  top: -18px;
  left: 0;
  color: #fff;
  background: rgba(88,196,208,1);
  padding: 3px 8px;
  line-height: 1;
  font-size: 12px;
}
.text .section .link_in_page_01 li::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  display: block;
  color: rgba(82, 194, 206, 1);
  position: absolute;
  top: -56px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  font-weight: 600;
}
.text .section .link_in_page_01 li:first-child::after {
  display: none;
}
.text .section .link_in_page_01 li a {
  position: relative;
  display: block;
  color: #333;
}
.text .section .link_in_page_01 li a::before {
  content: "▲";
  position: absolute;
  transform: rotate(-30deg);
  color: rgba(88,196,208,1);
  font-size: 12px;
  line-height: 1;
  left: 10px;
  top: 12px;  
}
@media screen and (min-width: 768px) {
  .text .section .box01,
  .text .section .box02 {
    padding: 16px;
  }
  .text .section .link_in_page_01 {
    margin: 40px 20px 20px 20px;
}
  .text .section .link_in_page_01 li {
    flex-basis: calc(( 100% - 80px )/3);
    min-width: calc(( 100% - 80px )/3);
    margin: 0 39.9px 0 0;
  }
  .text .section .link_in_page_01 li:last-child {
    margin: 0;
  }
  .text .section .link_in_page_01 li.item::after {
    position: absolute;
    top: 0;
    left: -20px;
    transform: translateX(-50%);
  }
  
  .text .section .more {
    margin-bottom: 45px;
    text-align: center;
}
p {
    margin: 0;
}
* {
    box-sizing: border-box;
}
user agent stylesheet
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.text {
    text-align: left;
    font-size: 16px;
    margin-bottom: 50px;
}
@media screen and (min-width: 768px)
.kijiBlock {
    text-align: center;
}
body {
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    background-image: url(/-/mhfgu/file/html/open/img/common/bg01.png);
}
box-sizing:border-box;
display:block;
font-family:-apple-system, BlinkMacSystemFont, "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size:16px;
height:30px;
line-height:22.4px;
margin-block-end:15px;
margin-block-start:0px;
margin-bottom:15px;
margin-inline-end:0px;
margin-inline-start:0px;
margin-left:0px;
margin-right:0px;
margin-top:0px;
text-align:left;
text-size-adjust:100%;
width:858.375px;
Rendered Fonts
Yu Gothic—Local file(9 glyphs)
}
/* ---------------------------------------------------------------------------
    ハンドブック雛形／Q&Aページ/table
--------------------------------------------------------------------------- */
.text .handbook_table {
  margin: 15px 0 50px;
}
.text .handbook_table_01 {
  margin: 5px 0 25px;
}
.text table {
  width: 100%;
  font-size: 16px;
  margin-bottom: 20px;
  table-layout: fixed;
}
.text table tr th,
.text table tr td {
  padding: 10px;
  vertical-align: top;
}
.text .section table p,
.text .section table ul,
.text .section table ol,
.text .section table il,
.text .section table .link_in_page {
  margin: 5px 0;
}
/*.handbook_table*/
.text .handbook_table table tr {
  background: #e5f4e1;
}
.text .handbook_table table tr:first-of-type {
  background: #cdedf1;
}
.text .handbook_table table tr th {
  padding: 10px 26px 10px 10px;
  font-size: 20px;
  font-weight: 700;
  color: #52aaba;
  width: 44px;
  text-align: center;
  vertical-align: text-bottom;
  position: relative;
}
.text .handbook_table table tr th::after {
  content: "▼";
  transform: rotate(30deg);
  color: #58c4d0;
  font-size: 16px;
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 28px;
}
.text .handbook_table table tr td {
  vertical-align: middle;
}
/*.handbook_table_01*/
.text .handbook_table_01 table {
  table-layout: auto;
}
.text .handbook_table_01 table tr {
  border-bottom: 4px solid #fff;
}
.text .handbook_table_01 table tr:last-of-type {
    border-bottom: 0;
}
.text .handbook_table_01 table tr th {
  background: rgba(82, 194, 206, 1);
  color: #fff;
  font-weight: 700;
}
.text .handbook_table_01 table tr td {
  background: rgba(218,237,241,1);
  color: #333;
}
.text .handbook_table_01.tb01 table tr td,
.text .handbook_table_01.tb03 table tr th,
.text .handbook_table_01.tb03 table tr td {
  display: block;
}
.text .handbook_table_01.tb01 table tr td:first-of-type {
  border-bottom: 2px solid rgba(82, 194, 206, 1);
}
.text .handbook_table_01.tb02 table tr td,
.text .handbook_table_01.tb02_01 table tr td{
  background: #eee;
}
.text .handbook_table_01.tb02 table tr th,
.text .handbook_table_01.tb02_01 table tr td:last-of-type {
  width: 30%;
  background: rgba(82, 194, 206, 1);
  color: #fff;
  font-weight: 700;
}
.text .handbook_table_01.tb02.thead table thead tr th {
  background: rgba(82, 194, 206, 1);
  color: #fff;
  font-weight: 700;
}
.text .handbook_table_01.tb02.thead table tr th {
  background: #eee;
  color: #000;
}
.text .handbook_table_01.tb03 table tr th,
.text .handbook_table_01.tb03 table tr td {
  background: #eee;
  color: #333;
}
.text .handbook_table_01.tb03 table tr th {
  border-bottom: 2px solid #fff;
}
.text .handbook_table_01.tb03 table tr th a {
  color: #333;
}
/*.handbook_table_02・2カラム*/
.text .handbook_table_02,
.text .handbook_table_04,
.text .handbook_table_05 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.text .handbook_table_02 table,
.text .handbook_table_04 table,
.text .handbook_table_05 div {
  flex-basis: 100%;
  max-width: 100%;
}
.text .handbook_table_02 table,
.text .handbook_table_05 div {
  margin-bottom: 40px;
}
.text .handbook_table_02 table {
  font-size: 14px;
}
.text .handbook_table_02 table tr {
  background: #eee;
}
.text .handbook_table_02 table tr:first-of-type th {
  font-size: 14px;
  font-weight: 400;
  background: rgba(169, 224, 229,1);
  text-align: center;
}
.text .handbook_table_02 table tr:first-of-type th:first-of-type {
  display: table-cell;
  width: 180px;
}
.text .handbook_table_02 table tr td {
  text-align: center;
}
.text .handbook_table_02 table tr td:first-of-type {
  text-align: left;
}
.text .handbook_table_02 table tr td {
  border-bottom: 1px solid #999; 
}
.text .handbook_table_02 table tr:first-of-type td,
.text .handbook_table_02 table tr:last-of-type td {
  border-bottom: 0; 
}
.text .handbook_table_02 .th_title {
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px;
  font-weight: 700;
  background: #eee;
  border-bottom: 2px solid rgba(82,194,206,1);
}
.text .handbook_table_02.tb01 table tr th,
.text .handbook_table_02.tb01 table tr td {
  text-align: center;
} 
.text .handbook_table_02.tb01 table thead tr th {
  background: rgba(82, 194, 206, 1);
  color: #fff;
  position: relative;
}
.text .handbook_table_02.tb01 table thead tr.col_1 th {
  font-weight: 600;
}
.text .handbook_table_02.tb01 table thead tr.col_1 th::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width:100%;
  height: 2px;
  background: #fff;
  z-index: 99;
}
.text .handbook_table_02.tb01 table thead tr.col_2 th:first-of-type::after {
  content: "";
  position: absolute;
  top: 10%;
  right: -1px;
  width: 2px;
  height: 80%;
  background: #fff;
  z-index: 99;
}
.text .handbook_table_02.tb01 table tr td:first-of-type {
  border-right: 2px solid #fff;
}
.text .handbook_table_02.tb01 table tr td:last-of-type {
  border-right: 0;
}
.text .handbook_table_02.tb01 table tr td {
  background: rgba(218, 237, 241,1);
  border-bottom: 2px dotted rgba(82, 194, 206, 1);
}
.text .handbook_table_02.tb01 table tr:last-of-type td {
  border-bottom: 0;
}
.text .handbook_table_02.tb01.b_r table tr td {
  border-right: 2px solid #fff;
}
.text .handbook_table_02.tb01.b_r table tr td:last-of-type {
  border-right: 0;
}
/*.handbook_table_03・1カラム・縦横スクロール*/
.text .handbook_table_03,
.text .handbook_table_07 {
  display: inline-block;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  max-height: 260px;
  margin-bottom: 20px;
}
.text .handbook_table_03 table,
.text .handbook_table_07 table {
  width: auto;
  font-size: 14px;
  margin-bottom: 0;
}
.text .handbook_table_03::-webkit-scrollbar,
.text .handbook_table_07::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
.text .handbook_table_03::-webkit-scrollbar-track,
.text .handbook_table_07::-webkit-scrollbar-track{
  margin: 0 2px;
  background: #ccc;
  border-radius: 5px;
}
.text .handbook_table_03::-webkit-scrollbar-thumb,
.text .handbook_table_07::-webkit-scrollbar-thumb{
  border-radius: 5px;
  background: #666;
}
.text .handbook_table_03 th,
.text .handbook_table_03 td {
  text-align: center;
  min-width: 92px;
}
.text .handbook_table_03 tr {
  border-bottom: 1px solid #333;
}
.text .handbook_table_03 tr:nth-of-type(odd) {
  background: #eee;
}
.text .handbook_table_03 tr:first-of-type {
  background: rgba(169, 224, 229,1);
}
/*.handbook_table_04・2カラム*/
.text .handbook_table_04 table th {
  background: rgba(82,194,206,1);
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.text .handbook_table_04 table td {
  background: #fff;
}
.text .handbook_table_04 .box_inner {
  border: 1px solid rgba(82,194,206,1);
  padding: 5px;
}
.text .handbook_table_04 table:nth-of-type(2) {
  position: relative;
  margin-top: 40px;
}
.text .handbook_table_04 table:nth-of-type(2)::before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  display: block;
  color: rgba(82,194,206,1);
  position: absolute;
  top: -52px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 32px;
  font-weight: 600;
}
/*.handbook_table_05・2カラム*/
.text .handbook_table_05 div {
  margin-bottom: 20px;
  border: 1px solid rgba(82,194,206,1);
}
.text .handbook_table_05 table {
  margin-bottom: 0;
  font-size: 14px;
}
/*.handbook_table_06・3カラム*/
.text .handbook_table_06 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.text .handbook_table_06 table tbody {
  font-size: 14px;
  border: 1px solid #999;
}
.text .handbook_table_06 table {
  flex-basis: 100%;
  min-width: 100%;
  margin-right: 0;
}
.text .handbook_table_06 table th,
.text .handbook_table_06 table td {
  text-align: center;
}
.text .handbook_table_06 table tr:nth-of-type(odd) {
  background: #eee;
}
.text p.hb_tb_06 span:first-of-type,
.text .handbook_table_06 table:first-of-type tr:first-of-type {
  background: rgba(216, 238, 235, 1);
}
.text p.hb_tb_06 span:nth-of-type(2),
.text .handbook_table_06 table:nth-of-type(2) tr:first-of-type {
  background: rgba(238, 205, 198, 1);
}
.text p.hb_tb_06 span:nth-of-type(3),
.text .handbook_table_06 table:nth-of-type(3) tr:first-of-type {
  background: rgba(255, 244, 170, 1);
}
.text .handbook_table_06 table th hr {
  border-top: 1px solid #999;
  margin-top: 10px;
}
.text .handbook_table_06 table th span {
  display: inline-block;
  width: 50%;
}
.text .handbook_table_06 table:nth-of-type(2),
.text .handbook_table_06 table:nth-of-type(3) {
  position: relative;
  margin-top: 30px;
}
.text .handbook_table_06 table:nth-of-type(2)::before,
.text .handbook_table_06 table:nth-of-type(3)::before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  display: block;
  color: #666;
  position: absolute;
  top: -52px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 32px;
  font-weight: 600;
}
/*.handbook_table_07・1カラム スクロール*/
.text .handbook_table_07 {
  overflow-x: scroll;
  max-height: none;
}
.text .handbook_table_07 table {
  background: #fff;
}
.text .handbook_table_07 table thead tr th {
  text-align: left;
  background: rgba(102, 102, 102, 1);
  color: #fff;
  font-weight: 700;
 }
.text .handbook_table_07 table th,
.text .handbook_table_07 table td {
  text-align: center;
  border: 1px solid #999;
}
.text .handbook_table_07 table th {
  background: rgba(88, 196, 208, 1);
}
@media screen and (min-width: 768px) {
  .text .handbook_table table tr td {
    padding: 10px 20px 10px 10px;
  }
  .text .handbook_table table tr:nth-of-type(2) td {
    padding: 20px 20px 10px 10px;
  }
  .text .handbook_table table tr th,
  .text .handbook_table table tr:first-of-type td {
    padding: 20px 20px 20px 10px;
  }
  .text .handbook_table table tr:last-of-type td {
    padding: 10px 20px 20px 10px;
}
  .text .handbook_table table tr th {
    width: 80px;
  }
  .text .handbook_table table tr th::after {
    top: 24px;
    left: 55px;
  }
  .text .handbook_table_01.tb01 table tr td,
  .text .handbook_table_01.tb03 table tr th,
  .text .handbook_table_01.tb03 table tr td {
    display: table-cell;
}
  .text .handbook_table_01.tb01 table tr td:first-of-type {
    width: 200px;
    vertical-align: top;
    border-bottom: 0;
    border-right: 2px solid rgba(82,194,206,1);
  }
  .text .handbook_table_01.tb02 table tr th,
  .text .handbook_table_01.tb03 table tr th,
  .text .handbook_table_01.tb02_01 table tr td:last-of-type{
    width: 200px;
    vertical-align: top;
  }
  .text .handbook_table_01.tb03 table tr th {
    border-bottom: 0;
}
  .text .handbook_table_02 table,
  .text .handbook_table_05 div {
    flex-basis: 49%;
    max-width: 49%;
    margin-right: 2%;
  }
  .text .handbook_table_04 table {
    flex-basis: 47%;
    max-width: 47%;
    margin-right: 6%;
  }
  .text .handbook_table_04 table:nth-of-type(2) {
    margin-top: 0;
  }
  .text .handbook_table_04 table:nth-of-type(2)::before {
    position: absolute;
    top: 0;
    left: -6%;
    transform: translateX(-50%);
  }
  .text .handbook_table_02 table:nth-of-type(even),
  .text .handbook_table_04 table:nth-of-type(even),
  .text .handbook_table_05 div:nth-of-type(even) {
    margin-right: 0;
  }
  .text .handbook_table_02 table tr:first-of-type th:first-of-type {
    display: table-cell;
    width: 200px;
  }
  .text .handbook_table_06 table {
    flex-basis: calc(( 100% - 136px )/3);
    min-width: calc(( 100% - 136px )/3);
    max-width: calc(( 100% - 136px )/3);
    margin-right: 67px;
  }
  .text .handbook_table_06 table:nth-of-type(3) {
    margin-right: 0;
  }
  .text .handbook_table_06 table:nth-of-type(2),
  .text .handbook_table_06 table:nth-of-type(3) {
    margin-top: 0;
  }
  .text .handbook_table_06 table:nth-of-type(2)::before,
  .text .handbook_table_06 table:nth-of-type(3)::before{
    position: absolute;
    top: 0;
    left: -36px;
    transform: translateX(-50%);
  }
}




