@charset "UTF-8";
/*色設定*/
/*フォントサイズ設定*/
select {
    /*-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;*/
  font-size: 16px !important; }

option {
  font-size: 16px !important; }

article {
  text-align: left; }
  article table {
    border-collapse: inherit;
    margin: 1rem 0;
    border-spacing: 0px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-width: 0 1px 1px 0; }
    article table th, article table td {
      border: 1px solid rgba(0, 0, 0, 0.25);
      border-width: 1px 0 0 1px; }
    article table th {
      background: rgba(0, 0, 0, 0.1); }
    article table td {
      background: rgba(255, 255, 255, 0.5); }
  article hr {
    height: 0px;
    font-size: 0px;
    border: 0px;
    border-top: 1px solid #ddd;
    margin: 1.5rem 0; }

@media screen and (min-width: 1024px), print {
  .index-slide {
    overflow: hidden; } }
.index-slide .slider {
  padding-bottom: 0rem !important; }
.index-slide .slick-slide {
  border: 10px solid #E5491C; }
  @media screen and (min-width: 1024px), print {
    .index-slide .slick-slide {
      border-width: 20px 10px; }
      .index-slide .slick-slide img {
        width: 750px; } }
  @media screen and (max-width: 1023px) {
    .index-slide .slick-slide {
      border-width: 10px 5px; }
      .index-slide .slick-slide img {
        width: auto;
        height: 145px; } }
.index-slide .slick-dots li {
  width: 2rem !important;
  height: 0.2rem !important;
  background: #ddd !important;
  margin: 0 10px; }
  .index-slide .slick-dots li button {
    width: 2rem !important;
    height: 30px !important;
    margin-top: -15px !important; }
    .index-slide .slick-dots li button:before {
      content: '　' !important; }
  .index-slide .slick-dots li.slick-active {
    background: #E5491C !important; }

.thumb-box-name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.5rem; }
  .thumb-box-name p {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0px;
    vertical-align: bottom; }
  .thumb-box-name a {
    display: inline-block;
    border: 1px solid #ddd;
    width: 120px;
    text-align: center;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    font-size: 0.9rem;
    line-height: 30px;
    vertical-align: bottom; }
  @media screen and (max-width: 1023px) {
    .thumb-box-name {
      margin: 0 4% 1.5rem 4%; }
      .thumb-box-name p {
        font-size: 1.2rem; }
      .thumb-box-name a {
        font-size: 0.8rem;
        width: 100px;
        line-height: 24px;
        -moz-border-radius: 12px;
        -webkit-border-radius: 12px;
        -o-border-radius: 12px;
        -ms-border-radius: 12px;
        border-radius: 12px; } }

.thumb-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.5%; }
  .thumb-box .thumb,
  .thumb-role .thumb {
    width: 17%;
    display: flex;
    flex-direction: column;
   }
    .thumb-box .thumb .-title {
      font-size: 0.9rem;
      line-height: 1.5rem;
      /* height: 3rem;
      overflow: hidden; */
     }
  @media screen and (max-width: 1023px) {
    .thumb-box {
      overflow-x: scroll;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      flex-wrap: nowrap;
      margin: 0px;
      padding: 0 1.5%; }
      .thumb-box .thumb {
        min-width: 158px;
        margin: 0 2.5%; } }

.thumb-role {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.5%; }
  .thumb-role .thumb {
    width: 22%;
    margin-bottom: 3rem; }
  @media screen and (max-width: 1023px) {
    .thumb-role {
      margin: 0 -2%;
      justify-content: space-between; }
      .thumb-role .thumb {
        width: 46%; } }

.thumb {
  margin: 0 1.5% 1rem;
  *zoom: 1; }
  .thumb::before {
    content: " ";
    display: table; }
  .thumb::after {
    content: " ";
    display: table;
    clear: both; }
  .thumb .-image {
    width: 100%;
    padding-top: 100%;
    background: #eee;
    overflow: hidden;
    position: relative;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.01); 
  }
    .thumb .-image img {
      position: absolute;
      height: 100%;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      -webkit-transform: translateY(-50%) translateX(-50%); }
  .thumb .-title {
    margin: 0.5rem 0 1rem 0; }

  .thumb .-price {
    float: right;
    font-weight: bold;
    font-size: 21px;
    line-height: 25px;
    font-family: "Noto Sans Japanese";
    letter-spacing: -0.05rem;
    padding-right: 2px; }
    .thumb .-price::before {
      margin-right: 2px;
      font-size: 80%; }
  .thumb .-tags {
    clear: both;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 1rem;
    margin: 0 -2px 1rem; }
    .thumb .-tags li {
      font-size: 11px;
      line-height: 20px;
      margin: 0 2px 5px;
      padding: 0 10px;
      background: #eee;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px; }
  .thumb a {
    display: block; }
  @media screen and (max-width: 1023px) {
    #page_homepage .thumb:last-child {
      border-right: 15px solid rgba(0, 0, 0, 0);
      box-sizing: content-box; } }
  .thumb .ec-select {
    margin: 0 5px 0.5rem 0;
    display: inline-block; }
    .thumb .ec-select select {
      min-width: inherit !important;
      max-width: inherit !important; }

