/* ************************* */
/* 2020_10_release           */
/* 20220119_縛りなし向けに編集 */
/* ************************* */

html {
  font-family: 'Roboto', 'Noto Sans JP', "游ゴシック", "メイリオ", sans-serif;
  font-weight: 500; /*font-size Medium*/
  /* ルートのフォントサイズを10pxに設定しておく */
  font-size: 62.5%;
}
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-size: 1.3rem;
  min-width: unset;
  width: 100%;
  color: #1E1E1E;
  background: #fff;
  line-height: 1;
}
table th,
table td,
header,
footer {
  font-size: 1.3rem;
}
table.contact select {
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
a{
  text-decoration: none;
  color: #df0033;
}
a.pink-link {
  text-decoration: underline;
  cursor: pointer;
}
.remark-text,
.remark-text.campaign{
  font-size: 1.1rem;
}
h1, 
ul.List {
  margin: 0em;
  padding: 0px;
  font-size: 62.5%;
}
div.content-container {
  width: 100%;
  margin: auto;
}
div.section-container {
  max-width: 1020px;
  margin: auto;
  box-sizing: border-box;
}
.text-red {
  color: red;
}
.col75 {
  width: 75%;
}
.col50 {
  width: 50%;
}
input.col25 {
  width: 27% !important;
}
input.col20,
select.col20{
  width: 20% !important;
}
p{
  line-height: 2.0rem;
  margin: 0;
}
img{
  width: auto;
  height: auto;
}
div.form-container {
  min-height: calc(100vh - 132px + 60px);
}
select {
  width: 30%;
  padding: 5px 2px 5px 5px;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  outline: none;
  background-image: none;
  box-shadow: none;
  margin-bottom: 0px;
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #FFFFFF;
}
select::-ms-expand {
  display: none;
}
input::-ms-reveal {
  visibility:hidden
}
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
} 
.select::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
select:after {
  position: absolute;
  top: 0;
  right: 2.5em;
  bottom: 0;
  width: 1px;
  content: "";
  border-left: 1px solid #bbbbbb;
}
/*-------------------------------------------
    レイアウト調整用
-------------------------------------------*/
/*PC・SPでの表示切り替え*/
@media screen and (min-width: 768px) {
  /*PC表示*/
  .pc,
  div.div-pc,
  img.div-pc,
  span.pc_dot,
  table.overseas-plan-table .overseas-table-pc,
  #cv dl dt a.pc,
  span.pc_br,
  .overseas-table-unselected{
    display: "";
  }

  /*SP非表示*/
  .sp,
  div.div-sp,
  img.div-sp,
  span.sp_br,
  .sp_btn,
  #sp-menu,
  #cv dl dt a.sp,
  table.overseas-plan-table .overseas-table-sp,
  img.img-mv-sp{
    display: none;
  }
}

@media screen and (max-width: 767px) {
  /*PC非表示*/
  .pc,
  div.div-pc,
  img.div-pc,
  span.pc_dot,
  table.overseas-plan-table .overseas-table-pc,
  span.pc_br,
  #cv dl dt a.pc,
  .overseas-table-unselected,
  img.img-mv{
    display: none;
  }

  /*SP表示*/
  .sp,
  div.div-sp,
  img.div-sp,
  span.sp_br,
  #sp-menu,
  .sp_btn,
  #cv dl dt a.sp,
  table.overseas-plan-table .overseas-table-sp,
  img.img-mv-sp{
    display: "";
  }
  img.div-sp {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  body{
    min-width: 0;
  }
  .remark-text {
    font-size: 0.9rem;
    line-height: 13px;
  }
  .remark-text.campaign{
    font-size: 0.9rem;
    line-height: 2.0rem;
  }
  div.section-container {
    max-width: 100%;
    padding: 0 8%;
  }
  img.img-mv-sp{
    width: 100%;
    height: auto;
  }
  div.fuji-section-container-contact{
    padding: 0;
  }
}

/*contents*/
.inner{
  max-width: 980px;
  margin: 0 auto;
  z-index: 4;
}

/*テキスト横 アイコン*/
img.yellow-notion-icon{
  width: 2.0rem;
  height: 2.0rem;
  margin: 0 4px -6px 0;
}

/* Mypage header  */
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;
}
div.header-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  height: 80px;
  text-align: center;
  position: relative;
  font-size: 1.2rem;
}
header.mypage-header div.header-wrapper {
  background-color: transparent;
  height: auto;
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  position: relative;
}

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 nav.header-campaign-item{
  justify-content: space-between;
}
header.mypage-header div.common-header-title{
  display: flex;
  justify-content: flex-start;
  width: 50%;
}
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;
}
header.mypage-header div.current-tab-name-box {
  border: none;
  margin: 0;
  padding: 0 5px;
  position: relative;
  bottom: 2px;
}
header.mypage-header nav.header-item div.header-title {
  margin-top: 2px;
  padding: 0;
  width: auto;
}
header.mypage-header p.header-logo{
  padding-left: 10px;
  line-height: 0;
}
header.mypage-header p.header-logo a img {
  width: auto;
  height: 40px;
  padding: 0 5px;
  margin: 0;
  image-rendering: -webkit-optimize-contrast;
}
header div.header-campaign-title{
  width: 200px;
  margin-right: 10px;
}

div.form-step-image-area {
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 0px 12px;
  display: flex;
  width: 100%;
}
div.form-step-image-area img{
  max-width: 750px;
  margin: auto;
}
div.form-step-image-area.area-none,
div.form-step-title p.area-none{
  display: none;
}
.area-none.area-upper{
  margin-bottom: -60px;
}
.area-none.area-upper.breadcrumbs{
  margin-bottom: -50px;
}
.area-none.area-upper-user{
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .area-none.area-upper.breadcrumbs{
    margin-bottom: -20px;
  }
  .arrow-move{
    padding-left: 10px;
    display: inline-block; 
  }
}

/* STEPコード化 */
.step-layout {
  width: 750px;
  display: flex;
  margin: 0 auto;
  justify-content: space-around;
}
.step-title {
  margin: 0 0 5px 0;
  padding: 5px 0;
  background-color: #fff;
  color: #000;
  border-radius: 20px;
  border: 1px solid #68d8d5;
  font-weight: bold;
}
.form-step-image-area.select-choice ~ .form-step-footer-area .step.sel .step-title,
.form-step-image-area.user-choice ~ .form-step-footer-area .step.use .step-title,
.form-step-image-area.confirm-choice ~ .form-step-footer-area .step.con .step-title,
.form-step-image-area.payment-choice ~ .form-step-footer-area .step.pay .step-title,
.form-step-image-area.select-choice ~ .mypage-section-container .form-step-footer-area .step.sel .step-title,
.form-step-image-area.user-choice ~ .mypage-section-container .form-step-footer-area .step.use .step-title,
.form-step-image-area.confirm-choice ~ .mypage-section-container .form-step-footer-area .step.con .step-title,
.form-step-image-area.payment-choice ~ .mypage-section-container .form-step-footer-area .step.pay .step-title,
.select-choice .step.sel .step-title,
.user-choice .step.use .step-title,
.confirm-choice .step.con .step-title,
.payment-choice .step.pay .step-title{
  background-color: #68d8d5;
  color:#000;
}
.form-step-footer-area .step.con.choice .step-title {
  background-color: #68d8d5;
  color: #000;
}
.step {
  width: 13%;
  text-align: center;
  position: relative;
}
.step::after {
  content: "";
  border: 1px solid #aaa;
  position: absolute;
  width: 90px;
  top: 11px;
  right: -92px;
}
.step:last-child::after {
  border: 0;
}
.step-plan {
  font-weight: 600;
  font-size: 1.2rem;
}
.form-step-footer-area .step-layout {
  max-width: 450px;
}
.form-step-footer-area .step-layout .step {
  width: 96px;
}
.form-step-footer-area .step-layout .step::after {
  right: -85px;
}
.form-step-footer-area .step-layout .step-title {
  width: 80px;
  margin: 0 auto 5px;
}
/* リチャージプラン */
.prepaid-plan-form .step-title {
  color: #0046ff;
  border: 1px solid #0046ff;
}
.prepaid-plan-form .form-step-image-area.select-choice ~ .form-step-footer-area .step.sel .step-title,
.prepaid-plan-form .form-step-image-area.user-choice ~ .form-step-footer-area .step.use .step-title,
.prepaid-plan-form .form-step-image-area.confirm-choice ~ .form-step-footer-area .step.con .step-title,
.prepaid-plan-form .form-step-image-area.payment-choice ~ .form-step-footer-area .step.pay .step-title,
.prepaid-plan-form .form-step-image-area.select-choice ~ .mypage-section-container .form-step-footer-area .step.sel .step-title,
.prepaid-plan-form .form-step-image-area.user-choice ~ .mypage-section-container .form-step-footer-area .step.use .step-title,
.prepaid-plan-form .form-step-image-area.confirm-choice ~ .mypage-section-container .form-step-footer-area .step.con .step-title,
.prepaid-plan-form .form-step-image-area.payment-choice ~ .mypage-section-container .form-step-footer-area .step.pay .step-title,
.prepaid-plan-form .select-choice .step.sel .step-title,
.prepaid-plan-form .user-choice .step.use .step-title,
.prepaid-plan-form .confirm-choice .step.con .step-title,
.prepaid-plan-form .payment-choice .step.pay .step-title,
.prepaid-plan-form .form-step-footer-area .step.con.choice .step-title {
  background-color: #0046ff;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .step-layout {
    width: 100%;
  }
  .step-title,
  .form-step-footer-area .step-layout .step-title {
    margin: 0px 15px 10px 15px;
    font-size: 1.2rem;
    width: auto;
  }
  .step,
  .form-step-footer-area .step-layout .step {
    width: 26%;
    text-align: center;
    position: relative;
  }
  .step::after,
  .form-step-footer-area .step-layout .step::after {
    width: 40px;
    top: 10px;
    right: -27px;
  }
  .step-plan {
    font-size: 1.0rem;
  }
}

/*パンくずリスト*/
.List-Item {
  display: inline-block;
  font-size: 1.25rem;
}
.List-Item-Link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  vertical-align: middle;
}
ul.List li a span{
  top: -5px;
}
ul.List li a span img{
  image-rendering: -webkit-optimize-contrast;/*画像をシャープにする*/
  width: 15px;
  height: 15px;
}

@media screen and (max-width: 767px) {
  header.mypage-header nav.header-item {
    justify-content: center;
  }

  div.form-step-image-area img{
    max-width: auto;
    width: 95%;
  }
  .area-none.area-upper{
    margin-bottom: -20px;
  }
  .area-none.area-upper-user{
    margin-bottom: -25px;
  }

}

/* Mypage footer  */
footer.mypage-footer{
  padding: 0;
}
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;
}
@media (max-width: 767px) {
  div.mypage-footer-main .wrapper {
    width: 100%;
    padding: 0px 4%;
  }
}
div.mypage-footer-main .wrapper {
  width: 100%;
  max-width: 1100px;
  text-align: left;
  margin: 0 auto;
}
div.mypage-footer-main ul {
  list-style: none;
  text-align: left;
  margin: 15px 0;
  width: auto;
}
div.mypage-footer-main ul li {
  display: inline-block;
  font-size: 12px;
  margin: 0 15px;
  text-decoration: none;
}
div.mypage-footer-main a {
  text-decoration: none;
  color: #000;
}
div.mypage-footer-main ul li{
  display: inline-block;
  font-size: 12px;
  margin: 0 15px;
  text-decoration: none;
}
.footer-box p {
  margin-top: 10px;
  text-indent: 8px;
}
.footer-txt-box {
  display: flex;
}
div.mypage-footer-main ul {
  list-style: none;
  text-align: left;
  margin: 10px 0;
  line-height: 1.5;
}
.footer-txt-right {
  width: 70% !important;
}
div.mypage-footer-main ul li {
  display: inline-block;
  font-size: 12px;
  margin: 0 15px;
  text-decoration: none;
  text-indent: -0.6em;
}
@media (max-width: 767px) {
  div.mypage-footer-main ul {
    text-align: center;
  }
  div.mypage-footer-main .prime_footer_ul{
    text-align: left;
  }
  div.mypage-footer-main ul li.mypage-footer-copyright {
    display: none;
  }
  div.form-container {
    min-height: calc(100vh - 159px + 20px);
  }
  .footer-box p {
    border-bottom: 2px solid #000;
  }
  .footer-txt-box {
    display: block;
  }
  .footer-txt-right {
    width: auto !important;
  }
  .footer-txt-right,
  .footer-txt-left {
    text-align: left !important;
  }
}
div.mypage-footer-main ul li.mypage-footer-copyright{
  float: right;
}
div.mypage-footer-main .mypage-footer-copyright-sp{
  display: none;
  text-align: center;
  font-weight: normal;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  div.mypage-footer-main div.mypage-footer-copyright-sp {
    display: block;
  }
}
/* Mypage titles */
@media (min-width: 768px) {
  .entry-form .form-application-container .error-message .error-message-value,
  #entry-corp-user-form .mypage-container.form-container.form-application-container .error-message .error-message-value{
    padding-top: 30px;
    margin-bottom: -30px;
  }
}
div.form-step-title-wrapper,
.prepaid-plan-form .entry-complete div.form-step-title-wrapper {
  max-width: 750px;
  margin: 0 auto;
  padding: 20px 0 40px;
}
@media (min-width: 768px) {
  form[action*="estimate"] div.form-step-title-wrapper {
    margin-top: 20px;
  }
}
.prepaid-plan-form .entry-complete div.form-step-title-wrapper {
  padding-bottom: 80px;
}
div.entry-form-first-attention{
  display: flex;
  align-items: center;
  padding: 10px;
  background: white;
  border-radius: 0.75em;
  box-shadow: 0 0 8px rgb(0,0,0,20%);
}
div.entry-form-first-attention a{
  text-decoration: none;
}
div.entry-form-first-attention-image-area{
  display: flex;
  align-items: center;
  justify-content: center;
}
p.entry-form-first-attention-image{
  width: 50px;
}
p.entry-form-first-attention-title{
  font-size: 1.5rem;
  font-weight: bold;
}
div.entry-form-first-attention-text{
  margin-left: 15px;
}
div.entry-form-first-attention-text p{
  text-align: left;
  font-weight: bold;
  margin: 10px 0;
}
p.attention{
  line-height: 1.5rem;
}
div.form-step-title {
  position: relative;
  height: 90px;
}
div.form-step-title img {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 60px;
}

div.form-step-title p.first-title,
.prepaid-plan-form .entry-complete div.form-step-title h1 p.first-title {
  position: absolute;
  top: 40px;
  width: auto;
  padding: 0;
  margin-top: 10px;
  font-size: 4.0rem;
  background: none;
  color: #000000;
  -webkit-text-stroke: 0.5px black;
  text-align: left;
}
p.password-title-remark {
  font-size: 1.3rem;
}
div.topping-label {
  position: relative;
  height: 100%;
  width: 110px;
  background-color: #ffe401;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.topping-label img {
  height: 30%;
  z-index: 10;
  position: relative;
}
div.topping-label::after{
  position: relative;
  content: "";
  top: 0;
  right: -20px;
  position: absolute;
  width: 50%;
  height: 100%;
  background: #ffe401;
  transform: skewX(-45deg);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  div.entry-form-first-attention{
    margin-top: 20px;
    flex-direction: column;
  }
  div.entry-form-first-attention-image-area{
    width: 100%;
  }
  p.entry-form-first-attention-image{
    width: 30px;
    height: 30px;
  }
  div.entry-form-first-attention-text{
    margin: 0 20px;
  }
  div.entry-form-first-attention-text p{
    font-size: 1.2rem;
  }
}

div.entry-button-container{
  max-width: 750px;
  margin: 0 auto 50px;
  text-align: left;
  z-index: 2;
}
div.entry-button-container.complete{
  margin: 0 auto 10px;
}
.entry-button-container.complete .decoration-button-wrapper {
  margin-left: 40px;
}
div#payment_deferred_attention {
  padding: 10px 0 0;
  display: block;
  line-height: 1.7rem;
}
div#payment_deferred_attention .attention {
  margin-top: 10px;
  text-indent: unset;
  padding-left: unset;
}
div#payment_deferred_attention .attention-head {
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
}
div#payment_deferred_attention .attention-body {
  line-height: 1.5;
  margin: 0;
  padding: 0 0 0 1em;
  list-style: none;
}
div#payment_deferred_attention .attention-body li {
  position: relative;
  text-indent: -1em;
}
div#payment_deferred_attention .attention-body li::before {
  position: relative;
  content: '・';
}
.mypage-payment-info-detail-deferred h2.form-h2{
  text-align: center;
  margin-bottom: 30px;
}
.mypage-payment-info-detail-deferred div.form-user-background .condo-pay{
  width: 100%;
  margin: auto;
}
div.white-content-box-form-condo h2.form-h2-2 {
  margin-top: 70px;
}
@media screen and (max-width: 767px){
  div.white-content-box-form-condo h2.form-h2-2 {
    margin-top: 50px;
  }
}
.mypage-payment-info-detail-deferred div.form-user-background .condo-pay p{
  font-size: 1.4rem;
}
.mypage-payment-info-detail-deferred div.form-user-background .condo-pay img{
  margin: 30px auto;
  display: block;
}
.mypage-payment-info-detail-deferred span.text-deferred{
  display: block;
  text-align: center;
  padding: 10px 0 0 0;
  margin: 0.5em 0 0;
  color: #333;
}
.mypage-payment-info-detail-deferred div.row{
  align-items: baseline;
}
@media screen and (max-width: 767px){
  .error-message {
    padding: 0;
  }
  .mypage-payment-info-detail-deferred h2.form-h2{
    margin-bottom: 15px;
  }
  .mypage-payment-info-detail-deferred span.text-deferred{
    display: block;
    margin: 0.5em 0 1em;
    color: #333;
  }

  div#payment_deferred_attention{
    padding: 10px 0 0 10px;
    display: inline-block;
  }
  div#payment_deferred_attention .attention {
    margin-top: 8px;
    padding-right: 10px;
  }
  .mypage-payment-info-detail-deferred div.form-user-background .condo-pay img{
    width: 100%;

  }
}
/*条件表*/
div.price-topping-2-body-right-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: solid 1px #000;
}

div.price-topping-2-body-right-row:last-child {
  border-bottom: solid 1px #000;
}
div.price-topping-2-body-right-column {
  text-align: left;
  font-size: 1.3rem;
}
div.price-topping-2-body-right-column-remarks{
  padding: 0;
}
div.price-topping-2-body-right-column:last-child {
  box-sizing: border-box;
  width: 80%;
  border-left: solid 1px #000;
  padding: 5px 7px;

}
div.price-topping-2-body-right-row p{
  letter-spacing: 0;
  font-size: 1.3rem;
  margin-bottom: 0;
}

ul.table-option{
  margin: 0;
  padding-left:1.5em;
  line-height: 1.5rem;
}
ul.table-option li{
  margin: 5px 0;
  line-height: 1.5em;
}

@media screen and (max-width: 767px) {
  div.price-topping-2-body-right-column {
    font-size: 1.2rem;
  }
  div.price-topping-2-body-left-text p {
    font-size: 1.3rem;
    line-height: 2.0rem;
    width: auto;
  }
  div.price-topping-2-body-right-row p{
    letter-spacing: 0;
    font-size: 1.2rem;
  }
  .option-table{
    width:100%;
  }
  .option-table img{
    width: 80%;
    padding: 0 10% 10%;
    margin-top: 30px;
  }
  ul.table-option li{
    margin: 0;
    line-height: 1.5em;
  }
}
/* Custom select */
label.custom-check-box-v2 {
  position: relative;
  margin:0 15.5px 10px 2.5px;
  cursor: pointer;
}
label.custom-check-box-v2 span,
label.custom-check-box-v2-2 span {
  display: inline-block;
}
label.custom-check-box-v2 input[type="checkbox"],
label.custom-check-box-v2 input[type="radio"],
label.custom-check-box-v2-2 input[type="checkbox"],
label.custom-check-box-v2-2 input[type="radio"] {
  opacity: 0;
}
label.custom-check-box-v2 input[type="checkbox"] + span::before,
label.custom-check-box-v2 input[type="radio"] + span::before,
label.custom-check-box-v2-2 input[type="checkbox"] + span::before,
label.custom-check-box-v2-2 input[type="radio"] + span::before {
  z-index: 0;
  background-color: #fff;
  width: 27px;
  height: 27px;
  margin-left: 35%;
}
label.custom-check-box-v2 input[type="checkbox"] + span::after,
label.custom-check-box-v2 input[type="radio"] + span::after,
label.custom-check-box-v2-2 input[type="checkbox"] + span::after,
label.custom-check-box-v2-2 input[type="radio"] + span::after {
  z-index: 1;
  margin: 1px 17px;
  width: 12px;
  height: 17px;
}
label.custom-check-box-v2 input[type="checkbox"] + span::before,
label.custom-check-box-v2 input[type="checkbox"] + span::after,
label.custom-check-box-v2 input[type="radio"] + span::before,
label.custom-check-box-v2 input[type="radio"] + span::after,
label.custom-check-box-v2-2 input[type="checkbox"] + span::before,
label.custom-check-box-v2-2 input[type="checkbox"] + span::after,
label.custom-check-box-v2-2 input[type="radio"] + span::before,
label.custom-check-box-v2-2 input[type="radio"] + span::after {
  position: absolute;
  top: 17px;
  left: 4px;
  display: inline-block;
  content: '';
  box-sizing: border-box;
}
label.custom-check-box-v2.plan input[type="checkbox"] + span::before,
label.custom-check-box-v2.plan input[type="radio"] + span::before,
label.custom-check-box-v2.option input[type="checkbox"] + span::before,
label.custom-check-box-v2.option input[type="radio"] + span::before,
label.custom-check-box-v2-2.plan input[type="checkbox"] + span::before,
label.custom-check-box-v2-2.plan input[type="radio"] + span::before,
label.custom-check-box-v2-2.option input[type="checkbox"] + span::before,
label.custom-check-box-v2-2.option input[type="radio"] + span::before {
  z-index: 0;
  background-color: lightgray;
  width: 28px;
  height: 28px;
  margin-left: 35%;
  position: relative;
  left: -24px;
  top: 12px;
}

@media screen and (max-width: 767px){
  label.custom-check-box-v2.plan input[type="checkbox"] + span::before,
  label.custom-check-box-v2.plan input[type="radio"] + span::before,
  label.custom-check-box-v2.option input[type="checkbox"] + span::before,
  label.custom-check-box-v2.option input[type="radio"] + span::before,
  label.custom-check-box-v2-2.plan input[type="checkbox"] + span::before,
  label.custom-check-box-v2-2.plan input[type="radio"] + span::before,
  label.custom-check-box-v2-2.option input[type="checkbox"] + span::before,
  label.custom-check-box-v2-2.option input[type="radio"] + span::before {
    z-index: 0;
    background-color: lightgray;
    width: 22px;
    height: 22px;
    margin-left: 35%;
    position: relative;
    left: -28px;
    top: -9px;
  }
  div.edit-partial-plan form div.form-capacity-select-checkbox-area label
  div.edit-partial-plan label.custom-check-box-v2.plan input[type="radio"] + span::before{
    width: 18px;
    height: 18px;
  }
  div.edit-partial-plan label.custom-check-box-v2.plan input[type="radio"] + span::after{
    width: 7px;
    height: 12px;
    top: -7px;
    left: 3px;
  }
}

label.custom-check-box-v2.option input[type="checkbox"] + span::before,
label.custom-check-box-v2.option input[type="checkbox"] + span::after,
label.custom-check-box-v2.option input[type="radio"] + span::before,
label.custom-check-box-v2.option input[type="radio"] + span::after,
label.custom-check-box-v2-2.option input[type="checkbox"] + span::before,
label.custom-check-box-v2-2.option input[type="checkbox"] + span::after,
label.custom-check-box-v2-2.option input[type="radio"] + span::before,
label.custom-check-box-v2-2.option input[type="radio"] + span::after {
  position: absolute;
  top: -9px;
  left: 1px;
  display: inline-block;
  content: '';
  box-sizing: border-box;
}
label.custom-check-box-v2.option input[type="checkbox"] + span::after,
label.custom-check-box-v2.option input[type="radio"] + span::after,
label.custom-check-box-v2-2.option input[type="checkbox"] + span::after,
label.custom-check-box-v2-2.option input[type="radio"] + span::after {
  top: -5px;
  left: 3px;
}

@media screen and (max-width: 767px){
  label.custom-check-box-v2 input[type="checkbox"] + span::before,
  label.custom-check-box-v2 input[type="checkbox"] + span::after,
  label.custom-check-box-v2 input[type="radio"] + span::before,
  label.custom-check-box-v2 input[type="radio"] + span::after,
  label.custom-check-box-v2-2.option input[type="checkbox"] + span::after,
  label.custom-check-box-v2-2.option input[type="radio"] + span::after {
    top: -8px;
    left: 4px;
    display: inline-block;
    content: '';
    box-sizing: border-box;
  }

  label.custom-check-box-v2.option input[type="checkbox"] + span::before,
  label.custom-check-box-v2.option input[type="checkbox"] + span::after,
  label.custom-check-box-v2-2.option input[type="checkbox"] + span::after,
  label.custom-check-box-v2-2.option input[type="radio"] + span::after{
    top: -52px;
    left: 22px;
    display: inline-block;
    content: '';
    box-sizing: border-box;
    width: 7px;
    height: 11px;
  }
  label.custom-check-box-v2 input[type="checkbox"] + span::before,
    label.custom-check-box-v2 input[type="radio"] + span::before,
    label.custom-check-box-v2-2 input[type="checkbox"] + span::before,
    label.custom-check-box-v2-2 input[type="radio"] + span::before {
    width: 18px;
    height: 18px;
    left: -18px;
    top: -7px;
  }
  label.custom-check-box-v2.option input[type="checkbox"] + span::before,
  label.custom-check-box-v2.option input[type="radio"] + span::before,
  label.custom-check-box-v2-2.option input[type="checkbox"] + span::before,
  label.custom-check-box-v2-2.option input[type="radio"] + span::before {
    width: 24px;
    height: 24px;
    left: 2px;
    top: 22px;
  }
  label.custom-check-box-v2.option input[type="checkbox"] + span::after,
  label.custom-check-box-v2.option input[type="radio"] + span::after {
    top: 22px;
    left: 8px;
  }
}
@media screen and (max-width: 320px){
  label.custom-check-box-v2.option input[type="checkbox"] + span::after,
  label.custom-check-box-v2.option input[type="radio"] + span::after {
    top: 30px;
    left: 8px;
    width: 7px;
  }
}

