@charset "UTF-8";
/* ==========================================================================
  _p-guide
   ========================================================================== */
/* ==========================================================================
   setting
   ========================================================================== */
/* breakpoint
   ----------------------------------------------------------------- */
/* color
   ----------------------------------------------------------------- */
/**
 * palette
 */
/* font
   ----------------------------------------------------------------- */
/**
 * font style
 */
/**
 * size
 */
/* function
   ----------------------------------------------------------------- */
/* mixin
   ----------------------------------------------------------------- */
/* 共通
   ----------------------------------------------------------------- */
#d_main {
  margin-bottom: 75px;
}
@media screen and (min-width: 768px) {
  #d_main {
    margin-bottom: 150px;
  }
}

.red {
  color: #e60012;
}

#d_guide .guide_title {
  display: flex;
  flex-direction: column;
}
#d_guide .guide_title .c-title {
  order: 2;
}
#d_guide .guide_title .guidetop {
  order: 1;
  position: relative;
  margin: 25px 20px 0;
}
#d_guide .guide_title .guidetop::before {
  position: absolute;
  content: "";
  background: url(/ec/shop/images/member/gotop.png) no-repeat;
  background-size: auto;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-size: contain;
  left: calc(50% - 70px);
  top: 9px;
}
#d_guide .guide_title .guidetop a {
  display: block;
  font-size: 13px;
  font-weight: bold;
  border: 1px solid #ec676d;
  border-radius: 2px;
  color: #ec676d;
  padding: 4px 0 6px 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #d_guide .guide_title {
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    flex-direction: initial;
  }
  #d_guide .guide_title .c-title {
    width: 1020px;
    order: 1;
  }
  #d_guide .guide_title .guidetop {
    width: 180px;
    order: 2;
    position: relative;
    margin: 10px 0 0;
  }
  #d_guide .guide_title .guidetop::before {
    width: 17px;
    height: 17px;
    display: inline-block;
    left: 0;
    top: 3px;
  }
  #d_guide .guide_title .guidetop a {
    font-size: 17px;
    font-weight: bold;
    border: none;
    border-bottom: 1px solid #ec676d;
    padding: 0 0 5px;
    margin-left: 25px;
  }
}

.wrap .l-list li p {
  line-height: 1.4;
}

.l-list {
  background-color: #f7eded;
  padding: 35px 20px;
}
.l-list li {
  position: relative;
  background-color: white;
}
.l-list li:not(:last-of-type) {
  margin: 0 0 5px;
}
.l-list li img {
  transform: rotate(90deg);
}
.l-list li.blank img {
  transform: rotate(0deg);
}
.l-list li a {
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 2px;
}
.l-list li p {
  margin-right: 10px;
}
.l-list li img {
  width: 17px;
  height: 17px;
}
@media screen and (min-width: 768px) {
  .l-list {
    padding: 30px 0 15px;
    margin: 0;
  }
  .l-list ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .l-list li {
    width: 390px;
    display: flex;
    margin: 0 0 15px;
  }
  .l-list li:not(:last-of-type) {
    margin: 0 0 15px;
  }
  .l-list li a {
    width: 100%;
  }
  .l-list li img {
    width: 19px;
    height: 19px;
  }
}

.l-block p {
  font-size: 15px;
  line-height: 2;
  margin: 20px auto 10px;
}
@media screen and (min-width: 768px) {
  .l-block p {
    font-size: 16px;
    line-height: 1.9;
    margin: 20px auto 10px;
  }
}

.l-title__block {
  background-color: #ec676d;
  padding: 20px;
  color: #fff;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .l-title__block {
    padding: 23px;
  }
  .l-title__block h3 {
    width: 1200px;
    margin: 0 auto;
    font-size: 22px;
  }
}

.l-title__sub {
  font-size: 17px;
  font-weight: bold;
  border-bottom: 1px solid #333;
  padding: 0 0 15px;
  margin: 30px 0 15px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .l-title__sub {
    font-size: 18px;
    padding: 0 0 20px;
    margin: 40px 0 20px;
  }
}

.l-block__inner {
  margin: 30px 20px;
}
@media screen and (min-width: 768px) {
  .l-block__inner {
    width: 1200px;
    margin: 50px auto 70px;
  }
}
.l-block__inner a {
  display: inline;
  font-weight: 500;
  color: #ec676d;
  border-bottom: 1px solid #ec676d;
  position: relative;
  padding-bottom: 3px;
  font-size: 15px;
  line-height: 2;
}
.l-block__inner a.arrow::after {
  content: "＞";
  position: absolute;
  right: -22px;
  bottom: -2px;
}
.l-flow img {
  width: 100%;
}
.l-flow .txt p {
  margin-top: 0;
}
.l-flow .txt .l-title__sub:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .l-flow {
    display: flex;
    justify-content: space-between;
  }
  .l-flow .txt {
    margin-right: 50px;
  }
  .l-flow.mt20--pc {
    margin-top: 20px;
  }
  .l-flow img {
    width: 500px;
  }
}

