@charset "UTF-8";
/* =============================================================

Base

* ============================================================= */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #f4f4f4;
  font-size: 62.5%;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 9.33333px;
  }
}

@media screen and (max-width: 560px) {
  html {
    font-size: 1.66667vw;
  }
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #333;
  letter-spacing: .03em;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
}

img {
  display: block;
  max-width: 100%;
}

img[src$=".svg"] {
  opacity: 0;
}

svg {
  display: block;
  width: 100%;
}

a {
  color: currentColor;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a.js-tel {
  text-decoration: none;
}

a.js-tel._active {
  text-decoration: underline;
}

button {
  cursor: pointer;
}

.l-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  min-width: 1024px;
  min-height: 100%;
  margin: 0 auto;
  padding: 0;
  box-shadow: 0 0 3px 3px rgba(99, 99, 99, .2);
}

@media screen and (max-width: 767px) {
  .l-wrapper {
    min-width: 0;
  }
}

/* =============================================================

Header

* ============================================================= */
.l-header {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background: white;
  transition: opacity .3s ease-out;
}

@media screen and (max-width: 767px) {
  .l-header {
    height: 14.66667vw;
  }
}

/* header-logo
=============================== */
.l-header-logo {
  z-index: 2;
  width: 283px;
  max-width: 50%;
}

.l-header-logo a {
  display: block;
  transition: all .3s ease-out;
}

.l-header-logo a:hover {
  opacity: .7;
}

/* =============================================================

Main

* ============================================================= */
.l-main {
  position: relative;
  flex-grow: 1;
  width: 100%;
  max-height: 100%;
  padding: 0;
  padding: 5rem 5.33333% 6rem;
}

body.is-modal-open .l-main {
  z-index: 10;
}

.l-main__body {
  position: relative;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

/* =============================================================

Footer

* ============================================================= */
.l-footer__body {
  position: relative;
  width: 100%;
  padding: 3.2rem 9.73646%;
  background: #333;
  color: #fff;
  text-align: center;
}

/* footer-profile
=============================== */
.l-footer-profile {
  font-size: 1.2rem;
}

.l-footer-profile span {
  display: inline-block;
}

/* footer-copyright
=============================== */
.l-footer-copyright {
  margin-top: .625em;
  font-size: 1.2rem;
  font-family: "Lato", sans-serif;
}

/* ============================================================= *

Form

* ============================================================= */
/* c-form-contents
=============================== */
.c-form-contents {
  width: 100%;
  padding: 6rem 7.5%;
  border-radius: 1.2rem;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .c-form-contents {
    padding: 4.8rem 5%;
    font-size: 2.24rem;
  }
}

.c-form-contents__head {
  margin-bottom: 6rem;
}

/* c-form-title
=============================== */
.c-form-title {
  margin-top: -.375em;
  padding-bottom: .31731em;
  border-bottom: 1px solid #ccc;
  font-size: 2.6rem;
}

/* c-form-lead
=============================== */
.c-form-lead {
  /* -0.42857em for line-height offset */
  margin-top: -.42857em;
  margin-bottom: -.42857em;
  font-size: .875em;
  line-height: 1.85714;
}

@media screen and (max-width: 767px) {
  .c-form-lead {
    font-size: .75em;
  }
}

.c-form-lead:not(:first-child) {
  margin-top: 1em;
}

.c-form-lead:not(:last-child) {
  margin-bottom: 2em;
}

.c-form-lead em {
  color: #cc0000;
}

.c-form-lead small {
  display: block;
  padding-left: 1em;
  font-size: .92857em;
}

/* c-form-notes
=============================== */
.c-form-notes {
  /* -0.34615em for line-height offset */
  margin-top: -.34615em;
  margin-bottom: -.34615em;
  color: #606060;
  font-size: .8125em;
  line-height: 1.69231;
}

.c-form-notes:not(:first-child) {
  margin-top: .125em;
}

/* c-form-stage
=============================== */
.c-form-stage {
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
}

.c-form-stage__item {
  position: relative;
  color: #b8b8b8;
  text-align: center;
  font-weight: bold;
}

.c-form-stage__item + .c-form-stage__item {
  padding-left: 10em;
}

@media screen and (max-width: 767px) {
  .c-form-stage__item + .c-form-stage__item {
    padding-left: 18.18182%;
  }
}

.c-form-stage__item + .c-form-stage__item:before {
  content: "";
  position: absolute;
  top: 1.0625em;
  right: .3125em;
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
}

.c-form-stage__item.is-checked {
  color: #cc0000;
}

.c-form-stage__number {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  margin: .3125em;
  border-radius: 50%;
  background: #b8b8b8;
  color: #fff;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  line-height: .8;
}

.c-form-stage__item.is-checked .c-form-stage__number {
  background: #cc0000;
}

.c-form-stage__item.is-current .c-form-stage__number {
  width: 2.125em;
  height: 2.125em;
  margin: 0;
}

.c-form-stage__text {
  /* -0.375em for line-height offset */
  margin-top: -.375em;
  margin-bottom: -.375em;
  padding-top: .625em;
}

/* c-form-block
=============================== */
.c-form-block__head {
  margin-bottom: 1.52174em;
  padding: .61957em .86957em;
  background: #606060;
  color: #fff;
  font-weight: 300;
  font-size: 1.4375em;
  line-height: 1.5;
}

.c-form-block__body + .c-form-block__body {
  margin-top: 3.4rem;
  border-top: 1px solid #e6e6e6;
}

@media screen and (max-width: 767px) {
  .c-form-block__body + .c-form-block__body {
    margin-top: 4.5rem;
  }
}

.c-form-block__foot {
  margin-top: 5rem;
}

/* c-form-item
=============================== */
.c-form-item {
  margin-top: 3.4rem;
}

@media screen and (max-width: 767px) {
  .c-form-item {
    margin-top: 4.5rem;
  }
}

.c-form-item__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  font-weight: bold;
  line-height: 2rem;
}

