@charset "UTF-8";
/* =========================================================
 Base style
========================================================= */
body {
  overflow: hidden;
  font-family: "Noto Sans JP", "游明朝体", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #555;
  word-break: break-all;
  background: #fff;
}
@media screen and (max-width: 749px) {
  body {
    padding-top: 0 !important;
  }
}

a {
  color: #55cbe1;
  transition: all ease-in-out 0.3s;
}
@media (hover: hover) {
  a:hover {
    color: #34b6d0;
  }
}

.single .entry-content a {
  text-decoration: underline;
}

.site-title a {
  font-weight: bold;
}

.site-main {
  padding-right: 360px;
}
@media screen and (max-width: 749px) {
  .site-main {
    padding-right: 0;
  }
}

.u-onlyPC {
  display: block;
}
@media screen and (max-width: 749px) {
  .u-onlyPC {
    display: none;
  }
}

.u-onlySP {
  display: none;
}
@media screen and (max-width: 749px) {
  .u-onlySP {
    display: block;
  }
}

/* main layout
--------------------------------------------------------- */
.site {
  position: relative;
}

.container {
  position: relative;
  width: auto;
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 1082px) {
  .container {
    padding: 0 18px;
  }
}

.full-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.site-content {
  padding: 0 !important;
  margin-bottom: 260px;
}
@media screen and (max-width: 749px) {
  .site-content {
    padding: 16px 0 0;
  }
}

.content-area {
  margin-bottom: 0;
}
@media screen and (max-width: 749px) {
  .content-area {
    margin-bottom: 111px;
  }
}

.archive .site-content,
.search .site-content {
  padding: 24px 0 0;
}

/* ------ TOC ------ */
#toc_container {
  width: 100% !important;
  padding: 32px;
  margin: 0 0 40px;
}
@media screen and (max-width: 749px) {
  #toc_container {
    padding: 16px;
  }
}

.toc_number {
  display: none;
}

.toc_list li::before {
  content: none !important;
}

/* ------ bzb-sns ------ */
#___plusone_0,
#___plusone_1 {
  width: 63px !important;
}

/* ------ header-snsボタン ------ */
#header-sns {
  display: none;
}

/* ------ 記事下twitterウィジェット ------ */
.xeory-social-twitter {
  display: block;
  width: auto;
  text-align: center;
}

/* ------ 記事下SNSボタン ------ */
/*
.xeory-social-btns > ul > li {
	@media screen and (max-width: 767px) {
		width: 50% ;
		padding: 0 ;

		&:nth-child(1) {
			> a {
				margin: 0 10px 10px 0;
			}
		}

		&:nth-child(2) {
			> a {
				margin: 0 0 10px 0;
			}
		}

		&:nth-child(3) {
			> a {
				margin: 0 10px 0 0;
			}
		}

		&:nth-child(4) {
			> a {
				margin: 0;
			}
		}
	}
}
*/
/* ------ サイドバーSNSボタン ------ */
#secondary .sns-list {
  margin: 36px 0 0;
  text-align: center;
}
#secondary .sns-list li {
  display: inline-block;
  padding: 0 7px;
  font-size: 18px;
  border: 0;
}
#secondary .sns-list li a {
  display: block;
  width: 40px;
  height: 40px;
  margin-left: 0;
  line-height: 36px;
  color: #fff;
  border-radius: 100%;
}
#secondary .sns-list li a:hover {
  background: #fff;
}
#secondary .sns-list .post-sns-facebook a {
  background: #3b5998;
  border: 2px solid #3b5998;
}
#secondary .sns-list .post-sns-facebook a:hover {
  color: #3b5998;
  border: 2px solid #3b5998;
}
#secondary .sns-list .post-sns-twitter a {
  background: #43ccf7;
  border: 2px solid #43ccf7;
}
#secondary .sns-list .post-sns-twitter a:hover {
  color: #43ccf7;
  border: 2px solid #43ccf7;
}
#secondary .sns-list .post-sns-google a {
  background: #d23f2d;
  border: 2px solid #d23f2d;
}
#secondary .sns-list .post-sns-google a:hover {
  color: #d23f2d;
  border: 2px solid #d23f2d;
}
#secondary .sns-list .post-sns-feedly a {
  background: #87c031;
  border: 2px solid #87c031;
}
#secondary .sns-list .post-sns-feedly a:hover {
  color: #87c031;
  border: 2px solid #87c031;
}

/* ------ 404ページの検索フォーム ------ */
.no-results .search-form {
  margin-bottom: 40px;
}

/* ------ pagetop ------ */
.pagetop {
  right: 22px;
  z-index: 100;
}

/* ------ sp-navボタン ------ */
.sp-nav-btn {
  position: absolute;
  top: -18px;
  right: 14px;
  overflow: auto;
}
.sp-nav-btn::before {
  display: block;
  font-size: 32px;
  text-align: center;
}
.sp-nav-btn::after {
  display: block;
  margin: -12px auto 0;
  font-size: 10px;
  text-align: center;
  content: "MENU";
}

/* ------ sp-nav ------ */
.sp-nav.active {
  z-index: 200;
  display: block;
}

.widget-area {
  width: 280px;
  margin-left: -280px;
}
@media screen and (max-width: 749px) {
  .widget-area {
    width: 100%;
    margin-left: 0;
  }
}

/* aboutページ */
/* --- コンテンツ枠 --- */
.session__nomal {
  max-width: 1040px;
  padding: 24px;
  margin: 0 auto;
}
@media screen and (width <= 767px) {
  .session__nomal {
    width: 100%;
  }
}
.session__full {
  width: 100%;
}
.session__full .session-title {
  max-width: 1040px;
  padding: 0 24px;
}
@media screen and (width <= 767px) {
  .session__full {
    width: 100%;
    margin: 32px auto 0;
  }
}

/* --- 見出し関連 --- */
.session-title {
  margin: 0 auto 64px;
}
@media screen and (width <= 767px) {
  .session-title {
    margin-bottom: 32px;
  }
}

.session-title h1 img {
  display: inline-block;
  max-width: auto;
  margin-right: 24px;
}
@media screen and (width <= 991px) {
  .session-title h1 img {
    height: 40px;
  }
}
@media screen and (width <= 767px) {
  .session-title h1 img {
    height: 24px;
    margin-right: 8px;
  }
}

.session-title span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #9c9c9c;
  vertical-align: bottom;
}

.session-title span span {
  margin-right: 8px;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 1000;
}
@media screen and (width <= 767px) {
  .session-title span span {
    font-size: 14px;
  }
}

/* --- ONE TEAM Lavとは関連 --- */
.aboutOTL {
  display: inline-block;
}

.aboutOTL__text {
  padding: 72px 92px;
  background-color: #fff;
}
@media screen and (width <= 991px) {
  .aboutOTL__text {
    padding: 0 40px;
  }
}
@media screen and (width <= 767px) {
  .aboutOTL__text {
    padding: 0;
  }
}

.aboutOTL__copy {
  display: block;
  margin-bottom: 16px;
  line-height: 1.4em;
}

.aboutOTL__text p {
  font-size: 14px;
}

.aboutOTL__text p span {
  margin-bottom: 12px;
  font-size: 24px;
}
@media screen and (width <= 767px) {
  .aboutOTL__text p span {
    font-size: 20px;
  }
}

.aboutOTL__text p strong {
  font-weight: 500;
}

.aboutOTL__img {
  position: relative;
  bottom: 64px;
  float: right;
  max-width: 314px;
}
@media screen and (width <= 991px) {
  .aboutOTL__img {
    bottom: 8px;
  }
}
@media screen and (width <= 767px) {
  .aboutOTL__img {
    display: none;
  }
}

/* --- メンバー一覧関連 --- */
.aboutMember {
  display: flex;
  width: 100%;
  padding: 0 0 0 6px;
  margin: -18px 0 72px calc(50vw - 520px);
  overflow: hidden;
}
@media screen and (width <= 1040px) {
  .aboutMember {
    margin-left: auto;
  }
}
@media screen and (width <= 991px) {
  .aboutMember {
    padding: 0;
  }
}
@media screen and (width <= 767px) {
  .aboutMember {
    margin-bottom: 48px;
  }
}

.aboutMember__card {
  display: block;
  width: 420px;
  margin: 18px 22px 18px 18px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 16px #e6e6e6;
}
@media screen and (width <= 767px) {
  .aboutMember__card {
    width: auto;
    margin: 24px;
  }
}

.owl-stage {
  display: flex;
}

.owl-item {
  display: flex;
}

.aboutMember__icon {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin: 40px 32px 28px 40px;
}
@media screen and (width <= 767px) {
  .aboutMember__icon {
    width: 88px;
    height: 88px;
    margin: 28px 24px 12px;
  }
}

.aboutMember__icon img {
  border-radius: 100px;
  box-shadow: 0 0 20px #e6e6e6;
}
@media screen and (width <= 767px) {
  .aboutMember__icon img {
    box-shadow: 0 0 12px #e6e6e6;
  }
}

.aboutMember__name {
  position: relative;
  bottom: 64px;
  display: inline-block;
  width: 100px;
}
@media screen and (width <= 767px) {
  .aboutMember__name {
    position: relative;
    bottom: 32px;
  }
}

.aboutMember__nameRomaji {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}

.aboutMember__nameKanji {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.aboutMember__comment {
  display: inline-block;
  margin: 0 32px 24px;
  font-size: 14px;
  line-height: 160%;
}
@media screen and (width <= 767px) {
  .aboutMember__comment {
    margin: 0 24px 16px;
  }
}

.aboutMember__comment a:hover {
  opacity: 0.8;
}

.aboutMember__commentTitle {
  font-weight: 500;
  color: #adb2b2;
}

.aboutMember__commentAnswer {
  margin-bottom: 12px;
  font-weight: normal;
}
@media screen and (width <= 767px) {
  .aboutMember__commentAnswer {
    margin-bottom: 12px;
  }
}

/* --- コンテンツ関連 --- */
.aboutContents__block {
  background-color: #fff;
  border-top: solid 10px #eff3f6;
}

.aboutContents {
  box-sizing: content-box;
  display: -webkit-box;
  display: flex;
  display: flexbox;
  justify-content: space-between;
  width: auto;
  max-width: 992px;
  height: auto;
  padding: 72px 24px;
  margin: 0 auto;
  text-align: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (width <= 991px) {
  .aboutContents {
    box-sizing: border-box;
  }
}
@media screen and (width <= 767px) {
  .aboutContents {
    flex-direction: column;
    height: auto;
    padding: 32px 24px;
  }
}

@media screen and (width <= 767px) {
  .aboutContents__spSet-1 {
    order: 1;
  }
  .aboutContents__spSet-2 {
    order: 2;
  }
}
.aboutContents__text {
  display: inline-block;
  width: calc(50% - 40px);
  text-align: left;
}
@media screen and (width <= 767px) {
  .aboutContents__text {
    width: 100%;
    margin: 0 0 40px;
  }
}

.aboutContents__text h3 {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8em;
}
@media screen and (width <= 991px) {
  .aboutContents__text h3 {
    font-size: 21px;
  }
}
@media screen and (width <= 767px) {
  .aboutContents__text h3 {
    max-width: 100%;
    font-size: 20px;
    line-height: 1.4em;
  }
}

.aboutContents__text p {
  margin-bottom: 28px;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (width <= 767px) {
  .aboutContents__text p {
    max-width: 100%;
    margin-bottom: 24px;
  }
}

.aboutContents__text span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8em;
  color: #55cbe1;
}
@media screen and (width <= 767px) {
  .aboutContents__text span {
    width: 100%;
  }
}

.aboutContents__text h3 span {
  padding: 4px 12px;
  margin-left: 16px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  vertical-align: middle;
  background: linear-gradient(101.51deg, #409be7 -1.62%, #55cbe1 52.09%, #40e7d1 92.12%);
}
@media screen and (width <= 991px) {
  .aboutContents__text h3 span {
    padding: 4px 8px;
    margin-left: 8px;
    font-size: 10px;
  }
}

.aboutContents__text a {
  padding: 8px 32px;
  font-size: 14px;
  color: #fff;
  background-color: #55cbe1;
  border-radius: 5px;
}

.aboutContents__text a:hover {
  color: #fff;
  opacity: 0.8;
}

.aboutContents__img {
  display: inline-block;
  max-width: calc(50% - 40px);
  min-height: 0%;
  vertical-align: top;
}
@media screen and (width <= 767px) {
  .aboutContents__img {
    max-width: 100%;
    margin: 0 auto;
  }
}

@font-face {
  font-family: "Custom Yu Gothic";
  font-weight: 400;
  src: local("Yu Gothic");
}
@font-face {
  font-family: "Custom Yu Gothic";
  font-weight: 400;
  src: local("Yu Gothic");
}
@font-face {
  font-family: "Custom Yu Gothic";
  font-weight: bold;
  src: local("Yu Gothic");
}
a:focus,
*:focus {
  outline: none;
}

/* zeory style */
audio:not([controls]) {
  display: none;
}

button {
  overflow: visible;
  appearance: button;
}

details {
  display: block;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  text-size-adjust: 100%;
}

input {
  border-radius: 0;
}

input[type=button],
input[type=reset],
input[type=submit] {
  appearance: button;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  appearance: none;
}

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

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

summary {
  display: block;
}

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

template {
  display: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[hidden] {
  display: none;
}

/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit;
  border-style: solid;
  border-width: 0;
}

* {
  padding: 0;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
*,
:root {
  box-sizing: border-box;
  font: 100%/1.5 "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: inherit;
  text-rendering: optimizelegibility;
}

a {
  color: #55cbe1;
  text-decoration: none;
  transition: all 0.1s;
}

@media (hover: hover) {
  a:hover {
    color: #55cbe1;
    text-decoration: none;
  }
}

audio,
canvas,
iframe,
img video {
  vertical-align: middle;
  backface-visibility: hidden;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: transparent;
}

button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentcolor;
}

table {
  width: 100% !important;
  border-spacing: 0;
  border-collapse: collapse;
}

::selection {
  color: #fff;
  text-shadow: none;
  background-color: #2581c4;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden=false] {
  position: absolute;
  display: inherit;
  clip: rect(0 0 0 0);
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

/* =========================================================
 Base style
========================================================= */
body {
  overflow: initial;
  font-family: "Noto Sans JP", "Noto Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.4em;
  color: #616666;
  word-break: break-all;
  background: #f8f9f9;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}
body.is-fixed {
  width: 100%;
  height: 100%;
}

@media screen and (width <= 991px) {
  body.single {
    padding-top: 0 !important;
    background: #fff;
  }
}
img {
  max-width: 100%;
  height: auto;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #eee;
  outline: 0 !important;
}

input::selection,
select::selection,
textarea::selection {
  color: #000 !important;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  table {
    display: table;
    table-layout: fixed;
  }
  *::-ms-backdrop,
  td {
    width: inherit !important;
  }
}
table th {
  font-weight: normal;
}

table td,
table th {
  text-align: left;
  word-break: break-all;
}

/* 記事詳細ページのリンクカードのiframe */
iframe.wp-embedded-content {
  position: relative;
  left: -16px;
  width: calc(100% + 32px);
}

@media screen and (width <= 670px) {
  iframe.wp-embedded-content {
    left: 0;
    margin: 0 -16px;
  }
}
/* main layout
--------------------------------------------------------- */
.container {
  position: relative;
  width: auto;
  max-width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 1082px) {
  .container {
    max-width: inherit;
    padding: 0;
    margin: 0;
  }
}

.mainContainer {
  display: flex;
}
@media screen and (max-width: 1082px) {
  .mainContainer {
    display: block;
    padding: 0 16px;
  }
}

/* ------ youtube動画 ------ */
.youtube-video-wrap {
  position: relative;
  height: 0;
  padding: 30px 0 56.25% !important;
  overflow: hidden;
}

.youtube-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* =========================================================
 Header
========================================================= */
.site-header {
  position: relative;
  z-index: 9999;
  width: 100%;
  background: linear-gradient(to bottom right, #55cbe1, #4fdbdb);
  border: 0;
}

@media screen and (width <= 991px) {
  .site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
  }
}
.headerTop {
  display: flex;
  max-width: 1072px;
  height: 64px;
  padding: 0 16px;
  margin: 0 auto;
}

@media screen and (width <= 991px) {
  .headerTop {
    display: none;
  }
}
.headerExplain__text {
  padding: 16px 0;
  line-height: 160%;
  color: #4a4a4a;
  text-align: center;
  background-color: #f9fafa;
  font-size: 14px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}

@media screen and (width <= 991px) {
  .headerExplain__text {
    display: none;
  }
}
.headerExplain__text--sp {
  display: none;
}

@media screen and (width <= 991px) {
  .headerExplain__text--sp {
    display: block;
    padding: 16px;
    margin: 32px 0 16px;
    line-height: 140%;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    background-color: #f9fafa;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 164%;
    text-align: left;
  }
}
.headerTop__container {
  display: block;
  width: auto;
  height: 36px;
  margin-top: 16px;
  margin-left: auto;
}

@media screen and (width <= 991px) {
  .headerTop__container {
    display: none;
  }
}
.headerTop__uniposLogo {
  width: auto;
  height: 36px;
}

/* Header custom layout
----------------------------------------------------------------- */
@media screen and (width >= 992px) {
  /* ----- One line | type-b ----- */
  .type-b .site-title {
    padding: 12px 0;
  }
  .type-b .site-description {
    display: none;
  }
  .type-b .main-navigation {
    float: right;
    border-top-color: transparent;
  }
  .type-b .primary-menu > .menu-item > a {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  /* ----- Side nav | type-c ----- */
  .type-c .site {
    padding-left: 240px;
  }
  .type-c .box-search {
    position: fixed;
    top: 0;
    left: 0;
    float: none;
    width: 240px;
    height: 100%;
    overflow-y: scroll;
    border: none;
    border-right: 1px solid #e5e5e5;
  }
  .type-c .site-title {
    float: none;
  }
  .type-c .site-description {
    float: none;
  }
  .type-c .main-navigation {
    border: none;
  }
  .type-c .primary-menu {
    margin: 0;
  }
  .type-c .primary-menu > .menu-item {
    display: block;
    padding: 0;
  }
}
/* ----- Site title ----- */
.site-title {
  float: left;
  font-size: 24px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  line-height: 1;
}
@media screen and (max-width: 749px) {
  .site-title {
    font-size: 18px;
  }
}

.site-title a {
  font-weight: bold;
  color: #383838;
  text-decoration: underline;
}

/* ----- Site description ----- */
.site-description {
  float: right;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  color: #57585a;
}
@media screen and (max-width: 749px) {
  .site-description {
    display: none;
  }
}

/* =========================================================
 Content layout
========================================================= */
.site-content {
  padding: 0;
  margin-bottom: 120px;
}
@media screen and (max-width: 749px) {
  .site-content {
    margin-bottom: 56px;
  }
}

.content-area {
  width: 100%;
  margin-bottom: 0;
}

.one-column .content-area {
  float: none;
}

.site-main {
  padding-right: 330px;
  margin-top: 56px;
}
@media screen and (max-width: 1082px) {
  .site-main {
    padding-right: 0;
  }
}

.site-main.post-list-main {
  padding-right: 330px;
  margin-top: 56px;
}
@media screen and (max-width: 1082px) {
  .site-main.post-list-main {
    padding-right: 0;
  }
}

.archive .site-main,
.search .site-main {
  padding-right: 330px;
  margin-top: 56px;
}
@media screen and (max-width: 1082px) {
  .archive .site-main,
  .search .site-main {
    padding-right: 0;
  }
}

.single .site-main {
  padding-right: 330px;
  margin-top: 40px;
}
@media screen and (max-width: 1082px) {
  .single .site-main {
    padding-right: 0;
  }
}

.one-column .site-main {
  padding-right: 0;
  padding-left: 0;
}

.widget-area {
  width: 300px;
  margin-top: 111px;
  margin-left: -300px;
}
@media screen and (max-width: 1082px) {
  .widget-area {
    width: 100%;
    margin-top: 56px;
    margin-left: 0;
  }
}

.one-column .widget-area {
  width: 100%;
  margin-left: 0;
}

/* =========================================================
 Sidebar
========================================================= */
/* =========================================================
 Footer
========================================================= */
/* Site information
---------------------------------------------------------- */
.site-info {
  font-size: 12px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  text-align: right;
}
@media screen and (max-width: 749px) {
  .site-info {
    text-align: center;
  }
}

.site-info > .container {
  padding: 10px 0;
}
@media screen and (max-width: 749px) {
  .site-info > .container {
    padding: 12px 0;
  }
}

/* =========================================================
 Loop
========================================================= */
/* Sub loop
---------------------------------------------------------- */
.xeory-subloop {
  margin: 0 -8px;
  font-size: 0;
}
@media screen and (max-width: 749px) {
  .xeory-subloop {
    margin: 0 -5px;
  }
}

.xeory-subloop ul {
  list-style: none;
}

.xeory-subloop-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  display: inline-block;
  width: 100%;
  padding: 0 8px 16px;
  overflow: hidden;
  vertical-align: top;
}
@media screen and (max-width: 749px) {
  .xeory-subloop-item {
    padding: 0 5px 10px;
  }
}

.xeory-subloop-image {
  float: left;
  width: 150px;
  margin-right: 8px;
}

.xeory-subloop-image > a {
  display: block;
  width: 184px;
  height: 92px;
  background: no-repeat center center/cover;
}
@media screen and (max-width: 749px) {
  .xeory-subloop-image > a {
    width: 138px;
    height: 69px;
  }
}

.xeory-subloop-image > a > img {
  width: 184px;
  height: 92px;
  object-fit: cover;
}
@media screen and (max-width: 749px) {
  .xeory-subloop-image > a > img {
    width: 138px;
    height: 69px;
  }
}

.xeory-subloop-content {
  margin-left: 170px;
}
@media screen and (max-width: 749px) {
  .xeory-subloop-content {
    margin-left: 85px;
  }
}

.side-widget .xeory-subloop-content {
  margin-left: 0;
}

.xeory-subloop-title {
  margin-bottom: 6px;
}
@media screen and (max-width: 749px) {
  .xeory-subloop-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 164%;
    text-align: left;
  }
}

.xeory-subloop-meta {
  font-size: 14px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  line-height: 1.2;
  color: #57585a;
}
@media screen and (max-width: 749px) {
  .xeory-subloop-meta {
    font-size: 12px;
    font-weight: 400;
    line-height: 164%;
    text-align: left;
  }
}

.xeory-subloop.xeory-subloop-card .xeory-subloop-item > a {
  display: block;
  overflow: hidden;
  color: #383838;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.xeory-subloop.xeory-subloop-card .xeory-subloop-content {
  padding: 12px 16px;
  margin: 0;
}
@media screen and (max-width: 749px) {
  .xeory-subloop.xeory-subloop-card .xeory-subloop-content {
    padding: 8px 12px;
  }
}

.xeory-subloop.xeory-subloop-horizon .xeory-subloop-item {
  width: 25%;
}
@media screen and (max-width: 749px) {
  .xeory-subloop.xeory-subloop-horizon .xeory-subloop-item {
    width: 50%;
  }
}

.side-widget .xeory-subloop.xeory-subloop-horizon .xeory-subloop-item {
  width: 50%;
}

.xeory-subloop.xeory-subloop-horizon .xeory-subloop-image {
  float: none;
  width: 100%;
  margin: 0 0 8px;
}

.xeory-subloop.xeory-subloop-horizon .xeory-subloop-content {
  margin: 0;
}

.xeory-subloop.xeory-subloop-horizon.xeory-subloop-card .xeory-subloop-image {
  float: none;
  margin: 0;
}

/* =========================================================
 Form
========================================================= */
/* base form
--------------------------------------------------------- */
input,
textarea {
  max-width: 100%;
  padding: 4px 8px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}

span.select {
  position: relative;
  display: inline-block;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}

span.select select {
  box-sizing: border-box;
  width: 100%;
  padding: 4px 8px;
}

span.select::after {
  position: absolute;
  top: 4px;
  right: 8px;
  font-family: FontAwesome;
  content: "\f0d7";
}

/* Search form
--------------------------------------------------------- */
.search-form {
  position: relative;
  display: block;
  height: 45px;
  margin-bottom: 40px;
  background: #fff;
  border: 1px solid #d2d3d3;
  border-radius: 3px;
}

.search-form input[type=text],
.search-form input[type=search] {
  position: absolute;
  inset: 0 80px 0 0;
  display: block;
  width: 100%;
  padding: 4px 80px 4px 8px;
  border: none;
}

.search-form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 48px;
  padding: 0;
  cursor: pointer;
  background-color: #55cbe1;
  background-image: url("../../img/common/ico-search-inbox_w.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  border-radius: 0 2px 2px 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}

.screen-reader-text {
  display: none;
}

/* =========================================================
 Navigation
========================================================= */
/* SP nav
---------------------------------------------------------- */
/* ----- SP nav box ----- */
.sp-nav {
  position: fixed;
  right: -100%;
  bottom: 0;
  display: none;
  width: 72%;
  color: #fff;
  transition: all ease-in-out 0.3s;
}
@media screen and (max-width: 749px) {
  .sp-nav {
    display: block;
    background-color: rgba(16, 16, 16, 0.9);
  }
}

.sp-nav a {
  color: #fff;
}

.sp-nav.active {
  right: 0;
  z-index: 200;
  display: block;
}

/* ----- SP nav menu style ----- */
@media screen and (max-width: 749px) {
  .sp-nav .widget-title {
    padding: 24px 16px 16px;
  }
  .sp-nav .cat-item,
  .sp-nav .menu-item {
    border-bottom: 1px solid #444;
  }
  .sp-nav .cat-item:first-of-type,
  .sp-nav .menu-item:first-of-type {
    border-top: 1px solid #444;
  }
  .sp-nav .cat-item > a,
  .sp-nav .menu-item > a {
    display: block;
    padding: 12px 16px 12px 38px;
  }
  .sp-nav .cat-item > a::after,
  .sp-nav .menu-item > a::after {
    position: absolute;
    right: 22px;
    font-family: FontAwesome;
    font-size: 18px;
    content: "\f105";
  }
}
/* ----- SP nav menu toggle button ----- */
.sp-nav-btn {
  position: absolute;
  top: -18px;
  right: 14px;
  bottom: 0;
  display: none;
  width: 36px;
  height: 36px;
  margin: auto;
  overflow: auto;
  font-size: 24px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}
@media screen and (max-width: 749px) {
  .sp-nav-btn {
    display: block;
  }
}

.sp-nav-btn::before {
  display: block;
  font-family: FontAwesome;
  color: #383838;
  text-align: center;
  content: "\f039";
  font-size: 32px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}

.sp-nav-btn::after {
  display: block;
  margin: -12px auto 0;
  text-align: center;
  content: "MENU";
  font-size: 10px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}

/* =========================================================
  Pagination
========================================================= */
.pagination {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
  width: 100%;
  margin-top: 80px;
}
@media screen and (max-width: 749px) {
  .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 36px;
  }
}

.pagination .nav-links {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: center;
}
@media screen and (max-width: 749px) {
  .pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: center;
  }
}

.pagination a,
.pagination span,
.pagination p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 0;
  color: #55cbe1;
  background: transparent;
  border: 1px solid #55cbe1;
  border-radius: 50%;
}
@media screen and (max-width: 749px) {
  .pagination a,
  .pagination span,
  .pagination p {
    width: 36px;
    height: 36px;
  }
}

.pagination a:hover {
  color: #fff;
  background: #55cbe1;
}

.pagination .dots {
  width: auto;
  margin-top: -5px;
  border: none;
}

.pagination .current {
  color: #fff;
  background: #55cbe1;
}

.pagination .prev,
.pagination .next {
  position: relative;
  font-size: 0;
}

.pagination .prev::before,
.pagination .next::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-family: FontAwesome;
  color: #55cbe1;
  content: "\f105";
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}

