/* ==============================
  詳細ページ共通レイアウト
============================== */

#page-main {
  width: 100%;
}

#page-main .page_inner {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 4rem;
  padding: 0 0 5rem;
  gap: 40px;
  flex: 1;
}

#page-main .page_inner .inner {
  width: 100%;
}

#main-content {
  width: calc(100% - 330px);
  background: #fff;
  border-radius: 1rem;
  box-sizing: border-box;
}

#side-menu {
  width: 290px;
}

#side-menu h2 {
  font-size: 100%;
  padding: 1rem 0 1.5rem;
  background-color: #218210;
  padding: 2rem;
  border-radius: 5px;
  color: #fff;
}

#side-menu h2 a {
  text-decoration: none;
  color: #ffffff;
}

#side-menu h2 a::before {
  content: none;
}

#side-menu ul {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}

#side-menu>ul:first-of-type {
  margin-bottom: 4rem;
}

#side-menu li {
  position: relative;
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 10px;
  background-image: linear-gradient(#E6F0E5, #E6F0E5);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 100%;
  transition: color 0.5s, background-size 0.5s;
}

#side-menu li:hover {
  background-position: bottom left;
  background-size: 100% 100%;
}

#side-menu li:hover a {
  color: #5abe49;
}

.side-menu_selected {
  background-color: #eef5ed!important;
}

#side-menu a {
  line-height: 1.4;
  background-clip: text;
  background-size: 200% 100%;
  transition: background-position 0.3s;
  padding: 1rem .4rem 1rem 0;
  width: 100%;
  text-decoration-line: none;
}

#side-menu li::before {
  content: "" !important;
  position: static !important;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  background: url(../images/arw.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
}

#side-menu a:hover {
  background-position: 0 100%;
}

#side-menu a:hover::before {
  transform: scaleX(1);
}

@media screen and (max-width: 1200px) {
  #page-main {
    flex-direction: column;
    gap: 2rem;
    padding: 3rem 0.5rem 0;
  }

  #page-main .page_inner {
    flex-direction: column;
    gap: 2rem;
    padding: 0;
  }

  #page-main .inner {
    padding-bottom: 2rem;
  }

  #main-content,
  #side-menu {
    width: 100%;
  }

  #side-menu li {
    border-bottom: 1px solid #DDEBD9;
  }
}

body.page #login_bar {
  margin-bottom: 20px;
}

#page-main #main-content section>ul,
#page-main #main-content section>ol,
#page-main #main-content section>dt,
#page-main #main-content section>iframe {
  margin: 20px 0;
}

#page-main #main-content section .box_2col>img:first-of-type,
#page-main #main-content section .box_3col>img:first-of-type,
#page-main #main-content section .box_4col>img:first-of-type,
#page-main #main-content section>ul:first-of-type,
#page-main #main-content section>ol:first-of-type,
#page-main #main-content section>dt:first-of-type,
#page-main #main-content section>iframe:first-of-type {
  margin-top: 0;
}


#page-main #main-content section .box_2col>img,
#page-main #main-content section .box_3col>img,
#page-main #main-content section .box_4col>img {
  margin: 30px 0;
}

#menu img {
  margin: 0 !important;
}

#page-main section>iframe {
  margin-top: 30px;
}

#page-main section>iframe:first-child {
  margin-top: 0;
}

/* ページタイトル */
#page-title-area {
  background: #E6F0E5;
  min-height: 195px;
  margin-bottom: 70px;
}

#page-title-area .inner {
  width: 100%;
  max-width: 1200px;
  min-height: 195px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#page-title-area h2 {
  font-size: 150%;
  font-weight: 700;
  color: #218210;
  margin: 0;
  line-height: 1.4;
  display: block;
  letter-spacing: .2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#page-title-area h2 span {
  display: block;
}

#page-title-area h2 span:first-child {
  font-weight: normal;
  font-size: 66.7%;
}

#page-title-area .page-title-area-inner {
  background-color: #fff;
  height: 70px;
}

#page-title-area .title-image {
  width: 100%;
}

