/*=============================================================
 01_base
=============================================================*/
#playersguide {
  margin-bottom: 125px;
}
@media only screen and (max-width: 768px) {
  #playersguide {
    margin-bottom: 18.4375vw;
  }
}
#playersguide .block {
  width: 1200px;
  margin: 0 auto 40px;
  padding: 50px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 20px rgba(107, 98, 159, 0.1);
}
@media only screen and (max-width: 1300px) {
  #playersguide .block {
    padding: 3.8461538462vw;
    width: 92.3076923077vw;
    margin: 0 auto 3.0769230769vw;
  }
}
@media only screen and (max-width: 768px) {
  #playersguide .block {
    width: 90.625vw;
    padding: 4.6875vw;
    border-radius: 4.6875vw;
    margin: 0 auto 6.25vw;
  }
}
#playersguide .block figure {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1300px) {
  #playersguide .block figure {
    margin-bottom: 3.8461538462vw;
  }
}
#playersguide .block figure img {
  max-width: 100%;
}
@media only screen and (max-width: 1300px) {
  #playersguide .block figure img {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  #playersguide .block figure img {
    height: auto;
    width: 100% !important;
  }
}
#playersguide .block .text1 {
  font-size: 32px;
  text-align: center;
  font-weight: 900;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1300px) {
  #playersguide .block .text1 {
    font-size: 2.4615384615vw;
    margin-bottom: 3.0769230769vw;
  }
}
@media only screen and (max-width: 768px) {
  #playersguide .block .text1 {
    font-size: 5vw;
  }
}
#playersguide .block .text1 span {
  color: #37BAEB;
}
#playersguide .block .text2 {
  font-size: 24px;
  text-align: center;
  line-height: 1.8;
  font-weight: 900;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1300px) {
  #playersguide .block .text2 {
    font-size: 1.8461538462vw;
    margin-bottom: 2.1538461538vw;
  }
}
@media only screen and (max-width: 768px) {
  #playersguide .block .text2 {
    font-size: 3.75vw;
  }
}
#playersguide .block .note {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #playersguide .block .note {
    font-size: 2.8125vw;
  }
}
#playersguide .block h2 {
  position: relative;
  font-size: 20px;
  padding: 10px 10px 10px 45px;
  line-height: 1.3;
  color: #fff;
  border-radius: 100px;
  margin: 2.8em 0 1em;
  background-image: linear-gradient(90deg, rgb(83, 75, 136), rgb(55, 189, 237));
}
@media only screen and (max-width: 1300px) {
  #playersguide .block h2 {
    padding: 0.7692307692vw 0.7692307692vw 0.7692307692vw 3.4615384615vw;
  }
}
@media only screen and (max-width: 768px) {
  #playersguide .block h2 {
    font-size: 3.4375vw;
    padding: 1.5625vw 1.5625vw 1.5625vw 7.03125vw;
    border-radius: 15.625vw;
  }
}
#playersguide .block h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../img/news/icon_h2.svg") no-repeat top center;
  background-size: contain;
  margin-right: 15px;
}
@media only screen and (max-width: 1300px) {
  #playersguide .block h2::before {
    left: 0.7692307692vw;
    width: 1.8461538462vw;
    height: 1.8461538462vw;
    margin-right: 1.1538461538vw;
  }
}
@media only screen and (max-width: 768px) {
  #playersguide .block h2::before {
    width: 3.75vw;
    height: 3.75vw;
    left: 1.5625vw;
    margin-right: 2.34375vw;
  }
}
#playersguide .block h3 {
  position: relative;
  font-size: 20px;
  line-height: 1.3;
  padding-left: 26px;
  margin: 2.8em 0 1em;
}
@media only screen and (max-width: 1300px) {
  #playersguide .block h3 {
    padding-left: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  #playersguide .block h3 {
    font-size: 3.4375vw;
    padding-left: 4.0625vw;
  }
}
#playersguide .block h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 51%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../img/news/icon_h3.svg") no-repeat top center;
  background-size: contain;
  margin-right: 15px;
}
@media only screen and (max-width: 1300px) {
  #playersguide .block h3::before {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
    margin-right: 1.1538461538vw;
  }
}
@media only screen and (max-width: 768px) {
  #playersguide .block h3::before {
    top: 52%;
    width: 3.125vw;
    height: 3.125vw;
  }
}
#playersguide .block h4 {
  font-size: 18px;
  line-height: 1.3;
  margin: 2.8em 0 1em;
}
@media only screen and (max-width: 768px) {
  #playersguide .block h4 {
    font-size: 3.4375vw;
  }
}
#playersguide .block h2.mt-adjust, #playersguide .block h3.mt-adjust, #playersguide .block h4.mt-adjust {
  margin-top: 1em;
}
#playersguide .block ul {
  margin-bottom: 1em;
}
#playersguide .block ul li {
  font-size: 16px;
  line-height: 1.5;
  margin-left: 1.2em;
  list-style-type: disc;
}
@media only screen and (max-width: 768px) {
  #playersguide .block ul li {
    font-size: 3.125vw;
  }
}
#playersguide .block ol {
  margin-bottom: 1em;
}
#playersguide .block ol li {
  font-size: 16px;
  line-height: 1.5;
  margin-left: 1.2em;
  list-style-type: decimal;
}
@media only screen and (max-width: 768px) {
  #playersguide .block ol li {
    font-size: 3.125vw;
  }
}
#playersguide .block p {
  font-size: 18px;
  margin-bottom: 2em;
}
@media only screen and (max-width: 768px) {
  #playersguide .block p {
    font-size: 3.125vw;
  }
}
#playersguide .block p a {
  color: #887D54;
  cursor: pointer;
  transition: -webkit-text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
}
#playersguide .block p a:hover {
  text-decoration: underline;
}