#top img {
  vertical-align: bottom;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
img {
  width: 100%;
}
/*commonから打ち消し*/
.sub-title,
.default-title .main-ttl{
  letter-spacing: 0;
}

@media screen and (min-width:768px) {
  .top-kv-first {
    height: calc(81vh - 95px);
  }
}
#first_view_global {
  margin: 95px 0 0;
  width: 100%;
  background: #ffeb00;
  position: relative;
  z-index: 16;
}
#first_view_global .green-back::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#first_view_global .top-kv-first {
  margin-top: -2px;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}
#first_view_global .top-kv-first img {
  padding: 0;
  box-sizing: border-box;
  height: 100%;
  width: auto;
}

@media screen and (max-width:767px) {
  h2 {
    font-size: 16px;
  }
  .inner {
    padding: 0 25px;
  }
  #first_view_global {
    height: auto;
  }
  #first_view_global .top-kv-first img {
    padding: 0;
    height: auto;
    width: 100%;
    margin: 0 auto;
  }
  #first_view_global .top-kv-first::after {
    display: none;
  }
}
section div.inner {
  padding: 60px 0;
}
p {
  font-size: 1.4rem;
  line-height: 1.5;
}
ul {
  list-style: none;
}
h2 {
  margin-bottom: 10px;
  font-size: 3.2rem;
  letter-spacing: .125em;
  line-height: 1.3em;
  font-weight: 700;
}
#first_view_global .green-back.green-zeus-back::before {
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/kv-global-back.webp) no-repeat top/cover var(--overseas-lightgreen);
}
a[class^=button-] {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  min-width: 180px;
  width: 100%;
  max-width: 280px;
  margin: auto;
  padding: .8em 2em;
  font-size: 1.5rem;
  text-decoration: none!important;
  border-radius: 100vh;
  cursor: pointer;
}
a[class^=button-] span {
  width: fit-content;
  flex-grow: 1;
  text-align: center;
  line-height: 1.25em;
  font-weight: 700;
}
a[class^=button-] i {
  font-size: 16px;
}
button.button-gray:focus-visible {
  outline: -webkit-focus-ring-color solid 2px;
}
section:nth-of-type(2) div.inner {
  padding: 25px 0 60px;
}
.List-Item-Link {
  vertical-align: inherit;
}
ul.List li .List-Item-Link  span img {
  vertical-align: sub;
}
section:nth-of-type(2) div.inner{
  padding: 25px 0 60px;
}
section:nth-of-type(even) {
  background-color: var(--overseas-white);
}
section.breadcrumb-section
/* ,section:nth-of-type(odd) */ {
  background-color: var(--overseas-pailgray);
}

.global-setting .sub-title {
  width: 100%;
  margin: auto;
  font-size: 1.6rem;
  line-height: 1.75em;
  font-weight: 700;
  text-align: left;
  font-feature-settings: "palt";
}

@media screen and (max-width:390px) {
  .default-title .main-ttl{
    font-size: 2.2rem;
    line-height: 1.3em;
  }
  .sub-title{
    font-size: 1.33rem;
    letter-spacing: 0;
  }
}

/*---------------------------------------------------------------
    端末サポートとは？
---------------------------------------------------------------*/
.device-support-illust img{
  display: block;
  width: 70%;
  max-width: 560px;
  margin: 20px auto 0;
}

@media (max-width:767px) {
  .device-support-illust .default-title {
    margin-left: 16px;
    margin-right: 16px;
  }
  .device-support-illust .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .device-support-illust img{
    width: 80%;
    max-width: unset;
  }
}

/*---------------------------------------------------------------
    申込ボタン
---------------------------------------------------------------*/
/* 　＼テキスト／　のエリア*/
.pickup-text {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1em;
}
.pickup-text:before,
.pickup-text:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 1px;
  height: 2em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
  background-color: #000;
}
.pickup-text:before {
  transform: rotate(-35deg);
}
.pickup-text:after {
  transform: rotate(35deg);
}
.pink-text{
  color: var(--overseas-lightpink);
}