.l-table {
  border: 1px solid #ccc;
  font-size: 13px;
  width: 100%;
}
.l-table th {
  border-bottom: solid 1px #ccc;
  padding: 10px;
  vertical-align: middle;
  box-sizing: border-box;
  width: 45%;
}
.l-table td {
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 10px;
  vertical-align: middle;
  box-sizing: border-box;
  width: 55%;
}
@media screen and (min-width: 768px) {
  .l-table {
    font-size: 16px;
  }
  .l-table th {
    padding: 18px;
    width: 40%;
  }
  .l-table td {
    padding: 18px;
    width: 60%;
  }
}

.icon_list {
  table-layout: fixed;
}
.icon_list th {
  text-align: center;
  width: 140px;
  max-width: 140px;
}
.icon_list th img {
  max-width: inherit;
  max-height: 18px;
  max-width: 100%;
}
.icon_list td {
  line-height: 1.9;
  font-size: 14px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .icon_list th {
    width: 45%;
  }
  .icon_list th img {
    height: 24px;
    max-height: 24px;
  }
  .icon_list td {
    width: 55%;
    line-height: 1.7;
    font-size: 15px;
  }
}

.postage {
  font-size: 15px;
}
.postage th {
  width: auto;
  font-weight: normal;
  border-left: solid 1px #ccc;
  text-align: center;
}
.postage td {
  width: auto;
  padding: 10px 7px;
  text-align: left;
}
.postage td:nth-of-type(1) {
  width: 20%;
}
.postage td:nth-of-type(3) {
  width: 20%;
}
.postage td:nth-of-type(4) {
  width: 20%;
}
@media screen and (min-width: 768px) {
  .postage {
    font-size: 16px;
  }
  .postage td {
    text-align: center;
    padding: 18px;
  }
  .postage td:nth-of-type(2) {
    width: 570px;
  }
  .postage td:nth-of-type(3) {
    width: 245px;
  }
  .postage td:nth-of-type(4) {
    width: 217px;
  }
}

.wrap li {
  font-size: 15px;
  position: relative;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .wrap li {
    font-size: 16px;
  }
}

.comments li {
  padding-left: 16px;
}
.comments li::before {
  content: "※";
  position: absolute;
  left: 0;
}
.comments .disc {
  margin: 5px 0 0 20px;
}
@media screen and (min-width: 768px) {
  .comments li {
    font-size: 16px;
    padding-left: 17px;
  }
  .comments li a {
    font-size: 15px;
  }
}

.circle li {
  list-style-type: circle;
}
.circle li:before {
  display: none;
}

.disc {
  margin: 5px 0;
}
.disc li {
  padding-left: 17px;
}
.disc li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.disc .circle {
  padding: 0 0 0 15px;
}
.disc .circle li {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .disc {
    margin: 10px 0;
  }
  .disc li {
    padding-left: 17px;
  }
}

.dotted-decimal {
  padding: 0 0 0 20px;
}
.dotted-decimal li {
  list-style-type: dotted-decimal;
  padding: 0 0 0 2px;
}
.dotted-decimal .disc {
  margin: 0;
}
.dotted-decimal .disc li {
  list-style-type: none;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .dotted-decimal .disc li {
    padding-left: 17px;
  }
}

.decimal-parentheses li {
  padding-left: 16px;
}
.decimal-parentheses li::before {
  content: "※";
  position: absolute;
  left: 0;
}
.decimal-parentheses .disc {
  margin: 5px 0 0 20px;
}
@media screen and (min-width: 768px) {
  .decimal-parentheses li {
    font-size: 15px;
    padding-left: 17px;
  }
  .decimal-parentheses li a {
    font-size: 15px;
  }
}

/* 各ページ
   ----------------------------------------------------------------- */
