@charset "UTF-8";
/* ==========================================================================
   import
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Noto+Serif+JP:400,500,700&display=swap");
/* ==========================================================================
   base
   ========================================================================== */
body {
  color: #231815;
  background: url(../img/common/bg_contents.png) center 0 no-repeat #fff;
  background-size: 100% auto;
  font-size: 14px;
  line-height: 1.8;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", sans-serif;
}
@media print, screen and (min-width: 768px) {
  body {
    background-image: url(../img/common/bg_contents_pc.png);
    background-size: auto;
  }
}
@media print, screen and (min-width: 768px) {
  body {
    min-width: 1260px;
    font-size: 16px;
  }
}

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

a {
  color: #231815;
}

pre,
input,
textarea,
select {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", sans-serif;
}

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

.mouse .over {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.over:hover {
  opacity: 0.7;
}

a[href^="tel:"] {
  text-decoration: none;
}

a img {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
a img:hover {
  opacity: 0.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

/* ==========================================================================
   components
   ========================================================================== */
/* .container
   ----------------------------------------------------------------- */
.container {
  padding: 0 4%;
}
@media print, screen and (min-width: 768px) {
  .container {
    max-width: 1260px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1260px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container.wide {
  padding: 0 8%;
}
@media print, screen and (min-width: 768px) {
  .container.wide {
    padding: 0;
  }
}

/* headline
   ----------------------------------------------------------------- */
.headlineNormal {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .headlineNormal {
    font-size: 35px;
  }
}

/* btn
  ----------------------------------------------------------------- */
.btn {
  display: block;
  text-decoration: none !important;
  border: 1px solid #231815;
  text-align: center;
  font-size: 11px;
  padding: 10px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media print, screen and (min-width: 768px) {
  .btn {
    font-size: 18px;
    padding-top: 23px;
    padding-bottom: 23px;
  }
}
.btn:hover {
  background: #231815;
  color: #fff;
}
.btn:after {
  content: "＞";
  font-size: 10px;
  display: inline-block;
  margin-left: 0.5em;
}
@media print, screen and (min-width: 768px) {
  .btn:after {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    font-size: 12px;
    margin-left: 1em;
  }
}

/* ==========================================================================
   styles
   ========================================================================== */
/* .infoBanners
   ----------------------------------------------------------------- */
.infoBanners {
  margin-top: 60px;
}
@media print, screen and (min-width: 768px) {
  .infoBanners {
    margin-top: 120px;
  }
}
.infoBanners ul {
  overflow: hidden;
  margin-left: -10px;
  margin-bottom: -10px;
}
@media print, screen and (min-width: 768px) {
  .infoBanners ul {
    margin-left: -20px;
    margin-bottom: -20px;
  }
}
.infoBanners ul li {
  margin-bottom: 10px;
  width: calc(50% - 10px);
  margin-left: 10px;
  float: left;
}
@media print, screen and (min-width: 768px) {
  .infoBanners ul li {
    width: calc(33.33333% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
.infoBanners ul li.wide {
  width: calc(100% - 10px);
}
@media print, screen and (min-width: 768px) {
  .infoBanners ul li.wide {
    width: calc(50% - 20px);
  }
}
.infoBanners ul li img {
  width: 100%;
}

/* .infoCustomers
   ----------------------------------------------------------------- */
.infoCustomers {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .infoCustomers {
    margin-top: 100px;
  }
}
.infoCustomers h2 {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .infoCustomers h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .infoCustomers .infoCustomersWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.infoCustomers section {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .infoCustomers section {
    margin-bottom: 0;
    margin-left: 35px;
    margin-right: 35px;
  }
}
.infoCustomers section:last-child {
  margin-bottom: 0;
}
.infoCustomers section h3 {
  font-size: 10px;
  font-weight: normal;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .infoCustomers section h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.infoCustomers section h3:before {
  content: "▶";
  display: inline;
  font-size: 10px;
  margin-right: 5px;
}
@media print, screen and (min-width: 768px) {
  .infoCustomers section h3:before {
    font-size: 16px;
  }
}
.infoCustomers section h3 small {
  font-size: 9px;
  margin-left: 10px;
}
@media print, screen and (min-width: 768px) {
  .infoCustomers section h3 small {
    font-size: 13px;
  }
}

/* .infoTel
   ----------------------------------------------------------------- */
.infoTel .infoTelInner {
  width: 245px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .infoTel .infoTelInner {
    width: auto;
  }
}
.infoTel .infoTelNumber {
  display: block;
  text-decoration: none;
  font-size: 25px;
  line-height: 1.2;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .infoTel .infoTelNumber {
    font-size: 50px;
    line-height: 1.1;
  }
}
.infoTel .infoTelNumber img {
  width: 20px;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -4px;
}
@media print, screen and (min-width: 768px) {
  .infoTel .infoTelNumber img {
    width: 40px;
    margin-right: 10px;
    margin-top: -8px;
  }
}
.infoTel .infoTelNote {
  margin-top: 5px;
  text-align: center;
  font-size: 9px;
}
@media only screen and (max-width: 767px) {
  .infoTel .infoTelNote {
    border-top: 1px solid #231815;
    padding-top: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .infoTel .infoTelNote {
    font-size: 14px;
    margin-top: 0;
  }
}
.infoTel .infoTelNote span {
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .infoTel .infoTelNote span {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .infoTel .infoTelNote span {
    font-size: 18px;
    margin-left: 10px;
  }
}

/* .infoMail
   ----------------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .infoMail {
    width: 480px;
  }
}

/* .columnContents
   ----------------------------------------------------------------- */
.columnContents {
  padding: 30px 4%;
}
@media print, screen and (min-width: 768px) {
  .columnContents {
    padding: 40px 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .columnContents #main {
    width: 68.3760683761%;
  }
  .columnContents #side {
    width: 25.641025641%;
  }
}
@media only screen and (max-width: 767px) {
  .columnContents #side {
    margin-top: 60px;
  }
}

/* pageTitle
   ----------------------------------------------------------------- */
.pageTitle {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .pageTitle {
    margin-bottom: 15px;
  }
}
.pageTitle h2 {
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .pageTitle h2 {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .pageTitle .postInfo {
    display: inline-block;
  }
}

/* ==========================================================================
   blog
   ========================================================================== */
/* postInfo
   ----------------------------------------------------------------- */
.postInfo {
  font-size: 14px;
}
@media print, screen and (min-width: 768px) {
  .postInfo {
    font-size: 16px;
  }
}
.postInfo span {
  margin-right: 10px;
}

/* .blogSingle
   ----------------------------------------------------------------- */
.blogSingle .postHeader h1 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .blogSingle .postHeader h1 {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.blogSingle .postMainImage img {
  width: 100%;
}
.blogSingle .postBody {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .blogSingle .postBody {
    margin-top: 60px;
  }
}
.blogSingle .postFooter {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .blogSingle .postFooter {
    margin-top: 80px;
  }
}
.blogSingle .postFooter .navigation {
  overflow: hidden;
}
.blogSingle .postFooter .navigation > div {
  width: calc(50% - 5px);
}
@media print, screen and (min-width: 768px) {
  .blogSingle .postFooter .navigation > div {
    width: calc(50% - 20px);
  }
}
.blogSingle .postFooter .navigation > div.prev {
  float: left;
}
.blogSingle .postFooter .navigation > div.prev a span:before {
  content: "＜";
  left: -2em;
}
.blogSingle .postFooter .navigation > div.next {
  float: right;
}
.blogSingle .postFooter .navigation > div.next a span:after {
  content: "＞";
  right: -2em;
}
.blogSingle .postFooter .navigation > div a {
  display: block;
  text-decoration: none !important;
  border: 1px solid #231815;
  text-align: center;
  font-size: 14px;
  padding: 7px 10px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  letter-spacing: 0.2ex;
}
@media print, screen and (min-width: 768px) {
  .blogSingle .postFooter .navigation > div a {
    font-size: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.blogSingle .postFooter .navigation > div a:hover {
  background: #231815;
  color: #fff;
}
.blogSingle .postFooter .navigation > div a span {
  position: relative;
}
.blogSingle .postFooter .navigation > div a span:after, .blogSingle .postFooter .navigation > div a span:before {
  font-size: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .blogSingle .postFooter .navigation > div a span:after, .blogSingle .postFooter .navigation > div a span:before {
    font-size: 12px;
  }
}

/* .entry-content
   ----------------------------------------------------------------- */
.entry-content .wp-block-columns {
  margin-top: 50px;
}
@media print, screen and (min-width: 768px) {
  .entry-content .wp-block-columns {
    margin-top: 110px;
  }
}
.entry-content .wp-block-columns:last-child {
  margin-top: 0;
}
.entry-content h2 {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .entry-content h2 {
    font-size: 24px;
    margin-bottom: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.entry-content h2:not(:first-child) {
  margin-top: 60px;
}
@media print, screen and (min-width: 768px) {
  .entry-content h2:not(:first-child) {
    margin-top: 140px;
  }
}
.entry-content .wp-block-image + h2 {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .entry-content .wp-block-image + h2 {
    margin-top: 40px;
  }
}
.entry-content h3 {
  font-weight: bold;
  font-size: 15px;
  padding-left: 10px;
  border-left: 3px solid #000;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .entry-content h3 {
    font-size: 24px;
    border-left-width: 6px;
    padding-left: 20px;
    margin-bottom: 40px;
  }
}
.entry-content p {
  margin-bottom: 1.5em;
  font-size: 14px;
}
@media print, screen and (min-width: 768px) {
  .entry-content p {
    font-size: 22px;
    margin-bottom: 2em;
  }
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content .wp-block-button__link {
  display: block;
  text-decoration: none !important;
  border: 1px solid #231815;
  text-align: center;
  font-size: 11px;
  padding: 10px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-top: 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
  background: none !important;
  color: #231815 !important;
}
@media print, screen and (min-width: 768px) {
  .entry-content .wp-block-button__link {
    font-size: 18px;
    padding-top: 23px;
    padding-bottom: 23px;
    width: 480px;
    margin-top: 60px;
  }
}
.entry-content .wp-block-button__link:hover {
  background: #231815 !important;
  color: #fff !important;
}
.entry-content .wp-block-button__link:after {
  content: "＞";
  font-size: 10px;
  display: inline-block;
  margin-left: 0.5em;
}
@media print, screen and (min-width: 768px) {
  .entry-content .wp-block-button__link:after {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    font-size: 12px;
    margin-left: 1em;
  }
}
.entry-content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
.entry-content .blocks-gallery-item img,
.entry-content .wp-block-columns .wp-block-image img {
  border: 3px solid #f6f6f6;
}
@media print, screen and (min-width: 768px) {
  .entry-content .blocks-gallery-item img,
.entry-content .wp-block-columns .wp-block-image img {
    border-width: 5px;
  }
}
.entry-content .wp-block-gallery.is-cropped .blocks-gallery-image a,
.entry-content .wp-block-gallery.is-cropped .blocks-gallery-image img,
.entry-content .wp-block-gallery.is-cropped .blocks-gallery-item a,
.entry-content .wp-block-gallery.is-cropped .blocks-gallery-item img {
  height: auto;
}
.entry-content .wp-block-gallery .blocks-gallery-image figure,
.entry-content .wp-block-gallery .blocks-gallery-item figure {
  display: block;
}
.entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.entry-content .wp-block-gallery .blocks-gallery-item figcaption {
  background: none;
  display: block;
  color: #231815;
  font-size: 10px;
  margin-top: 1em;
  padding-bottom: 10px;
  padding: 0;
  text-align: left;
  position: static;
}
@media print, screen and (min-width: 768px) {
  .entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.entry-content .wp-block-gallery .blocks-gallery-item figcaption {
    font-size: 16px;
    padding-bottom: 15px;
  }
}
.entry-content .wp-block-columns .wp-block-image,
.entry-content .wp-block-columns .wp-block-image img {
  margin-bottom: 0;
}
.entry-content .wp-block-columns.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 600px) {
  .entry-content .wp-block-columns.reverse .wp-block-column:not(:first-child) {
    margin-left: 0;
    margin-right: 32px;
  }
}
@media (max-width: 599px) {
  .entry-content .wp-block-column {
    margin-bottom: 1em;
  }
}
.entry-content .wp-block-gallery .blocks-gallery-image,
.entry-content .wp-block-gallery .blocks-gallery-item {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

/* .sideWidget
   ----------------------------------------------------------------- */
.sideWidget:not(:first-child) {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .sideWidget:not(:first-child) {
    margin-top: 80px;
  }
}
.sideWidget .headlineNormal {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .sideWidget .headlineNormal {
    margin-bottom: 15px;
  }
}

/* .sidePickup
   ----------------------------------------------------------------- */
.sidePickup a {
  display: block;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .sidePickup a {
    padding: 0 10px;
  }
}
.sidePickup a:hover h3 {
  text-decoration: underline;
}
.sidePickup .thumb {
  margin-bottom: 12px;
}
@media print, screen and (min-width: 768px) {
  .sidePickup .thumb {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.sidePickup .thumb img {
  width: 100%;
}
.sidePickup h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 2px;
}
@media print, screen and (min-width: 768px) {
  .sidePickup h3 {
    font-size: 15px;
  }
}

/* .sideNewEntry
   ----------------------------------------------------------------- */
.sideNewEntry article {
  margin-bottom: 20px;
}
.sideNewEntry article a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sideNewEntry article a:hover h3 {
  text-decoration: underline;
}
.sideNewEntry article a .thumb {
  float: left;
  width: 33.33333%;
  margin-right: 4%;
  padding-top: 33.33333%;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .sideNewEntry article a .thumb {
    float: none;
  }
}
.sideNewEntry article a .thumb img {
  position: absolute;
  top: 50%;
  width: 100%;
  height: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
}
.sideNewEntry article a .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-shadow: 0px 0px 6px #ffffff, 0px 0px 6px #ffffff, 0px 0px 6px #ffffff, 0px 0px 6px #ffffff, 0px 0px 6px #ffffff;
}
.sideNewEntry article a .content .postInfo {
  margin-top: auto;
  text-align: right;
  padding-bottom: 5px;
  font-size: 12px;
}
.sideNewEntry article a h3 {
  font-size: 14px;
}

/* .readMore
   ----------------------------------------------------------------- */
.readMore {
  display: block;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  margin-top: 30px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.readMore:hover {
  opacity: 0.7;
}
@media print, screen and (min-width: 768px) {
  .readMore {
    margin-top: 40px;
    font-size: 18px;
  }
}
.readMore span {
  position: relative;
  padding: 0 0.5em;
  display: inline-block;
}
.readMore span:before, .readMore span:after {
  content: "";
  display: block;
  height: 1px;
  width: 100vw;
  position: absolute;
  background: #231815;
  top: 50%;
}
.readMore span:before {
  right: 100%;
}
.readMore span:after {
  left: 100%;
}

/* .sideSNS
   ----------------------------------------------------------------- */
.sideSNS {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .sideSNS {
    display: block;
    background: #000000;
    padding: 20px 0 25px 0;
    margin-top: 80px;
  }
  .sideSNS h3 {
    color: #fff;
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}

/* .SNSList
   ----------------------------------------------------------------- */
.SNSList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SNSList ul li {
  margin: 0 7px;
  font-size: 0;
}
@media print, screen and (min-width: 768px) {
  .SNSList ul li {
    margin: 0 10px;
  }
}
.SNSList ul li img {
  width: 20px;
}
@media print, screen and (min-width: 768px) {
  .SNSList ul li img {
    width: 32px;
  }
}
.SNSList ul li.line img {
  width: 24px;
}
@media print, screen and (min-width: 768px) {
  .SNSList ul li.line img {
    width: 38px;
  }
}

/* .blogArchive
   ----------------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .blogArchive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -30px;
  }
}
.blogArchive article {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .blogArchive article {
    width: calc(50% - 30px);
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .blogArchive article:last-child {
    margin-bottom: 0;
  }
}
.blogArchive article a {
  display: block;
  text-decoration: none;
  position: relative;
}
.blogArchive article a .iconNew {
  background: #231815;
  width: 50px;
  height: 50px;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  border-radius: 50%;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .blogArchive article a .iconNew {
    width: 60px;
    height: 60px;
    font-size: 13px;
  }
}
.blogArchive article a:hover h3 {
  text-decoration: underline;
}
.blogArchive article .thumb {
  margin-bottom: 12px;
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}
.blogArchive article .thumb img {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.blogArchive article h3 {
  margin-top: 2px;
  font-size: 16px;
  line-height: 1.6;
}

/* .pager
   ----------------------------------------------------------------- */
.pager {
  margin-top: 40px;
}
.pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pager ul li {
  margin: 5px;
}
.pager ul li.prev, .pager ul li.next {
  margin-left: 0;
  margin-right: 0;
}
.pager ul li.prev a, .pager ul li.next a {
  font-size: 10px;
  font-weight: bold;
}
.pager ul li a,
.pager ul li span {
  display: block;
  width: 30px;
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pager ul li:not(.prev):not(.next) a,
.pager ul li:not(.prev):not(.next) span {
  border-radius: 50%;
  background: #eee;
}
.pager ul li:not(.prev):not(.next) a:hover,
.pager ul li:not(.prev):not(.next) span:hover {
  background: #231815;
  color: #fff;
}
.pager ul li:not(.prev):not(.next) span {
  background: #231815;
  color: #fff;
}

/* ==========================================================================
   media query
   ========================================================================== */