/*
============================================================ */
/* まとめて乗り換え
============================================================ */

.norikae-kv {
  padding: 100px 15px;
  text-align: center;
  background: url(/ssl/promotion/img/646186024.webp) no-repeat 50% 50% fixed;
  background-size: cover;
}

.norikae-mdkv {
  padding: 100px 15px;
  text-align: center;
  background: url(/ssl/promotion/img/646186024.jpg) no-repeat 50% 50% fixed;
  background-size: cover;
}

.norikae-ttl {
  position: relative;
  margin: 0 0 30px;
  padding: 70px 0 0;
  font-size: 40px;
  text-align: center;
}

.norikae-ttl:before {
  content: "";
  display: block;
  position: absolute;
  top: -47px;
  left: 50%;
  width: 120px;
  height: 92px;
  margin: 0 0 0 -45px;
  background: url(/ssl/promotion/img/norikae-icon-cert.png) no-repeat 0 0;
}

.norikae-summarize {
  padding: 120px 15px 15px;
  background: #ffe485;
}

.norikae-summarize__ttl {
  border-top: 1px solid #fff;
  color: #ea5514;
}

.norikae-summarize-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.norikae-summarize-list__item {
  width: 47.95%;
}

.norikae-summarize-list__item figure {
  width: 120px;
  height: 120px;
  line-height: 120px;
  margin: 0 auto 20px;
  border-radius: 100%;
  color: #ab2b00;
  font-size: 50px;
  text-align: center;
  background: rgba(255, 255, 255, .7);
}

.norikae-summarize-list__item dt {
  margin: 0 0 15px;
  color: #ab2b00;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.norikae-summarize-list__item dd {
  line-height: 2;
  font-size: 16px;
}

.norikae-reduce {
  margin: 30px 0 0;
}

.norikae-reduce__ttl {
  margin: 0 0 40px;
  color: #006dd9;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.norikae-reduce__ttl i {
  display: inline-block;
  font-size: 40px;
}

.norikae-reduce__box {
  margin: 0 0 50px;
  padding: 40px;
  border: 1px dashed #a62e13;
  background: rgba(255, 255, 255, .3);
}

.norikae-reduce__box h4 {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 0 85px;
  color: #a52d13;
  font-size: 30px;
}

.norikae-reduce__box h4:before {
  content: "\F407";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  font-size: 70px;
  font-weight: 900;
  font-family: 'bootstrap-icons';
}

.norikae-reduce__box p {
  float: left;
  width: 48.5%;
  line-height: 2;
  margin: 0 0 30px;
}

.norikae-reduce__box figure {
  float: right;
  width: 48.5%;
  margin: 0 0 30px;
}

.norikae-reduce__box table {
  width: 100%;
  font-size: 13px;
}

.norikae-reduce__box table + table {
  display: none;
}

.norikae-reduce__box th {
  padding: 5px 10px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  background: #5b9bd5;
}

.norikae-reduce__box td {
  padding: 5px 10px;
  border: 1px solid #fff;
  text-align: right;
  background: #eaeff7;
}

.norikae-reduce__box td:first-child {
  text-align: left;
}

.norikae-easier {
  overflow: hidden;
  margin: 0;
  padding: 60px 15px;
  background: url(/ssl/promotion/img/norikae-bg-reduce-01.webp) no-repeat 50% 50% fixed;
  background-size: cover;
}

.norikae-easier__ttl {
  margin: 0 0 30px;
  color: #a52c13;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 1px rgba(255, 255, 255, 1), 2px -2px 1px rgba(255, 255, 255, 1), -2px 2px 1px rgba(255, 255, 255, 1), -2px -2px 1px rgba(255, 255, 255, 1);
}

