@charset "UTF-8";
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
body {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "HiraKakuPro", "ヒラギノ角ゴ ProN W3", "游ゴシック", "YuGothic", verdana, "MS PGothic", Sans-Serif;
  /*font-feature-settings: "palt";*/
  line-height: 150%;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 140%;
}
/* GDOロゴ */
.gdo-logoinner {
  max-width: 108rem;
  margin: 0 auto;
  padding: 0px;
}
.gdo-logoinner .gdo-logo {
  width: 8rem;
  background: #fff;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.gdo-logoinner .gdo-logo:hover {
  opacity: 0.5;
}
.gdo-logoinner .gdo-logo a {
  display: block;
  padding: 2rem 0;
}

/* ヘッダー */
header {
  margin-bottom: 5.6rem;
}
header .head-wrapper {
  max-width: 83.6rem;
  margin: 4rem auto 5rem;
}
header .playcool-logo {
  margin-bottom: 4rem;
}
header .lead-box {
  text-align: justify;
  color: #242424;
}
header .lead-box h1 {
  text-align: center;
  font-size: 3.5rem;
  line-height: 125%;
  margin-bottom: 1rem;
}
header .lead {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 160%;
}


article {
  max-width: 108rem;
  margin: 0 auto;
}
article p {
  font-size: 1.6rem;
  color: #101010;
}
section {
  margin-bottom: 7.5rem;
}
article h2 {
  margin: 0 0 3rem;
  font-size: 3.4rem;
  font-weight: 600;
  text-align: center;
  color: #1a1a1a;
}
.condition ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
}
.condition ul li {
  text-align: center;
  width: calc((100% - 6rem) / 4);
  background: #0071BE;
  margin: 0;
  padding: 2.8rem 2.5rem 3.5rem;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;  
}
.condition ul li:not(:nth-child(4n)) {
  margin-right: 2rem;
}
.condition ul li:nth-child(n+5) {
  margin-top: 2rem;
}
.condition ul li p {
  color: #fff;
  font-size: 2.1rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.condition ul li img {
  max-width: 15rem;
  min-height: 15rem;
  margin: 0 auto;
}

.protect ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  border-top: 3px solid #0071BE;
  border-left: 3px solid #0071BE;
  box-sizing: border-box;
}
.protect ul li {
  text-align: center;
  width: calc(100% / 4);
  border-right: 3px solid #0071BE;
  border-bottom: 3px solid #0071BE;
  margin: 0;
  padding: 2.2rem 0rem;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;  
  box-sizing: border-box;
  position: relative;
}
.protect ul li:before {
  content: "";
  width: 5.2rem;
  height: 5.2rem;
  background: #0071BE url("../images/icon_check.svg") no-repeat center center;
  background-size: 3rem 2rem;
  position: absolute;
  top: 0;
  left: 0;
}
.protect ul li p {
  color: #000;
  font-size: 2.1rem;
  font-weight: 500;
  flex: 1;
}
.protect ul li img {
  max-width: 18rem;
  min-height: 18rem;
  margin: auto auto 0;
}

