@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ==========================================================
  テキストシャドウ
========================================================== */
/* ===================================================================
CSS information
 file name  :update.css
 style info :更新データ配信のお知らせページのスタイル
=================================================================== */
#update {
  background: url(/switch-ps4-steam/update/img/bg_content.png) repeat 0 0;
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 751px) {
  #update {
    font-size: 18px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  #update {
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 750px) {
  #update img {
    width: 100%;
    height: auto;
  }
}
#update #main {
  background: url(/switch-ps4-steam/update/img/bg_main.jpg) no-repeat top center;
  background-size: cover;
  color: #fff;
  text-shadow: black 1px 1px 2px, black -1px 1px 2px, black 1px -1px 2px, black -1px -1px 2px;
}
@media screen and (min-width: 751px) {
  #update #main {
    padding: 40px 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  #update #main {
    padding: 5.2vw 4%;
    margin-bottom: 5vw;
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  #update #main br {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  #update #sec {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 750px) {
  #update #sec {
    margin-bottom: 5vw;
  }
}
#update #sec h2 {
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000, 1px 0px 1px #000, 0px 1px 1px #000, -1px 0px 1px #000, 0px -1px 1px #000;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.4;
}
@media screen and (min-width: 751px) {
  #update #sec h2 {
    font-size: 30px;
    background: url(/switch-ps4-steam/update/img/bg_tit_pc.png) no-repeat top center;
    width: 690px;
    height: 105px;
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 750px) {
  #update #sec h2 {
    font-size: 5vw;
    background: url(/switch-ps4-steam/update/img/bg_tit_sp.jpg) no-repeat top center;
    background-size: 100%;
    height: 25.6vw;
    margin-bottom: 2.4vw;
    letter-spacing: -0.06em;
  }
}
#update #sec h2 span {
  position: relative;
}
@media screen and (min-width: 751px) {
  #update #sec h2 span {
    top: -2px;
  }
}
@media screen and (max-width: 750px) {
  #update #sec h2 span {
    top: -1.6vw;
  }
}
@media screen and (min-width: 751px) {
  #update #sec p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  #update #sec p {
    margin-bottom: 3vw;
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  #update #sec p br {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  #update #sec ul {
    width: 860px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 750px) {
  #update #sec ul {
    width: 96%;
    margin: 0 auto 3vw;
  }
}
#update #sec ul li {
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 751px) {
  #update #sec ul li {
    font-size: 22px;
  }
}
@media screen and (max-width: 750px) {
  #update #sec ul li {
    font-size: 3.4vw;
    margin-bottom: 0.4vw;
  }
}
#update #sec ul li:before {
  content: "●";
  color: #572418;
}
@media screen and (min-width: 751px) {
  #update #sec ul li:before {
    font-size: 22px;
  }
}
@media screen and (max-width: 750px) {
  #update #sec ul li:before {
    font-size: 3.4vw;
  }
}
#update #sec .brownArea {
  background: #e7dbbd;
  text-align: center;
}
@media screen and (min-width: 751px) {
  #update #sec .brownArea {
    width: 860px;
    padding: 30px 130px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  #update #sec .brownArea {
    padding: 3vw;
  }
}
#update #sec .brownArea h3 {
  color: #a20000;
  font-weight: bold;
  background: #fff;
  border-radius: 100px;
}
@media screen and (min-width: 751px) {
  #update #sec .brownArea h3 {
    font-size: 22px;
    width: 600px;
    padding-bottom: 2px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 750px) {
  #update #sec .brownArea h3 {
    font-size: 3.4vw;
    padding-bottom: 0.2vw;
    margin: 0 auto 2vw;
  }
}
#update #sec .brownArea p {
  text-align: left;
}
@media screen and (max-width: 750px) {
  #update #sec .brownArea p {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 751px) {
  #update #sec .brownArea figure {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  #update #sec .brownArea figure {
    margin-bottom: 2vw;
  }
}
#update #sec .brownArea .txt {
  text-align: center;
  margin-bottom: 0;
}
@media screen and (min-width: 751px) {
  #update #sec .brownArea .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  #update #sec .brownArea .txt {
    font-size: 2.6vw;
    line-height: 1.6;
  }
}
#update #sec .brownArea .txt br {
  display: block;
}
#update #sec .brownArea .btnUpdate {
  text-align: center;
  margin-bottom: 0;
}
#update #sec .brownArea .btnUpdate a {
  display: inline-block;
  text-decoration: none;
  border: 2px solid #dadada;
  border-radius: 50px;
}
@media screen and (min-width: 751px) {
  #update #sec .brownArea .btnUpdate a {
    background: #fff url(/switch-ps4-steam/assets/images/shared/icon_arrow.png) no-repeat left 10px center;
    background-size: 1.4vw;
    padding: 6px 12px 10px 30px;
    width: 440px;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 750px) {
  #update #sec .brownArea .btnUpdate a {
    background: #fff url(/switch-ps4-steam/assets/images/shared/icon_arrow.png) no-repeat left 3vw center;
    background-size: 3.4vw;
    padding: 1.6vw 2.2vw 1.6vw 4vw;
    width: 80%;
    margin: 1vw auto 0;
  }
}