@charset "UTF-8";
/* お知らせタブ
-------------------------------------------- */
/*tabの全体枠*/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0px 0;
  position: relative;
  width: 100%;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 35px;
  background: #FFC400;
  display: block;
  order: -1;
}
.tab-label {
  color: #000;
  border-left: 4px solid #FFC400;
  border-top: 4px solid #FFC400;
  border-right: 4px solid #FFC400;
  background: #fff;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
  padding: 10px 0;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 16px 16px 0 0;
  width: 32.5%;
  flex: 1;
  font-size: 1.3rem;
}
.tab-label:hover {
  color: #000;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.pc-text {
  display: none;
}
.tab-content {
  width: 100%;
  background: #fff;
  height: 0;
  overflow: hidden;
  opacity: 1;
}
/* アクティブなタブ */
.tab-switch:checked + .tab-label {
  background: #FFC400;
  color: #000;
}
.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: auto;
  padding: 10px 10px 0px 10px;
  opacity: 1;
  border-left: 4px solid #FFC400;
  border-bottom: 4px solid #FFC400;
  border-right: 4px solid #FFC400;
  border-radius: 0px 0px 16px 16px;
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}
/* tab-content内 */
dl.tab-info {
  -webkit-justify-content: flex-start; /*左右中央寄せ*/
  justify-content: flex-start; /*左右中央寄せ*/
  display: -webkit-box; /* Android4.3以前ブラウザ用 */
  display: -webkit-flex; /* iOS8以前Safari用 */
  display: flex;
  -webkit-align-items: stretch; /*上下中央寄せ*/
  align-items: stretch; /*上下中央寄せ*/
  -webkit-flex-wrap: wrap; /*折り返し(mac safari用)*/
  flex-wrap: wrap; /*折り返し*/
  font-size: 1.3rem;
}
dl.tab-info dt {
  background: url("../../images/index/info-check.png")no-repeat left top;
  background-size: 15px;
  padding: 0 0 0 20px;
  margin: 0 0 5px 0;
  width: 30%;
}
dl.tab-info dd {
  width: 69%;
  margin: 0 0px 15px 0;
}
.chart {
  display: block;
  position: absolute;
  top: 50px;
  right: 10px;
  z-index: 100;
  font-weight: 500;
}
.chart a {
  color: #000;
}
/*tabの全体枠*/
@media print, screen and (min-width : 768px) {
  /* お知らせタブ
-------------------------------------------- */
  /*tabの全体枠*/
  .tab-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto 0px auto;
    position: relative;
    width: 1200px;
  }
  .tab-wrap:after {
    content: '';
    width: 100%;
    height: 59px;
    background: #FFC400;
    display: block;
    order: -1;
  }
  .tab-label {
    color: #000;
    border-left: 6px solid #FFC400;
    border-top: 6px solid #FFC400;
    border-right: 6px solid #FFC400;
    background: #fff;
    font-weight: 500;
    white-space: nowrap;
    text-align: center;
    padding: 12px 0em;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 16px 16px 0 0;
    flex: none;
    width: 293px;
    font-size: 2rem;
  }
  .tab-label:hover {
    color: #000;
  }
  .tab-label:not(:last-of-type) {
    margin-right: 11px;
  }
  .pc-text {
    display: block;
    display: inline-block;
  }
  .tab-content {
    width: 100%;
    background: #fff;
    height: 0;
    overflow: hidden;
    opacity: 1;
  }
  /* アクティブなタブ */
  .tab-switch:checked + .tab-label {
    background: #FFC400;
    color: #000;
  }
  .tab-switch:checked + .tab-label + .tab-content {
    height: auto;
    overflow: auto;
    padding: 30px 20px 30px 70px;
    opacity: 1;
    border-left: 6px solid #FFC400;
    border-bottom: 6px solid #FFC400;
    border-right: 6px solid #FFC400;
    border-radius: 0px 0px 16px 16px;
  }
  /* ラジオボタン非表示 */
  .tab-switch {
    display: none;
  }
  /* tab-content内 */
  dl.tab-info {
    -webkit-justify-content: flex-start; /*左右中央寄せ*/
    justify-content: flex-start; /*左右中央寄せ*/
    display: -webkit-box; /* Android4.3以前ブラウザ用 */
    display: -webkit-flex; /* iOS8以前Safari用 */
    display: flex;
    -webkit-align-items: stretch; /*上下中央寄せ*/
    align-items: stretch; /*上下中央寄せ*/
    -webkit-flex-wrap: wrap; /*折り返し(mac safari用)*/
    flex-wrap: wrap; /*折り返し*/
    font-size: 2rem;
	  letter-spacing: 0.08em;
  }
  dl.tab-info dt {
    background: url("../../images/index/info-check.png")no-repeat left top 6px;
    padding: 0 0 0 30px;
    margin: 0 0 15px 0;
    width: 20%;
  }
  dl.tab-info dd {
    width: 78%;
    margin: 0 0px 15px 0;
  }
  .chart {
    display: block;
    position: absolute;
    top: 70px;
    right: 40px;
    z-index: 100;
    font-weight: 500;
  }
  .chart a {
    color: #000;
  }
	}
@media print, screen and (min-width : 1750px) {
  /* お知らせタブ
-------------------------------------------- */
  /*tabの全体枠*/
  .tab-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto 0px auto;
    position: relative;
    width: 1243px;
  }
  .tab-label {
    color: #000;
    border-left: 6px solid #FFC400;
    border-top: 6px solid #FFC400;
    border-right: 6px solid #FFC400;
    background: #fff;
    font-weight: 500;
    white-space: nowrap;
    text-align: center;
    padding: 12px 0em;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 16px 16px 0 0;
    flex: none;
    width: 301px;
    font-size: 2rem;
  }
  .tab-label:not(:last-of-type) {
    margin-right: 15px;
  }
	

}