@media screen and (max-width: 320px){
  label.custom-check-box-v2 input[type="checkbox"] + span::before,
  label.custom-check-box-v2 input[type="checkbox"] + span::after,
  label.custom-check-box-v2 input[type="radio"] + span::before,
  label.custom-check-box-v2 input[type="radio"] + span::after,
  label.custom-check-box-v2-2 input[type="checkbox"] + span::before,
  label.custom-check-box-v2-2 input[type="checkbox"] + span::after,
  label.custom-check-box-v2-2 input[type="radio"] + span::before,
  label.custom-check-box-v2-2 input[type="radio"] + span::after {
    left: -1px;
  }
  label.custom-check-box-v2.option input[type="checkbox"] + span::before,
  label.custom-check-box-v2.option input[type="radio"] + span::before,
  label.custom-check-box-v2-2.option input[type="checkbox"] + span::before,
  label.custom-check-box-v2-2.option input[type="radio"] + span::before {
    top: 30px;
  }
}
label.custom-check-box-v2 input[type="checkbox"] + span::after,
label.custom-check-box-v2 input[type="radio"] + span::after,
label.custom-check-box-v2-2 input[type="checkbox"] + span::after,
label.custom-check-box-v2-2 input[type="radio"] + span::after {
  z-index: 1;
  margin: 1px 17px;
  width: 8px;
  height: 13px;
}
label.custom-check-box-v2 input[type="checkbox"]:checked + span::after,
label.custom-check-box-v2 input[type="radio"]:checked + span::after,
label.custom-check-box-v2-2 input[type="checkbox"]:checked + span::after,
label.custom-check-box-v2-2 input[type="radio"]:checked + span::after {
  border: 1.5px solid #000;
  border-width: 0 1.5px 1.5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

p.custom-check-box-v2-select-text {
  font-weight: 600;
  margin: 5px 5px 0 0;
  padding: 4px 18px 4px 3px;
}
p.custom-check-box-v2-select-text.text-size{
  font-size: 1.2rem;
  margin-left: 2px;
}
@media screen and (max-width: 767px) {
  p.custom-check-box-v2-select-text.text-size{
    font-size: 1rem;
    margin-left: 6px;
  }
}
p.custom-check-box-v2-select-text.adjust{
  margin-top: 25px;
}
p.custom-check-box-v2-select-text.option{
  padding: 4px 18px;
}
p.custom-check-box-v2-select-text.div-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  label.custom-check-box-v2 {
    position: relative;
    margin:0 2.5px 10px;
    cursor: pointer;
  }
  p.custom-check-box-v2-select-text {
    padding: 4px 18px;
    margin: 5px 5px 0;
  }
  p.custom-check-box-v2-select-text.div-sp {
    display: block;
  }
  p.custom-check-box-v2-select-text.div-pc {
    display: none;
  }
  label.custom-check-box-v2 input[type="checkbox"] + span::before,
  label.custom-check-box-v2 input[type="radio"] + span::before,
  label.custom-check-box-v2-2 input[type="checkbox"] + span::before,
  label.custom-check-box-v2-2 input[type="radio"] + span::before{
    margin: 0;
  }
  label.custom-check-box-v2 input[type="checkbox"] + span::after,
  label.custom-check-box-v2 input[type="radio"] + span::after,
  label.custom-check-box-v2-2 input[type="checkbox"] + span::after,
  label.custom-check-box-v2-2 input[type="radio"] + span::after {
    margin: 1px 8px;
  }
}
/* Form common */
div.error-message p.form-error-message{
  font-size: 1.8rem;
}
div.decoration-button div.text span.text-step-body {
  color: #fff;
}
/*ボタンの非活性化*/
div.decoration-button-area-disabled {
  opacity: 0.5;
  pointer-events: none;
}
div.decoration-button-area-form-v2 {
  width: 240px;
  margin: 5px 0 13px;
  text-align: center;
}
.rental-plan-form div.decoration-button-area-form-v2 {
  margin: 5px 0;
}
@media screen and (max-width: 767px) {
  div.decoration-button-area-form-v2-step {
    width: 200px;
  }
  div.form-step-title p.first-title{
    font-size: 2.7rem;
  }
  div.form-step-title p.first-title .adjustment-line-hight{
    line-height: 1.2;
  }
  div.form-step-title span.first-title-size {
    font-size: 2.5rem;
  }
}
/* Form capacity */
div.form-capacity-notice {
  display: flex;
  align-items: center;
  margin: 30px auto;
  padding-top: 10px;
}
div.form-capacity-notice.corp-select {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 65px auto 0;
  width: 750px;
}
div.form-capacity-notice.corp-select a {
  text-decoration: underline;
}
div.form-capacity-notice.corp-select > div > div > div > p {
  font-size: 1.6rem;
  font-weight: bold;
}
div.form-capacity-notice.corp-select p:not(:last-of-type) {
  font-size: 1.6rem;
  font-weight: bold;
}
div.form-capacity-notice-icon {
  width: 75px;
}
div.form-capacity-notice p {
  margin: 0 10px;
  letter-spacing: 0.05rem;
  font-size: 1.4rem;
}
div.form-capacity-notice span.strong a{
  text-decoration: underline;
  font-size: 1.7rem;
  font-weight: 600;
}
div.form-capacity-notice span.strong-mini {
  font-weight: 600;
}
div.form-capacity-selects {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
div.form-capacity-select-area {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  border-radius: 0.75em;
}
div.form-capacity-select-area:focus {
  outline: none;
}
div.form-capacity-select-area:focus-visible .form-capacity-select-image {
  outline: 2px solid #000;
  border-radius: 8px;
}
.prepaid-plan-form div.form-capacity-select-area:focus-visible .form-capacity-select-image {
  border-radius: initial;
}
div.form-capacity-remarks {
  text-align: right;
  font-size: 1.1rem;
}
div.form-capacity-select-area.active,
div.form-capacity-select-area.selected {
  box-sizing: border-box;
  border: solid 5px #ffe401;
  transition: border 0.1s;
  border-radius: 1.0em;
  line-height: 0.5em;
}
.special-plan-select div.form-capacity-select-area.active,
.special-plan-select div.form-capacity-select-area.selected {
  border: solid 5px #df0033;
}
div.form-capacity-select-image img {
  width: 100%;
}
div.form-capacity-select-checkbox-area,
div.topping-2-select-checkbox-area {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: absolute;
  left: 10px;
  margin-top: 78px;
  pointer-events: none;
  bottom: 18px;
}
div.form-capacity-pull-down-button-left,
div.form-capacity-pull-down-button-right{
  padding: 5px;
  border: solid 1px black;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
div.form-capacity-pull-down-button-left p,
div.form-capacity-pull-down-button-right p{
  pointer-events: auto;
  text-align: center;
  width: 100%;
  height: 100%;
}
div.form-capacity-description-body-left,
div.form-capacity-description-body-right{
  box-sizing: border-box;
  background-color: #fff;
  max-height: 100vh; /* for pull down animation */
  transition: max-height 0.5s;
  overflow: hidden;
  display: flex;
  justify-content: center;
  border-radius: 0 0 0.75em 0.75em;
  filter: drop-shadow(2px 5px 5px #c8c8c8);
  transform: translateZ(0);
  z-index: 1;
}
div.form-capacity-description-body-left.hidden,
div.form-capacity-description-body-right.hidden{
  border: solid 5px transparent;
  background-color: transparent;
  max-height: 0;
  transition: max-height 0.1s;
}
div.form-capacity-description-body-left img,
div.form-capacity-description-body-right img{
  width: 100%;
  height: 100%;
}
.campaign + .entry-plan-select label.custom-check-box-v2 {
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  div.form-capacity-notice-icon {
    width: 59px;
    margin: 0 auto 20px;
  }
  div.form-capacity-notice.corp-select {
    display: block;
    margin: 0 auto 40px;
    width: 90%;
  }
  div.form-capacity-notice img.sp {
    width: 10%;
  }
  div.form-capacity-notice.corp-select > div > div {
    display: flex;
    margin: 0 10px;
  }
  div.form-capacity-notice.payment div.form-capacity-notice-icon {
    width: 25%;
  }
}

/*内容詳細*/
div.form-capacity-description-body-left table,
div.form-capacity-description-body-right table{
  border-spacing: 0;
}
div.form-capacity-description-body-left table th,
div.form-capacity-description-body-left table td,
div.form-capacity-description-body-right table th,
div.form-capacity-description-body-right table td{
  border-collapse: collapse;
  padding: 7px;
  width: 100%;
}
div.form-capacity-description-body-left table th,
div.form-capacity-description-body-right table th{
  border-right: 1px solid #787878;
  border-bottom: 1px solid #787878;
  width: 33%;
}
div.form-capacity-description-body-left table td,
div.form-capacity-description-body-right table td{
  border-bottom: 1px solid #787878;
  width: 218px;
}
div.form-capacity-description-body-left table th.border-none,
div.form-capacity-description-body-left table td.border-none,
div.form-capacity-description-body-right table th.border-none,
div.form-capacity-description-body-right table td.border-none{
  border-bottom: none;
}
div.price-topping-2-body-right-row.adjust:last-child{
  border-bottom: none;
}
div.form-capacity-description-body-left table th.border-top,
div.form-capacity-description-body-left table td.border-top,
div.form-capacity-description-body-right table th.border-top,
div.form-capacity-description-body-right table td.border-top{
  border-top: none;
}
div.form-capacity-description-body-right table td.free-zero{
  width: 2.5em;
  border-right: none;
  vertical-align: middle;
}
span.pink-promotion{
  font-size: 1rem;
  color: #E43E5A;
  font-weight: bold;
  border-left: none;
}
div.form-capacity-description th,
div.form-capacity-description td{
  vertical-align: middle;
}
div.form-capacity-description th.cancel-fee{
  height: 40px;
}
div.free-plan th{
  height: 18.2px;
}
@media screen and (max-width: 767px) {
  div.form-capacity-description-body-left,
  div.form-capacity-description-body-right{
    width: 100%;
  }
  div.form-capacity-description{
    display: block;
  }
  div.form-capacity-select {
    width: 100%;
    display:flex;
    justify-content: center;
    flex-direction: column;
  }
  div.form-capacity-select-area {
    height: auto;
  }

  div.form-capacity-description {
    margin: 0;
  }
  div.form-capacity-select-area.active,
  div.form-capacity-select-area.selected {
    border-radius: 0.75em;
  }
  div.form-capacity-description-body-left table,
  div.form-capacity-description-body-right table{
    border-spacing: 0;
    padding-top: 10px
  }

  div.form-capacity-description-body-left table th,
  div.form-capacity-description-body-right table th,
  div.form-capacity-description-body-left table td,
  div.form-capacity-description-body-right table td{
    padding: 5px;
  }
  div.form-capacity-description-body-left table th,
  div.form-capacity-description-body-right table th{
    width: 37%;
  }
  div.form-capacity-description-body-right table td.pink-promotion{
    padding: 5px 0;
  }
  div.form-capacity-description-body-left table th.border-top,
  div.form-capacity-description-body-left table td.border-top,
  div.form-capacity-description-body-right table th.border-top,
  div.form-capacity-description-body-right table td.border-top{
    border-top: 1px solid #787878;
  }
}
@media screen and (max-width: 320px) {
  div.left-plan-column{
    width: fit-content;
  }
  div.form-capacity-description-body-left table th,
  div.form-capacity-description-body-right table th{
    width: 40%;
  }
  div.form-capacity-description-body-left table th,
  div.form-capacity-description-body-right table th,
  div.form-capacity-description-body-left table td,
  div.form-capacity-description-body-right table td{
    padding: 5px;
  }
}

/* Topping 2 */
div.topping-2-select,
div.free-plan-select{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
div.topping-2-select-area,
div.topping-2-select-area-relief-option,
div.topping-2-select-area-cloud,
div.topping-2-select-area-insurance,
div.topping-2-select-area-marugoto {
  width: 100%;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  filter: drop-shadow(0 0 5px rgba(0,0,0,20%));
}
div.topping-2-select-area.active,
div.topping-2-select-area.selected,
div.topping-2-select-area-2.active,
div.topping-2-select-area-2.selected,
div.topping-2-select-area-relief-option.active,
div.topping-2-select-area-relief-option.selected,
div.topping-2-select-area-insurance.active,
div.topping-2-select-area-insurance.selected,
div.topping-2-select-area-cloud.active,
div.topping-2-select-area-cloud.selected,
div.topping-2-select-area-marugoto.active,
div.topping-2-select-area-marugoto.selected {
  box-sizing: border-box;
  border: solid 5px #ffe401;
  transition: border 0.1s;
  border-radius: 1.25em;
  line-height: 0;
}

.transfer-adjust div.topping-2-select-area:not(.selected),
.transfer-adjust div.topping-2-select-area-marugoto:not(.selected){
  box-sizing: border-box;
  border: solid 5px #fff;
  transition: border 0.1s;
  border-radius: 1.25em;
  line-height: 0;
}
.transfer-adjust div.topping-2-select-area.active,
.transfer-adjust div.topping-2-select-area.selected,
.transfer-adjust div.topping-2-select-area-marugoto.active,
.transfer-adjust div.topping-2-select-area-marugoto.selected {
  box-sizing: border-box;
  border: solid 5px #ffe401;
  transition: border 0.1s;
  border-radius: 1.25em;
  line-height: 0;
}

div.topping-2-select-image {
  height: 100%;
  width: 50%;
  background-color: #e6e6e6;
  cursor: pointer;
}
div.topping-2-select-image img{
  height: 100%;
}
div.topping-2-select-label {
  height: 100%;
  width: 50%;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s linear;
  cursor: pointer;
}
div.topping-2-select-label p {
  font-size: 2.0rem;
  font-weight: bold;
}
/* div.topping-2-select-checkbox-area {
  position: relative;
  bottom: 77px;
  left: 25px;
  pointer-events: none;
} */
div.topping-2-select-checkbox-area label,
div.topping-2-select-checkbox-area-2 label {
  cursor: pointer;
}
div.topping-2-select-area.active div.topping-2-select-label,
div.topping-2-select-area-2.active div.topping-2-select-label,
div.topping-2-select-area-2.selected div.topping-2-select-label {
  background-color: #df0033;
  transition: 1;
  transition: 0.2s linear;
}
@media screen and (max-width: 767px) {
  div.topping-2-head-text {
    width: 100%;
    flex-wrap: wrap;
  }
  div.topping-2-head-text-left {
    width: 100%;
  }
  div.topping-2-head-text-right {
    width: 100%;
    margin: 30px 0;
  }
  div.topping-2-select {
    width: 100%;
  }
  div.topping-2-select-area,
  div.topping-2-select-area-2,
  div.topping-2-select-area-cloud,
  div.topping-2-select-area-marugoto {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    margin: 20px auto;
  }
  div.topping-2-select-area img,
  div.topping-2-select-area-2 img,
  div.topping-2-select-area-cloud img,
  div.topping-2-select-area-marugoto img {
    width: 100%;
  }
  div.topping-2-select-image {
    width: 100%;
  }
  div.topping-2-select-label {
    width: 100%;
    height: 70px;
  }
  div.topping-2-select-checkbox-area,
  div.topping-2-select-checkbox-area-2{
    bottom: 91px;
  }
  div.topping-2-select-checkbox-area{
    bottom: 23px;
    left: 10px;
  }
  div.topping-2-select div.topping-2-select-checkbox-area,
  div.topping-2-select div.topping-2-select-checkbox-area-2 {
    justify-content: center;
  }
  div.topping-2-select p.custom-check-box-v2-select-text {
    text-align: center;
  }
  div.entry-form-title{
    margin-bottom: 2px;
  }
  div.edit-partial-device-option form div.mypage-user-container div.entry-form-title,
  div.edit-partial-device-option-cloud form div.mypage-user-container div.entry-form-title{
    margin: 20px 0 17px;
  }
  div.edit-partial-device-option div.entry-form-option-select.wcp {
    margin-bottom: 35px;
  }
  div.edit-partial-device-option div.entry-option-description {
    margin: 0;
  }
  div.edit-partial-device-option #digital_life_support {
    margin-top: 35px;
  }
  div.edit-partial-device-option .entry-option-digital-life .entry-option-select div.relief-item-select-area-box .group .price {
    padding: 30px 0 0 0px;
  }

  div.topping-2-select-area.active,
  div.topping-2-select-area.selected,
  div.topping-2-select-area-2.active,
  div.topping-2-select-area-2.selected,
  div.topping-2-select-area-cloud.active,
  div.topping-2-select-area-cloud.selected,
  div.topping-2-select-area-marugoto.active,
  div.topping-2-select-area-marugoto.selected {
  border-radius: 1.2em;
  line-height: 0;
  }
  div.topping-2-select-area {
    border: solid 5px transparent;
    box-sizing: border-box;
  }
  form[action*="/corp/options"] div.topping-2-select-area.selected {
    border-radius: .9em;
  }
  div.topping-2-select-checkbox-area {
    
  }
  label.custom-check-box-v2.option input[type="checkbox"] + span::before,
  label.custom-check-box-v2.option input[type="radio"] + span::before {
    left: 0px;
    top: 20px;
  }
}
/* Plan summary */
div.plan-summary-area {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  background-color: #F2F2F2;
  border-radius: 0 0.75em;
  filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
}
div.plan-summary-area p.summary-row-title{
  font-weight: bold;
  color: white;
  text-align: center;
  font-size: 1.8rem;
  margin-top: 20px;
}
div.plan-summary-area p.attention{
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0 10px 10px;
}
div.plan-summary-area p.attention.cancel{
  padding-bottom: 0;
  margin-top: 10px;
}
div.plan-summary-area-title {
  width: 100%;
  height: 50px;
  background-color: #68d8d5;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.0rem;
  font-weight: bold;
  border-radius: 0.75em 0.75em 0 0;
  padding: 5px 0;
  position: relative;
  z-index: 2;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  div.plan-summary-area p.attention.sp-line{
    border-bottom: 1px solid #787878;
  }
  div.plan-summary-area-title{
    margin-top: 45px;
  }

}

/* Plan summary table */

div.plan-summary-area-table {
  width: 90%;
  margin: auto;
  padding: 5%;
  background-color: #FFFFFF;
  border-radius: 0 0 0.75em 0.75em;
}
div.form-user-background:has(div.plan-summary-area-table) {
  filter: drop-shadow(0px 0px 5px #B3B3B3);
}
#entry-user-form .plan-summary-area-table.contract {
  background-color: transparent;
}
div.plan-summary-area-table.plan-confirm{
  filter: none;
  background-color: transparent;
  padding: 0;
  margin: 0 0 1em;
  width: 100%;
  border-radius: 0;
}

div.plan-summary-area-table .contact{
  width: 90%;
  margin: auto;
  padding: 5% 0px;
}

div.plan-summary-area-table.cancel {
  width: 90%;
  padding: 0;
  background-color: #F3F3F3;
}
div.plan-summary-area-table.confirm {
  margin: 0;
}
@media screen and (max-width: 767px){
  div.plan-summary-area-table.cancel {
    width: 85%;
    margin: 0 auto;
  }
}


/*選択中のプランを表示*/
@media screen and (min-width: 768px){
  div.plan-summary-table-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
    border-bottom: 1px solid #68d8d5;
    margin: 0 auto;
    padding: 0 2%;
  }
  div.plan-summary-table-row-wide{
    width: 92%;
    padding: 0;
  }
  .your-plan div.plan-summary-table-row:first-child,
  .entry-payment div.plan-summary-table-row:first-child{
    border-top: 1px solid #68d8d5;
  }
  div.plan-summary-table-row.entry-payment{
    border-top: 1px solid #68d8d5;
    border-radius: 0;
  }

  div.plan-summary-table-row .cancel{
    margin: 0;
  }

  .plan-table div.plan-summary-table-row{
    width: 96%;
    margin: 0;
    padding: 0 2%;
  }
}
div.plan-summary-area-table.contract{
  padding: 0;
  filter: none;
}
@media screen and (max-width: 767px){
  div.plan-summary-table-row.entry-payment{
    display: flex;
  }

  div.plan-summary-area-table{
    width: 90%;
  }
  div.plan-summary-area-table.contract{
    margin: 1em 0;
    width: 100%;
  }
}
div.plan-summary-table-row.cancel{
  width: 90%;
  border: 1px solid #68d8d5;
  background-color: transparent;
  margin: 0 0 20px 0;
  justify-content: left;
  padding: 0 3%;
}

div.plan-summary-table-row.cancel div.summary-table-column-left{
  width: 24%;
  display: block;
}

@media screen and (min-width: 768px) {
  div.plan-summary-table-row.monthly-payment,
  div.plan-summary-table-row.entry-payment{
    margin-left: 20px;
  }
  div.summary-table-row {
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  div.summary-table-row.pay-summary{
    width: 88%;
    justify-content: flex-end;
    margin-right: 2%;
  }
}
div.plan-summary-table-row.monthly-payment{
  background-color: white;
  border: none;
}
@media screen and (max-width: 767px) {
  div.plan-summary-table-row.monthly-payment{
    display: flex;
  }
  div.plan-summary-table-row.cancel{
    width: 95%;
    margin: 0 0 1em 0;
    padding: 2.5%;
  }
  div.plan-summary-table-row.cancel div.summary-table-column-left{
    width: 100%;
    padding: 0 0 0.5em;
    display: block;
  }
}
div.summary-table-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
div.cancel p {
  color: #000;
}
div.summary-table-column p {
  font-size: 1em;
}
div.plan-summary-table-row.monthly-payment{
    display: flex;
  }
div.summary-table-column-left {
  width: 35%;
  padding: 1em 0;
}
div.plan-summary-table-row-wide div.summary-table-column-left {
  width: 38%;
}
div.plan-summary-table-row-wide div.summary-table-column-left.plan-row {
  width: 35%;
}
div.summary-table-column-left p {
  font-size: 1.3rem;
  font-weight: bold;
}
div.plan-summary-table-row .cancel div.summary-table-column-left {
  font-size: 1.45rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  div.plan-summary-table-row-wide div.summary-table-column-left.plan-row {
    width: 100%;
  }

  div.summary-table-column-left p {
    font-size: 1.48rem;
  }

  div.summary-table-row{
    margin: 10px 0 30px;
    display: block;
  }

  div.summary-table-column-left {
    padding: 0.25em 0;
  }

  div.summary-table-column-left.sp-line {
    width: 100%;
    border-bottom: 1px solid #00bfbf;
    font-size: 1.5rem;
    font-weight: bold;
  }
  div.plan-summary-table-row-wide div.summary-table-column-left {
    width: 100%;
  }
  div.summary-table-column.plan-confirm{
    display: block;
  }
  div.summary-table-column p {
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
  }
  div.summary-table-column.summary-table-column-right p,
  div.summary-table-column-right p{
    font-size: 1.25em;
    font-weight: bold;
  }
  .entry-payment div.plan-summary-table-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .entry-payment div.summary-table-column-left.sp-line {
    width: 50%;
    border-bottom:none;
  }

}

div.summary-table-column.summary-table-column-left.adjust.price.white{
  background-color: white;
}
div.summary-table-column-left.price{
  width: 59%;
  text-align: left;

}
div.summary-table-column-left.price.total{
  justify-content: flex-end;
}

div.summary-table-column-right.price{
  width: 38.3%;
}
@media screen and (max-width: 767px){
  div.six-month{
    width: 140px;
  }
}
.monthly-pay div.plan-summary-table-row.back-white{
  border: 3px solid #68d8d5;
  background-color: #fff;
  margin: 20px auto 20px;
  padding: 2%;
  width: 85%;
}
.plan-table div.summary-table-column-left{
  width: 33%;
  padding: 1em 0;
}

.plan-table div.summary-table-column-left-draftpayment{
  width: 35%;
}

div.six-month,
div.seven-month,
div.breakdown-list{
  width: 100%;
  text-align: right;
}
div.breakdown-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e4e4e4;
  padding: 0.5rem 0;
}
div.breakdown-list p:first-child {
  text-align: left;
  padding-left: 20px;
}
div.seven-month p{
  font-size: 1.3rem;
}
div.summary-table-long-right {
  width: 100%;
  color: #000;
  justify-content: flex-start;
  height: 50px;
}
div.summary-table-column-right.summary-table-column-yellow {
  background-color: #ffe401;
}
div.summary-table-column-right.summary-table-column-yellow p {
  font-size: 2.4rem;
  font-weight: bold;
}
span.summary-text-tie-period{
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .plan-table div.summary-table-column-left.row-title{
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  div.summary-table-column-left,
  div.summary-table-column-left.price,
  div.summary-table-column-right.price,
  div.summary-table-row{
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .plan-summary-area-table.contract div.summary-table-row{
    align-items: center;
  }
  div.summary-table-column.summary-table-column-right.price.cancel-fee{
    position: relative;
    top: -45px;
  }
  div.summary-table-column{
    display: block;
  }
  div.summary-table-column-center{
    width: auto;
    text-align: left;
    margin-right: 2.5px;
    padding: 0px;
  }
  div.summary-table-column-center.campaign-row{
    width: 100%;
  }
  div.summary-table-column-right{
    width: auto;
    height: auto;
    text-align: right;
  }
  div.summary-table-column-left.price.total{
    justify-content: flex-start;
  }

  .monthly-pay div.plan-summary-table-row.back-white{
    margin: -1em 0 0 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
  }
  .monthly-pay div.summary-table-column-left.sp-line{
    width: 50%;
    border-bottom: none;
    font-size: 1.5rem;
    font-weight: bold;
  }
  div.seven-month{
    text-align: center;
    margin: 0.5em 0;
  }
  div.seven-month p{
    font-size: 1.4rem;
    font-weight: bold;
  }
  div.breakdown-list{
    width: 100%;
  }
  div.summary-table-row.pay-summary{
    width: 60%;
    display: block;
  }
  .total-price div.summary-table-row.pay-summary{
    width: auto;
    display: block;
    margin: 10px 0 20px;
  }

  div.flex-box-select.margin-down.total-pricediv div.left-plan-column{
    width: 40%;
  }
  div.flex-box-select.margin-down.total-price div.summary-table-column-right{
    width: 100%;
  }
  .plan-table div.plan-summary-table-row{
    width: 100%;
  }
  .plan-table div.summary-table-column-left{
    width: 100%;
    padding: 0;
    margin-top: 1em;
    padding-left: 5px;
  }
}

.plan-table div.summary-table-column.summary-table-column-center.adjust{
  width: auto;
}
.plan-table div.summary-table-column.summary-table-column-right.adjust,
.plan-table div.summary-table-column-right.adjust{
  width: auto;
}
.plan-table div.summary-table-column.summary-table-column-right.adjust p,
.plan-table div.summary-table-column-right.adjust p{
  font-weight: bold;
  font-size: 1.2em;
}
.plan-table div.summary-table-column.summary-table-column-right.adjust .confirm-pay p,
.plan-table div.summary-table-column-right.adjust.confirm-pay p,
.plan-table div.summary-table-column-right.adjust.postage p{
  font-size: 1.6em;
}
.total-price div.summary-table-column-right.adjust p{
  font-size: 2.1em;
  font-weight: bold;
}

/* Plan price summary */
div.plan-price-summary-area-table {
  width: 40%;
  margin: 0 auto;
  padding: 10px 0;
  color: #909090
}
div.price-summary-table-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: solid 1px #909090;
  padding: 10px 0;
  margin-top: 2.5px;
}
div.price-summary-table-row:first-child{
  margin-top: 5px;
}
div.campaign-table2::before {
  top: 0;
}
div.campaign-table2::after {
  display: none;
}
div.price-summary-table-row:last-child  {
  border-bottom: solid 1px #909090;
}
div.price-summary-table-column {
  width: 50%;
  height: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
}
div.summary-table-column .selected{
  font-weight: normal;
  font-size: 1em;
}
div.price-summary-table-column-left {
  width: 50%;
  font-weight: bold;
}
div.price-summary-table-column-right {
  width: 50%;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  div.plan-price-summary-area-table {
    width: 90%;
  }
  div.price-summary-table-column-left {
    width: 50%;
  }
  div.price-summary-table-column-right {
    width: 50%;
  }
  .plan-table div.summary-table-column.summary-table-column-center.adjust{
    width: 55%;
  }
  .plan-table div.summary-table-column-center{
    width: auto;
    padding-left: 5px;
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
  }

}
/* Plan total summary */
div.plan-total-summary-area-table {
  width: 100%;
  margin: 0 auto;
  padding: 20px 3.5%;
  background-color: #1E1E1E;
  box-sizing: border-box;
  color: white;
  border-radius: 0 0 0.75em 0.75em;
  display: flex;
  justify-content: flex-end;
}
div.hikari-campaign-table{
  justify-content: space-between;
}
div.plan-total-summary-area-table-detail{
  width: 43%;
}
div.plan-total-summary-area-table-change{
  width: 14%;
}
p.campaign-price-change{
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 2.2rem;
  height: 70%;
}
p.campaign-price-change.sp{
  display: none;
}
div.total-summary-table-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 3px 0;
}
div.total-summary-table-column {
  width: 50%;
  height: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
}
p.campaign-table-sub-title{
  font-size: 2.2rem;
  font-weight: bold;
  margin: 15px 0;
  text-align: center;
}
p.after-hikari-monthly-price{
  text-align: right;
  line-height: 1.3rem;
}
div.total-summary-table-column-left {
  justify-content: center;
  font-weight: bold;
  width: 60%;
  flex-direction: column;
  align-items: flex-start;
}
div.total-summary-table-column-right {
  justify-content: flex-end;
  font-size: 2.0rem;
  font-weight: bold;
}
.small-price-monthly{
  font-size: 1.1rem;
  line-height: 1.2rem;
}
.small-price{
  font-size:1.3rem;
}
.small-price-attention{
  font-size: 1.0rem;
}
div.total-summary-table-column-right span.summary-text-monthly-fee,
div.total-summary-table-column-right span.summary-text-initial-fee,
div.total-summary-table-column-right span.summary-text-tax,
div.total-summary-table-column-right span.summary-text-after-hikari-monthly-fee,
div.total-summary-table-column-right span.summary-text-after-hikari-tax{
  font-size: 2.6rem;
}
div.total-summary-table-row-strong {
  margin: 5px 0;
}
div.total-summary-table-row-strong div.total-summary-table-column-left {
  font-size: 2.2rem;
}

div.total-summary-table-row-strong span.summary-text-total,
div.total-summary-table-row-strong span.summary-text-after-hikari-total{
  font-size: 3.3rem;
  color: #FFE500;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  div.plan-total-summary-area-table{
    flex-direction: column;
  }
  div.total-summary-table-column-left {
    width: 50%;
  }
  div.total-summary-table-column-right {
    width: 50%;
  }
  div.total-summary-table-row-strong div.total-summary-table-column-right {
    font-size: 2.8rem;
  }
  div.total-summary-table-column-right span.summary-text-monthly-fee,
  div.total-summary-table-column-right span.summary-text-initial-fee,
  div.total-summary-table-column-right span.summary-text-tax,
  div.total-summary-table-column-right span.summary-text-after-hikari-monthly-fee,
  div.total-summary-table-column-right span.summary-text-after-hikari-tax{
    font-size: 2.0rem;
  }
  div.total-summary-table-row-strong span.summary-text-total,
  div.total-summary-table-row-strong span.summary-text-after-hikari-total{
    font-size: 2.8rem;
  }
  div.total-summary-table-row-strong div.total-summary-table-column-right{
    font-size: 2.2rem;
  }
  .small-price{
    font-size: 1.2rem;
  }
}

.recommendation-tag {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .recommendation-tag {
    top: -35px;
  }
}

/* Form input */
div.validation-error-area{
  margin-top: -2px;
}
@media screen and (max-width: 767px) {
  div.validation-error-area.corp-user{
    margin-top: 5px;
  }
  p.validation-error-area.corp-user.card-error#corporate-validator-area-invoice{
    display: block;
  }
  div.validation-error-area.corp-user.card-error,
  p.validation-error-area.corp-user.card-error#corporate-validator-area-invoice{
    margin-top: 25px;
  }
  div#user-info-radio-error {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .tag-required-box,
  .tag-optional-box{
    margin-bottom: 10px;
  }
  div.form-user-back-button-sp{
    padding: 0;
  }
}

/*20210301_リニューアル後*/
div.form-step-title p{
  font-size: 1.4rem;
  font-weight:bold;
  margin-top: 20px;
  width: 90px;
  padding: 0.5em 0;
  line-height: 1em;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
  background: #68d8d5;
}
div.form-step-title p.form-sub-title{
  margin-top: 0.5em;
  line-height: 1.5rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px){
  div.form-step-title p{
    font-size: 1.3rem;
  }
  div.campaign-form-title p{
    font-size: 2.6rem;
  }
  div.form-step-title p.form-sub-title{
    margin-top: 0.3em;
    line-height: 1.3rem;
    font-size: 1.3rem;
  }
  div.form-step-title.entry-file-upload{
    height: 40px;
    margin-top: 20px;
  }
}
/*プラン表の金額　文字サイズ調整*/
span.summary-text-monthly-fee,
span.summary-text-monthly-tax-fee,
span.summary-text-device-option-price,
span.summary-text-device-option-price-marugoto,
span.summary-text-device-option-price01,
span.summary-text-device-option-price02,
span.summary-text-device-option-price-cloud,
span.summary-text-initial-fee,
span.summary-text-cancel-tax-fee,
span.summary-text-monthly-tax-total,
span.summary-text-postage,
.summary-text-campaign-tax-total,
.monthly-campaign-after,
span.summary-text-insurance-option-price{
  font-weight: bold;
  font-size: 1.35em;
}
span.summary-text-monthly-tax-total,
.summary-text-campaign-tax-total,
.monthly-campaign-after,
.pre-payment.insurance-row div.seven-month p{
  font-size: 1.7em;
}
div.summary-table-column span.plan-tax,
div.breakdown-list p:last-child span.plan-tax,
div.summary-table-column-right span.plan-tax {
  font-size: 1.4rem;
  font-weight: normal;
}
div.breakdown-list p:last-child span,
.pre-payment.insurance-row div.seven-month p {
  font-weight: bold;
}
div.plan-summary-table-row-wide div.summary-table-column-left.sr-op,
div.plan-summary-table-row-wide div.summary-table-column-left.dls,
div.plan-summary-table-row-wide div.summary-table-column-left.cbcp {
  width: 100%;
}
@media screen and (min-width: 768px){
  .entry-plan-select{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px){
  .entry-plan-select.twitter{
    display: block;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.entry-plan-select div.form-capacity-area{
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px){
  .entry-plan-select div.form-capacity-area.twitter{
    width: 100%;
    display:flex;
    justify-content: center;
    flex-direction: column;
  }
}
div.entry-plan-select div.form-capacity-area img{
  width: 245px;
  position: relative;
  z-index: 1;
}

div.select-standard-left img,
div.select-free img{
  width: 215px;
}

@media screen and (max-width: 767px){
  div.entry-plan-select div.form-capacity-area img{
    width: 235px;
  }
  div.edit-partial-plan div.form-capacity-area div.select-standard-left img,
  div.edit-partial-plan div.form-capacity-area div.select-free img{
    width: 210px;
  }
  span.summary-text-monthly-fee,
  span.summary-text-monthly-tax-fee,
  span.summary-text-device-option-price,
  span.summary-text-device-option-price-marugoto,
  span.summary-text-device-option-price-cloud,
  span.summary-text-initial-fee,
  span.summary-text-cancel-tax-fee,
  span.summary-text-monthly-tax-total,
  span.summary-text-postage,
  span.summary-text-insurance-option-price{
    font-size: 1.2em;
  }
  span.summary-text-monthly-tax-total{
    font-size: 1.5em;
  }
}
@media screen and (max-width: 320px){
  span.summary-text-monthly-tax-total{
    font-size: 1.4em;
  }
  div.edit-partial-plan div.form-capacity-area img{
    width: 190px;
  }
  div.edit-partial-plan div.form-capacity-area div.select-standard-right img{
    width: 85px;
    top: -5px;
    left: 10px;
  }
}
.form-capacity-area.title-cloudplan,
div.entry-form-option-select h2{
  padding: 0 1em;
  border-left: 15px solid #68d8d5;
}
div.entry-form-option-select h2.mt-30{
  margin-top: 60px;
}
#cloud_backup div.entry-form-option-select h2,
#anshin_option div.entry-form-option-select h2 {
  padding: 2rem 1em;
}
#anshin_option div.entry-form-option-select h2.mt-30{
  margin-top: 50px;
}
#cloud_backup div.entry-form-title h1 {
  margin: 1em 0 1.5em;
}
.form-capacity-area.title-cloudplan.campaign {
  border: none;
  text-align: center;
  position: relative;
}
.form-capacity-area.title-cloudplan span{
  font-size: 1.2em;
}
.form-capacity-area.title-cloudplan h2{
  font-size: 2.5em;
  font-weight: bold;
  margin: 0.5em 0 0;
}
.form-capacity-area.title-cloudplan.campaign h2 + p {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 44px;
}

@media screen and (max-width: 767px) {
  .form-capacity-area.title-cloudplan.campaign::before,
  .edit-partial-plan .form-capacity-area.title-cloudplan.campaign::before {
    height: 70px;
    top: 10px;
    left: 3px;
  }
  .form-capacity-area.title-cloudplan.campaign::after,
  .edit-partial-plan .form-capacity-area.title-cloudplan.campaign::after {
    height: 70px;
    top: 10px;
    right: 3px;
  }
  .form-capacity-area.title-cloudplan.campaign::before,
  .form-capacity-area.title-cloudplan.campaign::after{
    top: 10px;
  }
}
div.form-capacity-pull-down-button-left,
div.form-capacity-pull-down-button-right{
  text-align: center;
  background-color: #68d8d5;
  color: #000;
  padding: 10px 0;
  margin-top: 10px;
  border: none;
  border-radius: 0.75em;
  z-index: 1;
  position: relative;
  width: 60%;
  margin: auto;
}
div.form-capacity-description-body-left,
div.form-capacity-description-body-right{
  width: 100%;
  margin: 20px auto 90px;
  justify-content: flex-start;
  border-radius: 0.75em;
}
div.form-capacity-description-body-left.info-cloudplan.hidden{
  margin-bottom: 30px;
  display: none;
}
div.form-capacity-description-body-left.info-cloudplan{
  display: block;
}
div.form-capacity-pull-down-button-left img,
div.form-capacity-pull-down-button-right img{
  width: 13px;
  margin: 0 5px;
}
div.form-capacity-pull-down-button-left.form-capacity-pull-down-button-open{
  background-color: #ffffff;
  color: #000;
}
.prepaid-plan-form div.form-plan-option-detail-button-insurance.form-plan-option-detail-button-open {
  background-color: #ffffff;
  color: #0046ff;
}
.form-capacity-pull-down-button-left img.pull-down-arrow-to-close{
  transform: rotate(180deg);
}
.form-capacity-description .description-title{
  display: flex;
  align-items: center;
  width: 90%;
  margin: 15px auto;
}

.form-capacity-description .description-title img{
  width: 50px;
  margin-right: 0.5em;
}
.form-capacity-description .description-title span{
  color: #000;
  font-size: 1.2em;
  margin-top: 0.5em;
  font-weight: bold;
}

