@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : data.css
Description : データ放送
===================================================================== */
.data_group h3 {
  padding: 0.15em 0;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(rgba(3, 0, 0, 0)), color-stop(20%, rgb(3, 0, 0)), color-stop(50%, rgb(3, 0, 0)), color-stop(80%, rgb(3, 0, 0)), color-stop(99%, rgba(3, 0, 0, 0)), to(rgba(3, 0, 0, 0)));
  background: linear-gradient(to right, rgba(3, 0, 0, 0) 0%, rgb(3, 0, 0) 20%, rgb(3, 0, 0) 50%, rgb(3, 0, 0) 80%, rgba(3, 0, 0, 0) 99%, rgba(3, 0, 0, 0) 100%);
}
.data_group h3 > * {
  position: relative;
  display: block;
  margin: 0 auto;
  line-height: 1.4;
  -o-border-image: linear-gradient(90deg, transparent 0%, #ae9651 50%, transparent 100%) 1/2px 0 2px 0;
     border-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #ae9651), to(transparent)) 1/2px 0 2px 0;
     border-image: linear-gradient(90deg, transparent 0%, #ae9651 50%, transparent 100%) 1/2px 0 2px 0;
  border-style: solid;
}

/* =====================================================================
    head
======================================================================*/
.main {
  background: none !important;
}

.head {
  position: relative;
  padding: 9.8rem 0 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/data/bg_head-sp.jpg) no-repeat center/cover;
}

.head_subttl {
  width: 71.3rem;
}

.head_ttl {
  margin-top: 1.8rem;
  width: 61.5rem;
}

@media screen and (min-width: 768px) {
  .head {
    padding: 3.7rem 0 4.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background-image: url(../images/data/bg_head-pc.jpg);
  }
  .head_ttl {
    margin: 0 0 2.8rem;
  }
}
/* =====================================================================
    data
======================================================================*/
.data {
  padding: 12rem 0;
  letter-spacing: 0;
  background-image: url(../images/common/bg_pattern_t-sp.png), url(../images/common/bg_pattern_b-sp.png);
  background-repeat: no-repeat;
  background-position: top right, bottom left;
  background-size: 100% auto;
}

.data_lead {
  margin: 0 auto 1.5em;
  text-align: center;
  width: 60rem;
  line-height: 1.5;
}

.data_photo {
  margin-bottom: 8rem;
  width: calc(100% + (80 / 710 * 100%));
}

.data_group {
  margin: 0 auto 8rem;
  width: calc(710 / 710 * 100%);
}
.data_group h3 {
  margin-bottom: 6rem;
}
.data_group h3 span {
  color: #fff;
  padding: 0.5em 3.5em;
  font-family: "メイリオ", "Meiryo";
  font-weight: 700;
  font-size: 3rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#cc9200), color-stop(35%, #dba72e), color-stop(50%, #f2d061), color-stop(65%, #dba72e), to(#cc9200));
  background: linear-gradient(0deg, #cc9200 0%, #dba72e 35%, #f2d061 50%, #dba72e 65%, #cc9200 100%);
  color: #f2d061;
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.data_group_inner {
  margin-bottom: 6rem;
}
.data_group_inner p {
  line-height: 1.5;
  width: calc(920 / 920 * 100%);
  text-align: center;
  margin-bottom: 2rem;
}
.data_group_inner p strong {
  display: block;
  width: calc(820 / 920 * 100%);
  margin: 0 auto;
  font-size: 3rem;
  color: #cc0000;
  font-weight: bold;
  border-top: 1px solid #cc0000;
  border-bottom: 1px solid #cc0000;
  padding: 0.3em 0;
}
.data_group_inner h4 {
  margin-bottom: 0.5em;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.125;
  color: #cc9200;
}
.data_group_inner dl {
  margin-bottom: 1em;
  padding-left: 1em;
  line-height: 1.5;
}
.data_group_inner dl dt {
  margin-bottom: 1em;
  text-indent: -1em;
  font-weight: 700;
}
.data_group_inner dl dt span {
  color: #cc0000;
}

.data_notice {
  padding: 6rem;
  background-color: #ece9e0;
  outline: 1px solid #cc9200;
  outline-offset: -1rem;
  margin-bottom: 8rem;
}
.data_notice h4 {
  margin-bottom: 5rem;
  text-align: center;
  padding-bottom: 0.5em;
  font-family: "メイリオ", "Meiryo";
  font-size: 4rem;
  line-height: 1.175;
  color: #cc9200;
  letter-spacing: 0.2em;
  border-bottom: 0.2rem solid #cc9200;
}
.data_notice_list li {
  line-height: 1.5;
}
.data_notice_list > li {
  margin-bottom: 1em;
  text-indent: -1em;
  padding-left: 1em;
}
.data_notice_list > li ul {
  margin-top: 1em;
  text-indent: 0;
}
.data_notice_list > li > li a {
  display: inline-block;
  color: #dc1927;
  text-decoration: underline;
  margin-left: 1em;
}

.present {
  width: 100vw;
  background: url(../images/data/bg_pattern.jpg) repeat center/12.5rem auto;
  background-size: 6.8rem auto;
  padding: 8rem 0;
  margin: 0 calc(50% - 50vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8rem;
}

.item {
  width: calc(710 / 710 * 100%);
  margin-bottom: 1em;
}

.flexbox {
  display: block;
}

.flexitem {
  width: 100%;
  margin-bottom: 1em;
}

.bnr {
  width: 100vw;
  background-color: #350000;
  margin: 0 calc(50% - 50vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8rem;
}

.bnr_subttl {
  margin: 3em;
  -webkit-filter: drop-shadow(0 0.3em 0.3em rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0.3em 0.3em rgba(0, 0, 0, 0.3));
}

@media screen and (min-width: 768px) {
  .data {
    padding-top: 8rem;
    background-image: url(../images/common/bg_pattern_t-pc.png), url(../images/common/bg_pattern_b-pc.png);
  }
  .data_lead {
    width: 100%;
    line-height: 2.25;
  }
  .data_photo {
    margin-left: auto;
    margin-right: auto;
    width: calc(920 / 920 * 100%);
  }
  .data_group {
    width: calc(800 / 920 * 100%);
  }
  .data_group h3 {
    margin-left: auto;
    margin-right: auto;
    width: 62.5%;
  }
  .data_group h3 span {
    font-size: 2.2rem;
  }
  .data_group_inner {
    padding: 0;
  }
  .data_group_inner p strong {
    font-size: 2rem;
  }
  .data_group_inner p.data_em {
    text-align: center;
  }
  .data_group_inner h4 {
    font-size: 2.8rem;
  }
  .data_notice h4 {
    margin-bottom: 4rem;
    padding-bottom: 0.3em;
    font-size: 3rem;
  }
  .data_notice_list li {
    line-height: 1.625;
  }
  .data_notice_list > li {
    margin-bottom: 0.8em;
  }
  .data_notice_list > li ul {
    margin-top: 0.8em;
  }
  .data_notice_list > li a {
    display: inline-block;
    color: #dc1927;
    text-decoration: underline;
    margin-left: 1em;
  }
  .item {
    width: calc(710 / 710 * 100%);
    margin-bottom: 1em;
  }
  .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flexitem {
    width: 50rem;
    padding-right: 0.5em;
  }
  .flexitem:last-child {
    padding-right: 0;
    padding-left: 0.5em;
  }
  .bnr {
    width: 100vw;
    height: 27rem;
    background-color: #350000;
    margin: 0 calc(50% - 50vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8rem;
  }
  .bnr_subttl {
    margin: 0 auto 1em;
    width: 84rem;
    -webkit-filter: drop-shadow(0 0.3em 0.3em rgba(0, 0, 0, 0.3));
            filter: drop-shadow(0 0.3em 0.3em rgba(0, 0, 0, 0.3));
  }
}/*# sourceMappingURL=data.css.map */