.bnrAnc {
  display: flex;
  text-align: center;
}

.nennImg {
  margin: 1em auto .2em;
  max-width: 300px;
}

.cTitle {
  margin-bottom: 1em;
  font-size: 1.4em;
  text-decoration: underline;
}

.c-formRadio__label {
  align-items: baseline;
}

.pamphbox {
  max-width: 700px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.lasttt {
  margin-top: 3em !important;
}

.othform {
  display: flex;
  justify-content: center;
}

.othform a {
  text-align: center;
  border: 1px solid;
  padding: 1em;
  margin: 1em;
}

.othform a p {
  margin: 0;
  text-decoration: none;
}

p.passinfo {
  font-size: .8em;
  color: red;
  margin-left: 1em;
  text-align: center !important;
}

p.forpartner {
  text-align: center !important;
}

p.forpartner a {
  border-bottom: 1px solid;
  padding-bottom: 0.4em;
}

.yearpass_container__form p {
  font-size: 1.4rem;
  text-align: left;
}

.yearpass_container__form .p-login__btn div:first-child {
  margin: 0 0rem 2em 0;
}

.colred {
  color: red;
}

.annualalert p {
  margin: 2em 0;
  text-align: left;
  font-weight: bold;
}

.kikanpass {
  padding: 0.5em;
  background: antiquewhite;
  margin-left: 0.5em;
}

/* .AnnualPassBox dl {
  margin: 30px;
}

.AnnualPassBox dd {
  display: flex;
  align-items: center;
}

.c-formInput {
  margin: 30px;
}

.c-formInput:first-child,
.c-formSelect:first-child {
  margin-top: 30px;
}

textarea,
select,
#stripeArea input {
  border: 1px solid;
  background-color: white;
  border-radius: 8px;
} */

.yearpass_container__form_btn {
  display: block;
  width: 450px;
  margin: auto;
  background: #fff;
  line-height: 1;
  text-align: center;
  padding: 35px 0;
  font-size: 20px;
  border-radius: 5px;
  margin-top: 80px;
  border: 1px solid;
  box-shadow: 0px 1px 4px 1px #00000047;
}
@media (max-width:480px) {
  .yearpass_container__form_btn {
    width: 320px;
    padding: 25px 0;
    font-size: 15px;
    margin-top: 30px;
}
.yearpass_container {
  margin: 3rem 0;
}
}

.period_extension_box .big{
  text-align: center;
  font-size: 32px;
  color: red;
  line-height: 1.2;
  margin: 60px 0 30px;
}
.period_extension_box .small {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 768px) {
  .period_extension_box .big{
    font-size: 24px;
    margin: 40px 0 20px;
  }
}
@media (max-width:480px) {
  .period_extension_box .big {
    font-size: 20px;
    margin: 40px 0 10px;
}
.period_extension_box .small {
  font-size: 14px;
}
}