@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
  margin: 0;
  padding: 0;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

button,
input,
select {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

/*==================================================================================================
	サイト基礎
==================================================================================================*/
body {
  color: #1A1311;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}
body a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body a:hover {
  opacity: 0.8;
}
body img {
  height: auto;
}
body .-center {
  text-align: center;
}
body .-right {
  text-align: right;
}
body .-bold {
  font-weight: bold;
}
body .-small {
  font-size: 90%;
}
body .telLink {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
body .telLink _:-ms-fullscreen,
body .telLink :root .selector {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  body .telLink {
    pointer-events: auto;
    letter-spacing: 0.02em;
  }
}
body .spShow {
  display: none;
}
@media screen and (max-width: 767px) {
  body .spShow {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  body .pcShow {
    display: none;
  }
}

/*==================================================================================================
	ヘッダー
==================================================================================================*/
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.l-header__inner {
  padding-left: 2vw;
  padding-right: 2vw;
}
@media screen and (max-width: 960px) {
  .l-header__inner {
    padding-right: 0;
  }
}
.l-header .header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  text-align: center;
}
.l-header .header-nav > li {
  height: 100%;
  position: relative;
}
.l-header .header-nav > li > a {
  color: inherit;
  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;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.8em;
  position: relative;
  white-space: nowrap;
  font-size: 90%;
  color: #1A1311;
}
.l-header .header-nav > li > a:hover {
  border-bottom: #4AB9E2 2px solid;
}
.l-header .header-nav .children {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateY(0) translateX(-50%);
          transform: translateY(0) translateX(-50%);
  border-radius: 0.2em;
  padding-top: 1em;
}
.l-header .header-nav .children li {
  background: #FFF;
  font-size: 90%;
}
.l-header .header-nav .children li a {
  display: block;
  padding: 0.5em 1em;
  white-space: nowrap;
  text-align: left;
  color: #1A1311;
}
.l-header .header-nav .children li a:hover {
  color: #4AB9E2;
}
.l-header .header-nav .children li:first-child a {
  padding-top: 1em;
}
.l-header .header-nav .children li:last-child a {
  padding-bottom: 1em;
  min-width: 8em;
}
.l-header .btnArea {
  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;
  margin-right: 1em;
}
.l-header .btnArea .bacicBtn {
  white-space: nowrap;
}
.l-header .trigger {
  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;
}
.l-header .trigger img {
  cursor: pointer;
}
@media screen and (max-width: 1160px) {
  .l-header .header-nav {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .l-header {
    background: #FFF;
  }
  .l-header .l-header__logo {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
    padding: 0;
  }
  .l-header .btnArea {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-right: 0.5em;
  }
  .l-header .trigger {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .l-header .l-header__customBtn {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .l-header .l-header__menuBtn {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .l-header .btnArea {
    display: none;
  }
  .l-header .btnArea .bacicBtn {
    position: relative;
    width: 2.6em;
    height: 2.6em;
    border-radius: 0.2em;
  }
  .l-header .btnArea .bacicBtn:before {
    content: "";
    width: 1.6em;
    height: 1.6em;
    background: url("../img/common/icon-comment.svg") no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  .l-header .btnArea span {
    display: none;
  }
}

.fixnav {
  position: fixed;
  right: -700px;
  top: 0;
  z-index: 101;
  background: #FFF;
  overflow-y: auto;
  height: 100%;
  width: 85%;
  max-width: 660px;
  padding: 5em 3em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fixnav.-fixed {
  right: 0;
}
.fixnav .close-btn {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 3em;
  top: 3em;
}
.fixnav > * {
  margin-bottom: 2em;
}
.fixnav > *:last-child {
  margin-bottom: 0;
}
.fixnav .fix-nav > li {
  margin-bottom: 1em;
}
.fixnav .fix-nav > li > a {
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-left: 1em;
  color: #1A1311;
}
.fixnav .fix-nav > li > a:hover {
  color: #4AB9E2;
}
.fixnav .fix-nav > li > a:before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: url("../img/common/icon-arrow-circle.svg") no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.4em;
}
.fixnav .fix-nav > li:last-child {
  margin-bottom: 0;
}
.fixnav .fix-nav > li .children {
  margin-top: 0.6em;
  background: #F3F6F6;
  border: 0.2em;
  width: 100%;
  padding: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.fixnav .fix-nav > li .children > li {
  margin-right: 1.6em;
}
.fixnav .fix-nav > li .children > li a {
  font-size: 86%;
  color: #1A1311;
}
.fixnav .fix-nav > li .children > li a:hover {
  color: #4AB9E2;
}
@media screen and (max-width: 960px) {
  .fixnav {
    padding: 10vw 7vw;
  }
  .fixnav .close-btn {
    right: 5vw;
    top: 5vw;
    width: 7vw;
    max-width: 30px;
  }
  .fixnav .fix-nav > li > a {
    font-size: 92%;
  }
  .fixnav .fix-nav > li .children {
    margin-top: 1em;
    padding: 1em;
    display: block;
  }
  .fixnav .fix-nav > li .children > li {
    margin-right: 0;
  }
  .fixnav .fix-nav > li .children > li a {
    font-size: 80%;
  }
}

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(43, 66, 90, 0.5);
  left: 0;
  top: 0;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.overlay.-fixed {
  display: block;
}

/*==================================================================================================
	フッター Footer
==================================================================================================*/
footer {
  border-top: #E0E4E4 1px solid;
  padding: 4em 0 3em;
}
@media screen and (max-width: 960px) {
  footer {
    padding: 3em 0 2.5em;
  }
}
footer .l-container {
  max-width: 100%;
  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;
}
footer .l-container .info {
  text-align: center;
  max-width: 260px;
  width: 30%;
  margin-right: 3em;
}
footer .l-container .info .logo {
  max-width: 250px;
  width: 100%;
}
footer .l-container .info .logo img {
  width: 100%;
  height: auto;
}
footer .l-container .info .nav-list {
  margin-top: 1em;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .l-container .info .nav-list li {
  margin-right: 1em;
}
footer .l-container .info .nav-list li a {
  color: #1A1311;
}
footer .l-container .info .nav-list li:last-child {
  margin-right: 0;
}
footer .l-container .info .btnArea {
  text-align: center;
}
footer .l-container .info .btnArea .bacicBtn {
  max-width: 14em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
footer .l-container nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 900px;
}
footer .l-container nav > ul {
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}
footer .l-container nav > ul > li {
  margin-bottom: 2.5em;
}
footer .l-container nav > ul > li a {
  font-weight: 500;
  color: #1A1311;
}
footer .l-container nav > ul > li a:hover {
  color: #4AB9E2;
}
footer .l-container nav > ul > li ul {
  margin-top: 0.6em;
  padding-left: 0.6em;
}
footer .l-container nav > ul > li ul li {
  margin-bottom: 0.5em;
}
footer .l-container nav > ul > li ul li:last-child {
  margin-bottom: 0;
}
footer .l-container nav > ul > li ul li a {
  color: #758A8F;
  font-size: 90%;
  font-weight: 400;
  line-height: 1.6;
  display: inline-block;
}
footer .l-container nav > ul > li ul li a:hover {
  color: #4AB9E2;
}
@media screen and (max-width: 960px) {
  footer .l-container {
    display: block;
  }
  footer .l-container .info {
    width: 100%;
    max-width: 100%;
  }
  footer .l-container .info .logo {
    max-width: 300px;
    width: 70%;
    margin: 0 auto;
  }
  footer .l-container .info .nav-list {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
  }
  footer .l-container .info .nav-list li {
    margin-right: 1.5em;
  }
  footer .l-container nav {
    display: none;
  }
}
footer .l-footer__foot {
  margin-top: 3em;
}
footer .l-footer__foot .footlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
footer .l-footer__foot .footlink li {
  margin-right: 2em;
}
footer .l-footer__foot .footlink li:last-child {
  margin-right: 0;
}
footer .l-footer__foot .footlink li a {
  font-size: 90%;
}
@media screen and (max-width: 960px) {
  footer .l-footer__foot {
    margin-top: 2.6em;
    padding: 0;
  }
  footer .l-footer__foot .footlink {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  footer .l-footer__foot .footlink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2em;
  }
  footer .l-footer__foot .footlink li {
    margin-right: 0;
    border-bottom: #E0E4E4 1px solid;
    padding: 1em 0.2em;
  }
  footer .l-footer__foot .footlink li:first-child {
    border-top: #E0E4E4 1px solid;
  }
}

/*==================================================================================================
	サイドナビ
==================================================================================================*/
#sidebar .wp-block-search {
  margin-bottom: 4em;
}
#sidebar .wp-block-search__inside-wrapper {
  position: relative;
}
#sidebar .wp-block-search__inside-wrapper:before {
  content: "";
  width: 1em;
  height: 1em;
  background: url("../img/common/icon-search.svg") no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -0.5em;
}
#sidebar .wp-block-search__input {
  padding-left: 1.8em;
  border: #E0E4E4 2px solid;
  border-radius: 0.2em;
  font-size: 1.6rem;
}
#sidebar .wp-block-search__button {
  display: none;
}
@media screen and (max-width: 767px) {
  #sidebar .wp-block-search__inside-wrapper:before {
    left: 1em;
  }
}
#sidebar .widget_categories > ul > .cat-item:not(:has(.children)):before {
  background: url("../img/common/icon-arrow.svg") no-repeat;
  background-position: center;
  background-size: 1.5em auto;
}
#sidebar .widget_categories > ul > .cat-item {
  border-bottom: #E0E4E4 1px solid;
  position: relative;
}
#sidebar .widget_categories > ul > .cat-item:first-child {
  border-top: #E0E4E4 1px solid;
}
#sidebar .widget_categories > ul > .cat-item:before {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  height: 4em;
  width: 2em;
  content: "";
  background: url("../img/common/icon-plus.svg") no-repeat;
  background-position: center;
  background-size: 1.5em auto;
  display: inline-block;
}
#sidebar .widget_categories > ul > .cat-item.-open:before {
  background: url("../img/common/icon-minus.svg") no-repeat;
  background-position: center;
  background-size: 1.5em auto;
}
#sidebar .widget_categories > ul > .cat-item .toggle-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 2em;
  height: 4em;
  cursor: pointer;
}
#sidebar .widget_categories > ul > .cat-item > a {
  font-weight: 500;
  padding: 1.2em 0.6em;
  border: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: calc(100% - 2em);
}
#sidebar .widget_categories > ul > .cat-item > a:hover {
  background: rgba(117, 138, 143, 0.06);
}
#sidebar .widget_categories > ul > .cat-item > a:before {
  display: none;
}
#sidebar .widget_categories > ul > .cat-item .children {
  padding-bottom: 0.5em;
  display: none;
}
#sidebar .widget_categories > ul > .cat-item .children > li a {
  border: none;
  color: #758A8F;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#sidebar .widget_categories > ul > .cat-item .children > li a:hover {
  background: rgba(117, 138, 143, 0.06);
}
#sidebar .c-widget__title {
  border-top: #1A1311 2px solid;
  font-size: 86%;
}
#sidebar .c-widget__title:before {
  content: "";
  font-family: "Cabin", sans-serif;
  font-size: 180%;
  position: static;
  width: auto;
  background: none;
  display: inline-block;
  margin-right: 0.5em;
}
#sidebar .c-widget__title:after {
  content: none;
}
#sidebar .widget_swell_popular_posts .c-widget__title:before {
  content: "POPULAR";
}
#sidebar .widget_categories .c-widget__title:before {
  content: "CATEGORY";
}
#sidebar .widget_tag_cloud .c-widget__title:before {
  content: "TAG";
}
#sidebar .widget_tag_cloud .tagcloud a {
  display: inline-block;
  border: #1A1311 1px solid;
  border-radius: 1em;
  color: #1A1311;
  background: #FFF;
}
#sidebar .widget_tag_cloud .tagcloud a:before {
  content: "#";
}
#sidebar .p-postList__title {
  font-weight: 500;
}
#sidebar .p-postList__cat {
  color: #4AB9E2;
}
#sidebar .p-postList__cat:before {
  content: none;
}

