@charset "UTF-8";

.md-1-2r-04-w.mod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.md-1-2r-04-w.mod .im-1 {
  width: 31.2%;
  margin-left: 36px;
}

.md-1-2r-04-w.mod .im-1-txt {
  text-align: left !important;
}

.clr-gray {
  color: #666;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col-2-width {
  width: 582px;
}

.col-2-width:nth-child(2n) {
  margin-right: 0;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-0 {
  margin-top: 0;
}

.mod_s_taL2 {
  text-align: left !important;
}

.mod_s_taR2 {
  text-align: right !important;
}

.bg-yellow {
  background: #feefd9;
}

.box-bg-gr .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.box-bg-gr .box-ttl {
  margin-bottom: 0;
  text-align: center;
}

.nl-1-nest.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nl-1-nest.flex .list-style {
  margin-right: 36px;
}

.anc-1-pc2-sp2.mod {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.anc-1-pc2-sp2.mod .anc-1 {
  width: 46%;
}

.ml-25 {
  margin-left: 25px;
}

.mt1em {
  margin-top: 1em;
}

.mt15em {
  margin-top: 1.5em;
}

.mt2em {
  margin-top: 2em;
}

.mt22em {
  margin-top: 2.2em;
}

.tab-1.mod .tab {
  padding: 13px 15px;
  text-align: left;
}

.tab-1.mod .img {
  width: 60px;
  margin-right: 5px;
}

.h3-s.mod-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h3-s.mod-icon span {
  margin-left: 20px;
}

.steps .box-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.steps-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 104px;
  margin-right: 10px;
  height: 25px;
  padding: 3px 10px 0;
  background-color: #faccd5;
  border-radius: 12.5px;
  font-size: 1.2rem;
  line-height: 25px;
}

.md-1-2l-30w-02 .md-img-box.w-14p {
  width: 14%;
}

.accordion .acc-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accordion .acc-cont {
  padding-bottom: 10px;
}

.accordion .acc-1:not(:last-child) {
  margin-top: 9px;
}

.accordion .acc-btn .img {
  width: 70px;
  margin-right: 12px;
}

.ol-2 li.list-number-style::before {
  width: 25px;
  font-weight: 700;
  color: #e6002d;
}
.ol-2 li.list-number-style.num-01::before {
  content: "1.";
}
.ol-2 li.list-number-style.num-02::before {
  content: "2.";
}
.ol-2 li.list-number-style.num-03::before {
  content: "3.";
}
.ol-2 li.list-number-style.num-04::before {
  content: "4.";
}
.ol-2 li.list-number-style.num-05::before {
  content: "5.";
}
.ol-2 li.list-number-style.num-06::before {
  content: "6.";
}

.bt-style.bt-full {
  width: 100%;
}

.bt-style.bt-xl {
  width: 600px;
}

.bt-style.bt-large {
  width: 580px;
}

.bt-style.bt-medium {
  width: 376px;
}

.bt-style.bt-small {
  width: 272px;
}

.wrap_col_02 .bt-2-pdf,
.wrap_col_02 .bt-2 {
  width: 48%;
}

.wrap_col_02 .bt-2-pdf .bt-style,
.wrap_col_02 .bt-2 .bt-style {
  width: 100%;
}

table .nl-1-nest li:last-child {
  margin-bottom: 0;
}

.tx-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 250px;
  height: 250px;
  margin: auto;
  background: #ffefeb;
  text-align: center;
  border-radius: 50%;
  color: #e6002d;
  font-size: 3.3rem;
  font-weight: bold;
  line-height: 1.1;
}

.tx-circle span {
  font-size: 4.8rem;
  font-weight: bolder;
  line-height: 1.1;
}

.tx-circle .txt {
  margin-top: 1.5em;
  font-size: 1.6rem;
  color: #333;
}

.fz16 {
  font-size: 1.6rem !important;
}

.custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
}

.custom .im-1 {
  margin-right: 36px;
}

.im-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2em;
}

.im-flex.col2 .im-1 {
  width: 375px !important;
}

.im-flex.col3 .im-1 {
  width: 238px !important;
}

.im-flex .im-1:first-child {
  margin-left: 0 !important;
}

.modal-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  overflow-y: auto;
}

.modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  padding: 60px 14px;
  pointer-events: none;
}