.norikae-easier__type1 {
  float: left;
  width: 48.5%;
  padding: 30px 30px 40px;
  background: rgba(255, 255, 255, .7);
  box-shadow: 0 0 10px rgba(0, 0, 0, .4);
  box-sizing: border-box;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.norikae-easier__type2 {
  position: relative;
  float: right;
  width: 48.5%;
  padding: 30px 30px 40px;
  background: rgba(255, 255, 255, .7);
  box-shadow: 0 0 10px rgba(0, 0, 0, .4);
  box-sizing: border-box;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.norikae-easier__type1 h4,
.norikae-easier__type2 h4 {
  margin: 0 0 20px;
  color: #5a9ad4;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 1px rgba(255, 255, 255, 1), 2px -2px 1px rgba(255, 255, 255, 1), -2px 2px 1px rgba(255, 255, 255, 1), -2px -2px 1px rgba(255, 255, 255, 1);
}

.norikae-easier__type1 figure,
.norikae-easier__type2 figure {
  margin: 30px 0 0;
  text-align: center;
}

.norikae-easier__type2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 210px;
  height: 179px;
  margin: 0 0 0 -105px;
  background: url(/ssl/promotion/img/norikae-img-reduce-05.webp) no-repeat 0 0;
  background-size: 210px 179px;
}

.norikae-ssprime {
  padding: 120px 15px 60px;
  /* background: #ffeeb4; */
  background: linear-gradient(135deg, rgba(25,118,210,1) 5%, rgba(10,151,167,1) 50%, rgba(124,179,66,1) 95%);
}

.norikae-ssprime__ttl {
  border-top: 1px solid #fff;
  color: #ffdc33;
}

.norikae-ssprime-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.norikae-ssprime-list__item {
  width: 30%;
}

.norikae-ssprime-list__item figure {
  width: 120px;
  height: 120px;
  line-height: 120px;
  margin: 0 auto 20px;
  border-radius: 100%;
  color: #ab2b00;
  font-size: 50px;
  text-align: center;
  background: rgba(255, 255, 255, .7);
}

.norikae-ssprime-list__item dt {
  margin: 0 0 15px;
  color: #ffdc33;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.norikae-ssprime-list__item dd {
  line-height: 2;
  font-size: 16px;
  color:#fff;
}

.norikae-price {
  padding: 120px 15px 60px;
  background: url(/ssl/promotion/img/norikae-bg-cv-01.webp);
}

.norikae-price__ttl {
  border-top: 1px solid #fff;
  color: #fff;
}

.norikae-price-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.norikae-price-list__item {
  position: relative;
  width: 100%;
  border: 4px solid #6db4b5;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
}

.norikae-price-list__item:before {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  left: -9px;
  width: 105px;
  height: 105px;
  background: url(/ssl/promotion/img/norikae-icon-price-01.webp) no-repeat 0 0;
}

.norikae-price-list__item h3 {
  line-height: 1.3;
  padding: 10px 15px 15px;
  color: #fff;
  font-size: 30px;
  background: linear-gradient(135deg, rgba(25,118,210,1.0) 5%, rgba(10,151,167,1.0) 50%, rgba(124,179,66,1.0) 95%) !important;
}

.norikae-price-list__item h3 span {
  font-size: 20px;
}

.norikae-price-list__item dl {
  padding: 20px;
}

.norikae-price-list__item dt {
  float: left;
  width: 150px;
  padding: 15px 0 0;
  font-size: 16px;
  font-weight: bold;
}

.norikae-price-list__item dd {
  line-height: 1.4;
  margin: 0 0 20px;
  padding: 0 0 20px 150px;
  border-bottom: 1px dotted #ccc;
  text-align: left;
}

.norikae-price-list__item dd:last-child {
  margin: 0;
  padding-bottom: 0;
  border: none;
}

.norikae-price-list__item dd span {
  color: #a62a00;
  font-size: 40px;
}

.norikae-wildcard {
  padding: 120px 15px 40px;
  background: url(/ssl/promotion/img/norikae-bg-wildcard-01.png);
}

.norikae-wildcard__ttl {
  border-top: 1px solid #e1e1e1;
  color: #ea5514;
}

.norikae-wildcard p {
  line-height: 2;
  margin: 0 0 1.5em;
  font-size: 16px;
}

.norikae-wildcard h3 {
  margin: 30px 0 20px;
  padding: 30px 0 0;
  border-top: 1px solid #e1e1e1;
  color: #ea5514;
  font-size: 30px;
}

.norikae-recommend {
  padding: 80px 15px 60px;
  background: #ffcf06 url(/ssl/promotion/img/norikae-bg-recommend-01.png) no-repeat 50% 0;
}

.norikae-recommend__ttl {
  margin: 0 0 55px;
  padding: 5px 15px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  background: #ea5514;
}

.norikae-recommend__ttl span {
  font-size: 30px;
}

.norikae-recommend-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.norikae-recommend-list__item {
  position: relative;
  width: 30.6%;
  padding: 0 15px 20px;
  border: 3px solid #bff2f3;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
}

.norikae-recommend-list__item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #a1e5e6;
}