/*==================================================================================================
	共通 Common
==================================================================================================*/
.main-view {
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgb(245, 246, 246)));
  background: -webkit-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(245, 246, 246) 100%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(245, 246, 246) 100%);
  position: relative;
  padding: 5em 0;
}
.main-view .deco-left {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 410px;
  width: 30%;
}
.main-view .deco-right {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 410px;
  width: 30%;
}
.main-view .deco-main {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 280px;
  width: 25%;
}
.main-view__text {
  text-align: center;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 3em 0;
}
.main-view__text > img {
  max-width: 400px;
  width: 80%;
}
.main-view__text .big {
  font-size: clamp(1.5rem, 4.4vw, 2.2rem);
  margin-bottom: 0.8em;
}
.main-view__text .small {
  font-size: clamp(1rem, 3vw, 1.5rem);
  margin-top: 0.8em;
}
.main-view__text .small br {
  display: none;
}
@media screen and (max-width: 860px) {
  .main-view__text .small br {
    display: inline;
  }
}
@media screen and (max-width: 960px) {
  .main-view {
    padding: 0;
    background: rgb(245, 246, 246);
    background: -webkit-linear-gradient(279deg, rgb(245, 246, 246) 0%, rgb(250, 250, 250) 100%);
    background: linear-gradient(171deg, rgb(245, 246, 246) 0%, rgb(250, 250, 250) 100%);
  }
  .main-view .deco-main .deco01 {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 280px;
    width: 20%;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .main-view .deco-main .deco02 {
    position: absolute;
    left: -1%;
    bottom: 0;
    max-width: 280px;
    width: 20%;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .main-view__text {
    padding: 8vw 0 9vw 0;
  }
  .main-view__text > img {
    max-width: 300px;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .main-view .deco-main {
    position: static;
    width: 100%;
    max-width: 100%;
  }
}
.main-view.archiveHeader .main-view__text {
  padding-left: 5vw;
  padding-right: 5vw;
}
.main-view.archiveHeader .main-view__text .parent {
  color: #4AB9E2;
  font-size: 120%;
  font-weight: 500;
}
.main-view.archiveHeader .main-view__text .main {
  font-weight: 500;
  font-size: 170%;
  line-height: 1.4;
}
.main-view.archiveHeader .main-view__text .main span {
  font-weight: bold;
  font-size: 110%;
  display: inline-block;
  padding-right: 0.1em;
}
@media screen and (max-width: 480px) {
  .main-view.archiveHeader .main-view__text .parent {
    font-size: 105%;
  }
  .main-view.archiveHeader .main-view__text .main {
    font-size: 120%;
  }
}

.p-mainVisual {
  overflow: visible;
}

#content {
  background: #FFF;
  border-radius: 0.3em;
  margin-top: -5em;
}
@media screen and (max-width: 1280px) {
  #content {
    margin-left: 2vw;
    margin-right: 2vw;
  }
}
@media screen and (max-width: 960px) {
  #content {
    margin-top: 0;
  }
}
@media screen and (max-width: 860px) {
  #content {
    margin-left: auto;
    margin-right: auto;
  }
}
#content.-archive .c-pageTitle {
  display: none;
}
#content.-archive .p-termContent {
  margin-top: 0;
}

