@charset "UTF-8";
/*
page: Order
*/
/* all display
-------------------------------------------------- */
.post-header {
  padding-top: 30px;
}
.post-header .post-title {
  font-size: 24px;
  text-align: center;
}
.post-content h2.order_ttl {
  font-family: "Tilt Warp", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 30px;
  text-align: center;
  line-height: 1.1;
  margin-top: 0;
}
.post-content h2.order_ttl > span {
  font-size: 16px;
}
.post-content ul.order_step {
  border: 1px solid #eee;
  display: flex;
  justify-content: center;
  font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 700;
  width: 100%;
  padding: 50px 5px 30px;
  list-style: none;
  margin-left: 0;
}
.post-content ul.order_step li {
  position: relative;
  color: #dbdbdb;
  font-size: 50px;
  text-align: center;
  width: 140px;
  line-height: 1.2;
}
.post-content ul.order_step li::before {
  content: '●';
  position: absolute;
  display: block;
  background-color: #fff;
  font-size: 20px;
  width: 30px;
  height: 30px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.post-content ul.order_step li + li::after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px dotted #dbdbdb;
  width: 100px;
  height: 2px;
  top: -9px;
  left: -50px;
  z-index: 0;
}
.post-content ul.order_step li > span {
  font-size: 13px;
  display: block;
  line-height: 1.2;
}
.post-content ul.order_step li.current {
  color: #282828;
}
.post-content ul.order_step li.registered {
  color: #282828;
}
.post-content ul.order_step li + li.current::after {
  border-color: #282828;
}
.post-content ul.order_step li.registered + li.registered::after {
  border-color: #282828;
}
@media screen and ( max-width: 767px ){
  .post-header .post-title {
    font-size: 18px;
  }
  .post-content h2.order_ttl {
    font-size: 24px;
  }
  .post-content h2.order_ttl > span {
    font-size: 13px;
  }
  .post-content ul.order_step {
    padding: 30px 0 15px;
  }
  .post-content ul.order_step li {
    font-size: 28px;
    width: 65px;
  }
  .post-content ul.order_step li::before {
    font-size: 16px;
    width: 24px;
    height: 24px;
    top: -20px;
  }
  .post-content ul.order_step li + li::after {
    width: 60px;
    top: -12px;
    left: -30px;
  }
  .post-content ul.order_step li > span {
    font-size: 10px;
    font-weight: 500;
  }
}