.point ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  border-top: 3px solid #0071BE;
  border-left: 3px solid #0071BE;
  box-sizing: border-box;
  counter-reset: number 0;
}
.point ul li {
  text-align: center;
  width: calc(100% / 3);
  border-right: 3px solid #0071BE;
  border-bottom: 3px solid #0071BE;
  margin: 0;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;  
  box-sizing: border-box;
  position: relative;
}
.point ul li:before {
  width: 5.2rem;
  height: 5.2rem;
  background: #0071BE;
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number 1;
  content: counter(number);
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.point ul li img {
  min-height: 19.5rem;
  margin: 0 auto;
}
.point ul li dl {
  padding: 2rem 2rem 3rem;
}
.point ul li dt {
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
}
.point ul li dd {
  text-align: left;
  line-height: 1.7;
}

.answer article {
  background-color: #0071BE;
  color: #fff;
  padding: 5rem;
  text-align: center;
}
.answer h2 {
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.answer h2::before {
  display: inline-block;
  content: "";
  width: 5.6rem;
  height: 8rem;
  background: url("../images/icon_flag.svg") no-repeat left top;
  background-size: 5.6rem 8rem;
  margin-right: 0.8em;
  flex: none;
}
.answer-list ul {
  text-align: center;
  display: inline-block;
}
.answer-list ul li {
  text-align: left;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1em;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.answer-list ul li::before {
  display: inline-block;
  content: "";
  width: 2.3rem;
  height: 2.6rem;
  background: url("../images/icon_circle.svg") no-repeat center top 0.13em;
  background-size: contain;
  margin-right: 0.5em;
  flex: none;
}
.answer-list ul li:last-of-type {
  margin: 0;
}

.items h2 {
  margin: 0 0 4rem;
}
.items h2 span {
  text-decoration: underline;
  text-decoration-thickness: 0.6rem;
  text-decoration-color: #4DD5FF;
  text-underline-offset: 0.4em;
  text-decoration-skip-ink: none;
}
.items ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  box-sizing: border-box;
}
.items ul li {
  text-align: center;
  width: calc(100% / 5);
  margin: 0;
  padding: 1.5rem 0rem 2rem;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;  
  box-sizing: border-box;
  position: relative;
}
.items ul li::before {
  content: "";
  width: 90%;
  height: 0.26rem;
  background-color: #0071BE;
  border-radius: 100vh;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.items ul li:nth-child(n+6)::before {
  display: none;
}
.items ul li::after {
  content: "";
  width: 0.26rem;
  height: 90%;
  background-color: #0071BE;
  border-radius: 100vh;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
}
.items ul li:nth-child(5n)::after {
  display: none;
}
.items ul li p {
  text-align: left;
  margin: 0 2.4rem 1rem 4.5rem;
  color: #000;
  font-size: 2.1rem;
  font-weight: 500;
  flex: 1;
  position: relative;
}
.items ul li p::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: url("../images/icon_check_border.svg") no-repeat center center;
  background-size: 2.5rem 2.5rem;
  position: absolute;
  top: 0.1rem;
  left: -3.2rem;
}
.items ul li img {
  max-width: 15rem;
  min-height: 14rem;
  margin: auto auto 0;
}

.bnr-box {
  text-align: center;
  margin: 0 auto 8rem;
}

/*　フッター */
footer {
  text-align: center;
  background: whitesmoke;
  padding: 7rem 0 0;
}
.snsShare-box {
  margin-bottom: 8rem;
}
.snsShare-box p {
  margin-bottom: 2.5rem;
}
.snsShare {
  display: flex;
  justify-content: center;
}
.snsShare li.facebook {
  background: #4267B2;
}
.snsShare li.twitter {
  background: #000;
}
.snsShare li.line {
  background: #2DC100;
  margin-right: 0;
}
.snsShare li a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.snsShare li {
  width: 17rem;
  height: 6rem;
  margin-right: 1rem;
  -webkit-box-shadow: 2px 2px 12px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 12px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.snsShare li:hover {
  opacity: 0.5;
  -webkit-box-shadow: 2px 2px 16px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 16px 1px rgba(0, 0, 0, 0.2);
}
.snsShare li img {
  width: 3rem;
}
.copy-right {
  background: #f5f5f5;
  padding: 3rem 0;
}
.copy-right p {
  font-size: 1.4rem;
  color: #000;
}
.view_sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .gdo-logoinner {
    max-width: inherit;
    padding: 0 2rem;
  }
  article {
    max-width: inherit;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 820px) {
  header .head-wrapper {
    width: 85%;
    margin: 4rem auto;
  }
  .condition ul li {
    width: calc((100% - 4rem) / 3);
  }
  .condition ul li:not(:nth-child(4n)) {
    margin-right: inherit;
  }
  .condition ul li:not(:nth-child(3n)) {
    margin-right: 2rem;
  }
  .condition ul li:nth-child(n+4) {
    margin-top: 2rem;
  }
  .protect ul li {
    width: calc(100% / 3);
  }
  .items ul li {
    width: calc(100% / 3);
  }
  .items ul li:nth-child(n+6)::before {
    display: block;
  }
  .items ul li:nth-child(n+7)::before {
    display: none;
  }
  .items ul li:nth-child(5n)::after {
    display: block;
  }
  .items ul li:nth-child(3n)::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
	html {
		font-size: 2vw;
	}
  .view_sp {
    display: block;
  }
  .view_pc {
    display: none;
  }
  .gdo-logoinner .gdo-logo {
    width: 20%;
  }
  .gdo-logoinner .gdo-logo img {
    width: 100%;
  }
  header .head-wrapper .playcool-logo {
    width: 90%;
    margin: 0 auto 3rem;
  }
  header .head-wrapper img {
    width: 100%;
  }
  header .lead {
    font-size: 2.2rem;
  }
  .condition ul li {
    width: calc((100% - 2rem) / 2);
  }
  .condition ul li:not(:nth-child(3n)),
  .condition ul li:not(:nth-child(4n)) {
    margin-right: inherit;
  }
  .condition ul li:not(:nth-child(2n)) {
    margin-right: 2rem;
  }
  .condition ul li:nth-child(n+3) {
    margin-top: 2rem;
  }
  .protect ul {
    border-top-width: 0.5rem;
    border-left-width: 0.5rem;
  }
  .protect ul li {
    width: calc(100% / 2);
    padding: 2rem 0rem;
    border-right-width: 0.5rem;
    border-bottom-width: 0.5rem;
  }
  .protect ul li:before {
    width: 4rem;
    height: 4rem;
  }
  .protect ul li img {
    max-width: 15rem;
    min-height: 15rem;
  }
  .point ul {
    display: block;
    border-top-width: 0.5rem;
    border-left-width: 0.5rem;
  }
  .point ul li {
    width: 100%;
    border-right-width: 0.5rem;
    border-bottom-width: 0.5rem;
  }
  .point ul li img {
    width: 100%;
  }
  .answer h2 {
    letter-spacing: 0.1em;
    line-height: 1.2;
    justify-content: flex-start;
  }
  .items ul li {
    width: calc(100% / 2);
  }
  .items ul li:nth-child(6n)::before {
    display: block;
  }
  .items ul li:nth-child(n+7)::before {
    display: block;
  }
  .items ul li:nth-child(n+9)::before {
    display: none;
  }
  .items ul li:nth-child(5n)::after {
    display: block;
  }
  .items ul li:nth-child(3n)::after {
    display: block;
  }
  .items ul li:nth-child(2n)::after {
    display: none;
  }
  .bnr-box {
    margin: 0 auto 5rem;
    padding: 0 2rem;
  }
  .snsShare li {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 480px) {
	html {
		font-size: 2.2vw;
	}
  header .lead {
    font-size: 2rem;
  }
  .condition ul li {
    padding: 2.2rem;
  }
  .condition ul li p {
    margin-bottom: 1.0rem;
  }
  .condition ul li img {
    max-width: 13rem;
    min-height: 13rem;
  }
  .protect ul li {
    padding: 2rem 0rem 1.5rem;
  }
  .protect ul li:before {
    width: 3.5rem;
    height: 3.5rem;
  }
  .protect ul li img {
    max-width: 14rem;
    min-height: 14rem;
  }
  .point ul li dt {
    font-size: 2.4rem;
  }
  .point ul li dd {
    font-size: 2rem;
  }
  .answer h2 {
    font-size: 3.6rem;
  }
  .answer h2::before {
    width: 6.16rem;
    height: 8.8rem;
    background-size: 6.16rem 8.8rem;
  }
  .answer-list ul li {
    font-size: 2.3rem;
    line-height: 1.3;
  }
  .answer-list ul li::before {
    background-position: center top 0.18em;
  }
  .items ul li p {
    margin: 0 1.8rem 1rem 4.2rem;
  }
  .items ul li img {
    max-width: 14rem;
    min-height: 13rem;
  }
  .snsShare-box {
    margin-bottom: 5rem;
  }
}