@charset "UTF-8";
@font-face {
  font-family: YuGothicM;
  src: local(Yu Gothic Medium), local(Yu Gothic);
  font-weight: 500;
}

@font-face {
  font-family: YuGothicM;
  src: local(Yu Gothic Medium), local(Yu Gothic);
  font-weight: 500;
}

/* ==========================================================
 html5 elements
========================================================== */
article, aside, figure, figcaption, footer, header, nav, section {
  display: block;
}

/* ==========================================================
 reseting
========================================================== */
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption {
  margin: 0;
  padding: 0;
}

input, textarea {
  margin: 0;
  font-size: 100%;
}

input, textarea, select {
  -webkit-appearance: none;
  outline: none;
}

textarea {
  resize: none;
}

button {
  border: none;
  overflow: visible;
  background: none;
  vertical-align: top;
  font-size: 100%;
  color: inherit;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset, img {
  border: 0;
}

img {
  height: auto;
  vertical-align: top;
}

address, caption, code, em, th {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6, strong, em {
  font-size: 100%;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

a, input {
  /* outline: none; -webkit-tap-highlight-color:rgba(0,0,0,0);*/
}

@media (max-width: 1024px) {
  [href^="tel"] {
    pointer-events: none;
    cursor: auto;
  }
}

sup, sub {
  font-size: 63%;
}

sup {
  font-size: 75.5%;
  vertical-align: top;
}

sub {
  font-size: 75.5%;
  vertical-align: bottom;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 10px;
}

body {
  background-color: #fff;
  font-size: 1.6rem;
  font-family: YuGothicM, YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
  line-height: 1.7;
  word-break: break-all;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

@media (max-width: 768px) {
  body {
    font-size: 1.2rem;
  }
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  opacity: .7;
}

a[href^="tel"] {
  color: #333;
}

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}

i {
  font-style: normal;
}

@media (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}

.only-sp-land {
  display: none !important;
}

@media (max-width: 360px) {
  .only-sp-land {
    display: block !important;
  }
}

.header-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 950px;
  padding: 15px 0 20px;
  margin: 0 auto;
}

.header-logo {
  width: 252px;
}

.header-logo > a > img {
  width: 100%;
}

.header-guide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 491px;
}

.header-guide-tel {
  width: 276px;
}

.header-guide-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}

.header-guide-search-input {
  width: 160px;
  height: 35px;
  padding-left: 5px;
  border: 1px solid #c6c6c6;
  border-right: none;
  border-radius: 5px 0 0 5px;
}

.header-guide-search-input::-webkit-input-placeholder {
  color: #ddd;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  text-indent: 0.5em;
  opacity: 1;
}

.header-guide-search-input::-moz-placeholder {
  color: #ddd;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  text-indent: 0.5em;
  opacity: 1;
}

.header-guide-search-input:-ms-input-placeholder {
  color: #ddd;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  text-indent: 0.5em;
  opacity: 1;
}

.header-guide-search-input:placeholder-shown {
  color: #ddd;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  text-indent: 0.5em;
  opacity: 1;
}

.header-guide-search-submit {
  width: 35px;
  height: 35px;
  border: 1px solid #c6c6c6;
  border-left: none;
  border-radius: 0 5px 5px 0;
  background: url(/blog/library/img/common/ico_search_01.png) center center no-repeat;
  background-size: 18px auto;
  font-size: 0;
  vertical-align: middle;
}

.header-account {
  width: 100%;
  margin-bottom: 10px;
  text-align: right;
}

.header-account > iframe {
  width: 700px;
  height: 36px;
  vertical-align: middle;
}

.header-account-cart {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
}

body.is-IE9 .header-top::after {
  display: block;
  clear: both;
  content: "";
}

body.is-IE9 .header-logo {
  float: left;
}

body.is-IE9 .header-guide {
  width: 497px;
  padding-top: 15px;
  float: right;
}

body.is-IE9 .header-guide::after {
  display: block;
  clear: both;
  content: "";
}

body.is-IE9 .header-guide-tel {
  float: left;
}

body.is-IE9 .header-guide-search {
  float: right;
}

body.is-IE9 .header-guide-search::after {
  display: block;
  clear: both;
  content: "";
}

body.is-IE9 .header-guide-search-input {
  float: left;
}

