/* ----------------------------------------------------------
General Settings
---------------------------------------------------------- */
.stocklist li a {
  background-color: var(--color-white);
}
.stocklist li a .stcc h3 {
  color: var(--color-secondary);
}
.stocklist li a .stcc h4 {
  color: var(--color-black);
}
.stocklist li a .stcc .specbox dl dt {
  color: var(--color-secondary);
  border-bottom: 1px dotted var(--color-darkgrey);
}
.stocklist li a .stcc .specbox dl dd {
  color: var(--color-black);
}
.stocklist li a .stcc p.stprice {
  color: var(--color-primary);
}
.stocklist li a .stcc p.stprice strong {
  color: var(--color-primary);
}
/* ----------------------------------------------------------
Style for Smartphone
---------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .stocklist ul {
    margin-bottom: 40px;
  }
  .stocklist li {
    padding-bottom: 10px;
    border-bottom: 1px dotted var(--color-darkgrey);
    margin-bottom: 10px;
  }
  .stocklist li:last-child {
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 0px;
  }
  .stocklist li a {
    width: 100%;
    height: auto;
    display: block;
    padding: 10px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .stocklist li a:hover {
    background-color: var(--color-grey);
  }
  .stocklist li a img {
    width: 30%;
    height: auto;
    display: block;
    float: left;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .stocklist li a:hover img {
    opacity: 0.5;
  }
  .stocklist .stcc {
    width: 70%;
    height: auto;
    display: block;
    padding: 0px 10px 0px 25px;
    margin: 0;
    float: right;
  }
  .stocklist .stcc h3 {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25em;
    margin-bottom: 0px;
  }
  .stocklist .stcc h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--color-secondary);
  }


  .stocklist .stcc h5 {
    font-size: 14px;
        font-weight:normal;
    margin-bottom: 10px;
        color: #555;
  }





  .stocklist .stcc .specbox {
    width: 100%;
    height: auto;
    display: block;
  }
  .stocklist .stcc .specbox dl {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
  }
  .stocklist .stcc .specbox dl dt {
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
    font-size: 0.8em;
    line-height: 1.25em;
    letter-spacing: -0.5px;
    font-weight: 400;
    padding: 0 0 3px 0;
  }
  .stocklist .stcc .specbox dl dd {
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
    font-size: 12px;
    line-height: 1.25em;
    font-weight: 400;
    padding: 5px 0 0 0;
  }
  .stocklist .stcc p.stprice {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
  }
  .stocklist .stcc p.stprice strong {
    font-size: 16px;
        font-weight: 700;
  }
  .img-column-stock {
    width: 30%;
    float: left;
  }
  .img-wrap {
    padding-top: 66.66666%;
    position: relative;
  }
  .img-inner {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
  }
  .img-inner img {
    width: 100% !important;
  }
}
/* ----------------------------------------------------------
Style for iPad Pro
---------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .stocklist ul {
    margin-bottom: 40px;
  }
  .stocklist li {
    padding: 0.1%;
  }
  .stocklist li a {
    width: 100%;
    height: auto;
    display: block;
    padding: 15px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .stocklist li a:hover {
    background-color: var(--color-grey);
  }
  .stocklist li a img {
    width: 30%;
    height: auto;
    display: block;
    float: left;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .stocklist li a:hover img {
    opacity: 0.5;
  }
  .stocklist .stcc {
    width: 70%;
    height: auto;
    display: block;
    padding: 0px 0px 0px 35px;
    margin: 0;
    float: right;
  }
  .stocklist .stcc h3 {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25em;
    margin-bottom: 5px;
  }
  .stocklist .stcc h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--color-secondary);
  }



  .stocklist .stcc h5 {
    font-size: 15px;
        font-weight:normal;

    margin-bottom: 10px;
    color: #555;
  }







  .stocklist .stcc .specbox {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
   /* justify-content: space-between;*/
    margin-bottom: 15px;
  }
  .stocklist .stcc .specbox dl:first-child {
    width: 46%;
    height: auto;
    display: block;
  }
  .stocklist .stcc .specbox dl:last-child {
    width: 46%;
    height: auto;
    display: block;
    margin-left: auto;
  }
  .stocklist .stcc .specbox dl:first-child {
    margin-right: 1%;
  }
  .stocklist .stcc .specbox dl:last-child {
    margin-left: 1%;
  }
  .stocklist .stcc .specbox dl dt {
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
    font-size: 0.8em;
    line-height: 1.25em;
    letter-spacing: -0.5px;
    font-weight: 400;
    padding: 0 0 5px 0;
  }
  .stocklist .stcc .specbox dl dd {
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
    font-size: 12px;
    line-height: 1.25em;
    font-weight: 400;
    padding: 5px 0 0 0;
  }
  .stocklist .stcc p.stprice {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  .stocklist .stcc p.stprice strong {
    font-size: 24px;
    font-weight: 700;
  }
  .img-column-stock {
    width: 30%;
    float: left;
  }
  .img-wrap {
    padding-top: 66.66666%;
    position: relative;
  }
  .img-inner {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
  }
  .img-inner img {
    width: 100% !important;
  }
}
/* ----------------------------------------------------------
Style for PCs
---------------------------------------------------------- */
@media screen and (min-width: 1025px) {
  .stocklist ul {
    width: 100%;
    height: auto;
    display: flex;
    text-decoration: none;
    flex-wrap: wrap;
   /* justify-content: space-between;*/
    margin-bottom: 40px;
  }
  .stocklist li {
    padding: 0.5%;
  }
  .stocklist li a {
    width: 100%;
    height: auto;
    display: flex;
    text-decoration: none;
    flex-direction: column;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.10);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .stocklist li a:hover {
    background-color: var(--color-grey);
  }
  .stocklist li a img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .stocklist li a:hover img {
    opacity: 0.5;
  }
  .stocklist .stcc {
    width: 100%;
    height: auto;
    display: block;
    flex-grow: 1;
    padding: 25px 25px 35px;
  }
  .stocklist .stcc h3 {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25em;
    margin-bottom: 5px;
  }
  .stocklist .stcc h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--color-secondary);
  }



  .stocklist .stcc h5 {
    font-size: 14px;
    font-weight:normal;
    color: #555;
    margin-bottom: 10px;
  }









  .stocklist .stcc .specbox {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
   /* justify-content: space-between;*/
    margin-bottom: 15px;
  }
  .stocklist .stcc .specbox dl:first-child {
    width: 46%;
    height: auto;
    display: block;
  }
  .stocklist .stcc .specbox dl:last-child {
    width: 46%;
    height: auto;
    display: block;
    margin-left: auto;
  }
  .stocklist .stcc .specbox dl:first-child {
    margin-right: 1%;
  }
  .stocklist .stcc .specbox dl:last-child {
    margin-left: 1%;
  }
  .stocklist .stcc .specbox dl dt {
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
    font-size: 0.8em;
    line-height: 1.25em;
    letter-spacing: -0.5px;
    font-weight: 400;
    padding: 0 0 5px 0;
  }
  .stocklist .stcc .specbox dl dd {
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
    font-size: 12px;
    line-height: 1.25em;
    font-weight: 400;
    padding: 5px 0 0 0;
  }
  .stocklist .stcc p.stprice {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
  }
  .stocklist .stcc p.stprice strong {
    font-size: 18px;
        font-weight: 700;
  }
  .img-column-stock {
    width: 100%;
  }
  .img-wrap {
    padding-top: 66.66666%;
    position: relative;
  }
  .img-inner {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
  }
}