﻿@charset "UTF-8";

table {
  border-color: inherit;
  border-collapse: collapse;
  margin: 0 auto;
}

#tblLayout {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

ol, ul, li {
  list-style: none;
}

* {
  box-sizing: border-box;
  line-height: 1;
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.inner {
  max-width: 1320px;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  padding: 0px 10px;
}

.subinner {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  padding: 0px 10px;
}
.mvImg {
  width: 100%;
}
.cpBoxNote {
    margin-top: 10px;
    font-size: 2rem;
}
.confirmation, .follow, .question {
  margin-top: 70px;
}
.cp-txt {
    font-size: 2.5rem;
    line-height: 1.2;
    text-align: left;
}
.cp-txt span {
    font-size: 30px;
}
.cpTxtBox {
    padding: 20px;
}
.cp-txt + .cp-txt{
     margin-top: 10px;
}
.navBox {
  margin-top: 60px;
}

.navContent {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  max-width: 540px;
  margin: 60px auto 60px;
}

.step {
  margin-top: 45px;
}

.text {
  margin-top: 20px;
  text-align: center;
  line-height: 1.5;
  font-size: 1.8rem;
}

.note {
  position: relative;
}

.note::before{
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 100%;
  margin: 40px auto 0;
}

.accordion-area li {
  margin: 10px 0;
}

.accordion-area section {
  background-color: #ffffff;
  border-radius: 10px;
}

/*アコーディオンタイトル*/
.title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 2rem;
  font-weight: normal;
  padding: 2% 5% 2% 75px;
  transition: all .5s ease;
  line-height: 1;
}

/*アイコンの▶*/

.title::after {
  position: absolute;
  content: '';
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 15px solid #8F9090;
  border-bottom: 0;
  right: 35px;
  transform: rotate(180deg);
  top: 50%;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
}

/*　closeというクラスがついたら形状変化　*/
.title.close::after {
  transform: rotate(180deg);
  top: 33%;
}

.title.close {
  position: relative;
}