.pagination .prev:hover::before,
.pagination .next:hover::before {
  color: #fff;
}

.pagination .prev::before {
  transform: rotate(180deg);
}

/* =========================================================
Widget
========================================================= */
/* Side Widget
--------------------------------------------------------- */
body #secondary .widget_xeory_postviews .side-ranking-title::before {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #55cbe1;
  content: "RANKING";
}

.aboutUs__wrap {
  width: 100%;
  margin-bottom: 40px;
  background: linear-gradient(to right, #55cbe1 0%, #50dadc 100%);
  border: 2px solid transparent;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 749px) {
  .aboutUs__wrap {
    display: none;
  }
}

@media screen and (max-width: 749px) {
  .sp-nav-inner .aboutUs__wrap {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 749px) {
  .sp-nav-inner .aboutUs {
    display: block;
    padding: 32px;
  }
}

.aboutUs {
  display: inline-block;
  width: 100%;
  padding: 32px 24px;
  background-color: #fff;
  border-radius: 3px;
}
@media screen and (max-width: 749px) {
  .aboutUs {
    display: none;
  }
}

.aboutUs__imgWrap {
  width: 100%;
  margin-bottom: 24px;
  text-align: center;
}

.aboutUs__text {
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 150%;
  color: #616666;
}

.aboutUs__link {
  display: block;
  text-align: right;
}

.aboutUs__link img {
  display: inline-block;
  margin-right: 4px;
}

.aboutUs__link a {
  font-size: 14px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  display: inline-block;
  line-height: 100%;
  color: #616666;
}

.side-widget {
  font-size: 14px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  margin-bottom: 32px;
}
@media screen and (max-width: 749px) {
  .side-widget {
    margin-bottom: 40px;
  }
}

.side-widget-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}

.side-widget ul {
  padding: 0;
  margin: 0 0 24px;
  list-style: none;
}

.side-widget.widget_archive ul li,
.side-widget.widget_categories ul li,
.side-widget.widget_recent_entries ul li {
  border-bottom: 1px solid #e5e5e5;
}

.side-widget.widget_archive ul li a,
.side-widget.widget_categories ul li a,
.side-widget.widget_recent_entries ul li a {
  position: relative;
  display: block;
  padding: 16px 0 16px 36px;
  color: #383838;
}

.side-widget.widget_archive ul li a::before,
.side-widget.widget_categories ul li a::before,
.side-widget.widget_recent_entries ul li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  font-family: FontAwesome;
  line-height: 20px;
  color: #fff;
  text-align: center;
  content: "\f105";
  background: #e5e5e5;
  transition: all ease-in-out 0.3s;
}

.side-widget.widget_archive ul li a:hover::before,
.side-widget.widget_categories ul li a:hover::before,
.side-widget.widget_recent_entries ul li a:hover::before {
  background: #57585a;
}

.side-widget.widget_archive ul ul,
.side-widget.widget_categories ul ul,
.side-widget.widget_recent_entries ul ul {
  padding-left: 20px;
}

.side-widget li.recentcomments {
  padding: 8px 0;
}

.side-widget li.recentcomments a {
  text-decoration: underline;
}

.side-widget li.recentcomments a:hover {
  text-decoration: none;
}

.side-widget li.recentcomments a::before {
  content: none;
}

/* お役立ち資料CTA
--------------------------------------------------------- */
.documentCta {
  top: 134px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1082px) {
  .documentCta {
    top: auto;
  }
}

.documentCta__titleWrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 51px;
  background-color: #55cbe1;
  border-radius: 10px;
}

.documentCta__titleWrap::before {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -11px;
  content: "";
  border: 11px solid transparent;
  border-top: 10px solid #55cbe1;
}

.documentCta__titleText {
  font-size: 18px;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 130%;
  color: #fff;
  letter-spacing: 0.75px;
}

.documentCta__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 15px 10px 10px;
  list-style: none;
}

.documentCta__item {
  display: block;
  transition: opacity 0.3s;
}
.documentCta__item:hover {
  opacity: 0.5;
}

.documentCta__link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.documentCta__img {
  vertical-align: middle;
  filter: drop-shadow(0 4px 8px rgba(76, 81, 81, 0.16));
}

/* Footer Widget
--------------------------------------------------------- */
.footer-widget {
  border-top: 1px solid #e5e5e5;
}

.footer-widget .container {
  padding: 40px 0;
}

.footer-widget-title {
  margin-bottom: 12px;
}

.footer-widget.widget_nav_menu ul li {
  display: inline-block;
}

/* =========================================================
 Xeory social
========================================================= */
/* Share buttons
--------------------------------------------------------- */
.bzb-sns-btn {
  margin: 0 -4px;
  font-size: 0;
  list-style: none;
}

.bzb-sns-btn > li {
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  display: inline-block;
  padding: 4px;
  margin-bottom: 4px;
  vertical-align: top;
}

/* 第二段階 */
.bzb-sns-btn > li.bzb-line {
  padding: 3px 0 0;
}

/* 第二段階 */
.bzb-sns-btn > li.bzb-twitter {
  padding: 5px 4px 4px;
}

/* 第二段階 */
.bzb-sns-btn > li.bzb-hatena {
  padding: 5px 4px 4px;
}

/* 第二段階 */
.bzb-sns-btn > li.bzb-pocket {
  padding: 5px 4px 4px;
}

.bzb-sns-btn.original-btn1,
.bzb-sns-btn.original-btn2,
.bzb-sns-btn.original-btn3 {
  text-align: center;
}

.bzb-sns-btn.original-btn1 > li,
.bzb-sns-btn.original-btn2 > li,
.bzb-sns-btn.original-btn3 > li {
  width: 16.6666666667%;
  font-size: 12px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 749px) {
  .bzb-sns-btn.original-btn1 > li,
  .bzb-sns-btn.original-btn2 > li,
  .bzb-sns-btn.original-btn3 > li {
    width: 50%;
  }
}

.bzb-sns-btn.original-btn1 > li .count-num,
.bzb-sns-btn.original-btn2 > li .count-num,
.bzb-sns-btn.original-btn3 > li .count-num {
  position: relative;
  padding: 8px;
  margin-bottom: 8px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.75px;
  text-align: left;
}

.bzb-sns-btn.original-btn1 > li .count-num::after,
.bzb-sns-btn.original-btn1 > li .count-num::before,
.bzb-sns-btn.original-btn2 > li .count-num::after,
.bzb-sns-btn.original-btn2 > li .count-num::before,
.bzb-sns-btn.original-btn3 > li .count-num::after,
.bzb-sns-btn.original-btn3 > li .count-num::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  pointer-events: none;
  content: " ";
  border: solid transparent;
}

.bzb-sns-btn.original-btn1 > li .count-num::after,
.bzb-sns-btn.original-btn2 > li .count-num::after,
.bzb-sns-btn.original-btn3 > li .count-num::after {
  margin-left: -7px;
  border-color: rgba(255, 255, 255, 0);
  border-width: 7px;
  border-top-color: #fff;
}

.bzb-sns-btn.original-btn1 > li .count-num::before,
.bzb-sns-btn.original-btn2 > li .count-num::before,
.bzb-sns-btn.original-btn3 > li .count-num::before {
  margin-left: -8px;
  border-color: rgba(221, 221, 221, 0);
  border-width: 8px;
  border-top-color: #ddd;
}

.bzb-sns-btn.original-btn1 > li a,
.bzb-sns-btn.original-btn2 > li a,
.bzb-sns-btn.original-btn3 > li a {
  display: block;
  padding: 8px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}

.bzb-sns-btn.original-btn1 > li a span,
.bzb-sns-btn.original-btn2 > li a span,
.bzb-sns-btn.original-btn3 > li a span {
  display: none;
}

.bzb-sns-btn.original-btn1 > li a:hover,
.bzb-sns-btn.original-btn2 > li a:hover,
.bzb-sns-btn.original-btn3 > li a:hover {
  color: #fff;
}

.bzb-sns-btn.original-btn1 > li.bzb-facebook a,
.bzb-sns-btn.original-btn2 > li.bzb-facebook a,
.bzb-sns-btn.original-btn3 > li.bzb-facebook a {
  background: #385698;
}

.bzb-sns-btn.original-btn1 > li.bzb-twitter a,
.bzb-sns-btn.original-btn2 > li.bzb-twitter a,
.bzb-sns-btn.original-btn3 > li.bzb-twitter a {
  background: #00abf0;
}

.bzb-sns-btn.original-btn1 > li.bzb-googleplus a,
.bzb-sns-btn.original-btn2 > li.bzb-googleplus a,
.bzb-sns-btn.original-btn3 > li.bzb-googleplus a {
  background: #df4a32;
}

.bzb-sns-btn.original-btn1 > li.bzb-hatena a,
.bzb-sns-btn.original-btn2 > li.bzb-hatena a,
.bzb-sns-btn.original-btn3 > li.bzb-hatena a {
  background: #008ee1;
}

.bzb-sns-btn.original-btn1 > li.bzb-hatena a .fa-hatena::before,
.bzb-sns-btn.original-btn2 > li.bzb-hatena a .fa-hatena::before,
.bzb-sns-btn.original-btn3 > li.bzb-hatena a .fa-hatena::before {
  font-family: Verdana;
  font-weight: 700;
  content: "B!";
}

.bzb-sns-btn.original-btn1 > li.bzb-pocket a,
.bzb-sns-btn.original-btn2 > li.bzb-pocket a,
.bzb-sns-btn.original-btn3 > li.bzb-pocket a {
  background: #f7374b;
}

