@charset "UTF-8";
/*=========================================================================
//
// basic
//
==========================================================================*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}


/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*-------------------------------------------------------------------------
 base setting
--------------------------------------------------------------------------*/

body,
input,
textarea,
select,
option,
button {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, sans-serif;
  font-style: normal;
  line-height: 1.6;
  font-size: 1.6rem;
  color: #333;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

@media screen and (max-width: 750px) {
  body,
  input,
  textarea,
  select,
  option,
  button {
    font-size: 1.4rem;
  }
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  background-color: #fff;
  height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body, p, form,
h1, h2, h3, h4, h5, h6,
dl, dt, dd,
ul, ol, li {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ul,
ol,
li {
  list-style: none;
}

p {
  word-wrap: break-word;
}

em {
  font-style: normal;
}

a:link,
a:active,
a:visited,
a:focus {
  color: #00a2e6;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  vertical-align: top;
  line-height: 0;
}

input[type="text"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #d2d2d2;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 8px;
  vertical-align: middle;
}

textarea {
  width: 100%;
  display: block;
  resize: vertical;
  padding: 4px;
  border: 1px solid #d2d2d2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

select {
  padding: 3px;
  border: 1px solid #d2d2d2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
}

select::-ms-expand{
  display: none;
}

button {
  display: block;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
}

label {
  display: block;
  cursor: pointer;
}

sup, sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
  font-size: 0.6em;
}

sup {
  left: 0.2em;
  bottom: 1ex;
}

sub {
  top: .5ex;
}

/*=========================================================================
//
// general
//
==========================================================================*/
/*-------------------------------------------------------------------------
 general
--------------------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}

.clearfix::after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}

.rental-img-full {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.rental-img-max {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.rental-txt-s {
  font-size: 1.4rem;
}

@media screen and (max-width: 750px) {
  .rental-txt-s {
    font-size: 1.2rem;
  }
}

.rental-txt-l {
  font-size: 1.8rem;
}

@media screen and (max-width: 750px) {
  .rental-txt-l {
    font-size: 1.6rem;
  }
}

.rental-ta-l {
  text-align: left !important;
}

.rental-ta-c {
  text-align: center !important;
}

.rental-ta-r {
  text-align: right !important;
}

.rental-va-t {
  vertical-align: top !important;
}

.rental-va-m {
  vertical-align: middle !important;
}

.rental-va-b {
  vertical-align: bottom !important;
}

@media screen and (min-width: 751px) {
  .rental-ta-l-pc {
    text-align: left !important;
  }
  .rental-ta-r-pc {
    text-align: right !important;
  }
  .rental-ta-c-pc {
    text-align: center !important;
  }
}

@media screen and (max-width: 750px) {
  .rental-ta-l-sp {
    text-align: left !important;
  }
  .rental-ta-r-sp {
    text-align: right !important;
  }
  .rental-ta-c-sp {
    text-align: center !important;
  }
}

.rental-nowrap {
  white-space: nowrap !important;
}

.rental-block {
  display: block !important;
}

.rental-inline {
  display: inline !important;
}

.rental-block-pc {
  display: block !important;
}

.rental-block-sp {
  display: none !important;
}

.rental-inline-pc {
  display: inline !important;
}

.rental-inline-sp {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .rental-block-pc {
    display: none !important;
  }
  .rental-block-sp {
    display: block !important;
  }
  .rental-inline-pc {
    display: none !important;
  }
  .rental-inline-sp {
    display: inline !important;
  }
}

/* margin, padding
----------------------------------------------------------- */
.rental-mt-0 {
  margin-top: 0px !important;
}

.rental-mt-5 {
  margin-top: 5px !important;
}

.rental-mt-10 {
  margin-top: 10px !important;
}

.rental-mt-15 {
  margin-top: 15px !important;
}

.rental-mt-20 {
  margin-top: 20px !important;
}

.rental-mt-25 {
  margin-top: 25px !important;
}

.rental-mt-30 {
  margin-top: 30px !important;
}

.rental-mt-35 {
  margin-top: 35px !important;
}

.rental-mt-40 {
  margin-top: 40px !important;
}

.rental-mt-45 {
  margin-top: 45px !important;
}

.rental-mt-50 {
  margin-top: 50px !important;
}

.rental-mt-60 {
  margin-top: 60px !important;
}

.rental-mt-70 {
  margin-top: 70px !important;
}

.rental-mt-80 {
  margin-top: 80px !important;
}

.rental-mb-0 {
  margin-bottom: 0px !important;
}

.rental-mb-5 {
  margin-bottom: 5px !important;
}

.rental-mb-10 {
  margin-bottom: 10px !important;
}

.rental-mb-15 {
  margin-bottom: 15px !important;
}

.rental-mb-20 {
  margin-bottom: 20px !important;
}

.rental-mb-25 {
  margin-bottom: 25px !important;
}

.rental-mb-30 {
  margin-bottom: 30px !important;
}

.rental-mb-35 {
  margin-bottom: 35px !important;
}

.rental-mb-40 {
  margin-bottom: 40px !important;
}

.rental-mb-45 {
  margin-bottom: 45px !important;
}

.rental-mb-50 {
  margin-bottom: 50px !important;
}

.rental-mb-60 {
  margin-bottom: 60px !important;
}

.rental-ml-0 {
  margin-left: 0px !important;
}

.rental-ml-5 {
  margin-left: 5px !important;
}

.rental-ml-10 {
  margin-left: 10px !important;
}

.rental-ml-15 {
  margin-left: 15px !important;
}

.rental-ml-20 {
  margin-left: 20px !important;
}

.rental-ml-25 {
  margin-left: 25px !important;
}

.rental-ml-30 {
  margin-left: 30px !important;
}

.rental-ml-35 {
  margin-left: 35px !important;
}

.rental-ml-40 {
  margin-left: 40px !important;
}

.rental-ml-45 {
  margin-left: 45px !important;
}

.rental-ml-50 {
  margin-left: 50px !important;
}

.rental-mr-0 {
  margin-right: 0px !important;
}

.rental-mr-5 {
  margin-right: 5px !important;
}

.rental-mr-10 {
  margin-right: 10px !important;
}

.rental-mr-15 {
  margin-right: 15px !important;
}

.rental-mr-20 {
  margin-right: 20px !important;
}

.rental-mr-25 {
  margin-right: 25px !important;
}

.rental-mr-30 {
  margin-right: 30px !important;
}

.rental-mr-35 {
  margin-right: 35px !important;
}

.rental-mr-40 {
  margin-right: 40px !important;
}

.rental-mr-45 {
  margin-right: 45px !important;
}

.rental-mr-50 {
  margin-right: 50px !important;
}

.rental-pt-0 {
  padding-top: 0px !important;
}

.rental-pt-5 {
  padding-top: 5px !important;
}

.rental-pt-10 {
  padding-top: 10px !important;
}

.rental-pt-15 {
  padding-top: 15px !important;
}

.rental-pt-20 {
  padding-top: 20px !important;
}

.rental-pt-25 {
  padding-top: 25px !important;
}

.rental-pt-30 {
  padding-top: 30px !important;
}

.rental-pt-35 {
  padding-top: 35px !important;
}

.rental-pt-40 {
  padding-top: 40px !important;
}

.rental-pt-45 {
  padding-top: 45px !important;
}

.rental-pt-50 {
  padding-top: 50px !important;
}

.rental-pb-0 {
  padding-bottom: 0px !important;
}

.rental-pb-5 {
  padding-bottom: 5px !important;
}

.rental-pb-10 {
  padding-bottom: 10px !important;
}

.rental-pb-15 {
  padding-bottom: 15px !important;
}

.rental-pb-20 {
  padding-bottom: 20px !important;
}

.rental-pb-25 {
  padding-bottom: 25px !important;
}

.rental-pb-30 {
  padding-bottom: 30px !important;
}

.rental-pb-35 {
  padding-bottom: 35px !important;
}

.rental-pb-40 {
  padding-bottom: 40px !important;
}

.rental-pb-45 {
  padding-bottom: 45px !important;
}

.rental-pb-50 {
  padding-bottom: 50px !important;
}

.rental-pl-0 {
  padding-left: 0px !important;
}

.rental-pl-5 {
  padding-left: 5px !important;
}

.rental-pl-10 {
  padding-left: 10px !important;
}

.rental-pl-15 {
  padding-left: 15px !important;
}

.rental-pl-20 {
  padding-left: 20px !important;
}

.rental-pl-25 {
  padding-left: 25px !important;
}

.rental-pl-30 {
  padding-left: 30px !important;
}

.rental-pl-35 {
  padding-left: 35px !important;
}

.rental-pl-40 {
  padding-left: 40px !important;
}

.rental-pl-45 {
  padding-left: 45px !important;
}

.rental-pl-50 {
  padding-left: 50px !important;
}

.rental-pr-0 {
  padding-right: 0px !important;
}

.rental-pr-5 {
  padding-right: 5px !important;
}

.rental-pr-10 {
  padding-right: 10px !important;
}

.rental-pr-15 {
  padding-right: 15px !important;
}

.rental-pr-20 {
  padding-right: 20px !important;
}

.rental-pr-25 {
  padding-right: 25px !important;
}

.rental-pr-30 {
  padding-right: 30px !important;
}

.rental-pr-35 {
  padding-right: 35px !important;
}

.rental-pr-40 {
  padding-right: 40px !important;
}

.rental-pr-45 {
  padding-right: 45px !important;
}

.rental-pr-50 {
  padding-right: 50px !important;
}

.rental-p-0 {
  padding: 0px !important;
}

@media screen and (max-width: 750px) {
  .rental-sp-mt-0 {
    margin-top: 0px !important;
  }

  .rental-sp-mt-5 {
    margin-top: 5px !important;
  }

  .rental-sp-mt-10 {
    margin-top: 10px !important;
  }

  .rental-sp-mt-15 {
    margin-top: 15px !important;
  }

  .rental-sp-mt-20 {
    margin-top: 20px !important;
  }

  .rental-sp-mt-25 {
    margin-top: 25px !important;
  }

  .rental-sp-mt-30 {
    margin-top: 30px !important;
  }

  .rental-sp-mt-35 {
    margin-top: 35px !important;
  }

  .rental-sp-mt-40 {
    margin-top: 40px !important;
  }

  .rental-sp-mt-45 {
    margin-top: 45px !important;
  }

  .rental-sp-mt-50 {
    margin-top: 50px !important;
  }

  .rental-sp-mt-60 {
    margin-top: 60px !important;
  }

  .rental-sp-mt-70 {
    margin-top: 70px !important;
  }

  .rental-sp-mt-80 {
    margin-top: 80px !important;
  }

  .rental-sp-mb-0 {
    margin-bottom: 0px !important;
  }

  .rental-sp-mb-5 {
    margin-bottom: 5px !important;
  }

  .rental-sp-mb-10 {
    margin-bottom: 10px !important;
  }

  .rental-sp-mb-15 {
    margin-bottom: 15px !important;
  }

  .rental-sp-mb-20 {
    margin-bottom: 20px !important;
  }

  .rental-sp-mb-25 {
    margin-bottom: 25px !important;
  }

  .rental-sp-mb-30 {
    margin-bottom: 30px !important;
  }

  .rental-sp-mb-35 {
    margin-bottom: 35px !important;
  }

  .rental-sp-mb-40 {
    margin-bottom: 40px !important;
  }

  .rental-sp-mb-45 {
    margin-bottom: 45px !important;
  }

  .rental-sp-mb-50 {
    margin-bottom: 50px !important;
  }

  .rental-sp-mb-60 {
    margin-bottom: 60px !important;
  }

  .rental-sp-ml-0 {
    margin-left: 0px !important;
  }

  .rental-sp-ml-5 {
    margin-left: 5px !important;
  }

  .rental-sp-ml-10 {
    margin-left: 10px !important;
  }

  .rental-sp-ml-15 {
    margin-left: 15px !important;
  }

  .rental-sp-ml-20 {
    margin-left: 20px !important;
  }

  .rental-sp-ml-25 {
    margin-left: 25px !important;
  }

  .rental-sp-ml-30 {
    margin-left: 30px !important;
  }

  .rental-sp-ml-35 {
    margin-left: 35px !important;
  }

  .rental-sp-ml-40 {
    margin-left: 40px !important;
  }

  .rental-sp-ml-45 {
    margin-left: 45px !important;
  }

  .rental-sp-ml-50 {
    margin-left: 50px !important;
  }

  .rental-sp-mr-0 {
    margin-right: 0px !important;
  }

  .rental-sp-mr-5 {
    margin-right: 5px !important;
  }

  .rental-sp-mr-10 {
    margin-right: 10px !important;
  }

  .rental-sp-mr-15 {
    margin-right: 15px !important;
  }

  .rental-sp-mr-20 {
    margin-right: 20px !important;
  }

  .rental-sp-mr-25 {
    margin-right: 25px !important;
  }

  .rental-sp-mr-30 {
    margin-right: 30px !important;
  }

  .rental-sp-mr-35 {
    margin-right: 35px !important;
  }

  .rental-sp-mr-40 {
    margin-right: 40px !important;
  }

  .rental-sp-mr-45 {
    margin-right: 45px !important;
  }

  .rental-sp-mr-50 {
    margin-right: 50px !important;
  }

  .rental-sp-pt-0 {
    padding-top: 0px !important;
  }

  .rental-sp-pt-5 {
    padding-top: 5px !important;
  }

  .rental-sp-pt-10 {
    padding-top: 10px !important;
  }

  .rental-sp-pt-15 {
    padding-top: 15px !important;
  }

  .rental-sp-pt-20 {
    padding-top: 20px !important;
  }

  .rental-sp-pt-25 {
    padding-top: 25px !important;
  }

  .rental-sp-pt-30 {
    padding-top: 30px !important;
  }

  .rental-sp-pt-35 {
    padding-top: 35px !important;
  }

  .rental-sp-pt-40 {
    padding-top: 40px !important;
  }

  .rental-sp-pt-45 {
    padding-top: 45px !important;
  }

  .rental-sp-pt-50 {
    padding-top: 50px !important;
  }

  .rental-sp-pb-0 {
    padding-bottom: 0px !important;
  }

  .rental-sp-pb-5 {
    padding-bottom: 5px !important;
  }

  .rental-sp-pb-10 {
    padding-bottom: 10px !important;
  }

  .rental-sp-pb-15 {
    padding-bottom: 15px !important;
  }

  .rental-sp-pb-20 {
    padding-bottom: 20px !important;
  }

  .rental-sp-pb-25 {
    padding-bottom: 25px !important;
  }

  .rental-sp-pb-30 {
    padding-bottom: 30px !important;
  }

  .rental-sp-pb-35 {
    padding-bottom: 35px !important;
  }

  .rental-sp-pb-40 {
    padding-bottom: 40px !important;
  }

  .rental-sp-pb-45 {
    padding-bottom: 45px !important;
  }

  .rental-sp-pb-50 {
    padding-bottom: 50px !important;
  }

  .rental-sp-pl-0 {
    padding-left: 0px !important;
  }

  .rental-sp-pl-5 {
    padding-left: 5px !important;
  }

  .rental-sp-pl-10 {
    padding-left: 10px !important;
  }

  .rental-sp-pl-15 {
    padding-left: 15px !important;
  }

  .rental-sp-pl-20 {
    padding-left: 20px !important;
  }

  .rental-sp-pl-25 {
    padding-left: 25px !important;
  }

  .rental-sp-pl-30 {
    padding-left: 30px !important;
  }

  .rental-sp-pl-35 {
    padding-left: 35px !important;
  }

  .rental-sp-pl-40 {
    padding-left: 40px !important;
  }

  .rental-sp-pl-45 {
    padding-left: 45px !important;
  }

  .rental-sp-pl-50 {
    padding-left: 50px !important;
  }

  .rental-sp-pr-0 {
    padding-right: 0px !important;
  }

  .rental-sp-pr-5 {
    padding-right: 5px !important;
  }

  .rental-sp-pr-10 {
    padding-right: 10px !important;
  }

  .rental-sp-pr-15 {
    padding-right: 15px !important;
  }

  .rental-sp-pr-20 {
    padding-right: 20px !important;
  }

  .rental-sp-pr-25 {
    padding-right: 25px !important;
  }

  .rental-sp-pr-30 {
    padding-right: 30px !important;
  }

  .rental-sp-pr-35 {
    padding-right: 35px !important;
  }

  .rental-sp-pr-40 {
    padding-right: 40px !important;
  }

  .rental-sp-pr-45 {
    padding-right: 45px !important;
  }

  .rental-sp-pr-50 {
    padding-right: 50px !important;
  }

  .rental-sp-p-0 {
    padding: 0px !important;
  }
}

/* width
--------------------------------------------------------*/
.rental-w-5 {
  width: 5% !important;
}

.rental-w-10 {
  width: 10% !important;
}

.rental-w-15 {
  width: 15% !important;
}

.rental-w-20 {
  width: 20% !important;
}

.rental-w-25 {
  width: 25% !important;
}

.rental-w-30 {
  width: 30% !important;
}

.rental-w-35 {
  width: 35% !important;
}

.rental-w-40 {
  width: 40% !important;
}

.rental-w-45 {
  width: 45% !important;
}

.rental-w-50 {
  width: 50% !important;
}

.rental-w-55 {
  width: 55% !important;
}

.rental-w-60 {
  width: 60% !important;
}

.rental-w-65 {
  width: 65% !important;
}

.rental-w-70 {
  width: 70% !important;
}

.rental-w-75 {
  width: 75% !important;
}

.rental-w-80 {
  width: 80% !important;
}

.rental-w-85 {
  width: 85% !important;
}

.rental-w-90 {
  width: 90% !important;
}

.rental-w-95 {
  width: 95% !important;
}

.rental-w-100 {
  width: 100% !important;
}

.rental-w-33 {
  width: 33% !important;
}

.rental-w-full {
  width: 100% !important;
}

.rental-w-auto {
  width: auto !important;
}

@media screen and (max-width: 750px) {
  .rental-sp-w-5 {
    width: 5% !important;
  }
  .rental-sp-w-10 {
    width: 10% !important;
  }
  .rental-sp-w-15 {
    width: 15% !important;
  }
  .rental-sp-w-20 {
    width: 20% !important;
  }
  .rental-sp-w-25 {
    width: 25% !important;
  }
  .rental-sp-w-30 {
    width: 30% !important;
  }
  .rental-sp-w-35 {
    width: 35% !important;
  }
  .rental-sp-w-40 {
    width: 40% !important;
  }
  .rental-sp-w-45 {
    width: 45% !important;
  }
  .rental-sp-w-50 {
    width: 50% !important;
  }
  .rental-sp-w-55 {
    width: 55% !important;
  }
  .rental-sp-w-60 {
    width: 60% !important;
  }
  .rental-sp-w-65 {
    width: 65% !important;
  }
  .rental-sp-w-70 {
    width: 70% !important;
  }
  .rental-sp-w-75 {
    width: 75% !important;
  }
  .rental-sp-w-80 {
    width: 80% !important;
  }
  .rental-sp-w-85 {
    width: 85% !important;
  }
  .rental-sp-w-90 {
    width: 90% !important;
  }
  .rental-sp-w-95 {
    width: 95% !important;
  }
  .rental-sp-w-100 {
    width: 100% !important;
  }
  .rental-sp-w-33 {
    width: 33% !important;
  }
  .rental-sp-w-full {
    width: 100% !important;
  }
  .rental-sp-w-auto {
    width: auto !important;
  }
}

/* height
--------------------------------------------------------*/
.rental-h-auto {
  height: auto !important;
}

/*=========================================================================
//
// layout / module
//
==========================================================================*/

/* content
--------------------------------------------------------------------------*/
.rental-content {
  min-width: 320px;
  position: relative;
  padding: 45px 0 60px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.rental-content__head {
  margin-bottom: 60px;
}

.rental-content__head-inner {
  max-width: 1000px;
  padding: 0 15px;
  margin: 0 auto;
}

.rental-content__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  line-height: 1.3;
  color: #fff;
  padding: 10px 45px;
  background-color: #5db5e0;
  height: 85px;
  box-sizing: border-box;
  margin-bottom: 35px;
}

.rental-content__catch {
  margin-top: 45px;
  font-size: 1.8rem;
  line-height: 1.6;
}

.rental-content__title + .rental-content__catch {
  margin-top: 35px;
}

@media screen and (max-width: 750px) {
  .rental-content__title {
    font-size: 1.8rem;
    height: 43px;
    padding: 10px 18px;
    margin-top: 12px;
    margin-bottom: 15px;
  }
  .rental-content__catch {
    margin-top: 15px;
    font-size: 1.3rem;
    padding: 0 10px;
  }
  .rental-content__title + .rental-content__catch {
    margin-top: 15px;
  }
}

.rental-content__main {
  margin: 0;
}

.rental-content__main-area {
  max-width: 1000px;
  padding: 0 15px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .rental-content {
    padding: 0 0 45px;
  }
  .rental-content__head {
    margin-bottom: 30px;
  }
  .rental-content__head-inner {
    width: auto;
    padding: 0;
  }
  .rental-content__main-area {
    padding: 0;
  }
  .rental-content__main-area__inner {
    padding: 0 10px;
  }
}

/* footer
--------------------------------------------------------------------------*/
.rental-footer {
  width: 100%;
  background-color: #003364;
  color: #fff;
}

.rental-footer a {
  color: #fff;
}

.rental-footer__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 35px 15px 25px;
}

.rental-footer__logo {
  text-align: center;
  margin-top: 40px;
}

.rental-footer__logo img {
  display: inline-block;
  width: 220px;
  height: auto;
}

.rental-footer__navgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  line-height: 1.3;
}

.rental-footer__navgroup > li {
  margin-right: 64px;
  font-weight: bold;
}

.rental-footer__navgroup > li:last-child {
  margin-right: 0;
}

.rental-footer__info {
  margin-top: 35px;
}

.rental-footer__infolink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
}

