/* ==============================================================
*  base
* ============================================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

/* ==============================================================
*  contents
* ============================================================ */
html, body {
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

section:last-of-type {
  margin-bottom: 80px;
}

#dynabook-anker #kv {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#02aae0), to(#e2f5fc));
  background: linear-gradient(#02aae0 0%, #e2f5fc 100%);
}
#dynabook-anker #kv .container {
  text-align: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
#dynabook-anker #kv .container .logo_img {
  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;
  width: 100%;
  margin: 10px auto 10px;
  text-align: center;
}
#dynabook-anker #kv .container .logo_img li {
  width: 50%;
}
#dynabook-anker #kv .container .logo_img li img {
  height: auto;
  scale: 0.75;
}
#dynabook-anker #kv .container .campaign_ttl {
  display: inline;
  width: 100%;
  font-size: 6.5em;
  line-height: 1.75em;
  font-weight: 800;
  color: #000;
  margin: 10px 0 0;
}
#dynabook-anker #kv .container .campaign_ttl span.limited {
  display: inline;
  background-color: #000;
  color: #fff;
  font-size: 0.8em;
  font-weight: 600;
  padding: 0.25em 0.75em 0.35em;
  border-radius: 60px;
}
#dynabook-anker #kv .container .campaign_ttl span.discount {
  display: block;
  margin-top: -0.4em;
  color: #f00;
  font-size: 0.9em;
  font-weight: 700;
}
#dynabook-anker #kv .container .campaign_ttl span.discount span {
  font-size: 0.85em;
  font-weight: 700;
}
#dynabook-anker #kv .container .prod_img {
  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;
  width: 100%;
  margin: 0 auto 0;
}
#dynabook-anker #kv .container .prod_img li {
  width: 50%;
}
#dynabook-anker #kv .container .prod_img li:nth-of-type(1) img {
  width: 100%;
}
#dynabook-anker #kv .container .prod_img li:nth-of-type(2) img {
  width: 80%;
  margin: 0 auto;
}
#dynabook-anker #kv .container .prod_img li img {
  min-width: 0;
  max-width: 100%;
  height: auto;
}
#dynabook-anker #lead .container {
  text-align: center;
  padding: 40px 0;
}
#dynabook-anker #lead .container .mainlead {
  color: #434343;
  font-size: 3.5em;
  line-height: 1.75em;
  font-weight: 700;
}
#dynabook-anker #lead .container .mainlead span {
  font-weight: 700;
  position: relative;
  z-index: 0;
}
#dynabook-anker #lead .container .mainlead span::after {
  content: "";
  background-color: #70dbff;
  width: 102%;
  height: 4px;
  position: absolute;
  left: -1%;
  bottom: -3px;
  z-index: -1;
}
#dynabook-anker #lead .container .date_purchase {
  color: #03AAE0;
  font-size: 4.5em;
  font-weight: 700;
  margin-top: 1.25em;
}
#dynabook-anker #lead .container .date_coupon {
  color: #03AAE0;
  font-size: 4.5em;
  font-weight: 700;
  margin-top: 1.75em;
}
#dynabook-anker #procedure .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#dynabook-anker #procedure .container .section_ttl {
  width: 100%;
  background-color: #9C9C9C;
  color: #fff;
  font-size: 3em;
  font-weight: 700;
  padding: 0.5em 0;
  text-align: center;
}
#dynabook-anker #procedure .container .inner {
  background-color: #D9F1FF;
  padding: 40px 0;
}
#dynabook-anker #procedure .container .inner .step_container {
  padding-bottom: 40px;
}
#dynabook-anker #procedure .container .inner .step_container li {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#dynabook-anker #procedure .container .inner .step_container li .step_number {
  width: 12%;
  color: #005AB4;
  font-size: 2.25em;
  font-weight: 700;
  text-align: center;
  margin-top: -20px;
}
#dynabook-anker #procedure .container .inner .step_container li .step_number span {
  display: block;
  font-size: 4em;
  font-weight: 800;
  margin-top: 20px;
}
#dynabook-anker #procedure .container .inner .step_container li .step_txt {
  width: 88%;
  position: relative;
  background-color: #fff;
  border: solid 3px #12B0E2;
  border-radius: 10px;
  color: #000;
  padding: 2em 2.5em;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.5em;
}
#dynabook-anker #procedure .container .inner .step_container li:nth-of-type(n+2) {
  margin-top: 100px;
}
#dynabook-anker #procedure .container .inner .step_container li:nth-of-type(n+2) .step_txt::before {
  content: "";
  background: url("/direct/pc-static/assets/content/anker/images/step_img_arrow.png") no-repeat center/contain;
  width: 70px;
  height: 56px;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#dynabook-anker #procedure .container .inner .link_btn__container {
  max-width: 900px;
  margin: 0 auto;
}
#dynabook-anker #procedure .container .inner .link_btn__container .link_btn {
  width: 88%;
  margin-left: auto;
}
#dynabook-anker #procedure .container .inner .link_btn__container .link_btn .dynabook {
  max-width: 460px;
  width: 100%;
  border-radius: 80px;
  background: #3a3a3a;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  padding: 3em 1em;
  margin: 0 auto;
}
#dynabook-anker #procedure .container .inner .link_btn__container .link_btn .dynabook a {
  color: #fff;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.75em;
}
#dynabook-anker #procedure .container .inner .link_btn__container .link_btn .dynabook a span {
  font-size: 1.5em;
  font-weight: 600;
}
#dynabook-anker #procedure .container .inner .link_btn__container .link_btn .anker {
  max-width: 460px;
  width: 100%;
  border-radius: 80px;
  background: #00A9E0;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  padding: 3em 1em;
  margin: 0 auto 20px;
}
#dynabook-anker #procedure .container .inner .link_btn__container .link_btn .anker a {
  color: #fff;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.75em;
}
#dynabook-anker #procedure .container .inner .link_btn__container .link_btn .anker a span {
  font-size: 1.5em;
  font-weight: 600;
}
#dynabook-anker #precautions {
  margin-top: 100px;
}
#dynabook-anker #precautions .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#dynabook-anker #precautions .container .section_ttl {
  width: 100%;
  background-color: #9C9C9C;
  color: #fff;
  font-size: 3em;
  font-weight: 700;
  padding: 0.5em 0;
  text-align: center;
}
#dynabook-anker #precautions .container .txt_container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0 0;
}
#dynabook-anker #precautions .container .txt_container li {
  font-size: 2.25em;
  line-height: 1.5em;
  font-weight: 600;
  padding-left: 1em;
  text-indent: -1em;
}
#dynabook-anker #precautions .container .txt_container li:nth-of-type(n+2) {
  margin-top: 1em;
}
#dynabook-anker #precautions .container .txt_container li span {
  font-weight: 600;
}
#dynabook-anker #precautions .container .txt_container li span.bluetxt {
  color: #005AB4;
}
#dynabook-anker #contact {
  margin-top: 100px;
}
#dynabook-anker #contact .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#dynabook-anker #contact .container .section_ttl {
  width: 100%;
  background-color: #9C9C9C;
  color: #fff;
  font-size: 3em;
  font-weight: 700;
  padding: 0.5em 0;
  text-align: center;
}
#dynabook-anker #contact .container .clm_products-wrap {
  background-color: #D9F1FF;
}
#dynabook-anker #contact .container .clm_products-wrap .inner {
  font-size: 3em;
  line-height: 1.5em;
  color: #646464;
  text-align: left;
  padding: 30px 0;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