@media screen and (max-width: 1082px) {
  .bzb-sns-btn.original-btn1 > li.bzb-line .count-num,
  .bzb-sns-btn.original-btn2 > li.bzb-line .count-num,
  .bzb-sns-btn.original-btn3 > li.bzb-line .count-num {
    font-size: 10px;
    font-weight: 400;
    line-height: 164%;
    text-align: left;
  }
}
@media screen and (max-width: 749px) {
  .bzb-sns-btn.original-btn1 > li.bzb-line .count-num,
  .bzb-sns-btn.original-btn2 > li.bzb-line .count-num,
  .bzb-sns-btn.original-btn3 > li.bzb-line .count-num {
    font-size: 12px;
    font-weight: 400;
    line-height: 164%;
    text-align: left;
  }
}

.bzb-sns-btn.original-btn1 > li.bzb-line a,
.bzb-sns-btn.original-btn2 > li.bzb-line a,
.bzb-sns-btn.original-btn3 > li.bzb-line a {
  padding: 8.5px 10px;
  font-size: 11px;
  line-height: 16.5px;
  background: #01c300;
}

.bzb-sns-btn.original-btn1 > li.bzb-line a img,
.bzb-sns-btn.original-btn2 > li.bzb-line a img,
.bzb-sns-btn.original-btn3 > li.bzb-line a img {
  margin-right: 4px;
  vertical-align: middle;
}

.hentry > .bzb-sns-area {
  padding: 0 64px;
}
@media screen and (max-width: 1082px) {
  .hentry > .bzb-sns-area {
    padding: 0 48px;
  }
}
@media screen and (max-width: 749px) {
  .hentry > .bzb-sns-area {
    padding: 0 20px;
  }
}

.entry-footer > .bzb-sns-area {
  padding: 24px 0;
}

/* Widget follow buttons
--------------------------------------------------------- */
.widget_social_widget > .widget-content {
  margin: 0 -200px;
  font-size: 0;
}

#secondary .widget_social_widget > .side-widget-inner > .side-widget-title::before {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #55cbe1;
  content: "SNS";
}

/* ----- Under post ----- */
.xeory-social-facebook,
.xeory-social-twitter,
.xeory-social-btns {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}

.xeory-social-facebook,
.xeory-social-twitter {
  width: 50%;
  text-align: center;
}

.xeory-social-btns {
  width: 100%;
}

.xeory-social-btns > ul {
  font-size: 0;
  list-style: none;
}

.xeory-social-btns > ul > li {
  font-size: 14px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  display: inline-block;
  width: 25%;
  padding-right: 8px;
  padding-left: 8px;
  vertical-align: top;
}

.xeory-social-btns > ul > li > a {
  display: block;
  padding: 16px;
  color: #fff;
  text-align: center;
}

.xeory-social-btns > ul > li > a::before {
  font-family: FontAwesome;
}

.xeory-social-btns > ul > li > a:hover {
  opacity: 0.8;
}

.xeory-social-btns > ul > li.item-facebook > a {
  background: #1877f2;
}

.xeory-social-btns > ul > li.item-twitter > a {
  background: #55acee;
}

.xeory-social-btns > ul > li.item-twitter > a::before {
  content: "\f099";
}

.xeory-social-btns > ul > li.item-google a {
  background: #dc4e41;
}

.xeory-social-btns > ul > li.item-google a::before {
  content: "\f0d5";
}

.xeory-social-btns > ul > li.item-feedly a {
  background: #2bb24c;
}

/* ----- Side ----- */
.side-widget .xeory-social-facebook,
.side-widget .xeory-social-twitter,
.side-widget .xeory-social-btns {
  width: 100%;
}

.side-widget .xeory-social-btns > ul > li {
  width: 100%;
  margin-bottom: 4px;
}

.side-widget .xeory-social-btns > ul > li a {
  padding: 8px 12px;
}

/* ----- Footer ----- */
.site-footer {
  background: #eff3f6;
}
@media screen and (max-width: 749px) {
  .site-footer {
    padding: 0 24px;
  }
}

.site-footer .footer-widget {
  border: 0;
}

#footer-widget .widget_nav_menu {
  display: inline-block;
  width: 50%;
}
@media screen and (max-width: 749px) {
  #footer-widget .widget_nav_menu {
    width: 100%;
  }
}

#footer-widget .widget_nav_menu ul {
  list-style: none;
}
@media screen and (max-width: 749px) {
  #footer-widget .widget_nav_menu ul {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 749px) {
  #footer-widget .widget_nav_menu .container ul li {
    text-align: left;
  }
}

#footer-widget .widget_nav_menu .container ul li a {
  padding-right: 0;
  color: #616666;
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}
@media screen and (max-width: 749px) {
  #footer-widget .widget_nav_menu .container ul li a {
    font-size: 12px;
    font-weight: 400;
    line-height: 164%;
    text-align: left;
  }
}

#footer-widget .widget_nav_menu .container ul li a:hover {
  color: #55cbe1;
}

#footer-widget .widget_social_widget {
  display: inline-block;
  width: 50%;
  text-align: right;
}
@media screen and (max-width: 749px) {
  #footer-widget .widget_social_widget {
    width: 100%;
    text-align: center;
  }
}

#footer-widget .xeory-social-name {
  display: none;
}
@media screen and (max-width: 749px) {
  #footer-widget .xeory-social-name {
    display: inline-block;
  }
}

#footer-widget .xeory-social-btns > ul > li {
  display: inline-block;
  width: auto;
  padding-right: 8px;
  padding-left: 8px;
  font-size: 18px;
  vertical-align: top;
}
@media screen and (max-width: 749px) {
  #footer-widget .xeory-social-btns > ul > li {
    font-size: 14px;
    font-weight: 400;
    line-height: 164%;
    text-align: left;
    display: inline-block;
    width: 50%;
    margin-bottom: 16px;
    vertical-align: top;
  }
}

#footer-widget .xeory-social-btns > ul > li > a {
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 500px;
}
@media screen and (max-width: 749px) {
  #footer-widget .xeory-social-btns > ul > li > a {
    width: 100%;
    height: 48px;
    padding: 9px;
    border-radius: 10px;
  }
}

#footer-widget .xeory-social-btns > ul > li > a::before {
  font-size: 17px;
}
@media screen and (max-width: 749px) {
  #footer-widget .xeory-social-btns > ul > li > a::before {
    margin-right: 8px;
    vertical-align: middle;
  }
}

#footer-widget .widget_social_widget .xeory-social-btns ul .item-feedly a::before {
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 0;
  content: "";
  background-image: url("../../img/sns/ico_feedly.svg");
  background-repeat: no-repeat;
  background-position: 2px 2px;
  background-size: 27px 27px;
}
@media screen and (max-width: 749px) {
  #footer-widget .widget_social_widget .xeory-social-btns ul .item-feedly a::before {
    margin-right: 4px;
  }
}

#footer-widget .widget_social_widget .xeory-social-btns ul .item-facebook a::before {
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 0;
  content: "";
  background-image: url("../../img/sns/ico_facebook.svg");
  background-repeat: no-repeat;
  background-position: center 4px;
  background-size: 20px 20px;
}
@media screen and (max-width: 749px) {
  #footer-widget .widget_social_widget .xeory-social-btns ul .item-facebook a::before {
    margin-right: 4px;
    background-position: center 0;
    background-size: 24px 24px;
  }
}

@media screen and (max-width: 749px) {
  #footer-widget .footer-widget .container .menu-footer-nav-container {
    margin-left: 10px;
  }
}

/* ----- Header ----- */
#header-sns {
  display: none;
}

#header-sns ul {
  float: right;
  list-style: none;
}

#header-sns ul li {
  display: inline-block;
  margin: 0 4px;
}

#header-sns ul li a {
  font-size: 18px;
  color: #57585a;
}

#header-sns ul li a:hover {
  color: #2581c4;
}

.pagetop {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 100;
  width: 80px;
  height: 80px;
  line-height: 48px;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
@media screen and (max-width: 749px) {
  .pagetop {
    right: 10px;
    bottom: 10px;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
@media screen and (width <= 550px) {
  .pagetop {
    right: 16px;
    bottom: 28px;
    width: 40px;
    height: 40px;
  }
}

.pagetop.active {
  opacity: 1;
}

.pagetop-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  line-height: 80px;
  text-align: center;
  background-color: #99e0ed;
  border-radius: 50%;
}
@media screen and (max-width: 749px) {
  .pagetop-inner {
    width: 40px;
    height: 40px;
  }
}

.pagetop-inner::before {
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.75px;
  text-align: left;
  color: #55cbe1;
}
@media screen and (max-width: 749px) {
  .pagetop-inner::before {
    font-size: 21px;
  }
}

/* =========================================================
 Form
========================================================= */
/* more link
--------------------------------------------------------- */
.more-link {
  display: inline-block;
  padding: 8px 16px;
  clear: both;
  border: 1px solid #2581c4;
}

.more-link:hover {
  color: #fff;
  background: #2581c4;
}

/* =========================================================
 Comment
========================================================= */
.comments-area {
  padding: 40px 40px 0;
  margin: auto;
  background: #fff;
  border: 0;
}
@media screen and (max-width: 749px) {
  .comments-area {
    padding: 26px 0;
  }
}

.comments-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  margin: 1em 0 1.5em;
}

.comments-title::before {
  font-family: FontAwesome;
  content: "\f0e6";
}

.comments-text {
  margin: 1em 0;
}

/* Comments list
--------------------------------------------------------- */
.comment-list {
  list-style: none;
}

.comment-list .children {
  margin-left: 20px;
  list-style: none;
}

.comment {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.comment .comment {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.comment-author {
  margin-bottom: 12px;
  overflow: hidden;
}

.comment-author-image {
  float: left;
  margin-right: 16px;
}

.comment-author-content {
  margin-bottom: 12px;
}

.comment-author-content .fn {
  font-style: normal;
}

.comment-author-content .comment-meta {
  font-size: 12px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}

.comment-content {
  margin-bottom: 12px;
}

.comment .reply {
  font-size: 14px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  margin-bottom: 12px;
}

.comment .reply > a::before {
  margin-right: 4px;
  font-family: FontAwesome;
  content: "\f112";
}

/* Comments form
--------------------------------------------------------- */
.comment-respond {
  padding: 16px 0 0;
  margin-bottom: 64px;
}

.comment-form {
  margin: 0 -10px;
  font-size: 0;
}

.comment-form-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  display: inline-block;
  padding: 0 8px 12px;
  vertical-align: top;
}

.comment-form-item > input,
.comment-form-item > textarea {
  width: 100%;
}

.comment-form-author,
.comment-form-email {
  width: 50%;
}
@media screen and (max-width: 749px) {
  .comment-form-author,
  .comment-form-email {
    width: 100%;
  }
}

.comment-form-comment {
  width: 100%;
}

.comment-form > .form-submit {
  padding: 0 10px;
}
@media screen and (max-width: 749px) {
  .comment-form > .form-submit {
    width: 100%;
  }
}

/* =========================================================
 Post entry content
========================================================= */
/* Entry
--------------------------------------------------------- */
.hentry {
  padding: 24px 40px;
  margin-bottom: 64px;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.single-post .hentry {
  margin-bottom: 0;
}

/* Horizon padding
--------------------------------------------------------- */
.entry-header,
.entry-content,
.entry-summary,
.entry-footer,
.post-cta-header,
.post-cta-body-inner,
.post-cta-footer,
.post-author,
.underpost-widget {
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1082px) {
  .entry-header,
  .entry-content,
  .entry-summary,
  .entry-footer,
  .post-cta-header,
  .post-cta-body-inner,
  .post-cta-footer,
  .post-author,
  .underpost-widget {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* Vertical padding
--------------------------------------------------------- */
.post-cta-header,
.post-author,
.underpost-widget {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1082px) {
  .post-cta-header,
  .post-author,
  .underpost-widget {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

/* Entry content
--------------------------------------------------------- */
.single .entry-content {
  padding-top: 42px;
  padding-bottom: 42px;
  overflow-x: hidden;
  line-height: 1.8;
}
.single .entry-content h2,
.single .entry-content h3,
.single .entry-content h4,
.single .entry-content h5,
.single .entry-content h6 {
  margin: 2em 0 1em;
  line-height: 1.4;
}
.single .entry-content h2 {
  padding-bottom: 12px;
  clear: both;
  font-size: 28px;
  border-top: 1px solid #d3d8d8;
  border-bottom: 1px solid #d3d8d8;
}
@media screen and (max-width: 749px) {
  .single .entry-content h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 164%;
    text-align: left;
  }
}
.single .entry-content h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  padding-left: 13px;
  border-left: 5px solid #e5e5e5;
}
@media screen and (max-width: 749px) {
  .single .entry-content h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 164%;
    text-align: left;
    line-height: 2;
  }
}
.single .entry-content h4 {
  margin-bottom: 0.5em;
  font-size: 18px;
}
@media screen and (max-width: 749px) {
  .single .entry-content h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 164%;
    text-align: left;
  }
}
.single .entry-content h5,
.single .entry-content h6 {
  margin-bottom: 0.5em;
}
.single .entry-content p,
.single .entry-content pre,
.single .entry-content table,
.single .entry-content blockquote {
  margin-bottom: 1em;
  font-weight: inherit;
  color: #616666;
}
@media screen and (max-width: 749px) {
  .single .entry-content p,
  .single .entry-content pre,
  .single .entry-content table,
  .single .entry-content blockquote {
    margin-bottom: 1em;
    font-size: 14px;
    font-weight: 400;
    color: #616666;
  }
}
.single .entry-content p:last-child,
.single .entry-content pre:last-child,
.single .entry-content table:last-child,
.single .entry-content blockquote:last-child {
  margin-bottom: 0;
}
.single .entry-content pre {
  padding: 12px 20px;
  font-family: monospace;
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
}
.single .entry-content blockquote {
  position: relative;
  padding: 24px 58px;
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
}
.single .entry-content cite {
  color: #808080;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}
.single .entry-content table {
  max-width: 100%;
  border: 1px solid #e5e5e5;
}
.single .entry-content table th,
.single .entry-content table td {
  padding: 8px 10px;
  border: 1px solid #e5e5e5;
}
.single .entry-content dl dt {
  margin: 0.8em 0 0.2em;
  font-weight: bold;
}
.single .entry-content dl dd {
  margin: 0.2em 0 0.8em;
}
.single .entry-content ul,
.single .entry-content ol {
  padding-left: 20px;
}

/* Entry summary
--------------------------------------------------------- */
.entry-summary {
  padding-top: 42px;
  padding-bottom: 42px;
}

/* Entry footer
--------------------------------------------------------- */
.post-footer-list {
  padding-bottom: 32px;
  list-style: none;
}

.post-footer-list li {
  font-size: 14px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}

.post-footer-list li::before {
  margin-right: 8px;
  font-family: FontAwesome;
  color: #808080;
}

.post-footer-list > .cat::before {
  content: "\f07c";
}

.post-footer-list > .tag::before {
  content: "\f02c";
}

/* Post author & underpost widget
--------------------------------------------------------- */
.post-author,
.underpost-widget {
  border: 1px solid #e5e5e5;
  border-top: none;
}

/* ----- Post author ----- */
.post-author-img {
  float: left;
  width: 100px;
}
@media screen and (max-width: 749px) {
  .post-author-img {
    float: none;
    width: 100%;
    margin: 0 0 12px;
    text-align: center;
  }
}

.post-author-meta {
  margin-left: 124px;
  font-size: 14px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}
@media screen and (max-width: 749px) {
  .post-author-meta {
    margin: 0;
  }
}

.post-author-meta > h4 {
  margin-bottom: 8px;
  font-size: 18px;
}
@media screen and (max-width: 749px) {
  .post-author-meta > h4 {
    text-align: center;
  }
}

/* ----- Under post widget ----- */
.underpost-widget-title {
  padding-bottom: 9px;
  margin-bottom: 24px;
  line-height: 1.2;
  color: #4c5151;
  border-bottom: 5px solid #d2d3d3;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.75px;
  text-align: left;
}

/* =========================================================
 CTA - call to action
========================================================= */
.post-cta {
  padding: 20px;
  margin: 0 0 40px;
  border: 1px solid #e1e6e6;
  border-radius: 5px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.02);
}
@media screen and (max-width: 749px) {
  .post-cta {
    width: 95%;
    padding: 20px 0;
    margin: 0 auto;
    line-height: 1.8;
  }
}

.post-cta-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}
@media screen and (max-width: 749px) {
  .post-cta-title {
    font-size: 21px;
  }
}

.subtit-cta {
  font-weight: 500;
  color: #55cbe1;
  font-size: 14px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}

.post-cta-img {
  margin: 0 auto 20px;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .post-cta-img {
    float: none;
    margin: 0 auto 12px;
  }
}

.post-cta-body-inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 749px) {
  .post-cta-body-inner {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.post-cta-body p {
  margin-bottom: 1em;
}

.post-cta-body ul {
  padding-left: 24px;
  margin-bottom: 1em;
  list-style: none;
}
@media screen and (max-width: 749px) {
  .post-cta-body ul {
    width: 100%;
  }
}

.post-cta-body ul li {
  line-height: 1.8;
}

.post-cta-body ul li::before {
  margin-right: 6px;
  font-family: FontAwesome;
  color: #2581c4;
  content: "\f00c";
}

.post-cta-footer {
  padding-bottom: 40px;
}
@media screen and (max-width: 749px) {
  .post-cta-footer {
    padding-bottom: 20px;
  }
}

.post-cta-btn {
  text-align: center;
}

.post-cta-btn > a {
  display: block;
  width: 100%;
  max-width: 600px;
  padding: 16px;
  margin: 0 auto;
  color: #fff;
  background: #5cb85c;
  border-radius: 3px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}

.post-cta-btn > a:hover {
  opacity: 0.9;
}

/* Extend clearfix
----------------------------------------------------------------- */
/* align
--------------------------------------------------------- */
.alignleft {
  float: left;
  margin: 0 12px 8px 0;
}
@media screen and (max-width: 749px) {
  .alignleft {
    float: none;
    width: 100%;
    margin: 0;
  }
}

.alignright {
  float: right;
  margin: 0 0 8px 12px;
}
@media screen and (max-width: 749px) {
  .alignright {
    float: none;
    width: 100%;
    margin: 0;
  }
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

/* Caption
--------------------------------------------------------- */
.wp-caption {
  max-width: 100%;
  padding: 5px;
  margin-bottom: 1em;
  border: 1px solid #e5e5e5;
}

.wp-caption.aligncenter {
  margin: 0 auto 8px;
}

.wp-caption-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  text-align: center;
}

/* zeory style */
/* =========================================================
 Base style
========================================================= */
#secondary .widget_xeory_postviews ul li:nth-of-type(1)::before {
  content: "1";
}

#secondary .widget_xeory_postviews ul li {
  position: relative;
  overflow: inherit !important;
}

#secondary .xeory-subloop-image {
  width: auto;
}

