@charset "UTF-8";

/*!
* ress.css • v2.0.2
* MIT License
* github.com/filipelinhares/ress
*/

.renewal-2021 {
  margin: 0 auto 100px;
  position: relative;
  padding-top: 40px;
}
.renewal-2021 .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 -11%;
  height: 405px;
  width: 121%;
  background: url(../img/bg-img.jpg)no-repeat center center;
  background-size: cover;
  z-index: -1;
}
.renewal-2021 .lead-block {
  background: #ff0;
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  border-radius: 20px;
  padding: 35px;
}
.renewal-2021 .lead-block p {
  margin: 0;
  position: relative;
}
.renewal-2021 .lead-block p::after {
  background: url(../img/caution.svg)no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 80px;
  position: absolute;
  width: 90px;
  bottom: 0;
  top: 0;
  right: 680px;
  left: 0;
  margin: auto;
}
.renewal-2021 .lead-block p::before {
  background: url(../img/caution.svg)no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 80px;
  position: absolute;
  width: 90px;
  bottom: 0;
  top: 0;
  right: 0;
  left: 640px;
  margin: auto;
}

.renewal-2021 .line-block {
  margin-top: 65px;
  display: flex;
  background: #80b400;
  position: relative;
  padding: 3.2vw;
}
.renewal-2021 .line-block .img-area {
position: absolute;
  bottom: 0;
}
.renewal-2021 .line-block .img-area img {
  width: 21vw;
}
.renewal-2021 .line-block .img-left {
  left: 0;
}
.renewal-2021 .line-block .img-right {
  right: 0;
}
.renewal-2021 .line-block .txt-area {
  font-size: 3.83vw;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  line-height: 0.95;
}
.renewal-2021 .line-block .txt-area .font-83 {
  font-size: 4.43vw;
}
.renewal-2021 .line-block .txt-area .font-200 {
  font-size: 10.68vw;
  font-weight: 500;
}
@media all and (-ms-high-contrast: none) {
  .renewal-2021 .line-block .txt-area .font-200 {
    line-height: 1.2;
  }
}
.renewal-2021 .line-block .txt-area .font-100 {
  font-size: 5.32vw;
}
.renewal-2021 .btn-block {
  background: #ce7419;
  border-radius: 10px;
  font-size: 40px;
  font-weight: 600;
  position: relative;
  text-align: center;
  width: 100%;
  height: 115px;
  margin: 60px auto 0;
}
.renewal-2021 .btn-block .btn-area {
  border: solid 4px #f7931e;
  position: absolute;
  border-radius: 10px;
  width: 100%;
  background: #fbb03b;
  bottom: 5px;
  right: 5px;
  padding: 25px 0;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease-out;
}
@media screen and (min-width:768px) {
  .renewal-2021 .btn-block .btn-area:hover {
    bottom: 0;
    right: 0;
  }
}
.renewal-2021 .btn-block .btn-area p {
  margin-bottom: 0;
  position: relative;
}
.renewal-2021 .btn-block .btn-area p::after {
  background: url(../img/arrow-wh.svg)no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  width: 20px;
  bottom: 0;
  top: 0;
  right: 25px;
  margin: auto;
}
.renewal-2021 .cash-block  {
  margin-top: 55px;
  text-align: center;
}
.renewal-2021 .cash-block .txt-area {
  font-weight: 600;
  position: relative;
  padding-bottom: 70px;
}
.renewal-2021 .cash-block .txt-area::after {
  background: url(../img/arrow-gr.svg)no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 42px;
  position: absolute;
  width: 42px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.renewal-2021 .cash-block .txt-area .font-72 {
  font-size: 72px;
}
.renewal-2021 .cash-block .txt-area .font-60 {
  font-size: 60px;
}
.renewal-2021 .cash-block .registration-area {
  display: flex;
  justify-content: center;
  margin: 40px 0 60px;
}
.renewal-2021 .cash-block .registration-area .item {
  font-size: 48px;
  font-weight: 600;
  color: #80b400;
  border: solid 7px #80b400;
  position: relative;
  width: 26.7vw;
  padding: 33px 10px;
}
.renewal-2021 .cash-block .registration-area .item:first-child {
  margin-right: 85px;
}
.renewal-2021 .cash-block .registration-area .item01::before{
  background: url(../img/plus.svg)no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 48px;
  position: absolute;
  width: 48px;
  top: 0;
  bottom: 0;
  right: -73px;
  margin: auto;
}
.renewal-2021 .cash-block .registration-area .item01::after{
  background: url(../img/txt01.svg)no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 9.7vw;
  position: absolute;
  width: 9.7vw;
  top: -4.9vw;
  left: -4.8vw;
  margin: auto;
}
.renewal-2021 .cash-block .registration-area .item02::after{
  background: url(../img/txt02.svg)no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 11.7vw;
  position: absolute;
  width: 13vw;
  top: -7vw;
  right: -6.5vw;
  margin: auto;
}
.renewal-2021 .cash-block .main-block {
  background: url(../img/bg-img.jpg)no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  margin: 60px -11% 0;
  padding: 20px 0;
}
.renewal-2021 .cash-block .main-block .txt-area img {
  width: 518px;
}
.renewal-2021 .cash-block .main-block .txt-area::after {
  display: none;
}
.renewal-2021 .function-block {
  margin-top: 100px;
}
.renewal-2021 .function-block .txt-area {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  position: relative;
}
.renewal-2021 .function-block .txt-area::after {
  background: #333;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 53px;
  position: absolute;
  width: 5px;
  bottom: 16px;
  right: 920px;
  left: 0;
  margin: auto;
  transform: rotate(-20deg);
}
.renewal-2021 .function-block .txt-area::before {
  background: #333;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 53px;
  position: absolute;
  width: 5px;
  bottom: 16px;
  left: 920px;
  right: 0;
  margin: auto;
  transform: rotate(20deg);
}
.renewal-2021 .function-block .content-area {
  display: flex;
  justify-content: center;
  max-width: 1080px;
  margin: auto;
}
.renewal-2021 .function-block .content-area img {
  margin-right: 35px;
  width: calc(100% / 3);
}
.renewal-2021 .function-block .content-area img:last-child {
  margin-right: 0;
}