/*-------------------------------------------
    Top Common
-------------------------------------------*/
*{
  --rental-bg: #F2F5F5;
  --rental-bg2: #fff;
  --rental-orange: #FF4B00;
  --rental-orange2: #D44300;
  --rental-yellow: #FFEA00;
  --rental-green: #68d8d5;
  --rental-black: #000;
  --rental-gray2: #666;
}
@media (min-width: 768px) {
  #rental > header,
  #rental > main,
  #rental > footer {
    min-width: 1020px;
  }
}

/* Header --> */
#rental header {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#rental header .inner {
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
#rental header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  margin-right: 20px;
  padding: 0;
}
#rental header .logo a {
  display: block;
}
#rental header ul {
  width: calc(100% - 356px);
}
#rental header ul.nav {
  flex: 1;
  height: 100%;
}
#rental header ul li.nav_type01 {
  letter-spacing: 0;
  text-indent: 0;
  line-height: 1.3;
  margin: 10px 0;
  max-width: 110px;
}
#rental header ul li.nav_type01:first-of-type {
  border-left: none;
}
#rental header ul li.nav_type01 a {
  height: 65px;
  margin-top: 0;
  font-size: 1.3rem;
  box-sizing: border-box;
}
#rental header .entry {
  width: 160px;
  margin-left: 10px;
}
#rental header .entry li.nav_type03 {
  height: auto;
  border-radius: 0;
  border-left: 0;
  background-color: transparent;
}
#rental header .entry li.nav_type03:hover {
  background-color: transparent;
}
#rental header .entry li.nav_type03 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  line-height: 1.3;
  letter-spacing: .02em;
  text-indent: 0;
  height: 56px;
  padding: 0 15px;
  border-radius: 0.8em;
  box-sizing: border-box;
}
#rental header .entry li.nav_type03 a span {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
}
#rental header .entry li.nav_type03 a::after {
  display: block;
  position: relative;
  top: auto;
  right: 0;
  width: 0;
  height: 0;
  background-image: none;
  border-style: solid;
  border-width: 7.5px 0 7.5px 7.5px;
  border-color: transparent transparent transparent #fff;
  transform: translateY(0);
  transform: translateX(0);
}
#rental header .entry li.nav_type03 a:hover {
  color: #fff;
  background-color: var(--recharge-yellow);
}
#rental header .entry li.nav_type03 a:hover::after {
  transform: translateX(4px);
}
#rental header .header-link-wrapper {
  width: auto;
  height: 100%;
}
#rental header .header-link a {
  display: block;
  height: 100%;
  z-index: 2;
}
#rental header .header-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
#rental header .header-link::before {
  background: var(--rental-orange);
  z-index: 1;
}
#rental header .header-link:hover a {
  color: var(--rental-bg2);
}
#rental header .header-link-mypage {
  padding: 10px;
  background: #F2F5F5;
}
#rental header .header-link-mypage a {
  color: var(--rental-black);
  font-weight: bold;
}
#rental header .header-link-entry {
  padding: 25px 10px;
  background: var(--rental-yellow)
}
#rental header .header-link-entry a {
  color: var(--rental-black);
  box-sizing: border-box;
  line-height: 1.4;
  font-weight: bold;
}
#rental header .header-link .mypage-icon {
  display: block;
  max-width: 40px;
  margin: auto;
  padding-bottom: 8px;
}
#rental header .large-text {
  font-size: 1.5rem;
  font-weight: bold;
}
#rental header .entry-text {
  font-size: 1.1rem;
  font-weight: bold;
}
/* Mobile */
@media (max-width: 767px) {
  #rental header .entry li.nav_type03 a span {
    padding-top: 2px;
  }
  #rental header .entry li.nav_type03 a:hover::after {
    transform: translateX(0);
  }
  #rental header .inner {
    width: auto;
    padding: 0 5vw;
  }
  #rental header .logo {
    width: 135px;
    transform: rotateX(0);
  }
  #rental header ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  #rental header ul.pc_nav {
    display: none;
  }
  #rental header .entry {
    position: relative;
    width: 140px;
  }
  #rental header .entry li.nav_type03 a {
    height: 53px;
    padding: 0 10px;
  }
  #rental header .header-link-wrapper {
    position: inherit;
    margin-right: 50px;
    z-index: 1;
  }
  #rental header .header-link-mypage {
    display: none;
  }
  #rental header .header-link-entry {
    box-sizing: border-box;
    height: 100%;
    padding: 16px 6px;
  }
  #rental header .nav.sp_nav {
    width: 100%;
    padding: 20% 10%;
    flex-direction: column;
    justify-content: flex-start;
    background: #F2F5F5;
    z-index: 111;
  }
  #rental header .sp_nav_type {
    max-width: 210px;
    position: relative;
  }
  #rental header .sp_nav_type + .sp_nav_type {
    margin-top: 30px;
  }
  #rental header .sp_nav_type.sp_nav_faq,
  #rental header .sp_nav_type.sp_nav_entry {
    margin-top: 30px;
  }
  #rental header .sp_nav_type.sp_nav_entry {
    margin-top: 60px;
  }

  #rental header .sp_nav_type.sp_nav_entry span{
    font-size: 1.3rem;
    font-weight: bold;
  }
  #rental header .sp_nav_type:not(.sp_nav_recharge, .sp_nav_entry) {
    max-width: 160px;
  }
  #rental header .sp_nav_type a {
    display: block;
  }
  #rental header .sp_nav_type:not(.sp_nav_recharge, .sp_nav_entry) a {
    padding-bottom: 12px;
    color: var(--rental-black);
    border-bottom: 1px solid var(--rental-black);
  }
  #rental header .sp_nav_type.sp_nav_entry a::before{
    border-left: 10px solid var(--rental-black);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
  }
}
#rental header .sp_nav_type.sp_nav_entry a {
  padding: 15px 10px 15px 40px;
  color: var(--rental-black);
  background: var(--rental-yellow);
}
#rental header .sp_nav_type.sp_nav_entry a::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 10px solid var(--rental-black);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
#rental header .sp_nav_type.sp_nav_entry img.follow-five-minutes {
  top: -25px;
  left: 10px;
}
/* <-- Header */

section div.inner .section-heading p{
  width: 300px;
  padding: 0;
  font-size: 20px;
  font-style: normal;
  letter-spacing: 0;
  font-weight: bold;
  border-bottom: 5px solid var(--rental-orange);
  color: var(--rental-orange);
}
section div.inner .section-heading h2{
  padding: 0.5rem 0 0;
  letter-spacing: 0.1rem;
  font-weight: bold;
}

section{
  position: relative;
  background: var(--rental-bg);
  padding: 60px 0;
}
section.white{
  background-color: var(--rental-bg2);
}
.big-word{
  font-size: 1.5em;
  font-weight: bold;
}
.orange{
  color: var(--rental-orange);
}
span{
  font-size: 1.2rem;
  font-weight: normal;
}