body.is-IE9 .header-guide-search-submit {
  float: right;
}

@media (max-width: 950px) {
  .header-top {
    padding: 15px 15px 20px;
  }
}

@media (max-width: 768px) {
  .header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11;
  }
  .header-top {
    padding: 0;
    background: #f2f2f2;
  }
  .header-logo {
    width: 135px;
    margin-left: 12px;
  }
  body.is-IE9 .header-top {
    display: table;
    width: 100%;
  }
  body.is-IE9 .header-logo {
    display: table-cell;
    padding-left: 12px;
    margin-left: 0;
    vertical-align: middle;
    float: none;
  }
}

@media (max-width: 320px) {
  .header-logo {
    width: 120px;
    margin-left: 12px;
  }
}

.nav-global {
  background: #000;
}

.nav-global-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}

.nav-global-item {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.nav-global-item:first-child {
  border-left: none;
}

.nav-global-item > a {
  display: block;
  color: #fff;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 1.3rem;
  letter-spacing: -0.025em;
  line-height: 48px;
  text-align: center;
}

.nav-global-item > a:hover {
  background: #3C3835;
  opacity: 1;
}

body.is-IE9 .nav-global {
  text-align: center;
}

body.is-IE9 .nav-global-list {
  display: inline-block;
  vertical-align: top;
}

body.is-IE9 .nav-global-list::after {
  display: block;
  clear: both;
  content: "";
}

body.is-IE9 .nav-global-item {
  float: left;
}

body.is-IE9 .nav-global-item > a {
  padding: 0 24px;
}

@media (max-width: 768px) {
  .nav-global {
    width: 100%;
    max-height: 0;
    padding: 0 30px;
    background: #fff;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    position: absolute;
    top: 62px;
    left: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-font-smoothing: antialiased;
  }
  body.is-menu-active .nav-global {
    max-height: 90vh;
    max-height: calc(100vh - 62px);
    padding: 20px;
    visibility: visible;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  body.is-menu-active.is-not-fit-100vh .nav-global {
    max-height: 79vh;
  }
  .nav-global-list {
    display: block;
    position: relative;
    z-index: 1;
  }
	
	.nav-global-mainlist .nav-global-item:first-child {
		border-top: solid 1px #ddd;
	}
	
	.nav-global-mainlist .nav-global-item {
		border-left: none;
		border-bottom: solid 1px #ddd;
	}	
	
  .nav-global-item {
    border-left: none;
    /*border-bottom: solid 1px rgba(46, 40, 33, 0.5);*/
  }
  .nav-global-item:first-child {
    /*border-top: solid 1px rgba(46, 40, 33, 0.5);*/
  }
  .nav-global-item > a {
    display: block;
    padding-left: 1em;
    color: #2e2821;
    font-weight: bold;
    line-height: 42px;
    text-align: left;
    position: relative;
  }
  .nav-global-item > a::before, .nav-global-item > a::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 2px;
    border-radius: 2px;
    background: #a0968a;
    position: absolute;
    left: 0;
    top: 50%;
  }
  .nav-global-item > a::before {
    margin-top: -3px;
    -webkit-transform: translate(0, -50%) rotate(45deg);
        -ms-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
  }
  .nav-global-item > a::after {
    margin-top: 2px;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
        -ms-transform: translate(0, -50%) rotate(-45deg);
            transform: translate(0, -50%) rotate(-45deg);
  }
  .nav-global-item > a:hover {
    background: none;
  }
  .nav-global-products-title {
    padding: 20px 0 10px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
  .nav-global-products-subtitle {
    padding: 10px 0;
    font-size: 1.4rem;
    border-bottom: dotted 1px rgba(46, 40, 33, 0.5);
  }
  .nav-global-products-subtitle + .nav-global-sub-list > .nav-global-item {
    padding-left: 1.5rem;
  }
  .nav-global-products-items {
    position: relative;
    z-index: 1;
  }
  .nav-global-products-items > .header-guide-search {
    margin: 0 0 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav-global-products-items > .header-guide-search > .header-guide-search-input {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    font-size: 1.6rem;
  }
  .nav-global-products-items > .header-guide-search > .header-guide-search-input::-webkit-input-placeholder {
    font-size: 1.6rem;
  }
  .nav-global-products-items > .header-guide-search > .header-guide-search-input::-moz-placeholder {
    font-size: 1.6rem;
  }
  .nav-global-products-items > .header-guide-search > .header-guide-search-input:-ms-input-placeholder {
    font-size: 1.6rem;
  }
  .nav-global-products-items > .header-guide-search > .header-guide-search-input:placeholder-shown {
    font-size: 1.6rem;
  }
  .nav-global-products-items > .header-guide-search > .header-guide-search-submit {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .nav-global-label {
	display: block;
	margin: 30px 0 10px;
	font-size: 1.4rem;
	text-align: left;
	color: #3C3835;
	background-color: #f2f2f2;
	padding: 0.75em;
	border-radius: 5px;
	font-weight: bold;
	width: 100%;
  }
  .nav-global-label::before {
/*    content: "";
    width: 0.75em;
    height: 0.75em;
    border-radius: 2px;
    background: rgba(46, 40, 33, 0.5);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);*/
  }
  .nav-global-sub-list {
    padding-bottom: 10px;
  }
  .nav-global-sub-list > .nav-global-item {
    border: none;
    padding-left: 1em;
  }
  .nav-global-sub-list > .nav-global-item > a {
    padding: 14px 0;
    padding-left: 1em;
    line-height: 1.25em;
  }
  .nav-global-sub-list > .nav-global-item > a > span,
  .nav-global-sub-list > .nav-global-item > a > small {
    display: inline-block;
  }
  body.is-IE9 .nav-global {
    text-align: left;
  }
  body.is-IE9 .nav-global-list {
    display: block;
  }
  body.is-IE9 .nav-global-item {
    padding: 0;
    float: none;
  }
  body.is-IE9 .nav-global-sub-list > .nav-global-item {
    padding-left: 1em;
  }
  body.is-IE9 .nav-global-sub-list > .nav-global-item > a {
    padding: 14px 0;
    padding-left: 1em;
  }
  body.is-IE9 .nav-global-products-items > .header-guide-search {
    float: none;
  }
  body.is-IE9 .nav-global-products-items > .header-guide-search > .header-guide-search-input {
    width: calc(100% - 35px);
  }
}

.nav-menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-menu-item {
  width: 44px;
}

.nav-menu-item:last-child {
  width: 62px;
}

.nav-menu-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 62px;
  padding: 10px 0;
}

.nav-menu-button.btn-tel {
  pointer-events: auto;
  cursor: pointer;
}

.nav-menu-button.btn-tel > .nav-menu-icon {
  background-image: url(/blog/library/img/common/ico_tel_01.png);
  background-size: 24px 24px;
}

.nav-menu-button.btn-login > .nav-menu-icon {
  background-image: url(/blog/library/img/common/ico_user_01.png);
  background-size: auto 24px;
}

.nav-menu-button.btn-cart > .nav-menu-icon {
  background-image: url(/blog/library/img/common/ico_cart_02.png);
  background-size: 24px 23px;
}

.nav-menu-button.btn-menu {
  width: 62px;
}

.nav-menu-button.btn-menu > .nav-menu-icon {
  position: relative;
}

.nav-menu-button.btn-menu > .nav-menu-icon > span {
  display: block;
  width: 35px;
  height: 3px;
  border-radius: 2px;
  background: #2e2821;
  position: absolute;
  left: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav-menu-button.btn-menu > .nav-menu-icon > span:nth-child(1) {
  top: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.nav-menu-button.btn-menu > .nav-menu-icon > span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.nav-menu-button.btn-menu > .nav-menu-icon > span:nth-child(3) {
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

body.is-menu-active .nav-menu-button.btn-menu > .nav-menu-icon > span:nth-child(1) {
  top: 45%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

body.is-menu-active .nav-menu-button.btn-menu > .nav-menu-icon > span:nth-child(2) {
  opacity: 0;
}

body.is-menu-active .nav-menu-button.btn-menu > .nav-menu-icon > span:nth-child(3) {
  bottom: 44%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.nav-menu-icon {
  display: block;
  width: 100%;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center center;
}

.nav-menu-label {
  display: block;
  margin-top: 5px;
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
}

body.is-IE9 .nav-menu {
  display: table-cell;
  vertical-align: middle;
}

body.is-IE9 .nav-menu-list {
  display: table;
  margin-left: auto;
}

body.is-IE9 .nav-menu-item {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.mod-nav-bg {
  display: none;
}

@media (max-width: 768px) {
  .mod-nav-bg {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.01);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  body.is-menu-active .mod-nav-bg {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
  }
}
@media (max-width: 320px) {
  .nav-menu-item {
    width: 41px;
  }
  .nav-menu-label {
    font-size: 1rem;
  }
}

.wrapper {
  max-width: 952px;
  margin: 0 auto;
}

main {
  display: block;
  padding: 40px 0;
}

@media (max-width: 768px) {
  main {
    margin-top: 62px;
  }
}

.hero-library {
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.hero-library .slick-prev,
.hero-library .slick-next {
  width: 60px;
  height: 100px;
  margin-top: -50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.hero-library .slick-prev {
  background-image: url(/blog/library/img/common/ico_arrow-left_01.png);
  left: 0;
}

.hero-library .slick-prev:hover {
  background-image: url(/blog/library/img/common/ico_arrow-left_01.png);
}

.hero-library .slick-prev::before {
  display: none;
}

.hero-library .slick-next {
  background-image: url(/blog/library/img/common/ico_arrow-right_01.png);
  right: 0;
}

.hero-library .slick-next:hover {
  background-image: url(/blog/library/img/common/ico_arrow-right_01.png);
}

.hero-library .slick-next::before {
  display: none;
}

.hero-library .slick-dots {
  bottom: 0;
}

.hero-library .slick-dots > li > button {
  position: relative;
}

.hero-library .slick-dots > li > button:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #999;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hero-library .slick-dots > li.slick-active > button:before {
  background: #000;
}

@media (max-width: 768px) {
  .hero-library {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .hero-library .slick-prev,
  .hero-library .slick-next {
    background-size: 30px auto;
  }
  .hero-library .slick-dots {
    display: none !important;
  }
}

.ttl-local-logo {
  margin-bottom: 30px;
  text-align: center;
}

.ttl-local-logo > img,
.ttl-local-logo > a > img {
  width: 350px;
}

@media (max-width: 768px) {
  .ttl-local-logo {
    margin-bottom: 15px;
  }
  .ttl-local-logo > img,
  .ttl-local-logo > a > img {
    width: 240px;
  }
}

.nav-local {
  margin-bottom: 40px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.nav-local-list {
  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;
  max-width: 550px;
  margin: 0 auto;
}

.nav-local-item {
  font-size: 1.8rem;
  line-height: 50px;
  text-align: center;
}

.nav-local-item:nth-child(3n+1) {
  margin-right: 14px;
}

.nav-local-item:nth-child(3n+2) {
  margin-right: 7px;
  margin-left: 7px;
}

.nav-local-item:nth-child(3n) {
  margin-left: 14px;
}

.nav-local-item > a {
  display: block;
  position: relative;
}

.nav-local-item > a:hover {
  opacity: 1;
}

.nav-local-item > a:hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #2e2821;
  position: absolute;
  left: 0;
  bottom: 0;
}

body.is-IE9 .nav-local-list {
  text-align: center;
}

body.is-IE9 .nav-local-item {
  display: inline-block;
}

@media (max-width: 768px) {
  .nav-local {
    margin-bottom: 20px;
  }
  .nav-local-list {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .nav-local-item {
    margin: 0 10px;
    font-size: 1.3rem;
  }
  .nav-local-item:nth-child(3n+1), .nav-local-item:nth-child(3n+2), .nav-local-item:nth-child(3n) {
    margin: 0 10px;
  }
  .nav-local-item > a:hover::after {
    display: none;
  }
}

@media (max-width: 360px) {
  .nav-local-item {
    padding: 10px 0;
    line-height: 1.25;
  }
}

.ttl-new-numbers {
  margin-bottom: 20px;
  text-align: center;
}

.list-archive {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 15px;
  font-size: 1.2rem;
}

.list-archive-item {
  width: 25%;
  padding: 12px 15px 38px;
}

.list-archive-figure {
  margin-bottom: 10px;
}

.list-archive-figure > img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover > .list-archive-figure > img {
  opacity: 0.7;
}

.list-archive-title {
  margin-bottom: 10px;
}

a:hover > .list-archive-title {
  text-decoration: underline;
}

.list-archive-status {
  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;
}

.list-archive-tag > a {
  display: block;
  color: #fff;
  padding: 3px 6px;
  background-color: #2e2821;
  font-size: 10px;
}

.list-archive-date {
  color: #666;
}

body.is-IE9 .list-archive::after {
  display: block;
  clear: both;
  content: "";
}

body.is-IE9 .list-archive-item {
  float: left;
}

body.is-IE9 .list-archive-item:nth-child(4n+1) {
  clear: left;
}

body.is-IE9 .list-archive-status::after {
  display: block;
  clear: both;
  content: "";
}

body.is-IE9 .list-archive-tag {
  float: left;
}

body.is-IE9 .list-archive-date {
  float: right;
}

@media (max-width: 768px) {
  .list-archive {
    padding: 0 5px;
  }
  .list-archive-item {
    width: 33.33%;
    padding: 6px 5px 20px;
  }
  body.is-IE9 .list-archive-item:nth-child(4n+1) {
    clear: none;
  }
  body.is-IE9 .list-archive-item:nth-child(3n+1) {
    clear: left;
  }
}

@media (max-width: 450px) {
  .list-archive-item {
    width: 50%;
  }
  .list-archive-status {
    display: block;
  }
  .list-archive-tag {
    margin-bottom: 5px;
  }
  .list-archive-tag > a {
    display: inline-block;
  }
  body.is-IE9 .list-archive-item:nth-child(3n+1) {
    clear: none;
  }
  body.is-IE9 .list-archive-item:nth-child(2n+1) {
    clear: left;
  }
}

.mod-pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  font-size: 1.3rem;
}

.mod-pager-item {
  margin: 0 5px;
}

.mod-pager-current {
  display: block;
  padding: 2px 8px;
  border: 1px solid #ddd;
}

.mod-pager-link {
  display: block;
  padding: 2px 8px;
  background: #2e2821;
  text-decoration: none;
  color: #fff;
}

body.is-IE9 .mod-pager {
  text-align: center;
}

body.is-IE9 .mod-pager-item {
  display: inline-block;
  margin: 0 2px;
}

@media (max-width: 768px) {
  .mod-pager-item:not(:first-child) {
    display: none;
  }
  .mod-pager-item:last-child {
    display: block;
  }
  .mod-pager-item.is-current {
    display: block;
  }
  .mod-pager-item.is-current + .mod-pager-item,
  .mod-pager-item.is-current + .mod-pager-item + .mod-pager-item,
  .mod-pager-item.is-current + .mod-pager-item + .mod-pager-item + .mod-pager-item,
  .mod-pager-item.is-current + .mod-pager-item + .mod-pager-item + .mod-pager-item + .mod-pager-item {
    display: block;
  }
  body.is-IE9 .mod-pager-item:not(:first-child) {
    display: none;
  }
  body.is-IE9 .mod-pager-item:last-child {
    display: inline-block;
  }
  body.is-IE9 .mod-pager-item.is-current {
    display: inline-block;
  }
  body.is-IE9 .mod-pager-item.is-current + .mod-pager-item,
  body.is-IE9 .mod-pager-item.is-current + .mod-pager-item + .mod-pager-item,
  body.is-IE9 .mod-pager-item.is-current + .mod-pager-item + .mod-pager-item + .mod-pager-item,
  body.is-IE9 .mod-pager-item.is-current + .mod-pager-item + .mod-pager-item + .mod-pager-item + .mod-pager-item {
    display: inline-block;
  }
}

.box-intro {
  max-width: 550px;
  margin: 0 auto 20px;
}

.box-intro-title {
  margin-bottom: 20px;
}

.box-intro-content {
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .box-intro {
    padding: 0 10px;
  }
}

.sec-article {
  max-width: 650px;/* test 2020/08/04 12:10 */
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 2;
}

@media (max-width: 768px) {
  .sec-article {
    padding: 0 10px;
  }
}

.sec-article p {
  padding: 8px 0 25px;
}

.sec-article p.textBody {
  padding: 0;
}

.mod-breadcrumb {
  margin: 6px 0;
  color: #666;
  font-size: 1.2rem;
}

.mod-breadcrumb > a {
  display: inline-block;
  color: #009;
}

.mod-breadcrumb > a:visited {
  color: #909;
}

.mod-breadcrumb h1 {
  display: inline-block;
}

.footer {
  background: #231816;
  padding: 40px 0 0;
  color: #fff;
  font-size: 1.6rem;
}

.footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 950px;
  margin: 0 auto;
}

.footer-address {
  width: 65%;
  border-right: 1px solid #5b5754;
}

.footer-address-logo {
  width: 256px;
  margin-bottom: 1em;
  padding-bottom: 100px;
}

.footer-address-text {
  font-size: 1.3rem;
  margin-bottom: 1em;
  float: left;
  padding-right: 3em;
}

.footer-attention {
  width: 35%;
  padding-left: 32px;
}

.footer-attention-title {
  padding: 8px 0 8px 20px;
  position: relative;
}

.footer-attention-title::before {
  content: "";
  border-left: solid 12px #fff;
  border-top: solid 7px transparent;
  border-bottom: solid 8px transparent;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.footer-attention-body,
.footer-attention-figcaption {
  font-size: 1.2rem;
  line-height: 2;
  text-align: justify;
}

.footer-attention-annotation {
  font-size: 1.2rem;
  line-height: 2;
  text-align: justify;
  margin: 0.75em auto;
}

.footer-info {
  width: 960px;
  padding: 8px 0;
  margin: 32px auto 0;
  text-align: center;
  border: 1px solid #FFF;
  font-size: 1.2rem;
}

.footer-copyright {
  padding: 32px 0 16px;
  font-size: 1.2rem;
}

.footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 0 16px;
}

.footer-link-item {
  padding: 0 16px;
}

.footer-link-item > a {
  color: #ccc;
  font-size: 1.2rem;
}

.footer-link-item > a:hover {
  text-decoration: underline;
  opacity: 1;
}

body.is-IE9 .footer-inner::after {
  display: block;
  clear: both;
  content: "";
}

body.is-IE9 .footer-address {
  padding-bottom: 32px;
  float: left;
}

body.is-IE9 .footer-attention {
  padding-bottom: 32px;
  float: right;
}

body.is-IE9 .footer-info {
  clear: both;
}

body.is-IE9 .footer-copyright {
  float: left;
}

body.is-IE9 .footer-link {
  float: right;
}

body.is-IE9 .footer-link-item {
  display: inline-block;
  padding: 0 10px;
}

@media (max-width: 950px) {
  .footer {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .footer {
    padding: 10px;
    border-top: none;
    font-size: 1.4rem;
  }
  .footer-inner {
    display: block;
  }
  .footer-copyright {
    padding: 0;
    line-height: 35px;
    text-align: center;
  }
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/blog/library/img/common/icon/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  padding: 0;
  margin-top: -20px;
  border: none;
  outline: none;
  z-index: 1;
  -webkit-transition: .3s transform;
  transition: .3s transform;
}

@media (max-width: 767px) {
  .slick-prev,
  .slick-next {
    height: 33px;
    width: 22px;
  }
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev:hover,
.slick-next:hover {
  will-change: transform;
}

.c-slider-list .slick-prev, .c-slider-list
.slick-next {
  top: 0;
  margin-top: 65px;
}

@media (max-width: 961px) {
  .c-slider-list .slick-prev, .c-slider-list
  .slick-next {
    margin-top: 25px;
  }
}

.slick-prev {
  left: -8px;
}

@media (max-width: 767px) {
  .slick-prev {
    left: -13px;
  }
}

.slick-prev:hover {
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}

@media (max-width: 961px) {
  .slick-prev:hover {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: '';
  display: block;
  width: inherit;
  height: inherit;
  background: url("/blog/library/img/common/icon/ico_left_01.png") no-repeat center right;
  background-size: cover;
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

@media (max-width: 767px) {
  .c-thumb .slick-prev {
    left: -8px;
  }
}

.slick-next {
  right: -8px;
}

@media (max-width: 767px) {
  .slick-next {
    right: -13px;
  }
}

.slick-next:hover {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

@media (max-width: 961px) {
  .slick-next:hover {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: '';
  display: block;
  width: inherit;
  height: inherit;
  background: url("/blog/library/img/common/icon/ico_right_01.png") no-repeat center right;
  background-size: cover;
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

@media (max-width: 767px) {
  .c-thumb .slick-next {
    right: -8px;
  }
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.slick-track .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*# sourceMappingURL=../_maps/base.css.map */
