@charset "UTF-8";
/* Ticket-select
--------------------------------------------------------- */
.ticket-select {
  clear: both;
}
.ticket-select + .ticket-select{
  margin-top: 20px;
}
.ticket-select__section {
  margin-bottom: 20px;
}
.ticket-select__image{
  display: block;
  text-align: center;
  margin: 1em auto;
  max-width: 250px;
  max-height: 250px;
}
.ticket-select__txt {
	line-height: 1.4;
  font-size: 14px;
  font-size: 1.4rem;
}
.ticket-select__txt + .ticket-select__txt {
	margin-top: 1em;
}
td.ticket-select-tit {
  padding: 0.25em 1em;
  background: #f6f6f5;
}
  @media screen and (min-width: 768px) {
    .ticket-select__image {
      float:left;
      width: 210px;
      height: 210px;
      margin: 0 auto;
      }
    .ticket-select__txt{
/*    margin-left: 230px;*/
    }
  }
.ticket-price-e{
  color: #F04124;
}
.ticket-price-r,
.ticket-price-e{
  text-align: right;
}
.ticket-price-e span {
  display: block;
}
.table-default.ticket-select{
  border: 1px solid #e5e5e5;
}
.table-default.ticket-select td{
  vertical-align: middle;
}
.table-default.ticket-select .cell04{
  text-align: center !important;
}
  @media screen and (min-width: 768px) {
    .table-default.ticket-select .cell02,
    .table-default.ticket-select .cell03{
    width: 200px;
    }
    .table-default.ticket-select .cell04{
    width: 160px;
  }
	  .table-default.ticket-select tr:nth-child(4n+1){
		  background-color: #f9f9f9;
	  }
  }
.ticket-select__icon img{
  vertical-align: middle;
}
.ticket-select__icon > img + img{
  margin-left: 3px;
}
/* Form-section
--------------------------------------------------------- */
.form-section {
  position: relative;
  margin-top: 15px;
}
  @media screen and (min-width: 768px) {
    .form-section {
      margin-top: 20px;
      }
    }