.p-guide--index .list__wrapper {
  margin-bottom: 50px;
}
.p-guide--index .l-title {
  color: #ec676d;
  font-weight: 500;
  font-size: 22px;
  margin: 0 auto 35px;
}
.p-guide--index .l-title a {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.p-guide--index .l-title a::after {
  content: "";
  position: absolute;
  background: url(/ec/shop/images/guide/arrow--pink.png) no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  right: 0;
  top: 6px;
}
.p-guide--index .l-title img {
  margin-right: 15px;
}
.p-guide--index .l-title.site img {
  width: 28px;
}
.p-guide--index .l-title.goods img {
  width: 23px;
}
.p-guide--index .l-title.order img {
  width: 24px;
}
.p-guide--index .l-title.shipping img {
  width: 42px;
}
.p-guide--index .l-title.noshi img {
  width: 25px;
}
.p-guide--index .l-title.member img {
  width: 25px;
}
.p-guide--index .l-title.faq img {
  width: 30px;
}
.p-guide--index .l-list {
  margin: 0 0 20px;
}
.p-guide--index .l-list li img {
  transform: rotate(0deg);
}
@media screen and (min-width: 768px) {
  .p-guide--index #d_layout {
    width: 100%;
  }
  .p-guide--index .list__wrapper {
    width: 1200px;
    margin: 0 auto 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-guide--index .l-list {
    width: 570px;
    padding: 40px 35px;
    margin-bottom: 60px;
  }
  .p-guide--index .l-list ul {
    flex-direction: column;
    width: auto;
  }
  .p-guide--index .l-list li {
    width: 500px;
  }
  .p-guide--index .l-list li:not(:last-of-type) {
    margin: 0 0 10px;
  }
  .p-guide--index .l-title a::after {
    width: 25px;
    height: 25px;
    right: 15px;
    top: 4px;
  }
  .p-guide--index .l-title img {
    margin-right: 20px;
  }
  .p-guide--index .l-title.site img {
    width: 36px;
  }
  .p-guide--index .l-title.goods img {
    width: 28px;
  }
  .p-guide--index .l-title.order img {
    width: 30px;
  }
  .p-guide--index .l-title.shipping img {
    width: 50px;
  }
  .p-guide--index .l-title.noshi img {
    width: 28px;
  }
  .p-guide--index .l-title.member img {
    width: 26px;
  }
  .p-guide--index .l-title.faq img {
    width: 33px;
  }
}

.l-block--border {
  border: 1px solid #f1aaad;
  border-radius: 5px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .l-block--border {
    border-radius: 10px;
    padding: 30px;
  }
}

.p-guide--shop .l-block--border {
  padding: 30px 20px 5px;
  margin: 35px auto 0;
}
.p-guide--shop .l-block--border .l-block--border__title {
  font-weight: bold;
  font-size: 17px;
  color: #ec676d;
  padding-bottom: 20px;
  text-align: center;
}
.p-guide--shop .l-block--border dt {
  border-top: 1px solid #e6e6e6;
  font-weight: bold;
  font-size: 17px;
  color: #ec676d;
  padding-top: 17px;
  margin-bottom: 5px;
  text-align: center;
}
.p-guide--shop .l-block--border dd {
  margin-bottom: 20px;
}
.p-guide--shop .l-block--border a::after {
  content: "＞";
  position: absolute;
  right: -22px;
  bottom: -2px;
}
.p-guide--shop .l-block--border .comments {
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .p-guide--shop .l-block--border {
    padding: 40px 40px 10px;
    margin: 50px auto 0;
  }
  .p-guide--shop .l-block--border .l-block--border__title {
    font-size: 20px;
    text-align: left;
    padding-bottom: 30px;
  }
  .p-guide--shop .l-block--border dl {
    display: flex;
    align-items: center;
    border-top: 1px solid #e6e6e6;
    padding: 30px 0;
  }
  .p-guide--shop .l-block--border dt {
    width: 85px;
    margin: 0 30px 0 0;
    border-top: none;
    font-size: 16px;
    padding: 0;
  }
  .p-guide--shop .l-block--border dd {
    margin: 0;
    width: 1005px;
  }
  .p-guide--shop .l-block--border dd p {
    margin: 0;
  }
  .p-guide--shop .l-block--border a {
    font-size: 16px;
  }
}

.p-guide--order .img.sp {
  margin-top: 15px;
}
.p-guide--order .red {
  color: #e60012;
}
@media screen and (min-width: 768px) {
  .p-guide--order dt {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-guide--order .l-flow .img.pc {
    width: 500px;
  }
}
@media screen and (min-width: 768px) {
  .p-guide--order .disc li {
    font-size: 15px;
  }
  .p-guide--order .disc.fs16 li {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-guide--order .comments {
    margin: 10px 0;
  }
  .p-guide--order .comments.fs15 li {
    font-size: 15px;
  }
}
.p-guide--order .l-flow img {
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .p-guide--order .l-flow img {
    margin: 0;
  }
}
.p-guide--order .l-flow.border {
  border-top: 1px solid #e6e6e6;
  padding-top: 25px;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-guide--order .l-flow.border {
    padding-top: 40px;
    margin-top: 40px;
  }
}
.p-guide--order .l-title__block.link .tentoulink {
  background-color: #fff;
  color: #ec676d;
  border-radius: 2px;
  width: 100%;
  padding: 10px 15px;
  font-size: 15px;
  margin-top: 12px;
  text-align: center;
}
.p-guide--order .l-title__block.link .tentoulink a {
  display: block;
  position: relative;
}
.p-guide--order .l-title__block.link .tentoulink a::after {
  content: "";
  background: url(/ec/shop/images/guide/arrow--white.png) no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 0;
  top: 2px;
}
@media screen and (min-width: 768px) {
  .p-guide--order .l-title__block.link {
    padding: 15px 0;
  }
  .p-guide--order .l-title__block.link h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p-guide--order .l-title__block.link .tentoulink {
    font-size: 16px;
    width: 330px;
    border-radius: 4px;
    margin: 0;
  }
  .p-guide--order .l-title__block.link .tentoulink a {
    padding-right: 20px;
  }
  .p-guide--order .l-title__block.link .tentoulink a::after {
    width: 19px;
    height: 19px;
  }
}
.p-guide--order .numb {
  position: relative;
  margin: 8px 0 15px;
}
.p-guide--order .numb.mt {
  margin-top: 15px;
}
.p-guide--order .numb p {
  margin-top: 10px;
}
.p-guide--order .numb .title--mini {
  display: inline;
  padding: 0 0 0 10px;
}
.p-guide--order .numb::before {
  content: "";
  background-color: #333;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  padding: 1px 8px 3px;
}
.p-guide--order .numb.--1-1::before {
  content: "1-1";
}
.p-guide--order .numb.--2-1::before {
  content: "2-1";
}
.p-guide--order .numb.--2-2::before {
  content: "2-2";
}
.p-guide--order .numb.--2-3::before {
  content: "2-3";
}
.p-guide--order .numb.--2-4::before {
  content: "2-4";
}
.p-guide--order .numb.--3-1::before {
  content: "3-1";
}
.p-guide--order .numb.--3-2::before {
  content: "3-2";
}
.p-guide--order .numb.--3-3::before {
  content: "3-3";
}
.p-guide--order .numb.--3-4::before {
  content: "3-4";
}
.p-guide--order .numb.--4-1::before {
  content: "4-1";
}
.p-guide--order .numb.--4-2::before {
  content: "4-2";
}
.p-guide--order .numb.--4-3::before {
  content: "4-3";
}
.p-guide--order .numb.--5-1::before {
  content: "5-1";
}
.p-guide--order .numb.--5-2::before {
  content: "5-2";
}
.p-guide--order .numb.--6-1::before {
  content: "6-1";
}
.p-guide--order .numb.--6-2::before {
  content: "6-2";
}
.p-guide--order .numb.--6-3::before {
  content: "6-3";
}
.p-guide--order .numb.--6-3-ab::before {
  content: "6-3-a~b";
}
.p-guide--order .numb.--6-3-c::before {
  content: "6-3-c";
}
.p-guide--order .numb.--7-1::before {
  content: "7-1";
}
.p-guide--order .numb.--7-1-a::before {
  content: "7-1-a";
}
.p-guide--order .numb.--7-1-b::before {
  content: "7-1-b";
}
.p-guide--order .numb.--7-1-c::before {
  content: "7-1-c";
}
.p-guide--order .numb.--7-1-d::before {
  content: "7-1-d";
}
.p-guide--order .numb.--7-1-e::before {
  content: "7-1-e";
}
.p-guide--order .numb.--7-2::before {
  content: "7-2";
}
.p-guide--order .numb.--7-3::before {
  content: "7-3";
}
.p-guide--order .numb.--7-4::before {
  content: "7-4";
}
.p-guide--order .numb.--7-5::before {
  content: "7-5";
}
.p-guide--order .numb.--7-6::before {
  content: "7-6";
}
.p-guide--order .numb.--7-7::before {
  content: "7-7";
}
.p-guide--order .numb.--8-1::before {
  content: "8-1";
}
.p-guide--order .numb.--8-2::before {
  content: "8-2";
}
.p-guide--order .numb.--9-1::before {
  content: "9-1";
}
.p-guide--order .numb.--9-1-a::before {
  content: "9-1-a";
}
.p-guide--order .numb.--9-1-b::before {
  content: "9-1-b";
}
.p-guide--order .numb.--9-1-c::before {
  content: "9-1-c";
}
.p-guide--order .numb.--9-1-d::before {
  content: "9-1-d";
}
.p-guide--order .numb.--9-1-e::before {
  content: "9-1-e";
}
.p-guide--order .numb.--9-2::before {
  content: "9-2";
}
.p-guide--order .numb.--9-3::before {
  content: "9-3";
}
.p-guide--order .numb.--10-1::before {
  content: "10-1";
}
@media screen and (min-width: 768px) {
  .p-guide--order .numb {
    padding: 0 0 0 70px;
    margin: 0 0 30px 0;
  }
  .p-guide--order .numb .title--mini {
    display: block;
    padding: 0;
  }
  .p-guide--order .numb.txt {
    margin: 0 50px 30px 0;
  }
  .p-guide--order .numb.mt {
    margin-top: 30px;
  }
  .p-guide--order .numb.pl80 {
    padding-left: 80px;
  }
  .p-guide--order .numb.pl100 {
    padding-left: 100px;
  }
  .p-guide--order .numb p {
    margin: 0;
  }
  .p-guide--order .numb::before {
    padding: 4px 10px 6px;
    position: absolute;
    left: 0;
    top: 7px;
  }
  .p-guide--order .numb.single::before {
    top: 0;
  }
}
.p-guide--order .orderMethod ul {
  margin: 50px 0;
  border-bottom: solid 1px #ec676d;
  display: flex;
  justify-content: center;
}
.p-guide--order .orderMethod li {
  display: flex;
  background: #f7eded;
  border-radius: 4px 4px 0 0;
  height: 55px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 47%;
}
.p-guide--order .orderMethod li a {
  height: 50px;
  color: #f1aaad;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.p-guide--order .orderMethod li span {
  display: block;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.3;
}
.p-guide--order .orderMethod li:first-of-type {
  margin-right: 5px;
}
.p-guide--order .orderMethod li.act {
  background: #ec676d;
}
@media screen and (min-width: 768px) {
  .p-guide--order .orderMethod {
    width: 1200px;
    margin: 0 auto;
  }
  .p-guide--order .orderMethod li {
    flex-direction: initial;
    width: 440px;
    border-radius: 8px 8px 0 0;
    font-size: 18px;
  }
  .p-guide--order .orderMethod li a {
    flex-direction: initial;
  }
  .p-guide--order .orderMethod li span {
    display: inline;
    font-size: 15px;
    padding: 0;
  }
  .p-guide--order .orderMethod li:first-of-type {
    margin-right: 20px;
  }
}

.p-guide--payment .l-block img.icon {
  width: 75px;
  margin: -5px 5px 4px 0;
}
@media screen and (min-width: 768px) {
  .p-guide--payment .l-block img.icon {
    width: 100px;
  }
}
.p-guide--payment .l-block .mt0 {
  margin-top: 0;
}
.p-guide--payment .l-block .mb0 {
  margin-bottom: 0;
}
.p-guide--payment .l-block h5 {
  font-weight: bold;
  font-size: 18px;
  margin: 30px 0 10px;
}
.p-guide--payment .l-block h5 + p {
  margin-top: 0;
}
.p-guide--payment .l-block--border {
  font-size: 15px;
  line-height: 1.6;
}
.p-guide--payment .l-block--border .disc {
  margin: 0;
}
.p-guide--payment .l-block--border li {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-guide--payment .l-block--border img.icon {
    font-size: 16px;
    margin-bottom: 0;
  }
  .p-guide--payment .l-block--border li {
    line-height: 1.8;
  }
}
.p-guide--payment .input_confirm {
  padding: 0;
}
.p-guide--payment .input_confirm dd {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-guide--payment .input_confirm dt {
    width: 150px;
  }
  .p-guide--payment .input_confirm dd {
    width: 1050px;
    font-size: 16px;
  }
}
.p-guide--payment .comments a {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .p-guide--payment .comments a {
    font-size: 16px;
  }
}

.conveni_paymentprocess {
  margin-bottom: 5px;
}
.conveni_paymentprocess .txtlink02 {
  margin: 0;
}
.conveni_paymentprocess .txtlink02 a {
  display: block;
  background-color: #929a9f;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 40px 10px 15px;
  position: relative;
  border-bottom: none;
}
.conveni_paymentprocess .txtlink02 a::after {
  content: "";
  position: absolute;
  background: url(../../images/guide/close.png) no-repeat;
  width: 20px;
  height: 20px;
  right: 15px;
  top: 40%;
  background-size: contain;
}
.conveni_paymentprocess .txtlink02 a.open::after {
  background: url(../../images/guide/open.png) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .conveni_paymentprocess .txtlink02 a {
    font-size: 16px;
  }
  .conveni_paymentprocess .txtlink02 a::after {
    right: 20px;
    top: 15px;
  }
}

.cardimg img {
  height: 40px;
  width: auto;
  margin: 0 5px 5px;
}
@media screen and (min-width: 768px) {
  .cardimg img {
    height: 60px;
  }
}

.l-block--border.securitycode {
  padding: 0 20px;
}
.l-block--border.securitycode img {
  width: 100%;
}
.l-block--border.securitycode dl:last-of-type img {
  width: 45%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-block--border.securitycode {
    padding: 10px 30px;
  }
  .l-block--border.securitycode dl {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
  }
  .l-block--border.securitycode dl:last-of-type img {
    width: 190px;
  }
  .l-block--border.securitycode dt {
    margin-right: 20px;
  }
}

.l-block--border.secure {
  padding: 0 20px 20px;
}
.l-block--border.secure img {
  width: 100%;
}
.l-block--border.secure .secure-howto {
  display: flex;
  flex-wrap: wrap;
}
.l-block--border.secure .secure-howto li {
  border: 1px solid #ccc;
  margin: 0 10px 10px 0;
  width: calc(50% - 5px);
}
.l-block--border.secure .secure-howto li:nth-of-type(even) {
  margin-right: 0;
}
.l-block--border.secure .secure-howto a {
  border: none;
  color: #fff;
  display: block;
  padding: 0;
}
.l-block--border.secure .secure-howto a::after {
  content: "詳細はこちら";
  background-color: #ccc;
  font-size: 11px;
  color: #333;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 11px;
  padding: 5px 0;
}
.l-block--border.secure .secure_flow {
  margin: 30px 0 10px;
  text-align: left;
}
.l-block--border.secure .secure_flow img {
  width: 660px;
  max-width: 100%;
}
.l-block--border.secure .secure_flow .comments {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .l-block--border.secure {
    padding: 10px 30px 30px;
  }
  .l-block--border.secure .secure-howto li {
    border: 1px solid #ccc;
    margin: 0;
    width: auto;
  }
  .l-block--border.secure .secure-howto li:nth-of-type(2), .l-block--border.secure .secure-howto li:nth-of-type(3), .l-block--border.secure .secure-howto li:nth-of-type(5) {
    border-left: none;
  }
  .l-block--border.secure .secure-howto li:nth-of-type(4), .l-block--border.secure .secure-howto li:nth-of-type(5) {
    border-top: none;
  }
  .l-block--border.secure .secure-howto li a::after {
    display: none;
  }
  .l-block--border.secure .secure_flow {
    margin: 30px 0 10px;
    text-align: left;
  }
  .l-block--border.secure .secure_flow img {
    width: 660px;
    max-width: 100%;
  }
  .l-block--border.secure .secure_flow .comments {
    margin-top: 10px;
  }
}

.convenience_info {
  background-color: #f4f4f4;
  padding: 25px 20px;
}
.convenience_info .c-title {
  margin: 0 0 20px;
  font-size: 18px;
}
.convenience_info .payment_flow {
  background-color: #fff;
  padding: 20px;
  margin-top: 20px;
}
.convenience_info .payment_flow h6 {
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}
.convenience_info .step:not(:last-of-type) {
  margin-bottom: 40px;
}
.convenience_info .graph {
  text-align: center;
}
.convenience_info .txt {
  margin-top: 10px;
  line-height: 1.6;
}
.convenience_info img {
  width: 60%;
  margin: 0 auto;
}
.convenience_info h5 {
  font-weight: bold;
  margin: 20px 0 3px;
}
@media screen and (min-width: 768px) {
  .convenience_info {
    padding: 40px;
  }
  .convenience_info .c-title {
    font-size: 22px;
  }
  .convenience_info .payment_flow {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 40px 0;
  }
  .convenience_info .step {
    width: 320px;
    margin-bottom: 40px;
  }
  .convenience_info .step:not(:nth-of-type(3n)) {
    margin-right: 40px;
  }
  .convenience_info .step.imgdouble {
    width: 640px;
  }
  .convenience_info .step.imgdouble .graph {
    display: flex;
    align-items: flex-start;
  }
  .convenience_info .step.txtonly {
    display: flex;
    align-items: center;
  }
  .convenience_info .txt {
    margin-top: 15px;
  }
  .convenience_info img {
    width: 320px;
  }
  .convenience_info.seico .graph img {
    width: 250px;
  }
}

@media screen and (min-width: 768px) {
  #sevenelevenInfo_pc .payment_flow {
    padding: 40px;
  }
  #sevenelevenInfo_pc .step {
    width: 100%;
    margin: 0;
  }
  #sevenelevenInfo_pc .txt {
    margin: 0;
  }
}