.post-content h3.order_step_ttl {
  font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 0.7;
  text-align: center;
  margin-bottom: 70px;
}
.post-content h3.order_step_ttl > span {
  position: relative;
  font-size: 20px;
}
.post-content h3.order_step_ttl > span::after {
  content: '';
  position: absolute;
  display: block;
  background-color: #282828;
  width: 100%;
  height: 7px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and ( max-width: 767px ){
  .post-content h3.order_step_ttl {
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .post-content h3.order_step_ttl > span {
    font-size: 16px;
  }
  .post-content h3.order_step_ttl > span::after {
    height: 5px;
  }
}
.post-content form.order dl dt.itemttl {
  background-color: #a3a3a3;
  color: #fff;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 40px;
  padding-left: 30px;
}
.post-content form.order dl dd {
  margin-left: 0;
}
.post-content form.order p {
  margin-bottom: 10px;
}
.post-content form.order .imp {
  background-color: #eb4266;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  margin-left: 5px;
  padding: 3px 5px;
  vertical-align: bottom;
}
.post-content form.order .opt {
  background-color: #282828;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  margin-left: 5px;
  padding: 3px 5px;
  vertical-align: bottom;
}

@media screen and ( max-width: 767px ){
  .post-content form.order dl dt.itemttl {
    font-size: 16px;
    height: auto;
    line-height: 1.2;
    margin-bottom: 30px;
    padding: 8px 0 10px 15px;
  }
  .post-content form.order p {
    font-size: 14px;
  }
  .post-content form.order .imp,
  .post-content form.order .opt {
    font-size: 11px;
  }

}

.post-content form.order ::placeholder {
  color: #dbdbdb;
}

.post-content form.order table {
  border-width: 0;
}
.post-content form.order table tbody th {
  background-color: #fff;
  color: #282828;
  font-weight: 500;
  border-width: 0;
  width: 230px;
}
.post-content form.order table tbody th.table_ttl {
  background-color: #dbdbdb;
  font-weight: bold;
}
.post-content form.order table tbody td {
  border-width: 0;
}
form.order .table-wrap {
  white-space: wrap;
}
form.order .table-grad:after {
  width: 0;
}

@media screen and ( max-width: 767px ){
  form.order table,
  form.order table tbody,
  form.order table tr,
  form.order table tr th,
  form.order table tr td {
    display: block;
    width: 100%;
  }
  .post-content form.order table tbody th {
    background-color: #eee;
    width: 100%;
  }
  .post-content form.order table tbody td {
    margin-bottom: 20px;
  }
  .post-content form.order table tbody td span {
    font-size: 14px;
  }
}

form.order .btn-wrap {
  display: flex;
  justify-content: space-between;
  width: 600px;
  margin: 0 auto 20px;
}
form.order .btn-wrap.btn-wrap-center {
  justify-content: center;
}

form.order input[type="submit"] {
  background-color: #282828;
  border-radius: 50px;
  width: 260px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  text-align: center;
}
form.order .w320 input[type="submit"] {
  width: 320px;
}
.submit-btn-wrap {
  display:inline-block;
  position:relative;
  transition:all 0.3s;
  width: 280px;
  line-height: 1;
  margin-bottom: 20px;
}
.submit-btn-wrap.w320 {
  width: 340px;
}
.submit-btn-wrap:after{
  content: "\f054";
  font-weight: 500;
  font-family: "FontAwesome";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  right: calc(7% + 20px);
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  color:#fff;
}
.submit-btn-wrap:hover::after{
  right: calc(5% + 20px);
}
form.order .previous-btn-wrap input[type="button"] {
  background-color: #a3a3a3;
  border: none;
  border-radius: 50px;
  width: 240px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  text-align: center;
}
.previous-btn-wrap {
  display:inline-block;
  position:relative;
  transition:all 0.3s;
  width: 260px;
  line-height: 1;
  margin-bottom: 20px;
}
.previous-btn-wrap:after{
  content: "\f053";
  font-weight: 500;
  font-family: "FontAwesome";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  left: calc(7% + 20px);
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  color:#fff;
}
.previous-btn-wrap:hover::after{
  left: calc(5% + 20px);
}
@media screen and ( max-width: 767px ){
  form.order .btn-wrap {
    width: 100%;
    flex-direction: column-reverse;
  }
  form.order input[type="submit"] {
    font-size: 14px;
  }
  form.order .w320 input[type="submit"] {
    width: 280px;
  }
  .submit-btn-wrap.w320 {
    width: 300px;
  }
}

.box-scroll {
  background-color:#eee;
  border:1px solid #a3a3a3;
  width:100%;
  margin:20px auto 10px;
  height:200px;
  overflow:auto;
  padding:20px 15px;
}
.conditions {
  font-size: 14px;
}
.post-content h2.conditions_ttl {
  font-size: 20px;
  margin: 25px 0 10px;
}
.post-content h2.conditions_ttl:first-of-type {
  margin-top: 0;
}
.txt_blue {
  color: #006eff;
}
@media screen and ( max-width: 767px ){
  .box-scroll {
    font-size: 13px;
    padding:15px 10px;
  }
  .post-content h2.conditions_ttl {
    font-size: 16px;
    margin: 20px 0 10px;
  }
  .post-content .box-scroll ul, .post-content .box-scroll ol {
    margin-left: 10px;
  }
}

/* 名刺　イラストタッチ
-------------------------------------------------- */
.cord_design {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cord_design .wpcf7-list-item {
  width: calc((100% - 90px) / 3);
  margin: 0 15px 40px;
  display: flex;
  flex-direction: column;
}
.cord_design .wpcf7-list-item label {
  flex-grow: 1;
}
.cord_design .wpcf7-list-item-label {
  background-color: #fff;
  border: 2px solid #dbdbdb;
  border-radius: 4px;
  height: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 10px 10px;
}
/* デフォルトのボタン */
.cord_design input[type="radio"] {
  opacity: 0;
  position: absolute;
}
/* チェック前のボタン */
.cord_design .wpcf7-list-item .wpcf7-list-item-label::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-bottom: 5px;
}
/* 1: */
.cord_design .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/card01.png);
}
/* 2: */
.cord_design .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/card02.png);
}
/* 3: */
.cord_design .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/card03.png);
}
/* 4: */
.cord_design .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/card04.png);
}
/* 4: 2匹 */
.cord_design .wpcf7-list-item:nth-of-type(4) .dog02 + .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/11/card04-2.png);
}
/* 4: 3匹 */
.cord_design .wpcf7-list-item:nth-of-type(4) .dog03 + .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/11/card04-3.png);
}
/* 4: 4匹 */
.cord_design .wpcf7-list-item:nth-of-type(4) .dog04 + .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/11/card04-4.png);
}
/* 5: */
.cord_design .wpcf7-list-item:nth-of-type(5) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/card05.png);
}
/* 6: */
.cord_design .wpcf7-list-item:nth-of-type(6) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/card06.png);
}
/* 7: */
.cord_design .wpcf7-list-item:nth-of-type(7) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/card07.png);
}
/* 8: */
.cord_design .wpcf7-list-item:nth-of-type(8) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/card08.png);
}
/* 9: */
.cord_design .wpcf7-list-item:nth-of-type(9) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/card09.png);
}
/* 10: */
.cord_design .wpcf7-list-item:nth-of-type(10) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/card10.png);
}
/* 11: */
.cord_design .wpcf7-list-item:nth-of-type(11) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/card11.png);
}
/* 12: */
.cord_design .wpcf7-list-item:nth-of-type(12) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/card12.png);
}
/* 13: */
.cord_design .wpcf7-list-item:nth-of-type(13) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/card13.png);
}
/* 14: */
.cord_design .wpcf7-list-item:nth-of-type(14) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/card14.png);
}
/* 15: */
.cord_design .wpcf7-list-item:nth-of-type(15) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/card15.png);
}
/* 15: 2匹 */
.cord_design .wpcf7-list-item:nth-of-type(15) .dog02 + .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/card15-2.png);
}
/* 16: */
.cord_design .wpcf7-list-item:nth-of-type(16) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/card16.png);
}
/* 17: */
.cord_design .wpcf7-list-item:nth-of-type(17) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/card17.png);
}
/* 18: */
.cord_design .wpcf7-list-item:nth-of-type(18) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/card18.png);
}
/* 18: 2匹 */
.cord_design .wpcf7-list-item:nth-of-type(18) .dog02 + .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/card18-2.png);
}
/* 19: */
.cord_design .wpcf7-list-item:nth-of-type(19) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/card19.png);
}
/* 20: */
.cord_design .wpcf7-list-item:nth-of-type(20) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/card20.png);
}
/* 20: 2匹 */
.cord_design .wpcf7-list-item:nth-of-type(20) .dog02 + .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/card20-2.png);
}
/* 21: */
.cord_design .wpcf7-list-item:nth-of-type(21) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/card21.png);
}
/* 21: 2匹 */
.cord_design .wpcf7-list-item:nth-of-type(21) .dog02 + .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/card21-2.png);
}
/* 22: */
.cord_design .wpcf7-list-item:nth-of-type(22) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/card22.png);
}
/* 23: */
.cord_design .wpcf7-list-item:nth-of-type(23) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/card23.png);
}
/* 24: */
.cord_design .wpcf7-list-item:nth-of-type(24) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/card24.png);
}
/* 24: 2匹 */
.cord_design .wpcf7-list-item:nth-of-type(24) .dog02 + .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/11/card24-2.png);
}
/* 24: 3匹 */
.cord_design .wpcf7-list-item:nth-of-type(24) .dog03 + .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/11/card24-3.png);
}
/* 24: 4匹 */
.cord_design .wpcf7-list-item:nth-of-type(24) .dog04 + .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/11/card24-4.png);
}
/* 25: */
.cord_design .wpcf7-list-item:nth-of-type(25) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/card25.png);
}
/* 26: */
.cord_design .wpcf7-list-item:nth-of-type(26) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/card26.png);
}
/* 26: 2匹 */
.cord_design .wpcf7-list-item:nth-of-type(26) .dog02 + .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/card26-2.png);
}
/* 27: */
.cord_design .wpcf7-list-item:nth-of-type(27) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/card27.png);
}
/* 28: */
.cord_design .wpcf7-list-item:nth-of-type(28) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2025/07/card28.png);
}
/* 29: */
.cord_design .wpcf7-list-item:nth-of-type(29) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2025/07/card29.png);
}
/* 30: */
.cord_design .wpcf7-list-item:nth-of-type(30) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2025/07/card30.png);
}
/* 31: */
.cord_design .wpcf7-list-item:nth-of-type(31) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2025/07/card31.png);
}