.form-section.bdr {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.form-section__title {
  padding: 17px 16px 15px;
  background: #F7F0E8;
  color: #816B4E;
}
  @media screen and (min-width: 768px) {
    .form-section__title {
      padding: 17px 20px 16px 20px;
      font-size: 110%;
      }
    }

.form-section__title.bdr {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.form-section__btn {
  margin: 20px 0;
}
.form-section__txt {
    margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .form-section__item.login, .form-section__item.regist {
    width: 48%;
  }
  .form-section__item.login {
    float: left;
  }
  .form-section__item.regist {
    float: right;
  }
  .form-section__item.login-only {
    width: 520px;
    margin: 0 auto;
    }
  }

.form-section__item.regist {
  margin-top: 25px;
}
  @media screen and (min-width: 768px) {
    .form-section__item.regist {
      margin-top: 0;
      }
    }

.form-section__inner {
  padding: 15px;
}
  @media screen and (min-width: 768px) {
    .form-section__inner {
      padding: 25px;
      }
    }

.form-section__inner.info {
  padding: 15px 15px 0;
}
  @media screen and (min-width: 768px) {
    .form-section__inner.info {
      padding: 25px 40px 0;
      }
    }

/* Button stlye
--------------------------------------------------------- */
.btn-cart{ 
  margin-bottom: 10px;
  padding: 0.5em 0;
  background-color: #3B9250;
  color: #fff;
  width: 160px;
  font-size: 16px;
  font-size: 1.6rem;
  float: right;
}
.btn-primary,
.btn-member-regist,
.btn-agree {
  display: block;
  margin: 0 auto;
  position: relative;
}
.btn-purchase,
.btn-primary,
.btn-update,
.btn-member-regist,
.btn-entry,
.btn-proceed-payment,
.btn-agree,
.btn-ticket{
  background-color: #3B9250;
  color: #fff;
}
.btn-delete {
  max-width: 4em;
  margin: 0 auto;
  font-size: 90%;
}
.btn-delete__all {
  margin: 0 auto;
  font-size: 80%;
}
.btn-change {
  position: absolute;
  top: 12px;
  right: 10px;
  width: 4em;
  background-color: #fff;
  border: 1px solid #666;
}
  @media screen and (min-width: 768px) {
    .btn-change {
      width: 120px;
    }
	.btn-change:hover,
	  .btn-change:focus{
		  background-color: #666;
		  color: #ffffff;
	  }
  }
/* btn-input */
.btn-input {
  position: absolute;
  top: 12px;
  right: 10px;
  width: 7em;
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #F04124;
  color: #F04124;
  background-color: #fff;
}
  @media screen and (min-width: 768px) {
    .btn-input {
      width: 120px;
    }
    .btn-input:hover,
    .btn-input:focus{
      background-color: #F04124;
      color:#fff;
    }
  }
.btn-purchase-finalized{
  background: rgb(234,146,88); /* Old browsers */
  background: -moz-linear-gradient(top,  rgb(234,146,88) 0%, rgb(241,120,22) 8%, rgb(219,88,23) 49%, rgb(212,69,19) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgb(234,146,88) 0%,rgb(241,120,22) 8%,rgb(219,88,23) 49%,rgb(212,69,19) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgb(234,146,88) 0%,rgb(226,107,27) 8%,rgb(219,88,23) 49%,rgb(212,69,19) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F17816', endColorstr='#d44513',GradientType=0 ); /* IE6-9 */
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  text-shadow: 2px 1px 0 rgba(0,0,0,0.2);
  border: 1px solid #2d3a47;
  border-radius: 5px;
  letter-spacing: 0.8px;
}
  @media screen and (min-width: 768px) {
    .btn-purchase-finalized {
      font-size: 21px;
      font-size: 2.1rem;
    }
  }
.btn-address {
  margin-top: 5px;
  width: 8em;
  background-color: #796A56;
  color: #fff;
  font-size: 14px;
  fotn-size: 1.4rem;
}
/* Login
--------------------------------------------------------- */
.login-box {
  clear: left;
}
  .login-box + .login-box {
    margin-top: 15px;
  }

.login-box__title {
  float: left;
  width: 6em;
  padding-top: 4px;
  font-size: 14px;
  font-size: 1.4rem;
}
.login-box__input {
  margin-left: 6.4em;
}
  .login-box__input input {
    width: 100%;
  }
  .login-box__input.check {
    margin-top: 7px;
  }
    .login-box__input.check input {
      width: auto;
    }
    .login-box__input.check label {
      margin-left: 4px;
      font-size: 90%;
    }
/* ---------------------------------------------------------
  Step menu
--------------------------------------------------------- */
/* Step menu : container
--------------------------------------------------------- */
.step-menu-container {
  margin: 0 auto 10px;
}
  @media screen and (min-width: 768px) {
      .step-menu-container {
          margin: 20px 0 25px;
      float: right;
      width: 50%;
      }
  }
.step-menu {
  margin: 0;
  padding: 0;
  counter-reset: step;
  z-index: 0;
  position: relative;
}
.step-menu li {
  list-style-type: none;
  width: 33.33333333%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #aaa;
}
.step-menu li:before {
  width: 24px;
  height: 24px;
  content: counter(step);
  counter-increment: step;
  line-height: 24px;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #eee;
}
.step-menu li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #eee;
  top: 12px;
  left: -50%;
  z-index: -1;
}
.step-menu li:first-child:after {
  content: none;
}
.step-menu li.active {
  color: #3B9250;
}
.step-menu li.active:before {
  background-color: #3B9250;
  color:#fff;
}
.step-menu li.active + li:after {
  background-color: #3B9250;
}
.step-menu.step-menu-4 li{
  width: 25%;
}
/* ---------------------------------------------------------
  Form table
--------------------------------------------------------- */
/* container
--------------------------------------------------------- */
.form-table-container {
  margin: 0 auto;
}
  @media screen and (min-width: 768px) {
    .form-table-container {
      margin: 0;
      }
    }
/* Base table
--------------------------------------------------------- */
.form-table {
  clear: both;
  line-height: 1.4;
}
  .form-table th, .form-table td {
    padding-right: 15px;
    padding-left: 15px;
    border: 1px solid #ccc;
    vertical-align: middle;
  }
    @media screen and (min-width: 768px) {
      .form-table th, .form-table td {
        padding-right: 20px;
        padding-left: 20px;
        }
      }
  .form-table th {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #F9F9F9;
    font-size: 90%;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: left;
  }
    @media screen and (min-width: 768px) {
      .form-table th {
        padding-top: 15px;
        padding-bottom: 15px;
        }
      }
    .form-table th span {
      font-weight: normal;
      letter-spacing: 0;
    }
  .form-table td {
    padding-top: 10px;
    padding-bottom: 15px;
    border: 1px solid #ccc;
    vertical-align: middle;
  }
    @media screen and (min-width: 768px) {
      .form-table td {
        padding-top: 15px;
        }
      }

@media screen and (max-width: 767px) {
  .form-table.regist th, .form-table.regist td, .form-table.regist .targetItem, .form-table.confirm th, .form-table.confirm td, .form-table.confirm .targetItem, .form-table.change th, .form-table.change td, .form-table.change .targetItem, .form-table.address th, .form-table.address td, .form-table.address .targetItem, .form-table.purchase th, .form-table.purchase td, .form-table.purchase .targetItem {
    display: block;
    border-top: none;
  }
  .form-table.regist tr:first-child th, .form-table.regist .hiddenStbl + tr th, .form-table.confirm tr:first-child th, .form-table.confirm .hiddenStbl + tr th, .form-table.change tr:first-child th, .form-table.change .hiddenStbl + tr th, .form-table.address tr:first-child th, .form-table.address .hiddenStbl + tr th, .form-table.purchase tr:first-child th, .form-table.purchase .hiddenStbl + tr th {
    border-top: 1px solid transparent;
  }
  .form-table.regist .targetItem, .form-table.confirm .targetItem, .form-table.change .targetItem, .form-table.address .targetItem, .form-table.purchase .targetItem {
    border-bottom: none;
    background: transparent !important;
    text-align: left;
    }
  }

@media screen and (max-width: 480px) {
  .form-table.order th span.sp-db, .form-table.check th span.sp-db {
    display: block;
    }
  }
@media screen and (max-width: 767px) {
.form-table.regist th, .form-table.regist td, .form-table.regist .targetItem, .form-table.confirm th, .form-table.confirm td, .form-table.confirm .targetItem, .form-table.change th, .form-table.change td, .form-table.change .targetItem, .form-table.address th, .form-table.address td, .form-table.address .targetItem, .form-table.purchase th, .form-table.purchase td, .form-table.purchase .targetItem {
    display: block;
    border-top: none;
  }
.form-table.regist tr:first-child th, .form-table.regist .hiddenStbl + tr th, .form-table.confirm tr:first-child th, .form-table.confirm .hiddenStbl + tr th, .form-table.change tr:first-child th, .form-table.change .hiddenStbl + tr th, .form-table.address tr:first-child th, .form-table.address .hiddenStbl + tr th, .form-table.purchase tr:first-child th, .form-table.purchase .hiddenStbl + tr th {
    border-top: 1px solid transparent;
  }
  .form-table.regist .targetItem, .form-table.confirm .targetItem, .form-table.change .targetItem, .form-table.address .targetItem, .form-table.purchase .targetItem {
    border-bottom: none;
    background: transparent !important;
    text-align: left;
    }
  }

@media screen and (max-width: 480px) {
  .form-table.order th span.sp-db, .form-table.check th span.sp-db {
    display: block;
    }
  }

/* ---------------------------------------------------------
  Order
--------------------------------------------------------- */
/* Shopping cart
--------------------------------------------------------- */
  @media only screen and (max-width:767px) {
      .form-table td{
        display: block;
        width: 100%;
        position: relative;
        box-sizing: border-box;
        border-top: none !important;
      }
      .form-table td:first-child{
        border-top: 1px solid #ccc !important;
      }
      .form-table td.td-title:before{
        display: inline-block;

          box-sizing: border-box;
          padding: 0 10px 1px;
          content: attr(data-title);
          min-width: 10em;
        }
    }
.form-table.order {
  clear: both;
  border-collapse: collapse; }
  .form-table.order  th, .form-table.order td {
    padding: 10px;
    border: 1px solid #ccc;
    line-height: 1.4;
    }
  .form-table.order th {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #F7F0E8;
    text-align: center;
    color: #816B4E;
    font-size: 90%;
    line-height: 1.4;
    vertical-align: middle;
    }
    .form-table.order th span {
    margin-left: -0.2em;
    font-size: 90%;
    }
  .form-table.order td {
    background-color: #fff;
    vertical-align: middle;
    }
    .form-table.order td.price-cell {
      font-weight: bold; }
    @media screen and (min-width: 768px) {
      .form-table.order td {
        padding: 10px;
        }
		.form-table.order th.cell05 {
			width: 60px;
		}
      }
/*  */
.number-of-orders {
  text-align: left;
}
.subtotal .number-of-orders {
  text-align: right;
}
    @media screen and (min-width: 768px) {
    .number-of-orders{
      text-align: center;
    }
  }
/* one line */
.form-table.oneLine th, .form-table.oneLine td {
  border: 1px solid #ccc;
}
/* price */
.price-cell {
  font-weight: bold;
  text-align: right;
}
/* Subtotal */
.bdr-solid td {
  border-top: 1px solid #ccc !important;
}
/* Total amount */
.form-table.order .total-amount {
  padding: 20px 30px 20px 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 110%;
  text-align: right;
  vertical-align: middle;
  background: #fbf4f5;
}
  @media screen and (min-width: 768px) {
    .form-table.order .total-amount {
      padding: 20px 30px 20px 20px;
      }
    }
.total-price {
  padding-left: 5px;
  color: #F04124;
  font-size: 120%;
}
/* cell width */
.form-table.order .cell01 {
 width: 40%;
}
/* Order item */
.order-item__item + .order-item__item {
  margin-top: 0.5em;
}
.order-item__item.items-name {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
.order-item__text.item-number {
	font-size: 14px;
	font-size: 1.4rem;
}
/*.order-item__text.item-number::before {
  content: '( 購入番号：';
}

.order-item__text.item-number::after {
  content: ' )';
}*/
.order-item__text.date-label {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  padding: 2px 5px;
  border: 1px solid #ccc;
  background: #f4f4f4;
  color: #666;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
}
  @media screen and (min-width: 768px) {
    .order-item__text.date-label {
        display: inline-block;
    }
  }
.order-item__text.vd-date {
  display: block;
  font-weight: bold;
  color: #3b9250;
}
 .ticket-select .order-item__text.vd-date{
	display:  inline-block;
}
.order-item__text.vd-date em {
	display: block;
	font-style: normal;
}
  @media screen and (min-width: 768px) {
	  .order-item__text.vd-date em {
		  display: inline-block; }
	  }
 .ticket-select .order-item__text.vd-date,
.order-item__text.vd-date em {
	display:  inline-block;
}
.order-item__text.vt-state{
  font-weight: bold;
  color: #F04124;
}
.td-title.item-u-price {
  text-align: left;
}
  @media screen and (min-width: 768px) {
    .td-title.item-u-price {
      text-align: right !important;
    }
  }
/* Table parts
--------------------------------------------------------- */
  @media screen and (min-width: 768px) {
    .form-table.confirm th{
        width: 260px;
    }
  }
/* required */
.form-table.confirm td.changeTD{
    position: relative;
}
.require-container {
  position: relative;
}
.required-text {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 5px;
  background: #da352a;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  border-radius: 4px;
}
  @media screen and (min-width: 768px) {
    .required-text {
      position: absolute;
      top: -2px;
      right: 0;
      padding: 4px;
      }
    }
@media screen and (min-width: 768px) {
  .required-text.text-icon {
    position: relative;
    padding-top: 2px;
    padding-bottom: 2px;
    }
  }
/* input-rule */
.input-rule {
  display: inline;
  margin-left: 8px;
  font-size: 90%;
  font-weight: normal;
}
  @media screen and (min-width: 768px) {
    .input-rule {
      display: block;
      margin-left: 0;
      }
    }
/* Registration table
--------------------------------------------------------- */
  @media screen and (min-width: 768px) {
    .form-table.regist th {
      width: 240px;
      }
    }
/* ---------------------------------------------------------
  Message
--------------------------------------------------------- */
/* message container
--------------------------------------------------------- */
.message {
  padding: 15px 5px;
  border: 2px solid #ccc;
}
.form-table-container .message{
  margin: 15px 0;
}
  @media screen and (min-width: 480px) {
    .message {
      padding: 45px 35px;
      }
    .form-table-container .message{
        padding: 10px;
    }
    }
  @media screen and (min-width: 768px) {
    .message {
      padding: 45px 160px;
      }
    }

.message.loading {
  padding: 25px 10px 35px;
}
  @media screen and (min-width: 768px) {
    .message.loading {
      padding: 45px 180px 60px;
      }
    }
@media screen and (min-width: 768px) {
  .message.completion.mypage {
    padding: 45px 80px;
    }
  }

/* message title
--------------------------------------------------------- */
.message__title {
  margin-bottom: 20px;
  padding: 0 0 0.4em;
  border-bottom: 1px solid #ccc;
  color: #F04124;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0;
}
  @media screen and (min-width: 768px) {
    .message__title {
      font-size: 160%;
      }
    }
  @media screen and (min-width: 768px) {
    .message__title.error {
      font-size: 150%;
      }
    .message__title.attent {
      margin-bottom: 5px;
      font-size: 110%;
      text-align: center;
      border-bottom: none;
      }
    }

/* message text
--------------------------------------------------------- */
.message__text {
  padding-left: 1em;
  line-height: 1.5;
}
.form-table-container .message__text{
  padding-right: 1em;
  padding-left: 1em;
}
  @media screen and (min-width: 768px) {
    .form-table-container .message__text{
      padding-right: 2em;
      padding-left: 2em;
    }
  }
  .message__text + .message__text {
    margin-top: 1em;
  }

.message__text.order-number {
  margin: 1.5em 0 2em;
  padding: 1.5em;
  background: #f0f0f0;
  font-weight: bold;
  text-align: center;
}
  .message__text.order-number strong {
    margin-left: 5px;
    font-size: 120%;
  }

.order-number__label {
  display: block;
  margin-bottom: 0.5em;
  font-weight: normal;
}
  .order-number__label::before {
    content: '- ';
  }
  .order-number__label::after {
    content: ' -';
  }

.message__text.regist {
  margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
  .message__text.error {
    text-align: center;
    }
  }

@media screen and (min-width: 768px) {
  .message__text.error.credit {
    text-align: left;
    }
  }

.message__text.loading,
.message__img.loading {
  text-align: center;
}

.message__btn {
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}
/* Apply
--------------------------------------------------------- */
.btn-container.apply {
  margin: 25px auto 0;
/*   text-align: left; */
}
  @media screen and (min-width: 768px) {
    .btn-container.apply {
      margin: 50px auto 0;
      }
    }
/* Description
--------------------------------------------------------- */
.description {
  clear :both;
  margin: 0 0 20px;
}

.description .emphasis {
  margin-top: 4px;
  font-size: 90%;
}

.description__indent {
  padding-left: 1em;
  text-indent: -1em;
}
  .description__indent + .description__indent {
    margin-top: 5px;
  }
/* Table parts
--------------------------------------------------------- */
/* example */
.example {
  font-size: 90%;
  color: #5F5F5F;
}

.example.short {
  margin-left: 6px;
  vertical-align: middle;
}

.example.long {
  clear: both;
  margin-top: 6px;
}

.example.zipcode {
  display: inline-block;
  padding-top: 0.6em;
}

@media screen and (max-width: 767px) {
  .example.sp-db {
    display: block;
    margin: 8px 0 0 0;
    }
  }

.furigana {
  color: #666;
}

/* Attention message */
.attention-message {
  background: #ffe5e5;
}
/* select
--------------------------------------------------------- */
.select + .select {
  margin-top: 15px;
}
.select__item {
  margin-bottom: 1em;
}
  .select__item label {
    font-weight: bold;
    vertical-align: middle;
  }
    @media screen and (min-width: 768px) {
      .select__item label {
        font-size: 18px;
        font-size: 1.8rem;
        }
      }
  .select__txt + .select__item {
    margin: 18px -20px 0;
    padding: 18px 20px 0;
    border-top: 1px dashed #ccc;
  }
.select__txt {
  margin-top: 0.6em;
}
  @media screen and (min-width: 768px) {
    .select__txt {
      margin: 0.6em 0 0 1.6em;
      }
    }
/* Explanation
--------------------------------------------------------- */
.explanation {
  padding: 5px 20px;
}

.explanation.bdr {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.explanation.end {
  border-bottom: 1px solid #ccc;
}

.imgArea {
  margin-top: 20px;
}
/* Note
--------------------------------------------------------- */
.note-box {
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid #ccc;
	background: #f4f4f4;
}
.note + .note {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .note.credit-card {
    margin-left: 1.6em;
    }
  }

.note__title {
  margin-bottom: 12px;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #ccc;
  color: #816B4E;
  font-weight: bold;
}

.note__txt {
  font-size: 90%;
}

@media screen and (min-width: 768px) {
  .note__txt.attention {
    margin-top: 30px;
    }
  }
  /* Icon list
--------------------------------------------------------- */
.icon-list__txt {
  margin-left: 1em;
  padding-left: 1em;
  text-indent: -1.5em;
}
  .icon-list__txt::before {
    margin-right: 0.5em;
    content: "\f111";
    font-family: FontAwesome;
    color: #e2b813;
  }
  .icon-list__txt + .icon-list__txt {
    margin-top: 0.5em;
  }
/* contact info
--------------------------------------------------------- */
.contact-info {
  margin: 30px 1em 0;
}
  @media screen and (min-width: 768px) {
    .contact-info {
      margin-top: 30px;
      }
    }

@media screen and (min-width: 768px) {
  .contact-info__item {
    width: 48%;
    }
  }

.contact-info__item.first {
  margin-bottom: 20px;
}
  @media screen and (min-width: 768px) {
    .contact-info__item.first {
      float: left;
      margin-bottom: 0;
      }
    }

@media screen and (min-width: 768px) {
  .contact-info__item.second {
    float: right;
    }
  }

.contact-info__title {
  margin-bottom: 10px;
  color: #3B9250;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
  @media screen and (min-width: 768px) {
    .contact-info__title {
      font-size: 18px;
      font-size: 1.8rem;
      }
    }

.contact-info__title.tel-number::before {
  margin-right: 0.5rem;
  content: "\f095";
  font-family: FontAwesome;
}

.contact-info__title.e-mail::before {
  margin-right: 0.5rem;
  content: "\f0e0";
  font-family: FontAwesome;
}

.contact-info__text-box {
  position: relative;
}

.contact-info__text.tel-number {
  margin-top: -0.4em;
  font-size: 22px;
  font-size: 2.2rem;
}

.contact-info__text.txt-s {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0;
}

.contact-info__text.sp-btn {
  position: absolute;
  left: 13em;
  top: 0.8em;
}
.contact-info__text.sp-btn .btn-call {
  padding: 4px 10px;
}

/* ---------------------------------------------------------
  Policy
--------------------------------------------------------- */
/* agree-check
--------------------------------------------------------- */
.agree-check {
  margin-top: 20px;
  text-align: center;
}

.agree-check label {
  font-size: 13px;
  font-size: 1.3rem;
}
  @media screen and (min-width: 768px) {
    .agree-check label {
      font-size: 100%;
      }
    }

/* policy-container
--------------------------------------------------------- */
.policy-container {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .policy-container.contact {
    margin-right: 120px;
    margin-left: 120px;
    }
  }

.policy-container.privacy .policy__inner {
  background: #fcfcfc;
}
#policyContent {
	margin: 30px auto 20px;
	width: 100%;
	height: 300px;
	border: 1px solid #ccc;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
}
#policyContent iframe {
	width: 100%;
	height: 100%;
	border:none;
	display:block;
}
/* policy
--------------------------------------------------------- */
.policy__heading {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
}

.privacy .policy__heading {
  text-align: center;
}

.policy__inner {
  margin-top: 20px;
  padding: 30px;
  border: 1px solid #ccc;
}

.policy__heading01 {
  margin-bottom: 1em;
  font-size: 16px;
  font-size: 1.6rem;
}

.policy__heading02 {
  position: relative;
  margin-top: 1.5em;
  margin-bottom: 1em;
  padding-bottom: 8px;
  border-bottom: 2px solid #ccc;
}
.policy__heading02:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: '';
  width: 22%;
  height: 2px;
  background-color: #816B4E;
}
.policy__heading03 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
}
.policy__inner > p:not([class]) + p:not([class]){
  margin-top: .2em;
}
.policy__text + .policy__text {
  margin-top: .2em;
}
.policy__list {
  margin-top: .8em;
  margin-bottom: 1em;
}
.policy__inner > .policy__heading03 + .policy__list {
  margin-left: 1em;
}

.policy__list__item {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
  .policy__list__item + .policy__list__item {
    margin-top: 0.4em;
  }
* + .policy__heading03 {
	margin-top: 1em !important;
}
.policy__dl {
  margin-top: .8em;
  margin-bottom: 1em;
  padding-left: 1.2em;
}
.policy__dl > dt {
  margin-bottom: .2em;
}
.policy__dl > * +dt{
  margin-top: .6em;
}
/* ---------------------------------------------------------
  Mypage
--------------------------------------------------------- */
/* Index
--------------------------------------------------------- */
/* user-info */
.user-info {
  padding: 5px 20px;
  background-color: #F7F0E8;
  color: #816B4E;
  font-size: 16px;
  font-size: 1.6rem;
}
  @media screen and (min-width: 768px) {
    .user-info {
      padding: 20px;
    }
  }
.user-info__name-text {
  margin-right: 0.5em;
}

/* mypage-nav */
.mypage-nav {
  clear: both;
  margin-top: 12px;
  display: block;
  width: 100%;
  text-align: left;
}
.mypage-nav__item {
  display: inline-table;
  width: 49%;
  margin: 0 0 2% 0;
  text-align: center;
  box-sizing: border-box;
}
  @media screen and (min-width: 768px) {
    .mypage-nav__item {
      width: 19.5%;
    }
      }
.mypage-nav__link {
  display: block;
  padding: 20px 10px 15px;
  border: 1px solid #E2E2E2;
  background-color: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 13px;
  font-size: 1.3rem;
}
.mypage-nav__link:hover {
    border-color: #816B4E;
    background-color: #fff;
    text-decoration: none;
  }
  @media screen and (min-width: 768px) {
    .mypage-nav__link {
      padding: 30px 5px 25px;
      font-weight: bold;
        font-size: 15px;
        font-size: 1.5rem;
      }
    }
.icon-orderhistory,.icon-memberchange,.icon-pwchange,.icon-unsubscribe,.icon-mailmagazine,.icon-ccchange{
  font-family: FontAwesome;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}
.mypage-nav__item [class*="icon-"]:before {
  display: block;
  margin: 0 auto 20px;
  padding: 20px;
  color: #fff;
  background-color: #999;
  font-size: 42px;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
  @media screen and (min-width: 768px) {
    .mypage-nav__item [class*="icon-"]:before {
      font-size: 62px;
      width: 100px;
      height: 100px;
    }
  }
.icon-orderhistory:before{
  content: "\f022";
  background-color: #3B9250 !important;
}
.icon-memberchange:before{
  content: "\f007 ";
  background-color: #F17816 !important;
}
.icon-pwchange:before{
  content: "\f023";
  background-color: #F4842A !important;
}
.icon-mailmagazine:before{
	content: "\f0e0";
  background-color: #f19d16 !important;
}
.icon-unsubscribe:before{
  content: "\f08b";
}
.icon-ccchange:before{
  content: "\f0ec";
  background-color: #cd6118 !important;
}
/* ------ number-of-item ------ */
.number-of-item {
  margin-bottom: 5px;
}
  @media screen and (min-width: 768px) {
    .number-of-item {
      float: left;
      width: 40%;
      margin-bottom: 0;
      }
    }

.number-of-item__emphasis {
  margin-right: 0.2em;
  font-size: 110%;
  font-weight: bold;
}

/* Purchase history
--------------------------------------------------------- */
.history {
  clear: both;
  margin-top: 5px;
  letter-spacing: 0;
}
  @media screen and (min-width: 768px) {
    .history {
      margin-top: 15px;
      }
    }
  .history + .history {
    margin-top: 20px;
  }
  .history th, .history td {
    padding: 14px 17px 14px 19px;
    vertical-align: top;
  }
  .history th {
    border: 2px solid #ccc;
    border-bottom-width: 1px;
    font-weight: normal;
    text-align: left !important;
  }
    @media screen and (min-width: 768px) {
      .history th {
        width: 290px;
        border-right-width: 1px;
        border-bottom-width: 2px;
        }
      }
  .history td {
    border-right: 2px solid #ccc;
    border-left: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
  }
    @media screen and (min-width: 768px) {
      .history td {
        border-top: 2px solid #ccc;
        border-left-width: 1px;
        }
      }

@media screen and (max-width: 767px) {
  .history th, .history td {
    display: block;
    }
  }

.history__detail {
  clear: left;
  *zoom: 1;
}
  .history__detail::after {
    content: "";
    display: table;
    clear: both;
  }

.history__detail + .history__detail {
  margin-top: 0.5em;
}

.history__title {
  position: relative;
  float: left;
  width: 5em;
}
  .history__title:after {
    position: absolute;
    content: ":";
    top: 0;
    right: 0;
    font-weight: normal;
  }

.history__text {
  margin-left: 5.6em;
}

.history .order-item + .order-item {
  margin: 20px -17px 0 -19px;
  padding: 20px 17px 0 19px;
  border-top: 1px dashed #ccc;
}

.history .order-item__text.items-name {
  margin-bottom: 0.7em;
  padding-left: 10px;
  border-left: 3px solid #816B4E;
}
.history .order-item__text.price {
  margin-right: 1em;
}
  .history .order-item__text.price::after {
    content: '\0D7';
    margin-left: 1em;
  }

.order-item__text.expiry-date,
.order-item__text.remaining {
  color: #3B9250;
  font-weight: bold;
}
.order-item__item.remaining .date-label::before {
  content: '　';
}

.order-item__item.remaining .date-label::after {
  content: '　';
}
.history__detail + .btn-container {
  margin-top: 1.5em !important;
}
/* ------ nmypage-form------ */
.main-box > .mypage-form,
.main-box > .mypage{
  margin-top: 1em;
}
/* Retype password
--------------------------------------------------------- */
.re-login {
  padding: 20px;
  border: 1px solid #ccc;
}
  @media screen and (min-width: 480px) {
    .re-login {
      padding: 20px 50px;
      }
    }
  @media screen and (min-width: 768px) {
    .re-login {
      padding: 30px 100px 34px;
      }
    }
  .re-login .btnCont.one {
    margin-top: 20px;
  }
    @media screen and (min-width: 768px) {
      .re-login .btnCont.one {
        margin-top: 25px;
        }
      }
/* guide nav
--------------------------------------------------------- */
.guide-nav {
  margin-top: 12px;
  margin-bottom: 20px;
}
.guide-nav__item {
  float: left;
  width: 49%;
  margin: 0 0 2% 2%;
  text-align: center;
}
  .guide-nav__item:nth-of-type(odd) {
    margin-left: 0;
  }
  @media screen and (min-width: 480px) {
    .guide-nav__item {
      width: 32%;
    }
      .guide-nav__item:nth-of-type(odd) {
        margin-left: 2%;
      }
      .guide-nav__item:first-child, .guide-nav__item:nth-of-type(4){
        margin-left: 0;
        }
      }
  @media screen and (min-width: 768px) {
    .guide-nav__item {
      margin: 0 0 30px 20px !important;
      width: 225px;
    }
    .guide-nav__item:first-child {
      margin-left: 0 !important;
    }
  }
.guide-nav__link {
  position: relative;
  display: block;
  padding: 8px 5px;
  border: 1px solid #fff;
  background-color: #F7F0E8;
  font-size: 12px;
  font-size: 1.2rem;
}
  @media screen and (min-width: 768px) {
    .guide-nav__link {
      padding: 10px 5px;
      font-weight: bold;
      font-size: 14px;
      font-size: 1.4rem;
      }
    }
.guide-nav__item.current .guide-nav__link {
  background-color: #816B4E;
  border-color: #816B4E;
  color: #fff;
}
  .guide-nav__link:hover {
    border-color: #816B4E;
    text-decoration: none;
  }
  .guide-nav__item:not(.current) .guide-nav__link:after{
    content:'\f105';
    position: absolute;
    font-family: FontAwesome;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
  }
/* Attention-box
--------------------------------------------------------- */
.attention-box {
  margin-bottom: 2em;
}
.attention-box__heading {
  position: relative;
  margin-top: 2em;
  margin-bottom: 1.6em;
  padding: 0.5em 0.5em 0.5em 2.2em;
  color: #F04124;
  background: #FFE5E5;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}
  @media screen and (min-width: 768px) {
    .attention-box__heading {
      padding: 0.8em 1em 0.8em 2.6em;
      font-size: 18px;
      font-size: 1.8rem;
      }
    }
.attention-box__heading:before{
  position: absolute;
  content:'\f06a';
  font-family: FontAwesome;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: normal;
}
  @media screen and (min-width: 768px) {
    .attention-box__heading:before{
      left: 16px;
    }
  }
.attention-box__body {
  padding-right: 10px;
  padding-left: 10px;
}
.attention-box__body > * + dd,
.attention-box__body > * + dt {
  margin-top: 1em;
}
.attention-box__body > * + dt {
  padding-top: 1.2em;
}
.attention-box__body > dd + dt{
  border-top: 1px dotted #CCC;
}
/* Sitemap
--------------------------------------------------------- */
.sitemap__list{
  margin-top: 2em;
}
.list__col.col-1{
    padding: 36px 0;
    border-top: 1px solid #dbdbdb;
    clear: both;
}
.sitemap__list .list__col:last-child{
  padding-bottom: 0;
}
.list__col.col-1-2 > .list__col-block.list-item:nth-child(2n) {
    clear: both;
}
.list__col.col-1-2 > .list__col-block {
    padding: 36px 0;
    border-top: 1px solid #dbdbdb;
    box-sizing: border-box;
}
  @media screen and (min-width: 768px) {
    .list__col.col-1-2 > .list__col-block.list-item:nth-child(2n) {
    clear: none;
    }
    .list__col.col-1-2 > .list__col-block {
    width: 50%;
    float: left;
    }
  }
.stmpTit {
    line-height: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
}
.list__col.col-1 > .stmpTit {
  margin-bottom: 0;
}
.list-item ul {
  margin-left: 12px;
}
  @media screen and (min-width: 768px) {
    .list-item ul {
      margin-left: 0px;
    }
  }
.list-item li {
    line-height: 20px;
    padding-bottom: 24px;
    font-size: 14px;
    font-size: 1.4rem;
}
.list-item li.list-item-inner {
    padding-left: 16px;
    padding-bottom: 0;
}
.list-item li ul li {
    line-height: 16px;
    padding-bottom: 12px;
}
.list-item li:last-child,
.list-item li ul li:last-child{
  padding-bottom: 0;
}
.list__col > * a:after{
  content: '\f105';
  padding-left: 0.8em;
  font-family: FontAwesome;
}
  @media screen and (min-width: 768px) {
    .list__col.col-1 ul li {
        float: left;
        width: 25%;
        padding-bottom: 20px;
    }
  }

/* Purchase-steps
--------------------------------------------------------- */
.purchase-step-box .heading01 {
  font-weight: bold;
}
.purchase-step-box .heading01 > span{
  margin-right: 0.5em;
  margin-left: 5px;
  font-size: 24px;
  font-size: 2.4rem;
}
.step-img {
  margin-bottom: 2em;
  text-align: center;
}
.step-img img {
  padding: 10px;
  background: #fff;
  border: 1px solid #F7F0E8;
  text-align: center;
}
  @media screen and (min-width: 768px) {
    .step-img img {
      max-width: 500px;
      float: right;
      }
  .purchase-step-box .step-list{
    margin-right: 530px;
  }
    }

/* Furchase-steps
--------------------------------------------------------- */
.faq-box{
	clear: both;
	position: relative;
}
.faq-box__inner > dt,
.faq-box__inner > dd{
	padding: 1em;
}
.faq-box__inner > dt{
	background-color: #F7F0E8;
}
.faq-box__inner dt b {
	padding-right: 0.5em;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #816B4E;
}
.faq-box__inner dd dl dt {
	float: left;
	width: 1.5em;
	font-size: 18px;
	font-size: 1.8rem;
	color: #DD333F;
	font-weight: bold;
	background-color: transparent;
}
.faq-box__inner dd dl dd{
	margin-left: 1.5em;
}
.faq-box__inner dd dl > dd:nth-of-type(1){
	line-height: 1.8;
}
.faq-box__inner dd dl dd + dd {
	padding-top: 0.5em;
}