@charset "UTF-8";
section.walkpointpage {
  background: url("../img/walkpoint/bg.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding-bottom: 80px;
  color: #656565;
}
section.walkpointpage section.section {
  background-color: #FFF;
  padding-top: 60px;
  padding-bottom: 60px;
}
section.walkpointpage h3.wksubtit {
  color: #1D2767;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
section.walkpointpage p.txt {
  color: #656565;
  line-height: 1.6;
  font-size: 18px;
}
section.walkpointpage p.txt + p.txt {
  margin-top: 10px;
}
section.walkpointpage .kv {
  margin-top: 60px;
}
section.walkpointpage .bgbox {
  background-color: #F7F7FC;
  padding: 40px;
  border-radius: 10px;
}
section.walkpointpage .bgbox .bgboxttl {
  color: #1D2767;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 20px;
}
section.walkpointpage .cvbtn {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
section.walkpointpage .cvbtn a {
  background: #1D2767 url("../img/walkpoint/wk_icon_arrow.svg") right 10px center no-repeat;
  color: #FFF;
  font-weight: bold;
  font-size: 24px;
  display: block;
  width: 380px;
  text-align: center;
  padding: 0.8em;
  border-radius: 10px;
}

span.applogo {
  display: inline-block;
  margin: 0 4px -2px 4px;
}
span.applogo img {
  height: 2em;
}

@media screen and (max-width: 768px) {
  section.walkpointpage .bgbox {
    padding: 20px;
  }
  section.walkpointpage .cvbtn {
    width: 100%;
  }
  section.walkpointpage .cvbtn a {
    font-size: 18px;
    width: 100%;
    box-sizing: border-box;
  }
}
/*---------------------

キャラクター

---------------------*/
.leadarea {
  position: relative;
}

.wp_chara01, .wp_chara02, .wp_chara03, .wp_chara04 {
  position: absolute;
}

.wp_chara01 {
  left: 0;
}

.wp_chara02 {
  right: 0;
}

.wp_chara03 {
  left: 0;
  bottom: 45px;
}

.wp_chara04 {
  right: 0;
  bottom: 45px;
}

.ftimg {
  position: relative;
  text-align: center;
}
.ftimg img.ftamino {
  width: 70%;
}

@media screen and (min-width: 769px) and (max-width: 1160px) {
  .wp_chara01 img, .wp_chara02 img {
    width: 140px;
  }

  .leadarea {
    padding-left: 150px;
    padding-right: 150px;
  }

  .wp_chara03 img {
    width: 110px;
  }

  .wp_chara04 img {
    width: 140px;
  }

  .leadarea {
    padding-left: 150px;
    padding-right: 130px;
  }
}
@media screen and (max-width: 768px) {
  .leadarea {
    padding-bottom: 200px;
  }

  .ftimg {
    padding-bottom: 160px;
  }
  .ftimg img.ftamino {
    width: auto;
  }

  .wp_chara01 {
    left: 0;
    bottom: 0;
  }
  .wp_chara01 img {
    height: 180px;
  }

  .wp_chara02 {
    right: 0;
    bottom: 0;
  }
  .wp_chara02 img {
    height: 180px;
  }

  .wp_chara03 {
    left: 0;
    bottom: 0;
  }
  .wp_chara03 img {
    height: 180px;
  }

  .wp_chara04 {
    right: 0;
    bottom: 0;
  }
  .wp_chara04 img {
    height: 136px;
  }
}
/*---------------------

タイトル

---------------------*/
section.walkpointpage .header {
  text-align: center;
  padding: 60px 60px 80px 60px;
}

.wk_headerbox {
  background-color: #1D2767;
  color: #FFF;
  display: inline-block;
  padding: 2em 3em;
  padding-bottom: 0;
  border-radius: 10px;
}
.wk_headerbox p.ttl {
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
}
.wk_headerbox p.subttl {
  font-size: 24px;
  margin-top: 8px;
}
.wk_headerbox p.sub {
  font-size: 18px;
  color: #CFAE55;
}
.wk_headerbox p.logos {
  background-color: #FFF;
  display: inline-block;
  border-radius: 50vh;
  padding: 0 50px;
  position: relative;
  bottom: -20px;
}

@media screen and (max-width: 768px) {
  section.walkpointpage .header {
    text-align: center;
    padding: 80px 20px 100px 20px;
  }

  .wk_headerbox {
    padding: 1.5em;
  }
  .wk_headerbox p.ttl {
    font-size: 26px;
  }
  .wk_headerbox p.subttl {
    font-size: 18px;
    margin-top: 8px;
  }
  .wk_headerbox p.sub {
    font-size: 14px;
  }
  .wk_headerbox p.logos {
    background-color: #FFF;
    display: inline-block;
    border-radius: 50vh;
    padding: 0 20px;
    position: relative;
    margin-top: -20px;
    bottom: -40px;
  }
}
/*---------------------

概要

---------------------*/
section.walkpointpage .wrapbox {
  background-color: #FFF;
  border-radius: 10px;
  padding: 40px;
  margin-top: 80px;
}
section.walkpointpage .wrapbox .bgbox {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px;
}

.checked {
  background: url("../img/walkpoint/wk_icon_check.svg") left center no-repeat;
  padding: 5px 0 5px 40px;
  font-size: 18px;
  color: #656565;
}
.checked + .checked {
  margin-top: 10px;
}

ul.steps {
  display: flex;
}
ul.steps li {
  background-color: #FFF;
  padding: 10px;
  width: 100%;
  margin-right: 20px;
  position: relative;
}
ul.steps li p.num {
  font-family: "Arial Black", Gadget, "sans-serif";
  text-align: center;
  color: #1D2767;
  font-size: 30px;
  border-bottom: 2px solid #1D2767;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
ul.steps li p.txt {
  color: #1D2767;
}
ul.steps li:after {
  content: "";
  background: url("../img/walkpoint/wk_step.svg") no-repeat;
  width: 9px;
  height: 10px;
  background-size: cover;
  position: absolute;
  right: -14px;
  top: 50%;
  margin-top: -5px;
}
ul.steps li:last-child {
  margin-right: 0;
}
ul.steps li:last-child:after {
  display: none;
}

@media screen and (max-width: 768px) {
  section.walkpointpage .wrapbox {
    padding: 20px;
  }

  ul.steps {
    display: flex;
    flex-direction: column;
  }
  ul.steps li {
    margin-right: 0;
    margin-bottom: 10px;
    padding-left: 0;
    width: auto;
    display: flex;
  }
  ul.steps li p.num {
    font-family: "Arial Black", Gadget, "sans-serif";
    text-align: center;
    color: #1D2767;
    font-size: 20px;
    border-bottom: none;
    border-right: 2px solid #1D2767;
    padding-bottom: 0;
    margin-bottom: 0;
    width: 40px;
    text-align: center;
    margin-right: 10px;
  }
  ul.steps li p.txt {
    color: #1D2767;
    width: calc(100% - 50px);
  }
  ul.steps li:after {
    display: none;
  }
  ul.steps li:last-child {
    margin-right: 0;
  }
  ul.steps li:last-child:after {
    display: none;
  }
}
/*---------------------

table

---------------------*/
table.wptable {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
  display: table;
}
table.wptable th, table.wptable td {
  border: 1px solid #ccc;
  padding: 10px 15px;
  text-align: left;
}
table.wptable th {
  background-color: #1D2767;
  color: white;
  font-weight: bold;
  vertical-align: middle;
}
table.wptable td.ttl {
  font-weight: bold;
  color: #1D2767;
}
table.wptable td {
  color: #333;
  background-color: #FFF;
}

.att {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}

/* バッジ（●）のスタイル */
.badge {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  margin-right: 0.5em;
  vertical-align: middle;
}

.bronze {
  background-color: #CD7F32;
}

.silver {
  background-color: #C0C0C0;
}

.gold {
  background-color: #D0AF56;
}

/* QR */
.wpqr {
  margin: 0 auto;
  text-align: center;
  padding: 1em;
  margin-top: 1em;
}

a.qrblock {
  display: inline-block;
  height: 60px;
  color: inherit;
  text-decoration: none;
}
a.qrblock span {
  margin-top: 6px;
  display: inline-block;
}

.exogimg {
  height: 100%;
}

.qrcodeimg {
  height: 100%;
  margin-left: 3px;
}