.amazonpay {
  border: 1px solid #ddd;
  margin: 2rem 0;
  width: 100%;
  text-align: center; }
  .amazonpay h6 {
    margin: 0px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 1rem;
    padding: 1rem;
    background: #f8f8f8; }
  .amazonpay .amazonpay-btn {
    margin: 1rem 0;
    text-align: center;
    padding: 0 1rem; }
    .amazonpay .amazonpay-btn img {
      max-width: 240px;
      width: 100%; }
  .amazonpay p {
    margin: 1rem;
    font-size: 0.85rem;
    line-height: 1.5; }
  .amazonpay .-en {
    font-family: 'Noto Sans Japanese'; }

@media screen and (min-width: 1024px), print {
  .ec-cartRole .amazonpay .amazonpay-doc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-flow: row-reverse; } }

.ec-productRole .amazonpay p {
  text-align: left; }

.ec-layoutRole {
  padding: 0 15px; }

.ec-grid2 {
  justify-content: space-between; }
  @media screen and (max-width: 1023px) {
    .ec-grid2 {
      display: block; } }
  .ec-grid2 .ec-grid2__cell {
    width: 47.5%; }
    @media screen and (max-width: 1023px) {
      .ec-grid2 .ec-grid2__cell {
        width: 100%; } }

.ec-sliderItemRole {
  padding: 0px;
  padding-bottom: 1rem; }
  .ec-sliderItemRole .slideThumb {
    width: 25%;
    margin: 0px; }
    .ec-sliderItemRole .slideThumb img {
      width: 100%; }
  .ec-sliderItemRole .slide-item {
    margin: 0 0.1%;
    border: 1px solid rgba(0, 0, 0, 0.05); }
  .ec-sliderItemRole .slick-current {
    opacity: 1; }