.p-guide--privacy h5 {
  font-weight: bold;
  margin: 15px 0 5px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-guide--privacy h5 {
    margin: 20px 0 10px;
  }
}
.p-guide--privacy .guide_title + .l-block .l-block__inner {
  margin-top: 0;
}
.p-guide--privacy .guide_title + .l-block .l-block__inner p {
  margin-top: 0;
}
.p-guide--privacy .l-block__inner p {
  margin: 10px auto;
}
.p-guide--privacy .l-block__inner p.finish {
  font-weight: bold;
  text-align: right;
}
.p-guide--privacy .l-block__inner a {
  line-height: 1.8;
  word-break: break-all;
}
.p-guide--privacy .l-block__inner .mb20 {
  margin-bottom: 20px;
}
.p-guide--privacy .lastupdate {
  text-align: right;
  font-weight: bold;
}

.p-guide--agreement #d_agreement {
  margin: 0 20px;
}
.p-guide--agreement #d_agreement .last_update {
  text-align: right;
  line-height: 1.6;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 500;
}
.p-guide--agreement #d_agreement a {
  color: #ec676d;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-guide--agreement #d_agreement {
    width: 1200px;
    margin: 0 auto;
  }
  .p-guide--agreement #d_agreement .last_update {
    font-size: 16px;
    font-weight: normal;
  }
}