/* チェック後のボタン */
.cord_design input[type="radio"]:checked + .wpcf7-list-item-label {
  background-color: #dbdbdb;
  border: 2px solid #a3a3a3;
}
/* 選択不可 */
.cord_design input[type="radio"]:disabled + .wpcf7-list-item-label {
  cursor: not-allowed;
  opacity: 0.2;
}
@media screen and ( max-width: 767px ){
  .cord_design .wpcf7-list-item {
    font-size: 13px;
    width: calc(50% - 10px);
    margin: 0 5px 30px;
  }
  .cord_design .wpcf7-list-item-label {
    padding: 10px 6px 5px;
  }
}

/* コラージュキャラ　イラストタッチ
-------------------------------------------------- */
.collage_touch {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.collage_touch .wpcf7-list-item {
  width: calc(25% - 30px);
  margin: 0 15px 40px;
  display: flex;
  flex-direction: column;
}
.collage_touch .wpcf7-list-item label {
  flex-grow: 1;
}
.collage_touch .wpcf7-list-item-label {
  background-color: #fff;
  border: 2px solid #dbdbdb;
  border-radius: 4px;
  height: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 10px 10px;
}
/* デフォルトのボタン */
.collage_touch input[type="radio"] {
  opacity: 0;
  position: absolute;
}
/* チェック前のボタン */
.collage_touch .wpcf7-list-item .wpcf7-list-item-label::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-bottom: 5px;
}
/* 1:Aタイプ */
.collage_touch .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/collage01.jpg);
}
/* 2:Bタイプ */
.collage_touch .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/collage02.png);
}
/* 3:Cタイプ */
.collage_touch .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/collage03.jpg);
}
/* 4:Dタイプ */
.collage_touch .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/collage04.jpg);
}
/* チェック後のボタン */
.collage_touch input[type="radio"]:checked + .wpcf7-list-item-label {
  background-color: #dbdbdb;
  border: 2px solid #a3a3a3;
}
@media screen and ( max-width: 767px ){
  .collage_touch .wpcf7-list-item {
    font-size: 13px;
    width: calc(50% - 10px);
    margin: 0 5px 30px;
  }
  .collage_touch .wpcf7-list-item-label {
    padding: 10px 6px 5px;
  }
}