.rental-footer__infolink > li {
  position: relative;
  margin-right: 40px;
}

.rental-footer__infolink > li:last-child {
  margin-right: 0px;
}

.rental-footer__infolink > li:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 60%;
  background-color: #fff;
  top: 5px;
  right: -20px;
}

.rental-footer__infolink > li:last-child:after {
  content: none;
}

.rental-footer__copyright {
  text-align: center;
  margin-top: 15px;
}

.rental-footer__copyright small {
  font-size: 1.2rem;
}

@media screen and (max-width: 750px) {
  .rental-footer__inner {
    padding: 0;
  }
  .rental-footer__logo {
    margin-top: 20px;
  }
  .rental-footer__logo img {
    width: 150px;
    height: auto;
  }
  .rental-footer__nav {
    display: block;
    margin-top: 0;
    border-bottom: 1px solid #ddd;
  }
  .rental-footer__navgroup {
    display: block;
    font-size: 1.4rem;
  }
  .rental-footer__navgroup > li {
    margin-right: 0;
    font-weight: normal;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 37px;
    border-bottom: 1px solid #fff;
    padding: 6px 40px 6px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .rental-footer__navgroup > li:last-child {
    border-bottom: 0 none;
  }
  .rental-footer__navgroup > li::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 18px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .rental-footer__info {
    padding: 15px 15px 20px;
    margin: 0;
  }
  .rental-footer__infolink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.2rem;
  }
  .rental-footer__infolink > li {
    margin: 0px;
  }
  .rental-footer__infolink > li:first-child {
    margin-bottom: 5px;
  }
  .rental-footer__infolink > li:first-child:after {
    content: none;
  }
  .rental-footer__infolink > li:nth-child(2) {
    margin-right: 28px;
  }
  .rental-footer__infolink > li:nth-child(2):after {
    right: -16px;
  }
  .rental-footer__copyright {
    margin-top: 5px;
  }
  .rental-footer__copyright small {
    font-size: 1rem;
  }
}