.norikae-recommend-list__item p:nth-child(1) {
  width: 120px;
  line-height: 30px;
  margin: 0 auto 20px;
  padding: 0 15px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  background: #5ecdce;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.norikae-recommend-list__item figure {
  margin: 0 0 10px;
}

.norikae-recommend-list__item p:nth-child(3) {
  font-size: 16px;
}

.norikae-recommend-list__item p:nth-child(3) span {
  color: #ea5514;
}

.norikae-campaign {
  padding: 120px 15px 60px;
  background: url(/ssl/promotion/img/norikae-bg-privileges-01.png);
}

.norikae-campaign-md {
  padding: 120px 15px 60px;
  background: url(/ssl/promotion/img/norikae-bg-green-01.png);
}


.norikae-privileges {
  padding: 120px 15px 60px;
  background: linear-gradient(135deg, rgba(124,179,66,1.0) 5%, rgba(117,165,65,1.0) 95%);
  /* background: url(/ssl/img/glay-gradation-bg.jpg); */
}

.norikae-privileges__ttl {
  border-top: 1px solid #fff;
  color: #fff;
}

.norikae-privileges__subttl {
  margin: 0 0 30px;
  padding: 5px 15px;
  color: #fff;
  font-size: 30px;
  text-align: center;
  background: #a62a00;
}

.norikae-privileges-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.norikae-privileges-list__item {
  width: 30.6%;
  background: #fff;
}

.norikae-privileges-list__item figure {
  margin: 0;
  padding: 25px 15px;
  text-align: center;
}

.norikae-privileges-list__item p {
  position: relative;
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin: 0 auto -35px;
  border-radius: 100%;
  color: #fff;
  font-size: 30px;
  text-align: center;
  background: #a62a00;
}

.norikae-privileges-list__item dl {
  padding: 50px 20px 20px;
  background: #f2f2f2;
}

.norikae-privileges-list__item dt {
  margin: 0 0 5px;
  color: #000;
  font-size: 20px;
  text-align: center;
}

.norikae-privileges-list__item dd {
  font-size: 16px;
}

.norikae-cv {
  padding: 60px 15px;
  background: url(/ssl/promotion/img/norikae-bg-cv-01.webp);
}

.norikae-cv .contents {
  position: relative;
}

.norikae-cv__lines {
  position: relative;
  max-width: 570px;
  margin: 0 0 25px;
  padding: 5px 15px;
  border-radius: 5px;
  color: #164b95;
  font-size: 20px;
  text-align: center;
  background: #fff;
}

.norikae-cv__lines:after {
  content: "";
  position: absolute;
  top: 20px;
  right: -18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 0 20px;
  border-color: transparent transparent transparent #fff;
}

.norikae-cv__txt {
  margin: 0 0 25px;
  color: #fff;
  font-size: 38px;
}

.norikae-cv__txt b {
  color: #ffdd00;
  font-size: 46px;
}

.norikae-cv-buttons {
list-style: none;
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: normal;
padding-left: 0px !important;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  z-index: 10;
}

.norikae-cv__button {
  width: 24%;
}

.norikae-cv__button--apply {
  width: 47%;
}

.norikae-cv__button a {
  display: block;
  position: relative;
  padding: 20px 15px;
  border-radius: 5px;
  color: #fff;
  font-size: 28px;
  text-align: center;
  text-decoration: none;
}

.norikae-cv__button--apply a {
  border-bottom: 8px solid #d84e12;
  background: #ea5514;
}

.norikae-cv__button--consult a {
  border-bottom: 8px solid #30a3a5;
  background: #34b1b3;
}

.norikae-cv__button--estimation a {
  border-bottom: 8px solid #d88f2c;
  background: #f19f31;
}

