/* Style for PCs */
@media screen and (min-width: 1025px) {
  /* Stock
------------------------------------------------------------*/
  .stnlist {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5%;
  }
  .stnlist a {
    width: 22.90%;
    height: auto;
    display: block;
    margin: 1%;
    background-color: #000;
    text-decoration: none;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px rgb(227, 252, 2);
  }
  .stnlist a img {
    width: 100%;
    height: auto;
  }
  .stnlist a p.stnlisttxtbn {
    width: 40%;
    height: 25px;
    display: block;
    margin-left: 60%;
    margin-bottom: 0px !important;
    color: #000 !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: right;
    padding-right: 10px;
    background-image: url(../img/tri_w.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-color: rgb(227, 252, 2);
    -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;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .stnlist a:hover p.stnlisttxtbn {
    width: 45%;
    height: 25px;
    display: block;
    margin-left: 55%;
    background-color: rgb(227, 252, 2);
    color: #000 !important;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .stnlist a .stncc {
    width: 100%;
    height: auto;
    display: block;
    padding: 15px 20px 15px;
  }
  .stnlist a .stncc h3 {
    font-size: 12px;
    line-height: 1.25em;
    font-weight: 400;
    margin-bottom: 3px;
    letter-spacing: 0px;
    color: #fff;
    text-align: left;
    margin-top: 0;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .stnlist a .stncc h4 {
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 700;
    letter-spacing: 0px;
    color: rgb(227, 252, 2);
    margin-bottom: 5px;
    text-align: left;
    margin-top: 0;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .stnlist a .stncc p.stncom {
    font-size: 12px;
    line-height: 1.3em !important;
    font-weight: 400;
    letter-spacing: 0px !important;
    margin-bottom: 10px !important;
    color: #fff;
    text-align: left;
    margin-top: 0;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .stnlist a .stncc dl.stnspec01 {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    margin: 0;
  }
  .stnlist a .stncc dl.stnspec02 {
    width: 100%;
    height: auto;
    display: block;
    float: right;
    margin: 0;
  }
  .stnlist a .stncc dl dt {
    width: 60px;
    height: auto;
    display: block;
    float: left;
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.25em;
    letter-spacing: 0px !important;
    padding: 5px;
    text-align: left;
    color: rgb(227, 252, 2);
    margin: 0;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .stnlist a .stncc dl dd {
    width: 100%;
    height: auto;
    display: block;
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.25em;
    padding: 5px 5px 5px 65px;
    letter-spacing: 0px !important;
    text-align: right;
    border-bottom: 1px dotted #fff;
    color: #fff;
    margin: 0;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .stnlist a .stncc p.stnprice {
    font-size: 12px;
    line-height: 1.3em !important;
    font-weight: 400;
    letter-spacing: 0px !important;
    margin-bottom: 0px !important;
    color: rgb(227, 252, 2);
    text-align: right;
    margin: 0;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .stnlist a .stncc p.stnprice strong {
    font-size: 16px;
    margin: 0;
  }
  .img-column {
    width: 100%;
  }
  .img-container {
    padding-top: 75%;
    position: relative;
  }
  .container-inner {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
  }
}
/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* Stock
------------------------------------------------------------*/
  .stnlist {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5%;
  }
  .stnlist a {
    width: 31.23333333333333333%;
    height: auto;
    display: block;
    margin: 1%;
    background-color: #000;
    text-decoration: none;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px rgb(227, 252, 2);
  }
  .stnlist a img {
    width: 100%;
    height: auto;
  }
  .stnlist a p.stnlisttxtbn {
    width: 40%;
    height: 25px;
    display: block;
    margin-left: 60%;
    margin-bottom: 0px !important;
    color: #000 !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: right;
    padding-right: 10px;
    background-image: url(../img/tri_w.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-color: rgb(227, 252, 2);
    -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;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .stnlist a:hover p.stnlisttxtbn {
    width: 45%;
    height: 25px;
    display: block;
    margin-left: 55%;
    background-color: rgb(227, 252, 2);
    color: #000 !important;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .stnlist a .stncc {
    width: 100%;
    height: auto;
    display: block;
    padding: 15px 20px 15px;
  }
  .stnlist a .stncc h3 {
    font-size: 12px;
    line-height: 1.25em;
    font-weight: 400;
    margin-bottom: 3px;
    margin-top: 0;
    letter-spacing: 0px;
    color: #fff;
    text-align: left;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .stnlist a .stncc h4 {
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 700;
    letter-spacing: 0px;
    color: rgb(227, 252, 2);
    margin-bottom: 5px;
    margin-top: 0;
    text-align: left;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .stnlist a .stncc p.stncom {
    font-size: 12px;
    line-height: 1.3em !important;
    font-weight: 400;
    letter-spacing: 0px !important;
    margin-bottom: 10px !important;
    margin-top: 0;
    color: #fff;
    text-align: left;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .stnlist a .stncc dl.stnspec01 {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    margin: 0;
  }
  .stnlist a .stncc dl.stnspec02 {
    width: 100%;
    height: auto;
    display: block;
    float: right;
    margin: 0;
  }
  .stnlist a .stncc dl dt {
    width: 60px;
    height: auto;
    display: block;
    float: left;
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.25em;
    letter-spacing: 0px !important;
    padding: 5px;
    text-align: left;
    color: rgb(227, 252, 2);
    margin: 0;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .stnlist a .stncc dl dd {
    width: 100%;
    height: auto;
    display: block;
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.25em;
    padding: 5px 5px 5px 65px;
    letter-spacing: 0px !important;
    text-align: right;
    border-bottom: 1px dotted #fff;
    color: #fff;
    margin: 0;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .stnlist a .stncc p.stnprice {
    font-size: 12px;
    line-height: 1.3em !important;
    font-weight: 400;
    letter-spacing: 0px !important;
    margin-bottom: 0px !important;
    color: rgb(227, 252, 2);
    text-align: right;
    margin: 0;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .stnlist a .stncc p.stnprice strong {
    font-size: 16px;
    margin: 0;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    margin: 0;
  }
  .img-column {
    width: 100%;
  }
  .img-container {
    padding-top: 75%;
    position: relative;
  }
  .container-inner {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
  }
}
/* Style for iPad */
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* Stock
------------------------------------------------------------*/
  .stnlist {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5%;
  }
  .stnlist a {
    width: 47.8%;
    height: auto;
    display: block;
    margin: 1%;
    background-color: #000;
    text-decoration: none;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px rgb(227, 252, 2);
  }
  .stnlist a img {
    width: 100%;
    height: auto;
  }
  .stnlist a p.stnlisttxtbn {
    width: 40%;
    height: 25px;
    display: block;
    margin-left: 60%;
    margin-bottom: 0px !important;
    color: #000 !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: right;
    padding-right: 10px;
    background-image: url(../img/tri_w.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-color: rgb(227, 252, 2);
    -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;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .stnlist a:hover p.stnlisttxtbn {
    width: 45%;
    height: 25px;
    display: block;
    margin-left: 55%;
    background-color: rgb(227, 252, 2);
    color: #000 !important;
  }
  .stnlist a .stncc {
    width: 100%;
    height: auto;
    display: block;
    padding: 15px 20px 15px;
  }
  .stnlist a .stncc h3 {
    font-size: 12px;
    line-height: 1.25em;
    font-weight: 400;
    margin-bottom: 3px;
    margin-top: 0;
    letter-spacing: 0px;
    color: #fff;
    text-align: left;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .stnlist a .stncc h4 {
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 700;
    letter-spacing: 0px;
    color: rgb(227, 252, 2);
    margin-bottom: 5px;
    margin-top: 0;
    text-align: left;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .stnlist a .stncc p.stncom {
    font-size: 12px;
    line-height: 1.3em !important;
    font-weight: 400;
    letter-spacing: 0px !important;
    margin-bottom: 10px !important;
    margin-top: 0;
    color: #fff;
    text-align: left;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .stnlist a .stncc dl.stnspec01 {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    margin: 0;
  }
  .stnlist a .stncc dl.stnspec02 {
    width: 100%;
    height: auto;
    display: block;
    float: right;
    margin: 0;
  }
  .stnlist a .stncc dl dt {
    width: 60px;
    height: auto;
    display: block;
    float: left;
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.25em;
    letter-spacing: 0px !important;
    padding: 5px;
    text-align: left;
    color: rgb(227, 252, 2);
    margin: 0;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .stnlist a .stncc dl dd {
    width: 100%;
    height: auto;
    display: block;
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.25em;
    padding: 5px 5px 5px 65px;
    letter-spacing: 0px !important;
    text-align: right;
    border-bottom: 1px dotted #fff;
    color: #fff;
    margin: 0;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .stnlist a .stncc p.stnprice {
    font-size: 12px;
    line-height: 1.3em !important;
    font-weight: 400;
    letter-spacing: 0px !important;
    margin-bottom: 0px !important;
    color: rgb(227, 252, 2);
    text-align: right;
    margin: 0;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .stnlist a .stncc p.stnprice strong {
    font-size: 16px;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    margin: 0;
  }
  .img-column {
    width: 100%;
  }
  .img-container {
    padding-top: 75%;
    position: relative;
  }
  .container-inner {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
  }
}
/* Style for Smartphone */
@media screen and (max-width: 480px) {
  /* Stock
------------------------------------------------------------*/
  .stnlist {
    width: 100%;
    height: auto;
    display: block;
    padding: 5%;
  }
  .stnlist a {
    width: 100%;
    height: auto;
    display: block;
    padding: 0px 15px 20px 0;
    margin-bottom: 20px;
    background-color: #000;
    text-decoration: none;
    border: solid 1px rgb(227, 252, 2);
  }
  .stnlist a p.stnlisttxtbn {
    display: none;
  }
  .stnlist a:hover p.stnlisttxtbn {
    display: none;
  }
  .stnlist a img {
    width: 30%;
    height: auto;
    display: block;
    float: left;
  }
  .stnlist a .stncc {
    width: 65%;
    height: auto;
    display: block;
    padding: 15px 0px 0px;
    float: right;
  }
  .stnlist a .stncc h3 {
    font-size: 0.8em;
    line-height: 1.25em;
    font-weight: 400;
    margin-bottom: 3px;
    margin-top: 0;
    letter-spacing: 0px;
    color: #fff;
    text-align: left;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .stnlist a .stncc h4 {
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 700;
    letter-spacing: 0px;
    color: rgb(227, 252, 2);
    margin-bottom: 5px;
    margin-top: 0;
    text-align: left;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .stnlist a .stncc p.stncom {
    font-size: 12px;
    line-height: 1.3em !important;
    font-weight: 400;
    letter-spacing: 0px !important;
    margin-bottom: 0px !important;
    margin-top: 0;
    color: #fff;
    text-align: left;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .stnlist a .stncc dl.stnspec01 {
    display: none;
  }
  .stnlist a .stncc dl.stnspec02 {
    display: none;
  }
  .stnlist a .stncc dl dt {
    display: none;
  }
  .stnlist a .stncc dl dd {
    display: none;
  }
  .stnlist a .stncc p.stnprice {
    font-size: 12px;
    line-height: 1.3em !important;
    font-weight: 400;
    letter-spacing: 0px !important;
    margin-bottom: 0px !important;
    color: rgb(227, 252, 2);
    text-align: right;
    margin: 0;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .stnlist a .stncc p.stnprice strong {
    font-size: 16px;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    margin: 0;
  }
  .img-column {
    width: 30%;
    height: auto;
    display: block;
    float: left;
  }
  .img-container {
    padding-top: 75%;
    position: relative;
  }
  .container-inner {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
  }
  .container-inner img {
    width: 100% !important;
    height: auto;
  }
}