/* header
--------------------------------------------------------------------------*/
.rental-header {
  position: relative;
  background-color: #003364;
}

.rental-header__inner {
  max-width: 1000px;
  height: 72px;
  margin: 0 auto;
  padding: 0 15px 0 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.rental-header__logo a {
  color: #fff;
  font-size: 2.6rem;
  font-weight: lighter;
}

.rental-header__logo a:hover {
  text-decoration: none;
}

.rental-header__login {
  display: table;
  width: 178px;
}

.rental-header__login a {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  background-color: #34CC75;
  border-radius: 5px;
  line-height: 48px;
}

.rental-header__login a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.rental-header__login a.is-logout {
  color: #003364;
  background-color: #F5F4F4;
}

@media screen and (max-width: 750px) {
  .rental-header {
    width: 100%;
    height: auto;
  }
  .rental-header__inner {
    padding: 0 0 0 15px;
    height: auto;
  }
  .rental-header__logo a {
    font-size: 1.6rem;
  }
  .rental-header.nobtn .rental-header__logo a{
    line-height: 45px;
  }
  .rental-header__login {
    width: 92px;
  }
  .rental-header__login a {
    font-size: 1.3rem;
    line-height: 45px;
    border-radius: 0;
  }
}

/* wrapper
--------------------------------------------------------------------------*/
.wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper.is-navopen {
  position: fixed;
  width: 100%;
  height: 100%;
  height: 100vh;
}

/* alert（トップページに表示）
--------------------------------------------------------------------------*/
.rental-alert-area {
  background-color: #cc0033;
}

.rental-alert-area a {
  display: block;
  color: #fff;
}

.rental-alert-area__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 12px 15px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.rental-alert-area__inner .rental-alert-area__title {
  color: #fff;
  font-size: 2rem;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 5px;
}

.rental-alert-area__inner .rental-alert-area__list__icon {
  list-style:none;
  padding-left: 0;
  text-align: left;
  color: #fff;
}

.rental-alert-area__inner .rental-alert-area__list__icon li {
  background-image: url("/sources/device-rental/imgs/assets/icon_warning.svg");
  background-position: 1em 0.25em;
  background-repeat: no-repeat;
  background-size: 1em;
  padding-left: 2.5em;
  font-size: 1.4rem;
  background-size: 1em 1em;
}

.rental-alert-area__inner .rental-alert-area__list__icon li a {
  display: inline;
  color: #fff;
  text-decoration: underline;
}

.rental-alert-area__inner .rental-alert-area__list__dot {
  padding-left: 0;
  text-align: left;
  color: #fff;
}

.rental-alert-area__inner .rental-alert-area__list__dot li {
  padding-left: 2.5em;
  text-indent: -1em;;
  font-size: 1.4rem;
}

.rental-alert-area__inner .rental-alert-area__list__dot li a {
  display: inline;
  color: #fff;
  text-decoration: underline;
}

.rental-alert-area__inner .rental-alert-area__list__dot > li::before {
  content: "・";
  position: relative;
  right: 0.5em;
}

@media screen and (max-width: 750px) {
  .rental-alert-area__inner .rental-alert-area__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .rental-alert-area__inner .rental-alert-area__list__icon li {
    font-size: 1.2rem;
  }
  .rental-alert-area__inner .rental-alert-area__list__dot li {
    font-size: 1.2rem;
  }
}

.rental-alert-area__msg {
  display: inline-block;
  padding-left: 34px;
  text-align: center;
  font-size: 1.8rem;
  position: relative;
}

.rental-alert-area__msg::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  background: url(/sources/device-rental/imgs/assets/icon_warning.svg) no-repeat 0 0;
  background-size: 24px 24px;
}