.ec-productRole {
  padding: 0px; }
  .ec-productRole .ec-productRole__profile {
    margin: 0px; }
  .ec-productRole .ec-productRole__category {
    border: 0px;
    padding: 0px;
    margin: -1.5rem 0 1rem; }
    .ec-productRole .ec-productRole__category div {
      display: none; }
    .ec-productRole .ec-productRole__category ul {
      margin-top: 0.25rem; }
      .ec-productRole .ec-productRole__category ul li {
        font-size: 0.8rem; }
        .ec-productRole .ec-productRole__category ul li span {
          font-size: 75%; }
        .ec-productRole .ec-productRole__category ul li a {
          color: #2191FB; }
    @media screen and (max-width: 1023px) {
      .ec-productRole .ec-productRole__category {
        margin: -1.25rem 0 1rem; } }
  .ec-productRole .ec-productRole__tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
    border: 0px;
    padding: 0px;
    margin-right: 60px; }
    .ec-productRole .ec-productRole__tags li {
      font-size: 11px;
      line-height: 20px;
      margin: 0 2px 5px;
      padding: 0 10px;
      background: #eee;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px; }
  .ec-productRole .ec-productRole__code {
    border: 0px;
    padding: 0px;
    font-size: 0.9rem;
    margin-right: 60px; }
  .ec-productRole .ec-productRole__title {
    border-top: 1px solid #ddd;
    margin: 1rem 0;
    padding: 1rem 0 0 0;
    clear: both; }
  .ec-productRole .ec-productRole__priceRegular {
    padding: 0px;
    margin: 0.5rem 0; }
  .ec-productRole .ec-productRole__price {
    padding: 0px;
    color: #E5491C;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1rem;
    padding-bottom: 1rem; }
    @media screen and (max-width: 1023px) {
      .ec-productRole .ec-productRole__price .ec-price__price {
        font-size: 24px; } }
  .ec-productRole .ec-productRole__description {
    font-size: 1rem;
    line-height: 1.6;
    margin: 1rem 0px;
    border: 0px; }
  .ec-productRole .ec-productRole__actions {
    padding: 0px;
    margin: 2rem 0 1rem; }
  .ec-productRole .ec-select {
    margin: 0 5px 0.5rem 0;
    display: inline-block; }
    .ec-productRole .ec-select select {
      min-width: inherit !important;
      max-width: inherit !important; }
  .ec-productRole .ec-productRole__attention {
    border: 1px solid #E5491C;
    color: #E5491C;
    font-size: 0.8rem;
    padding: 1rem;
    margin: 1rem 0; }

.ec-numberInput {
  margin: 1rem 0; }
  .ec-numberInput input[type='number'] {
    font-size: 1rem;
    max-width: 75px; }

.ec-productRole__btn {
  width: auto !important;
  min-width: inherit !important;
  margin: 0px; }

.ec-blockBtn--action {
  background: #E5491C;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-width: 0 0 3px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: auto;
  line-height: inherit;
  padding: 1rem 0;
  margin: 0.5rem 0; }
  .ec-blockBtn--action:hover {
    background: #E5491C;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-width: 0 0 3px 0;
    opacity: 0.75; }
  .ec-blockBtn--action.add-cart::before {
    content: '買';
    font-family: 'Icons';
    font-weight: normal;
    font-size: 22px;
    vertical-align: -2px;
    margin-right: 5px; }

.ec-blockBtn--cancel {
  background: #393E41;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-width: 0 0 3px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: auto;
  line-height: inherit;
  padding: 1rem 0; }
  .ec-blockBtn--cancel:hover {
    background: #393E41;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-width: 0 0 3px 0;
    opacity: 0.75; }
    
/* Favorite */
.favo-btn {
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  background: none;
  padding: 0px;
  text-align: center !important;
}
.favo-btn.right {
  float: right;
}
.favo-btn.disabled {
  pointer-events: none;
}
.favo-icon {
  position: relative;
  border: 1px solid #808080;
  color: #808080;
  text-align: center;
  font-size: 12px; 
}
.favo-icon.-small {
  float: left;
  width: 25px;
  height: 25px;
  line-height: 24px;
  border-radius: 13px;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  -o-border-radius: 13px;
  -ms-border-radius: 13px;
}
.favo-icon.-medium {
  float: right;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  -o-border-radius: 22px;
  -ms-border-radius: 22px;
}

.favo-icon i::before {
  font-family: 'Icons';
  content: '♡';
}
.favo-icon.-medium i::before {
  font-size: 18px; 
}
.favo-icon.-ed {
  border-color: #E5491C;
}
.favo-icon.-ed i::before{
  content: '♥';
  color: #E5491C; 
  padding-left: 0px; 
}

.favo-btn .tooltip {
  position: absolute;
  visibility: hidden;
  text-align: center;
  z-index: 99;
  transition: 500ms;
  top: -50px;
  width: 120px;
  margin-left: -68px;
}

.favo-btn .tooltip > span {
  background-color: #f1f1f1;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 10px;
  line-height: 1.4em;
  display: inline-block;
}
.favo-btn .tooltip > span::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #f1f1f1 transparent transparent transparent;
}
.-medium .tooltip > span::after {
  top: 80%;
}

button {
  cursor: pointer;
  /*&:hover {opacity:0.5;}*/ }

.ec-price .ec-price__price {
  padding: 0px; }

.ec-modal {
  text-align: center; }
  .ec-modal .ec-modal-overlay {
    max-width: 1500px;
    margin: 0 auto;
    left: 0;
    right: 0; }

.ec-blockTopBtn {
  width: 44px;
  height: 44px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  -o-border-radius: 22px;
  -ms-border-radius: 22px;
  border-radius: 22px; }
  .ec-blockTopBtn::before {
    content: '･';
    font-family: 'Icons';
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 0.8rem; }

.ec-searchnavRole {
  padding: 0px;
  max-width: inherit; }
  .ec-searchnavRole .ec-searchnavRole__infos {
    max-width: inherit;
    padding: 0px;
    padding-top: 1.5rem; }
  @media screen and (max-width: 1023px) {
    .ec-searchnavRole .ec-searchnavRole__infos {
      padding-top: 0px; }
    .ec-searchnavRole .ec-searchnavRole__actions {
      text-align: left; } }