.form-capacity-description .description{
  width: 90%;
  margin: 1.2em auto;
}
.description dl{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.description dl img{
  width: 70%;
  filter: drop-shadow(5px 2px 5px rgb(0,0,0,20%));
}
@media screen and (max-width: 767px) {
  .description dl img{
    width: 80%;
  }
}
.description dl div{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.description dl div dt{
  color: #037e82;
  font-weight: bold;
  line-height: 1.5;
  font-size: 25px;
}
.description dl div dd{
  margin: 0;
}
.description-button {
  text-align: center;
  margin-bottom: 2rem;
}
.description-button a{
  color: #037e82;
  text-decoration: underline;
  font-size: 20px;
}

@media screen and (min-width: 768px){
  div.entry-plan-select-detail{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    justify-content: space-between;
    margin: 20px 0;
    z-index: 1;
  }
}
div.form-capacity-select{
  display:flex;
  width: 45%;
  position: relative;
  height: 175px;
}
div.form-capacity-select-image span{
  position: absolute;
  top: -25px;
  right: -25px;
  width: 22%;
}
@media screen and (max-width: 767px){
  div.entry-plan-select{
    margin: 15px auto;
  }
  div.entry-plan-select-detail{
    margin: 0;
  }
  div.entry-plan-select-detail-standard,
  div.entry-plan-select-detail-free{
    width: 100%;
  }
  div.form-capacity-select{
    flex-direction: column;
    height: 26vw;
    width: 100%;
    margin: 10px 0;
  }
  div.form-capacity-select-checkbox-area {
    justify-content: center;
    align-items: center;
    flex-direction: row;
    pointer-events: none;
    margin-top: 40px;
    top: 20px;
  }
  p.custom-check-box-v2-select-text{
    position: relative;
    right: 75px;
    top: 4px;
  }
  p.custom-check-box-v2-select-text.option{
    position: relative;
    top: 10px;
    right: 11px;
    bottom: 79px;
    left: -16px;
    font-size: 1rem;
    pointer-events: none;
  }
  .wcp p.custom-check-box-v2-select-text.option {
    top: -9px;
  }
  div.form-capacity-select-image span{
    position: absolute;
    top: -25px;
    right: -12px;
    width: 30%;
  }
  .form-capacity-area.title-cloudplan{
    padding: 0 0 0.7em 1em;
    line-height: 2.75em;
    border-left: 13px solid #68d8d5;
  }
  .form-capacity-area.title-cloudplan h2{
    margin: 0;
    line-height: 1em;
  }
  .form-capacity-area.title-cloudplan.campaign h2 span {
    line-height: 1.3em;
    font-size: 3.9rem;
  }
  div.form-capacity-pull-down-button-left{
    width: 100%;
  }
  .form-capacity-description .description-title img{
    width: 40px;
  }
  .description dl div dt{
    font-size: 20px;
    line-height: 1;
    margin-top: 5px;
  }
  .description dl div dd a{
    font-size: 13px;
  }
  div.form-capacity-description-body-left.hidden{
    margin: 0 0 20px;
  }
  div.form-capacity-description-body-left,
  div.form-capacity-description-body-right{
  margin: 20px auto 40px;
  }
  .form-capacity-area.title-cloudplan.campaign h2 + p {
    font-size: 1.4rem;
  }
}
#form-entry-edit-device-option div.topping-2-select-area,
#form-entry-edit-device-option div.topping-2-select-area-2,
#form-entry-edit-device-option-cloud div.topping-2-select-area,
div.relief-item-select,
#form-entry-edit-device-option div.topping-2-select-area-cloud,
#form-entry-edit-device-option div.topping-2-select-area-insurance,
#form-entry-edit-device-option div.topping-2-select-area-marugoto{
  filter: drop-shadow(0px 3px 5px rgb(0,0,0,20%));
}
@media screen and (max-width: 320px){
  div.edit-partial-plan form div.mypage-user-container .form-capacity-area.title-cloudplan h2 {
    font-size: 1.6em;
    line-height: 26px;
  }
  .form-capacity-area.title-cloudplan.campaign h2 + p {
    line-height: 18px;
    font-size: 1.4rem;
    margin-top: 1rem;
  }
  .edit-partial-plan .form-capacity-area.title-cloudplan.campaign::after,
  .edit-partial-plan .form-capacity-area.title-cloudplan.campaign::before {
    height: 60px;
    top: 7px;
  }
  p.custom-check-box-v2-select-text.option {
    position: relative;
    right: 11px;
    top: -65px;
    font-size: 1rem;
  }

  label.custom-check-box-v2{
    margin: 0;
  }
  p.custom-check-box-v2-select-text{
    top: 7px;
    right: 47px;
  }
  p.custom-check-box-v2-select-text.text-size{
    font-size: 0.9rem;
    margin-left: 0px;
    letter-spacing: -0.05em;
    padding: 0;
  }
  p.custom-check-box-v2-select-text {
    font-weight: normal;
    padding: 0;
    margin: 0;
  }
}
div.entry-form-option-select{
  line-height: 1.2em;
}

div.entry-form-option-select{
  text-align: left;
}
div.entry-form-title {
  position: relative;
  margin-bottom: 45px;
}
.free-first-month {
  position: absolute;
  width: 100px;
  right: 120px;
  top: 42%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
div.entry-form-title h1{
  font-size: 4.0rem;
  font-weight: bold;
  -webkit-text-stroke: 0.1px black;
  margin: 1em 0;
}
div.entry-form-option-select h2{
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0.65em 0;
}
div.entry-form-sub-title h3{
  font-size: 2em;
  margin: 0.5em 0;
}
@media screen and (min-width: 768px){
  div.entry-option{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
  }
}
div.entry-option-button{
  display: flex;
}
@media screen and (max-width: 767px){
  div.entry-option-button{
    margin-top: 15px;
    height: 40px;
  }
  .free-first-month {
    width: 19%;
    position: unset;
    transform: unset;
    -webkit-transform: unset;
  }
}
div.entry-option-description{
  margin: 30px 0;
}
div.entry-option-attention{
  display: flex;
  align-items: center;
}
div.entry-option-attention.adjust{
  margin: 0 5px 0 -15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

div.entry-option-attention-image{
  width: 35px;
  margin: 0px 10px 0 0;
}
div.entry-option-attention-text{
  color: #df0033;
  font-weight: bold;
  line-height: 1.4em;
  font-size: 1.4rem;
}
div.entry-option-right a,
div.entry-option-center a{
  color: #ffe401;
}
@media screen and (min-width: 768px){
  div.entry-option-left,
  div.entry-option-right{
    width: 47%;
  }
}
div.entry-option-left,
div.entry-option-right{
  width: 45%;
  position: relative;
}
div.entry-option-center{
  width: 100%;
}

@media screen and (max-width: 767px){
  div.entry-option-attention-text{
    margin: 10px 0;
    font-size: 1.2rem;
  }

  .mypage-confirm-hidden-form-device-option div.entry-option-support,
  .mypage-confirm-hidden-form-device-option-cloud div.entry-option-support{
    width: 96%;
    margin: auto;
  }
  div.entry-option-left,
  div.entry-option-right,
  div.entry-option-center{
    width: auto;
  }
  div.entry-option-description{
    margin: 20px 0;
  }
}
div.flex-entry-option{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  height: 100px;
}
@media screen and (max-width: 767px){
  div.flex-entry-option{
    margin-top: 15px;
    gap: 10px;
  }
}
div.entry-option-right.free-plan{
  z-index: 1;
  width: 100%;
}
div.form-plan-option-detail-description,
div.form-plan-option-detail-2-description{
  margin: 0;
  padding: 1.2em 5%;
  width: 90%;
  max-height: 100vh;
  transition: max-height 0.5s;
  filter: drop-shadow(2px 5px 5px #c8c8c8);
  border: none;
  border-radius: 0.75em;
  position: relative;
  z-index: 0;
  background-color: #FFFFFF;
}
div.form-plan-option-detail-description-cloud{
  margin: 0;
  padding: 1.2em 5%;
  width: 91%;
  transition: max-height 0.5s;
  filter: drop-shadow(2px 5px 5px #c8c8c8);
  border: none;
  border-radius: 0.75em;
  position: relative;
  z-index: 0;
  background-color: #FFFFFF;
  margin-bottom: 20px;
}
div.form-plan-option-detail-description-insurance{
  margin: 0;
  padding: 1.2em 5%;
  width: 91%;
  transition: max-height 0.5s;
  filter: drop-shadow(2px 5px 5px #c8c8c8);
  border: none;
  border-radius: 0.75em;
  position: relative;
  z-index: 0;
  background-color: #FFFFFF;
  margin-bottom: 20px;
}
div.form-plan-option-detail{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
div.form-plan-option-detail-description-close,
div.form-plan-option-detail-2-description-close{
  max-height: 0;
  transition: max-height 0.1s;
  display: none;
}
div.form-plan-option-detail-description-button-box {
  position: relative;
}

div.form-plan-option-detail-description-button-close {
  display: none;
}

div.form-plan-option-detail-button,
div.form-plan-option-detail-2-button{
  background-color: #68d8d5;
  color: #000;
  padding: 10px 0;
  border-radius: 0.75em;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  margin-top: 20px;
  width: 100%;
  margin: 0 auto;
}

div.form-plan-option-detail-button-open,
div.form-plan-option-2-detail-button-open,
div.form-plan-option-detail-button-cloud{
  background-color: #00bfbf;
  color: white;
  padding: 10px 0;
  border-radius: 0.75em;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  margin-top: 20px;
  width: 100%;
  margin: 0px auto 20px;
}

div.form-plan-option-detail-button-insurance{
  background-color: #00bfbf;
  color: white;
  padding: 10px 0;
  border-radius: 0.75em;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  margin-top: 20px;
  width: 60%;
  margin: 0px auto 20px;
  line-height: 1.2em;
}

div.form-plan-option-detail-button-open{
  border-radius: 0.75em;
  background-color: #ffffff;
  color: #000;
  position: relative;
  z-index: 1;
}

div.form-plan-option-2-detail ul.option-ul{
  display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
list-style-type: none;
padding: 0;
margin: 15px 0 0 0;
}
div.form-plan-option-2-detail ul.option-ul li{
width: 31%;
padding: 15px 10px;
box-sizing: border-box;
text-align: center;
background: #eeeeee;
border-radius: 10px;
margin-bottom: 15px;
}
div.form-plan-option-2-detail ul.option-ul li .title{
font-size: 1.5rem;
line-height: 2.0rem;
margin-bottom: 15px;
}
div.form-plan-option-2-detail ul.option-ul li img{
height: 50px;
width: auto;
}

@media screen and (max-width: 767px){
  div.form-plan-option-detail-button,
  div.form-plan-option-2-detail-button,
  div.form-plan-option-detail-2-button,
  div.form-plan-option-detail-button-cloud,
  div.form-plan-option-detail-button-insurance{
    width: 100%;
    line-height: 1.2em;
  }
  div.form-plan-option-detail-button.option,
  div.form-plan-option-2-detail-button.option{
    margin-top: 10px;
  }
  div.form-plan-option-2-detail ul.option-ul li{
    width: 31%;
    padding: 10px 5px;
    margin-bottom: 10px;
  }
  div.form-plan-option-2-detail ul.option-ul li .title{
    font-size: 1.1rem;
    line-height: 1.6rem;
    margin-bottom: 10px;
  }
  div.form-plan-option-2-detail ul.option-ul li img{
    height: 30px;
    width: auto;
  }
}
.relief-item-select{
  width: 100%;
  height: 92.78px;
  background-color: #FFFFFF;
  border-radius: 0.75em;
  position: relative;
}
.relief-item-select p {
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.relief-item-select p.relief-item-select-option-title {
  font-size: 1.5rem;
}
.relief-item-select-price {
  font-size: 1.3rem;
  font-weight: normal;
  margin-top: 14px;
  display: block;
}
.relief-option-ckeckbox {
  position: relative;
  left: 14px;
  bottom: 75%;
  pointer-events: none;
}

@media screen and (max-width: 767px){
  .relief-item-select {
    width: 100%;
    height: 57px;
  }
  .entry-option.sp{
    display: none;
  }
  .relief-item-select,
  .relief-3-item-select {
    width: 100%;
    height: 57px;
  }
  div.relief-flex-entry-option {
    display: block;
    height: auto;
  }
  div.relief-entry-option01{
    margin: -70px 0 0 0;
  }
  div.relief-entry-option02{
    margin: -40px 0 0 0;
  }
  div.entry-option-right-option-2{
    margin: 20px 0 0 0;
  }
  div.form-plan-option-detail-2-description{
    border-radius: 0.75em;
    margin-top: 20px;
  }
  div.entry-form-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
div.price-topping-2-body-right-row{
  width: 95%;
  text-align: center;
  line-height: 15px;
}
div.price-topping-2-body-right-row.adjust{
  width: 100%;
  border-top: none;
  border-bottom: solid 1px #878787;
}
div.price-topping-2-body-right-column.adjust.text-left p{
  text-align: left;
}
div.price-topping-2-body-right-column.adjust:last-child{
  border-left: solid 1px #878787;

}
div.price-topping-2-body-right-column ul{
  padding-inline-start: 20px;
  margin: 0;
}
div.price-topping-2-body-right-column ul li{
  margin: 5px 0;
}
@media (max-width: 728px) {
  div.form-plan-option-detail-description-button,
  div.form-plan-option-detail-description-button-pink {
    top: -75px;
  }
}

@media screen and (max-width: 767px){
  div.entry-form-title h1{
    font-size: 2.4rem;
    margin: 0;
    line-height: 1.1em;
  }
  div.entry-form-option-select h2{
    margin: 1.5em 0 0;
    font-size: 1.8rem;
    line-height: 1.1em;
  }
  
  div.entry-form-sub-title h3{
    font-size: 1.5em;
    margin: 1.5em 0 0.8em;
  }
  div.entry-option-attention{
    justify-content: center;
    margin: 0 0 20px;
  }
  div.form-plan-option-detail-description,
  div.form-plan-option-detail-description-cloud{
    border-radius: 0.75em;
    margin: 20px 0 30px;
  }
}
@media screen and (max-width: 320px){
  div.entry-form-title h1{
    font-size: 2.1rem;
    margin: 0;
  }
}
@media screen and (max-width: 767px){

  div.plan-total-summary-area-table-detail{
    width: 100%;
  }
  div.plan-total-summary-area-table-change{
    width: 100%;
  }
  p.campaign-price-change.pc{
    display: none;
  }
  p.campaign-price-change.sp{
    display: flex;
    margin: 20px 0;
  }
  span.form-sub-title{
    line-height: 0.8rem;
  }
  div.entry-option-attention-image{
    margin: 0 5px;
  }
}

/*入力情報画面*/
label.custom-check-box input[type="checkbox"] + span::before,
label.custom-check-box input[type="checkbox"] + span::after,
label.custom-check-box input[type="radio"] + span::before,
label.custom-check-box input[type="radio"] + span::after {
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-block;
  content: '';
  box-sizing: border-box;
}
div.mypage-container{
  padding: 0;
  width: 100%;
  margin-top: -1px;
  position: relative;
  overflow: hidden;
  background: #f2f5f5;
}
div.mypage-confirm-hidden-form {
  display: none;
}
div.mypage-user-container{
  max-width: 750px;
  margin: 0 auto;
  text-align: left;
  z-index: 2;
}
div.mypage-user-container-contact{
  padding-bottom: unset;
  margin-top: 50px;
}
div.form-user-background{
  background-color: transparent;
  padding: 0;
}
.mypage-user-info-detail-hidden{
  display: none;
}
.mypage-payment-info-detail-deferred,
.mypage-payment-info-detail-card{
  display: block;
}
.mypage-delivery-info-detail-hidden{
  display: none;
}
div.box-hidden{
  display: none;
}

div.form-user-background-entry button,
table.form-table.form-entry button{
  background-color: white;
  border:1px solid #000;
  border-radius: 0.5em;
  padding: 12px 15px;
}

div.flex-form-title{
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
div.content-box-inner-title{
  font-size: 3.0rem;
  padding: 0;
  margin: 25px 0;
  font-weight: bold;
  text-align: center;
}
h2.form-h2{
  font-size: 2.0rem;
  max-width: 750px;
  margin: 0 0 10px;
  border: none;
  line-height: 2.7rem;
}
h2.form-h2.atone-draft{
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.0rem;
  max-width: 750px;
  margin: 0 0 30px;
}

h2.form-h2-2.atone-draft{
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.0rem;
  max-width: 750px;
  margin: 70px 0 30px;
}

h2.form-h2.confirm {
  margin: 0;
  background: #68d8d5;
  color: #000;
  padding: 10px;
}

div.form-black-background,
div.form-black-background-credit-card-name {
  position: fixed;
  background-color: black;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100001;
  display: none;
}

div.form-black-background {
  z-index: 1000000000001;
}

@media (max-width: 767px) {
  div.edit-partial-plan,
  div.edit-partial-plan-topping1,
  div.edit-partial-device-option,
  div.edit-partial-device-option-cloud,
  div.edit-partial-contractor,
  div.edit-partial-address,
  div.edit-partial-user,
  div.edit-partial-corp-contact,
  div.edit-partial-delivery {
    top: 0;
  }
  h2.form-h2-2.atone-draft{
    margin: 50px 0 30px;
  }
}

div.edit-partial-plan,
div.edit-partial-plan-topping1,
div.edit-partial-device-option,
div.edit-partial-device-option-cloud,
div.edit-partial-contractor,
div.edit-partial-address, 
div.edit-partial-user,
div.edit-partial-corp-contact,
div.edit-partial-delivery {
  position: fixed;
  max-height: 90vh;
  max-width: 1100px;
  margin: auto;
  z-index: 1000000000002;
  top: 10vh;
  left: 0;
  right: 0;
  bottom: 10vh;
  display: none;
  justify-content: center;
  align-items: center;
}

div.edit-partial-plan form,
div.edit-partial-plan-topping1 form,
div.edit-partial-device-option form,
div.edit-partial-device-option-cloud form,
div.edit-partial-other-options form,
div.edit-partial-contractor form,
div.edit-partial-address form,
div.edit-partial-user form,
div.edit-partial-corp-contact form,
div.edit-partial-delivery form {
  width: 100%;
  max-height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  background-color: white;
  overflow-y: auto;
}

div.edit-partial-plan form div.mypage-user-container,
div.edit-partial-plan-topping1 form div.mypage-user-container,
div.edit-partial-device-option form div.mypage-user-container,
div.edit-partial-device-option-cloud form div.mypage-user-container,
div.edit-partial-contractor form div.mypage-user-container,
div.edit-partial-address form div.mypage-user-container,
div.edit-partial-user form div.mypage-user-container,
div.edit-partial-corp-contact form div.mypage-user-container,
div.edit-partial-delivery form div.mypage-user-container {
  width: 100%;
}

div.edit-partial-plan form div.row,
div.edit-partial-plan-topping1 form div.row,
div.edit-partial-device-option form div.row,
div.edit-partial-device-option-cloud form div.row,
div.edit-partial-contractor form div.row,
div.edit-partial-address form div.row,
div.edit-partial-user form div.row,
div.edit-partial-corp-contact form div.row,
div.edit-partial-delivery form div.row{
  padding-bottom: 30px;
}

div.edit-partial-plan div.form-user-background,
div.edit-partial-plan-topping1 div.form-user-background,
div.edit-partial-device-option div.form-user-background,
div.edit-partial-device-option-cloud div.form-user-background,
div.edit-partial-contractor div.form-user-background,
div.edit-partial-address div.form-user-background,
div.edit-partial-user div.form-user-background,
div.edit-partial-corp-contact div.form-user-background,
div.edit-partial-delivery div.form-user-background {
  max-width: 750px;
  margin: 0 auto;
}

@media screen and (max-width: 1440px) and (min-width: 768px){
  div.edit-partial-plan,
  div.edit-partial-plan-topping1,
  div.edit-partial-device-option,
  div.edit-partial-device-option-cloud,
  div.edit-partial-contractor,
  div.edit-partial-address, 
  div.edit-partial-user,
  div.edit-partial-corp-contact,
  div.edit-partial-delivery {
    top: 5%;
    bottom: calc(5% + 40px);
  }
  div.edit-partial-plan form,
  div.edit-partial-plan-topping1 form,
  div.edit-partial-device-option form,
  div.edit-partial-device-option-cloud form,
  div.edit-partial-contractor form,
  div.edit-partial-address form,
  div.edit-partial-user form,
  div.edit-partial-corp-contact form,
  div.edit-partial-delivery form {
    max-height: 100%;
  }
}

@media screen and (max-width: 767px){
  div.edit-partial-plan,
  div.edit-partial-plan-topping1,
  div.edit-partial-device-option,
  div.edit-partial-device-option-cloud,
  div.edit-partial-contractor,
  div.edit-partial-address,
  div.edit-partial-user,
  div.edit-partial-corp-contact,
  div.edit-partial-delivery {
    top: 0;
    bottom: 0;
  }

  div.edit-partial-plan form,
  div.edit-partial-plan-topping1 form,
  div.edit-partial-device-option form,
  div.edit-partial-device-option-cloud form,
  div.edit-partial-contractor form,
  div.edit-partial-address form,
  div.edit-partial-user form,
  div.edit-partial-corp-contact form,
  div.edit-partial-delivery form {
    width: 90%;
    max-height: 100%;
  }

  div.edit-partial-plan form{
    max-height: calc(90% - 40px);
  }

  div.edit-partial-plan-topping1 form div.mypage-user-container,
  div.edit-partial-device-option form div.mypage-user-container,
  div.edit-partial-device-option-cloud form div.mypage-user-container,
  div.edit-partial-contractor form div.mypage-user-container,
  div.edit-partial-address form div.mypage-user-container,
  div.edit-partial-user form div.mypage-user-container,
  div.edit-partial-corp-contact form div.mypage-user-container,
  div.edit-partial-delivery form div.mypage-user-container {
    width: 95%;
    margin: auto;
  }

  div.edit-partial-plan form div.mypage-user-container{
    width: 90%;
    margin: auto;
  }
}
/*変更のポップアップの中で余白調整*/
div.mypage-confirm-hidden-form h2.form-h2 {
  margin-top: 30px;
}

div.edit-partial-user form,
div.edit-partial-delivery form{
  overflow-y: scroll;
}

div.white-content-box-form{
  background-color: white;
  padding: 40px 30px;
  margin: 50px 0 0;
}

div.white-content-box-form.payment{
  margin: 15px auto;
}

div.white-content-box-form.space{
  margin: 0;
}

div.white-content-box-form.form-padding{
  padding: 25px 30px;
}

div.white-content-box-form.form-padding.atone-payment{
  padding: 40px 30px;
}

table.form-table{
  border-spacing: 7px;
  margin: 0;
  table-layout: fixed;
}

table.form-entry {
  width: 100%;
  max-width: 1000px;
}

div.setvice_set_complete_form{
  margin-bottom: 150px;
}

@media screen and (max-width: 767px){
  div.content-box-inner-title{
    font-size: 2.2rem;
  }
  div.content-box-inner-title p{
    line-height: 2.5rem;
  }
  div.setvice_set_complete_form{
    margin: 0;
  }
}
@media (max-width: 767px) {
  label.custom-check-box span {
    margin-right: 5px;
  }
  label.custom-check-box-contact span {
    margin-right: unset;
  }
}
table.form-table span{
  color: #1E1E1E;
}
table.contact-display {
  table-layout: unset;
}
table.contact-display span {
  color: unset;
}
td.password-td span.field-icon {
  position: absolute;
  right: 10px;
  top: 18px;
}
table.form-table tr{
  height: 5rem;
}
table.form-table th{
  width: 250px;
  font-size: 1.4rem;
  margin-bottom: 15px;
  vertical-align: middle;
  padding-top: 0;
  text-align: left;
}
table.form-table th.credit-confirm-name-label{
  line-height: 1.4;
}
table.form-table h2.credit-confirm-name-label-corp {
  margin: 0;
}
table.form-table th.right-button{
  text-align: right;
  font-size: 1.4rem;
  padding-top: 0;
  margin-bottom: 13px;
  margin-top: 7px;
}
table.form-table td{
  vertical-align: top;
  padding: 0;
  text-align: left;
  font-size: 1.5rem;
}
table.form-table-multi-column td{
  position: relative;
  font-size: 1.5rem;
}
td.password-td {
  position: relative;
}
input.mypage-input-border{
  margin: 0;
  padding: 25px 8px;
  background-color: #D9D9D9;
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  width: 100%;
  letter-spacing: 1px;
  height: 50px;
  font-size: 1.5rem;
  font-family: 'Roboto', 'Noto Sans JP', "游ゴシック", "メイリオ", sans-serif;
}
input.mypage-input-border-security-code {
  width: 215px;
}
input.mypage-input-border:focus,
td textarea.text-area-inquery:focus,
select.form-item-contractor:focus,
select.form-item-address:focus,
div.gender-label-box label.label-input:focus,
td.flex-user-area label.custom-check-box.label-input:focus,
select.payment-expire:focus {
  outline: none;
  box-shadow: 0 0 5px 2px #ffe401;
  border: none;
  border-radius: 10px;
}
main.mypage-main select{
  background-color: #D9D9D9;
  border: none;
  height: 50px;
  margin: 0;
  border-radius: 8px;
  font-size: 1.5rem;
  padding: 5px 8px;
  font-family: 'Roboto', 'Noto Sans JP', "游ゴシック", "メイリオ", sans-serif;
}
main.mypage-main form[action*="/corp/entry"] select {
  width: 35%;
}
input.form-item-room {
  width: 48%;
}
a.postal-btn-wrap {
  display: inline-block;
  margin-left: 0.6rem;
}
.js-building-room {
  display: none;
}
.js-building-room.active {
  display: table-row;
}
.js-building-room.active.mypage-user-info-detail-hidden {
  display: none;
}
.js-building-mask {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  z-index: -1;
}

@media (max-width: 767px) {
  main.mypage-main select {
    font-size: 1.4rem;
    width: 100%;
  }
  input.mypage-input-border-contact {
    font-size: 1.4rem;
  }
}

select[name="payment_due_date_type"].form-item-delivery-corp{
  width: 160px;
}
select[name="prefecture"],
select[name="add_corp_prefecture"] {
  width: 50%;
}
select[name="user_prefecture"],
select[name="delivery_prefecture"],
select[name="deliverycorp_prefecture"],
select[name="deliverycorp_order_time"],
select[name="user_prefecture"] {
  width: 50%;
}

select.form-item-address{
  width: 48%;
  min-width: 210px;
}

select.form-item-address.confirm {
  width: 50%;
  min-width: 239px;
}

select.form-item-delivery{
  width: 50%;
  min-width: 210px;
}

main.mypage-main select.document-id-corporation{
  margin-bottom: 11px;
}

table.credit-reference-name{
  border-spacing: 0;
  margin: 0;
}

table.credit-reference-name tr{
  height: auto;
}
@media (min-width: 768px) {
  select[name="payment_method"].payment_method,
  main.mypage-main select[name="payment_due_date_type"].payment_method {
    max-width: 160px;
  }
}

@media (max-width: 767px) {
  table.form-table {
    width: 100%;
  }
  table.form-table th,
  table.form-table td {
    display: block;
    text-align: left;
    width: 100%;
  }
  table.selection-table td {
    display: block;
    text-align: left;
    width: 100%;
  }
  select[name="payment_due_date_type"].form-item-delivery-corp {
    width: 100%;
  }
  select.form-item-address.confirm {
    width: 100%;
  }
}

@media screen and (max-width: 767px){
  table.form-table td{
    display: inline-block;
  }
  table.form-table th{
    margin-top: 10px;
  }
  main.mypage-main select{
    margin-bottom: 5px;
  }
  main.mypage-main select.payment-expire{
    font-size: 1.4rem;
    width: 80px;
  }
}

textarea.mypage-input-border{
  background-color: #D9D9D9;
  border: none;
  border-radius: 8px;
  padding: 10px;
  font-family: 'Roboto', 'Noto Sans JP', "游ゴシック", "メイリオ", sans-serif;
}
@media screen and (max-width: 767px){
  textarea.mypage-input-border{
    width: 93%;
  }
}
.tag-title-required{
  content: "";
  position: absolute;
  top: 0px;
  right: 60px;
  width: 0;
  height: 0;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #FF008F;
}
div.sub-info{
  padding:0 10px;
  font-weight: bold;
}
table.form-table td.flex-gender-area{
  display: flex;
  align-items: center;
}
div.gender-label-box{
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
div.gender-label-box-contact{
  margin-bottom: unset;
  height: unset;
}
@media (max-width: 767px){
  div.gender-label-box {
      margin-top: 0;
      margin-bottom: 20px;
  }
}
label.label-input{
  display: inline-block;
  margin: 5px 20px 0 0;
  width: 50px;
}
label.custom-check-box{
  position: relative;
}
label.custom-check-box.entry {
  margin-left: 25px;
  outline: none;
}
label.custom-check-box.entry::before {
  display: none;
  content: '';
  position: absolute;
  top: 3px;
  left: -28px;
  border: 2px solid #fff;
  border-radius: 5px;
  width: 100px;
  height: 40px;
}
label.custom-check-box.entry:focus::before {
  display: block;
}
label.custom-check-box.entry:focus {
  outline: none;
}
label.custom-check-box.entry::before {
  display: none;
  content: '';
  position: absolute;
  top: 3px;
  left: -28px;
  border: 2px solid #fff;
  border-radius: 5px;
  width: 100px;
  height: 40px;
}
label.custom-check-box.entry:focus::before {
  display: block;
}
label.custom-check-box.entry.draft-payment {
  position: relative;
}
label.custom-check-box.entry.draft-payment:focus {
  outline: none;
}
label.custom-check-box.entry.draft-payment::before {
  display: none;
  content: '';
  width: 100px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  margin: auto;
  outline: #fff;
}
label.custom-check-box.entry.draft-payment:focus::before {
  display: block;
}
label.custom-check-box input[type="checkbox"],
label.custom-check-box input[type="radio"] {
  opacity: 0;
}
label.label-input label{
  width: 200px;
  margin-left: -5px;
  position: absolute;
}
label.label-input label.label-wide{
  width: 300px;
}
@media screen and (max-width: 767px) {
  label.label-input label{
    width: 150px;
  }
  label.label-input label.label-wide{
    width: 300px;
  }
}
div.gender-label-box label.label-input{
  margin-right: 66px;
  width: 40px;
  height: 40px;
}
td.flex-user-area label.custom-check-box.label-input {
  width: 40px;
  height: 40px;
}
div.edit-partial-contractor form div.mypage-user-container div.gender-label-box label.label-input{
  margin-right: 69px;
}
div.gender-label-box label.label-input label{
  top: 14px;
  left: 50px;
}
td.flex-user-area{
  height: 83px;
}
td.flex-user-area label.label-input:first-child{
  margin: 0 0 3px;
}
td.flex-user-area label.label-input label{
  top: 14px;
  left: 50px;
}
tr.payment td.flex-user-area{
  height: auto;
}
.atone-payment tr.payment td.flex-user-area{
  height: 83px;
}
@media screen and (max-width: 767px){
  td.flex-user-area.corp-user{
    margin-bottom: 15px;
  }
  td.flex-user-area label.invoice-different-for.corp-bottom,
  td.flex-user-area label.card-different-for.corp-bottom {
    width: 200px;
  }
  tr.payment td.flex-user-area.atone-user-area{
    height: 90px;
  }
}
div.vaidation-error-area{
  height: 0;
  margin-top: 0;
}
label.validator-error{
  color: red;
  font-size: 1.2rem;
  display: block;
  margin-top: 3px;
}
table.form-table tr.attention-remark{
  height: 1.5rem;
}
p.mypage-remark{
  color: #333;
  margin-left: 260px;
  font-size: 1.1rem;
  line-height: 1.5rem;
}
p.mypage-remark-margin{
  margin-left: 259px;
}
@media screen and (max-width: 767px){
  p.mypage-remark{
    margin-left: 0;
  }
  div.gender-label-box label.label-input{
    margin-right: 50px;
  }
  div.edit-partial-contractor form div.mypage-user-container div.gender-label-box label.label-input{
    margin-right: 38px;
  }
}
span.form-sub-title{
  font-size: 1.2rem;
}
label.custom-check-box input[type="radio"]{
  opacity: 0;
}
label.custom-check-box input[type="radio"] + span::before{
  z-index: 0;
  background-color: #D9D9D9;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 8px;
  position: absolute;
  top: 1px;
  left: 0;
  content: '';
  box-sizing: border-box;
}
label.custom-check-box input[type="radio"]:checked + span::before{
  background-color:#D9D9D9;
}

label.custom-check-box input[type="radio"] + span::after{
  z-index: 1;
  margin: 4px 12px;
  width: 15px;
  height: 22px;
  position: absolute;
  top: 1px;
  left: 0;
  content: '';
  box-sizing: border-box;
}
label.custom-check-box input[type="radio"]:checked + span::after{
  border: 2px solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
label.custom-check-box input[type="radio"] + span::after{
  top: 2.5px;
}
table.confirm-table td {
  padding-left: 5px;
  padding-right: 5px;
  height: 50px;
  width: 590px;
  text-align: left;
  vertical-align: middle;
  border:1px solid #acacac;
}
table.confirm-table.twitter-campaign td {
  width: 100%;
}


@media screen and (max-width: 767px){
  div.form-user-background-entry button{
    margin: 7px 0;
    padding: 14px 10px;
  }
  div.white-content-box-form{
    padding: 30px 10px;
    margin: 30px 0 0;
  }
  div.white-content-box-form.twitter-apply{
    padding: 30px 10px;
  }
  div.white-content-box-form.form-padding{
    padding: 10px 10px 0;
  }
  div.white-content-box-form.form-padding.transfer-payment{
    padding: 10px 10px 30px;
  }
  div.white-content-box-form.form-padding.atone-payment{
    padding: 30px 10px;
  }
  div.white-content-box-form.form-padding.corp{
    padding: 10px;
  }
  div.white-content-box-form.space{
    margin-top: 0;
  }
  select.form-user-select-sp{
    width: 100%;
  }
  table.confirm-table th,
  table.confirm-table td{
    width: 50%;
    vertical-align: middle;
  }
  table.confirm-table th{
    height: 50px;
  }
  table.form-table tr.attention-remark.paper-attention > td{
    margin-top: -1.1em;
  }
}

/*ボタン*/
div.row{
  margin: 30px 0 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
div.row-first{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div.row-first.complete{
  margin-top: 50px;
}
div.decoration-button-wrapper-center{
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

div.row a{
  text-decoration: none;
}

div.form-next-button p,
div.form-back-button p{
  line-height: 1em;
}
div.form-next-button p span {
  padding: 23px 30px 23px 0;
  display: block;
}

.form-next-button-border .form-next-button-left {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.form-next-button-border a,
.form-next-button-border p {
  padding: 0 20px 0 0;
  line-height: 1.4;
}
.form-next-button-border a {
  display: block;
  position: relative;
  color: #fff;
  border: 0 !important;
}

div.form-next-button.complete p{
  padding: 24px 30px 24px 0;
}

div.form-next-button.complete p span{
  padding: 0;
}

div.form-back-button p {
  padding: 25px 0 25px 30px;
}

div.form-next-button {
  width: 300px;
  margin: 5px 3px 13px;
}

.rental-plan-form div.form-next-button {
  margin: 0;
}

.prepaid-plan-form div.form-next-button {
  margin: 0 0 8px;
}

.prepaid-plan-form label.button-edit-confirm:focus {
  outline: 2px solid #000;
}

.rental-plan-form div.row {
  margin-top: 35px;
}

.rental-plan-form div.entry-button-container {
  margin: 0 auto 63px;
}

.rental-plan-form div.entry-button-container label.js-tabindex:focus {
  border-radius: 13px;
  padding: 1px;
}

.prepaid-plan-form div.entry-button-container label.js-tabindex:focus {
  padding: 1px;
}

.company-upload-btn-container div.form-next-button {
  margin: 5px auto 13px;
}
div.form-next-stop-button{
  background: #68d8d5;
  width: 320px;
  display: block;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.02em;
  position: relative;
  text-align: center;
  transition: .3s all;
  cursor: default;
}
div.form-next-button-border {
  background-color: #68d8d5;
  border-radius: 12px;
  box-shadow: none;
  box-sizing: border-box;
  transition: all .2s;
  overflow: hidden;
} 
div.form-next-button-border::after {
  top: 30px;
  right: 10px;
  background-image: url(/assets/img/arrow-white.svg);
  transition: all .2s;
}
div.form-next-button-border a {
  color: #fff;
  transition: all .2s;
}
div.form-next-button-border:hover {
  background-color: #68d8d5;
}
div.form-next-button-border:before {
  background-color: #505050;
}
div.form-next-stop-button::after{
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  background: #1E1E1E;
}
div.form-next-stop-button span{
  background: url(../img/arrow-right-wh.svg) no-repeat 290px center;
  background-size: 8px;
  display: block;
  padding: 25px 60px 25px 0;
  position: relative;
  z-index: 10;
}

div.form-back-button{
  background-color: #000;
  width: 230px;
  color: #FFF;
  letter-spacing: 0.02em;
  transition: .3s all;
  cursor: pointer;
  box-shadow: 0 8px 0 #1e1e1e;
  border: 0 !important;
}
div.form-back-button span{
  background: url(../img/arrow-left-wh.svg) no-repeat 25px center;
  background-size: 7.5px;
  display: block;
  /* padding: 25px 0 25px 25px; */
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 767px){
  div.row{
    flex-direction: column-reverse;
    align-items: flex-start;
    width:300px;
    margin: 30px auto 0;
  }
  form div.row{
    align-items: center;
  }
  div.row-first{
    margin: 30px auto 0;
    padding: 0;
  }
  div.row-first.complete{
    margin-top: 35px;
  }
  div.form-next-button,
  div.form-next-stop-button{
    width: 266px;
  }
  div.form-back-button{
    width: 230px;
  }
  div.form-back-button span{
    background: url(../img/arrow-left-wh.svg) no-repeat left 25px center;
    background-size: 8px;
  }
  div.decoration-button-area-form-v2,
  .rental-plan-form div.decoration-button-area-form-v2 {
    margin:20px 0;
    width: 300px;
  }
  div.form-user-back-button-sp{
    margin:0 auto;
  }
}

/*背景*/
#first{
  background: unset;
  padding: 50px 20px 0px;
  position: relative;
  min-height: 560px;
}
#second{
  background: #F3F3F3;
  background-size: 35%;
  padding: 0 20px;
  position: relative;
}
#black{
  background: #232323;
  padding: 0 20px;
  position: relative;
  overflow: hidden;
}
#black::before {
  content: "";
  display: block;
  background: #F3F3F3;
  width: 120%;
  height: 10vw;
  box-shadow: 0 8px 8px rgb(0 0 0 / 20%);
  position: absolute;
  top: 3%;
  left: -10%;
  right: -10%;
  margin: auto;
  transform: rotate(1.5deg) translate(0,-45%);
  z-index: 2;
}
.bg-button-area{
  display: block;
  overflow-x: hidden;
  position: absolute;
  width: 100%;
  height: 10vw;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.bg-button-area::after {
  background: #f3f3f3;
}
.bg-button-black-area::after {
  background: #232323;
}
.bg-button-area::after {
  content: "";
  display: block;
  width: 120%;
  height: 5vw;
  box-shadow: 0 8px 8px rgb(0 0 0 / 20%);
  position: absolute;
  top: -7px;
  left: -10%;
  right: -10%;
  margin: auto;
  transform: rotate(-2.5deg) translate(0,-45%);
}
.plus_para02{
  width: 500px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.plus_para02 img{
  width: 500px;
}

div.mypage-section-container{
  max-width: 1020px;
  margin: 0 auto;
}

div.mypage-section-container.entry-privacy-area{
  margin: 30px auto 0;
}

p.entry-privacy {
  display: table;
  margin: 0 auto;
}

@media screen and (max-width: 767px){
  .plus_para02{
    width: 100px;
    position: absolute;
    right: 0;
    top: -630px;
    z-index: -1;
  }
  #first{
    background:unset;
    padding: 0 4%;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  div.mypage-container.form-container #first{
    min-height: auto;
  }
  #second{
    background: #F3F3F3;
    background-size: 35%;
    padding: 0 4%;
    position: relative;
    z-index: 4;
  }
  #black{
    background: #2C2C2C;
    padding: 0 4%;
    position: relative;
    overflow: hidden;
  }
  #black::before {
    content: "";
    display: block;
    background: #f3f3f3;
    width: 120%;
    height: 13vw;
    box-shadow: 0 8px 8px rgb(0 0 0 / 20%);
    position: absolute;
    top: 1%;
    left: -10%;
    right: -10%;
    margin: auto;
    transform: rotate(1.5deg) translate(0,-45%);
    z-index: 2;
  }
  .bg-button-black-area::after {
    background: #2c2c2c;
  }
  .bg-button-area::after {
    content: "";
    display: block;
    width: 120%;
    height: 5vw;
    box-shadow: 0 8px 8px rgb(0 0 0 / 20%);
    position: absolute;
    top: 0;
    left: -10%;
    right: -10%;
    margin: auto;
    transform: rotate(-2.5deg) translate(0,-45%);
  }
  div.mypage-section-container{
    max-width: 90%;
  }
  #first div.mypage-section-container{
    max-width: 90%;
  }
  table.sp-long {
    border-spacing: 0px;
  }
  table.sp-long th, 
  table.sp-long td {
    border: none;
    display: block;
  }
  table.sp-long th {
    margin: 12px auto 3px;
  }
  form[action*="estimate"] div.mypage-section-container.entry-privacy-area {
    padding-top: 0;
  }
  div.row.login-decoration-row {
    margin: 20px auto 0;
  }
}

.spoiler{
  position:-webkit-sticky;
  position:sticky;
  bottom:0;
}
.spoiler-btn:hover {
  cursor: pointer;
}
.spoiler-btn-bottom {
  width: 100%;
}
.spoiler-body {
  display: none;
}
.spoiler.instant.expanded .spoiler-body {
  display: block;
}
/* Form confirm */
table.form-confirm-table th{
  height: 30px;
}
table.form-confirm-table td{
  height: 30px;
  vertical-align: middle;
  background-color: #d9eff6;
}
table.form-confirm-info-table{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
table.form-confirm-info-table tr{
  border-top: 1px solid #68d8d5;
}
table.form-confirm-info-table tr:last-child{
  border-bottom: 1px solid #68d8d5;
}
table.form-confirm-info-table th,
table.form-confirm-info-table td{
  height: 39px;
}
table.form-confirm-info-table th{
  width: 30%;
  padding: 5px 15px;
  text-align: left;
}
table.form-confirm-info-table td{
  padding-left: 10px;
  width: 70%;
  vertical-align: middle;
  margin: 0;
  background-color: #FFFFFF;
  border: none;
  word-break: break-all;
}
table.form-confirm-info-table td #contact_day{
  display: none;
}
table.form-confirm-info-table.plan td{
  width: 35%;
}
table.form-confirm-info-table .confirm-price{
  text-align: right;
}
p.confirm-attention{
  padding: 0 5px;
  font-size: 1.1rem;
  line-height: 1.4rem;
}
p.confirm-attention.first-month-fee{
  margin-top: 12px;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.4;
}
div.user-link {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
div.user-link div {
  text-align: right;
}
div.entry-user-link {
  height: 70px;
  align-items: center;
}
div.entry-confirm-plan-edit-links p {
  line-height: 30px;
}
div.entry-user-link-margin div.entry-confirm-plan-edit-links p {
  line-height: 20px;
}
div.form-application-container div.mypage-user-container {
  max-width: 750px;
  margin: 10px auto 0;
}
form[action*="entry/corp/uploadfile"] div.form-application-container div.mypage-user-container {
  margin-top: 30px;
}
@media screen and (min-width: 768px){
  form[action*="entry/corp/uploadfile"] div.form-application-container .form-capacity-description.mypage-user-container{
    max-width: 980px;
  }
}
@media screen and (max-width: 767px){
  form[action*="entry/corp/uploadfile"] div.form-application-container div.mypage-user-container {
    margin-top: 10px;
  }
}
p.leave-checkbox-box-title {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 20px 0;
}
div.leave-checkbox-box-desciption {
  font-size: 1.3rem;
  text-align: left;
  padding: 0 30px;
  margin: 20px 0;
}
div.leave-checkbox-box-desciption.prepaid-plan-desciption {
  margin-top: 0;
}
@media screen and (max-width: 767px){
  div.leave-checkbox-box-desciption {
    font-size: 1.4rem;
  }
  table.form-confirm-info-table.plan p{
    vertical-align: middle;
  }
  table.form-confirm-info-table{
    width: 100%;
  }
  table.form-confirm-info-table tr,
  table.form-confirm-info-table tr:last-child{
    border: none;
  }
  table.form-confirm-info-table th,
  table.form-confirm-info-table td{
    height: auto;
    padding: 10px 5px;
    justify-content: flex-start;
    font-size: 1.4rem;
  }
  table.form-confirm-info-table.plan th,
  table.form-confirm-info-table.plan td{
    height: auto;
    box-sizing: border-box;
    align-items: center;
  }
  table.form-confirm-info-table.plan th{
    width: 100%;
    display: inline-flex;
  }
  table.form-confirm-info-table.plan td{
    width: 49.5%;
    margin-top: 2.5px;
    display: inline-flex;
  }
  table.form-confirm-info-table.plan td:last-child{
    margin-left: 1%;
  }
  table.form-confirm-info-table.plan td.form-long-column{
    width: 100%;
    margin-left: 0;
  }
  table.form-confirm-info-table .confirm-price{
    justify-content: flex-end;
  }
  table.form-confirm-info-table th{
    width: unset;
    background-color: #FFFFFF;
    border-bottom: 1px solid #68d8d5;
    padding: 10px;
  }
  table.form-confirm-info-table th.confirm-price{
    justify-content: flex-start;
  }

  table.form-confirm-info-table td{
    border: none;
    width: initial;
    vertical-align: initial;
    margin: initial;
    border: none;
  }
}
/* Form complete */

div.entry-complete-description{
  text-align: left;
  font-size: 1.5rem;
  font-weight: normal;
  margin-left: 40px;
}
div.entry-complete-description a {
  text-decoration: underline;
}
div.entry-complete-description-inner {
  display: inline-block;
  vertical-align: top;
}div.entry-complete-description-top p {
  text-align: left;
}
div.entry-complete-description-top p + p {
  margin-top: .5em;
}
div.entry-complete-description-top + div.entry-complete-description {
  position: relative;
  margin-top: 50px;
}
div.entry-complete-description-top + div.entry-complete-description::before {
  display: block;
  position: absolute;
  top: -27px;
  left: 25px;
  right: 25px;
  height: 1px;
  content: '';
  background-color: #ddd;
}
@media (max-width: 767px) {
  div.entry-complete-description-top + div.entry-complete-description {
    margin-top: 40px;
  }
  div.entry-complete-description-top + div.entry-complete-description::before {
    top: -20px;
    left: 0;
    right: 0;
  }
}

div#device-option-error-message,
div#device-option-cloud-error-message,
div#plan-id-error-message,
div#zipcode-id-error-message,
div#rental-date-id-error-message,
div#mypage_rental_error_message,
div#mypage_rental_delivery_error_message{
  text-align: left;
  max-width: 750px;
  margin: 10px auto;
  line-height: 20px;
  font-size: 2.0rem;
}
div#plan-id-error-message{
  margin: 40px auto -5px;
}
div#zipcode-id-error-message,
div#rental-date-id-error-message,
div#mypage_rental_error_message,
div#mypage_rental_delivery_error_message{
  margin: 25px auto;
}
div#device-option-error-message label,
div#device-option-cloud-error-message label,
div#plan-id-error-message label,
div#zipcode-id-error-message label,
div#rental-date-id-error-message label,
div#mypage_rental_error_message label,
div#mypage_rental_delivery_error_message label{
  font-size: 2.0rem;
}

div#mypage_rental_error_message label,
div#mypage_rental_delivery_error_message label{
  font-weight:bold;
}

.error-message{
  color: red;
  font-size: 1.6rem;
  position: relative;
  text-align: center;
  line-height: 1.5em;
  margin-top: 2em;
}
.mypage-user-container.entry-complete-description .error-message .error-message-value{
  bottom: 10px;
  position: relative;
}

div.not-inputted-items {
  color: red;
  background-color: white;
  padding: 10px;
  height: auto;
  max-width: 750px;
  margin: 0 auto;
}
div.not-inputted-items-hidden{
  display: none;
}

table.corp-confirm-table th{
  width: 40%;
}

select.long-select{
  width:100%;
}
select.short-select{
  width: 27%;
}

div.form-black-background-credit-card {
  z-index: 10000;
}
div.form-black-background,
div.form-black-background-credit-card {
  position: fixed;
  background-color: black;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000000000003;
}
@media (max-width: 767px) {
  .mypage-user-container.entry-complete-description .error-message .error-message-value{
    margin-top: 25px;
    bottom: 25px;
  }
  div.form-application-container div.complete-description.upload-comp{
    margin-top: 50px;
  }
  div.credit-card-confirm-popup {
    width: 80%;
  }
  div.credit-card-confirm-button {
    padding: 0 10px;
  }
  div.credit-card-name-confirm-popup {
    width: 80%;
  }
  div.credit-card-name-confirm-popup-body div.credit-card-name-flex p {
    margin-top: 10px;
  }
  div.credit-card-name-confirm-popup-body #input-credit-card-kana,
  div.credit-card-name-confirm-popup-body #input-credit-card-name {
    margin-top: 2px;
  }
  div.credit-card-name-confirm-button {
    padding: 0 10px;
  }
}
div.credit-card-confirm-popup {
  max-width: 480px;
  height: 260px;
  position: fixed;
  background-color: white;
  border: solid 20px #ffe401;
  margin: auto;
  z-index: 1000000000002;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
div.credit-card-confirm-popup-title p {
  margin: 10px 0;
  color: red;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
div.credit-card-confirm-popup-body {
  margin: 10px 10px;
}
div.credit-card-confirm-buttons {
  display: flex;
  justify-content: space-around;
  margin: 20px auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
div.credit-card-confirm-button {
  width: 150px;
  height: 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.5s;
  background-color: black;
  color: #ffe401;
}
div.form-black-background-credit-card-name {
  z-index: 10000;
}
div.credit-card-name-confirm-popup {
  max-width: 480px;
  height: 240px;
  position: fixed;
  background-color: white;
  border: solid 20px #ffe401;
  margin: auto;
  z-index: 1000000000002;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
div.credit-card-name-confirm-popup-title p {
  margin: 10px 0;
  color: red;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
div.credit-card-name-confirm-popup-body {
  margin: 10px 10px;
}
div.credit-card-name-confirm-popup-body div.credit-card-name-flex.credit-card-name-flex-top {
  margin-bottom: 2px;
}
div.credit-card-name-confirm-popup-body div.credit-card-name-flex {
  margin: 15px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
div.credit-card-name-confirm-popup-body div.credit-card-name-flex p {
  width: 50%;
}
div.credit-card-name-confirm-popup-body div.credit-card-name-flex.credit-card-name-flex-bottom {
  margin-top: 2px;
}
div.credit-card-name-confirm-buttons {
  display: flex;
  justify-content: space-around;
  margin: 20px auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
div.credit-card-name-confirm-button {
  width: 150px;
  height: 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.5s;
  background-color: black;
  color: #ffe401;
}
select[name="expire_year"], 
select[name="expire_month"] {
  width: 80px !important;
}

@media screen and (max-width: 767px){
  select.short-select{
    width:100%;
  }
  .error-message{
    bottom: -15px;
  }
  div#plan-id-error-message,
  div#zipcode-id-error-message,
  div#rental-date-id-error-message,
  div#mypage_rental_error_message,
  div#mypage_rental_delivery_error_message{
    margin: 20px auto -0.9em;
  }
  div.credit-card-name-confirm-popup {
    height: 340px;
    border: solid 10px #ffe401;
    width: 80%;
  }
  div.credit-card-name-confirm-popup-body div.credit-card-name-flex p{
    width: 100%;
    margin-top: 10px;
  }
  div.credit-card-name-confirm-button {
    width: 100px;
    height: 50px;
  }
  div.credit-card-confirm-popup {
    height: 335px;
    border: solid 10px #ffe401;
    width: 80%;
  }
}
table.estimate-table th{
  width: 35%;
}
table.estimate-table td{
  width: 65%;
}
div.edit-partial-device-option div.mypage-user-container,
div.edit-partial-device-option-cloud div.mypage-user-container{
  margin: 40px 0;
}
div.edit-partial-contractor form table.form-table .col20 ~ span,
div.edit-partial-contractor form table.form-table .mypage-input-border.col20 ~ span,
div.edit-partial-user form table.form-table .mypage-input-border.col20 ~ span,
div.edit-partial-corp-contact form table.form-table .mypage-input-border.col20 ~ span,
div.edit-partial-delivery form table.form-table .mypage-input-border.col20 ~ span{
  margin: 0 0.1rem;
}
table.form-table span.mandatory{
  color: #df0033;
  border: 1px solid;
  position: relative;
  text-align: center;
  border-radius: 5px;
  padding: 2px 5px;
  font-size: 12px;
  margin: 0 5px 0 0;
  font-weight: bold;
  margin-right: 5px;
}

table.form-table span.optional{
  color: #020202;
  border: 1px solid;
  border-radius: 5px;
  padding: 2px 5px;
  font-size: 12px;
  margin: 0 5px 0 0;
  font-weight: normal;
  margin-right: 5px;
}
@media screen and (min-width: 768px){

  div.mandatory.agree-check{
    top: 41px;
    left: 265px;
    margin-top: -20px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px){
  table.form-table span.mandatory{
    color: #df0033;
    border: 1px solid;
    position: relative;
    text-align: center;
    border-radius: 5px;
    padding: 2px 5px;
    font-size: 12px;
    margin: 0 5px 0 0;
    font-weight: normal;
    margin-right: 5px;
  }
  table.form-table span.optional{
    color: #1E1E1E;
    border: 1px solid;
    position: relative;
    text-align: center;
    border-radius: 5px;
    padding: 2px 5px;
    font-size: 12px;
    margin: 0 5px 0 0;
    font-weight: normal;
    margin-right: 5px;
  }
  table.form-table .col20.form-item-contractor ~ span,
  table.form-table .mypage-input-border.col20 ~ span{
    font-size: 1.2rem;
    margin: 0px -0.2rem;
  }
  input.col49 {
    width: 49%;
  }
  div.edit-partial-device-option div.mypage-user-container,
  div.edit-partial-device-option-cloud div.mypage-user-container{
    margin: 0;
  }
  div.mandatory.agree-check{
    top: 41px;
    left: 30%;
    transform: translateX(-30%)
  }

}
@media screen and (max-width: 320px){
  span.mandatory,
  span.optional{
    width: 35px;
    left: 3px;
    font-size: 1.1rem;
    text-align: center;
  }
}

@media screen and (min-width: 768px){
  td.password-td span.field-icon {
    position: absolute;
    top: 18px;
    left: 185px;
    right: 10px;
  }
  table.form-table th.two-select{
    padding-bottom: 45px;
  }
  .form-user-background-entry table.form-table th.two-select{
    padding-bottom: 65px;
  }
  tr.payment th.two-select{
    padding-bottom: 10px;
  }
  .atone-payment table.form-table th.two-select{
    padding-bottom: 45px;
  }
}
input.mypage-input-border.form-item-password{
  width: 50%;
}
p.terms-agree:nth-of-type(n+2):not(:last-of-type) {
  margin-bottom: 10px;
  text-indent: -1em;
  padding-left: 2em;
}
p.terms-agree,
p.terms-agree:last-child {
  margin-bottom: 10px;
  padding-left: 1em;
}
@media screen and (max-width: 767px){
  input.mypage-input-border.form-item-password{
    width: 100%;
  }
  table.form-table td.entry-name{
    display: flex;
    margin-right: 10px;
  }
  table.form-table td.entry-name input.mypage-input-border.form-item-contractor.first{
    margin-right: 5px;
  }
  p.leave-checkbox-box-title{
    padding: 20px 30px;
    text-align: left;
  }
  div.leave-checkbox-box{
    padding-bottom: 40px;
  }
  div.confirm-box{
    margin-left: 100px;
  }
  p.terms-agree:nth-of-type(n+2):not(:last-of-type) {
    padding-left: 1em;
  }
  p.terms-agree,
  p.terms-agree:last-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 320px){
  div.confirm-box{
    margin-left: 50px;
  }
}
div.form-user-background.form-user-background-entry.form-user-password{
  margin-bottom: -30px;
}
label.leave-checkbox{
  margin-left: 10px;
  cursor: pointer;
}
.leave-checkbox-text {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .leave-checkbox-text {
    margin-left: 55px;
  }
}
.leave-checkbox-pointer, 
.leave-checkbox-pointer label, 
.leave-checkbox-pointer input {
  cursor: pointer;
}
div.white-content-box-form.form-space{
  margin-top: 10px;
  padding-top: 10px;
}
div.white-content-box-form.form-space-company{
  padding-top: 10px;
  padding-bottom: 34px;
}
div.mypage-user-container h1.contact{
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px){
  table.form-table td.two-flame{
    width: 48%;
  }
  table.form-table td.two-flame.second{
    margin-left: 5px;
  }
}
div.multi-confirm p{
  font-size: 3rem;
  font-weight: bold;
  margin-top: 20px;
  text-align: left;
  line-height: 1.2em;
}
div.mypage-description {
  letter-spacing: -0.05rem;
  font-size: 1.4rem;
  text-align: left;
  color: white;
  position: relative;
  z-index: 1;
}
div.corp-mypage-description {
  max-width: 750px;
  margin: 0 auto;
  color: #000;
}
div.corp-mypage-description.space{
  margin-top: 40px;
}
form[action*="estimate"] div.corp-mypage-description.space {
  margin-top: 0;
}
div.corp-mypage-description.company-file-upload-hint-margin{
  margin: 0 auto;
  padding-bottom: 0;
}
label.custom-check-box span{
  display: inline-block;
}
@media screen and (max-width: 767px){
  div.corp-mypage-description.space{
    margin-top: 20px;
  }
  label.custom-check-box span {
      margin-bottom: 20px;
  }
}

div.leave-checkbox-box-entry {
  outline: 1px solid #68d8d5;
  outline-offset: -1px;
  text-align: center;
  background-color: #FFFFFF;
  padding-top: 20px;
  margin-top: 50px;
  position: relative;
}
div.leave-checkbox-box-desciption p.terms-agree::before,
div.leave-checkbox-box-desciption p.terms-agree::after{
  display: none;
}

@media screen and (min-width: 768px){
  div.corp-mypage-description.estimate {
    margin-top: -15px;
    margin-bottom: -35px;
  }
  .side-title.left {
    z-index: 1;
  }
}
@media screen and (max-width: 320px){
  div.device-option-confirm-popup-body p{
    font-size: 1.1rem;
  }
  div.credit-card-confirm-popup-body p{
    font-size: 1.1rem;
  }
  div.credit-card-name-confirm-popup-body p{
    font-size: 1.1rem;
  }
}

img.yellow-notion-icon {
  margin-left: 4px;
}

@media (max-width: 767px) {
  div.device-option-confirm-button {
      padding: 0 10px;
  }
}

div.device-option-confirm-button,
div.present-limit-confirm-button,
div.present-pay-error-confirm-button {
  text-align: center;
}

div.device-option-confirm-button {
  width: 150px;
  height: 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.5s;
  background-color: #ffe401;
  color: black;
}
div.credit-card-name-confirm-button {
  background-color: #ffe401;
  color: black;
}

div.device-option-confirm-button.device-option-confirm-button-back{
  background-color: black;
  color: #ffe401;
}
div.device-option-confirm-button.device-option-confirm-button-back:focus {
  outline: 2px solid #ffe401;
}
div.credit-card-confirm-button.credit-card-confirm-button-back{
  background-color: black;
  color: #ffe401;
}
div.credit-card-name-confirm-button.credit-card-name-confirm-button-back{
  background-color: black;
  color: #ffe401;
}
div.credit-card-name-confirm-button.credit-card-name-confirm-button-back:focus {
  outline: 2px solid #ffe401;
}
@media screen and (min-width: 768px){
  p.select-plans{
    font-size: 1.8rem;
    margin-top: 35px;
  }
  p.corp-select-plans{
    font-size: 1.8rem;
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px){
  p.select-plans{
    margin-bottom: 5px;
  }
}
div.mypage-icon img{
  width: 100%;
}
div.complete-mypage-icon {
  width: 320px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
div.overseas-step-icon-box-image-pos{
  position: absolute;
  opacity: 0;
}
div.overseas-step-icon-box-image-neg{
  position: static;
  opacity: 1;
}
@media screen and (max-width: 767px){
  div.complete-mypage-icon {
    width: 300px;
    display: block;
    margin-top: 30px;
  }
  div.mypage-icon img{
    height: 70px;
  }
}
div.row-complete{
  margin-top: 80px;

}
div.row-complete a{
  text-decoration: none;
}
@media screen and (max-width: 767px){
  div.row-complete{
    flex-direction: column;
    margin: 50px auto;
  }
}
@media screen and (max-width: 320px){
  div.row-complete img{
    width: 98%;
    margin: 0 4px;
  }
  div.form-next-button.complete {
    width: 295px;
  }
}

div.complete-mypage-icon.active div.overseas-step-icon-box-image-neg img {
  opacity: 0;
  transition: all 0.5s ease-out;
}

div.complete-mypage-icon.inactive div.overseas-step-icon-box-image-neg img {
  opacity: 1;
  transition: all 0.5s ease-out;
}
div.estimate-navigation{
  position: absolute;
  max-width: 980px;
  top: 0px;
  padding: 20px 0 0 0 !important;
  margin: auto;
}
@media screen and (max-width: 767px){
  div.estimate-navigation{
    padding: 10px 20px 0 !important;
  }
}
div.estimate-navigation.down{
  top: 50px
}
@media screen and (max-width: 767px){
  form[action*="estimate"] .mypage-section-container {
    padding-top: 25px;
  }
  div.estimate-navigation.down{
    padding-left: 0 !important;
    top: 30px;
  }
}
@media screen and (min-width: 768px){
  div.flex-box-entry{
    display: flex;
    justify-content: space-between;
  }
}
div.complete-description {
  font-size: 1.3rem;
  text-align: left;
  background-color: white;
}
div.complete-description-title {
  text-align: left;
  font-size: 1.5rem;
  margin: 0 0 20px 40px;
  font-weight: bold;
  line-height: 1.3;
}
div.complete-description-title-caution {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
#corp-white-content-padding .complete-description-title {
  margin: 0;
  text-align: center;
}
#corp-white-content-same-billing .complete-description-title {
  margin-left: 0;
}
div.complete-form-capacity-notice {
  display: flex;
  align-items: center;
  justify-content: left;
  margin: 20px auto 10px;
}
div.complete-form-capacity-notice div.form-capacity-notice-icon {
  width: 30px;
  margin-right: 5px;
  display: flex;
  align-items: center;
}
.complete-condo-text {
  margin: 10px 0;
  line-height: 1.5;
}
div.condo-entry-complete-description {
  text-align: left;
}
div.condo-complete-description-title {
  text-align: left;
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.5;
}
div.form-application-container div.complete-description {
  margin: 10px auto 0;
  max-width: 750px;
  padding: 20px;
  box-sizing: border-box;
}
div.form-application-container div.complete-description.corp-margin-bottom{
  margin: 50px auto 0;
}
div.complete-description-title-bottom {
  margin-bottom: 0px;
}
.mypage-payment-info-detail-deferred div.form-user-background .condo-pay-image img {
  margin: 30px auto 0;
}
.mypage-payment-info-detail-deferred div.form-user-background .condo-pay-image img.sp {
  display: none;
}
.atone-pay-logo-margin {
  margin: 30px auto;
  display: block;
  width: 50%;
}
.white-content-box-form-condo {
  font-size: 1.4rem;
}
div.white-content-box-form-condo > div.form-user-background {
  margin: 30px auto 0;
}

/* atoneボタンを隠す(!importantでatone APIのstyleを上書き) */
.atone-button {
  display: none !important;
}

.atone-link {
  text-decoration: underline;
}

@media screen and (max-width: 767px){
  .atone-pay-logo-margin {
    width: 75%;
  }
  div.complete-description-title-left {
    text-align: left;
  }
  div.condo-entry-complete-description {
    text-align: left;
    margin-left: 0;
    line-height: 1.5;
  }
  span.condo-complete {
    margin-left: -15px;
    line-height: 1.3;
    display: block;
  }
  div.form-application-container div.complete-description.user-margin-bottom{
    margin: 50px auto 0;
  }
  .mypage-payment-info-detail-deferred div.form-user-background .condo-pay-image img.pc {
    display: none;
  }
  .mypage-payment-info-detail-deferred div.form-user-background .condo-pay-image img.sp {
    display: block;
  }
}
div.complete-mypage-icon.active div.overseas-step-icon-box-image-pos {
  opacity: 1;
  transition: all 0.5s ease-out;
}
div.complete-mypage-icon.active div.overseas-step-icon-box-image-neg {
  opacity: 0;
  transition: all 0.5s ease-out;
}
div.complete-mypage-icon.inactive div.overseas-step-icon-box-image-pos {
  opacity: 0;
  transition: all 0.5s ease-out;
}
div.complete-mypage-icon.inactive div.overseas-step-icon-box-image-neg {
  opacity: 1;
  transition: all 0.5s ease-out;
}

/* 完了画面 クラウドバックアップHome・データ復旧サービス関連CSS start */
div.no-margin {
  margin: 0;
}
#complete_top_link div.form-next-button {
  width: 220px;
  height: 100%;
  margin: 0;
  background: #000000;
  box-shadow: none;
}
#complete_top_link div.form-next-button::before {
  background: #000000;
}
#complete_top_link div.form-next-button.cloudbackup,
#complete_top_link div.form-next-button.cloudbackup::before{
  background: #68d8d5;
}
#complete_top_link div.decoration-button-wrapper > a {
  position: relative;
}
#complete_top_link div.decoration-button-wrapper > a:focus {
  outline: none;
}
#complete_top_link div.decoration-button-wrapper > a::before {
  display: none;
  content: '';
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -5px;
  margin: auto;
  outline: 2px solid #000;
}
#complete_top_link div.decoration-button-wrapper > a:focus::before {
  display: block;
}
div.form-next-button.complete p span:hover,
div.form-next-button.complete:hover {
  color: #fff;
}
div.form-next-button.complete:hover::after {
  background: url(/assets/img/arrow-white.svg) no-repeat center / 100%;
}
.complete-next-cloud-caution {
  text-align: left;
  margin: 20px 0 0 40px;
}
/* 完了画面 クラウドバックアップHome・データ復旧サービス関連CSS end */

@media screen and (min-width: 768px){
  div.complete-description.corp p{
    margin-left: 40px;
  }
}
select.payment_method{
  width: 100%;
}

.form-item-delivery-corp [name="payment_due_date_type"]{
  width: 34%;
}
div.form-capacity-notice.payment{
  margin: 30px auto;
  padding-top: 15px;
}
div.form-capacity-notice.payment span.strong{
  color: #df0033;
  font-size: 1.7rem;
  font-weight: 600;
}
@media screen and (max-width: 320px){
  div.form-capacity-notice.payment span.strong{
    font-size: 1.5rem;
  }
}
div.flex-box.payment{
  display: flex;
}
div.payment-block.right{
  line-height: 1.3;
}
@media screen and (max-width: 767px){
  div.form-capacity-notice.payment{
    margin-bottom: 20px;
  }
  div.payment-block.left{
    width: 22%;
  }
  div.complete-description {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 320px){
  div.payment-block.left{
    width: 24%;
  }
}
p.select-plan{
  font-size: 1.6rem;
  margin: 30px auto;
}
@media screen and (max-width: 767px){
  p.select-plan{
    font-size: 1.6rem;
    margin: 20px auto;
  }
}
div.flex-box-select{
  display: flex;
}
div.flex-box-select.margin-down{
  margin-bottom: 15px;
}
div.flex-box-select.total-price{
  display: flex;
}

@media screen and (max-width: 767px){
  div.flex-box-select{
    display: block;
    width: 100%;
    margin: auto;
  }

  div.flex-box-select.total-price{
    width: 96%;
    margin-top: 2em;
    justify-content: space-between;
  }
}
div.confirm-box-entry {
  width: 100%;
  height: 60px;
  background-color: #68d8d5;
  color: #000;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  transition: 0.5s;
  padding: 0;
}
label.custom-check-box.entry input[type="checkbox"] + span::before{
  z-index: 0;
  background-color: white;
  width: 18px;
  height: 18px;
  border: 1px #333 solid;
  border-radius: 0;
  position: relative;
  left: -41px;
  top: 22px;
  cursor: pointer;
}
label.custom-check-box-entry input[type="checkbox"] + span::after{
  z-index: 1;
  margin: 2px 5px;
  width: 7px;
  height: 10px;
  position: relative;
  left: -50px;
  top: 22px;
}
label.custom-check-box.entry input[type="checkbox"]:checked + span::after{
  border: 2px solid black;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
label.custom-check-box.entry input[type="checkbox"] + span::after{
  z-index: 1;
  margin: 2px 5px;
  width: 7px;
  height: 10px;
  position: relative;
  left: -58px;
  top: 18px;
}
@media screen and (max-width: 767px){
  label.custom-check-box.entry{
    margin-left: 60px;
  }
  label.leave-checkbox.entry p{
    position: relative;
    bottom: 19px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px){
  div.mandatory{
    background-color: #E43E5A;
    color: white;
    width: 45px;
    padding-top: 2px;
    border-radius: 7px;
    position: relative;
    top: 41px;
    left: 269px;
    text-align: center;
    z-index: 1;
  }
}
@media screen and (max-width: 767px){
  div.mandatory{
    background-color: #E43E5A;
    color: white;
    width: 45px;
    border-radius: 7px;
    position: relative;
    top: 40px;
    left: 56px;
    text-align: center;
    z-index: 1;
  }
}
@media screen and (max-width: 320px){
  div.mandatory{
    left: 51px;
  }
}
div.form-step-footer-area{
  width: 450px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px){
  div.form-step-footer-area{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
div.left-plan-column{
  width: 22%;
}
div.left-plan-column p {
  background-color: #68d8d5;
  color: #000;
  padding: 1.1em 0;
  text-align: center;
}


.entry-payment div.left-plan-column p{
  padding: 0.3em 1.5em;
  text-align: left;
}
@media screen and (max-width: 767px){
  div.left-plan-column{
    width: 40%;
  }
  div.left-plan-column.contract{
    width: 20%;
  }
  div.left-plan-column.entry-payment{
    width: 60%;
  }
  div.left-plan-column {
    width: max-content;
  }
  div.left-plan-column p,
  .entry-payment div.left-plan-column p{
    padding: 0.5em;
    font-weight: bold;
  }
  .total-price div.left-plan-column p{
    padding: 0.8em;
  }

}

@media screen and (max-width: 320px){
  div.left-plan-column.contract{
    width: 30%;
  }
  div.left-plan-column.entry-payment{
    width: 70%;
  }
}

@media screen and (min-width: 768px){
  div.monthly-pay div.plan-summary-area-table div.summary-table-column-right{
    width: 100%;
  }
  .monthly-pay div.left-plan-column {
    margin-top: 20px;
  }

}
div.price-topping-2-body-right-column:last-child {
  box-sizing: border-box;
  width: 80%;
}
div.entry-option-title{
  display: flex;
  align-items: center;
}
div.entry-option-title p{
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px){
  div.add-option{
    width: 35px;
    margin-right: 5px;
  }
  #cloud_backup div.entry-option-title {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
}
div.cancellation-fee{
  display: flex;
  justify-content: space-between;
  border: 1px solid #68d8d5;
  padding: 2.5%;
  text-align: center;
}
div.cancel-flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
}
div.cancel-flex div.summary-table-column-right{
  flex-grow: 2;
  text-align: end;
}
div.edit-partial-plan form{
  margin-top: 0;
  padding: 10px 0;
}
@media screen and (max-width: 767px){
  div.cancellation-fee{
    width: auto;
  }
  .cancel div.summary-table-column-right{
    flex-grow: 2;
  }

  div.cancel-flex{
    align-items: baseline;
    width: 100%;
  }

  div.edit-partial-plan form div.form-capacity-select-checkbox-area label{
    font-size: 1rem;
  }

  div.edit-partial-plan form > div.form-capacity-description-body-left table th,
  div.edit-partial-plan form > div.form-capacity-description-body-right table th,
  div.edit-partial-plan form > div.form-capacity-description-body-left table td,
  div.edit-partial-plan form > div.form-capacity-description-body-right table td{
    padding: 5px;
  }
}
div.flex-box-select.monthly-payment,
div.flex-box-select.entry-payment{
  margin: 40px 0;
}
tr.line{
  border-top: 1px solid #68d8d5;
}
.monthly-pay span.campaign-attention,
p#cancel_fee_attention,
p.attention{
  font-size: 1.2rem;
}
p.attention.margin-select{
  margin-top: 8px;
}
.monthly-pay span.campaign-attention{
  width: 96%;
}
@media screen and (max-width: 767px){
  div.price-topping-2-body-right-column:first-child {
    text-align: center;
  }
  div.flex-box-select.entry-payment{
    margin: 30px auto;
    padding-top: 20px;
    border-top: 1px solid #68d8d5;
  }
  .monthly-pay span.campaign-attention,
  p#cancel_fee_attention,
  p.attention{
    font-size: 1rem;
  }
}

div.summary-table-column span.plan-tax,
div.summary-table-column-right span.plan-tax{
  font-size: 1.4rem;
  font-weight: normal;
}
span.text-small{
  font-size: 1.3rem;
}

span.pink-link {
  text-decoration: underline;
  color: #df0033;
  cursor: pointer;
}
.entry-confirm-plan-edit-links a.pink-link,
div.user-link a.pink-link{
  font-weight: bold;
}
  div.form-step-title.campaign-form-title p{
  margin-bottom: 20px;
}


/*ファイルのアップロード画面*/
div.form-user-background-entry button.upload_doc_file {
  background-color: white;
  border-radius: 0.1em;
  border:1px solid #000;
  font: 400 30px Arial;
  width: 35px;
  height:35px;
  padding: 0px;
}
div.form-user-background-entry button.upload_doc_file_corporation {
  border-radius: 0.1em;
  border: 0px;
  width: 50px;
  height: 32px;
  padding: 0px;
  font-family: 'Roboto', 'Noto Sans JP', "游ゴシック", "メイリオ", sans-serif;
}
div.form-user-background-entry button.upload_doc_file_corporation_add {
  background-color: #ffe401;
  border-radius: 8px;
  width: 90px;
}
div.form-user-background-entry button.upload_doc_file_corporation_delete {
  background-color: #D9D9D9;
  font-weight: normal;
  border-radius: 8px;
  height: 26px;
}
.document-id {
  width:250px;
}
.document-id-corporation {
  width: 100%;
}
table.form-table td.right-button{
  text-align: right;
  padding-top: 6px;
}
div.form-step-title.campaign-form-title p{
  margin-bottom: 20px;
}
div.mandatory{
  background-color: #df0033;
  color: #FFFFFF;
  width: 45px;
  border-radius: 7px;
  position: relative;
  top: 24px;
  left: 200px;
  text-align: center;
}
/*必須マーク*/
@media screen and (max-width: 767px){
  div.mandatory{
    left: 30px;
  }
}
@media screen and (max-width: 320px){
  div.mandatory{
    width: 35px;
    left: 3px;
    font-size: 1.1rem;
  }
}
p.invalid-feedback.text-red{
  font-size: 1.2rem;
}

table.form-table td.credit-confirm-name{
  vertical-align: middle;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px){
  table.form-table th.credit-confirm-name-label{
    margin-top: 0;
    line-height: 2rem;
  }
  div.user-link{
    font-size: 1.4rem;
  }
}

div.entry-user-link-margin{
  margin-top: 40px;
}

p.remark{
  color: #333;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

/*申込フォームオプションポップアップ*/
div.form-black-background-device-option{
  z-index: 10000;
  position: fixed;
  background-color: black;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
@media (max-width: 767px) {
  div.device-option-confirm-popup {
      width: 80%;
  }
}
div.device-option-confirm-popup {
  max-width: 400px;
  height: 200px;
  position: fixed;
  background-color: white;
  border: solid 20px #ffe401;
  margin: auto;
  z-index: 1000000000002;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
div.device-option-confirm-popup-title p {
  margin: 10px 0;
  color: red;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
div.device-option-confirm-popup-body {
  margin: 10px 10px;
  text-align: center;
}
div.device-option-confirm-buttons {
  display: flex;
  justify-content: space-around;
  margin: 20px auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

/*申込フォームクレジットカード注意ポップアップ*/
div.credit-card-confirm-popup-title,
div.credit-card-name-confirm-popup-title{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0;
}
/*-------------------------------------------
    Castingroad
-------------------------------------------*/

h3.top-campaign-title{
  position: relative;
  font-size: 3.1rem;
  text-align: center;
  z-index: 1;
  background: linear-gradient(to right, #FFC600, #FFE300);
  color: #434343;
  padding: 15px 0;
  font-weight: bold;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
span.campaign-title-text{
  -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: rgb(0,0,0,80%);
  color: transparent;
  background: linear-gradient( 0deg, #cbcbcb 0% 35% , #ffffff 60% 100%);
  -webkit-background-clip: text;
}

@media screen and (max-width: 767px){
  h3.top-campaign-title{
    font-size: 180%;
    line-height: 1.25em;
  }
  div.device-option-confirm-button {
    width: 100px;
    height: 50px;
  }
  div.device-option-confirm-popup {
    height: 200px;
    border: solid 10px #ffe401;
    width: 80%;
  }
}

/*端末あんしんオプションを「つけない」のポップアップ*/

/*「つけない」のチェック*/
.option-check {
  display: flex;
  justify-content: space-between;
  width: 85%;
  height: 100px;
  margin: auto;
}
.option-check > label,
.btn-option-close{
  display: block;
  width: 40%;
  background-color: #bababa;
  border:2.5px solid #d4d4d4;
  padding: 18px 0;
  margin: 23px 0;
  font-size: 1.45rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  border-radius: 1.4rem;
  text-align: center;
  text-indent: 1.5em;
  cursor: pointer;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.35);
  transition: 0.2s;
}

div.alart-notion-black-background{
  position: fixed;
  background-color: #000000;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000000000001;
}

div.white-content-box-alart-notion{
  position: fixed;
  max-width: 1100px;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 50px 0;
  margin: auto;
  z-index: 1000000000002;
  background-color: #F3F3F3;
}

/*申込フォーム 端末あんしんオプションのアラート*/
div.white-content-box-alart-notion{
  height: auto;
  max-width: 35%;
  top: 50%;
  background-color: #fff;
  padding: 0;
  transform: translateY(-50%);
  min-width: 600px;
  padding-bottom: 3.5rem;
}

div.white-content-box-alart-notion.tanmatsu-anshin {
  height: 100%;
  max-height: 550px;
  overflow: auto;
}

div.alart-popup-close-button {
  background-color: #F3F3F3;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: center;
  border-radius: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

div.white-content-box-alart-notion div.alart-popup-close-button + .ac-popup-contents{
  margin-bottom: -3.5rem;
  padding-bottom: 3.5rem;
}

@media screen and (max-width: 767px){
  div.white-content-box-alart-notion {
    height: auto;
    max-width: 90%;
    min-width: unset;
    transform: translateY(-50%);
  }
}

/*アラートのチェックがついたら色を変える*/
.option-check > label:hover,
label.check-option{
  border:2.5px solid #ffe401;
  background-color: #ffe401;
}
label.check-option {
  width: 46%;
  font-size: 1.65rem;
  border: 2.5px solid #ffe401;
  background-color: #ffe401;
  padding: 23px 0 16px;
  margin: 15px 0;
}

.btn-option-close{
  width: 40%;
  height: auto;
  padding: 20px 0;
  margin: auto;
  letter-spacing: 0.25em;
  font-size: 1.6rem;
  background-color: #FFFFFF;
  color: #000000;
  border: none;
  text-indent: 0px;
}
img.device-alart {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.option-check label.custom-check-box-v2 input[type="radio"]{
  display: none;
 }
.option-check label.custom-check-box-v2 input[type="radio"] + span::before,
.option-check label.custom-check-box-v2 input[type="radio"] + span::after{
  position: absolute;
  top: 20%;
  left: 15%;
  display: inline-block;
  content: '';
  box-sizing: border-box;
  z-index: 3;
}

label.custom-check-box-v2.check-option input[type="radio"] + span::before,
label.custom-check-box-v2.check-option input[type="radio"] + span::after{
  top: 25%;
}
.option-check label.custom-check-box-v2 span::after{
  content: '';
  border: none;
}

.option-check label.custom-check-box-v2 input[type="radio"] + span::before{
  z-index: 2;
  background-color: #e3e3e3;
  border-radius: 0.5em;
  width: 2em;
  height: 2em;
  margin: 0;
  display: inline-block;
  content: '';
  box-sizing: border-box;
}
.option-check label.custom-check-box-v2 input[type="radio"] + span::after{
  margin: 4px 10px;
  width: 8px;
  height: 13px;
}

label.custom-check-box-v2.check-option input[type="radio"] + span::after{
  margin: 5px 13px;
  height: 16px;
}

label.custom-check-box-v2.option-checkbox-true input[type="radio"]:checked + span::after,
label.custom-check-box-v2.option-checkbox-false input[type="radio"]:checked + span::after{
  border: 1.5px solid #000000;
  display: block;
  content: '';
  border-width: 0 15px 15px 0;
  left: 25%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 1440px) {
  .option-check{
    height: 55px;
  }
  .option-check > label{
    margin: 10px 0;
    padding: 9px 0 14px;
    font-size: 1.3rem;
  }
  label.check-option {
    margin: 6px 0;
    padding: 13px 0 14px;
  }
  .btn-option-close{
    padding: 13px 0;
    font-size: 1.2rem;
    height: auto;
  }
  label.option-check{
    letter-spacing: 0;
  }
  img.device-alart {
    max-width: 100%;
    display: block;
  }
  .option-check label.custom-check-box-v2 input[type="radio"] + span::before,
  .option-check label.custom-check-box-v2 input[type="radio"] + span::after{
    top: 17%;
    left: 11%;
  }
  .option-check label.custom-check-box-v2 input[type="radio"] + span::before{
    width: 1.7em;
    height: 1.7em;
  }
  .option-check label.custom-check-box-v2 input[type="radio"] + span::after{
    margin: 2px 8px;
  }
}

@media screen and (max-width: 767px) {
  .option-check{
    width: 90%;
    height: 100px;
  }

  .option-check > label,
  .btn-option-close {
    padding: 15px 0;
    margin: 26px 0;
    font-size: 1.3rem;
    text-indent: 2em;
  }
  label.check-option{
    width: 48%;
    font-size: 1.4rem;
    padding: 23px 0;
    margin: 17px 0 19px;
  }
  .btn-option-close {
    width: 48%;
    height: auto;
    padding: 20px 0;
    margin: 0px auto;
    text-indent: 0;
  }

  .option-check label.custom-check-box-v2 input[type="radio"] + span::before,
  .option-check label.custom-check-box-v2 input[type="radio"] + span::after{
    left: 6%;
  }
  label.custom-check-box-v2.check-option input[type="radio"] + span::before,
  label.custom-check-box-v2.check-option input[type="radio"] + span::after{
    top: 29%;
  }
  .option-check label.custom-check-box-v2 input[type="radio"] + span::after{
    margin: 3px 9px;
    width: 8px;
    height: 13px;
  }
  div.edit-partial-contractor form div.mypage-user-container table.form-table .col20 ~ span{
    margin: 0 -0.1rem;
    font-size: 1.3rem;
  }
  div.edit-partial-user form div.mypage-user-container table.form-table .col20 ~ span,
  div.edit-partial-delivery form div.mypage-user-container table.form-table .col20 ~ span{
    margin: 0 -0.15rem;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 320px) {
  label.option-check{
    text-indent: 40px;
    font-size: 1.2rem;
  }
  div.white-contet-box-alart-notion div.white-content-box-title-notion p{
    font-size: 1.9rem;
  }
  label.custom-check-box-v2.option-check input[type="radio"] + span::before,
  label.custom-check-box-v2.option-check input[type="radio"] + span::after{
    left: 5%;
  }
}

/* クラウドバックアップHome・データ復旧サービス専用CSS start */

#anshin_option,
#digital_life_support,
#cloud_backup {
  margin-top: 70px;
}

.entry-option-description-title-1 {
  font-weight: bold;
  font-size: 1.4rem;
}

.entry-option-description-title-2 {
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: 20px;
}

div.entry-option-caution,
#anshin_option .wcp div.entry-option-attention,
#form-entry-edit-device-option .wcp div.entry-option-attention {
  width: 50%;
  line-height: 90px;
}
#anshin_option .wcp div.entry-option-attention,
#form-entry-edit-device-option .wcp div.entry-option-attention {
  width: 100%;
}

.form-plan-option-detail-title-1 {
  margin: 10px 0 15px;
  font-weight: bold;
  font-size: 1.4rem;
  background-color: #68d8d5;
  color: #000;
  padding: 5px 15px;
}

.form-plan-option-detail-title-2 {
  margin: 25px 0 15px;
  font-weight: bold;
  font-size: 1.4rem;
  background-color: #68d8d5;
  color: #000;
  padding: 5px 15px;
}

@media screen and (max-width: 767px) {
  #anshin_option {
    margin-top: 70px;
  }

  #cloud_backup {
    margin-top: 45px;
  }

  div.entry-option-caution {
    width: auto;
  }

  .form-plan-option-detail-title-1 {
    margin: 5px 0 15px;
    font-weight: bold;
    font-size: 1.4rem;
  }
}

/* クラウドバックアップHome・データ復旧サービス専用CSS start */


#error_confirm_doc_key {
  display: block;
  margin-top: 3px;
  width: 250%;
}

#error_identity_verification_key {
  display: block;
  margin-top: 3px;
  width: 250%;
}

#error_enrollment_verification_key {
  display: block;
  margin-top: 3px;
  width: 250%;
}

#error_reupload_auxiliary_key {
  display: block;
  margin-top: 3px;
  width: 250%;
}

#error_auxiliary_key {
  display: block;
  margin-top: 3px;
  width: 250%;
}

.company-file-margin {
  width: 561px;
  font-weight: normal;
  margin-bottom: -12px;
}

.company-text-size {
  font-size: 1.5rem;
}

.company-file-note {
  margin-top: 5px;
  color: #757575;
  font-size: 1.0rem;
  width: 250px;
}

table.form-table th.file-name-margin {
  margin-top: -50px;
  vertical-align: top;
  padding-left: 67px;
  padding-top: 8px;
}

.close {
  position: absolute;
  right: 5%;
  top: 6%;
  z-index: 1;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .close{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 25px;
    height: 25px;
  }
  table.form-table th.file-name-margin {
    margin-top: -50px;
    vertical-align: top;
    padding-left: 0px;
    padding-top: 8px;
    font-size: 1.4rem;
  }
}

.upload_doc_file_corporation_delete-margin {
  margin-left: -30px;
}

table.form-table tr.company-classification-margin {
  height: 0px;
}

table.form-entry-company {
  width: 100%;
  max-width: 700px;
  padding-left: 33px;
  padding-right: 33px;
  padding-top: 20px;
}

table.form-table tr.company-crack-margin-1,
table.form-table tr.company-crack-margin-2,
table.form-table tr.company-crack-margin-3 {
  height: 0px;
}

table.form-table tr.company-classification-margin-1,
table.form-table tr.company-classification-margin-2,
table.form-table tr.company-classification-margin-3,
table.form-table tr.company-classification-margin-4 {
  height: 4rem;
}

@media screen and (max-width: 767px){
  .company-file-margin {
    display: contents;
    padding-left: 0px;
    font-weight: normal;
    margin-bottom: -12px;
  }
  table.form-entry-company {
    width: 100%;
    max-width: 700px;
    padding-left: 0px;
    padding-top: 0px;
  }
  div.form-user-background-entry button.upload_doc_file_corporation_delete-margin {
    margin-left: 0px;
    margin-top: 0px;
  }
  table.form-table th.right-button {
    width: 100%;
    margin-bottom: -15px;
    margin-top: -9px;
  }
  table.form-table th.file-name-margin {
    margin-top: 0px;
    margin-bottom: 6px;
  }
  main.mypage-main select.document-id-corporation {
    margin-bottom: 0px;
  }
  .business-file {
    font-size: 1.2rem;
    width: 100%;
  }
  div.corp-mypage-description.company-file-upload-hint-margin {
    margin-top: -6px;
    padding-bottom: 0px;
  }
  table.form-entry-company {
    width: 100%;
    max-width: 700px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
  }
  table.form-table tr.company-classification-margin-1,
  table.form-table tr.company-classification-margin-2,
  table.form-table tr.company-classification-margin-3,
  table.form-table tr.company-classification-margin-4 {
    height: 1rem;
  }
  .company-file-note {
    width: 100%;
  }
}

div.company-file-upload-hint-margin img {
  width: 13px;
  position: relative;
  z-index: 1;
  margin: 0 5px;
  filter: brightness(0);
}
div.form-capacity-description-body-left-company.hidden{
  display: none;
}
div.form-capacity-description-body-left-company,
div.form-capacity-description-body-right-company {
  display: block;
  border-radius: 0.75em;
  max-height: none;
  margin-top: -20px;
  margin-bottom: 60px;
}
div.form-capacity-description-company {
  padding: 32px;
}

p.confirmation-document-hint-margin {
  margin-bottom: 28px;
}

form[action*="entry/corp/uploadfile"] p.confirmation-document-hint-margin {
  margin-bottom: 0;
}

div.form-step-title p.first-title span.first-company-fileupload-title {
  margin-top: -50px;
  display: block;
}

div.form-capacity-description-body-left table th.form-capacity-description-company-1,
div.form-capacity-description-body-right table th.form-capacity-description-company-1 {
  width: 19%;
  text-align: center;
}

div.form-capacity-description-body-left table th.form-capacity-description-company-2,
div.form-capacity-description-body-left table td.form-capacity-description-company-2 {
  width: 27%;
}

@media screen and (max-width: 767px){
  div.form-step-title p.first-title span.first-company-fileupload-title {
    margin-top: -30px;
    display: block;
  }
  div.white-content-box-form.form-space-company {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  div.form-capacity-description-body-left-company,
  div.form-capacity-description-body-right-company {
    display: block;
    border-radius: 0.75em;
    max-height: none;
    font-size: 1.2rem;
    margin-top: 0px;
  }
  div.form-capacity-description-company {
    padding: 19px;
    font-size: 1.2rem;
  }
  p.confirmation-document-hint-margin {
    margin-bottom: 0px;
  }
  div.form-capacity-description-body-left-company table th,
  div.form-capacity-description-body-left-company table td,
  div.form-capacity-description-body-right-company table th,
  div.form-capacity-description-body-right-company table td {
    font-size: 1.2rem;
  }
  div.form-capacity-description-body-left-company table,
  div.form-capacity-description-body-right-company table {
    margin-top: 5px;
  }
  #error_identity_verification_key {
    width: 256px;
  }
  #error_confirm_doc_key {
    width: 256px;
  }
  #error_enrollment_verification_key {
    width: 256px;
  }
}

div.form-application-container div.mypage-user-container-company {
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 50px;
}

table.form-table .document {
  width: 50%;
  font-size:1.3rem;
  padding-bottom: 9px;
}
table.form-table .document-td {
  width: 40%;
}
table.form-table .file-name-delete-margin {
  width: 10%;
  text-align: right;
}
@media screen and (max-width: 767px){
  table.form-table{
    table-layout: auto;
  }
  table.form-table .document {
    width: 100%;
  }
  table.form-table .document-td {
    width: 78%;
  }
  table.form-table .file-name-delete-margin {
    width: 20%;
  }
  div.login-decoration-row-width .form-next-button span {
    background-position-x: 94%;
  }
}

div.form-capacity-select-image img.standard-plan-w-cp-20gb-mark {
  position: absolute;
  width: 50px;
  right: -32px;
  top: -27px;
}
div.form-capacity-select-image img.standard-plan-w-cp-40gb-mark {
  position: absolute;
  width: 50px;
  right: -32px;
  top: -27px;
}
@media screen and (max-width: 767px){
  div.form-capacity-select-image img.standard-plan-w-cp-20gb-mark {
    position: absolute;
    width: 39px;
    right: -14px;
    top: -15px;
  }
  div.form-capacity-select-image img.standard-plan-w-cp-40gb-mark {
    position: absolute;
    width: 39px;
    right: -14px;
    top: -15px;
  }
}

section.other-first,
section.other-second, 
section.other-second.guide, 
section.other-third, 
section.other-fourth, 
section.other-fifth, 
section.other-sixth, 
section.other-seventh {
  background-color: #F3F3F3;
  background-repeat: no-repeat;
  padding: 110px 30px 40px;
  position: relative;
  z-index: 0;
}

section.other-first {
  background-image: unset;
  padding: 0 30px 100px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  section.other-first {
    padding-bottom: 50px;
  }
}
.side-title {
  z-index: -1;
  position: absolute;
  filter: blur(0.5px) brightness(105%);
  writing-mode: vertical-rl;
  font-size: 5.5em;
  font-weight: bolder;
  text-orientation: mixed;
  -webkit-text-orientation: sideways;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ffffff;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1.05rem;
  word-break: break-all;
  line-height: 1.05em;
  overflow: hidden;
}

.side-title.left{
  left: -7px;
  top: 110px;
}

/*ポップアップ閉じるボタン*/
div.document-popup-close-button{
  width: 35px;
  height: 35px;
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: center;
  background-color: #000000;
  border-radius: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
div.document-popup-close-button img{
  width: 50%;
}
/*ポップアップの背景を暗くする*/
div.document-notion-black-background{
  position: fixed;
  background-color: #000000;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000000000001;
}
div.white-content-box-document-notion{
  position: fixed;
  max-height: calc(100% - 150px - 35px - 200px);
  max-width: 1100px;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 50px 0;
  margin: auto;
  z-index: 1000000000002;
  background-color: #F3F3F3;
}
div.white-content-box-document-notion{
  height: calc(100% - 150px - 35px - 200px);
  max-height: initial;
}
div.white-content-box-document-notion div.white-content-box-inner-document{
  width: 70%;
  height: 90%;
  overflow-x: hidden;
  margin: 30px auto 0;
}
/*ポップアップ内タイトル*/
div.white-content-box-document-notion div.white-content-box-title-notion{
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  div.popup-required-documents.white-content-box-document-notion {
    transform: translateY(-49.96%);
  }
  div.popup-required-documents.white-content-box-document-notion .white-content-box-inner-document {
    margin-top: 20px;
    width: 100%;
  }
  div.popup-required-documents.white-content-box-document-notion .white-content-box-body {
    margin-left: 50px;
    margin-right: 50px;
  }
  div.popup-required-documents.white-content-box-document-notion .white-content-box-body table {
    border-collapse: collapse;
    border-width: 3px;
  }
  div.popup-required-documents.white-content-box-document-notion .white-content-box-body table th,
  div.popup-required-documents.white-content-box-document-notion .white-content-box-body table td {
    border-width: 1px;
  }
}

/*ポップアップタイトル文字*/
div.white-content-box-title-notion p {
  font-size: 2.8rem;
  line-height: 1.2em;
}
@media screen and (max-width: 1440px) {
  div.white-content-box-document-notion{
    top: 50%;
    transform: translateY(-50%);
    margin: 0 5%;
    max-width: 90%;
    height: calc(100% - 50px - 40px - 20vh);
    max-height: initial;
  }
  div.white-content-box-document-notion div.white-content-box-inner-document{
    width: 75%;
    height: 75%;
    overflow-x: hidden;
  }
}

@media screen and (max-width: 767px) {
  div.white-content-box-document-notion div.white-content-box-inner-document{
    width: 90%;
  }
  div.popup-required-documents.white-content-box-document-notion  div.white-content-box-inner-document {
    height: calc(100% - 90px);
  }
  div.white-content-box-document-notion{
    margin: 0 5%;
    height: 75%;
    max-height: initial;
  }
  div.white-content-box-document-notion{
    bottom: 50px;
  }
  div.white-content-box-title-notion p {
    padding: 0 5%;
  }
}

table.bg-white-title th{
  background-color: #FFFFFF;
  color: #000000;
  padding-left: 0;
}
table.form-table.bg-white-title.confirm-title th{
  width: 33%;
}
table.form-confirm-table td.bg-white{
  background-color: #FFFFFF;
  font-weight: bold;
}

@media (max-width: 767px) {
  table.form-table.bg-white-title.confirm-title th{
    width: 100%;
  }
  table.form-confirm-table td.bg-white{
    margin-left: 15px;
    width: 50%;
  }
}
div.form-application-container div.btn-bottom{
  padding: 20px 0 50px;
}

div.estimate-attention+div.mypage-user-container .error-message-value,
div.entry-complete-description .error-message-value{
  display: table;
  text-align: left;
  margin: 0 auto;
  padding-top: 15px
}

div.estimate-attention+div.mypage-user-container .error-message{
  margin-top:10px;
}
div.white-content-box-form.estimate-content{
  margin:30px 0 0;
}
@media screen and (max-width: 767px){
  div.estimate-attention+div.mypage-user-container .error-message-value{
    margin:0px auto 5px;
  }
  div.white-content-box-form.estimate-content{
    margin:20px 0 0;
  }
  div.form-application-container div.btn-bottom{
    padding: 0 0 30px;
  }
}

/*ポップアップタイトルテーブル*/
.white-content-box-inner-document .white-content-box-body table th{
  line-height: 1.5
}

/*法人複数台　請求書情報登録*/
div.white-content-box-form.entry-company-form{
  margin: 0;
  padding: 10px 30px;
}
h2.form-h2.bottom-none{
  margin-right: 1em;
}
table.mypage-contract-table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
}
.icon-left{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 265px);
  margin: 0.5em 0 0.5em auto;
}
.icon-left img{
  display: block;
  width: 35px;
  margin-right: 10px;
}
p.text-indent{
  text-indent:1rem;
}
p.entry-remark{
  color: #333;
  font-size: 1.1rem;
  line-height: 1.5rem;
}
p.entry-remark.corp-card-padding {
  margin-top: 10px;
}
div.confirm-margin{
  margin: 50px auto 20px;
}
@media (max-width: 767px) {
  div.white-content-box-form.entry-company-form {
    margin: 0;
    padding: 10px;
  }
  .entry-company-form{
    margin: 0;
    padding: 15px 10px;
  }

  .icon-left{
    width: auto;
    margin: -1em auto 1em;
  }
}

/*timeout*/
.timeout-title p,
div.timeout p{
  color: #000;
}

div.timeout{
  background-color: #fff;
}

div.timeout-margin{
  margin-top: 35px;
}

@media screen and (max-width: 767px){
  div.form-application-container div.complete-description.timeout{
    margin: 50px auto 10px;
  }
}

div.form-application-container div.white-content-padding{
  padding: 20px;
  margin: 20px auto 0;
}

/* modal */
.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 10001;
}
.modal-bg{
  background: rgba(0,0,0,0.4);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal-container{
  box-sizing: border-box;
  width: 40%;
  padding: 20px 0;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.bgc-base {
  max-height: 87vh;
  padding: 0 40px;
  overflow: hidden scroll;
}
div.edit-partial-plan form .bgc-base {
  overflow: hidden auto;
}
.bgc-base .row img {
  width: 80%;
}
.bgc-base .plan img {
  width: 100%;
}
.spec-list {
  font-size: 14px;
  line-height: 1.2;
  padding-left: 1.5em;
}
.spec-list li:nth-child(n+2) {
  margin-top: 10px;
}
.spec-list ul{
  list-style: none;
  padding: 10px 0 0;
}
h3.ttl-bdr {
  border-bottom: solid 1px #bbb;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
h2.c-mizu {
  font-size: 24px;
  color: #00bfbf;
}
a.js-modal-close {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: center;
  background-color: #000000;
  border-radius: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
}
a.js-modal-close:focus {
  outline: 2px solid #000000;
}
a.js-modal-close img {
  width: 50%;
}
.bgc-base .col h2 {
  display: none;
}
div.row .col, 
div.row .col-last {
  width: 100%;
}
.description .spec-area {
  display: none;
}
.spec-area .bgc-base .plan img {
  width: 30%;
}
.form-capacity-description-body-left.info-cloudplan {
  max-height: 100%;
}
.description dl div dd.dropdown {
  color: #00bfbf;
  text-decoration: underline;
  font-size: 16px;
  cursor: pointer;
}
.description dl div dd.dropdown img {
  width: 13px;
  margin: 0 5px;
}
.is-hide img {
  display: none;
}
.dropdown.open img {
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .modal-container {
    width: 90%;
    height: 80%;
    padding: 15px;
  }
  .spec-list li:nth-child(n+2) {
    margin-top: 8px;
  }
  .spec-list {
    font-size: 12px;
    word-break: break-all;
  }
  .spec p {
    font-size: 14px;
  }
  .col-last h2 {
    display: none;
  }
  .bgc-base {
    height: 100%;
    padding: 0;
    overflow-y: auto;
  }
  .bgc-base .col h2 {
    display: block;
  }
  .bgc-base .row img {
    width: 40%;
  }
  .bgc-base .plan img, 
  .spec-area .bgc-base .plan img {
    width: 100%;
  }
  .bgc-base div.row {
    flex-direction: column;
  }
  .bgc-base .col {
    display: flex;
  }
  .bgc-base .col h2 {
    margin-left: 0.5em;
  }
}

/* お問い合わせ */
table.contact select {
  background-color: #D9D9D9;
  border: none;
  height: 50px;
  margin: 0;
  width: 100%;
  font-size: 1.5rem;
  font-family: 'Roboto', 'Noto Sans JP', "游ゴシック", "メイリオ", sans-serif;
  border-radius: 8px;
}
table.form-table.form-entry.contact th.tag-required {
  width: 35%;
}
table.contact p.remark-text {
  line-height: 1.0rem;
  margin-left: 242px;
  color: #909090;
}
table.contact span.mypage-remark {
  font-size: 1.0rem;
}
textarea.contact-input-border.text-area-inquery, 
select.mypage-input-border, 
select.contact_type_company {
  background-color: #D9D9D9;
  border: none;
  border-radius: 8px;
  padding: 10px;
  font-size: 1.3rem;
}
textarea.text-area-inquery {
  width: 100%;
  height: 100%;
  resize: vertical;
  box-sizing: border-box;
}
td.text-area-size {
  height: 100px;
}
textarea {
  font-family: inherit;
  font-size: 100%;
}
table.contact label.custom-check-box-contact.label-input-fon {
  position: relative;
}
table.contact-table {
  margin: 5px 0;
  width: 100%;
  border-spacing: 0;
  border-top: 1px solid #00bfbf;
}
table.contact-table th {
  font-weight: bold;
  text-align: left;
  padding: 15px 5px;
  width: 20%;
  color: #1E1E1E;
  background: none;
  margin-top: 12px;
}
table.contact-table td.contact-app-date {
  height: auto;
}
table.contact-table td {
  padding-left: 5px;
  vertical-align: middle;
}
div.mypage-user-container-fon {
  margin-top: 50px;
}
table.contact-table tr:last-child th, 
table.contact-table tr:last-child td {
  border-bottom: 1px solid #00bfbf;
}
.content-box-inner.contact-confirm {
  margin-top: 0;
}
table.contact-table.contact-confirm-table tr:last-child td {
  padding: 1em 5px;
}
table.contact-table td {
  height: auto;
  word-break: break-all;
}
table.contact-table th, 
table.contact-table td {
  border-bottom: 1px solid #00bfbf;
  font-size: 1.4rem;
}
div.question-mark img{
  position: absolute;
  width: 20px;
  top: 14px;
  right: 444px;
  transform: translateX(-50%);
}
div.contact-imei-attention {
  position: relative;
}
div.contact-imei-attention:hover span.imei-balloon{
  display: inline;
}
span.imei-balloon {
  display: none;
  position: absolute;
  margin: 1.5em 0;
  padding: 0 10px;
  width: 180px;
  right: 475px;
  bottom: -20px;
  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: 30%;
  left: 30%;
  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: 30%;
  content: "";
  position: absolute;
}


.support-complete {
  height: 70vh;
}

@media screen and (max-width: 767px) {
  table.contact-table {
    border-top: none;
  }
  table.contact-table th {
    border-top: 1px solid #00bfbf;
  }
  table.contact-table tr:first-child th {
    border-top: 1px solid #00bfbf;
  }
  table.contact-table tr:last-child th {
    border-bottom: none;
  }
  div.section-container.fon-renew {
    padding: 0;
  }
  table.contact-table th, 
  table.contact-table td {
    border-bottom-width: 0px;
    display: block;
    width: 95%;
  }
  table.contact-table.contact-confirm-table tr:last-child td {
    padding: 0 0 12px 5px;
    width: 92%;
  }
  div.contact-imei-attention:hover span.imei-balloon{
    display: inline;
  }
  table.form-table.form-entry.contact th.tag-required {
    width: 100%;
  }
  table.contact p.remark-text {
    margin-left: 0;
  }
  div.question-mark img {
    position: absolute;
    width: 20px;
    top: -85px;
    left: 214px;
    transform: translateX(-50%);
  }
  span.imei-balloon {
    left: 1px;
    bottom: 75px;
  }
  div.row.login-decoration-row-width {
    width: 100%;
  }
}

/* 法人相談確認画面 */
table.form-confirm-info-table.sp-long tr:first-child {
  border-top-width: 1px;
}

@media screen and (max-width: 767px) {
  div.white-content-box-form.fon-renew table.form-confirm-info-table tr:first-child th {
    border-top: 1px solid #68d8d5;
  }
  div.white-content-box-form.fon-renew table.form-confirm-info-table th {
    border-top: 1px solid #68d8d5;
    border-bottom: none;
    
  }
  div.white-content-box-form.fon-renew table.form-confirm-info-table td {
    padding: 10px;
  }
  div.white-content-box-form.fon-renew table.form-confirm-info-table tr:last-child td {
    border-bottom: 1px solid #68d8d5;
  }
  div.white-content-box-form.fon-renew {
    margin: 70px 0 0;
  }
}

/* 法人請求情報登録画面 */
@media screen and (max-width: 767px) {
  h2.form-h2.bottom-none {
    margin-right: 0;
  }
}
/* 旧ユーザーへのお問い合わせ導線 */
.first_popup .conductor,
.second_popup .conductor {
  position: relative;
  width: 90%;
  top: 0;
  right: 0;
  background: none;
  border: 2px solid #00bfbf;
  color: #000;
  margin: 0 auto;
  font-size: 1.8em;
  padding: 14px 0;
  border-radius: 0;
  display: block;
  text-align: center;
  height: auto;
  transition: .3s all;
}
.first_popup .conductor:hover,
.second_popup .conductor:hover{
  background: #00bfbf;
  color: #fff
}

.bg_first_popup,
.bg_second_popup{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.first_popup,
.second_popup{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 50%;
  min-width: 800px;
  background-color: #fff;
  cursor: pointer;
}

.onetime_popup_title {
  position: relative;
  padding: 30px 90px;
  margin: 0px;
  background-color: #3388dd;
  color: #fff;
  font-size: 32px;
  text-align: center;
  line-height: 1.5;
}
.onetime_popup_title::before,
.onetime_popup_title::after {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 30px;
  height: 4px;
  background-color: #fff;
  content: "";
}
.onetime_popup_title::before {
  transform: rotate(45deg);
}
.onetime_popup_title::after {
  transform: rotate(-45deg);
}
.onetime_popup_content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 60px 30px;
  text-align: center;
}

.second_popup .onetime_popup_content .document-popup-close-button {
  width: auto;
  height: auto;
  position: relative;
  right: auto;
  top: auto;
  background-color: transparent;
  border-radius: 0;
  display: block;
}

@media screen and (max-width: 767px) {
  .first_popup .conductor,
  .second_popup .conductor {
    font-size: 14px;
    display: flex;
    justify-content: center;
    padding-top: 12px;
  }
  .first_popup,
  .second_popup{
    min-width: 90%;
  }
  .onetime_popup_content {
    padding: 60px 20px;
    gap: 20px;
  }
}
.faq-link {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  background: #e8e8e8;
  margin: 0 auto;
  padding: 20px 0;
  border-radius: 12px;
  border: 3px solid #00bfbf;
  font-weight: bold;
}
.faq-link a {
  text-decoration: underline;
}
div.content-box-inner .faq-link p {
  font-size: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .faq-link {
    margin-bottom: 26px;
    padding: 14px;
    box-sizing: border-box;
    font-size: 15px;
  }
  div.content-box-inner .faq-link p {
    font-size: 18px;
  }
}
/*Wキャンペーン*/
.campaign-cb{
  max-width: 980px;
  margin: 30px auto 0;
  position: relative;
  z-index: 4;
}
p.cashback-detail-title {
  margin-top: 10px;
}
.other-first .campaign-cb{
  margin-top: 60px;
}
.campaign-cb-wrap{
  position: relative;
  overflow-y: hidden;
}
.cb-content{
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .campaign-cb-wrap > img{
    width: 80%;
    padding: 0 10%;
  }
}
@media screen and (max-width: 767px) {
  .campaign-cb-wrap > img{
    width: 90%;
    padding: 0 5%;
  }
  section {
    padding: 0 5%;
  }
  .campaign-cb{
    margin: 25px auto;
    padding: 0;
  }
  p.cashback-flow-title {
    margin-top: 10px;
  }
  .campaign-cb-wrap div.campaign-table2 {
    background: #f2f5f5;
  }
}

/*-------------------------------------------
    特別プラン専用CSS
-------------------------------------------*/

#special_plan div.form-capacity-select-image img {
  border-radius: 1.0em;
}

#special_plan div.form-capacity-select-checkbox-area {
  margin-top: 64px;
}

.edit-partial-plan #special_plan div.form-capacity-select-checkbox-area {
  margin-top: 74px;
}

.edit-partial-plan #special_plan .form-capacity-select-image {
  filter: drop-shadow(0px 3px 5px rgb(0,0,0,20%));
}

.edit-partial-plan #special_plan .active .form-capacity-select-image,
.edit-partial-plan #special_plan .selected .form-capacity-select-image {
  filter: unset;
}

div.special-plan-select {
  margin: 0 0 30px;
}

.special-plan-select div.form-capacity-select {
  height: 156px;
}

.special-plan-select div.form-capacity-select-area {
  margin: 0;
}

.special_title {
  display: block;
  width: 750px;
  margin: 40px auto 10px;
}

.special-plan-step {
  margin-top: -20px;
}

div.form-capacity-select-image img {
  width: 100%;
  filter: drop-shadow(0 0 5px rgba(0,0,0,20%));
  transform: translateZ(0);
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  #special_plan div.form-capacity-select {
    flex-direction: column;
    height: 31vw;
    width: 100%;
  }

  #special_plan div.form-capacity-select-image img {
    border-radius: 0.75em;
  }

  #special_plan div.form-capacity-select-checkbox-area {
    margin-top: 33px;
    top: 34px;
  }

  .edit-partial-plan #special_plan div.form-capacity-select-checkbox-area {
    margin-top: 32px;
    top: 34px;
  }

  .special_title {
    width: 90%;
    margin: 20px auto 0;
  }
}

