@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

.headerArea {
  position: fixed;
  top: 0 !important;
  z-index: 1000;
}

.no-touchevents .tp_arr02:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.samiArea {
  text-align: center;
  margin-top: 12rem;
}
@media screen and (max-width: 640px) {
  .samiArea {
    margin-top: 0;
  }
}
.samiArea > .in {
  position: relative;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.samiArea > .in .mv .img {
  aspect-ratio: 1440 / 360;
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 640px) {
  .samiArea > .in .mv .img {
    aspect-ratio: 640 / 477;
  }
}
.samiArea > .in .ttl_box {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(10%, -50%);
  max-width: calc(100vw * (500 /1440));
  min-width: calc(100vw * (500 /1440));
  background-color: rgba(255,255,255,0.9);
  width: 100%;
  height: calc(100vw * (260 /1440));
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .samiArea > .in .ttl_box {
    min-width: 400px;
    min-height: 200px;
  }
}
@media screen and (max-width: 640px) {
  .samiArea > .in .ttl_box {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20%);
    max-width: calc(100vw * (500 /640));
    height: calc(100vw * (240 / 640));
    width: 100%;
  }
}
.samiArea > .in .ttl_box .ttl_img {
  aspect-ratio: 299 / 132;
  width: 60%;
  height: auto;
  display: block;
}
@media screen and (max-width: 640px) {
  .samiArea > .in .ttl_box .ttl_img {
    width: 75.6%;
  }
}
.samiArea .mod_tit03.tp02 {
  font-family: source-han-sans-japanese;
  font-weight: 700;
  font-size: 4.4rem;
  letter-spacing: 0.18em;
  line-height: 1.42;
  color: #8e8066;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .samiArea .mod_tit03.tp02 {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 640px) {
  .samiArea .mod_tit03.tp02 {
    font-size: 1.5rem;
  }
}
.samiArea .mod_tit03.tp02 span {
  font-size: 3.2rem;
  letter-spacing: 0.18em;
}
@media screen and (min-width: 641px) and (max-width: 1366px) and (max-width: 640px) {
  .mod_tit03 .mod_tit03.tp02 span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_tit03 .mod_tit03.tp02 span {
    font-size: 1.1rem;
  }
}
.mod_tit03 .mod_tit03.tp02 span.en {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-size: 4.8rem;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .mod_tit03 .mod_tit03.tp02 span.en {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_tit03 .mod_tit03.tp02 span.en {
    font-size: 1.7rem;
  }
}
.mod_tit03 .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.fin > .in {
  padding-top: 75px;
  padding-bottom: 100px;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .fin > .in {
    padding-top: 56px;
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 640px) {
  .fin > .in {
    padding-top: 3.5rem;
    padding-bottom: 5rem;
  }
}

.sec_campaign > .in .intro .wrap {
  background-image: url(../img/bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 85px 0 80px;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .wrap {
    padding: 65px 0 60px;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .wrap {
  background-image: url(../img/bg_sp.png);
    padding: 4.1rem 0;
  }
}

.sec_campaign > .in .mod_wrap {
  background-color: #e5e1d8;
  padding-top: 60px;
  padding-bottom: 8.2rem;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .mod_wrap {
    padding-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .mod_wrap {
    padding-top: 4.4rem;
    padding-bottom: 14.1rem;
  }
}

.sec_campaign > .in .mod_wrap01 {
  max-width: 1240px;
  padding: 70px 0;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .mod_wrap01 {
    width: calc(100% - 3rem);
    padding: 2.8rem 1.25rem;
    border-width: 0.5rem;
    text-align: justify;
  }
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .mod_wrap01 {
    max-width: 960px;
  }
}

.sec_campaign > .in .en {
  font-family: "ltc-bodoni-175", serif;
  font-style: normal;
  font-weight: 400;
}
.sec_campaign > .in .intro .read {
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  line-height: 2.12;
  color: #2d2d2d;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .read {
    font-size: 1.5rem;
    line-height: 1.85;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .read {
    font-size: 1.3rem;
    letter-spacing: 0.08em;
    line-height: 1.85;
  }
}
@media screen and (min-width: 641px) {
  .sec_campaign > .in .intro .detail_box {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 45px;
    max-width: 1000px;
    margin: 75px auto 0;
    justify-content: space-between;
  }
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .detail_box {
    margin-top: 34px;
    width: 750px;
    column-gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .detail_box {
    margin-top: 3.4rem;
    padding: 0 2.75rem;
  }
}
.sec_campaign > .in .intro .detail_box .detail{
  max-width: 480px;
  height: 210px;
  width: 100%;
  position: relative;
  background-color: #e5e1d8;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .detail_box .detail{
    height:190px;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .detail_box .detail{
    height: calc(100vw * (232 /640));
    max-width: 100%;
  }
}

.sec_campaign > .in .intro .detail_box .detail::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-top: 3px solid #e5e1d8;
  border-bottom: 3px solid #e5e1d8;
  mix-blend-mode: multiply;
  opacity: 0.75;
  width: calc(100% - 40px);
  height: calc(100% - 20px);
  display: block;
}

@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .detail_box .detail.silver {
    margin-left: 0;
    margin-top: 2rem;
  }
}
.sec_campaign > .in .intro .detail_box .detail .txt_box {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.sec_campaign > .in .intro .detail_box .detail .catch {
  display: inline-block;
  margin: 0 auto 20px;
	font-family: "Noto Serif JP", serif;
  font-feature-settings: normal;
  font-weight: 500;
  text-align: center;
  font-size: 1.9rem;
  letter-spacing: 0.16em;
  line-height: 1;
  color: #611f20;
  position: relative;
  white-space: nowrap;
  padding-top: 12px;
  max-width: 296px;
  width: 100%;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .detail_box .detail .catch {
    font-size: 1.6rem;
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .detail_box .detail .catch {
    font-size: 1.1rem;
    padding-bottom: 0.5rem;
    margin-bottom: 4px;
    padding-top: 7px;
  }
}

.sec_campaign > .in .intro .detail_box .detail .catch .en {
  font-family: "ltc-caslon-pro", serif;
  font-weight: 400;
  font-size: 2.9rem;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .detail_box .detail .catch .en {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .detail_box .detail .catch .en {
    font-size: 1.6rem;
  }
}
.sec_campaign > .in .intro .detail_box .detail .read {
	font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .detail_box .detail .read {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .detail_box .detail .read {
    font-size: 1.4rem;
    line-height: 1;
  }
}

.sec_campaign > .in .intro .detail_box .detail .read .inner {
  display: flex;
  align-items: center;
}

.sec_campaign > .in .intro .detail_box .detail .read .txt {
  font-feature-settings: normal;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  line-height: 1.2;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .detail_box .detail .read .txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .detail_box .detail .read .txt {
    font-size: 1rem;
  }
}
.sec_campaign > .in .intro .detail_box .detail .read .price {
  font-size: 2.6rem;
	font-family: "Noto Serif JP", serif;
  color: #611f20;
  letter-spacing: 0.1em;
  padding-left: 7px;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .detail_box .detail .read .price {
    font-size: 1.4rem;
  }
}
.sec_campaign > .in .intro .detail_box .detail .read .price .num {
  font-size: 5.3rem;
  color: #611f20;
  letter-spacing: 0;
  line-height: 1;
  padding-right: 10px;
  display: inline-block;
  font-family: "ltc-caslon-pro", serif;
  font-weight: 400;
  vertical-align: sub;
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .detail_box .detail .read .price .num {
    font-size: 2.9rem;
    padding-right: 6px;
  }
}
.sec_campaign > .in .intro .detail_box .detail .read .present {
  display: block;
  letter-spacing: 0.06em;
  margin-top: 5px;
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .detail_box .detail .read .present {
    margin-top: 8px;
    font-size: 1.5rem;
  }
}

.sec_campaign > .in .intro .step_wrap {
  background-color: #e5e1d8;
  padding: 8.4rem 0 0;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .step_wrap {
    padding: 5rem 0 0;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .step_wrap {
    padding: 4rem 0 0;
  }
}

.sec_campaign > .in .intro .step_wrap .step_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .step_wrap .step_box {
    width: 750px;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .step_wrap .step_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 3.25rem;
  }
}
.sec_campaign > .in .intro .step_wrap .step_box li {
  display: block;
  position: relative;
  background-color: #f2f0ec;
}
.sec_campaign > .in .intro .step_wrap .step_box li:nth-child(2) {
  background-color: transparent;
}
@media screen and (min-width: 641px) {
  .sec_campaign > .in .intro .step_wrap .step_box li {
    width: 100%;
    height: 260px;
    text-align: center;
  }
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .step_wrap .step_box li {
    height: 188px;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .step_wrap .step_box li {
    width: 100%;
    padding: 5px 0;
  }
}

.sec_campaign > .in .intro .step_wrap .step_box li:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e4e0d7;
  mix-blend-mode: multiply;
  opacity: 0.4;
}

.sec_campaign > .in .intro .step_wrap .step_box li:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(50%);
  display: block;
  width: 49px;
  height: 14px;
  background-image: url(../img/arr.png);
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .step_wrap .step_box li:before {
    width: 45px;
    height: 14px;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .step_wrap .step_box li:before {
   content: none;
  }
}
.sec_campaign > .in .intro .step_wrap .step_box li:last-child:before {
  content: none;
}
.sec_campaign > .in .intro .step_wrap .step_box li dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 100%;
}
/* @media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .step_wrap .step_box li dl {
    background-color: rgba(#fff, 0.5);
    border-radius: 50%;
    width: 100%;
  }
} */
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .step_wrap .step_box li dl {
    flex-direction: inherit;
    margin-top: 0;
    width: 100%;
  }
}

.sec_campaign > .in .intro .step_wrap .step_box li dt {
  font-size: 2.8rem;
  letter-spacing: 0.08em;
  line-height: 1;
  /* margin-bottom: 3.5rem; */
  position: relative;
}
.sec_campaign > .in .intro .step_wrap .step_box li dt .step_img {
  aspect-ratio: 98 / 52;
  width: 98px;
  height: auto;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .step_wrap .step_box li dt {
    font-size: 2.4rem;
    /* margin-bottom: 2rem; */
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .step_wrap .step_box li dt {
    display: inline-block;
    text-align: center;
    max-width: 10rem;
    width: calc(100vw *(177 / 640));
    height: auto;
    aspect-ratio: 1 /1;
    text-align: center;
    font-size: 2.1rem;
    line-height: 1.37;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sec_campaign > .in .intro .step_wrap .step_box li dt .step_img {
    width: calc(100vw *(112 / 640));
    max-width: 6.6rem;
  }
}

@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .step_wrap .step_box li dt:before {
    content: "";
    position: absolute;
    background-image: url(../img/arr.png);
    display: block;
    background-size: 100% auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
    aspect-ratio: 24 / 8;
    width: 2.4rem;
    height: auto;
    background-size: 2.4rem auto;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(90deg) translateY(-50%);
    -ms-transform: rotate(90deg) translateY(-50%);
    transform: rotate(90deg) translateY(-50%);
    z-index: 3;
  }
  .sec_campaign > .in .intro .step_wrap .step_box li:last-child>dl dt:before{
    content: none;
  }
}

.sec_campaign > .in .intro .step_wrap .step_box li dt em {
  font-style: normal;
  font-size: 3rem;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .step_wrap .step_box li dt em {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .step_wrap .step_box li dt em {
    font-size: 2.25rem;
    line-height: 1;
  }
}
.sec_campaign > .in .intro .step_wrap .step_box li dt span {
  position: relative;
  padding: 0 28px 0 34px;
  font-family: "ltc-caslon-pro", serif;
  color: #611f20;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .step_wrap .step_box li dt span {
    padding: 0 21px 0 26px;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .step_wrap .step_box li dt span {
    display: block;
    text-align: center;
    padding: 0;
  }
}
.sec_campaign > .in .intro .step_wrap .step_box li dd {
	font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: normal;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  line-height: 1.75;
  color: #666666;
  z-index: 2;
  font-weight: 500;
  height: 10rem;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .intro .step_wrap .step_box li dd {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .intro .step_wrap .step_box li dd {
    font-size: 1.2rem;
    line-height: 1.66;
    display: inline-block;
    width: calc(100% - 9rem);
    /* margin-left: 1rem; */
    height: auto;
  }
}
.sec_campaign > .in .formArea .title {
	font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1.41;
  color: #611f20;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .formArea .title {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .formArea .title {
    font-size: 1.8rem;
    line-height: 1.38;
    margin-bottom: 1.3rem;
  }
}

.sec_campaign > .in .formArea .title .en {
	font-family: petersburg-web, serif;
  font-weight: 400;
  font-size: 3.2rem;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .formArea .title .en {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .formArea .title .en {
    font-size: 1.9rem;
  }
}

.sec_campaign > .in .formArea .txt {
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: center;
  color: #2d2d2d;
  margin-bottom: 40px;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .formArea .txt {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .formArea .txt {
    text-align: center;
    font-size: 1.1rem;
    letter-spacing: 0.01em;
    line-height: 1.81;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .confirm .txt {
    font-size: 1.2rem;
    text-align: center;
  }
}
.sec_campaign > .in .confirm .noresult {
  background-color: transparent;
}
.sec_campaign > .in .confirm .result {
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .confirm .result {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 641px) {
  .sec_campaign > .in .confirm .formlist.in .formlistTit span {
    font-size: 1.4rem;
  }
  .sec_campaign > .in .confirm .formlist.in .formlistTit span:after {
    content: "：";
    display: inline-block;
    background-color: transparent;
    color: #313131;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .confirm .formlist.in .formlistTit span {
    font-size: 1.1rem;
    font-weight: 600;
  }
}
.sec_campaign > .in .errorWrap + .formlistWrap {
  margin-top: 20px;
}
.sec_campaign > .in .formlistWrap {
  font-feature-settings: normal;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  color: #2d2d2d;
  text-align: left;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .formlistWrap {
    max-width: 750px;
  }
}
.sec_campaign > .in .formlistWrap + .formlistWrap {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .formlistWrap + .formlistWrap {
    margin-top: 4.5rem;
  }
}
.sec_campaign > .in .formlistWrap .title {
  text-align: left;
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.07em;
  line-height: 1;
  color: #611f20;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 15px;
  margin-bottom: 0;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
  .sec_campaign > .in .formlistWrap .title {
    font-size: 1.2rem;
    margin-bottom: 11px;
  }
}
@media screen and (max-width: 640px) {
  .sec_campaign > .in .formlistWrap .title {
    text-align: center;
    font-size: 1.2rem;
  }
}
.sec_campaign > .in .formlistWrap .title span {
  color: #2d2d2d;
  margin-left: 0.25em;
}
/*# sourceMappingURL=campaign.css.map */