.ec-topicpath {
  padding: 0 0 1rem 0;
  border: 0px; }
  .ec-topicpath a {
    color: #2191FB !important; }
  @media screen and (max-width: 1023px) {
    .ec-topicpath {
      margin-top: -1rem; } }

.thumb .ec-select select {
  height: auto; }
.thumb .ec-numberInput {
  margin: 0.25rem 0 0; }
  .thumb .ec-numberInput input[type='number'] {
    font-size: 1rem;
    max-width: 75px;
    height: auto; }
.thumb .ec-productRole__btn .ec-blockBtn--action {
  padding: 0.5rem 0; }

.ec-layoutRole .ec-layoutRole__contents {
  margin: 0 3%;
  width: 94%;
  max-width: 1200px; }
@media screen and (max-width: 1023px) {
  .ec-layoutRole .ec-layoutRole__contents {
    margin: 0;
    width: 100%;
  }
}

.ec-layoutRole__main {
  max-width: inherit;
  padding: 0px; }

.ec-role {
  max-width: inherit;
  padding: 0px; }

.ec-cartRole {
  max-width: inherit;
  padding: 0px; }
  .ec-cartRole .ec-cartRole__cart {
    margin: 0; }
  .ec-cartRole .ec-cartRole__actions {
    margin: 0px; }

.ec-orderRole {
  max-width: inherit;
  padding: 0px; }
  .ec-orderRole .ec-orderRole__detail {
    width: 63%;
    margin: 0 5% 0 2%;
    padding: 0px; }
    .ec-orderRole .ec-orderRole__detail > div {
      margin-bottom: 2rem; }
  .ec-orderRole .ec-orderRole__summary {
    width: 30%;
    padding: 0px; }
  @media screen and (max-width: 1023px) {
    .ec-orderRole .ec-orderRole__detail {
      width: 100%;
      margin: 0 5% 0 0;
      box-sizing: border-box; }
    .ec-orderRole .ec-orderRole__summary {
      width: 100%;
      box-sizing: border-box; } }

.ec-pageHeader h1 {
  margin: 1rem 0 4rem;
  font-size: 1.5rem;
  color: #000;
  border: 1px solid #ddd;
  border-width: 1px 0;
  padding: 1rem 0.5rem !important; }
  @media screen and (max-width: 1023px) {
    .ec-pageHeader h1 {
      margin-bottom: 1rem; } }

.ec-mypageRole .ec-pageHeader h1 {
  margin: 1rem 0 2rem; }

.ec-progress .ec-progress__number {
  background: #393E41; }

.ec-progress .ec-progress__label {
  color: #393E41; }
  @media screen and (max-width: 1023px) {
    .ec-progress .ec-progress__label {
      font-size: 0.55rem; } }

.ec-progress .ec-progress__item:after {
  background: #393E41; }

.ec-progress .is-complete .ec-progress__number {
  background: #2191FB; }

.ec-progress .is-complete .ec-progress__label {
  color: #2191FB; }

.ec-progress .is-complete .ec-progress__item:after {
  background: #2191FB; }

.ec-cartHeader .ec-cartHeader__label {
  background: #f1f1f1; }

@media screen and (max-width: 1023px) {
  .ec-cartRow .ec-cartRow__delColumn {
    width: 10%;
    padding: 8px 4% 0 1%;
    vertical-align: top; }

  .ec-cartRow .ec-cartRow__img {
    width: 30%;
    vertical-align: top; }

  .ec-cartRow .ec-cartRow__summary {
    width: 56%;
    font-size: 0.8rem; } }
.ec-rectHeading {
  margin-left: -2%; }
  .ec-rectHeading h2 {
    margin: 0 0 1rem; }
  @media screen and (max-width: 1023px) {
    .ec-rectHeading {
      margin-left: 0px; } }

.ec-orderAccount .ec-orderAccount__account {
  margin-bottom: 0px; }

#shopping_order_remise_payment4_use_payquick_info {
  border: 1px solid #eee;
  padding: 1rem;
  font-size: 0.85rem;
  margin: 0.5rem 0 1rem 1rem;
  background: #f8f8f8; }

.ec-totalBox__btn {
  margin-top: 1rem; }

hr.borderline {
  clear: both;
  margin: 0.5rem 0 !important;
  border: 0;
  border-top: 1px solid #eee; }

.ec-cartCompleteRole {
  padding: 0px;
  border: 0px; }

.ec-reportHeading {
  border: 0px; }

.ec-reportDescription {
  font-size: 0.9rem; }

.ec-grid3 {
  justify-content: center; }

@media screen and (min-width: 1024px), print {
  .ec-off1Grid .ec-off1Grid__cell {
    width: 96%;
    margin-left: 2%; } }

.ec-registerRole {
  padding: 0px; }

.ec-zipInputHelp .ec-zipInputHelp__icon {
  top: 0; }
.ec-zipInputHelp span {
  font-size: 0.8rem; }

.ec-mypageRole {
  padding: 0px; }
  .ec-mypageRole .ec-editRole .ec-borderedDefs {
    border-top: 0px; }

.ec-navlistRole .ec-navlistRole__item.active {
  color: #E5491C; }

.ec-historyRole .ec-historyRole__detail .ec-historyRole__detailTitle {
  font-size: 1rem; }
.ec-historyRole .ec-historyRole__detail .ec-historyRole__detailPrice {
  font-size: 1rem; }
.ec-historyRole .ec-historyListHeader .ec-historyListHeader__date {
  font-size: 1rem; }

.ec-favoriteRole .ec-favoriteRole__itemList {
  margin: 0 -1%; }
.ec-favoriteRole .ec-favoriteRole__item {
  padding: 0px;
  width: 23%;
  margin: 0 1% 1.5rem 1%; }
  @media screen and (max-width: 1023px) {
    .ec-favoriteRole .ec-favoriteRole__item {
      width: 48%; } }
.ec-favoriteRole .ec-favoriteRole__item-image {
  text-align: left;
  height: inherit; }

.slider {
  display: flex;
}
.form_box_recaptcha {
  display: flex;
  justify-content: center;
}
.form_box_recaptcha + .recaptcha_error {
  margin-bottom: 25px;
  font-size: 12px;
  font-weight: bold;
  color: #DE5D50;
  text-align: center;
}

/* お支払いについてページ用 */
.ec-role .payment-table table {
  width: 100%;
  line-height: 1.2rem;
  text-align: center;
}
.ec-role .payment-table table caption
{
  text-align: left;
}
.ec-role .payment-table table th {
  border: 1px solid #fff;
}
.ec-role .payment-table table td {
  border: 1px solid #F4F3F0;
}

/* その他ページ用 */
.ec-pageHeader h2 {
  margin: 1rem 0 4rem;
  font-size: 1.5rem;
  color: #000;
  border: 1px solid #ddd;
  border-width: 1px 0;
  padding: 1rem 0.5rem !important;
}
.ec-role h3 {
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 5px solid #ddd;
  font-size: 1.2rem;
  font-weight: bold;
}
.ec-role p {
  margin-bottom: 1rem;
}
.ec-role h4 {
  margin-bottom: 10px;
}
.ec-role dl {
  margin-bottom: 10px;
}
.ec-role dt {
  font-weight: bold;
}
.ec-role table {
  border-collapse: collapse;
  margin-bottom: 1rem;
}
.ec-role th {
  background: #F4F3F0;
  padding: 10px;
}
.ec-role td {
  border-bottom: 1px dotted #ccc;
  padding: 10px;
}

#page_mypage_history .ec-imageGrid__content p:nth-child(2)>a {
  text-decoration: underline;
  color: #0092C4;
}

.ec-topicpath .ec-topicpath__item a {
  white-space: nowrap;
}

/* 新着情報 */
#page_homepage .ec-newsRole {
  padding: 10px 0 0;
  margin-bottom: 1rem;
}
#page_homepage .ec-secHeading span.ec-secHeading__en {
  font-size: 1.1rem;
  letter-spacing: 0;
}
#page_homepage .ec-secHeading span.ec-secHeading__ja {
  font-size: 0.7rem;
  letter-spacing: 0;
  vertical-align: baseline;
}
#page_homepage .ec-newsRole__newsCloseBtn {
  background: #E5491C;
}
@media screen and (max-width: 1023px) {
  #page_homepage .ec-newsRole__news {
    padding: 0;
    margin: 0 15px;
  }
  #page_homepage .ec-secHeading span.ec-secHeading__en {
    font-size: 0.9rem;
    margin: 0 0 1.5rem 4%;
  }
  #page_homepage .ec-secHeading span.ec-secHeading__ja {
    font-size: 0.6rem;
    margin: 0 4% 1.5rem 0;
  }
  #page_homepage .ec-newsRole__newsItem {
    padding: 20px 5px;
  }
}
@media only screen and (max-width: 768px){
  #page_homepage .ec-newsRole__newsItem {
    padding: 0;
  }
}