#page-title-area .title-image img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 600px;
}

@media screen and (max-width: 1200px) {
  #page-title-area {
    margin: 0;
    min-height: 100px;
  }

  #page-title-area .inner {
    padding: 0 1rem;
    min-height: 100px;
  }

  #page-title-area .title-image img {
    height: 300px;
  }
}

/* pankuzu */
.pankuzu {
  font-size: 75%;
  margin: 1rem auto 1rem;
  max-width: 1200px;
  width: 1200px;
  text-align: left;
}

.pankuzu ul {
  display: flex;
  list-style: none;
  margin: 0.5rem 0;
  padding: 0;
  justify-content: flex-start;
}

.pankuzu li {
  position: relative;
  margin-right: 1.5rem;
  padding: 0;
  white-space: nowrap;
}

.pankuzu li:last-child {
  margin-right: 0;
  color: #000;
}

.pankuzu li:not(:last-child)::after {
  content: ">";
  position: absolute;
  right: -1rem;
  color: #218210;
}

.pankuzu a {
  background: none;
}

@media screen and (max-width: 1200px) {
  .pankuzu {
    width: calc(100% - 2rem);
    margin: 0 auto;
  }

  .pankuzu ul {
    overflow-x: auto;
    justify-content: initial;
  }
}

#page_info {
  background: #ededed;
  padding: 1.5rem;
  margin-bottom: 3rem;
  border-radius: 13px;
  color: #000;
  font-size: 87.5%;
}

#page_info ul {
  margin-top: 1rem;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  list-style: none;
}

#page_info li {
  padding-left: 1.5rem !important;
}

#page_info li::before {
  content: '' !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  background-image: url('../images/arw.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
  margin-top: 2px;
}

/*  */
.pagetitle_a2 {
  font-size: 200%;
  font-weight: normal;
  border-bottom: 3px solid #b7ddb9;
  padding: 1rem 0;
  margin: 40px 0 30px;
  color: #218210;
}

.pagetitle_a3 {
  font-size: 150%;
  font-weight: normal;
  border-bottom: 2px solid #218210;
  padding: 1rem 0;
  margin: 20px 0 20px;
  color: #218210;
}

.pagetitle_a4 {
  font-size: 125%;
  font-weight: 700;
  color: #218210;
  background: #ceebcf;
  margin: 20px 0 20px;
  padding: .5rem 0.5rem;
  display: flex;
  align-items: center;
  line-height: 1.4;
  min-height: 38px;
}

.pagetitle_a5 {
  font-size: 125%;
  font-weight: 700;
  color: #218210;
  margin: 20px 0 20px;
  border-bottom: 3px solid #b7ddb9;
  padding: 1rem 0;
}

.pagetitle_a6 {
  font-size: 125%;
  font-weight: 700;
  margin: 20px 0 20px;
  color: #2574a1;
}

h2.pagetitle_a2:first-of-type,
h2.pagetitle_a3:first-of-type,
h2.pagetitle_a4:first-of-type,
h2.pagetitle_a5:first-of-type,
h2.pagetitle_a6:first-of-type {
  margin-top: 0;
}

#main-content p {
  line-height: 1.8;
  margin-bottom: 1rem;
}

p.large {
  font-size: 112.5%;
}

p.small {
  font-size: 87.5%;
}

.red {
  color: #bb1d67;
}

.green {
  color: #1f8614;
}

.orange {
  color: #853b00;
}

.grey {
  color: #6a6a6a;
}

a {
  color: #218210;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
  color: #60c04f;
}

.bold {
  font-weight: 700;
}

.label,
.important p {
  display: inline-block;
  align-items: flex-start;
  padding-left: 51px;
  position: relative;
}

.label a {
  font-weight: 700;
  flex: 0 1 auto;
  min-width: 0;
  word-break: break-word;
}