/* 似顔絵　イラストタッチ
-------------------------------------------------- */
.portrait_touch {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.portrait_touch .wpcf7-list-item {
  width: calc((100% - 90px) / 3);
  margin: 0 15px 40px;
  display: flex;
  flex-direction: column;
}
.portrait_touch .wpcf7-list-item label {
  flex-grow: 1;
}
.portrait_touch .wpcf7-list-item-label {
  background-color: #fff;
  border: 2px solid #dbdbdb;
  border-radius: 4px;
  height: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 10px 10px;
}
/* デフォルトのボタン */
.portrait_touch input[type="radio"] {
  opacity: 0;
  position: absolute;
}
/* チェック前のボタン */
.portrait_touch .wpcf7-list-item .wpcf7-list-item-label::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-bottom: 5px;
}
/* 1:アメコミプラン */
.portrait_touch .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/portrait01.jpg);
}
/* 2:シルエットアートプラン */
.portrait_touch .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/portrait02.jpg);
}
/* 3:シティポッププランA(背景まるっと書き起こし) */
.portrait_touch .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/portrait03.png);
}
/* 4:シティポッププランB(背景おまかせ) */
.portrait_touch .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/portrait04.png);
}
/* 5:ゆるっとプランA(シンプル) */
.portrait_touch .wpcf7-list-item:nth-of-type(5) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/portrait05.jpg);
}
/* 6:ゆるっとプランB(リッチ) */
.portrait_touch .wpcf7-list-item:nth-of-type(6) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/portrait06.jpg);
}
/* 7:マジックプラン */
.portrait_touch .wpcf7-list-item:nth-of-type(7) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/portrait07.jpg);
}
/* 8:ほっこりシンプルプラン */
.portrait_touch .wpcf7-list-item:nth-of-type(8) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/portrait08.jpg);
}
/* 9:ほっこりシンプルプラン(線あり) */
.portrait_touch .wpcf7-list-item:nth-of-type(9) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/portrait09.jpg);
}
/* 10:デフォルメキャラクタープラン */
.portrait_touch .wpcf7-list-item:nth-of-type(10) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/portrait10.jpg);
}
/* 11:浮世絵タッチA選べる背景-春 */
.portrait_touch .wpcf7-list-item:nth-of-type(11) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2025/03/portrait11.jpg);
}
/* 12:浮世絵タッチA選べる背景-夏 */
.portrait_touch .wpcf7-list-item:nth-of-type(12) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2025/07/portrait13.jpg);
}
/* 13:浮世絵タッチA選べる背景-秋 */
.portrait_touch .wpcf7-list-item:nth-of-type(13) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2025/07/portrait14.jpg);
}
/* 4:浮世絵タッチA選べる背景-冬 */
.portrait_touch .wpcf7-list-item:nth-of-type(14) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2025/07/portrait15.jpg);
}
/* 15:浮世絵タッチB背景書き起こし */
.portrait_touch .wpcf7-list-item:nth-of-type(15) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2025/03/portrait12.jpg);
}
/* チェック後のボタン */
.portrait_touch input[type="radio"]:checked + .wpcf7-list-item-label {
  background-color: #dbdbdb;
  border: 2px solid #a3a3a3;
}
@media screen and ( max-width: 767px ){
  .portrait_touch .wpcf7-list-item {
    font-size: 13px;
    width: calc(50% - 10px);
    margin: 0 5px 30px;
  }
  .portrait_touch .wpcf7-list-item-label {
    padding: 10px 6px 5px;
  }
}

