@charset "UTF-8";
@font-face {
  font-family: "clark";
  src: url("fonts/clark.eot?-y0c40m");
  src: url("fonts/clark.eot?#iefix-y0c40m") format("embedded-opentype"), url("fonts/clark.woff?-y0c40m") format("woff"), url("fonts/clark.ttf?-y0c40m") format("truetype"), url("fonts/clark.svg?-y0c40m#clark") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=arrow-], [class*=" arrow-"] {
  font-family: "clark";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ==========================================================================

   ユーティリティモジュール

 */
/* -------------------------------------------------------------------------
	画像を100%に/100%を解除
	<img class="u-fit" src="xxx.jpg" />
*/
.u-fit {
  width: 100%;
  height: auto;
}

.u-free {
  width: auto;
}

/* -------------------------------------------------------------------------
	SPのみ、PCのみで改行させる
	<br class="u-spbr" />
	<br class="u-pcbr" />
*/
.u-spbr {
  display: none;
}
@media only screen and (max-width: 568px) {
  .u-spbr {
    display: inline;
  }
}

.u-pcbr {
  display: none;
}
@media only screen and (min-width:769px) {
  .u-pcbr {
    display: inline;
  }
}

.u-tdbr {
  display: none;
}
@media only screen and (min-width: 569px) and (max-width: 768px) {
  .u-tdbr {
    display: inline;
  }
}

/* -------------------------------------------------------------------------
	フロート
*/
@media only screen and (min-width:769px) {
  .u-floatL {
    float: left;
  }
}

@media only screen and (min-width:769px) {
  .u-floatR {
    float: right;
  }
}

/* -------------------------------------------------------------------------
	position:relative
*/
.u-relative {
  position: relative;
}

/* -------------------------------------------------------------------------
	インラインテキストリンク
*/
/* -------------------------------------------------------------------------
	縦書きテキスト
*/
/* -------------------------------------------------------------------------
	ブロック指定
*/
.u-inlineBlock {
  display: inline-block;
}

.u-block {
  display: block;
}

/* -------------------------------------------------------------------------
	リスト要素のスタイル
*/
.u-listIndent li {
  font-size: 1.6rem;
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.75em;
  margin-bottom: 1.2em;
}
@media only screen and (max-width: 568px) {
  .u-listIndent li {
    font-size: 1.1rem;
    margin-bottom: 0.5em;
  }
}

.u-listDisc li {
  list-style-type: disc;
  margin-bottom: 1em;
  margin-left: 1.2em;
}

/* -------------------------------------------------------------------------
	PCレイアウト時に非表示
*/
.u-sp-only {
  display: none !important;
}

.u-pc-only {
  display: block !important;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-sp-only {
    display: block !important;
  }
  .u-pc-only {
    display: none !important;
  }
}
.u-noWrap {
  white-space: nowrap;
}

@media only screen and (min-width:769px) {
  .u-pc-pdng {
    display: inline-block;
    width: 20px;
  }
}

.news-wrap {
  padding-left: 20px;
  padding-right: 20px;
}
.news-wrap img {
  max-width: 100%;
  height: auto;
}
.news-wrap figure {
  margin: 0;
}
.news-wrap p {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media only screen and (min-width:769px) {
  .news-wrap p {
    font-size: 1.6rem;
  }
}
.news-wrap figcaption {
  margin-top: 0.5em;
  font-size: 0.92em;
}
@media only screen and (min-width:769px) {
  .news-wrap {
    width: 960px;
    padding: 4em 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.news241021 .photo-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
  gap: 2em;
}
@media only screen and (min-width:769px) {
  .news241021 .photo-list > li {
    width: 47%;
  }
}
@media only screen and (min-width:769px) {
  .news241021 .photo-list {
    gap: 4em;
  }
}

.news241127 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.news241127 .text1 {
  text-align: center;
}
.news241127 p {
  font-size: 1.3rem;
  text-align: justify;
}
.news241127 table {
  width: 100%;
  margin: 30px auto;
  font-feature-settings: "palt";
}
.news241127 table th, .news241127 table td {
  font-size: 1.3rem;
}
.news241127 table th {
  width: 28%;
  text-align: left;
}
.news241127 table td:nth-child(2) {
  width: 40%;
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.5;
}
.news241127 table td:nth-child(3) {
  width: 32%;
  font-size: 1.4rem;
  text-align: right;
}
.news241127 table th, .news241127 table td {
  padding: 1rem 0;
}
.news241127 .text-top {
  margin-bottom: 50px;
}
.news241127 .text2 {
  text-align: right;
}
@media only screen and (min-width:769px) {
  .news241127 {
    /*width: 490px;*/
    text-align: center;
    padding: 80px 0;
  }
  .news241127 .text-top {
    margin-bottom: 60px;
  }
  .news241127 p {
    font-size: 1.5rem;
  }
  .news241127 table {
    margin: 50px auto;
  }
  .news241127 table th, .news241127 table td {
    font-size: 1.6rem;
  }
  .news241127 table th {
    width: 30%;
  }
  .news241127 table td:nth-child(2) {
    width: 30%;
    font-size: 14px;
  }
  .news241127 table td:nth-child(3) {
    width: 40%;
    font-size: 1.8rem;
  }
}

.photo-group > li {
  margin-bottom: 1em;
}
@media only screen and (min-width:769px) {
  .photo-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .photo-group > li {
    width: 48.5%;
  }
}