.important a[href$=".pdf"]::before,
.important a[href$=".doc"]::before,
.important a[href$=".docx"]::before,
.important a[href$=".xls"]::before,
.important a[href$=".xlsx"]::before,
.important a[href$=".ppt"]::before,
.important a[href$=".pptx"]::before,
.important a[href$=".zip"]::before {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: .3rem .5rem 0 0;
  padding: 0;
  color: #fff;
  font-size: 75%;
  font-weight: 700;
  white-space: nowrap;
  width: 43px;
  height: 17px;
  text-align: center;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
}

.icon_pdf,
.icon_doc,
.icon_docx,
.icon_xls,
.icon_xlsx,
.icon_ppt,
.icon_pptx,
.icon_zip {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: .3rem .5rem 0 0;
  padding: 0;
  color: #fff;
  font-size: 75%;
  font-weight: 700;
  white-space: nowrap;
  width: 43px;
  height: 17px;
  text-align: center;
  float: left;
  border-radius: 3px;
}

.icon_pdf {
  background-color: #ab2844;
}

.icon_doc,
.icon_docx {
  background-color: #2c488f;
}

.icon_xls,
.icon_xlsx {
  background-color: #37754e;
}

.icon_zip {
  background-color: #888888;
}

.icon_ppt,
.icon_pptx {
  background-color: #ab3528;
}

#main-content section span.date {
  margin-right: 1rem;
  min-width: 8rem;
}

#main-content ol {
  padding-left: 3rem;
  margin: 20px 0;
}

#main-content ol>li {
  margin-bottom: 0.5rem;
  list-style: decimal;
}

#main-content ul {
  padding-left: 1.25rem;
  margin: 20px 0;
}

#main-content ul li>ul {
  margin-top: .5rem;
}

#main-content ul>li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1rem;
}

#main-content ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #256b70;
  font-size: 1.5rem;
  line-height: 1;
}

.content ul:not(.asterisk) li::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 0.6em !important;
  width: 4px !important;
  height: 4px !important;
  background-color: #005d82 !important;
  border-radius: 50% !important;
}

ul.asterisk {
  padding-left: 0 !important;
}

ul.asterisk li {
  list-style: none !important;
  position: relative !important;
  padding-left: 1.5em !important;
}

ul.asterisk li::before {
  content: '※' !important;
  position: absolute !important;
  left: 0 !important;
  display: inline-block !important;
  width: 1.5em !important;
  color: #005e80 !important;
}

/* ボックス */
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_1_3 {
  display: grid;
  gap: 1.5rem;
}

.grid_1 {
  grid-template-columns: 1fr;
}

.grid_2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid_3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid_4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid_5 {
  grid-template-columns: repeat(5, 1fr);
}

.grid_1_3 {
  grid-template-columns: 1fr 3fr;
}

@media screen and (max-width: 767px) {
  .grid_2 {
    grid-template-columns: 1fr;
  }

  .grid_3 {
    grid-template-columns: 1fr;
  }

  .grid_4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid_5 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid_1_3 {
    grid-template-columns: 1fr;
  }

}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.box {
  padding: 1.5rem 1rem;
}

.box_green {
  background-color: #e8f2e7;
  border-radius: 20px;
}

.box_lightblue {
  background-color: #e2f1f6;
  border-radius: 20px;
}

.box_yellow {
  background-color: #f6f6f6;
  border-radius: 20px;
}

.box_grey {
  background-color: #ededed;
  border-radius: 20px;
}

.box_border_blue {
  border: 3px solid #007cad;
}

.box_border_pink {
  border: 3px solid #bb1d67;
}

.box_contact {
  background-color: #ededed;
  border-radius: 20px;
  font-weight: 700;
}

.box_contact p {
  border-bottom: 1px solid #000;
}

.box_contact a {
  font-weight: 700;
  padding-left: 0.5rem;
}

.box_contact a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  background: url(../images/arw.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
}

/* テーブル */
.table-wrap table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  text-align: left;
}

.table-wrap table th,
.table-wrap table td {
  border: 1px solid #6a7a8a;
  padding: 1rem;
}

.table-wrap table th {
  background-color: #e8f2e7;
  color: #218210;
  font-weight: 700;
}