/*---------------------------------------------------------------------
記事一覧
---------------------------------------------------------------------*/
.c-tabBody .p-postList__times time {
  font-size: 116%;
  color: #758A8F;
  font-family: "Cabin", sans-serif;
}
.c-tabBody .p-postList__times time:before {
  content: none;
}
.c-tabBody .p-postList__cat {
  background: #1A1311;
  color: #FFF;
  padding: 0.5em;
  line-height: 1;
  opacity: 1;
}
.c-tabBody .p-postList__cat:before {
  content: none;
}
.c-tabBody .p-postList__title {
  font-size: 115% !important;
  font-weight: 500;
  margin: 0.6em 0 0.4em;
}
.c-tabBody .p-postList__tags span {
  font-size: 76%;
  color: #758A8F;
  margin-right: 1em;
  display: inline-block;
}
.c-tabBody .p-postList__tags span:before {
  content: "#";
}

/*---------------------------------------------------------------------
記事詳細
---------------------------------------------------------------------*/
.l-article .p-articleHead {
  margin: 1em 0;
}
.l-article .p-articleHead .c-postTitle__ttl {
  font-weight: 500;
}
.l-article .p-articleMetas.-titleTop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.l-article .p-articleMetas.-titleTop .c-postTimes time {
  font-size: 110%;
  font-family: "Cabin", sans-serif;
  color: #758A8F;
}
.l-article .p-articleMetas.-titleTop .c-postTimes time:before {
  content: none;
}
.l-article .p-articleMetas.-titleTop .c-categoryList {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-article .p-articleMetas.-titleTop .c-categoryList:before {
  content: none;
}
.l-article .p-articleMetas.-titleTop .c-categoryList a {
  background: #1A1311;
  color: #FFF;
  padding: 0.5em;
  line-height: 1;
  opacity: 1;
  font-size: 110%;
}
.l-article .p-articleMetas.-titleTop .c-tagList {
  display: none;
}
.l-article .p-articleMetas.-titleBottom .c-categoryList {
  display: none;
}
.l-article .p-articleMetas.-titleBottom .c-tagList:before {
  content: none;
}
.l-article .p-articleMetas.-titleBottom .c-tagList a {
  font-size: 100%;
  padding: 0;
  color: #758A8F;
  margin-right: 1em;
  display: inline-block;
  background: none;
}
.l-article .p-articleMetas.-titleBottom .c-tagList a:before {
  content: "#";
}
.l-article .p-articleFoot {
  padding: 0;
}
.l-article .p-articleFoot .p-articleMetas {
  display: none;
}
.l-article #after_article .l-articleBottom__title {
  border-top: #1A1311 2px solid;
  border-left: none;
  font-size: 86%;
}
.l-article #after_article .l-articleBottom__title:before {
  content: "RELATED";
  font-family: "Cabin", sans-serif;
  font-size: 180%;
  position: static;
  width: auto;
  background: none;
  display: inline-block;
  margin-right: 0.5em;
}
.l-article #after_article .l-articleBottom__title:after {
  content: none;
}
.l-article #after_article .p-postList__body {
  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;
}
.l-article #after_article .p-postList__meta {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  margin-top: 0;
  margin-bottom: 0.3em;
}
.l-article #after_article .p-postList__meta time {
  color: #758A8F;
}
.l-article #after_article .p-postList__meta time:before {
  content: none;
}
.l-article .c-shareBtns.-fix {
  background: #FFF;
  border: rgba(224, 228, 228, 0.4) 1px solid !important;
  border-left: none;
  border-radius: 0 0.2em 0.2em 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(26, 19, 17, 0.05);
          box-shadow: 0px 0px 10px 0px rgba(26, 19, 17, 0.05);
  left: 0;
  padding: 1em 0.6em;
  width: auto;
}
.l-article .c-shareBtns.-fix > p {
  color: #758A8F;
  font-size: 80%;
  display: block;
  padding-top: 1.5em;
  position: relative;
  margin-bottom: 0.6em;
}
.l-article .c-shareBtns.-fix > p:before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  background: url("../img/common/icon-share.svg") no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -0.7em;
}
.l-article .c-shareBtns.-fix .c-shareBtns__item {
  border-radius: 3em;
  overflow: hidden;
}
.l-article .c-shareBtns.-fix .c-shareBtns__item a {
  height: 2.1em;
}
.l-article .c-shareBtns.-fix .c-shareBtns__item.-copy {
  color: #758A8F;
}
.l-article .c-shareBtns.-fix .c-shareBtns__item.-twitter {
  color: #000;
}
.l-article .c-shareBtns.-fix .c-shareBtns__item.-twitter .c-shareBtns__btn {
  padding: 6px 6px;
}
.l-article .c-shareBtns.-fix .c-shareBtns__item.-twitter i:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(https://successio.info/wp/wp-content/themes/swell_child/shared/img/common/icon-x.svg) no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-filter: invert(159%) sepia(76%) saturate(3374%) hue-rotate(163deg) brightness(177%) contrast(121%);
          filter: invert(159%) sepia(76%) saturate(3374%) hue-rotate(163deg) brightness(177%) contrast(121%);
}
.l-article .c-shareBtns.-bottom {
  border: #E0E4E4 1px solid;
  border-radius: 0.2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5em;
}
.l-article .c-shareBtns.-bottom > p {
  display: none;
}
.l-article .c-shareBtns.-bottom .c-shareBtns__message {
  width: auto;
  padding: 0;
  margin-right: 1em;
}
.l-article .c-shareBtns.-bottom .c-shareBtns__message .__text {
  color: #758A8F;
  padding: 0;
  position: relative;
  padding-left: 1.2em;
}
.l-article .c-shareBtns.-bottom .c-shareBtns__message .__text:before, .l-article .c-shareBtns.-bottom .c-shareBtns__message .__text:after {
  content: none;
}
.l-article .c-shareBtns.-bottom .c-shareBtns__message .__text:before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: url("../img/common/icon-share.svg") no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.4em;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.l-article .c-shareBtns.-bottom .c-shareBtns__list {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-article .c-shareBtns.-bottom .c-shareBtns__list .c-shareBtns__item {
  border-radius: 2em;
  overflow: hidden;
  width: 2em;
}
.l-article .c-shareBtns.-bottom .c-shareBtns__list .c-shareBtns__item .c-shareBtns__icon {
  font-size: 120%;
}
.l-article .c-shareBtns.-bottom .c-shareBtns__list .c-shareBtns__item.-twitter {
  color: #000;
}
.l-article .c-shareBtns.-bottom .c-shareBtns__list .c-shareBtns__item.-twitter .c-shareBtns__btn {
  padding: 6px 6px;
}
.l-article .c-shareBtns.-bottom .c-shareBtns__list .c-shareBtns__item.-twitter i:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(https://successio.info/wp/wp-content/themes/swell_child/shared/img/common/icon-x.svg) no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-filter: invert(159%) sepia(76%) saturate(3374%) hue-rotate(163deg) brightness(177%) contrast(121%);
          filter: invert(159%) sepia(76%) saturate(3374%) hue-rotate(163deg) brightness(177%) contrast(121%);
}
@media screen and (max-width: 480px) {
  .l-article .c-shareBtns.-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1em;
  }
  .l-article .c-shareBtns.-bottom .c-shareBtns__message {
    margin-bottom: 0.5em;
  }
}