@media screen and (max-width: 767px){
  section div.inner .section-heading h2{
    font-size: 2rem;
  }
  .sp_btn a:nth-of-type(1){
    background: #b35324;
    border: none;
    border-radius: 0.75em;
    color: #FFFF00;
    height: 40px;
    width: 120px;
    line-height: 25px;
    font-size: 1.2rem;
  }
  .sp_btn{
    right: 40px;
  }
  footer section.footer-link{
    padding: 30px 0 0;
  }
  footer .ft_nav ul:nth-of-type(1){
    display: block;
  }
  footer .ft_nav ul:nth-of-type(1) li{
    width: 100%;
    text-align: left;
    margin: 10px 0;
  }
  footer .ft_nav ul:nth-of-type(1) li:nth-of-type(1),
  footer .ft_nav ul:nth-of-type(1) li:nth-of-type(2),
  footer .ft_nav ul:nth-of-type(1) li:nth-of-type(3){
    border: none;
  }
  footer .ft_nav ul:nth-of-type(1) li:nth-of-type(1){
    margin-top: 30px;
  }
  footer .ft_nav ul:nth-of-type(1) li a{
    line-height: 1;
    padding: 5px 0;
  }
  #footer-menu-r2 .section-nav .nav-type2 .nav-sub li:nth-last-of-type(2) {
    border-bottom: 1px solid #dbdfdf;
  }
}

/*-------------------------------------------
    KV
-------------------------------------------*/
div.key-visual img{
  image-rendering: -webkit-optimize-contrast;
}
div.main section.kv{
  background-color: var(--rental-bg2);
}

@media screen and (min-width: 768px){
  div.main section.kv h1::before{
    background: url(/assets/img/kv-rental-back.png) no-repeat top left / contain;
    top: 0;
    height: 100%;
  }
  div.main section.kv h1::after{
    background: url(/assets/img/kv-rental-back.png) no-repeat top right / contain;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 683px;
    text-align: right;
    transform: rotateZ(180deg);
  }
  div.key-visual{
    padding: 30px 0 10px;
  }
}
div.appeal{
  background: var(--rental-bg);
}

