/*委託・補助事業*/
#development {
}
.development_bg,
.temporary_bg {
  background: #dde688;
  width: 72%;
}

.tab-switch-charm > label:hover,
.tab-switch-charm label:has(:checked) {
  background-color: #dde688;
  color: #fff;
}
.commission div,
.commission ul {
  padding: 1em;
  border: 1px solid #555;
}

.commission div {
  margin: -1px 0 0 0;
}

.commission ul {
  width: 80%;
  margin: -1px 0 0 -1px;
  font-size: 90%;
}

.commission .ttl {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.commission ul a {
  margin: 0.5em 0;
  display: block;
  color: #ea9e4c;
  line-height: 120%;
}

/*仮設住宅の提供*/
.prize {
  justify-content: space-between;
}
.gold {
  width: 49%;
}
.grand {
  width: 49%;
}
.gold img,
.grand img {
  width: 100%;
}

.gold h3,
.grand h3 {
  font-size: 120%;
  line-height: 140%;
  letter-spacing: 0.05em;
}

.participating {
  margin-top: 5em;
}
.participating h3 {
  font-size: 120%;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
.participating ul {
  flex-wrap: wrap;
}
.participating li {
  width: 50%;
  background: #fff;
  border: 1px solid #555;
  box-sizing: border-box;
  margin-top: -1px;
  height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.participating li:nth-child(even) {
  margin-left: -1px;
}
.participating a {
  color: #ea9e4c;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.participating a:hover {
  transform: scale(0.95);
  webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

/*コンテスト*/
.mt-reset {
  margin-top: unset;
}

/**********************************************************/

/*TAB*/
/* --- PC用タブ --- */
.tab-switch-chrm {
  --tab-color: #49566a;
  display: flex;
  justify-content: center;
  gap: 5px;
  max-width: 800px;
  margin: auto;
}

.tab-switch-chrm > label {
  flex: 1 1 auto;
  padding: 0.7em 1em;
  background-color: #f2f3f4;
  color: #999;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.tab-switch-chrm input {
  display: none;
}

.tab-switch-chrm > label:hover,
.tab-switch-chrm input:checked + span {
  background-color: var(--tab-color);
  color: #fff;
}

/* --- スマホ用プルダウン --- */
.tab-select-chrm {
  display: none;
  max-width: 800px;
  margin: 1em auto;
}

.tab-select-chrm select {
  width: 100%;
  padding: 0.5em;
}

/* --- コンテンツ共通 --- */
.tab-contents-chrm {
  max-width: 800px;
  margin: auto;
  padding: 1.5em 1em;
}

.tab-pane-chrm {
  display: none;
}

.tab-pane-chrm.active {
  display: block;
}

/* --- レスポンシブ切替 --- */
@media (max-width: 768px) {
  .tab-switch-chrm {
    display: none;
    /* スマホではタブを隠す */
  }

  .tab-select-chrm {
    display: block;
    /* スマホではプルダウンを表示 */
  }
}

/*****************************************************/
/*汎用タブ*/
/* --- PC用タブ --- */
.tab-switch-subtab {
  display: none !important;
  --tab-color: #49566a;
  display: flex;
  justify-content: center;
  gap: 5px;
  max-width: 100%;
  margin: 3px auto 0 auto;
  flex-wrap: wrap;
}

.tab-switch-subtab > label {
  width: calc(100% / 4.1);
  flex: 1 1 auto;
  padding: 0.7em 1em;
  background-color: #f2f3f4;
  color: #999;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  margin: 1px;
  border: 1px solid #ccc;
}

.tab-switch-subtab input {
  display: none;
}

.tab-switch-subtab > label:hover,
.tab-switch-subtab input:checked + span {
  background-color: var(--tab-color);
  color: #fff;
}

.app_guide {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #435566;
  color: #fff;
  /*追加*/
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

/* --- スマホ用プルダウン --- */
.tab-select-subtab {
  border-radius: 0 !important;
  max-width: 100%;
  margin: 0.2em 0 1em 0;
  height: 3em;
  /*追加*/
  position: relative;
}

#tab-select-subtab:hover {
  background: #f2f2f2;
}
.tab-select-subtab select,
.tab-select-subtab select:focus,
.tab-select-subtab select.active,
.tab-select-subtab select:enabled,
.tab-select-subtab select option {
  border-radius: 0 !important;
}

.tab-select-subtab select {
  width: 80%;
  padding: 0.5em;
  height: 100%;
  font-size: 90%;
  color: #555;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 0 !important;
}

/* --- コンテンツ共通 --- */
.tab-contents-subtab {
  max-width: 100%;
  margin: auto;
  padding: 1.5em 0em;
}

.tab-pane-subtab {
  display: none;
}

.tab-pane-subtab.active {
  display: block;
}

/* --- レスポンシブ切替 --- */
@media (max-width: 768px) {
  .tab-switch-subtab {
    display: none;
    /* スマホではタブを隠す */
  }

  .tab-select-subtab {
    display: block;
    /* スマホではプルダウンを表示 */
  }
}

/*追加*/
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

/* コンテンツ切り替え用 */
.tab-pane-subtab {
  display: none;
}

.tab-pane-subtab.active {
  display: block;
}

.main_ttl {
  font-size: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
}

.sub_ttl {
  font-weight: normal;
  font-size: 75%;
  height: 100%;
  border-left: 1px solid #555;
  padding-left: 0.5em;
  margin-left: 0.5em;
  display: flex;
  align-items: center;
  justify-content: left;
}

.tab-content-subtab {
  justify-content: space-between;
  flex-wrap: wrap;
}

h3 {
  font-size: 120%;
}

/*award*/
.award_box {
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3em;
}

.award_box h3 {
  height: 1.5em;
  margin-bottom: 0.3em;
}

.award_box {
  width: 48%;
}

.award_box .left {
  width: 100%;
}

.award_slide {
  height: 18.4em;
  overflow: hidden;
  position: relative;
}

.award_slide img {
  width: 100%;
}

.award_box table {
  width: 99.8%;
  font-size: 85%;
  line-height: 120%;
  border-collapse: collapse;
  table-layout: fixed;
}

.award_box tr {
  height: 1em;
}

.award_box td:first-child {
  width: 30%;
  text-align: center;
}

.award_box td {
  width: 70%;
  border: 1px solid #555;
  padding: 1em;
  text-align: left;
}

.award_box td a {
  width: 100%;
  height: 1.6em;
  display: flex;
  align-items: center;
  justify-content: left;
  webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.award_box td a:hover {
  color: #ea9e4c;
  webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
/*****************************************************/
.measure_fbg {
  background: #dde688;
  background-image: url(../../common/images/measure/foot_bg.svg);
}

/***********************************************************************/

/* --- レスポンシブ切替 Tablet--- */
@media screen and (max-width: 768px) {
} /* --- レスポンシブ切替 Tablet--- */

/***********************************************************************/

/* --- レスポンシブ切替 Mobile--- */
@media screen and (max-width: 480px) {
  .head_key img {
    left: -60%;
  }
  .commission .ttl,
  .commission ul,
  .gold,
  .grand,
  .participating li,
  .award_box {
    width: 100%;
  }
  .commission .ttl {
    font-size: 120%;
    line-height: 120%;
    background: #f2f2f2;
    padding: 0.5em 0;
  }
  .main_ttl {
    min-width: 3.5em;
  }
  .sub_ttl {
    line-height: 120%;
  }
  .award_box td:first-child {
    background: #f2f2f2;
  }
}
