@charset "UTF-8";
/* blc
----------------------------------------------------*/
/* -- m-blc02_benefit -- */
.m-blc02.m-blc02_benefit {
  border: 2px solid #186ce2;
  overflow: inherit;
}

.m-blc02_heading01_benefit {
  background: url(/ticket/apass/images/index_new_benefit_bg.png);
  display: flex;
  position: relative;
  align-items: center;
  padding-left: 110px;
}

.m-blc02_heading01_benefit_num {
  position: absolute;
  top: -20px;
  left: -20px;
}

.m-blc02.m-blc02_benefit .m-blc02_heading01 strong {
  font-size: 4.0rem;
  font-style: italic;
  color: #fff;
  text-shadow: 
    2px  2px 1px #039,
    -2px  2px 1px #039,
    2px -2px 1px #039,
    -2px -2px 1px #039,
    2px  0px 1px #039,
    0px  2px 1px #039,
    -2px  0px 1px #039,
    0px -2px 1px #039;
}

/* discount
----------------------------------------------------*/
/* -- m-discount -- */
.m-discount {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
}
.m-discount > div {
  font-weight: bold;
}
.m-discount_before {
  padding-right: 20px;
  font-size: 1.5rem;
}
.m-discount_before span {
  font-size: 2.4rem;
}
.m-discount_arrow {
  display: block;
  width: 30px !important;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 20px solid #cecece;
}
.m-discount_after {
  font-size: 2.0rem;
  color: #039;
  line-height: 1.4;
}
.m-discount_after span {
  font-size: 4.0rem;
}

.m-discount.m-discount_vertical {
  display: block;
}
.m-discount.m-discount_vertical > div {
  width: 100%;
  margin-bottom: 15px;
}
.m-discount.m-discount_vertical .m-discount_before {
  padding-right: 0;
}

.m-discount.m-discount_vertical .m-discount_arrow {
  margin: 0 auto;
  border-top: 20px solid #cecece;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
}
.m-discount.m-discount_vertical .m-discount_after {
  margin-top: -20px;
}

/* buy-other-blc
----------------------------------------------------*/
/* -- m-buy-other-blc01 -- */
.m-buy-other-blc01_box01_benefit {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
.m-buy-other-blc01_box01_benefit > div:nth-child(2) {
  width: 930px;
}
.m-buy-other-blc01_benefit {
  border-width: 2px;
  border-color: #0266d5;
}
.m-buy-other-blc01_benefit h3 {
  color:#0266d5;
}
.m-buy-other-blc01_benefit-number {
  display: inline-block;
  padding: 4px 15px;
  background: #0266d5;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 600;
}

.m-buy-other-blc01_box01_benefit_other {
  position: relative;
  padding-left: 135px;
}
.m-buy-other-blc01_benefit_other_pic {
  position: absolute;
  top: 20px;
  left: 20px;
}

/* ticket-list01
----------------------------------------------------*/
/* -- m-ticket-list01 -- */
.m-ticket-list01_apass01,
.m-ticket-list01_apass02 {
    margin: auto -20px 0;
}
.m-ticket-list01_data02 {
  justify-content: flex-start;
  padding: 5px 20px;
  border: none;
  align-items: center;
}
.m-ticket-list01_age01 {
  width: 100px;
  margin-right: 15px;
  padding: 8px;
  border: 1px solid #ccc;
  font-size: 1.3rem;
  text-align: center;
}
.m-ticket-list01_age01 span {
  font-size: 1.1rem;
}
.m-ticket-list01_price01 {
  margin: 0;
  font-size: 2.8rem;
  line-height: 1.3;
}
.m-ticket-list01_price01 span {
  font-size: 1.5rem;
}
.m-ticket-list01_data03 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 15px 20px;
  padding: 20px 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.m-ticket-list01_data03 > p {
  width: 100px;
}
.m-ticket-list01_day01 {
  margin-right: 15px;
  padding: 8px;
  border: 1px solid #ccc;
  font-size: 1.3rem;
  text-align: center;
}
.m-ticket-list01_day02 {
  font-size: 1.8rem;
  color: #333;
}
.m-ticket-list01_day03 {
  width: 120px !important;
  text-align: right;
  font-size: 1.4rem;
}
.m-ticket-list01_txt01 {
    margin: 5px 20px 15px;
    font-size: 1.4rem;
    font-weight: 600;
}
.m-ticket-list01_ico04 {
  margin: 15px 20px 15px;
  padding: 4px 0;
  background: #dedede;
  border: 2px solid #dedede;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.m-ticket-list01_data01 .cmn_caution01 {
  color: #f00 !important;
}
/* table
----------------------------------------------------*/
/* -- m-table -- */
.m-table {
  background: #fff;
}
.m-table td {
  text-align: center;
}
.m-table caption {
  padding: 15px 10px;
  background: #1c3385;
  color:#fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}
.m-table caption span {
  font-size: 1.5rem;
}
/* blc-recommend01
----------------------------------------------------*/
/* -- m-blc-recommend01 -- */
.m-blc-recommend01 p{
  display: inline-block;
  background: #1b4584;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 24px 0;
  box-sizing: border-box;
  text-align: right;
  position: relative;
}

.m-blc-recommend01 p:first-child{
  width: 352px;
  padding-right: 35px;
  margin-right: 80px;
}

.m-blc-recommend01 p:first-child:after{
  content: '+';
  color: #9b9b9b;
  font-size: 50px;
  position: absolute;
  right: -54px;
  top: -3px;
}

.m-blc-recommend01 p:first-child:before{
  content: "";
  background: url(/ticket/apass/images/index_details_img01.png) no-repeat;
  display: block;
  position: absolute;
  width: 95px;
  height: 45px;
  top: 17px;
  left: 25px;
}


.m-blc-recommend01 p:last-child:before{
  content: "";
  background: url(/ticket/apass/images/index_details_img02.png) no-repeat;
  display: block;
  position: absolute;
  width: 67px;
  height: 41px;
  top: 18px;
  left: 25px;
}

.m-blc-recommend01 p:last-child{
  width: 194px;
  padding-right: 35px;
}
/* common
----------------------------------------------------*/
.center {
  margin: 0 auto;
}
.fs40 {
  font-size: 4.0rem !important;
}