div.appeal div.inner{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
p.orange-line{
  background: var(--rental-orange);
  height: 10px;
}


@media screen and (max-width: 767px){
  div.main div.key-visual{
    background: var(--rental-bg);
    margin: 0;
  }
  div.main div.key-visual img{
    width: 100%;
  }
  p.orange-line{
    background: transparent;
    height: 0;
  }
  
}

/*-------------------------------------------
    Price
-------------------------------------------*/

div.basic-price{
  margin: 20px auto;
}
div.basic-price h3{
  font-size: 2.0rem;
}
div.basic-price img{
  width: 100%;
}
div.price-attention{
  margin-top: 20px;
}
div.user-flow{
  margin-top: 60px;
}
div.user-flow-title{
  position: relative;
  font-size: 1.8rem;
  background: var(--rental-gray2);
  color: var(--rental-bg2);
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  border: 5px solid var(--rental-gray2);
  border-radius: 0.5rem;
}
div.user-flow-title::before{
  content: '▼';
  position: absolute;
  font-size: 1.5rem;
  top: 50%;
  right: 22%;
  transform: translateY(-50%);
}
div.user-flow-title.open::before{
  content: '▲';
}
div.user-flow-detail{
  margin-top: -1.5rem;
  padding: 30px;
  background: #fff;
  border: 3px solid var(--rental-gray2);
  border-radius: 0 0 0.5rem 0.5rem;
}
div.user-flow-detail img{
  width: 80%;
  margin: 0 10%;
}
div.user-flow-attention{
  margin-top: 10px;
}
p.user-flow-detail-close{
  font-size: 2.0rem;
  text-align: center;
  padding: 20px 0;
  cursor: pointer;
  display: table;
  margin: 0 auto;
}
p.user-flow-detail-close img{
  width: 20px;
}
div.user-flow-detail p{
  font-size: 1.2rem;
  font-weight: normal;
}

@media screen and (min-width: 768px){
  div.user-flow-detail p{
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px){
  div.basic-price{
    margin: 0 auto;
    padding: 20px 10px;
    background-color: var(--rental-bg);
  }
  div.user-flow{
    margin-top: 20px;
  }
  div.user-flow-title{
    font-size: 1.5rem;
    text-indent: -1em;
  }
  div.user-flow-title::before{
    right: 5%;
    font-size: 1.5rem;
  }
  div.user-flow-detail{
    padding: 25px 10px;
  }
  div.user-flow-detail img{
    width: 80%;
    margin: 10px 10% 30px;
  }  
  div.user-flow-attention p{
    margin-top: 1rem;
  }
}

/*-------------------------------------------
    Simulation
-------------------------------------------*/

.simulation-area{
  border-radius: 0.75em;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0,0,0,0.4);
  margin-top: 60px;
}

.simulation-body-area{
  padding: 3% 5%;
  background-color: #FFFFFF;
}

.simulation-body{
  display: block;
}

/* カレンダー 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%;
  justify-content: center;
}

.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-append .btn+.btn, 
.input-group-append .btn+.input-group-text, 
.input-group-append .input-group-text+.btn, 
.input-group-append .input-group-text+.input-group-text, 
.input-group-prepend .btn+.btn, 
.input-group-prepend .btn+.input-group-text, 
.input-group-prepend .input-group-text+.btn, 
.input-group-prepend .input-group-text+.input-group-text {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
  justify-content: flex-start;
}
.usage-start .input-group-prepend,
.usage-end .input-group-append,
.usage-period .input-group-range{
  justify-content: center;
}
.input-group-append,
.input-group-range {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .3rem .75rem;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  border-radius: .25rem;
}

.input-group-text input[type=checkbox], 
.input-group-text input[type=radio] {
  margin-top: 0
}

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

.input-group-lg>.custom-select, 
.input-group-lg>.form-control, 
.input-group-lg>.input-group-append>.btn, 
.input-group-lg>.input-group-append>.input-group-text, 
.input-group-lg>.input-group-prepend>.btn, 
.input-group-lg>.input-group-prepend>.input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

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

.input-group-sm>.custom-select, 
.input-group-sm>.form-control, 
.input-group-sm>.input-group-append>.btn, 
.input-group-sm>.input-group-append>.input-group-text, 
.input-group-sm>.input-group-prepend>.btn, 
.input-group-sm>.input-group-prepend>.input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

.input-group-lg>.custom-select, 
.input-group-sm>.custom-select {
  padding-right: 1.75rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), 
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child), 
.input-group>.input-group-append:not(:last-child)>.btn, 
.input-group>.input-group-append:not(:last-child)>.input-group-text, 
.input-group>.input-group-prepend>.btn, 
.input-group>.input-group-prepend>.input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn, 
.input-group>.input-group-append>.input-group-text, 
.input-group>.input-group-prepend:first-child>.btn:not(:first-child), 
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), 
.input-group>.input-group-prepend:not(:first-child)>.btn, 
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

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

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

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

.input-group-range-text,
.input-group-range-text-lp {
  display: flex;
  justify-content: center;
  align-items: center;
}
div#short_term_calendar {
  width: 100%;
}
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-child {
  text-align: left;
  width: 180px;
  border-radius: 11px !important;
  background: no-repeat 90% center/24px url(../img/calendar-icon.svg);
}
.input-daterange input:last-child:hover,
input#search_btn:hover {
  cursor: pointer;
}
div.usage-period div.form-control {
  padding-left: 0.75rem;
  background: #FFFFFF;
  width: 275px;
  color: var(--rental-orange2);
  font-weight: bold;
  font-size: 2.5rem;
  height: 41.5px;
  border: 1px solid var(--rental-orange2);
  box-sizing: border-box;
}
div.usage-period div.form-control span {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 6px 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;
}
.input-group-text,
span.require_mark {
  margin-bottom: 8px;
  font-weight: bold;
}
div#datepicker div.usage-end span.input-group-text,
div#datepicker div.usage-period span.input-group-text {
  padding-left: 0;
}
div.usage-days-select {
  display: flex;
}
#usage_period_block {
  margin-top: 60px;
}
.input-group-range-text-hidden {
  display: none;
}
div.input-daterange div.datepicker-invalidation,
div.input-daterange input.datepicker-invalidation,
div.simulation-area li.datepicker-invalidation {
  pointer-events: none;
  background-color: #969696;
  opacity: 0.5;
}
.rental-zipcode {
  visibility: hidden;
  height: 0;
  width: 0;
  display: contents;
}
.zipcode-lp-1 {
  width: 130px;
  margin-right: 5px;
}
.zipcode-lp-2 {
  width: 130px;
  margin-left: 5px;
}
.zipcode-lp-area {
  display: flex;
}
.zipcode-hyphen {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}
.input-daterange-lp {
  display: flex;
}
.input-group-text-lp {
  padding-left: 0;
}
.simulation-header {
  text-align: center;
  color: var(--rental-bg2);
  font-size: 2.5rem;
  background: var(--rental-orange);
  padding: 10px 0;
}
.input-daterange input.datepicker-lp {
  width: 130px;
}
div#datepicker.input-daterange-lp div.usage-start, div#datepicker.input-daterange-lp div.usage-end {
  margin-right: 5px;
}
.input-daterange-lp div.usage-days-select > span {
  margin-right: 5px;
  padding-top: 33px;
}
div#datepicker.input-daterange-lp > span, div.usage-days-select > span {
  padding-top: 33px;
  margin-right: 5px;
}
.simulation-body-title {
  color: var(--rental-orange);
  font-size: 2rem;
  margin-bottom: 15px;
  font-weight: bold;
}
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; 
}
.area-mark-box {
  display: flex;
  color: var(--rental-black);
  font-size: 16px;
  margin-top: 20px;
}
.area-mark {
  width: 184px;
  text-align: center;
  padding: 10px;
  display: flex;
  height: fit-content;
}
.in .area-mark {
  background-color: #00bfbf;
}
.out .area-mark {
  background-color: #b3b3b3;
}
.result-mark {
  display: block;
  color: #fff;
  font-size: 5rem;
  font-weight: 900;
  line-height: 6rem;
}
.in .area-mark .result-mark {
  width: 30px;
  height: 30px;
  border: 5px solid;
  border-radius: 25px;
  box-sizing: border-box;
  margin: 0 10px 0 0;
}
.out .area-mark .result-mark {
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  margin: 0 10px 0 0;
  font-size: 3rem;
  line-height: 3.4rem;
}
span.selected-prefecture {
  width: 144px;
  display: inline-block;
  padding: 4px 0;
  background-color: #fff;
  height: 22px;
  line-height: 1.5;
}
.area-mark-text {
  background-color: #f2f2f2;
  padding: 13px 35px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.validator-error-span {
  display: block;
  margin-top: 3px;
}
.area-mark-text span {
  line-height: 2rem;
}
.rental-lp-validator-error {
  color: #ff003c;
  margin-top: 15px;
  display: block;
  font-size: 15px;
}
div.usage-period div.form-control span.rental-lp-calc {
  margin: 4px 0 0 0px;
  font-size: 2.2rem;
}
div.usage-period div.form-control span.rental-lp-calc-price {
  font-size: 2.8rem;
  margin: 0px 0px 0px 3%;
}
.rental-simulation-caution {
  margin-top: 15px;
  font-size: 1.2rem;
  font-weight: normal;
}
.rental-simulation-arrow {
  width: 10px;
  margin-left: 11px;
}
.simulation-body-pc {
  display: flex;
  align-items: flex-end;
  margin-top: 40px;
}
.zipcode-lp-area > input#search_btn {
  background-color: var(--rental-yellow);
  border: none;
  border-radius: 11px;
  color: var(--rental-black);
  padding: 9px 15px;
  margin-left: 10px;
  vertical-align: top;
  font-family: 'Roboto', 'Noto Sans JP', "游ゴシック", "メイリオ", sans-serif;
  font-weight: bold;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.simulation-area .pc_nav{
  margin-left: 10px;
}
.simulation-area ul li.nav_type03{
  background: var(--rental-yellow);
  height: 41.5px;
  border-radius: 0.75em;
  margin: auto;
  width: 228px;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.simulation-area ul li.nav_type03:hover {
  background: var(--rental-orange2);
}
.simulation-area ul li.nav_type03:hover a {
  color: var(--rental-yellow);
}

.simulation-area ul li.nav_type03 a {
  color: var(--rental-black);
  padding: 11.5px 0;
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
  transition: .3s all;
  letter-spacing: 0em;
  position: relative;
  text-indent: -1em;
  text-align: center;
  line-height: 1.4;
}
.simulation-area ul li.nav_type03 a::after {
  content: '';
  position: absolute;
  width: 7.5px;
  height: 15px;
  transform: translateY(-50%);
  transition: .3s all;
  background: url(/assets/img/arrow02.svg) no-repeat;
  top: 21px;
  right: 17px;
  filter: brightness(0);
}
.simulation-area ul li.nav_type03:hover a::after {
  filter: brightness(1);
}
.loading-mark-area {
  width: 154.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 15px;
}
.loading-mark {
  width: 40px;
}
/* カレンダー見た目 start */
.datepicker table tr td.disabled.day,
.datepicker table tr td.disabled.day:hover {
  background-color: #cccccc;
}
.datepicker-days td:not(.disabled) {
  border: 1px solid #00bfbf !important;
}
.datepicker .datepicker-days td,
.datepicker .datepicker-days th {
  width: 26px !important;
}
/* カレンダー見た目 end */

@media screen and (max-width: 767px) {
  .input-group {
    display: block;
  }
  .input-group-prepend {
    display: block;
  }
  .input-group-text {
    padding: 9px 0;
    margin: 0;
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.5;
  }
  .usage-start .input-group-prepend  .input-group-text {
    justify-content: center;
  }
  .input-daterange input:last-child {
    width: 100%;
  }
  div.usage-days-select > span {
    padding-top: 64px;
    margin: 0 5px;
  }
  div.usage-days-select {
    align-items: flex-end;
  }
  div.usage-period div.form-control {
    width: 100%;
    height: 42px;
    font-size: 3.2rem;
  }
  div.usage-period div.form-control span {
    margin: 5px 8px 0 3px;
  }
  .form-control {
    box-sizing: border-box;
    padding: 15px .75rem 15px 1.5rem;
    height: 39px;
  }
  div#datepicker.input-daterange-lp div.usage-start, 
  div#datepicker.input-daterange-lp div.usage-end {
    margin-right: 0;
  }
  .simulation-body-title {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .zipcode-lp-1 {
    width: 100%;
  }
  .zipcode-lp-2 {
    width: 100%;
  }
  .area-mark {
    width: 30%;
    padding: 2%;
    display: block;
    box-sizing: border-box;
  }
  span.selected-prefecture {
    width: 100%;
  }
  .area-mark-text {
    padding: 0 10%;
    width: 75%;
    box-sizing: border-box;
  }
  .simulation-header{
    font-size: 1.8rem;
  }
  .simulation-body-area {
    padding: 5%;
  }
  .usage-period {
    width: 100%;
  }
  .simulation-body > div {
    margin-top: 25px;
  }
  .simulation-body > div:first-child {
    margin-top: 0;
  }
  div.input-daterange-lp > div.usage-period {
    margin-top: 16px;
  }
  .in .area-mark .result-mark {
    margin: 0 auto 5px;
  }
  .out .area-mark .result-mark {
    margin: 0 auto 5px;
  }
  .area-mark-text span {
    line-height: 2.6rem;
    text-align: left;
    width: fit-content;
    margin: 0 auto;
  }
  .input-daterange-lp div.usage-days-select > span {
    line-height: 1.7;
  }
  .rental-simulation-caution {
    margin-top: 16px;
  }
  .area-mark-box {
    margin-top: 25px;
  }
  .simulation-body-pc {
    display: block;
  }
  .simulation-area .pc_nav {
    margin: 25px 0;
  }
  .simulation-area ul li.nav_type03 {
    width: 60%;
  }
  .loading-mark-area {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 78px;
  }
  .loading-mark {
    width: 13%;
  }
  /* カレンダー見た目 start */
  .simulation-body {
    display: block;
  }
  /* カレンダー見た目 end */
}

/* 発送エリアを選ぶ */
.nowTimeMin-text{
  color: #000000;
  border-bottom: 2px solid #000000;
  width: fit-content;
  padding: 10px 15px 8px;
  font-weight: bold;
  margin: 0 15px;
  margin-right: 0;
  margin-left: auto;
  display: block;
  font-size: 1.7rem;
}
.nowTimeMin-day{
  font-weight: bold;
  font-size: 2.3rem;
}
.zipcode-search-area {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px){
  div#zip_result {
    margin-top: 10px;
  }
  .zipcode-search-area{
    flex-direction: column;
    align-items: flex-start;
  }
  #zip_result_lp{
    width: 100%;
  }
  .nowTimeMin-text {
    color: #000000;
    border-bottom: 2px solid #000000;
    width: fit-content;
    padding: 20px 15px 15px;
    font-weight: bold;
    margin: 0 15px 15px;
    margin-right: 0;
    margin-left: auto;
    display: flex;
    font-size: 1.7rem;
    align-content: center;
    align-items: baseline;
  }
}
@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;
    margin-left: 20px;
  }
  .nowTimeMin-day{
    margin-left: 20px;
  }
  .loading-mark-area{
    width: 270px;
    height: auto;
    margin-top: 0;
  }
  .loading-mark{
    width: 38px;
  }
}
/* カレンダー end */

