@charset "UTF-8";
#breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
  line-height: 1.6;
  padding: 0 0 15px;
}

#breadcrumb li {
  list-style: none;
  margin-left: 7px;
}

#breadcrumb li:nth-of-type(1) {
  margin-left: 0px;
  padding-left: 0px;
}

#breadcrumb li a {
  color: #0f42a9;
  padding-right: 5px;
  text-decoration: underline;
}

#breadcrumb li a:hover {
  text-decoration: none;
}

#breadcrumb li::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#breadcrumb li:nth-last-of-type(1)::after {
  content: none;
}

#wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#item {
  max-width: 880px;
  width: 73%;
  height: auto;
  background-color: #ffffff;
  padding-bottom: 15px;
}

#item a {
  color: #0f42a9;
  text-decoration: underline;
  vertical-align: text-bottom;
}

#item a:hover {
  text-decoration: none;
}

#item h1 {
  font-size: 31px;
  color: #0f42a9;
  background-color: #e1e6f0;
  font-weight: bold;
  padding: 15px 20px;
  letter-spacing: 0.075em;
  margin-bottom: 40px;
}

#item h1 span {
  vertical-align: text-bottom;
}

#item h2 {
  width: 96%;
  margin: 0 auto;
  margin-top: 32px;
  font-size: 21px;
  background-color: #0f42a9;
  color: #ffffff;
  position: relative;
  padding: 4px 0;
  padding-left: 16px;
  letter-spacing: 0.075em;
}

#item h2::before {
  position: absolute;
  content: '';
  height: 100%;
  background-color: #7d9bdc;
  width: 10px;
  top: 0;
  left: 0;
}

#item h2 span {
  vertical-align: text-bottom;
}

#item h3 {
  width: 96%;
  margin: 0 auto;
  margin-top: 24px;
  font-size: 17px;
  color: #0f42a9;
  border-left: 10px solid #0f42a9;
  padding-left: 4px;
  font-weight: bold;
}

#item h3 span {
  vertical-align: text-bottom;
}

#item h4 {
  width: 96%;
  margin: 0 auto;
  font-size: 17px;
  color: #0f42a9;
  border-bottom: 1px solid #0f42a9;
  font-weight: bold;
  padding-left: 1rem;
  padding-bottom: 1px;
}

#item h5 {
  width: 96%;
  margin: 0 auto;
  font-size: 17px;
  color: #5e5e5e;
  font-weight: bold;
}
/*202302追加*/
#item h6::before {
  content:"■";
  display: contents;
}
#item h6 {
  width: 96%;
  margin: 0.5rem auto 0;
  font-size: 17px;
  color: #5e5e5e;
  font-weight: bold;
}

#item .img_box {
  text-align: center;
  text-indent: 0;
}

#item .img_box img {
  max-width: 100%;
}

#item p {
  width: 96%;
  margin: 0 auto;
  text-indent: 1rem;
  line-height: calc(30 / 17);
  color: #5e5e5e;
}

#item ul {
  width: 92%;
  margin: 0 auto;
  line-height: calc(25 / 15);
  color: #5e5e5e;
}

#item ul.list li {
  padding: 0 0 0 13px;
  list-style-type: none;
  margin-bottom: 5px;
  position: relative;
}

#item ul.list li::before {
  content: "";
  background: #0f42a9;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  position: absolute;
  top: 6px;
  left: 0;
}

#item ul.list li ol li {
  padding: 0;
  list-style-type: decimal;
  margin-bottom: 5px;
}

#item ul.list li ol li:last-child {
  margin-bottom: 0px;
}

#item ul.list li ol li::before {
  content: none;
}

#item ol {
  width: 92%;
  margin: 0 auto;
  padding-left: 1.2rem;
  line-height: calc(25 / 15);
  list-style-type: decimal;
  color: #5e5e5e;
}

#item ol li {
  margin-bottom: 5px;
}

#item ol li:last-child {
  margin-bottom: 0px;
}

#item table {
  color: #5e5e5e;
  width: 96%;
  margin: 0 auto;
}

#item table caption {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

#item table.table_basic {
  width: 96%;
  margin: 0 auto;
  border-top: 2px solid #0f42a9;
  border-right: 2px solid #0f42a9;
}

#item table.table_basic th {
  color: #5e5e5e;
  background-color: #f3f5fb;
  border-bottom: 2px solid #0f42a9;
  border-left: 2px solid #0f42a9;
  border-right: none;
  line-height: 1.8;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
}