@media screen and (max-width: 750px) {
  .rental-alert-area__inner {
    padding: 8px 15px;
  }
  .rental-alert-area__msg {
    text-align: left;
    font-size: 1.2rem;
  }
}

/* hr
--------------------------------------------------------------------------*/
.rental-hr {
  border-bottom: solid 1px #dbdbdb;
  margin: 30px 0;
}

@media screen and (max-width: 750px) {
  .rental-hr {
    margin: 25px 0;
  }
}

/* box
--------------------------------------------------------------------------*/
.rental-box {
  margin-top: 20px;
  padding: 35px 20px;
  background-color: #f8f8f8;
}

.rental-box > :first-child {
  margin-top: 0;
}

.rental-box > :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  .rental-box {
    padding: 20px 10px;
  }
}

.rental-box-note > * {
  display: table;
  margin: 0 auto;
}

.rental-box-note .rental-note {
  content: '※';
  padding-left: 1em;
  text-indent: -1em;
}

.rental-ttlbox {
  border: 1px solid #7AC8EF;
  box-sizing: border-box;
}

.rental-ttlbox__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  background-color: #5db5e0;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}

.rental-ttlbox__ttl h2, .rental-ttlbox__ttl h3, .rental-ttlbox__ttl h4, .rental-ttlbox__ttl h5 {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #fff;
}

.rental-ttlbox__subttl {
  margin-bottom: 3px;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #fff;
}

.rental-ttlbox__body {
  background-color: #fff;
}

.rental-ttlbox__body > :first-child {
  margin-top: 0;
}

.rental-ttlbox__body > :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  .rental-ttlbox {
    margin-top: 12px;
  }
  .rental-ttlbox__ttl {
    padding: 12px 20px;
    font-size: 1.6rem;
  }
  .rental-ttlbox__ttl h2, .rental-ttlbox__ttl h3, .rental-ttlbox__ttl h4, .rental-ttlbox__ttl h5 {
    font-size: 1.6rem;
  }
  .rental-ttlbox__subttl {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
}

.rental-ttlbox-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 20px auto 0;
  max-width: 682px;
}

.rental-ttlbox-col .rental-ttlbox {
  width: calc(50% - 19px);
}

.rental-ttlbox-col .rental-ttlbox:nth-child(n+2) {
  margin-left: 38px;
}

.rental-ttlbox-col .rental-ttlbox .rental-ttlbox__ttl {
  text-align: center;
}

@media screen and (max-width: 750px) {
  .rental-ttlbox-col {
    display: block;
    padding: 0 25px;
    margin: 10px auto 0;
  }
  .rental-ttlbox-col .rental-ttlbox {
    width: 100%;
  }
  .rental-ttlbox-col .rental-ttlbox:nth-child(n+2) {
    margin-top: 15px;
    margin-left: 0;
  }
}

.rental-logoutbox {
  padding: 70px 0;
  box-sizing: border-box;
}

.rental-logoutbox__lead {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 60px;
}

.rental-logoutbox .rental-catch {
  color: #666;
}

.rental-logoutbox__btn-area {
  text-align: center;
  margin-top: 80px;
}

.rental-logoutbox__btn-area > .rental-btnlist {
  margin: 0;
}

@media screen and (max-width: 750px) {
  .rental-logoutbox {
    padding: 45px 0 0;
  }
  .rental-logoutbox__lead {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .rental-logoutbox .rental-catch {
    text-align: center;
  }
  .rental-logoutbox__btn-area {
    margin-top: 40px;
  }
  .rental-logoutbox__btn-area > .rental-btnlist[data-sp="column"] {
    margin: 0;
  }
}

.rental-boxadjust {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}




/* button
--------------------------------------------------------------------------*/
.rental-btn {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 280px;
  padding: 15px 20px;
  background-color: #34CC75;
  border: none;
  border-radius: 5px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff !important;
  line-height: 1.4;
  cursor: pointer;
}

.rental-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}

.rental-btn.is-disabled,
.rental-btn-cv.is-disabled {
  cursor: default;
  pointer-events: none;
}

.rental-btn-cv.is-active {
  cursor: pointer;
  pointer-events: auto;
}

.rental-btn.rental-btn-return {
  color: #333 !important;
  background-color: #ccc;
}

.rental-btn.rental-btn-code {
  color: #fff !important;
  background-color: #000;
}

@media screen and (max-width: 750px) {
  .rental-btn {
    font-size: 1.3rem;
    padding: 15px 10px;
    width: 54vw;
    min-width: 200px;
    max-width: 400px;
  }
}

.rental-btn-cv {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 280px;
  padding: 15px 20px;
  background-color: #cc0033;
  border: none;
  border-radius: 5px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff !important;
  line-height: 1.4;
  cursor: pointer;
}

.rental-btn-cv:hover {
  background-color: #b61b1e;
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  .rental-btn-cv {
    font-size: 1.3rem;
    padding: 15px 10px;
    width: 54vw;
    min-width: 200px;
    max-width: 400px;
  }
}

[class^="rental-btn"]:not(.rental-btn-act) .rental-blank::after {
  background-image: url(/sources/device-rental/imgs/assets/icon_blank_white.svg);
}

/* ボタンリスト */
.rental-btnlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
}

.rental-btnlist > li:nth-child(n+2) {
  margin-left: 30px;
}

@media screen and (max-width: 750px) {
  .rental-btnlist {
    margin: 10px -5px;
  }
  .rental-btnlist > li {
    width: 50%;
    margin: 0 5px;
  }
  .rental-btnlist[data-sp="column"] {
    display: block;
    margin: 10px 0;
  }
  .rental-btnlist[data-sp="column"] > li {
    width: 100%;
    margin: 30px 0 0;
    text-align: center;
  }
  .rental-btnlist[data-sp="column"] > li:first-child {
    margin-top: 0;
  }
  .rental-btnlist[data-sp="column-reverse"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 10px 0;
  }
  .rental-btnlist[data-sp="column-reverse"] > li {
    width: 100%;
    margin: 30px 0 0;
    text-align: center;
  }
  .rental-btnlist[data-sp="column-reverse"] > li:last-child {
    margin-top: 0;
  }
}

/* ボタンエリア */
.rental-btnarea {
  margin: 60px 0;
  text-align: center;
}

.rental-btnarea-submit {
  margin-top: 60px;
  text-align: center;
}

.rental-btnarea > .rental-btnlist,
.rental-btnarea-submit > .rental-btnlist {
  margin: 0;
}

@media screen and (max-width: 750px) {
  .rental-btnarea {
    margin: 25px 0;
  }
  .rental-btnarea-submit {
    margin-top: 30px;
  }
}

/* コンテンツ */
.rental-section {
  margin-bottom: 80px;
}

@media screen and (max-width: 750px) {
  .rental-section {
    margin-bottom: 45px;
  }
}

/* heading
--------------------------------------------------------------------------*/
.rental-heading2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 20px 9px 30px;
  margin-bottom: 40px;
  font-size: 2.8rem;
  line-height: 1.3;
  color: #003364;
  border-bottom: solid 3px #009de6;
  background: #0059af;
  background: -moz-linear-gradient(top, #0059af 0%, #0059af 50%, #003364 50%, #003364 100%);
  background: -webkit-linear-gradient(top, #0059af 0%,#0059af 50%,#003364 50%,#003364 100%);
  background: linear-gradient(to bottom, #0059af 0%,#0059af 50%,#003364 50%,#003364 100%);
  background-size: 8px 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 750px) {
  .rental-heading2 {
    padding: 2px 10px 3px 10px;
    margin-bottom: 20px;
    font-size: 1.6rem;
    border-bottom-width: 2px;
    background-size: 4px 100%;
  }
}

.rental-heading3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  color: #5db5e0;
  padding: 5px 10px;
  margin-top: 50px;
  border-bottom: solid 3px #7ac8ef;
}

.rental-heading3 + *:not(.rental-form) {
  margin-top: 15px;
}

.rental-heading3-s {
  margin-bottom: 50px;
}

.rental-heading__label {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  background-color: #f0456d;
  width: 39px;
  line-height: 23px;
  border-radius: 2px;
  margin-left: 10px;
}

@media screen and (max-width: 750px) {
  .rental-heading3 {
    font-size: 1.5rem;
    border-bottom-width: 2px;
    margin-top: 25px;
  }
  .rental-heading3 + *:not(.rental-form) {
    margin-top: 10px;
  }
  .rental-heading3-s {
    margin-bottom: 25px;
  }
  .rental-heading__label {
    font-size: 1.2rem;
    width: 40px;
    line-height: 17px;
    margin-left: 5px;
  }
}

/* image
--------------------------------------------------------------------------*/
.rental-img-c {
  margin: 0 auto;
  text-align: center;
}

.rental-img-c + *:not(.rental-content__catch){
  margin-top: 35px;
}

@media screen and (max-width: 750px) {
  .rental-img-c + *:not(.rental-content__catch){
    margin-top: 15px;
  }
}

/* link
--------------------------------------------------------------------------*/
a.rental-linkline:link {
  text-decoration: underline;
}
a.rental-linkline:hover {
  text-decoration: none;
}

.rental-blank {
  position: relative;
}

.rental-blank::after {
  content: "";
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  background: url(/sources/device-rental/imgs/assets/icon_blank.svg) no-repeat 0 0;
  background-size: 12px 12px;
}

/* list
--------------------------------------------------------------------------*/
li > .rental-list-dot,
li > .rental-list-num,
li > .rental-list-numdot {
  margin-top: 10px;
}

.rental-list-dot > li {
  margin: 0 0 0 1em;
  text-indent: -1em;
  line-height: 1.4;
}

.rental-list-dot > li::before {
  content: "・";
}

.rental-list-dot > li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 750px) {
  .rental-list-dot > li:nth-child(n+2) {
    margin-top: 10px;
  }
}

