@charset "UTF-8";
/******** coror ********/
/********* parts *******/
/********************************************/
/********* parts *******/
.club_contents {
  font-size: 14px;
  line-height: 1.4;
}

.club_contents .club_title {
  font-size: 20px;
  margin: 20px;
  font-weight: bold;
}

.club_contents .campaign, .club_contents .special, .club_contents .info {
  padding-bottom: 25px;
}

.club_contents .text {
  padding: 0 20px;
}

.club_contents .note {
  font-size: 12px;
  color: #000;
  font-weight: 500;
  margin-left: 1.2em;
  text-indent: -1.2em;
}

.club_contents p.note:before {
  content: "※";
  margin-right: 0.2em;
}

.club_contents .link_btn {
  font-size: 14px;
  height: 40px;
  width: 75%;
  margin: 0 auto;
  background-color: #e60012;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.club_contents .link_btn a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/assets/img/common/arrow_white.png") no-repeat 96% center;
  -webkit-background-size: 6px;
  -o-background-size: 6px;
  background-size: 6px;
  color: #FFF;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  text-decoration: none;
}

.club_contents .link.member_site {
  border-top: 1px solid #d4d4d4;
  padding: 30px 0;
}

.club_contents .campaign .cate_title {
  font-size: 15px;
}

.club_contents .campaign .red {
  color: #e60012;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 15px;
}

.club_contents .campaign .text:nth-of-type(2) {
  margin-bottom: 10px;
}

.club_contents .special li {
  padding-bottom: 20px;
}

.club_contents .special li:not(:first-of-type) {
  padding-bottom: 20px;
  margin: 0 20px;
  border-top: 1px solid #d4d4d4;
}

.club_contents .special li:nth-of-type(3) {
  padding-bottom: 5px;
}

.club_contents .special li.coupon .text {
  margin-bottom: 20px;
}

.club_contents .special li.coupon .note {
  margin-top: 0;
}

.club_contents .special li h5 {
  -webkit-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
  margin-top: 10px;
  padding: 10px 0 0 62px;
  line-height: 1.2;
  height: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #e60012;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}

.club_contents .special li:nth-of-type(1) h5 {
  background: url("/assets/img/ticket/club/item_tokuten1.png") left center no-repeat;
  margin-top: 0;
  margin-left: 20px;
}

.club_contents .special li:nth-of-type(2) h5 {
  background: url("/assets/img/ticket/club/item_tokuten2.png") left center no-repeat;
  padding-top: 19px;
}

.club_contents .special li:nth-of-type(3) h5 {
  background: url("/assets/img/ticket/club/item_tokuten3.png") left center no-repeat;
}

.club_contents .special li:nth-of-type(4) h5 {
  background: url("/assets/img/ticket/club/item_tokuten4.png") left center no-repeat;
  margin-bottom: 0;
}

.club_contents .special li:nth-of-type(5) h5 {
  background: url("/assets/img/ticket/club/item_tokuten5.png") left center no-repeat;
}

.club_contents .special li:nth-of-type(5) .note {
  margin-top: 0;
}

.club_contents .special .table_head {
  width: 100%;
  margin-top: 30px;
}

.club_contents .special .table_head th {
  background: #ffec01;
  height: 45px;
}

.club_contents .special .table_head .category {
  border-right: 1px solid #d4d4d4;
  font-weight: bold;
  width: 36%;
}

.club_contents .special .table_head .regular {
  border-right: 1px solid #d4d4d4;
}

.club_contents .special .table_head .special {
  background: #e60012;
  color: #FFF;
  padding: 0;
}

.club_contents .special table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 12px;
  width: 100%;
}

.club_contents .special table:not(:last-of-type) {
  margin-bottom: 30px;
}

