html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-size: 16px;
  font-family: メイリオ, Meiryo;
  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;
}

a {
  color: #9E1212;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #9B2E12;
  text-decoration: underline;
}

/*ぶーとすとらっぷ*/

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #9B2E12;
}

.logo
{
 padding: 0px 0px;
 width: 94%;
 max-width: 1000px;
 margin: auto;
}

.logo img {
  height: 59px;
}


article {
margin-top: 0;
}

@media screen and (min-width: 768px) {

 .toSM{
  display:none;
}
.toPC{
}
}

@media screen and (max-width: 768px) {

 .toSM{
 }
 .toPC{
  display:none;
}

}


/*colors*/
/*ノジマブルー*/
.nojimaBlue {
 color: #182D7C;
}

/*ノジマレッド*/
.nojimaRed {
 color: #E60019;
}

.deepred {
  color: #C62828;
}

/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
h1 {
  font-size: 20px;
  margin-top: 3px;
  margin-bottom: 0;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
}

section {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  padding: 5px;
}

.kanban {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.kanban img {
  width: 100%;
}


.cateMenu04 {
  background-color: #F8F2EB;
  background-image: url("images/p_pt_0233_ll_pt_02332.jpg")
}

.cateTitle02 {
  font-size: 20px;
  background: #9B3642;
  box-shadow: 0px 0px 0px 5px #9B3642;
  border: dashed 1px #f5f5f5;
  padding: 0.2em 0.5em;
  color: #f5f5f5;
  margin-bottom: 0px;
}

.cateTitle03 {
    color: #fff;
    padding: 0.5em;
    background: #996633;
    vertical-align: middle;
    border-radius: 25px 0px 0px 25px;
    margin:20px 0 5px 0;
    font-weight: bold;
    font-size: 18px;
}

.cateTitle03:before {
content: '●';
color: #fff;
margin-right: 8px;
}


.Pbackwhite {
  background-color: #f5f5f5;
}

.buttonM {
  margin-top: 5px;
}

.buttonM20 {
  margin-bottom: 20px;
}

.thummargin3 {
  margin: 3px;
  width: 47%;
  font-size: 12px;
}

.thummargin3text {
  display: block;
  text-align: center;
  width: 90%;
  padding-top: 5px;
  padding-left: 5px;
}


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 2px;
  padding-left: 2px;
}

.row {
    margin-right: -20px;
    margin-left: -15px;
    height: auto;
}


.boxtext2Title {
color: #505050;/*文字色*/
padding: 0.5em;/*文字周りの余白*/
/*display: inline-block;/*おまじない*/*/
line-height: 1.3;/*行高*/
background: #E4CB97;/*背景色*/
vertical-align: middle;/*上下中央*/
border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
}


.ribbon1 {
    display: inline-block;
    position: relative;
    height: 50px;/*リボンの高さ*/
    line-height: 50px;/*リボンの高さ*/
    vertical-align: middle;
    text-align: center;
    padding: 0 30px;/*横の大きさ*/
    font-size: 20px;/*文字の大きさ*/
    background: #9E1212;/*塗りつぶし色*/
    color: #FFF;/*文字色*/
    font-weight: bold;
    box-sizing: border-box;
    display: block;
}

.ribbon1:before, .ribbon1:after{
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.ribbon1:before{
    top: 0;
    left: 0;
    border-width: 25px 0px 25px 15px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}

.ribbon1:after{
    top: 0;
    right: 0;
    border-width: 25px 15px 25px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}

.speachbox {
  width: 95%;
  margin: 30px auto 0 auto;
  background-color: #FAFAE8;
  padding:7px;
  border-left: 8px solid #D97A4F;
}


/* -------------------------------------------- */
/* ▼タブレット用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media all and (min-width: 768px) {


.boxtext4 {
  margin-top: 20px;
  line-height: 1.5em;
  /*background-color: #fff;*/
  background-image: url(images/paper01.png);
  padding: 10px;
  font-size: smaller;
  border-top: solid 6px #0F3A3C;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
}

.boxtext2Title {
color: #505050;/*文字色*/
padding: 0.5em;/*文字周りの余白*/
/*display: inline-block;/*おまじない*/*/
line-height: 1.3;/*行高*/
background: #E4CB97;/*背景色*/
vertical-align: middle;/*上下中央*/
border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
}

.boxtext2Title:before {
content: '●';
color: #f5f5f5;
margin-right: 8px;
}

.thummargin3 {
  margin: 3px;
  width: 32%;
  font-size: 12px;
}

.thummargin3text {
  display: block;
  text-align: center;
  width: 90%;
  padding-top: 5px;
  padding-left: 5px;
}

}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 920px) {


.boxtext2Title {
color: #505050;/*文字色*/
padding: 0.5em;/*文字周りの余白*/
/*display: inline-block;/*おまじない*/*/
line-height: 1.3;/*行高*/
background: #E4CB97;/*背景色*/
vertical-align: middle;/*上下中央*/
border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
}

.boxtext2Title:before {
content: '●';
color: #f5f5f5;
margin-right: 8px;
}

.thummargin3 {
  margin: 3px;
  width: 32%;
  font-size: 12px;
}

.thummargin3text {
  display: block;
  text-align: center;
  width: 90%;
  padding-top: 5px;
  padding-left: 5px;
}

}

/* ligature_symbols */
@font-face {
  font-family: 'LigatureSymbols';
  src: url('/contents/joshikaden/fonts/LigatureSymbols-2.11.eot');
  src: url('/contents/joshikaden/fonts/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
  url('/contents/joshikaden/fonts/LigatureSymbols-2.11.woff') format('woff'),
  url('/contents/joshikaden/fonts/LigatureSymbols-2.11.ttf') format('truetype'),
  url('/contents/joshikaden/fonts/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
  font-weight: normal;
  font-style: normal;
}
.lsf {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}
.lsf-icon:before {
  content:attr(title);
  margin-right:0.3em;
  font-size:130%;
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}