body #secondary .widget_xeory_postviews ul li:nth-of-type(2)::before {
  content: "2";
}

body #secondary .widget_xeory_postviews ul li:nth-of-type(3)::before {
  content: "3";
}

#secondary .widget_xeory_postviews h3::before {
  content: url("wp-content/themes/unipos/img/sidebar-ttl02.png");
}

#secondary .widget_social_widget .xeory-social-btns ul li a:hover {
  text-decoration: none;
}

.page #toc_container {
  display: none;
}

.page.page-company .entry-footer,
.page.page-privacy .entry-footer,
.page.page-inquiry .entry-footer,
.page.page-thanks .entry-footer,
.page.page-dl-thanks .entry-footer {
  display: none;
}

.privacy__list {
  padding: 0 !important;
}

.privacy__list li {
  list-style-type: none;
}

/* main layout
--------------------------------------------------------- */
.site {
  position: relative;
  overflow: initial;
}

.archive .site-content,
.search .site-content {
  padding: 24px 0 0;
}

/* ------ TOC ------ */
#toc_container {
  width: 100% !important;
  padding: 32px;
  margin: 45px 0 40px;
  background-color: #fbfafa;
  border: 1px solid #e1e1e1;
}
@media screen and (max-width: 749px) {
  #toc_container {
    padding: 16px;
    margin: 38px 0 40px;
  }
}

.toc_list li::before {
  content: none !important;
}

/* ------ bzb-sns ------ */
#___plusone_0,
#___plusone_1 {
  width: 63px !important;
}

/* ------ 記事下twitterウィジェット ------ */
.xeory-social-twitter {
  display: block;
  width: auto;
  text-align: center;
}

/* ------ サイドバーSNSボタン ------ */
#secondary .sns-list {
  margin: 36px 0 0;
  text-align: center;
}

#secondary .sns-list li {
  display: inline-block;
  padding: 0 7px;
  font-size: 18px;
  border: 0;
}

#secondary .sns-list li a {
  display: block;
  width: 40px;
  height: 40px;
  margin-left: 0;
  line-height: 36px;
  color: #fff;
  border-radius: 100%;
}

#secondary .sns-list li a:hover {
  background: #fff;
}

#secondary .sns-list .post-sns-facebook a {
  background: #3b5998;
  border: 2px solid #3b5998;
}

#secondary .sns-list .post-sns-facebook a:hover {
  color: #3b5998;
  border: 2px solid #3b5998;
}

#secondary .sns-list .post-sns-twitter a {
  background: #43ccf7;
  border: 2px solid #43ccf7;
}

#secondary .sns-list .post-sns-twitter a:hover {
  color: #43ccf7;
  border: 2px solid #43ccf7;
}

#secondary .sns-list .post-sns-google a {
  background: #d23f2d;
  border: 2px solid #d23f2d;
}

#secondary .sns-list .post-sns-google a:hover {
  color: #d23f2d;
  border: 2px solid #d23f2d;
}

#secondary .sns-list .post-sns-feedly a {
  background: #87c031;
  border: 2px solid #87c031;
}

#secondary .sns-list .post-sns-feedly a:hover {
  color: #87c031;
  border: 2px solid #87c031;
}

/* ------ 404ページの検索フォーム ------ */
.no-results .search-form {
  margin-bottom: 40px;
}

.archive .site-content,
.search .site-content,
.error404 .site-content,
.original-category .site-content {
  padding: 0 !important;
}

.archive .no-results,
.search .no-results,
.error404 .no-results,
.original-category .no-results {
  border: 0;
}

.archive .entry-content,
.archive .page-content,
.search .entry-content,
.search .page-content,
.error404 .entry-content,
.error404 .page-content,
.original-category .entry-content,
.original-category .page-content {
  padding: 0;
}

.archive .entry-content a:hover,
.archive .page-content a:hover,
.search .entry-content a:hover,
.search .page-content a:hover,
.error404 .entry-content a:hover,
.error404 .page-content a:hover,
.original-category .entry-content a:hover,
.original-category .page-content a:hover {
  text-decoration: underline;
}

.comments-area .comments-header .comments-title {
  padding-bottom: 9px;
  margin-bottom: 24px;
  line-height: 1.2;
  color: #4a4a4a;
  border-bottom: 5px solid #d7e2e4;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.75px;
  text-align: left;
}
@media screen and (max-width: 749px) {
  .comments-area .comments-header .comments-title {
    font-size: 18px;
  }
}

.comments-area .comments-header .comments-title::before {
  display: none;
}

.comments-area .comments-text {
  display: none;
}

.comments-area .comment-list li {
  margin-bottom: 30px;
  border-bottom: 0;
}

.comments-area .comment-list li .comment-body {
  margin: 0 0 38px;
}

.comments-area .comment-list li .comment-body .comment-author {
  margin-bottom: 10px;
}

.comments-area .comment-list li .comment-body .comment-author .comment-author-image {
  margin-right: 20px;
}

.comments-area .comment-list li .comment-body .comment-author .comment-author-content {
  margin-bottom: 0;
}

.comments-area .comment-list li .comment-body .comment-author .comment-author-content .fn {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}

.comments-area .comment-list li .comment-body .comment-author .comment-author-content .comment-meta {
  line-height: 1;
}

.comments-area .comment-list li .comment-body .comment-author .comment-author-content .comment-meta a {
  color: #888;
  font-size: 12px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}

.comments-area .comment-list li .comment-body .comment-content {
  margin-bottom: 9px;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  color: #646464;
}
@media screen and (max-width: 749px) {
  .comments-area .comment-list li .comment-body .comment-content {
    font-size: 14px;
    font-weight: 400;
    line-height: 164%;
    text-align: left;
    line-height: 22px;
  }
}

.comments-area .children {
  padding: 30px 24px;
  margin-bottom: 40px;
  margin-left: 0;
  background-color: #f8f8f8;
}
@media screen and (max-width: 749px) {
  .comments-area .children {
    padding: 30px 24px;
  }
}

.comments-area .children .comment-body {
  margin-bottom: 0 !important;
}

.comments-area .children .comment-body .comment-author-image {
  padding-top: 2px;
}

.comments-area .children li {
  margin-bottom: 40px;
}

.comments-area .children li:last-child {
  margin-bottom: 0;
}

.comments-area .comment-author-image img {
  border-radius: 50%;
}

.comments-area .reply {
  margin-bottom: 0;
  font-size: 13px;
}

.comments-area .reply a::before {
  content: "";
}

.comments-area .comment-form .submit {
  background: #55cbe1;
  border: 0;
}

.comments-area .comment-form .submit:hover {
  background: #55cbe1;
}

.comments-area .comment-respond {
  margin-bottom: 0;
}

.post-cta .post-cta-header {
  padding: 16px 24px;
  background: #fff;
}
@media screen and (max-width: 749px) {
  .post-cta .post-cta-header {
    padding: 16px 24px 0;
  }
}

.post-cta .post-cta-header .post-cta-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  line-height: 1.75;
}
@media screen and (max-width: 749px) {
  .post-cta .post-cta-header .post-cta-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 164%;
    text-align: left;
    line-height: 1.9;
  }
}

.post-cta .post-cta-body {
  border: 0;
}

.post-cta .post-cta-body .cta-img img {
  width: 40%;
}

.post-cta .post-cta-body .post-cta-body-inner {
  padding: 8px 24px 16px;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}
@media screen and (max-width: 749px) {
  .post-cta .post-cta-body .post-cta-body-inner {
    padding: 16px 18px;
    font-size: 13px;
  }
}

.post-cta .post-cta-body .post-cta-body-inner .post-cta-img {
  padding-top: 8px;
}
@media screen and (max-width: 749px) {
  .post-cta .post-cta-body .post-cta-body-inner .post-cta-img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}

.post-cta .post-cta-body .post-cta-body-inner ul:last-child,
.post-cta .post-cta-body .post-cta-body-inner p:last-child {
  margin-bottom: 0;
}

.post-cta .post-cta-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  display: none;
  float: left;
  width: 54%;
  margin-top: 24px;
}
@media screen and (max-width: 749px) {
  .post-cta .post-cta-content {
    width: 100%;
    font-size: 13px;
  }
}

.post-cta .post-cta-content ul li {
  list-style: disc;
}

.post-cta .post-cta-content ul li::before {
  content: "";
}

.post-cta .post-cta-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  line-height: 2;
}

.post-cta .post-cta-content ul:last-child,
.post-cta .post-cta-content p:last-child {
  margin-bottom: 0;
}

.post-cta .post-cta-footer {
  padding: 11px 40px 40px;
  background: #fff;
  border: 0;
}
@media screen and (max-width: 749px) {
  .post-cta .post-cta-footer {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.post-cta .post-cta-footer .post-cta-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 264px;
  height: 40px;
  padding: 0;
  background: #f0506a;
  border-radius: 30px;
  box-shadow: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}

.post-cta .post-cta-footer .post-cta-btn a:hover {
  color: #fff;
  opacity: 0.8;
}

.entry-content p {
  margin-bottom: 2em;
  line-height: 1.8;
  word-break: break-all;
}

.entry-content p img,
.entry-content figure img {
  border-radius: 5px;
}

.entry-content h2 {
  position: relative;
  padding: 16px;
  margin: 60px 0 40px;
  line-height: 1.5;
  color: #4a4a4a;
  font-size: 24px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}
@media screen and (max-width: 749px) {
  .entry-content h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 164%;
    text-align: left;
    padding: 12px;
    margin-top: 36px;
    margin-bottom: 24px;
  }
}

.article-list .entry-content h2 {
  background: none;
}

.entry-content h2 > strong,
.entry-content h3 > strong,
.entry-content h2 > span > strong,
.entry-content h3 > span > strong,
.entry-content h2 > b,
.entry-content h3 > b,
.entry-content h2 > span > b,
.entry-content h3 > span > b {
  font-weight: normal;
}

.entry-content h3 {
  position: relative;
  padding: 9px 20px;
  margin: 72px 0 22px;
  line-height: 1.5;
  color: #4a4a4a;
  border-left: 5px solid #d7e2e4;
  font-size: 24px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}
@media screen and (max-width: 749px) {
  .entry-content h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 164%;
    text-align: left;
    line-height: 2;
  }
}

.entry-content h4 {
  margin: 82px 0 28px;
  line-height: 32px;
  color: #4a4a4a;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.75px;
  text-align: left;
}
@media screen and (max-width: 749px) {
  .entry-content h4 {
    margin-top: 66px;
    margin-bottom: 15px;
  }
}

.entry-content h5 {
  position: relative;
  margin: 0 0 12px;
  font-size: 18px;
}
@media screen and (max-width: 749px) {
  .entry-content h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 164%;
    text-align: left;
  }
}

.entry-content h6 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}
@media screen and (max-width: 749px) {
  .entry-content h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 164%;
    text-align: left;
  }
}

.entry-content ul {
  margin-bottom: 2em;
}

.entry-content ul li ul {
  margin-bottom: 0;
}

.entry-content ul li ul li {
  list-style: disc;
}

.entry-content ol {
  padding-left: 32px;
  margin-bottom: 2em;
}

.entry-content dl {
  margin-bottom: 2em;
}

.entry-content dl dt {
  display: inline-block;
  padding: 7px 23px 8px;
  margin: 10px 0 1em;
  border: 1px solid #55cbe1;
}

.entry-content dl dd {
  margin: 0;
}

.entry-content #toc_container {
  position: relative;
  width: 100% !important;
  padding: 24px 40px 22px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #fafafa;
  border: 0;
  border: 1px solid #eaeaea;
}
@media screen and (max-width: 749px) {
  .entry-content #toc_container {
    width: calc(100% + 36px) !important;
    padding: 24px 18px;
    margin: 40px -18px;
    margin-top: 38px;
    border-right: 0;
    border-left: 0;
  }
}

.entry-content #toc_container .toc_title {
  position: relative;
  padding-bottom: 10px !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  color: #4a4a4a;
}
@media screen and (max-width: 749px) {
  .entry-content #toc_container .toc_title {
    padding-bottom: 12px !important;
  }
}

.entry-content #toc_container .toc_title .toc_toggle,
.entry-content #toc_container .toc_title .toc_toggle a {
  font-size: 100%;
  font-weight: 700;
}

.entry-content #toc_container .toc_title .toc_toggle a {
  color: #55cbe1;
}

.entry-content #toc_container .toc_list {
  margin-top: 0 !important;
}

.entry-content #toc_container .toc_list li {
  font-size: 14px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  line-height: 33px;
}
@media screen and (max-width: 749px) {
  .entry-content #toc_container .toc_list li {
    font-size: 15px;
  }
}

.entry-content #toc_container .toc_list li:last-child {
  margin-bottom: 0;
}

.entry-content #toc_container .toc_list li a {
  font-size: inherit;
  font-weight: bold;
  line-height: inherit;
  color: #4a4a4a;
}

.entry-content #toc_container .toc_list li a:hover {
  color: #55cbe1;
  text-decoration: underline;
}

.entry-content #toc_container .toc_list li ul {
  padding-top: 2px;
  padding-left: 12px;
  margin-left: 0;
}
@media screen and (max-width: 749px) {
  .entry-content #toc_container .toc_list li ul {
    margin-top: 9px;
  }
}

.entry-content #toc_container .toc_list li ul li {
  position: relative;
  line-height: 33px;
}
@media screen and (max-width: 749px) {
  .entry-content #toc_container .toc_list li ul li {
    line-height: 24px;
  }
}

.entry-content #toc_container .toc_list li ul li a {
  display: block;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  color: #666;
}

.entry-content #toc_container .toc_list > li {
  position: relative;
  padding-left: 4px;
  margin-bottom: 24px;
  line-height: 26px;
}
@media screen and (max-width: 749px) {
  .entry-content #toc_container .toc_list > li {
    line-height: 24px;
  }
}

.entry-content #toc_container .toc_list > li > a {
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}

.entry-content #toc_container .toc_list > li > a:hover {
  text-decoration: none;
}

.entry-content #toc_container .toc_list > li > a .toc_number::after {
  margin-left: 5px;
  content: ":";
}

.entry-content #toc_container .toc_list .toc_number {
  position: relative;
  position: absolute;
  left: 0;
  display: none;
  padding-right: 8px;
}

/* 第二段階 */
.entry-content #toc_container .toc_list .toc_number.toc_depth_2 {
  display: none;
}

.entry-content #toc_container .toc_list .toc_number.toc_depth_3 {
  display: none;
}

.entry-content #toc_container .toc_list .toc_number::after {
  position: relative;
  margin-left: 5px;
  content: ":";
}

.entry-content table {
  width: 100% !important;
  margin-top: 48px;
  margin-bottom: 2em;
}

.entry-content table th {
  font-weight: bold;
  color: #555;
  background: #eff3f6;
}

.entry-content table tr th,
.entry-content table tr td {
  padding: 6px 10px;
  border-color: #bbb;
}

.entry-content blockquote {
  padding: 56px 40px;
  margin-top: 48px;
  margin-bottom: 2em;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  background-color: #eff3f6;
  border: 0;
}
@media screen and (max-width: 749px) {
  .entry-content blockquote {
    padding: 56px 28px;
  }
}

.entry-content blockquote a {
  display: block;
  text-align: right;
}

.entry-content blockquote p {
  font-size: inherit;
  line-height: inherit;
}

.entry-content blockquote::before {
  position: absolute;
  top: 16px;
  left: 24px;
  width: 30px;
  height: 27px;
  content: url("../../img/icon-block01.png");
}
@media screen and (max-width: 749px) {
  .entry-content blockquote::before {
    left: 16px;
  }
}

.entry-content blockquote::after {
  position: absolute;
  right: 24px;
  bottom: 16px;
  width: 30px;
  height: 27px;
  content: url("../../img/icon-block02.png");
}
@media screen and (max-width: 749px) {
  .entry-content blockquote::after {
    right: 16px;
  }
}

.entry-content blockquote .link {
  margin-top: -13px;
}

.entry-content .nextpage .nextpage-title {
  padding: 16px 32px;
  margin-top: 56px;
  font-weight: 500;
  text-align: right;
  background-color: #f9fafa;
  border: 1px solid #e1e6e6;
  border-radius: 10px;
}

.entry-content .attention {
  position: relative;
  padding: 32px 40px;
  margin-top: 48px;
  margin-bottom: 2em;
  border: 0;
}
@media screen and (max-width: 749px) {
  .entry-content .attention {
    padding: 24px;
  }
}

.entry-content .attention * {
  position: relative;
  z-index: 2;
  margin-bottom: 1em;
}

.entry-content .attention::before,
.entry-content .attention::after {
  position: absolute;
  content: "";
}

.entry-content .attention::before {
  inset: 0;
  background-image: linear-gradient(to right, #5bd0d3, #5fd4ca);
}

.entry-content .attention::after {
  inset: 2px;
  background: #fff;
}

.entry-content .a-31 {
  padding: 32px 40px;
  margin-bottom: 2em;
  background-color: #e8f6fc;
  border-radius: 10px;
}
.entry-content .a-31 ul {
  margin-bottom: 0;
}
.entry-content .a-31 li {
  position: relative;
  margin-bottom: 1em;
  line-height: 1.8;
}
.entry-content .a-31 li:last-child {
  margin-bottom: 0;
}

.entry-content .a-32 {
  padding: 32px 40px;
  margin-bottom: 2em;
  background-color: #e8f6fc;
  border-radius: 10px;
}
.entry-content .a-32 ol {
  padding: 0;
  margin: 0;
  counter-reset: li;
}
.entry-content .a-32 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 1em;
  line-height: 1.8;
  list-style: none;
}
.entry-content .a-32 li:last-child {
  margin-bottom: 0;
}
.entry-content .a-32 li::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 22px;
  height: 22px;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  content: "";
  background-color: #55cbe1;
  border-radius: 50%;
}
.entry-content .a-32 li::after {
  position: absolute;
  top: 3px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  content: counter(li);
  counter-increment: li;
}

.entry-content .a-3 .attention-title {
  width: calc(100% + 80px);
  padding: 17px 40px 19px;
  margin: -32px -40px 36px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  font-weight: 700;
  line-height: 32px;
  color: #fff;
  background: #68dcb5;
}
@media screen and (max-width: 749px) {
  .entry-content .a-3 .attention-title {
    width: calc(100% + 48px);
    margin: -24px -24px 24px;
  }
}

.entry-content .a-3 a {
  text-decoration: underline !important;
}

.entry-content .a-3 a:hover {
  text-decoration: none !important;
}

.entry-content .attention ul:last-child,
.entry-content .attention p:last-child,
.entry-content blockquote ul:last-child,
.entry-content blockquote p:last-child {
  margin-bottom: 0;
}

.entry-content .link-button-green,
.entry-content .link-button-orange {
  padding: 0;
  margin: 20px 0 30px;
  text-align: center;
}