a.page_link:link,
a.page_link:visited {
  color: #2191FB;
}

#page_help_tradelaw table,
#page_help_guide table {
  width: 100%;
  line-height: 1.2rem;
  text-align: center;
}
#page_help_tradelaw table caption,
#page_help_guide table caption {
  text-align: left;
}
#page_help_tradelaw table th,
#page_help_guide table th {
  border: 1px solid #fff;
}
#page_help_tradelaw table td,
#page_help_guide table td {
  border: 1px solid #F4F3F0;
}
table.shipping {
  font-size: 0.8rem;
}
table.shipping th,
table.shipping td {
  vertical-align: top;
  border: 1px solid #F4F3F0;
}

#user_data_payment_information table {
  width: 100%;
  line-height: 1.2rem;
  text-align: center;
}
#page_help_tradelaw table caption,
#page_help_guide table caption {
  text-align: left;
}
#page_help_tradelaw table th,
#page_help_guide table th {
  border: 1px solid #fff;
}
#page_help_tradelaw table td,
#page_help_guide table td {
  border: 1px solid #F4F3F0;
}
table.shipping {
  font-size: 0.8rem;
}
table.shipping th,
table.shipping td {
  vertical-align: top;
  border: 1px solid #F4F3F0;
}

@media screen and (max-width: 1023px) {
  table.shipping {
    overflow-y: scroll;
    display: block;
    width: 100%;
  }
  table.shipping th,
  table.shipping td {
    word-break: keep-all;
  }
}

