html {
  position: relative;
  min-height: 100%;
}

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: 1000px;
   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%);
}


/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */


section {
  margin: 1em auto;
}

#contents {
  max-width: 100%;
  margin: 0 5px;
  background-color: #fff;
}

h1 {
  border-bottom: solid 3px black;
  font-size: 26px;
}

.title04epson {
position: relative;
padding-left: 1.3em;/*アイコン分のスペース*/
line-height: 1.6;
font-size: 20px;
background-color: #f5f5f5;
}

.title04epson:before{ font-family: FontAwesome;/*忘れずに*/
content: "\f111";/*アイコンのユニコード*/
position: absolute;/*絶対位置*/
font-size: 1em;/*サイズ*/
left: 0;/*アイコンの位置*/
top: 0;/*アイコンの位置*/
color: #005AB4; /*アイコン色*/
padding-left: 5px;
}

.title04canon {
position: relative;
padding-left: 1.3em;/*アイコン分のスペース*/
line-height: 1.6;
font-size: 20px;
background-color: #f5f5f5;
}

.title04canon:before{ font-family: FontAwesome;/*忘れずに*/
content: "\f111";/*アイコンのユニコード*/
position: absolute;/*絶対位置*/
font-size: 1em;/*サイズ*/
left: 0;/*アイコンの位置*/
top: 0;/*アイコンの位置*/
color: #CC0000; /*アイコン色*/
padding-left: 5px;
}

.title04brother {
position: relative;
padding-left: 1.3em;/*アイコン分のスペース*/
line-height: 1.6;
font-size: 20px;
background-color: #f5f5f5;
}

.title04brother:before{ font-family: FontAwesome;/*忘れずに*/
content: "\f111";/*アイコンのユニコード*/
position: absolute;/*絶対位置*/
font-size: 1em;/*サイズ*/
left: 0;/*アイコンの位置*/
top: 0;/*アイコンの位置*/
color: #0D2EA1; /*アイコン色*/
padding-left: 5px;
}

.inkhitomatome-canon {
  border-bottom: 1px solid #CC0000;
  margin-top: 10px;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  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: #ddd;
}

.tsukaikata {
  margin-top:10px;
}

.arrow01 {
  color: #DC143C;
  font-size: 20px;
  padding-right: 5px;
}


/* -------------------------------------------- */
/* ▼タブレット用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media all and (min-width: 768px) {

#contents {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
}

section {
  margin: 1em auto;
}


}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 920px) {

#contents {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
}

section {
  margin: 1em auto;
}



}


#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;
}


span.highlight{
  background-color:#FF0;
}
pre{
  white-space:pre-wrap;
  width:95%;
  word-break:break-all;
  /* word-wrap : break-word;
  overflow-wrap : break-word; */
}