#item table.table_basic th.bg_yellow {
  background-color: #fffab7;
}

#item table.table_basic td {
  border-bottom: 2px solid #0f42a9;
  border-left: 2px solid #0f42a9;
  padding: 10px;
  background-color: #ffffff;
  line-height: 1.8;
  vertical-align: middle;
  text-align: left;
}

#item table.table_basic td.bg_yellow {
  background-color: #fffab7;
}

#item table.table_basic.small {
  font-size: 13px;
}

#item table.table_basic.small th, #item table.table_basic.small td {
  padding: 7px;
}

#item table.table_basic.inner {
  border-top: 1px solid #0f42a9;
  border-right: 1px solid #0f42a9;
}

#item table.table_basic.inner th, #item table.table_basic.inner td {
  border-bottom: 1px solid #0f42a9;
  border-left: 1px solid #0f42a9;
}

#item table.table_plane {
  width: 100%;
  margin: 0 auto;
  border-top: none;
  border-right: none;
}

#item table.table_plane th {
  color: #5e5e5e;
  background-color: #ffffff;
  border-bottom: none;
  border-left: none;
  border-right: none;
  padding: 2px;
  vertical-align: middle;
  text-align: center;
}

#item table.table_plane th.top {
  vertical-align: top;
}

#item table.table_plane td {
  border-bottom: none;
  border-left: none;
  padding: 2px;
  background-color: #ffffff;
  vertical-align: middle;
  text-align: left;
}

#item table.table_plane.global {
  width: 96%;
}

#item table.table_layout {
  width: 96%;
  margin: 0 auto;
  border: none;
  font-size: 13px;
}

#item table.table_layout th {
  padding: 0 0.5em 5px 0;
  background: transparent;
  font-weight: normal;
  vertical-align: top;
  white-space: nowrap;
  border: none;
  text-align: left;
  line-height: 1.8;
  width: 20px;
}

#item table.table_layout td {
  padding: 0 0 5px 0;
  border: none;
  background: none;
  line-height: 1.8;
}

#item table.table_layout li {
  margin-bottom: 5px;
  text-indent: 0;
}

#item .up {
  margin-top: 1rem !important;
}

#item .down {
  margin-bottom: 1rem !important;
}

#item .down.large {
  margin-bottom: 2rem !important;
}

#item sup {
  font-size: 11px;
  vertical-align: top;
  color: #e60012;
}

#item .txtColor1 {
  color: #e60012 !important;
}

#item .box {
  width: 96%;
  margin: 0 auto;
  border: 2px solid #0f42a9;
  background-color: #f3f5fb;
  padding: 1em;
}

#item .bg_color {
  width: 96%;
  padding: 1em;
  background-color: #e7ecf6;
  margin: 0 auto;
}

#item .bg_color.claim {
  background-color: #f3f5fb;
}

#item .outline_border {
  width: 96%;
  margin: 0 auto;
  padding: 1em;
  border: 1px solid #f19149;
}

#item .text_noindent {
  text-indent: 0;
}

#item .scroll_txt {
  display: none;
}

.pop #item {
  width: 100%;
  margin: 0 auto;
}

.table-astarisk {
  font-weight: normal;
  font-size: 11px;
}

/* width */
.w-10 {
  width: 10%;
}

.w-11 {
  width: 11%;
}

.w-10 {
  width: 10%;
}

.w-49 {
  width: 49%;
}

.w-50 {
  width: 50%;
}