.tr_bg_blue {
  background-color: #e2f1f6;
}

.tr_bg_yellow {
  background-color: #fcfee9;
}

.tr_bg_grey {
  background-color: #f1f1f1;
}

@media screen and (max-width: 1200px) {
  .table-wrap {
    max-width: 100%;
    overflow: auto;
    margin-bottom: 1rem;
  }

  .js-scroll {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
  }

  .table-wrap table {
    border-collapse: collapse;
    width: 500px;
  }

  .table {
    border-collapse: collapse;
    width: 500px;
  }

  .table-wrap table th,
  .table-wrap table td {
    white-space: nowrap;
  }
}

/* リンクボタン */
.btn_group {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  gap: 1rem;
  margin-bottom: 1rem;
}

.btn_arrow {
  display: flex;
  align-items: center;
  min-height: 50px;
  border-radius: 10px;
  text-decoration: none;
  overflow: hidden;
  color: #fff;
  transition: filter 0.2s;
}

.btn_arrow:hover {
  filter: brightness(1.05);
}

.btn_arrow.btn_blue:hover {
  filter: brightness(1.1);
}

.btn_arrow .icon_area {
  width: 30px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon_area::after {
  content: '';
  width: 15px;
  height: 10px;
  background-color: #fff;
  -webkit-mask-image: url('../images/arw.svg');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url('../images/arw.svg');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.arrow_down .icon_area::after {
  transform: rotate(0deg);
}

.arrow_right .icon_area::after {
  transform: rotate(270deg);
}

.btn_arrow .btn_text {
  flex: 1;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  line-height: 1.4;
}

.btn_w1_4 {
  width: calc((100% - 3rem) / 4);
}

.btn_w1_3 {
  width: calc((100% - 2rem) / 3);
}

.btn_w1_2 {
  width: calc((100% - 1rem) / 2);
}

.btn_w1_1 {
  width: 100%;
}

.btn_blue {
  background-color: #007cad;
}

.btn_blue .icon_area {
  background-color: #005d82;
}

.btn_yellow {
  background-color: #ebefa9;
  color: #333;
}

.btn_yellow .icon_area {
  background-color: #b0b37f;
}

.btn_gray {
  background-color: #dedede;
  color: #333;
}

.btn_gray .icon_area {
  background-color: #a6a6a6;
}

@media screen and (max-width: 767px) {

  .btn_w1_3,
  .btn_w1_2,
  .btn_w1_1 {
    width: 100%;
  }

  .btn_w1_4 {
    width: calc((100% - 1rem) / 2);
  }
}

@media screen and (min-width: 768px) and (max-width: 1179px) {

  .btn_w1_3,
  .btn_w1_2 {
    width: calc((100% - 1rem) / 2);
  }

  .btn_w1_4 {
    width: calc((100% - 1rem) / 2);
  }
}

iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

iframe[src*="google.com/maps"] {
  aspect-ratio: 3/2;
}

.map iframe {
  width: 100%;
  height: 400px;
}

.reader {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-size: 75%;
  margin-top: 80px !important;
}

.reader_img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
}

.reader_txt {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .reader {
    display: block;
  }

  .reader_img img {
    width: 50%;
    margin-bottom: 1rem;
  }
}

/* margin */
.mb0 {
  margin-bottom: 0 !important;
}

.mt1r {
  margin-top: 1rem !important;
}

.mt2r {
  margin-top: 2rem !important;
}

.mt3r {
  margin-top: 3rem !important;
}

.mt4r {
  margin-top: 4rem !important;
}

.mt5r {
  margin-top: 5rem !important;
}

.mb1r {
  margin-bottom: 1rem !important;
}

.mb2r {
  margin-bottom: 2rem !important;
}

.mb3r {
  margin-bottom: 3rem !important;
}

.mb4r {
  margin-bottom: 4rem !important;
}

.mb5r {
  margin-bottom: 5rem !important;
}

.ml1r {
  margin-left: 1rem !important;
}

.ml2r {
  margin-left: 2rem !important;
}

.ml3r {
  margin-left: 3rem !important;
}

.ml4r {
  margin-left: 4rem !important;
}

.ml5r {
  margin-left: 5rem !important;
}

.mr1r {
  margin-right: 1rem !important;
}

.mr2r {
  margin-right: 2rem !important;
}

.mr3r {
  margin-right: 3rem !important;
}

.mr4r {
  margin-right: 4rem !important;
}

.mr5r {
  margin-right: 5rem !important;
}

.mx1r {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx2r {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.mx3r {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx4r {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.mx5r {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my1r {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my2r {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my3r {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my4r {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my5r {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mx10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mx20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mx30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mx40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mx50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.mx60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.mx70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.mx80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.mx90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.mx100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.my10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.my60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.my70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.my80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.my90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.my100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

/* template 2col 3col */
.box_2col,
.box_3col,
.box_4col {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 0 10px 0;
}

.box_2col>div {
  width: 400px;
}

.box_3col>div {
  width: 256px;
}

.box_4col>div {
  width: 200px;
}

.box_2col img,
.box_3col img,
.box_4col img,
.box_2col a>img,
.box_3col a>img,
.box_4col a>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px 0;
}

@media screen and (max-width: 575px) {

  .box_2col,
  .box_3col,
  .box_4col {
    display: block;
  }

  .box_2col>div,
  .box_3col>div,
  .box_4col>div {
    width: 100%;
  }

  .box_2col>div+div,
  .box_3col>div+div,
  .box_4col>div+div {
    margin-top: 10px;
  }
}

/* #sitemap_list dd dl {
  margin-left: 20px;
  padding: 5px;
}

#sitemap_list dd dd dl,
#sitemap_list dd dd dd dl {
  margin-left: 20px;
  padding: 5px;
}

#sitemap_list ul {
  margin: 0 !important;
  padding: 3px !important;
  height: 100%;
}

#sitemap_list ul li {
  background: none !important;
  margin-left: 10px !important;
  padding: 2px !important;
}

#sitemap_list ul li:after {
  content: "";
  background: none;
}

#sitemap_list .sm_article {
  margin-left: 20px;
  padding: 5px 5px 5px 23px !important;
  display: block;
  background: url("../images/icon_file_s.png") no-repeat 2px 0.3em !important;
}

#sitemap_list .sm_category1,
#sitemap_list .sm_category2,
#sitemap_list .sm_category3,
#sitemap_list .sm_category4,
#sitemap_list .sm_category5,
#sitemap_list .sm_category6,
#sitemap_list .sm_category7,
#sitemap_list .sm_category8 {
  font-weight: bold;
  background: url("../images/icon_folder_s.png") no-repeat 2px 0.4em !important;
  padding: 5px 5px 5px 26px !important;
  display: block;
  position: relative;
}

#sitemap_list input {
  border: 1px solid #c9c9c9;
  padding: 0;
  width: 20px;
  background: #FFFFFF;
  margin: 0 10px;
  position: absolute;
  text-align: center;
}

#sitemap_list ul li::before {
  content: none !important;
}

#sitemap_list ul li {
  margin-bottom: 0 !important;
  padding: 0 !important;
} */

/* =============================================
form (main-content 内のみ)
============================================= */
#main-content button,
#main-content input,
#main-content select,
#main-content textarea {
  font: inherit;
  border: none;
  background: none;
  outline: none;
}

#main-content input[type="text"],
#main-content input[type="password"],
#main-content select,
#main-content textarea {
  padding: 4px 8px;
  border: 1px solid #d9d9d9;
  background: #FFF;
}

#main-content input[type="text"],
#main-content select,
#main-content textarea {
  width: 100%;
  max-width: 780px;
}

#main-content input[size],
#main-content textarea[size] {
  width: 100%;
}

#main-content input[type="text"]:hover,
#main-content input[type="password"]:hover,
#main-content select:hover,
#main-content textarea:hover {
  border: 1px solid #00884D;
  border-top: 1px solid #00884D;
}

#main-content input[type="text"]:focus,
#main-content input[type="password"]:focus,
#main-content select:focus,
#main-content textarea:focus {
  outline: none;
  border-color: #00884D;
}

#main-content select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 7px 30px 7px 10px;
  font-size: 93%;
  line-height: 1.1em;
  border-radius: 5px;
  background-image: url(../images/select_icon.svg);
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: right 10px center;
  background-color: #F5EEE0;
  width: 100%;
  max-width: 780px;
}

#main-content input.w70,
#main-content textarea.w70 {
  width: 70%;
}

#main-content input.wmax,
#main-content textarea.wmax {
  width: 100%;
}

#main-content .mail_indent {
  padding-left: 3%;
  padding-right: 3%;
  padding-bottom: 10px;
}