#dynabook-anker #contact .container .clm_products-wrap .inner p {
  text-align: center;
  font-weight: 700;
}
#dynabook-anker #contact .container .clm_products-wrap .inner p.dynabook {
  font-size: 0.9em;
  color: #000;
  margin: 40px 0 20px;
}
#dynabook-anker #contact .container .clm_products-wrap .inner p.dynabook a {
  font-weight: 600;
}
#dynabook-anker #contact .container .clm_products-wrap .inner table {
  max-width: 800px;
  width: 100%;
  margin: 10px auto 0;
}
#dynabook-anker #contact .container .clm_products-wrap .inner table th {
  width: 30%;
  font-weight: 600;
  color: #DC3E5B;
}
#dynabook-anker #contact .container .clm_products-wrap .inner table td {
  width: 70%;
  font-weight: 600;
  color: #000;
}
#dynabook-anker #contact .container .clm_products-wrap .inner table td a {
  font-weight: 600;
  color: #7167CF;
}

/*------------------ top ------------------*/
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
/*------------------ top ------------------*/
@media screen and (min-width: 1px) and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  section:last-of-type {
    margin-bottom: 40px;
  }
  #dynabook-anker #kv .container {
    max-width: 100%;
    padding: 30px 0;
  }
  #dynabook-anker #kv .container .logo_img li {
    width: 48%;
  }
  #dynabook-anker #kv .container .logo_img li:nth-of-type(1) img {
    scale: 0.9;
  }
  #dynabook-anker #kv .container .logo_img li:nth-of-type(2) img {
    scale: 0.65;
  }
  #dynabook-anker #kv .container .logo_img li img {
    width: 100%;
    height: auto;
  }
  #dynabook-anker #kv .container .campaign_ttl {
    font-size: 3em;
  }
  #dynabook-anker #kv .container .prod_img {
    display: block;
    padding: 0 20px;
  }
  #dynabook-anker #kv .container .prod_img li {
    width: 100%;
  }
  #dynabook-anker #kv .container .prod_img li:nth-of-type(1) img {
    width: 100%;
  }
  #dynabook-anker #kv .container .prod_img li:nth-of-type(2) img {
    width: 80%;
    margin: 0 auto;
  }
  #dynabook-anker #kv .container .prod_img li img {
    min-width: 0;
    max-width: 100%;
    height: auto;
  }
  #dynabook-anker #lead .container .mainlead {
    padding: 0 20px;
    font-size: 2.5em;
    line-height: 1.75em;
  }
  #dynabook-anker #lead .container .date_purchase,
  #dynabook-anker #lead .container .date_coupon {
    font-size: 2.75em;
    line-height: 1.5em;
    margin-top: 1em;
  }
  #dynabook-anker #procedure .container .inner {
    background-color: #D9F1FF;
    padding: 40px 20px;
  }
  #dynabook-anker #procedure .container .inner .step_container {
    padding-bottom: 40px;
  }
  #dynabook-anker #procedure .container .inner .step_container li {
    max-width: 100%;
    gap: 10px;
  }
  #dynabook-anker #procedure .container .inner .link_btn__container .link_btn {
    width: 100%;
  }
  #dynabook-anker #procedure .container .inner .link_btn__container .link_btn .dynabook a {
    font-size: 2.5em;
  }
  #dynabook-anker #procedure .container .inner .link_btn__container .link_btn .anker a {
    font-size: 2.5em;
  }
  #dynabook-anker #precautions {
    margin-top: 60px;
  }
  #dynabook-anker #precautions .container .section_ttl {
    width: 100%;
    background-color: #9C9C9C;
    color: #fff;
    font-size: 3em;
    font-weight: 700;
    padding: 0.5em 0;
    text-align: center;
  }
  #dynabook-anker #precautions .container .txt_container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px 0;
  }
  #dynabook-anker #precautions .container .txt_container li {
    font-size: 2.25em;
    line-height: 1.5em;
    font-weight: 600;
    padding-left: 1em;
    text-indent: -1em;
  }
  #dynabook-anker #precautions .container .txt_container li:nth-of-type(n+2) {
    margin-top: 1em;
  }
  #dynabook-anker #precautions .container .txt_container li span {
    font-weight: 600;
  }
  #dynabook-anker #precautions .container .txt_container li span.bluetxt {
    color: #005AB4;
  }
  #dynabook-anker #contact {
    margin-top: 60px;
  }
  #dynabook-anker #contact .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  #dynabook-anker #contact .container .section_ttl {
    width: 100%;
    background-color: #9C9C9C;
    color: #fff;
    font-size: 3em;
    font-weight: 700;
    padding: 0.5em 0;
    text-align: center;
  }
  #dynabook-anker #contact .container .clm_products-wrap {
    background-color: #D9F1FF;
  }
  #dynabook-anker #contact .container .clm_products-wrap .inner {
    max-width: 100%;
    padding: 30px 10px;
  }
  #dynabook-anker #contact .container .clm_products-wrap .inner p {
    padding-left: 0;
    text-indent: 0;
    font-size: 0.85em;
  }
  #dynabook-anker #contact .container .clm_products-wrap .inner p.dynabook {
    font-size: 0.65em;
    line-height: 1.75em;
    color: #000;
    margin-bottom: 20px;
  }
  #dynabook-anker #contact .container .clm_products-wrap .inner p.dynabook a {
    font-weight: 600;
  }
  #dynabook-anker #contact .container .clm_products-wrap .inner table {
    max-width: 100%;
    margin: 10px auto 0;
  }
  #dynabook-anker #contact .container .clm_products-wrap .inner table th {
    width: 100%;
    display: block;
    padding-bottom: 0;
  }
  #dynabook-anker #contact .container .clm_products-wrap .inner table td {
    width: 100%;
    display: block;
    padding-top: 0;
  }
  #dynabook-anker #contact .container .clm_products-wrap .inner table td a {
    overflow-wrap: anywhere;
  }
}