@charset "utf-8";

/* === .sec_mv === */
.sec_mv .container__under02 {
  letter-spacing: 0;
  position: relative;
}
.sec_mv .ttl {
  font-weight: normal;
  display: block;
  position: relative;
  padding-bottom: 0;
}
.sec_mv .ttl::before {
  content: "";
  width:2px;
  background-color: #ad0011;
  position: absolute;
  left: 0;
  top: 0;
}
.sec_mv .ttl p {
  color: #000;
  line-height: 1.3;
  text-shadow: 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff;
}
.sec_mv .ttl h1 {
  color: #fff;
  font-family: 'Noto Serif JP',serif;
  font-weight: 600;
  line-height: 1.1;
  text-shadow: 0 0 .2em rgb(0, 0, 0, 0.6), 0 0 .2em rgb(0, 0, 0, 0.6), 0 0 .2em rgb(0, 0, 0, 0.6), 0 0 .2em rgb(0, 0, 0, 0.6);
}
@media screen and (min-width: 768px) {
  .sec_mv {
    margin-bottom: 95px;
  }
  .sec_mv > div {
    background-size: cover;
    background-repeat: no-repeat;
  }
  .sec_mv > div.mv_index {
    background-image: url(/saving/teiki/nenkin/img/mv_index_pc.jpg);
  }
  .sec_mv > div.mv_yoyaku {
    background-image: url(/saving/teiki/nenkin/img/mv_yoyaku_pc.jpg);
  }
  .sec_mv .container__under02 {
    padding-top: 50px;
    padding-bottom: 25px;
  }
  .sec_mv .ttl {
    padding-left: 25px;
  }
  .sec_mv .ttl::before {
    height: 100%;
  }
  .sec_mv .ttl p {
    font-size: calc(16 / 16 * 1rem);
  }
  .sec_mv .ttl h1 {
    font-size: calc(60 / 16 * 1rem);
    margin-top: -10px;
    margin-left: -5px;
  }
  .sec_mv .ttl h1 span {
    font-size: calc(36 / 16 * 1rem);
    margin-left: 5px;
  }
  .sec_mv .block01 {
    display: inline-block;
    margin-top: 40px;
  }
}
@media not all and (min-width: 768px) {
  .sec_mv {
    margin-bottom: 50px;
  }
  .sec_mv > div {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }
  .sec_mv > div.mv_index {
    background-image: url(/saving/teiki/nenkin/img/mv_index_sp.jpg);
  }
  .sec_mv > div.mv_yoyaku {
    background-image: url(/saving/teiki/nenkin/img/mv_yoyaku_sp.jpg);
  }
  .sec_mv .container__under02 {
    padding: 32px 12px 12px;
  }
  .sec_mv .ttl {
    padding-left: 16px;
  }
  .sec_mv .ttl::before {
    height: 100%;
    top: 0;
  }
  .sec_mv .ttl p {
    font-size: calc(14 / 16 * 1rem);
  }
  .mv_text_image {
    margin-top: -24px;
  }
  .sec_mv .ttl h1 {
    font-size: calc(40 / 16 * 1rem);
    line-height: 1.1;
    letter-spacing: -0.05em;
    margin-top: -10px;
    margin-left: -4px;
    padding-bottom: 8px;  
  }
  .sec_mv .ttl h1 span {
    font-size: calc(26 / 16 * 1rem);
    margin-left: 3px;
  }
  .sec_mv .block01 {
    margin-top: 40px;
  }
}

/* === table.overviewTable === */
table.overviewTable th,
table.overviewTable td {
  border: 2px solid #d1d1d1;
  font-weight: normal;
  vertical-align: middle;
}
table.overviewTable th {
  background: #dbdbdb;
  text-align: left;
}
table.overviewTable td {
  background: #fff;
}
@media screen and (min-width: 768px) {
  table.overviewTable th,
  table.overviewTable td {
    padding: 16px;
  }
  table.overviewTable th {
    width: 25%;
  }
}
@media not all and (min-width: 768px) {
  table.overviewTable th,
  table.overviewTable td {
    padding: 8px;
  }
  table.overviewTable th {
    width: 20%
  }
}

/* === .special === */
.special > div > p strong {
  color: #ad0011;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0;
}
.special > div > p strong {
  white-space: nowrap;
}
.special .btnBox_rect p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .special > div > p {
    font-size: calc(20 / 16 * 1rem);
    margin-bottom: 20px;
  }
  .special > div > p strong {
    font-size: calc(28 / 16 * 1rem);
  }
  .special .btnBox_rect p {
    margin-bottom: 4px;
  }
}
@media not all and (min-width: 768px) {
  .special > div > p {
    font-size: calc(16 / 16 * 1rem);
    margin-bottom: 12px;
  }
  .special > div > p strong {
    font-size: calc(20 / 16 * 1rem);
  }
  .special .btnBox_rect p {
    margin-bottom: 2px;
  }
}

/* === .borderBox === */
.borderBox {
  border: 1px solid #d1d1d1;
}
@media screen and (min-width: 768px){
  .borderBox {
    margin-top: 16px;
    padding: 16px;
  }
}
@media not all and (min-width: 768px){
  .borderBox {
    margin-top: 8px;
    padding: 8px;
  }
}