@charset "UTF-8";
/* setting/_base.scss
-------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=Oswald:wght@200..700&display=swap");
/* setting/_extend.scss
-------------------------------------------------- */
@media screen and (min-width: 769px) {
  .m-esim-mv__inner {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .m-esim-mv__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.m-esim-faq, .m-esim-device, .m-esim-flow, .m-esim-merit {
  margin-top: calc(-1 * var(--navH));
  padding-top: var(--navH);
}
.p-esim {
  font-family: "M PLUS 1p", sans-serif;
  color: #000;
}
.p-esim a {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-esim a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.p-esim .is-pre,
.p-esim .is-pre a {
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  html {
    min-width: 1000px;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
:root {
  --navH: 73px;
}

@media screen and (max-width: 768px) {
  :root {
    --navH: 40.5px;
  }
}
/* modules/_nav.scss
-------------------------------------------------- */
/* nav
---------------------------------------------------------------------- */
.p-esim .nav {
  position: absolute;
  z-index: 2;
  top: 478px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 8px 8px 15px rgba(0, 49, 102, 0.1);
          box-shadow: 8px 8px 15px rgba(0, 49, 102, 0.1);
  width: 900px;
}

.p-esim .nav .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin: 0 auto;
}

.p-esim .nav .item {
  position: relative;
  width: 33.3333333333%;
}

.p-esim .nav .item:not(:nth-child(6)):not(:last-of-type)::before {
  content: "";
  position: absolute;
  right: -2px;
  top: 8px;
  height: 54px;
  width: 2px;
  border-radius: 1px;
  background-color: rgba(0, 0, 0, 0.08);
}

.p-esim .nav .item a {
  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;
  height: 73px;
  text-decoration: none;
}

.p-esim .nav .item a em {
  position: relative;
  font-size: 16px;
  line-height: 1.25;
  font-weight: bold;
  color: #000;
}

.p-esim .nav .item a em::after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 14px;
  height: 8px;
  background: url(/sites/default/files/dynabook-b2b/solution/esim/images/arw_simple-blu.svg) center center/contain no-repeat;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.p-esim .nav .item a:hover em::after {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.p-esim .nav .item:nth-child(6) a em::after,
.p-esim .nav .item:nth-child(7) a em::after {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-esim .nav .item:nth-child(6) a,
.p-esim .nav .item:nth-child(7) a {
  position: relative;
  text-align: center;
}

.p-esim .nav .item:nth-child(6) a::after,
.p-esim .nav .item:nth-child(7) a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.p-esim .nav .item:nth-child(6) a::after {
  background: url(/sites/default/files/dynabook-b2b/solution/esim/images/arw_simple.svg) center center/contain no-repeat;
  width: 8px;
  height: 14px;
}

.p-esim .nav .item:nth-child(7) a::after {
  width: 14px;
  height: 8px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: url(/sites/default/files/dynabook-b2b/solution/esim/images/arw_simple-blu.svg) center center/contain no-repeat;
}

.p-esim .nav .item:nth-child(6) a:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.p-esim .nav .item:nth-child(7) a:hover::after {
  -webkit-transform: translateX(5px) rotate(-90deg);
          transform: translateX(5px) rotate(-90deg);
}

.p-esim .nav .item:nth-child(6) {
  background-color: #FF9B30;
}

.p-esim .nav .item:nth-child(6).is-pre {
  background-color: #ADADAD;
}

.p-esim .nav .item:nth-child(6).is-pre a em {
  color: #595959;
}

.p-esim .nav .item:nth-child(7).is-pre a em {
  color: #808080;
}

.p-esim .nav .item:nth-child(6).is-pre a::after,
.p-esim .nav .item:nth-child(7).is-pre a::after {
  background: url(/sites/default/files/dynabook-b2b/solution/esim/images/pre/arw_simple.svg) center center/contain no-repeat;
}

.p-esim .nav .item:nth-child(7).is-pre a::after {
  width: 8px;
  height: 14px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.p-esim .nav .item:nth-child(6) a em img {
  width: 12px;
  margin-left: 5px;
}

nav.is-sticky {
  top: 0 !important;
  position: fixed !important;
}

@media screen and (max-width: 768px) {
  .p-esim .nav-wrap {
    width: 100%;
    height: 40px;
    position: relative;
  }
  .p-esim .nav {
    position: absolute;
    top: 10px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 100%;
    border-radius: 0;
    left: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .p-esim .nav .inner {
    /* padding: 20px 30px; */
  }
  .p-esim .nav .inner::after {
    content: "";
    position: absolute;
    right: -3px;
    bottom: -1px;
    height: 2px;
    width: 100%;
    border-radius: 1px;
    background-color: #EDF1F2;
    border-radius: 50%;
  }
  .p-esim .nav .btn {
    position: relative;
    display: block;
    width: 100%;
    padding: 13px 0 12px;
    text-align: center;
    /* border-top: solid 2px #d3d9e0;
    border-bottom: solid 2px #d3d9e0; */
  }
  .p-esim .nav .btn .txt {
    font-size: 12px;
    font-weight: 700;
  }
  .p-esim .nav .btn .icn {
    position: absolute;
    top: 50%;
    right: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 16px;
    height: 14px;
  }
  .p-esim .nav .btn .icn::before,
  .p-esim .nav .btn .icn::after,
  .p-esim .nav .btn .icn span {
    display: block;
    width: 100%;
    height: 2px;
    background: #666666;
    content: "";
  }
  .p-esim .nav .list {
    display: block;
    max-width: none;
    width: auto;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease-out;
    transition: max-height 0.4s ease-out;
  }
  .p-esim .nav .item {
    width: 100%;
    padding: 13px 0 13px;
    position: relative;
  }
  .p-esim .nav .item a em::after,
  .p-esim .nav .item:nth-child(7) a::after {
    width: 12px;
    height: 7px;
    right: 16px;
  }
  .p-esim .nav .item:nth-child(6) a::after {
    width: 7px;
    height: 12px;
    right: 19px;
  }
  .p-esim .nav .item:nth-child(7) a::after {
    right: 17px;
  }
  .p-esim .nav .item em,
  .p-esim .nav .item-last em {
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
  .p-esim .nav .item a {
    height: auto;
    /* padding: 12px 0; */
    line-height: 1.68;
    padding-top: 0px;
  }
  .p-esim .nav .item a em {
    font-size: 13px;
    letter-spacing: 0.11em;
  }
  .p-esim .nav .item a em::after {
    margin: 0;
  }
  .p-esim .nav .item em::after,
  .p-esim .nav .item-last em::after {
    position: absolute;
    top: 50%;
    right: 14px;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p-esim .nav .item a:hover em::after,
  .p-esim .nav .item-last a:hover em::after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .nav-open .icn::before,
  .nav-open .icn::after {
    position: absolute;
    top: 50%;
    right: 50%;
  }
  .nav-open .list {
    max-height: 1000px !important;
  }
  .nav-open .icn span {
    opacity: 0;
  }
  .nav-open .icn::before {
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
  }
  .nav-open .icn::after {
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
    transform: translate(50%, -50%) rotate(-45deg);
  }
  nav.is-sticky {
    width: 100%;
  }
  .p-esim .nav .item + .item::after {
    display: none;
  }
  .p-esim .nav .item:not(:nth-child(6)):not(:last-of-type)::before {
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    height: 1px;
    width: calc(100% - 6px);
    background-color: #B6B0D3;
  }
  .p-esim .nav .item:nth-child(7).is-pre a::after {
    width: 7px;
    height: 12px;
    right: 19px;
  }
}
/* modules/_esim-mv.scss
-------------------------------------------------- */
.m-esim-mv__inner {
  position: relative;
}
.m-esim-mv__note {
  font-family: "Meiryo UI", "Meiryo", "メイリオ", sans-serif;
  color: #060000;
}
.m-esim-mv__note-ttl {
  font-weight: 600;
}
.m-esim-mv__note-list li {
  letter-spacing: -0.05em;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .m-esim-mv {
    overflow-x: hidden;
  }
  .m-esim-mv__head {
    padding: 50px 0 20px;
    background-color: #36CADE;
  }
  .m-esim-mv__main {
    padding: 35px 0 65px;
    background-color: #00BCD5;
  }
  .m-esim-mv__copy-main {
    width: 645px;
  }
  .m-esim-mv__copy-sub {
    width: 571px;
  }
  .m-esim-mv__note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 14px;
    margin-top: 25px;
  }
  .m-esim-mv__note-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 4px;
    border: 1px solid #00476E;
    width: 64px;
    height: 40px;
    font-size: 11px;
  }
  .m-esim-mv__note-list {
    width: 535px;
  }
  .m-esim-mv__note-list li {
    font-size: 11px;
    line-height: 1.4545454545;
  }
  .m-esim-mv__img {
    position: absolute;
    top: -110px;
    right: -180px;
    width: 408px;
  }
}
@media screen and (max-width: 768px) {
  .m-esim-mv {
    background-color: #00BFD9;
    padding: 18px 0 10px;
  }
  .m-esim-mv__copy-main {
    margin: 22px auto 0;
    width: 100%;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
  .m-esim-mv__copy-main img {
    width: 100%;
  }
  .m-esim-mv__copy-sub {
    width: 100%;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
  .m-esim-mv__note {
    width: 100%;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    margin: 7px auto 25px;
  }
  .m-esim-mv__note-ttl {
    font-size: 10px;
    display: block;
  }
  .m-esim-mv__note-list {
    margin-top: 1px;
  }
  .m-esim-mv__note-list li {
    font-size: 8px;
    line-height: 2;
    display: block;
    letter-spacing: -0.07em;
  }
  .m-esim-mv__img {
    width: 100%;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    margin: 15px auto 0;
  }
}

/* modules/_sim-outline.scss
-------------------------------------------------- */
.m-esim-outline__ttl {
  text-align: center;
  font-weight: 600;
  line-height: 1.4838709677;
}
.m-esim-outline__lead {
  font-family: "Meiryo UI", "Meiryo", "メイリオ", sans-serif;
  line-height: 1.9333333333;
}
.m-esim-outline__note {
  font-family: "Meiryo UI", "Meiryo", "メイリオ", sans-serif;
  line-height: 1.6666666667;
}
.m-esim-outline__btn p {
  text-align: center;
}
.m-esim-outline__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-color: #0186FF;
}
.m-esim-outline__btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
}
.m-esim-outline__btn a span {
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .m-esim-outline__btn p {
    margin-bottom: 15px;
  }
  .m-esim-outline__btn p img {
    height: 27px;
    width: auto;
  }
  .m-esim-outline__btn a {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    opacity: 1;
    height: 88px;
    border-radius: 44px;
  }
  .m-esim-outline__btn a::after {
    right: 31px;
    width: 24px;
    height: 24px;
  }
  .m-esim-outline__btn a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .m-esim-outline__btn p {
    margin-bottom: 8px;
  }
  .m-esim-outline__btn p img {
    height: 18px;
    width: auto;
  }
  .m-esim-outline__btn a {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 50px;
    border-radius: 25px;
  }
  .m-esim-outline__btn a::after {
    right: 12px;
    width: 16px;
    height: 16px;
  }
}
.m-esim-outline__btn a::after {
  background-image: url(/sites/default/files/dynabook-b2b/solution/esim/images/arw-btm-blu.svg);
}
@media screen and (min-width: 769px) {
  .m-esim-outline {
    padding: 95px 0 70px;
  }
  .m-esim-outline__ttl {
    font-size: 31px;
  }
  .m-esim-outline__lead {
    font-size: 15px;
    width: 488px;
    margin: 35px auto 0;
    text-align: center;
  }
  .m-esim-outline__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 55px;
    margin-top: 40px;
  }
  .m-esim-outline__images img:nth-child(1) {
    width: 433px;
  }
  .m-esim-outline__images img:nth-child(2) {
    width: 402px;
  }
  .m-esim-outline__points {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 23px;
  }
  .m-esim-outline__points li {
    width: 202px;
  }
  .m-esim-outline__note {
    width: 650px;
    margin: 20px auto 0;
    font-size: 12px;
  }
  .m-esim-outline__btn {
    margin: 55px auto 0;
  }
  .m-esim-outline__btn a {
    width: 440px;
  }
  .m-esim-outline__btn a span {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .m-esim-outline {
    padding: 45px 16px 35px;
  }
  .m-esim-outline__ttl {
    font-size: 22px;
  }
  .m-esim-outline__lead {
    font-size: 12px;
    margin: 15px auto 0;
    width: 100%;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
  .m-esim-outline__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
    margin-top: 20px;
    width: 100%;
    width: 100%;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
  .m-esim-outline__points {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  .m-esim-outline__points li {
    width: 160px;
  }
  .m-esim-outline__points li img {
    width: 100%;
  }
  .m-esim-outline__note {
    width: 100%;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    margin: 15px auto 0;
    font-size: 11px;
  }
  .m-esim-outline__btn {
    margin: 30px auto 0;
  }
  .m-esim-outline__btn a span {
    font-size: 15px;
  }
}

/* modules/_esim-reserve.scss
-------------------------------------------------- */
.m-esim-reserve {
  background-color: #00BCD5;
}
.m-esim-reserve__btn p {
  text-align: center;
}
.m-esim-reserve__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-color: #FF9B30;
}
.m-esim-reserve__btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
}
.m-esim-reserve__btn a span {
  font-weight: 600;
  color: #000;
}
@media screen and (min-width: 769px) {
  .m-esim-reserve__btn p {
    margin-bottom: 15px;
  }
  .m-esim-reserve__btn p img {
    height: 27px;
    width: auto;
  }
  .m-esim-reserve__btn a {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    opacity: 1;
    height: 88px;
    border-radius: 44px;
  }
  .m-esim-reserve__btn a::after {
    right: 31px;
    width: 24px;
    height: 24px;
  }
  .m-esim-reserve__btn a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .m-esim-reserve__btn p {
    margin-bottom: 8px;
  }
  .m-esim-reserve__btn p img {
    height: 18px;
    width: auto;
  }
  .m-esim-reserve__btn a {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 50px;
    border-radius: 25px;
  }
  .m-esim-reserve__btn a::after {
    right: 12px;
    width: 16px;
    height: 16px;
  }
}
.m-esim-reserve__btn a::after {
  background-image: url(/sites/default/files/dynabook-b2b/solution/esim/images/arw-r-bk.svg);
}
.m-esim-reserve__btn.is-pre p {
  text-align: center;
}
.m-esim-reserve__btn.is-pre a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-color: #666666;
}
.m-esim-reserve__btn.is-pre a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
}
.m-esim-reserve__btn.is-pre a span {
  font-weight: 600;
  color: #BFBFBF;
}
@media screen and (min-width: 769px) {
  .m-esim-reserve__btn.is-pre p {
    margin-bottom: 15px;
  }
  .m-esim-reserve__btn.is-pre p img {
    height: 27px;
    width: auto;
  }
  .m-esim-reserve__btn.is-pre a {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    opacity: 1;
    height: 88px;
    border-radius: 44px;
  }
  .m-esim-reserve__btn.is-pre a::after {
    right: 31px;
    width: 24px;
    height: 24px;
  }
  .m-esim-reserve__btn.is-pre a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .m-esim-reserve__btn.is-pre p {
    margin-bottom: 8px;
  }
  .m-esim-reserve__btn.is-pre p img {
    height: 18px;
    width: auto;
  }
  .m-esim-reserve__btn.is-pre a {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 50px;
    border-radius: 25px;
  }
  .m-esim-reserve__btn.is-pre a::after {
    right: 12px;
    width: 16px;
    height: 16px;
  }
}
.m-esim-reserve__btn.is-pre a::after {
  background-image: url(/sites/default/files/dynabook-b2b/solution/esim/images/pre/arw-r-bk.svg);
}
.m-esim-reserve__pdf a {
  display: block;
  border-bottom: 1px solid #060000;
  position: relative;
  color: #000;
  padding-bottom: 25px;
}
.m-esim-reserve__pdf a::after {
  content: "";
  position: absolute;
  background: url(/sites/default/files/dynabook-b2b/solution/esim/images/icn_pdf-bk.svg) center center/contain no-repeat;
}
.m-esim-reserve__pdf a span {
  display: inline-block;
  font-weight: 600;
  position: relative;
  letter-spacing: 0.2em;
}
.m-esim-reserve__pdf a span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(/sites/default/files/dynabook-b2b/solution/esim/images/arw_simple.svg) center center/contain no-repeat;
}
.m-esim-reserve__pdf.is-pre a {
  color: #4D4D4D;
  border-bottom: 1px solid #4D4D4D;
}
.m-esim-reserve__pdf.is-pre a::after {
  background: url(/sites/default/files/dynabook-b2b/solution/esim/images/pre/icn_pdf-bk.svg) center center/contain no-repeat;
}
.m-esim-reserve__pdf.is-pre a span::before {
  background: url(/sites/default/files/dynabook-b2b/solution/esim/images/pre/arw_simple.svg) center center/contain no-repeat;
}
@media screen and (min-width: 769px) {
  .m-esim-reserve {
    padding: 65px 0;
  }
  .m-esim-reserve__btn a {
    width: 670px;
  }
  .m-esim-reserve__btn a::after {
    background-image: url(/sites/default/files/dynabook-b2b/solution/esim/images/arw-r-bk.svg);
  }
  .m-esim-reserve__btn a span {
    font-size: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 5px;
  }
  .m-esim-reserve__btn a span > img {
    width: 12px;
  }
  .m-esim-reserve__pdf {
    margin-top: calc(-1 * var(--navH));
    margin-left: auto;
    margin-right: auto;
    padding-top: calc(var(--navH) + 40px);
  }
  .m-esim-reserve__pdf a {
    width: 338px;
    margin: 0 auto;
    padding-bottom: 25px;
  }
  .m-esim-reserve__pdf a:hover {
    color: #000;
  }
  .m-esim-reserve__pdf a::after {
    width: 36px;
    height: 46px;
    right: 21px;
    top: -2px;
  }
  .m-esim-reserve__pdf a span {
    font-size: 22px;
    padding-left: 24px;
    margin-left: 50px;
  }
  .m-esim-reserve__pdf a span::before {
    width: 8px;
    height: 13px;
  }
  .m-esim-reserve__pdf.is-pre a {
    width: 418px;
  }
  .m-esim-reserve__pdf.is-pre span {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .m-esim-reserve {
    padding: 30px 16px;
  }
  .m-esim-reserve__btn a span {
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 4px;
  }
  .m-esim-reserve__btn a span > img {
    width: 12px;
  }
  .m-esim-reserve__pdf {
    margin-top: calc(-1 * var(--navH));
    margin-left: auto;
    margin-right: auto;
    padding-top: calc(var(--navH) + 30px);
  }
  .m-esim-reserve__pdf a {
    width: 220px;
    padding-bottom: 15px;
    margin: 0 auto;
  }
  .m-esim-reserve__pdf a::after {
    width: 22px;
    height: 28px;
    right: 12px;
    top: 2px;
  }
  .m-esim-reserve__pdf a span {
    font-size: 15px;
    padding-left: 16px;
    margin-left: 30px;
  }
  .m-esim-reserve__pdf a span::before {
    width: 5px;
    height: 9px;
  }
  .m-esim-reserve__pdf.is-pre a {
    width: 280px;
  }
  .m-esim-reserve__pdf.is-pre span {
    margin-left: 20px;
  }
}

/* modules/_esim-merit.scss
-------------------------------------------------- */
.m-esim-merit__ttl {
  text-align: center;
  font-weight: 600;
  line-height: 1.4838709677;
}
.m-esim-merit-item {
  background-color: #F0F8FF;
}
.m-esim-merit-item__ttl {
  text-align: center;
  line-height: 1.4782608696;
  font-weight: 600;
}
.m-esim-merit-item__txt {
  font-family: "Meiryo UI", "Meiryo", "メイリオ", sans-serif;
  line-height: 2.2;
}
.m-esim-merit-item__txt a {
  color: #000;
}
.m-esim-merit-item__txt .link {
  text-decoration: underline;
}
.m-esim-merit-item__link {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Meiryo UI", "Meiryo", "メイリオ", sans-serif;
  font-weight: 700;
  color: #0186FF !important;
  display: block;
  line-height: 1.5333333333;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 769px) {
  .m-esim-merit__inner {
    padding: 58px 0;
  }
  .m-esim-merit__ttl {
    font-size: 31px;
  }
  .m-esim-merit__list {
    margin: 30px auto 0;
    width: 870px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px;
  }
  .m-esim-merit-item {
    border-radius: 10px;
    padding: 30px 40px;
    width: calc(50% - 16px);
  }
  .m-esim-merit-item__ttl {
    font-size: 23px;
    margin: 0 -20px;
    min-height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-esim-merit-item__img {
    margin-left: auto;
    margin-right: auto;
  }
  .m-esim-merit-item:nth-child(1) .m-esim-merit-item__img {
    margin-top: 35px;
    width: 183px;
  }
  .m-esim-merit-item:nth-child(2) .m-esim-merit-item__img {
    margin-top: 15px;
    width: 204px;
  }
  .m-esim-merit-item:nth-child(3) .m-esim-merit-item__img {
    margin-top: 8px;
    margin-bottom: -17px;
    width: 163px;
  }
  .m-esim-merit-item:nth-child(4) .m-esim-merit-item__img {
    margin-top: 20px;
    width: 309px;
  }
  .m-esim-merit-item:nth-child(5) .m-esim-merit-item__img {
    width: 154px;
    margin-top: 35px;
    margin-bottom: 45px;
  }
  .m-esim-merit-item:nth-child(6) .m-esim-merit-item__img {
    width: 180px;
    margin-top: 10px;
  }
  .m-esim-merit-item__txt {
    margin-top: 30px;
    font-size: 15px;
  }
  .m-esim-merit-item__link {
    margin-top: 10px;
    font-size: 15px;
  }
  .m-esim-merit-item__link img {
    width: 12px;
    margin-left: 7px;
  }
  .m-esim-merit-item__link.center {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .m-esim-merit__inner {
    padding: 30px 16px;
  }
  .m-esim-merit__ttl {
    font-size: 22px;
  }
  .m-esim-merit__list {
    margin: 15px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 0;
  }
  .m-esim-merit-item {
    width: 100%;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    padding: 15px 20px;
  }
  .m-esim-merit-item__ttl {
    font-size: 15px;
  }
  .m-esim-merit-item__img {
    margin: 15px auto 20px;
    text-align: center;
  }
  .m-esim-merit-item__txt {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.5;
  }
  .m-esim-merit-item__link {
    margin-top: 10px;
    font-size: 12px;
  }
  .m-esim-merit-item__link img {
    width: 8px;
    margin-left: 5px;
  }
}

/* modules/_esim-flow.scss
-------------------------------------------------- */
.m-esim-flow__inner {
  background-color: rgba(134, 134, 134, 0.1);
}
.m-esim-flow__ttl {
  text-align: center;
  font-weight: 600;
  line-height: 1.4838709677;
}
.m-esim-flow__btn p {
  text-align: center;
}
.m-esim-flow__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-color: #FF566B;
}
.m-esim-flow__btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
}
.m-esim-flow__btn a span {
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .m-esim-flow__btn p {
    margin-bottom: 15px;
  }
  .m-esim-flow__btn p img {
    height: 27px;
    width: auto;
  }
  .m-esim-flow__btn a {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    opacity: 1;
    height: 88px;
    border-radius: 44px;
  }
  .m-esim-flow__btn a::after {
    right: 31px;
    width: 24px;
    height: 24px;
  }
  .m-esim-flow__btn a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .m-esim-flow__btn p {
    margin-bottom: 8px;
  }
  .m-esim-flow__btn p img {
    height: 18px;
    width: auto;
  }
  .m-esim-flow__btn a {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 50px;
    border-radius: 25px;
  }
  .m-esim-flow__btn a::after {
    right: 12px;
    width: 16px;
    height: 16px;
  }
}
.m-esim-flow__btn a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/sites/default/files/dynabook-b2b/solution/esim/images/icn_pdf-wt.svg) center center/contain no-repeat;
}
.m-esim-flow__btn a::after {
  background-image: url(/sites/default/files/dynabook-b2b/solution/esim/images/arw-r-red.svg);
}
.m-esim-flow__btn a span {
  line-height: 1.3181818182;
  text-align: center;
}
.m-esim-flow__btn.is-pre p {
  text-align: center;
}
.m-esim-flow__btn.is-pre a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-color: #666666;
}
.m-esim-flow__btn.is-pre a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
}
.m-esim-flow__btn.is-pre a span {
  font-weight: 600;
  color: #BFBFBF;
}
@media screen and (min-width: 769px) {
  .m-esim-flow__btn.is-pre p {
    margin-bottom: 15px;
  }
  .m-esim-flow__btn.is-pre p img {
    height: 27px;
    width: auto;
  }
  .m-esim-flow__btn.is-pre a {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    opacity: 1;
    height: 88px;
    border-radius: 44px;
  }
  .m-esim-flow__btn.is-pre a::after {
    right: 31px;
    width: 24px;
    height: 24px;
  }
  .m-esim-flow__btn.is-pre a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .m-esim-flow__btn.is-pre p {
    margin-bottom: 8px;
  }
  .m-esim-flow__btn.is-pre p img {
    height: 18px;
    width: auto;
  }
  .m-esim-flow__btn.is-pre a {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 50px;
    border-radius: 25px;
  }
  .m-esim-flow__btn.is-pre a::after {
    right: 12px;
    width: 16px;
    height: 16px;
  }
}
.m-esim-flow__btn.is-pre a::before {
  background: url(/sites/default/files/dynabook-b2b/solution/esim/images/pre/icn_pdf-wt.svg) center center/contain no-repeat;
}
.m-esim-flow__btn.is-pre a::after {
  background-image: url(/sites/default/files/dynabook-b2b/solution/esim/images/pre/arw-r-bk.svg);
}
.m-esim-flow-item {
  position: relative;
}
.m-esim-flow-item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 15px solid #7A7A7A;
  border-right: 0;
}
.m-esim-flow-item:last-child::after {
  display: none;
}
.m-esim-flow-item__chap {
  background-color: #00BCD5;
  color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
.m-esim-flow-item__cont {
  background-color: #fff;
}
.m-esim-flow-item__ttl {
  text-align: center;
  font-weight: 600;
  line-height: 1.1578947368;
}
.m-esim-flow-item__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #0186FF;
}
.m-esim-flow-item__btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/sites/default/files/dynabook-b2b/solution/esim/images/arw-btm-blu.svg) center center/contain no-repeat;
}
.m-esim-flow-item__btn span {
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 1.0588235294;
}
.m-esim-flow-item:nth-child(2) .m-esim-flow-item__btn {
  background-color: #11006D;
}
.m-esim-flow-item:nth-child(2) .m-esim-flow-item__btn::after {
  background: url(/sites/default/files/dynabook-b2b/solution/esim/images/arw-r-kon.svg) center center/contain no-repeat;
}
.m-esim-flow-item:nth-child(2) .m-esim-flow-item__btn.is-pre {
  background-color: #666666;
}
.m-esim-flow-item:nth-child(2) .m-esim-flow-item__btn.is-pre span {
  color: #BFBFBF;
}
.m-esim-flow-item:nth-child(2) .m-esim-flow-item__btn.is-pre::after {
  background-image: url(/sites/default/files/dynabook-b2b/solution/esim/images/pre/arw-r-bk.svg);
}
.m-esim-flow-item__txt {
  font-family: "Meiryo UI", "Meiryo", "メイリオ", sans-serif;
  line-height: 1.6428571429;
}
.m-esim-flow-item__note {
  line-height: 1.6428571429;
}
@media screen and (min-width: 769px) {
  .m-esim-flow__inner {
    padding: 60px 0;
  }
  .m-esim-flow__ttl {
    font-size: 31px;
  }
  .m-esim-flow__btn {
    margin-top: 40px;
  }
  .m-esim-flow__btn a {
    width: 544px;
  }
  .m-esim-flow__btn a::before {
    width: 36px;
    height: 46px;
    left: 35px;
  }
  .m-esim-flow__btn a span {
    font-size: 22px;
  }
  .m-esim-flow__btn a span img {
    width: 12px;
    margin-left: 5px;
  }
  .m-esim-flow__list {
    margin-top: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 35px;
  }
  .m-esim-flow-item {
    width: 213px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-esim-flow-item::after {
    right: -26px;
  }
  .m-esim-flow-item__chap {
    font-size: 18px;
    padding: 10px;
    border-radius: 10px 10px 0 0;
  }
  .m-esim-flow-item__cont {
    border-radius: 0 0 10px 10px;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .m-esim-flow-item__ttl {
    font-size: 19px;
    min-height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: -0.05em;
    margin: 0 -15px;
  }
  .m-esim-flow-item__img {
    margin-left: auto;
    margin-right: auto;
  }
  .m-esim-flow-item:nth-child(1) .m-esim-flow-item__img {
    width: 89px;
    margin-top: 10px;
    margin-bottom: 12px;
  }
  .m-esim-flow-item:nth-child(2) .m-esim-flow-item__img {
    width: 129px;
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .m-esim-flow-item:nth-child(3) .m-esim-flow-item__img {
    width: 118px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .m-esim-flow-item:nth-child(4) .m-esim-flow-item__img {
    width: 141px;
    margin-top: 25px;
  }
  .m-esim-flow-item__btn {
    border-radius: 23px;
    width: 175px;
    height: 46px;
    margin-bottom: 10px;
  }
  .m-esim-flow-item__btn::after {
    width: 15px;
    height: 15px;
    right: 10px;
  }
  .m-esim-flow-item__btn span {
    font-size: 17px;
  }
  .m-esim-flow-item__txt {
    font-size: 14px;
  }
  .m-esim-flow-item__note {
    font-size: 12px;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 768px) {
  .m-esim-flow__inner {
    padding: 30px 16px;
  }
  .m-esim-flow__ttl {
    font-size: 22px;
  }
  .m-esim-flow__btn {
    margin-top: 20px;
  }
  .m-esim-flow__btn a::before {
    width: 20px;
    height: 25px;
    right: auto;
    left: 11px;
    top: 0;
  }
  .m-esim-flow__btn a span {
    font-size: 14px;
  }
  .m-esim-flow__btn a span img {
    width: 12px;
    margin-left: 4px;
  }
  .m-esim-flow__btn.is-pre a::before {
    left: 8px;
  }
  .m-esim-flow__btn.is-pre a::after {
    right: 8px;
  }
  .m-esim-flow__btn.is-pre a span img {
    width: 9px;
    margin-left: 0;
  }
  .m-esim-flow__list {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 27px 0;
  }
  .m-esim-flow-item {
    width: 100%;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
  .m-esim-flow-item::after {
    bottom: -23px;
    top: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    border-width: 10px;
    left: 0;
    right: 0;
  }
  .m-esim-flow-item__chap {
    font-size: 14px;
    padding: 6px;
    border-radius: 10px 10px 0 0;
  }
  .m-esim-flow-item__cont {
    border-radius: 0 0 10px 10px;
    padding: 10px 16px 16px;
  }
  .m-esim-flow-item__ttl {
    font-size: 15px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: -0.05em;
  }
  .m-esim-flow-item__img {
    margin: 20px auto 15px;
    text-align: center;
  }
  .m-esim-flow-item__btn {
    border-radius: 19px;
    height: 38px;
    width: 220px;
    margin: 0 auto;
  }
  .m-esim-flow-item__btn::after {
    width: 13px;
    height: 13px;
    right: 13px;
  }
  .m-esim-flow-item__btn span {
    font-size: 13px;
  }
  .m-esim-flow-item__txt {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  .m-esim-flow-item__note {
    font-size: 10px;
    margin-top: 7px;
    letter-spacing: -0.05em;
  }
}

/* modules/_esim-device.scss
-------------------------------------------------- */
.m-esim-device__ttl {
  font-weight: 600;
}
.m-esim-device__cate {
  font-family: "Meiryo UI", "Meiryo", "メイリオ", sans-serif;
  font-weight: 900;
}
.m-esim-device__txt {
  font-family: "Meiryo UI", "Meiryo", "メイリオ", sans-serif;
  line-height: 2.2;
}
.m-esim-device__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #0186FF;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
}
.m-esim-device__btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: url(/sites/default/files/dynabook-b2b/solution/esim/images/arw-btm-blu.svg) center center/contain no-repeat;
}
.m-esim-device__btn a span {
  font-weight: 700;
}
.m-esim-device__btn--pdf a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #0EA38C;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
}
.m-esim-device__btn--pdf a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/sites/default/files/dynabook-b2b/solution/esim/images/icn_pdf-wt2.svg) center center/contain no-repeat;
}
.m-esim-device__btn--pdf a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/sites/default/files/dynabook-b2b/solution/esim/images/arw-r-grn.svg) center center/contain no-repeat;
}
.m-esim-device__btn--pdf a span {
  font-weight: 700;
  letter-spacing: -0.07em;
}
@media screen and (min-width: 769px) {
  .m-esim-device__inner {
    padding: 0 0 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 30px;
  }
  .m-esim-device__img {
    width: 335px;
    margin-top: 15px;
  }
  .m-esim-device__txts {
    width: 485px;
  }
  .m-esim-device__ttl {
    font-size: 31px;
    text-align: center;
    padding: 50px 0 40px;
  }
  .m-esim-device__cate {
    font-size: 17px;
  }
  .m-esim-device__name {
    width: 485px;
    margin-top: 20px;
  }
  .m-esim-device__battery {
    display: grid;
    column-gap: 20px;
    grid-template-columns: 70px 1fr;
    justify-content: center;
    align-items: center;
  }
  .m-esim-device__txt {
    font-size: 15px;
    margin-top: 5px;
  }
  .m-esim-device__txt sup {
    font-size: .625rem;
    font-size: 10px;
    vertical-align: super;
  }
  .m-esim-device__btn {
    margin-top: 30px;
  }
  .m-esim-device__btn a {
    width: 330px;
    height: 44px;
    font-size: 17px;
    border-radius: 22px;
    color: #FFF;
  }
  .m-esim-device__btn a:hover {
    color: #FFF;
  }
  .m-esim-device__btn a::after {
    width: 19px;
    height: 19px;
    right: 12px;
  }
  .m-esim-device__btn--pdf {
    margin-top: 20px;
  }
  .m-esim-device__btn--pdf a {
    width: 330px;
    height: 44px;
    font-size: 17px;
    border-radius: 22px;
    color: #FFF;
  }
  .m-esim-device__btn--pdf a:hover {
    color: #FFF;
  }
  .m-esim-device__btn--pdf a::before {
    width: 22px;
    height: 28px;
    left: 16px;
  }
  .m-esim-device__btn--pdf a::after {
    width: 19px;
    height: 19px;
    right: 12px;
  }

  .m-esim-device__inner2 figure {
    order: 2;
    margin-top: 70px;
    position: relative;
  }
  .m-esim-device__inner2 figure img {
    max-width: 343px;
    position: absolute;
    right: 20px;
  }
  .m-esim-device__inner2 .m-esim-device__txts {
    padding-left: 50px;
  }
  .m-esim-device__inner3 figure {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .m-esim-device__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
    padding: 35px 16px 25px;
  }
  .m-esim-device__img {
    width: 270px;
    margin: 10px auto 0;
  }
  .m-esim-device__txts {
    width: 100%;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
  .m-esim-device__ttl {
    text-align: center;
    font-size: 22px;
    width: 100%;
    max-width: 570px;
    margin: 40px auto 0;
  }
  .m-esim-device__cate {
    font-size: 14px;
  }
  .m-esim-device__name {
    margin-top: 20px;
  }
  .m-esim-device__battery {
    display: grid;
    column-gap: 20px;
    grid-template-columns: 50px 1fr;
    justify-content: center;
    align-items: center;
  }
  .m-esim-device__battery .m-esim-device__txt {
    margin-top: 0;
  }
  .m-esim-device__txt {
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.5;
  }
  .m-esim-device__btn {
    margin-top: 20px;
  }
  .m-esim-device__btn a {
    height: 38px;
    font-size: 13px;
    border-radius: 19px;
  }
  .m-esim-device__btn a::after {
    width: 14px;
    height: 14px;
    right: 12px;
  }
  .m-esim-device__btn--pdf {
    margin-top: 10px;
  }
  .m-esim-device__btn--pdf a {
    height: 38px;
    font-size: 13px;
    border-radius: 19px;
  }
  .m-esim-device__btn--pdf a::before {
    width: 20px;
    height: 25px;
    left: 14px;
  }
  .m-esim-device__btn--pdf a::after {
    width: 14px;
    height: 14px;
    right: 12px;
  }
}

/* modules/_esim-faq.scss
-------------------------------------------------- */
.m-esim-faq__inner {
  background-color: rgba(134, 134, 134, 0.1);
}
.m-esim-faq__ttl {
  text-align: center;
  font-weight: 600;
  line-height: 1.4838709677;
}
.m-esim-faq-item__q {
  font-weight: 700;
  border-bottom: 1px solid #5E5E5E;
  position: relative;
  font-family: "Meiryo UI", "Meiryo", "メイリオ", sans-serif;
  line-height: 2;
}
.m-esim-faq-item__q::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(/sites/default/files/dynabook-b2b/solution/esim/images/q.svg) center center/contain no-repeat;
}
.m-esim-faq-item__a {
  position: relative;
  font-family: "Meiryo UI", "Meiryo", "メイリオ", sans-serif;
  line-height: 2;
}
.m-esim-faq-item__a a {
  text-decoration: underline;
  color: #000;
}
.m-esim-faq-item__a a.link {
  text-decoration: none;
  color: #0186FF;
  font-weight: 700;
}
.m-esim-faq-item__a a.link.is-pre {
  color: #666666;
}
.m-esim-faq-item__a a.link-blank {
  text-decoration: none;
  color: #0186FF;
  position: relative;
  font-weight: 700;
}
.m-esim-faq-item__a a.link-blank::after {
  content: "";
  display: inline-block;
  background: url(/sites/default/files/dynabook-b2b/solution/esim/images/icn_blank-gry.svg) center center/contain no-repeat;
}
.m-esim-faq-item__a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(/sites/default/files/dynabook-b2b/solution/esim/images/a.svg) center center/contain no-repeat;
}
@media screen and (min-width: 769px) {
  .m-esim-faq__inner {
    padding: 60px 0 55px;
  }
  .m-esim-faq__ttl {
    font-size: 31px;
    margin-bottom: 10px;
  }
  .m-esim-faq-item {
    width: 712px;
    margin-left: auto;
    margin-right: auto;
  }
  .m-esim-faq-item:not(:first-child) {
    margin-top: 30px;
  }
  .m-esim-faq-item__q {
    padding: 14px 0 14px 38px;
    font-size: 16px;
  }
  .m-esim-faq-item__q::before {
    width: 17px;
    height: 24px;
  }
  .m-esim-faq-item__a {
    padding: 14px 0 14px 38px;
    font-size: 16px;
  }
  .m-esim-faq-item__a::before {
    margin: 0;
    top: 19px;
    width: 20px;
    height: 23px;
  }
  .m-esim-faq-item__a a.link-blank::after {
    width: 12px;
    height: 11px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .m-esim-faq__inner {
    padding: 30px 16px 25px;
  }
  .m-esim-faq__ttl {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .m-esim-faq-item:not(:first-child) {
    margin-top: 15px;
  }
  .m-esim-faq-item__q {
    padding: 10px 0 10px 20px;
    font-size: 12px;
    line-height: 1.5;
  }
  .m-esim-faq-item__q::before {
    width: 12px;
    height: 20px;
    top: 11px;
    margin: inherit;
  }
  .m-esim-faq-item__a {
    padding: 10px 0 10px 20px;
    font-size: 12px;
    line-height: 1.5;
  }
  .m-esim-faq-item__a::before {
    width: 14px;
    height: 16px;
    top: 13px;
    margin: inherit;
  }
  .m-esim-faq-item__a a.link-blank::after {
    width: 8px;
    height: 7px;
    margin-left: 5px;
  }
}

/* modules/_esim-links.scss
-------------------------------------------------- */
.m-esim-links {
  background-color: #00BCD5;
}
.m-esim-links__btn:nth-child(1) p {
  text-align: center;
}
.m-esim-links__btn:nth-child(1) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-color: #FF9B30;
}
.m-esim-links__btn:nth-child(1) a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
}
.m-esim-links__btn:nth-child(1) a span {
  font-weight: 600;
  color: #000;
}
@media screen and (min-width: 769px) {
  .m-esim-links__btn:nth-child(1) p {
    margin-bottom: 15px;
  }
  .m-esim-links__btn:nth-child(1) p img {
    height: 27px;
    width: auto;
  }
  .m-esim-links__btn:nth-child(1) a {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    opacity: 1;
    height: 88px;
    border-radius: 44px;
  }
  .m-esim-links__btn:nth-child(1) a::after {
    right: 31px;
    width: 24px;
    height: 24px;
  }
  .m-esim-links__btn:nth-child(1) a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .m-esim-links__btn:nth-child(1) p {
    margin-bottom: 8px;
  }
  .m-esim-links__btn:nth-child(1) p img {
    height: 18px;
    width: auto;
  }
  .m-esim-links__btn:nth-child(1) a {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 50px;
    border-radius: 25px;
  }
  .m-esim-links__btn:nth-child(1) a::after {
    right: 12px;
    width: 16px;
    height: 16px;
  }
}
.m-esim-links__btn:nth-child(1) a::after {
  background: url(/sites/default/files/dynabook-b2b/solution/esim/images/arw-r-bk.svg) center center/contain no-repeat;
}
.m-esim-links__btn:nth-child(1).is-pre p {
  text-align: center;
}
.m-esim-links__btn:nth-child(1).is-pre a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-color: #666666;
}
.m-esim-links__btn:nth-child(1).is-pre a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
}
.m-esim-links__btn:nth-child(1).is-pre a span {
  font-weight: 600;
  color: #BFBFBF;
}
@media screen and (min-width: 769px) {
  .m-esim-links__btn:nth-child(1).is-pre p {
    margin-bottom: 15px;
  }
  .m-esim-links__btn:nth-child(1).is-pre p img {
    height: 27px;
    width: auto;
  }
  .m-esim-links__btn:nth-child(1).is-pre a {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    opacity: 1;
    height: 88px;
    border-radius: 44px;
  }
  .m-esim-links__btn:nth-child(1).is-pre a::after {
    right: 31px;
    width: 24px;
    height: 24px;
  }
  .m-esim-links__btn:nth-child(1).is-pre a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .m-esim-links__btn:nth-child(1).is-pre p {
    margin-bottom: 8px;
  }
  .m-esim-links__btn:nth-child(1).is-pre p img {
    height: 18px;
    width: auto;
  }
  .m-esim-links__btn:nth-child(1).is-pre a {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 50px;
    border-radius: 25px;
  }
  .m-esim-links__btn:nth-child(1).is-pre a::after {
    right: 12px;
    width: 16px;
    height: 16px;
  }
}
.m-esim-links__btn:nth-child(1).is-pre a::after {
  background-image: url(/sites/default/files/dynabook-b2b/solution/esim/images/pre/arw-r-bk.svg);
}
.m-esim-links__btn:nth-child(2) p {
  text-align: center;
}
.m-esim-links__btn:nth-child(2) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
.m-esim-links__btn:nth-child(2) a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
}
.m-esim-links__btn:nth-child(2) a span {
  font-weight: 600;
  color: #000;
}
@media screen and (min-width: 769px) {
  .m-esim-links__btn:nth-child(2) p {
    margin-bottom: 15px;
  }
  .m-esim-links__btn:nth-child(2) p img {
    height: 27px;
    width: auto;
  }
  .m-esim-links__btn:nth-child(2) a {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    opacity: 1;
    height: 88px;
    border-radius: 44px;
  }
  .m-esim-links__btn:nth-child(2) a::after {
    right: 31px;
    width: 24px;
    height: 24px;
  }
  .m-esim-links__btn:nth-child(2) a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .m-esim-links__btn:nth-child(2) p {
    margin-bottom: 8px;
  }
  .m-esim-links__btn:nth-child(2) p img {
    height: 18px;
    width: auto;
  }
  .m-esim-links__btn:nth-child(2) a {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 50px;
    border-radius: 25px;
  }
  .m-esim-links__btn:nth-child(2) a::after {
    right: 12px;
    width: 16px;
    height: 16px;
  }
}
.m-esim-links__btn:nth-child(2) a::after {
  background: url(/sites/default/files/dynabook-b2b/solution/esim/images/arw-r-wt.svg) center center/contain no-repeat;
}
@media screen and (min-width: 769px) {
  .m-esim-links {
    padding: 70px 0 65px;
  }
  .m-esim-links__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 22px;
  }
  .m-esim-links__btn a {
    width: 440px;
  }
  .m-esim-links__btn a span {
    font-size: 22px;
  }
  .m-esim-links__btn:nth-child(1) a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 10px;
  }
  .m-esim-links__btn:nth-child(1) a span > img {
    width: 12px;
  }
}
@media screen and (max-width: 768px) {
  .m-esim-links {
    padding: 35px 16px;
  }
  .m-esim-links__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px 0;
  }
  .m-esim-links__btn a span {
    font-size: 15px;
  }
  .m-esim-links__btn:nth-child(1) a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 4px;
  }
  .m-esim-links__btn:nth-child(1) a span > img {
    width: 12px;
  }
}
@media screen and (max-width: 768px) {
  .dynabook-2025__main .p-breadcrumb {
    display: none;
  }
}

.dynabook-2025.p-2025-header {
    position: relative !important;
}
.dynabook-2025.p-2025-header.is-level-0-h .p-2025-header__block--level-0 {
    display: block;
}
.dynabook-2025.p-2025-header.is-level-0-h .p-2025-header__btn {
    -webkit-clip-path: inset(18% 0 round 10px 10px 10px 10px);
}
.l-container.dynabook-2025__main {
    padding-top: 0 !important;
}

@media (max-width: 780px) {
    .dynabook-2025 .p-2025-header__sp--ui--box {
        position: absolute;
        margin-right: -2.5641025641vw;
    }
    .dynabook-2025 .p-2025-header__sp--ui--box .p-2025-header__sp--btn-close {
        margin-right: 2.5641025641vw;
    }
}
