/*-----------------------------------------------------------------
common.css
-----------------------------------------------------------------*/

/*common*/
html {
  font-family: "Montserrat", "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: 1168px;
  color: #1E1E1E;
  background: #F3F3F3;
  line-height: 1;
}
table th,
table td,
header,
footer {
  font-size: 1.3rem;
}
a{
  text-decoration: none;
  color: #DB0066;
}
a.pink-link {
  text-decoration: underline;
}
a.corp-pink-link {
  color: #DB0066;
  text-decoration: underline;
}
.remark-text,
.remark-text.campaign{
  font-size: 1.1rem;
}
div.white-content-box-body p:has(.remark-text){
  line-height: 1.3;
}
p {
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  line-height: 2.0rem;
  margin: 0;
}
div.content-container {
  width: 100%;
  margin: auto;
}
div.section-container {
  max-width: 980px;
  margin: auto;
  box-sizing: border-box;
}
.text-red {
  color: red;
}
.col75 {
  width: 75%;
}
.col50 {
  width: 50%;
}
input.col25 {
  width: 25% !important;
}
input.col20,
select.col20{
  width: 20% !important;
}
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;
}
.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;
}
img{
  width: auto;
  height: auto;
}
h1,
ul.List {
  margin: 0em;
  padding-left: 0px;
  font-size: 62.5%;
}
/*Edge・IEのみ
 *ブラウザのデフォルトで目のマークが出るので非表示にさせる
*/
input::-ms-reveal {
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  img.img-mv {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  body{
    min-width: 0;
  }
  .remark-text {
    font-size: 1.1rem;
    line-height: 13px;
  }
  .remark-text.campaign{
    font-size: 1.1rem;
    line-height: 2.0rem;
  }
  div.section-container {
    max-width: 100%;
    padding: 0 8%;
  }
  img.img-mv-sp{
    width: 100%;
    height: auto;
  }
}

/*contents*/
.inner{
  max-width: 980px;
  margin: 0 auto;
  z-index: 4;
}

/*-------------------------------------------
    Header
-------------------------------------------*/
header:not(.exclusion){
  background: #1E1E1E;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10000001;
  height: 95px;
}
header:not(.exclusion) a{
  text-decoration: none;
}
header:not(.exclusion) .inner{
  max-width: 1168px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 85px;
}
header:not(.exclusion) .logo{
  width: 90px;
  padding: 10px 0px 10px 15px;
}
header:not(.exclusion) .logo img {
  width: 90px;
}
.forbiz header:not(.exclusion) .logo {
  width: 200px;
  padding: 15px 0 15px 15px;
}
.forbiz header:not(.exclusion) .logo img {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .forbiz header:not(.exclusion) .logo img,
  header:not(.exclusion) .logo img {
    width: auto;
  }
  .brand-color-line {
    height: 100%;
    width: 10px;
    position: absolute;
    left: 0;
    top: 0;
  }
  header:not(.exclusion) .inner{
    height: 85px;
  }
}
header:not(.exclusion) .logo-lp{
  width: 210px;
  padding: 22px 0 22px 15px;
}
header:not(.exclusion) ul{
  display: flex;
  margin-block-start: 0em;
  margin-block-end: 0em;
}
header:not(.exclusion) ul.pc_nav:nth-of-type(2) {
  padding-inline-start: 10px;
}
header:not(.exclusion) ul.sp_nav{
  display: none;
}

header:not(.exclusion) ul.btn-box-container {
  padding-inline-start: 10px;
}

header:not(.exclusion) ul li{
  text-align: center;
  letter-spacing: 0.11em;
  text-indent: -0.11em;
  list-style: none;
}
header:not(.exclusion) ul li a{
  color: #FFFFFF;
}
header:not(.exclusion) ul li.nav_type01{
  border-left: solid 1px #505050;
  width: 100px;
  line-height: 1.3;
}
header:not(.exclusion) ul li.nav_type01:last-of-type {
  border-right: solid 1px #505050;
}
header:not(.exclusion) ul li.nav_type01 a{
  color: #FFFFFF;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
header:not(.exclusion) ul li.nav_type01 a::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: #1E1E1E;
}
header:not(.exclusion) ul li.nav_type01 a:hover{
  color: #FFE000;
}
/* buttons.css から移植 start */
.header-menu {
  position: relative;
  display: inline-block;
}
.header-menu::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -100;
  content: "";
  background: black;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.header-menu.header-mypage::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -101;
  content: "";
  background-color: #505050;
}
.header-menu.active::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
/* buttons.css から移植 end */
.nav_type01.header-menu-selected a {
  color: #FFE000;
}
/* header ul li.nav_type01 a:hover::before{
  animation: anim .5s ease-out forwards;
}
@keyframes anim {
  0% {width: 0;}
  50% {width: 100%;}
  100% {width: 0; right: 0; left: 100%;}
} */
header:not(.exclusion) ul li.nav_type02{
  width: 115px;
  border-left: solid 1px #505050;
  display: flex;
  flex-direction: column;
}
header:not(.exclusion) ul li.nav_type02 a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50%;
  letter-spacing: 0.04em;
  text-indent: -0.04em;
  transition: .3s all;
}
header:not(.exclusion) ul li.nav_type02 a:first-child{
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  border-bottom: solid 1px #505050;
}
header:not(.exclusion) ul li.nav_type02 a:first-child span{
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/nav_ico.svg) no-repeat left center;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  padding: 4px 0 3px 18px;
}
header:not(.exclusion) ul li.nav_type03{
  width: 137px;
}
header:not(.exclusion) ul li.nav_type03 a{
  font-weight: 900;
  display: block;
  border-left: solid 1px #505050;
  transition: .3s all;
  letter-spacing: 0.1em;
  margin: 10px 5px;
  border-radius: 0.75em;
  max-height: 50px;
}

header:not(.exclusion) ul li.nav_type03.business a {
  padding: 10px 0;
  line-height: 1.4;
  color: #FFFFFF;
  background-color: #026abd;
  font-size: 1.4rem;
}
header:not(.exclusion) ul li.nav_type03.request a {
  padding: 32px 0 10px;
  background: #FFE000;
  color: #1E1E1E;
  font-size: 1.5rem;
  position: relative;
}
header:not(.exclusion) ul li.nav_type03.request.entry a {
  background: #DB0066;
}
header:not(.exclusion) ul li.nav_type03.request a::before {
  content: "";
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
}
header:not(.exclusion) ul li.nav_type03.request a .sub-mess {
  position: absolute;
  left: 50%;
  top: -5px;
  transform: translateX(-50%);
  background-color: #fff;
  width: 90%;
  padding: 3px 0;
  border-radius: 100vh;
  font-size: 1.6rem;
  color: #000;
}
header:not(.exclusion) ul li.nav_type03.request a .sub-mess span {
  color: #DB0066;
}
header:not(.exclusion) ul li.nav_type03 a:hover{
  color: #1E1E1E;
  background: #FFFFFF;
}
header:not(.exclusion) ul li.nav_type03.business a:hover{
  background: #FFF;
}
header:not(.exclusion) ul li.nav_type03 a img{
  max-width: 48px;
  margin: 0 auto 8px;
  display: block;
}

header:not(.exclusion) ul li.nav_type01:last-of-type a:first-child {
  flex-flow: column;
}
header:not(.exclusion) ul li.nav_type01:last-of-type a:first-child img {
  width: 40%;
  margin-bottom: 7px;
}
header:not(.exclusion) ul li.sp_nav_type03 a {
  position: relative;
}
header:not(.exclusion) ul li.sp_nav_type03 a:first-child img {
  position: absolute;
  width: 17px;
  top: 13px;
  left: 8px;
}
header:not(.exclusion) ul li.nav_type02 a:hover{
  background: #FFE000;
  color: #1E1E1E;
}
header:not(.exclusion) ul li.nav_type02 a:hover:first-child span{
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/nav_ico_on.svg) no-repeat left center;
  background-size: contain;
}
header:not(.exclusion) ul li.nav_type03{
  width: 137px;
}
header:not(.exclusion) ul li.nav_type03.business {
  width: 137px;
}
header:not(.exclusion) ul li.nav_type03.business.global {
  width: 160px;
}
header:not(.exclusion) ul li.nav_type03.business a {
  padding: 15px 0 5px;
  margin-top: 20px;
  color: #fff;
  font-weight: bold;
  position: relative;
  line-height: 1.2;
}
header:not(.exclusion) ul li.nav_type03.business.global a {
  color: #fff;
}
header:not(.exclusion) ul li.nav_type03.business a span {
  position: absolute;
  display: inline-block;
  top: -19%;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  background-color: #ffeb00;
  color: #000000;
  padding: 2px 0;
  border-radius: 15px;
}
header:not(.exclusion) ul li.nav_type03.business:first-of-type {
  width: 155px;
}
header:not(.exclusion):not(.service-header.business) ul li.nav_type03.business:first-of-type a {
  background-color: #00BBAB;
}
header:not(.exclusion):not(.service-header.business) ul li.nav_type03.global a {
  background-color: #00BBAB;
  padding: 22px 0 16px;
}
header:not(.exclusion) ul li.nav_type03.business:last-of-type a {
  background-color: #026abd;
}
header:not(.exclusion) ul li.nav_type03 a,
header:not(.exclusion) ul li.nav_type03.business div{
  background: #FFE000;
  color: #1E1E1E;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1.4;
  display: block;
  padding: 11px 0;
  border-left: solid 1px #505050;
  transition: .3s all;
  letter-spacing: 0.1em;
  margin: 10px 5px;
  border-radius: 0.75em;
}
header:not(.exclusion) ul li.nav_type03:first-of-type a{
  padding: 15px 0 5px;
  color: #FFFFFF;
  background-color: #026abd;
}
header:not(.exclusion) ul li.nav_type03.entry a{
  color: #fff;
}
header.service-header.business:not(.exclusion) ul li.nav_type03:first-of-type a{
  background-color: #e6006b;
}

.forbiz ul li.nav_type03 a {
  font-size: 1.4rem;
}
header:not(.exclusion) ul li.nav_type03.business div,
#application-menu-sp {
  position: absolute;
  transform: translateX(-50%);
  border: none;
  width: 264px;
  margin: 0;
  padding: 0;
}
header:not(.exclusion) ul li.nav_type03.business div a {
  border-radius: 0;
  border: none;
}
header:not(.exclusion) ul li.nav_type03  a:hover,
header:not(.exclusion) ul li.nav_type03.business  a:hover{
  color: #1E1E1E;
  background: #FFFFFF;
}
header:not(.exclusion) ul li.nav_type03 > a img{
  max-width: 48px;
  margin: 0 auto 8px;
  display: block;
}
@media screen and (min-width: 768px) {
  header:not(.exclusion):not(.service-header.business) ul li.nav_type03.request a{
    margin: 19px 0 0;
    padding: 27px 0 9px;
  }
  header:not(.exclusion):not(.service-header.business) ul li.nav_type03.request a .sub-mess{
    top: -12px;
  }
  header:not(.exclusion):not(.service-header.business) ul li.nav_type03.business a{
    font-size: 1.5rem;
  }
}
div.header-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  height: 80px;
  text-align: center;
  position: relative;
  font-size: 1.2rem;
}
#application-button:hover {
  cursor: pointer;
}
#application-menu a {
  margin: 0;
  padding: 20px 0;
  font-size: 1.7rem;
  letter-spacing: 1px;
}
#application-menu > a img {
  width: 20px;
}
#application-menu a:first-of-type {
  border-bottom: 1px solid #000000;
  border-radius: 0.75em 0.75em 0 0;
}
#application-menu a:last-of-type {
  border-radius: 0 0 0.75em 0.75em;
}
#application-menu > a img {
  width: 9px;
  display: inline-block;
  vertical-align: bottom;
  transform: translateX(6px);
}

/* ホテル用動画、言語選択のヘッダー */
#independent_page header .inner,
#instruction_manual_language_page header .inner,
#twitter_page header .inner{
  height: 85px;
}
#independent_page header .logo,
#instruction_manual_language_page header .logo,
#twitter_page header .logo {
  width: 140px;
  padding: 24px 20px;
  display: flex;
  align-items: center;
  transform: unset;
}
#independent_page header .logo img,
#instruction_manual_language_page header .logo img,
#twitter_page header .logo img {
  width: 100%;
}
#independent_page .footer-menu.single-copy,
#instruction_manual_language_page .footer-menu.single-copy {
  position: absolute;
  bottom: 0px;
}
body#instruction_manual_language_page{
  position: relative;
  min-height: calc(100vh - 95px);
}
@media screen and (max-width: 767px) {
  #independent_page header .inner,
  #twitter_page header .inner{
    height: 84px;
  }
}

@media screen and (max-width: 767px) {
  header:not(.exclusion){
    display: block;
    height: 85px;
  }
  header:not(.exclusion) .logo,
  header:not(.exclusion) .logo-lp{
    width: 110px;
    padding: 24px 0;
    transform: translateX(20%);
  }
  .forbiz header:not(.exclusion) .logo {
    width: 85px;
    padding:30px 0;
    margin: 0 0 0 -5px;
  }
  header:not(.exclusion) ul {
    display: block;
    position: fixed;
    opacity: 1;
    z-index: 100;
    background: #1E1E1E;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 100px calc((100% - 300px) / 2) 110px;
  }
  header:not(.exclusion) ul.sp_nav{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    transform: scale(1,0.5);
    transition: .3s all;
    opacity: 0;
    visibility: hidden;
  }
  header:not(.exclusion) ul.sp_nav.clicked{
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    overflow-y: scroll;
  }
  header:not(.exclusion) ul.pc_nav{
    display: none;
  }
  header:not(.exclusion) ul li{
    width: 48%;
  }
  header:not(.exclusion) ul li a{
    font-weight: 600;
  }
  header:not(.exclusion) ul li.sp_nav_type01,
  header:not(.exclusion) ul li.sp_nav_type02 {
    width: 48%;
    border-radius: 10px;
    line-height: 1;
  }
  header:not(.exclusion) ul li.sp_nav_type01 a,
  header:not(.exclusion) ul li.sp_nav_type02 a{
    color: #fff;
    padding: 15px 0 10px;
    display: block;
    width: auto;
  }

  header:not(.exclusion) ul li.sp_nav_type02 {
    width: 48%;
    line-height: 1;
    background: none;
    border-radius: 10px;
  }
  header:not(.exclusion) ul li.sp_nav_type02 a{
    padding: 13px 0;
    display: block;
  }
  header:not(.exclusion) ul li.sp_nav_type03 {
    border-bottom: solid 1px #FFFFFF;
    width: 48%;
    line-height: 1;
    background: none;
    border-radius: 0;
  }
  header:not(.exclusion) ul li.sp_nav_type03 a {
    display: block;
    text-align: left;
    padding: 25px 0 25px 5px;
    font-size: 1.4rem;
    height: 64px;
    box-sizing: border-box;
  }
  header:not(.exclusion) ul li.sp_nav_type03:nth-last-of-type(2) a {
    padding-left: 36px;
  }
  header:not(.exclusion) ul li.sp_nav_type04{
    border: solid 1px #FFFFFF;
    width: 48%;
    line-height: 1;
    background: none;
    border-radius: 10px;
    margin: -15px 0 0;
  }
  header:not(.exclusion) ul li.sp_nav_type04 a{
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow04.svg) no-repeat 90% center #FFFFFF;
    background-size: 6px;
    color: #1E1E1E;
    padding: 20px 0;
    display: block;
  }

  /*SP メニューボタン*/
  #sp-menu {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999999;
    margin: 0;
    display: block;
    transition: .3s all;
  }
  #sp-menu.clicked {
    right: 30px;
  }
  #sp-menu span{
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 10px;
    background-size: 100% 100%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    left: 0;
    background: #FFFFFF;
  }
  #sp-menu span.top-border{
    top: 0;
  }
  #sp-menu span.middle-border{
    top: 14px;
    margin: 0;
  }
  #sp-menu span.bottom-border{
    top: 28px;
    margin: 0;
  }
  #sp-menu.clicked span.top-border{
    transform: rotate(-45deg);
    top: 15px;
  }
  #sp-menu.clicked span.middle-border{
    transform: rotate(45deg);
    top: 15px;
  }
  #sp-menu.clicked span.bottom-border{
    opacity: 0;
  }
  .sp_btn{
    position: absolute;
    right: 56px;
    top: 6px;
    display: flex;
    width: 45%;
    max-width: 190px;
    justify-content: space-between;
  }
  .sp_btn.btn_solo{
    top: 25px;
  }
  .sp_btn a{
    position: relative;
  }
  .sp_btn a,
  .sp_nav_type01 a,
  .sp_nav_type02 a{
    width: 90px;
    box-sizing: border-box;
    border-radius: 8px;
    color: #fff;
    padding: 12px 0 7px;
    margin: 7px 0 5px;
    display: block;
    text-align: center;
    background-color: #00BBAB;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 2rem;
  }
  .sp_btn a:nth-of-type(1),
  .sp_nav_type02 a {
    border: solid 1px #DB0066;
    background: #DB0066;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 900;
  }
  .sp_btn a:nth-of-type(1) img,
  .sp_nav_type02 img {
    width: 37%;
    display: block;
    margin: 0 auto 4px;
  }
  header:not(.exclusion) ul li.sp_nav_type01 a,
  header:not(.exclusion) ul li.sp_nav_type02 a {
    height: 70px;
    font-size: 1.7rem;
    line-height: 1.3;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  header:not(.exclusion) ul li{
    position: relative;
  }
  .sp_nav_type01 a{
    background: #00BBAB;
  }
  
  a span.sub-mess{
    width: 90%;
    text-align: center;
    font-size: 1.4rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0%);
    padding: 3px;
    border-radius: 100vh;
    background-color: #FFF;
    color: #000;
  }
  a span.sub-mess > span{
    color: #DB0066;
  }
  .sp_nav_type01 a span.sub-mess{
    background: #FFE000;
    color: #000;
  }
  .sp_btn a{
    padding: 15px 0 3px;
    margin: 12px 0 0;
  }
  .sp_btn a span.sub-mess{
    top: 2px;
    font-size: 1.2rem;
    transform: translate(-50%,-50%);
  }
  .sp_btn a:nth-of-type(2) span.sub-mess{
    background: #FFE000;
    color: #000;
    padding-left: 6px;
    padding-right: 0;
  }
  .sp_btn a:first-of-type{
    padding: 24px 0 0;
    margin: 11px 0 0;
  }
  header:not(.exclusion) ul li.sp_nav_type01 a{
    color: #FFFFFF;
    padding-top: 25px;
  }
  header:not(.exclusion) ul li.sp_nav_bond {
    width: 100%;
    margin-bottom: 20px;
  }
  .sp_nav_type02 img {
    width: 5rem;
  }
  header:not(.exclusion) ul li.sp_nav_type04{
    width: 60%;
    margin: 15px auto auto;
    border: none;
  }
  header:not(.exclusion) ul li.sp_nav_type04 a{
    padding: 6px 0 6px;
    font-weight: bold;
    font-size: 1.4rem;
    color: #FFF;
    line-height: 1.3;
    background: rgb(119,119,119);
    background: linear-gradient(125deg, rgba(119,119,119,1) 0%, rgba(119,119,119,1) 79%, rgba(255,224,0,1) 80%, rgba(255,224,0,1) 85%, rgba(2,106,189,1) 85%, rgba(2,106,189,1) 100%)             
  }
  .sp_nav_bond img {
    width: 80%;
  }
  #application-menu-sp {
    width: 217px;
    transform: translateX(50%);
    filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
    background: #FFE000;
    border-radius: 8px;
    right: 107px;
    top: 85px;
  }
  #application-menu-sp a {
    width: 100%;
    padding: 12px 0;
    border-radius: 0;
    background: none;
    margin: 5px 0;
  }
  #application-menu-sp img,
  ul.sp_nav li.sp_nav_bond #application-menu-sp2 img {
    width: 4%;
    display: inline-block;
    vertical-align: text-top;
    transform: translateX(5px);
  }
  #application-menu-sp a:first-of-type {
    border-bottom: 1px solid #000000;
  }
  header.business:not(.exclusion) ul li.sp_nav_type03 {
    transform: translateY(-10px);
    margin-bottom: 10px;
  }
  li.sp_nav_bond.sp_nav_type02 {
    transform: translateY(-20px);
  }
  header.business:not(.exclusion) ul {
    padding: 23% 8% 17%;
  }
  li.sp_nav_bond.sp_nav_type02 a {
    background: none;
    border: none;
    border-radius: 0;
  }
  li.sp_nav_bond.sp_nav_type02 {
    background-color: #ffe000;
  }
  li.sp_nav_bond.sp_nav_type02 a:first-of-type {
    border-bottom: 1px solid #000000;
  }
  header:not(.exclusion) ul li.sp_nav_type02 a {
    padding: 25px 0 10px;
  }
  .forbiz .sp_btn {
    width: 57%;
  }
  .forbiz .sp_btn a {
    position: relative;
    font-size: 1.2rem;
    width: 105px;
    margin: 12px 0 0px;
    color: #fff;
    line-height: 1.4;
    padding: 14px 0 5px;
  }
  .forbiz .sp_btn a span:first-of-type {
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    background-color: #ffeb00;
    border-radius: 10px;
    padding: 4px 6px 2px;
    font-size: 95%;
    color: #000000;
    line-height: 1;
  }
  .forbiz .sp_btn a:first-of-type {
    background-color: #e6006b;
  }
  .forbiz .sp_btn a:last-of-type {
    background-color: #026abd;
    border: none;
  }
  .forbiz header ul li.sp_nav_type01,
  .forbiz header ul li.sp_nav_type02 {
    position: relative;
  }
  .forbiz header ul li.sp_nav_type01 span,
  .forbiz header ul li.sp_nav_type02 span {
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    font-size: 1.6rem;
    background-color: #ffeb00;
    padding: 4px 8px;
    border-radius: 16px;
    color: #000000;
  }
  .forbiz header ul li.sp_nav_type01 a,
  .forbiz header ul li.sp_nav_type02 a {
    font-size: 1.6rem;
    padding: 26px 0 12px;
    line-height: 1.4;
    border: none;
    color: #fff;
  }
  .forbiz header ul li.sp_nav_type02 {
    overflow: visible;
  }
  .forbiz header ul li.sp_nav_type01 a {
    background-color: #e6006b;
  }
  .forbiz header ul li.sp_nav_type02 a {
    background-color: #026abd;
  }

  .sp_btn a.request {
    border: solid 1px #ffe000;
    color: #1e1e1e;
    background: #ffe000;
    position: relative;
    padding: 13px 0 0;
  }
  .sp_btn a.request::before {
    content: "";
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    left: 50%;
    top: 15px;
    transform: translateX(-50%);
  }
  .sp_btn a.request .sub-mess {
    position: absolute;
    left: 50%;
    top: -5px;
    transform: translateX(-50%);
    background-color: #fff;
    width: 100%;
    padding: 3px 0;
    border-radius: 10px;
    font-size: 1.2rem;
  }
  .sp_btn a.request .sub-mess span {
    color: #ff0080;
  }
}
@media screen and (max-width: 400px) {
  .sp_btn a {
    width: 80px;
  }
  header:not(.exclusion) ul li.sp_nav_bond {
    margin-bottom: 30px;
  }
  li.sp_nav_bond.sp_nav_type02 {
    transform: translateY(0px);
  }
  header.business:not(.exclusion) ul {
    padding: 12% 8% 17%;
  }
  li.sp_nav_bond.sp_nav_type02 a {
    padding: 3px 0;
    font-size: 1.6rem;
  }
  ul.sp_nav li.sp_nav_bond #application-menu-sp2 img {
    width: 3%;
  }
}

/*-------------------------------------------
    Footer
-------------------------------------------*/
footer.top-footer div.footer-share {
  width: 100%;
  height: 175px;
  background-color: #646464;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer.top-footer div.footer-share-content {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffeb00;
}
div.footer-share-content div.sns-circle {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  margin: 0 35px;
  position: relative;
}
div.footer-share-content div.sns-circle div.footer-sns-image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
div.footer-share-text {
  font-size: 3.5rem;
  line-height: 55px;
}
div.footer-share-content div.sns-circle div.footer-sns-image.footer-sns-image-pos {
  opacity: 0;
}
div.footer-share-content div.sns-circle img.facebook-icon,
div.footer-share-content div.sns-circle img.twitter-icon{
  margin: auto;
  width: 100%;
}
footer.top-footer div.footer-share-content a {
  text-decoration: none;
}
div.sns-circle.active {
  transition: all 0.5s ease-out;
}
div.sns-circle.active div.footer-sns-image-neg {
  opacity: 0 !important;
  transition: all 0.5s ease-out;
}
div.sns-circle.active div.footer-sns-image-pos {
  opacity: 1 !important;
  transition: all 0.5s ease-out;
}
div.sns-circle.inactive {
  transition: all 0.5s ease-out;
}
div.sns-circle.inactive div.footer-sns-image-neg {
  opacity: 1 !important;
  transition: all 0.5s ease-out;
}
div.sns-circle.inactive div.footer-sns-image-pos {
  opacity: 0 !important;
  transition: all 0.5s ease-out;
}

@media screen and (max-width: 767px) {
  footer.top-footer div.footer-share {
    height: 120px;
  }
  div.footer-share-text {
    font-size: 2.0rem;
  }
  div.footer-share-content div.sns-circle {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin: 0 20px;
  }
}
/*-------------------------------------------
    ページKV
-------------------------------------------*/

div.main {
  margin-top: 95px;
}
div.key-visual-inner-pc {
  margin: -1px auto;
  width: 100%;
  /* max-width: 1300px; */
  max-width: 1076px;
  position: relative;
}
div.main div.key-visual img {
  max-width: 100%;
  flex-shrink: 0;
  margin-bottom: -1px;
}
@media screen and (min-width: 767px){
  div.main div.key-visual {
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/kv-back-pc_t.png) center/cover #FFD701;
    text-align: center;
    margin-bottom: 0;
    position: relative;
    height: auto;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  div.main {
    margin-top: 80px;
  }
  div.main div.key-visual {
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/kv-back-sp_t.png) center/cover #FFDD00;
    position: relative;
    height: auto;
    overflow: hidden;
  }
}
/*-------------------------------------------
    セクション
-------------------------------------------*/

/*背景*/
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{
  padding: 0 30px 40px;
  overflow: hidden;
}
section.other-second,
section.other-second.guide{
  background-color: #E3E3E3;
}
section.other-fourth{
  background-color: #E3E3E3;
  padding: 50px 40px;
}
section.other-fifth{
  padding: 70px 0 40px;
}
section.other-sixth{
  background-color: #E3E3E3;
  padding: 70px 0 40px;
}
section.other-second.area-shrink,
section.other-third.area-shrink{
  padding: 140px 0 10px;
}
section.other-second.area-shrink{
  background-position: right -10px top -90px;
  background-size: 600px;
}
section.other-second.area-wide{
  padding: 110px 30px;
}
#reason.section-charcoal{
  background-image: none;
  background-color: #232323;
}
section.other-seventh{
  background-color: #E3E3E3;
}

/*タイムアウトページ*/
div.bg-plain-gray {
  background-color: #F3F3F3;
}

/*横の英語が次のセクションにかかる*/
section.other-first.over-title{
  background-position: left -10px top -90px;
}
section.other-first.over-title,
section.other-third.over-title{
  z-index: 7;
  overflow: initial;
  position: relative;
}
section.other-second.area-shrink.over-title,
section.other-second.over-title.last-title{
  z-index: 6;
  overflow: initial;
}
section.other-first.over-title .side-title,
section.other-second.area-shrink.over-title .side-title,
section.other-third.over-title .side-title{
  word-break: initial;
  height: max-content;
}

/*最後のセクションだったらはみ出た分は読ませない*/
section.other-first.over-title.last-title,
section.other-second.over-title.last-title{
  z-index: 3;
  overflow: hidden;
}
section.other-second.over-title.last-title .side-title{
  word-break: initial;
  height: max-content;
}

/*区切りの斜め線*/
.bg01,
.bg02,
.bg04,
.bg05,
.bg06,
.bg07,
.bg08,
.bg09,
.bg10{
  display: block;
  overflow-x: hidden;
  position: absolute;
  width: 100%;
  height: 10vw;
  top: -1px;
  left: 0;
  right: 0;
  z-index: 10;
}
.bg01{
  height: 6vw;
}
.bg02{
  top: 100%;
}
.bg06,
.bg10{
  top:0;
  z-index: 1;
}
.bg07{
  height: 6vw;
  z-index: 0;
}
.bg09{
  top: -50px;
}
.bg01::before,
.bg02::after,
.bg04::after,
.bg05::after,
.bg06::before,
.bg07::before,
.bg08::after,
.bg09::before,
.bg10::before{
  content: "";
  display: block;
  background: #f3f3f3;
  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%);
}
.bg02::after,
.bg04::after,
.bg05::after,
.bg06::before,
.bg08::after,
.bg10::before{
  transform: rotate(-2.5deg) translate(0,-45%);
}
.bg05.reverse::after{
  transform: rotate(2.5deg) translate(0,-45%);
}

.bg05::after{
  background: #232323
}

.bg02::after,
.bg07::before,
.bg08::after,
.bg10::before{
  background: #e3e3e3;
}
.bg09::before{
  background-color: #464646;
  transform: rotate(3deg) translate(0%);
  height: 5vw;
}
.bg10::before{
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/free-try-circle.svg) no-repeat;
  background-size: 96%;
  background-position: 105.1px 61.6%;
}

/*横の英語*/
.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: #ffff00;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1.05rem;
  word-break: break-all;
  line-height: 1.05em;
  overflow: hidden;
  font-family: sans-serif;
}
.side-title.left{
  left: -3px;
  top: 110px;
}

.side-title.left.guide{
  top: 18px;
}
.side-title.right{
  right: 0px;
  top: 107px;
}

@media screen and (max-width:1440px) and (min-width:768px){
  .bg09 {
    top: -30px;
  }
  .bg09::before{
    height: 6.5vw;
  }
}

@media screen and (max-width: 767px) {
  section.other-first{
    padding: 0 0 50px;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  section.other-first.guide{
    padding: 0 0 30px;
  }
  section.other-second,
  section.other-second.area-shrink{
    padding: 50px 0 50px;
    position: relative;
    z-index: 1;
  }
  section.other-second.area-shrink{
    z-index: 0;
  }
  section.other-second.area-wide{
    padding: 50px 0px 150px;
  }

  section.other-second.guide{
    padding: 30px 0 50px;
  }
  section.other-third{
    padding: 20px 0 50px;
    position: relative;
    z-index: 1;
  }
  section.other-fourth{
    padding: 5px 0 50px;
  }
  section.other-fifth{
    padding: 5px 0 50px;
    overflow: hidden;
  }
  section.other-sixth{
    padding: 5px 0 50px;
    overflow: hidden;
  }
  section.other-seventh{
    background-size: 65%;
    padding: 70px 0 50px;
    position: relative;
    z-index: 0;
  }
  section.other-second.area-shrink,
  section.other-third.area-shrink{
    padding: 100px 0 70px;
  }
  section.other-first.over-title{
    background-position: left top;
  }
  #reason.section-charcoal{
    padding: 2em 0 2em;
  }
  .bg01 {
    height: 10vw;
  }
  .bg01::before,
  .bg02::after {
    content: "";
    display: block;
    background: #f3f3f3;
    width: 120%;
    height: 5vw;
    box-shadow: 0 8px 8px rgb(0 0 0 / 10%);
    position: absolute;
    top: 0%;
    left: -10%;
    right: -10%;
    margin: auto;
    transform: rotate(2.5deg) translate(0,-45%);
  }
  .bg02::after {
    background: #e3e3e3;
    box-shadow: 0 8px 8px rgb(0 0 0 / 20%);
    transform: rotate(-2.5deg) translate(0,-45%);
  }
  .bg07 {
    z-index: 1;
  }
  .bg09{
    top: -10px;
  }
  .bg10::before{
    content: "";
    display: block;
    background: #e3e3e3;
    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%);
    background: #ffd700;
  }
  .side-title{
    font-size:5.5em;
    filter: blur(1px);
  }
  .side-title.left{
    left: -10px;
  }
  .side-title.right{
    right: 0px;
  }
  div.white-content-box-v2-inner {
    z-index: 1;
    position: relative;
  }
  .other-first.guide div.white-content-box-body,
  .other-second.guide div.white-content-box-body,
  .other-third.guide div.white-content-box-body {
    padding: 0;
  }
  section.other-second.guide.area-shrink,
  section.other-third.guide.area-shrink {
    padding: 50px 0;
  }
  .other-second.guide div.white-content-box-title {
    padding-top: 0px;
    margin-top: 0px;
  }
}

/*-------------------------------------------
    新サブスク各セクションタイトル 2024/09~
-------------------------------------------*/

.default-main-titl {
  text-align: center;
  font-weight: bold;
  padding-top: 30px;
}

.default-main-titl h2 {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.2;
}

.default-main-titl h2 .pc-topborder {
  padding-top: 30px;
}
.default-main-titl h2 .topborder::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 15%;
  height: 8px;
  background-color: #ffc100;
}

.default-main-titl .titl-small {
  font-size: 2.5rem;
}

.default-main-titl p {
  font-size: 1.8rem;
  margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 1280px) {
  .default-main-titl h2 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .default-main-titl h2 {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-top: 70px;
  }
  .default-main-titl h2 .pc-topborder {
    border-top: none;
  }
  .default-main-titl h2 .topborder::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 8px;
    background-color: #ffe000;
  }
  .default-main-titl h2 .sp-big-plan {
    font-size: 3.8rem;
  }
  #top .default-main-titl h2 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}


/*-------------------------------------------
  重要なお知らせ
-------------------------------------------*/
div.under-kv-notion {
  background-color: #E6E6E6;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 16;
  position: relative;
}

div.under-kv-notion.under-kv-notion-border {
  border-top: 1px solid #aaa;
}

div.mypage-under-kv-notion {
  border-top: 20px solid #282828;
}

div.under-kv-notion-inner {
  width: auto;
}

div.under-kv-notion p.under-kv-notion-title {
  color: #ff6159;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: left;
  margin: 12px 0;
  padding: 0;
}

div.under-kv-notion p.under-kv-notion-title a {
  text-decoration:none;
  font-size: 1.8rem;
  color: #000000;
  display: flex;
  align-items: center;
}

.important-mark {
  width: 55px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  div.under-kv-notion p.under-kv-notion-title a {
    text-decoration:none;
    font-size: 1.5rem;
    justify-content: center;
  }

  div.under-kv-notion {
    padding: 0 3%;
    justify-content: flex-start;
    justify-content: center;
  }

  div.under-kv-notion p.under-kv-notion-title {
    padding: 0;
    margin: 12px 0;
  }
}

/*-------------------------------------------
   コンテンツ
-------------------------------------------*/
div.content-box-inner{
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
table#callcenter-table th:first-of-type{
width:120px;
}
table#callcenter-table th:nth-of-type(2),table#callcenter-table td:nth-of-type(1){
  width:180px;
  }
  table#callcenter-table th:nth-of-type(3),table#callcenter-table td:nth-of-type(2){
    width:250px;
    }

/*コンテンツインナー*/
div.white-content-box-inner{
  margin: 30px auto 0;
}
div.content-box-inner p{
  font-size: 1.6rem;
}
div.white-content-box-body {
  margin: 20px 0 0 0;
}
div.white-content-box-body p {
  line-height: 25px;
}

/* wimaxマイページ */
div.white-content-box-body.wimax {
  margin: 0;
}
div.white-content-box-body.wimax p {
  margin-top: 20px;
}
div.white-content-box-body.wimax p:first-child {
  margin-top: 10px;
}

/*2カラム*/
div.white-content-box-inner-flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  margin: 20px 0;
}
.charm-main #feature-section-4 div.white-content-box-inner-flex,.device #device-section-2 div.white-content-box-inner-flex{
  justify-content: space-around;
}
div.white-content-box-inner-flex-left {
  width: 580px;
  height: auto;
}
div.white-content-box-inner-flex-left-width {
  width: 479px;
}
div.white-content-box-inner-flex-right {
  width: 335px;
  height: auto;
}

/*見出し*/
div.content-box-title p {
  font-size: 3.8rem;
  line-height: 40px;
  text-align: center;
  margin-bottom: 26px;
}

div.content-box-title-bottom0 p {
  font-size: 3.8rem;
  line-height: 40px;
  text-align: center;
  margin-bottom: 0px;
}
@media screen and (max-width:767px){
  div.content-box-inner{
    width: 100%;
    margin-top: 20px;
  }
  div.white-content-box-body {
    width: 100%;
  }
  div.white-content-box-inner-flex {
    margin: 0px;
  }
  .white-content-box-inner-flex-right p{
    position: relative;
    left: 38px;
  }
  div.white-content-box-title p {
    font-size: 2.0rem;
  }
  div.content-box-title p {
    font-size: 2.6rem;
    line-height: 30px;
    text-align: left;
  }
  div.content-box-title p.center{
    text-align: center;
  }
}



/*-------------------------------------------
    ボタン
-------------------------------------------*/

.btn_box02 a{
  background: #e6006b;
  width: 426px;
  display: block;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.btn_box02 a::after{
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 70px;
  background: #1E1E1E;
  transition: .3s all;
}
.btn_box02 a:hover::after{
  width: 100%;
}
.btn_box02 a span{
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow02.svg) no-repeat 386px center;
  background-size: 8px;
  display: block;
  padding: 25px 70px 27px 0;
  position: relative;
  z-index: 1;
}
.btn_box02.charm{
  margin-bottom: 30px;
}
.btn_box02.contract_cancel{
  padding-bottom: 40px;
}
.btn_box02.overseas{
  margin-top: 30px;
  margin-bottom: 30px;
}

/*黄色のグラデーションボタン*/
.btn-area02{
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
div.btn_box02.entry-button a{
  background: linear-gradient(to right, #FFC600, #FFE300);
  color: #000000;
  transition: 0.3s;
}
div.btn_box02.entry-button a:hover{
  color: #FFFFFF;
}

/*法人ページのボタンサイズ調整*/
.btn_box02_1 a{
  width:300px;
  font-size: 1.6rem;
}
.btn_box02_1 a span{
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow02.svg) no-repeat 263px center;
  background-size: 8px;
}

/*ボタンの非活性化*/
div.decoration-button-area-disabled,
a.decoration-button-area-disabled {
  opacity: 0.5;
  pointer-events: none;
}
label[for="button-edit-coupon-code"]:has(> div.form-next-button.decoration-button-area-disabled) {
  pointer-events: none;
}
div.decoration-button-area {
  width: 200px;
  text-align: center;
}
div.decoration-button-area-submitted div.decoration-button {
  background: #FFEB00;
}
div.decoration-button-area-submitted  div.decoration-button div.text{
  color: black !important;
}
div.decoration-button-area-submitted  div.decoration-button::after {
  background: #FFEB00;
}
span.decoration-button-next {
  float: right;
}
span.decoration-button-back {
  float: left;
}
@media screen and (max-width: 767px) {
  .btn_box02 a{
    background: #e6006b;
    width: 280px;
    display: block;
    margin: 0 auto;
    font-size: 1.2rem;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 0.02em;
    position: relative;
    text-align: center;
    text-decoration: none;
  }
  .btn_box02 a::after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 45px;
    background: #1E1E1E;
    transition: .3s all;
  }
  .btn_box02 a:hover::after{
    width: 100%;
  }
  .btn_box02 a span{
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow02_t.png) no-repeat 255px center;
    background-size: 6px;
    display: block;
    padding: 20px 45px 20px 0;
    position: relative;
    z-index: 1;
  }
  .btn-area02{
    flex-direction: column;
    margin-top: 0;
  }
  .btn_box02_1 a span{
    margin-top: 35px;
  }

  div.decoration-button-area {
    width: 120px;
  }
  div.decoration-button-area div.decoration-button {
    height: 40px;
  }
  div.decoration-button-area div.decoration-button:after {
    height: 40px;
  }
  div.decoration-button-area div.decoration-button div.text{
    padding-top: 5px;
    letter-spacing: 0.4rem;
  }
  div.decoration-button-area div.decoration-button span.decoration-button-next {
    font-size: 0.8rem;
    padding-right: 15px;
  }
}

/*-------------------------------------------
    Share Button
-------------------------------------------*/
#share{
  background: #646464;
  padding: 70px 20px;
}
#share h2{
  font-size: 2.6rem;
  color: #FFFFFF;
  letter-spacing: 0.08em;
}
#share ul{
  text-align: center;
}
#share ul li{
  display: inline-block;
  vertical-align: middle;
  margin: 0 45px;
}
#share ul li a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 83px;
  height: 83px;
  border-radius: 100%;
  transition: .3s all;
}
#share ul li.fb a{
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/fb_btn_on_t.png) center no-repeat #FFE400;
  background-size: 21px;
}
#share ul li.fb a:hover{
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/fb_btn_on_t.png) center no-repeat #1E1E1E;
  background-size: 21px;
}
#share ul li.fb img{
  width: 21px;
  transition: .3s all;
}
#share ul li.fb:hover img{
  opacity: 0;
}
#share ul li.tw a{
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/tw_btn_on_t.png) center no-repeat #FFE400;
  background-size: 41px;
}
#share ul li.tw a:hover{
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/tw_btn_on_t.png) center no-repeat #1E1E1E;
  background-size: 41px;
}
#share ul li.tw img{
  width: 41px;
  transition: .3s all;
}
#share ul li.tw:hover img{
  opacity: 0;
}
@media screen and (max-width:767px){
  #share{
    padding: 40px 20px;
  }
  #share h2{
    font-size: 2rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #share ul li{
    margin: 0 10px;
  }
  #share ul li a{
    width: 40px;
    height: 40px;
  }
  #share ul li.fb a,
  #share ul li.fb a:hover{
    background-size: 11px;
  }
  #share ul li.fb img{
    width: 11px;
  }
  #share ul li.tw a,
  #share ul li.tw a:hover{
    background-size: 20px;
  }
  #share ul li.tw img{
    width: 20px;
  }
}

/*-------------------------------------------
    Cv
-------------------------------------------*/
#cv{
  background: #FFE400;
  padding: 50px 20px 40px;
}
#cv dl{
  padding-left: 270px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}
#cv dl.cr-cv{
  padding-left: 320px;
}
#cv dl::after{
  content: "";
  display: block;
  width: 203px;
  height: 287px;
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/footer-person_left.webp) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -68px;
  left: 0;
  z-index: 3;
}
#cv dl dt,
#cv dl dd{
  width: 345px;
}
#cv dl dt h3{
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 0 15px;
  letter-spacing: 0.06em;
}
#cv dl dt h3 div{
  display: flex;
  align-items: center;
}
#cv dl dt h3 div p:last-child{
  width: 80%;
}
#cv dl dt h3 img{
  width: 44px;
  vertical-align: middle;
  margin: -4px 8px 0 0;
}

#cv dl dt a{
  display: block;
  border-radius: 12px;
  background: #FFFFFF;
  text-align: center;
  padding: 25px 0;
  color: #251814;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-indent: -0.2em;
  transition: .3s all;
}
#cv dl dt a:hover{
  background: #1E1E1E;
  color: #FFE400;
}
#cv dl dt a span{
  /* background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow_t.png) no-repeat right -2px; */
  background-size: 25px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 25px;
}
#cv dl dt a:hover span{
  /* background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow_on_t.png) no-repeat right -2px; */
  background-size: 25px;
}
#cv dl dd{
  text-align: center;
}
#cv dl dd h3{
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 0 15px;
}
#cv dl dd h3 img{
  width: 44px;
  vertical-align: middle;
  margin: -4px 8px 0 0;
}
#cv dl dd a{
  display: block;
  border-radius: 12px;
  background: #FFE400;
  text-align: center;
  padding: 25px 0;
  color: #251814;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-indent: -0.2em;
  transition: .3s all;
}
#cv dl dd a:hover{
  background: #1E1E1E;
  color: #FFE400;
}
#cv dl dd a span{
  /* background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow_t.png) no-repeat right -2px; */
  background-size: 25px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 25px;
}
#cv dl dd a:hover span{
  /* background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow_on_t.png) no-repeat right -2px; */
  background-size: 25px;
}
@media screen and (max-width:767px){
  #cv{
    padding: 11px 8%;
    box-shadow: 0 6px 6px rgb(0 0 0 / 20%);
    position: relative;
  }
  #cv dl,
  #cv dl.cr-cv{
    padding-left: 35%;
    align-items: center;
  }

  #cv dl::after{
    width: 113px;
    height: 156px;
    bottom: -29px;
  }
  #cv dl dt{
    width: 100%;
  }
  #cv dl dt h3{
    font-size: 3.5vw;
    font-weight: 700;
    margin: 0 5px 10px;
  }
  #cv dl dt h3 img{
    width: 38px;
    margin: -2px 8px 0 0;
  }
  #cv dl dt a {
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow_t.png) no-repeat 100% center #FFFFFF;
    color: #251814;
    background-size: 25px;
    padding: 17px 0;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    text-indent: 0;
  }
  #cv dl dt a.sp{
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    text-align: center;
    margin: 0;
  }
  #cv dl dt a.sp:last-child{
    margin-left: 1%;
  }
  #cv dl dt a span{
    padding: 0;
    background: none;
  }
  #cv dl dt a:hover span {
    background-size: 25px;
    background: none;
  }
  #cv dl dd{
    display: none;
  }
  #cv dl.cr-cv dt h3 div p:last-child{
    text-align: center;
  }
  .sp_btn.cr-entry{
    top: 12px;
  }
  .sp_btn.cr-entry a{
    padding: 18px 0;
    font-size: 1.2rem;
  }
}

@media screen and (max-width:320px){
  #cv dl dt h3{
    font-size: 3.3vw;
  }
}

/*-------------------------------------------
    Footer
-------------------------------------------*/
footer:not(.exclusion){
  background: #2C2C2C;
}
footer:not(.exclusion).footer-menu{
  padding: 80px 0 0;
}
footer:not(.exclusion) .inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer:not(.exclusion) .ft_logo{
  width: 345px;
}
footer:not(.exclusion) .ft_logo img{
  max-width: 175px;
}
footer:not(.exclusion) .ft_nav{
  width: calc(100% - 345px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
footer:not(.exclusion) .ft_nav li a{
  color: #FFFFFF;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
footer:not(.exclusion) #copy{
  background: #090002;
  text-align: center;
  font-size: 1.1rem;
  color: #FFFFFF;
  padding: 30px 0;
  margin: 80px 0 0;
}
footer:not(.exclusion) #copy span{
  display: block;
  max-width: 1140px;
  margin: 0 auto;
  letter-spacing: 0.06em;
  padding-right: 0px;
}
footer:not(.exclusion) ul{
  padding-inline-start: 0;
}
footer:not(.exclusion) ul li{
  list-style: none;
}
div.guide-nav-icons{
  padding: 15px 0 0;
}
@media screen and (max-width: 767px) {
  footer:not(.exclusion).footer-menu{
    padding: 45px 0 0;
  }
  footer:not(.exclusion) .inner {
    display: block;
  }
  footer:not(.exclusion) .ft_logo{
    width: 100%;
    text-align: center;
  }
  footer:not(.exclusion) .ft_logo img{
    margin: 0 auto 40px;
  }
  footer:not(.exclusion) .ft_nav{
    width: 100%;
    box-sizing: border-box;
    padding: 0 8%;
    flex-wrap: wrap;
  }
  /* footer:not(.exclusion) .ft_nav ul:nth-of-type(1){
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 20px;
  }
  footer:not(.exclusion) .ft_nav ul:nth-of-type(1) li a span.centering {
    display: inline-block;
    position: relative;
    width: 140px;
    transform: translateX(-50%);
    left: 50%;
  }
  footer:not(.exclusion) .ft_nav ul:nth-of-type(2),
  footer:not(.exclusion) .ft_nav ul:nth-of-type(3){
    width: 100%;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 0;
  }
  footer:not(.exclusion) .ft_nav ul:nth-of-type(1) li a,
  footer:not(.exclusion) .ft_nav ul:nth-of-type(2) li a,
  footer:not(.exclusion) .ft_nav ul:nth-of-type(3) li a{
    padding: 20px 0;
    border-top: solid 1px #909090;
    display: block;
    font-size: 1.2rem;
  }
  footer:not(.exclusion) .ft_nav li a{
    font-size: 2.5vw;
    line-height: 1;
  } */
  footer:not(.exclusion) #copy{
    font-size: 1rem;
    padding: 20px 8%;
    margin: 60px 0 0;
  }
}

/*-------------------------------------------
    レイアウト調整用
-------------------------------------------*/
/*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;
  }
}

/*サービスサイトのコンテンツ余白調整*/
.content-box-inner.empty-top,
.section-container.empty-top{
  margin-top: 50px;
}

div.empty-area {
  height: 10px;
}
div.white-content-box-bottom-padding {
  padding-bottom: 30px;
}
h2.style-reset,
h3.style-reset{
    margin: 0;
    position: relative;
}
div.content-box-title-space{
  margin-top: 50px
}
.margin-bottom-less{
  margin-bottom: 0;
}
@media screen and (min-width: 768px){

  div.empty-lp-area {
    margin-top: -100px;
  }
  .btn-up{
    margin-top: -110px;
  }
}

@media screen and (max-width: 767px){
  div.white-content-box-inner > h2 p{
    margin-bottom: 0px;
  }
  .content-box-inner.empty-top,
  .section-container.empty-top{
    margin-top: 30px;
  }
}

/*レイアウトの変更*/
div.white-content-box-sub-title p.title-left{
  text-align: left;
}
span.marker-yellow{
  display: inline-block;
  background:#FFEB00;
  padding: 0.1em;
}

/*画像のドロップシャドウ*/
.img-shadow img{
  filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, .2));
  transform: translateZ(0);
}

/*画像をシャープにする*/
.img-sharp{
  image-rendering: -webkit-optimize-contrast;
}

.br-height {
  display: block;
  line-height: 1.6;
  margin-top: 5px;
}

/*お申し込みボタン 追従 start*/
#entry_fix {
  width: 62px;
  position: fixed;
  right: 0;
  top: 96px;
  z-index: 10000000;
  transition: .3s all;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
}
#entry_fix.show{
  visibility: visible;
  opacity: 1;
}
#entry_fix div.price-fix-box{
  height: 90.4vh;
  height: -webkit-calc(100vh - 96px);
  height: calc(100vh - 96px);
  letter-spacing: 0.3em;
  filter: drop-shadow(-8px 8px 8px rgb(0,0,0,20%));
  transform: translateZ(0);
  font-size: 0.3vh;
}
#entry_fix div.price-fix-box a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33.33333%;
  height: -webkit-calc(100% / 3);
  height: calc(100% / 3);
}
#entry_fix div.price-fix-box a.price-fix-entry{
  background-color: #e6006b;
  position: relative;
}
#entry_fix div.price-fix-box a.price-fix-entry-corp{
  background-color: #e6006b;
  position: relative;
}
#entry_fix div.price-fix-box a.price-fix-entry-corp p {
  padding-top: 15px;
}
#entry_fix div.price-fix-box a.price-fix-corp-entry{
  background: linear-gradient(#fffa00, #ffb100);
}
#entry_fix div.price-fix-box a.price-fix-corp-entry p{
  color: #000000;
}
#entry_fix div.price-fix-box a.price-fix-corp-inquiry{
  background: linear-gradient(#fffa00, #ffb100);
}
#entry_fix div.price-fix-box a.price-fix-corp-inquiry p{
  color: #000000;
}
#entry_fix div.price-fix-box a.price-fix-faq{
  background: #666666;
}
#entry_fix div.price-fix-box a.price-fix-corp-estimate{
  background: #666666;
}
#entry_fix div.price-fix-box a div{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#entry_fix img.price-fix-hint{
  width: 80px;
  position: fixed;
  left: 0;
  top: 46%;
  box-shadow: 8px 8px 8px rgb(0 0 0 / 20%);
}
img.follow-five-minutes, #top img.follow-five-minutes{
  position: absolute;
  top: 6px;
  left: 0;
  max-width: unset;
  height: 7.2vh;
  transform: translateX(-50%);
}
img.follow-five-minutes-business{
  position: absolute;
  top: 6px;
  left: 0;
  max-width: unset;
  height: 7.2vh;
  transform: translateX(-50%);
}
.follow-question{
  width: 15px;
  margin-bottom: 0.3vh;
}
#entry_fix div.price-fix-box p {
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#entry_fix div.price-fix-box-corp p {
  font-size: 1.7rem;
}
.price-fix-entry-parentheses {
  letter-spacing: -0.2em;
}

@media screen and (max-width: 767px) {
  #entry_fix {
    width: 100%;
    height: 45px;
    position: fixed;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: 10000000;
    transition: .3s all;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
  }
  #entry_fix div.price-fix-box {
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
    letter-spacing: 0;
    display: flex;
    filter: drop-shadow(8px -8px 8px rgb(0,0,0,20%));
    transform: translateZ(0);
  }
  #entry_fix div.price-fix-box a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  #entry_fix img.price-fix-hint {
    position: fixed;
    right: 0;
    left: auto;
    width: 35px;
    top: 100px;
  }
  #entry_fix div.price-fix-box a div {
    -ms-writing-mode: unset;
    writing-mode: unset;
  }
  #entry_fix div.price-fix-box a div p {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #entry_fix div.price-fix-box a div p {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #entry_fix div.price-fix-box a div p .sp {
    font-size: 1.3rem;
    margin-left: 4px;
  }
  #entry_fix div.price-fix-box a.price-fix-entry {
    padding-left: 12%;
  }
  #entry_fix div.price-fix-box a.price-fix-entry p {
    padding-top: 0;
  }
  #entry_fix div.price-fix-box a.price-fix-entry-corp {
    padding-left: 14%;
  }
  #entry_fix div.price-fix-box a.price-fix-entry-corp p {
    padding-top: 0;
  }
  #entry_fix div.price-fix-box a.price-fix-faq {
    width: 70%;
  }
  #entry_fix div.price-fix-box a.price-fix-corp-inquiry {
    width: 70%;
    background: linear-gradient(to right, #fffa00, #ffb100);
  }
  #entry_fix div.price-fix-box a.price-fix-faq div p {
    font-size: 1.3rem;
  }
  #entry_fix div.price-fix-box a.price-fix-corp-estimate div p {
    font-size: 1.6rem;
  }
  #entry_fix div.price-fix-box a.price-fix-corp-entry {
    display: none;
  }
  #entry_fix div.price-fix-box a.price-fix-corp-estimate {
    display: none;
  }
  img.follow-five-minutes, #top img.follow-five-minutes {
    position: absolute;
    top: -20px;
    left: 5px;
    max-width: unset;
    width: 60px;
    transform: none;
    height: unset;
  }
  img.follow-five-minutes-business {
    position: absolute;
    top: -20px;
    left: 5px;
    max-width: unset;
    width: 60px;
    transform: none;
    height: unset;
  }
  .follow-question {
    width: 10px;
    margin-bottom: 0;
    margin-right: 6px;
  }
  #entry_fix div.price-fix-box p {
    font-size: 1.7rem;
  }
  .price-fix-entry-parentheses {
    letter-spacing: -0.5em;
  }
}
/*お申し込みボタン 追従 end*/

video {
  width: 100%;
}

/* 追従ボタン r2 */
#btn-chatbot {
  display: none;
}
#entry_fix .side-fixed-banner {
  --side-bn-base1: #1e1e1e;
  --side-bn-mark: #ffe000;
  --side-bn-icon-bg: #fffada;
  --side-bn-white: #fff;
  --side-bn-txt1: #fff;
  --side-bn-txt2: #fff;
  --side-bn-bg1: #1e1e1e;
  --side-bn-bg2: #666;
  position: fixed;
  top: 197px;
  right: 0;
  width: 60px;
  box-shadow: -3px 0 9px 0 rgba(0, 0, 0, .15);
  -webkit-tap-highlight-color: transparent;
}
.column_detail-h #entry_fix .side-fixed-banner,
#entry_fix.entry_fix-column .side-fixed-banner {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.side-fixed-banner .btns {
  display: flex;
  flex-direction: column;
}
.side-fixed-banner .btns .btn-base .body {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--side-bn-txt1);
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: .05em;
  writing-mode: vertical-rl;
  height: 240px;
  width: 100%;
  transition: all .3s;
}
.side-fixed-banner .btns .btn-base .body::before {
  display: block;
  color: var(--side-bn-mark);
  font-family: montserrat, sans-serif;
  font-size: 3rem;
  transform: rotate(-90deg);
  transition: all .3s;
}
.side-fixed-banner .btns .btn-hint .body {
  background: rgb(2,106,189);
  background: linear-gradient(145deg, rgba(2,106,189,1) 0%, rgba(2,106,189,1) 88%, rgba(255,224,0,1) 89%, rgba(255,224,0,1) 100%);
}
.side-fixed-banner .btns .btn-hint.giga-hint .body{
  background: var(--side-bn-bg1);
}

.side-fixed-banner .btns .btn-hint.giga-hint .body::before{
  content: '!';
  font-size: 2.7rem;
  font-style: normal;
  margin-bottom: 12px;
}
.side-fixed-banner .btns .btn-faq .body {
  background-color: var(--side-bn-bg2);
}


@media (min-width: 768px) {
  #faq-content .side-fixed-banner .btns .btn-faq .body {
    display: none;
  }
}
.side-fixed-banner .btns .btn-estimate .body {
  background-color: var(--side-bn-bg2);
  height: 280px;
}
.side-fixed-banner .btns .btn-hint .body::before {
  content: 'BIZ';
  font-weight: bold;
  font-style: italic;
  font-size: 1.7rem;
}
.side-fixed-banner .btns .btn-faq .body::before {
  content: '?';
  margin-bottom: 8px;
}
.side-fixed-banner .btns .btn-base .body:hover {
  color: var(--side-bn-bg1);
  background-color: var(--side-bn-mark);
}
.side-fixed-banner .btns .btn-base .body:hover::before {
  color: var(--side-bn-base1);
}

.side-fixed-banner .btns .btn-hint:first-of-type .body:hover,
.side-fixed-banner .btns .btn-hint:first-of-type .body:hover::before{
  color: #FFEB00;
}
.side-fixed-banner .btns .btn-hint.giga-hint .body:hover{
  background: #FFEB00;
  color: #000;
}
.side-fixed-banner .btns .btn-hint.giga-hint .body:hover::before{
  color: #000;
}

.side-fixed-banner .btns a:first-of-type img{
  margin-bottom: -2px;
}
@media (max-width: 767px) {
  #btn-chatbot {
    display: block;
    background-color: var(--side-bn-bg1);
    padding: 5px;
    box-sizing: border-box;
  }
  #entry_fix .side-fixed-banner {
    top: auto;
    bottom: 0;
    height: 56px;
    width: auto;
    box-shadow: 0 3px 9px 6px rgba(0, 0, 0, .1);
  }
  .side-fixed-banner .btns {
    display: flex;
    flex-direction: row;
  }
  .side-fixed-banner .btns .btn-base .body {
    font-size: 1.3rem;
    writing-mode: horizontal-tb;
    font-feature-settings: "palt";
    height: 56px;
  }
  .side-fixed-banner .btns .btn-hint .body {
    width: 40vw;
    background-color: var(--side-bn-bg2);
  }
  .side-fixed-banner .btns .btn-chat {
    width: 60vw;
  }
  .side-fixed-banner .btns .btn-chat .body {
    position: relative;
    color: var(--side-bn-bg1);
    text-align: center;
    max-width: 250px;
    height: 46px;
    margin: 0 auto;
    padding-right: 40px;
    background-color: var(--side-bn-white);
    border-radius: 50px;
    box-sizing: border-box;
  }
  .side-fixed-banner .btns .btn-estimate .body {
    width: 39vw;
  }
  .side-fixed-banner .btns .btn-base .body::before {
    transform: rotate(0deg);
  }
  .side-fixed-banner .btns .btn-hint .body::before {
    margin-bottom: 0;
    margin-right: 6px;
  }
  .side-fixed-banner .btns .btn-chat .body::after {
    position: absolute;
    right: 2px;
    display: block;
    content: '';
    width: 40px;
    height: 40px;
    margin-left: 6px;
    background-color: var(--side-bn-icon-bg);
    background-image: url(https://d1q08lkutgkcx2.cloudfront.net/image/chatbot-face.svg);
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid var(--side-bn-bg1);
    border-radius: 50%;
  }
}

@media screen and (max-width: 767px) {
  #entry_fix div.price-fix-box a.price-fix-faq{
    background: #E5E5E5;
  }
  #entry_fix div.price-fix-box .price-fix-entry::before {
    content: "BIZ";
    font-size: 13px;
    color: #FFEB00;
    font-style: italic;
    font-weight: bold;
    width: 25px;
    height: 30px;
    position: absolute;
    top: 17px;
    left: 10px;
  }

  #entry_fix div.price-fix-box .price-fix-entry{
    background: linear-gradient(145deg, 
      rgba(2,106,189,1) 0%, 
      rgba(2,106,189,1) 88%, 
      rgba(255,224,0,1) 89%, 
      rgba(255,224,0,1) 100%);
  }
  #entry_fix div.price-fix-box.single-fix {
    justify-content: flex-end;
  }

  #entry_fix div.price-fix-box.column-fix .price-fix-entry::before {
    content: "";
    background-image: url(https://d1q08lkutgkcx2.cloudfront.net/image/error-button-top.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  #entry_fix div.price-fix-box.column-fix .price-fix-entry{
    background: #2c2c2c;
  }
  #entry_fix div.price-fix-box.column-fix .price-fix-entry.gb-btn{
    background: #00BBAB;
  }
  .js-slidedown-btn .btn-bg {
    width: 100%;
  }
  #entry_fix {
    width: 100%;
    height: 45px;
    position: fixed;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: 10000000;
    transition: .3s all;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
  }
  #entry_fix div.price-fix-box {
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
    letter-spacing: 0;
    display: flex;
    filter: drop-shadow(8px -8px 8px rgb(0,0,0,20%));
    transform: translateZ(0);
  }
  #entry_fix div.price-fix-box a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
  }
  #entry_fix img.price-fix-hint {
    position: fixed;
    right: 0;
    left: auto;
    width: 35px;
    top: 100px;
  }
  #entry_fix div.price-fix-box a div {
    -ms-writing-mode: unset;
    writing-mode: unset;
  }
  #entry_fix div.price-fix-box a div p {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #entry_fix div.price-fix-box a div p {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #entry_fix div.price-fix-box a div p .sp {
    font-size: 1.4rem;
    margin-left: 4px;
  }

  #entry_fix div.price-fix-box .price-fix-entry div {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-weight: bold;
  }
  #entry_fix div.price-fix-box .price-fix-entry div {
    -ms-writing-mode: unset;
    writing-mode: unset;
  }
  #entry_fix div.price-fix-box .price-fix-entry div p {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #entry_fix div.price-fix-box .price-fix-entry div p {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #entry_fix div.price-fix-box .price-fix-entry div p .sp {
    font-size: 1.4rem;
    margin-left: 4px;
  }

  #entry_fix div.price-fix-box .price-fix-entry {
    padding-left: 0;
    width: 45%;
    display: flex;
    border-radius: 10px 10px 0 0;
  }
  #entry_fix div.price-fix-box .price-fix-entry div p {
    font-size: 1.3rem;
    letter-spacing: 1px;
    padding-left: 28px;
  }
  #entry_fix div.price-fix-box a.price-fix-faq {
    width: 55%;
  }
  #entry_fix div.price-fix-box a.price-fix-faq div p {
    font-size: 1.4rem;
    letter-spacing: 1px;
    position: relative;
    padding-left: 30px;
    color: #000;
  }
  #entry_fix div.price-fix-box a.price-fix-faq div p img {
    width: 68px;
    height: auto;
    position: absolute;
    left: -33px;
    top: -32px;
  }
  #entry_fix div.price-fix-box a.price-fix-corp-entry {
    display: none;
  }
  img.follow-five-minutes, #top img.follow-five-minutes {
    position: absolute;
    top: -20px;
    left: 5px;
    max-width: unset;
    width: 60px;
    transform: none;
    height: unset;
  }
  .follow-question {
    width: 10px;
    margin-bottom: 0;
    margin-right: 6px;
  }
  #entry_fix div.price-fix-box p {
    font-size: 1.7rem;
  }
}
/*お申し込みボタン 追従 end*/
.column_detail-h .culumn-contents-img-width{
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .column_detail-h .culumn-contents-img-width{
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
}
.side-fixed-banner.column-sd .btns a:first-of-type img{
  width: 80%;
  margin: 10%;
}
.side-fixed-banner.column-sd .btns .btn-base{
  height:190px;
  font-size: 2rem;
  background-color:#323232;
  transition: all .3s;
}
.side-fixed-banner.column-sd .btns .btn-base.gb-btn{
  background-color:#00BBAB;
}

.side-fixed-banner.column-sd .btns a .btn-base .column-sd-text{
  width: 100%;
  color: #fff;
  writing-mode: vertical-rl;
  letter-spacing: .05em;
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin: 10px 0 0 0;
}

.side-fixed-banner.column-sd .btns .btn-base.gb-btn .column-sd-text {
  color: #000;
}

/* key-visualサイズ調整*/
@media screen and (min-width: 768px) {
  .key-visual.guide-vis img,
  .key-visual.anshin-vis img{
    max-height: 450px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .key-visual.guide-vis img,
  .key-visual.anshin-vis img{
    width: 100%;
  }
}
@media screen and (min-width: 1281px){
  #feature-section-3 .white-content-box-body.charm-content p{
    width: 91%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px){
  #device-section-2 .img-small-sp{
    width: 175px;
    margin: -20px auto 0px auto;
  }
}
.charm-main div.white-content-box-inner-flex-right,#device-section-2 div.white-content-box-inner-flex-right{
  width: auto;
}
#device-section-1 .device-introduction p{
  position: relative;
  font-size: 1.2rem;
  z-index: 11;
}

/*サイトリニューアル KV比率変更*/
h1 .key-visual{
  font-size: 0;
}

.div-sp,
.img-mv-sp{
  margin-bottom: -1px;
}

/*------------------------------------------------
旧フッター
------------------------------------------------*/
/*TODO：差し替え時に削除↓*/

/* Mypage footer  */
footer.mypage-footer{
  padding: 0;
}
div.mypage-footer-main{
  width: 100%;
  height: auto;
  text-align: center;
  background-color: #000;
  color: white;
  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;
  }
}
div.mypage-footer-main .wrapper {
  width: 100%;
  max-width: 1170px;
  text-align: left;
  margin: 0 auto;
}
div.mypage-footer-main ul {
  list-style: none;
  text-align: left;
  margin: 15px 0;
}
div.mypage-footer-main ul li {
  display: inline-block;
  font-size: 12px;
  margin: 0 15px;
  text-decoration: none;
}
div.mypage-footer-main ul li:first-child {
  margin-left: 0;
}
div.mypage-footer-main a {
  text-decoration: none;
  color: white;
}
div.mypage-footer-main ul li{
  display: inline-block;
  font-size: 12px;
  margin: 0 15px;
  text-decoration: none;
}
@media (max-width: 767px) {
  div.mypage-footer-main ul {
    list-style: none;
    text-align: center;
    margin: 15px 0;
  }
  div.mypage-footer-main ul li.mypage-footer-copyright {
    display: none;
  }
}
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;
}
div.mypage-footer-main ul.openhouse-footer{
  display: flex;
  justify-content: flex-start;
  margin: 15px auto 15px 0;
  max-width: 750px;
}
div.mypage-footer-main ul.openhouse-footer ul.nest-list{
  display: flex;
  flex-direction: column;
  margin: 0 30px 0 0;
}
div.mypage-footer-main ul.nest-list li{
  letter-spacing: 0.1em;
  text-decoration: none;
}
ul.nest-list li a{
  margin: 0 0 0 1.5em;
}

ul.nest-list > li a::before{
  content: "▶";
  font-size: 0.8em;
  padding-right: 0.5em;
  vertical-align: center;
}
.mypage-footer-copyright.openhouse-copyright{
  margin: 15px 0 15px auto;
  max-width: 750px;
  text-align: center;
}
@media (max-width: 767px) {
  div.mypage-footer-main div.mypage-footer-copyright-sp {
    display: block;
  }
  div.mypage-footer-main ul.openhouse-footer{
    display: flex;
    flex-direction: column;
    margin: 15px 15px 15px 30px;
    max-width: 750px;
    text-align: left;
  }
  div.mypage-footer-main ul.openhouse-footer ul.nest-list{
    margin: 0;
    text-align: left;
  }
  div.mypage-footer-main ul.openhouse-footer > li{
    margin: 1.5em 0 0;
  }
}
/*********************/
/*mypage-footer*/
/*********************/
div.mypage-footer-main {
  width: 100%;
  height: auto;
  text-align: center;
  background-color: #000;
  color: white;
  bottom: 0;
  font-size: 12px;
  padding: 7px 0;
  display: flex;
  justify-content: left;
}
div.mypage-footer-main a {
  text-decoration: none;
  color: white;
}
div.mypage-footer-main .wrapper {
  width: 100%;
  max-width: 1170px;
  text-align: left;
  margin: 0 auto;
}
.wrapper.focus_top:focus-visible {
  outline: none;
}
.mypage-footer-main ul {
  list-style: none;
  text-align: left;
  margin: 15px 0;
}
div.mypage-footer-main ul li {
  display: inline-block;
  font-size: 12px;
  margin: 0 15px;
  text-decoration: none;
}
div.mypage-footer-main ul li:first-child {
  margin-left: 0;
}
div.mypage-footer-main ul li.mypage-footer-copyright {
  float: right;
}
div.mypage-footer-main .mypage-footer-copyright-sp {
  text-align: center;
  font-weight: normal;
  margin-bottom: 15px;
}
div.mypage-footer-main ul li.mypage-footer-copyright {
  display: "";
}
div.mypage-footer-main div.mypage-footer-copyright-sp {
  display: none;
}
@media (max-width: 767px) {
  div.mypage-footer-main ul {
    list-style: none;
    text-align: center;
  }
  div.mypage-footer-main ul li:first-child {
    margin-left: 15px;
  }
  div.mypage-footer-main ul li.mypage-footer-copyright {
    display: none;
  }
  div.mypage-footer-main div.mypage-footer-copyright-sp {
    display: block;
  }
  div.mypage-footer-main .wrapper {
    width: 100%;
    padding: 0px 4%;
  }
}
/*TODO：差し替え時に削除↑*/


/*------------------------------------------------
フッター変更
------------------------------------------------*/
/*申し込み*/
footer:not(.exclusion).footer-menu.footer-new{
  padding: 22px;
}
footer.footer-new .ft_nav ul.nest-list li{
  line-height: 1;
}
footer.footer-new .ft_nav ul.nest-list li a{
  display: inline-block;
  padding-bottom: 0;
  line-height: 1.5;
}
footer:not(.exclusion)#new-footer{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 5px 0;
  font-size: 1.2rem;
  color: white;
  background-color: #000;
}
#new-footer .wrapper{
  margin-left: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}
#new-footer .wrapper ul{
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
#new-footer .wrapper ul li{
  margin: 0;
  padding: 0 1em;
  text-align: center;
}
#new-footer .wrapper ul li a{
  color: #FFFFFF;
}
#new-footer .wrapper ul li:not(:last-of-type){
  border-right: 2px solid #FFFFFF;
}
footer:not(.exclusion).footer-new #copy{
  line-height: 1;
}
footer:not(.exclusion).footer-new #copy span{
  display: block;
  max-width: 910px;
  margin: 0 auto;
  letter-spacing: 0.06em;
  padding-right: 0px;
}
/*TODO：オープンハウス差し替え時にコメント解除↓*/
/*
.wrapper ul.openhouse-footer{
  display: flex;
  justify-content: flex-start;
  max-width: 750px;
  gap: 0.5rem 5rem;
}
.wrapper ul.openhouse-footer li{
  padding: 0;
}
ul.nest-list{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

ul.openhouse-footer ul.nest-list li{
  letter-spacing: 0.1em;
  text-decoration: none;
  text-align: left;
  border: none;
}
ul.openhouse-footer ul.nest-list li:not(:first-of-type){
  padding-left: 2.5rem;
}
ul.nest-list li a::before{
  content: "▶";
  font-size: 1rem;
  padding-right: 0.5em;
  vertical-align: center;
}
*/
/*TODO：オープンハウス差し替え時にコメント解除↑*/

@media screen and (max-width: 767px){
  #new-footer .wrapper{
    width: calc(100% - 115px);
    margin-left: 0;
  }
  #new-footer .wrapper ul{
    justify-content: center;
    row-gap: 1em;
    margin: 0 0 10px 35px;
  }
  #new-footer .wrapper ul li{
    padding: 0 0.5rem;
  }
  #new-footer .wrapper ul li:first-of-type{
    padding: 0 0.5rem 0 0;
  }
  #new-footer .wrapper ul li:nth-of-type(3){
    border: none;
  }
  #new-footer .wrapper small{
    margin-left: 3rem;
  }
  footer:not(.exclusion).footer-menu.footer-new{
    padding: 30px 0;
  }
  footer:not(.exclusion).footer-menu.footer-new .ft_logo img{
    margin: 0 auto;
  }
  footer:not(.exclusion).footer-menu.footer-new .ft_nav li{
    padding: 1.1rem 0 0;
  }
  footer:not(.exclusion).footer-menu.footer-new div.ft_nav ul li a{
    line-height: 1.5;
  }
  
  /*TODO：オープンハウス差し替え時にコメント解除↓*/
  /* .wrapper ul.openhouse-footer{
    flex-direction: column;
    align-items: stretch;
    gap: 1.8rem;
    margin: 2rem 0;
  }
  ul.openhouse-footer ul.nest-list li:not(:first-of-type){
    padding-left: 1.5rem;
  }
  ul.nest-list + li{
    text-align: left;
  }
  ul.openhouse-footer small{
    text-align: center;
  }   */
  /*TODO：オープンハウス差し替え時にコメント解除↑*/
}

/*Pマーク*/
.privacy-mark{
  box-sizing: initial;
  width: 75px;
  padding: calc(75px / 4);
}

.privacy-mark img{
  width: 100%;
  height: auto;
}

/* 反社規約 */
.mypage-global-confirm .leave-checkbox-box-desciption p.terms-social,
.leave-checkbox-box-desciption p.terms-social {
  text-indent: 0;
  margin: 20px 0;
}


/*-----------------------------------------------------------------
common-app.css
-----------------------------------------------------------------*/

:root {
  --primary-color: #000000;

  --aqua-green: #21c0b2;
  --black-color: #000000;
  --white-color: #ffffff;
  --red-color: red;

  --grey400-color: #454545;
  --grey200-color: #b9b6b8;
  --grey100-color: #d9d9d9;
  --yellow300-color: #ffeb00;
  --yellow400-color: #ffe100;
  --yellow500-color: #f3d915;
  --pink100-color: #ffeeee;
  --pink400-color: #ff007d;
  --pink500-color: #ff1d89;
  --white500-color: #f5f5f5;
  --white600-color: #E7E7E7;

  --placeholder-color: #b9b6b8;
  --bg-input-color: #f5f5f5;
}

* {
  box-sizing: border-box;
}

html {
  font-weight: 500;
  font-size: 62.5%;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

html * {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

body {
  font-size: 1.2rem;
  color: var(--primary-color);
  line-height: 1;
  min-width: unset;
}

a {
  text-decoration: none;
}

.newmypage-container {
  width: 100%;
  padding: 0 21px;
  margin: 0 auto;
}

.newmypage-description {
  margin-bottom: 26px;
}

.error-message {
  margin-bottom: 26px;
  margin-top: 20px;
}

.error-message-value {
  font-size: 1.4rem;
  padding: 13px 15px;
  background-color: var(--pink100-color);
  border-radius: 3px;
}

.error-message-value p {
  text-align: left;
  color: var(--red-color);
}

.hover-btn-yellow-color:hover {
  background-color: var(--yellow500-color);
  transition: all 0.3s ease;
}

input.input-focus-yellow-color:focus {
  border: 3px solid var(--yellow300-color);
}

@media screen and (min-width: 768px) {
  .newmypage-container {
    max-width: 580px;
    padding: 0;
  }
}

/*-----------------------------------------------------------------
entry.css
-----------------------------------------------------------------*/

/* ************** */
/* 2020_10_release */
/* ************** */

/* Mypage header  */
header.mypage-header {
  background-color: black;
  height: 80px;
  display: flex;
  align-items: center;
  margin-top: 0;
  text-align: center;
  position: relative;
  width: 100%;
}
header.mypage-header  div.header-wrapper {
  background-color: transparent;
  height: auto;
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  position: relative;
}
header.mypage-header  div.telephone-callcener-name-header-wrapper {
  margin: 0 0 0 auto;
}
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: #fff;
  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 div.telephone-callcenter-name-box {
  margin-right: 15px;
}
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;
}
header.mypage-header p.header-logo a img,
header.mypage-header h1.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 {
  background-color: #FFFFFF;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 0px;
  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;
}
.form-item-delivery-corp [name="payment_due_date_type"]{
  width: 34%;
}
select[name="payment_due_date_type"].form-item-delivery-corp {
  width: 40%;
}
select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow-select.webp);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: right 6px center;
  color: #000;
}
@media screen and (max-width: 767px) {
  header.telephone-mypage-header {
    flex-direction: column;
  }
  header.mypage-header nav.header-item {
    justify-content: center;
  }

  div.form-step-image-area img{
    max-width: auto;
    width: 95%;
  }
  select[name="payment_due_date_type"].form-item-delivery-corp {
    width: 100%;
  }
  header.mypage-header p.telephone-current-tab-name {
    display: flex;
    flex-direction: column;
  }  
}
@media (min-width: 767px) {
  select[name="payment_method"].payment_method {
    max-width: 167px;
    padding: 5px 20px 5px 5px;
  }
  #entry-corp-form select[name="payment_method"].payment_method {
    max-width: 205px;
  }
  div.form-container {
    min-height: 78vh;
  }
  .corp-error-position label.validator-error {
    margin-top: 12px;
  }
}
/* Mypage titles */
div.form-step-title-wrapper {
  max-width: 750px;
  margin: 0 auto;
  padding: 30px 0;
}
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;
}
div.form-step-title {
  position: relative;
  height: 45px;
}
div.form-step-title img {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 60px;
}

div.form-step-title p.first-title {
  position: absolute;
  top: 50px;
  width: auto;
  padding: 0;
  margin-top: 10px;
  font-size: 4.0rem;
  background: none;
  color: #000000;
  -webkit-text-stroke: 0.5px black;
  text-align: left;
}
div.form-step-title p.first-title span.first-title-size {
  margin: 0 0 0.5em;
  white-space: nowrap;
}
div.form-step-title p.first-title span.complete.entry-corp {
  margin-left: 0px;
}
p.password-title-remark {
  font-size: 1.3rem;
}
div.topping-label {
  position: relative;
  height: 100%;
  width: 110px;
  background-color: #ffeb00;
  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: #ffeb00;
  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;
}

@media screen and (max-width: 767px){
  .error-message {
    padding: 0;
  }
}

/* Custom select */
label.custom-check-box-v2,
label.custom-check-box-v2-2 {
  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,
.digital-life .relief-item-select-area3 + span::before{
  z-index: 0;
  background-color: lightgray;
  width: 28px;
  height: 28px;
  margin-left: 35%;
  position: relative;
  left: -24px;
  top: 12px;
}

.entry-new label.custom-check-box-v2.plan input[type="checkbox"] + span::before,
.entry-new label.custom-check-box-v2.plan input[type="radio"] + span::before,
.entry-new label.custom-check-box-v2.option input[type="checkbox"] + span::before,
.entry-new label.custom-check-box-v2.option input[type="radio"] + span::before,
.entry-new label.custom-check-box-v2-2.plan input[type="checkbox"] + span::before,
.entry-new label.custom-check-box-v2-2.plan input[type="radio"] + span::before,
.entry-new label.custom-check-box-v2-2.option input[type="checkbox"] + span::before,
.entry-new label.custom-check-box-v2-2.option input[type="radio"] + span::before,
.entry-new .digital-life .relief-item-select-area3 + span::before{
  z-index: 0;
  background-color: lightgray;
  width: 26px;
  height: 26px;
  margin-left: 35%;
  position: relative;
  left: -23px;
  top: 14px;
  border-radius: 6px;
}
.entry-new label.custom-check-box-v2.plan input[type="radio"] + span::before {
  left: -20px;
  top: 21px;
}
@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;
  }
  .entry-new label.custom-check-box-v2.plan input[type="radio"] + span::before{
    left: -30px;
    top: -9px;
  }
  
}
@media screen and (max-width: 320px){
  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 {
    width: 18px;
    height: 18px;
    left: -26px;
    top: -10px;
  }
}
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,
.digital-life .relief-item-select-area3 + span::before,
.digital-life .relief-item-select-area3.selected + span::after {
  position: absolute;
  top: -10px;
  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.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: 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,
  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: 30px;
    left: 8px;
    width: 7px;
  }
}
@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 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 {
    top: -8px;
    left: 4px;
    display: inline-block;
    content: '';
    box-sizing: border-box;
  }
  label.custom-check-box-v2 input[type="radio"] + span::after {
    top: -7px;
  }
  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::before,
  label.custom-check-box-v2-2.option input[type="checkbox"] + 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: 18px;
    height: 18px;
    left: 2px;
    top: 22px;
  }
}
@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,
.digital-life .relief-item-select-area3.selected + 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,
.digital-life .relief-item-select-area3.selected + 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 0;
}
p.custom-check-box-v2-select-text.text-size{
  font-size: 1.2rem;
  margin-left: 2px;
}
.entry-new label.custom-check-box-v2 input[type="radio"]:checked + span::after{
  top: 26px;
  left: 5px;
  border: 1.5px solid #000;
  border-width: 0 1.5px 1.5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.entry-new label.custom-check-box-v2.option-digital-life input[type="radio"]:checked + span::after{
  top: 4px;
  left: 3px;
  border: 1.5px solid #000;
  border-width: 0 1.5px 1.5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.entry-new label.custom-check-box-v2 input[type="checkbox"]:checked + span::after,
.entry-new label.custom-check-box-v2-2 input[type="checkbox"]:checked + span::after,
.entry-new label.custom-check-box-v2-2 input[type="radio"]:checked + span::after,
.entry-new .digital-life .relief-item-select-area3.selected + span::after{
  top: 24px;
  left: 3px;
  border: 1.5px solid #000;
  border-width: 0 1.5px 1.5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.entry-new .entry-option-select .relief-option-ckeckbox label.custom-check-box-v2 input[type="checkbox"]:checked + span::after{
  top: 6px;
  left: 3px;
}
@media screen and (max-width: 767px) {
  p.custom-check-box-v2-select-text.text-size{
    font-size: 1rem;
  }
}
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;
}
@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.5rem;
    line-height: 1.2;
    margin-left: 0;
    letter-spacing: 0.06em;
  }
  div.form-step-title p.first-title .adjustment{
    transform: translateY(-30px);
    display: block;
  }
  div.form-step-title span.first-title-size {
    font-size: 2.5rem;
  }
}
/* Form capacity */
div.form-capacity-notice {
  display: flex;
  align-items: center;
  margin: 40px auto 0px;
}
div.form-capacity-notice.payment {
  margin: 40px auto 30px;
}
div.form-capacity-notice.corp-select {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border: 1px solid #DB0066;
  padding: 20px 10px;
  box-sizing: border-box;
}
div.form-capacity-notice.corp-select a {
  text-decoration: underline;
  color: #DB0066;
}
div.form-capacity-notice-icon + div{
  width: calc(750px - 60px);
  margin-left: 10px;
}
div.form-capacity-notice.corp-select > div > div > div > p {
  font-size: 1.6rem;
  font-weight: bold;
}
div.form-capacity-notice-icon {
  width: 45px;
}
div.form-capacity-notice p {
  letter-spacing: 0.11rem;
}
div.form-capacity-notice span.strong a{
  color: #DB0066;
  font-size: 1.7rem;
  font-weight: 600;
}
div.form-capacity-notice span.strong-mini {
  color: #DB0066;
  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;
  border: 5px solid transparent;
}
div.form-capacity-select-area .form-capacity-select-image {
  display: flex;
}
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 #00DADC;
  transition: border 0.1s;
  border-radius: 1.0em;
}
div.form-capacity-select-area.standard.active,
div.form-capacity-select-area.standard.selected {
  border: solid 5px #FF0080;
}
.oh_select .form-capacity-select-area.standard.active,
.oh_select .form-capacity-select-area.standard.selected {
  border: solid 5px #FFE400;
}
div.form-capacity-select-area:focus {
  outline: none;
}
div.form-capacity-select-area:focus-visible div.form-capacity-select-image > img {
  outline: 2px solid #000;
  border-radius: 10px;
}
div.form-capacity-select-image img {
  width: 100%;
}
div.form-capacity-select-checkbox-area {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: absolute;
  left: 10px;
  margin-top: 25px;
  pointer-events: none;
}
.entry-plan-select.oh_select div.form-capacity-select{
  height: 120px;
}
div.form-capacity-pull-down-button-left,
div.form-capacity-pull-down-button-right,
div.form-capacity-pull-down-button-left-special,
div.form-capacity-pull-down-button-right-special{
  padding: 5px;
  border: solid 1px black;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
}
.entry-openhouse-confirm div.form-capacity-pull-down-button-left,
.entry-openhouse-confirm div.form-capacity-pull-down-button-right {
  width: 200px;
}
.entry-openhouse-select div.form-capacity-pull-down-button-left,
.entry-openhouse-select div.form-capacity-pull-down-button-right {
  width: 235px;
}
div.form-capacity-pull-down-button-left p,
div.form-capacity-pull-down-button-right p,
div.form-capacity-pull-down-button-left-special p,
div.form-capacity-pull-down-button-right-special p{
  pointer-events: auto;
  text-align: center;
  width: 100%;
  height: 100%;
}
div.entry-plan-select div.form-capacity-pull-down-button div.form-capacity-pull-down-button-left,
div.entry-plan-select div.form-capacity-pull-down-button div.form-capacity-pull-down-button-right {
  padding: 3px;
}
div.form-capacity-description-body-left,
div.form-capacity-description-body-right{
  box-sizing: border-box;
  max-height: 100vh; /* for pull down animation */
  transition: max-height 0.5s;
  overflow: hidden;
  display: flex;
  justify-content: center;
  z-index: 1;
}
@media (max-width: 767px) {
  div.form-capacity-description.special div.form-capacity-description-body-left,
  div.form-capacity-description.special div.form-capacity-description-body-right{
    margin-bottom: 0;
  }
  .entry-new div.form-capacity-select-area {
    margin: 10px 0 0;
  }
  .entry-new .entry-plan-select-detail div.form-capacity-select-checkbox-area {
    padding-left: 3px;
    margin-top: 29px;
  }
  .entry-new label .entry-plan-select-detail div.form-capacity-select-checkbox-area .custom-check-box-v2{
    position: relative;
    margin: 0 2.5px 0px;
    cursor: pointer;
  }
  .entry-new label .entry-plan-select-detail div.form-capacity-select-checkbox-area p.custom-check-box-v2-select-text {
    position: relative;
    right: 71px;
    top: 9px;
  }
}
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;
  padding: 0;
}
div.form-capacity-description-body-left,
div.form-capacity-description-body-right {
  padding: 15px;
  background-color: #fff;
}
div.form-capacity-description-body-left img,
div.form-capacity-description-body-right img{
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  div.form-capacity-notice-icon {
    width: 59px;
    margin: 0 10px 0 0;
  }
  div.sp-icon{
    width: 50px;
    margin: 0 5;
  }
  div.form-capacity-notice.corp-select {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  div.form-capacity-notice img.sp {
    width: 35px;
  }
  div.form-capacity-notice.corp-select > div > div > div > p{
    line-height: 1.45em;
    font-size: 1.4rem;
  }
  div.form-capacity-notice-icon + div{
    width: auto;
  }
  div.form-capacity-notice.corp-select > div > div {
    display: flex;
    gap: 10px;
  }
  div.form-step-title-wrapper {
    padding: 10px 0;
  }
}

/*内容詳細*/
div.form-capacity-description-body-left table,
div.form-capacity-description-body-right table{
  border-spacing: 0;
}

div.form-plan-option-detail-description.confirm-grey {
  background-color: #D9D9D9;
}

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 #909090;
  border-bottom: 1px solid #909090;
  width: 33%;
}
div.form-capacity-description-body-left table td,
div.form-capacity-description-body-right table td{
  border-bottom: 1px solid #909090;
  width: 218px;
  line-height: 1.2;
}
div.form-capacity-description-body-left table th.border-bottom,
div.form-capacity-description-body-left table td.border-bottom,
div.form-capacity-description-body-right table th.border-bottom,
div.form-capacity-description-body-right table td.border-bottom{
  border-bottom: 1px solid #909090;
}
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 #909090;
}
div.form-capacity-description-body-right table tr:nth-of-type(3) th{
  height: 44px;
}
.entry-corp-confirm-form div.form-capacity-description-body-right table tr:nth-of-type(3) th,
.subsc-entry-confirm-form div.form-capacity-description-body-right table tr:nth-of-type(3) th,
#entry-plan-form div.form-capacity-description-body-right table tr:nth-of-type(3) th{
  height: unset;
}
div.form-capacity-description-body-right table td.free-zero{
  width: 2.5em;
  border-right: none;
  vertical-align: middle;
}
span.pink-promotion{
  font-size: 1.3rem;
  line-height: 1.5;
  color: #DB0066;
  font-weight: bold;
}
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 {
    box-sizing: border-box;
    border: solid 5px #00D2D4;
    transition: border 0.1s;
    border-radius: 0.75em;
  }
  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-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-left table.required-doc-list th,
  div.form-capacity-description-body-right table.required-doc-list th {
    width: 20%;
  }
  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 #909090;
  }
}
@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-2,
div.topping-2-select-area-relief-option{
  width: 100%;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
}
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,
.relief-item-select-area3.selected{
  box-sizing: border-box;
  border: solid 5px #FFE400;
  transition: border 0.1s;
  border-radius: 1.25em;
  line-height: 0;
}
.relief-item-select-area3.selected,
.entry-option-left-option-3 span {
  cursor: pointer;
}
.relief-item-select-area3.selected {
  overflow: hidden;
}
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,
div.topping-2-select-checkbox-area-2{
  position: relative;
  bottom: 77px;
  left: 14px;
  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.selected 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: #DB0066;
  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{
    width: 90%;
    height: auto;
    flex-wrap: wrap;
    margin: 20px auto;
  }
  .entry-openhouse-select div.topping-2-select-area {
    margin: 0 auto;
  }
  div.topping-2-select-area img,
  div.topping-2-select-area-2 img{
    width: 100%;
  }
  div.topping-2-select-image {
    width: 100%;
  }
  div.topping-2-select-label {
    width: 100%;
    height: 70px;
  }
  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-checkbox-area,
  div.topping-2-select-checkbox-area-2 {
    bottom: 91px;
    left: 13px;
  }

  div.topping-2-select p.custom-check-box-v2-select-text {
    text-align: center;
  }
  div.entry-form-title{
    margin-bottom: 2px;
  }
  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 {
  border-radius: 0.65em;
  line-height: 0;
}
}
/* 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%));
  transform: translateZ(0);
}
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: #000000;
  color: white;
  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 #909090;
  }
  div.plan-summary-area-title{
    margin-top: 45px;
  }
}

/* Plan summary table */

div.plan-summary-area-table {
  width: 90%;
  margin: auto;
  padding: 5%;
  background-color: #F2F2F2;
  border-radius: 0 0 0.75em 0.75em;
  filter: drop-shadow(0px 0px 5px #B3B3B3);
  transform: translateZ(0);
}
div.plan-summary-area-table.plan-confirm{
  filter: none;
  background-color: transparent;
  padding: 0;
  margin: 1em 0;
  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: 767px){
  div.plan-summary-table-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
    border-bottom: 1px solid #909090;
    margin: 0 auto;
    padding: 0 2%;
  }
  .your-plan div.plan-summary-table-row:first-child,
  .entry-payment div.plan-summary-table-row:first-child{
    border-top: 1px solid #909090;
  }
  div.plan-summary-table-row.entry-payment{
    border-top: 1px solid #909090;
    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%;
    background: linear-gradient(90deg, #D9D9D9 32%, #FFFFFF 32%);
  }
}
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 #909090;
  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: 767px) {
  div.plan-summary-table-row.monthly-payment,
  div.plan-summary-table-row.entry-payment{
    margin-left: 20px;
  }
  div.summary-table-row {
    width: 68%;
    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: 33%;
  padding: 1em 0;
}
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.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 #909090;
    font-size: 1.5rem;
    font-weight: bold;
  }
  div.summary-table-column.plan-confirm{
    display: block;
  }
  div.summary-table-column p {
    font-size: 1.25rem;
    letter-spacing: -0.3px;
  }
  div.summary-table-column-left p {
    font-size: 1.4rem;
  }
  div.summary-table-column.summary-table-column-right p,
  div.summary-table-column-right p{
    font-size: 1.25em;
    font-weight: bold;
  }
  div.summary-table-column-right p span.cancel-month,
  div.summary-table-column-right p span.cancel-month-num{
    font-size: 1.4rem;
    font-weight: normal;
  }
  .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: none;
  background-color: #FFFFFF;
  margin: 30px auto 20px;
  padding: 3%;
  width: 85%;
}
.plan-table div.summary-table-column-left{
  width: 33%;
  padding: 1em 0;
}

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: #ffeb00;
}
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 (max-width: 767px) {
  span.summary-text-tie-plan-name{
    letter-spacing: -0.05rem;
  }
  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: flex-end;
  }
  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{
    text-align: left;
    padding: 0px;
  }
  div.summary-table-column-center.campaign-row{
    width: 100%;
  }

  div.summary-table-column-right{
    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: 96%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .monthly-pay div.summary-table-column-left.sp-line{
    width: 50%;
    border-bottom: none;
    font-size: 1.5rem;
    font-weight: bold;
  }
  div.seven-month{
    margin: 0.5em 0;
  }
  div.seven-month p{
    font-size: 1.4rem;
    font-weight: bold;
  }

  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{
    margin: auto;
    width: 94%;
  }
  .plan-table div.summary-table-column-left{
    width: 100%;
    padding: 0;
  }
}

.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: 25%;
  justify-content: end;
}
.plan-table div.summary-table-column.summary-table-column-right.adjust.confirm-pay{
  width: 30%;
}
.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{
  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.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%;
    word-break: break-all;
  }
  .plan-table div.summary-table-column-center{
    width: auto;
    word-break: keep-all;
  }
  .plan-table div.summary-table-column.summary-table-column-right.adjust,
  .plan-table div.summary-table-column-right.adjust{
    width: 36%;
  }
  .plan-table div.summary-table-column.summary-table-column-right.adjust.confirm-pay{
    width: 40%;
  }
}
/* 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;
}

table.bg-white-title th{
  background-color: white;
  color:black;
  padding-left:0;
}

@media screen and (max-width: 767px) {
  div.validation-error-area.corp-user{
    margin-top: 5px;
  }
  div.validation-error-area.corp-user.card-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.5rem;
  font-weight:bold;
  margin: 20px auto 0;
  width: 90px;
  padding: 0.5em 0.25em;
  line-height: 1em;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000000;
  background: #FFDE00;
  border-radius: 20px;
}
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;
  }
}
/*プラン表の金額　文字サイズ調整*/
span.summary-text-monthly-fee,
span.summary-text-monthly-tax-fee,
span.summary-text-device-option-price,
span.summary-text-device-option-price01,
span.summary-text-device-option-price02,
span.summary-text-initial-fee,
span.summary-text-cancel-tax-fee,
span.summary-text-monthly-tax-total,
span.summary-text-monthly-tax-total2,
span.summary-text-campaign-tax-total,
span.monthly-payment-after,
span.monthly-payment-after2,
span.monthly-campaign-after,
span.monthly-campaign-after2,
span.summary-text-insurance-option-price{
  font-weight: bold;
  font-size: 1.35em;
}
.entry-new span.summary-text-monthly-tax-fee,
.entry-new span.summary-text-device-option-price01,
.entry-new span.summary-text-device-option-price02,
.entry-new span.summary-text-initial-fee,
.entry-new span.summary-text-insurance-option-price{
  font-weight: normal;
}
span.summary-text-monthly-tax-total,
span.summary-text-monthly-tax-total2,
span.summary-text-campaign-tax-total,
span.monthly-payment-after,
span.monthly-payment-after2,
span.monthly-campaign-after,
span.monthly-campaign-after2{
  font-size: 1.6em;
}

@media screen and (min-width: 768px){

  .entry-plan-select{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #form-entry-edit-plan .entry-plan-select{
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px){
  .entry-plan-select.twitter{
    display: block;
    justify-content: space-between;
    align-items: flex-start;
  }
  #form-entry-edit-plan .entry-plan-select{
    margin-top: 30px;
  }
}
.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.entry-plan-select div.form-capacity-area img.pull-down-arrow-to-open,
div.entry-plan-select div.form-capacity-area img.pull-down-arrow-to-close {
  margin-left: 12px;
}

div.select-standard-left img,
div.select-free img{
  width: 215px;
}

/*キャンペーン吹き出し*/
div.select-standard-right{
  position: absolute;
  right: -10px;
  top: -20px;
  z-index: 0;
}

div.entry-plan-select div.form-capacity-area div.select-standard-right img{
  width: 110px;
}
@media screen and (max-width: 767px){
  div.entry-plan-select div.form-capacity-area img{
    width: 235px;
  }
  div.edit-partial-plan div.entry-plan-select div.form-capacity-area div.select-standard-left img,
  div.edit-partial-plan div.entry-plan-select div.form-capacity-area div.select-standard-right img,
  div.edit-partial-plan div.entry-plan-select div.form-capacity-area div.select-free img{
    width: 210px;
  }
  div.edit-partial-plan div.entry-plan-select div.form-capacity-area div.select-standard-right img{
    width: 90px;
  }
  div.select-standard-right{
    position: absolute;
    top: -20px;
    z-index: 0;
  }
  div.entry-plan-select div.form-capacity-area div.select-standard-right img{
    width: 95px;
  }
  span.summary-text-monthly-fee,
  span.summary-text-monthly-tax-fee,
  span.summary-text-device-option-price,
  span.summary-text-initial-fee,
  span.summary-text-cancel-tax-fee,
  span.summary-text-monthly-tax-total,
  span.summary-text-monthly-tax-total2{
    font-size: 1.2em;
  }
  span.summary-text-monthly-tax-total,
  span.summary-text-monthly-tax-total2{
    font-size: 1.6em;
  }
}
@media screen and (max-width: 320px){
  div.entry-plan-select div.form-capacity-area div.select-standard-right img{
    width: 95px;
    top: 15px;
    left: 10px;
  }
  span.summary-text-monthly-tax-total,
  span.summary-text-monthly-tax-total2{
    font-size: 1.4em;
  }
  div.edit-partial-plan div.entry-plan-select div.form-capacity-area img{
    width: 190px;
  }
  div.edit-partial-plan div.entry-plan-select div.form-capacity-area div.select-standard-right img{
    width: 85px;
    top: -5px;
    left: 10px;
  }
}

div.entry-plan-select div.form-capacity-pull-down-button-left,
div.entry-plan-select div.form-capacity-pull-down-button-right,
div.entry-plan-select div.form-capacity-pull-down-button-left-special,
div.entry-plan-select div.form-capacity-pull-down-button-right-special{
  text-align: center;
  color: #000000;
  font-weight: bold;
  padding: 0 0 3px 0;
  margin: 10px auto;
  border: none;
  border-bottom: 1px solid #000000;
  z-index: 1;
  position: relative;
}
div.entry-plan-select div.form-capacity-pull-down-button-left,
div.entry-plan-select div.form-capacity-pull-down-button-right {
  padding: 5px 0 3px 0;
}
div.entry-plan-select div.form-capacity-pull-down-button-left div,
div.entry-plan-select div.form-capacity-pull-down-button-right div,
div.entry-plan-select div.form-capacity-pull-down-button-left-special div,
div.entry-plan-select div.form-capacity-pull-down-button-right-special div{
  padding-bottom: 3px;
  width: 65px;
  pointer-events: none;
}
div.entry-plan-select div.form-capacity-pull-down-button-left img,
div.entry-plan-select div.form-capacity-pull-down-button-right img,
div.entry-plan-select div.form-capacity-pull-down-button-left-special img,
div.entry-plan-select div.form-capacity-pull-down-button-right-special img{
  width: 13px;
  margin: 0 0 0 12px;
  pointer-events: none;
}

div.form-capacity-pull-down-button {
  text-align: center;
}

div.form-capacity-pull-down-button div.form-capacity-pull-down-button-left,
div.form-capacity-pull-down-button div.form-capacity-pull-down-button-right {
  width: auto;
  display: inline-block;
}
div.form-capacity-pull-down-button div.form-capacity-pull-down-button-left div,
div.form-capacity-pull-down-button div.form-capacity-pull-down-button-right div {
  width: 100%;
}

div.entry-plan-select div.form-capacity-pull-down-button-left.form-capacity-pull-down-button-open,
div.entry-plan-select div.form-capacity-pull-down-button-left.twitter-campaign.form-capacity-pull-down-button-open,
div.entry-plan-select div.form-capacity-pull-down-button-right.form-capacity-pull-down-button-open,
div.entry-plan-select div.form-capacity-pull-down-button-left-special.form-capacity-pull-down-button-open,
div.entry-plan-select div.form-capacity-pull-down-button-right-special.form-capacity-pull-down-button-open{
  border-radius: 0.75em 0.75em 0 0;
}
div.entry-plan-select div.form-capacity-pull-down-button-left.form-capacity-pull-down-button-open,
div.entry-plan-select div.form-capacity-pull-down-button-right.form-capacity-pull-down-button-open {
  border-radius: 0;
}

@media screen and (min-width: 768px){
  div.standard-plan,
  div.free-plan {
    margin-bottom: 50px;
  }
  #form-entry-edit-plan div.standard-plan,
  #form-entry-edit-plan div.free-plan {
    margin-bottom: 0;
  }
  div.entry-plan-select-detail{
    width: 100%;
    position: relative;
    justify-content: space-between;
    margin: 15px 0 0;
    z-index: 1;
  }
  div.standard-plan,div.free-plan{
    width: 47%;
  }
}
div.form-capacity-select{
  display:flex;
  flex-direction: row-reverse;
  height: 135px;
}
#entry-plan-form div.form-capacity-select,
#entry-user-form div.form-capacity-select {
  height: auto;
}
div.entry-plan-select-detail-standard,
div.entry-plan-select-detail-free{
  height: 100%;
  position: relative;
  z-index: 2;
}
div.form-capacity-select-image span{
  position: absolute;
  top: -25px;
  right: -25px;
  width: 22%;
}
@media screen and (max-width: 767px){
  div.standard-plan,
  div.free-plan{
    margin-bottom: 35px;
  }
  div.entry-plan-select-detail{
    margin: 10px 0;
  }
  div.entry-plan-select-detail-standard,
  div.entry-plan-select-detail-free{
    width: 100%;
  }
  .entry-plan-select.oh_select div.form-capacity-select{
    height: 25vw
  }
  div.entry-plan-select-detail-standard div.form-capacity-select {
    height: 28vw;
  }
  div.form-capacity-select{
    flex-direction: column;
    height: 25vw;
  }
  div.form-capacity-select-checkbox-area {
    justify-content: center;
    align-items: center;
    flex-direction: row;
    pointer-events: none;
  }
  p.custom-check-box-v2-select-text{
    position: relative;
    right: 75px;
    top: 4px;
  }
  p.custom-check-box-v2-select-text.option{
    position: relative;
    font-size: 1rem;
    bottom: 79px;
    left: -7px;
  }
  p.custom-check-box-v2-select-text.option{
    position: relative;
    right: 11px;
    top: -75px;
    font-size: 1rem;
    pointer-events: none;
  }
  div.form-capacity-select-image span{
    position: absolute;
    top: -25px;
    right: -12px;
    width: 30%;
  }
}
#form-entry-edit-plan div.form-capacity-select-image,
#form-entry-edit-device-option div.topping-2-select-area,
#form-entry-edit-device-option div.topping-2-select-area-2,
div.relief-item-select{
  filter: drop-shadow(0px 3px 5px rgb(0,0,0,20%));
  transform: translateZ(0);
}
@media screen and (max-width: 320px){
  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;
  }
  label.custom-check-box-v2 input[type="radio"] + span::after{
    left: 2px;
    top: -10px;
  }
}
div.entry-form-option-select{
  line-height: 1.2em;
  text-align: left;
  margin-bottom: 70px;  
}
div.entry-form-option-select #device-option-error-message{
    margin: 0;
}
div.option-text{
    margin: -1.5em 0 0;
}
div.entry-form-title h1{
  font-size: 4.0rem;
  font-weight: bold;
  -webkit-text-stroke: 0.1px black;
  margin: 1em 0;
  line-height: 1.2em;
}
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: 0;
  }
  form[action*='entry/oh_specialplans'] div.entry-option {
    margin-top: 30px;
  }
}
div.entry-option-button{
  display: flex;
}
@media screen and (max-width: 767px){
  div.entry-option-button{
    margin-top: 15px;
    height: 40px;
  }
}
div.entry-option-attention{
  display: flex;
  align-items: center;
}
div.entry-option-attention.caution{
  margin-top: 20px;
  margin-left: 15px;
  width: 350px;
}
@media screen and (max-width: 767px){
  div.entry-option-attention.caution{
    margin: 20px auto 10px;
    width: 107%;
  }
}
div.entry-option-attention.adjust{
  margin: 0 5px 0 -15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

div.entry-option-attention-image{
  width: 35px;
  margin: 0 20px;
}
div.entry-option-attention-text{
  color: #DB0066;
  font-weight: bold;
  line-height: 1.4em;
  font-size: 1.4rem;
}
div.entry-option-right a{
  color: #ffeb00;
}
@media screen and (min-width: 767px){
  div.entry-option-left,
  div.entry-option-right{
    width: 47%;
    padding: 10px 0;
  }
  div.entry-option-left.entry-option-left-under,
  div.entry-option-right.entry-option-right-under {
    padding: 10px 0 20px 0;
  }
  div.entry-option-right.entry-option-right-under-l.entry-option-right-open,
  div.entry-option-right.entry-option-right-under-r.entry-option-right-open {
    background: #FFFFFF;
    border-radius: 10px 10px 0 0;
  }
  div.entry-option-right.entry-option-right-under-lc.entry-option-right-open-c,
  div.entry-option-right.entry-option-right-under-rc.entry-option-right-open-c {
    background: #D9D9D9;
    border-radius: 10px 10px 0 0;
  }

}
@media screen and (max-width: 767px){
  div.entry-option-attention-text{
    margin: 10px 0;
  }
}
div.flex-entry-option{
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0;/*強引に余白つめてる*/
  height: 100px;
}
@media screen and (max-width: 767px){
  div.flex-entry-option{
    margin-top: 15px;
  }
}
div.entry-option-right.free-plan{
  z-index: 1;
  width: 100%;
}
div.form-plan-option-detail-description,
div.form-plan-option-detail-2-description,
div.form-plan-option-detail-3-description,
.flex-entry-option.flex-entry-option-sp.dls-select-box {
  margin: 0;
  padding: 10px 3%;
  width: 94%;
  max-height: 100vh;
  transition: max-height 0.5s;
  border: none;
  position: relative;
  z-index: 0;
  background: #FFFFFF;
  margin-top: 10px;
}

div.form-plan-option-detail-description.confirm-option-detail-grey,
div.form-plan-option-detail-2-description.confirm-option-detail-grey {
  background: #D9D9D9;
}

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,
div.form-plan-option-detail-3-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-02-detail-button,
div.form-plan-option-detail-2-button,
div.form-plan-option-detail-3-button{
  color: #000000;
  padding: 1px 0;
  font-weight: bold;
  border-bottom: 1px solid #000000;
  text-align: center;
  cursor: pointer;
  margin-top: 20px;
  width: 28%;
  margin: 0 auto;
}
div.form-plan-option-detail-button,
div.form-plan-option-02-detail-button,
div.form-plan-option-detail-2-button{
  margin: 0 auto 10px;
}
div.form-plan-option-detail-button-open,
div.form-plan-option-02-detail-button-open{
  position: relative;
  z-index: 1;
}
div.form-plan-option-02-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-02-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-02-detail ul.option-ul li .title{
  font-size: 1.5rem;
  line-height: 2.0rem;
  margin-bottom: 15px;
}
div.form-plan-option-02-detail ul.option-ul li img{
  height: 50px;
  width: auto;
}

@media screen and (max-width: 767px){
    
    
  div.form-plan-option-02-detail-button{
    width: 100%;
  }
  div.form-plan-option-detail-button.option,
  div.form-plan-option-02-detail-button.option{
    margin-top: 10px;
  }
  div.form-plan-option-detail-button-open,
  div.form-plan-option-02-detail-button-open{
    border-radius: 0.75em 0.75em 0 0;
  }
  div.form-plan-option-02-detail ul.option-ul li{
    width: 31%;
    padding: 10px 5px;
    margin-bottom: 10px;
  }
  div.form-plan-option-02-detail ul.option-ul li .title{
    font-size: 1.1rem;
    line-height: 1.6rem;
    margin-bottom: 10px;
  }
  div.form-plan-option-02-detail ul.option-ul li img{
    height: 30px;
    width: auto;
  }
}

.relief-item-select{
    width: 341px;
    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: flex;
    margin-right: 40px;
    align-items: baseline;
}
.relief-item-select-price-big {
    font-size: 4.0rem;
    font-weight: bold;
}
.relief-item-select-price-unit {
    display: flex;
    flex-direction: column;
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: -3px;
    margin-left: 5px;
    line-height: 1.2;
}
.relief-option-ckeckbox {
    position: relative;
    left: 14px;
    bottom: 100%;
    pointer-events: none;
}


@media screen and (max-width: 767px){
    .relief-item-select-price {
      margin-left: 0px;
    }
    div.flex-entry-option.flex-entry-option-sp{
        display: block;
        height: auto;
    }
    div.flex-entry-option.flex-entry-option-sp .entry-option-left {
        margin-top: 25px;
        margin-bottom: 25px;
    }
        .relief-item-select {
        width: 100%;
        height: 57px;
    }
    .flex-entry-option-sp .entry-option-left-option {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .relief-item-select-flex p.relief-item-select-option-title {
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding: 0 4% 0 18%;
        font-size: 1.3rem;
    }
    p.relief-item-select-option-title {
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding: 0 4% 0 18%;
        font-size: 1.3rem;
    }
    .relief-item-select-price-big {
        font-size: 2.7rem;
        font-weight: bold;
    }
    .relief-option-ckeckbox {
        justify-content: center;
        align-items: center;
        flex-direction: row;
        pointer-events: none;
        bottom: 72px;
        left: 13px;
    }
    .flex-entry-option-sp label.custom-check-box-v2 span {
        display: inline-block;
    }
    .flex-entry-option-sp label.custom-check-box-v2.option input[type="checkbox"] + span::before,
    .flex-entry-option-sp label.custom-check-box-v2.relief-option input[type="checkbox"] + span::before {
        width: 22px;
        height: 22px;
        left: 2px;
        top: 10px;
    }
    .flex-entry-option-sp label.custom-check-box-v2.option input[type="checkbox"] + span::after{
        top: 12px;
        left: 10px;
    }
    .flex-entry-option-sp p.custom-check-box-v2-select-text.option {
        position: relative;
        right: 11px;
        top: -68px;
        left: -5px;
        font-size: 1rem;
        pointer-events: none;
        margin-top: 8px;
    }
    .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 10px 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 0 0.75em 0.75em;
    }
    div.option-text {
        margin: 0;
    }
    div.entry-form-option-select {
        margin-bottom: 30px;
    }
}


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: solid 1px #878787;
}
div.price-topping-2-body-right-row.adjust:last-child{
  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 {
    top: -75px;
  }
  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-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{
    border-radius: 0 0 0.75em 0.75em;
    width: 94%;
  }
}
@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 10px;
  }
}

/*入力情報画面*/
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;
}
label.custom-check-box.mypage-user-info-detail-hidden input[type="radio"] + span::before,
label.custom-check-box.mypage-user-info-detail-hidden input[type="radio"] + span::after{
  display: none;
}
div.mypage-container{
  padding: 0;
  width: 100%;
  margin-top: -1px;
  position: relative;
  overflow: hidden;
}
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;
  position: relative;
}
#wimax-contact-form-box{
  position: absolute;
  top: -50px;
}
div.form-user-background{
  background-color: transparent;
  padding: 0;
  position: relative;
}
.mypage-user-info-detail-hidden{
  display: none;
}
.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;
  margin-left: 0.6rem;
  height: 50px;
  cursor: pointer;
  color: #000;
}
div.form-user-background-entry a.postal-btn-wrap,
div.form-user-background-confirm a.postal-btn-wrap {
  vertical-align: top;
  display: inline-block;
  margin-left: 0.6rem;
}
div.form-user-background-entry a.postal-btn-wrap button,
div.form-user-background-confirm a.postal-btn-wrap button {
  padding: 13.5px 15px;
  margin-left: 0;
}
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;
}
div.white-content-box-form.box-bottom{
  margin-bottom:20px;
}

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;
  display: none;
}

div.form-black-background {
  z-index: 1000000000001;
}

div.edit-partial-plan,
div.edit-partial-kgr-plan,
div.edit-partial-plan-topping1,
div.edit-partial-device-option,
div.edit-partial-contractor,
div.edit-partial-address, div.edit-partial-user,
div.edit-partial-corp-contact,
div.edit-partial-delivery,
div.edit-partial-rental_days,
div.edit-partial-device,
div.edit-partial-quantity {
  position: fixed;
  max-width: 1100px;
  margin: auto;
  z-index: 1000000000002;
  top: 10vh;
  left: 0;
  right: 0;
  bottom: -5vh;
  display: none;
}

div.edit-partial-quantity {
  top: 20vh;
}

div.edit-partial-plan form,
div.edit-partial-kgr-plan form,
div.edit-partial-plan-topping1 form,
div.edit-partial-device-option 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,
div.edit-partial-rental_days form,
div.edit-partial-device form,
div.edit-partial-quantity form {
  width: 100%;
  max-height: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  background-color: white;
  overflow-y: auto;
}

div.edit-partial-kgr-plan form,
div.edit-partial-device-option form,
div.edit-partial-device form,
div.edit-partial-quantity form {
  background-color: #F3F3F3;
}

div.edit-partial-plan form div.mypage-user-container,
div.edit-partial-kgr-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-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,
div.edit-partial-plan-topping1 form div.mypage-user-container,
div.edit-partial-device form div.mypage-user-container,
div.edit-partial-quantity form div.mypage-user-container {
  width: 100%;
}

div.edit-partial-plan form div.row,
div.edit-partial-kgr-plan form div.row,
div.edit-partial-plan-topping1 form div.row,
div.edit-partial-device-option 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,
div.edit-partial-device form div.row,
div.edit-partial-quantity form div.row {
  padding-bottom: 30px;
}

div.edit-partial-plan div.form-user-background,
div.edit-partial-kgr-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-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,
div.edit-partial-device div.form-user-background,
div.edit-partial-quantity div.form-user-background {
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) and (min-width: 767px){
  div.edit-partial-plan,
  div.edit-partial-kgr-plan,
  div.edit-partial-plan-topping1,
  div.edit-partial-device-option,
  div.edit-partial-contractor,
  div.edit-partial-address, div.edit-partial-user,
  div.edit-partial-corp-contact,
  div.edit-partial-delivery,
  div.edit-partial-device,
  div.edit-partial-quantity {
    top: 5%;
    bottom: calc(5% + 40px);
  }

  div.edit-partial-quantity {
    top: 20%;
  }

  div.edit-partial-plan form,
  div.edit-partial-kgr-plan form,
  div.edit-partial-plan-topping1 form,
  div.edit-partial-device-option 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,
  div.edit-partial-device form,
  div.edit-partial-quantity form {
    max-height: 100%;
  }
}
@media screen and (max-width: 767px){
  div.edit-partial-plan,
  div.edit-partial-kgr-plan,
  div.edit-partial-plan-topping1,
  div.edit-partial-device-option,
  div.edit-partial-contractor,
  div.edit-partial-address,
  div.edit-partial-user,
  div.edit-partial-corp-contact,
  div.edit-partial-delivery,
  div.edit-partial-device,
  div.edit-partial-quantity {
    top: 5vh;
  }
  
  div.edit-partial-plan form,
  div.edit-partial-plan-topping1 form,
  div.edit-partial-device-option 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,
  div.edit-partial-device form,
  div.edit-partial-quantity form {
    width: 90%;
    max-height: 90%;
  }
  div.edit-partial-device-option form,
  div.edit-partial-quantity form {
    width: 92%;
  }
  div.edit-partial-contractor form{
    overflow-x: hidden;
  }
  div.edit-partial-plan form,
  div.edit-partial-kgr-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-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,
  div.flex-entry-option.flex-entry-option-sp.digital-life,
  div.edit-partial-device form div.mypage-user-container,
  div.edit-partial-quantity form div.mypage-user-container {
    width: 95%;
    margin: auto;
  }
  .entry-new div.entry-option-title h1{
    font-size: 2.3rem;
  }
  .entry-new div.edit-partial-device-option form div.mypage-user-container {
    padding-top: 35px;
  }

  div.flex-entry-option.flex-entry-option-sp.digital-life {
    width: 100%;
    margin: 35px auto 30px;
  }
  div.edit-partial-plan form div.mypage-user-container,
  div.edit-partial-kgr-plan form div.mypage-user-container{
    width: 90%;
    margin: auto;
  }
}
/*変更のポップアップの中で余白調整*/
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.subsc-payment-select-area {
  padding: 40px 30px 0;
}
div.white-content-box-form.support-contact{
  background-color: white;
  padding: 40px 30px;
  margin: 10px 0 0;
}
div.white-content-box-form.mt-12{
  margin: 40px 0 0;
}
@media screen and (max-width: 767px){
  div.white-content-box-form.mt-12{
    margin: 30px 0 0;
  }
  div.white-content-box-form.support-contact{
    padding: 40px 15px;
  }
  div.white-content-box-form.subsc-payment-select-area.individual {
    padding: 10px 10px 20px;
  }
  .subsc-payment-select-area.individual td.flex-user-area {
    height: auto;
  }
  .subsc-payment-select-area.individual td.flex-user-area label.custom-check-box.label-input:last-of-type {
    height: auto;
  }
}

div.entry-company-form{
  padding: 10px 30px;
}

div.entry-pay-form select{
  padding:0 10px;
}

div.white-content-box-form.payment{
  margin: auto;
}

div.white-content-box-form.space{
  margin: 0;
}

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;
}

div#payment-method-invoice .corp-select-width{
  max-width:200px;
}
@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;
  }
  div.entry-company-form{
    padding: 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: #333;
}
td.password-td span.field-icon {
  position: absolute;
  right: 10px;
  top: 12px;
}
table.form-table tr{
  height: 5rem;
  outline: none;
}
table.form-table th{
  width: 250px;
  font-size: 1.3rem;
  margin-bottom: 15px;
  vertical-align: middle;
  padding-top: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .forbiz.entry-estimate table.form-table td{
    width: auto;
  }
}
table.form-table.bg-white-title.confirm-title th{
  width:33%;
}
table.form-table th.corp-title-right{
  width:30%;
}
table.form-table th.right-button{
  text-align: right;
  font-size: 1.3rem;
  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 10px;
  background-color: #D9D9D9;
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  width: 100%;
  letter-spacing: 1px;
  height: 50px;
  font-size: 1.5rem;
}
input.mypage-input-border::-webkit-inner-spin-button,
input.mypage-input-border::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
input.mypage-input-border-security-code {
  width: 215px;
}
select:focus {
  outline: none;
  box-shadow: 0 0 5px 2px #ffeb00;
  border: none;
}
input.mypage-input-border:focus,
select.form-item-contractor:focus,
select.form-item-address:focus,
select.form-item-delivery-time:focus,
select.form-item-user:focus,
select.payment-expire:focus,
select.birthday:focus,
select.form-item-corp-card:focus,
select.corp-pay-cycle-select:focus,
select.corp-entry-timedate:focus,
select.mypage-input-border:focus,
select.long-select:focus,
select.short-select:focus {
  outline: none;
  box-shadow: 0 0 5px 2px #ffeb00;
  border: none;
}
.gender-label-box label:focus,
.flex-user-area label:focus {
  outline: none;
  box-shadow: 0 0 10px 2px #ffeb00;
  border: none;
  border-radius: 10px;
}
td.flex-user-area label.custom-check-box.label-input,
td.flex-user-area label.custom-check-box.label-input:last-of-type {
  height: 40px;
  width: 40px;
}
input.form-item-room {
  width: 48%;
}
.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%;
  }
  main.mypage-main select[ name="desired_contact_day"]{
    margin-bottom: 10px;
  }
  input.mypage-input-border-contact {
    font-size: 1.4rem;
  }
}

main.mypage-main select{
  background-color: #D9D9D9;
  border: none;
  height: 50px;
  margin: 0;
  border-radius: 8px;
  font-size: 1.5rem;
  padding: 5px;
}

select[name="prefecture"],
select[name="add_corp_prefecture"] {
  width: 47.5%;
}
select[name="user_prefecture"],
select[name="delivery_prefecture"],
select[name="deliverycorp_prefecture"],
select[name="deliverycorp_order_time"],
select[name="user_prefecture"] {
  width: 48.1%;
}

select.form-item-address{
  width: 48%;
}

select.form-item-delivery{
  width: 50%;
}
.corp-select-width{
  max-width:80px;
}

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 (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%;
  }
  table.form-table.bg-white-title.confirm-title th{
    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.payment-expire{
    font-size: 1.4rem;
    width: 80px;
  }
}

textarea.mypage-input-border{
  background-color: #D9D9D9;
  border: none;
  border-radius: 8px;
  padding: 10px;
}
textarea.mypage-input-border.text-area-inquery::placeholder {
  font-size: 1.5rem;
}
@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;
  height: 25px;
}
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: 10px 20px 0 0;
  width: 50px;
}
label.custom-check-box{
  position: relative;
}
label.custom-check-box.entry {
  margin-left: 25px;
}
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.custom-check-box-contact{
  position: unset;
  display: unset;
  margin: unset;
  width: unset;
}
label.custom-check-box-contact label{
  width: unset;
  margin-left: unset;
  position: unset;
}
div.gender-label-box label.label-input{
  margin-right: 51px;
}
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;
}
.entry-form-personal div.gender-label-box label.label-input,
.mypage-confirm-hidden-form div.gender-label-box label.label-input,
.entry-openhouse-user div.gender-label-box label.label-input {
  margin: 25px 66px 0 0;
  width: 40px;
  height: 41px;
}
td.flex-user-area label.label-input.js-focus-target {
  width: 40px;
  height: 40px;
  margin: 0;
  outline: none;
}
.entry-form-personal td.flex-user-area label.label-input {
  width: 40px;
  height: 40px;
}
label.custom-check-box-contact:focus,
label.custom-check-box-estimate:focus {
  box-shadow: none;
}
label.custom-check-box-contact:focus input[type="radio"] + span::before,
label.custom-check-box-estimate:focus input[type="radio"] + span::before {
  outline: none;
  box-shadow: 0 0 10px 2px #ffeb00;
  border: none;
  border-radius: 10px;
}
td.flex-user-area{
  height: 83px;
}
td.flex-user-area.corp-user {
  height: 95px;
}
td.flex-user-area label.label-input:first-child{
  margin: auto;  
  height: 40px;
}
td.flex-user-area.flex-user-area-confirm {
  padding-bottom: 5px;
}
td.flex-user-area.flex-user-area-confirm label.label-input:first-child {
  margin: 0;
  height: 40px;
}
td.flex-user-area label.label-input label{
  top: 14px;
  left: 50px;
}
label.payment-select-tab label {
  width: 270px;
}
@media screen and (max-width: 767px){
  td.flex-user-area.corp-user{
    margin-bottom: 15px;
  }
  .subsc-confirm-delivery td.flex-user-area{
    height: auto;
  }
  .subsc-confirm-delivery td.flex-user-area label.custom-check-box.label-input:last-of-type {
    height: auto;
    margin: 10px 0 18px 0.6rem;
  }
  td.flex-user-area.corp-user {
    height: 83px;
  }
}
div.vaidation-error-area{
  height: 0;
  margin-top: 0;
}
div.vaidation-error-area:not(:empty) {
  height: auto;
}
label.validator-error{
  color: red;
  font-size: 1.2rem;
  display: block;
  margin-top: 3px;
  font-weight: bold;
}
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.entry-remark{
  color: #333;
  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: 38px;
  }
  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;
}
i.fa-eye:before{
  top: 3px;
  position: relative;
}
i.fa-eye-slash:before{
  top: 3px;
  position: relative;
}
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-contact input[type="radio"] + span::before{
  top: 5px;
}
label.custom-check-box input[type="radio"] + span::after{
  top: 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%;
}

.small-info{
  font-size:1.3rem;
  font-weight:bold;
}

@media screen and (max-width: 767px){
  div.form-user-background-entry button{
    margin: 7px 0;
    padding: 14px 10px;
  }
  div.form-user-background-entry a.postal-btn-wrap button {
    padding: 14px 15px;
    margin: 0 0 0 0.6rem;
  }
  div.white-content-box-form{
    padding: 30px 10px;
    margin: 30px 0 0;
  }
  .subsc-entry-payment div.white-content-box-form .credit-reference-name {
    padding-left: 8px;
  }
  div.white-content-box-form.twitter-apply{
    padding: 30px 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;
  }
}

/*ボタン*/
div.row{
  margin: 30px 0 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
div.row.flex-left {
  margin: 30px 0 0 45px;
  display: flex;
  justify-content: left;
  align-items: center;
}
div.row.flex-left-completeupload {
  margin: 30px 0 0 -35px;
  display: flex;
  justify-content: left;
  align-items: center;
}
div.row-first{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div.row-first.complete{
  margin-top: 50px;
}
div.row-first.button-single{
  margin-bottom: 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{
  background: linear-gradient(to right, #FFC600, #FFE300);
  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: pointer;
}
div.form-next-button::after{
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  background: #1E1E1E;
  transition: .3s all;
}
div.form-next-button span{
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/okawari-button-arrow.svg) no-repeat 290px center;
  background-size: 8px;
  display: block;
  padding: 25px 60px 25px 0;
  position: relative;
  z-index: 10;
}
div.form-next-button .text-step-body-two-line {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  padding: 0 60px 0 0;
}
div.form-next-stop-button{
  background: linear-gradient(to right, #FFC600, #FFE300);
  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-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(https://d1q08lkutgkcx2.cloudfront.net/image/okawari-button-arrow.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;
  display: block;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 0.02em;
  position: relative;
  text-align: center;
  transition: .3s all;
  cursor: pointer;
}
div.form-back-button::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  background: #1E1E1E;
}
div.form-back-button span{
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/okawari-back-button-arrow.svg) no-repeat 25px center;
  background-size: 8px;
  display: block;
  padding: 25px 0 25px 25px;
  position: relative;
  z-index: 10;
}
div.form-back-button a {
  color: #707070;
}

@media screen and (max-width: 767px){
  div.row{
    flex-direction: column-reverse;
    align-items: flex-start;
    width:300px;
    margin: 30px auto 0;
  }
  div.row-first{
    margin: 30px auto 0;
    padding: 0;
  }
  div.form-next-button,
  div.form-next-stop-button{
    width: 300px;
  }
  div.form-back-button{
    width: 230px;
  }
  div.form-next-button span,
  div.form-next-stop-button span{
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/okawari-button-arrow.svg) no-repeat 270px center;
    background-size: 8px;
  }
  div.form-back-button span{
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/okawari-back-button-arrow.svg) no-repeat 20px center;
    background-size: 8px;
  }
  div.decoration-button-area-form-v2{
    margin:10px 0;
    width: 300px;
  }
  div.form-user-back-button-sp{
    margin: 30px auto 0;
  }
}

/*背景*/
#first{
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/price_para02_t.png) no-repeat left top #F3F3F3;
  background-size: 530px;
  padding: 50px 20px 0px;
  position: relative;
  min-height: 560px;
}
#first.forbiz {
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/price_para02_t_forbiz.png) no-repeat right top #F3F3F3;
  background-size: 530px;
  z-index: 0;
}
.section-upload#first{
  background: #F3F3F3;
  padding: 0px 20px 0px;
  min-height: calc(100vh - 135px);
}
#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-user-container.contain-complete {
  min-height: calc(100vh - 330px);
}

div.mypage-section-container .bnr-prepaid {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-height: 200px;
  z-index: 11;
}

div.mypage-section-container .bnr-prepaid > a {
  display: block;
  transition: .8s all;
}

div.mypage-section-container .bnr-prepaid > a:hover {
  opacity: .8;
}

div.mypage-section-container .bnr-prepaid > a:focus {
  outline: none;
}

div.mypage-section-container .bnr-prepaid > a:focus img {
  outline: 2px solid #000;
}

div.mypage-section-container .bnr-prepaid > a > img {
  width: 100%;
}


@media screen and (max-width: 767px){
  .plus_para02{
    width: 100px;
    position: absolute;
    right: 0;
    top: -630px;
    z-index: -1;
  }
  #first{
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/price_para02_t.png) no-repeat left top #F3F3F3;
    background-size: 50%;
    padding: 0 4%;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  #first.forbiz {
    background-size: 25%;
  }
  #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%;
    margin: auto;
    padding: 0;
  }
  div.mypage-section-container.select-title-mt {
    margin: 120px auto 0;
  }
  div.mypage-section-container.select-title-mt.prepaid-option-area {
    margin: 70px 0 0;
    max-width: 100%;
  }
  div.mypage-section-container .bnr-prepaid {
    width: 85%;
    top: auto;
    left: 2%;
    bottom: 10px;
  }
  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;
  }
}

.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;
}

div.form-company-notice{
  display: flex;
  align-items:center;
}

div.form-company-notice p.card-mark{
  padding-left: 10px;
  margin-left: 0;
  margin-bottom: 10px;
  font-weight: bold;
}

div.form-application-container div.btn-bottom{
  padding-bottom:50px;
}

select.corp-select-width{
  width:100%;
}

div.entry-company-form{
  margin:0 ;
}
div.user-container-padding-none{
  padding:0;
}

#payment-method-invoice .form-table {
  margin-top:-5px;
}
/* Form confirm */
table.mypage-contract-table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
}
table.form-confirm-table th{
  height: 30px;
}
table.form-confirm-table td{
  background-color: #fff;
  height: 30px;
  vertical-align: middle;
  background-color: #D9D9D9;
}
table.form-confirm-table td.bg-white{
  background-color: #fff;
  height: 30px;
  vertical-align:middle;
  padding-bottom:5px;
  font-weight:bold;
}

table.form-confirm-info-table{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  line-height: 1.3;
}
table.form-confirm-info-table tr{
  border-top: 1px solid #909090;
}
table.form-confirm-info-table tr:last-child{
  border-bottom: 1px solid #909090;
}
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;
  background-color: #D9D9D9;
}
table.form-confirm-info-table td{
  padding-left: 10px;
  width: 70%;
  vertical-align: middle;
  margin: 0;
  background-color: #FFFFFF;
  border: none;
  color: #1E1E1E;
}
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: 7px;
  font-weight: bold;
  font-size: 1.3rem;
}

.content-box-margin-none{
  margin:0;
}
div.strong-title{
  font-size:2rem;
}
div.complete-attention-block{
  margin-top:20px;
}
div.attention-top{
  margin-top:10px;
}
.section-upload .form-company-notice.icon-left.attention-top{
  margin: 0 10px 20px 5px;
}
.section-upload .form-company-notice.icon-left.attention-top div.form-capacity-notice-icon{
  width: 40px;
  margin: 3px 10px 0 0;
}
@media screen and (max-width: 767px){
  .section-upload .form-company-notice.icon-left.attention-top div.form-capacity-notice-icon{
    width: 80px;
  }
  table.form-confirm-info-table td.not-tel-link a {
    color: #1E1E1E;
    text-decoration: none;
    pointer-events: none;
  }
}
div.confirm-margin{
  margin:50px 0;
}
.corp-card-padding{
padding-top:5px;
}

div.complete-title-bottom{
  margin-bottom:40px;
}

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.form-application-container div.mypage-user-container {
  max-width: 750px;
  margin: 40px auto 0;
}
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 40px;
  margin: 20px 0;
}
@media screen and (max-width: 767px){
  table.form-confirm-info-table.plan p{
    vertical-align: middle;
  }
  table.form-confirm-info-table{
    width: 95%;
  }
  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;
  }
  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 #909090;
    padding: 5px;
  }
  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;
    word-break: break-all;
  }
  table.form-confirm-table td.bg-white{
    margin-left:15px;
    width:50%;
  }

  p.corp-message-sp{
    padding-top:10px;
  }
  div.confirm-margin{
    margin:50px auto 20px;
  }
  div.leave-checkbox-box-desciption {
    padding: 0 15px;
  }
  div.form-application-container div.mypage-user-container {
    margin: 30px auto 0;
  }
}

.icon-left{
  margin-left:10px;
}
/* Form complete */
div.form-step-title p.entry-complete-title{
  left: 15px;
  top: 30px;
}

div.entry-complete-description{
  text-align: center;
}
div#device-option-error-message{
  text-align: left;
  max-width: 750px;
  margin: 20px auto;
  line-height: 20px;
  font-size: 2.0rem;
}
div#device-option-error-message label{
  font-size: 1.5rem;
}
.error-message{
  bottom: -30px;
  color: red;
  font-size: 1.6rem;
  position: relative;
  text-align: center;
  line-height: 1.5em;
  background: #FFEEEE;
  font-weight: bold;
}
.error-message-value {
  border: 1px solid red;
}
.error-message-value p{
  line-height: 1.5em;
}
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: 25%;
}

div.triangle-min-height{
  min-height:20vh;
}
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;
}
/* @media (max-width: 767px) {
  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 #FFEB00;
  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-popup-message {
  text-align: center;
}
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: #FFEB00;
} */
div.form-black-background-credit-card-name {
  z-index: 10000;
}
div.credit-card-name-confirm-popup {
  width: 750px;
  height: fit-content;
  padding: 3% 0px 0;
  position: fixed;
  background-color: white;
  border: solid 6px #FFEB00;
  border-radius: 1.2rem;
  margin: auto;
  z-index: 1000000000002;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
div.credit-card-name-confirm-popup-title p {
  margin: 0px 0 30px;
  color: #DB0066;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
div.device-option-confirm-popup img.yellow-notion-icon,
div.quantity-confirm-popup img.yellow-notion-icon,
div.credit-card-name-confirm-popup img.yellow-notion-icon{
  width: 35px;
  height: 35px;
  margin: 0 0 0 -10px;
  top: 0;
  left: 0;
  position: relative;
}
div.device-option-confirm-popup p:last-of-type .yellow-notion-icon,
div.quantity-confirm-popup p:last-of-type .yellow-notion-icon,
div.credit-card-name-confirm-popup p:last-of-type .yellow-notion-icon{
  display: none;
}
div.credit-card-name-confirm-popup-body {
  margin: 0px auto;
  width: 75%;
}
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: 30%;
}
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 {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  margin: 20px auto 0;
  position: static;
  padding: 3% 0;
  background: #f3f3f3;
}
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;
  border: 2px solid #000;
  background-color: #FFEB00;
  color: #FFEB00;
} */
select[name="expire_year"], select[name="expire_month"] {
  width: 80px !important;
}

@media screen and (max-width: 767px){

  label.corp-bottom{
    margin-bottom:20px;
  }

  select.short-select{
    width:100%;
  }
  .error-message{
    bottom: -15px;
  }
/* 
  div.credit-card-name-confirm-popup {
    height: fit-content;
    padding: 5% 0 0;
    border: solid 8px #FFEB00;
    width: 90%;
    height: fit-content;
  }
  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: 130px;
    height: 50px;
  }
  div.credit-card-confirm-popup {
    height: 335px;
    border: solid 10px #FFEB00;
    width: 80%;
  }
  div.credit-card-name-confirm-popup-title p{
    margin: 0 0 10px;
    font-size: 1.6rem;
  }
  div.credit-card-name-confirm-popup img.yellow-notion-icon{
    width: 30px;
    height: 30px;
  }
  div.credit-card-name-confirm-popup-body{
    width: 90%;
  }
  div.credit-card-name-confirm-buttons{
    display: flex;
    justify-content: space-evenly;
    position: static;
    gap: 0;
    width: 100%;
    margin: 20px auto 0;
    padding: 6% 0;
  } */
}
table.estimate-table th{
  width: 35%;
}
table.estimate-table td{
  width: 65%;
}
div.edit-partial-device-option div.mypage-user-container,
div.edit-partial-quantity div.mypage-user-container{
  margin: 40px 0;
}
.mail-space{
  margin-left:1rem;
}
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;
}
@media screen and (min-width: 767px){
  table.form-table span.mandatory{
    color: #DB0066;
    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;
  }

  div.mandatory.agree-check{
    top: 43px;
    left: 255px;
    margin-top: -20px;
    color: #DB0066;
    font-weight: bold;
    border: 1px solid #DB0066;
    background-color: #fff;
  }
  table.form-table span.optional{
    color: #020202;
    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;
  }
}
@media screen and (max-width: 767px){
  table.form-table span.mandatory{
    color: #DB0066;
    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;
    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-quantity div.mypage-user-container{
    margin: 0;
  }
  div.mandatory.agree-check{
    top: 41px;
    left: 30%;
    transform: translateX(-30%)
  }
  div.mail-space{
    padding-left:50px;
    display: block;
  }

}
@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: 767px){
  td.password-td span.field-icon {
    position: absolute;
    top: 12px;
    left: 185px;
    right: 10px;
  }
  table.form-table th.two-select{
    padding-bottom: 45px;
  }
}
input.mypage-input-border.form-item-password{
  width: 50%;
  max-width: 216px;
}
p.terms-agree {
  margin-bottom: 10px;
  text-indent: -1em;
  margin-left: 1em;
}
p.terms-text {
  margin-bottom: 10px;
}
td.flex-user-area label.custom-check-box.label-input:last-of-type{
  width: 40px;
  height: 40px;
}
@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;
  }
}
@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;
}
.leave-checkbox-pointer.js-confirm-box {
  position: relative;
}
.leave-checkbox-pointer.js-confirm-box:focus {
  outline: none;
}
.leave-checkbox-pointer.js-confirm-box::before {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 30px;
  width: 95px;
  outline: 2px solid #fff;
  border-radius: 2px;
}
.leave-checkbox-pointer.js-confirm-box:focus::before {
  display: block;
}
div.white-content-box-form.form-space{
  margin-top: 10px;
  padding-top: 10px;
}
div.white-content-box-form.form-space-company{
  margin-top: -28px;
  margin-bottom: 50px;
}
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 {
  font-size: 1.3rem;
  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;
}
div.corp-mypage-description.company-file-upload-hint-margin{
  margin-top: 40px;
}
label.custom-check-box span{
  display: inline-block;
}
@media screen and (max-width: 767px){
  label.custom-check-box span {
      margin-bottom: 20px;
  }
}

div.leave-checkbox-box-entry {
  outline: 1px solid #000000;
  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;
}

div.leave-checkbox-box-entry p.terms-agree a.pink-link {
  color: #DB0066;
}

@media screen and (min-width: 767px){
  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,
  div.quantity-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,
  .quantity-confirm-button {
      padding: 0 10px;
  }
}

div.device-option-confirm-button,
.quantity-confirm-button,
div.present-limit-confirm-button,
div.present-pay-error-confirm-button {
  text-align: center;
}

div.device-option-confirm-button,
.quantity-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: #757575;
  color: white;
  font-weight: bold;
}
/* div.credit-card-name-confirm-button {
  background-color: #757575;
  color: white;
  font-weight: bold;
} */

/* div.device-option-confirm-button.device-option-confirm-button-back,
.quantity-confirm-button.quantity-confirm-button-back{
  background-color: black;
  color: #FFEB00;
}
div.credit-card-confirm-button.credit-card-confirm-button-back{
  background-color: black;
  color: #FFEB00;
}
div.credit-card-name-confirm-button.credit-card-name-confirm-button-back{
  background-color: #757575;
  color: #ffffff;
  border: none;
} */
div.credit-card-name-confirm-button.credit-card-name-confirm-button-back:focus {
  outline: 3px solid #FFEB00;
}
@media screen and (min-width: 767px){
  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: 240px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 100%;
    height: auto;
  }
  div.mypage-icon img{
    height: 60px;
  }
  div.credit-card-confirm-popup-title,
  div.credit-card-name-confirm-popup-title{
    display: flex;
    align-items: center;
    margin: 5px auto 10px -5px;
    justify-content: center;
    width: calc(100% - 10px); 
  }

}
div.row-complete{
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div.row-complete a{
  text-decoration: none;
}
@media screen and (max-width: 767px){
  div.row-complete{
    flex-direction: column;
    margin: auto auto 50px;
  }
}
@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;
  top: 10px;
}
@media screen and (min-width: 767px){
  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: center;
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.4;
}
div.complete-description-title.complete-description-title-left {
  margin: 15px 0px;
  text-align: left;
}
div.complete-description-title.corp-complete {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.4;
  display: flex;
  align-items: center;
  margin-left: 35px;
}
div.complete-description-title.corp-complete span {
  margin-left: 20px;
  letter-spacing: 0.1rem;
}
div.complete-description-title.corp-complete img.pink-callcenter-notion-icon{
  width: 4rem;
}
@media screen and (max-width: 767px){
  div.complete-description-title.corp-complete {
    text-align: center;
    font-size: 1.9rem;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.4;
    display: flex;
    align-items: center;
    margin-left: 0px;
  }
  div.complete-description-title.corp-complete span {
    margin-left: 20px;
    letter-spacing: 0.1rem;
  }
}
div.complete-description-title-caution {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
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: 60px auto 0;
  max-width: 750px;
  padding: 20px;
}


div.form-application-container div.complete-description.updown-padding {
  margin: 60px auto 0;
  max-width: 750px;
  padding: 40px;
}
div.form-application-container div.white-content-padding{
  padding:50px 30px;
  margin:20px auto 0;
  box-sizing: border-box;
}
div.form-application-container div.white-content-padding.invoice-comp{
  margin:40px auto 0;
}

div.form-application-container div.corp-margin-bottom{
  margin: 40px auto 50px;
}
div.complete-description-title-bottom {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px){
  div.form-application-container div.complete-description {
    margin: 30px auto 10px;
    max-width: 100%;
  }
  div.form-application-container div.white-content-padding{
    max-width: 100%;
  }
  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;
    margin-top: -20px;
  }
  div.form-application-container div.complete-description.updown-padding {
    margin: 60px auto 0;
    max-width: 750px;
    padding: 40px 25px 40px 30px;
  }

}
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;
}

div.complete-description p,
div.complete-description.corp p{
  margin-left: 40px;
  font-size: 1.5rem;
  line-height: 1.3;
}

div.complete-description p.invoice-send-address{
  word-break: break-word;
}
select.payment_method{
  width: 100%;
}
div.form-capacity-notice.payment span.strong{
  color: #d6006b;
  font-size: 1.8rem;
  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;
}
@media screen and (max-width: 767px){
  div.form-capacity-notice.payment{
    margin-bottom: 40px;
  }
  div.payment-block.left{
    width: 22%;
  }
  div.form-capacity-notice.payment span.strong {
    font-size: 1.4rem;
  }
}
@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: black;
  color: white;
  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;
  border-radius: 4px;
}
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;
}
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;
}
@media screen and (max-width: 767px){
  label.custom-check-box.entry{
    margin-left: 60px;
  }
  label.leave-checkbox.entry p{
    position: relative;
    bottom: 19px;
  }
}
@media screen and (min-width: 767px){
  div.mandatory{
    background-color: #ea338d;
    color: white;
    width: 45px;
    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: #ea338d;
    color: white;
    width: 45px;
    border-radius: 7px;
    position: relative;
    top: 40px;
    left: 56px;
    text-align: center;
    z-index: 1;
  }
  div.mandatory.agree-check{
    top: 42px;
    margin-top: -20px;
    color: #DB0066;
    font-weight: bold;
    border: 1px solid #DB0066;
    background-color: #fff;
  }
}
@media screen and (max-width: 320px){
  div.mandatory{
    left: 51px;
  }
}
div.form-step-footer-area{
  width: 412px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 767px){
  div.form-step-footer-area:has(.step-layout) {
    width: 750px;
  }
}
@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: #000000;
  color: #FFFFFF;
  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: 767px){
  div.monthly-pay div.plan-summary-area-table div.summary-table-column-right{
    width: 65%;
  }
  div.monthly-pay div.plan-summary-area-table div.breakdown div.summary-table-column-right {
    width: 100%;
  }
  .monthly-pay div.left-plan-column{
    margin-top: 30px;
  }

}
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;
}
div.entry-option-title h1{
  font-size: 4.0rem;
  font-weight: bold;
  -webkit-text-stroke: 0.1px black;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px){
  div.add-option{
    width: 35px;
    margin-right: 5px;
  }
  div.entry-option-title{
    margin: 20px 0;
  }
  div.entry-option-title h1{
    font-size: 2.4rem;
    margin: 0;
    line-height: 1.1em;
  }
}
div.edit-partial-plan form{
  margin-top: 50px;
}
div.cancellation-fee{
  display: flex;
  justify-content: space-between;
  border: 1px solid #909090;
  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,
div.edit-partial-kgr-plan form{
  margin-top: 0;
  padding: 40px 0 0;
  background-color: #F3F3F3;
}

@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: 0.7em;
  }

  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 #909090;
}
.monthly-pay span.campaign-attention,
p#cancel_fee_attention,
p.attention{
  font-size: 1.2rem;
}
.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 #909090;
  }
  .monthly-pay span.campaign-attention,
  p#cancel_fee_attention,
  p.attention{
    font-size: 1.1rem;
  }
}

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.3rem;
  font-weight: normal;
}

div.breakdown-list p:last-child span {
  font-size: 1.8rem;
  font-weight: bold;
}
.entry-new div.breakdown-list p:last-child span {
  font-size: 1.4rem;
  font-weight: normal;
}
span.text-small{
  font-size: 1.3rem;
}
.entry-confirm-plan-edit-links a.pink-link,
div.user-link a.pink-link{
  font-weight: bold;
  color: #DB0066;
}
  div.form-step-title.campaign-form-title p{
  margin-bottom: 20px;
}

span.pink-link {
  text-decoration: underline;
  color: #DB0066;
  cursor: pointer;
}

/*ファイルのアップロード画面*/
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: "Montserrat", "Noto Sans JP", sans-serif;
}
div.form-user-background-entry button.upload_doc_file_corporation_add {
  background-color: #FFE400;
  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: #ea338d;
  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;
  font-weight: bold;
}

table.form-table td.credit-confirm-name{
  vertical-align: middle;
  font-size: 1.6rem;
}

table.form-table th.credit-confirm-name-label{
  line-height: 1.4;
}
@media screen and (max-width: 767px){
  table.form-table th.credit-confirm-name-label{
    margin-top: 0;
  }
}

p.remark{
  color: #333;
  font-size: 1.1rem;
  line-height: 1.5rem;
}
#payment_select_creditcard p.remark {
  margin-top: .3em;
}
#payment_select_creditcard p.remark a.pink-link {
  color: #DB0066;
}

/*申込フォームオプションポップアップ*/
div.form-black-background-device-option,
div.form-black-background-quantity{
  z-index: 10000000000;
  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,
  div.quantity-confirm-popup {
      width: 80%;
  }
}
div.device-option-confirm-popup,
div.quantity-confirm-popup {
  max-width: 400px;
  height: 200px;
  position: fixed;
  background-color: white;
  border: solid 20px #FFEB00;
  margin: auto;
  z-index: 1000000000002;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
div.device-option-confirm-popup-title p,
div.quantity-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,
div.quantity-confirm-popup-body {
  margin: 10px 10px;
  text-align: center;
}
div.quantity-confirm-popup-body {
  margin-top: 25px;
}
div.device-option-confirm-buttons,
.quantity-confirm-buttons {
  display: flex;
  justify-content: space-around;
  margin: 20px auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
span#payment_deferred_attention {
  padding: 0 0 0 270px;
  display: block;
  line-height: 1.7rem;
}
div.white-content-box-form-condo > div.form-user-background {
  margin: 30px auto 0;
}
.condo-pay-logo-margin {
  margin: 30px auto;
  display: block;
}

.atone-pay-logo-margin {
  margin: 30px auto;
  display: block;
  width: 50%;
}

div.payment-row-position {
  align-items: baseline;
}

p.submit-postpay-caution {
  text-align: center;
  margin-top: 0.5rem;
  padding-right: 60px;
}

div.form-capacity-notice.payment-select-caution {
  padding: 0;
  margin-top: 50px;
}

.white-content-box-form-condo {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px){
  span#payment_deferred_attention{
    padding: 0 0 0 10px;
    display: inline-block;
  }
  .condo-pay-logo-margin {
    width: 100%;
  }
  .atone-pay-logo-margin {
    width: 75%;
  }
  p.confirm-attention.first-month-fee {
    line-height: 1.8rem;
  }
  div.form-capacity-notice.payment-select-caution {
    margin: 30px auto;
    padding: 0;
  }
  p.submit-postpay-caution {
    margin-bottom: 1rem;
  }
}

span#payment_deferred_attention {
  padding: 0 0 0 270px;
  display: block;
  line-height: 1.7rem;
}

.condo-pay-logo-margin {
  margin: 30px auto;
  display: block;
}

div.payment-row-position {
  align-items: baseline;
}

p.submit-postpay-caution {
  text-align: center;
  margin-top: 0.5rem;
  padding-right: 60px;
}

div.form-capacity-notice.payment-select-caution {
  padding: 0;
  margin-top: 50px;
}

.white-content-box-form-condo {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px){
  span#payment_deferred_attention{
    padding: 0 0 0 10px;
    display: inline-block;
  }
  .condo-pay-logo-margin {
    width: 100%;
  }
  p.confirm-attention.first-month-fee {
    line-height: 1.8rem;
  }
  div.form-capacity-notice.payment-select-caution {
    margin: 30px auto;
    padding: 0;
  }
  p.submit-postpay-caution {
    margin-bottom: 1rem;
  }
  div.white-content-box-form-payment {
    padding: 20px 10px;
  }
}
span#payment_deferred_attention {
  padding: 0;
  display: block;
  line-height: 1.7rem;
  margin-top: 15px;
}

.condo-pay-logo-margin {
  margin: 30px auto;
  display: block;
}

div.payment-row-position {
  align-items: baseline;
}

p.submit-postpay-caution {
  text-align: center;
  margin-top: 0.5rem;
  padding-right: 60px;
}

div.form-capacity-notice.payment-select-caution {
  padding: 0;
  margin-top: 50px;
}
.subsc-draft-payment div.form-capacity-notice.payment-select-caution,
.subsc-entry-draft div.form-capacity-notice.payment-select-caution,
.subsc-entry-payment div.form-capacity-notice.payment-select-caution {
  margin-top: 0;
  border: 1px solid #d6006b;
  padding: 15px 8px;
}
.subsc-draft-payment div.white-content-box-form.payment,
.subsc-entry-payment div.white-content-box-form.payment {
  margin-top: 50px;
}

.white-content-box-form-condo {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px){
  span#payment_deferred_attention{
    padding: 0;
    display: inline-block;
    padding: 0 10px;
    margin-top: 8px;
  }
  .condo-pay-logo-margin {
    width: 100%;
  }
  p.confirm-attention.first-month-fee {
    line-height: 1.8rem;
  }
  div.form-capacity-notice.payment-select-caution {
    margin: 30px auto;
    padding: 0;
  }
  p.submit-postpay-caution {
    margin-bottom: 1rem;
  }
  div.white-content-box-form-payment {
    padding: 20px 10px;
  }
}
/*申込フォームクレジットカード注意ポップアップ*/
div.credit-card-confirm-popup-title,
div.credit-card-name-confirm-popup-title{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0 0 -10px;
  gap: 10px;
}

@media screen and (max-width: 767px){
  div.device-option-confirm-button,
  .quantity-confirm-button {
    width: 100px;
    height: 50px;
  }
  div.device-option-confirm-popup,
  div.quantity-confirm-popup {
    height: 200px;
    border: solid 10px #FFEB00;
    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;
}

/*アラートのチェックがついたら色を変える*/
.option-check > label:hover,
label.check-option{
  border:2.5px solid #ffeb00;
  background-color: #ffeb00;
}
label.check-option {
  width: 46%;
  font-size: 1.65rem;
  border: 2.5px solid #ffeb00;
  background-color: #ffeb00;
  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: 60%;
    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%;
  }
}

#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;
  }
}

.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.1rem;
    width: 100%;
  }
  div.corp-mypage-description.company-file-upload-hint-margin {
    margin: 20px 5% 60px;
  }
  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,
div.form-capacity-description-body-right-company {
  display: block;
  border-radius: 0.75em;
  max-height: none;
}

div.form-capacity-description-company {
  padding: 32px 32px 45px;
  background-color: #fff;
  margin-bottom: 32px;
}

.section-upload#first div.form-capacity-description-company {
  padding: 32px 32px 45px;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
}

p.confirmation-document-hint-margin {
  margin-bottom: 28px;
}


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%;
}
div.form-step-title p.first-title span.first-company-fileupload-title {
  position: relative;
  top: -10px;
}

@media screen and (min-width: 768px){
  div.form-container.corp-payment-area{
    min-height: calc(100vh - 135px);
  }
}
@media screen and (max-width: 767px){
  div.form-container.corp-payment-area{
    min-height: calc(100vh - 164px);
  }
  div.form-step-title p.first-title span.first-company-fileupload-title {
    margin-top: 0;
    margin-left: 0%;
    display: block;
    width: 100%;
  }
  div.form-step-title p.first-title span.first-company-fileupload-title.position-adjust {
    margin-left: 5%;
  }
  div.white-content-box-form.form-space-company {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 30px;
    margin-bottom: 0;
  }
  .uploadfile-area div.white-content-box-form.form-space-company {
    padding-top: 0;
    padding-bottom: 30px;
    margin: 0 5% 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;
  }
  div.form-capacity-description-company {
    padding: 19px;
    font-size: 1.2rem;
    margin-top: 50px;
    margin-bottom: 0px;
  }
  div.form-capacity-description-company.uploada-table {
    margin: 0px 5% 30px;
  }
  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;
}
div.form-application-container .mypage-user-container-corp-entry-confirm {
  padding-top: 40px;
}

@media screen and (max-width: 767px){
  div.form-application-container div.mypage-user-container-company {
    max-width: 750px;
    margin: 0 auto;
    padding: 0;
  }
  div.form-application-container .mypage-user-container-corp-entry-confirm {
    padding-top: 1px;
  }
}

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 {
    width: 100%;
  }
  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;
  }
}

div.estimate-attention.space{
  margin-top:-10px;
}

div.estimate-attention+div.mypage-user-container .error-message-value{
  display: table;
  text-align: left;
  margin:-10px auto 20px;
}

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.estimate-attention.space{
    margin-top: 50px;
  }

  div.white-content-box-form.estimate-content{
    margin:20px 0 0;
  }
}

p.entry-privacy{
  display: table;
  table-layout: fixed;
  margin: 0 auto;
  padding: 20px;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
  background: #FFF;
}
p.entry-privacy.privacy-bg{
  background: none;
  padding: 0;
}

p.entry-privacy a.pink-link{
  color: #DB0066;
}
p.terms-space {
  margin: 0 20px;
  padding-top: 10px;
}
p.entry-privacy.entry-select-privacy {
  background: #fff;
  padding: 20px;
}
.white-terms-space {
  background-color: #fff;
}

p.entry-privacy.entry-select-privacy a.pink-link {
  color: #DB0066;
}

/*物件購入者様 優待キャンペーン*/
.cp-openhouse{
  margin: 30px auto 50px;
}

div.edit-partial-plan div.form-user-background .cp-openhouse{
  margin: 0 auto 30px;
}

@media screen and (max-width: 767px){
  .cp-openhouse{
    margin: 10px auto 30px;
  }
  div.edit-partial-plan div.form-user-background .cp-openhouse{
    margin: 0 auto 20px;
  }
  p.entry-privacy{
    padding: 15px 10px;
  }
}

/* atoneボタンを隠す(!importantでatone APIのstyleを上書き) */
.atone-button {
  display: none !important;
}

.atone-link {
  text-decoration: underline;
}
span.pink-mark{
   background:linear-gradient(transparent 50%, rgba(255,227,0,80%) 50%);
}
span.blue-mark{
   background:linear-gradient(transparent 50%, rgba(0,218,220,40%) 50%);
}


/* 221021改修 */
/* STEP1のタイトル装飾 */
.entry-select div.form-step-title p.first-title,
div.entry-option-title.option-individual h1 {
  position: relative;
  margin-left: 30px;
  width: 400px;
  padding: 10px;
  top: 25px;
}
div.entry-option-title.option-individual h1.before-none::before {
  content: none;
}
.entry-select p.select-plan,
.entry-option-title.option-individual + .entry-option-description {
  margin: 0 auto 30px 30px;
}
.entry-select p.select-plan.select-subtitle{
  margin: 60px auto 30px 30px;
}
.entry-option-title.option-individual + .entry-option-description {
  margin-top: -30px;
}
div.form-application-container .entry-select div.mypage-user-container {
  margin-top: 40px;
}
div.form-application-container .entry-select div.mypage-user-container.mt-0{
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  div.form-application-container .entry-select div.mypage-user-container {
    margin-top: 0px;
  }
}

div.form-application-container .entry-select div.mypage-user-container.mt-4 {
  margin-top: 40px;
}
.entry-select .entry-plan-select {
  margin-top: 60px;
}
.entry-select h1::before,
.entry-option-title.option-individual::before {
  content: url(../img/form-title.svg);
  width: 150px;
  position: absolute;
  z-index: -1;
}
div.entry-option-title.option-individual h1 {
  width: auto;
  line-height: 1em;
  position: static;
}
@media screen and (max-width: 767px) {
  .entry-select h1::before, .entry-option-title.option-individual::before {
    width: 90px;
  }
  .entry-option-title.option-individual::before {
    top: -30px;
  }
  .entry-select div.form-step-title p.first-title,
  div.entry-option-title.option-individual h1 {
    top: 17px;
    margin-left: 14px;
    width: auto;
  }

  div.entry-option-title.option-individual h1 {
    margin-top: -10px;
  }
  .entry-select p.select-plan {
    margin: 20px auto;
  }
  .entry-select .entry-plan-select {
    margin-top: 0px;
  }
  .option-individual .add-option {
    display: none;
  }
  .entry-option-title.option-individual {
    position: relative;
    margin-top: 70px;
  }
  .entry-option-title.option-individual + .entry-option-description {
    margin: 20px 14px 10px;
  }
}
/* STEP1のタイトル装飾 end */

/* オプションサービスを選ぶ */
.option-seivice-title {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 80px;
  padding-left: 3.5rem;
  position: relative;
  height: 80px;
}
.option-seivice-title::before {
  content: '';
  width: 10px;
  height: 57px;
  background-color: #FFE000;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}
.newoption div.entry-option-left {
  width: 35%;
}
.newoption div.entry-option-left.caution {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .newoption div.entry-option-left.caution {
    width: 90%;
  }
}
.newoption div.entry-option-right {
  width: 63%;
}
.newoption div.flex-entry-option {
  height: 140px;
  margin: 60px 0 30px;
}
.newoption div.entry-option {
  margin-top: -70px;
}
.newoption .relief-option-ckeckbox {
  bottom: 70%;
}
.digital-life .option-seivice-title {
  line-height: 30px;
  padding-top: 10px;
}
.digital-life .option-seivice-title span {
  font-size: 2rem;
}
.flex-entry-option.flex-entry-option-sp.dls-select-box {
  display: block;
  height: auto;
  margin-top: 30px;
}
.entry-option-left.entry-option-relief-left.entry-option-left-option-3 {
  position: relative;
}
.digital-life .relief-item-select-area3 + span::before {
  margin-left: 9%;
  top: 42px;
}
.entry-option-left-option-3 p.div-pc.custom-check-box-v2-select-text {
  position: absolute;
  top: 70px;
  left: 14px;
  cursor: pointer;
}
.digital-life .relief-item-select-area3.selected + span::after {
  top: 47px;
  left: 19px;
}
.dls-select-box .topping-2-select-area-relief-option.selected {
  border: none;
  border-radius: 0;
}
.newoption .dls-select-box div.entry-option-left {
  width: 100%;
  display: flex;
  position: relative;
}
.newoption .dls-select-box label {
  position: absolute;
}
.newoption .dls-select-box label.custom-check-box-v2.option:focus {
  outline: none;
}
.newoption .dls-select-box label.custom-check-box-v2.option::before {
  display: none;
  content: '';
  position: absolute;
  top: -20px;
  left: 3px;
  border: 2px solid #000;
  border-radius: 5px;
  width: 45px;
  height: 45px;
}
.newoption .dls-select-box label.custom-check-box-v2.option:focus::before {
  display: block;
}
.newoption .dls-select-box .topping-2-select-area-relief-option.relief-item-select-area .div-pc {
  display: flex;
  padding-left: 11rem;
  justify-content: flex-start;
  align-items: center;
}
.newoption .dls-select-box .relief-item-select-option-title {
  font-weight: bold;
  font-size: 2rem;
}
.newoption .dls-select-box .relief-item-select-option-title span.relief-item-select-price-big {
  font-size: 3rem;
  font-weight: bold;
  line-height: 4rem;
}
.newoption .dls-select-box span.relief-item-select-price span.relief-item-select-price-big {
  font-size: 4rem;
  margin-right: 5px;
}
.newoption .dls-select-box .relief-item-select-option-title {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.edit-partial-device-option.newoption .dls-select-box .relief-item-select-option-title,
.edit-partial-quantity.newoption .dls-select-box .relief-item-select-option-title {
  font-size: 1.3rem;
}
.newoption .dls-select-box .relief-item-select-option-title:last-of-type {
  line-height: 0;
  padding-left: 5rem;
}
.newoption .dls-select-box span.relief-item-select-price  {
  font-weight: 100;
  margin-top: 0;
}
.newoption .dls-select-box .entry-option-left:last-of-type div.topping-2-select-area-relief-option {
  margin-bottom: 0;
  border-top: 2px solid #999;
  padding-top: 30px;
}
.newoption .dls-select-box .entry-option-left div.topping-2-select-area-relief-option {
  padding-top: 15px;
}
p.dls-select-heading {
  font-size: 2rem;
  font-weight: bold;
  margin: 2rem;
  position: relative;
}
.newoption .dls-select-box .relief-option-ckeckbox {
  bottom: 58%;
  left: 5%;
}
.newoption .dls-select-box label.custom-check-box-v2.option input[type="radio"] + span::before {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 4px solid #999;
  background-color: #fff;
}
.newoption .dls-select-box label.custom-check-box-v2 input[type="radio"]:checked + span::after {
  border: none;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background-color: #FFE000;
}
.newoption .dls-select-box label.custom-check-box-v2.option input[type="radio"] + span::after {
  top: -4px;
  left: -2px;
}
p.dls-select-heading::before,
span.price-per-year::before {
  display: block;
  content: "";
  background-color: #FFE000;
  width: 36%;
  height: 1rem;
  position: absolute;
  z-index: -1;
  bottom: 0;
}
span.price-per-year::before {
  height: 0.5rem;
  bottom: 5px;
  width: 100%;
}
span.price-per-year {
  display: inline-block;
  margin-top: 0;
  position: relative;
}
span.price-per-year img {
  width: 90px;
  position: absolute;
  top: -100px;
  left: 160px;
}
.flex-entry-option.flex-entry-option-sp.dls-select-box {
  padding-bottom: 30px;
}
div.summary-table-column-left.dls {
  width: 100%;
}
.entry-option-title.option-individual {
  position: relative;
}
.edit-partial-device-option.newoption .row,
.edit-partial-quantity.newoption .row {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  div.flex-entry-option.flex-entry-option-sp .entry-option-left {
    margin: 0;
  }
  .option-seivice-title {
    font-size: 2rem;
    padding: 10px 0 0 2.5rem;
    line-height: 25px;
  }
  .option-seivice-title::before {
    height: 45px;
  }
  .newoption .dls-select-box .topping-2-select-area-relief-option.relief-item-select-area .div-pc {
    display: none;
  }
  .newoption div.entry-option-left {
    width: 100%;
  }
  .newoption div.flex-entry-option {
    margin: 30px 0 100px;
  }
  .newoption div.entry-option {
    margin-top: 20px;
  }
  .newoption .relief-option-ckeckbox {
    bottom: 73px;
  }
  .newoption .relief-option-ckeckbox.corp-device-option {
    bottom: 84px;
  }
  
  .newoption div.flex-entry-option {
    margin: 35px 0 30px;
  }
  .newoption #device-option-error-message + div.flex-entry-option {
    margin-top: 20px;
  }
  .newoption #device-option-error-message + div.flex-entry-option .option-seivice-title {
    line-height: 45px;
  }
  .digital-life .option-seivice-title span {
    font-size: 1.4rem;
  }
  .digital-life .option-seivice-title {
    line-height: 25px;
  }
  .newoption div.entry-option-right {
    width: 100%;
  }
  .newoption .digital-life + div.entry-option {
    margin-top: 46px;
  }
  .digital-life .relief-item-select-area3 + span::before {
    margin-left: calc(4vw + 9px);
    top: calc(4vw + 10px);
  }
  .digital-life .relief-item-select-area3 + span::before {
    width: 22px;
    height: 22px;
  }
  .digital-life .relief-item-select-area3.selected + span::after {
    top: calc(4vw + 12px);
    left: calc(4vw + 1px);
    width: 7px;
    height: 11px;
  }
  .flex-entry-option-sp.digital-life p.custom-check-box-v2-select-text.option {
    top: calc(-18.4vw + 23px);
  }
  .option-seivice-title {
    height: 65px;
  }
  p.dls-select-heading::before {
    width: 87%;
    left: 18px;
  }
  p.dls-select-heading {
    text-align: center;
  }
  .newoption .dls-select-box .relief-item-select-flex p.relief-item-select-option-title {
    display: block;
    padding-left: 14%;
    width: 100%;
    box-sizing: border-box;
  }
  .newoption .dls-select-box .relief-item-select-flex p.relief-item-select-option-title:last-of-type {
    padding-top: 5px;
  }
  .newoption .dls-select-box label.custom-check-box-v2.option input[type="radio"] + span::before {
    left: -23px;
    top: -5px;
  }
  .newoption .dls-select-box label.custom-check-box-v2.option input[type="radio"] + span::after {
    top: 1px;
    left: -17px;
  }
  .newoption .dls-select-box .relief-item-select-flex.div-sp {
    position: relative;
  }
  span.price-per-year::before {
    height: 0.5rem;
  }
  .flex-entry-option.flex-entry-option-sp.dls-select-box {
    padding-bottom: 20px;
  }
  .newoption .dls-select-box div.topping-2-select-area-relief-option {
    margin-bottom: 10px;
  }
  .newoption .dls-select-box span.relief-item-select-price span.relief-item-select-price-big {
    line-height: 40px;
  }
  .newoption .dls-select-box .entry-option-left:last-of-type div.topping-2-select-area-relief-option {
    margin-bottom: 10px;
  }
  div.form-plan-option-detail-3-description {
    border-radius: 0 0 0.75em 0.75em;
  }
.option-arrow-to-open {
  width: 13px;
  height: auto;
  margin-left: 10px;
  }
  .entry-option-left.entry-option-relief-left.entry-option-left-option-3 {
    height: 100px;
  }
  .newoption .dls-select-box .entry-option-left:first-of-type .relief-item-select-flex.div-sp::before {
    content: '';
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 49px;
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/insurance-opt-recommend.svg) no-repeat left top;
    right: 0%;
    }
  span.price-per-year {
    margin-top: 0;
  }
}

div.form-plan-option-detail-button,
div.form-plan-option-detail-2-button,
div.form-plan-option-detail-3-button {
  display: flex;
  justify-content: center;
  width: 60%;
  font-size: 2rem;
  padding-bottom: 10px;
}
div.form-step-title h1 p {
  border-radius: 0px;
}
div.form-plan-option-detail-3-description {
  margin-top: 20px;
  max-height: 120vh;
}
.newoption .dls-select-box .entry-option-left:last-of-type label.custom-check-box-v2.option input[type="radio"] + span::before {
  top: 6px;
}
.newoption .dls-select-box .entry-option-left:last-of-type label.custom-check-box-v2.option input[type="radio"] + span::after {
  top: 12px;
}
.edit-partial-device-option.newoption .relief-item-select-area,
.edit-partial-device-option.newoption .relief-item-select-area2,
.edit-partial-device-option.newoption .relief-item-select-area3 {
  filter: drop-shadow(0px 3px 5px rgb(0,0,0,20%));
  transform: translateZ(0);
}
.edit-partial-device-option.newoption .flex-entry-option.flex-entry-option-sp.dls-select-box .relief-item-select-area {
  filter: none;
}
.edit-partial-device-option.newoption .flex-entry-option.flex-entry-option-sp.dls-select-box {
  filter: drop-shadow(0px 3px 5px rgb(0,0,0,20%));
  transform: translateZ(0);
}
.edit-partial-device-option.newoption .form-plan-option-detail-description.adjust,
.edit-partial-device-option.newoption .form-plan-option-detail-2-description.adjust,
.edit-partial-device-option.newoption .form-plan-option-detail-3-description.adjust {
  background-color: #FFFFFF;
}
.campaign-period,
.monthly-period,
.monthly-period2 {
  display: flex;
  border-bottom: 1px solid #909090;
}
.campaign-period.breakdown,
.monthly-period.breakdown,
.monthly-period2.breakdown {
  border-bottom: 0;
}
div.monthly-pay div.plan-summary-area-table div.campaign-period.breakdown div.summary-table-column-right,
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.monthly-period2.breakdown div.summary-table-column-right {
  padding-top: 0;
}
div.monthly-pay div.plan-summary-area-table div.campaign-period div.summary-table-column-right,
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.monthly-period2 div.summary-table-column-right {
  padding: 1.5rem 4rem 1.5rem 0;
}
div.plan-summary-table-row.prices {
  display: block;
}
.monthly-pay div.plan-summary-table-row.back-white.prices {
  padding-top: 8px;
}
@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,
  .prices span.monthly-campaign-after2{
    font-size: 2.7rem;
  }
  .campaign-period,
  .monthly-period,
  .monthly-period2 {
    align-items: center;
    justify-content: space-between;
  }
  .prices div.seven-month {
    margin: 0;
  }
}

p.attention span.insurance-option-campaign,
p.attention span.campaign-attention,
p.attention span.campaign-attention-rebnise,
.monthly-pay.total-price ~ .confirm-attention,
.your-plan ~ .confirm-attention {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
  margin-bottom: 1rem;
}
p.attention span.insurance-option-campaign {
  margin-top: 0;
}
.monthly-pay.total-price ~ .confirm-attention,
.your-plan ~ .confirm-attention {
  line-height: 2rem;
}
.campaign-period.breakdown .summary-table-column-right,
.campaign-period.after-payment.breakdown .summary-table-column-right,
.monthly-period.breakdown .summary-table-column-right,
.monthly-period.after-payment.breakdown .summary-table-column-right,
.monthly-period2.breakdown .summary-table-column-right,
.monthly-period2.after-payment.breakdown .summary-table-column-right {
  display: none;
}
.campaign-period.open,
.monthly-period.open,
.monthly-period2.open {
  position: relative;
}

.campaign-period.open:hover,
.monthly-period.open:hover,
.monthly-period2.open:hover {
  cursor: pointer;
}
.campaign-period.open::before,
.monthly-period.open::before,/* 閉じている時 */
.monthly-period2.open::before{/* 閉じている時 */
	content: "▼";
	position: absolute;
	right: 14px;
  top: 16px;
  font-size: 1.8rem;
}
.campaign-period.open.active::before,
.monthly-period.open.active::before,/* 開いている時 */
.monthly-period2.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;
  width: 100px;
}
.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;
}

div.text-align-left {
  text-align: left;
  margin-left: 20px;
}

.complete-description.complete-area .text-align-left{
  margin-left: 40px;
  font-size: 1.5rem;
}
.complete-description.complete-area .text-align-left a.pink-link {
  color: #DB0066;
}
@media screen and (max-width: 767px)  {
  .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,
  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.monthly-period2.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: 0 0 3%;
    width: 100%;
  }
  .monthly-pay.total-price .prices div.summary-table-column-left.sp-line {
    width: 100%;
  }
  .total-price .prices div.summary-table-column-left {
    padding-left: 0;
  }
  .monthly-payment div.breakdown-list:first-of-type p:first-child {
    width: 54%;
  }
  p.breakdown-description {
    text-align: left;
  }
  div.text-align-left {
    margin-left: 0px;
  }
}
/* 鹿児島レブナイズ特別キャンペーン 20230209 start */

.rebnise-campaign-headline {
  margin: 50px 0 0 0;
}
.rebnise-campaign-headline-confirm {
  margin: 0;
}
.rebnise-campaign-headline-period {
  line-height: 1.4;
  font-size: 2.3em;
  font-weight: bold;
  text-align: center;
  color: #000000;
  letter-spacing: 1px;
  border: 4px solid #ffe000;
  padding: 10px 0 14px;
  background-color: #fff;
}
.rebnise-campaign-all-capacity {
  line-height: 1.4;
  font-size: 2.3em;
  font-weight: bold;
  text-align: center;
  color: #000000;
  letter-spacing: 1px;
  padding: 10px 0 15px;
  margin: 0 0 -40px 0;
}
.rebnise-campaign-all-capacity-confirm {
  line-height: 1.4;
  font-size: 2.3em;
  font-weight: bold;
  text-align: center;
  color: #000000;
  letter-spacing: 1px;
  padding: 5px 0 25px;
  margin: 0;
}
.rebnise-between-symbol {
  margin: 0 30px 0;
}
.rebnise-free-mazenta {
  color: #DB0066;
}
.rebnise-font-large {
  font-size: 5rem;
}

@media screen and (max-width: 767px)  {
  .rebnise-campaign-headline {
    margin: 0;
  }
  .rebnise-campaign-headline-period {
    font-size: 1.7em;
  }
  .rebnise-between-symbol {
    margin: 0 5px 0;
  }
  .rebnise-campaign-all-capacity {
    margin: 5px 0 0;
  }
  .rebnise-campaign-all-capacity-confirm {
    font-size: 1.7em;
    padding: 10px 0 10px;
  }
  .rebnise-font-large {
    font-size: 3rem;
  }
}

/* 鹿児島レブナイズ特別キャンペーン 20230209 end */
/* iphone se */
@media screen and (max-width: 375px) {
  .newoption .dls-select-box .relief-item-select-option-title {
    font-size: 1.3rem;
  }
}

/* まとめて前払いプラン start */

.special-contract-block {
  border-radius: .75em;
  filter: drop-shadow(0px 0px 5px #b3b3b3);
  transform: translateZ(0);
  overflow: hidden;
}
/* tab- */
.special-contract-tabs {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  gap: 0;
  z-index: 2;
}
.special-contract-tab {
  width: 48%;
  position: relative;
  box-shadow: inset 0px -15px 10px -10px rgba(0, 0, 0, .2);
}
.special-contract-tab img {
  width: 50%;
  display: block;
  margin: 20px auto;
}
@media (max-width: 767px) {
  .special-contract-tab {
    width: 48%;
    position: relative;
  }
  .special-contract-tab img {
    width: 80%;
    margin: 20px auto 40px;
  }
}
.special-contract-tab input[type="radio"] {
  display: none;
}
.special-contract-tab label {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 7px;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  background-color: #e9e9e9;
  overflow: hidden;
  cursor: pointer;
  border-radius: 15px 15px 0 0;
  box-shadow: inset 0px -15px 10px -10px rgba(0, 0, 0, .2);
}
.special-contract-tab.yellow label {
  background-color: #FFE000;
}
.special-contract-tab.green label {
  background-color: #00ced0;
}
.special-contract-tab::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  border-radius: 18px;
  background-color: #fff;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
.special-contract-tab::after {
  content: "▼";
  position: absolute;
  top: 52%;
  right: 25px;
  transform: translateY(-50%);
  font-size: 1.4rem;
  z-index: 2;
  pointer-events: none;
}
.special-contract-tab.tab-active::after {
  transform: rotate(60deg);
  top: 44%;
  right: 27px;
}
.special-contract-tab .tab-title {
  color: #666;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  width: 100%;
}
@media (max-width: 767px) {
  .special-contract-tab .tab-title {
    font-size: 18px;
  }
  .special-contract-tab label {
    border-radius: 10px 10px 0 0;
  }
  .special-contract-tab::before {
    right: 50%;
    top: 80%;
    transform: translate(50%,-50%);
    width: 25px;
    height: 25px;
  }
  .special-contract-tab::after {
    right: 50%;
    top: 81%;
    transform: translate(50%,-50%);
    font-size: 1.4rem;
  }
  .special-contract-tab.tab-active::after {
    top: 75%;
    right: 47%;
}
}
.special-contract-tab input[type="radio"]:checked + label {
  box-shadow: none;
}
.special-contract-tab input[type="radio"]:checked + label .tab-title {
  color: #000;
}
/* -tab */

.entry-plan-select.special-contract-plans {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 10px 30px;
  margin-top: 0;
  background-color: #fff;
}
.entry-plan-select.standard_contract {
  border: 4px solid #FFE000;
}
.entry-plan-select.free_contract {
  border: 4px solid #00ced0;
}
.entry-plan-select.special-contract-plans .notes {
  width: 100%;
  text-align: right;
}
.special-contract-plans div.form-capacity-select {
  position: relative;
  display: flex;
  align-items: center;
}
.special-contract-plans div.form-capacity-select .recommend-plan {
  position: absolute;
  top: -13px;
  right: -24px;
  font-weight: bold;
  z-index: 2;
  pointer-events: none;
  width: 60px;
}
@media (max-width: 767px) {
  .special-contract-plans div.form-capacity-select .recommend-plan {
    top: -6px;
    font-size: 1.5rem;
    right: -3px;
  }
  .special-contract-plans div.form-capacity-select {
    height: 46vw;
  }
}
.special-contract-plans div.form-capacity-select-checkbox-area {
  margin-top: 0;
}
@media (max-width: 767px) {
  .special-contract-plans div.form-capacity-select-checkbox-area {
    margin-top: 15px;
    left: calc(4.8vw - 14px);
    top: 70px;
  }
}
.special-contract-plans .standard-plan,
.special-contract-plans .free-plan {
  width: 50%;
  margin-bottom: 0;
  box-sizing: border-box;
}
.special-contract-plans .standard-plan {
  padding: 0 3% 0 2%;
  border-right: 1px solid #969696;
}
.special-contract-plans .free-plan {
  padding: 0 2% 0 3%;
}
@media (max-width: 767px) {
  .special-contract-plans .standard-plan,
  .special-contract-plans .free-plan {
    width: 50%;
  }
  .special-contract-plans .standard-plan {
    padding: 0 3% 0 0;
  }
  .special-contract-plans .free-plan {
    padding: 0 0 0 3%;
  }
}
@media (max-width: 767px) {
  .form-capacity-area-special-5 {
    font-size: 2.2rem;
  }
}
.special-contract-plans div.form-capacity-select-image img:not(.div-sp) {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .special-contract-plans div.form-capacity-select-image img.div-pc {
    display: none;
  }
  .special-contract-plans div.form-capacity-select-image img.div-sp {
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
}
@media (max-width: 767px) {
  .form-capacity-area-special-12 {
    font-size: 2.2rem;
  }
}
.form-capacity-area-special-5 span,
.form-capacity-area-special-12 span {
  font-size: 2.3rem;
}
@media (max-width: 767px) {
  .form-capacity-area-special-5 span,
  .form-capacity-area-special-12 span {
    font-size: 1.8rem;
  }
}
/* dropdown- */
.entry-special-container div.entry-plan-select div.form-capacity-pull-down-button-left-special,
.entry-special-container div.entry-plan-select div.form-capacity-pull-down-button-right-special {
  width: 20%;
  border-bottom: 1px solid #000;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .entry-special-container div.entry-plan-select div.form-capacity-pull-down-button-left-special,
  .entry-special-container div.entry-plan-select div.form-capacity-pull-down-button-right-special {
    width: 39%;
    margin-top: 0;
  }
}
.entry-special-container div.entry-plan-select div.form-capacity-description-body-left,
.entry-special-container div.entry-plan-select div.form-capacity-description-body-right {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .entry-special-container div.entry-plan-select div.form-capacity-description-body-left,
  .entry-special-container div.entry-plan-select div.form-capacity-description-body-right {
    margin-bottom: 10px;
  }
}
.entry-special-container div.form-capacity-description-body-left table,
.entry-special-container div.form-capacity-description-body-right table {
  padding: 0;
  margin: 7px 0;
}
.entry-special-container div.form-capacity-description-body-left table th.border-top,
.entry-special-container div.form-capacity-description-body-left table td.border-top,
.entry-special-container div.form-capacity-description-body-right table th.border-top,
.entry-special-container div.form-capacity-description-body-right table td.border-top {
  border: 0;
}
.entry-special-container div.form-capacity-description-body-left table th,
.entry-special-container div.form-capacity-description-body-left table td,
.entry-special-container div.form-capacity-description-body-right table th,
.entry-special-container div.form-capacity-description-body-right table td {
  height: auto;
  line-height: 1.3;
  padding: 3px 9px;
  border: 0;
  box-sizing: border-box;
}
.entry-special-container div.form-capacity-description-body-left table th,
.entry-special-container div.form-capacity-description-body-right table th {
  width: 50%;
}
@media (max-width: 767px) {
  .entry-special-container div.form-capacity-description-body-left table,
  .entry-special-container div.form-capacity-description-body-right table {
    width: 100%;
  }
  .entry-special-container div.form-capacity-description-body-left table th,
  .entry-special-container div.form-capacity-description-body-left table td,
  .entry-special-container div.form-capacity-description-body-right table th,
  .entry-special-container div.form-capacity-description-body-right table td {
    display: block;
    width: 100%;
  }
  .entry-special-container div.form-capacity-description-body-left table td,
  .entry-special-container div.form-capacity-description-body-right table td {
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: right;
  }
  .entry-special-container div.form-capacity-description-body-left table th.border-top,
  .entry-special-container div.form-capacity-description-body-right table th.border-top {
    padding-top: 20px;
  }
  .entry-special-container .standard-plan,
  .entry-special-container .free-plan {
    margin-bottom: 15px;
  }
}
div.entry-plan-select div.form-capacity-pull-down-button-right-special div {
  width: auto;
}
div.form-capacity-description-body-right table,
div.form-capacity-description-body-left table {
  background-color: #FFFFFF;
}
/* -dropdown */
.entry-bulkplan-kv.pc {
  width: 750px;
  margin: 50px auto 0;
  display: block;
}
.entry-bulkplan-kv.sp {
  display: none;
}
.special-contract-plans div.form-capacity-select-area,
.special-contract-plans div.form-capacity-select-area {
  overflow: hidden;
  box-shadow: 3px 3px 9px 2px rgba(0, 0, 0, .2);
}
.standard_contract.special-contract-plans div.form-capacity-select-area.active,
.standard_contract.special-contract-plans div.form-capacity-select-area.selected {
  border-color: #FEE000;
}
.free_contract.special-contract-plans div.form-capacity-select-area.active,
.free_contract.special-contract-plans div.form-capacity-select-area.selected {
  border-color: #00ced0;
}
.special-hint-text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 250px;
  margin: 40px auto 120px;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #FEE000;
  padding: 18px;
  position: relative;
  cursor: pointer;
  border-radius: 50px;
  overflow: hidden;
  z-index: 2;
}
.special-hint-text::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: '';
  width: 100%;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: all .2s;
  z-index: -1;
  box-sizing: border-box;
}
.special-hint-text:hover {
  color: #fff;
  transition: all .2s;
}
.special-hint-text:hover::before {
  transform: scaleX(1);
}
#icon-triangle {
  height: 15px;
  margin-left: .5em;
  transition: all .2s;
}
.special-hint-text:hover #icon-triangle {
  fill: #fff;
}
#entry-special-payment-form table.form-table-multi-column td {
  vertical-align: middle;
}
#entry-special-payment-form td.flex-user-area label.custom-check-box.label-input:last-of-type {
  height: 41px;
  margin: 0;
}
#entry-special-payment-form div.white-content-box-form {
  padding: 25px 30px;
}
#entry-special-plan-form div.entry-option-left,
#entry-special-plan-form div.entry-option-right {
  width: 50%;
}
#entry-special-plan-form .entry-option-left {
  display: none;
}
#entry-special-plan-form .relief-option-ckeckbox,
div.entry-special-confirm .relief-option-ckeckbox {
  top: -90px;
  left: 12px;
}
#entry-special-plan-form div.flex-entry-option {
  height: 92px;
}
@media screen and (max-width: 767px) {
  #entry-special-plan-form .relief-option-ckeckbox,
  div.entry-special-confirm .relief-option-ckeckbox {
    top: -75px;
    left: 14px;
  }
  #entry-special-plan-form div.entry-option-left,
  #entry-special-plan-form div.entry-option-right {
    width: auto;
  }
  #entry-special-plan-form div.flex-entry-option.flex-entry-option-sp {
    height: auto;
  }
}
div.form-plan-option-detail-bulk {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px 3%;
}
@media screen and (max-width: 767px) {
  div.form-plan-option-detail-bulk  {
    width: 94%;
  }
  #entry-special-plan-form p.entry-privacy {
    margin-bottom: 30px;
  }
  p.entry-privacy.entry-select-privacy {
    padding: 10px;
  }
}
.option-anshin-bulk {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 25px;
}
.option-anshin-bulk .form-plan-option-detail {
  flex-basis: 15%;
}
.option-anshin-bulk div.price-topping-2-body-right-column.adjust:first-child {
  flex-basis: 35%;
  padding: 5px 7px;
}
.option-anshin-bulk div.price-topping-2-body-right-column.adjust:first-child p {
  text-align: left;
}
div.form-application-container .mypage-section-container .entry-special-container {
  margin-bottom: 100px;
}
#entry-special-plan-form .form-plan-option-detail-button {
  font-weight: 600;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .option-anshin-bulk .form-plan-option-detail {
    flex-basis: 20%;
  }
  .option-anshin-bulk div.price-topping-2-body-right-column.adjust:first-child {
    flex-basis: 72%;
  }
  .option-anshin-bulk {
    margin-bottom: 20px;
  }
  #entry-special-plan-form .option-seivice-title {
    padding-top: 20px;
    height: 55px;
  }
}
.option-anshin-bulk .heading {
  border-top: solid 1px #878787;
  border-bottom: solid 1px #878787;
  border-right: 1px solid #878787;
  align-items: flex-start;
}
.option-anshin-bulk .form-plan-option-detail:last-child {
  flex: 1;
}
#entry-special-plan-form div.price-topping-2-body-right-column.adjust:last-child {
  width: 85%;
}
@media screen and (max-width: 767px) {
  #entry-special-plan-form div.price-topping-2-body-right-column.adjust:last-child {
    width: 80%;
  }
  .entry-bulkplan-kv.sp {
    width: 90%;
    margin: 40px auto 0;
    display: block;
  }
  .entry-bulkplan-kv.pc {
    display: none;
  }
  #entry-special-payment-form td.flex-user-area {
    height: auto;
  }
  .special-hint-text {
    margin: 40px auto 110px;
  }
}
/* iphone se */
@media screen and (max-width: 413px) {
  #entry-special-plan-form p.custom-check-box-v2-select-text {
    right: 73px;
    top: -5px;
  }
  #entry-special-plan-form label.custom-check-box-v2.plan input[type="radio"] + span::before {
    top: -17px;
  }
  #entry-special-plan-form label.custom-check-box-v2 input[type="radio"] + span::after {
    top: -15px;
  }
  .special-contract-plans div.form-capacity-select .recommend-plan {
    right: 0px;
    width: 50px;
  }
  #entry-special-plan-form .flex-entry-option-sp p.custom-check-box-v2-select-text.option {
    top: -69px;
  }
}
#entry-special-plan-form .entry-form-option-select .notes {
  text-align: right;
  margin-top: 10px;
}
/* まとめて前払いプラン end */

/* あなたのプランはこちら */
.entry-special-container .attention p {
  line-height: 1.2;
}
.entry-special-container .campaign-period.breakdown.hidden {
  display: none;
}
.entry-special-container .breakdown-list ul {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  line-height: 1.3;
  padding: 0;
  margin: 10px 0;
  width: 100%;
}
@media (max-width: 767px) {
  .entry-special-container .breakdown-list ul {
    gap: 5px;
  }
}
.entry-special-container .breakdown-list ul > li {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.entry-special-container .breakdown-list ul > li:first-child {
  width: 57%;
}
.entry-special-container .breakdown-list ul > li:nth-child(2) {
  display: flex;
  flex-direction: column;
  width: 43%;
}
@media (max-width: 767px) {
  .entry-special-container .breakdown-list ul {
    flex-direction: column;
  }
  .entry-special-container .breakdown-list ul > li:first-child {
    width: 100%;
  }
  .entry-special-container .breakdown-list ul > li:nth-child(2) {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.entry-special-container .breakdown-list .text-month span {
  display: inline-block;
}
.entry-special-container .breakdown-list .text-month .adjust {
  margin-right: 1.2em;
}
.entry-special-container .breakdown-list .text-month {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
}
.entry-special-container .breakdown-list .text-month em {
  display: inline-block;
  font-size: 15px;
  vertical-align: -1px;
  font-style: normal;
  width: 22px;
}
.entry-special-container .summary-text-tie-plan-name,
.entry-special-container .summary-text-tie-period {
  display: inline-block;
  vertical-align: top;
}
.entry-special-container .summary-table-row .plan-tax {
  white-space: nowrap;
}
.entry-special-container .breakdown-list .breakdown-plan-fee {
  font-weight: bold;
  font-size: 1.8rem;
}
.entry-special-container .plan-summary-table-row.cancel {
  margin-top: 15px;
}
.entry-special-container .summary-table-row .summary-table-column {
  padding: 3px 0;
}

/* 一括払い確認画面 */
.entry-special-confirm div.topping-2-select-area-relief-option.selected, .relief-item-select-area3.selected {
  overflow: hidden;
}
.entry-special-confirm #form-entry-edit-device-option div.flex-entry-option {
  height: 86px;
}
.entry-special-confirm #form-entry-edit-device-option div.price-topping-2-body-right-column.adjust:last-child {
  width: 85%;
}

@media (min-width: 768px) {
  .entry-special-confirm div.topping-2-select-area-relief-option.selected, .relief-item-select-area3.selected {
    border-radius: 1.7em;
  }
  .entry-special-confirm .relief-option-ckeckbox {
    bottom: 80%;
  }
}
@media (max-width: 767px) {
  .entry-special-confirm #form-entry-edit-device-option div.flex-entry-option-sp {
    height: auto;
  }
  .entry-special-confirm #form-entry-edit-plan div.form-capacity-select-image {
    filter: unset;
  }
  .entry-special-confirm #form-entry-edit-device-option .option-seivice-title {
    padding-top: 20px;
  }
  #form-entry-edit-plan .special-contract-block label.custom-check-box-v2.plan input[type="radio"] + span::before {
    top: -16px;
    left: -28px;
  }
  #form-entry-edit-plan .special-contract-block label.custom-check-box-v2.plan input[type="radio"] + span::after {
    top: -15px;
    left: 2px;
  }
  #form-entry-edit-plan .special-contract-block p.custom-check-box-v2-select-text {
    top: -4px;
  }
  #form-entry-edit-plan .special-contract-plans div.form-capacity-select .recommend-plan {
    right: -6px;
  }
  .entry-special-confirm #form-entry-edit-device-option div.price-topping-2-body-right-column.adjust:last-child {
    width: 80%;
  }
  .entry-special-confirm #form-entry-edit-device-option div.price-topping-2-body-right-column:first-child {
    text-align: left;
  }
}
@media (max-width: 413px) {
  #form-entry-edit-plan .special-contract-block label.custom-check-box-v2.plan input[type="radio"] + span::before {
    top: -16px;
    left: -24px;
  }
  #form-entry-edit-plan .special-contract-block label.custom-check-box-v2.plan input[type="radio"] + span::after {
    top: -16px;
    left: 2px;
  }
  #form-entry-edit-plan .special-contract-block p.custom-check-box-v2-select-text {
    top: -13px;
    right: 70px;
  }
  .entry-special-container div.entry-plan-select div.form-capacity-pull-down-button-right-special,
  .entry-special-container div.entry-plan-select div.form-capacity-pull-down-button-left-special {
    width: 41%;
  }
  #form-entry-edit-plan .special-contract-plans div.form-capacity-select .recommend-plan {
    right: 0;
  }
}
@media (max-width: 380px) {
  #form-entry-edit-plan .special-contract-block label.custom-check-box-v2.plan input[type="radio"] + span::before {
    left: -26px;
    top: -20px;
  }
  #form-entry-edit-plan .special-contract-block label.custom-check-box-v2.plan input[type="radio"] + span::after {
    left: 2px;
  }
  #form-entry-edit-plan .special-contract-block p.custom-check-box-v2-select-text {
    right: 66px;
  }
}

/* 一括払い完了画面 */
#entry-special-complete {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#entry-special-complete .mypage-footer {
  margin-top: auto;
}
#entry-special-complete .complete-description-title {
  text-align: left;
}
#entry-special-complete .entry-complete-description {
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.3;
}
@media (min-width: 768px) {
  #entry-special-complete div.form-step-title p.entry-complete-title {
    left: 0;
  }
  #entry-special-complete .complete-description {
    box-sizing: border-box;
  }
  #entry-special-complete .complete-description-title,
  #entry-special-complete .entry-complete-description {
    padding-left: 40px;
    padding-right: 40px;
  }
  #entry-special-complete .row-complete {
    margin-top: 30px;
  }
  #entry-special-complete div.complete-mypage-icon {
    width: 240px;
  }
}
#entry-special-complete div.form-step-title-wrapper {
  padding: 40px 0 20px;
}
@media (max-width: 767px) {
  #entry-special-complete div.form-step-title-wrapper {
    padding: 70px 0 5px;
  }
  #entry-special-complete div.complete-mypage-icon {
    margin-top: 15px;
  }
}
div.form-application-container div.complete-description,
div.form-application-container div.complete-description.corp.complete-area {
  padding: 20px;
  line-height: 1.3;
}
div.white-content-box-form.corpa-area{
  margin: -30px 0 0;
}
#first div.mypage-section-container{
  min-height: calc(100vh - 185px);
}
#first.forbiz div.mypage-section-container{
  min-height: calc(100vh - 80px - 50px - 262px - 50px);
}
td.flex-user-area.oh-area{
  height: 53px;
}
div.mypage-user-container.contain-complete.oh-complete {
  min-height: calc(100vh - 330px);
}
div.form-application-container div.white-content-padding{
  margin: 30px auto 0;
}
.invoice-address-icon div.form-capacity-notice-icon {
  margin: 0 10px 0px 40px;
}
div.form-company-notice.invoice-address-icon{
  margin-bottom: 10px;
}
div.form-company-notice p.card-mark{
  padding-left: 0;
  margin: 0;
  font-weight: bold;
}

.corpb-content div.white-content-box-form{
  margin: 40px 0 0;
}

.corpb-content div.white-content-box-form.hidden-form-item-corp-mail{
  margin: 30px 0 20px;
}

.corpb-content div.white-content-box-form.hidden-entry-pay-form{
  margin: 30px 0 20px;
}

.corpb-confirm-content div.mypage-user-container.user-container-padding-none:first-of-type{
  margin: 65px auto 30px;
}
.corpb-content div.white-content-box-form.hidden-password-white-content-box-form{
  margin: 35px 0 30px;
}
.corpb-content div.white-content-box-form.company-name-area{
  margin: 60px 0 40px;
}
@media screen and (min-width: 768px) {

  
  div.form-step-title p.first-title .estimate-title{
    position: relative;
    top: -50px;
  }
  div.corp-mypage-description.space.estimate-attention{
    margin-top: 30px;
  }
  
}
@media screen and (max-width: 767px) {
  .section-upload#first {
    padding: 0;
    min-height: calc(100vh - 162px);
    overflow-y: hidden;
  }
  div.mypage-user-container.contain-complete {
    min-height: calc(100vh - 327px);
  }

  div.complete-description-title.complete-description-title-left{
    margin: 0;
    padding: 0;
  }
  div.form-application-container div.complete-description{
    margin: 2.5em 5% 30px;
  }
  div.form-step-title p.first-title span.complete.entry-corp{
    margin: 0;
    position: relative;
    top: -25px;
    left: 8%;
  }
  div.form-step-title p.first-title span.complete.entry-corp.upload-comp-title{
    top: -5px;
    left: 5%;
  }
  div.form-step-title p.first-title span.complete.title-comp,
  div.form-step-title p.first-title span.complete.entry-corp.title-comp{
    left: 10%;
    position: relative;
  }
  div.form-step-title p.first-title span.complete.entry-corp.title-comp-oh{
    top: -5px;
    left: 10%;
  }
  div.form-application-container div.complete-description.corp{
    margin: 35px 5% 30px 4%;
  }
  div.form-application-container div.complete-description.upload-comp{
    margin: 60px 5% 30px;
  }
  div.form-application-container .oh-complete div.complete-description.corp{
    margin: 0px 5% 30px;
  }
  .complete-description.complete-area .text-align-left{
    margin-left: 0;
    line-height: 1.3;
  }
  div.complete-description p,
  div.complete-description.corp p{
    margin-left: 0;
    line-height: 1.3;
  }
  div.complete-description-title.corp-complete span{
    margin-left: 10px;
  }
  div.form-application-container div.mypage-user-container.uploadfile-area {
    max-width: 750px;
    margin: -30px auto 60px;
  }
  div.form-application-container .section-upload#first div.mypage-user-container{
    margin: -30px auto 28px;
  }
  div.corpb-confirm-content div.form-application-container .section-upload#first div.mypage-user-container{
    margin: 0px auto 28px;
  }
  p.entry-privacy{
    margin: 0 auto 30px;
  }
  
  p.entry-privacy.estimate-privacy{
    margin: 0 auto;
  }
  
  div.white-content-box-form.corpa-area{
    margin: 30px 0 0;
  }
  div.white-content-box-form.entry-pay-form{
    margin: 30px 0;
  }
  div.mypage-user-container.contain-complete.oh-complete {
    min-height: calc(100vh - 419px);
  }
  div.form-application-container .section-upload#first div.mypage-user-container.mypage-user-container-company{
    margin: -30px auto 75px;
  }
  .corpb-content div.white-content-box-form{
    margin: 40px 0 60px;
  }
  .corpb-content div.white-content-box-form.company-name-area{
    margin: 60px 0 40px;
  }

  .corpb-content div.white-content-box-form.hidden-password-white-content-box-form{
    margin: 45px 0 80px;
  }
  .corpb-content div.white-content-box-form.entry-pay-form{
    margin: 30px 0 60px;
  }

  div.form-application-container .section-upload#first .corpb-confirm-content  div.mypage-user-container{
    margin: 0px auto 30px;
  }
  div.form-application-container .section-upload#first .corpb-confirm-content  div.mypage-user-container .confirm-title{
    margin: 60px 0 0;
  }
  div.form-application-container div.complete-description.invoice-comp{
    margin: 2.5em 0% 100px;
  }
  .invoice-address-icon div.form-capacity-notice-icon {
    margin: 0 10px 0px 0px;
  }
  div.row.upload-button{
    margin: 60px auto 0;
  }
}
div.complete-description-title.complete-description-title-left{
  margin: 0 0 0 15px;
  padding: 0 30px;
}
div.complete-description-title.complete-description-title-left p{
  font-weight: normal;
}
.oh-fotter-area div.mypage-footer-main .wrapper {
  max-width: 750px;
}
.oh-fotter-area .wrapper > div{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .oh-fotter-area .wrapper > div{
    display: block;
  }  
}

.entry-rental-device-title {
  text-align: center;
  color: #000000;
  font-weight: bold;
  padding: 0 0 3px 0;
  margin: -20px auto;
  border: none;
  border-bottom: 1px solid #000000;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
}
.entry-rental-device-title div{
  padding-bottom: 3px;
  pointer-events: none;
}
.entry-rental-device-title img{
  width: 13px;
  height: auto;
  margin: 0 5px;
}
.entry-rental-device-flex{
  width: 100%;
  margin: 30px auto 90px;
  padding: 5px 0;
  border-radius: 0.75em;
  box-sizing: border-box;
  background-color: #fff;
  filter: drop-shadow(2px 5px 5px #c8c8c8);
  transform: translateZ(0);
}
.entry-rental-device-flex.hidden {
  display: none;
}
.description-target-title {
  display: flex;
  align-items: center;
  width: 90%;
  margin: 15px auto;
}
.description-target-title img {
  width: 50px;
  height: 100%;
  margin-right: 0.5em;
}
.description-target-title span {
  font-size: 1.2em;
  margin-top: 0.5em;
  font-weight: bold;
}
.description-target {
  width: 90%;
  margin: 1.2em auto;
}
.description-target dl {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.description-target dl div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.description-target dl img {
  width: 70%;
  height: 100%;
}
.description-target dl div dt{
  font-weight: bold;
  line-height: 1.5;
  font-size: 25px;
}
.description-button-modal-open {
  text-align: center;
  margin-bottom: 2rem;
}
.description-button-modal-open dd {
  margin: 0;
}
.description-button-modal-open a {
  text-decoration: underline;
  font-size: 19px;
  font-weight: bold;
}
div.form-application-container div.mypage-user-container.mt-50 {
  margin-top: 70px;
}
.modal {
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 10001;
}
.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: auto;
}
.bgc-base .plan p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bgc-base .plan img {
  width: 49%;
}
div.row {
  margin: 30px 0 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
div.row .col,
div.row .col-last {
  width: 100%;
}
h3.ttl-bdr {
  border-bottom: solid 1px #bbb;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
div.form-plan-option-detail ul, ul.spec-list {
  list-style-type: initial;
}
.spec-list {
  font-size: 14px;
  line-height: 1.8;
  padding-left: 1.5em;
}
.modal-bg{
  background: rgba(0,0,0,0.4);
  height: 100vh;
  position: absolute;
  width: 100%;
}
a.js-modal-close {
  width: 35px;
  height: 35px;
  position: absolute;
  right: -15px;
  top: -15px;
  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 img {
  width: 50%;
}
.spec-list ul {
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .modal-container {
    width: 90%;
    height: 80%;
    padding: 15px;
  }
  .bgc-base {
    height: 100%;
    padding: 0;
    overflow: hidden scroll;
    overflow-y: auto;
  }
  .bgc-base div.row {
    flex-direction: column;
  }
  form div.row {
    align-items: center;
  }
  div.row {
    width: 300px;
    margin: 0 auto;
  }
  .bgc-base .plan img, .spec-area .bgc-base .plan img {
    width: 49%;
    height: auto;
  }
  .bgc-base .plan img {
    width: 70%;
  }
  .spec-list {
    font-size: 12px;
    word-break: break-all;
  }
  div.form-plan-option-detail ul, ul.spec-list {
    list-style-type: initial;
  }
  .spec-list {
    font-size: 12px;
    word-break: break-all;
  }
  .description-target dl div dt{
    font-weight: bold;
    line-height: 1.5;
    font-size: 15px;
  }
  .bgc-base .plan p {
    flex-flow: column;
    align-items: center;
  }
}
span#payment_deferred_attention span {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
span#payment_deferred_attention span:first-child {
  font-weight: bold;
  text-indent: 0;
  padding-left: 0;
}

/* entry-options(scss) r2 layout start */
.newoption div.entry-option {
  margin-top: 0;
}

.entry-option-service {
  --zeus-po-white: #fff;
  --zeus-po-black: #232323;
  --zeus-po-yellow: #ffe700;
  --zeus-po-red: #DB0066;
  --zeus-po-gray-1: #ccc;
  --zeus-po-gray-2: #f5f5f5;
  display: flex;
  justify-content: space-between;
}
.entry-option-service-group {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 60px;
}
.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: var(--zeus-po-white);
  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 var(--zeus-po-white);
}
.entry-option-select div.relief-item-select-area-box .group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.entry-option-select div.relief-item-select-area-box .title {
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: bold;
}
.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: var(--zeus-po-white);
  padding: 20px;
  box-sizing: border-box;
}
.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;
}
.entry-option-detail.column {
  flex-direction: column;
}
.entry-option-detail-inner {
  display: flex;
  align-items: center;
}
.entry-option-detail p {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
}
.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: #DB0066;
  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:focus {
  outline: auto;
}
.entry-option-detail .btn button:hover {
  border-bottom-color: #DB0066;
}
.entry-option-detail.column .btn button {
  color: #DB0066;
}
.entry-option-detail.column .btn button:hover {
  border-bottom-color: #DB0066;
}
.entry-option-tanmatsu-anshin .relief-option-ckeckbox {
  top: calc(50% - 38px);
}
.entry-option-tanmatsu-anshin div.relief-item-select-area-box .price {
  margin-top: 20px;
}
.entry-option-marugoto-anshin .relief-option-ckeckbox {
  top: calc(50% - 43px);
}
.entry-option-marugoto-anshin div.relief-item-select-area-box .price {
  margin-top: 10px;
}

.entry-option-digital-life {
  --zeus-po-white: #fff;
  --zeus-po-black: #232323;
  --zeus-po-yellow: #ffe700;
  --zeus-po-red: #DB0066;
  --zeus-po-gray-1: #ccc;
  --zeus-po-gray-2: #f5f5f5;
}
.entry-option-digital-life .relief-item-select-area3 + .relief-option-ckeckbox {
  top: calc(50% - 52px);
}
.entry-option-digital-life .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 {
  display: block;
  position: absolute;
  content: "";
  box-sizing: border-box;
}
.entry-option-digital-life .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 {
    margin-left: 9px;
  }
}
.entry-option-digital-life .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 {
  position: relative;
  top: 26px;
  left: 0;
} */
.entry-option-digital-life .relief-item-select-area3 .price {
  margin-top: 15px;
}
.entry-option-digital-life .relief-item-select-area3:not(.selected) + .relief-option-ckeckbox span::after {
  display: none;
}
.entry-option-digital-life .banner {
  position: absolute;
  right: 20px;
  top: -11px;
  z-index: 2;
}
.entry-option-digital-life .banner img {
  width: 150px;
  height: auto;
}
.entry-option-digital-life.flex-entry-option div.entry-option-left,
.entry-option-digital-life.flex-entry-option div.entry-option-right {
  padding: 0;
}
.entry-option-digital-life.flex-entry-option.flex-entry-option-sp.dls-select-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  padding: 10px 20px;
  margin-top: 20px;
  border: 2px solid var(--zeus-po-yellow);
  box-sizing: border-box;
}
.newoption .entry-option-digital-life.flex-entry-option.flex-entry-option-sp.dls-select-box {
  filter: none;
}
.entry-option-digital-life.flex-entry-option .entry-option-left label.custom-check-box-v2.option input[type=radio] + span::before {
  top: calc(50% - 33px);
}
.entry-option-digital-life.flex-entry-option .entry-option-left label.custom-check-box-v2.option input[type=radio] + span::after {
  top: calc(50% - 27px);
  left: -2px;
}
.entry-option-digital-life .relief-item-select-area3 + .relief-option-ckeckbox .custom-check-box-v2-select-text {
  position: relative;
  top: 26px;
  left: 0;
}
@-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;
  }
}
.entry-option-digital-life.flex-entry-option .entry-option-left:last-of-type label.custom-check-box-v2.option input[type=radio] + span::before {
  top: calc(50% - 33px);
}
.entry-option-digital-life.flex-entry-option .entry-option-left:last-of-type label.custom-check-box-v2.option input[type=radio] + span::after {
  top: calc(50% - 27px);
  left: -2px;
}
@-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: 0 0 0 50px;
  margin: 10px 0;
  border: 0;
}
.entry-option-digital-life.flex-entry-option .relief-item-select-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.entry-option-digital-life.flex-entry-option .relief-item-select-area:focus-visible {
  outline-offset: 10px;
}
.entry-option-digital-life.flex-entry-option .relief-option-ckeckbox {
  left: -15px;
}
.entry-option-digital-life.flex-entry-option .mark {
  position: absolute;
  margin-left: 0.5em;
  display: inline-block;
  vertical-align: top;
  width: 70px;
}
.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: var(--zeus-po-red);
}
.entry-option-digital-life.flex-entry-option .price {
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
}
.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;
}
@media (max-width: 767px) {
  .entry-option-service {
    flex-direction: column;
    gap: 15px;
  }
  .entry-option-service-group {
    gap: 30px;
    margin-top: 25px;
  }
  .mypage-confirm-hidden-form .entry-option-service-group {
    margin-top: 25px;
  }
  .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: -19px;
    bottom: -19px;
    font-size: 1rem;
  }
  .entry-option-select div.relief-item-select-area-box {
    padding: 15px 0 15px 60px;
  }
  .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;
  }
  .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: -3px;
  }
  .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: -9px;
  }
  .entry-option-digital-life .banner img {
    width: 130px;
  }
  .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 {
    top: calc(50% - 25px);
    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 {
    top: calc(50% - 21px);
    left: 4.5px;
    width: 18px;
    height: 18px;
  }
  .entry-option-digital-life.flex-entry-option .entry-option-left:last-of-type label.custom-check-box-v2.option input[type=radio] + span::before {
    top: calc(50% - 25px);
    left: 0;
    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 {
    top: calc(50% - 21px);
    left: 4.5px;
    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 .mark {
    top: 0;
    margin-left: 6.2em;
    width: 60px;
  }
  .entry-option-digital-life.flex-entry-option .title {
    font-size: 1.5rem;
  }
  .entry-option-digital-life .relief-item-select-area3 + .relief-option-ckeckbox .custom-check-box-v2-select-text {
    top: 13px;
    left: -17px;
  }
}
/* entry-options(scss) r2 layout end */

/* entry-popup(scss) r2 popup start */
.option-popup-block {
  display: none;
}
.option-popup-block.active {
  display: block;
}

.entry-option-popup {
  --zeus-po-white: #fff;
  --zeus-po-black: #232323;
  --zeus-po-yellow: #ffe700;
  --zeus-po-red: #DB0066;
  --zeus-po-gray-1: #ccc;
  --zeus-po-gray-2: #f5f5f5;
  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;
}
.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: 3rem;
  line-height: 1.3;
  text-align: center;
  margin: 0;
}
.entry-option-popup .popup-header .subtitle {
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
  margin: 3px 0 0;
}
.entry-option-popup .popup-header .group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 25px auto 0;
}
.entry-option-popup .popup-header .group .icon {
  width: 70px;
  height: 70px;
}
.entry-option-popup .popup-header .group .text {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.entry-option-popup .popup-header .group .text.text-left {
  text-align: left;
}
.entry-new .entry-option-popup .popup-header .group .text.text-center {
  text-align: center;
}
.entry-option-popup .popup-header .group .text strong {
  color: var(--zeus-po-red);
  border-bottom: 1px solid var(--zeus-po-red);
}
.entry-option-popup .popup-body {
  margin: 0 auto;
}
.entry-option-popup .popup-body .content-images {
  max-width: 500px;
  margin: 0 auto;
}
.entry-option-popup .popup-body .content-images .images {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  list-style: none;
  padding: 0;
  gap: 50px;
}
.entry-option-popup .popup-body .content-images .images li {
  flex: 1;
  text-align: center;
  font-size: 1.5rem;
}
.entry-option-popup .popup-body .content-images .images .img {
  margin-bottom: 1rem;
}
.entry-option-popup .popup-body .content-images .caption {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-top: 10px;
}
.entry-option-popup .popup-body .table {
  margin-top: 40px;
}
.entry-option-popup .popup-body .table table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  table-layout: fixed;
}
.entry-option-popup .popup-body .table table tbody {
  background-color: var(--zeus-po-white);
}
.entry-option-popup .popup-body .table table tbody p,
.entry-option-popup .popup-body .table table tbody th,
.entry-option-popup .popup-body .table table tbody td {
  font-size: 1.4rem;
  line-height: 1.5;
}
.entry-option-popup .popup-body .table table tbody th,
.entry-option-popup .popup-body .table table tbody td {
  padding: 10px 12px;
  border: 1px solid var(--zeus-po-gray-1);
}
.entry-option-popup .popup-body .table table tbody th {
  font-weight: normal;
  width: 13%;
}
.entry-option-popup .popup-body .table table tbody ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.entry-option-popup .popup-body .table table tbody ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.entry-option-popup .popup-body .table table tbody ul li::before {
  content: "・";
}
.entry-option-popup .popup-bottom {
  margin-top: 20px;
}

.option-popup-block#device_option_check .background {
  background-color: transparent;
}

.entry-option-popup .popup-tanmatsu-anshin-notice .popup-body {
  max-width: 500px;
}
.entry-option-popup .popup-tanmatsu-anshin-notice .popup-body .images {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}
.entry-option-popup .popup-tanmatsu-anshin-notice .popup-body .images .img img {
  width: 80%;
  height: auto;
}
.entry-option-popup .popup-tanmatsu-anshin-notice .popup-body .notice {
  text-align: center;
  padding: 20px;
  border: 4px solid var(--zeus-po-yellow);
  border-radius: 12px;
  box-sizing: border-box;
  max-width: 600px;
  margin: 30px auto 0;
}
.entry-option-popup .popup-tanmatsu-anshin-notice .popup-body .notice p {
  font-size: 2.1rem;
  line-height: 1.3;
  font-weight: bold;
}
.entry-option-popup .popup-tanmatsu-anshin-notice .popup-body .notice .big {
  color: var(--zeus-po-red);
  font-size: 3.6rem;
  margin: 0 0.15em;
  line-height: 1;
}
.entry-option-popup .popup-tanmatsu-anshin-notice .popup-body .notice-2 {
  color: var(--zeus-po-red);
  text-align: center;
  margin-top: 25px;
}
.entry-option-popup .popup-tanmatsu-anshin-notice .popup-body .notice-2 p {
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  color: var(--zeus-po-black);
}

.entry-option-popup .popup-tanmatsu-anshin .popup-body {
  max-width: none;
}
.entry-option-popup .popup-body .heading {
  text-align: center;
  margin-top: 30px;
}
.entry-option-popup .popup-body .heading h3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 50px;
  color: var(--zeus-po-white);
  font-size: 2.1rem;
  line-height: 1.3;
  white-space: nowrap;
  min-width: 320px;
  margin: 0;
  background-color: var(--zeus-po-black);
  box-sizing: border-box;
  border-radius: 50px;
}
.entry-option-popup .popup-body .heading h3.bg-pink {
  background-color: var(--zeus-po-red);
}
.entry-option-popup .popup-tanmatsu-anshin .popup-body .content-images .images img {
  width: 80%;
}
.entry-option-popup .popup-tanmatsu-anshin .popup-body .notice {
  color: var(--zeus-po-red);
  text-align: center;
  margin-top: 30px;
}
.entry-option-popup .popup-tanmatsu-anshin .popup-body .notice p {
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
.entry-option-popup .popup-tanmatsu-anshin-notice .popup-body .notice p{
  color: var(--zeus-po-black);
  text-align: center;
  font-size: 1.8rem;
}
.entry-option-popup .popup-marugoto-anshin .popup-body .content-images {
  max-width: 620px;
}
.entry-option-popup .popup-marugoto-anshin .popup-body .content-images .images {
  flex-wrap: wrap;
  row-gap: 40px;
}
.entry-option-popup .popup-marugoto-anshin .popup-body .content-images .images li {
  flex: 0 1 35%;
  flex-direction: column;
  padding: 3% 5%;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  transform: rotateZ(0deg);
}
.entry-option-popup .popup-marugoto-anshin .popup-body .content-images .images li .caption{
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.entry-option-popup .popup-marugoto-anshin .popup-body .content-images .images li .caption p{
  line-height: 1.5;
}

.entry-option-popup .popup-marugoto-anshin .popup-body .content-images .images .box{
  position: relative;
}
.entry-option-popup .popup-marugoto-anshin .popup-body .content-images .images .box img{
  width: 100%;
  height: auto;
}
.entry-option-popup .popup-marugoto-anshin .popup-body .content-images .images .img{
  margin-bottom: 0;
}
.entry-option-popup .popup-marugoto-anshin .popup-body .content-images .images .box.icon-free::before{
  content: "";
  width: 45px;
  height: 45px;
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/sub-free.webp) no-repeat top right / cover;
  position: absolute;
  top: 0;
  right: 25px;
  transform: translate(50%, -50%);
}
.entry-option-popup .popup-marugoto-anshin .popup-body .content-images .images li:nth-of-type(2) .box.icon-free:before{
  top: 30px;
  right: 25px;
}
.entry-option-popup .popup-digital-life .popup-body .subhead {
  color: var(--zeus-po-red);
  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;
}
.entry-option-popup .popup-digital-life .popup-body .table-dls table.coverage tr.insuranceAmount td {
  padding-left: 0;
  padding-right: 0;
  font-size: 1.15em;
}
.entry-option-popup .popup-digital-life .popup-body .fig {
  margin-top: 35px;
}
.entry-option-popup .popup-digital-life .popup-body .fig .heading {
  color: var(--zeus-po-white);
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  background-color: var(--zeus-po-black);
}
.entry-option-popup .popup-digital-life .popup-body div.white-content-box-gray-box {
  align-items: flex-start;
  width: 100%;
  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 {
  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 div.white-content-box-gray-box > div > p {
  font-size: 1.2rem;
  line-height: 1.3;
}
.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);
}
@media (max-width: 767px){
  #popup-digital-life .entry-option-popup .popup-body .heading {
    margin-top: 20px;
  }
  #popup-digital-life .entry-option-popup .popup-body .content-images .images {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #popup-digital-life .icon-recommend::after {
    top: 0px;
    right: 0px;
  }
  .entry-option-popup .popup-contents {
    max-height: 85vh;
    max-width: 90vw;
    padding: 30px 15px;
  }
  .entry-option-popup .popup-header .title {
    font-size: 1.8rem;
    margin-top: 10px;
  }
  .entry-option-popup .popup-header .subtitle {
    font-size: 1.5rem;
  }
  .entry-option-popup .popup-header .group {
    gap: 15px;
    margin: 15px auto 0;
  }
  .entry-option-popup .popup-header .group .icon {
    width: 50px;
    height: 50px;
  }
  .entry-option-popup .popup-header .group .text {
    font-size: 1.2rem;
  }
  .entry-option-popup .popup-body .content-images .images {
    margin-top: 25px;
    gap: 10px;
  }
  .entry-option-popup .popup-marugoto-anshin .popup-body .content-images .images li {
    flex: 0 1 38%;
  }
  .entry-option-popup .popup-body .content-images .caption {
    font-size: 1.2rem;
    margin-top: 12px;
  }
  #popup-marugoto-anshin .entry-option-popup .popup-body .content-images .caption {
    font-size: 1.4rem;
  }
  .entry-option-popup .popup-marugoto-anshin .popup-body .content-images .images li .caption{
    margin-top: 0;
    margin-bottom: 10px;
  }
  .entry-option-popup .popup-marugoto-anshin .popup-body .content-images .images{
    row-gap: 20px;
  }
  .entry-option-popup .popup-marugoto-anshin .popup-body .content-images .images .box.icon-free::before{
    width: 35px;
    height: 35px;
    top: -10px;
    right: 10px;
  }
  .entry-option-popup .popup-body .table {
    margin-top: 25px;
  }
  .entry-option-popup .popup-body .table table {
    table-layout: auto;
  }
  .entry-option-popup .popup-body .table table tbody p,
  .entry-option-popup .popup-body .table table tbody th,
  .entry-option-popup .popup-body .table table tbody td {
    font-size: 1.2rem;
  }
  .entry-option-popup .popup-body .table table tbody th,
  .entry-option-popup .popup-body .table table tbody td {
    padding: 8px;
  }
  .entry-option-popup .popup-body .table table tbody th {
    white-space: nowrap;
    width: auto;
  }
  .entry-option-popup .popup-tanmatsu-anshin-notice .popup-body .images {
    margin-top: 20px;
    padding: 15px;
    border-radius: 20px;
  }
  #device_option_check .entry-option-popup .popup-tanmatsu-anshin-notice .popup-body .images {
    padding: 10px 0;
  }
  #device_option_check .entry-option-popup .popup-bottom {
    margin-top: 5px;
  }
  .entry-option-popup .popup-tanmatsu-anshin-notice .popup-body .notice {
    margin-top: 20px;
  }
  .entry-option-popup .popup-tanmatsu-anshin-notice .popup-body .notice p {
    font-size: 1.4rem;
  }
  .entry-option-popup .popup-tanmatsu-anshin-notice .popup-body .notice .big {
    font-size: 2.4rem;
  }
  .entry-option-popup .popup-tanmatsu-anshin-notice .popup-body .notice-2 p {
    font-size: 1.3rem;
    text-align: left;
  }
  .entry-option-popup .popup-body .heading h3 {
    font-size: 1.8rem;
    min-width: 80%;
    padding: 9px;
  }
  .entry-option-popup .popup-tanmatsu-anshin .popup-body .notice{
    display: flex;
    gap: 1rem;
    justify-content: space-between;
  }
  #device_option_check .entry-option-popup .popup-tanmatsu-anshin .popup-body .notice {
    justify-content: center;
    padding: 10px;
  }
  .entry-option-popup .popup-tanmatsu-anshin .popup-body .notice img{
    width: 40px;
  }
  .entry-option-popup .popup-tanmatsu-anshin .popup-body .notice p {
    font-size: 1.3rem;
  }
  .entry-option-popup .popup-marugoto-anshin .popup-body .content-images .images {
    gap: 20px 7px;
  }
  .entry-option-popup .popup-digital-life h3 {
    margin-top: 50px;
  }
  .entry-option-popup .popup-digital-life .popup-body .subhead {
    font-size: 1.8rem;
  }
  .entry-option-popup .popup-digital-life .popup-body .table-dls .heading {
    font-size: 1.6rem;
  }
  .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: 54px;
  }
  .entry-option-popup .popup-digital-life .popup-body .fig .heading {
    font-size: 1.5rem;
  }
  .entry-option-popup .popup-digital-life .popup-body div.white-content-box-gray-box {
    padding: 15px;
    gap: 15px;
  }
  .entry-option-popup .popup-digital-life .popup-body div.white-content-box-gray-box > div {
    width: calc((100% - 45px) / 4);
  }
  .entry-option-popup .popup-digital-life .popup-body div.white-content-box-gray-box > div img {
    width: 15vw;
  }
  .entry-option-popup .popup-digital-life .popup-body div.white-content-box-gray-box > div > p {
    margin-top: 5px;
    font-size: 1rem;
  }
  .entry-option-popup .popup-digital-life .popup-body .fig-2 div.white-content-box-gray-box > div {
    width: calc((100% - 30px) / 3);
  }
}
/* entry-popup(scss) r2 popup end */

/* 確認書類アップロード画面改修 */
.form-capacity-description.mypage-user-container.upload-table {
  max-width: 1020px;
}
div.form-capacity-description-body-left table td.form-capacity-description-company-2 {
  width: 20%;
}
div.form-capacity-description-body-left table th.form-capacity-description-company-1 {
  width: 12%;
}
/* 確認書類アップロード画面改修 end */

/* 法人複数申し込みフォーム改修 */
.speed-estimate p:first-of-type {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 10px;
}
footer.footer-menu.biz-footer {
  margin-top: 50px;
}
footer.footer-menu.biz-footer {
  margin-top: 50px;
}
#first.forbiz p.first-title {
  top: 20px;
  font-size: 3.2rem;
}
#first.forbiz div.form-step-title-wrapper {
  padding: 15px 0 0;
}
.speed-estimate p:first-of-type {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #first.forbiz p.first-title {
    top: 30px;
    font-size: 2.4rem;
  }
}
/* 法人複数申し込みフォーム改修 end */

/* 海外だけレンタル申し込みフォーム */
.attention-remark .entry-rental-device-title,
.delivery-date {
  margin: 5px auto 10px 260px;
  width: 212px;
  font-size: 1.1rem;
}
.attention-remark .entry-rental-device-title div {
  width: 210px;
}
.attention-remark .entry-rental-device-flex {
  filter: none;
  margin: 0;
}
.delivery-date {
  margin-left: 0;
  font-weight: bold;
  color: #f00;
  width: 235px;
}
.login-txt {
  font-weight: bold;
  margin: 50px 0 10px;
}
.login-btn,
.form-btn {
  color: #fff;
  width: 100px;
  border-radius: 10px;
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow05.svg) no-repeat 78px center #00b79c;
  background-size: 6px;
  display: block;
  padding: 15px 0px 15px 16px;
  position: relative;
  z-index: 10;
  border: 1px solid #00b79c;
  transition-duration: .3s;
}
.form-btn {
  background-image: none;
  padding: 15px;
  width: 288px;
  margin: 0px auto 10px 257px;
}
.login-btn:hover,
.form-btn:hover {
  color: #00b79c;
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow06.svg) no-repeat 78px center #fff;
  background-size: 6px;
}
.form-btn:hover {
  background-image: none;
}
select:disabled {
  opacity: 1;
}
select:disabled:hover {
  cursor: default;
}
#detail-more-tab:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .attention-remark .entry-rental-device-title {
    margin-left: 0;
  }
  .delivery-date {
    margin-left: 10px;
  }
  .form-btn {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
}
/* 海外だけレンタル申し込みフォーム end */
.attention-remark .entry-rental-device-title {
  color: #757575;
  font-weight: normal;
  border-bottom: 1px solid #757575;
}
.attention-remark .entry-rental-device-title img {
  opacity: 0.5;
}
.description-target dl div:last-of-type img {
  width: 60%;
  margin: 23px 0px;
}
.row.border {
  border-top: 1px solid #000;
  padding: 50px 0 0px;
}

@media screen and (max-width: 767px) {
  .row.border .plan p img:first-of-type {
    margin-bottom: 20px;
  }
    .row.border {
    padding-top: 40px;
    margin-top: 30px;
  }
  .description-target dl img {
    width: 95%;
  }
  .description-target dl div:last-of-type img {
    width: 80%;
    margin: 15px 0px;
  }
}

/*ポップアップタイトル文字*/
div.white-content-box-title{
  width: 100%;
  text-align: center;
}
/*ポップアップタイトル文字*/
div.white-content-box-title-notion p{
  font-size: 2.8rem;
  line-height: 1.2em;
  font-weight: bold;
}

div.white-content-box-title-changecompany-notion p{
  font-size: 2.6rem;
}

/*ポップアップの背景を暗くする*/
div.support-notion-black-background,
div.guidance-notion-black-background,
div.wimaxdelay-notion-black-background,
div.weatherdelay-notion-black-background,
div.changecompany-notion-black-background,
div.special2-1-notion-black-background,
div.special2-2-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-support-notion,
div.white-content-box-guidance-notion,
div.white-content-box-wimaxdelay-notion,
div.white-content-box-weatherdelay-notion,
div.white-content-box-changecompany-notion,
div.white-content-box-special2-1-notion,
div.white-content-box-special2-2-notion{
  position: fixed;
  max-height: calc(100% - 50px - 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;
  overflow: auto;
}

div.white-content-box-support-notion{
  height: calc(100% - 150px - 35px - 200px);
  max-height: initial;
}

/*表示エリア*/
div.white-content-box-support-notion div.white-content-box-inner-support,
div.white-content-box-guidance-notion div.white-content-box-inner-guidance,
div.white-content-box-wimaxdelay-notion div.white-content-box-inner-wimaxdelay,
div.white-content-box-weatherdelay-notion div.white-content-box-inner-weatherdelay,
div.white-content-box-changecompany-notion div.white-content-box-inner-changecompany,
div.white-content-box-special2-1-notion div.white-content-box-inner-special2-1,
div.white-content-box-special2-2-notion div.white-content-box-inner-special2-2{
  width: 85%;
  height: 90%;
  margin: 30px auto 0;
}

div.white-content-box-changecompany-notion div.white-content-box-inner-changecompany{
  height: 50vh;
}

/*ポップアップ閉じるボタン*/
div.support-popup-close-button,
div.guidance-popup-close-button,
div.wimaxdelay-popup-close-button,
div.weatherdelay-popup-close-button,
div.changecompany-popup-close-button,
div.special2-1-popup-close-button,
div.special2-2-popup-close-button{
  width: 35px;
  height: 35px;
  position: absolute;
  right: 5px;
  top: 5px;
  text-align: center;
  background-color: #000000;
  border-radius: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
div.support-popup-close-button img,
div.guidance-popup-close-button img,
div.wimaxdelay-popup-close-button img,
div.weatherdelay-popup-close-button img,
div.changecompany-popup-close-button img,
div.special2-1-popup-close-button img,
div.special2-2-popup-close-button img{
  width: 50%;
}

/*ポップアップ内タイトル*/
div.white-content-box-support-notion div.white-content-box-title-notion,
div.white-content-box-guidance-notion div.white-content-box-title-notion,
div.white-content-box-wimaxdelay-notion div.white-content-box-title-notion,
div.white-content-box-weatherdelay-notion div.white-content-box-title-notion,
div.white-content-box-changecompany-notion div.white-content-box-title-notion,
div.white-content-box-special2-1-notion div.white-content-box-title-notion,
div.white-content-box-special2-1-notion div.white-content-box-title-notion{
  padding: 0;
  margin-top: 0;
}

/*お知らせ帯バナー余白調整*/
div.content-box-title p.callcenter-section-title-short.wimax-news-marginadjust {
  margin: 0px;
}

@media screen and (max-width: 1440px){
  /*ポップアップ全体のサイズ*/
  div.white-content-box-support-notion,
  div.white-content-box-guidance-notion,
  div.white-content-box-wimaxdelay-notion,
  div.white-content-box-weatherdelay-notion,
  div.white-content-box-changecompany-notion,
  div.white-content-box-special2-1-notion,
  div.white-content-box-special2-2-notion{
    top: 50%;
    transform: translateY(-50%);
    margin: 0 5%;
    max-width: 90%;
    height: calc(100% - 50px - 40px - 20vh);
    max-height: initial;
    overflow: auto;
  }

  div.white-content-box-guidance-notion,
  div.white-content-box-wimaxdelay-notion,
  div.white-content-box-weatherdelay-notion,
  div.white-content-box-changecompany-notion,
  div.white-content-box-special2-1-notion,
  div.white-content-box-special2-2-notion{
    height: auto;
    max-height: initial;
    overflow: auto;
  }

  /*表示エリア*/
  div.white-content-box-support-notion div.white-content-box-inner-support,
  div.white-content-box-special2-1-notion div.white-content-box-inner-special2-1,
  div.white-content-box-special2-2-notion div.white-content-box-inner-special2-2{
    width: 75%;
    height: 75%;
    overflow-x: hidden;
  }
  div.white-content-box-guidance-notion div.white-content-box-inner-guidance,
  div.white-content-box-wimaxdelay-notion div.white-content-box-inner-wimaxdelay,
  div.white-content-box-weatherdelay-notion div.white-content-box-inner-weatherdelay,
  div.white-content-box-changecompany-notion div.white-content-box-inner-changecompany {
    height: 50vh;
  }

}

@media screen and (max-width: 767px){
  /*ポップアップタイトル文字*/
  div.white-content-box-title-notion p{
    padding: 0 5%;
    font-size: 2.0rem;
  }

  /*表示エリア*/
  div.white-content-box-support-notion div.white-content-box-inner-support,
  div.white-content-box-guidance-notion div.white-content-box-inner-guidance,
  div.white-content-box-wimaxdelay-notion div.white-content-box-inner-wimaxdelay,
  div.white-content-box-weatherdelay-notion div.white-content-box-inner-weatherdelay,
  div.white-content-box-changecompany-notion div.white-content-box-inner-changecompany,
  div.white-content-box-special2-1-notion div.white-content-box-inner-special2-1,
  div.white-content-box-special2-2-notion div.white-content-box-inner-special2-2{
    width: 90%;
    overflow: scroll;
    height: 75%;
  }

  /*ポップアップ全体のサイズ*/
  div.white-content-box-support-notion,
  div.white-content-box-guidance-notion,
  div.white-content-box-wimaxdelay-notion,
  div.white-content-box-weatherdelay-notion,
  div.white-content-box-changecompany-notion,
  div.white-content-box-special2-1-notion,
  div.white-content-box-special2-2-notion{
    margin: 0 5%;
    height: 80%;
    max-height: initial;
  }

  /*お知らせ帯バナー余白調整*/
  section.other-first.wimax-news-marginadjust{
    padding: 0 0 30px;
  }
}

/*STEPコード化*/
.step-layout {
  width: 750px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}
.step-title {
  margin: 0 0 10px 0;
  padding: 5px 0;
  background-color: #1e1e1e;
  color: #fff;
  border-radius: 20px;
}
.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: #FFDE00;
  color:#1e1e1e;
}
.form-step-footer-area .step.con.choice .step-title {
  background-color: #FFDE00;
  color: #1e1e1e;
}
.step {
  width: 15%;
  text-align: center;
  position: relative;
}
.step:after {
  content: "";
  border: 1px solid #ddd;
  position: absolute;
  width: 75px;
  top: 11px;
  right: -77px;
}
.step:last-child:after {
  border: 0;
}
.step-plan {
  font-weight: 600;
  font-size: 1.2rem;
}
.step-layout.step-container {
  margin-top: 20px;
}
.step-layout.step-container .select::before {
  display: none;
}
.step-layout.step-container .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background-color: #757575;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  box-sizing: initial;
}
.subsc-entry-draft .step-layout.step-container .step.select,
.subsc-entry-draft .step-layout.step-container .step.user,
.subsc-entry-draft .step-layout.step-container .step.confirm {
  opacity: .4;
}
.step-layout.step-container .step::before {
  display: block;
  background: #FFDE00;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .8s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
  border: none;
  border-radius: 7px;
}
.step-layout.step-container .step.active .step-title,
.step-layout.step-container .step.active .step-plan {
  color: #000;
  font-weight: bold;
}
.step-layout.step-container .step.active::before {
  transform: scale(1, 1);
}
.step-layout.step-container .step::after {
  top: 50%;
  transform: translateY(-50%);
  border: none;
  border: 6px solid transparent;
  border-left: 10px solid #757575;
  width: 0px;
  height: 0px;
  right: -30px;
}
.step-layout.step-container .step:last-child::after {
  display: none;
}
.step-layout.step-container .step-title {
  margin: 0;
  padding-top: 0;
  background-color: unset;
  border: none;
  font-weight: bold;
}
.step-layout.step-container .step.complete .step-title {
  padding: 0;
}
.step-layout.step-container .step-plan {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .step-layout {
      width: 100%;
  }
  .step-title {
      margin: 0px 15px 10px 15px;
      font-size: 1rem;
  }
  .step {
      width: 26%;
      text-align: center;
      position: relative;
  }
  .step:after {
      width: 40px;
      top: 10px;
      right: -27px;
  }
  .step-plan {
      font-size: 1.0rem;
  }
  .step-layout.step-container {
    width: 90%;
  }
  .step-layout.step-container .step {
    width: 14%;
  }
  .step-layout.step-container .step.complete {
    line-height: 1.3;
  }
  .step-layout.step-container .step::after {
    border: 5px solid transparent;
    border-left: 7px solid #757575;
    right: -28%;
  }
  .step-layout.step-container .step-title {
    padding: 0;
    font-size: 1.2rem;
  }
  .step-layout.step-container .step-title .step-number {
    display: block;
    margin-top: 2px;
  }
  .step-layout.step-container .step.active .step-title {
    padding-bottom: 2px;
    font-size: 1.3rem;
  }
  .step-layout.step-container .step.complete.active .step-title {
    font-size: 1.2rem;
  }
  .step-layout.step-container .step.active .step-title .step-number {
    display: inline-block;
  }
  .step-layout.step-container .step.active .step-plan.pc {
    display: block;
    line-height: 1.3;
  }
}
/*まとめて前払い時*/
.special .step.pay,
.form-step-image-area.special ~ .form-step-footer-area .step.pay{
  display:none;
}
.special .step:after,.form-step-image-area.special ~ .form-step-footer-area .step:after {
  width: 138px;
  right: -140px;
}
.special .step:nth-last-of-type(2):after,.form-step-image-area.special ~ .form-step-footer-area .step:nth-last-of-type(2):after {
  border: 0;
}
@media screen and (max-width: 767px) {
  .special .step:after,.form-step-image-area.special ~ .form-step-footer-area .step:after{
    width: 90px;
    right: -77px;
  }
}

.main.support .attention-remark .entry-rental-device-title,
#entry-user-form .attention-remark .entry-rental-device-title,
.corp-attention .entry-rental-device-title,
.attention-remark-estimate .entry-rental-device-title {
  margin: 5px auto 10px 230px;
  width: 155px;
  font-size: 1rem;
  color: #757575;
  border-bottom: 1px solid #757575;
  position: relative;
}
.main.support .attention-remark .entry-rental-device-title .not-address,
#entry-user-form .attention-remark .entry-rental-device-title .not-address,
.corp-attention .entry-rental-device-title .not-address{
  transform: translateX(-7px);
}
.main.support .support-contact .attention-remark .entry-rental-device-title .not-address,
.attention-remark-estimate .entry-rental-device-title .not-address {
  transform: none;
  text-align: left;
} 
#entry-user-form .attention-remark .entry-rental-device-title .not-address {
  transform: translateX(0);
  text-align: left;
}
.main.support .attention-remark .entry-rental-device-title,
#entry-user-form .attention-remark .entry-rental-device-title,
.corp-attention .entry-rental-device-title {
  margin-left: 0;
}
.main.support .support-contact .attention-remark .entry-rental-device-title {
  width: 170px;
}
.main.support .attention-remark .entry-rental-device-title::after,
.attention-remark-estimate .entry-rental-device-title::after {
  display: block;
  content: "▼";
  color: #757575;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
}
#entry-user-form .special-plan-attention .entry-rental-device-title::after,
.corp-attention .entry-rental-device-title::after{
  display: block;
  content: "▲";
  color: #333;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
}
.main.support .attention-remark .entry-rental-device-title.transform::after,
#entry-user-form .special-plan-attention .entry-rental-device-title:has(~ .entry-rental-device-flex.hidden)::after,
.corp-attention .entry-rental-device-title:has(~ .entry-rental-device-flex.hidden)::after{
  transform: rotate(180deg) translateY(7px);
}
.main.support .entry-rental-device-title,
#entry-user-form .entry-rental-device-title,
.corp-attention .entry-rental-device-title{
  text-align: center;
  color: #000;
  font-weight: bold;
  padding: 0 0 3px 0;
  margin: -20px auto;
  border: none;
  border-bottom: 1px solid #000;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
}
.corp-attention .entry-rental-device-title{
  font-size: 1.1rem;
}
.main.support .entry-rental-device-title div,
#entry-user-form .entry-rental-device-title div,
.corp-attention .entry-rental-device-title div{
  padding-bottom: 3px;
  width: 160px;
  pointer-events: none;
}
.main.support .entry-rental-device-title img,
#entry-user-form .entry-rental-device-title img,
.corp-attention .entry-rental-device-title img{
  width: 13px;
  height: auto;
  margin: 0 5px;
}
.main.support .attention-remark .entry-rental-device-title,
#entry-user-form .attention-remark .entry-rental-device-title{
  margin: 5px auto 10px 240px;
  width: 180px;
  font-size: 1.1rem;
}
#entry-user-form .attention-remark .entry-rental-device-title,
#entry-corp-user-form .attention-remark .entry-rental-device-title{
  width: 185px;
  padding: 2px;
}
.corp-attention .entry-rental-device-title{
  margin: 5px auto 10px 260px;
}
#entry-user-form .attention-remark .entry-rental-device-title,
.corp-attention .entry-rental-device-title .entry-rental-device-title{
  margin: 5px auto 10px 260px;
  font-size: 1.1rem;
}
.main.support .attention-remark .entry-rental-device-title div,
#entry-user-form .attention-remark .entry-rental-device-title div,
.corp-attention .entry-rental-device-title div{
  width: 210px;
}
.attention-remark-estimate .entry-rental-device-title {
  margin: 5px auto 0 265px;
}
.attention-remark-estimate p.remark-text {
  padding-left: 263px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .main.support .attention-remark .entry-rental-device-title,
  #entry-user-form .attention-remark .entry-rental-device-title,
  .corp-attention .entry-rental-device-title, 
  .attention-remark-estimate .entry-rental-device-title {
      margin-left:0;
  }
  .attention-remark-estimate p.remark-text {
    padding-left: 0px;
  }
}
.main.support .attention-remark .entry-rental-device-title,
#entry-user-form .attention-remark .entry-rental-device-title,
.corp-attention .entry-rental-device-title,
.attention-remark-estimate .entry-rental-device-title{
  color: #333;
  font-weight: normal;
  border-bottom: 1px solid #333;
  padding: 2px 0;
}
.main.support .attention-remark .entry-rental-device-title img,
#entry-user-form .attention-remark .entry-rental-device-title img,
.corp-attention .entry-rental-device-title img {
  opacity: 0.8;
}
#entry-user-form .special-plan-attention .entry-rental-device-flex{
  margin: 0 0 0 260px;
  width: 425px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .main.support .attention-remark .entry-rental-device-title,
  #entry-user-form .attention-remark .entry-rental-device-title,
  .corp-attention .entry-rental-device-title {
    margin: 5px auto 10px 260px;
  }
  .main.support .attention-remark .entry-rental-device-title{
    margin: 5px auto 10px 220px;
  }
  #entry-user-form p.remark-text{
    margin-left: 160px;
  }
  .main.support p.remark-text{
    margin-left: 220px;
  }  
  #entry-user-form .special-plan-attention .entry-rental-device-flex,
  .corp-attention .attention-remark .entry-rental-device-flex{
    margin: 0 0 0 100px;
    width: 570px;
  }
  .forbiz table.form-table p.mypage-remark,
  .forbiz table.form-table p.mypage-remark-margin,
  .forbiz table.form-table .subsc-mail-caution-area {
    margin-left: 260px;
  }
  #first.forbiz div.mypage-section-container {
    width: 95%;
  }
  #first.forbiz.entry-estimate table.form-table p.mypage-remark,
  #first.forbiz.entry-estimate table.form-table p.mypage-remark-margin,
  #first.forbiz.entry-estimate table.form-table .subsc-mail-caution-area {
    margin-left: 260px;
  }
}

.form-application-container div.entry-form-title h1,
#entry-user-form .form-application-container div.entry-form-title h1{
  margin: 10px 0;
}
.form-application-container div.entry-form-title h2.popup-ttl,
#entry-user-form .form-application-container div.entry-form-title h2.popup-ttl{
  margin: 10px 0;
  font-size: 4.0rem;
  font-weight: bold;
  -webkit-text-stroke: 0.1px black;
  margin: 1em 0;
  line-height: 1.2em;
}
.form-application-container .entry-option-description p,
#entry-user-form .form-application-container .entry-option-description p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.corp-attention .entry-rental-device-flex{
  width: 380px;
}
#entry-user-form .remark-text,
.corp-attention .remark-text{
  line-height: 1.3;
}
.corp-attention .remark-text{
  width: 380px;
  margin: 0 0 0 260px;
}
#entry-user-form .attention-remark .entry-rental-device-flex p span,
.corp-attention .entry-rental-device-flex p span{
  color: #333;
}
@media screen and (max-width: 767px) {
  .form-application-container .entry-option-description p,
  #entry-user-form .form-application-container .entry-option-description p {
    font-size: 1.5rem;
  }
  div.entry-option-title,
  #entry-user-form div.entry-option-title,
  .corp-attention .entry-option-title{
    margin: 0;
  }
  #entry-user-form.entry-openhouse-confirm div.entry-option-title {
    padding-top: 20px;
  }
  #entry-user-form .attention-remark .entry-rental-device-flex,
  .corp-attention .entry-rental-device-flex{
    margin: 0;
    width: auto;
  }
  .corp-attention .remark-text{
    width: auto;
    margin: 0;
  }
  div.form-capacity-description-body-left table th,
  div.form-capacity-description-body-right table th{
    padding: 5px 4px;
  }
  .form-application-container div.entry-form-title h2.popup-ttl,
  #entry-user-form .form-application-container div.entry-form-title h2.popup-ttl{
    font-size: 2.4rem;
    line-height: 1.1em;
  }
}
/* ウェブアクセシビリティ対応 */
/* おうちリンクエントリーフォーム */
.entry-openhouse-select a.js-expandFormOptionDetail,
.entry-openhouse-confirm a.js-expandFormOptionDetail {
  display: block;
  padding-top: 10px;
}
.entry-openhouse-select div.entry-plan-select div.form-capacity-pull-down-button-right,
.entry-openhouse-select div.entry-plan-select div.form-capacity-pull-down-button-left {
  padding: 5px 0 3px 0;
  border-radius: 0;
}
.entry-openhouse-confirm div.summary-table-column-right span.plan-tax .space {
  display: inline-block;
  width: 34px;
}
.entry-openhouse-select div.summary-table-column-right span.plan-tax .space {
  display: inline-block;
  width: 34px;
}
.entry-openhouse-payment td.flex-user-area.oh-area {
  height: auto;
  padding-top: 5px;
}
.entry-openhouse-draftpayment tr.payment td.flex-user-area {
  height: auto;
  padding-top: 5px;
}
@media screen and (min-width: 768px) {
  .entry-openhouse-payment table.form-table th.two-select.credit {
    padding-bottom: 0;
  }
  .entry-openhouse-draftpayment table.form-table th.two-select {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .entry-openhouse-confirm div.summary-table-column-right span.plan-tax .space {
    width: 33px;
  }
  .entry-openhouse-select div.summary-table-column-right span.plan-tax .space {
    width: 35px;
  }
}
/* 法人複数台 */
.corp-attention .entry-rental-device-title.js-tabindex .not-address {
  transform: translateX(0px);
  text-align: left;
  padding-top: 2px;
}

/* 価格コム限定 */
.show-kakaku {
  display: none;
}
.form-kakaku-title {
  max-width: 750px;
  margin:  50px auto 0;
  text-align: center;
}
.form-kakaku-title-inner {
  font-weight: bold;
  font-size: 2.4rem;
  margin-left: 5px;
  vertical-align: bottom;
}
.entry-title.show-kakaku{
  display: block;
  margin: 20px auto 0;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
div.form-capacity-select-area .form-capacity-select-image{
  margin-bottom: 1px;
}
div.form-capacity-select-area .form-capacity-select-image.show-kakaku{
  margin-bottom: -1px;
}
div.form-capacity-select-area .form-capacity-select-image.hidden-kakaku{
  margin-bottom: -2px;
}
.entry-title.show-kakaku img{
  height: 35px;
  width: auto;
  margin-right: 0.5rem;
}
.entry-plan-select.palam-on{
  justify-content: center;
}
.palam-on div.entry-plan-select-detail{
  width: 100%;
}
.form-capacity-description + p.show-kakaku{
  margin-top: 20px;
}
.entry-plan-select.palam-on div.form-capacity-description-body-left{
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .form-kakaku-title {
    margin: 40px auto 0;
  }
  .form-kakaku-title-inner {
    display: block;
    margin: 17px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .palam-on div.standard-plan{
    width: 61%;
  }
  .palam-on div.form-capacity-select{
    height: 126px;
  }
  #form-entry-edit-plan .palam-on div.form-capacity-select{
    height: 125px;
  }
  #form-entry-edit-plan .palam-on div.form-capacity-select div.form-capacity-select-area.standard{
    border: 4px solid transparent;
  }
  #form-entry-edit-plan .palam-on div.form-capacity-select div.form-capacity-select-area.standard.active,
  #form-entry-edit-plan .palam-on div.form-capacity-select div.form-capacity-select-area.standard.selected{
    border: 4px solid #FF0080;
  }
  div.form-capacity-select-area .form-capacity-select-image.hidden-kakaku{
    margin-bottom: -1px;
  }
}
/* メール設定について */
.subsc-mail-caution-area {
  font-size: 1.1rem;
  margin: 0 0 10px 260px;
  line-height: 1.5rem;
}

table.form-table span.subsc-mail-caution {
  text-decoration: underline;
  color: #000;
  cursor: pointer;
}

@media screen and (max-width: 767px){
  .subsc-mail-caution-area {
    margin: 0;
  }
}
/* クレディセゾンのデジタルカード　start */
div.white-content-box-form.saison-area .saison-banner img {
  width: 100%;
  height: auto;
}
div.white-content-box-form.saison-area h3 {
  font-size: 2rem;
  text-align: center;
}
div.white-content-box-form.saison-area .saison-txt {
  font-weight: bold;
}
div.white-content-box-form.saison-area .saison-txt span.color-pink {
  color: #DB0066;
  font-size: 1.8rem;
}
div.white-content-box-form.saison-area .saison-txt span.marker {
  background: linear-gradient(transparent 60%, #FFDE00 40%);
}
div.white-content-box-form.saison-area .drop-area {
  margin-top: 30px;
  text-align: center;
}
div.white-content-box-form.saison-area .drop-area .campaign-title {
  display: inline-block;
  font-weight: bold;
  position: relative;
  padding-right: 25px;
  border-bottom: 1px solid #000;
  cursor: pointer;
}
div.white-content-box-form.saison-area .drop-area .campaign-title::before {
  content: "";
  border-top: 8px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
div.white-content-box-form.saison-area .drop-area .campaign-title.open::before {
  border-top: none;
  border-bottom: 8px solid #000;
}
div.white-content-box-form.saison-area .drop-area .campaign-content {
  padding: 40px 0;
  text-align: left;
}
div.white-content-box-form.saison-area .drop-area .campaign-content p {
  margin-bottom: 20px;
  font-size: 1.3rem;
}
div.white-content-box-form.saison-area .saison-button {
  text-align: center;
  margin-top: 20px;
}
div.white-content-box-form.saison-area .saison-button a {
  display: inline-block;
  background-color: #000;
  padding: 15px 30px 15px 20px;
  border-radius: 8px;
  position: relative;
  color: #fff;
  transition: all .3s;
}
div.white-content-box-form.saison-area .saison-button a::before {
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #FFDE00;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
div.white-content-box-form.saison-area .saison-button a:hover {
  background-color: #FFDE00;
  color: #000;
}
div.white-content-box-form.saison-area .saison-button a:hover::before {
  border-left: 8px solid #000;
}
@media screen and (max-width: 767px){
  div.white-content-box-form.saison-area h3 {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  div.white-content-box-form.saison-area .drop-area {
    margin-top: 20px;
  }
  div.white-content-box-form.saison-area .drop-area .campaign-content {
    padding: 20px 0 10px;
  }
  div.white-content-box-form.saison-area h3 {
    text-align: center;
  }
  div.white-content-box-form.saison-area .saison-txt {
    text-align: center;
  }
  div.white-content-box-form.saison-area .saison-button a {
    padding: 15px 20px 15px 10px;
  }
  div.white-content-box-form.saison-area .saison-button a::before {
    right: 5px;
  }
}
/* クレディセゾンのデジタルカード　end */


/*------------------------------------------------
申し込みフォームの見た目修正
------------------------------------------------*/
/*オススメ　アイコン*/
.icon-recommend{
  position: relative;
}
.icon-recommend::after{
  content: "";
  width: 65px;
  height: 65px;
  background: url(../img/recommend-2.svg) no-repeat top right / cover;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.insurance-option-plan.plan-box img{
  filter: none;
}
@media screen and (max-width: 767px){
  .icon-recommend::after{
    width: 50px;
    height: 50px;
    right: 10px;
  }
}

/*申し込みフォーム（class="entry-new"）*/
.entry-new div.plan-summary-area-table{
  transform: translateZ(0);
}
.entry-new a.postal-btn-wrap button,
.entry-new option {
  color: #000;
}
.entry-new .entry-select h1::before{
  content: url(../img/form-title.svg);
  width: 150px;
  position: absolute;
  z-index: -1;
  top: 17px;
}
.entry-new .entry-select div.form-step-title p.first-title{
  position: relative;
  margin-left: 30px;
  width: 400px;
  padding: 0;
  top: 60px;
}
.entry-new div.entry-option-title.option-individual h1{
  padding: 0;

}
.entry-new .entry-select p.select-plan.select-subtitle {
  margin: 0px auto 30px 35px;
}
.entry-new div.standard-plan,
.entry-new div.free-plan{
  margin-bottom: 0;
}
.entry-new .entry-option-service-group{
  margin-top: 0;
  gap: 35px;
}
.entry-new .option-title{
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.entry-new .option-title h3{
  display: block;
  width: 40%;
  padding: 0.75rem 0 0.5rem 1rem;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  border-left: 12px solid var(--zeus-po-yellow);
}
.entry-new .option-title:last-of-type h3{
  margin-top: 0;
}
.entry-new .option-title h3 .subtitle{
  margin-top: 0.5rem;
  font-size: 1.5rem;
}
.entry-new .option-title button{
  background: transparent;
  border: none;
  font-size: 1.4rem;
  color: var(--zeus-po-red);
  font-weight: bold;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
.entry-new .option-title button:hover{
  border-bottom: 1px solid var(--zeus-po-red);
}
.entry-new div.entry-plan-select div.form-capacity-pull-down-button-left,
.entry-new div.entry-plan-select div.form-capacity-pull-down-button-right{
  border-bottom: 1px solid transparent;
}
.entry-new div.entry-plan-select div.form-capacity-pull-down-button-left:hover,
.entry-new div.entry-plan-select div.form-capacity-pull-down-button-right:hover{
  border-bottom: 1px solid #000;
}

.entry-new .entry-option-service{
  display: block;
}
.entry-new .entry-option-select{
  display: flex;
  position: relative;
  margin-bottom: 0;
  background-color: var(--zeus-po-white);
  border-radius: 1.25em;
  transition: border 0.1s;
  box-sizing: border-box;
  padding: 0px;
  gap: 20px;
  cursor: pointer;
}
.entry-new .entry-option-detail{
  position: relative;
  flex: initial;
  display: flex;
  align-items: initial;
  padding: 0;
  box-sizing: border-box;
  gap: 10px;
}
.entry-new .entry-option-select .relief-option-ckeckbox{
  position: absolute;
  top: 50%;
  bottom: auto;
  z-index: 2;
  transform: translateY(-50%);
}

.entry-new .entry-option-select p.custom-check-box-v2-select-text{
  margin: 15px 0 0 0;
  padding: 0;
}
.entry-new .entry-option-select div.relief-item-select-area-box{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  padding: 20px 20px 20px 75px;
  cursor: pointer;
}
.entry-new .entry-option-detail::before{
  align-items: initial;
  content: none;
}
.entry-new .entry-option-select div.relief-item-select-area-box .icon{
  width: 15%;
}
.entry-new .entry-option-select div.relief-item-select-area-box .icon img{
  width: 100%;
}
.entry-new .entry-option-select div.relief-item-select-area-box .group{
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.entry-new .entry-option-digital-life .banner{
  position: absolute;
  right: 250px;
  top: 15px;
  z-index: 2;
  transform: translate(0%, 50%);
}
.entry-new .entry-option-digital-life .btn{
  margin-top: 35px;
}
.entry-new .entry-option-select div.relief-item-select-area-box .title,
.entry-new .entry-option-select div.relief-item-select-area-box .price{
  line-height: 1;
  font-size: 2rem;
  font-weight: bold;
}
.entry-new .entry-option-select div.relief-item-select-area-box .price{
  font-size: 3rem;
  margin-top: 0;
}
.entry-new .digital-life .entry-option-select.area{
  margin-bottom: 20px;
}

.entry-new .entry-option-digital-life .relief-item-select-area3 + .relief-option-ckeckbox span{
  display: inline-block;
  position: static;
}
.entry-new .entry-option-digital-life .relief-item-select-area3 + .relief-option-ckeckbox span::after{
  width: 8px;
  height: 13px;
  margin: 1px 17px;
  z-index: 1;
}
.entry-new span.red{
  font-weight: bold;
  color: var(--zeus-po-red);
}
.entry-new .relief-item-select-area3.selected {
  overflow: unset;
}
.entry-option-popup .popup-header .group .text strong{
  border-bottom: none;
}
.entry-option-popup .popup-wrap span.red{
  color: var(--zeus-po-red);
}


/*選択したプラン*/
.entry-new div.summary-table-row{
  width: 20%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.entry-new div.summary-table-row .summary-table-column-right.adjust p{
  display: flex;
  justify-content: space-between;
}
.entry-new span.small-price-attention{
  font-size: 1.1rem;
  width: 20px;
  display: inline-block;
}
.entry-new div.summary-table-column{
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: flex-end;
}
.entry-new div.flex-box-select{
  display: block;
}
.entry-new div.plan-summary-area-table{
  box-sizing: border-box;
  width: 100%;
  padding: 5% 9%;
  background-color: #FFF;
}
.entry-new div.plan-summary-area-table.contract{
  display: flex;
  padding: 0 0.7rem;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #909090;
  border-radius: 0;
}
.entry-new div.plan-summary-area-table.contract.total-column{
  font-weight: bold;
}
.entry-new div.plan-summary-area-table.contract#toggle-open{
  border-bottom: none;
}
.entry-new .summary-column{
  width: 16%;
  min-width: 90px;
  padding: 1em 0;
}
.entry-new .monthly-pay div.plan-summary-table-row.back-white{
  width: 100%;
  background: none;
  margin: 0 auto;
  padding: 0;
}
.entry-new .monthly-period::before,
.entry-new .monthly-period2::before,
.entry-new .campaign-period::before,
.entry-new .monthly-period.active::before,
.entry-new .monthly-period2.active::before,
.entry-new .campaign-period.active::before{
  content: "";
}
.entry-new .fee-button::before{
  content: "▼";
  position: absolute;
  right: 8px;
  top: 20px;
  font-size: 1.3rem;
}
.entry-new .fee-button.active::before{
  content: "▲";
}
.entry-new div.monthly-pay div.plan-summary-area-table div.summary-table-column-right{
  width: 100%;
  padding: 1.5rem 0rem;
}
.entry-new div.summary-table-column-left{
  width: 80%;
  justify-content: flex-start;
}
.entry-new div.summary-table-column-left.summary-table-column p{
  font-weight: bold;
  font-size: 1.6rem;
}
.entry-new .summary-row .plan-summary-table-row:first-child{
  border-top: none;
}
.entry-new .summary-row .plan-summary-table-row:not(:first-of-type){
  border-top: 1px solid #909090;
}
.entry-new .summary-row .plan-summary-table-row.two-column{
  justify-content: flex-end;
}
.entry-new .summary-row .flex-box-select.your-plan .plan-summary-table-row:first-of-type{
  justify-content: space-between;
}
.entry-new .summary-row:first-of-type .plan-summary-table-row:first-child{
  border-top: 1px solid #909090;
}
.entry-new .summary-row{
  width: 80%;
  flex-grow: 1;
}
.entry-new div.plan-summary-table-row{
  width: 100%;
  padding: 0;
  border: none;
}
.entry-new div.summary-table-column-left p{
  font-weight: normal;
}
.entry-new div.breakdown-list p:first-child{
  padding-left: 0;
}
.entry-new div.left-plan-column{
  width: 100%;
}
.entry-new div.left-plan-column p{
  padding: 1rem;
  text-align: left;
  font-weight: bold;
  font-size: 1.6rem;
  background-color: #666;
}
.entry-new div.left-plan-column .attention-area p{
    background-color: transparent;
}
.entry-new div.left-plan-column.attention-area p{
  margin-top: 1em;
  font-weight: bold;
  font-size: 1.5rem;
  color: #000;
  background: none;
}
.entry-new #cancel_fee_attention span.summary-text-cancel-tax-fee{
  font-size: 1.2rem;
  font-weight: normal;
}
.entry-new #monthly-pay-toggle{
  position: relative;
  cursor: pointer;
}
.entry-new #monthly-pay-toggle::before{
  content:"";
  border-top: 10px solid #FFF;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.entry-new #monthly-pay-toggle.active::before{
  transform: translate(-50%, -50%) rotate(-180deg);
}
.entry-new .fee-button.open{
  background-color: #F3F3F3;
  padding: 0 8px 0 10px;
}

.entry-new .campaign-period.breakdown .summary-table-column-right,
.entry-new .campaign-period.after-payment.breakdown .summary-table-column-right,
.entry-new .monthly-period.breakdown .summary-table-column-right,
.entry-new .monthly-period.after-payment.breakdown .summary-table-column-right,
.entry-new .monthly-period2.breakdown .summary-table-column-right,
.entry-new .monthly-period2.after-payment.breakdown .summary-table-column-right {
  display: block;
}
.entry-new div.monthly-pay div.plan-summary-area-table div.campaign-period.breakdown div.summary-table-column-right,
.entry-new div.monthly-pay div.plan-summary-area-table div.monthly-period.breakdown div.summary-table-column-right,
.entry-new div.monthly-pay div.plan-summary-area-table div.monthly-period2.breakdown div.summary-table-column-right{
  padding: 0;
  border: none;
}
.entry-new div.monthly-pay div.plan-summary-area-table div.campaign-period div.summary-table-column-right,
.entry-new div.monthly-pay div.plan-summary-area-table div.monthly-period div.summary-table-column-right,
.entry-new div.monthly-pay div.plan-summary-area-table div.monthly-period2 div.summary-table-column-right{
  padding: 1.5rem 0;
}
.entry-new div.summary-table-row .summary-table-column-right.adjust.breakdown-list p{
  justify-content: flex-end;
}
.entry-new p#cancel_fee_attention{
  padding: 0 0 0 0.5rem;
}
.entry-new p.attention{
  padding: 0.5rem 0 0 0.5rem;
  line-height: 1.4;
}
.entry-new p.attention span.campaign-attention,
.entry-new p.attention span.insurance-option-campaign{
  padding-left: 2.5em;
  text-indent: -2.5em;
}
.entry-new p.attention span.campaign-attention,
.entry-new p.attention span.insurance-option-campaign{
  margin-bottom: 0;
}
/*お客様情報入力*/
.entry-new table.form-table tr{
  height: auto;
}
.entry-new div.gender-label-box{
  height: auto;
  margin-bottom: 0;
}
.entry-new.entry-form-personal div.gender-label-box label.label-input,
.entry-new .mypage-confirm-hidden-form div.gender-label-box label.label-input{
  margin-top: 0;
  height: 41px;
}
.entry-new p.mypage-remark{
  display: block;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.entry-new p.mypage-remark:last-of-type{
  margin-bottom: 0;
}

.entry-new .subsc-mail-caution-area{
  line-height: 1.5;
}
.subsc-mail-caution-area span:first-of-type{
  margin-top: 7px;
}
.subsc-mail-caution-area span:first-of-type{
  display: inline-block;
}
.entry-new td.flex-user-area label.custom-check-box.label-input:last-of-type{
  margin: 6px 20px 0 0;
}
.entry-new div.edit-partial-contractor form div.mypage-user-container div.gender-label-box label.label-input{
  width: 53px;
}
.entry-new .entry-option-digital-life .relief-item-select-area3 + .relief-option-ckeckbox .custom-check-box-v2-select-text {
  position: relative;
  top: 0px;
  left: 0;
}
.entry-new div.edit-partial-address div.form-user-background p.mypage-remark{
  line-height: 1;
}
.entry-new p.terms-text{
  margin-bottom: 0;
}
.entry-new p.terms-agree{
  margin-left: 0;
  margin-bottom: 0;  
  text-indent: 0;
}
.entry-new div.leave-checkbox-box-entry{
  padding-top: 10px;
}
.entry-new div.leave-checkbox-box-desciption{
  margin: 0 auto 20px;
  padding: 0 20px;
}
.entry-new div.plan-summary-area-table.confirm-table{
  background-color: #FFF;
  border-radius: 0;
  filter: none;
}
.entry-new .confirm-table div.plan-summary-area-table.contract{
  background-color: #FFF;
}
.entry-new div.user-link div{
  text-align: left;
}
.entry-new div.plan-summary-area-table.contract#toggle-open,
.entry-new .campaign-period.breakdown > .summary-table-column-right,
.entry-new .monthly-period.breakdown > .summary-table-column-right,
.entry-new .monthly-period2.breakdown > .summary-table-column-right,
.entry-new .monthly-period.after-payment.breakdown > .summary-table-column-right{
  display: none;
}
.entry-new div.plan-summary-area-table.contract#toggle-open{
  padding: 0;
}
.entry-new td.flex-user-area.flex-user-area-confirm{
  padding: 0;
}

@media (min-width: 768px) and (max-width: 1280px) {
  .entry-new .entry-option-digital-life .banner {
    position: absolute;
    left: 40%;
    top: 15px;
    z-index: 2;
    transform: translate(50px, 50%);
  }
}
@media screen and (max-width: 767px){
  .entry-new #entry-select-form.row.login-decoration-row{
    margin-top: 20px;
  }
  .entry-new .form-user-background.form-user-background-entry{
    margin-bottom: 0px;
  }
  .entry-new div.left-plan-column p{
    padding: 1rem 0.5rem;
  }
  .entry-new .entry-select div.form-step-title p.first-title{
    top: 40px;
  }
  .entry-new div.free-plan{
    margin-top: 20px;
  }
  .entry-new div.form-step-title{
    height: auto;
  }
  .entry-new .entry-select h1::before {
    width: 90px;
  }
  .entry-new .entry-select p.select-plan.select-subtitle{
    margin: 40px auto 30px 30px;
  }
  .entry-new div.plan-summary-area-table{
    padding: 5% 3%;
    margin-bottom: 0;
  }
  .entry-new .entry-option-digital-life .banner{
    left: 20px;
    top: -25%;
    transform: translate(0%, -50%);
  }
  .entry-new .entry-option-digital-life .btn{
    margin-top: 0;
  }
  .entry-new div.plan-summary-area-table.contract{
    flex-direction: column;
    margin-bottom: 0;
    padding: 0 0 1rem 0.5rem;
    align-items: flex-start;
  }
  .entry-new div.plan-summary-area-table.contract.total-column,
  .entry-new div.plan-summary-area-table.contract.initial-column{
    padding: 0 0 0.5rem 0.5rem;
  }
  .entry-new .summary-row{
    width: 100%;
  }
  .entry-new div.entry-plan-select div.form-capacity-pull-down-button-left,
  .entry-new div.entry-plan-select div.form-capacity-pull-down-button-right{
    padding: 0;
  }
  .entry-new #form-entry-edit-plan div.free-plan{
    margin-bottom: 20px;
  }
  .entry-new div.mypage-section-container.select-title-mt{
    margin: 70px auto 0;
  }
  .entry-new div.entry-option-title.option-individual h1{
    margin-left: 30px;
    margin-top: 0;
  }
  .entry-new .entry-option-title.option-individual + .entry-option-description{
    margin: 20px 14px 10px 30px;
  }
  .entry-new .entry-option-service-group{
    margin-top: 30px;
    gap: 50px;
  }
  .entry-new div.plan-summary-area-table.contract#toggle-open{
    margin: 0;
  }
  .entry-new .option-title{
    align-items: flex-start;
    flex-direction: column;
    gap: 0px;
    margin: 0 auto 25px 5px;
  }
  .entry-new .option-title h3{
    width: auto;
    margin: 0 0 0.25rem;
    padding-left: 1rem;
    font-size: 2rem;
  }
  .entry-new .option-title button{
    margin-left: 15px;
  }
  .entry-new .option-title button:hover{
    border-bottom: 1px solid #666;
  }
  .entry-new .mypage-user-container .option-title button{
    margin-left: 17px;
    color: #666;
  }
  .entry-openhouse-select.entry-new .mypage-user-container .option-title button {
    margin-left: 0;
  }
  .entry-new .entry-option-select div.relief-item-select-area-box{
    flex-direction: column;
    align-items: initial;
    gap: 0px;
    padding: 10px;
  }
  .entry-new label.custom-check-box-v2.option input[type="radio"] + span::before{
    left: -23px;
    top: 32px;
  }

  .entry-new label.custom-check-box-v2 input[type="radio"]:checked + span::after{
    top: -4px;
    left: 5px;
    border: 1.5px solid #000;
    border-width: 0 1.5px 1.5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .entry-new .entry-option-select .marugoto-anshin + .relief-option-ckeckbox label.custom-check-box-v2.option input[type=checkbox] + span::before {
    left: -21px;
    top: 33px;
  }
  .entry-new .entry-option-select .marugoto-anshin + .relief-option-ckeckbox label.custom-check-box-v2 input[type="checkbox"]:checked + span::after{
    top: 23px;
    left: 9px;
  }
  .entry-new .entry-option-select .tanmatsu-anshin + .relief-option-ckeckbox label.custom-check-box-v2 input[type="checkbox"]:checked + span::after{
    top: 23px;
    left: 9px;
  }
  .entry-new .entry-option-select .relief-option-ckeckbox label.custom-check-box-v2.option input[type=checkbox] + span::before{
    left: -21px;
    top: 32px;
  }
  .entry-new .entry-option-digital-life .relief-item-select-area3 + .relief-option-ckeckbox .custom-check-box-v2-select-text{
    top: 16px;
    left: 31px;
    transform: translateX(-50%);
    bottom: -19px;
  }
  .entry-new .entry-option-digital-life .relief-item-select-area3 + .relief-option-ckeckbox .custom-check-box-v2-select-text {
    position: relative;
    top: 16px;
    left: 31px;
  }
  
  .entry-new .entry-option-select div.relief-item-select-area-box .group{
    flex-direction: column;
    align-items: flex-start;
    margin: 10px 0 9px 45px;
  }
  .entry-new .entry-option-select div.relief-item-select-area-box .icon{
    width: 15%;
    max-width: 70px;
    flex: auto;
    margin-right: 1rem;
  }
  .entry-new .entry-option-select div.relief-item-select-area-box .title{
    font-size: 1.5rem;
  }
  .entry-new .form-user-background-confirm .entry-option-select div.relief-item-select-area-box .title{
    font-size: 1.4rem;
  }
  .entry-option-popup .popup-marugoto-anshin .popup-body .content-images .images li:nth-of-type(2) .box.icon-free:before{
    top: 6px;
    right: 10px;
  }
  .entry-new .entry-option-select p.custom-check-box-v2-select-text {
    top: auto;
    left: 60%;
    transform: translateX(-50%);
    bottom: -19px;
    font-size: 1rem;
  }

  .entry-new .form-user-background-confirm .entry-option-select p.custom-check-box-v2-select-text{
    bottom: -24px;
  }
  .entry-new .entry-option-detail{
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .entry-new .digital-life.digital-premium .entry-option-detail {
    justify-content: flex-end;
  }
  .entry-new .entry-option-service .relief-option-ckeckbox{
    top: 18%;
    left: 9px;
  }
  .entry-new .entry-option-select div.relief-item-select-area-box .price {
    font-size: 2.5rem;
  }
  .entry-new .entry-option-digital-life .relief-item-select-area3 + .relief-option-ckeckbox span{
    left: 2px;
  } 
  .entry-new .entry-option-select .relief-option-ckeckbox label.custom-check-box-v2.option input[type=radio] + span::before{
    width: 22px;
    height: 22px;
  }
  .entry-new .entry-option-select .relief-option-ckeckbox label.custom-check-box-v2.option input[type=radio] + span::after{
    top: 22px;
    left: 8px;
  }
  .entry-new .entry-option-digital-life .relief-item-select-area3 + .relief-option-ckeckbox span::after{
    top: 23px;
    left: 10px;
    width: 9px;
    height: 13px;
    margin: 1px 8px;
  }
  .entry-new .summary-row .plan-summary-table-row:first-child{
    display: flex;
    justify-content: space-between;
  }
  .entry-new .summary-column{
    padding: 0;
    font-weight: bold;
  }  
  .entry-new .monthly-pay div.plan-summary-table-row.back-white{
    margin: 0;
    padding: 0;
  }
  .entry-new div.plan-summary-table-row{
    padding: 0 0 0.5em;
  }
  .entry-new div.summary-table-row{
    margin: 0;
    width: 24%;
  }
  .entry-new span.small-price-attention{
    width: 1.5rem;
  }
  .entry-new div.summary-table-column-left{
    border: none;
    padding: 0.5rem 0 0 0;
  }
  .entry-new div.summary-table-column-left p{
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .entry-new span.summary-text-monthly-fee,
  .entry-new span.summary-text-monthly-tax-fee,
  .entry-new span.summary-text-device-option-price,
  .entry-new span.summary-text-device-option-price01,
  .entry-new span.summary-text-device-option-price02,
  .entry-new span.summary-text-initial-fee,
  .entry-new span.summary-text-cancel-tax-fee,
  .entry-new span.summary-text-monthly-tax-total,
  .entry-new span.summary-text-monthly-tax-total2,
  .entry-new span.summary-text-campaign-tax-total,
  .entry-new span.monthly-payment-after,
  .entry-new span.monthly-payment-after2,
  .entry-new span.monthly-campaign-after,
  .entry-new span.monthly-campaign-after2,
  .entry-new span.summary-text-insurance-option-price{
    font-size: 1.5rem;
  }
  .entry-new div.summary-row.options-row div.plan-summary-table-row{
    display: flex;
    align-items: center;
  }
  .entry-new .summary-row .plan-summary-table-row:not(:first-of-type){
    border-top: none;
  }
  .entry-new div.summary-row.options-row div.plan-summary-table-row:not(:last-of-type){
    border: none;
  }
  .entry-new div.summary-table-row{
    align-items: center;
  }
  .entry-new div.plan-summary-area-table.contract.total-column,
  .entry-new div.plan-summary-area-table.contract.initial-column{
    flex-direction: row;
  }
  .entry-new div.plan-summary-area-table.contract.total-column .summary-column,
  .entry-new div.plan-summary-area-table.contract.initial-column .summary-column{
    width: 100%;
  }
  .entry-new .summary-row .plan-summary-table-row.two-column{
    justify-content: flex-end;
  }
  .entry-new div.summary-table-column-right{
    text-align: left;
  }
  .entry-new div.summary-table-column.summary-table-column-right p,
  .entry-new div.summary-table-column-right p{
    font-size: 1.2rem;
    font-weight: normal;
  }
  .entry-new div.summary-table-column-right .summary-column p{
    font-weight: bold;
  }
  .entry-new div.breakdown-list p:last-child span{
    font-size: 1.5rem;
  }
  .entry-new .monthly-pay div.summary-table-column-left.sp-line{
    width: 80%;
  }
  .entry-new div.breakdown-list p:first-child{
    width: 100%;
  }
  .entry-new div.summary-table-column-left p span.summary-text-campaign,
  .entry-new div.summary-table-column-left p span.after-text-campaign,
  .entry-new div.summary-table-column-left p span.summary-text-monthly,
  .entry-new div.summary-table-column-left p span.summary-text-monthly2,
  .entry-new div.summary-table-column-left p span.after-text-monthly{
    font-size: 1.4rem;
    font-weight: bold;
  }
  .entry-new div.flex-box-select.entry-payment{
    margin: 30px auto;
    padding-top: 0;
    border-top: none;
  }
  .entry-new table.form-table th{
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .entry-new p.attention,
  .entry-new p#cancel_fee_attention{
    padding: 0.5rem;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .entry-new p.attention#cancel_fee_attention{
    margin-top: -0.5rem;
    padding: 0 0 0 0.5rem;
  }
  .entry-new .fee-button::before{
    right: 3px;
    top: 23px;
    font-size: 1.1rem;
  }
  .entry-new .form-user-background-confirm div.row{
    margin: 30px auto 0;
  }
  .entry-new div.edit-partial-user form,
  .entry-new div.edit-partial-delivery form{
    position: relative;
    top: calc(50% - 5vh);
    transform: translateY(-50%);
  }

  .entry-new div.form-capacity-notice.payment-select-caution{
    flex-direction: column;
    gap: 0.5rem;
    margin: 0px auto 23px;
  }
  .entry-new .subsc-entry-payment div.form-capacity-notice.payment-select-caution {
    padding: 1rem;
  }
  .entry-new div.form-capacity-notice-icon + div{
    margin-left: 0;
  }
  .entry-new div.form-capacity-notice-icon {
    width: 40px;
    margin: 0 10px 0 0;
  }
  .entry-new .use-user .form-user-background.form-user-background-entry,
  .entry-new .mypage-address-info .form-user-background.form-user-background-entry{
    margin-bottom: -10px;
  }
  .entry-new div.white-content-box-form{
    padding: 30px 10px 27px;
  }
  .entry-new div.form-user-background.form-user-background-entry.form-user-password{
    margin-bottom: 0;
  }
  .entry-new form div.row{
    margin-top: 25px;
  }
  #container .entry-new .relief-option-ckeckbox.subsc label.custom-check-box-v2 {
    margin: 0;
    width: 22px;
    height: 22px;
    display: inline-block;
    left: 12px;
    top: 30px;
  }
  #container .entry-new .relief-option-ckeckbox.subsc label.custom-check-box-v2 input + span {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #container .entry-new .relief-option-ckeckbox.subsc label.custom-check-box-v2 input + span::after,
  #container .entry-new .relief-option-ckeckbox.subsc label.custom-check-box-v2 input + span::before {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  #container .entry-new .relief-option-ckeckbox.subsc label.custom-check-box-v2 input + span::after {
    top: -3px;
  }
  .entry-new .entry-option-digital-life .relief-item-select-area3 + .relief-option-ckeckbox.subsc .custom-check-box-v2-select-text {
    left: 24px;
  }
}

/*ポップアップ*/
div.alart-popup-close-button{
  background: transparent;
  right: 15px;
}
div.alart-popup-close-button i{
  color: #777;
  font-size: 1.7rem;
}
.entry-new .entry-option-popup .popup-header .group .text strong{
  border-bottom: none;
}


@media screen and (min-width: 768px){
  .entry-option-popup .popup-contents{
    max-width: 750px;
    width: 750px;
  }
}
@media screen and (max-width: 767px){
  .entry-new div.edit-partial-plan form{
    max-height: calc(90% - 80px);
  }
  .entry-new #form-entry-edit-plan{
    padding-top: 80px;
  }

  div.alart-popup-close-button{
    right: 0;
  }
  .entry-option-popup .popup-header .group .text{
    text-align: left;
  }
  #device_option_check .entry-option-popup .popup-tanmatsu-anshin .popup-body .notice{
    text-align: center;
  }  
}
/*デジタルライフサポート*/
.sub-price-image {
  margin: 20px auto 40px;
  text-align: center;
}
.terminal-free-plan {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: flex-end;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  padding: 30px 0 15px;
  position: relative;
}
.popup-digital-life{
  font-size: 1.8rem;
  text-align: center;
}
.terminal-price-wrapper img{
  width: 80%;
}
.price-main-terminal {
  display: flex;
  width: 60%;
}
.price-main-terminal .terminal-price-wrapper {
  width: 30%;
}
.price-main-terminal .terminal-price-wrapper p,
.price-sub-terminal .terminal-price-wrapper p {
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: -0.09rem;
}
.price-sub-terminal {
  display: flex;
  width: 23%;
}
.price-sub-terminal .terminal-price-wrapper {
  margin-right: 9%;
}
.price-support-model {
  position: absolute;
  right: 10px;
  width: 270px;
  bottom: -3px;
}
.price-support-model img {
  width: 100%;
}
.entry-option-popup .popup-body .digital-notes{
  font-size: 1.2rem;
  text-align: left;
}
.insurance-option-plan.plan-box{
  display: flex;
  justify-content: space-evenly;
  margin: 50px 0;
  align-items: flex-start;
}
.insurance-option-plan.plan-box{
  margin: 0 auto 20px;
}
.insurance-option-plan.plan-box img{
  width: 100%;
}
@media screen and (min-width: 768px) {
  .entry-option-popup .popup-body .digital-notes{
    padding-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .terminal-free-plan {
      padding-bottom: 8px;
  }
  .price-sub-terminal {
    width: 20%;
  }
  .price-sub-terminal .terminal-price-wrapper{
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .sub-price-image {
      display: block;
      margin: 0;
  }
  .terminal-free-plan {
    display: block;
    padding-bottom: 45px;
    margin-bottom: 5px;
  }
  .entry-option-popup .popup-digital-life .popup-body .content-images .images{
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .entry-option-popup .popup-digital-life .popup-body .content-images .images li{
    flex: none;
    font-size: 1.5rem;
    width: 33%;
  }
  .price-main-terminal {
    width: 100%;
  }
  .price-main-terminal .terminal-price-wrapper {
    margin: 0;
    padding: 0px;
    width: 25%;
  }
  .price-main-terminal .terminal-price-wrapper p {
    font-size: 1.1rem;
    line-height: 1.2;
  }
  .price-sub-terminal {
    width: 55%;
    margin-top: 50px;
    margin-left: 30px;
    margin-bottom: -35px;
  }
  .price-sub-terminal .terminal-price-wrapper {
    margin-right: 0;
  }
  .price-sub-terminal img {
    width: 70%;
  }
  .price-sub-terminal .terminal-price-wrapper p {
    font-size: 1rem;
    line-height: 1.2;
  }
  .price-support-model {
    top: auto;
    right: 5%;
    bottom: -4px;
  }
  .price-support-model img {
    width: 100%;
  }
  .insurance-option-plan.plan-box{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 80%;
  }
  div.form-capacity-notice.payment div.form-capacity-notice-icon{
    margin: auto;
  }
}
div.mypage-section-container.draft-plan-summary {
  width: 100%;
  max-width: 100%;
}

/*確認ポップアップ　テンプレ*/
div[class^="form-black-background-"]{
  z-index: 10000000000;
  position: fixed;
  background-color: black;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
div[class$="-confirm-popup"]{
  width: 750px;
  max-width: initial;
  height: fit-content;
  padding: 3% 0px 0;
  position: fixed;
  background-color: white;
  border: solid 6px #FFEB00;
  border-radius: 1.2rem;
  margin: auto;
  z-index: 1000000000002;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 80vh;
  display: none;
  overflow-y: auto;
}

div[class$="-confirm-popup-title"]{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0 0 -10px;
  gap: 10px;
}
div[class$="-confirm-popup-title"] p{
  margin: 0px 0 30px;
  color: #DB0066;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
div[class$="-confirm-popup"] img.yellow-notion-icon{
  width: 35px;
  height: 35px;
  margin: 0;
  top: 0;
  left: 0;
  position: relative;
}
div[class$="-confirm-popup-body"]{
  margin: 0px auto;
  width: 75%;
}
div[class$="-confirm-buttons"]{
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  position: static;
  gap: 0;
  margin: 30px auto 0;
  padding: 3% 0;
  background: #f3f3f3;
}
div[class*="-confirm-button"]:not([class*="-confirm-buttons"]){
  width: 150px;
  height: 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #FFEB00;
  border: 2px solid #000;
  color: #000;
  font-weight: bold;
  transition: 0.5s;
}
div[class*="-confirm-button-back"]:not([class*="-confirm-buttons"]){
  background-color: #757575;
  color: #ffffff;
  border: none;
}
div[class*="-confirm-button"]:not([class*="-confirm-buttons"]):hover{
  background-color: #ffffff;
}
div[class*="-confirm-button-back"]:not([class*="-confirm-buttons"]):hover{
  background-color: #ffffff;
  color: #757575;
  border: 2px solid #757575;
}
div[class$="-confirm-popup"] img.yellow-notion-icon{
  width: 35px;
  height: 35px;
  margin: 0 0 0 -10px;
  top: 0;
  left: 0;
  position: relative;
}
div[class$="-confirm-popup"] p:last-of-type .yellow-notion-icon{
  display: none;
}

/*クレカ*/
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.credit-card-name-flex-top {
    margin-bottom: 2px;
}
div.credit-card-name-confirm-popup-body div.credit-card-name-flex p:first-of-type {
  width: 30%;
}

@media (max-width: 767px) {
  div[class$="-confirm-popup"]{
    width: 90%;
    padding: 5% 0 0;
    top: -10%;
  }
  div[class$="-confirm-popup-title"]{
    flex-direction: column;
    width: 95%;
    margin: 5px auto;
  }
  div[class$="-confirm-popup-title"] p {
    margin: 0;
    font-size: 1.5rem;
  } 
  div[class$="-confirm-popup"] img.yellow-notion-icon {
    width: 30px;
    height: 30px;
  }
  div[class$="-confirm-popup-body"]{
    width: 90%;
  }
  div[class$="-confirm-buttons"]{
    margin: 20px auto 0;
    padding: 6% 0;
  }
  div[class*="-confirm-button"]:not([class*="-confirm-buttons"]),
  div[class*="-confirm-button-back"]:not([class*="-confirm-buttons"]){
    width: 140px;
  }
  /*クレカ*/
  div.credit-card-name-confirm-popup-body div.credit-card-name-flex p:first-of-type,
  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 p{
    margin-top: 0px;
  }
  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;
  }
  
}

/*-----------------------------------------------------------------
rental-entry.css
-----------------------------------------------------------------*/
/* ************** */
/* Short Rental */
/* ************** */

* {
  --zeus-po-white: #fff;
  --zeus-po-black: #232323;
  --zeus-po-yellow: #ffe700;
  --zeus-po-red: #e6006b;
  --zeus-po-gray-1: #ccc;
  --zeus-po-gray-2: #f5f5f5;
}

input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
} 

input[type="number"] { 
  -moz-appearance:textfield; 
} 

/* カレンダー start */
.form-control {
  display: block;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem .375rem 1.5rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #505050 ;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #505050 ;
  border-radius: 11px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1
}

input[type=date].form-control, 
input[type=datetime-local].form-control, 
input[type=month].form-control, 
input[type=time].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff
}

select.form-control[multiple], 
select.form-control[size] {
  height: auto
}

textarea.form-control {
  height: auto
}

.form-control.is-valid, 
.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus, 
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated textarea.form-control:valid, 
textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-control.is-invalid, 
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus, 
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid, 
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

@media (min-width:576px) {
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }
  .form-inline .form-control-plaintext {
    display: inline-block
  }
  .form-inline .custom-select,
   .form-inline .input-group {
    width: auto
  }
}

.btn-toolbar .input-group {
  width: auto
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: center;
  width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control, 
.input-group>.form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0
}

.input-group>.custom-file+.custom-file, 
.input-group>.custom-file+.custom-select, 
.input-group>.custom-file+.form-control, 
.input-group>.custom-select+.custom-file, 
.input-group>.custom-select+.custom-select, 
.input-group>.custom-select+.form-control, 
.input-group>.form-control+.custom-file, 
.input-group>.form-control+.custom-select, 
.input-group>.form-control+.form-control, 
.input-group>.form-control-plaintext+.custom-file, 
.input-group>.form-control-plaintext+.custom-select, 
.input-group>.form-control-plaintext+.form-control {
  margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label, 
.input-group>.custom-select:focus, 
.input-group>.form-control:focus {
  z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
  z-index: 4
}

.input-group>.custom-select:not(:last-child), 
.input-group>.form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child), 
.input-group>.form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group>.custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label, 
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group-append, 
.input-group-prepend,
.input-group-range {
  display: -ms-flexbox;
  display: flex
}

.input-group-append .btn, 
.input-group-prepend .btn {
  position: relative;
  z-index: 2
}

.input-group-append .btn:focus, 
.input-group-prepend .btn:focus {
  z-index: 3
}

.input-group-lg>.custom-select, 
.input-group-lg>.form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px)
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem
}

.datepicker-days th.dow:first-child, 
.datepicker-days td:first-child{
  color: #c7002e;
}

.datepicker-days th.dow:last-child, 
.datepicker-days td:last-child{
  color: #0000ff;
}

.datepicker-days thead{
 border-bottom: 1px solid #cccccc;
}

.datepicker-days .holiday{
  color: #c7002e;
}

.datepicker.datepicker-dropdown table tr td.day.focused,
.datepicker.datepicker-dropdown table tr td.day:hover {
  background: #fcdee7;
}

.calendar-caution {
  color: #ff003c;
  font-weight: bold;
  line-height: 1.4em;
  font-size: 1.4rem;
  margin-top: 20px;
}

.input-group-range-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
div#short_term_calendar {
  width: 100%;
}
div#datepicker div.usage-start,
div#datepicker div.usage-end {
  margin-right: 20px;
}
div#datepicker > span,
div.usage-days-select > span {
  font-size: 2rem;
  margin-right: 20px;
  padding-top: 25px;
}
div.usage-days-select > span {
  padding-top: 38px;
}
.input-daterange input:last-of-type {
  text-align: left;
  width: 180px;
  border-radius: 11px;
  background: no-repeat 90% center/24px url(../img/calendar-icon.svg);
}
.mypage-main .input-daterange input:last-of-type {
  border-radius: 8px;
}
.input-daterange input:last-of-type:hover,
input#search_btn:hover {
  cursor: pointer;
}
.form-control, .input-daterange input:last-of-type {
  background-color: rgb(217, 217, 217);
  height: calc(1.7em + 0.95rem + 2px);
  font-size: 1.5rem;
  font-family: Montserrat, "Noto Sans JP", 游ゴシック, メイリオ, sans-serif;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 0px;
  border-radius: 8px;
  padding: 0.375rem 1rem;
}
div.usage-period div.form-control {
  padding-left: .75rem;
  padding-left: 0.75rem;
  border: none;
  background: #ff003c;
  width: 100px;
  color: #fff;
  font-weight: 900;
  font-size: 2.5rem;
  height: 32px;
}
div.usage-period div.form-control span {
  font-size: 1.8rem;
  margin: 3px 6px 0 1px;
}
div.usage-period div.form-control span:last-child {
  margin-right: 0;
}
span.require_mark {
  font-size: 1.3rem;
  color: #fff;
  background-color: #ff003c;
  padding: .3rem .75rem;
  line-height: 1;
  border-radius: 10px;
  width: 3rem;
  text-align: center;
}
div.usage-days-select {
  display: flex;
}
.input-group-range-text-hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .input-group {
    display: block;
  }
  .input-group-range {
    display: none;
  }
  .input-group-prepend {
    display: block;
  }
  .input-daterange input:last-of-type {
    width: 100%;
  }
  div#datepicker div.usage-end {
    padding-top: 27px;
  }
  div.usage-days-select > span {
    padding-top: 78px;
    margin: 0 10px;
  }
  div.usage-days-select {
    margin-top: 20px;
  }
  div.usage-period div.form-control {
    width: 100%;
    height: 42px;
    font-size: 3.2rem;
    margin: 20px auto 0;
  }
  div.usage-period div.form-control span {
    margin: 9px 8px 0 3px;
  }
  .form-control {
    box-sizing: border-box;
    padding: 15px .75rem 15px 1.5rem;
    height: 39px;
  }
  div#datepicker div.usage-start,
  div#datepicker div.usage-end {
    margin-right: 0;
  }
}
/* カレンダー end */

/* あなたのプランはこちら start */
.entry-payment div.left-plan-column p {
  padding: 1.1em 0;
  text-align: center;
}
/* あなたのプランはこちら end */

/* カウントダウン start */
div#countdownArea {
  max-width: 750px;
  margin: 40px auto 0;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 15px 10px;
  border: 4px solid #ff003c;
  border-radius: 11px;
  box-sizing: border-box;
  line-height: 2.5rem;
}
span.time_disp {
  font-size: 2.5rem;
  color: #ff003c;
}

#countdownArea #countdown_day{
  color: #ff003c;
  padding: 0 0.1em 0 0.3em;
}

@media screen and (max-width: 767px) {
  div#countdownArea{
    max-width: 90%;
  }
}
/* カウントダウン end */

/* 発送エリアを選ぶ */
div#zip_result,
div#zip_result_repeat {
  color: #ff0000;
  font-size: 15px;
  margin-top: 2rem;
}
input#zipcode_1.form-control,
input#zipcode_2.form-control {
  display: inline-block;
  width: 180px;
}
input#zipcode_1 + input#search_btn,
input#zipcode_2 + input#search_btn {
  background-color: #66D6CC;
  border: none;
  border-radius: 8px;
  color: var(--overseas-black);
  padding: 9px 15px;
  margin-left: 0.6rem;
  vertical-align: top;
  font-family: 'Roboto', 'Noto Sans JP', "游ゴシック", "メイリオ", sans-serif;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  height: 41.5px;
}
input#zipcode_1.form-control {
  width: 55px;
}
input#zipcode_1.form-control + span {
  font-size: 1.5rem;
  font-weight: 900;
  margin: 0 0.5rem;
}
input#zipcode_2.form-control {
  width: 70px;
}
.rental-zipcode {
  visibility: hidden;
  height: 0;
  width: 0;
}
.loading-mark-area {
  width: 257px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 104px;
  margin-top: 2rem;
}
.loading-mark {
  width: 50px;
}

@media screen and (max-width: 767px){
  input#zipcode_1.form-control,
  input#zipcode_2.form-control {
    width: 140px;
  }

  input#zipcode_1 + input#search_btn,
  input#zipcode_2 + input#search_btn {
    height: 39px;
  }
  .loading-mark-area {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 104px;
    margin-top: 2rem;
  }
  .loading-mark {
    width: 16%;
  }
}
/* 発送エリアを選ぶ end */

.entry-payment div.left-plan-column p {
  padding-left: 1.1em;
  text-align: left;
}
div.entry-user-link {
  height: auto;
}
div#postage_row .summary-table-row.plan-info {
  text-align: right;
  width: auto;
}
div.summary-table-row.date-disp {
  height: 47px;
  width: 100%;
  justify-content: flex-end;
}
div.your-plan.scheduled.date div.plan-summary-table-row {
  border-bottom: none;
}
.flex-box-select.your-plan.scheduled.date {
  align-items: center;
}
div.your-plan.scheduled.period div.left-plan-column {
  border-top: 1px solid #fff;
}
span.summary-text-delivery-date,
span.summary-text-usage-period {
  font-weight: bold;
  font-size: 1.4rem;
}
.error-message {
  margin: 0;
}
div#zipcode-id-error-message label,
div#rental-date-id-error-message label {
  font-size: 1.6rem;
}
.datepicker .datepicker-days td,
.datepicker .datepicker-days th {
  width: 26px !important;
}
.datepicker .datepicker-months table tr td span {
  height: 42px !important;
  line-height: 42px !important;
}
.datepicker table tr td.disabled.day,
.datepicker table tr td.disabled.day:hover {
  background-color: #cccccc;
}
td.flex-user-area {
  height: auto;
}
table.form-table th.two-select {
  padding-bottom: 0;
}
#entry-payment-form table.form-table tr {
  height: 4rem;
}
.validator-error-span {
  display: block;
  margin-top: 3px;
}
label.area-ok {
  color: #000;
}
.datepicker-days td:not(.disabled) {
  border: 1px solid #00bfbf !important;
}
span.time_disp span {
  display: inline-block;
  width: 30px;
  text-align: right;
  margin-right: 2px;
}
.area-mark-box {
  display: flex;
  color: #000;
}
.result-mark {
  display: block;
  color: #fff;
  font-size: 5rem;
  font-weight: 900;
  line-height: 6rem;
}
.area-mark {
  width: 100px;
  text-align: center;
  padding: 10px;
}
.out .area-mark {
  background-color: #b3b3b3;
}
.in .area-mark {
  background-color: var(--overseas-green);
}
span.selected-prefecture {
  width: 100%;
  display: inline-block;
  padding: 4px 0;
  background-color: #fff;
  height: 23px;
}
.area-mark-text span {
  line-height: 2rem;
}
.area-mark-text {
  background-color: #f2f2f2;
  padding: 15px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.in .area-mark .result-mark {
  width: 50px;
  height: 50px;
  border: 8px solid;
  border-radius: 25px;
  box-sizing: border-box;
  margin: 0 auto 10px;
}
.area-mark-box.out {
  margin-bottom: 20px;
}
#anshin_option {
  margin-top: 70px;
}
.input-group + p {
  margin-top: 10px;
}
.white-content-box-form div.plan-summary-table-row-wide {
  margin: 0 0 0 auto;
  padding-right: 2%;
}
div.plan-summary-area-title {
  z-index: 0;
  filter: drop-shadow(0px 0px 5px #B3B3B3);
  transform: translateZ(0);
}
.hidden {
  display: none;
}
.summary-table-row.pay-summary .summary-table-column.summary-table-column-right.adjust {
  border: 3px solid #00bfbf;
  padding: 3%;
  width: 94%;
  justify-content: flex-end;
  box-sizing: border-box;
}
div.summary-table-row.pay-summary {
  margin-right: 0;
}
span.summary-text-monthly-tax-total {
  font-size: 1.5em;
  vertical-align: -5px;
}
#usage_period_block {
  margin-top: 25px;
}
#purchase-overseas-plan {
  margin-top: 65px;
}
.mypage-user-container #anshin_option {
  margin-top: 70px;
}
.zipcode-text {
  font-size: 1.5rem;
}
div.white-content-box-form {
  padding: 40px 30px 30px;
}
div.white-content-box-form.select-form-box {
  padding: 40px 30px 30px;
}
.item-title.overseas-plan-top {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .flex-box-select.monthly-pay div.left-plan-column p {
    padding: 1.3em 0;
  }
}
@media screen and (max-width: 767px) {
  div.form-step-title-wrapper {
    padding-bottom: 40px;
  }
  div.usage-period {
    margin: 0 5px 20px;
  }
  div.entry-option-description {
    margin: 0;
  }
  div.flex-entry-option {
    margin-top: 0;
    margin-bottom: -35px;
    gap: 15px;
    align-items: center;
    height: auto;
  }
  div.your-plan.scheduled div.plan-summary-area-table.contract {
    margin-top: 0;
  }
  div.your-plan.scheduled div.plan-summary-area-table.contract div.summary-table-row {
    margin: 0;
  }
  div.your-plan.scheduled div.summary-table-column-right {
    text-align: left;
  }
  div.summary-table-row.date-disp {
    justify-content: flex-start;
    padding-left: 1rem;
  }
  input#zipcode_1.form-control,
  input#zipcode_2.form-control {
    width: 35%;
  }
  input#zipcode_1.form-control + span {
    font-size: 1.5rem;
    font-weight: 900;
    margin: 0 0.5rem;
  }
  label.validator-error:last-of-type {
    margin-bottom: 3rem;
  }
  div#zipcode-id-error-message label,
  div#rental-date-id-error-message label {
    font-size: 1.4rem;
  }
  div.summary-table-row.date-disp {
    height: 15px;
    padding: 3%;
  }
  div#postage_row .summary-table-row.plan-info {
    justify-content: flex-end;
  }
  div.mypage-section-container > div.mypage-section-container {
    max-width: 100%;
  }
  div.decoration-button-area-form-v2.m-adjust {
    margin: 0;
  }
  .area-mark-box {
    justify-content: center;
  }
  span.require_mark {
    margin: 10px 0 0 0;
    display: inline-block;
  }
  div.plan-summary-table-row-wide {
    margin: 0 auto 0 0;
    padding-right: 0;
  }
  div.your-plan.scheduled div.left-plan-column p{
    border: none;
    margin-top: 0;
    padding: 0.5em;
    font-size: 1.3rem;
    position: relative;
  }
  div.your-plan.scheduled div.plan-summary-area-table.contract div.summary-table-row {
    margin: 0;
    width: 96%;
    justify-content: flex-end;
  }
  .flex-box-select.your-plan.scheduled.date{
    width: 100%;
    margin: 0 auto 30px 0;
    align-items: center;
  }
  .white-content-box-form .flex-box-select.your-plan.scheduled.date {
    margin-bottom: 0;
  }
  .flex-box-select.your-plan.scheduled .left-plan-column {
    min-width: 92px;
    margin: 0;
  }
  .flex-box-select.your-plan.scheduled.date .plan-summary-area-table.contract {
    margin: 0;
  }
  div.your-plan.scheduled.date div.plan-summary-table-row {
    border: none;
    width: 100%;
  }
  .white-content-box-form div.your-plan.scheduled div.summary-table-column-right {
    text-align: right;
  }
  .flex-box-select.your-plan.scheduled.period .left-plan-column {
    min-width: 92px;
  }
  div.plan-summary-table-row-wide div.summary-table-column-left {
    width: 60%;
    position: relative;
  }
  .flex-box-select.monthly-pay {
    display: flex;
  }
  .monthly-pay div.plan-summary-table-row.back-white {
    justify-content: flex-end;
    height: 43px;
  }
  .monthly-pay div.plan-summary-area-table.contract {
    margin-bottom: 30px;
  }
  .plan-summary-table-row.plan-summary-table-row-wide.postage,
  .plan-table div.plan-summary-table-row.postage {
    position: relative;
  }
  .plan-summary-table-row.plan-summary-table-row-wide.postage .summary-table-row {
    margin: 0px;
  }
  .plan-summary-table-row.plan-summary-table-row-wide.postage .summary-table-column-left {
    width: 150%;
  }
  div.plan-summary-area-table.contract {
    margin-bottom: 50px;
  }
  .flex-box-select.your-plan.scheduled.period {
    margin: 0 auto 0 0;
  }
  .white-content-box-form .flex-box-select.your-plan.scheduled {
    width: 100%;
  }
  .white-content-box-form div.plan-summary-table-row-wide {
    padding: 0;
  }
  .white-content-box-form div.your-plan.scheduled div.plan-summary-area-table.contract {
    margin: 0;
  }
  div#postage_row .summary-table-row.plan-info {
    justify-content: flex-end;
    margin: 0px;
    padding-top: 10px;
    align-items: flex-end;
  }
  div.summary-table-column p::after,
  div.your-plan.scheduled div.left-plan-column p::after {
    width: 100%;
  }
  .plan-summary-table-row.plan-summary-table-row-wide.postage .summary-table-column-left p::after {
    width: 80%;
  }
  .your-plan .plan-summary-table-row.plan-summary-table-row-wide.postage .summary-table-column-left p::after {
    width: 167%;
    bottom: -2px;
  }
  div.summary-table-column p::after {
    display: none;
  }
  .summary-table-column-left.adjust.sp-line p::after {
    bottom: -2px;
  }
  .summary-table-row.pay-summary .summary-table-column.summary-table-column-right.adjust {
    width: 100%;
  }
  div.flex-box-select.total-price {
    margin: 2em 0 0;
    width: 100%;
    align-items: center;
  }
  div.left-plan-column p {
    padding: .5em;
  }
  div.total-price div.summary-table-row.pay-summary{
    width: 65%;
    margin: 0;
  }
  div.plan-summary-area-table.contract {
    margin-bottom: 40px;
  }
  .period div.plan-summary-area-table.contract {
    margin-bottom: 10px;
  }
  .monthly-pay div.plan-summary-area-table.contract {
    margin-bottom: 25px;
  }
  div.topping-2-select-checkbox-area {
    bottom: calc(85px + -7vw);
    left: 13px;
  }
  p.custom-check-box-v2-select-text.option {
    top: -60px;
    right: auto;
    bottom: auto;
    left: calc(1.5vw - 9px);
  }
  div.topping-2-select-checkbox-area {
    bottom: calc(90px + 3vw);
    left: 13px;
  }
  label.custom-check-box-v2.option input[type="checkbox"] + span::after, label.custom-check-box-v2.option input[type="radio"] + span::after {
    top: 24px;
    left: 10px;
  }
  div.white-content-box-form {
    padding: 30px 10px 25px;
  }
  div.white-content-box-form.select-form-box {
    padding: 30px 10px 10px;
  }
  #usage_period_block {
    margin-top: 60px;
  }
  #purchase-overseas-plan {
    margin-top: 45px;
  }
  div.summary-table-column.summary-table-column-right p, 
  div.summary-table-column-right p {
    font-size: 1em;
    font-weight: normal;
  }
  #your_plan div.summary-table-column-center {
    width: 60%;
  }
  #your_plan div.summary-table-column-right {
    text-align: left;
  }
  .detail-more div.plan-summary-area-table.contract {
    margin: 0;
  }
  .datepicker .datepicker-days td, .datepicker .datepicker-days th {
    height: 25px;
    width: 35px !important;
  }
}

/* STEP1 オプション欄 */
.js-option-popup-overseas {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  outline: none;
  color: var(--zeus-po-red);
  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;
  width: 324.3px;
  text-align: right;
  margin-top: 20px;
}

div#desired_pick_up_date {
  width: 45%;
  position: absolute;
  left: 53%;
  top: 5px;
}

div#desired_pick_up_date .item-title {
  margin-top: 0;
  margin-bottom: 10px;
}

.item-title.letter-pack {
  margin-top: 85px;
}

.item-title.transit-option-top {
  margin-top: 65px;
}

@media screen and (max-width: 767px) {
  div#desired_pick_up_date {
    position: relative;
    left: 0;
    width: 100%;
    top: 0px;
  }
  .item-title.transit-option-top {
    margin-top: 45px;
  }
  div.edit-partial-plan form {
    padding: 60px 0 0;
    max-height: 100%;
  }
}

/* 選択項目をラジオボタン風に */
.entry-option-select.overseas-select-place-check .relief-option-ckeckbox.radio-type {
  bottom: -10px;
}
label.custom-check-box-v2.option input[type="radio"] + span.type-radio {
  font-size: 1.1rem;
}
label.custom-check-box-v2.option input[type="radio"] + span.type-radio::before {
  top: -4px;
  left: 9px;
  margin-left: 0;
  border-radius: 50%;
  width: 24px;
  height: 24px;
}
label.custom-check-box-v2 input[type="radio"]:checked + span.type-radio::after {
  border: none;
  width: 16px;
  height: 16px;
  background-color: #ffe401;
  border-radius: 50%;
  top: -5px;
  left: 4px;
}
label.custom-check-box-v2.option input[type="radio"] + span.type-radio.day-data::before {
  top: 8px;
  left: 2px;
}
label.custom-check-box-v2.option input[type="radio"] + span.type-radio.day-data::after {
  top: 7px;
  left: -3px;
}
label.custom-check-box-v2.option input[type="radio"] + span.type-radio.country-select::before {
  top: 2px;
  left: 2px;
  background-color: #fff;
  border: 1px solid #00BBAB;
}
label.custom-check-box-v2.option input[type="radio"] + span.type-radio.country-select::after {
  top: 1px;
  left: -3px;
}
.entry-option-tanmatsu-anshin .relief-option-ckeckbox.radio-type {
  transform: translateY(-50%);
}
.color-red {
  color: red;
}
.total-price-confirm .total-payment .down-price-text {
  text-align: right;
  font-size: 1.8rem;
  margin-top: 10px;
}
.total-price-confirm .total-payment .down-price-text .campaign-down-price {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  label.custom-check-box-v2 input[type="radio"]:checked + span.type-radio::after {
    left: 13px;
  }
  label.custom-check-box-v2.option input[type="radio"] + span.type-radio.country-select::after {
    left: 6px;
  }
  .entry-option-select p.custom-check-box-v2-select-text.day-data {
    bottom: 2px;
  }
  label.custom-check-box-v2.option input[type="radio"] + span.type-radio.day-data::before {
    left: 0px;
  }
  label.custom-check-box-v2.option input[type="radio"] + span.type-radio.day-data::after {
    left: 4px;
  }
  .down-price-text.sp {
    text-align: right;
    font-size: 1.5rem;
    margin-top: 10px;
    margin-bottom: 2em;
    font-weight: bold;
    padding-right: 10px;
  }
  .down-price-text.sp .campaign-down-price {
    font-size: 2.4rem;
  }
}
/* アピールエリア */
/* STEP1 */
.appeal-area {
  width: 70%;
  margin: 30px auto;
}
.appeal-area .appeal-inner {
  background-color: #FFF9C1;
  position: relative;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  line-height: 1.4;
}
.appeal-area .appeal-inner span {
  font-size: 2.8rem;
  color: #e6006b;
}
.appeal-area .appeal-inner img.appeal-icon {
  position: absolute;
  right: -30px;
  bottom: 0;
  width: 120px;
  height: auto;
}
/* STEP3 */
.appeal-area-confirm {
  text-align: center;
}
.appeal-area-confirm p.appeal-text1 {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.appeal-area-confirm p.appeal-text1 span {
  font-size: 1.4rem;
}
.appeal-area-confirm p.appeal-text2 {
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}
.appeal-area-confirm p.appeal-text2 span {
  font-size: 2.6rem;
  color: #e6006b;
}
.appeal-area-confirm p.appeal-text2::before {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #e6006b;
  position: absolute;
  left: -30px;
  top: 10px;
  transform: rotate(60deg);
}
.appeal-area-confirm p.appeal-text2::after {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #e6006b;
  position: absolute;
  right: -30px;
  top: 10px;
  transform: rotate(-60deg);
}
.mypage-global-confirm p.terms-agree:nth-of-type(n+2):not(:last-of-type) {
  margin-bottom: 6px;
  text-indent: 0;
  padding-left: 0;
}
.entry-overseas-payment div.form-capacity-notice.payment span.strong {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .appeal-area {
    width: 100%;
    margin: 0 auto;
    max-width: 300px;
  }
  .appeal-area .appeal-inner {
    font-size: 1.8rem;
    text-align: center;
    padding: 5px 50px 5px 20px;
  }
  .appeal-area .appeal-inner span {
    font-size: 2.2rem;
  }
  .appeal-area .appeal-inner img.appeal-icon {
    right: -15px;
    width: 80px;
  }
  div.entry-button-container.confirm-btn-container {
    padding-top: 0;
  }
}
/* アピールエリアここまで */

/*-----------------------------------------------------------------
popup-common.css
-----------------------------------------------------------------*/
/* 各ブランド固有表示用スタイル */
.subsc-only,
.wimax-only,
.global-only,
.charge-only,
.charge-sub-only {
  display: none;
}
/*重要なお知らせ 帯バナー*/
div.under-kv-notion {
  background-color: #E6E6E6;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 16;
  position: relative;
}
div.under-kv-notion.under-kv-notion-border {
  border-top: 1px solid #aaa;
}
div.mypage-under-kv-notion {
  border-top: 20px solid #282828;
}
div.under-kv-notion-inner {
  width: auto;
}
div.under-kv-notion p.under-kv-notion-title {
  color: #ff6159;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: left;
  margin: 12px 0;
  padding: 0;
}
div.under-kv-notion p.under-kv-notion-title a {
  text-decoration:none;
  font-size: 1.8rem;
  color: #000000;
  display: flex;
  align-items: center;
}
.important-mark {
  width: 55px;
  margin-right: 10px;
}
.wimax-faq-banner +.under-kv-notion{
  margin: -19px 0 80px 0;
}
@media screen and (max-width: 767px) {
.wimax-faq-banner +.under-kv-notion{
  margin: -12px 0 40px 0;
}
}
@media screen and (max-width: 767px) {
  div.under-kv-notion p.under-kv-notion-title a {
    text-decoration:none;
    font-size: 1.5rem;
    justify-content: center;
  }
  div.under-kv-notion {
    padding: 0 3%;
    justify-content: flex-start;
    justify-content: center;
  }
  div.under-kv-notion p.under-kv-notion-title {
    padding: 0;
    margin: 12px 0;
  }
}

/*ポップアップの背景を暗くする*/
.news-notion-black-background 
 {
  position: fixed;
  background-color: #000000;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000000000001;
}
/*ポップアップ全体のサイズ*/
.white-content-box-news-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;
  overflow: auto;
  box-sizing: content-box;
}
/*表示エリア*/
.white-content-box-inner-news {
  width: 85%;
  height: 85%;
  margin: 30px auto 0;
}
/*ポップアップ閉じるボタン*/
.news-popup-close-button{
  width: 35px;
  height: 35px;
  position: absolute;
  right: 5px;
  top: 5px;
  text-align: center;
  background-color: #000000;
  border-radius: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.news-popup-close-button img {
  width: 50%;
}
/*ポップアップ内タイトル*/
.white-content-box-news-notion .white-content-box-title-notion {
  padding: 0;
  margin-top: 0;
  font-weight: 600;
}
/*表*/
#news-contents-detail table {
  width: 80%;
  border-collapse: collapse;
}
#news-contents-detail table th {
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #aaa;
  border-bottom: 4px double #aaa;
  padding: 10px 2px;
}
#news-contents-detail table td {
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
  background-color: #fff;
  border: 1px solid #aaa;
  padding: 10px 2px;
}
#news-contents-detail .red {
  color: #f00;
}
#news-contents-detail .bg-red {
  background-color: #eed1d1;
}
#news-contents-detail table.calendar td {
  padding: 6px 2px;
}
@media screen and (max-width: 767px) {
  /*ポップアップ全体のサイズ*/
  .white-content-box-news-notion {
    margin: 0 5%;
    height: 80%;
    max-height: initial;
    bottom: 50px;
  }
  div.white-content-box-body{
    padding: 0 0 50px 0;
  }
  .white-content-box-news-notion .white-content-box-inner-news{
    height: 60vh;
  }
  /*ポップアップタイトル文字*/
  .white-content-box-news-notion .white-content-box-title-notion {
    padding: 0 5%;
    font-size: 2.0rem;
    width: 85%;
    margin: 0 auto;
  }
  /*表*/
  #news-contents-detail table {
    width: 100%;
  }
}
/*タブレット向けサイズ調整*/
@media (max-width: 1280px) and (min-width: 768px) {
  div.white-content-box-body{
    padding-bottom: 20px;
  }
  .white-content-box-news-notion {
    max-width: 95%;
    height: 40%;
    font-size:1.4rem;
    margin: 0 auto;
  }
}
.news-popup-close-button:focus {
  background-color: #FFF;
  border: 2px solid #333;
  box-sizing: border-box;
}
.news-popup-close-button:focus img {
  filter: brightness(0.0);
}

/*-----------------------------------------------------------------
fon-entry_new.css
-----------------------------------------------------------------*/
/* ************************* */
/* 2020_10_release           */
/* 20220119_縛りなし向けに編集 */
/* ************************* */

/*-------------------------------------------
    レイアウト調整用
-------------------------------------------*/
/*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;
  }
}

@media screen and (max-width: 767px) {
  .area-none.area-upper.breadcrumbs{
    margin-bottom: -20px;
  }
  .arrow-move{
    padding-left: 10px;
    display: inline-block; 
  }
}

/*パンくずリスト*/
.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;
}


/* 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 ul li:first-child {
  margin-left: 0;
}
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;
}
@media (max-width: 767px) {
  div.mypage-footer-main ul {
    text-align: center;
  }
  div.mypage-footer-main ul li.mypage-footer-copyright {
    display: none;
  }
  div.form-container {
    min-height: calc(100vh - 162px);
  }
}
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;
  }
}
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;
}
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;
  }
}

.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 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){
  .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;
  }
}
/*条件表*/
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: 5px;
  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: 9px;
  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;
  }
}
div.decoration-button div.text span.text-step-body {
  color: #fff;
}
/*ボタンの非活性化*/
div.decoration-button-area-disabled {
  opacity: 0.5;
  pointer-events: none;
}
/* Form capacity */
div.form-capacity-notice {
  display: flex;
  align-items: center;
  margin: 30px auto;
  padding-top: 10px;
}
div.form-capacity-notice-icon {
  width: 35px;
}
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-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 #ff003c;
}
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);
  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: 10%;
  }
}

/*内容詳細*/
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;
}
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: #ff003c;
  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.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: #00bfbf;
  color: white;
  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;
  filter: drop-shadow(0px 0px 5px #B3B3B3);
}
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: 767px){
  div.plan-summary-table-row-wide{
    width: 92%;
    padding: 0;
  }
  div.plan-summary-table-row.entry-payment{
    border-top: 1px solid #00bfbf;
    border-radius: 0;
  }

  div.plan-summary-table-row .cancel{
    margin: 0;
  }

}
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 #00bfbf;
  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: 767px) {
  div.plan-summary-table-row.monthly-payment,
  div.plan-summary-table-row.entry-payment{
    margin-left: 20px;
  }
}
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.cancel p {
  color: #000;
}
div.plan-summary-table-row.monthly-payment{
    display: flex;
  }
div.plan-summary-table-row-wide div.summary-table-column-left {
  width: 38%;
}
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.summary-table-column-left {
    padding: 0.25em 0;
  }

  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.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;
  }
}
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 (max-width: 767px) {

  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.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.breakdown-list.entry-corp-breakdown{
    width: 125%;
  }

  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 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 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;
  }
}

/*プラン表の金額　文字サイズ調整*/
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-postage span{
  font-weight: normal;
  font-size: 1.3rem;
}
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: 767px){
  .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{
    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.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: #00bfbf;
  color: white;
  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;
}
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: #00bfbf;
}
.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: #00bfbf;
  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: #00bfbf;
  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: #00bfbf;
  text-decoration: underline;
  font-size: 20px;
}

@media screen and (min-width: 767px){
  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 #00bfbf;
  }
  .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;
  }
  .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-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-sub-title h3{
  font-size: 2em;
  margin: 0.5em 0;
}
@media screen and (min-width: 767px){
  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: #ff003c;
  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: 767px){
  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: #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: 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: #00bfbf;
  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;
  }
}
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-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: 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;
  }
}

/*入力情報画面*/
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;
}
.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.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;
}

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,
  div.edit-partial-delivery-date,
  div.edit-partial-airport-place,
  div.edit-partial-coupon-code {
    top: 0;
  }
}

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,
div.edit-partial-delivery-date,
div.edit-partial-airport-place,
div.edit-partial-coupon-code {
  position: fixed;
  max-height: 90vh;
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
  z-index: 1000000000002;
  top: 10vh;
  left: 0;
  right: 0;
  bottom: 10vh;
  display: none;
}

div.edit-partial-coupon-code {
  top: 25%;
}

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,
div.edit-partial-delivery-date form,
div.edit-partial-airport-place form,
div.edit-partial-coupon-code 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,
div.edit-partial-delivery-date form div.mypage-user-container,
div.edit-partial-airport-place form div.mypage-user-container,
div.edit-partial-coupon-code 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,
div.edit-partial-delivery-date form div.row,
div.edit-partial-airport-place form div.row,
div.edit-partial-coupon-code form div.row {
  padding-bottom: 30px;
}

@media screen and (max-width: 1440px) and (min-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,
  div.edit-partial-delivery-date,
  div.edit-partial-airport-place {
    top: 5%;
    bottom: calc(5% + 40px);
  }
  div.edit-partial-coupon-code {
    top: 25%;
  }
  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,
  div.edit-partial-delivery-date form,
  div.edit-partial-airport-place form,
  div.edit-partial-coupon-code 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,
  div.edit-partial-delivery-date,
  div.edit-partial-airport-place {
    top: 0;
    bottom: 0;
    padding: 0;
  }
  div.edit-partial-coupon-code {
    top: 25%;
    padding: 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,
  div.edit-partial-delivery-date form,
  div.edit-partial-airport-place form,
  div.edit-partial-coupon-code 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,
  div.edit-partial-delivery-date form div.mypage-user-container,
  div.edit-partial-airport-place form div.mypage-user-container,
  div.edit-partial-coupon-code form div.mypage-user-container {
    width: 95%;
    margin: auto;
  }

  div.edit-partial-plan form div.mypage-user-container{
    width: 90%;
    margin: auto;
  }

  .js-option-popup-overseas.airport-list {
    padding-left: 0;
  }
}
/*変更のポップアップの中で余白調整*/

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: 12px;
}
/* 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 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 {
  box-shadow: none;
  outline: 2px solid var(--yellow300-color);
  border: none;
}
main.mypage-main select{
  background-color: #D9D9D9;
  border: none;
  height: 50px;
  margin: 0;
  border-radius: 8px;
  font-size: 1.5rem;
  padding: 5px 0;
  font-family: 'Roboto', 'Noto Sans JP', "游ゴシック", "メイリオ", sans-serif;
}

input.form-item-room {
  width: 48%;
}
.js-building-room {
  display: none;
}
.js-building-room.active {
  display: table-row;
}
.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: 35%;
}
select[name="prefecture"],
select[name="add_corp_prefecture"] {
  width: 47.5%;
}
select[name="user_prefecture"],
select[name="delivery_prefecture"],
select[name="deliverycorp_prefecture"],
select[name="deliverycorp_order_time"],
select[name="user_prefecture"] {
  width: 48.1%;
}

select.form-item-address{
  width: 48%;
}

select.form-item-delivery{
  width: 50%;
}

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: 767px) {
  select[name="payment_method"].payment_method,
  main.mypage-main select[name="payment_due_date_type"].payment_method {
    max-width: 142px;
  }
}

@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%;
  }
}

@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;
    padding: 0 8px;
  }
}

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;
  height: 25px;
}
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;
}
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;
  }
}
label.custom-check-box-contact{
  position: unset;
  display: unset;
  margin: unset;
  width: unset;
}
label.custom-check-box-contact label{
  width: unset;
  margin-left: unset;
  position: unset;
}
div.gender-label-box label.label-input{
  margin-right: 55px;
}
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 19px;
}
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{
    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: 38px;
  }
  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;
}
i.fa-eye:before{
  top: 8px;
  position: relative;
}
i.fa-eye-slash:before{
  top: 8px;
  position: relative;
}
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.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;
  }
}

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;
}
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;
}
@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.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;
  }
}
/* 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#mypage_rental_error_message label,
div#mypage_rental_delivery_error_message label{
  font-weight:bold;
}


div.not-inputted-items {
  color: red;
  background-color: white;
  padding: 0px;
  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: 25%;
}

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) {
  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 {
  display: none;
}
/* 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;    
}
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%;
  }
  /* 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{
  background-color: #ff003c;
  color: white;
  border-radius: 8px;
  position: relative;
  text-align: center;
  padding: 5px 15px;
  font-size: 1.3rem;
  margin-right: 5px;
}

table.form-table span.optional{
  background-color: #00bfbf;
  color: white;
  border-radius: 8px;
  position: relative;
  text-align: center;
  padding: 5px 15px;
  font-size: 1.3rem;
  margin-right: 5px;
}
@media screen and (max-width: 767px){
  table.form-table span.mandatory{
    font-size: 1.4rem;
  }
  table.form-table span.optional{
    font-size: 1.4rem;
  }
  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;
  }

}
@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: 767px){
  td.password-td span.field-icon {
    position: absolute;
    top: 12px;
    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;
  }
  td.flex-user-area label.custom-check-box.label-input{
    margin-bottom: 23px;
  }
}
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;
  }
}
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;
  }
}
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;
}
div.corp-mypage-description.company-file-upload-hint-margin{
  margin: 0 auto;
  padding-bottom: 20px;
}
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-desciption p.terms-agree::before,
div.leave-checkbox-box-desciption p.terms-agree::after{
  display: none;
}

@media screen and (min-width: 767px){
  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.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;
}
@media screen and (min-width: 767px){
  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.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: 767px){
  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;
}
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;
}
.atone-pay-logo-margin {
  margin: 30px auto;
  display: block;
  width: 50%;
}
.white-content-box-form-condo {
  font-size: 1.4rem;
}

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;
}

@media screen and (min-width: 767px){
  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: #ff003c;
  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;
  }
}
@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;
  }
}
div.form-step-footer-area{
  width: 412px;
  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%;
}
.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;
  }
  .entry-payment div.left-plan-column p{
    padding: 0.5em;
    font-weight: bold;
  }
}

@media screen and (max-width: 320px){
  div.left-plan-column.contract{
    width: 30%;
  }
  div.left-plan-column.entry-payment{
    width: 70%;
  }
}

div.flex-box-select.monthly-payment,
div.flex-box-select.entry-payment{
  margin: 40px 0;
}
tr.line{
  border-top: 1px solid #00bfbf;
}
.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 #00bfbf;
  }
  .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: #E43E5A;
  cursor: pointer;
}
.entry-confirm-plan-edit-links a.pink-link,
div.user-link a.pink-link{
  font-weight: bold;
  font-size: 1.3rem;
}

.document-id {
  width:250px;
}
.document-id-corporation {
  width: 100%;
}
table.form-table td.right-button{
  text-align: right;
  padding-top: 6px;
}
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: #909090;
  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;
} */

/*申込フォーム 端末あんしんオプションのアラート*/
div.white-content-box-alart-notion{
  max-height: auto;
  max-width: 35%;
  top: 7%;
  background-color: transparent;
  padding: 0;
  transform: none;
}

div.alart-popup-close-button {
  background-color: #F3F3F3;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 5px;
  top: 5px;
  text-align: center;
  border-radius: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

@media screen and (max-width: 767px){
  div.white-content-box-alart-notion {
    height: auto;
    max-width: 90%;
  }
}

/*アラートのチェックがついたら色を変える*/
.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%;
  }
}


#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: #909090;
  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;
  }
  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;
}


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.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;
  }
}


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: -15px;
  top: -15px;
  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;
  }
}

/*-----------------------------------------------------------------
entry_overseas_new.css
-----------------------------------------------------------------*/
/*
 *2023/10～
 *海外レンタルプラン専用
 */

/*----------------------
共通要素
-----------------------*/
*{
  --overseas-green: #00BBAB;
  --overseas-gray: #E8E8E8;
  --overseas-black: #000000;

  --font-24: 2.4rem;
  --font-18: 1.8rem;
  --font-16: 1.6rem;
  --font-13: 1.3rem;
  --font-12: 1.2rem;

  --space-80: 80px;
  --space-60: 60px;
  --space-40: 40px;
  --space-20: 20px;

  box-sizing: border-box;
}
h2{
  font-size: 25px;
}

h2.overseas-title{
  font-size: 20px;
  margin-top: 40px;
}

h3{
  margin: 0;
  font-size: 20px;
}
small{
  display: block;
  font-size: var(--font-12);
  color: gray;
}
.header-logo-overseas > a.disabled {
  pointer-events: none;
}
.overseas-entry-body {
  min-width: 100%;
  position: relative;
}

.your-plan-area {
  height: 470px;
}

.your-plan-area.summary-close {
  /*height: 150px;*/
  height: 30px;
}

#your_plan {
  width: 100%;
  z-index: 10000;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}

div.entry-form-option-select{
  margin-bottom: 0;
}

div.form-step-title p.first-title{
  font-size: 38px;
  margin-top: 16px;
}

.item-title{
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: var(--space-40) auto var(--space-20) 0;
  font-size: 25px;
  font-weight: bold;
  width: 100%;
}
span.mandatory,
span.optional{
  padding: 0.5em 1em;
  margin-right: 13px;
  border-radius: 8px;
  font-size: var(--font-13);
  text-align: center;
  color: #ea338d;
  background-color: unset;
  border: 1px solid #ea338d;
}

span.optional{
  background-color: unset;
  color: #3c3c3c;
  border: 1px solid #3c3c3c;
}
.form-control,
.input-daterange input:last-child{
  background-color: #D9D9D9;
  border: none;
  height: calc(1.7em + 0.95rem + 2px);
  margin: 0;
  border-radius: 8px;
  font-size: 1.5rem;
  padding: 0.375rem 1rem 0.375rem 1rem;
  font-family: 'Montserrat', 'Noto Sans JP', "游ゴシック", "メイリオ", sans-serif;
}
.entry-overseas-select .form-control,
.entry-overseas-select .input-daterange input:last-child{
  background-color: #fff;
  border: 1px solid #606060;
}
.entry-overseas-select .form-control {
  vertical-align: middle;
}
main.mypage-main .entry-overseas-select select {
  background-color: #fff;
  border: 1px solid #606060;
  font-weight: 400;
}
.option-popup-block#device_option_check .background{
  background-color: rgba(0, 0, 0, 0.4);
}
.nowTimeMin-text {
  color: #000000;
  border-bottom: 2px solid #000000;
  width: fit-content;
  padding: 10px 15px 8px;
  font-weight: bold;
}
.nowTimeMin-day {
  margin-left: 81px;
  font-size: 2.3rem;
}
.validator-error-span {
  margin-bottom: 2px;
  line-height: 1.3;
}
.overseas-form-active {
  pointer-events: none;
  opacity: 0.5;
}

@media screen and (max-width: 767px){
  h2{
    font-size: 16px;
  }

  h3{
    font-size: 16px;
  }

  #your_plan {
    width: 90%;
  }

  .nowTimeMin-text {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    width: 100%;
  }

  .nowTimeMin-day {
    margin-left: 10px;
    font-size: 2.2rem;
  }

  div#zip_result {
    margin-top: 10px;
  }

  .validator-error-span {
    margin-bottom: 15px;
  }

  div.white-content-box-form.select-form-box {
    padding: 30px 8px 20px;
  }
}

table.form-table span.mandatory {
  background-color: #ea338d;
}

table.form-table span.optional {
  background-color: #3c3c3c;
}

input.mypage-input-border {
  font-family: "Arial", sans-serif;
}
#payment_select_creditcard p.remark{
  margin-top: 5px;
}

div.mypage-footer-main {
  width: 100%;
  height: auto;
  text-align: center;
  background-color: #000;
  color: white;
  bottom: 0;
  font-size: 12px;
  padding: 7px 0;
  display: flex;
  justify-content: left;
}
div.mypage-footer-main a {
  text-decoration: none;
  color: white;
}
div.mypage-container {
  background: #f3f3f3;
}
/*----------------------
ご利用期間を決める
-----------------------*/

input#zipcode_2 + input#search_btn{
  height: 38px;
}

div#datepicker > span,
div.usage-days-select > span {
  font-size: 2rem;
  margin-right: 20px;
  padding-top: 25px;
}
div.usage-days-select > span {
  padding-top: 38px;
}
div.usage-days-select {
  display: flex;
  width: 100%;
}

.usage-period{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 2;
  margin-left: 20px;
  padding-bottom: 2px;
  font-weight: bold;
  border-bottom: 2px solid #000;
  padding: 0 25px;
}
.input-daterange input:last-child{
  width: 160px;
}
div.usage-days-select > span{
  padding-top: 10px;
}
div#datepicker div.usage-start,
div#datepicker div.usage-end {
  margin-right: 20px;
}
div.usage-period div.form-control{
  background: none;
  color: #000;
}
div.usage-period div.form-control span{
  font-size: var(--font-16);
}
.input-group-range-text{
  justify-content: end;
}
@media screen and (min-width: 768px) {
  .input-group-contents{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  div#zip_result, div#zip_result_repeat{
    margin-top: 0;
  }
  .nowTimeMin-text{
    padding: 0 15px 8px;
  }
  .nowTimeMin-day{
    margin-left: 62px;
  }
  .loading-mark-area{
    width: 270px;
    height: auto;
    margin-top: 0;
  }
  .loading-mark{
    width: 38px;
  }
}
@media screen and (max-width: 767px) {
  div.usage-days-select > span {
    padding-top: 78px;
    margin: 0 5px;
  }
  div.usage-days-select {
    margin-top: 10px;
  }
}

/*----------------------
渡航国の選択
-----------------------*/
p.custom-check-box-v2-select-text{
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
.overseas-contain p.custom-check-box-v2-select-text{
  font-size: var(--font-24);
}

label.custom-check-box-v2.option input[type="radio"] + span::before,
label.custom-check-box-v2.option input[type="checkbox"] + span::before{
  top: 0px;
  left: 0px;
  margin-left: 0;
  border-radius: 5px;
}
label.custom-check-box-v2 input[type="radio"]:checked + span::after,
label.custom-check-box-v2 input[type="checkbox"]:checked + span::after{
  top: 2.5px;
  left: -2.8px;
  -ms-transform: translate(-50%, 25%) rotate(45deg);
  transform: translate(-50%, 25%) rotate(45deg);
}

/*プラン別*/
.overseas-contain{
  display: flex;
  justify-content: flex-start;
  gap: var(--space-20);
}

.country{
  width: auto;
  display: flex;
  align-items: center;
  gap: var(--space-20);
  font-size: var(--font-13);
  font-weight: bold;
  border-radius: 1.25em;
}

.option-check label.custom-check-box-v2 input[type="radio"] + span::before {
  top: 50%;
  transform: translateY(-50%);
  left: 11%;
}

/*人気国*/
.popular{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: var(--space-40);
  gap: 20px 10px;
}

#select-continent-plan .popular{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
  justify-content: space-between;
}

.popular.continent{
  margin-bottom: var(--space-20);
}

.popular input{
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
}
.popular > div label:hover,
.popular input[type="radio"]:checked + label{
  border: 4px solid #ffe401;
  border-radius: 1.25em;
}
.popular > div:hover p,
.popular input[type="radio"]:checked + label p,
.popular > div:hover .country-plan,
.popular input[type="radio"]:checked + label p,
.popular input[type="radio"]:checked + label.country-plan{
  color: #000;
}
.popular > div{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: calc((100% / 6) - 10px);
  border-radius: 1.25em;
  padding: 0em;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 30%);
  cursor: pointer;
  transition: .2s all;
}
.popular > div label {
  border: 4px solid transparent;
}
.popular.continent > div{
  width: calc((100% / 3) - 10px);
}
.country-plan{
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding-top: 0.5em;
  cursor: pointer;
  width: 100%;
}
.popular.continent .country-plan{
  height: auto;
}
.country-plan img{
  width: 60%;
  margin-bottom: 10px;
}

.country-plan p{
  font-size: var(--font-13);
  font-weight: bold;
  text-align: center;
}

.country-plan .title p{
  font-size: var(--font-18);
  font-weight: bold;
  text-align: center;
}

.country-plan .price,
.country-plan .title{
  margin-top: 0.25em;
  font-feature-settings: "palt";
}

.country-plan .overseas-plan1-price,
.country-plan .overseas-plan-price-tour{
  font-size: var(--font-18);
  font-weight: bold;
  text-align: center;
}

.country-plan .group {
  text-align: center;
  line-height: 1.5;
}

main.mypage-main select{
  width: 260px;
  padding: 8px;
}
main.mypage-main table.select-area select{
  padding: 5px 10px;
}

.entry-option-select div.relief-item-select-area-box .day {
  font-size: 0.9em;
}

@media screen and (max-width: 767px) {
  .country-plan .overseas-plan1-price,
  .country-plan .overseas-plan-price-tour{
    font-size: var(--font-16);
  }
  .country-plan{
    height: 100px;
  }
  .popular.continent .country-plan{
    height: 100px;
  }
  main.mypage-main table.select-area select{
    padding: 5px 20px 5px 10px;
  }
}

/*----------------------
オプション
-----------------------*/
#anshin_option{
  margin-top: 0;
}
.option-01{
  width: 100%;
  margin: 0 auto 1em 0;
  padding: 1em 2em;
  border: 1px solid #000;
  text-align: center;
  font-size: var(--font-16);
}

.entry-option-tanmatsu-anshin{
  position: relative;
  margin: 0;
}

img.recommend{
  width: 50px;
  position: absolute;
  bottom: 6px;
  right: 6px;
  z-index: 2;
}

.entry-option-select{
  flex: 0 0 47%;
}
.delivery-disabled,
.transit-disabled .return-caution-area,
.transit-disabled .entry-option-tanmatsu-anshin,
.transit-disabled .item-title,
.transit-disabled small,
.delivery-area-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.delivery-margin {
  margin-top: 0;
}
.delivery-area-caution,
.delivery-area-caution-airport,
.transit-area-caution{
  color: red;
  font-weight: 400;
  margin: 0;
  font-size: 1.3rem;
  text-align: left;
}
#zipcode-id-error-message .validator-error-span {
  font-size: 1.3rem;
  padding-left: 32px;
}
.entry-option-select div.relief-item-select-area-box .title,
.entry-option-select div.relief-item-select-area-box .title span.day{
  font-size: var(--font-18);
  line-height: 1.3;
  font-weight: bold;
}
.entry-option-select div.relief-item-select-area-box .title.giga-data{
  font-size: var(--font-24);
}
.entry-option-select div.relief-item-select-area-box .price{
  font-size: 3.4rem;
}
.entry-option-tanmatsu-anshin div.relief-item-select-area-box .price{
  margin-top: 10px;
}
.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{
  padding: 15px 0 15px 70px;
}

.entry-option-tanmatsu-anshin div.relief-item-select-area-box .price{
  margin-top: 0;
}

.entry-option-tanmatsu-anshin .relief-option-ckeckbox,
.interpretation-option-area .entry-option-select .relief-option-ckeckbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 50%;
  transform: translateY(-40%);
}

label.custom-check-box-v2{
  width: 28px;
  height: 28px;
  display: inline-block;
  margin: 0 0 5px;
}
label.custom-check-box-v2.option-none{
  height: 0;
}
.overseas-contain label.custom-check-box-v2 {
  margin: 4px 0 0;
}
.entry-option-detail{
  position: static;
  display: block;
  padding: 0 0 0.2em;
  background-color: none;
}

.entry-option-detail::before{
  display: none;
}

.entry-option-detail .btn{
  margin-top: 20px;
  text-align: right;
}

/* STEP1 オプション欄 */
.js-option-popup-overseas {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  outline: none;
  color: var(--zeus-po-red);
  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;
  width: auto;
  text-align: left;
  margin-top: 20px;
}

div#desired_pick_up_date {
  width: 60%;
  position: absolute;
  left: 42%;
  top: 0;
}

div#desired_pick_up_date .item-title {
  margin-top: 0;
  height: 28.59px;
}

.item-title.letter-pack {
  margin-top: 89px;
}

.item-title.country-select-area {
  margin-top: 68px;
}

.overseas-option2 {
  margin: 15px 0 83px;
  gap: 0;
}

.overseas-delivery-caution2 {
  margin-top: 0.5em;
}

.overseas-plan-section2 {
  margin-top: 15px;
}

.return-caution-area p {
  font-size: 16px;
}

div.summary-table-column.summary-table-column-right p,
div.summary-table-column-right p {
  font-size: 1.3rem;
  font-weight: bold;
}

div.plan-summary-table-row-wide .summary-column{
  display: flex;
  flex-direction: column;
}

div.plan-summary-table-row-wide .summary-column div.summary-table-row.transit-column{
  width: 100%;
}

div.plan-summary-table-row-wide .summary-column div.summary-table-row.transit-column .transit-area-table{
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .overseas-option2 .entry-option-detail {
    display: flex;
    align-items: flex-end;
    padding: 0;
  }
  .return-caution-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 340px;
    margin: 0 0 10px 0;
  }
  div.plan-summary-table-row-wide .summary-column{
    width: 100%;
    align-items: flex-end;
  }
  .detail .transit-column .summary-table-column-center .name-wide-pc>span:nth-child(2){
    min-width: 60.5px;
  }

  div.your-plan-area .summary-column div.summary-table-row{
    width: 100%;
    padding: 3px 0 0;
  }

  div.your-plan-area div.plan-summary-area-table {
    width: 100%;
  }

  .transit-column:has(.transit-name-1),
  .interpretation-column {
    border-top: 1px solid #909090;
    margin: 3px 0;
  }
}

@media screen and (max-width: 767px) {
  div#desired_pick_up_date {
    position: relative;
    left: 0;
    width: 100%;
  }
  img.recommend {
    width: 50px;
    bottom: 10px;
    right: 10px;
    transform: none;
    top: unset;
  }
  .item-title.country-select-area {
    margin-top: 59px;
  }
  .overseas-option2 {
    margin: 15px 0 46px;
  }
  .return-caution-area-sp {
    margin-bottom: 15px;
    font-size: 16px;
  }
  div.plan-summary-table-row-wide .summary-column div.summary-table-row.transit-column{
    margin-top: 0;
    padding: 0;
  }

  div.plan-summary-table-row-wide .summary-column div.summary-table-row.transit-column .transit-area-table{
    border-top: 1px solid #909090;
  }
  #zipcode-id-error-message .validator-error-span {
    padding-left: 20px;
  }
}

/*----------------------
合計と内訳
-----------------------*/
.total{
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #66D6CC;
  padding: 1.3em 52px 0.8em;
  border-radius: 15px 15px 0 0;
  font-size: var(--font-16);
  color: #000;
}
.big-num{
  font-size: var(--font-16);
  font-weight: bold;
}

.detail{
  position: relative;
}

.detail > p{
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.5em 0;
  color: #FFFFFF;
  font-size: var(--font-16);
  font-weight: bold;
  background-color: #000;
  border-radius: 0 0 15px 15px;
}

.detail > p::after {
  content: "▼";
  left: 55%;
  position: absolute;
  font-size: var(--font-18);
}

.detail > p.your-plan-open::after {
  content: "▲";
}

.detail-more{
  background: #FFFFFF;
  padding: 15px 0;
}

div.plan-summary-table-row-wide div.summary-table-column-left.sp-line {
  width: 18%;
  margin: 0;
}

div.your-plan-area div.summary-table-row {
  line-height: 1.6;
  width: 100%;
}
main.mypage-main select.form-item-address {
  width: 216px;
  padding: 8px;
}
main.mypage-main select.form-item-delivery-time {
  width: 320px;
}
.input-daterange input:last-of-type{
  width: 320px;
}
.mypage-container.form-container.form-application-container {
  min-height: calc(100vh - 204px);
}
.question-label {
  padding-top: 27px;
  display: flex;
  align-items: center;
}
.entry-overseas-confirm .question-label {
  padding-top: 0;
  padding-left: 5px;
}
.entry-overseas-confirm .question-label p {
  min-width: 4em;
}
input.question-input-text {
  width: 100%;
  max-width: 175px;
}
input.mypage-input-border.user-disabled,
main.mypage-main select.user-disabled {
  pointer-events: none;
  color: black;
  opacity: 0.5;
}

input.mypage-input-border.user-disabled:focus,
main.mypage-main select.user-disabled:focus {
  box-shadow: none;
}

.usage-sub-title {
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
  width: 371px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.detail .summary-table-column-center .name-wide-pc {
  display: flex;
  justify-content: left;
  margin: 0;
  align-items: center;
}
.detail .summary-table-column-center .name-wide-pc>span:first-child {
  width: 346px;
  display: inline-block;
  padding: 0.75rem 0;
}
.detail .summary-table-column-center .name-wide-pc>span:nth-child(2) {
  min-width: 110px;
  text-align: right;
}
.detail .summary-table-column-center .summary-group-option-4 .name-wide-pc>span .space,
.detail .summary-table-column-center .name-wide-pc>span .space {
  display: inline-block;
  min-width: 49.5px;
}

.detail .summary-table-column-center .name-wide-pc .day-space {
  min-width: 15px;
  display: inline-block;
  text-align: center;
}
.detail .overseas-coupon-price {
  color: red;
  transform: translateX(-50px);
}
label.validator-error{
  font-weight: 400;
}
.option-total-price span.space-tax {
  display: inline-block;
  width: 52px;
}

@media screen and (min-width: 768px) {
  .entry-option-detail .btn button:hover,
  button.js-option-popup:hover {
    border-bottom: 1px solid var(--zeus-po-red);
  }
  div.summary-table-row.summary-table-row-last {
    text-align: right;
    display: contents;
  }
  .send-total-price {
    margin-right: 52px;
  }
  .summary-text-postage {
    margin-right: 53.5px;
  }
  div.plan-summary-table-row#receiving-method,
  div.plan-summary-table-row.send-airport {
    border-bottom: none;
  }
  div.plan-summary-table-row#rental-delivery-date {
    border-top: 1px solid #909090;
  }
  div.plan-summary-table-row.send-airport div.summary-table-column-left {
    padding: 0.2em 0;
  }
  div.plan-summary-table-row.send-airport#send-airport-area {
    margin-top: -0.8em;
  }
  div.plan-summary-table-row.send-airport#send-airport-date {
    padding-bottom: 0.8em;
  }
}

@media screen and (max-width: 767px) {
  div.form-step-title p.first-title {
    font-size: 24px;
  }
  .input-daterange input:last-child {
    width: 135px;
  }
  div#datepicker div.usage-start,
  div#datepicker div.usage-end {
    margin-right: 0px;
  }
  div.usage-days-select > span {
    padding-top: 10px;
  }
  div#datepicker div.usage-end {
    padding-top: 0;
  }
  div.usage-days-select {
    flex-wrap: wrap;
    justify-content: center;
  }
  p.custom-check-box-v2-select-text {
    right: 10px;
    top: 1px;
  }
  label.custom-check-box-v2 {
    width: 22px;
    height: 22px;
    margin: 0 0 10px;
  }
  label.custom-check-box-v2 input[type="radio"]:checked + span::after {
    top: 1px;
    left: 6px;
  }
  .popular > div {
    width: calc((100% / 3) - 10px);
    height: 100px;
    justify-content: center;
  }
  .country-plan img {
    width: 40%;
  }
  #purchase-overseas-plan table.table-base.sp-long th,
  #purchase-overseas-plan table.table-base.sp-long td {
    display: table-cell;
  }
  main.mypage-main select{
    width: 248px;
  }
  .item-title {
    font-size: 20px;
  }
  .entry-option-select p.custom-check-box-v2-select-text {
    left: 0px;
    bottom: 6px;
  }
  main.mypage-main select.form-item-address {
    width: 100%;
  }
  .login-txt {
    margin-top: 10px;
  }
  label.validator-error:last-of-type {
    margin-bottom: 0;
  }
  .detail-more {
    padding: 10px 15px;
    max-height: 70vh;
    overflow: scroll;
  }
  div.plan-summary-table-row-wide#rental-trip-date {
    border-top: none!important;
  }
  div.plan-summary-table-row-wide div.summary-table-column-left.sp-line,
  .summary-table-column-left.adjust.sp-line p::after {
    width: 100%;
    margin: auto;
  }
  div.summary-table-row {
    margin: 0;
    width: 100%;
  }
  .entry-option-select .relief-option-ckeckbox label.custom-check-box-v2.option input[type=checkbox] + span::after {
    top: 1px;
    left: 6px;
  }
  .overseas-your-all-price {
    font-size: 1.5rem;
  }
  .big-num {
    font-size: 2rem;
  }
  .option-check label.custom-check-box-v2 input[type="radio"] + span::before {
    top: 50%;
    left: 11%;
  }
  label.custom-check-box-v2.option input[type="radio"] + span::before,
  label.custom-check-box-v2.option input[type="checkbox"] + span::before{
    top: 5%;
    left: 0%;
  }
  .popup-contents label.custom-check-box-v2 input[type="radio"]:checked + span::after {
    top: 3px;
    left: 17px;
  }
  label.custom-check-box-v2 input[type="radio"]:checked + span::after {
    top: 1px;
    left: 4px;
  }
  .entry-option-select .relief-option-ckeckbox label.custom-check-box-v2.option input[type=checkbox] + span::after {
    top: 5px;
    left: 6px;
  }
  .total {
    padding: 0.8em 7px 0.5em 22px;
  }
  .detail > p::after {
    left: 57%;
  }
  div.your-plan-area div.summary-table-row {
    width: 100%;
  }
  .usage-sub-title {
    width: 325px;
    margin-bottom: 0;
  }
  div.plan-summary-table-row-wide div.summary-table-column-left.rental-delivery-date {
    width: 100%;
    text-align: right;
    display: block;
    padding-right: 5px;
  }
  .overseas-contain p.custom-check-box-v2-select-text {
    font-size: var(--font-16);
  }
  #select-continent-plan .popular {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
    gap: unset;
  }
  .detail .summary-table-column-center .name-wide-pc>span:first-child {
    margin: 0;
    width: 175px;
  }
}

.entry-option-popup .popup-tanmatsu-anshin-notice .popup-body .images .img,
.entry-option-popup .popup-overseas-option .popup-body .images .img {
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  width: 27%;
}
.entry-option-popup .popup-tanmatsu-anshin-notice .popup-body .images,
.entry-option-popup .popup-overseas-option .popup-body .images {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  background: none;
  padding: 0 20px;
  border-radius: 30px;
  box-sizing: border-box;
}
.option-check > label {
  padding: 20px 0;
  margin: 0 0 20px;
}
.popup-contents label.custom-check-box-v2 input[type="radio"]:checked + span::after {
  top: 2px;
  left: 27px;
}
.popup-contents .option-check label.custom-check-box-v2 input[type="radio"]:checked + span::after {
  height: 10px;
  margin: 0;
  left: 11%;
  top: 50%;
  transform: translate(11px, -50%) rotate(45deg);
}
.option-box {
  display: flex;
  margin-top: 40px;
}
.option-box div:first-of-type {
  width: 45%;
  margin-right: 3%;
}
.option-box div:last-of-type {
  width: 55%;
}
.option-box h3 {
  border-bottom: 2px solid #000;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.table-overseas-option table caption{
  margin-top: 1em;
  caption-side: bottom;
  text-align: left;
  font-size: 1.1rem;
  color: #000;
}
.table-overseas-option th,
.table-overseas-option td {
  border: 1px solid #000;
  font-size: 1.4rem;
  padding: 10px;
  text-align: center;
  font-weight: normal;
}
.table-overseas-option th:first-of-type{
  text-align: left;
}
.table-overseas-option thead th{
  font-weight: bold;
}
.table-overseas-option thead th:nth-of-type(1){
  border-top: none;
  border-left: none;
}
.table-overseas-option thead th:nth-of-type(2){
  color: #FFF;
  background-color: #000;
}
.table-overseas-option thead th:nth-of-type(3){
  color: #000;
  background-color: #FFD300;
}
.table-overseas-option thead th:nth-of-type(4){
  color: #FFF;
  background-color: #037E82;
}
.table-overseas-option h4{
  margin: 2em auto 1.5em;
  font-size: 2rem;
  text-align: center;
}
.table-overseas-option td.support-mini{
  text-align: right;
  padding-right: 10px;
}
.table-overseas-option table {
  border-collapse: collapse;
  width: 100%;
  height: 170px;
  margin: 20px auto 0;
}
.option-box div {
  font-size: 1.6rem;
  line-height: 1.4;
  position: relative;
}
p.text span,
.option-box div span {
  color: #037E82;;
  font-weight: bold;
}
.table-overseas-option td span {
  color: #037E82;;
  font-weight: bold;
  font-size: 2.4rem;
}
.option-box div:last-of-type .recommend {
  position: absolute;
  width: 22%;
  right: -10px;
  top: 49px;
}
.js-option-popup-overseas {
  margin: 0;
}
.js-option-popup-overseas:focus-visible {
  outline: 2px solid #000;
  border-radius: 4px;
}
.pick-up-date {
  color: #232323;
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 260px;
}
img.overseas-popup {
  width: 80%;
  margin: 0 auto 40px;
  display: block;
}
.popup-overseas-return .popup-header {
  width: auto;
  margin: auto;
}
.popup-overseas-return .popup-header .sub-desc {
  font-size: 1.6rem;
  margin: 20px auto;
  text-align: center;
}
#popup-overseas-return .popup-overseas-return .popup-body {
  padding: 0;
}
.popup-overseas-return .popup-body img {
  width: 38%;
  display: block;
  margin: 30px auto;
}
.popup-overseas-return .popup-body .line-box {
  border: 3px solid #037E82;;
  padding: 15px;
  text-align: center;
  width: 80%;
  margin: 0 auto 15px;
}
.popup-overseas-return .popup-body .line-box p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
#popup-overseas-transit img.overseas-popup {
  margin: 40px auto;
  width: 60%;
}
#popup-overseas-transit .popup-header {
  margin: auto;
}
#popup-overseas-transit .popup-header .sub-desc {
  font-size: 1.6rem;
  margin-top: 20px;
  text-align: center;
}
#popup-overseas-transit .popup-body {
  padding: 0;
}

.overseas-plan-section.section-hide {
  display: none;
}
#datepicker_prior_delivery:disabled,
.overseas-select-inner-box .form-item-delivery-time:disabled {
  cursor: default;
  background: #e8e8e8;
}
div.summary-table-column-right {
  font-weight: bold;
}
span.summary-text-postage span {
  font-weight: bold;
}
div.rental-delivery-date .overseas-year,
div.rental-delivery-date .overseas-month,
div.rental-delivery-date .overseas-day {
  font-size: 1.3rem;
}
div.rental-delivery-date p.delivery-date-flex {
  display: flex;
}
div.rental-delivery-date .big-num {
  font-size: 2rem;
}
.total span.overseas-your-all-price {
  font-weight: bold;
}
.total span.overseas-your-all-price .big-num{
  font-size: 20px;
}
.opt-interpreter-area{
  width: 100%;
}
#popup-overseas-interpretation .popup-header {
  width: 90%;
  margin: auto;
}
#popup-overseas-interpretation .popup-header .sub-desc {
  font-size: 1.6rem;
  margin: 20px auto;
  text-align: center;
}
.interpreter-feature{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.interpreter-feature .point-area{
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
  margin: 0 auto 30px;
}
.interpreter-feature .point p{
  position: relative;
  padding: 1em 1em 1em 2.2em;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.15;
  border-radius: 100vh;
  background-color: #FFF;
  filter: drop-shadow(6px 6px 0 #00BBAB);
  transform: translateZ(0);
}
.interpreter-feature .point span.spot{
  font-size: 1.6em;
  color: #00BBAB;
  letter-spacing: 0.05em;
}
.interpreter-feature .point span.big{
  font-size: 2.5rem;
  letter-spacing: 0.05em;
}
.line-through{
  text-decoration: line-through;
  text-decoration-color: #e6006b;
  text-decoration-thickness: 3px;
}
.triangle{
  font-size: 1.8rem;
  color: #00BBAB;
  padding: 0 1em;
}
.operator{
  width: 100%;
}
.operator img {
  width: 100%;
}
.operator img.img-operator {
  width: 60%;
  display: block;
  margin: 0 auto 50px;
}
.operator .sub-desc {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
#popup-overseas-interpretation .appeal {
  margin-top: 30px;
}
#popup-overseas-interpretation .appeal .appeal-point {
  width: 80;
  margin: 0 auto 15px;
  padding: 15px 40px;
  border: 1px solid #00BBAB;
  border-radius: 100vh;
  box-shadow: 6px 6px #00BBAB;
  }
#popup-overseas-interpretation .appeal .appeal-point p {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
#popup-overseas-interpretation .appeal .appeal-point p span.line-through{
  font-size: 0.8em;
  text-decoration: line-through;
  text-decoration-color: var(--zeus-po-red);
  text-decoration-thickness: 2px;
}
#popup-overseas-interpretation .appeal .appeal-point p span.small {
  font-size: 1.6rem;
}
#popup-overseas-interpretation .appeal .appeal-point p span.color-pink {
  color: var(--zeus-po-red);
}
#popup-overseas-interpretation .appeal + p {
  margin-top: 30px;
  text-align: center;
}
.situation-image{
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.situation{
  width: 25%;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.situation p{
  margin-top: 10px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}
.how-to-use{
  margin-top: 40px;
}
.how-to-use .how-title{
  display: inline-block;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding: 0.5em 1em;
  background-color: #FFF;
}
.how-to-use .step-area{
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
}
.how-to-use .step-num{
  border-radius: 100vh;
  border: 5px solid #FFF;
  width: 80px;
  height: 80px;
  padding: 10px 15px;
  font-size: 1.6rem;
  font-weight: bold;
}
.how-to-use .step-num p{
  text-align: center;
  line-height: 1.5em;
}
.how-to-use .step-num .num{
  font-size: 2.1em;
}
.how-to-use .step-text{
  font-size: 1.8rem;
  line-height: 1.5em;
  margin-left: 1.5em;
  font-weight: bold;
}
.how-to-use .step-text > span{
  color: #00BBAB;
  font-weight: bold;
}
.how-to-use .step-text > small{
  margin-top: 0.25em;
  line-height: 1.25em;
  font-weight: normal;
}
#popup-airport-list .popup-contents.wide {
  padding-right: 35px;
}
#popup-airport-list .flow-place-table {
  overflow: hidden;
}
#popup-airport-list table.airport-table {
  width: 100%;
  border-collapse: collapse;
}
#popup-airport-list table.airport-table th {
  border: 2px solid var(--overseas-gray);
  padding: 12px 10px;
  font-size: 1.4rem;
  font-weight: 700;
  position: sticky;
  top: 0;
  left: 0;
  background: 0 0;
  border-top: none;
  border-bottom: none;
  z-index: 11;
}
#popup-airport-list table.airport-table thead th.hdg-airport {
  width: 260px;
}
#popup-airport-list table.airport-table thead th.hdg-times {
  width: 170px;
}
#popup-airport-list table.airport-table thead th.hdg-store {
  width: calc(100% - (260px + 170px));
}
#popup-airport-list table.airport-table thead th:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 2px solid var(--overseas-gray);
  border-bottom: 2px solid var(--overseas-gray);
  background-color: #92e5de;
  z-index: -1;
}
#popup-airport-list table.airport-table td {
  padding: 12px 10px;
  background-color: var(--overseas-white);
  border: 2px solid var(--overseas-gray);
  font-size: 1.4rem;
  font-weight: 700;
}
#popup-airport-list table.airport-table td.item-airport {
  width: 25%;
}
#popup-airport-list table.airport-table td.item-store {
  position: relative;
  line-height: 1.3;
}
#popup-airport-list p.attention {
  margin: 10px 0 0;
}

@media screen and (max-width: 767px) {
  .table-overseas-option th:first-of-type{
    padding: 8px 5px;
  }
  .entry-option-popup .popup-overseas-option .popup-body .images .img {
    font-size: 1.2rem;
  }
  .option-box h3 {
    font-size: 1.3rem;
  }
  .option-box div:last-of-type .recommend {
    width: 30%;
    top: 64px;
  }
  .entry-option-popup .popup-header .group {
    margin: 15px auto 10px;
  }
  .pick-up-date {
    margin-left: 0;
  }
  .popup-contents label.custom-check-box-v2 input[type="radio"]:checked + span::after {
    top: 5px;
    left: 10px;
  }
  .popup-overseas-return .popup-header .sub-desc {
    font-size: 1.3rem;
    margin-top: 15px;
    text-align: left;
  }
  .interpreter-feature .point span.spot {
    font-size: 2em;
  }
  .opt-interpreter-area{
    padding: 20px 10px 15px;
  }
  .option-text .new-icon{
    top: -40%;
    left: -10px;
  }
  .interpreter-feature{
    flex-direction: column;
    gap: 0px;
  }
  .interpreter-feature .point-area{
    width: 100%;
    gap: 20px;
  }
  .operator{
    width: 100%;
  }
  .interpreter-feature .point p{
    font-size: 1.3rem;
    padding: 1em;
    text-align: center;
  }
  .interpreter-feature .point span.big{
    font-size: 1.8rem;
  }
  .triangle {
    padding: 0px 0.4em;
  }
  .situation{
    width: 45%;
  }
  .situation-image{
    gap: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .how-to-use{
    margin-top: 40px;
    text-align: center;
  }
  .how-to-use .step-text{
    font-size: 1.4rem;
  }
  .how-to-use .step-num{
    width: 65px;
    height: 65px;
    padding: 10px;
    font-size: 1.2rem;
    border: 2px solid #FFF;
  }
  .how-to-use .step-num p{
    display: block;
    width: 40px;
    height: calc(40px + 2.5%);
  }
  .how-to-use .step-text{
    margin-left: 1.2em;
    text-align: left;
  }
  .how-to-use .step-area{
    margin-bottom: 30px;
    align-items: baseline;
  }
  #popup-airport-list .popup-contents.wide {
    padding-right: 15px;
  }
  #popup-airport-list .popup-body {
    padding-top: 10px;
  }
  #popup-airport-list .sp {
    display: block;
  }
  #popup-airport-list .hdg-store .sp {
    display: inline-block;
  }
  #popup-airport-list table.airport-table td {
    font-size: 1.3rem;
    font-weight: lighter;
  }
  #popup-airport-list table.airport-table td.item-store {
    width: 65%;
  }
  #popup-airport-list table.airport-table td:last-child {
    text-align: center;
  }
}

/*----------------------
契約内容確認
-----------------------*/

div.plan-summary-table-row.subtotal{
  border-bottom: none;
}

div.summary-table-row.subtotal-area{
  padding-bottom: 1em;
  justify-content: flex-end;
}

.plan-table .summary-table-row.subtotal-area div.summary-table-column.summary-table-column-right.adjust.confirm-pay{
  width: auto;
  align-items: baseline;
  font-weight: bold;
}
.plan-table .summary-table-row.subtotal-area div.summary-table-column.summary-table-column-right.adjust.confirm-pay .plan-tax{
  font-weight: bold;
}
table.form-table span.mandatory.disabled{
  background-color: #D9D9D9;
  color: #000;
}

main.mypage-main td.disabled-td select,
table.form-table td.disabled-td input.mypage-input-border{
  background-color: #D9D9D9;
  opacity: 0.7;
  cursor: auto;
}

div.monthly-pay div.plan-summary-area-table div.summary-table-column-right.total-payment{
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.delivery-time{
  box-sizing: border-box;
  width: fit-content;
  margin: 0 0 20px auto;
  border: 1px solid #000;
  padding: 1.3em 1em 1em;
  line-height: 0.5em;
}

.delivery-time p{
  font-weight: bold;
}

.delivery-time p span.bolder{
  font-weight: bold;
  font-size: 1.8rem;
}

.delivery-time p > span:first-of-type{
  margin-right: 2em;
  line-height: 1.5em;
}
.delivery-time p:nth-child(2) > span:first-of-type {
  margin-right: 4em;
}
.total-price.monthly-pay div.plan-summary-table-row.back-white.prices{
  margin: 0 0 0px auto;
  padding: 0 0 0% 3%;
}

.entry-overseas-confirm p.entry-confirm-attention {
  text-indent: -1em;
  padding-left: 1em;
}

div.questionnaire-label-box{
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  height: 40px;
  width: calc(25% - 11.5px);
}
.entry-overseas-confirm div.questionnaire-label-box {
  margin-bottom: 0;
}

table.form-table td.flex-questionnaire-area{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 15px;
  margin-bottom: 0;
}
.question-second {
  margin-top: 30px;
}
.question-second table.form-table td.flex-questionnaire-area div.questionnaire-label-box {
  width: calc(50% - 11.5px);
}

.question-second#question-second-2 table.form-table td.flex-questionnaire-area div.questionnaire-label-box {
  width: 100%;
}

td.flex-questionnaire-area label.label-input{
  margin: 0 0;
  width: 25px;
  min-width: 25px;
}
td.flex-questionnaire-area label.label-input:focus-visible {
  outline: none;
  box-shadow: 0 0 7px 2px #ffe401;
  border: none;
}
div.questionnaire-label-box-contact{
  margin-bottom: unset;
  height: unset;
}
.questionnaire-label-box label.custom-check-box input[type="radio"] + span::before{
  top: 8px;
  transform: translateY(-50%);
}
.questionnaire-label-box label.custom-check-box input[type="radio"]:checked + span::after{
  top: 4px;
  left: -2px;
  transform: rotate(45deg) translate(-50%, -50%);
}

label.custom-check-box input[type="checkbox"] + 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;
}
.entry-overseas-confirm label.custom-check-box input[type="checkbox"] + span::before{
  width: 25px;
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
}
.entry-overseas-confirm label.custom-check-box input[type="checkbox"]#overseas-leave-checkbox + span::before{
  width: 18px;
  height: 18px;
  top: 22px;
  transform: translateY(0);
}
label.custom-check-box input[type="checkbox"]:checked + span::before{
  background-color: #D9D9D9;
}
label.custom-check-box input[type="checkbox"] + span::after{
  z-index: 1;
    margin: 4px 12px;
    width: 15px;
    height: 22px;
    position: absolute;
    top: 5px;
    left: 0;
    content: '';
    box-sizing: border-box;
}

label.custom-check-box input[type="checkbox"]:checked + span::after{
  border: 2px solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.entry-overseas-confirm label.custom-check-box input[type="checkbox"] + span::after{
  width: 10px;
  height: 17px;
  top: calc(50% - 4px);
  transform: rotate(45deg) translateY(-50%);
  left: 2px;
  margin: 0;
}
.entry-overseas-confirm label.custom-check-box input[type="checkbox"]#overseas-leave-checkbox + span::after{
  width: 7px;
  height: 10px;
  top: 18px;
  left: -58px;
  transform: rotate(45deg) translateY(0);
  margin: 2px 5px;
}
.entry-overseas-confirm .form-disabled-32,
.entry-overseas-confirm .form-disabled-37,
.entry-overseas-confirm .form-disabled-40 {
  pointer-events: none;
}
.entry-overseas-confirm .form-disabled-32 input,
.entry-overseas-confirm .form-disabled-37 input,
.entry-overseas-confirm .form-disabled-40 input {
  opacity: 0.5;
}
.entry-overseas-confirm .other-form-label {
  position: relative;
}
.entry-overseas-confirm .other-form-label .other-input-caution {
  position: absolute;
  bottom: -1.2em;
  left: 65px;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px){
  table.form-table.type-4-column td.flex-questionnaire-area {
    flex-direction: column;
    height: calc(45px * 4);
  }
  table.form-table.type-3-column td.flex-questionnaire-area {
    flex-direction: column;
    height: calc(45px * 3);
  }
}

/*「変更する」のポップアップ*/
.entry-option-popup .entry-option-popup-body.confirm-pop{
  background-color: #ddd;
}

.entry-option-select div.relief-item-select-area-box,
.newoption .entry-option-select div.relief-item-select-area-box {
  filter: drop-shadow(0 0 5px rgba(0,0,0,20%));
  transform: translateZ(0);
}

div.form-user-background #purchase-overseas-plan {
  margin-top: 0;
}

div.edit-partial-plan form {
  padding: 0;
}

div.edit-partial-device-option form div.mypage-user-container {
  margin: 0 auto;
}
#rental_entry_button div.row{
  margin: 10px auto 0;
}
div.edit-partial-plan form div.row, div.edit-partial-device-option form div.row {
  padding-bottom: 60px;
}

.country label.custom-check-box-v2 {
  height: 29px;
}

.js-option-popup-last {
  margin: 0;
}

.explanation .js-option-popup-last {
  margin: 0;
  text-decoration: underline;
  font-size: 1.4rem;
  font-weight: normal;
}

small > .js-option-popup-last.js-option-popup-overseas{
  font-size: 1.3rem;
  font-weight: normal;
}
#select-continent-plan .country-plan {
  padding: 25px 0;
  width: -webkit-fill-available;
  cursor: pointer;
}

div.edit-partial-plan form div.row, div.edit-partial-device-option form div.row {
  margin-top: 60px;
}

.option-check:first-child {
  height: auto;
}

.entry-option-popup .popup-contents {
  padding: 40px;
}
.summary-table-column.confirm-pay .day-space {
  display: inline-block;
  min-width: 13px;
  text-align: center;
}
table.form-confirm-info-table th {
  font-size: 1.35rem;
}

.popup-overseas-confirmation label.custom-check-box-v2 {
  width: 40%;
  height: auto;
}

.popup-overseas-confirmation label.check-option {
  width: 46%;
}

.overseas-mail-caution-area {
  font-size: 1.1rem;
  margin: 0 0 10px 260px;
  line-height: 1.5rem;
}

table.form-table span.overseas-mail-caution {
  text-decoration: underline;
  color: #000;
  cursor: pointer;
}

table.form-table span.overseas-mail-caution,
table.form-table span.overseas-mail-caution-contents {
  font-weight: lighter;
}

/* クーポンコード入力エリア start */
.coupon-code-container .coupon-code-text {
  font-size: 1.6rem;
}
.coupon-code-container .coupon-code-box {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 15px;
}
.coupon-code-container .coupon-code-bottom {
  margin-top: 5px;
  padding-left: 50px;
}
.coupon-code-container .coupon-code-attention {
  font-size: var(--font-13);
}
.coupon-code-container p.coupon-code-message {
  margin-top: 5px;
  font-size: 1.6rem;
}
.coupon-code-container p.coupon-code-message.normally {
  color: var(--zeus-po-red);
  font-weight: bold;
}
.coupon-code-container p.coupon-code-message.error {
  color: #ff0000;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px){
  .coupon-code-container .coupon-code-text {
    font-size: 1.3rem;
  }
}
/* クーポンコード入力エリア end */

@media screen and (max-width: 767px){
  .overseas-mail-caution-area {
    margin: 0;
  }
  .explanation .js-option-popup-last {
    font-size: 1.2rem;
    width: auto;
    padding: 0;
  }
  div.flex-box-select.total-price.monthly-pay{
    display: flex;
    border-top: 1px solid #909090;
    border-bottom: none;
  }
  div.flex-box-select.total-price.monthly-pay.total-price-confirm.pc {
    display: none;
  }
  .monthly-pay.total-price div.left-plan-column{
    width: 100%;
    margin-top: 0;
  }

  div.left-plan-column {
    width: 100%;
  }
  div.plan-summary-area-table.contract .total-price{
    width: 60%;
  }
  .delivery-time{
    width: 100%;
    margin-top: 20px;
    padding: 1.1em 0.7em 1em 1.4em;
  }

  .total-price div.plan-summary-area-table.contract{
    margin: 0;
  }
  .delivery-time p > span:first-of-type{
    margin-right: 60px;
  }
  .delivery-time p:nth-child(2) > span:first-of-type {
    margin-right: 46px;
  }

  table.form-table td.flex-questionnaire-area{
    gap: 0;
    margin-bottom: 10px;
    justify-content: space-between;
  }
  .question-second {
    margin-top: 20px;
  }
  .question-second table.form-table td.flex-questionnaire-area div.questionnaire-label-box {
    width: 100%;
    flex-basis:auto;
  }
  /* STEP3：レジャー目的アンケート並び替え */
  table.form-table tr:nth-child(2) div.questionnaire-label-box:nth-child(1) { /* 観光 */
    order: 0;
  }
  table.form-table tr:nth-child(2) div.questionnaire-label-box:nth-child(2) { /* 帰省 */
    order: 2;
  }
  table.form-table tr:nth-child(2) div.questionnaire-label-box:nth-child(3) { /* 訪問（友人・知人など） */
    order: 4;
  }
  table.form-table tr:nth-child(2) div.questionnaire-label-box:nth-child(4) { /* 医療滞在 */
    order: 6;
  }
  table.form-table tr:nth-child(2) div.questionnaire-label-box:nth-child(5) { /* 留学 */
    order: 1;
  }
  table.form-table tr:nth-child(2) div.questionnaire-label-box:nth-child(6) { /* ワーキングホリデー */
    order: 3;
  }
  table.form-table tr:nth-child(2) div.questionnaire-label-box:nth-child(7) { /* 修学旅行 */
    order: 5;
  }
  table.form-table tr:nth-child(2) div.questionnaire-label-box:nth-child(8) { /* その他プライベート渡航 */
    order: 7;
  }
  div.questionnaire-label-box {
    margin-top: 0;
    margin-bottom: 20px;
    flex-basis: calc(50% - 2.5px);
  }
  .entry-option-popup .popup-contents {
    padding: 30px 15px;
  }
  #popup-overseas-transit img.overseas-popup {
    margin: 45px auto;
  }

  /*「変更する」のポップアップ*/
  .country-plan img{
    width: 50%;
    margin-bottom: 0;
  }

  .item-title.letter-pack {
    margin-top: 50px;
  }
  .summary-text-device-option-tax {
    font-size: 1.2em;
  }
  .js-option-popup-overseas {
    width: 100%;
    margin-left: 0;
    text-align: right;
    margin-top: 5px;
  }
  #select-continent-plan .country-plan {
    padding: 0;
  }
  table.overseas-area-sp th {
    width: 25%;
  }
  table.overseas-area-sp td {
    width: 75%;
  }
  table.overseas-area-sp td select {
    width: 100%;
  }
  .mypage-user-container div.form-user-background #anshin_option {
    margin-top: 50px;
  }
  .plan-table div.summary-table-column-right.adjust.confirm-pay p {
    display: flex;
    align-items: baseline;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1;
  }
  .popup-overseas-confirmation .option-check {
    width: 100%;
  }
  .popup-overseas-confirmation label.custom-check-box-v2 {
    width: 45%;
  }
  .popup-overseas-confirmation .popup-contents .option-check label.custom-check-box-v2 input[type="radio"]:checked + span::after {
    left: 15%;
  }
  .entry-confirm-step3 .subtotal-area div.summary-table-column span.plan-tax,
  .entry-confirm-step3 .subtotal-tax-area div.summary-table-column span.plan-tax{
    margin-right: 0px;
  }
}

/* 支払い方法選択 */

td.flex-user-area {
  height: auto;
}

.form-user-background-entry table.form-table th.two-select {
  padding-bottom: 0;
  vertical-align: top;
  padding-top: 15px;
}

td.flex-user-area label.custom-check-box.label-input {
  height: 45px;
  margin-bottom: 0px;
}

/* div.credit-card-name-confirm-popup {
  height: 300px;
}

div.credit-card-name-confirm-popup img.yellow-notion-icon {
  width: 2.0rem;
  height: 2.0rem;
  margin: 0 4px -6px 0;
} */

.payment td.flex-user-area p {
  font-size: 1.3rem;
  margin-top: 5px;
}
.payment td.flex-user-area label.label-input label {
  width: 280px;
}

@media screen and (max-width: 767px){
  tr.payment td.flex-user-area {
    height: auto;
    margin-top: 0;
  }
  div.form-capacity-notice.payment {
    padding-top: 0;
  }
  /* div.credit-card-name-confirm-popup {
    height: 400px;
  } */
  .scroll-text {
    margin-bottom: 5px;
    display: block;
    color: #000;
    text-align: right;
    font-size: 1.2rem;
  }
  .form-user-background-entry table.form-table th.two-select {
    padding-bottom: 0;
    vertical-align: middle;
    padding-top: 0;
  }
  .payment td.flex-user-area label.label-input label {
    width: 260px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px){
  .table-overseas-option th, .table-overseas-option td {
    font-size: 1.1rem;
    padding: 8px 0;
    line-height: 1.2;
  }

  div.your-plan-area div.summary-table-row.opt-service-sp {
    flex-direction: column;
  }
  div.your-plan-area #your_plan div.summary-table-row.opt-service-sp .summary-table-column-center {
    width: 100%;
  }
  div.your-plan-area #your_plan div.summary-table-row.opt-service-sp .summary-table-column-center .summary-group-option-1,
  div.your-plan-area #your_plan div.summary-table-row.opt-service-sp .summary-table-column-center .summary-group-option-2,
  div.your-plan-area #your_plan div.summary-table-row.opt-service-sp .summary-table-column-center .summary-group-option-3,
  div.your-plan-area #your_plan div.summary-table-row.opt-service-sp .summary-table-column-center .summary-group-option-4 {
    display: flex;
    justify-content: space-between;
  }
  div.your-plan-area #your_plan div.summary-table-row.opt-service-sp .summary-table-column-right {
    width: 100%;
    text-align: right;
    padding-top: 0px;
    padding-bottom: 0;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
  }
  div.your-plan-area #your_plan div.summary-table-row.opt-service-sp .summary-table-column-right .option-total-price .tax {
    font-size: 1.3rem;
  }
  #your_plan div.summary-table-column-center.full-wide {
    width: 100%;
    padding: 0;
  }
  .summary-group-countries-dataplans {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .detail .summary-table-column-center .name-wide-pc {
    justify-content: space-between;
  }
  .summary-group-countries-dataplans span:nth-child(2) {
    min-width: 100px;
    width: auto;
    text-align: right;
  }
  .summary-table-column-center .summary-group-send,
  .summary-table-column-center .summary-group-send-cp {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .entry-option-select .relief-option-ckeckbox label.custom-check-box-v2.option input[type=checkbox] + span::after {
    top: 0px;
    left: 3px;
  }
  .your-price-sp {
    width: auto;
    display: inline-block;
    text-align: left;
  }
  .detail .summary-table-column-center .name-wide-pc>span:nth-child(2) {
    min-width: unset;
    font-weight: bold;
    margin-right: 4px;
  }
  /* .detail .summary-table-column-center .name-wide-pc>span:nth-child(2) .space {
    display: none;
  } */
  .detail .summary-table-column-center .summary-group-option-4.name-wide-pc span.space,
  .detail .summary-table-column-center .name-wide-pc span.space {
    display: inline-block;
    min-width: 49.5px;
  }

  .your-price2-sp {
    margin-right: 49px;
  }
  .send-total-price {
    margin-right: 54.2px;
  }
  .summary-text-postage {
    margin-right: 51px;
  }
  div.summary-table-column span.plan-tax,
  div.summary-table-column-right span.plan-tax {
    font-size: 1.3rem;
  }
}
/* div.summary-table-column span.plan-tax, 
div.summary-table-column-right span.plan-tax {
  font-weight: bold;
} */

/* 申込フォームSTEP3契約内容確認 */
.mypage-global-confirm .leave-checkbox-box-desciption p.terms-agree-ttl {
  padding-left: 0;
}
.mypage-global-confirm p.terms-agree {
  padding-left: 1em;
  text-indent: -1em;
  margin-left: 0;
}
div.flex-box-select.sp {
  display: none;
}
.global-plan-table {
  border-collapse: collapse;
  margin-bottom: 20px;
  width: 100%;
}
.global-plan-table thead th {
  text-align: center;
  padding: 12px 0;
  border-bottom: 1px solid #909090;
}
.global-plan-table thead th:nth-child(1) {
  text-align: left;
  font-size: 2rem;
  padding-left: 5px;
}
.global-plan-table thead th:nth-child(2),.global-plan-table thead th:nth-child(3) {
  border-left: 1px solid #909090;
  font-size: 1.4rem;
}
.global-plan-table thead th:nth-child(2) {
  background-color: #f4f4f4;
}
.global-plan-table tbody th {
  text-align: left;
  padding: 16px 0 16px 5px;
  border-bottom: 1px solid #909090;
  width: 16%;
  font-weight: bold;
}
.global-plan-table tbody td {
  text-align: left;
  padding: 10px 0;
  border-bottom: 1px solid #909090;
}
/* .global-plan-table tbody tr:nth-of-type(1) td.summary-table-column-right {
  border-top: 1px solid #909090;
} */
.global-plan-table tbody tr td:nth-of-type(1) {
  width: 45%;
  line-height: 1.6;
}
.global-plan-table tbody tr td.sm-price-plan {
  width: 15%;
  padding: 16px 0;
  text-align: right;
  line-height: 1.6;
}
.global-plan-table tbody tr td.sm-price-plan-left-label {
  width: 15%;
  border-bottom: none;
  text-align: left;
  line-height: 1.6;
  padding: 0%;
}
.global-plan-table tbody tr td.sm-price-plan-right-price {
  width: 15%;
  border-bottom: none;
  text-align: right;
  line-height: 1.6;
  padding: 0%;
}
.global-plan-table tbody tr td.sm-price-plan .plan-tax {
  min-width: 45px;
  display: inline-block;
  text-align: center;
}
.global-plan-table tbody tr td.summary-table-column-right {
  width: 100%;
  padding: 16px 5px 16px 0;
  text-align: right;
  font-weight: bold;
}
.global-plan-table tbody tr td.summary-table-column-right .plan-tax {
  width: 50px;
  min-width: 50px;
  display: inline-block;
  font-size: 1.2rem;
}
.global-plan-table tbody td .plan-price {
  width: auto;
  min-width: 55px;
  display: inline-block;
  text-align: right;
}
.entry-confirm-step3 .global-plan-table tbody td .plan-price {
  min-width: unset;
}
.global-plan-table tbody td .number-big {
  font-size: 1.8rem;
  font-weight: bold;
}
.input-group-text {
  font-size: 1.5rem;
}
.total-price-confirm .total-payment .six-month {
  padding-right: 3px;
}
.total-price.total-price-confirm .total-payment .six-month .total-price-all {
  font-size: 2rem;
}
.total-price.total-price-confirm .total-payment .six-month .total-price-all span.plan-tax {
  font-weight: 600;
}
.global-questionnaire .form-h3 {
  line-height: 1.5;
  margin-left: 10px;
  margin-top: 60px;
}
.global-questionnaire table.form-table tr {
  height: auto;
}
.global-questionnaire table.form-table span.sub-ttl {
  font-size: 1.8rem;
  margin-top: 10px;
  display: block;
}
.flex-box-select.monthly-pay div.left-plan-column p {
  font-weight: bold;
}
.global-plan-table tbody .send-airport th,
.global-plan-table tbody .send-airport td {
  border: none;
  padding-bottom: 0;
}
.global-plan-table tbody #receiving-method-airport.send-airport th,
.global-plan-table tbody #receiving-method-airport.send-airport td {
  padding-top: 16px;
}
.global-plan-table tbody #send-airport-date.send-airport th,
.global-plan-table tbody #send-airport-date.send-airport td {
  border-bottom: 1px solid #909090;
  padding-bottom: 16px;
}
.global-plan-table tbody #receiving-method-airport.send-airport td sup,
.plan-table #receiving-method-airport div.summary-table-column-center sup {
  vertical-align: baseline;
}
#entry-overseas-confirm:has(.select2-container--open),
#entry-overseas-confirm:has(.select2-container--open) div.edit-partial-plan form {
  overflow: hidden;
}
@media screen and (max-width: 767px){
  div.flex-box-select.sp {
    display: block;
  }
  .total-price div.summary-table-column-right span.plan-tax.total-padd {
    padding-right: 33px;
  }
  .plan-table.sp div.summary-table-column-center.global-confirm-word {
    word-break: unset;
  }
  .plan-table div.summary-table-column-center {
    max-width: 190px;
  }
  .plan-table div.summary-table-column-center.wide-column {
    max-width: unset;
    width: 100%;
  }
  .global-plan-table div.plan-summary-table-row {
    margin: 5px auto 0;
    border-bottom: 1px solid #909090;
  }
  .global-plan-table div.plan-summary-table-row.subtotal {
    border: none;
  }
  div.summary-table-row.subtotal-area{
    margin: 0;
  }
  .global-plan-table div.plan-summary-table-row#campaign_row{
    margin: 15px auto 0;
  }
  .global-plan-table.sp .plan-space {
    font-size: 1.4rem;
    font-weight: normal;
    min-width: 51px;
    display: inline-block;
  }
  .entry-overseas-confirm .global-plan-table.sp .plan-space {
    text-align: right;
  }
  .global-plan-table.plan-table div.summary-table-column.summary-table-column-right.adjust.confirm-pay {
    display: flex;
    align-items: center;
    width: 55%;
  }
  .entry-overseas-confirm div.summary-table-row.subtotal-tax-area div.summary-table-column-right.adjust.confirm-pay p,
  .entry-overseas-confirm div.summary-table-row.subtotal-tax-area div.summary-table-column-right.adjust.confirm-pay p .plan-tax{
    font-weight: bold;
  }
  .entry-overseas-confirm div.summary-table-row.subtotal-tax-area.tax-price div.summary-table-column-right.adjust.confirm-pay p,
  .entry-overseas-confirm div.summary-table-row.subtotal-tax-area.tax-price div.summary-table-column-right.adjust.confirm-pay p .plan-tax{
    font-weight: normal;
  }

  .entry-overseas-confirm div.summary-table-row.subtotal-tax-area.tax-price div.summary-table-column-right.adjust.confirm-pay p{
    font-weight: normal;
  }

  .global-plan-table.sp div.summary-table-column-right span.plan-tax .text-sm {
    font-size: 1.4rem;
    min-width: 46px;
    display: inline-block;
    white-space: nowrap;
  }
  .global-questionnaire .form-h3 {
    font-size: 1.6rem;
    margin-top: 30px;
  }
  .global-questionnaire table.form-table th {
    margin: 0;
  }
  .global-questionnaire table.form-table span.sub-ttl {
    font-size: 1.6rem;
  }
  .overseas-edit-confirm-popup .form-table {
    margin-bottom: 20px;
  }
  p.leave-checkbox-box-title {
    padding: 18px 0 10px 10px;
    text-align: left;
    display: inline-block;
  }
  div.leave-checkbox-box-desciption {
    padding: 0 15px;
  }
  .total-price-confirm .total-payment .six-month {
    padding-right: 10px;
  }
  .plan-table div.summary-table-column-right.adjust.confirm-pay p{
    font-size: 1.4rem;
    font-weight: normal;
  }
  .plan-table div.summary-table-column-right.adjust.confirm-pay p.coupon-price {
    justify-content: flex-end;
    margin-right: 51px;
    margin-left: 0;
    font-size: 1.3rem;
  }
  .overseas-edit-confirm-popup .plan-summary-table-row.tax-row{
    display: flex;
  }
  .plan-table .subtotal-area div.summary-table-column-right.adjust.confirm-pay p{
    margin: 0 5px 0 0;
    font-size: 1.4rem;
    font-weight: bold;
  }

}

/* 申込フォームSTEP1海外レンタルバナー */
a.overseas-select-banner {
  display: block;
  max-width: 750px;
  margin: 50px auto 0;
  transition: .2s all;
}
a.overseas-select-banner:hover {
  filter: blur(0.5px) brightness(105%);
}
a.overseas-select-banner > img {
  width: 100%;
}
@media screen and (max-width: 767px){
  a.overseas-select-banner {
    margin: 15px auto 0;
  }
}

/* 申込フォームSTEP2お客様情報入力・会員登録 */
.entry-overseas-user div.form-application-container div.mypage-user-container {
  margin: 10px auto 0;
  display: flex;
}
.entry-overseas-user .login-txt {
  font-weight: 400;
  margin: 0;
  font-size: 1.1rem;
  color: #333;
  line-height: 1.5;
  padding-left: 10px;
  padding-top: 5px;
}
.entry-overseas-user .form-txt {
  margin-bottom: 10px;
  padding-left: 10px;
  color: #000;
  font-size: 1.3rem;
  line-height: 1.5rem;
  padding-top: 3px;
  font-weight: bold;
}
.entry-overseas-user .form-txt a {
  text-decoration: underline;
  cursor: pointer;
}
.entry-overseas-user .login-btn {
  background: url(../img/arrow06.svg) no-repeat 118px center #fff;
  padding: 13px 0px 13px 18px;
  min-width: 140px;
  height: 45px;
  background-size: 8px;
  cursor: pointer;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
  color: #037E82;
  border: 1px solid #037E82;
  margin-bottom: 10px;
}
#email-chk-btn {
  margin-bottom: 10px;
}
.entry-overseas-user .login-btn:hover {
  color: #fff;
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow05.svg) no-repeat 118px center #00BBAB;
  background-size: 8px;
}
.entry-overseas-user .loading {
  display: flex;
  align-items: center;
}
.entry-overseas-user .loading img {
  width: 45px;
  height: 45px;
}
.entry-overseas-user .form-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.entry-overseas-user .after-login-disabled td {
  opacity: 0.5;
  pointer-events: none;
}
.entry-overseas-user table.form-table .after-login-disabled  span.mandatory {
  background-color: #D9D9D9;
  color: #000;
}
.entry-overseas-user .check-mark {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.entry-overseas-user .check-cercle {
  border: 1px solid #00BBAB;
  border-radius: 50%;
  padding: 5px;
}
.entry-overseas-user .check-cercle img {
  width: 20px;
  position: relative;
  top: 1px;
}
.entry-overseas-user .entry-rental-device-title,
#form-entry-edit-contractor .entry-rental-device-title {
  width: 185px;
  font-size: 1.1rem;
  color: #333;
  border-bottom: 1px solid #333;
  position: relative;
  padding: 2px 0;
}
.entry-overseas-user .entry-rental-device-title .not-address,
#form-entry-edit-contractor .entry-rental-device-title .not-address {
  transform: none;
  text-align: left;
}
.entry-overseas-user .entry-rental-device-title::after,
#form-entry-edit-contractor .entry-rental-device-title::after {
  display: block;
  content: '▼';
  color: #909090;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.entry-overseas-user .entry-rental-device-title.transform::after,
#form-entry-edit-contractor .entry-rental-device-title.transform::after {
  transform: rotate(180deg) translateY(7px);
}
.decoration-button-area-form-v2 {
  margin: 5px;
}
@media screen and (max-width: 767px){
  .entry-overseas-user .login-txt {
    padding-left: 0;
  }
  .entry-overseas-user div.form-application-container div.mypage-user-container.user-btn-container {
    flex-direction: column;
  }
  .entry-overseas-user div.form-application-container div.mypage-user-container .login-btn {
    margin-bottom: 10px;
  }
  .entry-overseas-user .form-txt {
    font-size: 1.4rem;
  }
}

/* 完了画面 */
div.form-application-container div.complete-description {
  margin: 60px auto 0;
}
div.complete-mypage-icon {
  width: 240px;
  height: 56px;
}
.row-complete .mypage-icon > a {
  position: relative;
}
.row-complete .mypage-icon > a::before {
  display: none;
  content: '';
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  outline: 2px solid #000;
  position: absolute;
  top: -5px;
  left: -5px;
}
.row-complete .mypage-icon > a:focus-visible {
  outline: none;
}
.row-complete .mypage-icon > a:focus-visible::before {
  display: block;
}
@media screen and (max-width: 767px){
  div.form-application-container div.complete-description {
    margin: 30px auto 0;
  }
  div.complete-mypage-icon {
    width: 300px;
    height: 70px;
  }
}
/* 再申し込みフォーム */
#email-chk-btn.btn-disabled {
  pointer-events: none;
  /* opacity: 0.5; */
}
.entry-overseas-user table.form-table th.mail-ttl {
  vertical-align: top;
  padding-top: 18px;
}
.global-first-message {
  margin-bottom: 5px;
}
.login-message {
  background-color: #fff;
  max-width: 750px;
  margin: 0 auto;
}
.login-message p {
  color: #000;
  padding: 0 10px 20px;
}
.error-message-value p{
  padding: 0;
  font-weight: bold;
  color: var(--red-color);
}
.error-message-value{
  margin: 0;
}
.after-login {
  padding: 15px 0 0;
}
.after-login p {
  margin-bottom: 15px;
}
.after-login #logout {
  text-decoration: underline;
}
.after-login #logout:hover {
  cursor: pointer;
}
#entry-payment-form .payment table.credit-number {
  border-collapse: collapse;
  margin: 5px 0 15px 44px;
}
#entry-payment-form .payment table.credit-number tr {
  height: auto;
}
#entry-payment-form .payment table.credit-number th, #entry-payment-form .payment table.credit-number td {
  border: 1px solid #000;
  padding: 10px;
  font-size: 1.3rem;
  font-weight: 400;
}
#entry-payment-form .payment table.credit-number th {
  width: 155px;
  color: #fff;
  background: #000;
}
#entry-payment-form .payment table.credit-number td {
  width: 200px;
  text-align: center;
  letter-spacing: 2px;
}
.repeat-user-disabled td {
  opacity: 0.5;
  pointer-events: none;
}
.repeat-user-disabled th span.mandatory {
  background-color: #D9D9D9;
  color: #000;
}
.detail .summary-table-column-center .name-wide-pc>span.summary-option-2{
  min-width: 60.5px;
}

@media screen and (max-width: 767px){
  .entry-overseas-user div.flex-form-title {
    padding: 0 8px;
  }
  .global-user-message {
    padding: 0 8px;
  }
  .login-message p {
    font-size: 1.4rem;
  }
  .entry-overseas-user table.form-table th.mail-ttl {
    vertical-align: top;
    padding-top: 0px;
    margin: 0 0 15px;
  }
  #entry-payment-form .payment table.credit-number {
    margin: 5px 0 15px 0;
  }
  #entry-payment-form .payment table.credit-number th {
    width: 30%;
    min-width: 85px;
    display: table-cell;
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 5px 10px;
  }
  #entry-payment-form .payment table.credit-number td {
    width: 70%;
    min-width: 215px;
    display: table-cell;
    padding: 5px 10px;
    line-height: 2.5;
  }
  .after-login {
    padding: 10px 8px 0;
  }
}

/* 申込フォーム改修 */
/* ヘッダー付近 */
.form-application-container .form-step-title-wrapper{
  display: none;
}
/* 郵便番号 */
.overseas-select-inner-box .input-group-contents .text-sub-tittle{
  font-weight: 600;
  font-size: var(--font-18);
  margin: 0;
}
.overseas-select-inner-box .input-group-contents div{
  margin: 0 15px;
}
.overseas-select-inner-box .input-group-contents div:last-of-type{
  margin-right: 0;
  margin-left: auto;
  display: block;
}
.overseas-select-inner-box .zipcode-text {
  font-size:  var(--font-13);
  margin: 10px 0 20px 0;
  color: var(--zeus-po-black);
}
.overseas-select-inner-box .select-form-box .border-layout,
.overseas-select-inner-box .border-layout.confirm {
  margin-top: 50px;
}
.overseas-select-inner-box .select-form-box .border-layout.other-option-top-border {
  margin-top: 20px;
}
.overseas-select-inner-box .item-title.post-code{
  margin: 0 0 20px 0;
  padding: 0.5rem 10px;
  border-left: 10px solid #66D6CC;
}
.overseas-select-inner-box .validator-error-span{
  margin-top: 5px;
}
/* 受取方法を選択 */
.overseas-select-place-top {
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}
.overseas-select-place-check {
  width: 50%;
  flex: initial;
}
.entry-overseas-confirm .overseas-select-place-check {
  pointer-events : none;
}
.overseas-select-place-check + .overseas-select-place-check {
  margin-left: 30px;
}
.entry-option-select.overseas-select-place-check .relief-option-ckeckbox {
  top: 0;
  bottom: 0;
  margin: auto;
  height: 28px;
}
.overseas-select-inner-box .entry-option-select.overseas-select-place-check div.relief-item-select-area-box .place {
  font-size: 1.8rem;
  font-weight: bold;
}
.edit-partial-airport-place .overseas-select-inner-box .entry-option-select.overseas-select-place-check div.relief-item-select-area-box .place .overseas-plan2-place {
  line-height: 1;
}
.entry-option-select.overseas-select-place-check div.relief-item-select-area-box {
  padding: 15px 0 15px 85px;
}
.entry-option-select.overseas-select-place-check:focus-visible {
  outline: 2px solid #000;
  border-radius: 15px;
}
.overseas-select-place-contents.airport {
  display: none;
}
.overseas-select-place-contents.delivery {
  margin-top: 25px;
}
.overseas-select-place-contents.delivery.zipcode-hidden {
  margin: 0;
}
.overseas-select-place-inner {
  margin-top: 25px;
}
.overseas-select-place-subtitle {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  margin: 30px 0 15px;
}
.overseas-select-place-contents.airport .overseas-select-place-subtitle {
  margin: 25px 0 15px;
}
.overseas-select-place-subtitle .note-mark,
.overseas-select-place-subtitle .anynote-mark {
  padding: 4px 5px;
}
.overseas-select-place-airport {
  margin-top: 10px;
}
.overseas-select-place-text + .overseas-select-place-text {
  margin-top: 0;
}
.overseas-select-place-link {
  display: inline-block;
  margin-top: 10px;
  padding-bottom: 0;
  font-weight: bold;
  font-size: var(--font-15);
  border: 1px solid transparent;
  transition: all 0.25s;
}
.overseas-select-place-link:hover {
  border-bottom: 1px solid var(--zeus-po-red);
}
main.mypage-main select.overseas-select-place-select-airport {
  padding: 5px;
  margin-top: 10px;
  max-width: 325px;
  width: 100%;
  height: 45px;
  background-color: #fff;
  border: 1px solid #606060;
}
main.mypage-main select.overseas-select-place-select-airport#select-store{
  max-width: none;
}
main.mypage-main .entry-overseas-confirm select#select-airport {
  pointer-events: none;
  opacity: 0.5;
}
main.mypage-main select.overseas-select-place-select-airport#select-store .wrap {
  display: none;
}
table.overseas-select-place-table {
  border-collapse: collapse;
  width: 100%;
}
table.overseas-select-place-table th {
  color: #000;
  border: 2px solid #66D6CC;
  background-color: #66D6CC;
  text-align: center;
}
table.overseas-select-place-table th:first-of-type {
  width: 140px;
  padding: 10px 0;
  text-align: center;
}
table.overseas-select-place-table tr:first-of-type th {
  border-bottom: 2px solid #fff;
}
table.overseas-select-place-table td {
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 5px 12px;
  border: 2px solid #037E82;;
  word-break: break-all;
  height: 40px;
}
table.overseas-select-place-table td:first-of-type {
  width: auto;
  color: #000;
  border-bottom: 2px solid #037E82;;
  background: #fff;
}
.overseas-select-place-attention {
  margin-top: 5px;
}
.overseas-select-place-attention + .overseas-select-place-attention {
  margin-top: 0;
}
a.overseas-select-place-attention-link {
  text-decoration: underline;
}
/* 渡航期間・利用国・利用台数を選択 */
.overseas-select-inner-box #usage_period_block{
  margin-top: 20px;
}
.overseas-select-inner-box #usage_period_block .item-title.travel-period {
  margin-top: 0px;
}
#purchase-overseas-plan .entry-form-option-select small,
#anshin_option .entry-form-option-select small,
.overseas-select-place small{
  margin: 30px 0 10px 0;
  font-size:  var(--font-13);
  color: var(--zeus-po-black);
  line-height: 1.5;
}
.overseas-select-inner-box .usage-period{
  margin-left: var(--space-20);
}
.overseas-select-inner-box .item-title.travel-period{
  padding: 0.5rem 10px;
  border-left: 10px solid #66D6CC;
  line-height: 1;
  margin: 0 0 20px;
}
.overseas-select-inner-box .item-title.coupon-sub-title{
  padding: 0.5rem 10px;
  border-left: 10px solid #66D6CC;
  line-height: 1;
  margin: 0 0 10px -20px;
}

.overseas-select-inner-box .input-daterange input:last-child{
  width: 140px;
}
.overseas-select-inner-box #usage_period_block .text-sub-tittle{
  font-weight: 600;
  font-size: var(--font-18);
  margin: 0 15px 0 0;
  display: inline-flex;
  align-items: center;
}
.overseas-select-inner-box .usage-sub-title{
  width: 350px;
  margin: 0 0 5px 55px;
  font-weight: normal;
}
.overseas-select-inner-box #purchase-overseas-plan{
  margin: 0px;
}
.overseas-select-inner-box .item-title.country-select-area{
  padding: 0.5rem 10px;
  border-left: 10px solid #66D6CC;
  line-height: 1;
  margin: 40px 0 0 0;
  padding: 0.5rem 10px;
}
.overseas-select-inner-box .country-plan{
  flex-direction: row;
  padding: 0;
}
.overseas-select-inner-box #select-country-plan .country-plan{
  justify-content: space-between;
}
.overseas-select-inner-box .country-plan img{
  margin: 0 0 0 10px;
  width: 20%;
}
.overseas-select-inner-box .popular{
  gap: 20px 10px;
}
.overseas-select-inner-box #select-country-plan .popular > div{
  width: calc((100% / 4) - 10px);
}
.overseas-select-inner-box #select-country-plan .country-plan p{
  width: 70%;
  display: inline-block;
  margin: 0 auto;
  line-height: 1;
  font-size: 1.4rem;
}
.overseas-select-inner-box .overseas-contain{
  gap:0px;
}
.overseas-select-inner-box .overseas-contain label[for="travel-type-single"],.overseas-select-inner-box .overseas-contain label[for="travel-type-tour"]{
  width: 50%;
  height: 50px;
  font-size: var(--font-18);
  justify-content: center;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}
label[for="travel-type-single"]:has(.custom-check-box-v2 #travel-type-single:checked),label[for="travel-type-tour"]:has(.custom-check-box-v2 #travel-type-tour:checked){
  background: #66D6CC;
  color: #000;
}
label[for="travel-type-single"]:has(.custom-check-box-v2 #travel-type-single):focus {
  margin-right: 1px;
}
label[for="travel-type-single"]:has(.custom-check-box-v2 #travel-type-single:not(:checked)),label[for="travel-type-tour"]:has(.custom-check-box-v2 #travel-type-tour:not(:checked)){
  background: var(--overseas-gray);
  color: #000;
}
.overseas-select-inner-box #select-country-plan,.overseas-select-inner-box #select-continent-plan{
  padding: 20px 20px 30px;
  border: 3px solid #66D6CC;
  border-radius: 0 0 10px 10px;
}
.overseas-select-inner-box #purchase-overseas-plan .text-sub-tittle,.overseas-select-inner-box #purchase-overseas-plan h2.overseas-title{
  font-weight: 600;
  font-size: var(--font-18);
  margin: 10px 0;
}
.overseas-select-inner-box #purchase-overseas-plan .text-sub-tittle.from-popular-select {
  margin-bottom: 14px;
}
.overseas-select-inner-box #purchase-overseas-plan table.table-base.sp-long.select-area tbody{
  display: flex;
}
.overseas-select-inner-box #purchase-overseas-plan table.table-base.sp-long.select-area tr{
  margin-right: 30px;
}
.overseas-select-inner-box #purchase-overseas-plan table.table-base.sp-long.select-area select._areas,.overseas-select-inner-box #purchase-overseas-plan table.table-base.sp-long.select-area select._countries{
  width: 200px;
}
.overseas-select-inner-box #purchase-overseas-plan .entry-option-select div.relief-item-select-area-box{
  padding: 15px 0 15px 70px;
}
.overseas-select-inner-box #purchase-overseas-plan .plan-box .entry-option-select div.relief-item-select-area-box{
  padding: 15px 10px 15px 45px;
}
.overseas-select-inner-box #purchase-overseas-plan .plan-box:has(.entry-option-tanmatsu-anshin:not(.section-hide)){
  padding-bottom: 0;
}
.overseas-select-inner-box #purchase-overseas-plan .plan-box .entry-option-select{
  flex: 0 0 47%;
}
.overseas-select-inner-box #purchase-overseas-plan .plan-box .entry-option-select:focus-visible {
  outline: 2px solid #000;
  border-radius: 15px;
}
.overseas-select-inner-box .entry-option-select div.relief-item-select-area-box .title.giga-data{
  font-size:1.7rem;
}
.overseas-select-inner-box .entry-option-select div.relief-item-select-area-box .price{
  font-size:2.8rem;
}
.overseas-select-inner-box .overseas-plan-section2{
  margin:0;
}
.overseas-select-inner-box .overseas-plan-section2 img.recommend{
  bottom: unset;
  right: -5px;
  top: 0;
  transform: translateY(-50%);
}
.overseas-select-inner-box .plan-box .entry-option-tanmatsu-anshin:not(.section-hide){
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
.overseas-select-inner-box #anshin_option .entry-option-tanmatsu-anshin .entry-option-select img.recommend{
  bottom: unset;
  top: -20px;
  right: -20px;
  width: 90px;
}
.overseas-select-inner-box .option-select-img.img-50,.overseas-select-inner-box .option-select-img.img-100 {
  background-color: #ccc;
  bottom: -80px;
  position: absolute;
  width: 47%;
  padding: 5px 50px;
}
.overseas-select-inner-box .option-select-img.img-50:after,.overseas-select-inner-box .option-select-img.img-100:after {
  content: "";
  position: absolute;
  right: 0;
  top: -15px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent rgb(204, 204, 204) transparent;
  border-width: 0 10px 15px 10px;
}
.overseas-select-inner-box .option-select-img.img-50{
  right: 0;
}
/* オプションサービス */
main.mypage-main select.form-item-delivery-time{
  text-align: left;
  font-weight: 600;
  color: #505050;
  padding: 3.45px 6px;
}
.overseas-select-inner-box .entry-option-detail .btn{
  margin: 0;
  text-align: start;
  font-size:  var(--font-13);
  font-weight: bold;
}
.overseas-select-inner-box .entry-option-detail .btn .js-option-popup{
  font-size:  var(--font-13);
  font-weight: bold;
}
.overseas-select-inner-box .item-title.option-serves{
  padding: 0.5rem 10px;
  border-left: 10px solid #66D6CC;
  line-height: 1;
  margin: 40px 0 15px;
}
.overseas-select-inner-box .item-title.overseas-plan-top{
  padding: 0.5rem 10px;
  border-left: 10px solid #66D6CC;
  line-height: 1;
  margin: 40px 0 30px -17px;
}
.overseas-select-inner-box input#datepicker_prior_delivery:not(:disabled){
  background: no-repeat 95% center/24px url(../img/calendar-icon.svg);
  background-color: rgb(217, 217, 217);
}
.overseas-select-inner-box .entry-option-detail p{
  font-size:  var(--font-13);
  color: var(--zeus-po-black);
  font-weight: 500;
}
.entry-form-option-select .option-serves-text{
  font-size:  var(--font-13);
  color: var(--zeus-po-black);
  font-weight: 500;
  margin-bottom: 10px;
}
.overseas-select-inner-box .item-title.delivery-area{
  padding: 0.5rem 10px;
  margin-top: 30px;
}
.overseas-select-inner-box .entry-form-option-select:has(.delivery-area){
  /* border-top: 5px solid #00BBAB; */
  margin: 110px 0 0 0;
}
.overseas-select-inner-box .option-01{
  width: auto;
  margin: auto;
  padding: 0;
  border:0;
  position: relative;
}
.overseas-select-inner-box .option-01 .overseas-delivery-text{
  width: 47%;
  background-color: var(--overseas-gray);
  padding: 20px 0 10px 0;
  margin: 10px 0 0 0;
}

.overseas-select-inner-box .option-01 .overseas-delivery-text .normal-de{
  display: block;
  margin: 0 0 5px 0;
}
.overseas-select-inner-box .return-caution-area p{
  font-size:  var(--font-13);
  color: var(--zeus-po-black);
  font-weight: 500;
}
.overseas-select-inner-box .return-caution-area .js-option-popup{
  display: block;
  font-size:  var(--font-13);
  font-weight: bold;
  margin: 2px auto 0 0;
  text-align: start;
}
.overseas-select-inner-box .js-option-popup.transit-js-button{
  display: block;
  font-size:  var(--font-13);
  font-weight: bold;
  margin: 0 auto 0 0;
  text-align: start;
}
.overseas-select-inner-box .item-title.letter-pack,
.overseas-select-inner-box .item-title.transit-option-top{
  margin: 0;
}
.overseas-select-inner-box .other-option{
  display: flex;
  width: 100%;
  margin: 90px 0 20px 0;
  padding: 30px 0 0 0;
}
.overseas-select-inner-box .other-letter-pack,.overseas-select-inner-box .other-transit-option{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.overseas-select-inner-box .other-letter-pack .letter-pack,
.overseas-select-inner-box .other-transit-option .transit-option-top,
.overseas-select-inner-box .interpretation-option .interpretation-option-top > h3 {
  margin: 0 0 10px 0;
}
.overseas-select-inner-box .other-letter-pack .entry-option-select,
.overseas-select-inner-box .other-transit-option .entry-option-select,
.overseas-select-inner-box .interpretation-option .entry-option-select {
  flex: 0 0 90%;
}
.overseas-select-inner-box .interpretation-option .interpretation-option-area .cp-price {
  display: inline-block;
  font-size: 4.2rem;
  line-height: 0.5em;
}
.overseas-select-inner-box .interpretation-option .interpretation-option-area .cp-price > .yen:first-child {
  margin: -8px;
}
.overseas-select-inner-box .option-side-content{
  display: flex;
  align-items:baseline;
  flex-wrap: wrap;
}
.overseas-select-inner-box #desired_pick_up_date .input-daterange#datepicker{
  width: fit-content;
  margin: 0 0 20px 0;
}
.overseas-select-inner-box #timepicker{
  width: 45%;
}
input#datepicker_prior_delivery{
  height: calc(1.7em + 0.95rem + 2px);
  margin: 10px 0 0 0;
}
.overseas-select-inner-box select.form-user-select-sp.form-item-delivery-time{
  height: calc(1.7em + 0.95rem + 2px);
  margin: 10px 0 0 0;
  border-radius: 8px;
}
.overseas-select-inner-box div#desired_pick_up_date .item-title{
  height: 0;
}
.overseas-select-inner-box p.vaidation-error-area.vaidation-error-area-remark{
  height: 15px;;
}
span.mandatory.delivery-mandatory,#timepicker span.mandatory.delivery-mandatory{
  font-size:  var(--font-12);
  margin-right: 5px;
}
.overseas-select-inner-box div#desired_pick_up_date .item-title h3{
  font-size: var(--font-13);
  font-weight: 400;
}
.overseas-select-inner-box.mypage-user-container #anshin_option{
  margin-top: 0;
}
#purchase-overseas-plan .border-layout-plan:has( + .item-title.overseas-plan-top:not(.section-hide)){
  border: 1px solid #d3d3d3;
}
.item-title.overseas-plan-top:not(.section-hide) + .plan-box +.border-layout-plan{
  border: 1px solid #d3d3d3;
}
.overseas-select-inner-box .border-layout{
  border: 1px solid #d3d3d3;
  margin: 15px auto;
}
.plan-box+.border-layout{
  margin:40px 0 0 0;
}
.entry-rental-device-title img{
  opacity: 0.5;
}
.entry-rental-device-title{
  color: #909090;
  font-size: 1.1rem;
  font-weight:normal;
  border-bottom: 1px solid #909090;
}
.interpretation-option-area .entry-option-service {
  border: 5px solid #ffe401;
  border-radius: 1.25em;
  padding: 10px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 20%));
  transform: translateZ(0);
  background-color: #fff;
}
.interpretation-option-area .entry-option-service .try-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-10deg);
  font-size: 5.6rem;
  font-weight: 900;
  color: #DFF5F2;
  font-family: "Noto Sans CJK JP", sans-serif;
  width: 100%;
  z-index: 0;
  white-space: nowrap;
}
.interpretation-option-area .entry-option-service .sub-desc {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
  line-height: 1.4;
}
.interpretation-option-area .entry-option-service .sub-desc .underline {
  background: linear-gradient(transparent 70%, #ffe401 70%);
}
.interpretation-option-area .entry-option-service .sub-desc .underline span {
  font-size: 1.8rem;
  color: #00BBAB;
}
.interpretation-option-area .entry-option-service .arrow {
  position: relative;
  z-index: 1;
}
.interpretation-option-area .entry-option-service .arrow::before {
  content: "";
  border-top: 12px solid #5E5E5E;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 5px;
}
.interpretation-option-area .entry-option-service .main-desc {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  padding-left: 5.2rem;
  display: inline-block;
  width: fit-content;
  margin: auto;
}
.interpretation-option-area .entry-option-service .main-desc .usage-period-left {
  position: absolute;
  font-size: 1.5rem;
  left: 0;
  top: 24px;
  line-height: 1.5;
}
.interpretation-option-area .entry-option-service .main-desc .usage-free {
  font-size: 2rem;
}
.interpretation-option-area .entry-option-service .main-desc .usage-free .color-pink {
  color: #e6006b;
  font-size: 3.5rem;
  line-height: 1;
}
.interpretation-option-area .entry-option-service .main-desc .usage-free .color-pink span {
  font-size: 7rem;
  position: relative;
  bottom: -5px;
}
.interpretation-option-area .entry-option-service .main-desc .usage-free .color-green {
  color: #00BBAB;
  font-size: 2.8rem;
}
.overseas-select-inner-box .interpretation-option .interpretation-option-area {
  position: relative;
}
.overseas-select-inner-box .entry-form-option-select .interpretation-option .interpretation-option-area .cp-price.cp-decoration {
  left: unset;
  right: -20px;
  position: absolute;
  width: 90px;
}
@media screen and (min-width: 768px){
  /* 郵便番号 */
  /* .overseas-select-inner-box .input-group-contents{
    justify-content:normal;
    margin: 0 0 0 20px;
  } */
  .overseas-select-inner-box .nowTimeMin-day{
    margin-left: var(--space-20);
  }
  .overseas-select-inner-box .entry-option-detail{
    display: flex;
    margin: 0px 0 20px 0;
  }
  .overseas-select-inner-box .country-plan{
    height: var(--space-60);
  }
  .overseas-select-inner-box .entry-option-tanmatsu-anshin{
    margin-top: auto;
  }
  .overseas-select-inner-box .entry-option-tanmatsu-anshin.flex-column {
    flex-direction: column;
  }
  .overseas-select-inner-box .transit-area-caution{
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .overseas-select-inner-box div.white-content-box-form {
    padding: 10px 35px 50px;
  }
  .overseas-select-inner-box div.white-content-box-form.entry-confirm-step3 {
    padding: 40px 35px 50px;
  }

  .overseas-select-inner-box .relief-item-select-area3{
    width: 40%;
  }
  .entry-option-select:has(.relief-item-select-area3){
    width: 95%;
  }
  .overseas-select-inner-box .option-01 .overseas-delivery-text{
    width: 100%;
    padding: 20px 0 5px 0;
  }
  .overseas-select-inner-box .item-title.travel-period{
    margin-left: -17px;
  }
  .overseas-select-inner-box .item-title.option-serves{
    margin-left: -17px;
  }
  .overseas-select-inner-box .item-title.country-select-area{
    margin: 30px 0 15px -17px;
  }
  #purchase-overseas-plan .entry-form-option-select small,
  #anshin_option .entry-form-option-select small,
  .overseas-select-place small{
    margin: 10px 0 0;
    padding-left: 10px;
    font-size: var(--font-13);
  }
  #purchase-overseas-plan .border-layout-plan:has( + .item-title.overseas-plan-top:not(.section-hide)){
    margin: 30px auto;
  }
  .item-title.overseas-plan-top:not(.section-hide) + .plan-box +.border-layout-plan{
    margin: 40px auto;
  }
  #anshin_option .entry-form-option-select:has(.option-serves) .entry-option-detail{
    display: flex;
    margin: 30px 0 15px 0;
  }
  .overseas-select-inner-box .item-title.delivery-area{
    margin: 10px 0 0 0;
  }
  .overseas-select-inner-box p.option-serves-text{
    margin: 10px 0 0 0;
  }
  .overseas-select-inner-box .delivery-layout {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 15px 0 20px 0;
  }
  .overseas-select-inner-box .entry-option-service.entry-option-tanmatsu-anshin.delivery-area{
    display: flex;
    flex-direction: column;
    width: 50%;
  }
  .overseas-select-inner-box .delivery-day{
    width: 50%;
  }
  .overseas-select-inner-box div#desired_pick_up_date {
    width: 100%;
    position: static;
    left: 0;
    top: 0;
    margin: 35px 0 0 0;
  }
  .overseas-select-inner-box .option-01 .overseas-delivery-text{
    margin: 0;
  }
  .option-side-content #datepicker div.usage-days-select{
    display: block;
  }
  .overseas-select-inner-box .other-option,
  .overseas-select-inner-box .interpretation-option {
    margin: 0;
    padding: 40px 0 0 0;
    position: relative;
  }
  .overseas-select-inner-box .interpretation-option {
    padding: 10px 0 0;
  }
  .overseas-select-inner-box .interpretation-option .interpretation-option-area {
    cursor: auto;
  }
  .overseas-select-inner-box .interpretation-option .interpretation-option-area .cp-price.cp-decoration {
    top: -18px;
    left: 250px;
  }
  .overseas-select-inner-box .interpretation-option .interpretation-option-area .entry-option-service {
    display: block;
  }
  .overseas-select-inner-box .interpretation-option .interpretation-option-area .relief-item-select-area6 {
    pointer-events: none;
  }
  .overseas-select-inner-box .item-title.post-code{
    margin: 30px 0 0 -20px;
  }
  .overseas-select-inner-box .other-transit-option::before{
    background-color: #d3d3d3;
    content: "";
    width: 2px;
    height: 90%;
    position: absolute;
    top: 20px;
    left: 47.5%;
  }
  .option-side-detail {
    position: absolute;
    width: 340px;
    text-align: left;
    bottom: -100px;
}
  span.summary-group-countries-dataplans.name-wide-pc.wide-adjustment>span:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.return-caution-area{
  width: auto;
}
.overseas-delivery-text-side-content{
  margin: 0;
  font-size: 1.3rem;
  text-align: justify;
  position: absolute;
  bottom: -60px;
}
#desired_pick_up_date .input-daterange input:last-of-type,main.mypage-main select.form-item-delivery-time{
  width: 200px;
}
  main.mypage-main .entry-overseas-user select.form-item-delivery-time {
    width: 216px;
  }
}
/* SP */
@media screen and (max-width: 767px){
  .overseas-select-inner-box .input-group-contents .text-sub-tittle {
    font-size: 15px;
  }
  .overseas-select-inner-box .input-group-contents div{
    margin: 10px 5px 0 5px;
  }
  .overseas-select-inner-box .select-form-box .border-layout,
  .overseas-select-inner-box .border-layout.confirm {
    margin: 30px 0;
  }
  .overseas-select-inner-box .item-title.country-select-area{
    margin: 20px 0 10px 0;

  }
  .overseas-select-inner-box #usage_period_block .text-sub-tittle{
    display: none;
  }
  .overseas-select-inner-box .input-group-contents div:last-of-type{
    margin:0 auto;
    display: flex;
    width: 100%;
  }
  .overseas-select-inner-box .input-daterange input:last-child{
    width: 150px;
  }
  .overseas-select-inner-box .usage-sub-title{
    display: flex;
    justify-content: flex-start;
    width: 330px;
    margin: 0 0 0 25px;
    gap: 50px;
    padding-left: 0;
  }
  /* 受取方法を選択 */
  .overseas-select-place-check + .overseas-select-place-check {
    margin-left: 15px;
  }
  .entry-option-select.overseas-select-place-check div.relief-item-select-area-box {
    padding: 15px 0 15px 40px;
  }
  .entry-option-select.overseas-select-place-check label.custom-check-box-v2.option input[type="radio"] + span.type-radio::before {
    left: 0;
  }
  .entry-option-select.overseas-select-place-check label.custom-check-box-v2.option input[type="radio"] + span.type-radio::after {
    left: 4px;
  }
  /* 利用国・地域*/
  .overseas-select-inner-box #select-country-plan .country-plan p{
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 1.2rem;
    line-height: 1.1rem;
  }
  .overseas-select-inner-box .item-title.travel-period{
    margin: 50px 0 20px 0;
  }
  .overseas-select-inner-box #select-country-plan, .overseas-select-inner-box #select-continent-plan{
    padding: 10px
  }
  .overseas-select-inner-box #select-country-plan .popular > div{
    width: calc((100% / 3) - 6.67px);
  }
  .overseas-select-inner-box .popular {
    gap: 10px;
  }
  .overseas-select-inner-box .country-plan{
    flex-direction: column;
  }
  .overseas-select-inner-box .country-plan img{
    margin: 10px 0 0 0;
    width: 40%;
    max-width: 40px;
  }
  .overseas-select-inner-box #select-country-plan .country-plan{
    gap: 10px;
    justify-content: flex-start;
  }
  .overseas-select-inner-box #select-country-plan .country-plan[for="usa"]{
    gap: 5px;

  }
  .overseas-select-inner-box .overseas-contain label[for="travel-type-single"], .overseas-select-inner-box .overseas-contain label[for="travel-type-tour"]{
    font-size:var(--font-16);
    text-align: center;
  }
  .overseas-select-inner-box #purchase-overseas-plan table.table-base.sp-long.select-area tbody{
    display: block;
  }
  .overseas-select-inner-box .country-plan .title p{
    font-size: var(--font-16);
  }
  /* オプションサービスを選択 */
  .overseas-select-inner-box .entry-form-option-select:has(.delivery-area){
    margin: 50px 0 0 0;
  }
  .overseas-select-inner-box .item-title.option-serves{
    margin: 40px 0 0;
  }
  .overseas-select-inner-box #anshin_option .entry-form-option-select:nth-child(1) .item-title:not(.option-serves){
    margin: 0 0 10px 0;
  }
  .overseas-select-inner-box .option-select-img.img-50,.overseas-select-inner-box .option-select-img.img-100 {
    position:inherit;
    bottom: 0;
    width: 100%;
    padding: 5px 50px;
    margin: 0 0 20px 0;
  }
  .overseas-select-inner-box .option-select-img.img-50{
    margin: 0;
  }
  select.form-user-select-sp.form-item-delivery-time, input#datepicker_prior_delivery{
    margin: 0;
  }
  span.mandatory.delivery-mandatory{
    padding:0.25em 0.5em;
  }
  .overseas-select-inner-box .option-01 .overseas-delivery-text{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 165px;
  }
  .overseas-select-inner-box .option-side-content{
    flex-direction: column;
  }
  .overseas-select-inner-box .other-option{
    margin: 0;
    flex-direction: column;
  }
  .overseas-select-inner-box div#desired_pick_up_date .item-title{
    height: auto;
  }
  .overseas-select-inner-box .input-daterange input#datepicker_prior_delivery:last-child{
    width: 100%;
    text-align: center;
  }
  .overseas-select-inner-box #desired_pick_up_date .input-daterange#datepicker{
    width: 100%;
    margin: 0;
  }
  .overseas-select-inner-box #desired_pick_up_date .usage-start{
    width: 100%;
    margin: 15px 0;
  }
  input#datepicker_prior_delivery{
    margin: 0;
    width: 100%;
  }
  #timepicker span{
    margin: 10px 5px 10px 0;
  }
  main.mypage-main select.form-item-delivery-time{
    width: auto;
  }
  .overseas-select-inner-box #timepicker{
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .return-caution-area-sp{
    font-size: var(--font-13);
    color: var(--zeus-po-black);
    font-weight: 500;
  }
  .overseas-select-inner-box .other-option{
    padding: 0;
  }
  .overseas-select-inner-box .transit-area-caution{
    margin: 10px 0;
  }
  .overseas-select-inner-box .border-layout{
    padding: 0;
  }
  .overseas-select-inner-box .option-side-detail {
    position: absolute;
    padding: 0 ;
    width: 100%;
    text-align: justify;
    margin: 55px 0 0 0;
    padding: 10px 0;
  }
  .overseas-select-inner-box .item-title.transit-option-top{
    margin-top: 0;
    padding-top: 0;
  }
  .other-transit-option {
    border-top: 2px solid #d3d3d3;
  }
  .transit-margin {
    margin-top: 30px;
  }
  .overseas-select-inner-box .other-letter-pack {
    padding-bottom: 30px;
    padding-top: 40px;
  }
  .overseas-select-inner-box .item-title.overseas-plan-top{
    margin: 30px 0;
  }
  #purchase-overseas-plan .border-layout-plan:has( + .item-title.overseas-plan-top:not(.section-hide)){
    margin: 30px auto;
  }
  .item-title.overseas-plan-top:not(.section-hide) + .plan-box +.border-layout-plan{
    margin: 30px auto;
  }
  .overseas-select-inner-box .interpretation-option .interpretation-option-area .cp-price.cp-decoration {
    top: -10px;
  }
  .overseas-delivery-text-side-content{
    margin: 25px 0 0;
    font-size: 1.2rem;
    text-align: justify;
    position: absolute;
  }
  #entry-user-form .mypage-user-container #select-country-plan .country-plan p{
    font-size: 1.1rem;
  }
  .interpretation-option-area .entry-option-service .main-desc {
    top: -15px;
  }
  .interpretation-option-area .entry-option-service {
    padding: 15px 10px 0px;
  }
  .interpretation-option-area .entry-option-service .arrow::before {
    top: 0px;
  }
  .overseas-select-inner-box .item-title.delivery-area{
    margin-top: 10px;
  }
  #purchase-overseas-plan .entry-form-option-select small,
  #anshin_option .entry-form-option-select small,
  .overseas-select-place small{
    padding-left: 20px;
  }
}
/* お客様情報入力ページ */
.note-mark,table.form-table span.note-mark,.note-mark-detail .note-mark{
  color: #e6006b;
  border: 1px solid;
  border-radius: 5px;
  padding: 2px 5px;
  font-size: 12px;
  margin: 0 5px 0 0;
  font-weight: bold;
}
.anynote-mark{
  color: #1E1E1E;
  border: 1px solid;
  border-radius: 5px;
  padding: 2px 5px;
  font-size: 12px;
  margin: 0 5px 0 0;
  font-weight: normal;
  text-align: center;
}
.note-mark-detail{
  position: absolute;
  right: 10px;
  top: 35px;
}
.entry-overseas-user tr.form-h3-tr {
  display: block;
  height: auto;
  margin-top: 15px;
  padding-bottom: 5px;
  transform: translateX(-8px);
}
h3.form-h3 {
  font-size: 1.8rem;
}
.entry-overseas-user .white-content-box-form{
  position: relative;
}
@media screen and (min-width: 768px){
  table.form-table th{
    width: 250px;
  }
  .attention-remark .entry-rental-device-title{
    margin: 5px auto 10px 230px;
  }
  #entry-user-form .attention-remark .entry-rental-device-title {
    margin: 5px auto 10px 260px;
  }
  p.mypage-remark,.pick-up-date{
    margin-left: 260px;
  }
}
@media screen and (max-width: 767px){
  .entry-overseas-user tr.form-h3-tr {
    margin-top: 30px;
    padding-bottom: 0;
    transform: none;
  }
  .entry-overseas-user tr.form-h3-tr > th {
    margin: 0;
  }
}
/* 契約内容確認 */

.confirm-table-form tr{
  border-top: 0px;
  border-bottom: 1px solid #909090;
}
#container div.white-content-box-form{
  position: relative;
}
#container div.white-content-box-form.mt-12{
  margin:20px 0 0;
}
#container div.white-content-box-form.white-content-box-form-payment {
  padding: 20px;
}
#container div.white-content-box-form.white-content-box-form-payment .payment{
  display: block;
}
.overseas-select-inner-box .relief-item-select-area-wide:has( + .relief-option-ckeckbox #support_option_02:checked),
.overseas-select-inner-box .relief-item-select-area:has( + .relief-option-ckeckbox #support_option_01:checked),
.overseas-select-inner-box .relief-item-select-area3:has( + .relief-option-ckeckbox #support_option_03:checked),
.overseas-select-inner-box .relief-item-select-area4:has( + .relief-option-ckeckbox #support_option_04:checked),
.overseas-select-inner-box .relief-item-select-area5:has( + .relief-option-ckeckbox #support_option_05:checked),
.overseas-select-inner-box .relief-item-select-area6:has( + .relief-option-ckeckbox #support_option_06:checked) {
  box-sizing: border-box;
  border: solid 5px #ffe401;
  transition: border 0.1s;
  border-radius: 1.25em;
  line-height: 0;
}

.entry-overseas-confirm input#zipcode_1.form-control,
.entry-overseas-confirm input#zipcode_2.form-control {
  pointer-events : none;
}

@media screen and (min-width: 768px){
  .overseas-select-inner-box >h2{
    font-size: 35px;
  }
  .note-mark-detail{
    position: absolute;
    right: 25px;
    top: 40px;
  }
  .confirm-pc.note-mark-detail{
    position: static;
    text-align: end;
  }
  .payment.note-mark-detail{
    right: 30px;
    top: 70px;
  }
  .confirm-table-form tr:first-child{
    border-top: 1px solid #909090;
  }
  div.form-application-container div.mypage-user-container.entry-overseas-user{
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px){
  .confirm-sp.note-mark-detail{
    position: static;
    text-align: end;
    margin: -30px 0px 30px 0;
  }
  .confirm-sp-ank.note-mark-detail{
    top:10px;
    right: 5px;
    margin-top: 5px;
  }
  .payment.note-mark-detail{
    top: 30px;
    right: 5px;
  }
  #container div.white-content-box-form.white-content-box-form-payment .payment {
    padding: 0px 20px 10px 20px;
    display: contents;
  }
}

/* 価格コム限定プランポップアップ start */
.white-content-box-guidance-notion-kakaku {
  position: fixed;
  max-height: fit-content;
  max-width: fit-content;
  top: 50%;
  left: 0px;
  right: 0px;
  transform: translateY(-50%);
  margin: auto;
  z-index: 1000000000002;
  background-color: #FFFFFF;

}
.white-content-box-guidance-notion-kakaku-inner {
  overflow-x: auto;
  overflow-y: scroll;
  height: 80vh;
  width: 890px;
}
.default-btn-main {
  text-align: center;
  position: relative;
  z-index: 1;
}
.default-btn-main div {
  display: inline-block;
  position: relative;
  height: 65px;
  line-height: 65px;
  min-width: 470px;
  background: #FFEB00;
  color: #000;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  padding: 0 30px 0 0;
  border-radius: 60px;
  letter-spacing: 2px;
  transition: .3s;
  right: 0;
  top: 0;
}
.default-btn-main div::before {
  content: "";
  position: absolute;
  right: 120px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid #000;
}
.default-btn-main div::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: -8px;
  display: inline-block;
  height: 65px;
  line-height: 100px;
  min-width: 427px;
  background: #FF008A;
  padding: 0 20px;
  border-radius: 60px;
  z-index: -1;
  transition: .3s;
}
.default-btn-main div:hover {
  background: #FF008A;
  color: #FFF;
}
.default-btn-main div:hover::before {
  border-left: 17px solid #FFF;
}
.default-btn-main div:hover::after {
  background: #FFEB00;
}
.guidance-kakaku-kv {
  width: 100%;
}
.guidance-kakaku-head {
  text-align: center;
}
.guidance-kakaku-head p {
  color: #646464;
  font-size: 1.5rem;
  padding: 8px 0 6px;
}
.guidance-kakaku-head p span {
  color: #00BBAB;
  font-weight: bold;
}
.kakaku-pop {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 3.4rem;
  font-weight: bold;
  margin-left: 25px;
}
.kakaku-pop span {
  color: #ff5b00;
  margin-left: 15px;
}
.guidance-kakaku-body {
  padding: 30px 0;
}
.campaign-bg {
  background-color: #fff;
  position: relative;
  border-radius: 20px;
  margin-top: 50px;
}
.campaign-bg .campaign-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 30px;;
  justify-content: center;
}
.campaign-bg .campaign-container .cp-item {
  width: fit-content;
}
.guidance-kakaku-3-step {
  background-color: #F1F1F1;
  padding: 20px 20px 40px;
}
.guidance-kakaku-3-step img.pc {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.guidance-kakaku-3-step img.sp {
  display: none;
}
.default-btn-main-kakaku-top {
  padding-top: 10px;
  margin-bottom: 30px;
}
.default-btn-main-kakaku-bottom {
  padding-top: 35px;
  margin-bottom: 15px;
}
.guidance-kakaku-body .orange-text {
  color: #ff5b00;
}
.guidance-kakaku-body .large-text {
  font-size: 1.6em;
  font-weight: bold;
}
.guidance-kakaku-body .line-through-text {
  text-decoration: line-through;
  font-size: 1.2em;
}
.guidance-kakaku-body .default-btn-main-kakaku-top {
  margin-bottom: 60px;
  padding-top: 0;
}
.guidance-kakaku-body .campaign-bg {
  margin-top: 30px;
}
.guidance-kakaku-body .campaign-container {
  max-width: 600px;
  margin: auto;
}
.guidance-kakaku-body .campaign-inner {
  text-align: center;
}
.guidance-kakaku-body .campaign-inner.top {
  width: 100%;
}
.guidance-kakaku-body .campaign-inner.bottom {
  width: calc(100% / 2 - 20px);
}
.guidance-kakaku-body .campaign-hdg {
  padding: 8px 0;
  background: #051d93;
  color: #fff;
  font-size: 2.2rem;
}
.guidance-kakaku-body .campaign-contents {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
.guidance-kakaku-body .campaign-text {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
.guidance-kakaku-body .step-bg {
  margin-top: 30px;
  padding: 30px 30px 0;
  background: #F1F1F1;
}
.guidance-kakaku-body .step-hdg {
  text-align: center;
}
.guidance-kakaku-body .step-hdg img {
  max-width: 550px;
  width: 100%;
  margin: auto;
}
.guidance-kakaku-body .default-btn-main div {
  padding: 0;
}
.guidance-kakaku-body .default-btn-main div::before {
  right: 30px;
}
.guidance-kakaku-body .default-btn-main-kakaku-bottom {
  padding-top: 70px;
}
.guidance-kakaku-body .default-btn-main-kakaku-bottom img.btn-deco {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 100%;
  max-width: 110px;
}
.guidance-kakaku-body .default-btn-main-kakaku-bottom span {
  display: inline-block;
  transform: translateX(20px);
}
@media screen and (max-width: 767px){
  .white-content-box-guidance-notion-kakaku-inner {
    overflow-x: auto;
    overflow-y: scroll;
    height: 90vh;
    width: 90vw;
  }
  .guidance-kakaku-body {
    padding: 5%;
  }
  .default-btn-main div {
    height: 50px;
    line-height: 50px;
    min-width: 100%;
    box-sizing: border-box;
    font-size: 1.8rem;
    padding-right: 0;
  }
  .default-btn-main div span {
    display: inline-block;
    padding-left: 0px;
    line-height: 1.3;
    padding-top: 15px;
  }
  .default-btn-main div::after {
    height: 50px;
    line-height: 50px;
    min-width: 100%;
    box-sizing: border-box;
    bottom: -5px;
  }
  .default-btn-main {
    padding-top: 5px;
    margin-bottom: 16px;
  }
  .default-btn-main div::before {
    right: 15px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 13px solid #000;
  }
  .campaign-bg {
    padding: 25px 0 0;
    margin: 0;
  }
  .campaign-bg .campaign-container {
    gap: 15px 0;
    flex-direction: row;
    margin-top: 0;
    justify-content: space-between;
  }
  .guidance-kakaku-3-step {
    padding: 10px;
  }
  .guidance-kakaku-3-step img.sp {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .guidance-kakaku-3-step img.pc {
    display: none;
  }
  .kakaku-pop {
    display: flex;
    justify-content: center;
    align-items: self-end;
    font-size: 2rem;
    font-weight: bold;
    margin-left: 0;
  }
  .kakaku-pop img {
    width: 115px;
  }
  .default-btn-main-kakaku-bottom {
    padding-top: 20px;
    margin-bottom: 10px;
  }
  .guidance-kakaku-head p {
    font-size: 1.3rem;
    padding: 4px 0;
  }
  .campaign-bg .campaign-container .cp-item {
    width: 48%;
  }
  .campaign-bg .campaign-container .cp-item img {
    width: 100%;
  }
  .kakaku-pop span {
    margin-left: 10px;
    font-size: 1.8rem;
  }
  .guidance-kakaku-body .default-btn-main-kakaku-top {
    margin-bottom: 40px;
  }
  .guidance-kakaku-body .campaign-bg {
    margin-top: 20px;
    padding: 0;
  }
  .guidance-kakaku-body .campaign-container {
    flex-direction: column;
  }
  .guidance-kakaku-body .campaign-inner.bottom {
    width: 100%;
  }
  .guidance-kakaku-body .campaign-hdg {
    padding: 6px 0;
    font-size: 1.6rem;
  }
  .guidance-kakaku-body .campaign-contents {
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .guidance-kakaku-body .campaign-text {
    font-size: 1.4rem;
  }
  .guidance-kakaku-body .campaign-attention {
    text-align: left;
    font-size: 1.2rem;
  }
  .guidance-kakaku-body .step-bg {
    margin-top: 20px;
    padding: 20px 10px 10px;
  }
  .guidance-kakaku-body .default-btn-main-kakaku-bottom {
    padding-top: 55px;
  }
  .guidance-kakaku-body .default-btn-main-kakaku-bottom img.btn-deco {
    max-width: 85px;
    left: 4px;
  }
  .guidance-kakaku-body .default-btn-main div {
    font-size: 1.6rem;
  }
  .guidance-kakaku-body .default-btn-main div::before {
    right: 20px;
  }
}
/* 価格コム限定プランポップアップ end */
/* 海外レンタルWiFi比較ナビポップアップ start */
.white-content-box-guidance-notion-hikakunavi {
  position: fixed;
  max-height: fit-content;
  max-width: fit-content;
  top: 50%;
  left: 0px;
  right: 0px;
  transform: translateY(-50%);
  margin: auto;
  z-index: 1000000000002;
  background-color: #FFFFFF;
}
.white-content-box-guidance-notion-hikakunavi-inner {
  overflow-x: auto;
  overflow-y: scroll;
  height: 80vh;
  width: 890px;
}
.guidance-hikakunavi-body {
  padding: 25px 70px;
}
.guidance-hikakunavi-body .head-ttl {
  display: flex;
  align-items: center;
  padding-left: 70px;
}
.guidance-hikakunavi-body .head-ttl .ttl-img {
  width: 50%;
}
.guidance-hikakunavi-body .head-ttl .ttl-img img {
  width: 100%;
  height: auto;
}
.guidance-hikakunavi-body .head-ttl .ttl-txt {
  width: 50%;
  font-size: 4.6rem;
  letter-spacing: 5px;
  color: #037E82;
  padding: 10px 0 0 10px;
}
.guidance-hikakunavi-body .head-ttl .ttl-txt span {
  position: relative;
}
.guidance-hikakunavi-body .head-ttl .ttl-txt span::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #E8006C;
  position: absolute;
  left: 50%;
  top: -12px;
  transform: translateX(-50%);
}
.guidance-hikakunavi-body .kv-middle {
  width: 80%;
  display: block;
  margin: 30px auto;
}
.guidance-hikakunavi-body .campaign-bg {
  margin-top: 40px;
}
.guidance-hikakunavi-body .campaign-bg .campaign-container .cp-item {
  width: calc(100% / 3 - 20px);
}
.guidance-hikakunavi-body .campaign-bg .campaign-container .cp-item .sub-ttl {
  text-align: center;
  background-color: #66D6CC;
  padding: 10px 20px;
  border-radius: 10px;
  margin: auto;
  width: 80%;
  font-size: 1.8rem;
  font-weight: bold;
}
.guidance-hikakunavi-body .campaign-bg .campaign-container .cp-item img {
  width: 100%;
  height: auto;
}
.guidance-hikakunavi-body .default-btn-main-kakaku-top {
  padding-top: 30px;
  margin-bottom: 40px;
}
.guidance-hikakunavi-body .section-ttl {
  text-align: center;
}
.guidance-hikakunavi-body .section-ttl h3 {
  display: inline-block;
  position: relative;
  font-size: 2.8rem;
}
.guidance-hikakunavi-body .section-ttl h3 span {
  color: #037E82;
}
.guidance-hikakunavi-body .section-ttl h3 img {
  position: absolute;
  width: 80px;
}
.guidance-hikakunavi-body .section-ttl h3 img.plane {
  left: -80px;
  top: -10px;
}
.guidance-hikakunavi-body .section-ttl h3 img.device {
  right: -80px;
  top: -10px;
}
@media screen and (max-width: 767px){
  .white-content-box-guidance-notion-hikakunavi-inner {
    overflow-x: auto;
    overflow-y: scroll;
    height: 90vh;
    width: 90vw;
  }
  .guidance-hikakunavi-body {
    padding: 5% 5% 10%;
  }
  .guidance-hikakunavi-body .head-ttl {
    padding-left: 0px;
  }
  .guidance-hikakunavi-body .head-ttl .ttl-img {
    width: 55%;
  }
  .guidance-hikakunavi-body .head-ttl .ttl-txt {
    width: 45%;
    font-size: 6.2vw;
    letter-spacing: 2px;
    padding: 5px 0 0 10px;
  }
  .guidance-hikakunavi-body .head-ttl .ttl-txt span::before {
    width: 8px;
    height: 8px;
    top: -8px;
  }
  .guidance-hikakunavi-body .campaign-bg .campaign-container {
    gap: 15px 0;
    flex-direction: column;
  }
  .guidance-hikakunavi-body .campaign-bg .campaign-container .cp-item {
    width: 85%;
    margin: auto;
  }
  .guidance-hikakunavi-body .campaign-bg .campaign-container .cp-item.top-margin img {
    position: relative;
    top: -10px;
  }
  .guidance-hikakunavi-body .campaign-bg .campaign-container .cp-item .sub-ttl {
    padding: 5px 20px;
    border-radius: 5px;
    margin: 0 auto 5px;
    width: 40%;
    font-size: 1.4rem;
  }
  .guidance-hikakunavi-body .campaign-bg {
    margin-top: 0;
    padding: 10px 0 0;
  }
  .guidance-hikakunavi-body .kv-middle {
    width: 100%;
    margin: 15px auto;
  }
  .guidance-hikakunavi-body .section-ttl h3 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .guidance-hikakunavi-body .section-ttl h3 img.plane {
    left: -53px;
    top: 10px;
  }
  .guidance-hikakunavi-body .section-ttl h3 img.device {
    right: -50px;
    top: 10px;
  }
  .guidance-hikakunavi-body .section-ttl h3 img {
    width: 50px;
  }
}
/* 海外レンタルWiFi比較ナビポップアップ end */

.overseas-plan-delivery-caution {
  margin-top: 25px;
  font-weight: bold;
  background-color: var(--overseas-gray);
  padding: 10px;
}

.overseas-plan-delivery-caution small {
  margin-top: 0;
  font-weight: normal;
}

@media screen and (min-width: 768px){
  .overseas-center-price {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .summary-group-countries-dataplans .your-price-sp {
    margin-left: 3px;
  }
  .overseas-plan-delivery-caution {
    line-height: 1.5;
  }
  .overseas-plan-delivery-caution small {
    line-height: 2.2;
  }
  #entry-payment-form table.form-table tr:has(.two-select){
    height: auto;
  }
  .payment:has(.two-select){
    display: flex;
    flex-direction: column;
  }
  .form-user-background-entry table.form-table th.two-select{
    height: 0;
    padding: 15px 0 10px 0;
  }
}

@media screen and (max-width: 767px){
  .overseas-plan-delivery-caution {
    margin-top: 0;
  }
  div.mypage-container:has(.select-form-box){
    background-color: #fff;
  }
  .overseas-select-inner-box .item-title.post-code{
    margin:0px 0 10px 0;
  }
  #purchase-overseas-plan .entry-form-option-select small,
  #anshin_option .entry-form-option-select small,
  .overseas-select-place small{
    margin: 10px 0 15px;
  }

  .overseas-select-place small{
    margin-top: 0;
  }
  .overseas-select-inner-box select.form-user-select-sp.form-item-delivery-time{
    margin: 0;
  }
  .item-title.delivery-area{
    margin: 0 0 10px 0;
    padding-left: 20px;
  }
}
#plan-id-error-message-datepicker_start,
#plan-id-error-message-datepicker_end{
    position: absolute;
}
#plan-id-error-message-country,
#plan-id-error-message-tour{
  margin: 5px 0;
}
@media screen and (min-width: 768px){
  #plan-id-error-message-datepicker_start{
      left: 55px;
      bottom: -20px;
  }
  #plan-id-error-message-datepicker_end{
      left: 255px;
      bottom: -20px;
  }
}
@media screen and (max-width: 767px){
  #plan-id-error-message-datepicker_start{
    left: 30px;
    bottom: unset;
    top: 62px;
  }
  #plan-id-error-message-datepicker_end{
    bottom: unset;
    top: 75px;
    margin: 0px 0;
    left: 30px;
  }
  span.option-total-price,span.option-transit-price{
    margin: 0;
  }
  .usage-period {
    border-bottom: none;
    position: relative;
  }
  .usage-period::before {
    content: "";
    width: 210px;
    height: 2px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .overseas-select-inner-box .item-title.overseas-plan-top.type-row-2 {
    border-left: none;
    position: relative;
    padding-left: 20px;
  }
  .overseas-select-inner-box .item-title.overseas-plan-top.type-row-2::before {
    content: "";
    width: 10px;
    height: 1.5em;
    background-color: #66D6CC;
    position: absolute;
    left: 0;
    top: 4px;
  }
}
span.overseas-time{
  margin: 0 0 0 10px;
  font-size: 1.3rem;
}

/*流入経由で返却パック0円キャンペーン*/

.honne,
.wimax_hikaku,
.everbest,
.cp-price{
  display: none;
}
.cp-true{
  display: block;
}
.cp-banner.cp-true{
  width: 100%;
  margin: 25px auto -10px;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  border-top: 7px solid #00b79c;
  border-bottom: 7px solid #00b79c;
  background: #FFF;
}
.cp-media-logo img{
  width: auto;
  height: 38px;
}
.cp-banner h1{
  font-size: 2rem;
  font-weight: bold;
  color: #000;
}
.cp-banner h1 span{
  color: #e6006b;
  font-size: 1.8em;
}
.cp-decoration{
  position: relative;
  width: 55px;
  top: 0;
  left: 430px;
}

div.edit-partial-device-option .cp-decoration{
  left: 430px;
  top: -5px;
}

.cp-decoration img{
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 1;
}
.price span.cp-price.cp-true{
  display: inline-block;
  color: #00BBAB;
}

.zipcode-hidden{
  opacity: 0;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
}

.airport-explanation-top {
  margin: 0;
}

.not-selected-airport {
  pointer-events: none;
  opacity: 0.5;
}

@media screen and (max-width: 767px){
  .cp-decoration{
    left: 260px;
  }

  .cp-decoration::before,
  .cp-decoration::after{
    transform: translate(50% , -15%) rotate(30deg);
  }

  .cp-decoration::before{
    transform: translate(-75% , -50%) rotate(-30deg);
    left: 25%;
  }
  .cp-banner.cp-true{
    padding: 2.5%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .cp-media-logo img{
    height: 30px;
  }
  .cp-banner h1{
    font-size: 1.6rem;
  }
  .cp-banner h1.sp > .cp-true{
    display: inline-flex;
    align-items: center;
    font-size: 2rem;
    color: #e6006b;

  }
  div.edit-partial-device-option .cp-decoration {
    left: 245px;
    top: 0px;
  }
}

/* ミャンマー停止対応 start */
.reception-stopped{
  display: none;
  font-size: 1.27rem;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
}

@media screen and (max-width: 767px){
  .reception-stopped{
    margin-top: 20px;
  }
}
/* ミャンマー停止対応 end */

/* 海外レンタルサイト改善案 start */
#entry-plan-form span.mandatory,
#entry-plan-form span.optional,
.entry-overseas-confirm span.mandatory,
.entry-overseas-confirm span.optional {
  padding: 2px 5px;
  font-weight: 400;
  line-height: 1.2em;
}
div.edit-partial-contractor form div.mypage-user-container div.gender-label-box label.label-input {
  margin: 0 80px 0 0;
}
table.form-table tr{
  height: auto;
}
main.mypage-main #form-entry-edit-address select {
  width: 244px;
}
div.gender-label-box label.label-input {
  width: 40px;
  height: 40px;
  margin-top: 0;
  margin-right: 68px;
}
.entry-overseas-confirm div.mandatory.agree-check {
  background-color: #fff;
  color: #ea338d;
  border: 1px solid #ea338d;
}
.confirm-box-entry label.custom-check-box input[type="checkbox"]:checked + span::before {
  background-color: #fff;
}
.entry-overseas-payment div.white-content-box-form.payment {
  margin: 0px auto;
  padding: 0px 30px 30px 52px;
}
.entry-overseas-payment div.form-capacity-notice.payment {
  margin: 0 auto 10px;
}
.entry-overseas-payment #payment_select_creditcard table.credit-reference-name .credit-confirm-name-label span.icon-point {
  position: relative;
}
#select-country-plan table.select-area {
  width: 100%;
  margin-bottom: 10px;
}
.overseas-select-inner-box #purchase-overseas-plan table.table-base.sp-long.select-area tr {
  margin-right: 0px;
  width: 50%;
}
.overseas-select-inner-box #purchase-overseas-plan table.table-base.sp-long.select-area tr:first-child {
  margin-right: 15px;
}
.overseas-select-inner-box #purchase-overseas-plan table.table-base.sp-long.select-area tr th {
  width: 45px;
}
.overseas-select-inner-box #purchase-overseas-plan table.table-base.sp-long.select-area tr td {
  width: calc(100% - 60px);
}
.overseas-select-inner-box #purchase-overseas-plan table.table-base.sp-long.select-area select._areas,
.overseas-select-inner-box #purchase-overseas-plan table.table-base.sp-long.select-area select._countries,
.overseas-select-inner-box #purchase-overseas-plan table.table-base.sp-long.select-area select._countries span{
  width: 210px;
  height: 37px;
  color: #505050;
  font-size: 15px;
  font-weight: 600;
}
.select2-container--default .select2-selection--single{
  position: relative;
  width: 210px;
  height: 37px;
  color: #505050;
  border: 1px solid #606060;
  border-radius: 8px;
}

.overseas-select-inner-box #select-country-plan span.select2-selection__rendered{
  font-size: 15px;
  font-weight: 600;
}
.select2-container .select2-selection--single .select2-selection__rendered{
  padding: 5px 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  transform: translate(50%, 50%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  appearance: none;
  background-image: url(../img/arrow-select.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  height: 10px;
  left: 0;
  margin-left: auto;
  margin-top: auto;
  position: absolute;
  top: 50%;
  width: 10px;
  transform: translate(50%, -50%);
}
#entry-user-form .select2-container--default .select2-selection--single .select2-selection__arrow{
  position: absolute;
  height: 10px;
  top: 10px;
  right: 10px;
  transform: translate(50%, 50%);
}
.select2-container--open .select2-dropdown{
  z-index: 10000000000000000010;
}
@media screen and (min-width: 768px){
  table.credit-reference-name .representative th,
  table.credit-reference-name .representative td {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px){
  div.plan-summary-table-row-wide div.summary-table-column-left.sp-line,
  .summary-table-column-left.adjust.sp-line p::after{
    margin-bottom: 0;
    padding: 15px 0 5px;
    border-top: 1px solid #909090;
    border-bottom: none;
  }
  div.plan-summary-table-row-wide.total-wide div.summary-table-column-left.sp-line{
    align-items: center;
    padding: 1rem 0;
    border-bottom: none;
  }
  div.plan-summary-table-row-wide.total-wide div.summary-table-column-left.sp-line div.summary-table-row{
    width: auto;
  }

  div.form-application-container div.mypage-user-container.overseas-select-wrap {
    margin: 0 auto;
  }
  .overseas-select-wrap div.white-content-box-form.select-form-box {
    padding: 0px 0 20px;
  }
  .entry-global-footer div.mypage-footer-main ul {
    display: flex;
    justify-content: space-between;
    width: 200px;
    margin: 15px auto;
  }
  .entry-global-footer div.mypage-footer-main ul li {
    margin: 0;
  }
  div.gender-label-box label.label-input {
    margin-right: 55px;
  }
  main.mypage-main .entry-overseas-user select.form-item-delivery-time {
    width: 100%;
  }
  .entry-overseas-user div.entry-button-container {
    padding-top: 20px;
  }
  .entry-overseas-payment div.form-capacity-notice.payment {
    padding: 10px;
    gap: 0.5rem;
  }
  .entry-overseas-payment div.form-capacity-notice p {
    margin: 0;
  }
  .entry-overseas-payment div.form-capacity-notice.payment span.strong {
    font-size: 1.4rem;
  }
  .entry-overseas-payment div.form-capacity-notice.payment div.form-capacity-notice-icon img {
    max-width: initial;
    width: 40px;
  }
  .entry-overseas-payment #payment_select_creditcard table.credit-reference-name .credit-confirm-name-label span .sub-ttl {
    font-size: 1.4rem;
  }
  .entry-overseas-payment div.white-content-box-form.payment {
    padding: 10px 15px;
  }
  #container .entry-overseas-payment div.white-content-box-form.white-content-box-form-payment {
    padding: 20px 3px 10px;
  }
  div.edit-partial-contractor form div.mypage-user-container div.gender-label-box label.label-input {
    margin: 0 58px 0 0;
  }
  .overseas-select-inner-box #purchase-overseas-plan table.table-base.sp-long.select-area select._areas,
  .overseas-select-inner-box #purchase-overseas-plan table.table-base.sp-long.select-area select._countries,
  .select2-container--default .select2-selection--single {
    width: 230px;
    font-size: 14px;
  }
  #purchase-overseas-plan .entry-form-option-select small, #anshin_option .entry-form-option-select small,
  .overseas-select-place small{
    font-size: 1.1rem;
  }
  div.your-plan-area #your_plan div.summary-table-row.opt-service-sp .summary-table-column-right.summary-transit {
    padding-top: 0;
  }
  .entry-overseas-payment table.form-table th.credit-confirm-name-label {
    margin-bottom: 5px;
  }
  .entry-overseas-payment table.form-table td.credit-confirm-name {
    padding-bottom: 20px;
  }
  .entry-overseas-confirm div.summary-table-column-left.sp-line {
    padding: 0;
    margin: 0;
    border: none;
  }
  .entry-overseas-confirm div.flex-box-select.total-price{
    margin-top: 0;
    padding: 20px 0px 0;
    border-top: 1px solid #909090;
    font-weight: bold;
  }
  .entry-overseas-confirm div.flex-box-select.total-price .plan-tax.total-padd{
    font-weight: bold;
  }
  .summary-area-wrap.option-area{
    border-bottom: none;
  }
  .summary-area-wrap.shipping-area{
    border: none;
  }
  .entry-overseas-confirm div.summary-table-row{
    padding: 0 0 0.5rem 0;
  }
  .monthly-pay div.plan-summary-table-row.back-white{
    height: auto;
  }
  .overseas-select-inner-box #select-country-plan span.select2-selection__rendered{
    font-size: 14px;
  }
  .select2-container .select2-selection--single .select2-selection__rendered{
    padding: 5px 18px 5px 10px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow b{
    left: 0px;
    transform: translate(50%, -50%);
  }
  .select2-container--open .select2-dropdown{
    min-width: 230px;
  }
  #entry-user-form .select2-container--default .select2-selection--single .select2-selection__arrow{
    width: 10px;
    right: 7px;
    transform: translate(-50%, 50%);
  }

}
/* 海外レンタルサイト改善案 end */
/* 海外レンタルサイト申込フォーム改修 start */
.entry-option-select.wide-button {
  width: 100%;
}
.overseas-select-inner-box .entry-option-tanmatsu-anshin.flex-column .entry-option-select.wide-button:first-child {
  margin-bottom: 10px;
}
.overseas-select-inner-box .entry-option-tanmatsu-anshin.flex-column .entry-option-select.wide-button:focus-visible {
  outline: 2px solid #000;
  border-radius: 15px;
}
.overseas-select-inner-box .transit-option-area .entry-option-tanmatsu-anshin.flex-column .entry-option-select.wide-button {
  margin-bottom: 0;
}
.item-title.title-detail-btn {
  justify-content: left;
}
.item-title.title-detail-btn h3 {
  width: 40%;
  padding-left: 20px;
  position: relative;
}
.item-title.title-detail-btn h3::before {
  content: "";
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #66D6CC;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.flex-delivery-date {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 20px;
}
.flex-delivery-date .delivery-date-radio {
  width: calc(100% / 3 - 13.34px);
  position: relative;
  height: 70px;
}
.flex-delivery-date .delivery-date-radio:focus-visible {
  outline: none;
}
.flex-delivery-date .delivery-date-radio .relief-item-select-area-box {
  padding: 15px 0 15px 70px;
  background: #fff;
  line-height: 1;
  box-sizing: border-box;
  border: solid 5px transparent;
  transition: border 0.1s;
  border-radius: 1.25em;
  margin: 0;
  transform: translateZ(0);
}
.flex-delivery-date .delivery-date-radio:focus-visible .relief-item-select-area-box {
  outline: 2px solid #000;
}
.flex-delivery-date .delivery-date-radio .relief-item-select-area-box.selected {
  border: solid 5px #ffe401;
}
.flex-delivery-date .delivery-date-radio .relief-item-select-area-box.no-choice {
  padding: 8px 0 8px 55px;
}
.flex-delivery-date .delivery-date-radio .relief-item-select-area-box .group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.flex-delivery-date .delivery-date-radio .relief-item-select-area-box .group .date-btn {
  font-size: 1.8rem;
  font-weight: bold;
}
.flex-delivery-date .delivery-date-radio .relief-item-select-area-box .group .date-btn .no-choice-txt {
  font-size: 1.4rem;
}
.flex-delivery-date .delivery-date-radio .relief-option-ckeckbox {
  position: absolute;
  bottom: unset;
  left: 5px;
  top: 55%;
  transform: translateY(-50%);
}
div.edit-partial-delivery-date form,
div.edit-partial-airport-place form,
div.edit-partial-coupon-code form {
  width: 100%;
  max-height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  background-color: white;
  overflow-y: auto;
}
.edit-partial-delivery-date .entry-option-select.overseas-select-place-check div.relief-item-select-area-box {
  line-height: 1;
}
.entry-option-select div.relief-item-select-area-box .group{
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}

.entry-option-select div.relief-item-select-delivery.relief-item-select-area-box .group{
  flex-direction: column;
  justify-content: center;
}

#anshin_option .entry-option-select div.relief-item-select-area-box .group,
.other-letter-pack .entry-option-select div.relief-item-select-area-box .group {
  flex-direction: row;
  justify-content: left;
  align-items: center;
  height: auto;
}
#anshin_option .entry-option-select div.relief-item-select-area-box .explanation,
.other-letter-pack .entry-option-select div.relief-item-select-area-box .explanation {
  font-size: 1.4rem;
  margin-top: 5px;
}
#anshin_option .entry-option-select div.relief-item-select-area-box .explanation .color-pink {
  color: var(--zeus-po-red);
}
#anshin_option .entry-option-select div.relief-item-select-area-box .explanation .underline {
  text-decoration: underline;
}
#anshin_option .entry-option-select div.relief-item-select-area-box .title {
  font-size: 2.2rem;
  line-height: 1;
}
.overseas-select-inner-box .entry-option-select div.relief-item-select-area-box .price {
  font-size: 2.6rem;
  margin-left: 20px;
}
.overseas-select-inner-box .plan-box .entry-option-select div.relief-item-select-area-box .price {
  font-size: 2.4rem;
  margin-left: 0;
}
.interpretation-option-area .entry-option-service .sub-desc {
  text-align: left;
  font-size: 2rem;
  line-height: 1.2;
}
.interpretation-option-area .entry-option-service .sub-desc .small-txt {
  font-size: 1.6rem;
}
.interpretation-option-area .entry-option-service .sub-desc .color-pink {
  color: var(--zeus-po-red);
}
.interpretation-option-area .entry-option-service .flee-container {
  display: flex;
  margin: 5px 0;
}
.interpretation-option-area .entry-option-service .flee-container .left-price {
  font-size: 1.3rem;
  font-weight: bold;
  position: relative;
}
.interpretation-option-area .entry-option-service .flee-container .left-price::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 47%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.interpretation-option-area .entry-option-service .flee-container .left-price span {
  font-size: 2.4rem;
}
.interpretation-option-area .entry-option-service .flee-container .arrow {
  width: 40px;
}
.interpretation-option-area .entry-option-service .flee-container .arrow::before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: none;
  border-left: 10px solid #5E5E5E;
  top: 50%;
  transform: translate(-50%, -50%);
}
.interpretation-option-area .entry-option-service .flee-container .right-free {
  font-size: 2rem;
  font-weight: bold;
  color: var(--zeus-po-red);
}
.interpretation-option-area .entry-option-service .explanation {
  font-size: 1.3rem;
  text-align: left;
}
.overseas-select-inner-box .other-letter-pack .entry-option-tanmatsu-anshin.flex-column .entry-option-select.wide-button:first-child {
  /*margin-bottom: 0;*/
}
.other-letter-pack .entry-option-select div.relief-item-select-area-box .group .title {
  font-size: 2.2rem;
}
.other-letter-pack .entry-option-select div.relief-item-select-area-box .group .price {
  margin-left: 60px;
}
.other-letter-pack .letter-pack-content {
  border: 5px solid #ffe401;
  border-radius: 1.25em;
  padding: 15px 20px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 20%));
  transform: translateZ(0);
  background-color: #fff;
}
.other-letter-pack .letter-pack-content .sub-txt {
  font-size: 1.8rem;
  font-weight: bold;
}
.other-letter-pack .letter-pack-content .explanation {
  font-size: 1.3rem;
  margin-top: 10px;
}
.entry-option-popup .popup-contents.wide {
  max-width: 750px;
  width: 750px;
}
.entry-option-popup .popup-body {
  width: 100%;
  padding: 20px 0 0;
}
.entry-option-popup .popup-overseas-option .popup-body .images {
  width: 70%;
  margin: 30px auto;
  padding: 0;
  border-radius: 0;

}
.entry-option-popup .popup-overseas-option .popup-body .images .img {
  width: 33%;
  font-size: 1.7rem;
}
.entry-option-popup .popup-overseas-option .popup-body .images .img img {
  margin-top: 10px;
  width: 85%;
}
.entry-option-popup .group .text{
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.entry-option-popup .group .text .color-pink {
  color: var(--zeus-po-red);
}

.table-overseas-option thead th.support-wide {
  position: relative;
}
.table-overseas-option thead th.support-wide .recommend {
  width: 45px;
  position: absolute;
  right: 0;
  top: -25px;
}
.table-overseas-option tbody tr td.support-wide {
  background-color: #FFFDEB;
}
.table-overseas-option tbody tr:first-of-type td.support-wide {
  color: var(--zeus-po-red);
  font-size: 1.8rem;
  font-weight: bold;
}
.table-overseas-option tbody tr td {
  font-size: 1.6rem;
}
.table-overseas-option tbody td span {
  color: var(--zeus-po-red);
  font-size: 3.2rem;
}
.entry-option-popup .popup-tanmatsu-anshin-notice .popup-body {
  max-width: unset;
  width: 100%;
}
.delivery-area-caution.top-margin {
  margin-top: 10px;
}
.overseas-select-place-contents.delivery .delivery-margin .color-red {
  margin-top: 6px;
}
main.mypage-main select.overseas-select-place-select-airport {
  margin-top: 0;
  padding: 8px;
}
.edit-partial-delivery-date .delivery-margin .color-red {
  margin-top: 6px;
}
.entry-option-popup .text span.color-pink > em{
  font-size: 4rem;
  font-style: normal;
}
.edit-partial-plan .overseas-select-inner-box #purchase-overseas-plan table.table-base.sp-long.select-area select._areas,
.edit-partial-plan .overseas-select-inner-box #purchase-overseas-plan table.table-base.sp-long.select-area select._countries {
  background-color: #fff;
  border: 1px solid #606060;
}
#rental_entry_button.form-next-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.area-wrap{
  width: 80.5%;
}
.summary-area-wrap{
  display: flex;
  align-items: center;
}
.option-show,
.summary-area-wrap.option-area{
  border-bottom: 1px solid #909090;
}
div.plan-summary-table-row-wide .summary-area-wrap div.summary-table-column-left.sp-line{
  width: 100%;
}
div.your-plan-area .summary-column div.summary-table-row{
  width: 100%;
}
.column-split:not(:last-of-type){
  border-bottom: 1px solid #909090;
}
.column-split{
  padding: 10px 0;
  max-height: 40px;
}
.global-plan-table tbody tr.join-area td:nth-of-type(1),
.global-plan-table tbody tr.join-area td.sm-price-plan{
  padding: 0;
}
.global-plan-table .confirm-pay > div:not(:last-of-type){
  margin-bottom: 30px;
}
.global-plan-table .confirm-pay > div p{
  margin: 0 0 0.5rem 25px;
  text-align: left;
}
.global-plan-table .confirm-pay > div p.subtotal-price{
  margin: 0 0 0.5rem 25px;
  text-align: right;
}
.global-plan-table .confirm-pay > div p.subtotal-price.tax-price .number-big{
  font-weight: normal;
}
.entry-overseas-confirm .error-message {
  bottom: 0px;
}
@media screen and (min-width: 768px){
  .overseas-select-inner-box .border-layout{
    width: calc(100% + 30px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  #purchase-overseas-plan .border-layout-plan:has( + .item-title.overseas-plan-top:not(.section-hide)) {
    width: calc(100% + 30px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .plan-box label.custom-check-box-v2.option input[type="radio"] + span.type-radio.day-data::before {
    top: 5px;
  }
  .plan-box label.custom-check-box-v2.option input[type="radio"] + span.type-radio.day-data::after {
    top: 4px;
  }
  .item-title {
    margin: 25px auto 15px;
  }
  /* .overseas-select-inner-box .interpretation-option .item-title.interpretation-item-ttl {
    margin: 45px auto 0px;
  } */
  .entry-option-select.overseas-select-place-check div.relief-item-select-area-box {
    padding: 15px 0 15px 70px;
  }
  /* .other-letter-pack .item-title {
    margin: 35px auto 20px;
  } */
  .other-letter-pack .overseas-select-place-subtitle {
    margin: 50px 0 4px;
  }
  .entry-overseas-select .other-letter-pack .js-option-popup-last {
    max-width: 190px;
    margin: 0 0 15px 40px;
  }
  div.edit-partial-plan form div.row,
  div.edit-partial-device-option form div.row,
  .edit-partial-delivery-date div.row {
    margin: 0;
    padding: 30px 0 0;
  }
  .overseas-select-inner-box #select-country-plan {
    margin-bottom: 40px;
  }
  .edit-partial-device-option.newoption .item-title,
  .edit-partial-device-option.newoption .other-letter-pack .item-title {
    margin: 60px auto 20px;
  }
  .edit-partial-device-option.newoption .item-title.tanmatsu-item-ttl {
    margin: 25px auto 20px;
  }
  .edit-partial-device-option.newoption .item-title.option-serves{
    margin: 70px 0 15px -17px;
  }
  .overseas-select-place-contents.airport {
    margin-top: -20px;
  }
  #device_option_check .entry-option-popup .popup-wrap {
    margin: auto;
  }
  main.mypage-main select.overseas-select-place-select-airport{
    width: 100%;
  }
}
@media screen and (max-width: 767px){
  .item-title {
    flex-direction: column;
    align-items: baseline;
  }
  .other-letter-pack .item-title.letter-pack-sub-ttl {
    margin-top: 0;
  }
  .entry-option-select.wide-button {
    width: 100%;
  }
  .overseas-select-inner-box #purchase-overseas-plan .plan-box .entry-option-select div.relief-item-select-area-box {
      padding: 15px 0 15px 45px;
  }
  .entry-option-select div.relief-item-select-area-box .group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
  }
  .overseas-select-inner-box .overseas-plan-section2 img.recommend{
    top: 0;
    right: -5px;
    bottom: unset;
    transform: translateY(-50%);
  }
  #anshin_option .entry-option-select div.relief-item-select-area-box .group,
  .other-letter-pack .entry-option-select div.relief-item-select-area-box .group {
    flex-direction: column;
    align-items: unset;
  }
  .other-letter-pack .entry-option-select div.relief-item-select-area-box .group .price {
    margin-left: 0px;
    margin-top: 5px;
  }
  .cp-decoration {
    width: 65px;
  }
  #anshin_option .entry-option-select div.relief-item-select-area-box .title {
    font-size: 2rem;
    line-height: 1.6;
  }
  #anshin_option .entry-option-select div.relief-item-select-area-box .explanation,
  .other-letter-pack .entry-option-select div.relief-item-select-area-box .explanation {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .other-letter-pack .letter-pack-content .explanation {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .overseas-select-inner-box #anshin_option .entry-option-tanmatsu-anshin .entry-option-select img.recommend {
    top: -50px;
    right: -10px;
    width: 80px;
  }
  .newoption .overseas-select-inner-box #anshin_option .entry-option-tanmatsu-anshin .entry-option-select img.recommend {
    top: -60px;
  }
  .js-option-popup-overseas {
    text-align: left;
    margin-top: 10px;
    font-size: 1.4rem;
    padding-left: 20px;
  }
  .item-title.title-detail-btn h3 {
    font-size: 1.8rem;
  }
  .interpretation-option-area .entry-option-service .sub-desc {
    font-size: 1.8rem;
  }
  .interpretation-option-area .entry-option-service {
    gap: 0;
    padding: 15px 10px;
  }
  .overseas-select-inner-box .entry-form-option-select .interpretation-option .interpretation-option-area .cp-price.cp-decoration {
    top: -50px;
    right: -10px;
    width: 80px;
  }
  .interpretation-option-area .entry-option-service .flee-container .right-free {
    font-size: 2.2rem;
  }
  .interpretation-option-area .entry-option-service .explanation {
    font-size: 1.2rem;
  }
  .overseas-select-place-top {
    flex-direction: column;
  }
  .overseas-select-place-check + .overseas-select-place-check {
    margin-left: 0;
    margin-top: 15px;
  }
  .overseas-select-place-check {
    width: 100%;
  }
  .overseas-select-inner-box .entry-option-select.overseas-select-place-check div.relief-item-select-area-box .place {
    line-height: 1;
  }
  .input-group-contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .input-group-contents .text-sub-tittle {
    width: 20px;
  }
  .input-group-contents div:nth-child(2) {
    width: calc(100% - 20px);
    margin: 0;
  }
  .input-group-contents div input#zipcode_1.form-control,
  .input-group-contents div input#zipcode_2.form-control {
    width: 30%;
  }
  .input-group-contents  div#zip_result {
    margin-top: 0px;
  }
  .input-group-contents  div#zip_result .nowTimeMin-text {
    justify-content: center;
  }
  .flex-delivery-date {
    gap: 6px;
  }
  .flex-delivery-date .delivery-date-radio {
    width: calc(100% / 2 - 3px);
    height: 60px;
  }
  .flex-delivery-date .delivery-date-radio .relief-item-select-area-box.no-choice {
    padding: 8px 0 7px 40px;
  }
  .flex-delivery-date .delivery-date-radio .relief-item-select-area-box .group .date-btn {
    font-size: 1.5rem;
  }
  .flex-delivery-date .delivery-date-radio .relief-item-select-area-box .group .date-btn .no-choice-txt {
    font-size: 1.1rem;
  }
  .flex-delivery-date .delivery-date-radio .relief-option-ckeckbox {
    top: 60%;
  }
  .flex-delivery-date .delivery-date-radio .relief-item-select-area-box {
    padding: 15px 0 15px 45px;
  }
  .delivery-date-wrap {
    margin-bottom: 10px;
  }
  .other-letter-pack .letter-pack-content .sub-txt {
    font-size: 1.5rem;
  }
  .other-letter-pack .letter-pack-content {
    padding: 15px 10px;
  }
  .overseas-select-place-subtitle {
    font-size: 1.5rem;
    margin: 30px 0 15px;
    flex-wrap: wrap;
  }
  .overseas-select-place-subtitle .anynote-mark {
    width: auto;
  }
  .overseas-select-place-subtitle .sub-txt {
    width: calc(100% - 45px);
    line-height: 1.3;
    font-size: 1.3rem;
  }
  .overseas-select-place-subtitle .js-option-popup-overseas {
    padding-left: 40px;
    font-size: 1.3rem;
  }
  .entry-option-popup .popup-contents.wide {
    max-width: 90vw;
  }
  .entry-option-popup .popup-body {
    width: 100%;
    padding: 0;
  }
  .entry-option-popup .popup-overseas-option .popup-body .images .img {
    width: 33%;
    font-size: 1.4rem;
  }
  .entry-option-popup .popup-header .group .text {
    font-size: 1.3rem;
  }
  .area-wrap{
    width: 100%;
    margin-bottom: 10px;

  }
  .summary-area-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  div.plan-summary-table-row-wide .summary-column{
    margin-top: 5px;
    width: 100%;
  }
  .option-show{
    border: none;
  }
  .summary-area-wrap.option-area{
    border-bottom: none;
  }
  div.plan-summary-table-row-wide .summary-area-wrap div.summary-table-column-left.sp-line{
    width: 100%;
    margin-bottom: 0;
    border-top: 1px solid #909090;
    border-bottom: none;
  }
  div.plan-summary-table-row-wide .summary-area-wrap.shipping-area div.summary-table-column-left.sp-line{
    border: none;
  }
  .table-overseas-option h4 {
    margin: 1.5em auto 2em;
    font-size: 1.5rem;
  }
  .table-overseas-option tbody tr td {
    font-size: 1.4rem;
  }
  .table-overseas-option tbody td span {
    font-size: 2.6rem;
  }
  .table-overseas-option thead th.support-wide .recommend {
    width: 45px;
    right: -25px;
    top: -25px;
  }
  #popup-overseas-transit .popup-header {
    width: 100%;
  }
  #popup-overseas-transit .popup-body {
    width: 100%;
  }
  #popup-overseas-transit .popup-header .sub-desc {
    font-size: 1.4rem;
  }
  #popup-overseas-transit img.overseas-popup {
    margin: 30px auto;
    width: 80%;
  }
  #popup-overseas-interpretation .popup-header {
    width: 100%;
  }
  .operator img.img-operator {
    width: 80%;
    margin: 0 auto 40px;
  }
  .operator .sub-desc {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  #popup-overseas-interpretation .popup-header .sub-desc {
    font-size: 1.4rem;
    text-align: left;
  }
  #popup-overseas-interpretation .appeal + p{
    text-align: left;
  }
  #popup-overseas-interpretation .appeal .appeal-point {
    padding: 15px;
    width: 100%;
  }
  #popup-overseas-interpretation .appeal .appeal-point p {
    font-size: 2rem;
  }
  #popup-overseas-interpretation .appeal .appeal-point p span.small {
    font-size: 1.4rem;
  }
  .opt-interpreter-area {
    padding: 20px 0px 15px;
  }
  .popup-overseas-return .popup-header {
    width: 100%;
  }
  .popup-overseas-return .popup-body img {
    width: 60%;
    margin: 20px auto;
  }
  .popup-overseas-return .popup-body .line-box {
    padding: 10px;
    width: 100%;
  }
  .popup-overseas-return .popup-body .line-box p {
    font-size: 1.6rem;
  }
  .overseas-select-inner-box .item-title.overseas-plan-top {
    line-height: 1.4;
  }
  div.edit-partial-coupon-code {
    max-height: 80vh;
  }
  div.edit-partial-delivery-date form,
  div.edit-partial-airport-place form,
  div.edit-partial-coupon-code form {
    width: 90%;
  }
  .edit-partial-device-option.newoption .item-title.title-detail-btn h3 {
    width: 100%;
    margin-top: 0px;
  }
  .edit-partial-device-option.newoption .item-title.title-detail-btn h3.top-margin {
    margin-top: 20px;
  }
  .edit-partial-device-option.newoption .item-title.title-detail-btn h3.top-margin:first-of-type{
    margin-top: 0;
  }
  .edit-partial-device-option.newoption .row {
    margin-top: 20px;
  }
  .edit-partial-delivery-date .flex-delivery-date {
    margin-bottom: 20px;
  }
  .edit-partial-delivery-date .row {
    margin-top: 30px;
  }
  .edit-partial-airport-place .row {
    margin-top: 30px;
  }
  label.custom-check-box-v2.option input[type="radio"] + span.type-radio.day-data::before {
    left: 10px;
    top: 5px;
  }
  label.custom-check-box-v2.option input[type="radio"] + span.type-radio.day-data::after {
    left: 14px;
    top: 4px;
  }
  .overseas-select-inner-box .entry-option-select div.relief-item-select-area-box .price {
    margin-left: 0;
    font-size: 2.3rem;
  }
  .delivery-area-caution.top-margin {
    margin-top: 0;
    font-size: 1.3rem;
  }
  .overseas-select-inner-box .entry-option-tanmatsu-anshin.flex-column .entry-option-select.wide-button:first-child {
    margin-bottom: 10px;
  }
  .airport-explanation-top {
    margin-top: -5px;
  }
  .edit-partial-airport-place .airport-explanation-top {
    margin-top: 20px;
  }
  .edit-partial-airport-place .item-title {
    margin: 30px auto 20px;
  }
  .edit-partial-airport-place .overseas-select-place-subtitle {
    margin: 20px 0 15px;
  }
  p.entry-privacy {
    margin: 0 auto 20px;
  }
  .edit-partial-plan .overseas-select-inner-box #purchase-overseas-plan table.table-base.sp-long.select-area select._areas,
  .edit-partial-plan .overseas-select-inner-box #purchase-overseas-plan table.table-base.sp-long.select-area select._countries {
    width: 230px;
  }
  .edit-partial-device-option.newoption .overseas-select-inner-box #anshin_option .entry-form-option-select:nth-child(1) .item-title:not(.option-serves) {
    margin: 20px 0 10px;
  }
  .edit-partial-device-option.newoption .overseas-select-inner-box #anshin_option .entry-form-option-select:nth-child(1) .transit-option-area .item-title:not(.option-serves) {
    margin: 30px 0 10px;
  }
  .usage-sub-title {
    font-size: 1.3rem;
  }
  table.overseas-select-place-table th:first-of-type {
    width: 80px;
  }
  .edit-partial-device-option.newoption .entry-option-select div.relief-item-select-area-box {
    padding: 15px 10px 15px 70px;
  }
  .edit-partial-device-option.newoption .overseas-select-inner-box .other-letter-pack {
    padding-top: 0px;
  }
  div.edit-partial-plan form {
    max-height: 100%;
  }
  div.summary-table-column.summary-table-column-right p,
  div.summary-table-column-right p{
    font-size: 1.3rem;
  }
  div.plan-summary-table-row-wide .summary-column div.summary-table-row.transit-column,
  div.your-plan-area #your_plan div.summary-table-row.opt-service-sp .summary-table-column-right.summary-transit{
    margin-top: 15px;
  }
  .detail .summary-table-column-center .name-wide-pc>span:nth-child(2){
    min-width: 110px;
    font-size: 1.3rem;
    font-weight: normal;
  }
  .detail .summary-table-column-center .name-wide-pc{
    align-items: center;
    border-bottom: none;
  }
  div.plan-summary-table-row-wide{
    width: 100%;
    margin: 15px auto 0;
  }
  #your_plan div.summary-table-column-center {
    width: auto;
    word-break: keep-all;
  }
  #your_plan div.summary-table-column-center.rental-delivery-date{
    padding: 0.5rem 0;
  }
  .total{
    margin-bottom: -1px;
  }
  .total p .big-num{
    font-size: 1.4rem;
  }
  .total p .overseas-your-all-price .big-num{
    font-size: 2rem;
  }
  div.your-plan-area #your_plan div.summary-table-row.opt-service-sp .summary-table-column-right .plan-total-price{
    margin-right: 1.5px;
    font-size: 1.4rem;
  }
  .plan-total-price div.summary-table-column-right span.plan-tax .text-sm{
    font-size: 1.1rem;
    min-width: 46px;
    display: inline-block;
    white-space: nowrap;
  }
  .detail .summary-table-column-center .name-wide-pc>span:first-child{
    width: 65%;
    padding: 0;
    word-break: break-word;
  }
  .edit-partial-plan .overseas-select-inner-box .country-plan .title p {
    font-size: 1.5rem;
  }
  div.your-plan-area #your_plan div.summary-table-row.opt-service-sp .summary-table-column-right.summary-transit:has(p:empty),
  div.plan-summary-table-row-wide .summary-column div.summary-table-row.transit-column:has(p:empty) {
    margin-top: 0;
    padding-bottom: 0;
  }
  div.plan-summary-table-row-wide#send-cp-area {
    margin: 25px auto 0;
  }
}
/* 海外レンタルサイト申込フォーム改修 end */

form[class^="entry-overseas-"] select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../img/arrow-select.webp);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: right 6px center;
  color: #000;
}
a.postal-btn-wrap button,
option {
  color: #000;
}

.overseas-select-inner-box .title-contents{
  margin-bottom: 20px;
}
.overseas-select-inner-box .title-contents .item-title.travel-period{
  padding: 0.5rem 10px;
  margin: 0 0 15px -17px;
  border-left: 10px solid #66D6CC;
  line-height: 1;
}
.entry-option-popup .group .notion{
  gap: 8px;
  justify-content: center;
  display: flex;

  align-items: center;
}
.entry-option-popup .group .notion .icon{
  width: 60px;
}
.entry-option-popup .group .text{
  text-align: left;
}
.entry-option-popup .group .notion .text strong{
  color: var(--zeus-po-red);
}
.summary-group-option-cp.name-wide-pc{
  border-bottom: 1px solid #909090;
}
@media screen and (max-width: 767px){
  .entry-option-popup .group .notion .icon{
    width: 80px;
  }
  .entry-option-popup .group .notion{
    gap: 15px;
  }
}
div.left-plan-column {
  width: 97%;
  margin: auto;
}
.entry-confirm-step3 div.left-plan-column{
  width: 100%;
}
div.left-plan-column p{
  width: 99%;
  margin: auto;
  padding: 1rem 0.5rem;
  text-align: left;
  font-weight: bold;
  font-size: 1.6rem;
  background-color: #666;
}
.entry-confirm-step3 div.left-plan-column.attention-area p{
  background-color: initial;
  padding: 0 0 1rem;
  color: #000;
}
.plan-summary-area-table div.left-plan-column.attention-area p{
  width: 98%;
  margin-top: 1em;
  font-weight: bold;
  font-size: 1.5rem;
  color: #000;
  background: none;
}
div.entry-user-link{
  margin-top: 20px;
}
div.summary-table-column-left p{
  font-weight: normal;
}
div.summary-table-column-left p.total-row,
.big-num{
  font-weight: bold;
  font-size: var(--font-16);
}
.attention span{
  display: block;
  margin: auto;
  padding: 0.25rem 0 0.25rem 1.5rem;
  text-indent: -1rem;
  line-height: 1.5;
}
.appeal-area{
  width: fit-content;
  margin: 0px auto 0px;
}
.appeal-area .appeal-inner{
  position: relative;
  background: none;
  padding: 0;
  font-size: 1.8rem;
}
.appeal-area .appeal-inner::before,
.appeal-area .appeal-inner::after{
  content: "";
  position: absolute;
  width: 2px;
  height: 1.5em;
  top: 0;
  left: -1em;
  transform: translate(50%, 50%) rotate(-45deg);
  background-color: #000;
}
.appeal-area .appeal-inner::after{
  left: auto;
  right: -1em;
  transform: translate(50%, 50%) rotate(45deg);
}
p.prices{
  text-align: right;
}
span.summary-text-postage span,
span.summary-text-device-option-price{
  font-size: 1.4rem;
  font-weight: bold;
}
.overseas-your-all-price span{
  font-size: 1.4rem;
}
div.alart-popup-close-button{
  background-color: transparent;
  right: 15px;
  top: 5px;
}
div.alart-popup-close-button i {
  color: #777;
  font-size: 1.7rem;
}
.entry-option-popup .popup-body .heading{
  margin: 0;
}
.entry-option-popup .popup-tanmatsu-anshin-notice .popup-body .notice,
.entry-option-popup .popup-overseas-return .popup-body .notice{
  text-align: center;
  padding: 20px;
  border: 6px solid var(--zeus-po-yellow);
  border-radius: 1.25rem;
  box-sizing: border-box;
  max-width: 600px;
  margin: 30px auto;
}
.entry-option-popup .popup-tanmatsu-anshin-notice .popup-body .notice + p{
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
#device_option_check .entry-option-popup .popup-wrap .popup-header .group .text{
  text-align: left;
}

.entry-option-popup .popup-overseas-return .popup-body .notice p{
  color: var(--zeus-po-black);
  line-height: 1.3;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.entry-option-popup .popup-overseas-return .popup-body .notice + p{
  text-align: center;
}
div.plan-summary-table-row-wide{
  width: 95%;
  padding: 0 0.5rem;
}
div.form-capacity-notice.payment-select-caution{
  margin-top: 0;
  border: 1px solid #d6006b;
  padding: 15px 8px;
}
div.form-capacity-notice-icon {
  width: 45px;
}
div.form-capacity-notice-icon + div {
  width: 100%;
  margin-left: 10px;
}
div.form-capacity-notice p {
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: 0.11rem;
}
div.form-capacity-notice.payment span.strong {
  color: #d6006b;
  font-size: 1.8rem;
  font-weight: 600;
}
.entry-overseas-payment div.form-capacity-notice.payment span.strong {
  font-size: 1.7rem;
}
table.form-table th.credit-confirm-name-label{
  font-size: 1.3rem;
}
span.field-icon.field-icon-mypage i{
  font-size: 1.5rem;
}
p.input-gap{
  margin-top: 0;
}
div.leave-checkbox-box-desciption{
  margin: 0 0 20px 0;
}
.mypage-global-confirm p.terms-agree:nth-of-type(n+2):not(:last-of-type){
  margin-bottom: 0;
}
.mypage-global-confirm .leave-checkbox-box-desciption p.terms-social, .leave-checkbox-box-desciption p.terms-social{
  margin: 0;
}
.monthly-pay.total-price div.left-plan-column{
  width: 21%;
}
.flex-box-select.monthly-pay div.left-plan-column p{
  background-color: transparent;
  color: #000;
  padding: 0 0 0 5px;
  text-align: left;
}
.total-price-confirm .total-payment .down-price-text{
  position: relative;
  width: fit-content;
  margin: 20px 0 0 auto;
  padding: 1em 0.5em;
  text-align: right;
  font-size: 1.4rem;
  background: #FFEB00;
}
.total-price-confirm .total-payment .down-price-text::before{
  content: "";
  position: absolute;
  border-bottom: 15px solid #FFEB00;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  left: 60%;
  top: -13px;
}
.global-user-message{
  margin-left: 15px;
}

div.flex-box-select.total-price{
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #909090;
}
.entry-option-popup .popup-body .heading h3.bg-pink{
  background-color: var(--zeus-po-black);
}
.entry-confirm-step3 div.left-plan-column p{
  width: 100%;
}
div.user-link div{
  text-align: left;
}
.overseas-select-inner-box #select-country-plan span{
  font-size: 1.1rem;
}
div.form-user-background-entry button, table.form-table.form-entry button{
  color: #000;
}
.overseas-select-inner-box .title-contents p{
  line-height: 1.5;
}
@media screen and (max-width: 767px){
  .overseas-select-inner-box #usage_period_block .item-title.travel-period{
    margin: 20px 0 5px 0;
  }
  .item-title.title-detail-btn h3{
    width: 100%;
  }
  .overseas-select-inner-box .title-contents p{
    padding-left: 20px;
  }
  div.plan-summary-table-row-wide{
    width: 100%;
  }
  div.summary-table-column-center{
    margin: 0;
  }
  div.summary-table-column-left p{
    font-weight: bold;
  }
  #your_plan div.summary-table-column-right > div{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
    padding: 0 0.5rem;
  }
  .overseas-select-place-link{
    margin-top: 0;
  }
  div.left-plan-column{
    width: 100%;
  }
  .plan-summary-area-table div.left-plan-column.attention-area p{
    margin: 0;
    padding: 1rem 0;
  }
  .attention span {
    margin-bottom: 0.5rem;
    padding: 0.25rem 0 0.25rem 0.5rem;
  }
  .entry-option-popup .popup-overseas-return .popup-body .notice p{
    font-size: 1.6rem;
  }
  .entry-option-popup .popup-header .group .icon{
    width: 40px;
    height: 40px;
  }
  .entry-option-popup .text span.color-pink > em{
    font-size: 2em;
    line-height: 1;
  }
  .entry-option-popup .group .text{
    font-size: 1.2rem;
  }
  .entry-option-popup .popup-tanmatsu-anshin-notice .popup-body .notice + p{
    font-size: 1.2rem;
  }
  .entry-option-popup .popup-overseas-return .popup-body .notice p{
    font-size: 1.6rem;
  }
  .entry-option-popup .popup-overseas-option .popup-body .images{
    width: 100%;
  }
  .table-overseas-option tbody tr:first-of-type td.support-wide{
    font-size: 1.4rem;
  }
  main.mypage-main select.overseas-select-place-select-airport{
    max-width: initial;
  }
  .entry-overseas-payment div.form-capacity-notice.payment span.strong {
    font-size: 1.4rem;
  }
  table.form-confirm-info-table td.not-tel-link a {
    color: #1E1E1E;
    text-decoration: none;
    pointer-events: none;
  }
  .total-price-confirm .total-payment .down-price-text{
    margin: 20px 0 20px auto;
  }
  .total-price-confirm .total-payment .down-price-text::before{
    left: 60%;
  }
  .entry-confirm-step3 div.plan-summary-table-row:first-of-type{
    border-top: none;
  }
  .entry-overseas-confirm .plan-summary-table-row:nth-of-type(5) div.summary-table-column-left.sp-line,
  .entry-overseas-confirm .plan-summary-table-row:nth-of-type(8) div.summary-table-column-left.sp-line,
  .entry-overseas-confirm .plan-summary-table-row:nth-of-type(9) div.summary-table-column-left.sp-line{
    border: none;
  }
  .entry-overseas-confirm .monthly-pay.total-price div.left-plan-column{
    margin-bottom: 0;
  }
  p.remark{
    color: #000;
  }
  .entry-new table.form-table th{
    margin-top: 5px;
  }
  .appeal-area{
    max-width: 320px;
  }
  .appeal-area .appeal-inner{
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
  .text-sm{
    font-size: 1.3rem;
  }
  div.usage-period{
    margin: 0 5px 0px 20px;
  }
  div.usage-period div.form-control{
    margin: 20px 0 0;
  }
  div.plan-summary-table-row-wide {
    width: 100%;
    margin-top: 5px;
  }
  div.left-plan-column p{
    width: 100%;
  }
  div.plan-summary-table-row-wide#receiving-method div.summary-table-column-left.sp-line{
    padding: 10px 0 5px;
    border: none;
  }
  #device_option_check .entry-option-popup .popup-tanmatsu-anshin-notice .popup-body .images {
    padding: 10px 0;
    margin: 10px 0 0;
  }
  .entry-option-popup .popup-tanmatsu-anshin-notice .popup-body .notice,
  .entry-option-popup .popup-overseas-return .popup-body .notice {
    text-align: center;
    padding: 20px;
    border: 6px solid var(--zeus-po-yellow);
    border-radius: 1.25rem;
    box-sizing: border-box;
    max-width: 600px;
    margin: 10px auto;
  }
  #device_option_check .entry-option-popup .popup-bottom{
    margin-top: 20px;
  }
  #device_option_check .popup-overseas-confirmation .popup-contents .option-check label.custom-check-box-v2 input[type="radio"]:checked + span::after {
    left: 11px;
  }
  .entry-confirm-step3 div.summary-table-column-left p{
    line-height: 1;
    padding: 5px 0;
  }
  .delivery-date{
    margin-left: 0;
  }
  div.summary-table-column-left p.total-row{
    font-size: 1.4rem;
  }
  div.plan-summary-table-row-wide.total-wide{
    padding-right: 2px;
  }
}
  #new-footer .wrapper small {
    color: #fff;
  }

@media screen and (max-width: 374px){
  .overseas-select-inner-box .usage-sub-title {
    width: 100%;
  }
  div#datepicker div.usage-start, div#datepicker div.usage-end {
    width: calc((100% - 30px)/2);
  }
  .overseas-select-inner-box .input-daterange input:last-child {
    width: 100%;
    font-size: 1.4rem;
  }
  .overseas-select-inner-box #purchase-overseas-plan table.table-base.sp-long.select-area select._areas,
  .overseas-select-inner-box #purchase-overseas-plan table.table-base.sp-long.select-area select._countries {
    width: 100%;
  }
  .flex-delivery-date .delivery-date-radio .relief-item-select-area-box .group .date-btn .no-choice-txt {
    font-size: 1rem;
  }
  .detail .summary-table-column-center .name-wide-pc>span:nth-child(2) {
    font-size: 1.2rem;
  }
  .your-price2-sp {
    margin-right: 46px;
  }
  .option-column .your-price2-sp {
    margin-right: 47px;
  }
  .detail .summary-table-column-center .name-wide-pc>span:first-child {
    width: 150px;
  }
  div.your-plan-area #your_plan div.summary-table-row.opt-service-sp .summary-table-column-right .plan-total-price {
    font-size: 1.2rem;
  }
  div.summary-table-column span.plan-tax,
  div.summary-table-column-right span.plan-tax {
    font-size: 1.2rem;
  }
  div.summary-table-column.summary-table-column-right p,
  div.summary-table-column-right p {
    font-size: 1.2rem;
  }
  div.your-plan-area #your_plan div.summary-table-row.opt-service-sp .summary-table-column-right .option-total-price .tax {
    font-size: 1.2rem;
  }
  .send-total-price {
    margin-right: 48px;
  }
  .overseas-your-all-price {
    font-size: 1.4rem;
  }
  .detail .summary-table-column-center .name-wide-pc>span:first-child {
    margin: 0 15px 0 0;
  }
  .detail .summary-table-column-center .name-wide-pc>span:first-child {
    width: 130px;
  }
  span.summary-text-postage span {
    font-size: 1.2rem;
  }
  .summary-text-postage {
    margin-right: 52px;
  }
  .global-plan-table.sp .plan-space {
    font-size: 1.2rem;
  }
  .global-plan-table.sp div.summary-table-column-right span.plan-tax .text-sm {
    min-width: 40px;
  }
  .edit-partial-plan .overseas-select-inner-box #purchase-overseas-plan table.table-base.sp-long.select-area select._areas,
  .edit-partial-plan .overseas-select-inner-box #purchase-overseas-plan table.table-base.sp-long.select-area select._countries {
    width: 100%;
  }
  div.row {
    width: 100%;
  }
  div.form-next-button,
  div.form-next-stop-button {
    width: 275px;
  }
  div.form-next-button span, div.form-next-stop-button span {
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/okawari-button-arrow.svg) no-repeat 242px center;
    background-size: 8px;
  }
  .flex-delivery-date .delivery-date-radio .relief-item-select-area-box .group .date-btn {
    font-size: 1.2rem;
  }
  div.credit-card-name-confirm-popup-title p {
    font-size: 1.3rem;
  }
}

.data-popup-btn {
  display: inline-block;
  position: relative;
  height: 40px;
  line-height: 39px;
  min-width: 195px;
  color: #FFF;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  padding: 0 0 0 20px;
  border-radius: 30px;
  letter-spacing: 2px;
  transition: .3s;
  background: #000;
  cursor: pointer;
  letter-spacing: 1px;
}
.data-popup-btn span {
  position: absolute;
  left: 14px;
  top: 6.5px;
}
.data-popup-btn span svg {
  fill: #FFF;
  width: 22px;
  height: auto;
}
.data-popup-btn:hover {
  background: #e6006b;
}
tr.data-guide {
  display: flex;
  align-items: center;
}
.data-popup-btn.hint1{
 background: #00BBAB;
}
.entry-option-popup .entry-option-popup-body{
 border-radius: 10px;
 overflow: hidden;
}
div.alart-popup-close-button{
  right: 5px;
}
@media screen and (max-width:767px) {
  .data-popup-btn {
    height: 40px;
    line-height: 40px;
    min-width: 210px;
    margin: 15px 20% 0px;
    box-sizing: border-box;
  }
  .data-popup-btn span {
    left: 24px;
    top: 5.5px;
  }
}
.data-popup-btn:focus{
  background: #e6006b;
}

.pop-wrap {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10000000003;
}
.pop-wrap.show {
  visibility: visible;
  opacity: 1;
  display: block;
}
.pop-bg {
  position: fixed;
  background-color: #000000;
  opacity: .4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 8
}
.pop-up {
  position: fixed;
  top: 55%;
  left: 50%;
  width: 60vw;
  min-width: 760px;
  height: auto;
  padding-bottom: 2em;
  transform: translate(-50% ,-50%);
  background: #FFFFFF;
  z-index: 8;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 120px)
}
.pop-close span {
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  /* background: #000000 */
  border-radius: 100vh;
  transform: translate(50% ,-50%);
  z-index: 9;
  cursor: pointer
}
.pop-close span::after,
.pop-close span::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 3px;
  background: #666666;
  top: calc(50% - 2px);
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  border-radius: 100vh
}
.pop-close span::after {
  transform: translate(-50%) rotate(-45deg)
}
.pop-title {
  display: flex;
  gap: .5em;
  align-items: center;
  justify-content: center;
  padding: 1.5em 0 0;
  font-size: 2rem;
  font-weight: 700;
  color: #000000;
}
.pop-title .icon-question {
  fill: #00BBAB;
  width: 1.2em;
  display: flex;
  align-items: center;
}
.pop-wrap .pop-title-sub {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.usage-500mb {
  width: 680px;
  table-layout: fixed;
  border-collapse: collapse;
  margin: auto
}
.usage-500mb caption {
  margin-bottom: 1em;
  font-size: 3rem;
  font-weight: bold;
  padding-top: 10px;
}
.pop-up .attention {
  margin: 5px auto 10px;
  text-align: right;
  font-size: 1.1rem;
  color: #232323
}
.pop-up .attention.wide {
  width: 680px
}
.usage-500mb td,
.usage-500mb th {
  font-weight: 700;
  background: #FFFFFF;
  border: 1px solid #575757;
  padding: .75em 0;
  border: none;
  text-align: center
}
.usage-500mb th {
  background: #e7e7e7;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center
}
.usage-500mb.pc .useage-data .table-header th:first-child {
  border: none;
  background-color: unset;
}
.usage-500mb th:last-of-type {
  position: relative;
  color: #000000;
  background: #92E5DE;
}
.usage-500mb td.infinity {
  font-size: 1.8rem;
  background: #FFC100;
}
table.usage-500mb th.useage-infinity::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%,-60%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  font-size: 1.3rem;
  font-weight: 700;
  z-index: 6;
  color: #FFFFFF;
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/recommend.webp) center top/contain no-repeat
}
.usage-500mb td span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 10%;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4
}
.usage-500mb td span span {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-left: 0;
  font-weight: 400;
}
.usage-500mb td span.attention {
  display: inline-block;
  margin-left: 5px
}
.usage-500mb td span img {
  width: 30px
}
.usage-500mb td em {
  font-size: 1.6em;
  font-style: normal;
}
.pop-up small {
  display: block;
  width: 90%;
  margin: 1em auto;
  line-height: 1.5em;
  font-size: 1.2rem;
  color: #000000;
}
.usage-500mb .useage-data td,
.usage-500mb .useage-data th {
  border: 1px solid #575757;
}
@media screen and (max-width:767px) {
  .global-rental .default-btn a {
    padding: 0 30px 0 20px;
  }
  .global-rental .default-btn-main {
    padding-top: 30px;
    margin-bottom: 40px
  }
  .pop-up {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90vw;
    max-height: 75vh;
    height: auto;
    min-width: initial;
    padding: 5% 0;
  }
  .pop-close span {
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px
  }
  .pop-contents {
    height: 65vh;
    overflow-y: scroll
  }
  .usage-500mb.sp {
    display: table
  }
  .usage-500mb {
    width: 91%
  }
  .pop-title {
    font-size: 1.6rem;
    padding: 1em 0 0;
  }
  .pop-up .attention,
  .pop-up .attention.wide {
    width: 91%
  }
  .usage-500mb td span {
    gap: 0;
    margin-left: 0;
    font-size: 1.2rem;
    flex-direction: column
  }
  .usage-500mb td span .text-sm {
    font-size: 1rem
  }
  .usage-500mb td span img {
    width: 25px
  }
  .usage-500mb td em {
    font-size: 1.6em
  }
  .usage-500mb .table-header th {
    width: 25%
  }
  .usage-500mb td,
  .usage-500mb th {
    font-size: 1.2rem
  }
  .usage-500mb td.infinity {
    font-size: 1.5rem
  }
  .usage-500mb td.infinity span {
    display: inline-block
  }
  table.usage-500mb th.useage-infinity::after {
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/recommend-sp3.webp) center top/contain no-repeat;
    top: -5px;
    right: 5px;
    width: 42px;
    height: 42px;
    font-size: 1.3rem;
    white-space: pre
  }
  /* データ通信量の目安SP版 start */
  .useage-data-app-wrap {
    padding: 0 5%;
  }
  .useage-data-app-wrap p.sub-text {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .useage-data-app {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .useage-data-app .useage-app-box {
    width: calc((100% - 10px) / 2);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
  }
  .useage-data-app .useage-app-box .useage-app-header {
    padding: 10px 10px 10px 35px;
    font-size: 1.4rem;
    font-weight: bold;
    background-color: #F4F4F4;
    position: relative;
    text-indent: 0.5rem;
  }
  .useage-data-app .useage-app-box.googlemap .useage-app-header {
    text-indent: 0;
  }
  .useage-data-app .useage-app-box .useage-app-header span {
    font-size: 1.2rem;
  }
  .useage-data-app .useage-app-box .useage-app-header img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
  }
  .useage-data-app .useage-app-box .useage-app-content {
    padding: 0 5px;
  }
  .useage-data-app .useage-app-box table {
    width: 100%;
    border-collapse: collapse;
  }
  .useage-data-app .useage-app-box table th,
  .useage-data-app .useage-app-box table td {
    border-bottom: 1px solid var(--overseas-gray);
    padding: 10px 0;
    font-size: 1.2rem;
    font-weight: bold;
    vertical-align: baseline;
  }
  .useage-data-app .useage-app-box table th {
    width: 50px;
  }
  .useage-data-app .useage-app-box table td {
    padding-left: 5px;
  }
  .useage-data-app .useage-app-box table td em {
    font-size: 1.4em;
    color: #00BBAB;
    font-style: normal;
  }
  .useage-data-app .useage-app-box .useage-app-footer {
    background-color: #92E5DE;
    padding: 0 5px;
  }
  .useage-data-app .useage-app-box .useage-app-footer table td {
    font-size: 1.5rem;
    text-align: center;
  }
  .useage-data-app .useage-app-box .useage-app-footer table td,
  .useage-data-app .useage-app-box .useage-app-footer table th {
    border-bottom: none;
  }
  .useage-data-app .useage-app-box .useage-app-footer table td span.attention {
    font-size: 1.1rem;
  }
  .pop-up .attention {
    text-align: left;
  }
  .pop-wrap .pop-title-sub {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  
  /* データ通信量の目安SP版 end */
  
}

/* gtmクリックを発火させる為にボタンの構造を変更 start */
.js-input-radio-change .country-select {
  display: block;
  position: absolute;
  top: 7px;
  left: 90px;
  width: 24px;
  height: 24px;
}
label[for="travel-type-tour"].js-input-radio-change .country-select {
  left: 70px;
}
.overseas-contain .js-input-radio-change p.custom-check-box-v2-select-text {
  margin-left: 40px;
}
.js-input-radio-change .country-select {
  display: block;
  position: absolute;
  top: 7px;
  left: 90px;
  width: 24px;
  height: 24px;
}
label[for="travel-type-tour"].js-input-radio-change .country-select {
  left: 70px;
}
.overseas-contain .js-input-radio-change p.custom-check-box-v2-select-text {
  margin-left: 40px;
}
.js-input-radio-change,
.entry-option-service,
.delivery-date-radio,
.popup-overseas-confirmation label.custom-check-box-v2 {
  position: relative;
}
.js-input-radio-change label.custom-check-box-v2,
.js-input-radio-change input,
.entry-option-service input,
.delivery-date-radio input,
.popup-overseas-confirmation input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1111;
}
.popup-overseas-confirmation .option-check label.custom-check-box-v2 input[type="radio"] {
  display: block;
}
.js-input-radio-change.overseas-select-place-check .relief-option-ckeckbox {
  height: 100%;
}
.js-input-radio-change.overseas-select-place-check .relief-option-ckeckbox span.type-radio {
  transform: none;
}
input.click-input-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1111;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
span.custom-checkbox {
  display: inline-block;
  position: absolute;
  top: calc(50% + 20px);
  left: 15px;
  transform: translateY(-50%);
  font-size: 1rem;
  z-index: 1;
}
span.custom-checkbox::before {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: -32px;
  transform: translateX(-50%);
  z-index: 1;
  background-color: lightgray;
  width: 28px;
  height: 28px;
  border-radius: 5px;
}
span.custom-checkbox::after {
  content: "";
  display: none;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: -26px;
  z-index: 2;
  width: 8px;
  height: 13px;
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  border: 1.5px solid #000;
  border-width: 0 1.5px 1.5px 0;
}
input.click-input-box:checked + span.custom-checkbox::after {
  display: inline-block;
}
input.click-input-box + .radio-type .custom-check-box-v2 {
  width: 24px;
  height: 24px;
  top: -6px;
  left: 14px;
  position: relative;
  background: #d3d3d3;
  border-radius: 50%;
  z-index: 0;
}
input.click-input-box:checked + .radio-type .custom-check-box-v2 span.type-radio {
  display: inline-block;
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #ffe401;
  border: none;
  border-radius: 50%;
  box-sizing: border-box;
}
.plan-box input.click-input-box + .radio-type .custom-check-box-v2 {
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.overseas-select-place-top input.click-input-box + .radio-type .custom-check-box-v2 {
  top: 10px;
}
@media screen and (max-width:767px) {
  .js-input-radio-change .country-select {
    left: 30px;
  }
  label[for="travel-type-tour"].js-input-radio-change .country-select {
    left: 20px;
  }
  input.click-input-box + .radio-type .custom-check-box-v2 {
    top: -2px;
    left: 10px;
  }
  .overseas-select-place-top input.click-input-box + .radio-type .custom-check-box-v2 {
    top: 12px;
    left: 0;
  }
}
/* gtmクリックを発火させる為にボタンの構造を変更 end */


/*申し込みフォーム　アップデート*/
:root{
  --aqua-green: #00BBAB;
}
p{
  line-height: 1;
}
body{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-size: 1.3rem;
  min-width: 1168px;
  color: #1E1E1E;
  background: #fff;
  line-height: 1;
}
div.mypage-section-container{
  max-width: 750px;
}
select ,
form[class^="entry-overseas-"] select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow-select.webp);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: right 6px center;
  color: #000;
}
a.postal-btn-wrap button:disabled,
option:disabled{
  color: #707070;
}
.mypage-container.form-container.form-application-container{
  min-height: calc(100vh - 180px);
}
.entry-overseas-select .form-control,
.entry-overseas-select .input-daterange input:last-child,
.edit-partial-plan .overseas-select-inner-box #purchase-overseas-plan table.table-base.sp-long.select-area select._areas,
.edit-partial-plan .overseas-select-inner-box #purchase-overseas-plan table.table-base.sp-long.select-area select._countries{
  border: none;
}
main.mypage-main select.overseas-select-place-select-airport,
main.mypage-main select.overseas-select-place-select select,
input.mypage-input-border,
main.mypage-main select{
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  border-radius: 6px;
  background-color: #FFF;
  outline: 1px solid #707070;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
label.custom-check-box input[type="radio"] + span::before,
label.custom-check-box input[type="checkbox"] + span::before,
.form-control,
.input-daterange input:last-child{
  border-radius: 6px;
  background-color: #ffffff;
  outline: 1px solid #707070;
}
label.custom-check-box input[type="radio"]:checked + span::before,
label.custom-check-box input[type="checkbox"]:checked + span::before{
  background-color: #ffffff;
}
label.custom-check-box-v2 input[type="radio"]:checked + span.type-radio::after{
  background-color: #ffe700;
}
.note-mark,
table.form-table span.note-mark,
.note-mark-detail .note-mark,
.anynote-mark{
  color: #DB0066;
  font-weight: normal;
  border: 1px solid;
  border-radius: 5px;
  padding: 2px 5px;
  font-size: 12px;
  margin: 0 5px 0 0;
  font-weight: normal;
}
div.mandatory{
  color: #DB0066;
  padding: 2px 5px;
  font-size: 12px;
  border: 1px solid;
  padding-top: 0.3rem;
  width: 45px;
  border-radius: 5px;
}
table.form-table span.anynote-mark,
.anynote-mark{
  color: #1E1E1E;
  font-weight: normal;
}
.shadow-box{
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
div.mypage-container{
  background: #fff;
}
form div.row{
  flex-direction: column-reverse;
  gap: 30px;
}
p.remark,
p.mypage-remark{
  font-size: 1.1rem;
  color: #000;
}
div.form-next-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1em;
  max-width: 300px;
  margin: 0 auto;
  padding: 1em;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  border: 2px solid #FFE700;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transition: 0.3s all;
}
div.form-next-button span{
  background: none;
  font-size: 15px;
  padding: 0;
}
div.form-next-button::after {
  content: "";
  top: 50%;
  right: 10px;
  width: 0px;
  height: 0px;
  margin: 0;
  border-top: 8px solid transparent;
  border-left: 10px solid #000;
  border-bottom: 8px solid transparent;
  background: none;
  transform: translate(-50%, -50%);
}
div.form-next-button:hover{
  background: #FFE700;
}
div.form-back-button{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  max-width: 170px;
  margin: 0 auto;
  padding: 1em 2em;
  text-indent: 8px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #707070;
  border-radius: 10px;
  background: #F4F4F4;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transition: 0.3s all;
}
div.form-back-button span{
  background: none;
  padding: 0;
}
div.form-back-button::before{
  content: none;
}
div.form-back-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5rem;
  width: 0px;
  height: 0px;
  margin: 0;
  border-top: 7px solid transparent;
  border-right: 9px solid #707070;
  border-bottom: 7px solid transparent;
  background: none;
  transform: translate(-50%, -50%);
}
div.form-next-button:hover{
  opacity: 0.7;
}
i.fa-eye-slash:before,
i.fa-eye:before {
  top: -2px;
  position: relative;
}
.overseas-select-inner-box .item-title{
  margin: 0;
  padding: 0;
  border: none;
}
.overseas-select-inner-box .item-title::before{
  content: none;
}
.item-title:not(.title-detail-btn),
h2.form-h2{
  position: relative;
  margin: 0 0 0.5em 0;
  font-size: 1.8rem;
  max-width: 750px;
  line-height: 1;
}
.item-title:not(.title-detail-btn)::before,
.form-h2:before{
  content: "";
  padding: 0.5rem 0;
  position: absolute;
  width: 4px;
  height: 1em;
  border: none;
  background: #66D6CC;
  top: 50%;
  left: -0.5em;
  transform: translate(-50%, -50%);
}
div.form-application-container div.mypage-user-container{
  margin: 0px auto;
}
.overseas-select-inner-box div.white-content-box-form{
  padding: 0;
  margin: 30px 0px;
}
.form-text{
  font-size: 1.3rem;
  font-weight: bold;
  padding-bottom: 1rem;
}
.item-title.title-detail-btn h3{
  padding-bottom: 0.2em;
  font-size: 1.5rem;
}
.js-option-popup-overseas{
  margin-top: 0;
  font-size: 1.3rem;
  color: #DB0066;
}
.entry-option-select div.relief-item-select-area-box,
div[class^="topping-2-select-area"].selected{
  border-radius: 10px;
}
.overseas-select-inner-box .select-form-box .border-layout,
.overseas-select-inner-box .border-layout.confirm{
  margin: 30px auto;
}
.overseas-your-all-price span{
  font-size: 1.5em;
}
.overseas-your-all-price span.text-sm{
  font-size: 1.5rem;
}
div.summary-table-column-left p{
  padding-bottom: 0.5em;
}
h3.form-h3 {
  font-size: 1.5rem;
}
.pop-up{
  border-radius: 10px;
}
.pop-up small{
  width: 680px;
}
div[class*="edit-partial-"] form:focus,
.popup-contents:focus{    
  outline: 1px solid #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .mypage-container.form-container.form-application-container{
    min-height: calc(100vh - 190px);
  }
  
  .item-title:not(.title-detail-btn),
  h2.form-h2{
    position: relative;
    margin: 0 0 1.5rem 0;
    font-size: 1.5rem;
    max-width: 750px;
    line-height: 1;
  }
  div.entry-form-option-select{
    margin-bottom: 3rem;
  }
  div.mypage-section-container {
    max-width: 100%;
    padding: 0 5%;
  }
  table.form-confirm-info-table th{
    padding: 0 0 5px;
    border-bottom: none;
  }
  table.form-confirm-info-table td{
    padding: 0 0 1rem;
    border-bottom: 1px solid #707070;
  }
  .total .overseas-your-all-price span:not(.text-sm){
    font-size: 2rem;
  }
  div.plan-summary-table-row-wide#receiving-method div.summary-table-column-left.sp-line,
  div.plan-summary-table-row-wide div.summary-table-column-left.sp-line,
  .summary-table-column-left.adjust.sp-line p::after,
  div.plan-summary-table-row-wide .summary-area-wrap div.summary-table-column-left.sp-line,
  div.plan-summary-table-row-wide.total-wide div.summary-table-column-left.sp-line{
    padding: 0;
    border: none;
  }
  .summary-area-wrap{
    margin-top: 10px;
  }
  div.plan-summary-table-row-wide .summary-column{
    margin-top: 0;
  }
  div.your-plan-area #your_plan div.summary-table-row.opt-service-sp .summary-table-column-right .plan-total-price{
    margin-right: 0;
  }
  .detail .summary-table-column-center .name-wide-pc>span:nth-child(2){
    margin-right: 1.3px;
  }
  #your_plan div.summary-table-column-center.rental-delivery-date{
    padding: 0;
  }
  .detail .summary-table-column-center .name-wide-pc{
    align-items: flex-end;
  }
  div.summary-table-column-left p{
    padding-bottom: 0.2em;
  }
  div.left-plan-column{
    margin-bottom: 10px;
  }
  div.plan-summary-table-row-wide{
    margin-top: 0;
    padding: 1rem 0;
    border-bottom: 1px solid #707070;
  }
  div.plan-summary-table-row-wide.total-wide{
    padding: 0;
    border: none;
  }
  #your_plan div.summary-table-column-right{
    display: flex;
    justify-content: flex-end;
    gap: 20px;    
    width: auto;
    text-align: left;
  }
  #your_plan div.summary-table-column-right > p:first-of-type{
    width: 50px;
    text-align: right;
  }
  .overseas-your-all-price,
  span.summary-text-postage span,
  .overseas-your-all-price span{
    font-size: 1.4rem;
  }
  span.text-sm,
  .overseas-your-all-price span.text-sm{
    font-size: 1.3rem;
  }
  div.plan-summary-table-row-wide .summary-column,
  div.plan-summary-table-row-wide.total-wide{
    width: 100%;
    margin: 0;
    margin-left: auto;
    align-items: unset;
  }
  div.plan-summary-table-row-wide.total-wide {
    margin-top: 0.5rem;
  }
  .entry-overseas-user div.entry-button-container{
    padding: 0;
  }
  .overseas-select-inner-box #purchase-overseas-plan table.table-base.sp-long.select-area select._areas,
  .overseas-select-inner-box #purchase-overseas-plan table.table-base.sp-long.select-area select._countries,
  .select2-container--default .select2-selection--single{
    font-size: 13px;
  }
  .useage-data-app{
    gap: 25px 10px;
  }
  .pop-contents{
    height: auto;
    max-height: 85vh;
  }
  .pop-up{
    max-height: 85vh;
    padding: 30px 5%;
  }
  .useage-data-app-wrap{
    padding: 10px 0 0 0;
  }
  .pop-up small{
    width: 100%;
  }
  .useage-data-app .useage-app-box table th,
  .useage-data-app .useage-app-box .useage-app-footer table td{
    text-align: left;
  }
  
  .useage-data-app .useage-app-box .useage-app-content tr:nth-of-type(3) th,
  .useage-data-app .useage-app-box .useage-app-content tr:nth-of-type(3) td{
    border: none;
  }
}

/* レンタル品オプション start */
.tanmatsu-premium-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.entry-form-option-select .rental-option-area {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 50px;
}
.rental-option-area .rental-item {
  width: 100%;
}
#anshin_option .rental-option-area .entry-option-select div.relief-item-select-area-box .group {
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
#anshin_option .rental-option-area .entry-option-select div.relief-item-select-area-box .group .price {
  margin-left: 0;
}
#anshin_option .rental-option-area .entry-option-select div.relief-item-select-area-box .explanation {
  margin-top: 10px;
  padding-right: 5px;
}
#anshin_option .rental-option-area .entry-option-select div.relief-item-select-area-box .explanation.color-red {
  font-size: 1.1rem;
}
.rental-option-area .entry-option-select div.relief-item-select-area-box {
  padding: 15px 0 15px 65px;
  line-height: 0;
}
.rental-option-area .rental-item .relief-item-select-area-box .op-rental-box-flex {
  display: flex;
  gap: 20px;
  align-items: center;
}
.rental-option-area .rental-item .relief-item-select-area-box .op-rental-left {
  width: 100px;
}
.rental-option-area .rental-item .relief-item-select-area-box .op-rental-left img {
  width: 100%;
}
.rental-option-area .rental-item .relief-item-select-area-box .op-rental-right {
  width: calc(100% - 120px);
}
.rental-option-area .rental-item .rental-popup-btn {
  position: absolute;
  z-index: 1112;
  top: 80px;
  right: 12px;
  font-size: 1.3rem;
  text-decoration: underline;
}
.rental-option-area .rental-item .rental-popup-btn.top-adjustment {
  top: 55px;
}
.rental-option-area .count-flex {
  position: absolute;
  right: 20px;
  bottom: 10px;
  display: flex;
  align-items: center;
  z-index: 1112;
}
.rental-option-area .count-flex span.count-button {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 2.6rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.rental-option-area .count-flex input[type='number'] {
  width: 30px;
  height: 30px;
  position: static;
  text-align: center;
}

/* 在庫なし(soldout)の処理用 */
.op-rental-item {
  position: relative;
}
.op-rental-item.sold {
  pointer-events: none;
  cursor: auto;
}
.op-rental-item.sold .topping-2-select-area-relief-option,
.op-rental-item.sold .rental-popup-btn {
  opacity: 0.8;
}
.op-rental-item span.sold-out {
  display: none;
  width: 70%;
  padding: 0.5em;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  color: #000;
  background-color: #FFE400;
  transform: rotate(-10deg) translateY(-50%);
  z-index: 9999;
}
.op-rental-item.sold span.sold-out {
  display: block;
}
/* レンタル品オプションポップアップ */
.op-rental-popup-content .popup-header .op-rental-slider {
  width: 200px;
  margin: 0 auto 30px;
}
.op-rental-popup-content .popup-header .op-rental-slider .slide-image {
  width: 100%;
}
.op-rental-popup-content .popup-header .op-rental-slider .slide-image img {
  width: 200px;
  margin: auto;
}
.op-rental-popup-content .popup-body .title {
  margin: 0 0 20px;
}
.op-rental-popup-content .popup-body ul {
  padding: 0;
  margin: 20px 0;
  list-style: none;
}
.op-rental-popup-content .popup-body ul li {
  line-height: 1.8;
  font-size: 1.4rem;
}
.op-rental-popup-content .op-rental-slider .slick-arrow {
  position: absolute;
  bottom: -26px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  cursor: pointer;
  transition: .3s;
  z-index: 1;
}
.op-rental-popup-content .op-rental-slider .slick-arrow:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
.op-rental-popup-content .op-rental-slider .slick-arrow.prev-arrow {
  border-right: 10px solid #000;
  left: 8px;
}
.op-rental-popup-content .op-rental-slider .slick-arrow.next-arrow {
  border-left: 10px solid #000;
  right: 8px;
}
.op-rental-popup-content .op-rental-slider .slick-arrow.prev-arrow:hover {
  border-right: 10px solid #000;
}
.op-rental-popup-content .op-rental-slider .slick-arrow.next-arrow:hover {
  border-left: 10px solid #000;
}
.op-rental-popup-content .op-rental-slider .slick-dots {
  bottom: -30px;
}

@media screen and (max-width: 767px){
  .rental-option-area .entry-option-select div.relief-item-select-area-box {
    padding: 10px 0 30px 55px;
  }
  .rental-option-area .entry-option-select div.relief-item-select-area-box.ac_adapter {
    padding: 15px 0 15px 55px;
  }
  .rental-option-area .rental-item .relief-item-select-area-box .op-rental-left {
    width: 60px;
  }
  .rental-option-area .rental-item .relief-item-select-area-box .op-rental-box-flex {
    gap: 10px;
  }
  .rental-option-area .rental-item .relief-item-select-area-box.ac_adapter .op-rental-box-flex {
    margin-bottom: 25px;
  }
  .rental-option-area .rental-item .relief-item-select-area-box .op-rental-right {
    width: calc(100% - 90px);
  }
  #anshin_option .rental-option-area .entry-option-select div.relief-item-select-area-box .title {
    font-size: 1.5rem;
  }
  .rental-option-area .rental-item .rental-popup-btn {
    top: unset;
    right: 12px;
    font-size: 1.1rem;
    width: auto;
    bottom: 13px;
  }
  .rental-option-area .rental-item .rental-popup-btn.top-adjustment {
    top: 82px;
    bottom: unset;
  }
  /* レンタル品オプションポップアップ */
  .op-rental-popup-content .popup-body {
    padding-top: 10px;
  }
  .op-rental-popup-content .popup-body .title {
    font-size: 1.8rem;
  }
  .op-rental-popup-content .popup-body ul li {
    font-size: 1.3rem;
  }
}

/* レンタル品オプション end */
/* 端末サポートプレミアム start */
.overseas-select-inner-box .entry-option-tanmatsu-anshin .entry-option-select .option-service-select-plan {
  min-height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.entry-option-select div.relief-item-select-area-box {
  padding: 15px 15px 15px 70px;
}
.overseas-select-inner-box .entry-option-tanmatsu-anshin.flex-column.tanmatsu-support-area .entry-option-select.wide-button:first-child {
  margin-bottom: 0;
}
.overseas-select-inner-box .entry-option-tanmatsu-anshin.flex-column {
  gap: 15px;
}
@media screen and (max-width: 767px){
  .overseas-select-inner-box .entry-option-tanmatsu-anshin.flex-column.tanmatsu-support-area .entry-option-select.wide-button:first-child {
    margin-bottom: 0;
  }
}
/* 端末サポートプレミアム end */
/* 返却パックプラス start */
.return-pack-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.other-letter-pack .entry-option-select div.relief-item-select-area-box .group .price {
  position: relative;
}
.other-letter-pack .cp-decoration {
  position: absolute;
  top: -22px;
  left: unset;
  right: -60px;
}
@media screen and (max-width: 767px){
  .other-letter-pack .entry-option-select div.relief-item-select-area-box .group .price {
    width: fit-content;
  }
  .other-letter-pack .cp-decoration {
    top: -42px;
    right: -80px;
  }
}
/* 返却パックプラス end */
/* STEP3 popup start */
@media (min-width: 768px) and (max-width: 1280px) {
  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, 
  div.edit-partial-delivery-date, 
  div.edit-partial-airport-place, 
  div.edit-partial-coupon-code {
    width: 95%;
  }
  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, 
  div.edit-partial-delivery-date form, 
  div.edit-partial-airport-place form, 
  div.edit-partial-coupon-code form {
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px){
  .edit-partial-device-option.newoption .entry-option-select div.relief-item-select-area-box {
    padding: 15px 10px 15px 60px;
  }
  .edit-partial-device-option.newoption .rental-option-area .entry-option-select div.relief-item-select-area-box {
    padding: 10px 0 30px 55px;
  }
  .edit-partial-device-option.newoption .rental-option-area .entry-option-select div.relief-item-select-area-box.ac_adapter {
    padding: 15px 0 15px 55px;
  }
  .edit-partial-device-option.newoption .rental-option-area .rental-item .rental-popup-btn.top-adjustment {
    top: 100px;
  }
  .edit-partial-device-option.newoption #anshin_option .entry-option-select div.relief-item-select-area-box .title {
    font-size: 1.8rem;
  }
  .edit-partial-device-option.newoption #anshin_option .rental-option-area .entry-option-select div.relief-item-select-area-box .title {
    font-size: 1.5rem;
  }
  .newoption .overseas-select-inner-box #anshin_option .entry-option-tanmatsu-anshin .entry-option-select img.recommend {
    top: -42px;
    width: 70px;
  }
}
/* STEP3 popup end */
/* ポップアップ端末損害金の表　start */
.popup-overseas-option .option-support-table h4 {
  margin: 2em auto 1em;
  font-size: 2rem;
  text-align: center;
}
.popup-overseas-option .device-support-table {
  overflow: hidden !important;
}
.popup-overseas-option table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  font-weight: 700;
}
.popup-overseas-option caption {
  caption-side: bottom;
  margin-top: 12px;
  font-size: 12px;
  font-weight: lighter;
  text-align: right;
}
.popup-overseas-option td, 
.popup-overseas-option th {
  padding: 6px .5em;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #666;
}
.popup-overseas-option th.empty {
  background-color: transparent;
  border: none;
}
.popup-overseas-option thead th.premium {
  color: #fff;
  background-color: #007972;
}
.popup-overseas-option thead th.wide {
  color: #fff;
  background-color: #009895;
}
.popup-overseas-option thead th.mini {
  color: #fff;
  background-color: #00BBAB;
  border-right: 1px solid #000;
}
.popup-overseas-option thead th.bg-black {
  color: #fff;
  background-color: #000;
}
.popup-overseas-option th:nth-of-type(n+3) {
  width: calc((100% - (5% + 40%)) / 4);
}
.popup-overseas-option tr.bg-gray, 
.popup-overseas-option tr.bg-gray td {
  background: #dbdbdb;
}
.popup-overseas-option p.price {
  font-size: 1.7rem;
}
.popup-overseas-option p.price .tax {
  font-size: 1.2rem;
}
.popup-overseas-option tr td.row-hdg {
  width: 5%;
  writing-mode: vertical-rl;
}
.popup-overseas-option tr td.row-item {
  width: 27%;
  text-align: left;
}
.popup-overseas-option tr span.text-left {
  display: inline-block;
  text-align: left;
}
.popup-overseas-option td.bg-yellow {
  background: #ffe200;
}
.popup-overseas-option td span.big-price {
  font-size: 2em;
}
.popup-overseas-option td.bg-lightyellow {
  background: #fff692;
}
.popup-overseas-option tr td.diagonal-line {
  background: linear-gradient(to left top, transparent calc(50% - .5px), #707070 50%, #707070 calc(50% + .5px), transparent calc(50% + 1px)) no-repeat;
}
.popup-overseas-option p.attention {
  margin-top: 10px;
  text-align: right;
}
@media screen and (max-width: 767px){
  .popup-overseas-option .device-support-table {
    overflow-x: scroll !important;
  }
  .popup-overseas-option table {
    margin: 5px auto 0;
    min-width: 540px;
  }
  .popup-overseas-option thead th {
    padding: 1rem .5rem;
  }
  .popup-overseas-option td, 
  .popup-overseas-option th {
    padding: .5em;
    font-size: 1.2rem;
  }
  .popup-overseas-option th:nth-of-type(n+3) {
    width: calc((100% - (18% + 18%)) / 4);
  }
  .popup-overseas-option p.price {
    font-size: 1.5rem;
  }
  .popup-overseas-option p {
    font-size: 1.4rem;
  }
  .popup-overseas-option tr td.row-hdg {
    width: 5%;
    padding-left: .5rem;
    writing-mode: unset;
    line-height: 1.1;
  }
  .popup-overseas-option tr td.row-item {
    width: 30%;
  }
  .popup-overseas-option td span.big-price {
    font-size: 1.5em;
  }
  .popup-overseas-option p.attention {
    font-size: 1.2rem;
  }
  .popup-overseas-option .option-support-table h4 {
    font-size: 1.6rem;
  }
}
/* ポップアップ端末損害金の表　end */

/* 決済時出力されるポップアップのボタンダブルクリック防止処理 start*/

.guard-loading-mark-area {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 99999999999;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}
.guard-loading-mark-area.show {
  display: block;
}
.guard-loading-mark-area .loading-mark {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* 決済時出力されるポップアップのボタンダブルクリック防止処理 end*/