.rental-list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

.rental-list-flex > li {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 3em;
}

.rental-list-flex > li:first-child {
  margin-top: 5px;
}

.rental-list-flex > li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 750px) {
  .rental-list-flex {
    display: block;
  }
  .rental-list-flex > li {
    margin-right: 0;
  }
}

.rental-list-imp__box {
  max-width: 890px;
  margin: 50px auto 0;
}

.rental-list-imp__box--full {
  max-width: 100%;
}

.rental-list-imp__box .rental-list-dot > li {
  line-height: 1.87;
}

.rental-list-imp__box .rental-list-dot > li:nth-child(n+2) {
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  .rental-list-imp__box {
    margin: 25px auto 0;
  }
  .rental-list-imp__box .rental-list-dot > li {
    line-height: 1.57;
  }
  .rental-list-imp__box .rental-list-dot > li:nth-child(n+2) {
    margin-top: 20px;
  }
}

.rental-list-num {
  margin-top: 1em;
}

.rental-list-num > li {
  margin: 12px 0 0 1.8em;
  text-indent: -1.8em;
  line-height: 1.4;
  counter-increment: cnt;
}

.rental-list-num > li::before {
  content: "(" counter(cnt) ") ";
}

.rental-list-num > li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 750px) {
  .rental-list-num {
    margin-top: 10px;
  }
  .rental-list-num > li {
    margin-top: 10px;
  }
}

.rental-list-num[data-start="2"] > li:first-child {
  counter-reset: cnt 1;
}

.rental-list-num[data-start="3"] > li:first-child {
  counter-reset: cnt 2;
}

.rental-list-num[data-start="4"] > li:first-child {
  counter-reset: cnt 3;
}

.rental-list-num[data-start="5"] > li:first-child {
  counter-reset: cnt 4;
}

.rental-list-num[data-start="6"] > li:first-child {
  counter-reset: cnt 5;
}

.rental-list-num[data-start="7"] > li:first-child {
  counter-reset: cnt 6;
}

.rental-list-num[data-start="8"] > li:first-child {
  counter-reset: cnt 7;
}

.rental-list-num[data-start="9"] > li:first-child {
  counter-reset: cnt 8;
}

.rental-list-num[data-start="10"] > li:first-child {
  counter-reset: cnt 9;
}

.rental-list-num[data-start="11"] > li:first-child {
  counter-reset: cnt 10;
}

.rental-list-num[data-start="12"] > li:first-child {
  counter-reset: cnt 11;
}

.rental-list-num[data-start="13"] > li:first-child {
  counter-reset: cnt 12;
}

.rental-list-num[data-start="14"] > li:first-child {
  counter-reset: cnt 13;
}

.rental-list-num[data-start="15"] > li:first-child {
  counter-reset: cnt 14;
}

.rental-list-num[data-start="16"] > li:first-child {
  counter-reset: cnt 15;
}

.rental-list-num[data-start="17"] > li:first-child {
  counter-reset: cnt 16;
}

.rental-list-num[data-start="18"] > li:first-child {
  counter-reset: cnt 17;
}

.rental-list-num[data-start="19"] > li:first-child {
  counter-reset: cnt 18;
}

.rental-list-num[data-start="20"] > li:first-child {
  counter-reset: cnt 19;
}

.rental-list-numdot {
  margin-top: 1em;
  counter-reset: list_numdot_cnt;
}

.rental-list-numdot > :first-child {
  margin-top: 0;
}

.rental-list-numdot > li {
  margin: 12px 0 0 1.2em;
  text-indent: -1.2em;
  line-height: 1.4;
  counter-increment: list_numdot_cnt;
}

.rental-list-numdot > li::before {
  content: counter(list_numdot_cnt) ". ";
}

.rental-list-numdot > li table {
  text-indent: 0;
}

@media screen and (max-width: 750px) {
  .rental-list-numdot {
    margin-top: 10px;
  }
}

.rental-list-view__item {
  position: relative;
  margin: 15px 0 0 0;
  text-indent: 0;
  line-height: 1.4;
  display: table;
}

.rental-list-view__num {
  padding-right: 0.5em;
  display: table-cell;
}

.rental-list-view__cnt {
  display: table-cell;
}

/* 注釈 */
.rental-notelist {
  margin: 12px 0;
}

.rental-notelist > li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #666;
}

.rental-notelist > li:nth-child(n+2) {
  margin-top: 20px;
  color: #666;
}

/* .rental-notelist > li > span:first-of-type {
  margin-right: .8em;
} */

@media screen and (max-width: 750px) {
  .rental-notelist > li {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.rental-notelist > li:first-child {
  margin-top: 0;
}

/* ボタン ＋ テキスト
--------------------------------------------------------------------------*/
.rental-btn__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}

.rental-btn__col:last-of-type,
.rental-btn__col:last-child {
  margin-bottom: 0;
}

.rental-btn__btn {
  margin-left: 20px;
}

@media screen and (max-width: 750px) {
  .rental-btn__col {
    display: block;
    margin-bottom: 45px;
  }
  .rental-btn__btn {
    margin-top: 30px;
    margin-left: 0;
    text-align: center;
  }
}

/* service list
--------------------------------------------------------------------------*/
.rental-servicelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 883px;
  margin: 15px auto 0;
}

.rental-servicelist > li {
  width: calc(33.3333% - 40px);
  margin: 40px 0 0;
  box-sizing: border-box;
}

.rental-servicelist > li:nth-child(-n+3) {
  margin-top: 0;
}

.rental-servicelist > li:not(:nth-child(3n+1)) {
  margin-left: 60px;
}

.rental-servicelist__img img {
  max-height: 100%;
}

.rental-servicelist__ttl {
  font-size: 2.2rem;
  line-height: 1.6;
  color: #003364;
}

.rental-servicelist__tag {
  background-color: #cc0033;
  color: #fff;
  display: inline-block;
  padding: 2px 6px;
  border-radius: 6px;
  margin-right: 5px;
}

.rental-servicelist__ttlsub {
  margin-top: 5px;
  line-height: 1.6;
}

.rental-servicelist__note {
  color: #cc0033;
  font-size: 1.6rem;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 750px) {
  .rental-servicelist {
    display: block;
    margin: 10px 15px;
  }
  .rental-servicelist > li {
    width: auto;
    margin: 0;
  }
  .rental-servicelist > li:nth-child(n+2) {
    margin-top: 20px;
  }
  .rental-servicelist > li:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .rental-servicelist__ttl {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .rental-servicelist__tag {
    padding: 2px 5px;
  }
  .rental-servicelist__ttlsub {
    line-height: 1.4;
    margin-top: 5px;
  }
  .rental-servicelist__note {
    font-size: 1.4rem;
  }
}

.rental-premiumbox {
  margin-top: 20px;
  border: 1px solid #ddd;
}

.rental-premiumbox__ttl {
  padding: 15px 20px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ddd;
  font-size: 2rem;
  line-height: 1.4;
}

.rental-premiumbox__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.rental-premiumbox__thum {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
  margin-right: 30px;
}

.rental-premiumbox__img {
  position: relative;
  max-width: 320px;
  background-color: #222;
}

.rental-premiumbox__img::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.rental-premiumbox__img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.rental-premiumbox__cap {
  margin-top: 12px;
  line-height: 1.4;
}

.rental-premiumbox__copyright {
  margin-top: 5px;
  font-size: 1.2rem;
  color: #666;
}

.rental-premiumbox__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.rental-premiumbox__info {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dotted #ddd;
  text-align: right;
}

.rental-premiumbox__price {
  display: inline;
  vertical-align: middle;
  line-height: 1;
  font-size: 2.4rem;
  font-weight: bold;
}

.rental-premiumbox__tax {
  margin-left: 2px;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: bold;
}

.rental-premiumbox__tag {
  margin-right: 6px;
  padding: 5px 8px;
  background-color: #00a2e6;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1;
  font-size: 1.4rem;
  color: #fff;
}

.rental-premiumbox__logo {
  width: 98px;
  vertical-align: middle;
}

@media screen and (max-width: 750px) {
  .rental-premiumbox__ttl {
    padding: 12px 20px;
    font-size: 1.6rem;
  }
  .rental-premiumbox__body {
    display: block;
    padding: 20px;
  }
  .rental-premiumbox__thum {
    margin: 0 0 25px 0;
  }
  .rental-premiumbox__info {
    margin: 25px -2px 0;
    padding-top: 18px;
  }
  .rental-premiumbox__price {
    font-size: 2rem;
  }
  .rental-premiumbox__tax {
    margin-left: 0;
    font-size: 1rem;
  }
  .rental-premiumbox__tag {
    margin-right: 4px;
    font-size: 1rem;
  }
}

/* colums
--------------------------------------------------------------------------*/
.rental-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  margin-top: 40px;
}