.title::before {
  position: absolute;
  content: "";
  background-image: url(/Contents/ImagesPkg/portal/p-stockstatus-pickup/common/icon_q.png);
  background-repeat: no-repeat;
  width: 37px;
  height: 37px;
  display: inline-block;
  background-size: 100%;
  top: 50%;
  left: 30px;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
}
.red{
  background-color: #D11270;
}
.textColor{
  color: #B50080;
  font-weight: 600;
}
.gray{
background-color: #F1F1F1;
}
.termsBOx {
  border: solid 1px #595757;
  margin-top: 10px;
}
.terms{
  position: relative;
}
.termsflex {
  display: flex;
}
.left {
  padding: 15px;
  width: 15%;
}
.right {
  padding: 10px;
  font-size: 2.2rem;
  line-height: 1.3;
  color: #fff;
  width: 90%;
  font-weight: 600;
}
.terms.gray .right {
  color: #000;
}
.termsC + .termsC{
  margin-top: 20px;
}
.cpBox{
  border: solid 1px #595757;
  color: #595757;
}
.cpBox h2 {
  background-color: #673A1B;
  color: #fff;
  text-align: center;
  padding: 10px;
  line-height: 1;
  font-size: 3rem;
  font-weight: 600;
}
.cpBox + .cpBox{
  margin-top: 30px;
}
.cpBox ul {
  padding: 20px 30px 30px 20px;
}
.cpBox ul li {
  padding-left: 23px;
  font-size: 2.2rem;
  line-height: 1.2;
}
.cpBox ul li + li{
  margin-top: 10px;
}
.cpBox .txt{
  font-size: 3rem;
  padding: 20px;
  text-align: center;
  width: 27%;
  margin: 0 auto;
}
.tableflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tableflex p {
  font-size: 2rem;
  line-height: 1;
  width: 100%;
  padding: 1rem;
}
.confirmationBtn {
  width: 75%;
  margin: 50px auto 0;
}
.followTxt {
  margin-top: 20px;
  font-size: 1.8rem;
}
.notetxt {
  font-size: 1.6rem;
}
/*アコーディオンで現れるエリア*/
.box {
  display: none;
  position: relative;
  background: #f3f3f3;
  padding: 1.5% 5% 1.5% 75px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.accordion-area .box p {
  position: relative;
  font-size: 2rem;
  line-height: 1.5;
}

.link a {
  color: #00A1E9;
  text-decoration: underline;
}
.icon {
  width: 37px;
  height: 37px;
}
.iconBox {
  display: flex;
}
.iconIMg {
  padding: 5px;
  margin-top: -10px;
}
/* 
.accordion-area .box::before {
  position: absolute;
  content: "";
  background-image: url(/Contents/ImagesPkg/portal/p-stockstatus-pickup/common/icon_a.png);
  background-repeat: no-repeat;
  width: 37px;
  height: 37px;
  display: inline-block;
  background-size: 100%;
  top: 15%;
  left: 8px;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
} */

/*テーブルエリア*/
.shop {
  margin-top: 45px;
  color: #595757;
}

.shop td, th {
  border-collapse: collapse;
  border: 1px solid #595757;
}

.shop table {
  border: 1px solid #595757;
  border-collapse: collapse;
  width: 100%;
  margin-top: 10px;
  font-size: 1.5rem;
}

.shop td {
  width: 50%;
  font-size: 1.6rem;
  line-height: 1;
}

.shop td a {
    color: #595757;
    font-size: 20px;
    line-height: 1;
    text-decoration: none;
    display: inline-block;
    padding: 15px 10px;
}

.shop th {
  padding: 10px;
  width: 100%;
  font-size: 2.2rem;
  letter-spacing: 1rem;
}

.question {
  background-color: #00A1E9;
  padding: 60px 0;
}

.stockBrn {
  max-width: 900px;
  margin: 50px auto 0;
}
.content {
  margin-bottom: 100px;
}
.cpImg {
  max-width: 180px;
  width: 100%;
}
.cpImg.notice {
    max-width: 280px;
}
.mgt_10{
  margin-top: 10px;
}
.mgt_20{
  margin-top: 20px;
}
.mgt_30{
  margin-top: 30px;
}
.mgt_40{
  margin-top: 40px;
}
@media screen and (max-width: 767px) {

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .inner {

    padding: 0px 10px;
  }
  .subinner {
    padding: 0 10px;
}
.cp-txt {
    font-size: 1.4rem;
}
.cp-txt span {
    font-size: 20px;
}
.cpBoxNote {
    margin-top: 5px;
    font-size: 1.2rem;
}
.cp-txt + .cp-txt {
    margin-top: 10px;
}
.cpTxtBox {
    padding: 10px;
}
  .confirmation, .follow, .question {
    margin-top: 30px;
  }

  .shop th {
    font-size: 1.8rem;
    letter-spacing: 1rem;
  }

  .shop td {
    padding:10px 5px;
    width: 50%;
    line-height: 1.5;
  }

  .shop td a {
    font-size: 1.4rem;
  }

  .title.close::after {
    top: 60%;
  }

  .navContent {
    margin-top: 20px;
  }
  .cpImg {
    width: 35%;
}
  .navContent {
    width: 100%;
    margin: 20px auto 20px;
  }

  .step, .shop, .question, .accordion-area {
    margin-top: 20px;
  }

  .title {
    font-size: 1.5rem;
    padding: 3% 2% 8% 45px;
  }

  .title::before {
    left: 5px;
  }

  .title::after {
    right: 50%;
    top: 78%;
  }

  .question {
    padding: 30px 0;
  }

  .box {
    font-size: 1.5rem;
    padding: 5% 2% 3% 0px;
  }

  .accordion-area .box p {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .accordion-area .box p span.textColor.notetxt{
    font-size: 1.2rem;
  }
  .accordion-area .box p::before {
    left: 5px;
    top: 10%;
  }
  .cpBox + .cpBox {
    margin-top: 20px;
}
  .stockBrn {
    margin: 15px auto;
  }
  .content {
    margin-bottom: 30px;
}
.confirmationBtn {
  width: 100%;
  margin: 20px auto 0;
}
.termsflex {
  display: block;
  padding: 10px 0;
}
.left {
  padding: 10px 10px 5px 10px;
  width: 23%;
}
.right {
  padding: 0px 10px 10px 7%;
  font-size: 1.6rem;
  line-height: 1.4;
  width: 100%;
}
.tableflex p {
  font-size: 1.4rem;
  line-height: 1.4;
}
.cpBox .txt {
  padding: 15px;
  width: 50%;
}
.cpBox h2 {
  font-size: 2rem;
}
.cpBox ul {
  padding: 10px 15px 15px 10px;
}
.cpBox ul li {
  font-size: 1.2rem;
  padding-left: 4%;
}
.mgt_30 {
  margin-top: 20px;
}
.mgt_40 {
  margin-top: 20px;
}
.navBox {
  margin-top: 30px;
}
.termsC + .termsC {
  margin-top: 0px;
}
.cpBox ul li + li {
  margin-top: 5px;
}
.followTxt {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.cpImg {
  max-width: 180px;
  width: 35%;
}
.cpImg.notice {
    width: 40%;
}
}


@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .subinner {
  padding: 0 10px;
}
.inner {
  padding: 0 10px;
}

}
@media only screen and (min-width: 1023px) and (max-width: 1400px) {
  .subinner {
  padding: 0 10px;
}
.inner {
  padding: 0 10px;
}

}

.goodsBtn {
  max-width: 600px;
  width: 100%;
  margin: 40px auto;
}