@media screen and (max-width:767px) {
  .pickup-text {
    position: relative;
    display: block;
    width: fit-content;
    margin: auto;
    font-size: 1.6rem;
    line-height: 1.5em;
    letter-spacing: unset;
  }
  .pickup-text:before,
  .pickup-text:after {
    position: absolute;
    bottom: 0;
    margin: 0;
  }
  .pickup-text:before {
    left: -1.5em;
  }
  .pickup-text:after {
    right: -1.5em;
  }
}

/*申込ボタン*/
.entry-btn {
  display: block;
  position: relative;
  width: fit-content;
  margin: 20px auto 0;
}
.entry-btn::before {
  content: "";
  position: absolute;
  display: block;
  width: 55px;
  height: 30px;
  top: 0;
  left: 30px;
  bottom: 0;
  margin: auto;
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/application-zeus-icon-3.webp) 0 0 / contain no-repeat;
  transform: none;
  z-index: 2;
}
.entry-btn::after {
  content: "";
  position: absolute;
  min-width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 100vh;
  transform: translate(0%, 8px);
  background: var(--overseas-lightgreen);
  transition: .3s;
}
.default-btn-main {
  display: inline-block;
  position: relative;
  min-width: 380px;
  height: auto;
  padding: 20px 10px 20px 50px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 2px;
  border-radius: 100vh;
  color: var(--overseas-white);
  background: var(--overseas-lightpink);
  z-index: 1;
  transition: .3s;
}
.default-btn-main span::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(-50%, -50%);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--overseas-white);
}
.entry-btn:hover::after{
  background: var(--overseas-pink);
}
.entry-btn:hover .default-btn-main{
  background: #ffdc00;
}
.entry-btn:hover .default-btn-main span {
  color: var(--overseas-green)
}
.entry-btn:hover .default-btn-main span::before {
  border-left: 18px solid var(--overseas-green)
}

@media screen and (max-width:767px) {
  .entry-btn {
    margin-top: 10px;
  }
  .entry-btn::before {
    width: 45px;
    height: 24px;
    left: 20px;
  }
  .default-btn-main {
    min-width: 300px;
    max-width: 380px;
    margin: 0;
    padding: 23px 10px 23px 40px;
    font-size: 1.6rem;
  }
  .default-btn-main span::before {
    right: 15px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 13px solid var(--overseas-white);
  }
  .entry-btn:hover .default-btn-main span::before {
    border-left: 13px solid var(--overseas-green)
  }
}
   
