@charset "UTF-8";

/* information WRAP
-------------------------------------------------------------------------------*/
section.pages-contents-information {
  width: auto;
  height: auto;
  margin: 0 auto -50px auto;
  padding: 0;
  text-align: center;
  overflow: hidden;
}

section.pages-contents-information:before {
  content: "";
  display: block;
  background: url(/images/information-contents-bg01.svg) repeat-x;
  overflow: hidden;
  height: 0;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 3.2%;
}

@media screen and (max-width: 800px) {
  section.pages-contents-information:before {
    content: "";
    display: block;
    background: url(/images/information-contents-bg01.svg) repeat-x;
    overflow: hidden;
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 8%;
  }
}

.information-ttl {
  width: 176px;
  height: auto;
  margin: 50px auto;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .information-ttl {
    width: 140px;
    height: auto;
    margin: 25px auto;
    text-align: center;
  }
}

.information-container {
  max-width: 920px;
  min-width: 270px;
  display: -webkit-flex;
  display: flex;
  height: auto;
  margin: 0px auto;
  padding: 0;
  text-align: center;
  overflow: hidden;
}

.information-main {
  width: auto;
  height: auto;
  margin: 0;
  padding: 25px 0 0 0;
  -webkit-flex: 1;
  flex: 1;
  text-align: left;
  border-top: 1px dashed #ff7800;
}

.information-side {
  width: 175px;
  height: auto;
  overflow: hidden;
  margin: 0 0 0 55px;
  padding: 0;
  text-align: left;
}

@media screen and (max-width: 800px) {
  .information-container {
    display: block;
    max-width: 1000px;
    min-width: 270px;
    height: auto;
    margin: 0 auto;
    padding: 0 35px;
    text-align: center;
    overflow: hidden;
  }

  .information-side {
    width: auto;
    height: auto;
    overflow: hidden;
    margin: 0px 0 0 0px;
    padding: 0;
    text-align: left;
  }
}

/* information BOX
-------------------------------------------------------------------------------*/
.information-box {
  width: auto;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 0 0 105px 0;
}

@media screen and (max-width: 800px) {
  .information-box {
    width: auto;
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 0 0 35px 0;
  }
}

.information-box-header {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0 0 25px 0;
}

.information-box-header .date {
  width: auto;
  height: auto;
  margin: 0 0 3px 0;
  padding: 0;
}