/*-------------------------------------------
    ニュース
-------------------------------------------*/

/*TOPなどにお知らせを掲示するときのピンク帯*/
div.under-kv-notion {
  background-color: #fee6eb;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  position: relative;
}
div.under-kv-notion-inner {
  text-align: left;
}
div.under-kv-notion p.under-kv-notion-title {
  color: #ff6159;
  font-size: 1.3rem;
  font-weight: bold;
}
div.under-kv-notion p.under-kv-notion-title a{
  font-weight: bold;
  text-decoration:none;
  font-size: 1.8rem;
}

/*マイページの位置調整*/
div.under-kv-notion.mypage-notion {
  background-color: #282828;
  padding: 45px 0 0;
}
div.under-kv-notion.mypage-notion div.under-kv-notion-inner{
  text-align: left;
  width: 100%;
  background-color: #fee6eb;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  /*マイページの位置調整*/
  div.under-kv-notion.mypage-notion {
    background-color: #282828;
    padding: 45px 0 0;
  }

  div.under-kv-notion p.under-kv-notion-title a {
    text-decoration: none;
    font-size: 1.5rem;
  }
}

div.mail-attention{
  padding: 5px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #df0033;
  color: #000000;
}
div.mail-attention p:first-of-type{
  width: 35px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  div.mail-attention{
    flex-direction: column;
  }
  div.mail-attention p:first-of-type{
    width: 30px;
  }
}