@media screen and (max-width: 540px) {
  #main-content .mail_indent {
    padding-left: 0;
    padding-right: 0;
  }

  #main-content input,
  #main-content select,
  #main-content textarea {
    max-width: 100%;
  }
}

#main-content input[name="mailq_captcha"] {
  width: 120px;
}

#main-content input[type="checkbox"],
#main-content input[type="radio"] {
  margin-right: .5rem;
}

#main-content #captcha_image {
  margin-bottom: 20px;
}

#main-content .inevitable {
  color: #C1272D;
}

#main-content #mail_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  width: 100%;
}

#main-content #mail_btn .mail_btn_1 {
  color: #FFF;
  margin: 15px;
  font-weight: bold;
  padding: 15px 40px;
  cursor: pointer;
  background-color: #218210;
}

#main-content #mail_btn .mail_btn_1:hover {
  opacity: 0.8;
}

@media screen and (max-width: 540px) {
  #main-content #mail_btn .mail_btn_1 {
    margin: 15px 5px;
  }
}

#main-content #mail_btn .mail_btn_2 {
  color: #FFF;
  margin: 15px;
  font-weight: bold;
  padding: 15px 40px;
  cursor: pointer;
  background-color: #cccccc;
}

#main-content #mail_btn .mail_btn_2:hover {
  opacity: 0.8;
}