.modal-content {
  position: relative;
  width: 100%;
  max-width: 876px;
  padding: 61px;
  background: #fff;
  pointer-events: all;
}

.close-modal {
  position: absolute;
  top: -58px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 50%;
  line-height: 1;
  cursor: pointer;
}

.close-modal::before,
.close-modal::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background: #333;
}

.close-modal::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.close-modal::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.close-modal:hover {
  border: 2px solid #e6002d;
}

.close-modal:hover::before,
.close-modal:hover::after {
  background: #e6002d;
}

.modal-tags {
  margin-bottom: 5px;
}

.open-modal-btn:hover {
  opacity: 0.7;
}

.modal-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.modal-tags span{
  font-weight: bold;
}


.tag {
  min-width: 104px;
  padding: 3px 10px 0;
  text-align: center;
  border-radius: 999px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
}

.tag.blue { background: #BFECF8; }
.tag.yellow { background: #F7DAAD; }
.tag.green { background: #C3ECB9; }

.fs-22-sp18 {
  font-size: 2.2rem !important;
}
.box-1 .box-ttl {
    font-size: 2.6rem;
}

.md-1-2r-04-w.mod.w273 .im-1 {
  width: 22.74%;
}

.im-link-container {
  position: relative;
}

.im-links a {
  display: inline-block;
  padding: 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}

.im-links a:hover {
  text-decoration: underline;
}

.im-links li {
  position: absolute;
}

.im-links li:nth-child(1) {
  top: 53px;
  left: 45px;
}

.im-links li:nth-child(2) {
  bottom: 37px;
  left: 101px;
}

.im-links li:nth-child(3) {
  top: 55px;
  left: 379px;
}

.im-links li:nth-child(4) {
  top: 150px;
  left: 622px;
}

.im-links li:nth-child(5) {
  top: 137px;
  left: 881px;
}
.tags span{
  display: none;
  position: relative;
  vertical-align: top;
  min-width: 104px;
}
.tags span.tags-ttl{
  position: relative;
  display: inline-block;
  min-width: auto;
  font-size: 1.8rem;
  font-weight: bold;
}
.cat-01 .tags span:nth-of-type(2),
.cat-02 .tags span:nth-of-type(3),
.cat-03 .tags span:nth-of-type(4){
  display: inline-block;
  margin-left: 18px;
}
.cat-01 .tags span:nth-of-type(2):before,
.cat-02 .tags span:nth-of-type(3):before,
.cat-03 .tags span:nth-of-type(4):before{
  position: absolute;
  display: block;
  width: max-content;
  min-width: 104px;
  top: 0;
  left: 0;
  padding: 3px 10px 2px;
  border-radius: 10px / 50%;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.cat-01 .tags span:nth-of-type(2):before{
  content: "地域との共生";
  background-color: #f7daad;
}
.cat-02 .tags span:nth-of-type(3):before{
  content: "環境保全";
  background-color: #c3ecb9;
}
.cat-03 .tags span:nth-of-type(4):before{
  content: "スポーツ振興";
  background-color: #bfecf8;
}
.cd-2-modal .txt-box .ttl span{
  position: relative;
}
.cd-2-modal .txt-box .ttl span:after{
  display: inline-block;
  position: relative;
  top: 8px;
  right: -4px;
  width: 30px;
  height: 30px;
  margin-top: -30px;
  background: url(/compornets/img/ico-modal.png) center no-repeat;
  content: "";
  background-size: contain;
}
.tab-cont .cd-2-nolink .img-box img{
  width: 100%;
}
.tab-cont-box .col-1 .col-1-box{
  display: none;
}
.tab-cont-box #tab-all .col-1 .col-1-box:has(.cd-2-nolink),
.tab-cont-box #tab-cat-01 .col-1 .col-1-box:has(.cd-2-nolink.cat-01),
.tab-cont-box #tab-cat-02 .col-1 .col-1-box:has(.cd-2-nolink.cat-02),
.tab-cont-box #tab-cat-03 .col-1 .col-1-box:has(.cd-2-nolink.cat-03){
  display: block;
}
.ruby {
  position: relative;
}
.ruby:before {
  position: absolute;
  content: "いのち";
  top: -15px;
  left: 0;
  right: 0;
  font-size: 0.5em;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .tags{
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .im-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1em;
  }

  .im-links li {
    position: static;
    width: 47%;
    border-bottom: 2px solid #ddd;
  }

  .im-links li:first-child,
  .im-links li:nth-child(2) {
    border-top: 2px solid #ddd;
  }


  .im-links a {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8em 17px 0.8em 0;
    font-size: 1.5rem;
  }

  .im-links a::after {
    display: inline-block;
    position: relative;
    top: -2px;
    right: -8px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #e30934;
    border-right: 2px solid #e30934;
    content: "";
    transform: rotate(45deg);
    flex-shrink: 0;
  }
  .im-links li:nth-child(4) {
    margin-top: 2.5%;
  }


}

@media only screen and (max-width: 767.98px) {
  .md-1-2r-04-w.mod .im-1 {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  .md-1-2r-04-w.mod.w273 .im-1 {
    width: auto;
  }

  .sp-mt0 {
    margin-top: 0;
  }

  .sp-mb0 {
    margin-bottom: 0 !important;
  }

  .sp-mt1em {
    margin-top: 1em;
  }

  .sp-mt04em {
    margin-top: 0.4em;
  }

  .sp-mb04em {
    margin-bottom: 0.4em;
  }

  .sp-mt15em {
    margin-top: 1.5em;
  }

  .sp-mt16em {
    margin-top: 1.6em;
  }

  .sp-mt2em {
    margin-top: 2em !important;
  }

  .sp-w-auto {
    width: auto !important;
  }

  .sp-w-46p {
    width: 46% !important;
  }

  .sp-w-full {
    width: 100% !important;
  }

  .box-bg-gr .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .nl-1-nest.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .box-bg-gr .box-ttl:first-child {
    margin-bottom: 13px;
  }

  .flex-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .col-2-width,
  .md-1-2l-30w-02 .md-img-box.w-14p,
  .bt-style.bt-large,
  .bt-style.bt-xl,
  .bt-style.bt-small,
  .bt-style.bt-medium {
    width: 100%;
  }

  .anc-1-pc2-sp2.mod .anc-1 {
    margin-top: 2em;
  }

  .fz16 {
    font-size: 1.4rem !important;
  }

  .col-by-4.mod {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .col-by-4.mod .col-box {
    width: 48%;
  }

  .custom .im-1 {
    margin-right: 15px;
  }

  .im-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4%;
    margin-top: 1em;
  }

  .im-flex.col2 .im-1,
  .im-flex.col3 .im-1 {
    width: 48% !important;
    margin-top: 4%;
  }

  .modal-content {
    padding: 20px;
  }

  .tab-1.mod .tab-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: none;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  }

  .tab-1.mod .tab-box .tab {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
    margin: 0;
    font-size: 1.3rem;
  }

  .tab-1.mod .tab-box .tab:not(:nth-child(1)),
  .tab-1.mod .tab-box .tab:not(:nth-child(2)) {
    border-top: 1px solid #ddd;
  }

  .tab-1.mod .tab-box .tab:nth-child(odd){
    border-right: 1px solid #ddd;
  }

  .col-1.flex-reverse .col-1-box:last-child .im-1 {
    margin-left: auto;
    margin-right: auto;
  }
  .h1-s.mod {
    margin: .67em 0 1.6em !important;
  }
  .fs-22-sp18 {
    font-size: 1.8rem !important;
  }
  .sp-center {
    text-align: center;
  }
  .box-1 .box-ttl {
    font-size: 2.0rem;
  }
  li.list-number-style {
    font-size: 1.4rem;
  }
  .tags{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
  }
  .tags span.tags-ttl{
    width: 100%;
    font-size: 1.5rem;
  }
  .cat-01 .tags span:nth-of-type(2),
  .cat-02 .tags span:nth-of-type(3),
  .cat-03 .tags span:nth-of-type(4){
    margin-left: 0;
    min-width: 95px;
    height: 23px;
  }
  .cat-01 .tags span:nth-of-type(2):before,
  .cat-02 .tags span:nth-of-type(3):before,
  .cat-03 .tags span:nth-of-type(4):before{
    min-width: 95px;
    font-size: 10px;
    padding: 4px 10px 3px;
  }
  .tab-cont-box .txt-box .ttl{
    margin-top: 8px;
    font-size: 1.9rem;
  }
  .tab-cont-box .txt-box .txt{
    font-size: 1.6rem;
  }
  .sp-w-375 {
    max-width: 375px;
  }
  .sp-margin-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .ruby:before {
    top: -12px;
  }
}