/* 新→新乗り換え　支払い方法選択 */
td.flex-user-area p {
  width: 430px;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  td.flex-user-area p {
    width: 100%;
    font-size: 14px;
    padding-top: 8px;
  }
  td.flex-user-area p span {
    font-size: 13px;
  }
}

span.pink-mark{
  background:linear-gradient(transparent 50%, rgba(255,0,60,30%) 50%);
}
span.blue-mark{
  background:linear-gradient(transparent 50%, rgba(0,191,191,40%) 50%);
}

/* 221117修正 tabira */
div.campaign-title {
  display: block;
  background-color: #fff;
  padding: 20px 30px;
  width: 750px;
  margin: 0 auto;
}
div.campaign-title div.campaign-text {
  color: #000;
  display: flex;
  align-items: center;
  background: #fff;
}
div.campaign-title div.campaign-text p {
  transform: none;
}
div.campaign-title div.campaign-text div.cp_number p {
  transform: skewX(-10deg);
  font-size: 2.4rem;
  letter-spacing: 2px;
  font-weight: 500;
}
div.campaign-cb div.campaign-text div.cp_number p {
  font-size: 2rem;
  letter-spacing: 1px;
  font-weight: 500;
}
div.campaign-title div.campaign-text div.cp_number p span {
  font-size: 4rem;
  font-weight: bold;
}
div.campaign-cb div.campaign-text div.cp_number p span {
  font-size: 3.2rem;
  font-weight: bold;
}
div.campaign-title div.campaign-text p:first-of-type {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.6rem;
}
div.campaign-cb div.campaign-text p:first-of-type {
  font-size: 2rem;
}
div.campaign-title div.campaign1,
div.campaign-title div.campaign2 {
  width: 100%;
}
div.campaign-title div.campaign1 p.discount-campaign-icon,
div.campaign-title div.campaign2 p.cashback-icon {
  width: 100px;
  margin-right: 15px;
}
div.campaign-title::before {
  content: '';
  position: absolute;
  background: url(/assets/img/cp_border_left.svg) no-repeat center/100%;
  width: 19px;
  height: 100%;
  top: 0%;
  left: 0%;
}
div.campaign-title::after {
  display: none;
}
.cp_number {
  width: 260px;
  background: url(/assets/img/campaign_bg.svg) no-repeat center/100%;
  padding: 20px 30px 20px 10px;
  text-align: center;
  color: #fff;
  margin-right: 20px;
}
div.campaign-title div.campaign1 p.discount-campaign-icon,
div.campaign-title div.campaign2 p.cashback-icon {
  width: 55px;
  margin-left: 15px;
  margin-right: 0px;
}
div.campaign-cb .cp_number {
  width: 210px;
  margin-right: 10px;
}
div.campaign-title div.campaign-text p.discount-campaign span {
  color: #df0033;
  font-size: 3.2rem;
}
div.campaign-cb div.campaign-text p.discount-campaign span {
  font-size: 3rem;
}
div.campaign-title div.campaign-text p.discount-campaign {
  width: 330px;
  font-weight: 900;
}
.form-user-background .campaign-title {
  background: #f2f5f5;
  margin-bottom: 0;
  padding: 0;
}
.form-user-background .campaign-title::before,
.form-user-background .campaign-title::after {
  display: none;
}
.form-user-background div.campaign-title div.campaign-text p.discount-campaign {
  width: 340px;
  font-size: 2rem;
  padding-left: 10px;
}
.form-user-background div.campaign-title div.campaign-text p.discount-campaign span {
  font-size: 3rem;
}
.form-user-background div.campaign-title div.campaign1 p.discount-campaign-icon,
.form-user-background div.campaign-title div.campaign1 p.cashback-icon {
  width: 60px;
  margin: 0 10px 0 0;
}
.form-user-background .cp_number {
  margin-right: 0px;
  width: 330px;
  height: 80px;
  background-size: cover;
  box-sizing: border-box;
}
p.cashback-detail-title::after, p.cashback-flow-title::after {
  right: 115px;
  background: none;
  content: '▼';
  width: 1.3rem;
  height: 2rem;
}
p.cashback-detail-title::after {
  right: 85px;
}
p.cashback-detail-title.open::after, p.cashback-flow-title.open::after {
  background: none;
  content: '▲';
  top: 33%;
}
.cb-content > div {
  margin-bottom: 20px;
}
div.cashback-table {
  padding: 30px 20px;
  border-bottom: 5px solid #666666;
}
.wcp div.flex-entry-option {
  width: 100%;
  height: 170px;
  margin: 30px 0 20px;
}
#digital_life_support .wcp div.flex-entry-option {
  margin: 20px 0;
}
#digital_life_support div.entry-form-option-select {
  line-height: 2.2em;
}