.entry-content .link-button-green a,
.entry-content .link-button-orange a {
  display: inline-block;
  padding: 14px 49px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  color: #fff !important;
  border: 0;
  border-radius: 40px;
}
@media screen and (max-width: 749px) {
  .entry-content .link-button-green a,
  .entry-content .link-button-orange a {
    width: 100%;
    max-width: 100%;
  }
}

.entry-content .link-button-green a i,
.entry-content .link-button-orange a i {
  margin-right: 10px;
}

.entry-content .link-button-green:hover a,
.entry-content .link-button-orange:hover a {
  text-decoration: none !important;
  opacity: 0.8;
}

.entry-content .link-button-green a {
  background-color: #55cbe1;
}

.entry-content .link-button-orange a {
  background-color: #ff3d67;
}

.site-footer .footer-widget .container {
  padding: 2px 0 0;
}

/* 第一段階 */
.site-footer .unipos_cta_footer {
  min-height: 315px;
  color: #fff;
  background: linear-gradient(to right, #55cbe1 20%, #68dcb5 80%);
}

.site-footer .unipos_cta_footer .container {
  padding-top: 40px;
  background-image: url("../../img/top/footer_device.png");
  background-repeat: no-repeat;
  background-position: top 40px right;
  background-size: 442px;
}
@media screen and (max-width: 749px) {
  .site-footer .unipos_cta_footer .container {
    padding: 32px 18px;
    background-image: none;
  }
}

.site-footer .unipos_cta_footer .unipos_f_t {
  font-size: 24px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  margin-bottom: 12px;
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 749px) {
  .site-footer .unipos_cta_footer .unipos_f_t > br {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .site-footer .unipos_cta_footer .unipos_f_t {
    font-size: 20px;
    font-weight: 400;
    line-height: 164%;
    text-align: center;
  }
}

.site-footer .unipos_cta_footer p span {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
@media screen and (max-width: 749px) {
  .site-footer .unipos_cta_footer p span {
    font-size: 15px;
  }
}

.site-footer .unipos_cta_footer p {
  margin-bottom: 28px;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 749px) {
  .site-footer .unipos_cta_footer p > br {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .site-footer .unipos_cta_footer p {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 164%;
    text-align: center;
    line-height: 1.6;
  }
}

/* 第一段階 */
.unipos_cta_footer_boost_paragraph {
  font-size: 14px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  color: #454a4a;
}

.site-footer .unipos_cta_footer .content {
  padding-right: 370px;
}
@media screen and (max-width: 749px) {
  .site-footer .unipos_cta_footer .content {
    padding-right: 0;
    text-align: center;
  }
}

.site-footer .unipos_cta_footer .content .sp {
  display: none;
}
@media screen and (max-width: 749px) {
  .site-footer .unipos_cta_footer .content .sp {
    display: block;
    max-width: 340px;
    margin: 24px auto;
  }
}

.site-footer .unipos_cta_footer .btn-more {
  padding-top: 12px;
  text-align: left;
}
@media screen and (max-width: 749px) {
  .site-footer .unipos_cta_footer .btn-more {
    text-align: center;
  }
}

.site-footer .unipos_cta_footer .btn-more a {
  position: relative;
  display: block;
  max-width: 400px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background: #ff3d67;
  border: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .site-footer .unipos_cta_footer .btn-more a {
    font-size: 14px;
    font-weight: 400;
    line-height: 164%;
    text-align: center;
    max-width: 100%;
    height: 48px;
    margin: 0 auto;
  }
}

/* 第一段階 */
.unipos_cta_footer_arrow {
  position: absolute;
  top: 0;
  right: 36px;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 749px) {
  .unipos_cta_footer_arrow {
    display: none;
  }
}

.site-footer .unipos_cta_footer .btn-more a:hover {
  opacity: 0.8;
}

.site-footer .unipos_cta_footer .btn-more a span {
  position: relative;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 749px) {
  .site-footer .unipos_cta_footer .btn-more a span {
    top: -6px;
  }
}

@media screen and (max-width: 749px) {
  .site-footer .unipos_cta_footer .btn-more a span::before {
    left: 10px;
  }
}

.site-footer .content_logo_menu {
  padding: 64px 0;
}
@media screen and (max-width: 749px) {
  .site-footer .content_logo_menu {
    padding: 39px 2% 0;
  }
}

.site-footer .logo-fpooter {
  float: left;
  width: 100%;
  max-width: 347px;
}
@media screen and (max-width: 749px) {
  .site-footer .logo-fpooter {
    float: none;
    max-width: 100%;
    margin-bottom: 27px;
    text-align: center;
  }
}

/* 第一段階 */
@media screen and (max-width: 749px) {
  .site-footer .widget_nav_menu {
    padding-left: 0;
  }
}

.site-footer .widget_nav_menu .container ul li {
  position: relative;
  margin-right: 19px;
  line-height: 28px;
}
@media screen and (max-width: 749px) {
  .site-footer .widget_nav_menu .container ul li {
    width: 100%;
    margin: 0 0 8px;
  }
}

.site-footer .widget_nav_menu .container ul li:last-child {
  margin-right: 0;
}

.site-footer .widget_nav_menu .container ul li:last-child::after {
  content: none;
}
@media screen and (max-width: 749px) {
  .site-footer .widget_nav_menu .container ul li:last-child::after {
    margin-bottom: 0;
  }
}

.site-footer .widget_nav_menu .container ul li a:hover {
  color: #55cbe1;
}

.site-footer .site-info {
  text-align: center;
}

.site-footer .site-info .container {
  padding: 13px 0;
}
@media screen and (max-width: 749px) {
  .site-footer .site-info .container {
    padding: 13px 0;
  }
}

.site-footer .site-info .container p {
  font-family: "Montserrat", sans-serif;
  color: #babfbf;
}

.site-footer .site-info .container span {
  margin: 0 4px;
}

.site-header .container {
  height: 100%;
  padding: 0;
}
@media screen and (max-width: 749px) {
  .site-header .container {
    padding-left: 16px;
  }
}

.site-header .site-title {
  position: relative;
  z-index: 9;
  margin-top: 16px;
}
@media screen and (max-width: 749px) {
  .site-header .site-title {
    padding-left: 20px;
    margin-top: 18px;
  }
}

/* main-navigation primary-menu
---------------------------------------------------------- */
.main-navigation {
  height: 100%;
  background: transparent;
  border: 0;
}

.main-navigation .container {
  padding: 0;
}

.main-navigation .primary-menu {
  height: 100%;
  text-align: left;
}

.main-navigation .primary-menu li {
  padding: 0 12px;
  margin-top: 2px;
}

.main-navigation .primary-menu li:first-child {
  padding-left: 0;
}

.main-navigation .primary-menu li:last-child {
  padding-right: 0;
}

.main-navigation .primary-menu li::before {
  content: none;
}

.main-navigation .primary-menu li a {
  position: relative;
  padding: 9px 4px 13px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.main-navigation .primary-menu li a::after {
  position: absolute;
  right: 50%;
  bottom: 14px;
  left: 50%;
  width: 0;
  height: 2px;
  content: "";
  background: #fff;
  transition: all ease-in-out 0.3s;
}

.main-navigation .primary-menu li a:hover::after {
  right: 0;
  left: 0;
  width: 100%;
}

.main-navigation .primary-menu .btn-form {
  margin-top: 8px;
}

.main-navigation .primary-menu .btn-form a {
  height: 30px;
  padding: 0 20px;
  letter-spacing: -1.6px;
  background: #f66;
  border-radius: 30px;
}

.main-navigation .primary-menu .btn-form a::after {
  content: none;
}

.main-navigation .primary-menu .current-menu-item a::after,
.main-navigation .primary-menu .current-menu-parent a::after {
  right: 0;
  left: 0;
  width: 100%;
}

.main-navigation .primary-menu .sub-menu {
  background-image: linear-gradient(to right, #68dcb5, #55cbe1);
}

.main-navigation .primary-menu .sub-menu li {
  padding: 0;
  text-align: left;
}

.main-navigation .primary-menu .sub-menu li a {
  padding: 8px 16px;
  background: transparent;
}

.main-navigation .primary-menu .sub-menu li a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.main-navigation .primary-menu .sub-menu li a::after {
  content: none;
}

.main-navigation .primary-menu .sub-menu .current-menu-item a,
.main-navigation .primary-menu .sub-menu .current-menu-parent a {
  background: rgba(255, 255, 255, 0.2);
}

/*  unipos header navigation @site-menu
---------------------------------------------------------- */
#site-menu {
  position: relative;
  display: flex;
}
@media screen and (max-width: 749px) {
  #site-menu {
    display: none;
  }
}

.site-menulist {
  flex: 1;
  max-width: 208px;
  height: 96px;
  font-size: 13px;
  text-align: center;
}
.site-menulist > a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding: 16px 0 0;
  color: #616666;
}
.site-menulist > a::before {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto 4px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
}
.site-menulist--management > a::before {
  background-image: url("../../img/common/ico-nav-check.svg");
}
.site-menulist--communication > a::before {
  background-image: url("../../img/common/ico-nav-comment.svg");
}
.site-menulist--retention > a::before {
  background-image: url("../../img/common/ico-nav-human.svg");
}
.site-menulist--psychologicalSafety > a::before {
  background-image: url("../../img/common/ico-nav-heart.svg");
}
.site-menulist--philosophy > a::before {
  background-image: url("../../img/common/ico-nav-compass.svg");
}

.site-menucontents--wrap {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  display: none;
  width: 100%;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}
.site-menucontents--flex {
  display: flex;
}

.site-menucolumn {
  padding: 48px 32px 56px;
}
.site-menucolumn h1,
.site-menucolumn h2 {
  margin-bottom: 16px;
  color: #55cbe1;
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}
.site-menucolumn a {
  color: #616666;
}
.site-menucolumn a:hover {
  color: #55cbe1;
}
.site-menucolumn--a {
  flex: 1;
  background-color: #e8f6fc;
}
.site-menucolumn--a h1 {
  font-size: 22px;
}
.site-menucolumn--a p {
  font-size: 12px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  display: block;
  margin-bottom: 24px;
  color: #878c8c;
}
.site-menucolumn--a a {
  display: inline-block;
  text-align: right;
}
.site-menucolumn--b {
  flex: 1;
  background-color: #f5fcff;
}
.site-menucolumn--c {
  flex: 2;
  background-color: #fff;
}
.site-menucolumn--c h1 {
  margin-bottom: 24px;
}

a.site-menubtn {
  display: inline-block;
  padding: 4px 24px;
  color: #55cbe1;
  background-color: #e8f6fc;
  border: 1px solid #55cbe1;
  border-radius: 5px;
}
a.site-menubtn:hover {
  background-color: #fff;
}

.header-menu li {
  display: block;
  height: 24px;
  margin-bottom: 16px;
  vertical-align: top;
}
.header-menu li::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "";
  background-image: url("../../img/common/icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.site-menuarticle {
  display: flex;
  justify-content: space-between;
}
.site-menuarticle article {
  width: 200px;
}
@media screen and (max-width: 749px) {
  .site-menuarticle article {
    width: 180px;
  }
}
.site-menuarticleimg {
  width: 100%;
  margin-bottom: 8px;
}
.site-menuarticleimg img {
  border-radius: 5px;
}
.site-menuarticleimg :hover {
  opacity: 0.8;
}

.black-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  width: 100vw;
  height: 100vh;
  cursor: pointer;
  background-color: #aec9d1;
  opacity: 0.9;
}

#site-navigation {
  position: relative;
}

#site-slideline {
  position: absolute;
  bottom: 0;
  height: 4px;
  pointer-events: none;
  background-color: #55cbe1;
  transition: all 0.3s ease;
}
@media screen and (max-width: 749px) {
  #site-slideline {
    display: none;
  }
}

/* SP nav btn
---------------------------------------------------------- */
.xeory-sp-nav-btn {
  position: absolute;
  top: -3px;
  right: 20px;
  bottom: 0;
  display: none;
  width: 24px;
  height: 21px;
  margin: auto;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  .xeory-sp-nav-btn {
    display: block;
  }
}

.xeory-sp-nav-btn::before {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  content: "";
  background-image: url("../../img/common/ico-hamburger.svg");
}

/* SP nav btn-close
---------------------------------------------------------- */
.sp-nav-inner {
  position: relative;
}

.sp-nav-inner .xeory-spnav-btn-close {
  position: absolute;
  top: 16px;
  right: 17px;
  width: 24px;
  height: 24px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
}

.sp-nav-inner .xeory-spnav-btn-close::after {
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  content: "";
  background-image: url("../../img/common/ico-hamburger-close.svg");
}

.sp-nav-inner .widget_search .search-form {
  margin: 0;
}

/* SP nav
---------------------------------------------------------- */
.xeory-spnav-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
}

.xeory-spnav-wrap .container {
  padding: 14px 16px 19px;
}

.xeory-spnav-wrap .sp-nav-inner {
  width: 100%;
  padding: 40px 24px;
  margin: 0 auto;
  background: transparent;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-menu {
  padding-top: 10px;
  margin-bottom: 62px;
  list-style-type: none;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-menu .sub-menu {
  width: 80%;
  margin: 24px 0 16px auto;
  list-style-type: none;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-menu .sub-menu > li > a {
  display: block;
  width: 100%;
  padding-bottom: 24px;
  color: #fff;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-menu > li > a {
  position: relative;
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 8px;
  font-weight: 600;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.xeory-spnav-wrap .sp-nav-inner .spnav-menu > li > a::after {
  position: absolute;
  top: 25%;
  right: 8px;
  content: url("../../img/common/spnav-arrow.svg");
  transform: rotate(90deg);
}

/* 第一段階 */
.spnav-widget-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  display: none;
  margin-left: 8px;
  color: #fff;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget.widget_search {
  margin: 40px 0 24px;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget.widget_search h3 {
  margin-bottom: 21px;
  background-image: url("https://media.unipos.me/wp-content/uploads/2019/11/sp-navi-ttl01.png");
  background-repeat: no-repeat;
  background-position: center;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget.widget_search .search-form {
  height: 40px;
  background: rgba(255, 255, 255, 0.3);
  border: 0;
  border-radius: 50px;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget.widget_search input.search-field {
  padding: 0 20px 0 53px !important;
  color: #fff;
  background-color: rgba(255, 0, 0, 0);
  font-size: 14px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}

@media screen and (max-width: 749px) {
  .xeorywrap .spinner .spnav-widget.widget_search input.search-field::input-placeholder {
    line-height: 1;
  }
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget.widget_search .search-submit {
  top: 0;
  left: 0;
  width: 52px;
  font-size: 0;
  background: url("https://media.unipos.me/wp-content/uploads/2019/11/sp-icon-search.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.xeorywrap .spinner .search-form input::input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.xeorywrap .spinner .search-form input::placeholder {
  line-height: 2em;
  /* Firefox 19+ */
  color: #fff;
}

.xeorywrap .spinner .search-form input:input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.xeorywrap .spinner .search-form input:placeholder {
  /* Firefox 18- */
  color: #fff;
}

.xeory-spnav-wrap .sp-nav-inner .search-form input::-webkit-input-selection {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.xeorywrap .spinner .search-form input::selection {
  /* Firefox 19+ */
  color: #fff;
}

.xeory-spnav-wrap .sp-nav-inner .search-form input:-ms-input-selection {
  /* IE 10+ */
  color: #fff;
}

.xeory-spnav-wrap .sp-nav-inner .search-form input:-moz-selection {
  /* Firefox 18- */
  color: #fff;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget ul {
  padding-top: 48px;
  list-style: none;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget ul li a span {
  position: relative;
  padding-bottom: 5px;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget ul li a span::after {
  position: absolute;
  right: 50%;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 2px;
  content: "";
  background: #fff;
  transition: all ease-in-out 0.3s;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget ul li a:hover span::after {
  right: 0;
  left: 0;
  width: 100%;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget ul li:last-child a {
  border: 0;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget ul .sub-menu {
  padding-top: 0;
  background-image: linear-gradient(to right, #68dcb5, #55cbe1);
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget ul .sub-menu li a {
  font-size: 15px;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget ul .sub-menu li a span::after {
  content: none;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget ul .sub-menu li a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget ul .sub-menu .current-menu-item a,
.xeory-spnav-wrap .sp-nav-inner .spnav-widget ul .sub-menu .current-post-parent a {
  background: rgba(255, 255, 255, 0.1);
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget ul .sub-menu .current-menu-item a span::after,
.xeory-spnav-wrap .sp-nav-inner .spnav-widget ul .sub-menu .current-post-parent a span::after {
  content: none;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget ul .menu-item-has-children > a::after {
  position: absolute;
  right: 16px;
  font-family: FontAwesome;
  content: "\f054";
  font-size: 10px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget ul .nav-open > a::after {
  content: "\f078";
  transform: translateY(-50%) rotate(180deg);
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget ul .nav-open > a:hover {
  color: #fff;
  opacity: 0.8;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget ul .current-menu-item a span::after,
.xeory-spnav-wrap .sp-nav-inner .spnav-widget ul .current-post-parent a span::after {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #fff;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget ul .btn-form {
  display: none;
}

.xeory-spnav-wrap .sp-nav-inner .widget_categories {
  padding: 20px 18px 0;
}

/* 第一段階 */
.xeory-spnav-wrap .sp-nav-inner .spnav-menu .nav-open > a::after {
  transform: rotate(270deg);
}

.xeory-spnav-wrap .sp-nav-inner .widget_text {
  padding-top: 69px;
  text-align: center;
}

.xeory-spnav-wrap .sp-nav-inner .widget_text a {
  display: block;
  height: 51px;
  line-height: 51px;
  color: #fff;
  background: #f66;
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}

body.noscroll {
  position: fixed !important;
  width: 100%;
  overflow: hidden;
}

.xeory-spnav-wrap.active {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow-y: scroll;
  pointer-events: auto;
  background: linear-gradient(to right, #55cbe1, #4fdbdb);
  opacity: 1;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 第一段階 */
.wpcf7-submit {
  width: 60%;
  background: #55cbe1 !important;
}
@media screen and (max-width: 749px) {
  .wpcf7-submit {
    width: 100%;
  }
}

.wpcf7-submit:hover {
  background: #55cbe1 !important;
}

.search-form input.search-field {
  height: 43px;
  padding: 0 16px !important;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}

.search-form input::input-placeholder {
  /* Chrome/Opera/Safari */
  color: #797979;
}

.search-form input::placeholder {
  /* Firefox 19+ */
  color: #797979;
}

.search-form input:input-placeholder {
  /* IE 10+ */
  color: #797979;
}

.search-form input:placeholder {
  /* Firefox 18- */
  color: #797979;
}

.search-form input::-webkit-input-selection {
  /* Chrome/Opera/Safari */
  color: #797979;
}

.search-form input::selection {
  /* Firefox 19+ */
  color: #797979;
}

.search-form input:-ms-input-selection {
  /* IE 10+ */
  color: #797979;
}

.search-form input:-moz-selection {
  /* Firefox 18- */
  color: #797979;
}

.single .xeory-social-btns ul li a::before {
  font-size: 18px;
}

.page-header {
  padding: 0;
  margin: 0 0 24px;
  border: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.75px;
  text-align: left;
}
@media screen and (max-width: 749px) {
  .page-header {
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.75px;
    text-align: left;
  }
}

.wpcf7-form textarea {
  width: 100% !important;
}

#toc_container .toc_title .toc_toggle {
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  color: #4a4a4a;
}

#toc_container .toc_title .toc_toggle a {
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  color: #55cbe1;
}

#toc_container .toc_list li a {
  line-height: 2;
  color: #666;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.75px;
  text-align: left;
}

#toc_container .toc_list li a:hover {
  color: #55cbe1;
  text-decoration: none;
}

#toc_container .toc_list li ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}

.page-header .page-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.75px;
  text-align: left;
  color: #4c5151;
}
@media screen and (max-width: 749px) {
  .page-header .page-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.75px;
    text-align: left;
  }
}

@media screen and (max-width: 749px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 749px) {
  .sp {
    display: none !important;
  }
}

.home #secondary .widget_categories {
  display: none;
}

#secondary h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #55cbe1;
  border-radius: 10px 10px 0 0;
}

#secondary .menu-item-object-category {
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.75px;
  text-align: left;
  width: auto;
  list-style: none;
}
#secondary .menu-item-object-category > a {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  color: #4c5151;
}
@media screen and (max-width: 1082px) {
  #secondary .menu-item-object-category > a {
    margin-bottom: 16px;
  }
}
#secondary .menu-item-object-category > a:last-child {
  margin-bottom: 0;
}
#secondary .menu-item-object-category > a:hover {
  color: #34b6d0;
}

#secondary .sub-menu > li {
  font-size: 12px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  margin-bottom: 8px;
}
@media screen and (max-width: 749px) {
  #secondary .sub-menu > li {
    margin-bottom: 16px;
  }
}
#secondary .sub-menu > li:last-child {
  margin-bottom: 0;
}

.menu-side-category-container {
  padding: 16px;
}
@media screen and (max-width: 1082px) {
  .menu-side-category-container {
    background-color: #f8f9f9;
    border: 2px solid #55cbe1;
    border-radius: 0 0 12px 12px;
  }
}

#secondary .side-widget-inner {
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 10px;
}

#secondary .widget_search .side-widget-inner {
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 3px;
}

@media screen and (max-width: 1082px) {
  #secondary .widget_xeory_banner_manager {
    display: none;
  }
}

#secondary .side-widget ul {
  margin-bottom: 0;
}

#secondary .side-widget ul li:last-child {
  margin-bottom: 0;
}

#secondary .side-widget ul li img {
  max-width: 100px;
  margin-right: 12px;
}

#secondary .side-widget > a {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.75px;
  text-align: left;
  line-height: inherit;
  color: #4c5151;
}
@media screen and (max-width: 1082px) {
  #secondary .side-widget {
    margin-bottom: 40px;
  }
}

#secondary .side-widget ul li a:hover {
  color: #55cbe1;
}

