/* PC・TB・SP */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .tb {
    display: none;
  }
}
@media screen and (min-width: 1281px) {
  .tb,
  .below-tb {
    display: none !important;
  }
  .hide-tb {
    display: '';
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .hide-tb {
    display: '';
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .tb {
    display: block;
  }
}
@media screen and (max-width: 1280px) {
  .below-tb {
    display: block;
  }
}

/* color */
* {
  --fuji-po-blue-1: #0391BE;
  --fuji-po-blue-2: #03B6D6;
  --fuji-po-yellow: #FFB600;
  --fuji-po-red: #FF3E5A;
  --fuji-po-red-accessibility: #D91A3A;
  --fuji-po-gray-1: #505050;
  --fuji-po-gray-2: #F5F5F5;
}

/* フォーム ヘッダー */
header.mypage-header {
  background-color: #fff;
  height: 80px;
  display: flex;
  align-items: center;
  margin-top: 0;
  text-align: center;
  position: relative;
  width: 100%;
  z-index: 10000;
}
header.mypage-header div.header-wrapper {
  height: auto;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-size: 12px;
  background-color: transparent;
}
header.mypage-header nav.header-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: transparent;
  width: 100%;
  height: auto;
  margin-right: auto;
  line-height: 20px;
}
header.mypage-header p.header-logo {
  padding-left: 10px;
  line-height: 0;
}
header.mypage-header p.header-logo a img {
  width: auto;
  height: 40px;
  margin: 0;
  image-rendering: -webkit-optimize-contrast;
}
header.mypage-header nav.header-item div.header-title {
  margin-top: 2px;
  padding: 0;
  width: auto;
}
header.mypage-header div.current-tab-name-box {
  border: none;
  margin: 0;
  padding: 0 5px;
  position: relative;
  bottom: 2px;
}
header.mypage-header p.current-tab-name {
  color: #000;
  border: none;
  padding-left: 0;
  font-weight: bold;
  font-size: 1.3rem;
  margin-left: 15px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  header.mypage-header nav.header-item {
    padding: 0 20px;
    box-sizing: border-box;
  }
  header.mypage-header p.header-logo {
    padding: 0;
  }
}

/* フォーム フッター */
footer.mypage-footer {
  padding: 0 30px;
  background: #fff;
}
div.mypage-footer-main {
  width: 100%;
  height: auto;
  text-align: center;
  background-color: #fff;
  color: #000;
  bottom: 0;
  font-size: 12px;
  padding: 7px 0;
  display: flex;
  justify-content: left;
}
div.mypage-footer-main .wrapper {
  width: 100%;
  max-width: 1170px;
  text-align: left;
  margin: 0 auto;
}
div.mypage-footer-main ul {
  list-style: none;
  text-align: left;
  margin: 15px 0;
}
div.mypage-footer-main ul li {
  display: inline-block;
  font-size: 12px;
  margin: 0 15px;
  text-decoration: none;
}
div.mypage-footer-main ul li:first-child {
  margin-left: 0;
}
div.mypage-footer-main ul li.mypage-footer-copyright {
  float: right;
}
div.mypage-footer-main a {
  text-decoration: none;
  color: #000;
}
div.mypage-footer-main .mypage-footer-copyright-sp {
  display: none;
  text-align: center;
  font-weight: normal;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  div.mypage-footer-main .wrapper {
    padding: 0 4%;
  }
  div.mypage-footer-main ul {
    text-align: center;
  }
  div.mypage-footer-main ul li.mypage-footer-copyright {
    display: none;
  }
  div.mypage-footer-main div.mypage-footer-copyright-sp {
    display: block;
  }
}

/* 個人申込フォーム　フッター */
.entry-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 5px 0;
  font-size: 1.2rem;
  color: white;
  background-color: #000;
}
.entry-footer .wrapper {
  margin-left: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}
