@charset "UTF-8";

/* 全体 */
.p-wish {
    font-size: 14px;
    font-size: 16px;
    margin: 80px auto 120px;
    width: 750px;
    line-height: 1.5;
}
.p-wish_textBox {
    line-height: 1.8;
    text-align: center;
}
.p-wish_textBox_text-large {
    font-size: 1.6em;
    font-weight: bold;
}
.p-wish_textBox_text-large span {
    font-size: 1.5em;
}
.p-wish_head,
.p-wish_foot {
    background-color: #F8F5E4;
}
.p-wish_head {
    margin-top: 45px;
    padding: 160px 20px 0;
    position: relative;
}
.p-wish_head img {
    bottom: -3px;
    position: absolute;
    width: 90%;
}
.p-wish_foot {
    margin-top: 65px;
    padding: 20px 20px 30px 20px;
}

@media only screen and (max-width: 480px) {
    .p-wish {
        font-size: 12px;
        margin: 30px auto 0;
        width: 100%;
    }
    .p-wish_head,
    .p-wish_foot {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        width: 100vw;
    }
    .p-wish_head {
        margin-top: 20px;
        padding-top: 90px;
    }
    .p-wish_foot {
        margin-top: 40px;
        padding: 10px 20px 20px;
    }
}

/* ポイント */
.p-wish_pointList {
    margin-top: 45px;
}
.p-wish_pointList_item {
    border: 2px solid #EBE8E8;
    border-radius: 10px;
    display: flex;
    align-items: start;
    padding: 12px 12px 12px 45px;
}
.p-wish_pointList_item + .p-wish_pointList_item {
    margin-top: 40px;
}
.p-wish_pointList_item span {
    font-weight: bold;
}
.p-wish_pointList_item img {
    flex-shrink: 0;
    margin-right: 40px;
    width: 120px;
}
.p-wish_pointList_textBox {
    margin-top: 20px;
}
.p-wish_pointList_textBox .point {
    background-color: #0055B8;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 3px 20px;
}
.p-wish_pointList_textBox .text {
    margin-top: 12px;
}

@media only screen and (max-width: 480px) {
    .p-wish_pointList {
        margin-top: 20px;
    }
    .p-wish_pointList_item {
        padding: 5px 15px;
    }
    .p-wish_pointList_item + .p-wish_pointList_item {
        margin-top: 20px;
    }
    .p-wish_pointList_item img {
        margin-right: 20px;
    }
    .p-wish_pointList_textBox,
    .p-wish_pointList_textBox .text {
        margin-top: 5px;
    }
}

/* メリット */
.p-wish_merit .title {
    font-size: 1.4em;
    font-weight: bold;
}
.p-wish_merit .title::after {
    content: '';
    display: inline-block;
    height: 2em;
    width: 1.5em;
    background-image: url(https://www.flexnet.co.jp/images/wish/merit-parts1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    vertical-align: baseline;
}
.p-wish_merit .title span {
    color: #0055b8;
    font-size: 1.2em;
    font-weight: bold;
}
.p-wish_merit_textBox {
    align-items: flex-start;
    display: flex;
}
.p-wish_merit_textBox img {
    flex-shrink: 0;
    margin-right: 20px;
    width: 180px;
}
.p-wish_merit_textBox ul {
    margin-top: 20px;
    padding-left: 2em;
}
.p-wish_merit_textBox ul li {
    position: relative;
}
.p-wish_merit_textBox ul li + li {
    margin-top: 20px;
}
.p-wish_merit_textBox ul li::after {
    border-bottom: .3em solid #0055b8;
    border-left: .3em solid #0055b8;
    content: '';
    display: block;
    height: .5em;
    left: -1.5em;
    position: absolute;
    top: .1em;
    transform: rotate(-45deg);
    width: .8em;
}
.p-wish_merit_textBox span {
    font-weight: bold;
}

@media only screen and (max-width: 480px) {
    .p-wish_merit .title {
        text-align: center;
        margin: 0 -20px;
    }
    .p-wish_merit_textBox {
        align-items: flex-start;
        display: flex;
    }
    .p-wish_merit_textBox img {
        flex-shrink: 0;
        margin-right: 0;
        width: 90px;
    }
    .p-wish_merit_textBox ul {
        margin-top: 10px;
    }
    .p-wish_merit_textBox ul li + li {
        margin-top: 10px;
    }
}

/* ボタン */
@media only screen and (min-width: 481px) {
    .p-wish .c-btn {
        margin-top: 40px;
    }
    .p-wish .c-btn a {
        width: 310px;
    }
}
@media only screen and (max-width: 480px) {
    .p-wish .c-btn {
        margin-top: 20px;
    }
}

/* 保存した検索条件、検索履歴 */
@media only screen and (min-width: 481px) {
    .wish-table {
        margin-bottom: 26px;
    }
}

/* 車両のプロモーション欄 */
@media only screen and (max-width: 480px) {
    .couponbox {
      font-size: 12px;
      margin-top: 5px;
      padding-top: 7px;
      border-top-width: 1px;
      border-top-style: solid;
      border-top-color: #CCC;
      font-size: 11px;
      line-height: 15px
    }
    .couponbox a, .couponbox a:visited {
      color: #EE3440
    }
}

/* ------------------------------------旧usd_style------------------------------------ */
@media print, screen and (min-width:481px) {
    .other_ttl {
      display: none
    }
}
@media print, screen and (max-width:480px) {
    .other_ttl {
      background-color: #f6f6f6;
      float: left;
      width: 38%;
      height: 37px;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 3px
    }
}

/* ボタン系 */
@media print, screen and (max-width:480px) {
    .plain_button_shape_okiniiri_removed {
      display: block;
      margin: 10px 0 0 0;
      width: 36%;
      padding: 17px 0;
      opacity: 1;
    }
}

/* 最近みた車 (/history) ここから*/
.zaiko__item {
  padding-top: 9px;
  border-top: 1px  solid #ccc;
}
.button__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.button__item {
  font-size: 13px;
  font-weight: 700;
  margin-top: 8px;
}
.button__item span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e03d14;
  border-right: 1px solid #ff9d80;
  padding: 2px;
  font-size: 10px;
}
.button__item__line {
  flex-basis: 48%;
  flex-grow: 0;
  margin-right: 2%;
}
.button__item__line a {
  color: #FFF;
  border: 1px solid rgb(6, 199, 85);
  background: linear-gradient(to bottom, #06c755 10%, #01b44a 90%);
  box-shadow: 0 2px 2px 0  rgba(0,0,0, .2);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  border-radius: 2px;
}
.button__item__inquiry  {
  flex-basis: 48%;
  flex-grow: 1;
  flex-shrink: 0;
}
.button__item__inquiry a {
  color: #fff;
  border: 1px solid #fb4809;
  background: linear-gradient(to bottom, #FF6E3F 10%, #fc491e 90%);
  box-shadow: 0 2px 2px 0 rgba(0,0,0, .2);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  border-radius: 2px;
  position: relative;
  padding-left: 22px;
}
.button__item__favorite {
  flex-basis: 25%;
  margin-right: 2%;
}
.button__item__favorite a {
  color: #333;
  background-color: #efefef;
  box-shadow: 0 2px 2px 0 rgba(0,0,0, .2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  height: 44px;
}
:is(.button__item__line, .button__item__inquiry):visited {
  color: #fff;
}
:is(.button__item__line, .button__item__inquiry):focus {
  text-decoration: none;
}