#secondary #menu-side-category > li {
  height: auto;
  padding: 16px 0;
  border-top: 2px solid #f8f9f9;
}
#secondary #menu-side-category > li:first-child {
  padding-top: 0;
  border: none;
}
#secondary #menu-side-category > li:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 1082px) {
  #secondary #menu-side-category > li {
    padding: 11px 0;
    border-top: 1px solid #e9eaea;
  }
}

#secondary .popular-posts h3::before {
  color: #000;
}

#secondary .popular-posts ul li {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: visible;
}

#secondary .popular-posts ul li:nth-of-type(1)::before,
#secondary .popular-posts ul li:nth-of-type(2)::before,
#secondary .popular-posts ul li:nth-of-type(3)::before {
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 5;
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 15px;
  font-style: italic;
  font-weight: normal;
  line-height: 32px;
  color: #fff;
  text-align: center;
  content: "1";
  background-color: #22beb1;
  border-radius: 50%;
  box-shadow: 0 2px 4px 1px #ced9e1;
}

#secondary .popular-posts ul li:nth-of-type(2)::before {
  content: "2";
}

#secondary .popular-posts ul li:nth-of-type(3)::before {
  content: "3";
}

#secondary .widget_xeory_postviews,
#secondary .widget_xeory_recentviews {
  margin-bottom: 40px;
}

#secondary .widget_xeory_postviews .widget-content ul li,
#secondary .widget_xeory_recentviews .widget-content ul li {
  padding: 0;
}

#secondary .widget_xeory_postviews .widget-content ul li .xeory-subloop-image,
#secondary .widget_xeory_recentviews .widget-content ul li .xeory-subloop-image {
  margin: 0;
}

#secondary .widget_xeory_postviews .widget-content ul li .xeory-subloop-content h4,
#secondary .widget_xeory_recentviews .widget-content ul li .xeory-subloop-content h4 {
  line-height: 20px;
}

#secondary .widget_xeory_postviews .widget-content ul li .xeory-subloop-content .xeory-subloop-meta,
#secondary .widget_xeory_recentviews .widget-content ul li .xeory-subloop-content .xeory-subloop-meta {
  display: none;
}

#secondary .widget_categories h3 {
  margin-bottom: 0;
}

#secondary .widget_categories ul {
  padding-right: 40px;
}

#secondary .widget_categories ul li {
  margin-bottom: 0;
}

#secondary .widget_categories ul li a {
  width: 100%;
  padding: 14px 0 13px 20px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}

#secondary .widget_categories ul li a::before {
  right: 17px;
  left: auto;
  font-size: 21px;
  color: #4a4a4a;
  text-align: right;
  background: #fff;
}

#secondary .widget_categories ul li a:hover {
  text-decoration: none;
}

#secondary .widget_categories ul li a:hover::before {
  color: #55cbe1;
  text-decoration: none;
}

#secondary .widget_social_widget {
  max-width: 375px;
  margin: 0 auto;
}

#secondary .widget_social_widget h3 {
  margin-bottom: 18px;
}

#secondary .widget_social_widget h3::before {
  content: url("../../img/sidebar-ttl03.png");
}

#secondary .widget_social_widget .xeory-social-btns {
  padding: 0;
  text-align: center;
}

#secondary .widget_social_widget .xeory-social-btns ul {
  display: flex;
  justify-content: flex-start;
  margin: 0;
}

#secondary .widget_social_widget .xeory-social-btns ul li {
  width: 50px;
  padding: 0 !important;
  margin: 0 18px 0 0;
}

#secondary .widget_social_widget .xeory-social-btns ul li a {
  display: inline-block;
  width: 100%;
  height: 39px;
  padding: 0;
  margin: 0;
  line-height: 39px;
  color: #fff;
  border-radius: 5px;
}

#secondary .widget_social_widget .xeory-social-btns ul li a::before {
  width: 52px;
  height: 52px;
  margin: 0;
  font-size: 22px;
}

#secondary .widget_social_widget .xeory-social-btns ul li a .xeory-social-name {
  display: none;
}

#secondary .xeory-social-btns > ul > li.item-facebook > a {
  display: block;
  display: inline-block;
  width: 50px;
  height: 39px;
  font-size: 0;
  background-image: url("../../img/sns/ico_facebook.svg");
  background-repeat: no-repeat;
  background-position: center 4px;
  background-size: 26px 26px;
}

#secondary .xeory-social-btns > ul > li.item-feedly > a {
  display: block;
  display: inline-block;
  width: 50px;
  height: 39px;
  font-size: 0;
  background-image: url("../../img/sns/ico_feedly.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 32px;
}

.single .content-area-wrap {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1082px) {
  .single .content-area-wrap {
    display: block;
  }
}

@media screen and (max-width: 749px) {
  .single .content-area,
  .page .content-area {
    margin-bottom: 4px;
  }
}

.single .site-content,
.page .site-content {
  padding: 24px 0 0;
}

.single .site-content .site-main article {
  padding: 32px 40px;
  overflow: visible;
  border: 0;
  border-radius: 10px;
}
@media screen and (max-width: 749px) {
  .single .site-content .site-main article {
    padding: 0;
  }
}

.single .site-content .site-main article .entry-header {
  float: none;
}

.single .site-content .site-main article .entry-header .entry-meta {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  list-style: none;
}

.single .site-content .site-main article .entry-header .entry-meta .cat {
  font-size: 14px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  line-height: 1.36;
  color: #888;
}

.single .site-content .site-main article .entry-header .entry-meta .date {
  font-size: 14px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  line-height: 1.36;
  color: #878c8c;
}

.single .site-content .site-main article .entry-header h1 {
  width: 100%;
  margin: 16px auto 32px;
  line-height: 1.5;
  color: #4a4a4a;
  font-size: 32px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}
@media screen and (max-width: 749px) {
  .single .site-content .site-main article .entry-header h1 {
    width: 100%;
    margin: 16px 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 164%;
    text-align: left;
  }
}

.single .site-content .site-main article .bzb-sns-area {
  display: block;
  padding: 0;
  margin-bottom: 32px;
  text-align: center;
}

.single .site-content .site-main article .entry-content a {
  color: #55cbe1;
  text-decoration: none;
}

.single .site-content .site-main article .entry-content strong a {
  font-weight: 700;
}

.single .site-content .site-main article .entry-content a:hover {
  color: #087aab;
}

.single .site-content .site-main .entry-content .pagination a:hover {
  color: #fff;
  text-decoration: none;
}

.single .site-content .site-main article .entry-content .entry-thumbnail {
  float: inherit;
  width: 100%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 749px) {
  .single .site-content .site-main article .entry-content .entry-thumbnail {
    width: 100%;
    margin: 0 auto 30px;
  }
}

.single .site-content .site-main article .entry-content .bzb-sns-area .bzb-sns-btn {
  padding-left: 0;
}

.single .site-content .site-main article .entry-content .bzb-sns-area .bzb-sns-btn li {
  font-size: 12px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}

.single .site-content .site-main .entry-footer .bzb-sns-area {
  padding: 14px 0 0;
  margin: 0 0 31px;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .single .site-content .site-main .entry-footer .bzb-sns-area {
    padding: 17px 0 0;
    margin-bottom: 37px;
    text-align: left;
  }
}

.single .site-content .site-main .entry-footer .bzb-sns-area ul .pocket-btn {
  width: 90px;
}

@media screen and (max-width: 749px) {
  .single .site-content .site-main .entry-footer .bzb-sns-area ul li {
    padding: 0 4px;
    margin-bottom: 0;
  }
}

.single .site-content .site-main .entry-footer .bzb-sns-area ul li iframe {
  margin-top: -3px;
}

.single .site-content .site-main .entry-footer .post-footer-list {
  padding-bottom: 0;
}

.single .site-content .site-main .entry-footer .post-footer-list li {
  padding-bottom: 5px;
  font-size: 13px;
  line-height: 24px;
}
@media screen and (max-width: 749px) {
  .single .site-content .site-main .entry-footer .post-footer-list li {
    padding-bottom: 7px;
  }
}

.single .site-content .site-main .entry-footer .post-footer-list li::before {
  margin-right: 5px;
  color: #55cbe1;
}

.single .site-content .site-main .entry-footer .post-footer-list li a {
  color: #55cbe1;
  text-decoration: none;
}

.single .site-content .site-main .entry-footer .post-footer-list li a:hover {
  text-decoration: underline;
}

.single .site-content .site-main .entry-footer .post-footer-list .cat::before {
  content: "\f07b";
}

.single .site-content .site-main .entry-footer .post-footer-list .tag::before {
  content: "\f02b";
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}

.single .site-content .site-main .underpost-widget,
.bottomPage .underpost-widget {
  padding: 40px;
  border: 0;
}

@media screen and (max-width: 749px) {
  .single .site-content .site-main .underpost-widget {
    padding: 36px 0 24px;
  }
}

.single .site-content .site-main .underpost-widget h3 {
  padding-bottom: 9px;
  margin-bottom: 24px;
  line-height: 24px;
  color: #4c5151;
  border-bottom: 3px solid #d2d3d3;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.75px;
  text-align: left;
}

.single .site-content .site-main .underpost-widget h3::before {
  display: none;
}

.single .site-content .site-main .widget_xeory_related_posts {
  padding: 40px 40px 33px;
  border-bottom: 0;
}
@media screen and (max-width: 749px) {
  .single .site-content .site-main .widget_xeory_related_posts {
    padding: 40px 0;
  }
}

.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop-title {
  font-size: 13px;
  font-weight: normal;
  line-height: 22px;
}

.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop-title a {
  color: #4a4a4a;
}

.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop-title a:hover {
  color: #55cbe1;
}

.single .site-content .site-main .widget_xeory_related_posts .widget-content .xeory-subloop {
  margin: 0;
  overflow: hidden;
}

.single .site-content .site-main .widget_xeory_related_posts .widget-content .xeory-subloop .xeory-subloop-item {
  display: inherit;
  float: left;
  width: calc((100% - 48px) / 3);
  padding: 0;
  margin-right: 24px;
}
@media screen and (max-width: 749px) {
  .single .site-content .site-main .widget_xeory_related_posts .widget-content .xeory-subloop .xeory-subloop-item {
    width: 100%;
    margin: 0 0 25px;
  }
}

.single .site-content .site-main .widget_xeory_related_posts .widget-content .xeory-subloop .xeory-subloop-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 749px) {
  .single .site-content .site-main .widget_xeory_related_posts .widget-content .xeory-subloop .xeory-subloop-item:last-child {
    margin-bottom: 0;
  }
}

.single .site-content .site-main .widget_xeory_related_posts .widget-content .xeory-subloop .xeory-subloop-item .xeory-subloop-image {
  margin-bottom: 13px;
}
@media screen and (max-width: 749px) {
  .single .site-content .site-main .widget_xeory_related_posts .widget-content .xeory-subloop .xeory-subloop-item .xeory-subloop-image {
    float: left;
    max-width: 138px;
    margin-right: 16px;
    margin-bottom: 0;
  }
}

.single .site-content .site-main .widget_xeory_related_posts .widget-content .xeory-subloop .xeory-subloop-item .xeory-subloop-content {
  padding: 0 8px;
}

.single .site-content .site-main .widget_xeory_related_posts .widget-content .xeory-subloop .xeory-subloop-item .xeory-subloop-content .xeory-subloop-title {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  line-height: 20px;
}

.single .site-content .site-main .widget_xeory_related_posts .widget-content .xeory-subloop .xeory-subloop-item .xeory-subloop-content .xeory-subloop-title a {
  font-size: inherit;
  line-height: inherit;
}

.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop-meta {
  display: none;
}

.single .site-content .site-main .widget_social_widget {
  border-bottom: 0;
}

.single .site-content .site-main .widget_social_widget h3::before {
  content: "\f087";
}

.single .site-content .site-main .widget_social_widget .xeory-social-twitter {
  padding: 0 0 20px;
}
@media screen and (max-width: 749px) {
  .single .site-content .site-main .widget_social_widget .xeory-social-twitter {
    margin-bottom: 16px;
  }
}

.single .site-content .site-main .widget_social_widget .xeory-social-twitter iframe {
  border: 1px solid #f3f3f3 !important;
}

.single .site-content .site-main .widget_social_widget .xeory-social-twitter iframe .timeline-Widget div {
  border-bottom: 1px solid #eee !important;
}

.single .site-content .site-main .widget_social_widget .xeory-social-btns {
  padding: 0;
}

.single .site-content .site-main .widget_social_widget .xeory-social-btns ul {
  margin: 0;
  overflow: hidden;
}

.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li {
  display: inherit;
  float: left;
  width: 50px;
  padding: 0;
  margin-right: 24px;
}
@media screen and (max-width: 749px) {
  .single .site-content .site-main .widget_social_widget .xeory-social-btns ul li {
    width: 100% !important;
    margin: 0 0 24px;
  }
}

.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 749px) {
  .single .site-content .site-main .widget_social_widget .xeory-social-btns ul li:last-child {
    margin-bottom: 0;
  }
}

.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li a {
  height: 56px;
  padding: 0;
  margin: 0;
  line-height: 56px;
  background: #fff;
}

.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li a span {
  display: none;
}

.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li a::before {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}

