.title01 h1.f40 {
  font-size: 40px !important;
  letter-spacing: 0px !important;
  line-height: 1.8;
}

.f40 {
  font-size: 40px !important;
  line-height: 1.8;
}

.f28 {
  font-size: 28px !important;
  line-height: 1.8;
}

.f24 {
  font-size: 24px !important;
  line-height: 1.8;
}

.f20 {
  font-size: 20px !important;
}

.f18 {
  font-size: 18px !important;
  line-height: 1.8;
}

.f16 {
  font-size: 16px !important;
  line-height: 1.8;
}

.l-h18 {
  line-height: 1.8;
}

.fw600 {
  font-weight: bold;
}

.markbox {
  display: inline-block;
}

.mark {
  background: #FAC170;
  border-radius: 50px;
  padding: 0px 20px;
  display: inline-block;
  margin: 4px 12px;
  color: #4b0d1f;
  font-weight: 600;
}

.bg_fff {
  background: #fff;
  padding: 60px 40px;
}

.d-flexc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.good {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.good .num {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
  background: #FFBB00;
  border: solid 15px #FFDD7F;
  border-radius: 100px;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
}
.good .textbox {
  width: calc(100% - 100px);
  padding-left: 20px;
}
.good .textbox h4 {
  color: #4E1123;
}

.borderbox {
  border: solid 1px #FFDD7F;
  text-align: center;
  padding: 30px;
  margin-bottom: 30px;
  background: #4E1123;
}
.borderbox:hover {
  background: #63192f;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.borderbox img {
  width: 80px;
}
.borderbox h3, .borderbox p {
  color: #fff;
}

.btn_article {
  display: block;
  position: relative;
  max-width: 350px;
  background: #FFBB00;
  border: 2px solid #4E1123;
  transform: translate3d(0px, 0%, 0px);
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition-delay: 0.6s;
  overflow: hidden;
  padding: 10px 20px;
  margin: 0 auto;
}

.btn_article:before,
.btn_article:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: all 0.6s ease;
}

.btn_article:before {
  background: #4E1123;
  border-radius: 50% 50% 0 0;
  transform: translateY(100%) scaleY(0.5);
}

.btn_article:after {
  background: #FFBB00;
  border-radius: 0;
  transform: translateY(0) scaleY(1);
}

.btn_article div {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 32px;
  text-transform: uppercase;
  overflow: hidden;
}

.btn_article span {
  font-size: 24px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 1;
  text-align: center;
  transition: transform 0.5s ease;
}

.btn_article span:first-child {
  color: #FFFFFF;
  transform: translateY(30px);
}

.btn_article span:last-child {
  color: #1E0F21;
  transform: translateY(0);
}

.btn_article:hover {
  background: #4E1123;
  transition: background 0.2s linear;
  transition-delay: 0.6s;
  color: #FFFFFF;
}

.btn_article:hover:after {
  border-radius: 0 0 50% 50%;
  transform: translateY(-100%) scaleY(0.5);
  transition-delay: 0;
}

.btn_article:hover:before {
  border-radius: 0;
  transform: translateY(0) scaleY(1);
  transition-delay: 0;
}

.btn_article:hover span:first-child {
  transform: translateY(0);
}

.btn_article:hover span:last-child {
  transform: translateY(-32px);
}

.hover_red:hover {
  color: #9f1438;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.imgbox {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
}
.imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
}

.imgbox01 {
  padding-bottom: 70%;
}
.imgbox01 img {
  height: 100%;
}

.imgbox02 {
  padding-bottom: 30%;
}

@media screen and (max-width: 1200px) {
  .title01 h1.f40 {
    font-size: 36px !important;
  }
  .f40 {
    font-size: 36px !important;
  }
  .f28 {
    font-size: 24px !important;
  }
  .f24 {
    font-size: 22px !important;
  }
  .f20 {
    font-size: 18px !important;
  }
  .f18 {
    font-size: 16px !important;
  }
  .f16 {
    font-size: 16px !important;
  }
  .good .num {
    height: 75px;
    width: 75px;
    border: solid 12px #FFDD79;
    font-size: 24px;
  }
  .good .textbox {
    width: calc(100% - 75px);
  }
}
@media screen and (max-width: 768px) {
  .title01 h1.f40 {
    font-size: 28px !important;
  }
  .f40 {
    font-size: 28px !important;
  }
  .bg_fff {
    padding: 40px 20px;
  }
  .mark {
    padding: 0px 12px;
    display: inline-block;
    margin: 4px 0px;
  }
}
@media screen and (max-width: 667px) {
  .good {
    align-items: flex-start;
    margin-bottom: 25px;
  }
  .good .num {
    height: 50px;
    width: 50px;
    border: solid 6px #FFDD77;
    font-size: 20px;
  }
  .good .textbox {
    width: calc(100% - 50px);
    padding-left: 12px;
  }
  .borderbox {
    padding: 20px;
  }
  .imgbox01 {
    padding-bottom: 50%;
  }
}/*# sourceMappingURL=article.css.map */