html {
  position: relative;
  min-height: 100%;
  font-size: 16px;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-size: 16px;
  font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Hiragino Kaku Gothic Pro W3, "ヒラギノ角ゴ Pro W3", Osaka !important;
  background-color: #fff;
}

header {
  width: 100%;
  margin: 0 auto;
  background-color: #182d7c;
  background-repeat: repeat-x;
  height: 60px;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #182d7c;
  z-index: 1;
}

a {
  color: #000;
}

a:hover {
  text-decoration: none;
}

#logo {
  padding: 0px 0px;
  width: 94%;
  max-width: 1200px;
  margin: auto;
}

#logo img {
  height: 60px;
}

@media screen and (min-width: 767px) {
  .toSM {
    display: none;
  }

  .toPC {}
}

@media screen and (max-width: 767px) {
  .toSM {}

  .toPC {
    display: none;
  }
}

/*colors*/
/*ノジマブルー*/
.nojimaBlue {
  color: #182D7C;
}

/*ノジマレッド*/
.nojimaRed {
  color: #E60019;
}

.markerpink {
  background: linear-gradient(transparent 40%, rgb(255, 170, 170) 40%);
}

.markeryellow {
  background: linear-gradient(transparent 40%, rgba(226, 197, 90, 0.79) 40%);
}

.markerblue {
  background: linear-gradient(transparent 40%, rgb(83, 197, 240) 40%);
}

.markerblue02 {
  background: linear-gradient(transparent 40%, rgb(171, 217, 235) 40%);
}

.markeryellow2 {
  background: linear-gradient(transparent 40%, rgb(223, 246, 11) 40%);
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
  font-size: 0.7rem;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.breadcrumb>.active {
  color: #777;
}

/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
section {
  margin: 1rem auto 2rem;
}

article {
  max-width: 100%;
  margin: 0 5px;
  background-color: #fff;
}

h1 {
  text-align: center;
  font-size: 1.8rem;
}

h2 {
  font-size: 1.6rem;
  text-align: center;
}

.articletext00 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: -1rem;
}

.articletext01 {
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
}

.articletext02 {
  font-size: 1rem;
  line-height: 1.6rem;
}

.articletext03 {
  font-size: 0.9rem;
  line-height: 1.3rem;
}

.articletext04 {
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
}

.canonpaper {
  margin: 1rem;
}

.canon02{
  margin: 1rem;
  border:5px solid #77DDFF;
  padding: 1rem;
}

.canon03{
  padding: 1rem;
}

.canon04 {
  font-size: 0.8rem;
  display: inline-block;
}

.kanbanimage01 {
  margin: 0 auto;
}

.menuwide {
  width: 100%;
  margin: 1rem auto;
  text-align: center;
}

.menuwide img {
  width: 70px;
  margin: 1rem auto;
}

.articletop {
  max-width: 1000px;
  border-bottom: 1px solid #ccc;
}

.articleleft {}

.articleleft img {
  margin-bottom: 1rem;
}

.articleright {
  width: 100%;
  margin: 1rem auto;
  text-align: left;
}

.articleright img {
  width: 150px;
  margin: 1rem auto;
}

.otherslink {}

.otherslink span {
  margin-bottom: 0.5rem;
  display: block;
}

.otherslink span ::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c6";
  font-weight: 900;
  padding-right: 0.2em;
  padding-left: 0.2em;
  color: #0461b5;
}

.otherslink a {
  border-bottom: 1px dashed #ccc;
}

.titlekazari {
  border-bottom: 3px solid #0461b5;
  line-height: 2rem;
}

.recomendedprod {
  text-align: center;
  margin-top: 1rem;
}

.recomendedprod:before {
  font-family: "Font Awesome 5 Free";
  content: "\f185";
  font-weight: 900;
  padding-right: 0.2em;
  padding-left: 0.2em;
  color: #FD7E14;
}

.recomendedprod:after {
  font-family: "Font Awesome 5 Free";
  content: "\f185";
  font-weight: 900;
  padding-right: 0.2em;
  padding-left: 0.2em;
  color: #FD7E14;
}

/* -------------------------------------------- */
/* ▼タブレット用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media all and (min-width: 768px) {
  article {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
  }

  section {
    margin: 1rem auto 2rem;
  }

  .menuwide {
    width: 100%;
    margin: 1rem auto;
    text-align: center;
  }

  .menuwide img {
    width: 100px;
    margin: 1rem auto;
  }

  .otherslink span {
    margin-bottom: 0.5rem;
    display: inline-block;
  }
}

/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 920px) {
  article {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
  }

  section {
    margin: 1rem auto 4rem;
  }

  h2 {
    font-weight: bold;
    margin: 3rem auto 2rem;
  }

  .menuwide {
    width: 70%;
    margin: 1rem auto;
    text-align: center;
  }

  .menuwide img {
    width: 100px;
    margin: 1rem auto;
  }

  .otherslink span {
    margin-bottom: 0.5rem;
    display: inline-block;
  }
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px;
  border-radius: 60px;
  width: 70px;
  height: 70px;
  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* スマホ（767px以下） */
.col-xs-1-5 {
  width: 20%;
  float: left;
}

.col-xs-2-5 {
  width: 40%;
  float: left;
}

.col-xs-3-5 {
  width: 60%;
  float: left;
}

.col-xs-4-5 {
  width: 80%;
  float: left;
}

/* タブレット（768px～991px） */
@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }

  .col-sm-2-5 {
    width: 40%;
    float: left;
  }

  .col-sm-3-5 {
    width: 60%;
    float: left;
  }

  .col-sm-4-5 {
    width: 80%;
    float: left;
  }
}

/* PC（992px～1119px） */
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }

  .col-md-2-5 {
    width: 40%;
    float: left;
  }

  .col-md-3-5 {
    width: 60%;
    float: left;
  }

  .col-md-4-5 {
    width: 80%;
    float: left;
  }
}

/* PC大画面（1200px以上）*/
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }

  .col-lg-2-5 {
    width: 40%;
    float: left;
  }

  .col-lg-3-5 {
    width: 60%;
    float: left;
  }

  .col-lg-4-5 {
    width: 80%;
    float: left;
  }
}

/* 画像をレスポンシブ */
/* 高さを揃える */
.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

/*div要素全体にリンクをつけるために必要な要素*/
.linkbox {
  position: relative;
}

.linkbox a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* 以下見た目をわかりやすくするための設定*/
.linkbox {
  border: solid 2px #fff;
}

.linkbox a:hover {
  /* マウスオーバー時に色変更*/
  opacity: 0.1;
  background-color: #000000;
}

/* どこでもカート設定 */
.cartanywhere {
  margin-bottom: 2rem;
}

.cartanywhere img {
  margin-bottom: 1rem;
}

.cartprodname {
  font-size: 1rem;
  display: block;
  margin-bottom: 0.5rem;
}

.cosetsumei {
  background-color: #fafafa;
  padding: 5px;
}

.setsumeiP {
  font-size: 1rem;
  display: block;
  border-left: #000 solid 3px;
  padding: 5px 0 5px 5px;
  margin-bottom: 5px;
  background-color: #fafafa;
}

.cartprice {
  font-size: 1rem;
  color: #ff0000;
}

.cartoffprice {
  font-size: 1rem;
  color: #f99705;
}

.cartnouki {
  font-size: 1rem;
  color: #27c10d;
}

/* サムネイル */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #fff;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}
