@charset "UTF-8";

#cp202201top {
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 16px;
  background-color: #ffffff;
  color: #434343;
}

#cp202201top h1,
#cp202201top h2,
#cp202201top h3,
#cp202201top h4,
#cp202201top h5,
#cp202201top h6,
#cp202201top p,
#cp202201top ul,
#cp202201top ol,
#cp202201top dl,
#cp202201top dt,
#cp202201top dd,
#cp202201top figure {
  margin: 0;
  padding: 0;
}

#cp202201top ul,
#cp202201top ol {
  list-style: none;
}

#cp202201top li {
  padding: 0;
}

#cp202201top img {
  border: 0;
  vertical-align: top;
}

#cp202201top a {
  text-decoration: none;
}

#cp202201top a:visited,
#cp202201top a:active,
#cp202201top a:hover {
  text-decoration: none;
}

#cp202201top article,
#cp202201top footer,
#cp202201top header,
#cp202201top nav,
#cp202201top section {
  display: block;
}

#cp202201top button,
#cp202201top input,
#cp202201top select,
#cp202201top textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
}

#cp202201top textarea {
  vertical-align: top;
}

#cp202201top table {
  border-collapse: collapse;
  border-spacing: 0;
}

#cp202201top div,
#cp202201top p,
#cp202201top table,
#cp202201top td,
#cp202201top th,
#cp202201top dl,
#cp202201top dt,
#cp202201top dd,
#cp202201top ul,
#cp202201top ol,
#cp202201top li,
#cp202201top a,
#cp202201top span {
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#cp202201top img {
  max-width: 100%;
  height: auto;
}

#cp202201top .only-pc {
  display: block;
}

@media (max-width: 735px) {
  #cp202201top .only-pc {
    display: none;
  }
}

#cp202201top .only-sp {
  display: none;
}

@media (max-width: 735px) {
  #cp202201top .only-sp {
    display: block;
  }
}

#cp202201top .mv img {
  width: 100%;
  height: auto;
}

#cp202201top .container {
  box-sizing: border-box;
  margin: 0 auto;
}

@media (max-width: 735px) {
  #cp202201top .container {
    padding-bottom: 60px;
  }
}

#cp202201top .present {
  position: relative;
  margin-top: 70px;
  padding: 0 15px;
}

@media (max-width: 735px) {
  #cp202201top .present {
    margin-top: 40px;
    padding: 30px 15px 0;
  }
}

#cp202201top .present::before {
  content: "";
  position: absolute;
  width: 288px;
  height: 417px;
  bottom: -70px;
  left: 0;
  background-image: url(../../top/img/cp202201top-bg_01.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  opacity: 0.3;
}

@media (max-width: 735px) {
  #cp202201top .present::before {
    content: none;
  }
}

#cp202201top .present::after {
  content: "";
  position: absolute;
  width: 288px;
  height: 417px;
  top: -70px;
  right: 0;
  background-image: url(../../top/img/cp202201top-bg_02.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  opacity: 0.3;
}

@media (max-width: 735px) {
  #cp202201top .present::after {
    width: 245px;
    top: -35px;
  }
}

#cp202201top .present-header {
  position: relative;
  font-weight: bold;
  font-size: 24px;
  color: #4495E6;
  text-align: center;
  z-index: 1;
}

@media (max-width: 735px) {
  #cp202201top .present-header {
    font-size: 20px;
  }
}

#cp202201top .present-headerEm {
  font-size: 28px;
}

#cp202201top .present-body {
  position: relative;
  margin-top: 60px;
  text-align: center;
  z-index: 1;
}

@media (max-width: 735px) {
  #cp202201top .present-body {
    margin-top: 35px;
  }
}

#cp202201top .present-img {
  max-width: 500px;
}

@media (max-width: 735px) {
  #cp202201top .present-img {
    max-width: 100%;
  }
}

#cp202201top .campaign {
  margin-top: 0px;
  padding: 70px 15px;
  background-color: #fff;
  text-align: center;
}

#cp202201top .campaign-headerMain {
  max-width: 314px;
}

#cp202201top .campaign-headerSub {
  max-width: 136px;
}

#cp202201top .campaign-body {
  max-width: 1010px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

#cp202201top .campaign-lead {
  position: relative;
  display: inline-block;
  margin-top: 45px;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: bold;
  padding: 0 15px;
}

#cp202201top .campaign-lead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(70deg);
  /*修正*/
  width: 30px;
  border: 0;
  /*修正*/
  border-top: 2px solid #434343;
  margin: 0;
  padding: 0;
  transform-origin: 0% 0%;
}

@media (max-width: 735px) {
  #cp202201top .campaign-lead::before {
    top: auto;
    bottom: 40px;
    width: 40px;
    left: -8px;
    transform: rotate(65deg);
  }
}