/*-------------------------------------------
    Flow
-------------------------------------------*/

section.flow h3{
  font-size: 2rem;
  color: var(--rental-black);
  text-align: center;
  margin-bottom: 40px;
}
p.flow-attention{
  margin-top: 30px;
  font-weight: bold;
}
.flow .flow-images{
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.flow .flow-images div{
  position: relative;
  width: 20%;
}
.flow .flow-images p{
  width: 100%;
  margin: 0 0 -90px;
  text-align: center;
  transform: translateY(-75px);
}
.flow .flow-images div:nth-of-type(3) p{
  transform: translateY(-90px);
}
div.return-method{
  margin-top: 60px;
}
div.return-method-detail > div{
  position: relative;
  background: #FFFFFF;
  padding: 20px;
}
div.return-method-detail > div h4,
div.return-method-detail > div h3{
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  div.return-method-detail > div h4,
  div.return-method-detail > div h3{
    left: 0;
    top: 50%;
    margin: 0;
    transform: translate(20px, -50%);
  }
}
div.return-method-detail{
  position: relative;
  display: flex;
  gap: 25px;
}
div.return-method-detail > div:first-of-type::before{
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  right: -20px;
  transform: translate(50%, -50%) rotate(-90deg);
  background: url(../img/rental-triangle.svg) no-repeat top / contain;

}
div.return-method-detail div.method-image{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: fit-content;
  height: 120px;
  margin: auto;
  padding: 15px;
  box-sizing: border-box;
}
div.return-method-detail div.method-image img{
  width: 100%;
  height: 100%;
  margin: 0;
}
div.return-method-detail div p{
  font-size: 1.3rem;
  line-height: 1.5;
}
div.return-method-detail div p img{
  width: 100%;
}
div.return-method-detail div p span{
  display: inline-block;
  padding-top: .5em;
}
.flow .flow-images div:nth-of-type(3):before,
.flow .flow-images div:nth-of-type(4):before{
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  right: -17px;
  transform: translate(50%, -50%) rotate(-90deg);
  background: url(../img/rental-triangle.svg) no-repeat top / contain;
}

@media screen and (max-width: 767px){
  section.flow h3{
    margin-bottom: 30px;
  }
  .flow .flow-images{
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
  .flow .flow-images div{
    width: 100%;
  }
  .flow .flow-images div:nth-of-type(2){
    width: 80%;
    margin: auto;
  }
  .flow .flow-images div img{
    width: 100%;
  }
  .flow .flow-images p{
    width: auto;
    margin: auto;
    padding: 0px 0 10px;
    background: #FFF;
    text-align: center;
  }
  .flow .flow-images p,
  .flow .flow-images div:nth-of-type(3) p{
    transform: none;
  }
  .flow .flow-images div:nth-of-type(3):before,
  .flow .flow-images div:nth-of-type(4):before{
    content: "";
    width: 20px;
    height: 20px;
    top: 100%;
    left: 50%;
    right: 0;
    transform: translate(-50%, 5px) rotate(0deg);
  }

  p.flow-attention{
    border: none;
    text-align: left;
  }
  div.return-method{
    padding: 0;
  }
  div.return-method h4{
    margin: 4px 0 0 5px;
    text-align: center;
  }
  div.return-method-detail{
    flex-direction: column;
    gap: 25px;
  }
  div.return-method-detail div{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: fit-content;
    gap: 10px;
    width: 100%;
    padding: 20px 15px 20px 80px;
    box-sizing: border-box;
  }

  div.return-method-detail > div:first-of-type::before{
    content: "";
    height: 11px;
    top: auto;
    bottom: -11px;
    right: 50%;
    transform: translate(50%, 50%) rotate(0deg);
  }
  div.return-method-detail div:first-of-type p,
  div.return-method-detail div:first-of-type p:first-of-type{
    width: 100%;
  }
  div.return-method-detail > div h4{
    position: absolute;
    top: 50%;
    left: 20px;
    margin: 0;
    transform: translateY(-50%);
    font-size: 1.8rem;
  }
  div.return-method-detail div.method-image{
    height: auto;
    padding: 0;
  }
  div.return-method-detail div.method-image img{
    width: 80%;
    height: auto;
  }
  div.return-method-detail div:last-of-type div.method-image img{
    transform: translateX(-30%);
  }
  
}

/*-------------------------------------------
    Area
-------------------------------------------*/

section.area div.inner{
  background: url("/assets/img/rental-area.svg") center right/contain no-repeat;
}

section.area h3{
  font-size: 2.0rem;
}
section.area h3 span{
  color: #00BFBF;
}
section.area div.area-text{
  padding-bottom: 90px;
}
section.area div.area-detail p{
  font-size: 1.5rem;
  line-height: 3.0rem;
}
section.area div.area-detail p:first-of-type{
  margin: 25px 0 5px;
}
section.area div.area-detail p:last-of-type{
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 2rem;
}
@media screen and (max-width: 767px){
  section.area div.inner{
    background: none;
  }
  section.area h3{
    text-align: center;
    font-size: 2.5rem;
  }
  section.area div.area-text{
    padding: 0;
  }
  section.area div.area-detail p{
    font-size: 1.2rem;
    line-height: 2.2rem;
    letter-spacing: -0.1rem;
    margin-bottom: 5px;
  }
}

/*-------------------------------------------
    Device
-------------------------------------------*/

div.device-flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
div.device-flex div{
  width: 42%;
}
div.device-flex div:first-of-type {
  width: 50%;
  height: auto;
}
div.device-flex div p:first-of-type{
  margin-bottom: -30px;
}
div.device-flex + p {
  color: #cb7000;
  text-align: center;
}
div.device-flex + .attention {
  padding: 20px 0 60px 120px;
}
div.device-flex + .attention p {
  font-size: 1.2rem;
  font-weight: normal;
}

@media screen and (max-width: 767px){
  div.device-flex{
    flex-direction: column;
  }
  div.device-flex div{
    width: 100%;
  }
  div.device-flex div:first-of-type{
    width: 100%;
    padding-bottom: 10px;
  }
  div.device-flex div img{
    width: 100%;
  }
  div.device-flex div img.device-image {
    width: auto;
  }
  div.device-flex div p:first-of-type{
    margin-bottom: -25px;
  }
  div.device-flex + .attention {
    padding: 10px 0 40px 0px;
  }
}

/*-------------------------------------------
    Option
-------------------------------------------*/

#option .section-heading {
  margin: 0 auto 0px;
}
.plan-opt {
  margin-bottom: 50px;
}
.plan-opt img {
  width: 100%;
  height: auto;
}
.plan-opt-header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 0px;
  max-width: 850px;
  margin: auto;
}
.plan-opt-header .group {
  flex: 1;
}
.plan-opt-header .mark {
  position: relative;
  max-width: 200px;
  max-height: 200px;
}
.plan-opt-header .mark-more {
  position: absolute;
  right: -3.45%;
  top: -16.3875%;
  width: 43.125%;
  height: 43.125%;
}
.plan-opt-header .title {
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 50px 0 40px;
}
.plan-opt-header .title-main {
  font-size: 5.2rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.plan-opt-header .title-sub {
  font-size: 2.5rem;
  line-height: 1.3;
  margin: 7px 0 0;
}
.plan-opt-header .title .shoulder {
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
  padding: 8px 32px;
  background-color: #ff003c;
  border-radius: 50px;
}
.plan-opt-header .descr {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
}
.plan-opt-header .pc.one-day {
  text-align: right;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.3;
}
.plan-opt-body {
  margin-top: 40px;
}
.plan-opt-body .heading {
  text-align: center;
}
.plan-opt-body .heading h3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 50px;
  color: var(--rental-orange);
  font-size: 3.2rem;
  line-height: 1.3;
  white-space: nowrap;
  min-width: 420px;
  margin: 0;
  background-color: var(--rental-bg);
  box-sizing: border-box;
}
.plan-opt-body .heading .small {
  font-size: 0.78125em;
  white-space: nowrap;
  margin-left: 1.5em;
}
.plan-opt-bottom {
  margin-top: 50px;
}
.plan-opt .content-images {
  max-width: 850px;
  margin: 0 auto;
}
.plan-opt .content-images .images {
  display: flex;
  margin-top: 70px;
  list-style: none;
  padding: 0;
  gap: 30px 50px;
}
.plan-opt .content-images .images li {
  flex: 1;
}
.plan-opt .content-images .images .box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #fff;
  border-radius: 50px;
  overflow: hidden;
  filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, 0.2));
  transform: rotateZ(0);
  margin: 15px auto 25px;
}
.plan-opt .content-images .images .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan-opt .content-images .images .img img {
  width: 90%;
  height: auto;
}
.plan-opt .content-images .images .caption {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-top: 15px;
}
.plan-opt .content-images-type2 {
  margin-top: 80px;
}
.plan-opt .content-images-type2 .images .box {
  border-radius: 50%;
}
.plan-opt .content-images-type2 .images .img img {
  width: 100%;
}
.plan-opt .content-images-type3 {
  max-width: 690px;
}
.plan-opt .content-images-type3 .images {
  flex-wrap: wrap;
}
.plan-opt .content-images-type3 .images .box {
  padding-bottom: 78.75%;
}
.plan-opt .content-images-type3 .images li {
  flex: 0 1 calc(50% - 25px);
}
.plan-opt .content-price {
  margin-top: 80px;
}
.plan-opt .content-price .heading {
  margin-bottom: 50px;
}
.plan-opt .content-price table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
  table-layout: fixed;
}
.plan-opt .content-price table thead tr th {
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 20px;
  box-sizing: border-box;
}
.plan-opt .content-price table thead tr th.attention {
  color: #D6271E;
  font-size: 1.45em;
}
.plan-opt .content-price table thead tr th:nth-of-type(1) {
  width: 26%;
}
.plan-opt .content-price table thead tr th:nth-of-type(n+2) {
  width: 37%;
}
.plan-opt .content-price table tbody {
  background-color: #fff;
  border-top: 2px solid var(--rental-black);
  border-bottom: 2px solid var(--rental-black);
}
.plan-opt .content-price table tbody tr:not(:first-of-type) {
  border-top: 1px solid #ccc;
}
.plan-opt .content-price table tbody tr td {
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
  padding: 12px 0;
  box-sizing: border-box;
}
.plan-opt .content-price table tbody tr td:nth-of-type(1) {
  font-weight: bold;
  width: 26%;
}
.plan-opt .content-price table tbody tr td:nth-of-type(n+2) {
  width: 37%;
}
#option .plan-opt .content-price table tbody tr td:nth-of-type(2) {
  color: #D6271E;
  font-size: 2.9rem;
  font-weight: bold;
}
.plan-opt .content-price .price {
  font-size: 1.8rem;
  font-weight: bold;
}
.plan-opt .content-price .yen,
.plan-opt .content-price .tax-included {
  font-size: 1.3rem;
}
.plan-opt .content-notes {
  margin-top: 40px;
}
.plan-opt .content-notes table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  table-layout: fixed;
}
.plan-opt .content-notes table tbody p,
.plan-opt .content-notes table tbody th,
.plan-opt .content-notes table tbody td {
  font-size: 1.4rem;
  line-height: 1.5;
}
.plan-opt .content-notes table tbody th,
.plan-opt .content-notes table tbody td {
  padding: 10px 12px;
}
.plan-opt .content-notes table tbody th {
  width: 20%;
}
.plan-opt .content-notes table tbody ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.plan-opt .content-notes table tbody ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.plan-opt .content-notes table tbody ul li::before {
  content: "・";
}
.plan-opt-tanmatsu-anshin {
  margin-top: 0px;
}
.plan-opt-tanmatsu-anshin .content-images .images .img img {
  width: 80%;
}
#option .option-box-flex {
  display: flex;
  justify-content: space-between;
  margin: 110px 0 20px;
}
#option .option-box {
  width: 47%;
}
#option dl {
  display: block;
  margin: 10px auto;
  position: relative;
}
#option dl dt {
  width: 100%;
  position: relative;
}
#option dl dd {
  justify-content: flex-end;
  margin: 10px 0;
}
#option .option-box dl dd {
  height: 75px;
}
#option .and-mark {
  position: absolute;
  width: 74px;
  right: -71px;
  top: 78px;
}
#option table {
  width: 100%;
  border: none;
  background: none;
}
#option table th {
  width: 25%;
  text-align: center;
  border: none;
}
#option table td {
  width: 75%;
  border: none;
}
#option table td.left-border {
  border-left: 1px solid #ccc;
}
#option .plan-opt .content-notes .simple-table tbody th,
#option .plan-opt .content-notes .simple-table tbody td {
  border: 1px solid #ccc;
}
#option table td ul {
  padding-left: 1rem;
}
#option table td ul li {
  list-style-type: none;
  margin-left: 0;
}
#option .option-box-title {
  margin: 0;
  padding: 2rem 0;
  background-color: #00bfbf;
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
#option .option-box-title .new-option{
  top: 0;
  left: auto;
  right: -10px;
}
#option .anshin-icon {
  position: absolute;
  height: 65px;
  left: 4%;
  top: 23%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