.club_contents .special table th, .club_contents .special table td {
  background: #FFF;
  font-weight: 500;
  height: 60px;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.club_contents .special table th {
  width: 36%;
}

.club_contents .special table th .note {
  font-size: 10px;
  margin-left: 0;
  text-indent: 0;
}

.club_contents .special table td {
  width: 32%;
}

.club_contents .special table td:last-child {
  color: #e60012;
  border-right: none;
}

.club_contents .special table:last-of-type {
  margin-bottom: 10px;
}

.club_contents .special .note {
  margin-top: 10px;
}

.club_contents .special .thomas_img {
  padding-top: 10px;
  margin-bottom: 25px;
}

.club_contents .special .link_btn {
  padding-bottom: 0;
  margin-top: 15px;
  width: 47%;
}

.club_contents .adomi {
  padding-bottom: 15px;
}

.club_contents .adomi dl {
  margin: 20px 0;
}

.club_contents .adomi dt, .club_contents .adomi dd {
  border-bottom: 1px solid #d4d4d4;
  padding: 20px;
}

.club_contents .adomi dt {
  background: #ffec01;
}

.club_contents .adomi dt .title {
  font-weight: bold;
  margin-bottom: 5px;
}

.club_contents .adomi dd {
  background: #FFF;
}

.club_contents .adomi dd .title {
  margin-bottom: 5px;
  text-indent: -1em;
  margin-left: 1em;
}

.club_contents .adomi .link_btn {
  margin: 20px auto;
}

.club_contents .adomi .text {
  word-break: break-all;
}

.club_contents .info dl {
  padding: 20px 0;
  margin: 0 20px;
}

.club_contents .info dl:first-of-type {
  padding-top: 0;
}

.club_contents .info dl:not(:last-child) {
  border-bottom: 1px solid #d4d4d4;
}

.club_contents .info dt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}

.club_contents .info dd {
  font-size: 14px;
}

.club_contents .info dd .note {
  margin-top: 5px;
}

.club_contents .info dd a {
  color: #e60012;
  text-decoration: underline;
}










----------  ----------



.club_contents .special2 li {
  padding-bottom: 20px;
}

.club_contents .special2 li:not(:first-of-type) {
  padding-bottom: 20px;
  margin: 0 20px;
  border-top: 1px solid #d4d4d4;
}

.club_contents .special2 li:nth-of-type(3) {
  padding-bottom: 5px;
}

.club_contents .special2 li.coupon .text {
  margin-bottom: 20px;
}

.club_contents .special2 li.coupon .note {
  margin-top: 0;
}

.club_contents .special2 li h5 {
  -webkit-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
  margin-top: 10px;
  padding: 10px 0 0 20px;
  line-height: 1.2;
  height: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #e60012;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}


.club_contents .special2 .table_head {
  width: 100%;
  margin-top: 30px;
}

.club_contents .special2 .table_head th {
  background: #ffec01;
  height: 45px;
}

.club_contents .special2 .table_head .category {
  border-right: 1px solid #d4d4d4;
  font-weight: bold;
  width: 36%;
}

.club_contents .special2 .table_head .regular {
  border-right: 1px solid #d4d4d4;
}

.club_contents .special2 .table_head .special {
  background: #e60012;
  color: #FFF;
  padding: 0;
}

.club_contents .special2 table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 12px;
  width: 100%;
}

.club_contents .special2 table:not(:last-of-type) {
  margin-bottom: 30px;
}

.club_contents .special2 table th, .club_contents .special2 table td {
  background: #FFF;
  font-weight: 500;
  height: 60px;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.club_contents .special2 table th {
  width: 36%;
}

.club_contents .special2 table th .note {
  font-size: 10px;
  margin-left: 0;
  text-indent: 0;
}

.club_contents .special2 table td {
  width: 32%;
}

.club_contents .special2 table td:last-child {
  color: #e60012;
  border-right: none;
}

.club_contents .special2 table:last-of-type {
  margin-bottom: 10px;
}

.club_contents .special2 .note {
  margin-top: 10px;
}

.club_contents .special2 .thomas_img {
  padding-top: 10px;
  margin-bottom: 25px;
}

.club_contents .special2 .link_btn {
  padding-bottom: 0;
  margin-top: 15px;
  width: 47%;
}


