/* ===============================================================================
Header
=============================================================================== */
.headerAreaWrap {
  position: relative;
}

.headerArea {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: solid rgba(77, 77, 77, 0.2) 3px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.headerArea.is-fixed {
  position: fixed;
}

.headerArea__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.headerArea__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.headerArea .blks-1 {
  height: 100px;
  padding: 0 50px;
  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;
}

.headerArea .blks-1 .logo {
  width: 258px;
}

.headerArea .blks-1 .logo a:hover {
  opacity: 0.8;
}

.headerArea .blks-2 {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  margin-right: 45px;
}

.headerArea .blks-2 .linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.headerArea .blks-2 .linkList__item:not(:last-child) {
  margin-right: 25px;
}

.headerArea .blks-2 .linkList__item__txt {
  height: 100px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 0.9375rem;
}

.headerArea .blks-2 .linkList__item a.linkList__item__txt:hover {
  opacity: 0.8;
}

.headerArea .blks-2 .linkList__item .linkList__item__txt._hover::after {
  content: "";
  display: block;
  width: 8px;
  height: 7px;
  margin-left: 5px;
  background: url("../img/cmn/cmn_arr01.svg") no-repeat 0 0/100% 100%;
}

.headerArea .blks-2 .hMenu {
  position: absolute;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
}

.headerArea .blks-2 .hMenu__inner {
  max-width: 820px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 164px;
  position: relative;
}

.headerArea .blks-2 .hMenu__inner::after {
  position: absolute;
  content: "";
  display: block;
  top: 22px;
  left: 33.333%;
  bottom: 22px;
  background: #1e2a4e;
  width: 1px;
}

.headerArea .blks-2 .hMenu__ttl {
  width: 33.333%;
  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: 0.9375rem;
  font-weight: 700;
}

.headerArea .blks-2 .hMenu__ttl a:hover {
  opacity: 0.8;
}

.headerArea .blks-2 .hMenu__linkList {
  width: 66.667%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.headerArea .blks-2 .hMenu__linkList__item {
  width: 50%;
  box-sizing: border-box;
  padding-left: 46px;
  height: 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375rem;
}

.headerArea .blks-2 .hMenu__linkList__item a:hover {
  opacity: 0.8;
}

.headerArea .blks-2 .hMenu__linkList__item:nth-child(3n) {
  height: 33.334%;
}

.headerArea .blks-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.headerArea .blks-3 .menuBtn {
  width: 170px;
  height: 100px;
  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;
  background: #f2f2f2;
  font-size: 0.9375rem;
  font-weight: 700;
  cursor: pointer;
  position: absolute;
  left: -170px;
  top: -100px;
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

.headerArea .blks-3 .menuBtn:hover {
  opacity: 0.8;
}

.headerArea .blks-3 .menuBtn::after {
  content: "";
  display: block;
  width: 20px;
  height: 11px;
  margin-left: 8px;
  background: url("../img/cmn/cmn_ico03.svg") no-repeat 0 0/100% 100%;
}

.headerArea .blks-3 .shopBtn a {
  width: 170px;
  height: 100px;
  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;
  background: #fff571;
  font-size: 0.9375rem;
  font-weight: 700;
}

.headerArea .blks-3 .shopBtn a:hover {
  opacity: 0.8;
}

.headerArea .blks-3 .shopBtn a::before {
  content: "";
  display: block;
  width: 19px;
  height: 20px;
  margin-right: 5px;
  background: url("../img/cmn/cmn_ico01.svg") no-repeat 0 0/100% 100%;
}

.headerArea .blks-3 .contactBtn a {
  width: 170px;
  height: 100px;
  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;
  background: #105b99;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
}

.headerArea .blks-3 .contactBtn a:hover {
  opacity: 0.8;
}

.headerArea .blks-3 .contactBtn a::before {
  content: "";
  display: block;
  width: 24px;
  height: 18px;
  margin-right: 11px;
  background: url("../img/cmn/cmn_ico02.svg") no-repeat 0 0/100% 100%;
}

@media screen and (min-width: 769px) {
  .headerArea .blks-2 .linkList__item .linkList__item__txt._hover:hover + .hMenu {
    opacity: 1;
    pointer-events: auto;
  }
  .headerArea .blks-2 .hMenu {
    opacity: 0;
    pointer-events: none;
    display: block !important;
  }
  .headerArea .blks-2 .hMenu:hover {
    opacity: 1;
    pointer-events: auto;
  }
  .headerArea .blks-2 .contactBtn {
    display: none;
  }
  .headerArea.is-notChanged .blks-2 .hMenu {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
  }
  .headerArea.is-changed .blks-2 {
    margin-right: 0;
    position: absolute;
    top: -300px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 36px 0;
    opacity: 0;
    pointer-events: none;
  }
  .headerArea.is-changed .blks-2.is-active {
    opacity: 1;
    top: 100px;
    pointer-events: auto;
  }
  .headerArea.is-changed .blks-2 .linkList {
    max-width: 820px;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .headerArea.is-changed .blks-2 .linkList__item {
    margin: 0 10px;
  }
  .headerArea.is-changed .blks-2 .linkList__item__txt {
    height: auto;
    padding: 0;
    display: block;
  }
  .headerArea.is-changed .blks-2 .linkList__item .linkList__item__txt._hover::after {
    content: none;
  }
  .headerArea.is-changed .blks-2 .hMenu {
    position: static;
    background: none;
    opacity: 1;
    pointer-events: auto;
  }
  .headerArea.is-changed .blks-2 .hMenu__inner {
    max-width: none;
    margin: block;
    height: auto;
  }
  .headerArea.is-changed .blks-2 .hMenu__inner::after {
    content: none;
  }
  .headerArea.is-changed .blks-2 .hMenu__ttl {
    display: none;
  }
  .headerArea.is-changed .blks-2 .hMenu__linkList {
    margin-top: 15px;
    width: auto;
    height: auto;
    display: block;
    padding: 7px 0 13px 45px;
    border-left: solid 1px #1e2a4e;
  }
  .headerArea.is-changed .blks-2 .hMenu__linkList__item {
    width: auto;
    padding-left: 0;
    height: auto;
    display: block;
  }
  .headerArea.is-changed .blks-2 .hMenu__linkList__item:not(:last-child) {
    margin-bottom: 17px;
  }
  .headerArea.is-changed .blks-2 .hMenu__linkList__item:nth-child(3n) {
    height: auto;
  }
  .headerArea.is-changed .blks-3 .menuBtn {
    top: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1365px) {
  .headerArea .blks-1 {
    padding: 0 30px;
  }
  .headerArea .blks-1 .logo {
    width: 240px;
  }
  .headerArea .blks-2 {
    margin-right: 25px;
  }
  .headerArea .blks-2 .linkList__item:not(:last-child) {
    margin-right: 15px;
  }
  .headerArea .blks-2 .linkList__item__txt {
    padding: 0 5px;
  }
  .headerArea .blks-3 .menuBtn {
    width: 150px;
    left: -150px;
  }
  .headerArea .blks-3 .shopBtn a {
    width: 150px;
  }
  .headerArea .blks-3 .contactBtn a {
    width: 150px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1150px) {
  .headerArea .blks-1 {
    height: 60px;
    padding: 0 20px;
  }
  .headerArea .blks-1 .logo {
    width: 160px;
  }
  .headerArea .blks-2 {
    margin-right: 10px;
  }
  .headerArea .blks-2 .linkList__item:not(:last-child) {
    margin-right: 10px;
  }
  .headerArea .blks-2 .linkList__item__txt {
    font-size: 0.8125rem;
    height: 60px;
  }
  .headerArea .blks-3 .menuBtn {
    width: 60px;
    height: 60px;
    left: -60px;
  }
  .headerArea .blks-3 .menuBtn::after {
    margin-left: 0;
  }
  .headerArea .blks-3 .menuBtn span {
    display: none;
  }
  .headerArea .blks-3 .shopBtn a {
    width: 60px;
    height: 60px;
  }
  .headerArea .blks-3 .shopBtn a::before {
    margin-right: 0;
  }
  .headerArea .blks-3 .shopBtn a span {
    display: none;
  }
  .headerArea .blks-3 .contactBtn a {
    width: 60px;
    height: 60px;
  }
  .headerArea .blks-3 .contactBtn a::before {
    margin-right: 0;
  }
  .headerArea .blks-3 .contactBtn a span {
    display: none;
  }
  .headerArea.is-changed .blks-2.is-active {
    top: 60px;
  }
  .headerArea.is-changed .blks-2 .hMenu__linkList__item {
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 768px) {
  .headerArea {
    border-bottom: solid rgba(77, 77, 77, 0.2) 2px;
    position: fixed;
  }
  .headerArea .blks-1 {
    height: 65px;
    padding: 0 0 0 20px;
  }
  .headerArea .blks-1 .logo {
    width: 158px;
  }
  .headerArea .blks-2 {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    margin-right: 0;
    position: fixed;
    top: 67px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(16, 91, 153, 0.3);
    overflow: auto;
    pointer-events: none;
    opacity: 0;
  }
  .headerArea .blks-2.is-active {
    opacity: 1;
    pointer-events: auto;
  }
  .headerArea .blks-2::after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 45px;
    bottom: 0;
    right: 0;
    background: #fff;
  }
  .headerArea .blks-2__inner {
    background: #fff;
    margin-left: 45px;
    padding: 48px 15px;
    position: relative;
    z-index: 1;
  }
  .headerArea .blks-2 .linkList {
    display: block;
    margin-bottom: 30px;
  }
  .headerArea .blks-2 .linkList__item:not(:last-child) {
    margin: 0 0 17px;
  }
  .headerArea .blks-2 .linkList__item__txt {
    height: auto;
    font-size: 0.7813rem;
    border-bottom: solid 1px #e5e5e3;
    padding: 0 8px 3px;
  }
  .headerArea .blks-2 .linkList__item .linkList__item__txt._hover:hover {
    opacity: 1;
  }
  .headerArea .blks-2 .linkList__item .linkList__item__txt._hover::after {
    width: 7px;
    height: 6px;
  }
  .headerArea .blks-2 .hMenu {
    position: static;
    background: none;
    display: none;
  }
  .headerArea .blks-2 .hMenu__inner {
    height: auto;
    display: block;
  }
  .headerArea .blks-2 .hMenu__inner::after {
    content: none;
  }
  .headerArea .blks-2 .hMenu__ttl {
    display: none;
  }
  .headerArea .blks-2 .hMenu__linkList {
    width: auto;
    height: auto;
    display: block;
    padding: 16px 0 2px;
  }
  .headerArea .blks-2 .hMenu__linkList__item {
    width: auto;
    padding-left: 0;
    height: auto;
    display: block;
    font-size: 0.7188rem;
    letter-spacing: .1em;
  }
  .headerArea .blks-2 .hMenu__linkList__item:not(:last-child) {
    margin-bottom: 15px;
  }
  .headerArea .blks-2 .hMenu__linkList__item a {
    display: block;
    border-bottom: solid 1px #e5e5e3;
    padding: 0 26px 6px;
  }
  .headerArea .blks-2 .hMenu__linkList__item:nth-child(3n) {
    height: auto;
  }
  .headerArea .blks-2 .contactBtn a {
    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;
    background: #105b99;
    width: 200px;
    height: 50px;
    margin: 0 auto;
    color: #fff;
    font-size: 0.7813rem;
    font-weight: 700;
  }
  .headerArea .blks-2 .contactBtn a span {
    padding-left: 24px;
    position: relative;
  }
  .headerArea .blks-2 .contactBtn a span::before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
    width: 17px;
    height: 13px;
    background: url("../img/cmn/cmn_ico02.svg") no-repeat 0 0/100% 100%;
  }
  .headerArea .blks-3 .menuBtn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 60px;
    height: 65px;
    background: #105b99;
    position: relative;
    top: auto;
    left: auto;
  }
  .headerArea .blks-3 .menuBtn:hover {
    opacity: 1;
  }
  .headerArea .blks-3 .menuBtn::after {
    margin-left: auto;
  }
  .headerArea .blks-3 .menuBtn::before, .headerArea .blks-3 .menuBtn::after {
    position: absolute;
    content: "";
    display: block;
    background: #fff;
    width: 26px;
    height: 1px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .headerArea .blks-3 .menuBtn::before {
    top: 24px;
    left: 17px;
  }
  .headerArea .blks-3 .menuBtn::after {
    bottom: 24px;
    right: 17px;
  }
  .headerArea .blks-3 .menuBtn span {
    font-size: 0;
    display: block;
    background: #fff;
    width: 26px;
    height: 1px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .headerArea .blks-3 .menuBtn.is-active span {
    opacity: 0;
  }
  .headerArea .blks-3 .menuBtn.is-active::before {
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    left: 21px;
  }
  .headerArea .blks-3 .menuBtn.is-active::after {
    -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    right: 13px;
    bottom: 22px;
  }
  .headerArea .blks-3 .shopBtn {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .headerArea .blks-3 .shopBtn a {
    width: 60px;
    height: 65px;
    font-size: 0.5625rem;
    line-height: 1.222;
    text-align: center;
  }
  .headerArea .blks-3 .shopBtn a::before {
    content: none;
  }
  .headerArea .blks-3 .shopBtn a span {
    display: block;
    padding-top: 22px;
    background: url("../img/cmn/cmn_ico01.svg") no-repeat center top/17px auto;
  }
  .headerArea .blks-3 .contactBtn {
    display: none;
  }
}

/* ===============================================================================
Footer
=============================================================================== */
.footerArea {
  background: url("../img/cmn/cmn_bg01.svg") no-repeat center top/5000px 100%;
  padding: 32px 0 10px;
  position: relative;
  overflow: hidden;
}

.footerArea::after {
  position: absolute;
  content: "";
  display: block;
  bottom: -10px;
  left: -8px;
  background: url("../img/cmn/cmn_illust01.png") no-repeat 0 0/100% 100%;
  width: 455px;
  height: 182px;
}

.footerArea__inner {
  max-width: 1024px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.footerArea .blks-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 119px;
}

.footerArea .blks-1 .logo {
  margin: 0 0 23px 6px;
}

.footerArea .blks-1 .logo a {
  display: block;
}

.footerArea .blks-1 .logo a:hover {
  opacity: 0.8;
}

.footerArea .blks-1 .logo img {
  width: 398px;
}

.footerArea .blks-1 .txt {
  font-size: 0.9375rem;
  line-height: 1.667;
}

.footerArea .blks-1 .snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}

.footerArea .blks-1 .snsList__item:not(:last-child) {
  margin-right: 27px;
}

.footerArea .blks-1 .snsList__item a:hover {
  opacity: 0.8;
}

.footerArea .blks-1 .snsList__item img {
  width: 40px;
}

.footerArea .copyright {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .footerArea::after {
    width: 319px;
    height: 127px;
  }
}

@media screen and (max-width: 768px) {
  .footerArea {
    padding: 32px 0 10px;
    background: url("../img/cmn/cmn_bg01.svg") no-repeat center top/2500px 100%;
  }
  .footerArea::after {
    bottom: 0;
    left: 0;
    width: 150px;
    height: 60px;
  }
  .footerArea__inner {
    margin: 0 15px;
    padding: 0 12%;
  }
  .footerArea .blks-1 {
    display: block;
    margin-bottom: 60px;
  }
  .footerArea .blks-1 .group {
    margin-bottom: 27px;
  }
  .footerArea .blks-1 .logo {
    margin: 0 0 19px 0;
    text-align: center;
  }
  .footerArea .blks-1 .logo img {
    width: 203px;
  }
  .footerArea .blks-1 .txt {
    font-size: 0.7813rem;
    line-height: 2.52;
  }
  .footerArea .blks-1 .snsList {
    max-width: 200px;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .footerArea .blks-1 .snsList__item:not(:last-child) {
    margin-right: 25px;
  }
  .footerArea .blks-1 .snsList__item img {
    width: 50px;
  }
  .footerArea .copyright {
    font-size: 0.6875rem;
  }
}

/* ===============================================================================
Contents
=============================================================================== */
.contentsArea {
  padding-top: 103px;
}

.contentsArea .pageHeading {
  background: #d3e5f4;
}

.contentsArea .pageHeading__main {
  height: 300px;
  max-width: 1064px;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.875rem;
  font-weight: 700;
  word-break: break-all;
  position: relative;
}

.contentsArea .pageHeading__blog {
  padding-bottom: 52px;
}

.contentsArea .pageHeading__blog__txt {
  font-size: 1.25rem;
  letter-spacing: .12em;
  font-weight: 700;
  margin-bottom: 13px;
}

.contentsArea .pageHeading__blog__main img {
  display: block;
  width: 350px;
}

.contentsArea .pageHeading._type-1 .pageHeading__main {
  padding-right: 550px;
}

.contentsArea .pageHeading._type-1 .pageHeading__main::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 51px;
  bottom: 0;
  margin: auto 0;
  width: 491px;
  height: 283px;
  background: url("../img/cmn/cmn_illust02.png") no-repeat 0 0/100% 100%;
}

.contentsArea .pageHeading._type-2 .pageHeading__main {
  padding-right: 550px;
}

.contentsArea .pageHeading._type-2 .pageHeading__main::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 51px;
  bottom: 24px;
  margin: auto 0;
  width: 439px;
  height: 263px;
  background: url("../img/cmn/cmn_illust03.png") no-repeat 0 0/100% 100%;
}

.contentsArea .dirpath {
  padding: 15px 0;
}

.contentsArea .dirpath__list {
  max-width: 1024px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contentsArea .dirpath__list__item {
  font-size: 0.9375rem;
}

.contentsArea .dirpath__list__item:not(:last-child)::after {
  content: ">";
  margin: 0 6px 0 8px;
}

.contentsArea .dirpath__list__item a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .contentsArea {
    padding-top: 65px;
  }
  .contentsArea .pageHeading__main {
    height: 150px;
    margin: 0 15px;
    padding: 0 12%;
    font-size: 0.9375rem;
  }
  .contentsArea .pageHeading__main._type-2 {
    padding-left: 0;
  }
  .contentsArea .pageHeading__blog {
    padding-bottom: 0;
  }
  .contentsArea .pageHeading__blog__txt {
    font-size: 0.625rem;
    letter-spacing: 0;
    margin-bottom: 6px;
  }
  .contentsArea .pageHeading__blog__main {
    padding-right: 15px;
  }
  .contentsArea .pageHeading__blog__main img {
    display: block;
    max-width: 240px;
    width: 100%;
  }
  .contentsArea .pageHeading._type-1 .pageHeading__main {
    padding-right: 150px;
  }
  .contentsArea .pageHeading._type-1 .pageHeading__main::after {
    right: 0;
    width: 150px;
    height: 102px;
    background: url("../img/cmn/cmn_illust02_sp.png") no-repeat 0 0/100% 100%;
  }
  .contentsArea .pageHeading._type-2 .pageHeading__main {
    padding-right: 150px;
  }
  .contentsArea .pageHeading._type-2 .pageHeading__main::after {
    right: 0;
    bottom: 0;
    width: 150px;
    height: 102px;
    background: url("../img/cmn/cmn_illust03_sp.png") no-repeat 0 0/100% 100%;
  }
  .contentsArea .dirpath {
    padding: 2px 0;
  }
  .contentsArea .dirpath__list {
    padding: 0 15px;
  }
  .contentsArea .dirpath__list__item {
    font-size: 0.625rem;
  }
  .contentsArea .dirpath__list__item:not(:last-child)::after {
    margin: 0 4px 0 5px;
  }
}