.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li.item-facebook a {
  display: block;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 0;
  background-image: url("../../img/sns/ico_facebook.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li.item-twitter a {
  color: #1da1f2;
  border: 1px solid #1da1f2;
}

.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li.item-twitter a::before {
  display: inline-block;
  margin-top: -2px;
  font-size: 32px !important;
}

.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li.item-feedly a {
  display: block;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 0;
  background-image: url("../../img/sns/ico_feedly.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.single .site-content .site-main .widget_social_widget .xeory-social-facebook {
  width: 100%;
  padding: 0 8px 32px;
}

.single .site-content .site-main .post-author {
  padding: 47px 40px 0;
  background: #fff;
  border: 0;
}
@media screen and (max-width: 749px) {
  .single .site-content .site-main .post-author {
    padding: 65px 0 0;
  }
}

.single .site-content .site-main .post-author .clearfix {
  position: relative;
  padding: 30px 24px;
  background: #f7f7f7;
  border: 0;
  border-radius: 4px;
}
@media screen and (max-width: 749px) {
  .single .site-content .site-main .post-author .clearfix {
    padding: 34px 22px;
  }
}

.single .site-content .site-main .post-author .clearfix::before {
  position: absolute;
  top: -30px;
  left: 4px;
  content: url("../../img/common/post_foot_about_wrighter.svg");
}
@media screen and (max-width: 749px) {
  .single .site-content .site-main .post-author .clearfix::before {
    position: absolute;
    top: -34px;
    right: 0;
    left: 0;
    width: 254px;
    margin: 0 auto;
    content: url("../../img/common/post_foot_about_wrighter.svg");
  }
}

@media screen and (max-width: 749px) {
  .single .site-content .site-main .post-author .clearfix .post-author-img {
    margin-bottom: 0;
  }
}

.single .site-content .site-main .post-author .clearfix .post-author-img .inner {
  display: inline-block;
  width: 96px;
  height: 96px;
  overflow: hidden;
  border: 0;
  border-radius: 50%;
}

.single .site-content .site-main .post-author .clearfix .post-author-img .inner img {
  max-width: initial;
  height: 100%;
}

.single .site-content .site-main .post-author .clearfix .post-author-meta {
  margin-left: 112px;
  font-size: 13px;
  line-height: 24px;
  color: #4a4a4a;
}
@media screen and (max-width: 749px) {
  .single .site-content .site-main .post-author .clearfix .post-author-meta {
    margin-left: 0;
  }
}

.single .site-content .site-main .post-author .clearfix .author {
  margin-top: 4px;
  margin-bottom: 3px;
  line-height: 24px;
  color: #4a4a4a;
}
@media screen and (max-width: 749px) {
  .single .site-content .site-main .post-author .clearfix .author {
    margin-bottom: 5px;
  }
}

.single .site-content .site-main .postlinkCard {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 64px;
  margin-bottom: 80px;
}
@media screen and (max-width: 749px) {
  .single .site-content .site-main .postlinkCard {
    max-width: 343px;
    margin: 36px auto 48px;
  }
}

.single .site-content .site-main .postlinkCard .postlinkCard__tag {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.75px;
  text-align: left;
  color: #087aab;
}

.single .site-content .site-main .postlinkCard .postlinkCard__container {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 12px;
}
@media screen and (max-width: 749px) {
  .single .site-content .site-main .postlinkCard .postlinkCard__container {
    display: block;
  }
}

.single .site-content .site-main .postlinkCard .postlinkCard__imgBox {
  display: block;
  width: 160px;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
  transition: all 0.2s;
}
@media screen and (max-width: 749px) {
  .single .site-content .site-main .postlinkCard .postlinkCard__imgBox {
    width: 100%;
    height: auto;
  }
}

@media screen and (hover: hover) {
  .single .site-content .site-main .postlinkCard .postlinkCard__imgBox:hover {
    opacity: 0.7;
  }
}

.single .site-content .site-main .postlinkCard .postlinkCard__imgBox img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.single .site-content .site-main .postlinkCard .postlinkCard__contentBox {
  flex: 1;
}

.single .site-content .site-main .postlinkCard .postlinkCard__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.75px;
  text-align: left;
  display: block;
  color: #4c5151;
  transition: all 0.2s;
}
@media screen and (max-width: 749px) {
  .single .site-content .site-main .postlinkCard .postlinkCard__title {
    margin-top: 8px;
  }
}

.single .site-content .site-main .postlinkCard .postlinkCard__siteInfo {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  width: 100%;
  margin-top: 12px;
}

.single .site-content .site-main .postlinkCard .postlinkCard__faviconBox {
  width: 15px;
  height: 15px;
}

.single .site-content .site-main .postlinkCard .postlinkCard__faviconBox img {
  display: block;
  width: 100%;
  height: auto;
}

.single .site-content .site-main .postlinkCard .postlinkCard__siteName {
  font-size: 12px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.75px;
  text-align: left;
  display: block;
  flex: 1;
  color: #797c7d;
}

@media screen and (max-width: 749px) {
  .single #xeory_banner_manager-3 {
    display: none;
  }
}

@media screen and (max-width: 749px) {
  .single #xeory_banner_manager-2 {
    margin-bottom: 71px;
  }
}

@media screen and (max-width: 749px) {
  .single .side-widget {
    margin-bottom: 71px !important;
  }
}

@media screen and (max-width: 749px) {
  .single .side-widget:last-child {
    margin-bottom: 0 !important;
  }
}

.home {
  overflow: initial;
}

.home .site-content .bg-top {
  padding: 0;
  margin: 238px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  .home .site-content .bg-top {
    margin-top: 0;
  }
}

.home .site-content .box-index {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .home .site-content .box-index {
    margin: 0;
  }
}

.home .site-content .box-index .swiper {
  max-width: 974px;
  height: 330px;
  margin: 0 auto !important;
  overflow: visible !important;
}
@media screen and (max-width: 1082px) {
  .home .site-content .box-index .swiper {
    max-width: calc(100% - 64px);
  }
}
@media screen and (max-width: 749px) {
  .home .site-content .box-index .swiper {
    height: auto;
  }
}

.home .site-content .box-index .swiper article {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  border: 0;
  border-radius: 10px;
}
@media screen and (max-width: 749px) {
  .home .site-content .box-index .swiper article {
    display: block;
  }
}

.home .site-content .box-index .swiper article.swiper-slide-active::before {
  content: none;
}

.home .site-content .box-index .swiper article .entry-header {
  max-width: 50%;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 749px) {
  .home .site-content .box-index .swiper article .entry-header {
    max-width: inherit;
  }
}

.home .site-content .box-index .swiper article .entry-header .entry-thumbnail {
  margin: 0;
  overflow: hidden;
}

.home .site-content .box-index .swiper article .entry-header .entry-thumbnail a {
  width: 470px;
  height: 330px;
}
@media screen and (max-width: 749px) {
  .home .site-content .box-index .swiper article .entry-header .entry-thumbnail a {
    width: 100%;
    height: 229px;
  }
}

.home .site-content .box-index .swiper article .entry-header .entry-thumbnail img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
}
@media screen and (max-width: 749px) {
  .home .site-content .box-index .swiper article .entry-header .entry-thumbnail img {
    width: 100%;
    height: 229px;
  }
}

.home .site-content .box-index .swiper article .entry-content {
  padding: 0 42px;
}
@media screen and (max-width: 749px) {
  .home .site-content .box-index .swiper article .entry-content {
    padding: 16px;
  }
}

.home .site-content .box-index .swiper article .entry-content .entry-title {
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
}

.home .site-content .box-index .swiper article .entry-content .entry-title a {
  color: #55cbe1;
  font-size: 32px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}
@media screen and (max-width: 749px) {
  .home .site-content .box-index .swiper article .entry-content .entry-title a {
    font-size: 20px;
    font-weight: 400;
    line-height: 164%;
    text-align: left;
  }
}

.home .site-content .box-index .swiper article .entry-content .entry-meta::before {
  content: none;
}

.home .site-content .box-index .swiper article .entry-content .entry-meta {
  padding: 0;
  margin: 24px 0 0;
}

.home .site-content .box-index .swiper article .entry-content .entry-meta li {
  list-style: none;
}

.home .site-content .box-index .swiper article .entry-content .entry-meta li.cat {
  font-size: 14px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  color: #797c7d;
}

.home .site-content .box-index .swiper article .entry-content .entry-meta li.date {
  padding-top: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  text-align: right;
  color: #797c7d;
}

.home .site-content .box-index .swiper article .entry-content .entry-meta li span {
  padding-left: 9px;
}

.home .site-content .box-index .swiper article a {
  position: relative;
  display: block;
}

.home .site-content .box-index .swiper article a p.ttl-df {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.home .site-content .box-index .swiper .swiper-slide-active article::before {
  content: none;
}

.home .site-content .box-index .swiper .swiper-button-prev {
  top: 50%;
  left: -38px;
}
@media screen and (max-width: 1082px) {
  .home .site-content .box-index .swiper .swiper-button-prev {
    left: -30px;
  }
}

.home .site-content .box-index .swiper .swiper-button-prev::after {
  width: 17px;
  height: 30px;
  padding: 0;
  margin: 0;
  font-size: 0;
  background: url("../../img/top/slider_prev.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.home .site-content .box-index .swiper .swiper-button-next {
  top: 50%;
  right: -38px;
}
@media screen and (max-width: 1082px) {
  .home .site-content .box-index .swiper .swiper-button-next {
    right: -30px;
  }
}

.home .site-content .box-index .swiper .swiper-button-next::after {
  width: 17px;
  height: 30px;
  padding: 0;
  margin: 0;
  font-size: 0;
  background: url("../../img/top/slider_next.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.home .site-content article {
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border: 0;
}

.home .site-content article .entry-content .entry-title::before {
  content: none;
}

.site-header .container .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 56px;
  cursor: pointer;
  background: url("../../img/common/ico-search.svg");
  background-repeat: no-repeat;
  background-position: right center;
}
@media screen and (max-width: 749px) {
  .site-header .container .btn-search {
    display: none;
  }
}

.site-header .container .btn-search.close {
  background: url("../../img/common/ico-close.svg");
  background-repeat: no-repeat;
  background-position: right center;
}

.site-header .box-search {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .site-header .box-search {
    display: none !important;
  }
}

.site-header .box-search .search-wrap {
  max-width: 880px;
  height: 60px;
  margin: 0 auto;
}

.site-header .box-search .search-form {
  width: 240px;
  height: 32px;
  margin-bottom: 0;
  border: 0 !important;
  border-radius: 40px;
}

.site-header .box-search .search-form input.search-field {
  height: 32px;
  font-size: 14px;
  font-weight: 300;
  color: #c7cccc;
  background: transparent;
  border-radius: 40px;
}

.site-header .box-search .search-form input.search-submit {
  top: calc(50% - 25px);
  width: 32px;
  height: 32px;
  margin-top: 8px;
  margin-right: 8px;
  font-size: 15px;
  background-color: transparent;
  background-image: url("../../img/common/ico-search-inbox.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  border-radius: 40px;
  transition: opacity 0.3s;
}
.site-header .box-search .search-form input.search-submit:hover {
  opacity: 0.7;
}

.site-header .box-search .search-form input::input-placeholder {
  font-style: 16px;
  /* Chrome/Opera/Safari */
  color: #c7cccc;
  background: transparent;
  opacity: 1;
}

.site-header .box-search .search-form input::placeholder {
  font-style: 16px;
  /* Firefox 19+ */
  color: #c7cccc;
  background: transparent;
  opacity: 1;
}

.site-header .box-search .search-form input:input-placeholder {
  font-style: 16px;
  /* IE 10+ */
  color: #c7cccc;
  background: transparent;
  opacity: 1;
}

.site-header .box-search .search-form input:placeholder {
  font-style: 16px;
  /* Firefox 18- */
  color: #c7cccc;
  background: transparent;
  opacity: 1;
}

.site-header .box-search .search-form input::-webkit-input-selection {
  font-style: 16px;
  /* Chrome/Opera/Safari */
  color: #c7cccc;
  background: transparent;
  opacity: 1;
}

.site-header .box-search .search-form input::selection {
  font-style: 16px;
  /* Firefox 19+ */
  color: #c7cccc;
  background: transparent;
  opacity: 1;
}

.site-header .box-search .search-form input:-ms-input-selection {
  font-style: 16px;
  /* IE 10+ */
  color: #c7cccc;
  background: transparent;
  opacity: 1;
}

.site-header .box-search .search-form input:-moz-selection {
  font-style: 16px;
  /* Firefox 18- */
  color: #c7cccc;
  background: transparent;
  opacity: 1;
}

.home .site-content > .container {
  position: relative;
}
@media screen and (max-width: 749px) {
  .home .site-content > .container {
    padding: 0 16px;
  }
}

.home .site-content > .container .site-main .container {
  margin: 0;
}
@media screen and (max-width: 749px) {
  .home .site-content > .container .site-main .container {
    padding: 0;
  }
}

@media screen and (max-width: 749px) {
  .home #xeory_banner_manager-3 {
    display: block;
  }
}

/* 第一段階 */
#secondary .widget_xeory_postviews ul li:nth-of-type(1)::before,
#secondary .widget_xeory_postviews ul li:nth-of-type(2)::before,
#secondary .widget_xeory_postviews ul li:nth-of-type(3)::before {
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 5;
  display: block;
  width: 28px;
  height: 28px;
  padding: 0;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #55cbe1;
  border: 2px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}

/* 第一段階 */
.custom-logo-link img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 749px) {
  .custom-logo-link img {
    display: none;
  }
}

.custom-logo-link-sp img {
  display: none;
}
@media screen and (max-width: 749px) {
  .custom-logo-link-sp img {
    display: block;
    width: auto;
    height: 16px;
  }
}

/* 第一段階 バナー */
section[class*=xeory_banner_manager].side-widget a {
  display: block;
  max-width: 280px;
}

.fb_iframe_widget > span {
  height: 12px !important;
}

.sidebar__inner {
  left: auto !important;
  z-index: 1;
  height: 100%;
  padding-bottom: 20px;
}
@media screen and (max-width: 749px) {
  .sidebar__inner {
    padding-bottom: 0;
  }
}

.js-main-content {
  float: none;
}

/**** サイドバーのランキング ****/
.ranking {
  padding-bottom: 24px;
  margin-bottom: 32px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1082px) {
  .ranking {
    margin-bottom: 40px;
    background-color: #f8f9f9;
    border: 2px solid #55cbe1;
    border-radius: 12px;
  }
}

.ranking__titleWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  margin: 0 auto;
  background-color: #55cbe1;
  border-radius: 10px 10px 0 0;
}

.ranking__title {
  display: block;
  height: 23px;
  margin-left: 8px;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.75px;
}

@media all and (-ms-high-contrast: none) {
  .ranking__title {
    position: relative;
    top: 4px;
  }
}
.rankingListWrap {
  position: relative;
  display: block;
  width: 264px;
  margin: 20px auto 0;
}
@media screen and (max-width: 1082px) {
  .rankingListWrap {
    width: 92%;
  }
}
.rankingListWrap:hover {
  opacity: 0.5;
}

.rankingList {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
@media screen and (max-width: 749px) {
  .rankingList {
    align-items: flex-start;
  }
}

.rankingList__imageContainer {
  width: 100px;
  min-width: 100px;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 4px;
}

.rankingList__image {
  display: block;
  background: no-repeat center center/cover;
}
.rankingList__image::before {
  display: block;
  padding-top: 75px;
  content: "";
}

.rankingList__textContainer {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1082px) {
  .rankingList__textContainer {
    width: 100%;
  }
}

.rankingList__title {
  font-size: 12px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.75px;
  text-align: left;
  position: relative;
  height: 46.8px;
  min-height: 51px;
  overflow: hidden;
  line-height: 1.4;
  color: #4c5151;
  text-align: justify;
  transition: all 0.2s ease-in;
}
.rankingList__title::before, .rankingList__title::after {
  position: absolute;
  background: #fff;
}
@media screen and (max-width: 1082px) {
  .rankingList__title::before, .rankingList__title::after {
    background: #f8f9f9;
  }
}
.rankingList__title::before {
  top: 35.1px;
  right: 0;
  padding-left: 1px;
  font-size: 10px;
  content: "...";
}
.rankingList__title::after {
  width: 100%;
  height: 16px;
  content: "";
}

.rankingList__date {
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  color: #888;
}

.ranking__viewsWrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 4px;
}

.rankingList__views {
  font-size: 10px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.75px;
  text-align: right;
  margin-left: 2px;
  line-height: 1;
  color: #55cbe1;
}

.rankingList .rank {
  position: absolute;
  top: -10px;
  left: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background: #ff3d67;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.75px;
  text-align: left;
}

/**** サイドバーのランキング end ****/
/**** サイドバーのバナー ****/
.sidebar__bannerWrap {
  position: sticky;
  top: 132px;
}
@media screen and (max-width: 749px) {
  .sidebar__bannerWrap {
    margin-bottom: 40px;
  }
}

.sidebar__bannerBox {
  display: block;
  width: fit-content;
  margin: 0 auto;
  transition: opacity 0.2s;
}
@media (hover: hover) {
  .sidebar__bannerBox:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 749px) {
  .sidebar__bannerBox.u-onlyPC {
    display: none;
  }
}

.sidebar__bannerBox + .sidebar__bannerBox {
  margin-top: 32px;
}

.sidebar__banner {
  display: block;
  border-radius: 10px;
}
@media screen and (max-width: 749px) {
  .sidebar__banner {
    width: 100%;
    max-width: 375px;
  }
}