.entry-footer .wrapper ul {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  padding-inline-start: 0;
}
.entry-footer .wrapper ul li {
  margin: 0;
  padding: 0 1em;
  text-align: center;
  list-style: none;
}
.entry-footer .wrapper ul li:not(:last-of-type) {
  border-right: 2px solid #FFFFFF;
}
.entry-footer .wrapper ul li a {
  color: #FFFFFF;
}
.privacy-mark {
  box-sizing: initial;
  width: 75px;
  padding: calc(75px / 4);
}
.privacy-mark img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) and (max-width: 1280px) {
  body {
    min-width: unset;
  }
}

@media screen and (max-width:767px) {
  div.mypage-section-container {
    max-width: 100%;
  }
  .entry-footer .wrapper {
    width: calc(100% - 115px);
    margin-left: 0;
  }
  .entry-footer .wrapper ul {
    justify-content: center;
    row-gap: 1em;
    margin: 0 0 10px 35px;
  }
  .entry-footer .wrapper ul li {
    padding: 0 0.5rem;
  }
  .entry-footer .wrapper ul li:first-of-type {
    padding: 0 0.5rem 0 0;
  }
  .entry-footer .wrapper small {
    margin-left: 3rem;
  }
}

/* フォーム 共通 */
div.content-box-inner p {
  color: #1E1E1E;
}
.form-bg-gray {
  background: var(--fuji-po-gray-2);
}
#breadcrumbs ul.inner {
  box-sizing: border-box;
}
main.adjust-height { /* コンテンツ量が少ない画面用の高さ指定 */
  min-height: calc(100vh - 80px - 56px);
}
h2 .first-title {
  line-height: 1.2;
}
h3.form-h3 {
  font-size: 2.0rem;
  max-width: 750px;
  margin: 0 0 10px;
  color: #1E1E1E;
  border: none;
}
p.form-lead {
  font-weight: bold;
}
div.form-application-container {
  max-width: 750px;
  margin: 50px auto 0;
  padding: 0 30px 50px;
}
div.mypage-user-container {
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: unset;
  text-align: left;
  position: relative;
  z-index: 2;
}
div.white-content-box-form {
  margin: 25px 0 0;
  padding: 40px 30px;
  background-color: white;
}
.content-box-inner + .content-box-inner {
  margin-top: 30px;
}
table.form-table {
  width: 100%;
  max-width: 1000px;
  table-layout: fixed;
  border-spacing: 7px;
  margin: 0;
  color: #1E1E1E;
}
table.form-table th {
  width: 250px;
  font-size: 1.3rem;
  margin-bottom: 15px;
  vertical-align: middle;
  padding-top: 0;
  text-align: left;
}
table.form-table.form-entry th.tag-required {
  width: 250px;
}
table.form-table th.form-textarea {
  padding-top: 10px;
  vertical-align: top;
}
table.form-table td {
  position: relative;
  vertical-align: top;
  padding: 0;
  text-align: left;
  font-size: 1.5rem;
}
table.form-table td.input-radio-area {
  display: flex;
  align-items: center;
}
td.not-tel-link a {
  color: #1E1E1E;
  text-decoration: none;
  pointer-events: none;
}
span.mandatory {
  background-color: var(--fuji-po-red);
  color: white;
  border-radius: 15px;
  position: relative;
  text-align: center;
  padding: 5px 12px;
  font-size: 1.3rem;
  margin-right: 5px;
}
span.optional {
  background-color: var(--fuji-po-blue-1);
  color: white;
  border-radius: 15px;
  position: relative;
  text-align: center;
  padding: 5px 12px;
  font-size: 1.3rem;
  margin-right: 5px;
}
select {
  border: none;
  height: 50px;
  margin: 0;
  padding: 10px;
  width: 100%;
  font-size: 1.5rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  border-radius: 8px;
  appearance: none;
  background-color: #D9D9D9;
  background-image: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow-select.webp);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: right 6px center;
  color: #000;
  cursor: pointer;
}
main.mypage-main select {
  padding: 10px;
}
textarea {
  width: 100%;
  height: 100%;
  min-height: 100px;
  resize: vertical;
  box-sizing: border-box;
  font-size: 1.5rem;
  background-color: #D9D9D9;
  border: none;
  border-radius: 8px;
  padding: 10px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none; 
  margin: 0; 
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: 0 0 5px 2px #f5e77e;
  border: none;
}
input.mypage-input-border {
  margin: 0;
  padding: 25px 10px;
  background-color: #D9D9D9;
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  width: 100%;
  letter-spacing: 1px;
  height: 50px;
  font-size: 1.4rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
input.width-half,
select.width-half {
  width: calc(100% / 2 - 3px);
}
input.width-one-third,
select.width-one-third {
  width: calc(100% / 3 - 16px);
}
select.width-quarter[name="expire_month"],
select.width-quarter[name="expire_year"] {
  width: calc(100% / 4 - 30px);
}
label.custom-check-box {
  position: unset;
  margin: unset;
  width: unset;
  display: flex;
  align-items: center;
}
label.custom-check-box span {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
}
label.custom-check-box:focus-visible {
  outline: none;
}
label.custom-check-box:focus-visible span {
  outline: none;
  box-shadow: 0 0 5px 2px #f5e77e;
  border: none;
  border-radius: 10px;
}
.label-box label.custom-check-box label {
  position: relative;
  margin-left: 10px;
  width: 30px;
}
.label-box + .label-box {
  margin-left: 30px;
}
label.custom-check-box input[type="radio"] {
  display: none;
}
label.custom-check-box input[type="radio"] + span::before {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  box-sizing: border-box;
  background-color: #D9D9D9;
  z-index: 0;
}
label.custom-check-box input[type="radio"] + span::after {
  display: inline-block;
  margin: 4px 12px;
  width: 15px;
  height: 22px;
  position: absolute;
  top: 2.5px;
  left: 0;
  content: '';
  box-sizing: border-box;
  z-index: 1;
}
label.custom-check-box input[type="radio"]:checked + span::after {
  border: 2px solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.file-design {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.file-design label {
  padding: 9.5px;
  color: #000000;
  background-color: #E5E5E5;
  cursor: pointer;
  border: 1px solid #4F4F4F;
  border-radius: 3px;
  font-size: 13px;
  width: 137px;
  display: block;
  text-align: center;
  box-sizing: border-box;
}
.file-design label:focus-visible {
  outline: none;
  box-shadow: 0 0 5px 2px #f5e77e;
  border: none;
}
.file-design input[type="file"] {
  display: none;
}
.file-design p {
  margin-left: 4px;
  font-size: 1.3rem;
}
.field-icon {
  position: absolute;
  top: 17px;
  right: 5px;
}
table.form-table tr.file-tr {
  height: 3.8rem;
}
table.form-table td.file-td {
  vertical-align: middle;
}
table.form-table tr.attention-remark {
  height: 1.5rem;
}
.form-description {
  margin-top: 25px;
  text-align: center;
}
.form-description p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
.subsc-mail-caution-area {
  font-size: 1.1rem;
  margin: -2px 0 2px;
  line-height: 1.5rem;
}
.subsc-mail-caution-area span.subsc-mail-caution {
  position: relative;
  padding-right: 10px;
  border-bottom: 1px solid #1E1E1E;
  cursor: pointer;
}
.subsc-mail-caution-area span.subsc-mail-caution::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 8px solid #1E1E1E;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transform: rotate(90deg);
}
.subsc-mail-caution-area span.subsc-mail-caution.open::after {
  transform: rotate(-90deg);
}
.subsc-mail-caution-area .caution-other {
  display: inline-block;
  margin-top: 6px;
}
p.remark-text {
  display: flex;
  align-items: center;
  margin-top: -2px;
  line-height: 1.0rem;
}
p.remark-text span {
  display: inline-block;
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.5rem;
}
.entry-privacy-wrapper {
  margin-top: 30px;
}
p.entry-privacy {
  display: table;
  margin: 0 auto;
}
div.callcenter-area div.row.login-decoration-row {
  margin: 30px 0 0;
}
div.row.login-decoration-row {
  margin: 20px auto 0;
}
div.decoration-button-wrapper-center {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.contact-imei-attention:hover span.imei-balloon{
  display: inline;
}
div.contact-imei-attention {
  position: static;
}
div.question-mark img {
  position: absolute;
  width: 20px;
  top: 15px;
  left: -53px;
}
span.imei-balloon {
  display: none;
  position: absolute;
  padding: 0 10px;
  width: 180px;
  left: -240px;
  bottom: 50px;
  font-size: 16px;
  background: #ebebeb;
  border: 1px solid #000000;
}
span.imei-balloon:before {
  border-top: 12px solid #000000;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: -13px;
  left: 160px;
  content: "";
  position: absolute;
}
span.imei-balloon:after {
  border-top: 12px solid #ebebeb;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: -12px;
  left: 160px;
  content: "";
  position: absolute;
}
.attention-remark.sim span.imei-balloon img {
  width: 100%;
}
label[for="button-submit"] .form-next-button,
a.form-back-button,
a.form-top-button,
a.form-mypage-button {
  width: 300px;
  padding: 20px 28px 20px 20px;
  position: relative;
  text-align: center;
  background: var(--fuji-po-blue-1);
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
  box-sizing: border-box;
}
label[for="button-submit"] .form-next-button p,
a.form-back-button p,
a.form-top-button p,
a.form-mypage-button p {
  font-size: 1.6rem;
  color: #fff;
}
.form-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 1.1em;
  height: 1.1em;
  border: 0.075em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  top: 50%;
  right: 15px;
  color: #FFF;
  line-height: 1;
  transform: translateY(-50%);
}
.form-arrow::before {
  content: '';
  color: var(--fuji-po-gray-1);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.468616em 0.334em;
  border-top-color: var(--fuji-po-blue-1);
  border-bottom: 0;
  position: absolute;
  top: 50%;
  left: 56%;
  margin: auto;
  transform: translateY(-50%) translateX(-50%) rotate(-90deg);
}
a.form-back-button {
  width: 240px;
  margin: 0;
  padding: 20px 20px 20px 28px;
  background: #D9D9D9;
}
a.form-back-button p {
  color: var(--fuji-po-gray-1);
}
a.form-back-button .form-arrow {
  right: auto;
  left: 15px;
  transform: translateY(-50%) rotate(180deg);
}
a.form-back-button .form-arrow::before {
  border-top-color: #D9D9D9;
}
.box-hidden {
  display: none;
}
.form-entry-user-invalid-box label[for="button-submit"] {
  cursor: auto;
  pointer-events: none;
  opacity: 0.8;
}
p.invalid-feedback.text-red,
.error-message-value p,
table.form-table p.vaidation-error-area-remark,
.not-inputted-items p,
div.content-box-inner .not-inputted-items p {
  color: var(--fuji-po-red-accessibility);
  font-size: 1.3rem;
  text-align: left;
}
.error-message-value {
  margin-top: 10px;
}
div.white-content-box-alart-notion {
  max-height: auto;
  max-width: 35%;
  top: 7%;
  background-color: transparent;
  padding: 0;
  transform: none;
}

@media (min-width: 768px) and (max-width: 1280px) {
  div.form-application-container {
    max-width: 680px;
    padding: 0 0 50px;
    box-sizing: border-box;
  }
}

@media screen and (max-width:767px) {
  div.form-application-container {
    margin: 30px auto 0;
    padding: 0 5% 30px;
  }
  .content-box-inner.empty-top {
    padding: 0 5%;
    box-sizing: border-box;
  }
  div.white-content-box-form {
    padding: 30px 10px;
  }
  .content-box-inner + .content-box-inner {
    margin-top: 20px;
  }
  table.form-table th,
  table.form-table td,
  table.form-table.form-entry th.tag-required {
    display: block;
    text-align: left;
    width: 100%;
  }
  table.form-table td.two-flame {
    width: 49%;
    display: inline-block;
  }
  table.form-table td.two-flame + td.two-flame {
    margin-left: 6px;
  }
  table.form-table th {
    margin: 12px 0;
  }
  table.form-table th.form-textarea {
    padding: 0;
    vertical-align: middle;
  }
  select.short-select {
    width: 100%;
  }
  span.imei-balloon {
    left: 30px;
    bottom: 95px;
  }
  div.question-mark img {
    top: -30px;
    left: 190px;
  }
  .subsc-mail-caution-area {
    margin: 0;
  }
  p.remark-text {
    margin-left: 0;
  }
  a.form-back-button {
    width: 220px;
    margin-top: 20px;
  }
  .form-description {
    text-align: left;
  }
  .form-description p {
    font-size: 1.4rem;
  }
  select.width-quarter[name="expire_month"],
  select.width-quarter[name="expire_year"] {
    width: calc(100% / 4);
  }

  main.mypage-main select,
  input.mypage-input-border,
  textarea.mypage-input-border,
  textarea.text-area-inquery {
    font-size: 16px;
  }
}

/* 確認/完了画面共通 */
.confirm-common section.other-first,
.complete-common section.other-first {
  background: var(--fuji-po-gray-2);
}
.confirm-common .content-box-inner.empty-top,
.complete-common .content-box-inner.empty-top {
  padding-bottom: 60px;
}
.confirm-common .white-content-box-form,
.complete-common .white-content-box-form {
  margin-top: 40px;
}
.confirm-common table.contact-table th {
  width: 170px;
  padding: 15px;
  text-align: left;
  font-weight: bold;
  background-color: #80C8DE;
  color: #1E1E1E;
}
.confirm-common table.contact-table {
  margin: 5px 0;
  width: 100%;
  border-spacing: 0;
  border-top: 1px solid var(--fuji-po-blue-1);
}
.confirm-common table.contact-table td {
  padding: 8px 15px;
  vertical-align: middle;
  line-height: 1.4;
}
.confirm-common table.contact-table td.contact-app-date {
  height: auto;
}
.confirm-common table.contact-table th,
.confirm-common table.contact-table td {
  border-bottom: 1px solid var(--fuji-po-blue-1);
}
.complete-common .white-content-box-form p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}
.row-bottom {
  max-width: 600px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:767px) {
  .confirm-common div.white-content-box-form,
  .complete-common div.white-content-box-form {
    margin-top: 30px;
  }
  .confirm-common .content-box-inner.empty-top,
  .complete-common .content-box-inner.empty-top {
    padding-bottom: 0;
  }
  .confirm-common table.contact-table {
    border-top: none;
    border-spacing: 0px 6px;
  }
  .confirm-common table.contact-table th {
    display: block;
    width: 100%;
    padding: 5px;
    background: unset;
    box-sizing: border-box;
  }
  .confirm-common table.contact-table td {
    display: block;
    padding: 5px;
    border-bottom: none;
  }
  .complete-common .white-content-box-form p {
    font-size: 1.4rem;
  }
  .row-bottom {
    flex-direction: column-reverse;
    margin: 20px auto 0;
  }
}

/* 申込フォーム 個人　法人（共通）start */
.step-title {
  font-size: 1.4rem;
  font-weight: bold;
}
div#device-option-error-message label, 
div#plan-id-error-message label {
  font-size: 1.3rem;
  color: #d91a3a;
}
.entry-common-wrap a,
.entry-common-wrap a.pink-link,
.white-content-box-body a.pink-link {
  color: var(--fuji-po-red);
}
.entry-common-wrap a.js-modal-close {
  color: #000;
}
.entry-common-wrap table.form-table span.mandatory {
  background-color: var(--fuji-po-red);
  color: white;
  border-radius: 15px;
  position: relative;
  text-align: center;
  padding: 5px 12px;
  font-size: 1.3rem;
  margin-right: 5px;
}
.entry-common-wrap table.form-table span.optional {
  background-color: var(--fuji-po-blue-1);
  color: white;
  border-radius: 15px;
  position: relative;
  text-align: center;
  padding: 5px 12px;
  font-size: 1.3rem;
  margin-right: 5px;
}
div.form-step-image-area {
  background-color: unset;
}
.entry-common-wrap td.flex-user-area label.custom-check-box.label-input {
  margin: unset;
  width: unset;
  height: unset;
}
#entry-payment-form .custom-check-box:focus, 
#entry-corp-user-form .custom-check-box:focus, 
#entry-user-form .custom-check-box:focus,
.entry-common-wrap label.label-input label {
  box-shadow: unset;
}
.entry-common-wrap .subsc-mail-caution-area span.subsc-mail-caution {
  padding-right: 0;
}
.entry-common-wrap .subsc-mail-caution-area span.subsc-mail-caution::after {
  display: none;
}
div.plan-select-tab div.selected, div.plan-switch-tab > div.selected {
  background: #fff;
}
.description dl div dt {
  color: var(--fuji-po-blue-1);
}
.form-capacity-area.title-cloudplan {
  border-left: 15px solid var(--fuji-po-blue-1);
}
div.plan-summary-area-title {
  background-color: var(--fuji-po-blue-1);
}
div.left-plan-column p {
  background-color: var(--fuji-po-blue-1);
  font-size: 1.4rem;
  font-weight: bold;
}
div.form-step-title p.first-title {
  position: unset;
  font-size: 5.0rem;
  color: var(--fuji-po-blue-1);
  -webkit-text-stroke: unset;
  text-align: center;
}
div.form-step-title p.step-number {
  margin: 10px auto 0;
  background: var(--fuji-po-blue-1);
  border-radius: 20px;
}
p.select-plan {
  font-weight: bold;
  text-align: center;
}
.entry-option-popup .popup-tanmatsu-anshin-notice .popup-body .notice .big,
.entry-option-popup .popup-tanmatsu-anshin .popup-body .notice,
.entry-option-popup .popup-tanmatsu-anshin-notice .popup-body .notice-2 {
  color: var(--fuji-po-red-2);
}
.entry-common-wrap .gender-label-box label.custom-check-box {
  position: relative;
}
.entry-common-wrap label.tab-focus-submit {
  border-radius: 30px;
}
.entry-common-wrap div.form-next-button span.text-step-body {
  padding: 20px 28px 20px 20px;
  border-radius: 30px;
  display: block;
}
label[for="button-submit"] .form-next-button,
a.form-top-button {
  padding: 0;
}
.corp_entry_contactcomplete a.form-mypage-button {
  padding: 0;
}
.entry-common-wrap div.form-next-button::after {
  display: none;
}
.entry-common-wrap div.form-next-button span {
  background: none;
  padding: 0;
}
.entry-common-wrap div.form-next-button span.form-arrow {
  background: currentColor;
  position: absolute;
}
.entry-common-wrap .form-back-button div.decoration-button-area-form-v2 {
  width: auto;
  margin: 0;
}
.entry-common-wrap div.row.row-bottom {
  margin: 40px auto 0;
  justify-content: space-between;
}
.fuji-default-button:hover,
.entry-common-wrap div.form-next-button:hover {
  transition: 0.2s linear;
  opacity: 0.8;
}
.entry-common-wrap .form-next-button {
  width: 300px;
  position: relative;
  text-align: center;
  background: var(--fuji-po-blue-1);
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
  box-sizing: border-box;
}
p.confirm-attention.first-month-fee .color-red {
  color: var(--fuji-po-red);
}
div.leave-checkbox-box-entry {
  outline: 1px solid var(--fuji-po-blue-1);
}
div.confirm-box-entry {
  background-color: var(--fuji-po-blue-1);
}
.entry-common-wrap .confirm-box-entry label.custom-check-box {
  display: unset;
}
.entry-common-wrap .confirm-box-entry label.custom-check-box span {
  width: auto;
  height: auto;
}
.entry-common-wrap div.mandatory.agree-check {
  border: 1px solid var(--fuji-po-white);
  background-color: var(--fuji-po-red);
}
td.flex-user-area label.label-input label {
  top: unset;
  left: 50px;
}
.entry-common-wrap .white-content-box-form-payment label.label-input label {
  margin-left: 10px;
  position: unset;
}
div.form-capacity-description-body-left .entry-sim-spec table th {
  background-color: #80C8DE;
}
.confirm-box-entry .custom-check-box.entry:focus,
.confirm-box-entry .custom-check-box.entry:focus {
  position: relative;
}
.draft-payment-form label.custom-check-box:focus-visible span {
  box-shadow: none;
}
#entry-user-form .confirm-box-entry .custom-check-box.entry:focus-visible span,
#entry-corp-user-form .confirm-box-entry .custom-check-box.entry:focus-visible span {
  box-shadow: none;
}
.draft-payment-form .entry-common-wrap .white-content-box-form-payment label.label-input label {
  margin-left: 0;
  position: absolute;
}
div.row-first.complete div.form-next-button span {
  background: none;
}
div.plan-summary-table-row.cancel,
div.cancellation-fee  {
  border: 1px solid var(--fuji-po-blue-1);
}
div.row-first.complete a {
  border-radius: 30px;
}
div.row-first.complete div.form-next-button span.form-arrow {
  background: #fff;
}
div.row-first.complete div.form-next-button span.form-arrow::before {
  border-top-color: #1e1e1e;
}
div.form-application-container .entry-error-timeout div.mypage-user-container {
  margin: 30px auto;
}
div.form-step-title p.first-title span.first-company-fileupload-title {
  margin-top: 0px;
}
div.corp-mypage-description.company-file-upload-hint-margin {
  text-align: center;
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  div.form-container.corp-payment-area {
    min-height: calc(100vh - 304px);
  }
  .your-plan div.plan-summary-table-row:first-child, 
  .entry-payment div.plan-summary-table-row:first-child {
      border-top: 1px solid var(--fuji-po-blue-1);
  }
  div.form-step-footer-area:has(.step-layout),
  .step-layout {
    width: 680px;
  }
  table.form-confirm-info-table th {
    background-color: #80C8DE;
  }
  .plan-table div.plan-summary-table-row {
    background: linear-gradient(90deg, #80C8DE 32%, #FFFFFF 32%);
  }
  table.form-confirm-info-table tr {
    border-top: 1px solid var(--fuji-po-blue-1);
  }
  table.form-confirm-info-table tr:last-child {
    border-bottom: 1px solid var(--fuji-po-blue-1);
  }
  div.plan-summary-table-row {
    border-bottom: 1px solid var(--fuji-po-blue-1);
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  div.form-step-title p.first-title {
    font-size: 4.2rem;
    line-height: 1.2;
  }
  .draft-payment-form div.mandatory.agree-check {
    left: 240px;
  }
  .entry-common-wrap td.password-td span.field-icon {
    left: 152px;
  }
  .entry-confirm-form div.edit-partial-plan, 
  .entry-confirm-form div.edit-partial-plan-topping1, 
  .entry-confirm-form div.edit-partial-device-option, 
  .entry-confirm-form div.edit-partial-contractor, 
  .entry-confirm-form div.edit-partial-address, 
  .entry-confirm-form div.edit-partial-user, 
  .entry-confirm-form div.edit-partial-corp-contact, 
  .entry-confirm-form div.edit-partial-delivery {
    max-width: 680px;
  }
  div.form-application-container .entry-confirm-form .edit-partial-plan div.mypage-user-container,
  div.form-application-container .entry-confirm-form .edit-partial-device-option div.mypage-user-container,
  div.form-application-container .entry-confirm-form .edit-partial-contractor div.mypage-user-container,
  div.form-application-container .entry-confirm-form .edit-partial-address div.mypage-user-container,
  div.form-application-container .entry-confirm-form .edit-partial-user div.mypage-user-container,
  div.form-application-container .entry-confirm-form .edit-partial-delivery div.mypage-user-container,
  div.form-application-container .entry-confirm-form .edit-partial-corp-contact div.mypage-user-container {
    max-width: 640px;
  }
  .entry-confirm-form div.form-capacity-select {
    width: 48%;
  }
  .entry-confirm-form div.mandatory.agree-check {
    left: 245px;
  }
}

@media screen and (max-width: 767px) {
  .step-title {
    margin: 0px 5px 10px;
    padding: 5px;
  }
  .step:after {
    width: 10px;
    right: -7px;
  }
  div.form-container {
    min-height: calc(100vh - 264px);
  }
  div.form-step-title p.first-title {
    font-size: 2.7rem;
    letter-spacing: 1px;
    line-height: 1.2;
  }
  div.form-step-title p {
    margin: 0 auto;
  }
  div.form-application-container .entry-common-wrap div.mypage-user-container {
    margin: 0 auto;
  }
  .entry-common-wrap div.white-content-box-form {
    margin: 0;
  }
  .entry-common-wrap div.white-content-box-form.payment-margin {
    margin: 25px 0 0;
  }
  div.form-step-title-wrapper {
    padding: 20px 0;
  }
  .entry-common-wrap div.gender-label-box {
    margin-bottom: 0;
    height: auto;
  }
  .entry-common-wrap label.custom-check-box span {
    margin-bottom: 0;
  }
  p.select-plan {
    font-size: 1.4rem;
  }
  div#plan-id-error-message {
    margin: 0 auto;
  }
  div.form-application-container .entry-common-wrap div.mypage-user-container {
    margin: 10px auto;
  }
  .entry-common-wrap div.row,
  .entry-common-wrap div.row.row-bottom {
    align-items: center;
  }
  table.form-confirm-info-table th {
    border-bottom: 1px solid var(--fuji-po-blue-1);
  }
  .entry-common-wrap div.leave-checkbox-box-desciption {
    padding: 0 15px;
    margin: 0;
  }
  .entry-common-wrap label.leave-checkbox.entry p.leave-checkbox-text {
    position: unset;
  }
  div.form-capacity-notice.payment div.form-capacity-notice-icon {
    max-width: 60px;
  }
  .draft-payment-form div.form-step-title-wrapper {
    padding: 20px 0 0;
  }
  .draft-payment-form div.form-step-title {
    height: auto;
  }
  .draft-payment-form .plan-table.wide div.plan-summary-table-row {
    width: 100%;
  }
  .draft-payment-form div.flex-box-select.total-price {
    width: 100%;
  }
  .draft-payment-form label.leave-checkbox.entry p {
    position: unset;
  }
  .entry-common-wrap td.flex-user-area {
    height: auto;
  }
  .entry-common-wrap .white-content-box-form-payment label.label-input label[for="payment_transfer"] {
    margin-left: 10px;
  }
}

/* 3Dセキュア注釈エリア */
.attention-3d-secure {
  margin: 50px auto;
  padding: 0 4%;
}
.attention-3d-secure .attention-hdg {
  font-size: 1.6rem;
}
.attention-3d-secure .attention-text {
  margin-top: 10px;
}
.draft-plan-summary .plan-summary-area-title {
  margin-top: 50px;
}
@media screen and (max-width: 767px){
  .attention-3d-secure {
    margin: 30px auto;
  }
  .draft-plan-summary .plan-summary-area-title {
    margin-top: 30px;
  }
}

/* 決済時にダブルクリック防止処理　start */
.guard-loading-mark-area {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 99999999999;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}
.guard-loading-mark-area.show {
  display: block;
}
.guard-loading-mark-area .loading-mark {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* 決済時にダブルクリック防止処理　end */