.information-box-header h4 {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.information-box .information-box-contents {
  margin: 0;
  padding: 0 0 25px 0;
}

.information-box p {
  margin: 0;
  padding: 0;
}

.information-box .information-box-readmore {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0 0 20px 0;
  text-align: right;
  border-bottom: 1px dashed #ff7800;
}

.information-box .readmore-button {
  width: auto;
  height: auto;
  margin: 0;
  padding: 14px 20px 12px 0;
  text-align: right;
  background: url("/images/pages-icon01.png") center right no-repeat;
  background-size: 13px 13px;
}

.information-box .readmore-button a {
  color: #000000;
  display: block;
}

.information-box .readmore-button a:hover {
  color: #ff7800;
}

.infomation_box_contact_form {
  margin-top: 12px !important;
}

.info-box-flex {/*2026/01 追加*/
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 40px auto;
}
.info-box-flex div {
  width: 49%;
}
.info-box-flex img {
  width: 100%;
  height: auto;
}
.info-box-flex div>p {
  text-align: right;
  margin-top: 5px;
  font-size: 0.9em;
}
.justify {
  text-align: justify;
  text-justify: inter-ideograph; /* Edge */
}

@media screen and (max-width: 800px) {
  .info-box-flex {
    display: block;
  }
  .info-box-flex div {
    width: 100%;
  }
  .info-box-flex div>p {
    text-align: left;
  }
}


/* information SIDE
-------------------------------------------------------------------------------*/
.information-side {
  margin: 0 0 0 70px;
  padding: 0;
}

.information-side .side-box {
  width: auto;
  height: auto;
  margin: 0 0 50px 0;
  padding: 0;
}

@media screen and (max-width: 800px) {
  .information-side {
    margin: 0px 0 0 0;
    padding: 0;
    position: relative;
    z-index: 100;
  }

  .information-side .side-box {
    width: auto;
    height: auto;
    margin: 50px 0;
    padding: 0px;
  }
}

.information-side .side-ttl {
  font-size: 14px;
  margin: 0 0 15px 0;
  padding: 5px 0 5px 20px;
  background-color: #ffe300;
  border-radius: 15px 0 0 15px;
}

.information-side ul.side-list {
  width: auto;
  height: auto;
  margin: 0 0 0 5px;
  padding: 0;
}

.information-side ul.side-list li {
  width: auto;
  height: auto;
  margin: 0 0 10px 0;
  padding: 0;
}

.information-side ul.side-list li a {
  width: auto;
  height: auto;
  margin: 0;
  padding: 3px 0 2px 25px;
  background: url("/images/pages-icon02.png") center left no-repeat;
  background-size: 16px 16px;
}

@media screen and (max-width: 800px) {
  .information-side .side-ttl {
    font-size: 14px;
    margin: 0 0 15px 0;
    padding: 5px 15px;
    background-color: #ffe300;
    border-radius: 15px;
    display: inline-block;
  }

  .information-side ul.side-list {
    width: auto;
    height: auto;
    margin: 0 0 0 5px;
    padding: 0;
  }

  .information-side ul.side-list li {
    width: auto;
    height: auto;
    margin: 0 0 10px 0;
    padding: 0;
    display: inline-block;
  }

  .information-side ul.side-list li a {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 15px 0 0;
    background: none;
    background-size: 16px 16px;
  }
}

/* ARCHIVES CATEGORY
-------------------------------------------------------------------------------*/
.information-ar-ca-ttle {
  width: auto;
  height: auto;
  margin: 0 0 50px 0;
  padding: 0;
  color: #009380;
  font-weight: bold;
  font-size: 18px;
}

/* ARCHIVES CATEGORY
-------------------------------------------------------------------------------*/
.single-photo {
  width: auto;
  height: auto;
  margin: 25px 0;
}

/* BUTTON
-------------------------------------------------------------------------------*/
.single-pagenation {
  width: 100%;
  height: auto;
  margin: 0px 0 0 0;
  padding: 15px 0 0 0;
  text-align: center;
  border-top: 1px dashed #ff7800;
}

.single-pagenation li.prev {
  width: 46%;
  display: inline-block;
  margin: 0;
  padding: 14px 0px 12px 20px;
  background: url("/images/pages-icon03.png") center left no-repeat;
  background-size: 13px 13px;
  text-align: left;
}

.single-pagenation li.next {
  width: 46%;
  display: inline-block;
  margin: 0;
  margin: 0;
  padding: 14px 20px 12px 0;
  text-align: right;
  background: url("/images/pages-icon01.png") center right no-repeat;
  background-size: 13px 13px;
}

@media screen and (max-width: 800px) {
  .single-pagenation {
    width: 100%;
    height: auto;
    margin: 0px 0 0 0;
    padding: 15px 0 0 0;
    text-align: center;
    border-top: 1px dashed #ff7800;
  }

  .single-pagenation li.prev {
    width: 40%;
    display: inline-block;
    margin: 0;
    padding: 14px 0px 12px 20px;
    background: url("/images/pages-icon03.png") center left no-repeat;
    background-size: 13px 13px;
    text-align: left;
  }

  .single-pagenation li.next {
    width: 40%;
    display: inline-block;
    margin: 0;
    margin: 0;
    padding: 14px 20px 12px 0;
    text-align: right;
    background: url("/images/pages-icon01.png") center right no-repeat;
    background-size: 13px 13px;
  }
}