/* 新規 */
body{
  margin: 0;
}

#globalHeader {
  background-color: #fff;
  border-bottom: 1px solid #b4b4b4;
  min-width: 1076px;
}
#globalHeaderUpperWrap {
  margin: 0 auto;
  position: relative;
  width: 1076px;
}

#globalHeaderUpperWrap .subscription {
  position: absolute;
  top: 26px;
  left: 0;
}

#globalHeaderUpperWrap .subscription a {
  color: #fe5d4b;
  background: url(/election/iframes/images/icon_subscription.svg) no-repeat;
  background-size: 16px auto;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 2px 2px 2px 20px;
}

#globalHeader .yollogo {
  position: static;
  padding: 26px 0;
  text-align: center;
}

#globalHeader .yollogo:hover {
  opacity: unset;
}

#globalHeader .yollogo a {
  display: inline-block;
  margin-left: 70px;
}

#globalHeader .yollogo a img {
  margin-bottom: 0;
}

#globalHeader #globalHeaderUpper {
  height: auto;
  padding: static;
}

.row-contents .span-main .span-main-inr {
  min-height: auto;
}

.p-footer-global {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", sans-serif;
  min-width: 1076px;
  background: #1e2428;
  color: #fff;
  padding-bottom: 65px;
  text-align: left;
  position: absolute;
  left: 0;
  width: 100%;
}

.p-footer-global a {
  color: #fff;
  font-weight: 700;
  -webkit-tap-highlight-color: rgba(0, 0, 0, .13);
}

.p-footer-global p {
  line-height: 1.8rem;
}

.p-footer-global-block-item03 {
  border-top: 1px solid #4b5053;
}

.p-footer-global-block-item03__copyright {
  max-width: 1065px;
  margin: 0 auto;
  padding: 15px 0;
}

.p-footer-global-block-item03__copyright {
  font-size: 12px;
}

.p-footer-global-block-item03-attention {
  max-width: 1065px;
  margin: 0 auto;
  font-size: 11px;
  font-size: .6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-footer-global-block-item03-attention__title {
  -ms-flex-preferred-size: 165px;
  flex-basis: 165px;
  text-align: center;
  border: 1px solid #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30px;
  line-height: 30px;
  margin-right: 18px;
  box-sizing: border-box;
  font-weight: normal;
}

.p-footer-global-block-item03-attention__detail {
  -ms-flex-preferred-size: 620px;
  flex-basis: 620px;
  margin-left: 0;
  line-height: 1.6;
}

.p-footer-global-block-item03__attention-other {
  max-width: 1065px;
  margin: 0 auto;
  padding: 11px 0 0;
  font-size: 11px;
  font-size: .6875rem;
}

@media screen and (max-width: 599px){

  #globalHeaderUpperWrap .subscription {
    display: none;
  }

  #globalHeader .yollogo {
    position: static;
    padding: 0;
    text-align: center;
    height: 26px;
    font-size: 1.6875rem;
    overflow: hidden;
    margin-top: 12px;
    margin-bottom: 8px;
  }

  #globalHeader {
    width: 100%;
    min-width: auto;
  }

  #globalHeaderUpperWrap {
    width: 100%;
    min-width: auto;
  }

  #globalHeader .yollogo a img {
    width: 190px;
  }

  #globalHeader .yollogo a {
    margin-left: 0;
  }

  #globalHeaderUpperWrap .subscription {
    position: static;
    text-align: right;
  }

  .p-footer-global-block-item03-attention,.p-footer-global-block-item03__copyright {
    max-width: auto !important;
  }

  .p-footer-global{
    min-width: auto !important;
  }

  .p-footer-global p {
    text-align: center;
  }

  .p-footer-global-block-item03-attention {
    max-width: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 11px;
    display: block;
  }

  .p-footer-global-block-item03-attention__title {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    height: auto;
    line-height: inherit;
    padding: 4px 10px;
    width: 37.5%;
  }

  .p-footer-global-block-item03-attention__detail {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 10px;
    color: #b4b4b4;
  }
  .p-footer-global-block-item03__attention-other {
    max-width: 1065px;
    margin: 0 auto;
    padding: 5px 0 0;
    font-size: 11px;
    font-size: .6875rem;
    text-align: left !important;
    padding: 11px 10px 0 !important;
    line-height: 1rem !important;
  }
}