@charset "UTF-8";
/* *** mixin *** */
/* break point */
/* gradation */
/* clearfix */
/* Colors */
/* news content css ------------------------------------------------------ */
#pages_ttl {
  font-size: 38px;
}
@media (min-width: 641px) and (max-width: 1200px) {
  #pages_ttl {
    font-size: 2.5vw !important;
  }
}
@media (max-width: 640px) {
  #pages_ttl {
    font-size: 5vw;
  }
}

#main_image.all-in-one .main-visual {
  max-width: 1920px;
}
#main_image.all-in-one .main-visual .main-visual__wrap::before {
  content: none;
}
#main_image.all-in-one .main-visual .main-visual__wrap::before h3 {
  position: initial;
}
#main_image.all-in-one .main-visual .main-visual__wrap::before h3 img {
  width: 100%;
}
/* news common css ------------------------------------------------------ */
.font__min {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.font__gothic {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

/* *** pc *** */
html {
  scroll-padding-top: 100px;
}

#pages_ttl {
  color: #fff;
  padding: 14px 0 16px;
  text-align: center;
  background: rgb(0, 33, 143);
}

#main_image {
  width: 100%;
}
#main_image img {
  width: 100%;
}
#main_image .main-visual {
  position: relative;
  width: 100%;
  margin: auto;
}
#main_image .main-visual .main-visual__wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
}
#main_image .main-visual .main-visual__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#main_image .main-visual .main-visual__wrap .main-visual__title {
  position: absolute;
  margin: 0 auto;
  z-index: 2;
}
#main_image .main-visual .main-visual__wrap .main-visual__title img {
  text-align: center;
  margin: auto;
}
#main_image .main-visual .main-visual__wrap .main-visual__middle {
  position: absolute;
  z-index: 2;
}
#main_image .main-visual .main-visual__wrap .main-visual__btn {
  position: absolute;
  z-index: 2;
}
#main_image .main-visual .main-visual__wrap .main-visual__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
}
#main_image .main-visual .main-visual__wrap .main-visual__bg img {
  width: 100%;
}

.news_container_wrap {
  position: relative;
  overflow: hidden;
}

.news_container {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  z-index: 1;
}
.news_container .midashi {
  box-sizing: border-box;
  position: relative;
  font-weight: bold;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  width: 100%;
}
.news_container .midashi span {
  display: inline-block;
  vertical-align: middle;
}
.news_container .midashi::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  z-index: -1;
}
.news_container .midashi2 {
  box-sizing: border-box;
  position: relative;
  font-feature-settings: "palt" 1;
  text-align: center;
}
.news_container .midashi2 span {
  display: inline-block;
  vertical-align: middle;
}
.news_container .midashi2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  z-index: -1;
}
.news_container .midashi3 {
  text-align: center;
}
.news_container p {
  font-feature-settings: "palt" 1;
}
.news_container img {
  max-width: 100%;
  margin: 0 auto;
}
.news_container .flexbox {
  display: flex;
}
.news_container .flexbox.col-2 li {
  display: block;
  width: 48%;
  box-sizing: border-box;
  margin-right: 2%;
  margin-bottom: 10px;
}
.news_container .flexbox.col-2 li:nth-child(even) {
  margin-right: 0;
}
.news_container .flexbox.col-2 li a {
  display: block;
  margin: 0 auto;
}
.news_container .flexbox.col-3 li {
  display: block;
  width: 32.5%;
  box-sizing: border-box;
  margin-right: 2%;
  margin-bottom: 10px;
}
.news_container .flexbox.col-3 li:nth-of-type(3), .news_container .flexbox.col-3 li:last-child {
  margin-right: 0;
}
.news_container .flexbox.col-3 li a {
  display: block;
  margin: 0 auto;
}
.news_container .flexbox.col-4 li {
  display: block;
  width: 24%;
  box-sizing: border-box;
  margin-right: 1.3%;
  margin-bottom: 1.3%;
}
.news_container .flexbox.col-4 li:nth-of-type(4n) {
  margin-right: 0;
}
.news_container .flexbox.col-4 li a {
  display: block;
  margin: 0 auto;
}
.news_container .flex_center {
  align-items: center;
}
.news_container .txt_color_white {
  color: #fff;
}
.news_container .txt_w_100 {
  font-weight: 100;
}
.news_container .txt_bold {
  font-weight: bold;
}
.news_container .txt_underline {
  text-decoration: underline;
}
.news_container .txt_underline_none {
  text-decoration: none;
}
.news_container .txt_center {
  text-align: center;
}
.news_container .txt__left {
  text-align: left;
}
.news_container .txt__right {
  text-align: right;
}