#cloud_backup .wcp div.topping-2-select-checkbox-area,
#digital_life_support .wcp div.topping-2-select-checkbox-area,
#anshin_option .wcp div.topping-2-select-checkbox-area {
  bottom: 0;
  left: 24px;
}
#cloud_backup .wcp div.topping-2-select-checkbox-area {
  bottom: 48px;
}
#cloud_backup .wcp div.entry-option div.topping-2-select-checkbox-area {
  bottom: 20px;
}
#cloud_backup .wcp div.topping-2-select-checkbox-area label.custom-check-box-v2.option input[type="radio"] + span::before {
  top: 2px;
}
#cloud_backup .wcp div.topping-2-select-checkbox-area label.custom-check-box-v2.option input[type="radio"] + span::after {
  top: 6px;
}
#digital_life_support .wcp div.topping-2-select-checkbox-area label.custom-check-box-v2.option input[type="radio"] + span::before {
  top: 10px;
}
#digital_life_support .wcp div.topping-2-select-checkbox-area {
  bottom: 19px;
}
#digital_life_support .wcp div.topping-2-select-checkbox-area label.custom-check-box-v2.option input[type="radio"] + span::after {
  top: 14px;
}
#anshin_option .wcp div.topping-2-select-checkbox-area {
  bottom: 14px;
}
div.entry-option-attention-image img {
  width: 35px;
  vertical-align: middle;
}
.wcp div.entry-option-right.detail {
  width: 60%;
  margin: 0 auto 30px;
  height: auto;
}
.wcp div.entry-option-right {
  height: 100px;
}
.wcp .flex-entry-option div.entry-option-left {
  width: 100%;
}
.insurance-opt-rcm {
  position: absolute;
  right: 25px;
  top: -19px;
  width: 205px;
  height: 38px;

}
.wcp .entry-option {
  height: 100px;
  align-items: unset;
}
#anshin_option .wcp > .flex-entry-option,
#form-entry-edit-device-option .wcp > .flex-entry-option {
  height: 100px;
  margin-top: 0;
}
#anshin_option .wcp div.form-plan-option-detail-description,
#anshin_option .wcp div.form-plan-option-detail-2-description,
#form-entry-edit-device-option .wcp div.form-plan-option-detail-description {
  margin-top: 20px;
}
div.plan-summary-table-row-wide div.summary-table-column-left.cbcp {
  padding: 1em 0;
}
.flex-box-select.monthly-pay div.left-plan-column p,
.flex-box-select.pre-payment div.left-plan-column p {
  padding: 1.5em 0;
}
.attention + div.flex-box-select.entry-payment {
  margin: 20px 0 40px;
}
.attention {
  text-indent: -1em;
  padding-left: 1em;
}
div.entry-option-description p.attention {
  margin-top: 1rem;
}
p.cashback-flow-title,
p.cashback-detail-title {
  background: #666;
  color: white;
  padding: 10px 0;
  border-radius: 0.75em;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  margin-top: 20px;
  width: 60%;
  margin: 0px auto 20px;
  font-size: 1.3rem;
}
p.cashback-flow-title.open,
p.cashback-detail-title.open {
  background: #00bfbf;
}
#form-entry-edit-plan .form-user-background .campaign-title,
#form-entry-edit-device-option .form-user-background .campaign-title {
  background-color: #fff;
}
div.form-user-background.atone-background {
  margin-top: 30px;
}

.page-header {
  padding: 30px 0 40px;
  background-color: #f3f3f3;
}
.page-header .section-heading {
  margin-bottom: 0;
}
.section-support-contact {
  background-color: #f3f3f3;
  text-align: center;
  overflow: hidden;
}
.section-support-contact .wrap {
  max-width: 980px;
  margin: 0 auto;
}
.section-support-contact a {
  border-bottom: 1px solid #df0033;
}
.section-support-contact .head {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 3.8rem;
  margin: 0 0 30px;
}
.section-support-contact .head:before {
  display: block;
  content: '';
  width: 64px;
  height: 58px;
  background-image: url(../img/title-mark.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.section-support-contact .body p {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.6;
}
.section-support-contact .body .twentyfour {
  margin-top: 15px;
}
.section-support-contact .body .twentyfour span {
  /* display: inline-block; */
  color: #000;
  font-size: 1.8rem;
  line-height: 1.5;
  vertical-align: top;
  border-bottom: 4px double #df0033;
}
.section-support-contact.other-first .content-box-inner {
  max-width: 980px;
  background-color: #fff;
}
.section-support-contact .white-content-box-form {
  margin-top: 0;
}
.section-support-contact .mypage-user-container {
  margin-top: 0;
}
section.section-before {
  padding: 0;
  background-color: #f3f3f3;
  overflow: hidden;
}
section.section-before .bottom {
  text-align: center;
  padding-top: 40px;
}
section.section-before .bottom img {
  display: inline-block;
  vertical-align: top;
  height: auto;
  max-width: 560px;
}
section.section-faq {
  background-color: #fff;
  padding: 65px 0 75px;
}
section.section-faq .form-next-button {
  margin-top: 40px;
}
section.section-mail {
  padding: 65px 0 85px;
  background-color: #f3f3f3;
}
section.section-mail .row {
  margin: 0;
}
section.section-mail .form-next-button {
  margin-top: 30px;
}
section.section-mail .body {
  width: fit-content;
  margin: 0 auto 40px;
}
section.section-mail .body p {
  display: block;
}
section.section-mail .form-next-button-border {
  margin: 0 auto 40px;
}
.section-support-contact .note-privacypolicy {
  text-align: center;
  margin-top: 30px;
}
.section-support-contact .note-privacypolicy p {
  display: inline-block;
  vertical-align: top;
  font-size: 1.5rem;
  line-height: 1.7;
  text-align: left;
}
.section-support-contact div.form-next-button-border {
  background: #39abd7;
}
div.form-next-button-corpb {
  margin: 5px auto 13px;
}

@media screen and (max-width: 767px) {
  div.campaign-title::before,
  div.campaign-title::after,
  div.campaign-table2::before {
    display: none;
  }
  div.campaign-table2 {
    padding: 0;
  }
  div.campaign-title {
    width: auto;
    background: #f2f5f5;
  }
  .cp_number {
    width: 260px;
    background: url(/assets/img/campaign_bg_sp.svg) no-repeat center top/100%;
    padding: 10px 0px 35px;
    text-align: center;
    color: #fff;
    margin-right: 20px;
  }
  div.campaign-cb .cp_number {
    width: 100%;
  }
  div.campaign-title div.campaign-text {
    display: block;
    width: 280px;
    border: 2px solid #00bfbf;
    padding-bottom: 15px;
  }
  div.campaign-title div.campaign-text p.discount-campaign {
    width: auto;
    text-align: center;
  }
  div.campaign-cb div.campaign-text p.discount-campaign span,
  div.campaign-text p.discount-campaign span {
    vertical-align: sub;
  }
  .cp_number img.sp {
    width: 40px;
    vertical-align: middle;
    transform: skewX(10deg);
    margin-left: 15px;
    margin-top: -10px;
  }
  section.campaign > div.campaign-table2.sp > div.campaign-title::after {
    display: block;
    content: '';
    position: absolute;
    background: url(/assets/img/cp_border_bottom.svg) no-repeat center bottom/100%;
    width: 100%;
    height: 13px;
    bottom: 0%;
    left: 0%;
  }
  .campaign-table2.sp > div.campaign-title {
    padding-bottom: 70px;
  }
  .cp_number {
    width: 100%;
  }
  .form-user-background div.campaign-title div.campaign-text p.discount-campaign {
    width: 100%;
    padding: 0;
  }
  .wcp div.flex-entry-option {
    height: 282px;
  }
  div.entry-option-attention-image img {
    width: 30px;
  }
  .wcp .entry-option {
    margin-bottom: 90px;
  }
  div.entry-option-caution,
  #anshin_option .wcp div.entry-option-attention,
  #form-entry-edit-device-option .wcp div.entry-option-attention {
    line-height: 0px;
  }
  p.cashback-detail-title::after, p.cashback-flow-title::after {
    right: 17%;
  }
  p.cashback-detail-title::after {
    right: 9%;
  }
  #anshin_option .wcp > .flex-entry-option,
  #form-entry-edit-device-option .wcp > .flex-entry-option {
    display: block;
    height: 160px;
  }
  #anshin_option .wcp > .flex-entry-option {
    margin-bottom: 10px;
  }
  .wcp div.entry-option-right.detail {
    width: 100%;
    margin: 0 auto 20px;
    height: auto;
  }
  div.plan-summary-table-row-wide div.summary-table-column-left.cbcp {
    padding: 0.25em 0;
  }
  .flex-box-select.monthly-pay div.left-plan-column p,
  .flex-box-select.pre-payment div.left-plan-column p {
    padding: 0.5em;
  }
  .wcp div.flex-entry-option {
    display: block;
  }
  .form-user-background .cp_number {
    width: 100%;
    margin-bottom: 15px;
  }
  p.cashback-flow-title,
  p.cashback-detail-title {
    width: 100%;
  }
  div.entry-form-title h1 {
    font-size: 2.2rem;
  }
  #cloud_backup .wcp div.topping-2-select-checkbox-area,
  #digital_life_support .wcp div.topping-2-select-checkbox-area,
  #anshin_option .wcp div.topping-2-select-checkbox-area,
  #form-entry-edit-device-option .wcp .flex-entry-option div.topping-2-select-checkbox-area {
    bottom: 0;
    left: 24px;
  }
  #cloud_backup .wcp div.topping-2-select-checkbox-area {
    bottom: 79px;
  }
  #cloud_backup .wcp div.entry-option div.topping-2-select-checkbox-area {
    bottom: 4px;
  }
  #digital_life_support .wcp div.topping-2-select-checkbox-area label.custom-check-box-v2.option input[type="radio"] + span::before {
    top: 10px;
  }
  #cloud_backup .wcp div.topping-2-select-checkbox-area label.custom-check-box-v2.option input[type="radio"] + span::before {
    top: 2px;
  }
  #digital_life_support .wcp div.topping-2-select-checkbox-area {
    bottom: 70px;
  }
  #cloud_backup .wcp div.topping-2-select-checkbox-area label.custom-check-box-v2.option input[type="radio"] + span::after,
  #digital_life_support .wcp .entry-option div.topping-2-select-checkbox-area {
    bottom: 13px;
  }
  #digital_life_support .wcp div.topping-2-select-checkbox-area label.custom-check-box-v2.option input[type="radio"] + span::after {
    top: 14px;
  }
  #anshin_option .wcp .entry-option-right div.topping-2-select-checkbox-area {
    bottom: 14px;
  }
  #anshin_option .wcp div.topping-2-select-checkbox-area {
    bottom: 30px;
  }
  #cloud_backup .wcp div.topping-2-select-checkbox-area label.custom-check-box-v2.option input[type="radio"] + span::after {
    top: 4px;
  }
  .prices div.summary-table-column-right {
    width: 80%;
  }
  div.monthly-pay div.plan-summary-area-table div.monthly-period.breakdown div.summary-table-column-right,
  div.monthly-pay div.plan-summary-area-table div.campaign-period.breakdown div.summary-table-column-right {
    padding-top: 0;
    padding-right: 0;
  }
  .prices div.campaign-period.open div.summary-table-column-right {
    width: auto;
  }
  .insurance-opt-rcm {
    right: -17px;
  }
  section.section-before {
    padding: 0;
  }
  section.section-before .bottom {
    padding-top: 30px;
  }
  section.section-before .bottom img {
    width: 86vw;
  }
  section.section-faq {
    padding: 40px 0 50px;
  }
  section.section-faq div.faq-nav-icons {
    margin-bottom: 0;
  }
  section.other-first.section-mail {
    padding: 40px 0 60px;
  }
  section.section-mail .form-next-button {
    margin-top: 20px;
  }
  .section-support-contact .head {
    font-size: 2.2rem;
    margin: 0 0 20px;
  }
  .section-support-contact .head:before {
    width: 30px;
    height: 30px;
    background-image: url(../img/title-mark.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .page-header {
    padding-bottom: 5px;
  }
  .content-container .page-header .inner {
    width: auto;
  }
  .section-support-contact .wrap {
    margin: 0 4%;
  }
  .other-first.section-support-contact {
    padding: 10px 0 60px;
  }
  .section-support-contact .white-content-box-form {
    margin: 0 1%;
  }
}
.remark-padding-both{
  padding: 0 4px;
}

h1:not(.logo):before {
  content: '';
  display: block;
  width: 70px;
  height: 58px;
/**  background: url(../img/title-mark.svg) no-repeat;*/
  position: absolute;
  top: 40px;
  left: 0;
}
.repeat-delivery-popup-inner h1:not(.logo):before {
  top: 30px;
}
.repeat-delivery-popup-inner .delivery-first-title-area td {
  padding-top: 18px;
}
.repeat-delivery-popup-inner .delivery-first-title-area h1 {
  padding-left: 60px;
}
.repeat-delivery-popup-inner .delivery-first-title-area h1:not(.logo):before {
  top: -12px;
}
#cloud-backup-form.entry-complete p.entry-complete-title {
  left: auto;
}
div.form-step-title h1,
div.entry-form-title h1 {
  position: relative;
  padding-left: 60px;
  font-weight: bold;
  -webkit-text-stroke: 0.5px black;
}
.entry-form-title h1::before {
  top: -20px;
}
@media screen and (max-width: 767px) {
  h1:not(.logo):before {
    width: 40px;
    height: 40px;
    top: 53px;
  }
  div.form-step-title p.first-title {
    margin-top: 7px;
    left: auto;
  }
  div.form-step-title p.first-title.line-height {
    line-height: 2em;
  }
  div.form-step-title p.first-title .complete {
    margin-left: 0;
    line-height: 1;
  }
  div.form-step-title h1, div.entry-form-title h1 {
    padding-left: 40px;
  }
  .entry-form-title h1::before {
    top: -8px;
  }
  #cloud-backup-form h1::before {
    top: 30px;
    left: 0;
  }
  #cloud-backup-form.entry-complete .complete-description {
    margin-top: 30px;
  }
  #cloud_backup div.entry-form-option-select h2,
  #anshin_option div.entry-form-option-select h2,
  #digital_life_support div.entry-form-option-select h2 {
    padding: 1rem 1em;
  }
  .entry-form-option-select.wcp h2 span {
    font-size: 1.4rem;
  }
  .repeat-delivery-popup-inner h1:not(.logo):before {
    top: 15px;
  }
  .repeat-delivery-popup-inner .delivery-first-title-area h1 {
    padding-left: 40px;
  }
}

/* あなたのプランはこちら　内訳 */
.monthly-period,
.campaign-period,
.pre-payment {
  display: flex;
  border-bottom: 1px solid #68d8d5;
}
.monthly-period.breakdown,
.campaign-period.breakdown {
  border-bottom: 0;
}

p.attention span.insurance-option-campaign,
p.attention span.insurance-option-prepaid-attention,
p.attention span.campaign-attention,
.monthly-pay.total-price ~ .confirm-attention {
  display: block;
  margin-bottom: 1rem;
}
p.attention span.insurance-option-campaign {
  margin-top: 0;
}
.monthly-pay.total-price ~ .confirm-attention {
  line-height: 2rem;
}
.monthly-pay.total-price ~ .confirm-attention.first-month-fee {
  line-height: 2.2rem;
}
div.monthly-pay div.plan-summary-area-table div.monthly-period.breakdown div.summary-table-column-right,
div.monthly-pay div.plan-summary-area-table div.campaign-period.breakdown div.summary-table-column-right {
  padding-top: 0;
  width: 100%;
}
div.monthly-pay div.plan-summary-area-table div.monthly-period div.summary-table-column-right,
div.monthly-pay div.plan-summary-area-table div.campaign-period div.summary-table-column-right {
  padding: 1.5rem 4rem 1.5rem 0;
}
.flex-box-select.pre-payment div.plan-summary-area-table div.pre-payment div.summary-table-column-right {
  padding: 1.5rem 0;
  height: 53px;
  box-sizing: border-box;
  width: 50%;
}
div.plan-summary-table-row.prices {
  display: block;
}
.monthly-pay div.plan-summary-table-row.back-white.prices {
  padding-top: 8px;
}

.campaign-period.breakdown .summary-table-column-right,
.monthly-period.breakdown .summary-table-column-right,
.monthly-period.after-payment.breakdown .summary-table-column-right,
.campaign-period.after-payment.breakdown .summary-table-column-right {
  display: none;
}
.campaign-period.open,
.monthly-period.open{
  position: relative;
}

.monthly-period.open:hover,
.campaign-period.open:hover {
  cursor: pointer;
}
.campaign-period.open::before,
.monthly-period.open::before{/* 閉じている時 */
	content: "▼";
	position: absolute;
	right: 14px;
  top: 16px;
  font-size: 1.8rem;
  color: #68d8d5;
}
.campaign-period.open.active::before,
.monthly-period.open.active::before{/* 開いている時 */
	content: "▲";
}
.total-price .prices .monthly-payment p:last-child {
  font-size: 2.1em;
  font-weight: bold;
}
.total-price .prices .monthly-payment .breakdown-list p:last-child {
  font-size: 1.6em;
}
.total-price .prices .monthly-payment .breakdown-list {
  padding: 1rem 0;
}
.total-price div.plan-summary-area-table {
  background: #fff;
}
.total-price.monthly-pay div.plan-summary-table-row.back-white.prices {
  margin: 0 0 20px auto;
  padding-right: 0;
}
.total-price.monthly-pay div.plan-summary-table-row.back-white.prices {
  margin: 0 0 20px auto;
  padding: 0 0 3% 3%;
}
.total-price .prices div.summary-table-column-left {
  padding-left: 1rem;
}
.monthly-pay.total-price div.left-plan-column {
  margin-top: 0;
}
p.breakdown-description {
  text-align: right;
  font-size: 1.1rem;
  padding-top: 4px;
}
@media screen and (max-width: 767px) {
  .monthly-pay div.plan-summary-table-row.back-white.prices {
    display: block;
  }
  .prices span.summary-text-monthly-tax-total,
  .prices span.summary-text-campaign-tax-total,
  .prices span.monthly-payment-after,
  .prices span.monthly-payment-after2,
  .prices span.monthly-campaign-after{
    font-size: 2.7rem;
  }
  .campaign-period.open,
  .monthly-period.open {
    align-items: center;
    justify-content: space-between;
  }
  .prices div.seven-month {
    margin: 0;
  }
  .monthly-pay .prices div.summary-table-column-left.sp-line {
    width: 40%;
  }
  div.monthly-pay div.plan-summary-area-table div.campaign-period.breakdown div.summary-table-column-right {
    padding-right: 0;
    width: 100%;
  }
  div.summary-table-column-right div.breakdown-list p {
    font-size: 1.3rem;
    font-weight: normal;
  }
  div.breakdown-list p:first-child {
    padding: 0;
    width: 60%;
  }
  div.flex-box-select.total-price.monthly-pay {
    display: block;
  }
  .total-price.monthly-pay div.plan-summary-table-row.back-white.prices {
    margin: 0 0 20px;
    padding: 3%;
    width: 100%;
  }
  .monthly-pay.total-price .prices div.summary-table-column-left.sp-line {
    width: 100%;
  }
  .monthly-pay.total-price .prices div.summary-table-column-left.sp-line {
    width: auto;
  }
  .total-price .prices div.summary-table-column-left {
    padding-left: 0;
  }
  .monthly-payment div.breakdown-list:first-of-type p:first-child {
    width: 50%;
  }
  p.breakdown-description {
    text-align: left;
  }
}

