/* ----------------------------------------------------------
General Settings
---------------------------------------------------------- */


/* ----------------------------------------------------------
Style for PCs
---------------------------------------------------------- */
@media screen and (min-width: 1025px) {

  .stockmm {
    width:100%;
    height: auto;
    display: block;
  }
  .stockmm ul li .stimg {
    width:100%;
    height: auto;
    display: block;
  }
  .stockmm ul li .stimg img {
    width:100%;
    height: auto;
    display: block;
    overflow: hidden;
  }
  .stockmm ul li .stcc {
    width:100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding:30px 25px 20px;
  }
  .stockmm ul li .stcc h3 {
    font-size:12px;
    font-weight: 700;
    line-height: 1.25em;
    color:var(--color-777);
    margin-bottom: 3px;
  }
  .stockmm ul li .stcc h4 {
    font-size:18px;
    font-weight: 700;
    line-height: 1.5em;
    color:var(--color-black);
    margin-bottom: 5px;
  }
  .stockmm ul li .stcc h4 a {
    color:var(--color-black);
    text-decoration: none;
    transition: .4s all;
  }
  .stockmm ul li .stcc h4 a:hover {
    color:var(--color-1st);
  }
  .stockmm ul li .stcc p.stcp01 {
    font-size:12px;
    font-weight: 400;
    line-height: 1.5em;
    color:var(--color-black);
    margin-bottom: 5px;
  }
  .stockmm ul li .stcc .specbox {
    width:100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .stockmm ul li .stcc .specbox dl {
    width:48%;
    height: auto;
    display: flex;
    margin:0;
  }
  .stockmm ul li .stcc .specbox dl:first-child {
    margin-right:auto;
  }
  .stockmm ul li .stcc .specbox dl:last-child {
    margin-left:auto;
  }
  .stockmm ul li .stcc .specbox dl dt {
    width:40%;
    height: auto;
    display: block;
    font-size:12px;
    line-height: 1em;
    font-weight: 400;
    color:var(--color-777);
    padding:10px 5px;
    border-bottom:1px dotted var(--color-999);
  }
  .stockmm ul li .stcc .specbox dl dd {
    width:60%;
    height: auto;
    display: block;
    font-size:12px;
    line-height: 1em;
    font-weight: 400;
    color:var(--color-black);
    padding:10px 5px;
    text-align: right;
    border-bottom:1px dotted var(--color-999);
  }
  .stockmm ul li .stcc .stn_price {
    width:100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
  }
  .stockmm ul li .stcc p.stprice01 {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
    color:var(--color-555);
    order:2;
  }
  .stockmm ul li .stcc p.stprice01 strong {
    font-size:18px;
    font-weight: 500;
    margin:0 0 0 5px;
  }
  .stockmm ul li .stcc p.stprice02 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
    color:var(--color-333);
    order:1;
    margin-bottom: 5px;
  }
  .stockmm ul li .stcc p.stprice02 strong {
    font-size:22px;
    font-weight: 500;
    margin:0 0 0 5px;
  }

  .stockmm ul li p.stnbn {
    width:fit-content;
    height: 20px;
    display: block;
    font-size:10px;
    margin:0 auto;
  }
  .stockmm ul li p.stnbn a {
    width:100%;
    height: 20px;
    display: block;
    line-height: 20px;
    text-decoration: none;
    color:var(--color-white);
    padding:0 30px 0 10px;
    background-color: var(--color-black);
    background-image: url(../img/header/ic-ar_w.webp);
    background-repeat: no-repeat;
    background-position: 99% center;
    background-size: auto 18px;
    transition: .4s all;
  }
  .stockmm ul li p.stnbn a:hover {
    background-color: var(--color-1st);
  }


}