.icon_arrow-r {
  position: relative;
}
.icon_arrow-r::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  position: absolute;
  top: 50%;
  right: 12%;
  transform: translateY(-50%) scaleY(0.75) rotate(45deg);
  transition: all 300ms;
}

/* *** tablet *** */
@media (min-width: 641px) and (max-width: 1200px) {
  #pages_ttl {
    font-size: 4vw;
  }
}
/* *** SP *** */
@media (max-width: 640px) {
  html {
    scroll-padding-top: 50px;
  }
  #pages_ttl {
    padding: 14px 0.5vw 16px;
  }
  .news_container {
    width: 100%;
  }
  .news_container .midashi {
    letter-spacing: 0;
    line-height: 1.3;
    margin: 3.125vw auto 6.25vw;
  }
  .news_container .midashi2 {
    letter-spacing: 0;
    line-height: 1.3;
  }
  .news_container p {
    margin: 10px 0;
  }
  .news_container .flexbox.col-2 li {
    width: 100%;
    margin-right: 0;
  }
  .news_container .flexbox.col-2 li:nth-child(even) {
    margin-right: 0;
  }
  .news_container .flexbox.col-3 li {
    width: 100%;
    margin-right: 0;
  }
  .news_container .flexbox.col-4 li {
    width: 100%;
    margin-right: 0;
  }
  .icon_arrow-r::after {
    width: 10px;
    height: 10px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
  }
}
/* *** effect *** */
.fadein {
  animation-name: fadeIn1s;
  animation-delay: 0.3s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  transform: translateY(50px);
  opacity: 0;
}

@keyframes fadeIn1s {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* news content-bg css ------------------------------------------------------ */
.content__bg1,
.content__bg2,
.content__bg3,
.content__bg4,
.content__bg5,
.content__bg6 {
  position: relative;
}
.content__bg1::before,
.content__bg2::before,
.content__bg3::before,
.content__bg4::before,
.content__bg5::before,
.content__bg6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  margin: 0 auto 0;
  z-index: -1;
}

.content__bg1::before {
  background: url(/news/campaigns/img/img-bg-001-pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

@media (max-width: 640px) {
  .content__bg1::before {
    background: #83cdd7;
  }
}
/* news note ------------------------------------------------------------ */
.note {
  background: #ffffff;
  padding: 30px 0 40px;
}
.note .icon-note {
  position: relative;
  vertical-align: middle;
  padding-left: 30px;
}
.note .icon-note:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: url(/news/img/icon-note.png) no-repeat;
  background-size: contain;
  width: 29px;
  height: 26px;
  transform: translate(0, -50%);
}
.note .note__text {
  color: #1d1d1d;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
}
.note .note__text01 {
  color: #1d1d1d;
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
}
.note .note__text02 {
  color: #1d1d1d;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .note {
    padding: 30px 0 20px;
  }
  .note .icon-note {
    padding-left: 4.6875vw;
  }
  .note .icon-note:before {
    width: 4.53125vw;
    height: 4.0625vw;
  }
  .note .note__text {
    font-size: 3.2vw;
  }
  .note .note__text01 {
    font-size: 4vw;
    text-align: left;
  }
  .note .note__text02 {
    font-size: 3.5vw;
    text-align: left;
  }
}

.news_container .note {
  background: none;
  font-size: 10px;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .news_container .note {
    padding: 0 50px;
  }
}
@media (max-width: 640px) {
  .news_container .note {
    padding: 10px 5% 20px;
  }
  .news_container .note .main_content {
    padding: 0;
  }
}
.news_container .note_style {
  text-indent: -20px;
  padding-left: 20px;
}