/*---------------------------------------------------------------------
ビジュアルエディタ
---------------------------------------------------------------------*/
#main_content .post_content a {
  text-decoration: underline;
}
#main_content .post_content a:hover {
  text-decoration: none;
}
#main_content .post_content .swell-block-button a {
  text-decoration: none;
}
#main_content .post_content .wp-block-categories-list a {
  text-decoration: none;
}
#main_content .post_content .wp-block-table td {
  padding-top: 1em;
  padding-bottom: 1em;
}
#main_content .post_content h2 {
  color: #1A1311;
  padding: 0;
  padding-bottom: 1em;
  border-bottom: #E0E4E4 1px solid;
  position: relative;
  background: none;
  display: block;
}
#main_content .post_content h2:before {
  content: "";
  width: 80px;
  height: 1px;
  background: #2B425A;
  position: absolute;
  left: 0;
  bottom: 0;
  top: auto;
  border: none;
}
#main_content .post_content h3 {
  position: relative;
  padding: 0 0 0 0.7em;
}
#main_content .post_content h3:before {
  content: none;
}
#main_content .post_content h3:after {
  content: "";
  width: 2px;
  height: 1em;
  border-radius: 1em;
  background: #2B425A;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
}
#main_content .post_content h4 {
  color: #2B425A;
  padding: 0;
  border-left: none;
}
#main_content .post_content h4:before {
  content: none;
}
#main_content .post_content h5 {
  color: #758A8F;
}
#main_content .post_content .p-toc {
  border: none;
  background: #F6F7F7;
  max-width: 100%;
  width: 100%;
}
#main_content .post_content .p-toc a {
  text-decoration: none;
}
#main_content .post_content .p-toc .p-toc__ttl {
  background: #758A8F;
}

.c-pagination .page-numbers {
  border-radius: 0.2em;
  color: #1A1311;
  border: #1A1311 1px solid;
  background: #FFF;
}
.c-pagination .page-numbers:hover {
  background: #1A1311;
  color: #FFF;
}
.c-pagination .page-numbers.current {
  background: #1A1311;
  color: #FFF;
}

/*---------------------------------------------------------------------
見出し
---------------------------------------------------------------------*/
/*---------------------------------------------------------------------
ボタン
---------------------------------------------------------------------*/
.btnArea .bacicBtn {
  display: block;
  background: #4AB9E2;
  color: #FFF;
  padding: 0.4em 1em;
  font-size: 90%;
  border-radius: 10em;
}
.btnArea .bacicBtn.-contact span {
  padding-left: 1em;
  position: relative;
}
.btnArea .bacicBtn.-contact span:before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.4em;
  background: url("../img/common/icon-comment.svg") no-repeat;
  background-position: center;
  background-size: contain;
}