@charset "UTF-8";
main {
    margin-bottom: 0;
}

._tw＿campaign-cv-button-wrap {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    padding: 16px 0;
}
._tw＿campaign-cv-button-wrap.js-float-button {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 16px 0;
    border-top: solid 1px #bbb;
    z-index: 10000;
}
@media (min-width: 769px) {
._tw_pc_w920 {
        margin-left: auto;
        margin-right: auto;
        width: 920px;
        max-width: calc(100% - 80px);
}
._tw_link_area {
	margin-top: 16px;
}
._tw_link_item {
	width:calc(100% / 4);
	margin-top: 8px;
        display: inline-block;
}
}
.heading__label{
	background:#f3edcb;
	font-size: 20px;
	font-weight: 600;
	margin-top: 40px;
	position: relative;
	padding: 5px 10px;
}
.mt-n-05{margin-top: -5px;}
.cp-heading .heading__h3 {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  margin: 26px auto 0;
  text-align: center;
  width: calc(100% - 60px);
  border-bottom: 2px solid #F7674D;
}
.cp-heading .heading__h3 .cp-heading__inner--emphasis {
  line-height: 1.1875;
  font-weight: 600;
  font-size: 32px;
}
.cp-heading .heading__h3 .cp-heading__inner__img {
  height: auto;
  width: 1.5em;
  display: inline-block;
  margin-left: 5px;
  margin-top: -0.15em;
}
.cp-notes-heading .heading__h3 {
  font-size: 22px;
  font-weight: 600;
  position: relative;
  margin-top: 65px;
  border-bottom: 4px solid #F7674D;
}

.cp-text {
  text-align: center;
  width: fit-content;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}
.text-wrap.cp-text {
  line-height: 1.5;
  margin-top: 16px;
}
.cp-text .cp-text__link {
  font-weight: 500;
  color: #333333;
  text-decoration: underline;
}
.cp-text .cp-text__link:hover {
  text-decoration: none;
}
.text-wrap.cp-text strong {
  font-size: 28px;
  line-height: 1.357;
}
.cp-lead-text {
  font-size: 20px;
  font-weight: 500;
}
.list-note-wrap.cp-notes {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  margin-top: 12px;
}

.list-note-wrap.cp-notes .list-note__item {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 12px;
  font-weight: 300;
  position: relative;
  line-height: 1.67;
}

.list-note-wrap.cp-notes .list-note__item::before {
  content: "※";
  position: relative;
  display: inline;
}