@media screen and (max-width: 767px) {
  .c-form-item__head {
    line-height: 2.88rem;
  }
}

.c-form-item__head span {
  flex-shrink: 0;
  margin-left: .5em;
  padding: 0 .8em;
  border-radius: 3px;
  background: #b8b8b8;
  color: #fff;
  vertical-align: middle;
  font-weight: 500;
  font-size: .8125em;
}

.c-form-item._required .c-form-item__head span {
  background: #cc0000;
}

.c-form-item__foot {
  /* -0.34615em for line-height offset */
  margin-top: .15385em;
  margin-bottom: -.34615em;
  color: #606060;
  font-size: 1.3rem;
  line-height: 1.69231;
}

.c-form-item__table {
  width: 100%;
  line-height: 1.4;
}

.c-form-item__table th,
.c-form-item__table td {
  vertical-align: middle;
}

.c-form-item__table[data-type="rentacar-1"] th {
  width: 4.5em;
}

.c-form-item__table[data-type="rentacar-2"] th {
  width: 9em;
}

.c-form-item__table td {
  padding: .4rem 0 .4rem 1.1rem;
}

/* c-form-list
=============================== */
.c-form-list {
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}

.c-form-list__item:not(:first-child) {
  margin-top: 1.25em;
}

.is-error .c-form-list {
  padding: 1em;
  border: 1px solid #cc0000;
  border-radius: .5rem;
  background: #fde9e9;
}

/* c-form-radio
=============================== */
.c-form-radio {
  display: flex;
}

.c-form-radio:not(:last-child) {
  margin-bottom: 10px;
}

.c-form-radio > input {
  display: none;
}

.c-form-radio > span {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-left: 1.875em;
  font-weight: 500;
  line-height: 1.3125em;
}