/**** サイドバーのバナー end ****/
/**** サイドバーのフォーム start ****/
.mailmagazineFormWrap {
  position: relative;
  z-index: 1;
  padding: 16px 0 6px;
  margin-bottom: 40px;
  background: linear-gradient(104.31deg, #56cce1 -1.14%, #68dcb6 105.66%);
  border-radius: 16px;
  box-shadow: 0 4px 8px rgba(85, 203, 225, 0.16);
}
@media screen and (max-width: 749px) {
  .mailmagazineFormWrap {
    width: 100%;
    margin: 0 auto 40px;
  }
}

.mailmagazineForm__headImageWrap {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.mailmagazineForm__headImageWrap::before {
  position: absolute;
  top: 28px;
  right: 3px;
  display: block;
  width: 76px;
  height: 92px;
  content: "";
  background-image: url("../../img/common/mailmagazine_form_woman.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mailmagazineForm__headImageWrap::after {
  position: absolute;
  top: 84px;
  right: 28px;
  z-index: 1;
  display: block;
  width: 74px;
  height: 30px;
  content: "";
  background-image: url("../../img/common/mailmagazine_form_laptop.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.mailmagazineForm__headImage {
  position: relative;
  margin-bottom: 16px;
}
@media screen and (max-width: 749px) {
  .mailmagazineForm__headImage {
    display: block;
    width: 300px;
    margin: 0 auto 16px;
  }
}

.mailmagazineForm {
  position: relative;
  width: 286px;
  padding: 24px 0 18px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}
@media screen and (max-width: 749px) {
  .mailmagazineForm {
    width: 96%;
  }
}

.mailmagazineForm__introImage {
  margin-bottom: 24px;
}
@media screen and (max-width: 749px) {
  .mailmagazineForm__introImage {
    display: block;
    width: 286px;
    margin: 0 auto 24px;
  }
}

.documentCheckboxValue {
  position: absolute;
  top: 3px;
  opacity: 0;
}

.documentCheckbox {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  cursor: pointer;
  background-color: #e1e6e6;
  border: 2px solid #e1e6e6;
  border-radius: 4px;
}
.documentCheckbox:hover {
  background-color: #f7fcfc;
  border-color: #55cbe1;
  transition: background-color 0.3s, border-color 0.3s;
}

.documentCheckbox__privacy {
  margin-right: 8px;
}

.documentCheckbox::before {
  position: absolute;
  top: 0;
  left: 4px;
  display: block;
  width: 8px;
  height: 12px;
  content: "";
  border-right: 3px solid #55cbe1;
  border-bottom: 3px solid #55cbe1;
  border-radius: 1px;
  opacity: 0.2;
  transition: opacity 0.2s;
  transform: rotate(45deg);
}

.documentCheckboxValue:checked + .documentCheckbox::before {
  opacity: 1;
}

.documentCheckboxValue:checked + .documentCheckbox {
  background-color: #f7fcfc;
  border-color: #55cbe1;
}

.mailmagazineForm__low {
  position: relative;
  width: 244px;
  margin: 0 auto;
}
.mailmagazineForm__low .mailmagazineForm__error > label {
  display: block;
}

.mailmagazineForm__low--name {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 244px;
  margin: 0 auto;
}
.mailmagazineForm__low--name .mailmagazineForm__error > label {
  display: block;
}

.mailmagazineForm__errorWrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.mailmagazineForm__input {
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 8px;
  margin: 0 auto;
  line-height: normal;
  background-color: #e9eaea;
  border: none;
  border-radius: 4px;
  box-shadow: none;
}
.mailmagazineForm__input:focus {
  background-color: #fff;
  border: 2px solid #55cbe1;
  outline: none;
  box-shadow: 0 0 3px 3px rgba(85, 203, 225, 0.1);
  transition: all 0.2s;
  transition: background-color 0.2s, border 0.2s, box-shadow 0.2s;
}

.mailmagazineForm__error {
  font-size: 10px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.75px;
  text-align: left;
  line-height: 1.5;
  color: black;
  animation: "fade-in" 0.3s;
}

.mailmagazineFormSubmitWrap {
  position: relative;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .mailmagazineFormSubmitWrap {
    width: 224px;
    margin: 0 auto;
  }
}

.mailmagazineFormSubmitLoader {
  position: absolute;
  top: 9px;
  left: 54px;
  opacity: 0;
  transition: opacity 0.2s;
}
@media screen and (max-width: 749px) {
  .mailmagazineFormSubmitLoader {
    left: 24px;
  }
}
.mailmagazineFormSubmitLoader.is-show {
  padding: 0;
  opacity: 1;
}

.btnLoader,
.btnLoader::after {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.btnLoader {
  font-size: 10px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  position: absolute;
  border-top: 2px solid rgba(255, 255, 255, 0.4);
  border-right: 2px solid rgba(255, 255, 255, 0.4);
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  border-left: 2px solid #fff;
  transform: translateZ(0);
  animation: btnLoader 1.1s infinite linear;
}

@keyframes btnLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes btnLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes btnLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mailmagazineForm__submit {
  display: flex;
  width: auto;
  height: auto;
  padding: 8px 16px;
  margin: 16px auto 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
  color: #fff;
  letter-spacing: 0.75px;
  white-space: nowrap;
  cursor: pointer;
  background-color: #f0506a;
  border: 1px solid;
  border: 1px solid #f0506a;
  border-radius: 50px;
  box-shadow: 0 4px 8px rgba(85, 203, 225, 0.16);
  transition: background-color 0.2s, opacity 0.2s;
  transition: all 0.1s;
}
.mailmagazineForm__submit:hover {
  color: #f0506a;
  background-color: #fff;
  border: 1px solid #f0506a;
}
.mailmagazineForm__submit:disabled {
  width: auto;
  padding-left: 40px;
  background-color: #adb2b2;
  border-color: #adb2b2;
  box-shadow: none;
}
.mailmagazineForm__submit:disabled:hover {
  color: #fff;
  background-color: #adb2b2;
}

.mailmagazineForm__inputSmallWrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.mailmagazineForm__inputSmall {
  width: 116px;
}

.mailmagazineForm__agreementWrap {
  width: 248px;
  margin: 0 auto;
}

.mailmagazineForm__agreement {
  display: flex;
  align-items: center;
  width: 248px;
  margin-top: 16px;
  margin-bottom: 0;
  margin-left: auto;
}

.mailmagazineForm_privacyAgreement {
  font-size: 12px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  line-height: 170%;
}

.mailmagazineForm__privacyPolicy {
  color: #55cbe1;
  text-decoration: none;
}
.mailmagazineForm__privacyPolicy:hover {
  text-decoration: underline;
}

.mailmagazineForm__externalLink {
  width: 10px;
  height: 8px;
  margin-right: 3px;
  margin-bottom: 2px;
  margin-left: 1px;
  line-height: 20px;
  vertical-align: middle;
  fill: #55cbe1;
}

.mailmagazineForm__input::input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  color: #d2d3d3;
}

.mailmagazineForm__input::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  color: #d2d3d3;
}

.mailmagazineForm__input:placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  color: #d2d3d3;
}

.mailmagazineForm__input:input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  color: #d2d3d3;
}

.mailmagazineForm__input:focus::input-placeholder {
  color: #d2d3d3;
}

.mailmagazineForm__input:focus::placeholder {
  color: #d2d3d3;
}

.mailmagazineForm__input:focus:input-placeholder {
  color: #d2d3d3;
}

.pristine-error {
  font-size: 10px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.75px;
  text-align: left;
  line-height: 1.5;
  color: #f77;
}

/**** サイドバーのフォーム end ****/
/* ---- ポップアップバナー用CSS ------ */
.banner {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 999999;
  display: none;
}
@media screen and (max-width: 1082px) {
  .banner {
    display: block;
  }
}
@media screen and (max-width: 749px) {
  .banner {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.banner__link {
  position: absolute;
  top: 0;
  left: 8px;
  z-index: 1;
  width: 320px;
  height: 100px;
}

.banner__img {
  position: relative;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
}

.banner__container {
  position: relative;
  width: 100vw;
  max-width: 352px;
  height: auto;
  padding: 0 16px;
}

.banner__cancel {
  position: absolute;
  top: -12px;
  right: 4px;
  z-index: 2;
  display: block;
  width: 28px;
  height: 28px;
}

.banner__cancel:hover {
  cursor: pointer;
}

.canceled {
  display: none;
}

.extend-footer {
  padding-bottom: 168px;
}

/* ---- ポップアップバナー用CSS end ------ */
.js-fadeout {
  pointer-events: none;
}

/* ---- xeorybaseのパンクズ非表示 ------ */
.xeory-breadcrumbs {
  display: none;
}

.bottomPage {
  margin-top: 60px;
}

.bottom_page-area {
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 749px) {
  .bottom_page-area {
    display: none;
  }
}

#menu-bottom-category {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 62px;
  align-items: flex-start;
}

#menu-side-category > li > a::before,
#menu-bottom-category > li > a::before {
  position: relative;
  top: 3px;
  display: block;
  margin-right: 10px;
  content: url("../../img/common/cat-arrow.svg");
}
@media screen and (max-width: 749px) {
  #menu-side-category > li > a::before,
  #menu-bottom-category > li > a::before {
    top: 2px;
    line-height: 20px;
  }
}

#primary .menu-item-object-category {
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.75px;
  text-align: left;
  width: 172px;
  list-style: none;
}
#primary .menu-item-object-category > a {
  display: flex;
  margin-bottom: 8px;
  color: #4c5151;
}
#primary .menu-item-object-category > a:hover {
  color: #34b6d0;
}

#primary .sub-menu > li {
  font-size: 12px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  margin-bottom: 8px;
}
#primary .sub-menu > li:last-child {
  margin-bottom: 0;
}

.cat_post {
  margin-top: 120px;
}
@media screen and (max-width: 749px) {
  .cat_post {
    margin-top: 80px;
  }
}

.popular_post {
  margin-top: 120px;
}
@media screen and (max-width: 749px) {
  .popular_post {
    margin-top: 80px;
  }
}

@media screen and (max-width: 749px) {
  .home .popular_post {
    display: none;
  }
}

@media screen and (max-width: 749px) {
  .home .widget-area {
    margin-top: 80px;
  }
}

.single .widget-area {
  margin-top: 40px;
}

.section-title {
  position: relative;
  margin-bottom: 24px;
  color: #4c5151;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.75px;
  text-align: left;
}
@media screen and (max-width: 749px) {
  .section-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.75px;
    text-align: left;
  }
}

.btn-more {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 749px) {
  .btn-more {
    margin-top: 56px;
  }
}

.btn-more a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 420px;
  height: 53px;
  color: #55cbe1;
  background: transparent;
  border: 2px solid #55cbe1;
  border-radius: 30px;
  transform: all 0.1s;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.75px;
  text-align: left;
}
@media screen and (max-width: 749px) {
  .btn-more a {
    max-width: 343px;
  }
}

.btn-more a:hover {
  color: #fff;
  background: #55cbe1;
}

.list-art {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 1082px) {
  .list-art {
    justify-content: center;
  }
}

.article-list {
  position: relative;
  top: 0;
  width: 348px;
  padding: 16px 16px 34px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 16px 24px rgba(76, 81, 81, 0.08);
  transition: box-shadow 0.3s, top 0.3s;
}
@media screen and (max-width: 1082px) {
  .article-list {
    width: 100%;
    max-width: 343px;
  }
}

.article-list:hover {
  top: -8px;
  box-shadow: 0 8px 16px rgba(76, 81, 81, 0.24);
}

.article-list article {
  display: flex;
  flex-direction: column;
}

.article-list article .entry-header {
  padding: 0;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 10px;
}

.article-list article .entry-thumbnail {
  width: 316px;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media screen and (max-width: 1082px) {
  .article-list article .entry-thumbnail {
    width: 311px;
  }
}

.article-list article .entry-thumbnail img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  vertical-align: top;
  object-fit: cover;
}

.article-list article .entry-content {
  padding: 0 24px;
}

.article-list article .entry-content .entry-title {
  padding: 0;
  margin: 0;
  color: #4c5151;
  font-size: 20px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}
@media screen and (max-width: 749px) {
  .article-list article .entry-content .entry-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 164%;
    text-align: left;
  }
}

.article-list article .entry-content .entry-meta {
  margin: 16px 0 0;
  list-style: none;
}

.article-list article .entry-content .entry-meta .cat {
  font-size: 14px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  color: #4c5151;
}

.article-list article .entry-content .entry-meta .date {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  text-align: right;
  line-height: 1.45;
  color: #797c7d;
}

.list-art-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 1082px) {
  .list-art-cat {
    justify-content: center;
  }
}

.article-list.top-cat {
  width: 354px;
  padding: 24px 20px;
}
@media screen and (max-width: 1082px) {
  .article-list.top-cat {
    max-width: 354px;
  }
}
@media screen and (max-width: 749px) {
  .article-list.top-cat {
    width: 100%;
    max-width: inherit;
    padding: 16px;
  }
}

.article-list.top-cat.full-width {
  width: 100%;
  max-width: 720px;
  padding: 24px;
}
@media screen and (max-width: 749px) {
  .article-list.top-cat.full-width {
    padding: 16px;
  }
}

.article-list.top-cat article {
  flex-direction: row;
  gap: 24px;
}
@media screen and (max-width: 749px) {
  .article-list.top-cat article {
    gap: 16px;
  }
}

.article-list.top-cat article .entry-header {
  min-width: 150px;
  height: 100%;
  margin-bottom: 0;
  border-radius: 8px;
}
@media screen and (max-width: 749px) {
  .article-list.top-cat article .entry-header {
    min-width: 110px;
  }
}

.article-list.top-cat article .entry-thumbnail {
  width: 150px;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  .article-list.top-cat article .entry-thumbnail {
    width: 110px;
  }
}

.article-list.top-cat article .entry-content {
  padding: 0;
}

.article-list.top-cat article .entry-content .entry-meta .date {
  display: none;
}

.article-list .rank {
  position: absolute;
  top: -10px;
  left: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  background: #ff3d67;
  border-radius: 10px;
}

.cat-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.75px;
  text-align: left;
  color: #4c5151;
}

.nav-links {
  margin-bottom: -8px;
}

.cat_post_page {
  margin-top: 120px;
}
@media screen and (max-width: 749px) {
  .cat_post_page {
    margin-top: 80px;
  }
}

.cat_post_page + .cat_post_page {
  margin-top: 56px;
}

.list-art-cat-scroll {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  padding: 22px 24px 24px;
  overflow-x: scroll;
  scrollbar-width: thin;
  scrollbar-color: #55cbe1 #fff;
}
@media screen and (max-width: 749px) {
  .list-art-cat-scroll {
    gap: 12px;
  }
}

.list-art-cat-scroll::-webkit-scrollbar {
  width: 10px;
  height: 18px;
}
@media screen and (max-width: 749px) {
  .list-art-cat-scroll::-webkit-scrollbar {
    height: 10px;
  }
}

.list-art-cat-scroll::-webkit-scrollbar-thumb {
  background-color: #55cbe1;
  background-clip: padding-box;
  border: 3px solid transparent;
  border-radius: 14px;
}
@media screen and (max-width: 749px) {
  .list-art-cat-scroll::-webkit-scrollbar-thumb {
    border: 1px solid transparent;
    border-radius: 8px;
  }
}

.list-art-cat-scroll::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 14px;
}
@media screen and (max-width: 749px) {
  .list-art-cat-scroll::-webkit-scrollbar-track {
    border-radius: 8px;
  }
}

.article-list.page-cat {
  width: 264px;
  min-width: 264px;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  .article-list.page-cat {
    width: 168px;
    min-width: 168px;
  }
}

.article-list.page-cat article .entry-header {
  min-width: 264px;
  margin-bottom: 0;
  border-radius: 0;
}
@media screen and (max-width: 749px) {
  .article-list.page-cat article .entry-header {
    min-width: 168px;
  }
}

.article-list.page-cat article .entry-thumbnail {
  width: 264px;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  .article-list.page-cat article .entry-thumbnail {
    width: 168px;
  }
}

.article-list.page-cat article .entry-content {
  padding: 12px;
}

.article-list.page-cat article .entry-content .entry-title {
  padding: 0;
  margin: 0;
  color: #4c5151;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.75px;
  text-align: left;
}
@media screen and (max-width: 749px) {
  .article-list.page-cat article .entry-content .entry-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.75px;
    text-align: left;
  }
}

.article-list.page-cat article .entry-content .entry-meta .cat {
  color: #4c5151;
}

.single .entry-header {
  padding: 0;
}

.footerWrap {
  min-width: 1040px;
}

.bottomCard__cta {
  min-width: inherit !important;
}

.bottomCard__ctaInner {
  min-width: 912px !important;
}
@media screen and (max-width: 749px) {
  .bottomCard__ctaInner {
    min-width: inherit !important;
  }
}

div + .articleCta__wrapper {
  margin-top: 16px;
}
@media screen and (max-width: 749px) {
  div + .articleCta__wrapper {
    margin-top: 24px;
  }
}

.articleCta__wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 16px;
}

.articleCta__link {
  width: 100%;
  max-width: 640px;
  transition: all 0.3s;
}
.articleCta__link:hover {
  opacity: 0.5;
}

.articleCta__wrapper + .outline {
  margin-top: 32px !important;
}

.single .site-content .site-main article .entry-content {
  padding: 0 0 48px;
  overflow: visible;
  /* 第二階層（h3タグ）を全て右シフト */
  /* 第一階層（h2タグ） */
  /* 第二階層（h3タグ） */
  /* 全てのタグ */
  /* h2同士の間 */
  /* h2・h3の間 */
  /* h3同士の間 */
}
.single .site-content .site-main article .entry-content .outline {
  width: 100%;
  margin-top: 64px;
  background: #f8f9f9;
  border-radius: 10px;
}
.single .site-content .site-main article .entry-content .outline__inner {
  padding: 32px;
}
@media screen and (max-width: 749px) {
  .single .site-content .site-main article .entry-content .outline__inner {
    padding: 20px;
  }
}
.single .site-content .site-main article .entry-content .outline__header {
  display: flex;
  gap: 12px;
  align-items: center;
}
.single .site-content .site-main article .entry-content .outline__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.75px;
  text-align: left;
  color: #4c5151;
}
@media screen and (max-width: 749px) {
  .single .site-content .site-main article .entry-content .outline__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.75px;
    text-align: left;
  }
}
.single .site-content .site-main article .entry-content .outline__btnToggleBox {
  padding-top: 2px;
  font-size: 14px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  color: #797c7d;
}
@media screen and (max-width: 749px) {
  .single .site-content .site-main article .entry-content .outline__btnToggleBox {
    font-size: 12px;
    font-weight: 400;
    line-height: 164%;
    text-align: left;
  }
}
.single .site-content .site-main article .entry-content #outline__btnToggle {
  display: inline-block;
  color: #797c7d;
  text-decoration: underline;
  cursor: pointer;
  transition: 0.1s all;
  font-size: 14px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}
@media screen and (max-width: 749px) {
  .single .site-content .site-main article .entry-content #outline__btnToggle {
    font-size: 12px;
    font-weight: 400;
    line-height: 164%;
    text-align: left;
  }
}
.single .site-content .site-main article .entry-content #outline__btnToggle:hover {
  color: #55cbe1;
  text-decoration: none;
}
.single .site-content .site-main article .entry-content .outline__content {
  margin-top: 16px;
}
.single .site-content .site-main article .entry-content .outline__content ol {
  padding: 0;
  margin: 0;
  line-height: 1;
  list-style: none;
}
.single .site-content .site-main article .entry-content .outline__content li {
  line-height: 1;
}
.single .site-content .site-main article .entry-content .outline__content ol li > ol {
  padding-left: 28px;
}
@media screen and (max-width: 749px) {
  .single .site-content .site-main article .entry-content .outline__content ol li > ol {
    padding-left: 24px;
  }
}
.single .site-content .site-main article .entry-content .outline__content > ol > li > a {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.75px;
  text-align: left;
  color: #797c7d;
}
@media screen and (max-width: 749px) {
  .single .site-content .site-main article .entry-content .outline__content > ol > li > a {
    font-size: 14px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.75px;
    text-align: left;
  }
}
.single .site-content .site-main article .entry-content .outline__content ol:not(:first-child) > li > a {
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  color: #797c7d;
}
@media screen and (max-width: 749px) {
  .single .site-content .site-main article .entry-content .outline__content ol:not(:first-child) > li > a {
    font-size: 14px;
    font-weight: 400;
    line-height: 164%;
    text-align: left;
  }
}
.single .site-content .site-main article .entry-content .outline__content ol > li > a {
  transition: 0.1s all;
}
.single .site-content .site-main article .entry-content .outline__content ol > li > a:hover {
  color: #55cbe1;
}
.single .site-content .site-main article .entry-content .outline__content > ol > li + li {
  margin-top: 16px;
}
.single .site-content .site-main article .entry-content .outline__content > ol > li > ol {
  margin-top: 12px;
}
@media screen and (max-width: 749px) {
  .single .site-content .site-main article .entry-content .outline__content > ol > li > ol {
    margin-top: 16px;
  }
}
.single .site-content .site-main article .entry-content .outline__content > ol > li > ol > li + li {
  margin-top: 8px;
}
@media screen and (max-width: 749px) {
  .single .site-content .site-main article .entry-content .outline__content > ol > li > ol > li + li {
    margin-top: 12px;
  }
}

.breadcrumbWrap {
  max-width: 1280px;
  padding: 0 60px;
  margin: 176px auto 0;
}
@media screen and (max-width: 749px) {
  .breadcrumbWrap {
    width: 100%;
    padding: 0 16px;
    margin: 12px auto 0;
  }
}

.breadcrumb {
  width: 100%;
  overflow-x: auto;
}
.breadcrumb::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 749px) {
  .breadcrumb {
    -webkit-overflow-scrolling: touch;
  }
}

.breadcrumb__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: max-content;
  height: 36px;
}

.breadcrumb__item {
  font-size: 12px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  white-space: nowrap;
}

.breadcrumb__item a {
  color: #1f2526;
  transition: all 0.1s;
}

@media (hover: hover) {
  .breadcrumb__item a:hover {
    color: #087aab;
  }
}

.breadcrumb__text {
  color: #1f2526;
}

.breadcrumb__iconHome {
  padding-right: 4px;
}

.breadcrumb__iconArrow {
  margin: 0 16px;
}
