.cart_img {
width: 30px;
}
.login_img, .search_img {
width: 20px;
}
.search_img {
margin-right: 5px;
}
.search_flex {
display: flex;
align-items: center;
}
a {
    color: black;
  }
.member_li {
margin: 2em auto;
}
.payment_flex {
    display: flex;
  }
  .payment_item_title {
    width: 75%;
    border: 1px solid #ACACAC;
    border-radius: 5px;
    margin: 10px auto;
    text-align: center;
    position: absolute;
    top: -9%;
    left: 12.5%;
    z-index: 1;
    background-color: #fff;
  }
  .payment_item {
    width: 25%;
    border: 1px solid #ACACAC;
    border-radius: 5px;
    margin: 10px auto;
    text-align: center;
    position: relative;
  }
  .payment_item p {
    padding: 30px 20px;
  text-align: start;
  }
  .mrzf_index_search_purpose_list .payment_li {
    width: 200px;
  }
  .postage_table {
    width: 100%;
    text-align: center;
  }
  .postage_table tr, .postage_table th, .postage_table td {
    border: 1px solid;
    padding: 5px 3px;
  }
  #fs_modal_systemerror {
    display: none;
  }
  .pay_img {
    width: 50%;
  }
  .mrzf_footer_sns {
    padding: 30px 0;
    background-color: #fff;
    color: #000;
    font-weight: bold;
  }
  .mrzf_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #ffffff;
    border-bottom: 1px solid #E2E2E2;
  }
  #fullScreenSearch {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #fullScreenSearch form {
    display: flex;
    flex-direction: column;
  }
  .search_p11 {
    cursor: pointer;
  }
  .search_p11:hover {
    font-weight: 700;
  }
  .mrzf_header_gnav, .mrzf_header_gnav_list {
    align-items: center;
  }
  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000087;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  #overlayText {
    font-size: 24px;
  }
  .batusirusi {
    position: absolute;
    top: 25%;
    right: 20%;
    cursor: pointer;
  }
  .batusirusi img {
    width: 25%;
  }
  .pay_img {
    width: 50%;
    margin: 0 auto 15px auto;
  }
  .mrzf_index_search_purpose_list .payment_li {
    display: block;
    padding: 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    border: 3px solid #000;
    background: #ffffff;
    border-radius: 10px;
    height: 150px;
  }
  .pagination_wrapper {
    text-align: center;
    font-size: 1.5em;
  }
  .page-numbers {
    background-color: #fff;
    color: black;
    padding: 10px 20px;
  }
  .page-numbers.current {
    background-color: black;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
    border: 2px solid black;
  }
  .page-numbers:hover {
    color: #000;
    text-decoration: none;
  }
  #itempage .field {
    margin-bottom: 1em !important;
    padding-bottom: 1em;
  }
  .cart-button {
    position: relative;
  }
  .cartbtn_img {
    position: absolute;
    top: -5px;
    left: 25px;
  }
  .item-info .skubutton:hover {
    background-color: #000 !important;
  }
  #customer-info th, #customer-info td, #delivery-info th, #delivery-info td, #cart th, #cart td {
    color: #000 !important;
  }
  #customer-info .send, #info-confirm .send {
    border: none !important;
  }
  .mrzf_header_gnav_list .mrzf_children_list li a {
    height: 8em;
  }
  .mrzf_header_gnav_list .mrzf_children_list li a span {
    border-left: 2px solid #ACACAC;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px;
  }
  .qa_area_item_q {
    font-size: 1em;
  padding: 12px 55px 12px 60px;
  background-image: url(https://skip-store.org/image/1.png);
  background-repeat: no-repeat;
  background-position: center left;
  font-weight: 600;
  }
  .qa_area_item_a {
    font-size: 1em;
    background-image: url(https://skip-store.org/image/2.png);
    background-repeat: no-repeat;
    background-position: center left;
  }
  .qa_area_item {
    border: 3px solid;
    margin-top: 1em;
    padding: 1em;
    border-radius: 10px;
  }
  .qa_area_item_a span {
    font-size: .8em;
  }
  .qa_area_item_q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
  }
  .qa_area_item_q::before, .qa_area_item_q::after {
    content: '';
    position: absolute;
    right: 10px;
    transition: transform 0.3s ease;
    background-color: black;
  }
  .qa_area_item_q::before {
    top: 50%;
    width: 20px;
    height: 2px;
    transform: translateY(-50%);
  }
  .qa_area_item_q::after {
    top: 50%;
    right: 19px;
    height: 20px;
    width: 2px;
    transform: translateY(-50%) rotate(0deg);
  }
  .qa_area_item_q.active {
    margin-bottom: 1em;
  }
  .qa_area_item_q.active::after {
    transform: translateY(-50%) rotate(90deg);
  }
  .qa_area_item_a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding: 0 55px 0 60px;
    font-weight: 500;
  }
  .qa_area_item_a.active {
    border-top: 1px solid #000;
    padding-top: 15px;
  }
  .qa_area_item_a {
    font-size: 1em;
  }
  .souryou_area {
    margin-bottom: 1em;
    border-bottom: 1px solid #ACACAC;
    padding-bottom: 1em;
  }
  .souryou_title {
    font-weight: bold;
    padding-bottom: 10px;
  }
  .sec1234sb {
    margin-top: 5em;
  }
  .mrzf_footer_nav_list {
    text-align: center;
  }
  .sec1234sb h2 {
    font-size: 2em;
    margin: 1em auto;
  }
  .sec1234sb p {
    line-height: 2.2em;
  }
  .sec1234sb a {
    color: #004cff;
  }
  .sec1234sb th, .sec1234sb td {
    border: 1px solid;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
  }
  .sbtable58 {
    margin-top: 2em;
    width: 100%;
  }
  .diagonal th, .diagonal td {
    white-space: nowrap;
  }
  .sec1234sb h3 {
    margin: 1em 0 1em 0;
    font-size: 1.3em;
    border-bottom: 1px solid;
    width: fit-content;
  }
  .item-header .item_page_title {
    font-size: 2em;
    font-weight: bold;
  }
  .item_li {
    padding: 10px;
    background-color: #fff;
  }
  .info_table {
    width: 100%;
  }
  .section_white {
    background-color: #fff;
  }
  .section_orange {
    background-color: #FF9F31;
  }
  .mrzf_color {
    text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px 0px 1px #fff, 0px 1px 1px #fff, -1px 0px 1px #fff, 0px -1px 1px #fff;
  }
  .fs-body-top {
    font-family: "DotGothic16", sans-serif !important;
    font-weight: 400;
    font-style: normal;
  }
  .fs-body-top.customize-support {
    font-family: "DotGothic16", sans-serif !important;
    font-weight: 400;
    font-style: normal;
  }
  .mrzf_title01_eng span {
    margin-right: 10px;
    font-size: .9em;
  }
  .payment_kw {
    font-weight: 600;
    margin-top: 4em;
    text-align: center;
  }
  .payment_kw a {
    border: 2px solid black;
    padding: 10px 15px;
  }
  .flow_li {
    position: relative;
    padding: 45px 20px 20px 20px;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-align: center;
    border: 3px solid #000;
    background: #ffffff;
    border-radius: 10px;
  }
  .flow_img {
    position: absolute;
    width: 35%;
    left: 32%;
  }
  .topsikip {
    position: absolute;
    top: 5%;
    left: 34%;
  }
  .mrzf_index_pickup_list {
    justify-content: center;
  }
  .line_footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  .mrzf_footer {
    padding-bottom: 8em;
  }
  .line_footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 3em 0;
    background-color: #ffffff8c;
  }
  .line_footer a {
    background-color: #06c755;
    color: #fff;
    padding: 1em 2em 1em 5em;
    border-radius: 75px;
    font-size: 1.5em;
    position: relative;
  }
  .line_footer a::before {
    background-image: url(https://skip-store.org/wp-content/uploads/2024/06/LINE_Brand_icon.png);
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 10%;
    top: 5px;
    bottom: 0;
    margin: auto;
  }
  .flow_ul li {
    width: 30%;
  }
  .flow_text {
    font-size: 1.3em;
    border-bottom: 2px dotted;
    width: fit-content;
    margin: 0 auto 10px auto;
    padding-bottom: 10px;
  
  }
  .flow_text2 a {
    margin: 1em auto;
  }
  .flow_text2 a {
    background-color: #06c755 !important;
    border: #06c755 !important;
    color: #fff !important;
    font-size: 1.5em !important;
    padding: 5px !important;
    border-radius: 10px !important;
  }


  @media (min-width: 670px) {
    .ip_only{
      display: none;
    }
    .mrzf_header_menu_search {
      position: relative;
      margin: 18% auto;
      width: 40%;
    }
    .mrzf_header_menu_search input[type="text"] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: #E2E2E2;
      border: 0;
      outline: 0;
      padding: 0 40px;
      height: 70px;
      border-radius: 100px;
    }
    .mrzf_header_menu_search button {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: none;
      border: 0;
      position: absolute;
      right: 30px;
      top: 0;
      bottom: 0;
      margin: auto;
      padding: 0;
    }
    .mrzf_index_online, .qa_section {
      padding: 80px;
    }
    .qa_area {
      padding: 1em 0 0 3em;
    }
    .qa_area_item_q, .qa_area_item_a {
      background-size: 4%;
    }
    .mrzf_index_news {
      padding: 80px;
    }
    .header_logo_a {
      width: 15%;
    }
    .mrzf_header {
      height: 100px;
    }
    .fs-l-page {
      margin-top: 100px;
    }
    .mrzf_index_pickup_list li {
      padding: 15px 15px 0 15px;
      background: #F7F7F7;
      border: 3px solid;
      border-radius: 10px;
    }
    .mrzf_index_pickup_list li a figure {
      height: 16em;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .mrzf_index_pickup_list li a {
      padding-bottom: 28px;
    }
    .flow_ul {
      margin-top: 15%;
    }
    .flow_li2 {
      margin-top: 15%;
    }
    .flow_img1, .flow_img2, .flow_img3, .flow_img4, .flow_img5 {
      top: -58%;
    }
    .mrzf_footer_feature_list li {
      width: 22%;
    }
    .mrzf_inner1 {
      max-width: 1450px !important;
    }
    }




  @media (max-width: 670px) {
    .pc_only{
      display: none;
    }
    .mrzf_index_search_purpose_list {
        justify-content: center;
      }
    .mrzf_index_search_purpose_list .payment_li {
      width: 30%;
      padding: 20px 5px;
    }
    .mrzf_header_menu_list > li .mrzf_header_menu_level03_list > li {
      height: 8em;
      display: flex;
      align-items: center;
      border: 2px solid #cecece;
      padding: 10px;
    }
    .mrzf_index_online, .qa_section {
      padding: 40px 0;
    }
    .qa_area {
      padding-top: .5em;
    }
    .qa_area_item_q, .qa_area_item_a {
      background-size: 13%;
    }
    .mrzf_index_news {
      padding: 40px 0;
    }
    .header_logo_a {
      width: 45%;
      margin-left: 3%;
    }
    .mrzf_header {
      height: 60px;
    }
    .fs-l-page {
      margin-top: 60px;
    }
    .mrzf_index_pickup_list li {
      background: #F7F7F7;
      border: 3px solid;
      border-radius: 5px;
    }
    .mrzf_index_pickup_list li a figure {
      height: 10em;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 65%;
      margin: 0 auto;
    }
    .mrzf_index_pickup_list li a {
      padding-bottom: 10px;
    }
    .mrzf_index_search_list .item_li a {
      display: block;
      text-align: center;
    }
    .hkd_th {
      width: 25%;
    }
    .topsikip {
      position: absolute;
      top: 20%;
      left: 30%;
      width: 65%;
    }
    .flow_ul {
      margin-top: 40%;
      display: block;
    }
    .flow_li2 {
      margin-top: 20%;
    }
    .flow_ul li {
      width: 30%;
      width: 90%;
      margin: 0 auto 40% auto;
    }
    .flow_text {
      font-size: 4vw;
    }
    .flow_li5 {
      margin: 0 auto !important;
    }
    .flow_img.flow_img1 {
      top: -45%;
    }
    .flow_img.flow_img2 {
      top: -45%;
    }
    .flow_img.flow_img3 {
      top: -60%;
    }
    .flow_img.flow_img4 {
      top: -70%;
    }
    .flow_img.flow_img5 {
      top: -60%;
    }
    .mrzf_footer_feature_list li {
      width: 50% !important;
    }
  }


  .entry-title {
    font-family: "DotGothic16", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 2.5em !important;
    text-align: center !important;
    border-bottom: 2px dotted !important;
    width: fit-content !important;
    margin: 0 auto 10px auto !important;
    padding-bottom: 10px !important;
  }

  .entry-title::before {
    content: '▶';
    margin-right: 5px;
  }
  .mrzf_header_menu_member_register.fs-clientInfo_falseOnly a {
    background-color: #ffb866;
    border: none;
  }
  .mrzf_header_menu_member_login.fs-clientInfo_falseOnly.member_li a {
    background-color: #9cffa7;
    border: none;
  }
  .commit_btn a {
    background-color: #ff9f31;
    padding: 5px 25px;
    border-radius: 15px;
    color: #000;
    font-size: 1.5em;
    font-weight: bold;
  }
  .cart-button a {
    background-color: #ff9f31;
    font-size: 1.5em;
    padding: 5px 15px;
    border-radius: 10px;
    font-weight: bold;
  }
  .item-info .c-box {
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .cart-button {
    margin-left: 1em;
  }
  #itempage .field .field_price {
    color: #145FED !important;
  }
  .back_total5 {
    background-color: #ffe0e0;
    font-weight: bold;
  }
  .kongononagare {
    font-size: 1.2em;
    margin-top: 15px;
  }
  .thanks_cv_123 {
    text-align: center;
    margin-top: 3em;
  }
  .thanks_cv_123 a {
    background-color: #06c755;
    color: #fff;
    padding: 10px 20px;
    margin-top: 5em;
    font-size: 1.5em;
    border-radius: 15px;
  }
  .komepay {
    margin: 5px 0 0 5px;
    font-size: .8em;
    text-align: left;
  }
  .komepay2 {
    margin-top: 0;
  }

@media (max-width: 670px) {
  dt {
    margin-bottom: 5%;
  }
  dd {
    text-align: center;
  }
  .item_img_big img {
  margin: 0 auto;
  }
  .sample-form {
    justify-content: center;
  }
  .suuryou123 .item12 {
    width: 20%;
  }
  .suuryou123 {
    margin: 3% auto 0 5%;
    font-size: 1.1em;
  }
  .scroll_div_123 {
    overflow: scroll;
    }
    dd .scroll_div_123 table {
      width: 180%;
    }
}

@media (min-width: 670px) {
  dl {
    display: flex;
    justify-content: space-between;
    }
    dt {
      width: 30%;
    }
    dd {
      width: 75%;
    }
    .suuryou123 {
      margin-top: 3%;
    }
}



  .form-horizontal {
    font-weight: bold;
    margin-top: 5em;
    font-size: 1.2em;
  }
  .label_hissu {
    background-color: red;
    padding: 5px;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    margin-right: 1em;
  }
  .label_nohissu {
    background-color: #0064ff;
    padding: 5px;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    margin-right: 1em;
  }
  dl {
    margin: 3em auto;
    border-bottom: 2px dashed #c4c4c4;
    padding-bottom: 3em;
  }
  select, [type="text"], textarea, #addItemButton, [type="number"] {
    padding: 10px;
  }

  .item11 {
    width: 70%;
  }
  .item12 {
    width: 13%;
  }
  #addItemButton {
    margin-top: 10px;
  }
  .form_submit {
    text-align: center;
  }
  [type="submit"]{
    -webkit-appearance: button;
    font-size: 1.5em;
    background-color: #ff9f31;
    padding: 10px 60px;
    border: navajowhite;
    border-radius: 5px;
    cursor: pointer;
  }
  .item_img_name {
    margin: 15px auto 5px auto;
  }
  .item_img_price {
    margin: 5px auto 10px auto;
  }
  .sample-form {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  label {
    width: 19%;
  }
  #image_price {
    font-size: 1.2em;
    color: #0070ff;
    font-weight: bold;
  }
  .mrzf_index_pickup_list .price_top1 {
    font-size: 1.3em;
    color: #0070ff;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .etc_btn_top {
    text-align: center;
    margin-top: 5em;
  }
  .etc_btn_top a {
    background-color: #1E85FF;
    padding: 10px 30px;
    font-size: 1.5em;
    font-weight: bold;
    border-radius: 10px;
    color: #fff;
  }
.sample-form {
display: flex;
gap: 10px;
}
.sample-form input[type="radio"] {
display: none;
}
.sample-form label img {
margin: 3px;
}
.sample-form input[type="radio"]:checked + label img {
border: 2px solid #ff9f31;
}
.footer_flex {
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer_flex div {
	margin-right: 15px;
}
.footer_flex img {
	width: 50px;
}
#post-584 h1 {
font-size: 1.3em !important;
}
.commitl span {
	background-color: #ffcbcb;
	margin-right: 5px;
	padding: 3px;
	border-radius: 5px;
}