.c-form-radio > span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.3125em;
  height: 1.3125em;
  border: 1px solid #999;
  border-radius: 50%;
  background: #fff;
}

.c-form-radio > span small {
  font-size: .8125em;
}

.c-form-radio > input:checked + span:after {
  content: "";
  position: absolute;
  top: .375em;
  left: .375em;
  display: block;
  width: .5625em;
  height: .5625em;
  border-radius: 50%;
  background: #cc0000;
}

/* c-form-checkbox
=============================== */
.c-form-checkbox {
  display: inline-block;
}

.c-form-checkbox:not(:last-child) {
  margin-bottom: 10px;
}

.c-form-checkbox > input {
  display: none;
}

.c-form-checkbox > span {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-left: 1.875em;
  font-weight: 500;
  line-height: 1.3125em;
}

.c-form-checkbox > span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.3125em;
  height: 1.3125em;
  border: 1px solid #999;
  border-radius: 2px;
  background-color: #fff;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-form-checkbox > span small {
  font-size: .8125em;
}

.c-form-checkbox > input:checked + span:before {
  border-color: #cc0000;
  background-image: url(../img/icon_checkbox.gif);
}

/* c-form-text
=============================== */
.c-form-text {
  display: flex;
  align-items: center;
  font-weight: 500;
}

.c-form-text input {
  width: 50%;
  padding: .75em 1em;
  border: 1px solid #e5e5e5;
  border-radius: .5rem;
  background: #fafafa;
}

.c-form-text input:first-child:last-child {
  flex-grow: 1;
}

.c-form-text input:not(:first-child) {
  margin-left: .5em;
}

.is-error .c-form-text input {
  border: 1px solid #cc0000;
  background: #fde9e9;
}

.c-form-text textarea {
  flex-grow: 1;
  padding: .75em 1em;
  border: 1px solid #e5e5e5;
  border-radius: .5rem;
  background: #fafafa;
  resize: vertical;
}

.is-error .c-form-text textarea {
  border: 1px solid #cc0000;
  background: #fde9e9;
}

/* c-form-select
=============================== */
.c-form-select {
  display: flex;
  align-items: center;
}

.c-form-select select {
  flex-grow: 1;
  padding: .75em 1em;
  border: 1px solid #e5e5e5;
  border-radius: .5rem;
  background: #fafafa;
}

.c-form-select select:not(:first-child) {
  margin-left: .5em;
}

.is-error .c-form-select select {
  border: 1px solid #cc0000;
  background: #fde9e9;
}

.c-form-select._number {
  display: inline-flex;
}

.c-form-select._number select {
  flex-grow: 0;
  margin-right: .5em;
}

.c-form-item__block{
  padding: .5em 1em 1em;
  border: 1px solid #e5e5e5;
  border-radius: .5rem;
}

.c-form-item__block .c-form-item{
  margin-top: 1.4rem;
}

/* c-form-date
=============================== */
.c-form-date {
  position: relative;
  display: block;
  width: 15em;
}

/*.c-form-date:after {*/
  /*content: "";*/
  /*position: absolute;*/
  /*top: 0;*/
  /*right: 1em;*/
  /*bottom: 0;*/
  /*display: block;*/
  /*width: 1.6875em;*/
  /*height: 1.6875em;*/
  /*margin: auto 0;*/
  /*!*background: url(../img/icon_caution.gif) 50% 50% no-repeat;*!*/
  /*!*background: url(../img/icon_calendar.png) 50% 50% no-repeat;*!*/
  /*background-size: contain;*/
/*}*/

.c-form-date input {
  width: 100%;
  padding: .75em 3.75em .75em 1em;
  border: 1px solid #e5e5e5;
  border-radius: .5rem;
  background: url(../img/icon_calendar.png) right 10px bottom 10px/27px no-repeat;
  background-color: #fafafa;
}

.c-form-date input:first-child:last-child {
  flex-grow: 1;
}