@media screen and (max-width: 540px) {
  #main-content #mail_btn .mail_btn_2 {
    margin: 15px 5px;
  }
}

#main-content #errorbox {
  background: #FDF3F3;
  padding: 20px;
  color: #C1272D;
}

/* ページャー */
.pagination {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.pagination {
  margin-top: 0 !important;
  padding-left: 27rem !important;
}

.pagination li {
  padding-left: 0 !important;
}

.pagination-item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 45px;
  height: 30px;
  background: #fff;
  border: solid 2px #ABABABFF;
  border-radius: 8px;
  font-size: 1rem;
  color: #000;
  font-weight: bold;
  transition: all 0.15s linear;
  text-decoration: none;
}

.pagination-item:first-child .pagination-item-link,
.pagination-item:last-child .pagination-item-link {
  width: 65px;
}

.pagination-item-link-Icon {
  width: 20px;
}

.pagination-item-link.isActive {
  background: #218210;
  color: #fff;
  pointer-events: none;
}

.pagination-item-link:not(.isActive):hover {
  background: #218210;
  color: #fff;
  text-decoration: none;
}

/* .pagination>*+* {
  margin-left: 12px;
} */

.pagination li::before {
  content: "" !important;
}

@media screen and (max-width: 1200px) {
  .pagination {
    padding-left: 0 !important;
    flex-wrap: wrap;
    gap: 0 0.5rem;
    margin: 0 !important;
  }

  .pagination-item-link {
    width: 55px;
    height: 35px;
  }

  .pagination-item:first-child .pagination-item-link,
  .pagination-item:last-child .pagination-item-link {
    width: 75px;
  }
}

/* =============================================
分岐ページ
============================================= */

#branch {
  display: contents;
}

#branch #page-title-area .inner {
  position: relative;
  width: 100%;
  max-width: initial;
}