#option .dl-support-icon{
  position: absolute;
  height: 65px;
  left: 4%;
  top: 23%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
#option .option-box-price {
  width: 95%;
  margin: 0 auto;
  display: flex;
}
#option .option-box-price .img {
  width: 50%;
  min-height: 190px;
}
#option .option-box-price dd {
  width: 50%;
  padding-top: 50px;
}
#option .option-box-price p {
  margin-right: 10px;
  font-weight: bold;
  font-size: 1.8rem;
}
#option .option-box-price-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin: 0 auto;
}
#option .option-box table th{
  background-color: #EDEEF0;
}
#option .option-box-center {
  margin: 0 auto 60px;
}
.option-box-title-and {
  margin: 10px 0;
}
.free-first-month {
  position: absolute;
  width: 70px;
  top: 80px;
  right: 0px;
}
.plan-opt-header .mark {
  position: relative;
  max-width: 200px;
  max-height: 200px;
  filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.2));
  transform: rotateZ(0);
}
.plan-opt-header .mark img {
  width: 100%;
  border-radius: 50px;
}

@media (max-width: 767px){
  .plan-opt-body {
    margin-top: 20px;
  }
  #option .section-heading {
    margin: 0 auto 20px;
  }
  .plan-opt {
    margin-bottom: 30px;
  }
  .plan-opt-header {
    padding-top: 0;
    align-items: center;
  }
  .plan-opt-header .group {
    text-align: center;
  }
  .plan-opt-header .mark {
    max-width: 120px;
    max-height: 120px;
  }
  .plan-opt-header .mark-more {
    right: -12.9375%;
    top: -10.78125%;
  }
  .plan-opt-header .title {
    margin: 0px 0 25px;
  }
  .plan-opt-header .title-main {
    font-size: 2.7rem;
  }
  .plan-opt-header .title-sub {
    font-size: 1.55rem;
    margin: 5px 0 0;
  }
  .plan-opt-header .title .shoulder {
    top: -40px;
    font-size: 1.7rem;
    padding: 7px 28px;
  }
  .plan-opt-header .descr {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .plan-opt-body .heading h3 {
    font-size: 2rem;
    min-width: 100%;
    padding: 9px;
  }
  .plan-opt-body .heading .small {
    margin-left: 0.8em;
  }
  .plan-opt-header .descr {
    padding-top: 0px;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .plan-opt-bottom {
    margin-top: 35px;
  }
  .plan-opt .content-images .images {
    margin-top: 15px;
    gap: 16px;
  }
  .plan-opt-header .mark {
    max-width: 95px;
    max-height: 95px;
  }
  .plan-opt-header .mark img {
    width: 100%;
    border-radius: 20px;
  }
  .plan-opt .content-images .images .box {
    border-radius: 20px;
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.2));
    transform: translateZ(0);
  }
  .plan-opt .content-images .images .caption {
    font-size: 1.2rem;
    margin-top: 12px;
  }
  .plan-opt .content-images-type2 .images .box {
    border-radius: 50%;
  }
  .plan-opt .content-images-type3 .images li {
    flex: 0 1 calc(50% - 8px);
  }
  .plan-opt .content-price {
    margin-top: 30px;
  }
  .plan-opt .content-price .heading {
    margin-bottom: 20px;
  }
  .plan-opt .content-price table thead tr th {
    font-size: 1.3rem;
    padding: 10px 0;
  }
  .plan-opt .content-price table thead tr th.attention {
    font-size: 1.1em;
  }
  .plan-opt .content-price table thead tr th:nth-of-type(1) {
    width: 30%;
  }
  .plan-opt .content-price table thead tr th:nth-of-type(n+2) {
    width: 35%;
  }
  .plan-opt .content-price table tbody tr td {
    font-size: 1.3rem;
    padding: 8px 5px;
  }
  .plan-opt .content-price table tbody tr td:nth-of-type(1) {
    width: 30%;
  }
  .plan-opt .content-price table tbody tr td:nth-of-type(n+2) {
    width: 35%;
  }
  .plan-opt .content-price table tbody tr td:nth-of-type(2) {
    font-size: 2.5rem;
  }
  .plan-opt .content-price .price {
    font-size: 1.6rem;
  }
  .plan-opt .content-price .yen,
  .plan-opt .content-price .tax-included {
    font-size: 1.1rem;
  }
  .plan-opt .content-notes {
    margin-top: 25px;
  }
  .plan-opt .content-notes table tbody p,
  .plan-opt .content-notes table tbody th,
  .plan-opt .content-notes table tbody td {
    font-size: 1.2rem;
  }
  .plan-opt .content-notes table tbody th,
  .plan-opt .content-notes table tbody td {
    padding: 8px;
  }
  .plan-opt-tanmatsu-anshin .content-images .images .img img {
    width: 84%;
  }
  #option table td ul li {
    margin-left: 0px;
  }
  #option table th {
    padding: 10px 8px;
  }
  #option{
    padding: 50px 0 20px;
  }
  #option .option-box-flex {
    flex-direction: column;
    margin: 60px 0 20px;
  }
  #option .option-box-title {
    padding: 1.5rem 0;
    font-size: 1.8rem;
  }
  #option .option-box {
    width: 100%;
    margin-bottom: 30px;
  }
  #option dl dd {
    margin: 25px auto 8px;
    font-size: 55px;
  }
  #option .option-box-price {
    padding-top: 10px;
  }
  #option .option-box-price .img {
    min-height: 150px;
  }
  #option .option-box-price dd {
    padding-top: 20px;
  }
  #option dl dd span {
    font-size: 14px;
  }
  .free-first-month {
    width: 60px;
  }
  #option dl {
    margin: 20px auto;
  }
  #option table {
    height: auto;
    margin-bottom: 0;
  }
  #option .plan-detail-title-3, #option .plan-detail-title-4 {
    padding: 10px;
    text-align: center;
  }
  #option .plan-detail-title-3::after, #option .plan-detail-title-4::after {
    right: calc(50% - 5em);
  }
  #option .anshin-icon {
    position: absolute;
    width: 22%;
    left: 13%;
    top: 0%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  #option .anshin-icon {
    position: unset;
    height: unset;
    transform: unset;
    -webkit-transform: unset;
    width: 17%;
    margin-right: 10px;
  }
  #option .dl-support-icon{
    position: static;
    height: 52px;
    transform: translateX(-12px);
    -webkit-transform: translate(-12px);
    width: 12%;
  }
  #option .option-box-price-flex {
    display: block;
    width: 95%;
    margin: 15px auto 0;
  }
  .option-box-title p {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
  }
  section div.inner .option-heading-sp {
    margin: 0 auto 5px;
  }
  section div.inner .option-heading-sp h2 {
    margin-bottom: 5px;
  }
  div.plan-detail-sp {
    margin-bottom: 0;
  }
  #option .option-box-center {
    margin: 0 auto 40px;
  }
  #option dl dt.option-box-sub-title {
    font-weight: bold;
    font-size: 1.6rem;
  }
}