/* ----------------------------------------------------------
Style for iPad Pro
---------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 1024px) {

  .stockmm {
    width:100%;
    height: auto;
    display: block;
  }
  .stockmm ul {
    width:100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .stockmm ul li .stimg {
    width:100%;
    height: auto;
    display: block;
  }
  .stockmm ul li .stimg img {
    width:100%;
    height: auto;
    display: block;
    overflow: hidden;
  }
  .stockmm ul li .stcc {
    width:100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding:30px 25px 20px;
  }
  .stockmm ul li .stcc h3 {
    font-size:12px;
    font-weight: 700;
    line-height: 1.25em;
    color:var(--color-777);
    margin-bottom: 3px;
  }
  .stockmm ul li .stcc h4 {
    font-size:18px;
    font-weight: 700;
    line-height: 1.5em;
    color:var(--color-black);
    margin-bottom: 5px;
  }
  .stockmm ul li .stcc h4 a {
    color:var(--color-black);
    text-decoration: none;
    transition: .4s all;
  }
  .stockmm ul li .stcc h4 a:hover {
    color:var(--color-1st);
  }
  .stockmm ul li .stcc p.stcp01 {
    font-size:12px;
    font-weight: 400;
    line-height: 1.5em;
    color:var(--color-black);
    margin-bottom: 5px;
  }
  .stockmm ul li .stcc .specbox {
    width:100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .stockmm ul li .stcc .specbox dl {
    width:48%;
    height: auto;
    display: flex;
    margin:0;
  }
  .stockmm ul li .stcc .specbox dl:first-child {
    margin-right:auto;
  }
  .stockmm ul li .stcc .specbox dl:last-child {
    margin-left:auto;
  }
  .stockmm ul li .stcc .specbox dl dt {
    width:40%;
    height: auto;
    display: block;
    font-size:12px;
    line-height: 1em;
    font-weight: 400;
    color:var(--color-777);
    padding:10px 5px;
    border-bottom:1px dotted var(--color-999);
  }
  .stockmm ul li .stcc .specbox dl dd {
    width:60%;
    height: auto;
    display: block;
    font-size:12px;
    line-height: 1em;
    font-weight: 400;
    color:var(--color-black);
    padding:10px 5px;
    text-align: right;
    border-bottom:1px dotted var(--color-999);
  }
  .stockmm ul li .stcc .stn_price {
    width:100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
  }
  .stockmm ul li .stcc p.stprice01 {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
    color:var(--color-555);
    order:2;
  }
  .stockmm ul li .stcc p.stprice01 strong {
    font-size:18px;
    font-weight: 500;
    margin:0 0 0 5px;
  }
  .stockmm ul li .stcc p.stprice02 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
    color:var(--color-333);
    order:1;
    margin-bottom: 5px;
  }
  .stockmm ul li .stcc p.stprice02 strong {
    font-size:22px;
    font-weight: 500;
    margin:0 0 0 5px;
  }

  .stockmm ul li p.stnbn {
    width:fit-content;
    height: 20px;
    display: block;
    font-size:10px;
    margin:0 auto;
  }
  .stockmm ul li p.stnbn a {
    width:100%;
    height: 20px;
    display: block;
    line-height: 20px;
    text-decoration: none;
    color:var(--color-white);
    padding:0 30px 0 10px;
    background-color: var(--color-black);
    background-image: url(../img/header/ic-ar_w.webp);
    background-repeat: no-repeat;
    background-position: 99% center;
    background-size: auto 18px;
    transition: .4s all;
  }
  .stockmm ul li p.stnbn a:hover {
    background-color: var(--color-1st);
  }

}


/* ----------------------------------------------------------
Style for Smartphone
---------------------------------------------------------- */
@media screen and (max-width: 768px) {

  .stockmm {
    width:100%;
    height: auto;
    display: block;
  }
  .stockmm ul {
    width:100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .stockmm ul li .stimg {
    width:100%;
    height: auto;
    display: block;
  }
  .stockmm ul li .stimg img {
    width:100%;
    height: auto;
    display: block;
    overflow: hidden;
  }
  .stockmm ul li .stcc {
    width:100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding:30px 25px 20px;
  }
  .stockmm ul li .stcc h3 {
    font-size:12px;
    font-weight: 700;
    line-height: 1.25em;
    color:var(--color-777);
    margin-bottom: 3px;
  }
  .stockmm ul li .stcc h4 {
    font-size:18px;
    font-weight: 700;
    line-height: 1.5em;
    color:var(--color-black);
    margin-bottom: 5px;
  }
  .stockmm ul li .stcc h4 a {
    color:var(--color-black);
    text-decoration: none;
    transition: .4s all;
  }
  .stockmm ul li .stcc h4 a:hover {
    color:var(--color-1st);
  }
  .stockmm ul li .stcc p.stcp01 {
    font-size:12px;
    font-weight: 400;
    line-height: 1.5em;
    color:var(--color-black);
    margin-bottom: 5px;
  }
  .stockmm ul li .stcc .specbox {
    width:100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .stockmm ul li .stcc .specbox dl {
    width:48%;
    height: auto;
    display: flex;
    margin:0;
  }
  .stockmm ul li .stcc .specbox dl:first-child {
    margin-right:auto;
  }
  .stockmm ul li .stcc .specbox dl:last-child {
    margin-left:auto;
  }
  .stockmm ul li .stcc .specbox dl dt {
    width:40%;
    height: auto;
    display: block;
    font-size:12px;
    line-height: 1em;
    font-weight: 400;
    color:var(--color-777);
    padding:10px 5px;
    border-bottom:1px dotted var(--color-999);
  }
  .stockmm ul li .stcc .specbox dl dd {
    width:60%;
    height: auto;
    display: block;
    font-size:12px;
    line-height: 1em;
    font-weight: 400;
    color:var(--color-black);
    padding:10px 5px;
    text-align: right;
    border-bottom:1px dotted var(--color-999);
  }
  .stockmm ul li .stcc .stn_price {
    width:100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
  }
  .stockmm ul li .stcc p.stprice01 {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
    color:var(--color-555);
    order:2;
  }
  .stockmm ul li .stcc p.stprice01 strong {
    font-size:18px;
    font-weight: 500;
    margin:0 0 0 5px;
  }
  .stockmm ul li .stcc p.stprice02 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
    color:var(--color-333);
    order:1;
    margin-bottom: 5px;
  }
  .stockmm ul li .stcc p.stprice02 strong {
    font-size:22px;
    font-weight: 500;
    margin:0 0 0 5px;
  }

  .stockmm ul li p.stnbn {
    width:fit-content;
    height: 20px;
    display: block;
    font-size:10px;
    margin:0 auto;
  }
  .stockmm ul li p.stnbn a {
    width:100%;
    height: 20px;
    display: block;
    line-height: 20px;
    text-decoration: none;
    color:var(--color-white);
    padding:0 30px 0 10px;
    background-color: var(--color-black);
    background-image: url(../img/header/ic-ar_w.webp);
    background-repeat: no-repeat;
    background-position: 99% center;
    background-size: auto 18px;
    transition: .4s all;
  }
  .stockmm ul li p.stnbn a:hover {
    background-color: var(--color-1st);
  }

}