/*---------------------------------------------------------------
    オプション情報テーブル
---------------------------------------------------------------*/
.device-support-table {
  padding-top: 20px;
}
.device-support-table table {
  width: 100%;
  margin: 20px auto 0;
  border-collapse: collapse;
  font-weight: 700;
}
.device-support-table th:nth-of-type(n+3) {
  width: calc((100% - (5% + 40%))/ 4);
}
.device-support-table td,
.device-support-table th {
  padding: 6px .5em;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
  background-color: var(--overseas-white);
  border: 1px solid var(--overseas-darkgray);
  white-space: nowrap;
}
.device-support-table td span.price {
  display: block;
  width: 63%;
  text-align: right
}
.device-support-table td span.big-price {
  font-size: 2em;
}
.device-support-table td .option-price {
  font-size: 2rem;
}
.device-support-table td .option-price span {
  font-size: .7em;
}
.device-support-table th.empty {
  background-color: transparent;
  border: none;
}
.device-support-table thead th.bg-black {
  color: var(--overseas-white);
  background-color: var(--overseas-black);
}
.device-support-table thead th.mini {
  color: var(--overseas-white);
  background-color: var(--overseas-lightgreen);
  border-right: 1px solid var(--overseas-black);
}
.device-support-table thead th.wide {
  color: var(--overseas-white);
  background-color: #009895;
}
.device-support-table thead th.premium {
  position: relative;
  color: var(--overseas-white);
  background-color: var(--overseas-green);
}
.device-support-table thead th.premium .device-support-table-recommend-icon {
  position: absolute;
  top: -32px;
  left: -32px;
  width: 64px;
}
.device-support-table tr.bg-gray,
.device-support-table tr.bg-gray td {
  background: #dbdbdb;
}
.device-support-table td.bg-yellow {
  background: #ffe200;
  color: var(--overseas-pink);
}
.device-support-table td.bg-lightyellow {
  background: #fff692;
}
.device-support-table tr td.wide {
  position: relative;
  background-color: #fff6e5;
}
.device-support-table tr td.wide .wide-remark {
  display: inline-block;
  width: 80px;
  position: absolute;
  top: 10px;
  right: 10px;
  filter: drop-shadow(0px 2px 2px rgb(0 0 0 / 25%));
  transform: translateZ(0); 
}
.device-support-table tr td.wide .wide-remark img {
  width: 100%;
}
.device-support-table tr td.row-hdg {
  width: 5%;
}
.device-support-table tr td.row-hdg div {
  /* iPhone Safari の縦書きバグ対策 */
  display: flex;
  justify-content: center;
  align-items: center;
}
.device-support-table tr td.row-hdg span {
  /* iPhone Safari の縦書きバグ対策 */
  white-space: pre;
  writing-mode: vertical-rl;
  display: inline-block;
}
.device-support-table tr td.row-item {
  width: 27%;
  text-align: left;
}
.device-support-table tr span.text-left {
  display: inline-block;
  text-align: left;
}
.device-support-table tr td.diagonal-line {
  background: linear-gradient(to left top,transparent calc(50% - .5px),#707070 50%,#707070 calc(50% + .5px),transparent calc(50% + 1px)) no-repeat
}
.device-support-table tr td.row-opt-detail span {
  display: inline-block;
  min-width: 70px;
  text-align: left;
}
.device-support-table p.price {
  font-size: 1.7rem;
}
.device-support-table p.price .tax {
  font-size: 1.2rem;
}
@media screen and (max-width:767px) {
  .device-support-table {
    overflow-x: scroll;
  }
  .device-support-table thead th.premium,
  .device-support-table thead th.wide,
  .device-support-table thead th.mini {
    min-width: 100px;
  }
  .device-support-table thead th.premium .device-support-table-recommend-icon {
    left: -48px;
  }
  .device-support-table td,
  .device-support-table th {
    padding: .65em .5em;
  }
}

.annotation {
  display: block;
  padding-top: 10px;
  color: #000;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.7;
  text-align: right;
}
.notice-text {
  margin-top: 25px;
}
.notice-text p {
  padding-left: 1.2rem;
  text-indent: -1.2rem;
  font-size: 1.2rem;
}
.notice-text a {
  text-decoration: underline;
  color: #FF0077;
}

/*---------------------------------------------------------------
    その他のオプションも充実！
---------------------------------------------------------------*/
.global-setting {
  margin: 40px auto;
}
.global-setting .sub-title.center-text {
  text-align: center;
}
#device_support nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
#device_support nav li {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background-color: var(--overseas-white);
  border-radius: var(--radius-large);
  filter: var(--shadow);
  transform: translateZ(0);
  transition: .3s;
}
#device_support nav li a {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  width: 160px;
  height: 140px;
  padding: 15px;
  font-size: 1.5rem;
  color: var(--overseas-black);
  cursor: pointer;
}
#device_support nav li:hover {
  background-color: var(--overseas-pailgreen);
}
#device_support nav li span {
  text-align: center;
}
#device_support .nav-icon {
  height: 60px;
  }
#device_support .nav-icon .icon {
  width: auto;
  height: 100%;
}
#device_support .nav-text {
  display: inline-flex;
  align-items: center;
  height: 2.5rem;
}
#device_support .nav-arrow {
  position: relative;
  width: 10px;
  height: 14px;
}
#device_support .nav-arrow::before {
  content: "";
  position: absolute;
  width: auto;
  top: -50%;
  left: 0;
  border-left: 10px solid var(--overseas-green);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  transform: translate(0, 50%);
}