.c-form-date input:not(:first-child) {
  margin-left: .5em;
}

.is-error .c-form-date input {
  border: 1px solid #cc0000;
  background: #fde9e9;
}

/* c-form-error
=============================== */
.c-form-error {
  display: flex;
  /* -0.375em for line-height offset */
  margin-top: .375em;
  margin-bottom: -.375em;
  color: #cc0000;
  font-weight: 400;
}

.c-form-error:before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 1.1875em;
  height: 1.1875em;
  margin-top: .35em;
  margin-right: .5em;
  background: url(../img/icon_caution.gif) 50% 50% no-repeat;
  background-size: contain;
}

/* c-form-privacy
=============================== */
.c-form-privacy {
  margin-bottom: 2.4rem;
  padding: 4.3rem 5.88235%;
  border: 1px solid #e5e5e5;
  text-align: center;
  font-weight: 400;
  font-size: 1.5rem;
}

.c-form-privacy__head {
  /* -0.375em for line-height offset */
  margin-top: -.375em;
  margin-bottom: -.375em;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}

.c-form-privacy__body {
  /* -0.42857em for line-height offset */
  margin-top: 1.57143em;
  margin-bottom: -.42857em;
  font-size: 1.4rem;
  line-height: 1.85714;
}

@media screen and (max-width: 767px) {
  .c-form-privacy__body {
    text-align: left;
  }
}

.c-form-privacy__body a {
  color: #cc0000;
}

.c-form-privacy__foot {
  margin-top: 2.6rem;
}

.c-form-privacy__agree {
  display: inline-flex;
  align-items: center;
  padding: 1.4rem;
  border-radius: .5rem;
  background: #f4f4f4;
}

@media screen and (max-width: 767px) {
  .c-form-privacy__agree {
    display: flex;
    flex-direction: column;
  }
}

.c-form-privacy__agree input {
  display: block;
  margin-right: .5em;
}

@media screen and (max-width: 767px) {
  .c-form-privacy__agree input {
    margin-right: 0;
    margin-bottom: .5em;
  }
}

/* c-form-notice
=============================== */
.c-form-notice {
  margin-bottom: 2.4rem;
  padding: 1.76923em;
  background: #f4f4f4;
  font-size: 1.3rem;
}

.c-form-notice__head {
  /* -0.375em for line-height offset */
  margin-top: -.375em;
  margin-bottom: .875em;
  text-align: center;
}

.c-form-notice__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-form-notice__body > p {
  /* -0.46154em for line-height offset */
  margin-top: -.46154em;
  margin-bottom: -.46154em;
  line-height: 1.92308;
}

.c-form-notice__body > p + p {
  margin-top: .625em;
}

/* c-form-button
=============================== */
.c-form-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20em;
  height: 3.75em;
  max-width: 100%;
  margin: 0 auto;
  outline: none;
  border: 0;
  border-radius: .5rem;
  background: #cc0000;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-form-button:not(:first-child) {
  margin-top: 1em;
}

.c-form-button:hover {
  opacity: .85;
}

.c-form-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 2.8125em;
  bottom: 0;
  display: block;
  width: .5em;
  height: .5em;
  margin: auto 0;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}

.c-form-button._back {
  background: #999;
}

.c-form-button._back:after {
  right: auto;
  left: 2.8125em;
  transform: rotate(-135deg);
}

.c-form-button.is-disabled {
  background: #ccc;
  pointer-events: none;
}

/* c-form-table
=============================== */
.c-form-table {
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate;
  background: #e5e5e5;
}

.c-form-table th,
.c-form-table td {
  padding: 1.225em 1.5em;
  vertical-align: middle;
}

.c-form-table th {
  min-width: 9em;
  background: #fafafa;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-form-table th {
    width: 45%;
    min-width: 0;
  }
}

.c-form-table td {
  background: #fff;
  word-break: break-all;
}