/* confirm 20230131 */
#form-entry-edit-device-option .wcp.insurance-form > .flex-entry-option {
  height: 116px;
}
#form-entry-edit-device-option .wcp.cloud-form > .flex-entry-option {
  height: 168px;
}
div.entry-form-option-select.wcp {
  margin-bottom: 70px;
}
.entry-form-option-select.wcp h2,
.entry-form-option-select.wcp.cloud-form h2 {
  padding: 1.4rem 1em;
}
.entry-form-option-select.wcp.insurance-form h2 {
  padding: 0 1em;
  line-height: 1.2em;
}
#form-entry-edit-device-option .wcp .flex-entry-option div.topping-2-select-checkbox-area {
  bottom: 13px;
  left: 24px;
}
.entry-form-option-select.wcp.insurance-form div.topping-2-select-checkbox-area,
.entry-form-option-select.wcp.cloud-form div.topping-2-select-checkbox-area {
  left: 26px;
}
.entry-form-option-select.wcp.insurance-form label.custom-check-box-v2.option input[type="radio"] + span::before,
.entry-form-option-select.wcp.cloud-form label.custom-check-box-v2.option input[type="radio"] + span::before {
  top: -5px;
}
.entry-form-option-select.wcp.cloud-form label.custom-check-box-v2.option input[type="radio"] + span::before {
  top: 22px;
}
.edit-partial-device-option .entry-form-option-select.wcp.cloud-form label.custom-check-box-v2.option input[type="radio"] + span::before {
  top: -7px;
}
.entry-form-option-select.wcp label.custom-check-box-v2.option input[type="radio"] + span::before {
  top: -8px;
}
.entry-form-option-select.wcp label.custom-check-box-v2.option input[type="radio"] + span::after {
  top: -4px;
}
.entry-form-option-select.wcp.insurance-form label.custom-check-box-v2.option input[type="radio"] + span::after,
.entry-form-option-select.wcp.cloud-form label.custom-check-box-v2.option input[type="radio"] + span::after {
  top: 0px;
}
.entry-form-option-select.wcp.cloud-form label.custom-check-box-v2.option input[type="radio"] + span::after {
  top: 24px;
}
.edit-partial-device-option .entry-form-option-select.wcp.cloud-form label.custom-check-box-v2.option input[type="radio"] + span::after {
  top: -3px;
}
#form-entry-edit-device-option .wcp.cloud-form .flex-entry-option div.topping-2-select-checkbox-area {
  bottom: 45px;
}

#form-entry-edit-device-option .wcp.insurance-form .flex-entry-option div.topping-2-select-checkbox-area {
  bottom: 24px;
}
.entry-form-option-select.wcp.cloud-form div.topping-2-select-checkbox-area.cloud-check-true2{
  bottom: 50px;
}
div.edit-partial-device-option form div.row {
  padding-bottom: 80px;
}
#digital_life_support h2 {
  position: relative;
}
.prepaid-plan-form #digital_life_support h2::after{
  background: url(../img/recharge-insurance-option-campaign.svg) no-repeat center;
}
.prepaid-plan-form #digital_life_support .popup-contents h2::after{
  background: none;
}

.plan-table.insurance-option div.summary-table-column-left {
  width: 63%;
}
#form-entry-edit-device-option #digital_life_support h2 {
  padding-right: 0;
}
#form-entry-edit-device-option #digital_life_support h2::after {
  top: -40px;
}
#entry-plan-form .form-step-title h1:not(.logo):before,
#entry-user-form .form-step-title h1:not(.logo):before,
#entry-payment-form .form-step-title h1:not(.logo):before,
#entry-corp-user-form .form-step-title h1:not(.logo):before {
  top: 40px;
}
@media screen and (max-width: 767px) {
  #form-entry-edit-device-option .wcp.insurance-form > .flex-entry-option {
    height: 228px;
  }
  #form-entry-edit-device-option .wcp.cloud-form > .flex-entry-option {
    height: 250px;
  }
  #form-entry-edit-device-option .wcp .flex-entry-option .entry-option-left div.topping-2-select-checkbox-area {
    bottom: 32px;
  }
  #form-entry-edit-device-option .wcp.insurance-form .flex-entry-option .entry-option-left div.topping-2-select-checkbox-area {
    bottom: 68px;
  }
  #form-entry-edit-device-option .wcp.cloud-form .flex-entry-option .entry-option-left div.topping-2-select-checkbox-area {
    bottom: 150px;
  }
  .wcp p.custom-check-box-v2-select-text.option.cloud-select-true{
    top: -119px;
    left: 10px;
  }
  .entry-form-option-select.wcp.cloud-form div.topping-2-select-checkbox-area.cloud-select-true{
    top: -40px;
  }
  .custom-check-box-v2-select-text.option .cloud-select-true{
    top: -60px;
    left: 10px;
  }
  .topping-2-select-checkbox-area.cloud-check-false{
    bottom: 150px;
  }
  div.edit-partial-device-option form div.row {
    padding-bottom: 40px;
  }
  .wcp p.custom-check-box-v2-select-text.option.cloud-select-true2{
    top: -110px;
    left: 10px;
  }
  #form-entry-edit-device-option .wcp div.topping-2-select-checkbox-area {
    bottom: 15px;
    left: 30px;
  }
  .edit-partial-device-option .entry-form-option-select.wcp.cloud-form label.custom-check-box-v2.option input[type="radio"] + span::before {
    top: 25px;
  }
  .edit-partial-device-option .entry-form-option-select.wcp.cloud-form label.custom-check-box-v2.option input[type="radio"] + span::after {
    top: 27px;
  }
  .entry-form-option-select.wcp.cloud-form div.topping-2-select-checkbox-area.cloud-check-true2{
    bottom: 150px;
  }
  .entry-form-option-select.wcp.cloud-form div.topping-2-select-checkbox-area.cloud-check-false2{
    bottom: 50px;
  }
  .wcp p.custom-check-box-v2-select-text.option.cloud-select-true2{
    top: -120px;
  }
  .wcp p.custom-check-box-v2-select-text.option.cloud-select-false,
  .wcp p.custom-check-box-v2-select-text.option.cloud-select-false2{
    top: -55px;
    left: 10px;
  }
  #form-entry-edit-device-option .wcp div.topping-2-select-checkbox-area.cloud-check-false{
    bottom: 50px;
    left: 27px;
  }

  .entry-form-option-select.wcp h2,
  .entry-form-option-select.wcp.cloud-form h2 {
    padding: 1.4rem 1em 1.4rem 0.5em;
  }
  #digital_life_support .entry-form-option-select.wcp.insurance-form h2 {
    padding: 0 0 0 0.5em;
    margin-top: 5rem;
  }
  #digital_life_support h2::after {
    width: 90px;
    height: 90px;
    right: 18px;
    top: -60px;
  }
  .plan-table.insurance-option div.summary-table-column-left {
    width: 100%;
  }
  #form-entry-edit-device-option #digital_life_support h2 {
    padding-right: 0;
  }
  #form-entry-edit-device-option #digital_life_support h2::after {
    width: 80px;
    height: 80px;
    right: -5px;
    top: -57px;
  }
  div.complete-description-title {
    margin: 0 0 20px;
  }
  #corp-white-content-padding .complete-description-title {
    margin: 0;
    text-align: left;
  }
  div.entry-complete-description,
  .complete-next-cloud-caution,
  .entry-button-container.complete .decoration-button-wrapper {
    margin-left: 0;
  }
}

/* iphone SE */
@media screen and (max-width: 375px) {
  .wcp div.flex-entry-option {
    height: 250px;
  }
  #anshin_option .wcp > .flex-entry-option,
  #form-entry-edit-device-option .wcp > .flex-entry-option {
    display: block;
    height: 150px;
  }
}

.content-box-title.arrow-adjustment{
  position: relative
}

.content-box-title.arrow-adjustment h1:before{
  top:50%;
  transform: translateY(-50%);
}
.first-company-fileupload-title{
  transform: translateY(50px);
}
.content-box-title.arrow-adjustment h1 p{
  text-align: left;
  padding-left: 60px;
}
.mypage-user-container.down{
  padding-top: 50px;
}
.complete-description.down{
  padding-top: 50px;
}
.prepaid-plan-form .total-price.monthly-pay div.plan-summary-table-row.back-white.prices {
  margin: 0 0 20px auto;
  padding: 0 0 3% 3%;
}
.mypage-user-container.down.corp-entry-container {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .content-box-title.arrow-adjustment h1 p{
    text-align: left;
    padding-left: 40px;
  }
  .first-company-fileupload-title{
    transform: translateY(30px);
  }
  .mypage-user-container.down{
    padding-top: 20px;
  }
  .mypage-user-container.down.btn-bottom{
    padding-top: 20px;
  }
  table.form-confirm-table td.hight-adjustment{
    background-color: transparent;
    padding-top: 16px;
  }
  .total-price.monthly-pay div.plan-summary-table-row.back-white.prices {
    padding: 0 3% 3% 3%;
  }
}
p.attention.margin-top-att {
  margin-top: 10px;
}

/**
 * FAQ
 */
div.faq-nav-icons div.nav-box-text p span::before {
  content: "\A";
  white-space: pre;
}
div.faq-nav-icons {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  text-align: center;
  width: 100%;
  margin-top: 30px;
  box-sizing: border-box;
}
div.faq-nav-icons div.nav-box:hover {
  color: #fff;
  background-color: #00bfbf;
}
div.faq-nav-icon-box{
  text-align: center;
  cursor: pointer;
  position: relative;
  width: calc((100% - 60px) / 3);
  margin: 0;
}
div.faq-nav-icon-box .nav-box {
  width: auto;
}
@media (max-width: 767px) {
  div.nav-box-text p {
    font-size: 1.25rem;
    line-height: 1.3;
  }
  div.faq-nav-icons {
    justify-content: flex-start;
    padding: 0;
    margin: 30px auto 50px;
    max-width: 500px;
    gap: 15px;
  }
  div.faq-nav-icons div.nav-box{
    margin-bottom:0;
  }
  div.faq-nav-icon-box{
    width: calc((100% - 15px) / 2);
    margin: 0;
  }
  div.faq-nav-icon-box .nav-box {
    background-position-y: 57px !important;
  }
}

/**
 * 確認
 */
#support-contact-confirm .other-first {
  padding-bottom: 60px;
}
#support-contact-confirm .section-before {
  padding: 50px 0 0;
}
#support-contact-confirm .section-support-contact .row {
  justify-content: center;
  gap: 30px;
}
#support-contact-confirm .section-support-contact .row a {
  border: 0;
}
@media (max-width: 767px) {
  #support-contact-confirm .section-before {
    padding: 40px 0 0;
  }
  #support-contact-confirm .section-support-contact .head {
    margin-bottom: 0;
  }
  #support-contact-confirm .section-support-contact .contact-table {
    border-bottom: 1px solid #00bfbf;
  }
  #support-contact-confirm .section-support-contact .contact-table tr:last-of-type td {
    border: 0;
  }
  #support-contact-confirm .section-support-contact .row {
    align-items: center;
    gap: 15px;
  }
}

/**
 * 完了
 */
#support-contact-confirm .support-complete {
  height: auto;
  padding-bottom: 100px;
}
#support-contact-confirm .support-complete .white-content-box-form {
  padding: 50px 20px;
}
#support-contact-confirm .support-complete .content-box-inner {
  text-align: center;
}
#support-contact-confirm .support-complete .content-box-inner p {
  display: inline-block;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.7;
}
#support-contact-confirm .support-complete .content-box-inner p:not(:last-of-type) {
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  #support-contact-confirm .support-complete {
    padding-bottom: 60px;
  }
  #support-contact-confirm .support-complete .content-box-inner p {
    font-size: 1.5rem;
  }
}
/* ご契約者限定プランお申し込みフォーム　調整 */
.transfer-adjust div.flex-entry-option{
  height: auto;
}
.entry-form-option-select.transfer-adjust h2{
  padding: 1.4rem 1em;
}
.anshin-opt-1 + .topping-2-select-checkbox-area label.custom-check-box-v2,
.anshin-opt-0 + .topping-2-select-checkbox-area label.custom-check-box-v2,
.marugoto-opt-1 + .marugoto-check label.custom-check-box-v2,
.marugoto-opt-0 + .marugoto-check label.custom-check-box-v2{
  margin: 0;
}
@media screen and (max-width: 767px) {
  .transfer-adjust div.topping-2-select-checkbox-area{
    margin: 0;
    top: 47%;
    left: 7%;
    bottom:auto;
    transform: translateY(-50%);
  }
  .transfer-adjust div.entry-option-left, .transfer-adjust div.entry-option-right {
    width: 48%;
    position: relative;
  }
  .transfer-adjust .entry-option{
    width: 100%;
  }
  .transfer-adjust .entry-option div.entry-option-left,
  .transfer-adjust .entry-option div.entry-option-right{
    width: 100%;
  }
  .transfer-adjust label.custom-check-box-v2.option input[type="radio"] + span::before{
    top: 0;
    margin-left: 34%;
    left: 0;
  }
  .transfer-adjust label.custom-check-box-v2.option input[type="radio"] + span::after{
    top: 2px;
  }
  .transfer-adjust p.custom-check-box-v2-select-text.option{
    position: absolute;
    top: 56%;
    left: 9%;
    right: auto;
    bottom: auto;
    margin: 0;
    padding: 0;
  }
}
/* 20230310修正 */
div.form-step-title.entry-file-upload p.first-title,
div.form-step-title.entry-file-upload h1:not(.logo):before {
  top: 0;
}
/* プリペイドプラン */
.pre-payment {
  justify-content: space-between;
  border-bottom-color: #0046ff;
}
.pre-payment div.summary-table-column-left {
  width: 75%;
}
.flex-box-select.pre-payment {
  border: none;
}
/* .total-price.pre-payment .plan-summary-table-row.back-white.prices .pre-payment:last-of-type div.summary-table-column {
  justify-content: flex-end;
} */
.prepaid-plan-form div.form-step-title p,
.prepaid-plan-form div.form-capacity-pull-down-button-right,
.prepaid-plan-form div.form-plan-option-detail-button-insurance,
.prepaid-plan-form div.plan-summary-area-title,
.prepaid-plan-form div.left-plan-column p,
.prepaid-plan-form div.form-next-button,
.prepaid-plan-form h2.form-h2.confirm,
.prepaid-plan-form div.confirm-box-entry {
  background: #0046ff;
}
.prepaid-plan-form div.form-step-title > p,
.prepaid-plan-form div.plan-summary-area-title,
.prepaid-plan-form div.left-plan-column p,
.prepaid-plan-form h2.form-h2.confirm,
.prepaid-plan-form div.confirm-box-entry .leave-checkbox-text {
  color: #fff;
}
.prepaid-plan-form div.confirm-box-entry .leave-checkbox-text.draft-payment {
  margin: 0;
}
.prepaid-plan-form div.form-step-title p.first-title {
  background: none;
}
.prepaid-plan-form .form-capacity-area.title-cloudplan,
.prepaid-plan-form div.entry-form-option-select h2 {
  border-left-color: #0046ff;
}
.prepaid-plan-form .your-plan div.plan-summary-table-row:first-child,
.prepaid-plan-form .entry-payment div.plan-summary-table-row:first-child,
.prepaid-plan-form table.form-confirm-info-table tr {
  border-top-color: #0046ff;
}
.prepaid-plan-form div.plan-summary-table-row,
.prepaid-plan-form table.form-confirm-info-table tr:last-child,
.prepaid-plan-form table.form-confirm-info-table th {
  border-bottom-color: #0046ff;
}
.prepaid-plan-form div.leave-checkbox-box-entry {
  outline-color: #0046ff;
}
.prepaid-plan-form div.form-next-button {
  box-shadow: 0 8px 0 #ff4480;
}
.prepaid-plan-form div.form-next-button::before {
  background: #ff4480;
}
.prepaid-plan-form .total-price.monthly-pay.pre-payment div.plan-summary-table-row.back-white.prices {
  padding: 1% 3% 3%;
}
.prepaid-plan-form div.entry-form-option-select.wcp {
  margin-bottom: 0;
}
.prepaid-plan-form #digital_life_support {
  margin-top: 0;
}
.prepaid-plan-form .entry-complete h1 span.complete {
  font-size: 4rem;
}
.prepaid-plan-form #form-entry-edit-plan h2 {
  display: inline-block;
}
.prepaid-plan-form #form-entry-edit-device-option #digital_life_support {
  margin-top: 30px;
}
.prepaid-plan-form #cloud-backup-form.entry-complete h1::before {
  display: none;
}
.prepaid-plan-form div.entry-option-caution {
  line-height: 70px;
  width: 67%;
  margin: 0px auto 30px;
}
.prepaid-plan-form div.entry-option-attention-text p {
  text-indent: -1em;
  padding-left: 1em;
}
.prepaid-plan-form .flex-box-select.monthly-pay div.plan-summary-table-row.back-white {
  width: 85%;
  padding: 0 14px 14px;
  border-color: #0046ff;
}
.prepaid-plan-form div.form-capacity-select {
  height: 141px;
}
.prepaid-plan-form div.form-capacity-select-area.active,
.prepaid-plan-form div.form-capacity-select-area.selected {
  border-radius: 0;
}
.prepaid-plan-form .form-capacity-select-checkbox-area {
  top: -65px;
}
header.mypage-header p.header-logo a img.recharge,
header.mypage-header p.header-logo a.recharge,
footer.mypage-footer li.recharge-terms {
  display: none;
}
.prepaid-plan-form header.mypage-header p.header-logo a,
.prepaid-plan-form footer.mypage-footer li.normal-terms {
  display: none;
}
.prepaid-plan-form footer.mypage-footer li.recharge-terms {
  display: inline-block;
}
.prepaid-plan-form header.mypage-header p.header-logo a.recharge,
header.mypage-header p.header-logo a img.recharge-draft {
  display: inline;
  height: 60px;
  padding-top: 14px;
}
.prepaid-plan-form header.mypage-header p.header-logo a img {
  height: 60px;
  padding-top: 14px;
}
.prepaid-plan-form h1:not(.logo):before {
  border-top: 25px solid #ff4480;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid transparent;
  background: none;
  width: 0;
  height: 0;
  transform: rotate(-90deg);
}
.prepaid-plan-form #entry-plan-form .form-step-title h1:not(.logo):before,
.prepaid-plan-form #entry-user-form .form-step-title h1:not(.logo):before,
.prepaid-plan-form #entry-payment-form .form-step-title h1:not(.logo):before,
.prepaid-plan-form #entry-corp-user-form .form-step-title h1:not(.logo):before {
  top: 45px;
}
.prepaid-plan-form div.form-step-title h1,
.prepaid-plan-form div.entry-form-title h1 {
  padding-left: 40px;
}
div.form-plan-option-detail-button-insurance {
  width: 100%;
}
.prepaid-plan-form .entry-form-title h1::before {
  top: -12px;
}
.prepaid-plan-form .atone-payment tr.payment td.flex-user-area {
  height: auto;
}
.prepaid-plan-form .atone-payment table.form-table th.two-select {
  padding-bottom: 0;
}
.prepaid-plan-form .entry-plan-select .form-capacity-select:last-of-type::after {
  content: '';
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  background: url(../img/recharge-icon-recommend.svg) no-repeat center;
  right: -40px;
  top: -26px;
  pointer-events: none;
}
.prepaid-plan-form .entry-plan-select .form-capacity-select {
  margin-top: 16px;
}
.prepaid-plan-form span.blue-mark {
  background: linear-gradient(transparent 50%, rgba(63,169,245,40%) 50%);
}
.prepaid-plan-form label.prepaid-plan-confirm-button div.form-next-button p {
  padding: 8px 15px 0 0;
  line-height: 1.5em;
}
.prepaid-plan-form label.prepaid-plan-confirm-button div.form-next-button p span {
  padding: 5px;
}
.prepaid-plan-form p.terms-agree {
  padding-left: unset;
  margin-bottom: 3px;
}
.prepaid-plan-form p.terms-agree:nth-of-type(n+2):not(:last-of-type) {
  text-indent: unset;
  padding-left: unset;
  margin-bottom: 3px;
}
p.terms-agree > a:focus {
  outline: 2px solid #000;
  border-radius: 1px;
}
.terms-agree-indent {
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .prepaid-plan-form #form-entry-edit-device-option #digital_life_support {
    margin-top: 0px;
  }
  .prepaid-plan-form h1:not(.logo):before {
    border-top: 20px solid #ff4480;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
    background: none;
    width: 0;
    height: 0;
    transform: rotate(-90deg);
  }
    .prepaid-plan-form #entry-plan-form .form-step-title h1:not(.logo):before,
  .prepaid-plan-form #entry-user-form .form-step-title h1:not(.logo):before,
  .prepaid-plan-form #entry-payment-form .form-step-title h1:not(.logo):before,
  .prepaid-plan-form #entry-corp-user-form .form-step-title h1:not(.logo):before {
    top: 40px;
  }
  .prepaid-plan-form div.form-step-title h1,
  .prepaid-plan-form div.entry-form-title h1 {
    padding-left: 30px;
  }
  .prepaid-plan-form div.form-capacity-select {
    height: 26vw;
  }
  .prepaid-plan-form .form-capacity-select-checkbox-area {
    top: -7px;
  }
  .pre-payment div.summary-table-column-left {
    border-bottom: none;
    padding: 1.5rem 0;
    display: flex;
    width: 100%;
  }
  .flex-box-select.pre-payment .prices div.seven-month {
    text-align: right;
  }
  .flex-box-select.pre-payment.monthly-pay div.plan-summary-table-row.back-white {
    width: 100%;
    box-sizing: border-box;
  }
  .prepaid-plan-form .monthly-pay .prices div.summary-table-column-left.sp-line {
    width: 85%;
  }
  .prepaid-plan-form div.summary-table-column-left.sp-line {
    border-bottom-color: #0046ff;
  }
  .prepaid-plan-form div.form-step-title-wrapper {
    padding-bottom: 15px;
  }
  .prepaid-plan-form div.entry-form-title {
    margin-bottom: 0px;
  }
  .prepaid-plan-form div.plan-summary-area-title {
    margin-top: 50px;
  }
  .prepaid-plan-form .form-capacity-area.title-cloudplan {
    padding-bottom: 0;
  }
  .prepaid-plan-form .entry-complete h1 span.complete {
    font-size: 2.7rem;
  }
  .prepaid-plan-form .entry-complete div.form-step-title-wrapper {
    padding-bottom: 40px;
  }
  .prepaid-plan-form p.select-plan {
    margin-top: 40px;
  }
  .prepaid-plan-form .error-message + div.mypage-user-container div.white-content-box-form {
    margin-top: 50px;
  }
  .prepaid-plan-form div.entry-option-caution {
    width: 100%;
  }
  .prepaid-plan-form .wcp .entry-option {
    margin-bottom: 0;
  }
  .prepaid-plan-form .entry-plan-select .form-capacity-select:last-of-type::after {
    width: 55px;
    height: 55px;
    right: -11px;
    top: -16px;
  }
  .prepaid-plan-form #cloud-backup-form h1::before {
    top: 40px;
  }
  .prepaid-plan-form div.white-content-box-form.form-padding.atone-payment {
    padding: 10px 10px 0;
  }
  .prepaid-plan-form tr.payment td.flex-user-area.atone-user-area {
    height: 50px;
  }
}
/* プリペイドプラン end */

/* よくあるご質問 start */
.faq-type-select {
  margin: 40px auto 40px;
}
.faq-type-select .btn {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: calc(100% - 20px);
  margin: 0 auto;
}
.faq-type-select .btn li {
  width: calc(100% - 30px);
}
.faq-type-select a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
  height: 64px;
  padding-top: 2px;
  padding-right: 7px;
  border: 0;
  border-radius: 12px;
  box-shadow: none;
  box-sizing: border-box;
  transition: all .2s;
  overflow: hidden;
}
.faq-type-select a::after {
  position: absolute;
  top: calc(50% - 7px);
  right: 15px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #fff;
  transform: translateX(0);
  transition: all .25s;
}
.faq-type-select li:nth-child(1) a {
  background-color: #39abd7;
}
.faq-type-select li:nth-child(2) a {
  background-color: #5fd2d3;
}
.faq-type-select li:nth-child(3) a {
  background-color: #0046ff;
}
.faq-type-select li a:hover {
  background-color: #505050;
}
.faq-type-select a:hover::after {
  transform: translateX(5px);
}

@media (max-width: 767px) {
  .faq-type-select {
    margin: 40px 0 0;
  }
  .faq-type-select .btn {
    flex-wrap: wrap;
    gap: 14px;
    width: 100%;
    max-width: 330px;
  }
  .faq-type-select .btn li {
    width: 100%;
  }
  .faq-type-select a {
    font-size: 1.4rem;
    height: 56px;
    padding-top: 0;
    border-radius: 10px;
  }
  .faq-type-select a::after {
    top: calc(50% - 6px);
    right: 14px;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #fff;
  }
  .faq-type-select a:hover::after {
    transform: translateX(3px);
  }
}
/* よくあるご質問 end */

/* 20230809 申し込みオプションレイアウト修正 */
/* 安心オプション */

.entry-option-service-group {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 60px;
}
.entry-option-service-group .entry-option-service {
  display: flex;
  justify-content: space-between;
}
.mypage-confirm-hidden-form .entry-option-service-group {
  margin-top: 40px;
}
.entry-option-select {
  flex: 0 1 380px;
  display: flex;
  position: relative;
  align-items: stretch;
}
.entry-option-select .relief-option-ckeckbox {
  position: absolute;
  top: calc(50% - 29px);
  bottom: auto;
  z-index: 2;
}
.entry-option-select div.relief-item-select-area-box {
  flex: 1;
  line-height: 1;
  padding: 20px 0 20px 75px;
  margin-bottom: 0;
  background-color: #fff;
  border-radius: 1.25em;
}
.newoption .entry-option-select div.relief-item-select-area-box {
  filter: none;
}
.entry-option-select div.relief-item-select-area-box:not(.selected) {
  border: 5px solid #fff;
}
.entry-option-select div.relief-item-select-area-box .group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-right: 0;
}
.entry-option-select div.relief-item-select-area-box .title {
  font-size: 2.3rem;
  line-height: 1;
  font-weight: bold;
  border-bottom: 7px solid #ffe401;
  margin-bottom: 10px;
  padding-bottom: 6px;
}
.entry-option-select div.relief-item-select-area-box .title span {
  font-size: 1.3rem;
}
.entry-option-select div.relief-item-select-area-box .option-desc {
  font-size: 1.6rem;
}
.entry-option-select div.relief-item-select-area-box .subtitle {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 3px;
}
.entry-option-select div.relief-item-select-area-box .heading {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 15px;
}
.entry-option-select div.relief-item-select-area-box .price {
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
}
.entry-option-select div.relief-item-select-area-box .yen,
.entry-option-select div.relief-item-select-area-box .tax-included {
  font-size: 0.5em;
}
.entry-option-select div.relief-item-select-area-box .yen {
  margin-left: 0.2em;
}
.entry-option-detail {
  position: relative;
  flex: 0 1 350px;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
}
.edit-partial-device-option .entry-option-detail {
  background-color: #f2f5f5;
}
.entry-option-detail::before {
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  left: -12px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 12px 0;
  border-color: transparent #fff transparent transparent;
}
.edit-partial-device-option .entry-option-detail::before  {
  border-color: transparent #f2f5f5 transparent transparent;
}
.entry-option-detail p {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
}
.entry-option-detail p .weight-normal {
  font-weight: 400;
  font-size: 1.2rem;
}
.entry-option-detail .icon {
  flex: 0 1 70px;
  margin-right: 15px;
}
.entry-option-detail .text {
  flex: 1;
}
.entry-option-detail .notice {
  font-size: 1.2rem;
  font-weight: normal;
  margin-top: 10px;
}
.entry-option-detail .btn {
  margin-top: 10px;
}
.entry-option-detail .btn button {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  outline: none;
  color: #df0033;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 0;
  background-color: transparent;
  border: 1px solid transparent;
  transition: all 0.25s;
  cursor: pointer;
}
.entry-option-detail .btn button:hover {
  border-bottom-color: #df0033;
}
.entry-option-detail .btn p {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #df0033;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 0;
  background-color: transparent;
  border: 1px solid transparent;
  transition: all 0.25s;
  cursor: pointer;
  display: inline-block;
}
.entry-option-detail .btn p:hover {
  border-bottom-color: #df0033;
}
.entry-option-tanmatsu-anshin .relief-option-ckeckbox {
  top: calc(50% - 34px);
}
.entry-option-tanmatsu-anshin div.relief-item-select-area-box .price {
  margin-top: 10px;
  text-align: right;
  width: 100%;
}
.entry-option-marugoto-anshin .relief-option-ckeckbox {
  top: calc(50% - 21px);
}
.entry-option-marugoto-anshin div.relief-item-select-area-box .price {
  margin-top: 10px;
  text-align: right;
}
.entry-option-digital-life .relief-item-select-area3 + .relief-option-ckeckbox {
  top: calc(50% - 24px);
}
.entry-option-digital-life .relief-item-select-area3 + .relief-option-ckeckbox span,
.entry-option-cloud-backup .relief-item-select-area3 + .relief-option-ckeckbox span {
  position: absolute;
  left: 11px;
}
.entry-option-digital-life .relief-item-select-area3 + .relief-option-ckeckbox span::before, .entry-option-digital-life .relief-item-select-area3 + .relief-option-ckeckbox span::after,
.entry-option-cloud-backup .relief-item-select-area3 + .relief-option-ckeckbox span::before, .entry-option-cloud-backup .relief-item-select-area3 + .relief-option-ckeckbox span::after {
  display: block;
  position: absolute;
  content: "";
  box-sizing: border-box;
}
.entry-option-digital-life .relief-item-select-area3 + .relief-option-ckeckbox span::after,
.entry-option-cloud-backup .relief-item-select-area3 + .relief-option-ckeckbox span::after {
  width: 8px;
  height: 13px;
  margin: 5px 0 0 11px;
  border: 1.5px solid #000;
  border-width: 0 1.5px 1.5px 0;
  box-sizing: border-box;
  transform: rotate(45deg);
  z-index: 1;
}
@-moz-document url-prefix() {
  .entry-option-digital-life .relief-item-select-area3 + .relief-option-ckeckbox span::after,
  .entry-option-cloud-backup .relief-item-select-area3 + .relief-option-ckeckbox span::after {
    margin-left: 9px;
  }
}
.entry-option-digital-life .relief-item-select-area3 + .relief-option-ckeckbox span::before,
.entry-option-cloud-backup .relief-item-select-area3 + .relief-option-ckeckbox span::before {
  width: 28px;
  height: 28px;
  background-color: lightgray;
  z-index: 0;
}
.entry-option-digital-life .relief-item-select-area3 + .relief-option-ckeckbox .custom-check-box-v2-select-text,
.entry-option-cloud-backup .relief-item-select-area3 + .relief-option-ckeckbox .custom-check-box-v2-select-text {
  position: relative;
  top: 26px;
  left: 0;
}
.entry-option-digital-life .relief-item-select-area3 .price {
  margin-top: 5px;
  text-align: right;
}
.entry-option-digital-life .relief-item-select-area3:not(.selected) + .relief-option-ckeckbox span::after {
  display: none;
}
.entry-option-digital-life .banner {
  position: absolute;
  left: -40px;
  top: -30px;
  z-index: 2;
}
.entry-option-digital-life .banner img {
  width: 90px;
  height: auto;
}
.entry-option-digital-life.flex-entry-option.flex-entry-option-sp.dls-select-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 20px 0;
  margin-top: 20px;
  box-sizing: border-box;
  height: auto;
  background: #fff;
  border-radius: 20px;
  border: solid 5px #68d8d5;
  filter: drop-shadow(0 0 5px rgba(0,0,0,20%));
  transform: translateZ(0);
}
.prepaid-option.recharge-option .entry-option-digital-life.flex-entry-option.flex-entry-option-sp.dls-select-box {
  border: solid 5px #0046ff;
}

#digital_life_support .wcp div.flex-entry-option div.topping-2-select-area-relief-option{
  filter: none;
}

.newoption .entry-option-digital-life.flex-entry-option.flex-entry-option-sp.dls-select-box {
  filter: none;
}
label.custom-check-box-v2.option > span.radio-digital {
  width: 28px;
  height: 28px;
  position: absolute;
  top: -4px;
}

.entry-option-digital-life.flex-entry-option .entry-option-left label.custom-check-box-v2.option input[type=radio] + span::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0px;
  margin: auto;
  background: #fff;
  border: 3px solid gray;
  border-radius: 50%;
}

.entry-option-digital-life.flex-entry-option .entry-option-left label.custom-check-box-v2.option input[type=radio] + span::after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: none;
  width: 16px;
  height: 16px;
  background: #ffe401;
  transform: unset;
  border-radius: 50%;
  opacity: 0;
}
.entry-option-digital-life.flex-entry-option .entry-option-left label.custom-check-box-v2.option input:checked + span::after {
  opacity: 1;
}

@-moz-document url-prefix() {
  .entry-option-digital-life.flex-entry-option .entry-option-left label.custom-check-box-v2.option input[type=radio] + span::after {
    left: -1px;
  }
}
@-moz-document url-prefix() {
  .entry-option-digital-life.flex-entry-option .entry-option-left:last-of-type label.custom-check-box-v2.option input[type=radio] + span::after {
    left: -1px;
  }
}
.entry-option-digital-life.flex-entry-option .entry-option-left div.topping-2-select-area-relief-option,
.entry-option-digital-life.flex-entry-option .entry-option-left:last-of-type div.topping-2-select-area-relief-option {
  padding: 10px 0 10px 50px;
  margin: 0;
  border-top: 3px solid #68d8d5;
  width: auto;
}