.norikae-cv__button a:after {
  content: "\F285";
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 30px;
  font-weight: 900;
  font-family: 'bootstrap-icons';
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

.norikae-cv__button a:hover:after {
  right: 15px;
}

.norikae-cv__img {
  position: absolute;
  right: 0;
  bottom: -60px;
  margin: 0;
}

.norikae-cv__img img {
  vertical-align: bottom;
}

@media screen and (max-width: 811px) {
  .norikae-kv {
    padding: 50px 15px;
    background-attachment: inherit;
  }
  
  .norikae-ttl {
    margin: 0 0 20px;
    padding: 35px 0 0;
    font-size: 20px;
  }
  
  .norikae-ttl:before {
    top: -23px;
    width: 46px;
    height: 47px;
    margin: 0 0 0 -23px;
    background-size: 46px 47px;
  }
  
  .norikae-summarize {
    padding: 40px 15px 15px;
  }
  
  .norikae-summarize .contents {
    width: auto;
  }

  .norikae-summarize-list {
    display: block;
  }

  .norikae-summarize-list__item {
    width: auto;
    margin: 0 0 15px !important;
  }
  
  .norikae-summarize-list__item:last-child {
    margin: 0 !important;
  }

  .norikae-summarize-list__item figure {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto 15px;
    font-size: 30px;
  }

  .norikae-summarize-list__item dt {
    font-size: 16px;
  }
  
  .norikae-summarize-list__item dd {
    line-height: inherit;
    font-size: inherit;
  }

  .norikae-reduce {
    margin: 20px 0 0 !important;
  }

  .norikae-reduce__ttl {
    margin: 0 0 20px;
    font-size: 20px;
  }

  .norikae-reduce__ttl i {
    font-size: 30px;
  }

  .norikae-reduce__box {
    margin: 0 0 15px !important;
    padding: 15px;
  }

  .norikae-reduce__box h4 {
    margin: 0 0 20px;
    padding: 0 0 0 45px;
    font-size: 18px;
  }

  .norikae-reduce__box h4:before {
    font-size: 30px;
  }
  
  .norikae-reduce__box h4 br {
    display: none;
  }

  .norikae-reduce__box p {
    float: none;
    width: auto;
    line-height: inherit;
    margin: 0 0 20px;
  }

  .norikae-reduce__box figure {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }
  
  .norikae-reduce__box figure + table {
    display: none;
  }

  .norikae-reduce__box table + table {
    display: table;
    font-size: 12px;
  }

  .norikae-reduce__box th {
    padding: 5px;
  }

  .norikae-reduce__box td {
    padding: 5px;
  }

  .norikae-easier {
    padding: 20px 15px 15px;
    background-position: 75% 50%;
    background-attachment: inherit;
  }

  .norikae-easier__ttl {
    margin: 0 0 20px;
    font-size: 20px;
  }

  .norikae-easier__type1 {
    float: none;
    width: auto;
    margin: 0 0 15px !important;
    padding: 20px 15px 15px;
  }

  .norikae-easier__type2 {
    float: none;
    width: auto;
    padding: 20px 15px 100px;
  }

  .norikae-easier__type1 h4,
  .norikae-easier__type2 h4 {
    margin: 0 0 20px;
    font-size: 18px;
  }

  .norikae-easier__type1 figure,
  .norikae-easier__type2 figure {
    margin: 20px 0 0;
  }

  .norikae-easier__type2:after {
    width: 106px;
    height: 90px;
    margin: 0 0 0 -50px;
    background-size: 106px 90px;
  }

  .norikae-ssprime {
    padding: 40px 15px 15px;
  }
  
  .norikae-ssprime .contents {
    width: auto;
  }

  .norikae-ssprime-list {
    display: block;
  }

  .norikae-ssprime-list__item {
    width: auto;
    margin: 0 0 15px !important;
  }
  
  .norikae-ssprime-list__item:last-child {
    margin: 0 !important;
  }

  .norikae-ssprime-list__item figure {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto 15px;
    font-size: 30px;
  }
  
  .norikae-ssprime-list__item dt {
    font-size: 16px;
  }

  .norikae-ssprime-list__item dd {
    line-height: inherit;
    font-size: inherit;
  }
  
  .norikae-price {
    padding: 40px 15px 15px;
  }
  
  .norikae-price .contents {
    width: auto;
  }

  .norikae-price-list {
    display: block;
  }

  .norikae-price-list__item {
    width: auto;
    margin: 0 0 15px !important;
  }
  
  .norikae-price-list__item:last-child {
    margin: 0 !important;
  }

  .norikae-price-list__item:before {
    top: -7px;
    left: -7px;
    width: 53px;
    height: 53px;
    background-size: 53px 53px;
  }

  .norikae-price-list__item h3 {
    font-size: 20px;
  }

  .norikae-price-list__item h3 span {
    font-size: 16px;
  }

  .norikae-price-list__item dl {
    padding: 15px;
  }

  .norikae-price-list__item dt {
    float: none;
    width: auto;
    padding: 0;
    font-size: inherit;
  }

  .norikae-price-list__item dd {
    padding: 0 0 20px;
    text-align: center;
  }

  .norikae-price-list__item dd span {
    font-size: 30px;
  }

  .norikae-wildcard {
    padding: 40px 15px 15px;
  }
  
  .norikae-wildcard .contents {
    width: auto;
  }

  .norikae-wildcard p {
    line-height: inherit;
    font-size: inherit;
  }

  .norikae-wildcard h3 {
    margin: 20px 0;
    padding: 20px 0 0;
    font-size: 18px;
  }

  .norikae-recommend {
    padding: 20px 15px 15px;
    background-size: auto 20px;
  }
  
  .norikae-recommend .contents {
    width: auto;
  }

  .norikae-recommend__ttl {
    margin: 0 0 30px;
    font-size: 18px;
  }

  .norikae-recommend__ttl span {
    font-size: 20px;
  }

  .norikae-recommend-list {
    display: block;
  }

  .norikae-recommend-list__item {
    width: auto;
    margin: 0 0 25px !important;
    padding: 0 15px 15px;
  }
  
  .norikae-recommend-list__item:last-child {
    margin: 0 !important;
  }

  .norikae-recommend-list__item p:nth-child(1) {
    margin: 0 auto 10px;
    font-size: 14px;
  }
  
  .norikae-recommend-list__item figure img {
    height: 50px;
  }

  .norikae-recommend-list__item p:nth-child(3) {
    font-size: inherit;
  }

  .norikae-privileges {
    padding: 40px 15px 15px;
  }
  
  .norikae-privileges .contents {
    width: auto;
  }

  .norikae-privileges__subttl {
    margin: 0 0 20px;
    font-size: 18px;
  }

  .norikae-privileges-list {
    display: block;
  }

  .norikae-privileges-list__item {
    width: auto;
  }

  .norikae-privileges-list__item figure {
    padding: 15px;
  }
  
  .norikae-privileges-list__item figure img {
    height: 80px;
  }

  .norikae-privileges-list__item p {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto -20px;
    font-size: 20px;
  }

  .norikae-privileges-list__item dl {
    padding: 30px 15px 15px;
  }

  .norikae-privileges-list__item dt {
    font-size: 18px;
  }

  .norikae-privileges-list__item dd {
    font-size: inherit;
  }

  .norikae-cv {
    padding: 15px 15px 0;
  }

  .norikae-cv .contents {
    width: auto;
  }

  .norikae-cv__lines {
    margin: 0 0 20px;
    font-size: inherit;
  }

  .norikae-cv__lines:after {
    content: none;
  }

  .norikae-cv__txt {
    margin: 0 0 20px;
    font-size: 18px;
  }
  
  .norikae-cv__txt b {
    font-size: 24px;
  }

  .norikae-cv-buttons {
    display: block;
    overflow: hidden;
  }

  .norikae-cv__button {
    width: auto;
    margin: 0 0 15px;
  }

  .norikae-cv__button--consult {
    float: left;
    width: 48%;
  }

  .norikae-cv__button--estimation {
    float: right;
    width: 48%;
  }

  .norikae-cv__button a {
    padding: 15px;
    font-size: 18px;
  }

  .norikae-cv__button--apply a {
    border-width: 4px;
  }

  .norikae-cv__button--consult a {
    border-width: 4px;
  }

  .norikae-cv__button--estimation a {
    border-width: 4px;
  }

  .norikae-cv__button a:after {
    right: 15px;
    font-size: 20px;
  }
  
  .norikae-cv__img {
    position: static;
    text-align: center;
  }
  
  .norikae-cv__img img {
    width: 200px;
  }
}




.campaign_info{
  width:100%;
  background: rgba( 255, 255, 255, 0.75 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 4px );
  -webkit-backdrop-filter: blur( 4px );
  border-radius: 10px;
  padding:20px;
}

.campaign_info h5{
color: #ab2b00;
    font-size: 20px;
    font-weight: bold;
}

#campaign .card-header{
  background-color:#164b95;
  color:#fff;
}
#campaign .card-body h5{
  color:#164b95;
}
#campaign .card-body a{
  background-color:#164b95;
  color:#fff;
}

.conversion_button{
display: block;
padding: 20px 15px;
border-radius: 5px;
background: linear-gradient(#2E7D32, #8BC34A);
font-size: 20px;
font-weight:bold;
color:#fffc00;
}

.price{color: #a62a00; font-size: 40px;}

.campaign_badge {
    position: relative;
    float: right;
    top: -480px;
    transform:rotate(5deg);
    width:240px;height:240px;}
@media screen and (max-width: 811px) {
  .campaign_badge {
    position: relative;
    float: none;
    transform:rotate(0deg);
    width:240px;height:240px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    right: auto;}
}