/*-------------------------------------------
    Payment
-------------------------------------------*/

div.rental-payment-method{
  display: flex;
  align-items: center;
  background: #FFFFFF;
  height: 150px;
  justify-content: space-between;
}
div.rental-payment-method p.text{
  background: var(--rental-orange);
  color: var(--rental-bg2);
  font-size: 2.5rem;
  position: relative;
  height: 150px;
  width: 45%;
  line-height: 40px;
  padding: 35px 0 35px 120px;
  box-sizing: border-box;
}
div.rental-payment-method p.text::after{
  content: '';
  position: absolute;
  right: -149px;
  top: 0;
  border-top: 75px solid transparent;
  border-right: 75px solid transparent;
  border-bottom: 75px solid transparent;
  border-left: 75px solid var(--rental-orange);
}
div.rental-payment-method p img{
  margin: 0 auto;
}
div.rental-payment-attention{
  color: #727272;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  div.rental-payment-method{
    flex-direction: column;
    height: auto;
  }
  div.rental-payment-method p.text{
    height: auto;
    width: 100%;
    padding: 10px;
    font-size: 1.5rem;
    line-height: 1.3;
    text-align: center;
  }
  div.rental-payment-method p.text::after{
    left: 0;
    right: auto;
    top: 100%;
    border-right: 45vw solid transparent;
    border-left: 45vw solid transparent;
    border-top: 18px solid var(--rental-orange);
    border-bottom: 0;
  }
  div.rental-payment-method p img{
    width: 100%;
    padding: 35px 20px 20px;
    box-sizing: border-box;
  }
}
/*-------------------------------------------
    FAQ 質問と回答（FAQページより引用）
-------------------------------------------*/
.tab_content{
  margin-bottom: 65px;
}
.tab_content dl{
  border: none;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  border-bottom: 1px solid #00bfbf;
}
.tab_content dt{
  padding: 30px 65px 30px 65px;
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition-duration: .2s;
}
.tab_content dt.active {
  background-color: #00bfbf;
  color: #fff;
}
.tab_content dt::after{
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 39px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(/assets/img/faq-open.svg) no-repeat center;
  background-size: contain;
}
.tab_content dt.active::after{
  background: url(/assets/img/faq-close.svg) no-repeat center;
}
.tab_content dt span,
.tab_content dd span{
  font-size: 3rem;
  position: absolute;
  left: 20px;
  top:20px;
}
.tab_content dd{
  background: #FFFFFF;
  padding: 30px 20px 30px 65px;
  margin: 0;
  position: relative;
  box-sizing: border-box;
  display: none;
}