.prepaid-option.recharge-option  .entry-option-digital-life.flex-entry-option .entry-option-left div.topping-2-select-area-relief-option{
  border-top: 3px solid #0046ff;
}
.entry-option-digital-life.flex-entry-option .relief-item-select-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  filter: none;
}
.entry-option-digital-life.flex-entry-option .relief-option-ckeckbox {
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 28px;
  height: 28px;
}
.entry-option-digital-life.flex-entry-option .mark {
  position: absolute;
  display: inline-block;
  width: 180px;
  right: 0;
  top: -18px;
}
.entry-option-digital-life.flex-entry-option .title {
  font-size: 2.1rem;
  line-height: 1.3;
  font-weight: bold;
}
.entry-option-digital-life.flex-entry-option .price-per-year {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: bold;
}
.entry-option-digital-life.flex-entry-option .price-per-year .big {
  font-size: 1.375em;
  margin: 0 0.2em;
}
.entry-option-digital-life.flex-entry-option .price-per-year .red {
  color: #df0033;
}
.entry-option-digital-life.flex-entry-option .price {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
  padding-right: 20px;
}
.entry-option-digital-life.flex-entry-option .yen,
.entry-option-digital-life.flex-entry-option .tax-included {
  font-size: 0.5em;
}
.entry-option-digital-life.flex-entry-option .yen {
  margin-left: 0.2em;
}

/* 安心オプションポップアップ */
.option-popup-block {
  display: none;
}
.option-popup-block.active{
  display: block;
}
.entry-option-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10000000002;
}
.entry-option-popup .background {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
}
.entry-option-popup .entry-option-popup-body {
  position: relative;
  background-color: #fff;
}
div.alart-popup-close-button {
  background-color: #F3F3F3;
  z-index: 3;
}
.entry-option-popup .popup-contents {
  min-width: 300px;
  max-width: 660px;
  max-height: 90vh;
  padding: 40px 30px;
  margin: 0 auto;
  overflow-y: auto;
  box-sizing: border-box;
}
.entry-option-popup .popup-wrap {
  width: 100%;
}
.entry-option-popup .popup-header .title {
  font-size: 3.2rem;
  line-height: 1.3;
  text-align: center;
  margin: 0;
  border-left: none;
}
.entry-option-popup .popup-header .group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
}
.entry-option-popup .popup-header .group .text {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
}
.entry-option-popup .popup-body {
  margin: 0 auto;
}
.entry-option-popup .popup-anshin-opt .popup-body .content-images {
  max-width: 550px;
  margin: 0 auto 3rem;
}
.entry-option-popup .popup-body .content-images .images {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  list-style: none;
  padding: 0;
  gap: 30px;
}
.entry-option-popup .popup-anshin-opt .popup-body .content-images .images li {
  flex: 0 1 calc(50% - 25px);
}
.entry-option-popup .popup-body .table {
  margin-top: 40px;
}
.entry-option-popup .popup-body .table table tbody th, .entry-option-popup .popup-body .table table tbody td {
  padding: 10px 12px;
  border: 1px solid #ccc;
  font-size: 1.2rem;
  line-height: 1.5;
}
.entry-option-popup .popup-body .table table tbody th {
  min-width: 80px;
  text-align: center;
}
.entry-option-popup .popup-body .table table tbody td {
  font-size: 1.2rem;
}
.entry-option-popup .popup-body .table table tbody td ul {
  padding-left: 1.5rem;
}
.entry-option-popup .popup-body .table table tbody td ul li {
  list-style: disc;
}
.entry-option-popup .popup-body .table table tbody th, .entry-option-popup .popup-body .table table tbody td {
  padding: 10px 12px;
  border: 1px solid #ccc;
}
.popup-anshin-opt .popup-body .box-ttl {
  text-align: center;
}
.popup-anshin-opt .popup-body .box-ttl p {
  display: inline-block;
  background-color: #68d8d5;
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 8px 28px;
  margin-top: 20px;
}
.entry-option-popup .popup-body .option-desc {
  text-align: center;
}
.entry-option-popup .popup-body .option-desc p {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 600;
  text-align: left;
  color: #df0033;
}
.entry-option-popup .popup-body .table table {
  border-collapse: collapse;
}
/* 安心オプションアラートポップアップ */
.white-content-box-alart-notion .alert-popup-container {
  background-color: #fff;
  padding: 25px 25px 35px;
}
.white-content-box-alart-notion .alert-popup-container .alert-ttl {
  text-align: center;
  font-size: 2.6rem;
}
.white-content-box-alart-notion .alert-popup-container .opt-desc-content {
  display: flex;
  margin-bottom: 20px;
}
.white-content-box-alart-notion .alert-popup-container .opt-desc-content .desc-img {
  width: 70px;
  text-align: center;
}
.white-content-box-alart-notion .alert-popup-container .opt-desc-content .desc-img img {
  width: 100%;
}
.white-content-box-alart-notion .alert-popup-container .opt-desc-content .desc-img.device-icon img{
  margin: -15px 0 0 0;
}
.white-content-box-alart-notion .alert-popup-container .opt-desc-content .desc-img img.notice {
  width: 55px;
}
.white-content-box-alart-notion .alert-popup-container .opt-desc-content .desc {
  width: calc(100% - 80px);
  padding-left: 15px;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.4;
}
.white-content-box-alart-notion .alert-popup-container .opt-desc-content .desc span {
  color: #df0033;
}
.white-content-box-alart-notion .alert-popup-container table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.white-content-box-alart-notion .alert-popup-container table tr th {
  border: 1px solid #68d8d5;
  background-color: #68d8d5;
  color: #000;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 16px 5px;
}
.white-content-box-alart-notion .alert-popup-container table tr td {
  border: 1px solid #68d8d5;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 25px 5px;
}
.white-content-box-alart-notion .alert-popup-container table tr td span {
  color: #df0033;
  font-size: 3.8rem;
  margin: 0 5px;
}
#popup-anshin-opt .entry-option-popup .popup-body .content-images .images .img img{
  width: 80%;
}
/* 安心オプションここまで */
/* デジタルライフサポート */
.entry-option-digital-life-group {
  margin-top: 60px;
}
.entry-option-digital-life .select-ttl {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.entry-option-digital-life-group .entry-option-service {
  display: flex;
  justify-content: space-between;
}
.entry-option-digital-life.flex-entry-option .relief-option-ckeckbox {
  position: absolute;
}

/* デジタルライフ詳細ポップアップ */
#popup-digital-life .entry-option-popup .popup-digital-life .popup-header .title {
  padding-bottom: 0;
}
.entry-option-popup .popup-digital-life .popup-header .subtitle {
  text-align: center;
  font-size: 2rem;
  margin: 10px 0 0;
}
.entry-option-popup .popup-digital-life .popup-body .subhead {
  color: #df0033;
  font-size: 2.3rem;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
  margin-top: 25px;
}
.entry-option-popup .popup-digital-life .popup-body .table-dls {
  margin-top: 20px;
}
.entry-option-popup .popup-digital-life .popup-body .table-dls .heading {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}
.entry-option-popup .popup-digital-life .popup-body .table-dls .group {
  position: relative;
}
.entry-option-popup .popup-digital-life .popup-body .table-dls .recommend {
  position: absolute;
  top: -50px;
  right: -15px;
  z-index: 2;
}
.entry-option-popup .popup-digital-life .popup-body .table-dls .recommend img {
  width: 72px;
  height: auto;
}
.entry-option-popup .popup-digital-life .popup-body .table-dls .coverage {
  margin-top: 10px;
  border-collapse: collapse;
}
table.coverage th, table.coverage td {
  font-weight: normal;
  width: 210px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
table.coverage th {
  font-size: 1em;
  color: #000;
  font-weight: bold;
  border: 1px solid #68d8d5;
  border-bottom: 1px solid #fff;
  background-color: #68d8d5;
}
table.coverage tr:first-child th {
  border-bottom: 1px solid #68d8d5;
}
table.coverage tr:first-child th:nth-child(2) {
  border-right: 1px solid #fff;
}
table.coverage tr:last-child th {
  border-bottom: 1px solid #68d8d5;
}
table.coverage td {
  font-size: 1em;
  font-weight: bold;
  border: 1px solid #68d8d5;
}
table.coverage td span {
  font-size: 1.25em;
  color: #df0033;
}
table.devices-table tr:first-child th:nth-of-type(-n+2), table.coverage tr:first-child th:first-child {
  background: none;
  border: none;
}
table.coverage tr:not(:nth-of-type(1)) th {
  text-align: left;
  padding-left: calc(210px / 2 - 3em);
  box-sizing: border-box;
}
table.coverage tr:nth-of-type(n+2) td:nth-of-type(2) {
  background-color: #ffeb00;
}
.entry-option-popup .popup-digital-life .popup-body .fig {
  margin-top: 35px;
}
.entry-option-popup .popup-digital-life .popup-body .fig .heading {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  background-color: #232323;
}
.white-content-box-gray-box.insurance-option-box {
  display: flex;
  background: #fff;
  justify-content: space-evenly;
  align-items: center;
  padding: 50px 0;
  margin-top: 0;
  position: relative;
  margin-bottom: 15px;
}
.entry-option-popup .popup-digital-life .popup-body div.white-content-box-gray-box {
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px;
  border: 1px solid #ccc;
  border-top: 0;
  box-sizing: border-box;
  gap: 20px;
}
.entry-option-popup .popup-digital-life .popup-body div.white-content-box-gray-box > div > p {
  font-size: 1.2rem;
  line-height: 1.3;
}
.white-content-box-gray-box.insurance-option-box div p {
  text-align: center;
  font-weight: bold;
  margin-top: 1rem;
}
.entry-option-popup .popup-digital-life .popup-body div.white-content-box-gray-box > div {
  width: calc((100% - 60px) / 4);
  text-align: center;
}
.entry-option-popup .popup-digital-life .popup-body div.white-content-box-gray-box > div img {
  width: 116px;
}
.entry-option-popup .popup-digital-life .popup-body .fig-2 div.white-content-box-gray-box {
  flex-wrap: wrap;
}
.entry-option-popup .popup-digital-life .popup-body .fig-2 div.white-content-box-gray-box > div {
  width: calc((100% - 40px) / 3);
}

.prepaid-plan-form table.coverage th {
  border: 1px solid #0046ff;
  background-color: #0046ff;
  color: #fff;
}

.prepaid-plan-form table.coverage tr:not(:last-of-type) th {
  border-bottom: 1px solid #fff;
}

.prepaid-plan-form table.coverage tr:first-child th {
  border-bottom: 1px solid #0046ff;
}
.prepaid-plan-form table.coverage tr:last-child th {
  border-bottom: 1px solid #0046ff;
}
.prepaid-plan-form table.coverage td {
  border: 1px solid #0046ff;
}

/* デジタルライフサポートここまで */
/* 丸ごと安心パック */
.entry-option-marugoto-anshin {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

/* 丸ごと安心パック詳細ポップアップ */
#popup-marugoto-anshin .entry-option-popup .popup-marugoto-anshin .popup-header .title {
  padding-bottom: 0;
}
.entry-option-popup .popup-marugoto-anshin .popup-header .subtitle {
  text-align: center;
  font-size: 2rem;
  margin: 10px 0 0;
}
.entry-option-popup .popup-marugoto-anshin .popup-body .content-images {
  max-width: 450px;
  margin: 0 auto;
}
.entry-option-popup .popup-marugoto-anshin .popup-body .content-images .images {
  flex-wrap: wrap;
  gap: 20px 30px;
}
.entry-option-popup .popup-body .content-images .images .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.entry-option-popup .popup-body .content-images .images .box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #fff;
  border-radius: 40px;
  overflow: hidden;
  filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.2));
  margin: 0 auto 15px;
}
.entry-option-popup .popup-body .content-images .images .caption {
  text-align: center;
  font-weight: 600;
}
.entry-option-popup .popup-marugoto-anshin .popup-body .content-images .images li {
  flex: 0 1 calc(50% - 25px);
}
/* 丸ごと安心パックここまで */
/* クラウドバックアップ */
.entry-option-cloud-backup {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.entry-option-cloud-backup .entry-option-select div.relief-item-select-area-box .title {
  font-size: 2.1rem;
  border-bottom: none;
  margin-bottom: 0px;
}
.entry-option-cloud-backup .entry-option-select div.relief-item-select-area-box .price {
  text-align: right;
}
.entry-option-cloud-backup .entry-option-select div.relief-item-select-area-box .price.type-border {
  border-bottom: 7px solid #ffe401;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.entry-option-cloud-backup .banner {
  position: absolute;
  left: -40px;
  top: -30px;
  z-index: 2;
}
.entry-option-cloud-backup .banner img {
  width: 90px;
  height: auto;
}
.entry-option-cloud-backup .entry-option-detail p {
  margin-bottom: 1rem;
}
.entry-option-cloud-backup .entry-option-detail .sub-ttl {
  padding-left: 1em;
  position: relative;
  margin-bottom: 0;
}
.entry-option-cloud-backup .entry-option-detail .sub-ttl::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  left: 3px;
  top: 5px;
}
.entry-option-cloud-backup .entry-option-select {
  max-height: 230px;
}

/* クラウドバックアップ、データ復旧サービス詳細ポップアップ */
.popup-cloud-data .popup-header .group .text {
  width: 75%;
}
.popup-cloud-data .popup-header .group img {
  width: 25%;
}
.popup-cloud-data .popup-body:nth-child(2) {
  margin-bottom: 40px;
}

.entry-option-cloud-backup .entry-option-select div.relief-item-select-area-box .group.sp {
  display: none;
}

/* クラウドバックアップここまで */
/* リチャージプランオプション変更 */
div.recharge-option .entry-option-digital-life.flex-entry-option.flex-entry-option-sp.dls-select-box {
  border: solid 5px #0046ff;
}
/* リチャージプランオプション変更ここまで */
@media (max-width: 767px) {
  .entry-option-detail p .weight-normal {
    font-size: 1.1rem;
  }
  .entry-option-tanmatsu-anshin div.relief-item-select-area-box .price {
    text-align: center;
  }
  div.entry-option-description {
    margin: 0;
  }
  .entry-option-select input {
    width: 0;
    margin: 0;
  }
  .entry-option-service {
    flex-direction: column;
    gap: 15px;
    margin-top: 25px;
  }
  .entry-option-digital-life-group {
    margin-top: 35px;
  }
  .entry-option-service-group {
    gap: 30px;
    margin-top: 0px;
  }
  .mypage-confirm-hidden-form .entry-option-service-group {
    margin-top: 0px;
  }
  .entry-option-select {
    flex: 0 1 auto;
  }
  .entry-option-select .relief-option-ckeckbox label.custom-check-box-v2.option input[type=checkbox] + span::before {
    width: 22px;
    height: 22px;
  }
  .entry-option-select .relief-option-ckeckbox label.custom-check-box-v2.option input[type=checkbox] + span::after {
    top: 23px;
    left: 10px;
    width: 9px;
    height: 13px;
  }
  .entry-option-select p.custom-check-box-v2-select-text {
    top: auto;
    left: -25px;
    bottom: -26px;
    font-size: 1rem;
  }
  .entry-option-select div.relief-item-select-area-box {
    padding: 15px 0 15px 50px;
  }
  .entry-option-select div.relief-item-select-area-box .title {
    font-size: 2.1rem;
  }
  .entry-option-select div.relief-item-select-area-box .subtitle {
    font-size: 1.1rem;
  }
  .entry-option-select div.relief-item-select-area-box .heading {
    font-size: 1.4rem;
  }
  .entry-option-detail {
    flex: 0 1 auto;
  }
  .entry-option-detail::before {
    top: -12px;
    left: calc(50% - 12px);
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #fff transparent;
  }
  .edit-partial-device-option .entry-option-detail::before {
    border-color: transparent transparent #f2f5f5 transparent;
  }
  .entry-option-detail .icon {
    flex: 0 1 60px;
  }
  .entry-option-tanmatsu-anshin .relief-option-ckeckbox {
    top: -3px;
  }
  .entry-option-tanmatsu-anshin div.relief-item-select-area-box .price {
    margin-top: 10px;
  }
  .entry-option-marugoto-anshin .relief-option-ckeckbox {
    top: calc(50% - 40px);
  }
  .entry-option-marugoto-anshin div.relief-item-select-area-box .price {
    margin-top: 5px;
  }
  .entry-option-digital-life .relief-item-select-area3 + .relief-option-ckeckbox {
    top: calc(50% - 45px);
  }
  .entry-option-digital-life .relief-item-select-area3 + .relief-option-ckeckbox span {
    left: 15px;
  }
  .entry-option-digital-life .relief-item-select-area3 + .relief-option-ckeckbox span::after {
    margin: 2px 0 0 7px;
  }
  .entry-option-digital-life .relief-item-select-area3 + .relief-option-ckeckbox span::before {
    width: 22px;
    height: 22px;
  }
  .entry-option-digital-life .relief-item-select-area3 + .relief-option-ckeckbox .custom-check-box-v2-select-text {
    top: 13px;
    left: -17px;
  }
  .entry-option-digital-life .relief-item-select-area3 .price {
    margin-top: 10px;
  }
  .entry-option-digital-life .banner {
    top: -28px;
    right: 0;
    left: unset;
  }
  .entry-option-digital-life .banner img {
    width: 60px;
  }
  .entry-option-digital-life.flex-entry-option.flex-entry-option-sp.dls-select-box {
    margin-top: 15px;
    gap: 5px;
  }
  .entry-option-digital-life.flex-entry-option .entry-option-left label.custom-check-box-v2.option input[type=radio] + span::before {
    left: 0;
    width: 28px;
    height: 28px;
    border-width: 3px;
  }
  .entry-option-digital-life.flex-entry-option .entry-option-left label.custom-check-box-v2.option input[type=radio] + span::after {
    width: 18px;
    height: 18px;
  }
  .entry-option-digital-life.flex-entry-option .mark {
    top: -12px;
    margin-left: 0;
    width: 120px;
    right: -2px;
  }
  .entry-option-digital-life.flex-entry-option .entry-option-left:last-of-type label.custom-check-box-v2.option input[type=radio] + span::before {
    width: 28px;
    height: 28px;
    border-width: 3px;
  }
  .entry-option-digital-life.flex-entry-option .entry-option-left:last-of-type label.custom-check-box-v2.option input[type=radio] + span::after {
    width: 18px;
    height: 18px;
  }
  .entry-option-digital-life.flex-entry-option .entry-option-left div.topping-2-select-area-relief-option,
  .entry-option-digital-life.flex-entry-option .entry-option-left:last-of-type div.topping-2-select-area-relief-option {
    padding: 0 0 0 40px;
    align-items: flex-start;
  }
  .entry-option-digital-life.flex-entry-option .relief-item-select-area {
    flex-direction: column;
  }
  .entry-option-digital-life.flex-entry-option .title {
    font-size: 1.5rem;
  }
  .entry-option-select div.relief-item-select-area-box .group {
    flex-direction: row;
    justify-content: space-between;
    padding-right: 0;
  }
  .entry-option-select div.relief-item-select-area-box .group .group-left {
    width: 60%;
  }
  .entry-option-select div.relief-item-select-area-box .group .group-left .title {
    font-size: 1.8rem;
    border-bottom: 5px solid #ffe401;
    margin-bottom: 5px;
  }
  .entry-option-select div.relief-item-select-area-box .group .group-left .option-desc {
    font-size: 1.1rem;
    line-height: 1.4;
  }
  .entry-option-select div.relief-item-select-area-box .group .price {
    width: 40%;
    font-size: 2.5rem;
    line-height: 0.4;
    padding-top: 10px;
  }
  .entry-option-digital-life-group .entry-option-select div.relief-item-select-area-box .group .group-left {
    width: 72%;
  }
  .entry-option-digital-life-group .entry-option-select div.relief-item-select-area-box .group .price {
    width: 28%;
  }
  .entry-option-select div.relief-item-select-area-box .group .price span {
    font-size: 0.4em;
  }
  .entry-form-option-select.wcp label.custom-check-box-v2.option input[type="radio"] + span::before {
    top: 27px;
  }
  .entry-form-option-select.wcp label.custom-check-box-v2.option input[type="radio"] + span::after {
    top: 29px;
    left: 2px;
  }
  .entry-option-detail p {
    font-size: 1.2rem;
  }
  .entry-option-detail .notice {
    font-size: 1.1rem;
  }
  .entry-option-detail .btn p {
    font-size: 1.3rem;
  }
  .entry-option-digital-life .entry-option-select div.relief-item-select-area-box .group .group-left .title {
    font-size: 1.4rem;
  }
  .entry-option-digital-life .entry-option-select div.relief-item-select-area-box .group .group-left .title span {
    font-size: 1rem;
  }
  .entry-option-digital-life .entry-option-select div.relief-item-select-area-box .group .price {
    font-size: 2rem;
    padding: 30px 0 0 4px;
    text-align: center;
    line-height: 0.6;
  }
  .entry-option-digital-life .entry-option-select div.relief-item-select-area-box .group .price span {
    font-size: 0.5em;
  }
  .entry-option-digital-life .entry-option-select .relief-option-ckeckbox label.custom-check-box-v2.option input[type=checkbox] + span::after {
    top: 7px;
    left: 1px;
  }
  .entry-option-digital-life .entry-option-select .relief-option-ckeckbox label.custom-check-box-v2.option input[type=checkbox] + span::before {
    width: 24px;
    height: 24px;
    top: 5px;
  }
  .entry-option-digital-life .entry-option-select p.custom-check-box-v2-select-text {
    bottom: -5px;
  }
  .entry-option-digital-life .select-ttl {
    font-size: 1.8rem;
    margin-bottom: 0px;
  }
  .entry-option-digital-life.flex-entry-option .title {
    font-size: 1.4rem;
  }
  .entry-option-digital-life.flex-entry-option .price-per-year {
    font-size: 1.4rem;
  }
  .entry-option-digital-life.flex-entry-option .entry-option-left div.topping-2-select-area-relief-option, .entry-option-digital-life.flex-entry-option .entry-option-left:last-of-type div.topping-2-select-area-relief-option {
    padding: 15px 0 15px 40px;
  }
  .entry-option-digital-life.flex-entry-option .relief-option-ckeckbox {
    left: 0;
  }
  label.custom-check-box-v2.option > span.radio-digital {
    top: 0;
    left: 0;
  }
  .edit-partial-device-option .entry-option-digital-life.flex-entry-option .entry-option-left label.custom-check-box-v2.option input[type=radio] + span.insurance-5-sercle::after {
    left: 4.5px;
  }
  .entry-option-marugoto-anshin .entry-option-select div.relief-item-select-area-box .group .price {
    padding-top: 35px;
    text-align: center;
  }
  .edit-partial-device-option .entry-option-marugoto-anshin .entry-option-select div.relief-item-select-area-box .group .price {
    padding-top: 30px;
  }
  .entry-option-cloud-backup .entry-option-select div.relief-item-select-area-box .group.pc {
    display: none;
  }
  .entry-option-cloud-backup .entry-option-select div.relief-item-select-area-box .group.sp {
    display: flex;
  }
  .entry-option-cloud-backup .banner img {
    width: 60px;
  }
  .entry-option-cloud-backup .banner {
    left: unset;
    top: -30px;
    right: 0;
  }
  .entry-option-cloud-backup .entry-option-select div.relief-item-select-area-box .group .group-left .title {
    font-size: 1.5rem;
    padding-top: 5px;
  }
  .entry-option-cloud-backup .entry-option-select div.relief-item-select-area-box .group.cloud-sp .group-left .title .price {
    padding-top: 7px;
  }
  .entry-option-cloud-backup .entry-option-select div.relief-item-select-area-box .group .group-left .option-desc {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 15px 0 5px;
  }
  .edit-partial-device-option .entry-option-cloud-backup .entry-option-select div.relief-item-select-area-box .group .group-left .option-desc {
    padding: 10px 0 0;
  }
  .entry-option-cloud-backup .entry-option-select .relief-option-ckeckbox {
    top: calc(50% - 44px);
  }
  .entry-option-cloud-backup .entry-option-select div.relief-item-select-area-box .group .price {
    padding-top: 5px;
    text-align: center;
  }
  .entry-option-select div.relief-item-select-area-box span.cloud-sp-title {
    font-size: 1.5rem;
    width: 60%;
  }
  .cloud-confirm .entry-option-select div.relief-item-select-area-box span.cloud-sp-title {
    font-size: 1.4rem;
    line-height: 1.4;
    padding-top: 0;
  }
  .edit-partial-device-option .cloud-confirm .entry-option-select div.relief-item-select-area-box .option-desc span.cloud-sp-title {
    padding-top: 3px;
  }
  .entry-option-select div.relief-item-select-area-box .group.cloud-sp .group-left {
    width: 100%;
  }
  .entry-option-cloud-backup .entry-option-select div.relief-item-select-area-box .group.cloud-sp .group-left .title {
    display: flex;
  }
  .entry-option-cloud-backup .entry-option-select div.relief-item-select-area-box .group.cloud-sp .price {
    width: 40%;
  }
  .cloud-confirm .entry-option-cloud-backup .entry-option-select div.relief-item-select-area-box .group.cloud-sp .price {
    padding-top: 5px;
    line-height: 0.4;
  }
  .entry-option-cloud-backup .entry-option-select div.relief-item-select-area-box .group.cloud-sp .group-left .option-desc {
    display: flex;
  }

  /* ポップアップ安心オプションアラート */
  .white-content-box-alart-notion .alert-popup-container {
    padding: 30px 15px 25px;
  }
  .white-content-box-alart-notion .alert-popup-container .alert-ttl {
    font-size: 1.8rem;
  }
  .white-content-box-alart-notion .alert-popup-container .opt-desc-content img {
    width: 50px;
  }
  .white-content-box-alart-notion .alert-popup-container .opt-desc-content .desc {
    width: calc(100% - 50px);
    padding-left: 10px;
    font-size: 1.2rem;
  }
  .white-content-box-alart-notion .alert-popup-container table tr th {
    font-size: 1.8rem;
  }
  .white-content-box-alart-notion .alert-popup-container table tr td {
    font-size: 2rem;
  }
  .white-content-box-alart-notion .alert-popup-container table tr td span {
    font-size: 3.2rem;
  }
  /* ポップアップ安心オプション詳細 */
  .entry-option-popup .entry-option-popup-body {
    width: 90%;
  }
  .entry-option-popup .popup-contents {
    padding: 30px 20px;
  }
  .entry-option-popup .popup-header .title {
    font-size: 2.2rem;
    padding: 1rem 0;
  }
  #anshin_option .entry-option-popup .popup-header .title {
    font-size: 2.2rem;
    padding: 1rem 0;
  }
  .entry-option-popup .popup-header .group {
    margin: 15px auto 0;
  }
  .entry-option-popup .popup-header .group .text {
    font-size: 1.2rem;
    font-weight: 400;
  } 
  .popup-anshin-opt .popup-body .box-ttl p {
    display: block;
    font-size: 1.8rem;
    width: calc(100% - 60px);
    margin: 20px auto 0;
    max-width: 400px;
  }
  .entry-option-popup .popup-body .content-images .images {
    margin-top: 20px;
    gap: 10px;
  }
  .entry-option-popup .popup-body .content-images .images .box {
    border-radius: 10px;
  }
  .entry-option-popup .popup-body .option-desc p {
    font-size: 1.2rem;
    color: #df0033;
  }
  .entry-option-popup .popup-body .table {
    margin-top: 20px;
  }
  .entry-option-popup .popup-body .table table tbody th {
    padding: 10px 8px;;
    min-width: 65px;
  }
  /* ポップアップデジタルライフ詳細 */
  .entry-option-popup .popup-digital-life .popup-header .subtitle {
    font-size: 1.5rem;
  }
  .entry-option-popup .popup-digital-life .popup-body .subhead {
    font-size: 2rem;
    margin-top: 15px;
  }
  table.coverage tr:not(:nth-of-type(1)) th {
    padding-left: 10px;
  }
  table.coverage th {
    font-size: 0.9em;
  }
  table.coverage td {
    font-size: 0.9em;
    line-height: 1.4;
  }
  .entry-option-popup .popup-digital-life .popup-body .table-dls .recommend {
    top: -45px;
    right: -10px;
  }
  .entry-option-popup .popup-digital-life .popup-body .table-dls .recommend img {
    width: 55px;
  }
  .entry-option-popup .popup-digital-life .popup-body div.white-content-box-gray-box {
    padding: 10px 0;
    gap: 5px;
    justify-content: space-between;
  }
  .entry-option-popup .popup-digital-life .popup-body div.white-content-box-gray-box > div {
    width: calc((100% - 15px) / 4);
    background: #f4f4f4;
    padding: 10px 0;
  }
  .entry-option-popup .popup-digital-life .popup-body div.white-content-box-gray-box > div img {
    width: 90%;
  }
  .entry-option-popup .popup-digital-life .popup-body div.white-content-box-gray-box > div > p {
    font-size: 1rem;
    margin-top: 0;
  }
  .entry-option-popup .popup-digital-life .popup-body .fig .heading {
    font-size: 1.5rem;
  }
  .entry-option-popup .popup-digital-life .popup-body .fig-2 div.white-content-box-gray-box > div {
    width: calc((100% - 10px) / 3);
  }
  .entry-option-popup .popup-digital-life .popup-body .fig-2.sp div.white-content-box-gray-box > div > p {
    min-height: 38px;
  }

  /* リチャージプランオプション申し込み */
  div.entry-option-description.recharge-entry-description {
    margin: 15px 0 35px;
  }
  div.recharge-entry-opt div.entry-option-description {
    margin: 0 0 25px;
  }
  div.recharge-entry-opt .entry-option-digital-life-group {
    margin-top: 0px;
  }
  .prepaid-plan-form div.entry-option-attention-text p {
    text-indent: 0em;
    padding-left: 0em;
  }
}
/* 20230809 申し込みオプションレイアウト修正ここまで */

.error-message {
  margin-top: 0;
}
div#plan-id-error-message {
  margin: 20px auto -5px;
}
div.entry-option-description p {
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  div.entry-option-description {
    margin: 30px 0;
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  div.form-step-title-wrapper, .prepaid-plan-form .entry-complete div.form-step-title-wrapper {
    max-width: 750px;
    margin: 0 auto;
    padding: 20px 0;
  }
  div.entry-option-description {
    margin-top: 10px;
  }
  .entry-option-service {
    margin-top: 35px;
  }
  .entry-option-service-group .entry-option-service {
    margin-top: 15px;
  }
}

/* お客様情報入力 登録できないアドレスについて */
.attention-remark .entry-rental-device-title {
  color: #333;
  font-weight: normal;
  border-bottom: 1px solid #333;
  margin: 0px auto 10px 260px;
  display: inline-block;
  cursor: pointer;
  padding-top: 5px;
}
.attention-remark .entry-rental-device-title.show img {
  transform: rotate(180deg);
}
.attention-remark .entry-rental-device-title div {
  width: 210px;
  padding: 3px 0;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.4;
}
.estimate-container .attention-remark .entry-rental-device-title {
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 3px 0;
  position: relative;
  margin: 5px auto 10px 260px;
  width: 210px;
  font-size: 1.1rem;
  color: #333;
  font-weight: normal;
  border-bottom: 1px solid #333;
}
.estimate-container .attention-remark .entry-rental-device-title::after {
  display: block;
  content: "▼";
  color: #333;
  position: absolute;
  top: 5px;
  bottom: 0px;
  right: 0px;
  margin: auto;
}
.estimate-container .attention-remark .entry-rental-device-title.show::after {
  transform: rotate(180deg) translateY(7px);
}
.estimate-container .attention-remark .entry-rental-device-title div {
  width: 200px;
  text-align: left;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.4;
}
.estimate-container table p.remark-text {
  line-height: 1.3;
  margin-left: 260px;
}
.estimate-container select:focus {
  outline: none;
  box-shadow: 0 0 5px 2px #ffe401;
  border: none;
  border-radius: 10px;
}
.attention-remark .entry-rental-device-title img {
  display: inline-block;
  width: 13px;
  height: auto;
  margin: 0 5px;
  opacity: 0.6;
}
.attention-remark .entry-rental-device-flex.hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .attention-remark .entry-rental-device-title {
    margin: 0;
  }
  .attention-remark .entry-rental-device-flex {
    padding-top: 10px;
  }
  .estimate-container .attention-remark .entry-rental-device-title {
    margin: 0;
  }
  .estimate-container table p.remark-text {
    margin-left: 0;
    font-size: 1.1rem;
  }
}
/* お客様情報入力 登録できないアドレスについて ここまで */
/* レンタル端末について */
dl.entry-mr1 {
  margin: 30px 0 10px 0;
  padding-top: 30px;
  border-top: 1px solid lightgray;
}
dl.entry-mr1 img {
  width: 40%;
}

#modal01.trans-confirm,#modal02.trans-confirm{
  z-index: 1000000000003;
}

/* アクセシビリティ対応 */
/* 申込　法人1台 */
div.entry-button-container label.js-tabindex {
  padding: 2px 1px 1px;
  display: block;
}
.entry-form select:focus,
select.document-id-corporation:focus,
.flex-user-area label:focus,
select.desired_contact:focus {
  outline: none;
  box-shadow: 0 0 5px 2px #ffe401;
  border: none;
}
.flex-user-area label:focus {
  border-radius: 8px;
}
.flex-user-area .label-input {
  width: 40px;
  height: 40px;
}
/* 申込　法人1台　ここまで */
.transfer-payment table.form-table th.two-select {
  padding-bottom: 0;
}
.transfer-payment td.flex-user-area{
  height: auto;
}
@media screen and (max-width: 767px) {
  div.white-content-box-form.form-padding.transfer-payment{
    padding: 10px;
  }
  
}
/* アクセシビリティ対応　ここまで */