.rental-col[data-col="3"] > * {
  width: calc(33.3333% - 20px);
}

.rental-col[data-col="3"] > *:not(:nth-child(3n+1)) {
  margin-left: 30px;
}

.rental-col[data-col="3"] > *:nth-child(n+4) {
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  .rental-col {
    display: block;
    margin-top: 20px;
  }
  .rental-col[data-col="3"] > * {
    width: auto;
  }
  .rental-col[data-col="3"] > *:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .rental-col[data-col="3"] > *:nth-child(n+2) {
    margin-top: 20px;
  }

}

/* slider
--------------------------------------------------------------------------*/
.slider-banner .slick-slide {
  margin: 10px 0;
  padding: 12px 24px 40px;
  opacity: 0.75;
  -webkit-transition: all 1.2s cubic-bezier(1, 0, 0, 1);
  transition: all 1.2s cubic-bezier(1, 0, 0, 1);
  cursor: pointer;
}

.slider-banner .slick-slide a {
  display: block;
  pointer-events: none;
  outline: none;
}

.slider-banner .slick-slide img {
  margin: 0 auto;
  max-width: 656px;
  -webkit-transition: all 1s cubic-bezier(1, 0, 0, 1);
  transition: all 1s cubic-bezier(1, 0, 0, 1);
}

.slider-banner .slick-current {
  opacity: 1;
}

.slider-banner .slick-current a {
  pointer-events: auto;
}

.slider-banner .slick-current img {
  -webkit-transform: scale(1.1) rotate(0.1deg);
          transform: scale(1.1) rotate(0.1deg);
  -webkit-box-shadow: 0px 8px 22px 0px rgba(0, 0, 0, .4);
          box-shadow: 0px 8px 22px 0px rgba(0, 0, 0, .4);
}

@media screen and (max-width: 750px) {
  .slider-banner .slick-slide {
    margin: 10px 0 6px;
    padding: 12px 15px 30px;
  }
  .slider-banner .slick-slide img {
    max-width: 289px;
  }
  .slider-banner .slick-current img {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

/* table
--------------------------------------------------------------------------*/
.rental-tbl {
  width: 100%;
  max-width: 732px;
  border-collapse: collapse;
  margin: 0 auto;
  border-top: 1px solid #aedff8;
  border-left: 1px solid #aedff8;
  border-right: 1px solid #aedff8;
}

.rental-tbl--full {
  max-width: 100%;
}

.rental-tbl + .rental-tbl {
  margin-top: 40px;
}

.rental-tbl.rental-tbl-txt-s th, .rental-tbl.rental-tbl-txt-s td {
  font-size: 1.4rem;
}

.rental-tbl caption {
  text-align: left;
  color: #a3a3a3;
}

.rental-tbl th, .rental-tbl td {
  padding: 12px 20px;
  border-bottom: 1px solid #aedff8;
  border-right: 1px solid #aedff8;
  background-color: #fff;
  vertical-align: top;
  text-align: left;
  line-height: 1.4;
}

.rental-tbl th > :first-child, .rental-tbl td > :first-child {
  margin-top: 0;
}

.rental-tbl th > :last-child, .rental-tbl td > :last-child {
  margin-bottom: 0;
}

.rental-tbl th {
  background-color: #e3f5fe;
  font-weight: normal;
  border-right: 0 none;
}

.rental-tbl th.rental-tbl__th-base {
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #e3f5fe;
}

.rental-tbl th.rental-tbl__th-base[data-colo="black"] {
  color: #fff;
  background-color: #262626!important;
}

.rental-tbl td {
  word-wrap: break-word;
  word-break: break-word;
}

.rental-tbl[data-tbl="glay"] {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.rental-tbl[data-tbl="glay"] th, .rental-tbl[data-tbl="glay"] td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
}

.rental-tbl[data-tbl="glay"] th {
  background-color: #f8f8f8;
  border-right: 0 none;
}

.rental-tbl[data-tbl="glay"] th.rental-tbl__th-base {
  font-size: inherit;
  font-weight: normal;
  background-color: #eee;
}

.rental-tbl[data-layout="fixed"] {
  max-width: 100%;
}

.rental-tbl th.rental-tbl__th-imp {
  background-color: #fde7f0;
}

.rental-tbl__box {
  max-width: 890px;
  margin: 40px auto 0;
}

.rental-tbl__box .rental-tbl {
  max-width: 100%;
}

.rental-tbl-width{
  width: 100%;
  max-width: 732px;
  margin: 12px auto 0;
}

@media screen and (max-width: 750px) {
  .rental-tbl.rental-tbl-txt-s th, .rental-tbl.rental-tbl-txt-s td {
    font-size: 1.2rem;
  }
  .rental-tbl th, .rental-tbl td {
    padding: 8px 10px;
  }
  .rental-tbl th.rental-tbl__th-base {
    font-size: 1.6rem;
  }
  .rental-tbl[data-sp="column"] th, .rental-tbl[data-sp="column"] td {
    display: block;
  }
  .rental-tbl__box {
    max-width: 100%;
    margin: 20px 10px 0;
  }
}

/* text
--------------------------------------------------------------------------*/
.rental-bold {
  font-weight: bold !important;
}

.rental-normal {
  font-weight: normal !important;
}

.rental-text-att {
  color: #cc0033 !important;
}

.rental-text-em {
  color: #ff0000 !important;
}

.rental-text-em-ex {
  color: #c90032 !important;
}

.rental-text-note {
  color: #a3a3a3 !important;
}

.rental-text-err {
  color: #ff0000;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 35px 0;
  text-align: center;
}

.rental-note {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #666;
}

.rental-lost__note {
  text-align: center;
  margin: 50px 0;
}

.rental-single-note {
  color: #a3a3a3;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}

.rental-lost__note .rental-single-note {
  display: inline-block;
}

.rental-price {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.3;
}

.rental-price__tax {
  font-size: 1.4rem;
}

.rental-price__tag {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 10px;
  background-color: #00a2e6;
  vertical-align: middle;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
  top: -2px;
}

.rental-price__att {
  margin-top: 6px;
  color: #cc0033;
}

.rental-price__note {
  font-weight: normal;
}

@media screen and (max-width: 750px) {
  .rental-text-err {
    font-size: 1.6rem;
    margin: 20px 0;
  }
  .rental-lost__note {
    margin: 25px 0;
  }
  .rental-single-note {
    line-height: 1.4;
  }
  .rental-note {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .rental-price {
    font-size: 2rem;
  }
  .rental-price__tax {
    font-size: 1rem;
  }
  .rental-price__tag {
    font-size: 1rem;
  }
  .rental-price__att {
    margin-top: 6px;
  }
  .rental-price__note {
    font-size: 1.6rem;
  }
}

.rental-symbol {
  font-family: Arial, sans-serif;
}

.rental-catch {
  margin: 40px 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.rental-catch[data-catch="passcode"] {
  font-size: 1.8rem;
  margin: 50px 0 0;
}

.rental-catch[data-catch="complete"] {
  margin: 100px 0;
  font-size: 2.4rem;
}

@media screen and (max-width: 750px) {
  .rental-catch {
    margin: 20px 0;
    font-size: 1.3rem;
    line-height: 1.4;
    text-align: left;
  }
  .rental-catch[data-catch="passcode"] {
    font-size: 1.3rem;
    margin: 25px 0 0;
  }
  .rental-catch[data-catch="complete"] {
    margin: 50px 0;
    font-size: 1.6rem;
  }
}

/* important box
--------------------------------------------------------------------------*/
.rental-important-noticebox {
  border: 1px solid #aaa;
  padding: 20px;
  margin: 40px auto 0;
}

.rental-important-noticebox__ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  color: #5db5e0;
  padding: 5px 10px;
  border-bottom: solid 3px #7ac8ef;
}

@media screen and (max-width: 750px) {
  .rental-important-noticebox {
    margin: 20px auto 0;
  }
  .rental-important-noticebox__ttl {
    font-size: 1.5rem;
    border-bottom-width: 2px;
  }
}

.rental-important-noticebox__list {
  margin-top: 1em;
}

.rental-important-noticebox__list dt {
  float: left;
  margin: 5px 10px 0 0;
  font-weight: bold;
}

.rental-important-noticebox__list dt:first-child {
  margin-top: 0;
}

.rental-important-noticebox__list dt::after {
  content: "：";
  display: inline-block;
  margin-left: 5px;
}

.rental-important-noticebox__list dd {
  margin-top: 5px;
  overflow: hidden;
}

.rental-important-noticebox__list dd:first-child {
  margin-top: 0;
}

.rental-important-noticebox__list dd::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 750px) {
  .rental-important-noticebox__list dt {
    float: none;
    margin: 15px 0 0;
  }
  .rental-important-noticebox__list dd {
    margin-top: 2px;
    overflow: visible;
    overflow: initial;
  }
  .rental-important-noticebox__list dd::after {
    content: none;
  }
}

/* infomation box
--------------------------------------------------------------------------*/
.rental-register-infobox,
.rental-register-infobox2 {
  border: 1px solid #013A70;
  padding: 0;
  margin: 30px auto 0;
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  max-width: 610px;
}
.rental-register-infobox2 {
  max-width: 675px;
}
.rental-register-infobox__ttl {
  padding: 12px 10px 11px;
  font-size: 2.4rem;
  color: #fff;
  background-color: #003364;
}
.rental-register-infobox__sub {
  font-weight: normal;
  font-size: 1.8rem;
}
.rental-register-infobox__body {
  padding: 15px 10px 30px;
}
.rental-register-phonebox-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 580px;
  margin: 0 auto;
  margin-top: 10px;
}
.rental-register-phonebox-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: fit-content;
  margin: 0 auto;
  margin-top: 10px;
}
.rental-register-phonebox {
  text-align: center;
}
.rental-register-infobox2 .rental-register-phonebox {
  text-align: left;
}
.rental-register-phonebox__ttl {
  font-size: 2.4rem;
  line-height: 1.5;
  color: #003364;
  margin-bottom: 10px;
  font-weight: bold;
}
.rental-register-infobox2 .rental-register-phonebox__ttl {
  font-size: 1.8rem;
}
.rental-register-phonebox__body {
  font-weight: bold;
  font-size: 5rem;
  line-height: 1.1;
  color: #009de6;
}
.rental-register-infobox2 .rental-register-phonebox__body {
  font-size: 3.2rem;
}
.rental-register-phonebox__body span {
  font-size: 1.6rem;
}

@media screen and (max-width: 750px) {
  .rental-register-infobox,
  .rental-register-infobox2 {
    margin-top: 20px;
    width: 81.6vw;
  }
  .rental-register-infobox__body > p {
    font-size: 1.2rem;
  }
  .rental-register-infobox__ttl {
    padding: 10px 10px 9px;
    font-size: 1.4rem;
  }
  .rental-register-infobox__sub {
    font-size: 1.4rem;
  }
  .rental-register-infobox__body {
    padding: 12px 10px 14px;
  }
  .rental-register-phonebox + .rental-register-phonebox {
    margin-top: 35px;
  }
  .rental-register-phonebox-col {
    display: table;
    width: auto;
  }
  .rental-register-phonebox-col-2 {
    margin-top: 7px;
  }
  .rental-register-phonebox__ttl,
  .rental-register-infobox2 .rental-register-phonebox__ttl {
    font-size: 1.4rem;
    margin-bottom: 7px;
  }
  .rental-register-phonebox__body,
  .rental-register-infobox2 .rental-register-phonebox__body {
    font-size: 2.8rem;
  }
  .rental-register-phonebox__body span {
    font-size: 1.4rem;
  }
}

/* form
--------------------------------------------------------------------------*/
.rental-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 890px;
  padding: 45px 0;
  margin: 0 auto;
  border-bottom: solid 1px #dbdbdb;
}