div.tab_content dt span{
  top:30%;
}
.tab_content dd span{
  top: 27px;
}
.tab_content dd p{
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: justify;
}
div.faq-category-title{
  margin:-20px 0 15px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .tab_content{
    margin-bottom: 0;
  }
  .tab_content dl{
    padding: 0;
    margin-bottom: 0;
  }
  .tab_content dt {
    padding: 15px 45px 15px 45px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .tab_content dt::after{
    width: 12px;
    height: 12px;
    top: 50%;
  }
  div.tab_content dt span {
    top: 50%;
  }
  .tab_content dt span{
    left: 7px;
    transform: translateY(-60%);
  }
  .tab_content dd {
    padding: 10px 20px 20px 45px;
    margin: 5px 0 0 0;
  }
  .tab_content dd span {
    font-size: 3rem;
    position: absolute;
    left: 10px;
    top: 5px;
  }
  .tab_content dd p{
    font-size: 1.2rem;
    text-align: left;
  }
}

/*-------------------------------------------
    お知らせ
-------------------------------------------*/
#news a {
  word-wrap:break-word;
}
#news .news-area {
  border: 2px solid #ccc;
  background-color: var(--rental-bg2);
  padding: 0 15px 0 30px;
  box-sizing: border-box;
  height: 400px;
  overflow-y: scroll;
}
#news .news-area dt {
  margin: 30px 0 15px;
}
#news .news-area dt span {
  display: inline-block;
  border: 2px solid var(--rental-green);
  background-color: var(--rental-green);
  color: var(--rental-black);
  margin-left: 15px;
  padding: 0 10px;
  min-width: 60px;
  text-align: center;
}
#news .news-area dt span.status-close {
  border: 2px solid #727272;
  background-color: #727272;
  color: #fff;
}
#news .news-area dt span.status-open {
  border: 2px solid var(--rental-green);
  background-color: var(--rental-bg2);
  color: var(--rental-black);
}
#news .news-area dd {
  line-height: 1.8rem;
  padding: 15px 0 30px 30px;
  border-bottom: 0.5px solid #505050;
}
#news .news-area dd strong {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #news .news-area dd {
    padding: 15px 0 30px 0;
  }
  #news .news-area {
    padding: 0 10px 0 20px;
  }
  #news .news-area dt span {
    margin-left: 10px;
    min-width: 50px;
  }
}

/*-------------------------------------------
    Rental Entry Pop
-------------------------------------------*/

div.rental-entry-pop{
  position: fixed;
  width: 280px;
  right: 20px;
  bottom: 35px;
  background: var(--rental-bg2);
  border-radius: 0.5em;
  box-shadow: 0 0 5px rgba(0,0,0,0.4);
  border: 5px solid var(--rental-yellow);
  z-index: 1000;
  cursor: pointer;
}
div.rental-entry-pop img{
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
  height: 40px;
}
a.rental-entry-text{
  text-align: center;
  font-size: 1.5rem;
  display: block;
  color: #000000;
}
div.rental-entry-btn-detail{
  background: #FFFFFF;
  padding: 20px 10px;
}
div.rental-entry-btn-detail p{
  font-size: 1.8rem;
  line-height: 2.7rem;
}
div.rental-entry-btn-detail p span{
  color: var(--rental-orange);
  font-size: 1.3em;
  font-weight: bold;
}
div.rental-entry-btn-detail p:nth-of-type(2){
  font-size: 1.2rem;
}
div.rental-entry-btn{
  position: relative;
  display: block;
  color: var(--rental-black);
  padding: 15px 0;
  font-size: 2.1rem;
  background-color: var(--rental-yellow);
}
div.rental-entry-btn::after{
  content: '';
  position: absolute;
  background: url(/assets/img/arrow02.svg) no-repeat;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  filter: brightness(0);
}
.rental-entry-cancel-btn{
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  font-size: 1.8rem;
  color: var(--rental-gray2);
}
@media screen and (min-width: 768px){
  @keyframes arrowSwing {
    0% { right: 20px; }
    25% { right: 10px; }
    50% { right: 20px; }
    75% { right: 10px; }
    100% { right: 20px; }
  }
  div.rental-entry-btn:hover::after{
    animation: arrowSwing 1s ease;
  }
}
@media screen and (max-width: 767px){
  div.rental-entry-pop{
    width: 85%;
    bottom: 5px;
    right: 50%;
    height: auto;
    transform: translateX(50%)
  }
  a.rental-entry-text{
    font-size: 1.2rem;
  }
  div.rental-entry-btn{
    padding: 10px 0;
    font-size: 1.6rem;
  }
  div.rental-entry-btn-detail{
    padding: 5px;
  }
  div.rental-entry-btn-detail p{
    font-size: 1.5rem;
    line-height: 1.5em;
  }
}