/* news link-btn ------------------------------------------------------------ */
.newcars_link_btn {
  display: block;
  width: 600px;
  background: url("../img/link_btn_bg.jpg") no-repeat;
  padding: 15px 40px 15px 0;
  box-sizing: border-box;
  margin: auto;
  text-align: center;
  transition: all 0.4s;
}
.newcars_link_btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
.newcars_link_btn.icon_arrow {
  position: relative;
  color: #fff;
  font-size: 26px;
  margin: 0 auto;
}
.newcars_link_btn.icon_arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5vw;
  background: url("../img/icon_arrow_w.png") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  transform: translate(-100%, -50%);
}
@media (max-width: 640px) {
  .newcars_link_btn {
    width: 100%;
    height: 100%;
    background-size: cover;
    padding: 4.6875vw 3.125vw 4.6875vw 3.125vw;
  }
  .newcars_link_btn.icon_arrow {
    padding-right: 7.8125vw;
    font-size: 4.8vw;
  }
  .newcars_link_btn.icon_arrow::before {
    right: 0;
    width: 4.6875vw;
    height: 4.6875vw;
  }
}

/* news base css --------------------------------------------------------- */
/* *** page base *** */
@media (min-width: 641px) {
  .sp-Only {
    display: none;
  }
  .pc-Only {
    display: block;
  }
  html footer {
    min-width: 1020px;
  }
}
a img.effect-scroll {
  transition-duration: 0.8s;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* 店舗一覧ページへ */
.news_box_wrap {
  background: rgb(194, 203, 235);
}
.news_box_wrap a:hover img {
  opacity: 0.7;
}
.news_box_wrap .news_box {
  width: 860px;
  padding: 10px 10px;
  margin: 0 auto;
}

.news_box_title {
  color: rgb(255, 255, 255);
  background: rbg(0, 33, 143);
}

.news_bottom_btn_wrap {
  padding: 25px 0px;
}

.news_bottom_btn {
  background: #fff;
}
.news_bottom_btn div.tenpo {
  display: block;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  background: url(/news/img/bg_btn.png) no-repeat center center;
  border: solid 2px rbg(0, 33, 143);
}
.news_bottom_btn a.btn {
  padding: 10px 0 10px 40px;
  color: rbg(0, 33, 143);
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 50px;
  box-sizing: border-box;
  font-size: inherit;
}
.news_bottom_btn a span.tx_small {
  margin: 0 auto;
  font-size: 12px;
  font-weight: 300;
  display: block;
  width: 160px;
}
.news_bottom_btn:hover {
  background-color: #f1f1f1;
}

@media (max-width: 640px) {
  /* 店舗一覧ページへ */
  .news_box_wrap {
    background: rgb(194, 203, 235);
  }
  .news_box_wrap .news_box {
    width: auto;
    padding: 0 10px;
    margin: 0 auto;
  }
  .news_bottom_btn a.btn {
    background: url(/news/img/icon_btn01.png) 20px center no-repeat;
    background-size: 50px;
  }
  .pc-Only {
    display: none;
  }
  .sp-Only {
    display: block;
  }
  .m_t0 {
    margin-top: 0px;
  }
  .m_t5 {
    margin-top: 2px;
  }
  .m_t10 {
    margin-top: 5px;
  }
  .m_t15 {
    margin-top: 7px;
  }
  .m_t20 {
    margin-top: 10px;
  }
  .m_t25 {
    margin-top: 12px;
  }
  .m_t30 {
    margin-top: 15px;
  }
  .m_t40 {
    margin-top: 20px;
  }
  .m_t50 {
    margin-top: 25px;
  }
  .m_t60 {
    margin-top: 30px;
  }
  .m_t70 {
    margin-top: 35px;
  }
  .m_t80 {
    margin-top: 40px;
  }
  .m_t90 {
    margin-top: 45px;
  }
  .m_t100 {
    margin-top: 50px;
  }
  .m_b0 {
    margin-bottom: 0px;
  }
  .m_b5 {
    margin-bottom: 2px;
  }
  .m_b10 {
    margin-bottom: 5px;
  }
  .m_b15 {
    margin-bottom: 7px;
  }
  .m_b20 {
    margin-bottom: 10px;
  }
  .m_b25 {
    margin-bottom: 12px;
  }
  .m_b30 {
    margin-bottom: 15px;
  }
  .m_b40 {
    margin-bottom: 20px;
  }
  .m_b50 {
    margin-bottom: 25px;
  }
  .m_b60 {
    margin-bottom: 30px;
  }
  .m_b70 {
    margin-bottom: 35px;
  }
  .m_b80 {
    margin-bottom: 40px;
  }
  .m_b90 {
    margin-bottom: 45px;
  }
  .m_b100 {
    margin-bottom: 50px;
  }
  .p_t0 {
    padding-top: 0px;
  }
  .p_t5 {
    padding-top: 2px;
  }
  .p_t10 {
    padding-top: 5px;
  }
  .p_t15 {
    padding-top: 7px;
  }
  .p_t20 {
    padding-top: 10px;
  }
  .p_t25 {
    padding-top: 12px;
  }
  .p_t30 {
    padding-top: 15px;
  }
  .p_t40 {
    padding-top: 20px;
  }
  .p_t50 {
    padding-top: 25px;
  }
  .p_t60 {
    padding-top: 30px;
  }
  .p_t70 {
    padding-top: 35px;
  }
  .p_t80 {
    padding-top: 40px;
  }
  .p_t90 {
    padding-top: 45px;
  }
  .p_t100 {
    padding-top: 50px;
  }
  .p_b0 {
    padding-bottom: 0px;
  }
  .p_b5 {
    padding-bottom: 2px;
  }
  .p_b10 {
    padding-bottom: 5px;
  }
  .p_b15 {
    padding-bottom: 7px;
  }
  .p_b20 {
    padding-bottom: 10px;
  }
  .p_b25 {
    padding-bottom: 12px;
  }
  .p_b30 {
    padding-bottom: 15px;
  }
  .p_b40 {
    padding-bottom: 20px;
  }
  .p_b50 {
    padding-bottom: 25px;
  }
  .p_b60 {
    padding-bottom: 30px;
  }
  .p_b70 {
    padding-bottom: 35px;
  }
  .p_b80 {
    padding-bottom: 40px;
  }
  .p_b90 {
    padding-bottom: 45px;
  }
  .p_b100 {
    padding-bottom: 50px;
  }
  .m_0_sp {
    margin: 0;
  }
}
.news_container_wrap {
  margin: auto;
}
.news_container_wrap .content_title {
  color: #002c5c;
  display: block;
  font-size: 45px;
  line-height: 1.6;
  position: relative;
  text-align: center;
}
.news_container_wrap .link_btn_col {
  text-align: center;
  max-width: 522px;
  width: 100%;
  margin: 40px auto 20px;
}
.news_container_wrap .link_btn_col a {
  background: #151a59;
  border-radius: 25px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.5;
  text-align: center;
  padding: 10px 0;
}
.news_container_wrap .link_btn_col a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media (max-width: 640px) {
  .news_container_wrap .news_container p {
    margin: 0;
  }
  .news_container_wrap .news_container .content_title {
    font-size: 8vw;
  }
  .news_container_wrap .news_container .link_btn_col {
    width: 88.5416666667vw;
    margin: 30px auto 10px;
    padding: 0 5%;
  }
  .news_container_wrap .news_container .link_btn_col a {
    font-size: 4vw;
  }
}
.news_container_wrap .news_container {
  max-width: 1280px;
}
.news_container_wrap .news_container .lead {
  box-sizing: border-box;
  padding: 70px 0 10px;
}
.news_container_wrap .news_container .lead .lead_text {
  color: #231815;
  font-size: clamp(30px, 3.3vw, 40px);
  font-weight: bold;
  line-height: 1.6;
  margin: 0 auto 20px;
}
@media (max-width: 640px) {
  .news_container_wrap .news_container .lead {
    padding: 30px 0 10px;
  }
  .news_container_wrap .news_container .lead .lead_text {
    font-size: 4.2vw;
    line-height: 1.7;
    margin: 0 auto 10px;
  }
}
.news_container_wrap .news_container .schedule .schedule_col {
  background: #662d91;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  padding: 7px 10px;
}
.news_container_wrap .news_container .schedule .schedule_col .schedule_text {
  color: #fff;
  font-size: clamp(18px, 2vw, 22px);
}
.news_container_wrap .news_container .schedule .schedule_col .schedule_text:first-of-type {
  margin-right: 20px;
}
.news_container_wrap .news_container .schedule .schedule_note {
  color: #662d91;
  font-size: clamp(15px, 1.8vw, 18px);
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 640px) {
  .news_container_wrap .news_container .schedule .schedule_col {
    flex-wrap: wrap;
  }
  .news_container_wrap .news_container .schedule .schedule_col .schedule_text:first-of-type {
    margin-right: 0;
  }
  .news_container_wrap .news_container .schedule .schedule_col .schedule_text .title {
    display: block;
    font-size: 3.7vw;
    text-align: center;
    margin: 0 auto 5px;
  }
  .news_container_wrap .news_container .schedule .schedule_col .schedule_text .text {
    display: block;
    font-size: 3.7vw;
    text-align: center;
  }
  .news_container_wrap .news_container .schedule .schedule_note {
    font-size: 3vw;
  }
}
.news_container_wrap .news_container .campaign {
  background: #83cdd7;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 80px;
  padding: 60px 60px 20px;
}
.news_container_wrap .news_container .campaign .campaign_list {
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.news_container_wrap .news_container .campaign .campaign_list li {
  max-width: 575px;
  margin-right: 4%;
  margin-bottom: 4%;
}
.news_container_wrap .news_container .campaign .campaign_list li:nth-child(even) {
  margin-right: 0;
}
.news_container_wrap .news_container .campaign .campaign_list li .campaign_title {
  position: relative;
  background: #0093b9;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 109px;
  padding: 10px 20px 10px 60px;
}
.news_container_wrap .news_container .campaign .campaign_list li .campaign_title::before {
  content: "";
  background: url(/news/campaigns/img/img-campaign-title-pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 54px;
  height: 67px;
}
.news_container_wrap .news_container .campaign .campaign_list li .campaign_title .title_text {
  color: #fff;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: bold;
  line-height: 1.5;
}
.news_container_wrap .news_container .campaign .campaign_list li .campaign_title .title_text.lines-3 {
  font-size: clamp(18px, 2vw, 20px);
}
.news_container_wrap .news_container .campaign .campaign_list li .campaign_description {
  position: relative;
  box-sizing: border-box;
  min-height: 212px;
  padding: 20px 40px;
}
.news_container_wrap .news_container .campaign .campaign_list li .campaign_description::before {
  content: "";
  background: url(/news/campaigns/img/img-campaign-bg-pc.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.news_container_wrap .news_container .campaign .campaign_list li .campaign_description .description_text {
  color: #231815;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.5;
  text-align: left;
}
.news_container_wrap .news_container .campaign .campaign_list li .campaign_description .campaign_btn {
  position: absolute;
  left: 50%;
  bottom: 35px;
  transform: translateX(-50%);
  width: 332px;
}
@media (max-width: 640px) {
  .news_container_wrap .news_container .campaign {
    margin: 0 auto 0;
    padding: 0 3% 50px;
  }
  .news_container_wrap .news_container .campaign .campaign_list {
    padding: 0;
  }
  .news_container_wrap .news_container .campaign .campaign_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .news_container_wrap .news_container .campaign .campaign_list li .campaign_title {
    min-height: 60px;
    padding: 10px 20px 10px 30px;
  }
  .news_container_wrap .news_container .campaign .campaign_list li .campaign_title::before {
    content: "";
    background: url(/news/campaigns/img/img-campaign-title-pc.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 8.4375vw;
    height: 10.46875vw;
  }
  .news_container_wrap .news_container .campaign .campaign_list li .campaign_title .title_text {
    color: #fff;
    font-size: min(4.5vw, 26px);
    font-weight: bold;
    line-height: 1.5;
  }
  .news_container_wrap .news_container .campaign .campaign_list li .campaign_title .title_text.lines-3 {
    font-size: min(4.5vw, 26px);
  }
  .news_container_wrap .news_container .campaign .campaign_list li .campaign_description {
    position: relative;
    box-sizing: border-box;
    min-height: 180px;
    padding: 15px 5%;
  }
  .news_container_wrap .news_container .campaign .campaign_list li .campaign_description::before {
    content: "";
    background: #fff;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .news_container_wrap .news_container .campaign .campaign_list li .campaign_description .description_text {
    color: #231815;
    font-size: min(3.5vw, 16px);
    line-height: 1.5;
    text-align: left;
  }
  .news_container_wrap .news_container .campaign .campaign_list li .campaign_description .campaign_btn {
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
    width: 332px;
  }
}/*# sourceMappingURL=campaigns.css.map */


