@charset "utf-8";

/* ====================================================================
 ITC追加
==================================================================== */

/* comingsoon
----------------------------------------------------------*/
.problem.comingsoon {
  position: relative;
}
.problem.comingsoon:before {
  position: absolute;
  top: -5px;
  left: 0;
  display: flex;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: calc(100% + 5px);
  z-index: 1;
}
.problem.comingsoon:after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  content: "準備中";
  background-color: rgba(221, 19, 103, 0.7);
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
  padding: 10px 0;
  color: #fff;
  z-index: 3;
}

/* みんなの行動宣言 年タブ切り替え　/　プルダウン
----------------------------------------------------------*/
@media screen and (max-width: 48em) {
  .sp_block {
    display: block;
  }
  .pc_block {
    display: none;
  }
}

@media screen and (min-width:48.0625em) {
  .pc_block {
    display: block;
  }
  .sp_block {
    display: none;
  }
}

/* sp_year-menu */
.sp_year-menu {
  overflow: hidden;
  width: 90%;
  margin: 2em auto;
  text-align: center;

  position: relative;
  border-radius: 2px;
  border: 2px solid #069edc;
  border-radius: 50px;
  background: #ffffff;
}
.sp_year-menu select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.sp_year-menu select::-ms-expand {
    display: none;
}

.sp_year-menu::before {
  position: absolute;
  top: 0.8em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #069edc;
  pointer-events: none;
}
.sp_year-menu select {
  padding: 8px 38px 8px 16px;
  color: #069edc;
}