/* c-form-complete
=============================== */
.c-form-complete {
  text-align: center;
}

.c-form-complete__head {
  /* -0.375em for line-height offset */
  margin-top: -.375em;
  margin-bottom: 1.625em;
  font-size: 1.25em;
}

.c-form-complete__body {
  /* -0.42857em for line-height offset */
  margin-top: -.42857em;
  margin-bottom: -.42857em;
  font-size: .875em;
  line-height: 1.85714;
}

@media screen and (max-width: 767px) {
  .c-form-complete__body {
    text-align: left;
    font-size: .75em;
  }
}

/* ============================================================= *

Rentacar

* ============================================================= */
/* p-rentacar-introduction
=============================== */
.p-rentacar-introduction {
  padding: 1.875em;
  background: #f4f4f4;
  text-align: center;
  font-family: "Lato", "Noto Sans JP", "メイリオ", sans-serif;
}

.p-rentacar-introduction__head {
  /* -0.42857em for line-height offset */
  margin-top: -.42857em;
  margin-bottom: -.42857em;
  font-size: .875em;
  line-height: 1.85714;
}

@media screen and (max-width: 767px) {
  .p-rentacar-introduction__head {
    font-size: .75em;
  }
}

.p-rentacar-introduction__body {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2.4rem;
  font-size: .875em;
}

.p-rentacar-introduction__tel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.75em;
  line-height: 1;
}

.p-rentacar-introduction__tel:before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: .62857em;
  height: 1.02143em;
  margin-right: .32143em;
  background: url(../img/icon_tel.png) 50% 50% no-repeat;
  background-size: contain;
}

.p-rentacar-introduction__item {
  /* -0.375em for line-height offset */
  margin-top: .76786em;
  margin-bottom: -.375em;
  padding: 0 .5em;
}

/* p-rentacar-simulation
=============================== */
.p-rentacar-simulation {
  margin-top: 3.4rem;
}

@media screen and (max-width: 767px) {
  .p-rentacar-simulation {
    margin-top: 4.5rem;
  }
}

.p-rentacar-simulation__head {
  padding: .61957em .86957em;
  background: #606060;
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-size: 1.4375em;
  line-height: 1.5;
}

.p-rentacar-simulation__foot {
  /* -0.34615em for line-height offset */
  margin-top: .15385em;
  margin-bottom: -.34615em;
  color: #606060;
  font-size: 1.3rem;
  line-height: 1.69231;
}

.p-rentacar-simulation-table {
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate;
  background: #e5e5e5;
  font-family: "Lato", "Noto Sans JP", "メイリオ", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-rentacar-simulation-table {
    font-size: .75em;
  }
}

.p-rentacar-simulation-table th,
.p-rentacar-simulation-table td {
  padding: 1.025em 1.125em;
  background: #fff;
  vertical-align: middle;
}

.p-rentacar-simulation-table th {
  min-width: 9em;
  font-weight: bold;
}

.p-rentacar-simulation-table td:last-child {
  text-align: right;
}

.p-rentacar-simulation-table td._minus {
  color: #cc0000;
}

.p-rentacar-simulation-table td._total {
  background: #f4f4f4;
}

.p-rentacar-simulation-total {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  font-size: 1.6rem;
}

.p-rentacar-simulation-total__head {
  margin-right: 1em;
  font-weight: 500;
}

.p-rentacar-simulation-total__body {
  color: #cc0000;
  font-size: 1.5em;
}

.p-rentacar-simulation-total__body em {
  font-size: 1.5em;
}

/* ============================================================= *

Usedcar

* ============================================================= */
/* p-usedcar-introduction
=============================== */
.p-usedcar-introduction {
  margin: 3.4rem 0;
}

@media screen and (max-width: 767px) {
  .p-usedcar-introduction {
    margin: 4.5rem 0;
  }
}