.c-orange{color: #F7674D;}

.cp-content01 {
  margin: 65px auto;
  width: 100%;
  max-width: 860px;
  padding: 20px;
  border-radius: 24px;
  background: #F9F6F3;
}

.cp-content01__ttl {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.cp-content01__ttl--emphasis {
  font-size: 30px;
  font-weight: 600;
  color: #F7674D;
}
.cp-content01__date {
  max-width: 714px;
  width: 100%;
  margin: 14px auto 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cp-content01__date__inner {
  display: flex;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.cp-content01__date__ttl {
  background-color: #F7674D;
  color: #fff;
  width: 33%;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  padding: 18px 4px;
  text-align: center;
}

.cp-content01__date__text {
  width: 67%;
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.cp-content01__date__text--emphasis {
  font-size: 30px;
}
.cp-content01__date__text__inner + .cp-content01__date__text__inner:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 14px;
  border-color: transparent transparent transparent #F7674D;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 12px;
}


.cp-content02 {
  margin-top: 30px;
}

.cp-content02__list {
  display: flex;
  margin: 0 auto;
  width: calc(100% - 60px);
  gap: 2%;
  justify-content: space-between;
}

.cp-content02__item {
  background: #f9f6f3;
  width: 33%;
  border-radius: 12px;
  overflow: hidden;
  max-width: 266px;
}

.cp-content02__item__ttl {
  background: #5fab7d;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
}

.cp-content02__item__img img {
  width: 100%;
}

.cp-content02__item__img {
  width: 70%;
  margin-top: 10px;
}

.cp-content02__item__box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-bottom: 15px;
}

.cp-content02__item__text {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
}
.cp-content03 {
  position: relative;
  margin: 100px auto 0;
  max-width: 860px;
  background: #f9f6f3;
  border-radius: 20px;
  padding: 10px 0 35px;
}

.cp-content03__bubble {
  position: absolute;
  top: -49px;
  left: 0;
  right: 0;
  width: 95px;
  height: 95px;
  margin: auto;
  transform: rotateZ(-10deg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}

.cp-content03__bubble:before {
  content: "";
  position: absolute;
  background: url("/-/media/tfc/ts3web/file/toyota-wallet/assets/img/campaign/2026/family-card/label_01.png");
  top: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 95px;
  height: 95px;
  margin: auto;
  transform: rotateZ(10deg);
  display: block;
  z-index: 0;
}
.cp-content03__bubble > span {
  z-index: 1;
}
.cp-content03__headding {
  margin-top: 60px;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  margin-right: 22px;
}
.cp-content03__headding__img {
  width: 168px;
  margin-right: 15px;
}

.cp-content03__box01 {
  margin: 18px auto 0;
  max-width: 500px;
  border: 2px solid #eb0a1e;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 23px;
  background: #fff;
}

.cp-content03__box01__text--red {
  color: #eb0a1e;
}

.cp-content03__box01--emphasis {
  color: #eb0a1e;
  font-size: 36px;
  line-height: 1;
}

.cp-content03__box01__inner {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

.cp-content03__box02 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 22px;
  gap: 15px;
}

.cp-content03__box02__img {
  width: 11%;
}
.cp-content03__box02__img img {width: 100%;}

.cp-content03__box02__text {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}

.cp-content04 {
  margin-top: 18px;
  max-width: 862px;
  margin: 17px auto 0;
  border-radius: 20px;
  overflow: hidden;
}

.cp-content04 table {
  width: 100%;
  border-spacing: 1px;
}

.cp-content04 thead th {
  background: #5fab7d;
  color: #ffffff;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.cp-content04 thead th:first-child {
  width: 36.2%;
}
.cp-content04 tbody th ,
.cp-content04 tbody td {
  padding: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.cp-content04 tbody th {
  background: #d4e7dc;
}

.cp-content04 tbody td {
  background: #f9f6f3;
}
.cp-content04 tbody th > span ,
.cp-content04 tbody td > span {
  font-size: 28px;
}


.cp-tab {
  margin-top: 30px;
  min-height: 200px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
  --tab-color: #f7674d;
}
.cp-tab--02 {
  --tab-color: #5fab7d;
}

.cp-tab__links {
  display: flex;
  justify-content: center;
  gap: 17px;
}

.cp-tab__link {
  outline: none;
  cursor: pointer;
  padding: 9px 16px;
  font-size: 20px;
  position: relative;
  line-height: 1.3;
  max-width: 340px;
  background: #b8b8b8;
  border-radius: 15px 15px 0 0;
  color: #ffffff;
}
@media screen and (min-width: 769px) {
  .cp-tab__link {
    flex-grow: 1;
  }
}
.cp-tab__link.is-active {
  background: var(--tab-color);
}
.cp-tab__content {
  display: none;
}
.cp-tab__content--display {
  display: block;
}

@media screen and (min-width: 769px) {
  .tab__content-inner {
    margin: 56px 80px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .tab__content-inner {
    margin: 48px 24px 0 24px;
  }
}
.cp-content05 {
  border: 2px solid var(--tab-color);
  border-radius: 16px;
}
.cp-content05__item {
  list-style: none;
  width: 100%;
  max-width: 550px;
  background: #f9f6f3;
  border-radius: 18px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}

.cp-content05__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 48px 0 50px;
  gap: 65px;
}

.cp-content05__item__img--btm,
.cp-content05__item__img--small,
.cp-content05__item__img {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cp-content05__item__img--btm {
  align-items: end;
}
.cp-content05__item__img--btm img {
  max-width: 101px;
  display: block;
}
.cp-content05__item__img img {
  max-width: 206px;
  display: block;
}
.cp-content05__item__img--small img {
  max-width: 133px;
  display: block;
}
.cp-content05__item__img--small img + img {
  max-width: 148px;
  margin-left: -7%;
  display: block;
}

.cp-content05__item__inner {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 0 24px 5px;
}
.cp-content05__item + .cp-content05__item:before {
  content: "";
  position: absolute;
  top: -44px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 23px 0 23px;
  border-color: var(--tab-color) transparent transparent transparent;
}

.cp-content05__item__step {
  color: var(--tab-color);
  font-size: 20px;
  font-weight: 600;
}

.cp-content05__item__step--circle {
  width: 1.4em;
  height: 1.4em;
  background: var(--tab-color);
  color: #fff;
  display: inline-flex;
  align-items: center;
  border-radius: 1em;
  justify-content: center;
  margin-left: 0.3em;
  line-height: 1;
  font-size: 20px;
}

.cp-content05__item__text {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 5px;
  font-weight: 500;
}
.cp-content05__item__text--small {
  font-size: 18px;
}


@media screen and (max-width: 768px) {
  .cp-heading .heading__h3 {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin-top: 41px;
    width: 100%;
  }
  .text-wrap.cp-text {
    margin-top: 17px;
    font-size: 17px;
  }
  .text-wrap.cp-text strong {
    font-size: 20px;
    line-height: 1.375;
  }
  .cp-text .cp-text__link {
    font-size: 17px;
  }

  .cp-content01 {
    margin-top: 26px;
    margin-bottom: 32px;
    padding: 15px 18px 8px;
    border-radius: 10px;
  }

  .cp-content01__ttl {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
  }

  .cp-content01__ttl--emphasis {
    font-size: 21px;
  }

  .cp-content01__date {
    margin-top: 11px;
    gap: 13px;
  }

  .cp-content01__date__inner {
    flex-direction: column;
    border-radius: 6px;
  }

  .cp-content01__date__ttl {
    width: 100%;
    font-size: 16px;
    padding: 3px 5px 2px;
  }

  .cp-content01__date__text {
    width: 100%;
    font-size: 12px;
    padding: 4px 0;
  }

  .cp-content01__date__text--emphasis {
    font-size: 18px;
  }

  .cp-content01__date__text__inner + .cp-content01__date__text__inner:before {
    border-width: 8px 0 8px 8px;
    margin-right: 10px;
  }

  .cp-content01 .list-note-wrap.cp-notes {
    text-align: left;
    width: 100%;
  }
  .cp-heading .heading__h3 .cp-heading__inner--emphasis {
    font-size: 21px;
  }

  .cp-content02 {
    margin-top: 20px;
  }

  .cp-content02__list {
    width: 100%;
    flex-direction: column;
    gap: 15px;
    max-width: 860px;
  }

  .cp-content02__item {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    max-width: none;
  }

  .cp-content02__item__ttl {
    padding: 5px;
    font-size: 16px;
    line-height: 1.2;
  }

  .cp-content02__item__box {
    flex-direction: row;
    text-align: left;
    padding-bottom: 6px;
    justify-content: center;
    gap: 5px;
  }

  .cp-content02__item__img {
    width: 35%;
    margin-top: 3px;
    margin-left: 30px;
  }

  .cp-content02__item__text {
    font-size: 17px;
    margin-top: 6px;
    line-height: 1.5;
    width: 9em;
  }
  .cp-content03 {
    margin-top: 57px;
    border-radius: 10px;
    padding-bottom: 15px;
  }

  .cp-content03__bubble:before {
    width: 74px;
    height: 74px;
  }

  .cp-content03__bubble {
    top: -37px;
    width: 74px;
    height: 74px;
    font-size: 13px;
  }

  .cp-content03__headding {
    margin-top: 45px;
    font-size: 17px;
    margin-right: 10px;
  }

  .cp-content03__headding__img {
    width: 116px;
    margin-right: 12px;
  }

  .cp-content03 .list-note-wrap.cp-notes .list-note__item {
    margin-bottom: 4px;
    padding-left: 16px;
  }

  .cp-content03 .list-note-wrap.cp-notes {
    text-align: left;
    width: fit-content;
    padding: 0 14px;
  }

  .cp-content03 .list-note-wrap.cp-notes .list-note__item::before {
    content: "※";
    width: 12px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 0;
  }

  .cp-content03__box01 {
    margin-top: 10px;
    width: 90%;
    border: 1px solid #eb0a1e;
    border-radius: 8px;
    padding: 8px;
  }

  .cp-content03__box01__inner {
    font-size: 17px;
  }

  .cp-content03__box01--emphasis {
    font-size: 17px;
  }

  .cp-content03__box02 {
    margin-top: 13px;
    gap: 13px;
  }

  .cp-content03__box02__text {
    font-size: 17px;
  }

  .cp-content03__box02__img {
    width: 19%;
    max-width: 90px;
  }
  .cp-lead-text {
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 7px;
  }

  .cp-content04 {
    margin: 14px auto 0;
    border-radius: 10px;
  }

  .cp-content04 thead th {
    padding: 2px;
    font-size: 16px;
  }
  .cp-content04 tbody th {
    font-size: 13px;
    padding: 6px 3px;
    line-height: 1.3;
  }
  .cp-content04 tbody th > span {
    font-size: 15px;
  }

  .cp-content04 tbody td {
    padding: 3px;
    font-size: 15px;
    line-height: 1.3;
  }

  .cp-content04 tbody td > span {
    font-size: 20px;
  }
  .cp-tab__link {
    padding: 4px 0 2px;
    font-size: 15px;
    max-width: none;
    width: 100%;
    border-radius: 8px 8px 0 0;
  }

  .cp-tab {
    margin-top: 20px;
  }

  .cp-tab__links {
    gap: min(9px,2.4vw);
  }

  .cp-content05 {
    border-radius: 0px 0px 8px 8px;
  }

  .cp-content05__item__inner {
    width: 100%;
    padding: 10px 4px 0px;
    align-items: center;
  }

  .cp-content05__list {
    margin: 16px 0 16px;
    gap: 40px;
  }

  .cp-content05__item {
    width: 90%;
    border-radius: 10px;
  }

  .cp-content05__item__step {
    font-size: 17px;
  }

  .cp-content05__item__step--circle {
    width: 1.2em;
    height: 1.2em;
    margin-left: 0.3em;
    font-weight: 500;
    font-size: 17px;
  }

  .cp-content05__item__text {
    font-size: 17px;
    line-height: 1.4;
    margin-top: 0px;
    line-height: 1.3;
    text-align: center;
  }
  .cp-content05__item__img--btm, 
  .cp-content05__item__img--small, 
  .cp-content05__item__img {
    width: 100%;
  }
  .cp-content05__item__img {
    margin-top: 3px;
    margin-bottom: 12px;
  }
  .cp-content05__item__img--btm {
    margin-top: 7px;
  }
  .cp-content05__item__text--small {
    font-size: 14px;
  }

  .cp-content05__item__img img {
    max-width: 282px;
  }

  .cp-content05__item__img--btm img {
    max-width: 77px;
  }

  .cp-content05__item + .cp-content05__item:before {
    top: -31px;
    border-width: 21px 20px 0 20px;
  }
  .cp-notes-heading .heading__h3 {
    font-size: 18px;
    margin-top: 30px;
    border-bottom: 2px solid #F7674D;
    line-height: 1.6;
  }

}

.campaign_detail .campaign__kv img{
  max-width: 100%;
  width: 100%;
}
.cv-button--download {
  background-color: #24727F;
  color: #fff;
}

.campaign-list__tag{
    margin-top: 8px;
}
.tag--emphasis, .tag--entry, .tag--entry-closed,.tag--new {
    display: inline-flex;
    border: solid 1px #666;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    padding: 5.75px 14px 4.6px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    border-radius: 10px;
}
.tag--entry-closed{
    background-color: #f6f6f6;
    border: none;
    color: #888;
}
.tag--entry,.tag--new{
    color: #333;
}
.tag--emphasis{
    background-color: #eb0a1e;
    color: #fff;
    font-weight: 700;
    border: none;
}
@media (min-width: 960px) {
    .tag--entry, .tag--entry-closed, .tag--status, .tag--new {
        padding: 4px 11px;
    }
}
.campaign_detail .campaign-list__title h2{
  font-size: 18px;
  font-weight: 700;
  margin: 12px 0 0;
}
@media screen and (max-width: 768px) {
  .campaign_detail .campaign-list__title h2{
    font-size: 16px;
  }
}

.campaign_detail .campaign-list__period {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    margin: 8px 0 16px;
}
.campaign_detail .campaign-list__period {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
.campaign_detail .campaign-list__period {
    font-size: 12px;
  }
}

@media screen and (min-width: 769px) {
  .sp_only {display: none;}
}
@media screen and (max-width: 768px) {
  .pc_only {display: none;}
}

/* margin top */
._tw_mt_120 {
	margin-top:120px!important;
}
._tw_mt_88 {
	margin-top:88px!important;
}
._tw_mt_80 {
	margin-top:80px!important;
}
._tw_mt_72 {
	margin-top:72px!important;
}
._tw_mt_64 {
	margin-top:64px!important;
}
._tw_mt_56 {
	margin-top:56px!important;
}
._tw_mt_48 {
	margin-top:48px!important;
}
._tw_mt_40 {
	margin-top:40px!important;
}
._tw_mt_32 {
	margin-top:32px!important;
}
._tw_mt_24 {
	margin-top:24px!important;
}
._tw_mt_16 {
	margin-top:16px!important;
}
._tw_mt_10 {
	margin-top:10px!important;
}
._tw_mt_8 {
	margin-top:8px!important;
}
._tw_mt_4 {
	margin-top:4px!important;
}
._tw_mt_0 {
	margin-top:0!important;
}

@media (min-width: 769px) {
	._tw_pc_mt_88 {
		margin-top:88px!important;
	}
	._tw_pc_mt_80 {
		margin-top:80px!important;
	}
	._tw_pc_mt_72 {
		margin-top:72px!important;
	}
	._tw_pc_mt_64 {
		margin-top:64px!important;
	}
	._tw_pc_mt_56 {
		margin-top:56px!important;
	}
	._tw_pc_mt_48 {
		margin-top:48px!important;
	}
	._tw_pc_mt_40 {
		margin-top:40px!important;
	}
	._tw_pc_mt_32 {
		margin-top:32px!important;
	}
	._tw_pc_mt_24 {
		margin-top:24px!important;
	}
	._tw_pc_mt_16 {
		margin-top:16px!important;
	}
	._tw_pc_mt_10 {
		margin-top:10px!important;
	}
	._tw_pc_mt_8 {
		margin-top:8px!important;
	}
	._tw_pc_mt_4 {
		margin-top:4px!important;
	}
	._tw_pc_mt_0 {
		margin-top:0!important;
	}
}

@media (max-width: 768px) {
	._tw_sp_mt_88 {
		margin-top:88px!important;
	}
	._tw_sp_mt_80 {
		margin-top:80px!important;
	}
	._tw_sp_mt_72 {
		margin-top:72px!important;
	}
	._tw_sp_mt_64 {
		margin-top:64px!important;
	}
	._tw_sp_mt_56 {
		margin-top:56px!important;
	}
	._tw_sp_mt_48 {
		margin-top:48px!important;
	}
	._tw_sp_mt_40 {
		margin-top:40px!important;
	}
	._tw_sp_mt_32 {
		margin-top:32px!important;
	}
	._tw_sp_mt_24 {
		margin-top:24px!important;
	}
	._tw_sp_mt_16 {
		margin-top:16px!important;
	}
	._tw_sp_mt_10 {
		margin-top:10px!important;
	}
	._tw_sp_mt_8 {
		margin-top:8px!important;
	}
	._tw_sp_mt_4 {
		margin-top:4px!important;
	}
	._tw_sp_mt_0 {
		margin-top:0!important;
	}
}

/* margin bottom */
._tw_mb_88 {
	margin-bottom:88px!important;
}
._tw_mb_56 {
	margin-bottom:56px!important;
}
._tw_mb_48 {
	margin-bottom:48px!important;
}
._tw_mb_40 {
	margin-bottom:40px!important;
}
._tw_mb_32 {
	margin-bottom:32px!important;
}
._tw_mb_24 {
	margin-bottom:24px!important;
}
._tw_mb_16 {
	margin-bottom:16px!important;
}
._tw_mb_8 {
	margin-bottom:8px!important;
}
._tw_mb_0 {
	margin-bottom:0!important;
}

@media (max-width: 768px) {
	._tw_sp_mb_88 {
		margin-bottom:88px!important;
	}
	._tw_sp_mb_80 {
		margin-bottom:80px!important;
	}
	._tw_sp_mb_72 {
		margin-bottom:72px!important;
	}
	._tw_sp_mb_64 {
		margin-bottom:64px!important;
	}
	._tw_sp_mb_56 {
		margin-bottom:56px!important;
	}
	._tw_sp_mb_48 {
		margin-bottom:48px!important;
	}
	._tw_sp_mb_40 {
		margin-bottom:40px!important;
	}
	._tw_sp_mb_32 {
		margin-bottom:32px!important;
	}
	._tw_sp_mb_24 {
		margin-bottom:24px!important;
	}
	._tw_sp_mb_16 {
		margin-bottom:16px!important;
	}
	._tw_sp_mb_10 {
		margin-bottom:10px!important;
	}
	._tw_sp_mb_8 {
		margin-bottom:8px!important;
	}
	._tw_sp_mb_4 {
		margin-bottom:4px!important;
	}
	._tw_sp_mb_0 {
		margin-bottom:0!important;
	}
}

/* padding top */
._tw_pt_154 {
	padding-top:154px!important;
}
._tw_pt_88 {
	padding-top:88px!important;
}
._tw_pt_56 {
	padding-top:56px!important;
}
._tw_pt_48 {
	padding-top:48px!important;
}
._tw_pt_40 {
	padding-top:40px!important;
}
._tw_pt_32 {
	padding-top:32px!important;
}
._tw_pt_24 {
	padding-top:24px!important;
}
._tw_pt_16 {
	padding-top:16px!important;
}
._tw_pt_8 {
	padding-top:8px!important;
}

@media (max-width: 768px) {
	._tw_sp_pt_102 {
		padding-top:102px!important;
	}
	._tw_sp_pt_88 {
		padding-top:88px!important;
	}
	._tw_sp_pt_80 {
		padding-top:80px!important;
	}
}

/* padding bottom */
._tw_pb_120 {
	padding-bottom:120px!important;
}
._tw_pb_88 {
	padding-bottom:88px!important;
}
._tw_pb_56 {
	padding-bottom:56px!important;
}
._tw_pb_48 {
	padding-bottom:48px!important;
}
._tw_pb_40 {
	padding-bottom:40px!important;
}
._tw_pb_32 {
	padding-bottom:32px!important;
}
._tw_pb_24 {
	padding-bottom:24px!important;
}
._tw_pb_16 {
	padding-bottom:16px!important;
}
._tw_pb_8 {
	padding-bottom:8px!important;
}

@media (max-width: 768px) {
	._tw_sp_pb_40 {
		padding-bottom:40px;!important
	}
}