#branch #page-title-area .inner h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#branch #page-title-area .inner h2 span {
  font-weight: 100;
  font-size: 2.5rem;
  color: #fff;
}

#branch .list_grid {
  display: flex;
  flex-wrap: wrap;
}

#branch .list_grid a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  width: calc(100% / 3 - 2rem);
  margin: 2rem 1rem 0.5rem;
  padding: 2.2rem 1rem;
  border: initial;
  border-radius: 10px;
  background: #fff;
  font-weight: 700;
  line-height: 1.6;
  box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, 0.2);
  transition: 0.5s ease-in-out;
  color: #1f810e;
}

#branch .list_grid a:hover {
  opacity: .8;
}

#branch .list_grid a span::first-letter {
  color: inherit;
}

#branch .list_grid .list_btn {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

#branch .list_grid .list_btn span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #1f810e;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}

#branch .list_grid .list_btn:hover {
  color: #ffffff;
}

#branch .list_grid .list_btn:hover span {
  width: 180%;
  height: 562.5px;
}

#branch .list_grid a span::first-letter {
  color: inherit;
}

#branch #page-title-area .pankuzu ul li::before {
  content: "";
}

#branch #page-title-area .pankuzu ul {
  padding-left: 0 !important;
  margin: 0;
}

#branch #page-title-area .pankuzu ul li {
  padding-left: 0 !important;
  margin-bottom: 0;
}

#branch ol {
  padding-left: 3rem;
  margin: 20px 0;
}

#branch ol>li {
  margin-bottom: 0.5rem;
  list-style: decimal;
}

#branch ul {
  padding-left: 1.25rem;
  margin: 20px 0;
}

#branch ul li>ul {
  margin-top: .5rem;
}

#branch ul>li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1rem;
}

#branch ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #256b70;
  font-size: 1.5rem;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  #branch #page-title-area .inner h2 {
    position: absolute;
    left: 120px;
    font-size: initial;
    font-weight: initial;
    letter-spacing: initial;
    display: block;
  }

  #branch #page-title-area .inner h2 span {
    font-weight: 100;
    font-size: 1.5rem;
    color: #fff;
  }

  #branch #page-title-area .inner {
    padding: 0;
  }

  #branch .list_grid {
    margin: 2rem 0 0 0;
  }

  #branch .list_grid a {
    width: 100%;
    margin: 0 0 1rem 0;
    padding: 1rem;
  }
}

/* =============================================
詳細ページの分岐ボタン
============================================= */
.list_grid_detail {
  display: flex;
  flex-wrap: wrap;
}

.list_grid_detail a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  width: calc(100% /2 - 2rem);
  margin: 2rem 1rem 0.5rem;
  padding: 2.2rem 1rem;
  border: initial;
  border-radius: 10px;
  background: #fff;
  font-weight: 700;
  line-height: 1.6;
  box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, 0.2);
  transition: 0.5s ease-in-out;
  color: #1f810e;
}

.list_grid_detail a:hover {
  opacity: .8;
}

.list_grid_detail a span::first-letter {
  color: inherit;
}

.list_grid_detail .list_btn {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.list_grid_detail .list_btn span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #1f810e;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.list_grid_detail .list_btn:hover {
  color: #ffffff;
}

.list_grid_detail .list_btn:hover span {
  width: 180%;
  height: 562.5px;
}

.list_grid_detail a span::first-letter {
  color: inherit;
}

@media screen and (max-width: 1200px) {
  #branch #page-title-area .inner {
    padding: 0;
  }

  .list_grid_detail {
    margin: 2rem 0 0 0;
  }

  .list_grid_detail a {
    width: 100%;
    margin: 0 0 1rem 0;
    padding: 1rem;
  }
}

/* =============================================
分岐ページのお知らせ
============================================= */
.topinfo_area {
  display: none;
  padding-top: 15px;
  font-size: var(--14px);
}

.topinfo_area.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

ul.withdate_list li {
  display: flex;
  margin-top: 0.5rem;
}

ul.withdate_list li .date {
  width: 8rem;
  margin-right: 2rem;
}