.payment-choices p.notes{
  display: none;
  padding: 12px 0;
  font-size: 15px;
  color: #E5491C;
}
.payment-choices > input:checked + label + p.notes {
  display: block;
}

.description_list {
  font-size: 14px;
  margin: 1em 0;
  color: #00bfff;
}
.thumb-pricebox {
  margin-top: auto;
}

.faq-box {
  border-bottom: 1px solid #ddd;
  margin-bottom: 3rem; }
  .faq-box dt, .faq-box dd {
    padding: 15px;
    position: relative; }
    .faq-box dt::before, .faq-box dd::before {
      font-family: 'Oswald';
      color: #fff;
      display: inline-block;
      width: 36px;
      height: 36px;
      text-align: center;
      line-height: 36px;
      position: absolute;
      left: 15px;
      top: 15px; }
    .faq-box dt div, .faq-box dd div {
      margin: 0 35px 0 55px; }
  .faq-box dl {
    /* .ec-role dl のスタイルの打ち消し */
    margin-bottom: 0; }
  .faq-box dt {
    border: 1px solid #ddd;
    border-bottom: 0px;
    min-height: 66px;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center; }
    .faq-box dt::before {
      content: 'Q';
      color: #000;
      background-color: #fff;
      border: 1px solid #ddd; }
    .faq-box dt::after {
      content: '>';
      font-family: 'Icons';
      display: inline-block;
      width: 36px;
      height: 36px;
      text-align: center;
      line-height: 36px;
      position: absolute;
      right: 15px;
      top: 15px;
      transform: rotate(90deg);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .faq-box dt div {
      font-weight: bold;
      font-size: 1rem;
      line-height: 1.5; }
  .faq-box dt.opn::after {
    transform: rotate(-90deg); }
  .faq-box dd {
    border: 1px solid #ddd;
    border-top: 0px;
    border-bottom: 0px;
    display: none; }
    .faq-box dd::before {
      content: 'A';
      background: #FF6473;
      float: left;
      position: relative;
      left: 0px;
      top: 0px; }
    .faq-box dd div p {
      font-size: 0.9rem;
      line-height: 1.75;
      margin: 0 0 0.5rem 0; }
      .faq-box dd div p strong {
        color: #FF6473;
        font-weight: bold; }
      .faq-box dd div p a {
        color: #5BC0EB;
        border-bottom: 1px solid #5BC0EB; }
  @media screen and (max-width: 1023px) {
    .faq-box {
      margin-bottom: 3rem; }
      .faq-box dt div {
        float: none;
        font-size: 0.85rem;
        line-height: 1.25; } }