.w-96 {
  width: 96% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

/* flex */
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* text-align */
.t-right {
  text-align: right !important;
}

.t-center {
  text-align: center !important;
}

.t-left {
  text-align: left !important;
}

/* vertical-align */
.v-middle {
  vertical-align: middle;
}

.v-bottom {
  vertical-align: bottom;
}

.v-top {
  vertical-align: top !important;
}

/* font-weight */
.font-bold {
  font-weight: bold !important;
}

/* justify-content */
.flex-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

/* white-space */
.space-none {
  white-space: normal !important;
}

.nowrap {
  white-space: nowrap !important;
}

.underline {
  text-decoration: underline;
}

.link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.link_box li {
  width: 49%;
  margin-bottom: 10px;
}

/* 共済ニュース */
.bk_container {
  width: 96%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bk_container .bk_list {
  width: 49% !important;
  margin-bottom: 20px !important;
}

.bk_container .bk_list li:first-of-type {
  padding: 0 !important;
}

.bk_container .bk_list li:first-of-type::before {
  content: none !important;
}

/* ジモタビ */
.omiya_box {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
justify-content: space-between;
}

.omiya_container {
  width: 49%;
  max-width: 300px;
  margin-bottom: 20px;
}

.omiya_container:nth-of-type(2n) {
  /* margin-left: 60px; */
}

.jimotabi_bk_box {
  width: 96%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jimotabi_bk_box .bk_list {
  width: 33% !important;
  margin-bottom: 20px !important;
}

.jimotabi_bk_box .bk_list li:first-of-type {
  padding: 0 !important;
}

.jimotabi_bk_box .bk_list li:first-of-type::before {
  content: none !important;
}

/* 使い方ガイド */
#useguide img {
  max-width: 100%;
}

#useguide .flex_container {
  width: 96%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#useguide .t-end {
  text-align: end !important;
}

.news_txt {
  width: 94%;
  margin: 0 auto;
  margin-top: 10px;
}

.news_txt dl {
  max-height: 400px;
  overflow-y: scroll;
}

.news_txt dl dt {
  font-size: 12px;
  padding: 10px;
  color: #787878;
}

.news_txt dl dt:nth-of-type(2n) {
  background-color: #f0f0f0;
}

.news_txt dl dt span.h_kenkou {
  margin-left: 5px;
  padding: 0px 5px;
  color: #ff7896;
}

.news_txt dl dt span.nenkin {
  margin-left: 5px;
  padding: 0px 5px;
  color: #faaa00;
}

.news_txt dl dt span.chitose {
  margin-left: 5px;
  padding: 0px 5px;
  color: #965a5a;
}

.news_txt dl dt span.keiri {
  margin-left: 5px;
  padding: 0px 5px;
  color: #37aa50;
}

.news_txt dl dt span.soumu {
  margin-left: 5px;
  padding: 0px 5px;
  color: #468cdc;
}

.news_txt dl dt span.shikaku {
  margin-left: 5px;
  padding: 0px 5px;
  color: #6450aa;
}

.news_txt dl dt span.new {
  color: #e6325a;
}

.news_txt dl dt span.key {
  margin-left: 10px;
}

.news_txt dl dd {
  font-size: 16px;
  padding-left: 20px;
  padding-bottom: 10px;
  position: relative;
}

.news_txt dl dd:nth-of-type(2n) {
  background-color: #f0f0f0;
}

.news_txt dl dd::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 6px;
  left: 10px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 8px solid #0f42a9;
}

.news_txt dl dd a:hover {
  color: #0f42a9;
}

/*印刷用設定*/
@media print {
  html {
    width: 1200px;
    height: 100%;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}

@media screen and (max-width: 980px) {
  #wapper {
    display: block;
    position: relative;
  }
  #item {
    width: 92%;
    margin: 2vw auto 0;
    font-size: 13px;
    padding-bottom: 20px;
  }
  #item h1 {
    font-size: 25px;
  }
  #item .bg_color {
    padding: 1em 1em;
  }
  #item .outline_border {
    padding: 1em 1em;
  }
  #item .long_table {
    width: 96%;
    margin: 0 auto;
    overflow: scroll;
  }
  #item .long_table .table_basic {
    width: 200%;
  }
  #item .scroll_txt {
    display: block;
    text-indent: 0;
    margin: 0;
  }
  #breadcrumb {
    display: none;
  }
  .sp_non {
    display: none;
  }
  .w-100 {
    width: 100% !important;
  }
  .jimotabi_bk_box .bk_list {
    width: 49% !important;
    margin-bottom: 4vw !important;
  }
}

/* ジモタビ・イベント・ご意見フォーム共通スタイル */

.input_tel_area {
  width: 8em;
}

.input_text_area {
  width: 30em;
}

.input_name_area {
  width: 16em;
}

@media screen and (max-width: 980px) {
  .flex {
    display: flex;
    flex-wrap: wrap;
  }
  #item table.table_basic.form th,
  #item table.table_basic.form td {
    display: block;
    width: 100% !important;
  }
  #item table.table_basic.form th {
    text-align: left;
  }
  .input_tel_area {
    width: 28%;
  }
  .input_text_area {
    width: 100%;
  }
  .input_name_area {
    width: 40%;
  }
}