ul.withdate_list li {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 1.5rem;
}

@media print,
screen and (max-width: 1240px) {
  .col_left.news {
    width: 100%;
    margin-bottom: 2rem;
  }

  ul.withdate_list li {
    flex-wrap: wrap;
    margin-bottom: .5rem;
  }

  ul.withdate_list li .date {
    width: 100%;
    margin-right: 0;
  }
}

/* =============================================
新着情報
============================================= */
/* トップページ */
ul.topupdateinfo_list li {
  display: flex;
  flex-wrap: nowrap;
  margin-top: .5rem;
  margin-bottom: 1rem;
  color: #666666;
}

ul.topupdateinfo_list li .date {
  width: 8rem;
  margin-right: 2rem;
  color: #000000;
}

ul.topupdateinfo_list li a {
  color: #2D6096FF !important;
  font-weight: bold !important;
  margin-right: .5rem;
}

ul.topupdateinfo_list li a:hover {
  opacity: .8;
}

@media print,
screen and (max-width: 1240px) {
  ul.topupdateinfo_list li {
    flex-wrap: wrap;
    margin-bottom: .5rem;
  }

  ul.topupdateinfo_list li .date {
    width: 100%;
    margin-right: 0;
  }
}

.information_list a {
  color: #2D6096FF !important;
  font-weight: bold !important;
}

.information_list a:hover {
  opacity: .8;
}

/* 二階層目 */
ul.updateinfo_list li {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

ul.updateinfo_list li .date {
  width: 8rem;
  margin-right: 2rem;
}

@media print,
screen and (max-width: 1240px) {
  ul.updateinfo_list li {
    flex-wrap: wrap;
    margin-bottom: .5rem;
  }

  ul.updateinfo_list li .date {
    width: 100%;
    margin-right: 0;
  }
}

/* =============================================
SITEMAP
============================================= */
#sitemap_list dd dl {
  margin-left: 20px;
  padding: 5px;
}

#sitemap_list dd dd dl,
#sitemap_list dd dd dd dl {
  margin-left: 20px;
  padding: 5px;
}

#sitemap_list ul {
  margin: 0 !important;
  padding: 3px !important;
  height: 100%;
}

#sitemap_list ul li {
  background: none !important;
  margin-left: 10px !important;
  margin-bottom: 0 !important;
}

#sitemap_list ul li:after {
  content: "";
  background: none;
}

#sitemap_list .sm_article {
  margin-left: 20px;
  padding: 5px 5px 5px 23px !important;
  display: block;
  background: url("/common/main/images/icon_file_s.png") no-repeat 1px 0.5em !important;
}

#sitemap_list .sm_category1,
#sitemap_list .sm_category2,
#sitemap_list .sm_category3,
#sitemap_list .sm_category4,
#sitemap_list .sm_category5,
#sitemap_list .sm_category6,
#sitemap_list .sm_category7,
#sitemap_list .sm_category8 {
  font-weight: bold;
  background: url("/common/main/images/icon_folder_s.png") no-repeat 1px 0.6em !important;
  padding: 5px 5px 5px 26px !important;
  display: block;
  position: relative;
}

#sitemap_list input {
  border: 1px solid #c9c9c9;
  padding: 0;
  width: 25px;
  background: #FFFFFF;
  margin: 0 10px;
  position: absolute;
  text-align: center;
}

#sitemap_list .sm_category1::before,
#sitemap_list .sm_category2::before,
#sitemap_list .sm_category3::before,
#sitemap_list .sm_category4::before,
#sitemap_list .sm_category5::before,
#sitemap_list .sm_category6::before,
#sitemap_list .sm_category7::before,
#sitemap_list .sm_category8::before,
#sitemap_list ul>li::before {
  content: none;
}

/* =============================================
検索結果
============================================= */
.gsc-above-wrapper-area {
  max-width: 100% !important;
}

.gsc-wrapper {
  max-width: 100% !important;
}

table.gsc-above-wrapper-area-container {
  margin: 0 0 12px 0 !important;
}