#cp202201top .campaign-lead::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(-70deg);
  /*修正*/
  width: 30px;
  border: 0;
  /*修正*/
  border-top: 2px solid #434343;
  margin: 0;
  padding: 0;
  transform-origin: 100% 0%;
}

@media (max-width: 735px) {
  #cp202201top .campaign-lead::after {
    top: auto;
    bottom: 40px;
    width: 40px;
    right: -8px;
    transform: rotate(-65deg);
  }
}

#cp202201top .campaign-terms {
  margin-top: 0px;
  color: #c8606d;
  font-size: 30px;
  font-weight: bold;
}

#cp202201top .campaign-termsSub {
  display: inline-block;
  margin-top: 5px;
  font-size: 18px;
}

#cp202201top .campaign-period {
  margin-top: 40px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
}

#cp202201top .campaign-periodLabel {
  margin-right: 10px;
}

@media (max-width: 735px) {
  #cp202201top .campaign-periodLabel {
    display: block;
    margin-right: 0;
  }
}

#cp202201top .campaign-desc {
  margin-top: 20px;
  line-height: 1.8;
}

#cp202201top .campaign-note {
  margin-top: 10px;
  font-size: 14px;
}

#cp202201top .campaign-action {
  margin-top: 35px;
  text-align: center;
  font-weight: bold;
}

#cp202201top .campaign-actionBtn {
  display: inline-block;
  width: 380px;
  background-color: #D87070;
  color: #ffffff;
  font-size: 32px;
  padding: 20px;
  box-sizing: border-box;
  line-height: 1;
  border-radius: 20px;
}

@media (max-width: 735px) {
  #cp202201top .campaign-actionBtn {
    max-width: 100%;
    font-size: 24px;
  }
}

#cp202201top .campaign-actionBtn:active,
#cp202201top .campaign-actionBtn:link,
#cp202201top .campaign-actionBtn:visited {
  color: #ffffff;
}

#cp202201top .campaign-actionBtn:hover {
  opacity: 0.7;
}

@media (max-width: 735px) {
  #cp202201top .campaign-actionBtn:hover {
    opacity: initial;
  }
}

#cp202201top .campaign-actionNote {
  font-size: 16px;
}

#cp202201top .example {
  position: relative;
  padding: 70px 0 30px;
}

#cp202201top .example::before {
  content: "";
  position: absolute;
  width: 288px;
  height: 417px;
  bottom: 0;
  left: 0;
  background-image: url(../../top/img/cp202201top-bg_01.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  opacity: 0.3;
}

@media (max-width: 735px) {
  #cp202201top .example::before {
    content: none;
  }
}

#cp202201top .example::after {
  content: "";
  position: absolute;
  width: 288px;
  height: 417px;
  top: 0;
  right: 0;
  background-image: url(../../top/img/cp202201top-bg_02.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  opacity: 0.3;
}

@media (max-width: 735px) {
  #cp202201top .example::after {
    width: 245px;
    top: 5px;
  }
}

#cp202201top .example-header {
  position: relative;
  color: #4495E6;
  font-weight: bold;
  font-size: 34px;
  text-align: center;
  z-index: 1;
}

#cp202201top .example-body {
  position: relative;
  max-width: 1010px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  z-index: 1;
}

#cp202201top .example-lead {
  margin-top: 35px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

#cp202201top .example-list {
  display: flex;
  max-width: 980px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px auto 0;
}

@media (max-width: 735px) {
  #cp202201top .example-list {
    display: block;
  }
}

#cp202201top .example-list>li {
  width: 48%;
  margin-bottom: 45px;
}

@media (max-width: 735px) {
  #cp202201top .example-list>li {
    width: 100%;
    max-width: 470px;
    margin: 0 auto 45px;
  }
}

#cp202201top .example-item {
  display: inline-block;
  width: 100%;
  color: #434343;
}

#cp202201top .example-item:active,
#cp202201top .example-item:link,
#cp202201top .example-item:visited {
  color: #434343;
}

#cp202201top .example-title {
  position: relative;
  padding-left: 45px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.1;
  height: 54px;
}

@media (max-width: 735px) {
  #cp202201top .example-title {
    height: auto;
    font-size: 18px;
    line-height: 1.5;
  }
}

#cp202201top .example-title::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url("../../top/img/cp202201top-icon_car.png");
  background-size: cover;
}

@media (max-width: 735px) {
  #cp202201top .example-title::before {
    top: -2px;
  }
}

#cp202201top .example-titleSub {
  font-size: 16px;
}

@media (max-width: 735px) {
  #cp202201top .example-titleSub {
    font-size: 18px;
  }
}

@media (max-width: 735px) {
  #cp202201top .example-img {
    margin-top: 20px;
  }
}

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