.p-guide--faq dl {
  margin-bottom: 50px;
}
.p-guide--faq dt {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 30px;
}
.p-guide--faq dt span {
  padding-right: 5px;
}
.p-guide--faq dd {
  line-height: 1.6;
  font-size: 15px;
  background-color: #f4f4f4;
  position: relative;
  padding: 20px;
  border-radius: 7px;
}
.p-guide--faq dd::before {
  position: absolute;
  display: inline-block;
  content: "A";
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  background-color: #ec676d;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 15px;
  left: 0;
  top: -10px;
}
.p-guide--faq dd a {
  position: relative;
  color: #ec676d;
  border-bottom: 1px solid #ec676d;
  line-height: 1.8;
}
.p-guide--faq dd a + .comments {
  margin-top: 5px;
}
.p-guide--faq dd li {
  line-height: 1.7;
}
.p-guide--faq dd .unit--little {
  margin-bottom: 30px;
}
.p-guide--faq dd .postage th {
  width: 50%;
}
.p-guide--faq dd .postage td {
  text-align: center;
}
.p-guide--faq dd .disc {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-guide--faq dl {
    margin-bottom: 70px;
  }
  .p-guide--faq dt {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .p-guide--faq dt span {
    font-size: 20px;
    padding-right: 10px;
  }
  .p-guide--faq dd {
    font-size: 16px;
    margin: 0 50px;
    border-radius: 15px;
    padding: 30px 50px;
  }
  .p-guide--faq dd::before {
    font-size: 20px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    left: -20px;
    top: 10px;
  }
  .p-guide--faq dd .unit--little {
    margin-bottom: 30px;
  }
  .p-guide--faq .postage td:nth-of-type(1) {
    width: 35%;
  }
}

.p-guide--law .l-block__inner p {
  margin: 10px auto;
}
.p-guide--law .l-block__inner p a::after {
  content: "＞";
  position: absolute;
  right: -20px;
}

.p-guide--wrapping .l-flow .img.sp {
  text-align: center;
}
.p-guide--wrapping .l-flow .tanzaku {
  width: 150px;
  margin-bottom: 10px;
}
.p-guide--wrapping .l-flow .uchisoto {
  width: 250px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-guide--wrapping .l-flow .tanzaku {
    width: 150px;
    margin: 0 40px 0 10px;
  }
  .p-guide--wrapping .l-flow .uchisoto {
    width: 300px;
    margin-bottom: 0;
  }
}
.p-guide--wrapping .comments li {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-guide--wrapping .comments li {
    font-size: 15px;
  }
}
.p-guide--wrapping .l-table.noshi {
  margin-top: 20px;
}
.p-guide--wrapping .l-table.noshi th {
  font-weight: normal;
}
.p-guide--wrapping .l-table.noshi a {
  font-size: 13px;
}
.p-guide--wrapping .l-table.noshi td {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-guide--wrapping .l-table.noshi a {
    font-size: 15px;
  }
}
.p-guide--wrapping .wrappingtype {
  margin-top: 20px;
}
.p-guide--wrapping .wrappingtype dl {
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.p-guide--wrapping .wrappingtype dt {
  padding: 10px;
  background-color: #999;
  color: #fff;
}
.p-guide--wrapping .wrappingtype dd {
  padding: 10px;
  text-align: center;
}
.p-guide--wrapping .wrappingtype dd p {
  margin: 0 auto;
  text-align: left;
}
.p-guide--wrapping .wrappingtype img {
  width: 30%;
  max-width: 100px;
  margin: 10px 0 0;
}
@media screen and (min-width: 768px) {
  .p-guide--wrapping .wrappingtype {
    display: flex;
    border: 1px solid #ccc;
  }
  .p-guide--wrapping .wrappingtype dl {
    width: 400px;
    border: none;
    margin: 0;
  }
  .p-guide--wrapping .wrappingtype dl:nth-of-type(2) {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .p-guide--wrapping .wrappingtype dt {
    text-align: center;
    padding: 15px;
  }
  .p-guide--wrapping .wrappingtype dd {
    padding: 15px;
  }
  .p-guide--wrapping .wrappingtype img {
    width: 100px;
  }
}
.p-guide--wrapping .nairetype {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.p-guide--wrapping .nairetype dl {
  width: 50%;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.p-guide--wrapping .nairetype dl:nth-of-type(even) {
  border-left: none;
  width: calc(50% - 1px);
}
.p-guide--wrapping .nairetype dl:last-of-type {
  border-left: 1px solid #ccc;
}
.p-guide--wrapping .nairetype dt {
  display: flex;
  padding: 10px;
  background-color: rgb(249, 240, 238);
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}
.p-guide--wrapping .nairetype dt img {
  width: 100%;
}
.p-guide--wrapping .nairetype dt p {
  font-size: 13px;
  margin: 0;
}
.p-guide--wrapping .nairetype dd {
  padding: 10px;
  text-align: center;
}
.p-guide--wrapping .nairetype dd p {
  margin: 0 auto;
  text-align: left;
}
.p-guide--wrapping .nairetype dd img {
  border: 1px solid #e6e6e6;
  width: 80%;
}
.p-guide--wrapping .nairetype img {
  width: 30%;
  margin: 10px 0 0;
}
@media screen and (min-width: 768px) {
  .p-guide--wrapping .nairetype {
    border: 1px solid #ccc;
    flex-wrap: nowrap;
  }
  .p-guide--wrapping .nairetype dl {
    width: 25%;
    border: none;
    margin: 0;
  }
  .p-guide--wrapping .nairetype dl:not(:last-of-type) {
    border-right: 1px solid #ccc;
  }
  .p-guide--wrapping .nairetype dl:nth-of-type(even) {
    width: 25%;
  }
  .p-guide--wrapping .nairetype dl:last-of-type {
    border-left: none;
  }
  .p-guide--wrapping .nairetype dt {
    text-align: center;
    padding: 15px;
    flex-grow: initial;
  }
  .p-guide--wrapping .nairetype dt p {
    font-size: 15px;
  }
  .p-guide--wrapping .nairetype dd {
    padding: 15px;
  }
  .p-guide--wrapping .nairetype img {
    width: 100px;
  }
}

.inc_pop.p-guide--wrapping .wrapping {
  margin: 0 20px 0;
}
.inc_pop.p-guide--wrapping.pop_noshi .wrapping {
  margin: 20px 20px 0;
}
.inc_pop.p-guide--wrapping.pop_noshi td a {
  color: #ec676d;
  border-bottom: 1px solid #ec676d;
}
@media screen and (min-width: 768px) {
  .inc_pop.p-guide--wrapping.pop_noshi .wrapping {
    margin: 40px 20px 0;
  }
  .inc_pop.p-guide--wrapping .nairetype {
    flex-wrap: wrap;
    border-right: none;
    border-bottom: none;
    border-top: none;
  }
  .inc_pop.p-guide--wrapping .nairetype dl {
    width: calc(50% - 1px);
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
  }
  .inc_pop.p-guide--wrapping .nairetype dl:nth-of-type(4), .inc_pop.p-guide--wrapping .nairetype dl:nth-of-type(5) {
    border-bottom: 1px solid #ccc;
  }
}

p#close {
  display: block;
  width: 120px;
  height: 50px;
  bottom: inherit;
  z-index: 500;
  border-radius: 2px;
  margin: 50px auto 80px;
  right: 0;
  left: 0;
  position: relative;
}
p#close a {
  color: #ec676d;
  display: block;
  width: 120px;
  height: 50px;
  line-height: 48px;
  padding-left: 50px;
  border: 1px solid #ec676d;
}
p#close a::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(/ec/shop/images/header/close.png) no-repeat;
  top: 18px;
  left: 25px;
  background-size: contain;
}

.p-guide__cardnum {
  margin: 30px auto;
  text-align: center;
}
.p-guide__cardnum-inner {
  display: inline-flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  text-align: center;
}
.p-guide__cardnum-inner img {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .p-guide__cardnum-inner {
    flex-direction: row;
  }
}/*# sourceMappingURL=guide.css.map */