@charset "UTF-8";
@import url(/css/usr/nv/style.css);


.container {
  max-width: 100%;
  width: 1200px;
}
@media (max-width: 1200px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.pane-header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 9rem;
}


.pane-contents .container {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.pane-main {
  width: auto !important;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  padding-top: 30px;
}
.pane-main .block-simpleblog-detail--article a {
  text-decoration: underline;
}
.pane-main .block-simpleblog-detail--article a:hover {
  text-decoration: none;
}

/*.pane-left-menu {
  width: 240px;
  margin: 30px 0 0 60px;
}
@media (max-width: 1200px) {
  .pane-left-menu {
    width: 30%;
  }
}*/


.pane-left-menu {
  display: none;
}
.block-simpleblog-detail--article {
  margin: 0 10px;
}
@media print, screen and (min-width: 971px) {
  .block-simpleblog-detail--article {
    width: 950px;
    margin: 0 auto;
  }
}
.block-simpleblog-detail--tag-list,
.block-simpleblog-detail--article-sns {
  display: none;
}



.pane-left-menu li {
  line-height: 1.4;
}
.pane-left-menu a {
  line-height: 1.4;
  text-decoration: none;
}
.pane-left-menu a:hover {
  text-decoration: underline;
}
.pane-left-menu .block-simpleblog-left-menu a {
  line-height: 1.3;
  margin: 0 0 .5em .5em;
}
/*.pane-left-menu .block-simpleblog-left-menu--newarticle-list a {
  margin-bottom: 0.5rem;
  display: block;
}*/

.page-alert .pane-right-menu {
  width: auto !important;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
.page-alert .pane-main {
  width: 100% !important;
  -webkit-box-flex: 1 !important;
  -webkit-flex: auto !important;
      -ms-flex: auto !important;
          flex: auto !important;
}

.page-blog .pane-main,
.page-blogpreview .pane-main {
  width: 900px;
}

.page-bloglist .pane-main {
  width: 100%;
}

.block-simpleblog-detail--title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 1rem;
  margin-top: 0;
  font-size: 1.5rem;
  position: relative;
  font-weight: bold;
  padding: 0 0 5px 15px;
}
.block-simpleblog-detail--title span {
  display: inline-block;
  padding: 0.25rem 0 0.75rem 0;
}
.block-simpleblog-detail--title a {
  color: #fff;
}
.block-simpleblog-detail--title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: repeating-linear-gradient(-45deg, black, black 2px, white 2px, white 4px);
}

.block-simpleblog-detail--article-title {
  border-bottom: none;
  font-size: 1.5em;
  margin-bottom: 2em;
}

.block-simpleblog-detail--article-release-dt {
  display: none;
}

.block-simpleblog-list--simpleblogs > ul,
.block-staff-list--staff > ul {
  margin-left: -2%;
  margin-right: -2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 2rem;
}
.block-simpleblog-list--simpleblogs > ul > li,
.block-staff-list--staff > ul > li {
  line-height: 1.4;
  margin-top: 0;
  padding: 0 2% 1.5rem 2%;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.block-simpleblog-list--simpleblogs > ul > li .block-staff-list--staff-image,
.block-staff-list--staff > ul > li .block-staff-list--staff-image {
  margin-bottom: 5px;
}
.block-simpleblog-list--simpleblogs > ul > li a,
.block-staff-list--staff > ul > li a {
  display: block;
  line-height: 1.4;
}
.block-simpleblog-list--simpleblogs > ul > li .block-simpleblog-list--simpleblog-thumbnail figure.img-noimage,
.block-staff-list--staff > ul > li .block-simpleblog-list--simpleblog-thumbnail figure.img-noimage {
  background-size: 10px 10px;
  background-color: #f0f0f0;
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent);
}

.block-store-list--stores > ul {
  margin-left: -2%;
  margin-right: -2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 2rem;
}
.block-store-list--stores > ul > li {
  line-height: 1.4;
  margin-top: 0;
  padding: 0 2% 1.5rem 2%;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.block-store-list--stores > ul > li .block-store-list--store-image,
.block-store-list--stores > ul > li .img-center {
  width: auto;
}
.block-store-list--stores > ul > li a {
  line-height: 1.4;
}

.pane-footer {
  background: #f3f4f4;
}

footer {
  font-size: 0.9rem;
}
footer .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
footer .block-category-tree {
  width: 70%;
  padding-right: 2rem;
}
footer .block-category-tree h2 {
  font-size: 1.3rem;
  margin: 0;
}
footer .block-category-tree .block-category-tree--items {
  padding-top: 1rem;
}
footer .block-category-tree .block-category-tree--items a {
  display: block;
  width: auto;
  height: auto;
}
footer .block-category-tree .block-category-tree--items > li {
  border-top: none;
  padding-bottom: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer .block-category-tree .block-category-tree--items > li .block-category-tree--image {
  width: 70px;
  height: 70px;
}
footer .block-category-tree .block-category-tree--items > li div {
  padding-left: 0.5rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
footer .block-category-tree .block-category-tree--items > li div h3 {
  font-size: 1.1rem;
  padding: 0 0 0.5rem 0;
  margin-top: 0;
  display: inline-block;
  border-bottom: 1px solid #ccc;
}
footer .block-category-tree .block-category-tree--items > li div ul {
  padding-left: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
footer .block-category-tree .block-category-tree--items > li div ul li {
  list-style-position: inside;
  list-style: disc !important;
  padding-right: 2rem;
}
footer .block-footernav {
  text-align: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
footer .block-footernav h4 {
  font-size: 1.25rem;
  line-height: 1;
  display: inline-block;
  background-color: #f8b62c;
  padding: 0.5rem;
  color: #fff;
  margin-bottom: 0.5rem;
}
footer .block-footernav h5 {
  font-size: 1.1rem;
}
footer .block-footernav ul {
  padding-bottom: 1rem;
}
footer .block-footernav ul li {
  padding: 0;
  display: block;
}
footer .block-footernav ul li:before {
  content: "▶";
  font-size: 0.5rem;
  padding-right: 0.5rem;
}

.block-category-tree--image {
  margin-right: 9px;
}

.block-copyright {
  width: 100%;
  font-size: 10px;
  text-align: center;
  color: #444;
}

.block-simpleblog-left-menu--tag-item,
.block-simpleblog-detail--article-tag {
  background-color: transparent;
  padding: 0;
  font-size: 0.9em;
  line-height: 1;
}

.block-simpleblog-list--simpleblog-thumbnail figure {
  background-color: transparent;
}

.fa {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

h1,
.h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.4;
  /* font-family: "M PLUS 1p"; */
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: normal;
  /* font-family: "M PLUS 1p"; */
  line-height: 1.2;
}

h3 {
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
  /* font-family: "M PLUS 1p"; */
}

a {
  color: #444;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  border: 0;
  border-bottom: 1px dotted #ccc;
}