/* 愛犬からのメッセージカード　デザイン
-------------------------------------------------- */
.messagecard {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.messagecard .wpcf7-list-item {
  position: relative;
  width: calc(25% - 30px);
  margin: 0 15px 70px;
  display: flex;
  flex-direction: column;
}
.messagecard .wpcf7-list-item::after {
  content: 'サンプル動画を見る';
  display: block;
  position: absolute;
  background: #282828;
  border-radius: 20px;
  color: #fff;
  font-size: 80%;
  cursor: pointer;
  width: 90%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
}
.messagecard .wpcf7-list-item label {
  flex-grow: 1;
}
.messagecard .wpcf7-list-item-label {
  background-color: #fff;
  border: 2px solid #dbdbdb;
  border-radius: 4px;
  height: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 10px 10px;
}
/* デフォルトのボタン */
.messagecard input[type="radio"] {
  opacity: 0;
  position: absolute;
}
/* チェック前のボタン */
.messagecard .wpcf7-list-item .wpcf7-list-item-label::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-bottom: 5px;
}
/* 1:HAPPY NEW YEAR */
.messagecard .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/11/messagecard01.png);
}
/* 2:日常の感謝 */
.messagecard .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/11/messagecard02.png);
}
/* 3:Merry Christmas */
.messagecard .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/11/messagecard03.png);
}
/* 4:HPPAY BIRTH DAY */
.messagecard .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2024/10/messagecard01.png);
}
/* 5:SUMMER VACATION */
.messagecard .wpcf7-list-item:nth-of-type(5) .wpcf7-list-item-label::before {
  background-image: url(/pechaplin/wp-content/uploads/2025/07/messagecard04.png);
}
/* チェック後のボタン */
.messagecard input[type="radio"]:checked + .wpcf7-list-item-label {
  background-color: #dbdbdb;
  border: 2px solid #a3a3a3;
}

.line1 {
  line-height: 1.1;
}
@media screen and ( max-width: 767px ){
  .messagecard .wpcf7-list-item {
    font-size: 13px;
    width: calc(50% - 10px);
    margin: 0 5px 80px;
  }
  .messagecard .wpcf7-list-item-label {
    padding: 10px 6px 5px;
  }
}

.checkbox-goods span.wpcf7-list-item {
  display: block;
  margin: 0 0 10px 15px;
}

.select-wrap {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.select-wrap::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #a3a3a3;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
  pointer-events: none;
}
.select-wrap select {
  appearance: none;
  min-width: 230px;
  height: 2.8em;
  padding: .4em calc(.8em + 30px) .4em .8em;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  background-color: #fff;
  color: #282828;
  font-size: 1em;
  cursor: pointer;
}