/*-------------------------------------------
    Rental contract service
-------------------------------------------*/
ul.List{
  flex-wrap: wrap;
}

p.green-line{
  background: #5FD1D1;
  height: 10px;
}

/*-------------------------------------------
    Rental header
-------------------------------------------*/
header ul li.nav_type01 {
  border-left: 1px solid #969696;
  margin: 10px 0;
}
header ul li.nav_type01:first-of-type {
  border-left: none;
}

/* Footer --> */
#rental #footer-menu-r2{
  background-color: var(--rental-bg);
}
#rental #footer-menu-r2 .sp {
  display: none;
}
#rental #footer-menu-r2 .section-nav {
  padding: 0;
  background-color: var(--rental-bg);
}
#rental #footer-menu-r2 .nav {
  align-self: flex-start;
}
#rental #footer-menu-r2 .logo {
  flex: 0 1 auto;
  align-self: center;
}
#rental #footer-menu-r2 .inner {
  justify-content: flex-start;
  gap: 170px;
}
#rental #footer-menu-r2 .nav.nav-type2 {
  flex: 0 1 auto;
  gap: initial;
}
#rental #footer-menu-r2 .nav.nav-type3 {
  flex: 0 1 465px;
  display: block;
}
#rental #footer-menu-r2 .nav.nav-type3 h3 {
  color: var(--rental-gray2);
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 10px;
}
#rental #footer-menu-r2 .nav.nav-type3 .nav-sub {
  padding: 14px 0 12px;
}
#rental #footer-menu-r2 .nav.nav-type3 .nav-sub li {
  display: flex;
  align-items: center;
}
#rental #footer-menu-r2 .nav.nav-type3 .nav-sub li::before {
  display: block;
  content: '';
  width: .4em;
  height: 1px;
  margin: -.25em .6em 0 .4em;
}
#rental #footer-menu-r2 .nav.nav-type3 .nav-sub li:not(:last-child) {
  margin-bottom: 12px;
}
.return-notion ul li.li_br {
  margin-bottom: 10px;
}
#rental #footer-menu-r2 {
  padding: 40px 0 80px;
}
#rental #footer-menu-r2 .inner {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
#rental #footer-menu-r2 .section-nav .logo {
  margin: 0;
}

#rental #footer-menu-r2 .footer-nav {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  align-self: auto;
  position: relative;
}
#rental #footer-menu-r2 .section-nav .nav {
  width: 65%;
  margin-bottom: 0;
}

#rental #footer-menu-r2 .footer-nav-list + .footer-nav-list {
  margin-top: 15px;
}
#rental #footer-menu-r2 .nest-list {
  color: #707070;
}
#rental #footer-menu-r2 .nest-list a {
  padding-left: 14px;
  margin-left: 14px;
  position: relative;
}
#rental #footer-menu-r2 .nest-list a::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 10px solid black;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
#rental #footer-menu-r2 .privacy-mark {
  width: 75px;
  position: absolute;
  bottom: -48px;
  right: -160px;
}
#rental #footer-menu-r2 .privacy-mark a {
  display: block;
  border: none;
}
#rental #footer-menu-r2 .privacy-mark a:hover {
  border: none;
}
#rental #footer-menu-r2 .copyright {
  position: absolute;
  right: -80px;
  bottom: -50px;
}
#rental #footer-menu-r2 .privacy-mark a img{
  width: 100%;
}

/* Mobile */
@media (max-width: 767px) {
  #rental #footer-menu-r2 .inner {
    gap: initial;
  }
  #rental #footer-menu-r2 .logo {
    flex: 1;
    margin-top: 0;
  }
  #rental #footer-menu-r2 .nav.nav-type2 {
    flex: 1;
    padding-top: 25px;
  }
  #rental #footer-menu-r2 .nav.nav-type3 {
    flex: 1;
  }
  #rental #footer-menu-r2 .sp {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  #footer-menu-r2 .section-nav .nav-main li a {
    font-size: 1.4rem;
    padding: 13px 0;
  }
  #rental #footer-menu-r2 .nav-type2 .nav-sub li {
    font-size: .95em;
    text-align: center;
  }
  #rental #footer-menu-r2 .nav-type2 .nav-sub li:nth-last-of-type(1) {
    border-bottom: 0;
  }
  #rental #footer-menu-r2 .nav.nav-type3 {
    width: 100%;
  }
  #rental #footer-menu-r2 .nav.nav-type3 h3 {
    font-size: 1.3rem;
    margin: 0 0 8px;
  }
  #rental #footer-menu-r2 .nav.nav-type3 .nav-sub {
    padding: 5px 0;
    margin-bottom: 10px;
  }
  #rental #footer-menu-r2 .nav.nav-type3 .nav-sub li:not(:last-child) {
    margin-bottom: 0;
    border-bottom: 0;
  }
  #rental #footer-menu-r2 .nav.nav-type3 .nav-sub li a {
    flex: 1;
    display: block;
    padding: 8px 0;
  }
  #rental #footer-menu-r2 {
    padding : 30px 0 70px;
  }
  #rental #footer-menu-r2 .section-nav .nav {
    width: 100%;
    max-width: 400px;
    margin-top: 30px;
  }
  #rental #footer-menu-r2 .footer-nav-list + .footer-nav-list {
    margin-top: 10px;
  }
  #rental #footer-menu-r2 .nest-list a::before {
    border-left: 8px solid black;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
  #rental #footer-menu-r2 .nest-list a {
    padding-left: 10px;
    margin-left: 8px;
  }
  #rental #footer-menu-r2 .privacy-mark {
    right: 0;
  }
  #rental #footer-menu-r2 .copyright {
    right: 0;
    left: 0;
    margin: auto;
  }
  #rental #footer-menu-r2 .footer-nav-bottom{
    transform: translateY(-33px);
  }
}
/* <-- Footer */
/* リチャージプラン（共通） end */




/*-------------------------------------------
    Rental terms
-------------------------------------------*/

body,
section.other-first {
  background: #fff;
}
div.content-container section.other-first {
  padding-bottom: 85px;
}
footer #copy div.inner p {
  font-size: 1.1rem;
}


/*-------------------------------------------
    Swiper(common + α)
-------------------------------------------*/

div.swiper-button-next,
div.swiper-button-prev {
  background: url(../img/rental-triangle.svg) no-repeat;
  background-size: contain;
  transform: translate(-50%,50%) scale(1, 1) rotate(90deg);
  top: 55%;
  left: 0;
}
div.swiper-button-next{
  transform: translate(-50%,50%) scale(-1, 1) rotate(90deg);
  left: 100%;
}
@media screen and (max-width: 767px) {
  div.swiper-button-next,
  div.swiper-button-prev {
    top: 50%;
    width: 30px !important;
    height: 30px !important;
    margin-top: -44px !important;
  }
  div.swiper-button-prev {
    left: 20px
  }
  div.swiper-button-next {
    right: 0;
    left: calc(100% - 20px);
  }
}