@charset "UTF-8";
/* ===========================================
 * 制度 そのママ割
 * ======================================== */
/* ---------------------------------------------
*   section
--------------------------------------------- */
/* sec_mv */
.seido_container .sec_mv .sec_mv_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60.533vw;
  background-image: url("/chintai/sp/img/whats/system/sonomama/bg_mv.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.seido_container .sec_mv .sec_mv_img {
  display: inline-block;
  aspect-ratio: 75/43;
}
.seido_container .sec_mv .sec_mv_img > img {
  width: 100%;
  height: auto;
}
.seido_container .sec_mv .sec_mv_body {
  margin-top: 5.333vw;
}

/* sec_contents */
.seido_container .sec_contents {
  margin: 10.667vw 0;
}
.seido_container .sec_contents .sec_contents_header {
  padding: 0 2.4vw;
  color: #ac2d44;
  font-size: 4vw;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.seido_container .sec_contents .sec_contents_body {
  margin-top: 4vw;
}

/* ---------------------------------------------
*   module
--------------------------------------------- */
/* title_belt */
.seido_container .title_belt {
  padding: 0 2.667vw 2.667vw;
  font-size: 4vw;
  font-weight: bold;
  letter-spacing: 0.533vw;
}

/* lead */
.seido_container .lead {
  color: #ac2d44;
  font-weight: bold;
  text-align: center;
}
.seido_container .lead .lead_sub {
  font-size: 4vw;
}
.seido_container .lead .lead_sub > strong {
  font-size: 4.8vw;
}
.seido_container .lead .lead_sub > sup {
  font-size: 2.667vw;
}
.seido_container .lead .lead_main {
  font-size: 6.4vw;
}
.seido_container .lead .lead_main > strong {
  font-size: 10.667vw;
}
.seido_container .lead .lead_note {
  color: #ac2d44;
  font-size: 2.667vw;
}
.seido_container .lead .lead_attention {
  margin-top: 2.667vw;
  color: #ac2d44;
  font-size: 2.667vw;
  font-weight: normal;
}

/* summary */
.seido_container .summary .summary_item {
  margin-top: 10.667vw;
}
.seido_container .summary .summary_item:first-child {
  margin-top: 0;
}
.seido_container .summary .summary_item > dt {
  padding: 0.8vw 2.4vw;
  background-color: #fecaca;
  color: #ac2d44;
  font-size: 3.733vw;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.seido_container .summary .summary_item > dd {
  margin-top: 5.333vw;
  padding: 0 2.4vw;
}
.seido_container .summary .summary_text {
  color: #000;
  font-size: 2.933vw;
  line-height: 1.8;
}

/* ---------------------------------------------
*   search
--------------------------------------------- */
.liststwolinks_list span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f2f2f2;
  color: #284679;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  font-size: 1.36364em;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.1em;
  width: 100%;
  opacity: 0.5;
}