@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
}

div#proContents ul,
div#proContents li {
  list-style: none;
  list-style-position: outside;
}

div#proContents a:hover img {
  opacity: 0.9;
}

div#proContents a {
  outline: none;
  display: inline-block;
}

div#proContents a:focus {
  outline: none;
}

div#proContents .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

div#proContents .clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

#proContents {
  font-family: -apple-system, Segoe UI, Helvetica Neue, Hiragino Kaku Gothic ProN, "メイリオ", meiryo, sans-serif;
  line-height: 1.4;
  color: #222;
  -webkit-text-size-adjust: 100%;
  text-align: center;
}

#main {
  font-size: 1.4rem;
  line-height: 1.7;
  /* background: #fff; */
  background: url(../images/bg_1.png) top center repeat-y;
  color: #fff;
}

#main img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

/*-----------------------------
    header
------------------------------*/

header {
  background: #fff;
  padding: 17px 0 7px;
}

/*-----------------------------
    article
------------------------------*/

article {
  max-width: 980px;
  width: 100%;
  margin: auto;
}

/*-----------------------------
    p-fv
------------------------------*/

.p-fv {
  background: url(../images/fv_bg.png) top center no-repeat;
  padding-top: 65px;
}

.p-fv__list {
  margin-top: 40px;
}

.p-fv__list__item:not(:first-child) {
  margin-top: 25px;
}

.p-fv__list__item:nth-child(2) {
  margin-top: 15px;
}

/*-----------------------------
    benefits
------------------------------*/

.p-benefits {
  padding: 30px 0 50px;
}

.p-benefits__item:not(:first-child) {
  margin-top: 30px;
}

.p-benefits__item:first-child {
  margin-left: -6px;
}

.p-benefits__item--used {
  position: relative;
}
.p-benefits__item--used a {
  width: 21.8%;
  position: absolute;
  top: 40%;
  right: 4.3%;
}

/*-----------------------------
    recommend
------------------------------*/

.p-recommend {
  padding: 50px 40px;
}

.p-recommend__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-recommend__list__item {
  margin-top: 45px;
  width: 47.8%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.p-recommend__notes {
  margin-top: 30px;
  text-align: left;
}

#main .p-recommend__notes__ttl img {
  margin: 40px 0 7px;
}

/*-----------------------------
    merit
------------------------------*/

.p-merit {
  padding-bottom: 50px;
}

.p-merit__img--child {
  margin-top: 28px;
}

/*-----------------------------
    harrier
------------------------------*/

.p-harrier {
  background: #000;
}

.p-harrier__img {
  margin: 20px -20px 40px 0;
}

@media screen and (max-width: 768px) {
  .p-harrier__img {
    margin-right: 0;
  }
}

.p-harrier__case {
  margin: auto;
  max-width: 900px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.p-harrier__case__item--2 {
  margin-right: -4px;
}

#main .p-harrier__case__fee img {
  display: inline-block;
}

/*-----------------------------
    carlife-campaign
------------------------------*/

.p-carlife-campaign {
  background: #fff;
  margin-top: 50px;
}

/*-----------------------------
    footer
------------------------------*/

footer {
  /*border-top: 2px solid #e60020;*/
  padding: 45px 0 30px 0;
  border-bottom: 20px #000 solid;
  position: relative;
}
.footer-btn__item:not(:first-child) {
  margin: 20px 0 85px;
}

footer .inner {
  width: 820px;
  margin: 0 auto;
  /* position: relative; */
}

footer .inner .logo {
  text-align: center;
}

footer .inner .logo img {
  display: block;
  margin: 0 auto;
}

footer .inner a {
  width: 65px;
  height: 65px;
  position: absolute;
  right: 0;
  top: 0;
}
footer .inner a img {
  max-width: 100%;
}

footer .logo1 {
  max-width: 150px;
  margin: 0 auto;
  margin-bottom: 30px;
}

footer .logoGroup ul {
  display: flex;
  justify-content: space-between;
}

footer .logoGroup ul li {
}

.pagetop {
  position: fixed;
  bottom: -10vw;
  right: 4.89796vw;
  width: 76px;
  height: auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}

.pagetop.on {
  bottom: 95px;
}

/*-----------------------------
    list--case
------------------------------*/

.c-list--case {
  margin-top: 10px;
  margin-left: -1%;
  width: 102%;
  display: flex;
  justify-content: center;
}
