@charset "UTF-8";
/* ===========================================
 * 制度 すくすく割
 * ======================================== */
/* ---------------------------------------------
*   section
--------------------------------------------- */
/* sec_mv */
.seido_container .sec_mv {
  height: 730px;
  background-image: url("/chintai/img/whats/system/sukusuku/bg_mv.png");
  background-repeat: repeat-x;
}
.seido_container .sec_mv .sec_mv_inner {
  position: relative;
  width: 950px;
  height: 100%;
  margin: 0 auto;
  padding: 12px 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.seido_container .sec_mv .sec_mv_inner::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: inline-block;
  width: 58px;
  height: 32px;
  background-image: url("/chintai/img/whats/system/sukusuku/icon_arrow_mv.png");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.seido_container .sec_mv .sec_mv_btn {
  margin-top: 24px;
  text-align: right;
}

/* sec_contents */
.seido_container .sec_contents .sec_contents_inner {
  width: 950px;
  margin: 0 auto;
  padding: 50px 0 60px;
}
.seido_container .sec_contents .sec_contents_header {
  padding: 24px 0;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(40%, #fff), color-stop(60%, #fff), to(transparent));
  background-image: linear-gradient(to right, transparent, #fff 40%, #fff 60%, transparent);
  border-top: 1px solid #ac2d44;
  border-bottom: 1px solid #d9a5ad;
  color: #ac2d44;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
.seido_container .sec_contents .sec_contents_body {
  margin-top: 60px;
}
.seido_container .sec_contents.sec_contents--terms {
  /* background-image: url("/chintai/img/whats/system/sukusuku/bg_terms.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed; */
  background-color: #fdf5f3;
}
.seido_container .sec_contents.sec_contents--terms .sec_contents_body {
  margin-top: 74px;
}
.seido_container .sec_contents.sec_contents--summary {
  background-color: #f7f5f3;
}
.seido_container .sec_contents.sec_contents--summary .sec_contents_body {
  margin-top: 30px;
}

/* ---------------------------------------------
*   module
--------------------------------------------- */
/* lead */
.seido_container .lead .lead_box {
  padding: 48px 0 28px;
  background-color: #fff;
  border: 4px solid #eebab6;
  border-radius: 25px;
  color: #ac2d44;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.seido_container .lead .lead_sub {
  font-size: 30px;
}
.seido_container .lead .lead_sub > strong {
  font-size: 36px;
  letter-spacing: 0.05em;
}
.seido_container .lead .lead_sub > sup {
  font-size: 16px;
}
.seido_container .lead .lead_main {
  margin-top: 10px;
  font-size: 48px;
  letter-spacing: 0.05em;
}
.seido_container .lead .lead_main > strong {
  font-size: 80px;
}
.seido_container .lead .lead_note {
  margin-top: 16px;
  font-size: 20px;
  letter-spacing: 0.08em;
}
.seido_container .lead .lead_attention {
  margin-top: 20px;
  color: #ac2d44;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}

/* terms */
.seido_container .terms {
  position: relative;
  padding: 84px 75px 60px;
  background-color: #fff;
  border: 6px solid #f4d7d4;
  border-radius: 25px;
}
.seido_container .terms .terms_header {
  position: absolute;
  top: -26px;
  left: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 740px;
  height: 60px;
  background-color: #fecaca;
  border-radius: 4px;
  color: #ac2d44;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.seido_container .terms .terms_header > sup {
  font-size: 12px;
}
.seido_container .terms .terms_text {
  color: #ac2d44;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.12em;
}
.seido_container .terms .terms_img {
  margin-top: 50px;
  text-align: center;
}
.seido_container .terms .terms_note {
  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-top: 30px;
  color: #ac2d44;
  font-weight: bold;
  letter-spacing: 0.075em;
}
.seido_container .terms .terms_note > span {
  font-size: 18px;
}
.seido_container .terms .terms_note > span > sup {
  font-size: 10px;
}
.seido_container .terms .terms_note > img {
  margin-left: 10px;
}

/* summary */
.seido_container .summary .summary_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  padding-top: 30px;
  background-image: url("/chintai/img/whats/system/sukusuku/bg_line.png");
  background-repeat: repeat-x;
  background-position: top left;
}
.seido_container .summary .summary_item:first-child {
  margin-top: 0;
  padding-top: 0;
  background-image: none;
}
.seido_container .summary .summary_item > dt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 76px;
  height: 72px;
  margin-right: 22px;
  background-color: #fecaca;
  border-radius: 4px;
  color: #ac2d44;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.18em;
  text-align: center;
}
.seido_container .summary .summary_item > dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.seido_container .summary .summary_text {
  color: #ac2d44;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.seido_container .summary .summary_text > sup {
  font-size: 10px;
}
.seido_container .summary .summary_text > strong {
  font-size: 22px;
}
.seido_container .summary .summary_note {
  margin-top: 15px;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

/* ---------------------------------------------
*   botton
--------------------------------------------- */
/* btn_mv */
.seido_container .btn_mv {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 242px;
  height: 40px;
  padding: 0;
  background-color: #fecaca;
  border: 1px solid #ac2d44;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.seido_container .btn_mv::before {
  content: "";
  position: absolute;
  top: 40%;
  right: 15px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #ac2d44;
  border-right: 1px solid #ac2d44;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.seido_container .btn_mv .btn_mv_text {
  color: #ac2d44;
  letter-spacing: 0.14em;
  font-size: 18px;
  font-weight: bold;
}
.seido_container .btn_mv:hover {
  background-color: #ac2d44;
}
.seido_container .btn_mv:hover::before {
  border-top: 1px solid #fecaca;
  border-right: 1px solid #fecaca;
}
.seido_container .btn_mv:hover .btn_mv_text {
  color: #fecaca;
}