.rental-form--full {
  max-width: 100%;
  border-bottom: 0 none;
}

.rental-form:not([data-align="column"]) {
  -webkit-box-align: start;
  -ms-flex-align: start;
      align-items: flex-start;
}

.rental-form[data-form="passcode"] {
  padding: 80px 0;
}

.rental-form[data-form="pickupDate"] {
  padding: 90px 0;
  border-bottom: 0 none;
}

section .rental-form[data-form="passcode"]:last-child,
section .rental-form[data-form="pickupDate"]:last-child {
  padding-bottom: 0;
}

.rental-form[data-form="checkbox"] {
  border-bottom: 0 none;
}

.rental-form[data-form="checkbox"][data-js="clickFormDisplay"] {
  padding-bottom: 0;
}

.rental-form__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.rental-form:not([data-align="column"]) .rental-form__title {
  width: 36%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  box-sizing: border-box;
}

.rental-form[data-form="pickupDate"] .rental-form__title,
.rental-form[data-form="gap"] .rental-form__title {
  padding: 9px 0;
  width: 24.5%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.rental-form[data-form="radio"] {
  max-width: 100%;
  padding-bottom: 0;
  border-bottom: 0 none;
}

.rental-form[data-form="radio"] .rental-form__input-radio-wrap {
  width: 100%;
  display: block;
}

.rental-form[data-form="radio"] .rental-form__input-radio-wrap .rental-form__input-radio {
  width: auto;
  padding: 0;
}

.rental-form[data-form="radio"] .rental-form__input-radio-wrap .rental-form__input-radio:nth-child(2n+0) {
  margin-top: 10px;
}

.rental-form__label {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  background-color: #f0456d;
  width: 39px;
  line-height: 23px;
  border-radius: 2px;
  margin-left: 10px;
}

.rental-form__body *:last-child {
  margin-bottom: 0;
}

.rental-form:not([data-align="column"]) .rental-form__body {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 35px;
  width: calc(62% - 35px);
}

.rental-form[data-col="3"] .rental-form__body:nth-child(2){
  width: 54%;
}

.rental-form[data-col="3"] .rental-form__body:nth-child(3){
  width: 28%;
}

.rental-form[data-col="3"] .rental-form__body:last-child{
  width: 28%;
}

.rental-form__content {
  width: 100%;
}

.rental-form__content .rental-form__input-select {
  margin: 0 auto;
}

.rental-form__input-text {
  max-width: 408px;
}

.rental-form__input-text [type="text"] {
  padding: 7px 15px;
  background-color: #fafafa;
  border: solid 1px #b5b5b5;
  border-radius: 6px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
}

.rental-form__input-text [type="text"]:focus {
  background-color: #fff;
}

.rental-form__input-text__name{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rental-form__input-text__name label{
  width: 40px;
  text-align: right;
  margin-right: 10px;
}

.rental-form[data-align="column"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.rental-form[data-align="column"] .rental-form__title {
  margin-bottom: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rental-form[data-start="start"] .rental-form__title{
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.rental-form[data-align="column"] .rental-form__input-text {
  max-width: 305px;
  margin: 0 auto;
}

.rental-form[data-cont="sub"] {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.rental-form__input-radio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.rental-form__input-radio {
  width: 50%;
  box-sizing: border-box;
}

.rental-form__input-radio:nth-child(2n+1) {
  padding-right: 10px;
}

.rental-form__input-radio [type="radio"] {
  display: none;
}

.rental-form__input-radio [type="radio"] + label {
  position: relative;
  padding-left: 45px;
}

.rental-form__input-radio [type="radio"] + label:before,
.rental-form__input-radio [type="radio"] + label:after {
  position: absolute;
  content: '';
  box-sizing: border-box;
  border-radius: 50%;
}

.rental-form__input-radio [type="radio"] + label:before {
  left: 0;
  width: 24px;
  height: 24px;
  border: solid 1px #b5b5b5;
  box-sizing: border-box;
}

.rental-form__input-radio [type="radio"]:checked + label:after {
  top: 6px;
  left: 6px;
  width: 12px;
  height: 12px;
  background-color: #003364;
}

.rental-form__input-checkbox-wrap {
}

.rental-form__input-checkbox {

}

.rental-form__input-checkbox:nth-child(n+2) {
  margin-top: 20px;
}

.rental-form__input-checkbox [type="checkbox"] {
  display: none;
}

.rental-form__input-checkbox [type="checkbox"] + label {
  position: relative;
  display: inline-block;
  padding-left: 45px;
}

.rental-form__input-checkbox [type="checkbox"] + label:before,
.rental-form__input-checkbox [type="checkbox"] + label:after {
  position: absolute;
  content: '';
  box-sizing: border-box;
}

.rental-form__input-checkbox [type="checkbox"] + label:before {
  left: 0;
  width: 24px;
  height: 24px;
  border: solid 1px #b5b5b5;
  box-sizing: border-box;
}

.rental-form__input-checkbox [type="checkbox"]:checked + label:after {
  top: 1px;
  left: 6px;
  width: 12px;
  height: 18px;
  border: solid 4px #003364;
  border-top: 0 none;
  border-left: 0 none;
  border-radius: 3px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

.rental-form__input-select {
  position: relative;
  max-width: 410px;
}

.rental-form__input-select:after {
  position: absolute;
  content: '';
  top: 2px;
  right: 2px;
  display: inline-block;
  width: 34px;
  height: 40px;
  border: solid 1px #b5b5b5;
  background-color: #e8e7e7;
  box-sizing: border-box;
  border-radius: 4px;
  pointer-events: none;
}

.rental-form__input-select:before {
  position: absolute;
  content: '';
  top: 17px;
  right: 13px;
  display: inline-block;
  border: solid 5px transparent;
  border-bottom-width: 10px;
  border-top-color: #292929;
  border-top-width: 10px;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 2;
}

.rental-form[data-col="3"] .rental-form__body:nth-child(2) .rental-form__input-select::after{
  top: 2px;
  right: 27px;
}

.rental-form[data-col="3"] .rental-form__body:nth-child(3) .rental-form__input-select::after{
  top: 2px;
  right: 27px;
}

.rental-form[data-col="3"] .rental-form__body:last-child .rental-form__input-select::after{
  top: 2px;
  right: 27px;
}

.rental-form[data-col="3"] .rental-form__body:nth-child(2) .rental-form__input-select::before{
  top: 18px;
  right: 38px;
}

.rental-form[data-col="3"] .rental-form__body:nth-child(3) .rental-form__input-select::before{
  top: 18px;
  right: 38px;
}

.rental-form[data-col="3"] .rental-form__body:last-child .rental-form__input-select::before{
  top: 18px;
  right: 38px;
}

.rental-form__input-select__birth-year,
.rental-form__input-select__birth-month,
.rental-form__input-select__birth-day{
  -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rental-form__input-select__year,
.rental-form__input-select__month,
.rental-form__input-select__day{
  display: inline-block;
  margin-left: 10px;
}

.rental-form__input-select select {
  height: 44px;
  width: 100%;
  padding: 0 50px 0 15px;
  border: solid 1px #b5b5b5;
  background-color: #fafafa;
  box-sizing: border-box;
  outline: none;
}

.rental-form-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

.rental-form-postCode1 {
  width: 90px;
}

.rental-form-postCode2 {
  position: relative;
  margin-left: 40px;
  width: 110px;
}

.rental-form-postCode2:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -28px;
  margin-top: -1px;
  width: 15px;
  height: 2px;
  background-color: #a3a3a3;
}

.rental-form-postCode3 {
  margin-left: 15px;
}

.rental-form-postCode3 > a {
  color: #333;
  text-decoration: underline;
}

.rentat-form__cont {
  display: none;
  margin-top: 40px;
}

.rentat-form__cont.is-open {
  display: block;
}

.rental-form__text-full {
  max-width: 600px;
}

.rental-form__err {
  display: none;
  font-size: 1.4rem;
  font-weight: 700;
  color: #cc0033;
  margin-top: 5px;
}

.is-err .rental-form__err {
  display: inline-block;
}

.rental-form__input-text [type="text"].is-null {
  background-color: pink;
}


@media screen and (max-width: 750px) {
  .rental-form {
    display: block;
    padding: 22px 10px;
    margin: 0 -10px;
  }
  .rental-form[data-form="passcode"],
  .rental-form[data-form="pickupDate"] {
    padding: 30px 10px 25px;
  }
  .rental-form__title {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 14px;
  }
  .rental-form__label {
    display: inline-block;
    font-size: 1.2rem;
    width: 30px;
    line-height: 17px;
    margin-left: 5px;
  }
  .rental-form__content .rental-form__input-select {
    margin: 0 10px;
  }
  .rental-form__input-text {
    max-width: 100%;
    margin: 0 10px;
  }
  .rental-form__input-text [type="text"] {
    font-size: 1.6rem;
    padding: 6px 10px;
    width: 100%;
  }
  .rental-form__input-text__name{
    margin-bottom: 15px;
  }
  .rental-form[data-align="column"] .rental-form__title,
  .rental-form:not([data-align="column"]) .rental-form__title {
    margin-bottom: 14px;
    padding: 0;
    width: auto;
  }
  .rental-form[data-align="column"] .rental-form__input-text,
  .rental-form:not([data-align="column"]) .rental-form__input-text {
    max-width: 100%;
    margin: 0 10px;
  }
  .rental-form:not([data-align="column"]) .rental-form__body {
    margin-left: 0;
    width: auto;
  }
  .rental-form__input-radio-wrap {
    display: block;
    width: auto;
  }
  .rental-form__input-radio {
    width: auto;
  }
  .rental-form__input-radio:nth-child(2n+1) {
    padding-right: 0;
  }
  .rental-form__input-checkbox-wrap {
    padding: 0 10px;
  }
  .rental-form__input-radio:nth-child(n+2),
  .rental-form__input-checkbox:nth-child(n+2) {
    margin-top: 20px;
  }
  .rental-form__input-radio [type="radio"] + label,
  .rental-form__input-checkbox [type="checkbox"] + label {
    padding-left: 34px;
  }
  .rental-form__input-select {
    margin: 0 10px;
    max-width: 410px;
  }
  .rental-form-postCode3 > a {
    font-size: 12px;
  }
  .rentat-form__cont {
    margin-top: 20px;
  }
  .rental-form__err {
    font-size: 1.2rem;
    margin-top: 0;
  }
  .rental-form[data-col="3"] .rental-form__input-select{
    max-width: 100%;
  }
  .rental-form[data-col="3"] .rental-form__body:nth-child(2){
    width: 100%;
    margin-bottom: 10px;
  }
  .rental-form[data-col="3"] .rental-form__body:nth-child(3){
    width: 100%;
    margin-bottom: 10px;
  }
  .rental-form[data-col="3"] .rental-form__body:last-child{
    width: 100%;
  }
}

/* baloon
--------------------------------------------------------------------------*/
.rental-baloon {
  display: table;
  position: relative;
  color: #666;
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
  padding: 18px 20px;
  background-color: #ffedf2;
  margin: 20px 0;
  min-width: 600px;
  box-sizing: border-box;
}

.rental-baloon:after {
  content: '';
  position: absolute;
  bottom: -38px;
  left: 45px;
  border: solid 14px transparent;
  border-bottom-width: 19px;
  border-top-width: 19px;
  border-top-color: #ffedf2;
}

.rental-baloon[data-align="center"] {
  margin: 20px auto;
}

.rental-baloon[data-align="center"]:after {
  left: 50%;
  margin-left: -14px;
}

.rental-baloon__box {
  max-width: 890px;
  margin: 0 auto 20px;
}

.rental-baloon__box--full {
  max-width: 100%;
}

.rental-baloon__box .rental-baloon {
  margin-top: 0;
}

@media screen and (max-width: 750px) {
  .rental-baloon {
    display: block;
    font-size: 1.3rem;
    padding: 10px 15px;
    margin: 10px;
    text-align: left;
    min-width: 0;
    width: auto;
  }
  .rental-baloon:after,
  .rental-baloon[data-align="center"]:after {
    border-width: 8px;
    border-bottom-width: 11px;
    border-top-width: 11px;
    bottom: -22px;
    left: 50%;
    margin-left: -4px;
  }
}

/* process
--------------------------------------------------------------------------*/
.rental-process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 40px;
}

.rental-process > * {
  position: relative;
  display: inline-block;
  width: 23px;
  height: 23px;
}

.rental-process > *:before {
  content: '';
  position: absolute;
  right: 0;
  display: inline-block;
  width: 23px;
  height: 23px;
  background-color: #dbdbdb;
  border-radius: 50%;
}

.rental-process > .rental-cullent:before,
.rental-process > *.is-comp:before {
  background-color: #97d6f5;
}

.rental-process > *:nth-child(n+2) {
  padding-left: 98px;
}

.rental-process > *:nth-child(n+2):after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
  display: inline-block;
  width: 100%;
  height: 4px;
  background-color: #dbdbdb;
}

.rental-process > .rental-cullent:nth-child(n+2):after,
.rental-process > *.is-comp:nth-child(n+2):after {
  background-color: #97d6f5;
}

@media screen and (max-width: 750px) {
  .rental-process {
    width: 71.5vw;
    margin: 20px auto;
  }
  .rental-process > * {
    width: 20px;
    height: 20px;
  }
  .rental-process > *:before {
    width: 20px;
    height: 20px;
  }
  .rental-process > *:nth-child(n+2) {
    padding-left: 13vw;
  }
}

/* permission
--------------------------------------------------------------------------*/
.rental-permission {
  margin-top: 20px;
  padding: 60px 20px;
  background-color: #f8f8f8;
}

.rental-permission > * {
  display: table;
  margin: 0 auto;
}

.rental-permission .rental-form__input-checkbox [type="checkbox"] + label {
  font-size: 2.3rem;
  font-weight: bold;
  padding-left: 63px;
}

@media screen and (min-width: 751px) {
  .rental-permission .rental-form__input-checkbox [type="checkbox"] + label:before {
    width: 36px;
    height: 36px;
  }
  .rental-permission .rental-form__input-checkbox [type="checkbox"]:checked + label:after {
    left: 9px;
    width: 19px;
    height: 28px;
    border-width: 6px;
  }
}

@media screen and (max-width: 750px) {
  .rental-permission {
    padding: 20px;
  }
  .rental-permission .rental-form__input-checkbox [type="checkbox"] + label {
    font-size: 1.4rem;
    line-height: 1.64;
    padding-left: 40px;
  }
}

/* Dots */

/*# sourceMappingURL=app.css.map */