@media (min-width:768px) and (max-width:1280px) {
  #device_support nav ul {
    justify-content: center;
    gap: 24px
  }
  #device_support nav ul li{
    width: 25%;
  }
  #device_support nav li a{
    height: auto;
    padding: 5% 0%;
    gap: 8px;
  }
}

@media screen and (max-width:767px) {
  #device_support nav {
    margin: 30px auto;
  }
  #device_support nav ul {
    justify-content: center;
    column-gap: 5%;
    row-gap: 20px;
  }
  #device_support nav li {
    width: 30%;
  }
  #device_support nav li a{
    min-width: auto;
    max-width: initial;
    height: auto;
    padding: 10% 0;
  }
  #device_support nav span {
    display: inline-block;
    font-size: 1.3rem;
  }
  #device_support .nav-icon {
    height: 10vw;
  }
}

@media screen and (min-width:768px) and (max-width:1280px) {
  .global-setting{
    margin: 30px auto 0;
  }
  .device-setting {
    padding: 30px;
  }
  .device-text {
    padding-left: 0px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width:767px) {
  .global-setting{
    margin: 20px auto 0;
  }
  .device-setting {
    padding: 15px 4% 20px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width:767px) {
  p {
    font-size: 1.4rem;
  }
  h2 {
    font-size: 2.4rem;
    letter-spacing: 0;
  }
  a[class^=button-] {
    gap: 6px;
    padding: 10px 20px;
    font-size: 1.4rem;
    line-height: 1.25em;
  }
  a[class^=button-] i {
    height: 14px;
  }
  section div.inner {
    padding: 50px 5%;
  }
  section:nth-of-type(2) div.inner {
    padding: 25px 16px 40px;
  }
  .device-container{
    margin-bottom: 30px;
  }
}

/* ============================================
   レンタルオプション
   ============================================ */
.option-info .inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px;
  padding-top: 0;
  margin-top: -10px;
}
.rental-option-container { 
  position: relative;
  display: flex;
  flex-direction: column;
  filter: var(--shadow);
  width: calc(33.333% - 20px);
  margin-top: 10px;
  border-radius: 10px;
  background-color: #F4F4F4;
}
.rental-option-name {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: white;
  background-color :#00BBAB;
  padding: 30px 0 18px;
  border-radius: 10px 10px 0 0;
}
.option-img-area {
  text-align: center;
  background-color: white;
  padding: 25px 10px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  img {
    width: 90%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    margin: 0 auto;
  }
}
.option-price-area {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  height: 70px;
  .option-price-container {
    display: flex;
    align-items: flex-end;
  }
  .sub-text {
    font-size: 1.4rem;
    text-align: left;
    margin-right: 7px;
  }
  .option-price {
    font-size: 2.8rem;
    font-weight: bold;
    display: flex;
    align-items: baseline;
    letter-spacing: 0.1rem;
    justify-content: flex-end;
    line-height: 1;
    span {
      font-size: 1.6rem;
      font-weight: bold;
      letter-spacing: 0.1rem;
    }
    .small {
      font-size: 1.2rem;
    }
  }
  .space {
    margin-top: 10px;
  }
  .small {
    font-size: 1.5rem;
    margin-top: -4px;
  }
  .margin-top {
    margin-top: 3px;
  }
  .pink-color {
    color: #FF0077;
    margin-top: -4px;
  }
}
.option-support-wifi-area,
.option-support-rental-area {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  border-radius: 0 0 10px 10px;
  background-color: var(--overseas-pailgreen);
  overflow: hidden;
}
.option-support-wifi-area::before,
.option-support-rental-area::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -1px;
  transform: translate(-50%, 0);
  height: calc(30px / 2);
  width: 30px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: var(--overseas-pailgray);
}
.option-support-rental-area {
  background-color: var(--overseas-yellow);
}
.option-support-rental-area::before {
  background-color: var(--overseas-pailgreen);
}
.option-support-wifi-area p,
.option-support-rental-area p {
  display: block;
  padding-top: 10px;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.1rem;
  font-weight: bold;
  text-align: center;
}
.option-support-wifi-area span,
.option-support-rental-area span {
  font-size: 2rem;
  color: var(--overseas-pink);
}
.option-support-wifi-area strong,
.option-support-rental-area strong {
  font-size: 2.8rem;
  color: var(--overseas-pink);
}
@media (min-width:768px) and (max-width:1280px) {
  .option-support-wifi-area p,
  .option-support-rental-area p {
    line-height: 1.2;
  }
  .option-support-wifi-area .pc,
  .option-support-rental-area .pc {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .option-info .inner {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ============================================
  その他コンポーネント
   ============================================ */
.operator {
  width: 53%
}
.operator img,
.situation img {
  width: 100%
}
.situation {
  width: calc(100% / 4 - 30px);
  display: flex;
  flex-direction: column;
  align-items: center
}
.situation p {
  margin-top: 15px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center
}
.return-text {
  max-width: 620px;
  box-sizing: border-box;
  margin: 30px auto 0;
  padding: 20px;
  text-align: center;
  background-color: var(--overseas-white);
  font-weight: 700;
  border-radius: 40px
}
.return-text-point {
  font-size: 2.2rem;
  color: var(--overseas-green)
}
.img-operator {
  width: 100%;
  max-width: 451px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
.img-ex {
  width: 100%;
  max-width: 107px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
.recommend-icon {
  width: 64px;
  position: absolute;
  top: -4%;
  left: -8%;
}

/* ============================================
   メディアクエリ
   ============================================ */
@media screen and (min-width:768px) {
  .top-kv-first {
    height: calc(81vh - 95px)
  }
}
@media screen and (max-width:1280px) {
  .sp-nav-btn {
    display: block
  }
}
@media (min-width:768px) and (max-width:1280px) {
  .operator {
    width: 45%
  }
  .situation {
    width: 35%;
    margin-top: 0
  }
  .situation p {
    line-height: 1.25;
    font-size: 1.2rem
  }
  nav.page-nav li {
    gap: 5px;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: .05em
  }
  nav.page-nav li .icon {
    width: auto;
    height: 20px
  }
  nav.page-nav ul {
    justify-content: center;
    gap: 24px
  }
  nav.page-nav ul li {
    width: 30%;
    height: auto
  }
  nav.page-nav li a {
    width: 100%;
    height: 100%;
    gap: 0;
    padding: 1em .5em .5em
  }
  nav.page-nav li a span.nav-text {
    height: 5rem
  }
  nav.page-nav li span.nav-icon {
    height: 50px
  }
  .option-info .rental-option-detail {
    font-size: 1.2rem;
  }
  div.white-content-box-guidance-notion.option-detail-popup-content {
    margin: auto;
    padding: 10px 0 40px;
    max-width: 728px;
  }
  .option-popup .option-popup-top {
    gap: 20px;
  }
  .option-popup .option-img img {
    max-width: 160px;
  }
  .option-popup .option-hdg span {
    font-size: 2.2rem;
  }
  .option-popup p.option-spec {
    font-size: 3.2rem;
  }
  .option-popup .option-desc {
    margin-top: 20px;
  }
  .option-info thead th:nth-of-type(3)::before {
    width: 45px;
    height: 45px;
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/recommend-sp3.webp) top/contain no-repeat
  }
  .option-info tr td.row-hdg {
    width: 11%
  }
  .option-info th:nth-of-type(n+3) {
    width: calc((100% - (11% + 30%))/ 4)
  }
  .option-info td span.price {
    width: 67%
  }
  .operator {
    width: 100%
  }
  .situation {
    width: 45%
  }
  .option-info .situation p {
    font-size: 1.4rem
  }
  .option-info .attention-wrap p {
    font-size: 1.2rem;
  }
  .option-price-area {
    border-top: none;
    margin: unset;
    width: unset;
    padding: 6px 0px 0px 0px;
    & .option-price {
      span {
          font-size: 1.5rem;
      }
    }
  }
  .option-img-area {
    height: 96px;
  }
  .option-text-area {
    padding: 20px 18px 0px;
  }
}
@media screen and (max-width:767px) {
  h2 {
    font-size: 16px
  }
  .inner {
    padding: 0 25px
  }
  #first_view_global {
    height: auto
  }
  #first_view_global .top-kv-first img {
    padding: 0;
    height: auto;
    width: 100%;
    margin: 0 auto
  }
  #first_view_global .top-kv-first::after {
    display: none
  }
  .title h1 {
    font-size: 2.4rem;
    letter-spacing: 0
  }
  p {
    font-size: 1.4rem
  }
  h2 {
    font-size: 2.4rem;
    letter-spacing: 0
  }
  nav.page-nav {
    margin: 30px auto 24px
  }
  nav.page-nav ul {
    justify-content: center;
    gap: 24px
  }
  nav.page-nav li {
    gap: 0;
    min-width: 280px;
    max-width: 70%
  }
  nav.page-nav li a {
    height: 35px;
    font-size: 1.5rem;
    letter-spacing: .09em;
    padding: .75em 20px
  }
  nav.page-nav li .icon {
    width: 40px
  }
  section div.inner {
    padding: 50px 16px
  }
  section:nth-of-type(2) div.inner {
    padding: 25px 16px 40px
  }
  .title {
    margin-bottom: 24px
  }
  .title > p {
    width: 90%;
    margin: auto;
    font-size: 1.6rem;
    line-height: 1.5em
  }
  .big-price span {
    font-size: 1.5em
  }
  .operator {
    width: 100%
  }
  .operator img {
    width: 80%;
    margin: auto
  }
  .situation {
    width: calc(100% / 2 - 10px)
  }
  .option-info p {
    font-size: 1.4rem;
}
  .option-info .situation p {
    font-size: 1.4rem
  }
  .option-info .rental-option-detail {
    font-size: 1.2rem;
  }
  .title h1 {
    font-size: 2.2rem
  }
  .option-info h2.option-hdg {
    font-size: 2rem
  }
  .option-info h2.option-hdg span {
    margin: 0 auto 10px;
    padding-bottom: 5px
  }
  section:nth-of-type(2) div.inner {
    padding: 25px 16px 20px
  }
  .section-inner {
    margin-top: 20px
  }
  nav.page-nav ul {
    margin-top: 24px;
    row-gap: 24px;
    column-gap: 5%
  }
  nav.page-nav li {
    width: 30%;
    min-width: auto;
    max-width: initial;
    height: 100px;
    padding: 0;
    gap: 0
  }
  nav.page-nav li a {
    width: 100%;
    height: 100%;
    gap: 3px;
    padding: 5% 5%;
  }
  nav.page-nav li span {
    display: inline-block;
    height: 25px;
    flex-grow: 0;
    font-size: 1.3rem;
    letter-spacing: 0
  }
  nav.page-nav li a span.nav-text {
    height: 19px;
  }
  nav.page-nav li span.nav-icon {
    height: 36px;
    flex-grow: initial
  }
  .device-support-hdg {
    font-size: 1.6rem
  }
  .return-text-point {
    display: block;
    font-size: 1.8rem
  }
  .device-support-inner {
    margin-top: 40px;
  }
  .device-support-inner + .device-support-inner {
    margin-top: 40px
  }
  .option-info .device-support-table {
    overflow-x: scroll!important;
  }
  .option-info table {
    margin: 5px auto 0;
    min-width: 540px;
  }
  .option-info td,
  .option-info th {
    padding: .5em;
    font-size: 1.2rem
  }
  .option-info thead th {
    padding: 1rem .5rem
  }
  .option-info thead th:nth-of-type(3)::before {
    width: 40px;
    height: 40px;
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/recommend-sp3.webp) top/contain no-repeat;
    top: -1rem;
    transform: translate(0,-50%)
  }
  .option-info tr td.row-hdg {
    width: 5%;
    padding-left: .5rem;
    writing-mode: unset;
    line-height: 1.1;
  }
  .option-info tr td.row-item {
    width: 30%;
  }
  .option-info th:nth-of-type(n+3) {
    width: calc((100% - (18% + 18%))/ 4);
  }
  .option-info td span.price {
    width: 96%
  }
  .option-info td .option-price {
    font-size: 1.5rem
  }

  .option-info p.price {
    font-size: 1.5rem;
  }
  .option-info td span.big-price {
    font-size: 1.5em;
  }
  .option-info tr td.wide .wide-remark {
    width: 45px;
    top: 5px;
    right: 0
  }
  .return-text {
    max-width: 420px;
    padding: 10px;
    margin: 12px auto 0
  }
  .title > p {
    width: 100%;
    font-size: 1.8rem
  }
  .option-info .attention-wrap p {
    font-size: 1.2rem;
  }
  .option-price-area {
    border-top: none;
    margin: unset;
    width: unset;
    padding: 6px 0px 0px 0px;
    .sub-text {
      font-size: 1.3rem;
    }
    & .option-price {
      span {
          font-size: 1.4rem;
      }
    }
    .option-price {
      font-size: 2.2rem;
    }
  }
  .how-to-use .step-area {
    padding: 14px 7px;
  }
  .how-to-use .step-text {
    font-size: 1.3rem;
  }
  .option-img-area {
    height: 80px;
  }
  .option-text-area {
    padding: 15px 15px 0px;
  }
  .how-to-use .step-contents {
    text-align: start;
    width: 98%;
    margin: 0 auto;
    margin-top: 25px;
  }
}


