/*
* fun.css
*
*/
/* --------------------------------
   fun
-------------------------------- */
.generic-html-lead {
  margin-bottom: 28px;
  text-align: center;
}

.generic-html-content-inner {
	width: auto;
}
@media screen and (max-width: 768px) {
  .generic-html-content-inner {
	width: auto;
  }
}

.generic-html-content li:before {
  display: none;
}

.generic-html-content {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

.post-type-content-inner span {
	font-weight: bold;
	padding-bottom: 0px;
	padding-left: 0px;
}

.post-type-content table .row2 {
	padding-top: 50px;
	padding-right: auto;
	padding-left: auto;
	padding-bottom: 0px;
}

.post-type-content table td {
	padding: auto;
}
.post-type-content table td.font-normal {
  font-weight: normal;
}

.post-type-table + .post-title {
  margin-top: 28px;
}

.post-type-table table td:last-child {
	border-right: 1px solid #cacaca;
	width: auto;
}

.post-type-table table td:first-child {
	width: auto;
}

.cardList {
  margin-bottom: 56px;
}
.cardList-4 .cardList_item {
  margin-right: 48px; 
  border-radius: 42px 0px 42px 0px;
  width: 176px;
  height: 176px;
}
@media screen and (max-width: 768px) {
  .cardList-4 .cardList_item {
    margin: 0 auto 8px auto;
  }
}
.cardList-5 .cardList_item {
  margin-right: 36px; 
  border-radius: 42px 0px 42px 0px;
  width: 140px;
  height: 140px;
}
@media screen and (max-width: 768px) {
  .cardList-5 .cardList_item {
    margin: 0 auto 32px auto;
  }
}

.cardList_item {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .cardList_item {
    display: block;
  }
}
.cardList_item span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto; 
  -webkit-transform: translateY(-50%); 
      -ms-transform: translateY(-50%); 
          transform: translateY(-50%);
  color: #fff;
  font-size: 20px;
}
.cardList_item:last-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .cardList_item:last-child {
    margin: 0 auto;
  }
}
.cardList_item:last-child:after {
  display: none;
}
.cardList_item-arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -25px;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 28px;
  background-image: url(/assets/images/wellness/fun/wellness_fun_icon_arrow.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .cardList_item-arrow:after {
    top: auto;
    right: 0; 
    bottom: -30px;
    left: 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.cardList_item-pink {
  background-color: #e21567;
}
.cardList_item-yellw {
  background-color: #fabc00;
}
.cardList_item-green {
  background-color: #007d45;
}
.cardList_item-Violet {
  background-color: #5e1b7c;
}
.cardList_item-red {
  background-color: #e31934;
}
.cardList_item-blue {
  background-color: #13305d;
}
.cardList_item .cardList_item_lead {
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  margin: auto;
  padding: 0 15px;
  width: 100%;
  color: #fff; 
  font-size: 20px;
}
.cardList_item .cardList_item_txt {
  position: absolute;
  top: 80px;
  right: 0;
  left: 0;
  margin: auto;
  padding: 0 15px;
  width: 100%;
  color: #fff; 
  font-size: 14px;
}

.l-container-inner-last {
  margin-bottom: 56px;
}

@media (max-width: 640px) {
    .table-scroll {
	overflow-x: scroll;
    }
}