.p-usedcar-introduction__head {
  /* -0.375em for line-height offset */
  margin-top: -.375em;
  margin-bottom: .49457em;
  text-align: center;
  font-weight: 300;
  font-size: 1.4375em;
}

.p-usedcar-introduction__body {
  padding: 1.875em;
  border: 1px solid #e5e5e5;
  background: #fafafa;
}

/* p-usedcar-profile
=============================== */
.p-usedcar-profile {
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-usedcar-profile {
    flex-direction: column;
  }
}

.p-usedcar-profile__image {
  flex-shrink: 0;
  width: 28.47896%;
  margin-right: 4.20712%;
}

@media screen and (max-width: 767px) {
  .p-usedcar-profile__image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}

.p-usedcar-profile__image img {
  margin: 0 auto;
}

.p-usedcar-profile__text {
  flex-grow: 1;
}

.p-usedcar-profile__head {
  margin-bottom: 1em;
  font-size: .875em;
  line-height: 1.5;
}

.p-usedcar-profile__head span {
  display: block;
}

.p-usedcar-profile__head em {
  display: block;
  font-size: 1.28571em;
}

.p-usedcar-profile__body {
  color: #cc0000;
}

.p-usedcar-profile__body span {
  display: inline-block;
}

.p-usedcar-profile__body span:not(:last-child) {
  margin-right: 1em;
}

.p-usedcar-profile__body span em {
  font-size: 1.73333em;
  font-family: "Lato", sans-serif;
  line-height: .8;
}

.p-usedcar-profile__foot {
  margin-top: 1em;
  margin-bottom: -.375em;
  padding-top: .625em;
  border-top: 1px solid #e5e5e5;
  font-size: .8125em;
}

/* ============================================================= *

Utility

* ============================================================= */
/* Media Query Setting
====================================== */
.u-tablet-block {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .u-tablet-block {
    display: block !important;
  }
}

.u-tablet-inline-block {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .u-tablet-inline-block {
    display: inline-block !important;
  }
}

.u-tablet-flex {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .u-tablet-flex {
    display: flex !important;
  }
}

@media screen and (max-width: 767px) {
  .u-tablet-none {
    display: none !important;
  }
}

.u-mobile-block {
  display: none !important;
}

@media screen and (max-width: 560px) {
  .u-mobile-block {
    display: block !important;
  }
}

.u-mobile-inline-block {
  display: none !important;
}

@media screen and (max-width: 560px) {
  .u-mobile-inline-block {
    display: inline-block !important;
  }
}

.u-mobile-flex {
  display: none !important;
}

@media screen and (max-width: 560px) {
  .u-mobile-flex {
    display: flex !important;
  }
}

@media screen and (max-width: 560px) {
  .u-mobile-none {
    display: none !important;
  }
}

/* text align
====================================== */
.u-ta-left {
  text-align: left !important;
}

.u-ta-right {
  text-align: right !important;
}

.u-ta-center {
  text-align: center !important;
}

/* display
====================================== */
.u-d-block {
  display: block !important;
}

.u-d-none {
  display: none !important;
}

.u-d-inline {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

/* position
====================================== */
.u-pos-static {
  position: static !important;
}

.u-pos-relative {
  position: relative !important;
}

.u-pos-absolute {
  position: absolute !important;
}

.u-pos-fixed {
  position: fixed !important;
}

/* clear
====================================== */
.u-clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}

/* other
====================================== */
.u-strong {
  font-weight: bold !important;
}

.u-pointer {
  cursor: pointer;
}

.u-nowrap {
  white-space: nowrap;
}

.u-color-honda {
  color: #cc0000 !important;
}

.u-color-ciao {
  color: #0068b6 !important;
}

.u-color-mamoru {
  color: #8fc31f !important;
}

.u-rotate-90 {
  transform: rotate(90deg);
}

/* animationn
====================================== */
.u-no-transition {
  transition: none !important;
}