@media screen and (min-width: 1281px) {
  .option-price-area.sp {
    display: none;
  }
  .how-to-use {
    width: 80%;
  }
}
/* PC用設定 */
@media screen and (min-width: 1281px) {
  /* 端末サポート”プレミアム” */
  .rental-option-container.three-rows {
    height: 540px;
  }
  .rental-option-container { 
    height: 420px;
  }
  .rental-option-name {
    height: 70px;
  }
  .three-rows .option-support-wifi-area {
    border-radius: 0 0 0 0;
  }
}
@media screen and (max-width: 1280px) {
  .option-price-area.pc {
    display: none;
    border-top: none;
  }
  .option-info #rental-option {
    display: flex;
    flex-direction: column;
  }
  .rental-option-container {
    width: 100%;
  }
  .option-img-area {
    height: 90px;
    padding: 0 10px;
    justify-content: space-evenly;
    img {
      width: 100%;
    }
    
  }
  .option-img-area-inner {
    width: 42%;
    max-width: 200px;
  }
  .option-img-area-inner.img-size {
    max-width: 75px;
  }
  .rental-option-name{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    height: 59px;
    font-size: 1.8rem;
  }
  .rental-option-detail {
    width: 53%;
    max-width: 185px;
    font-weight: normal;
    font-size: 1.1rem;
    padding: 6px 8px;
    margin: 14px auto;
  }
  .rental-option-tag {
    width: 44%;
    max-width: 145px;
    left: 50%;
    top: -5%;
    transform: translate(-50%, 0);
    font-size: 1.2rem;
    padding: 6px 10px;
  }
  .recommend-icon {
    width: 59px;
    position: absolute;
    top: -7%;
    right: -3%;
    left: unset;
  }
  .option-price-area {
    height: unset;
  }
  .option-support-wifi-area,
  .option-support-rental-area {
    height: 85px;
  }
  .option-support-wifi-area::before {
    background-color: var(--overseas-white);
  }
  .three-rows .option-support-wifi-area {
    border-radius: 0 0 0 0;
  }
}