@charset "UTF-8";
/* kaitori-sol スタイル */
/* ---------------------------------------------------------------- */
/* 共通 */
.postPage ul li::marker {
  color: #333;
}

/* パンくず */
/* ---------------------------------------------------------------- */
.breadcrumbs {
  padding: 0 0 0 5%;
}

.gi-breadcrumbs {
  margin: 0 auto;
  padding: 25px 30px;
  box-sizing: border-box;
  margin-top: -30px;
  position: relative;
  background: #fff !important;
  z-index: 1;
}
.gi-breadcrumbs__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.4em;
  list-style: none;
}
.gi-breadcrumbs__item:not(:last-child)::after {
  content: "";
  padding: 0 11px;
}
.gi-breadcrumbs__item:first-child span::before {
  content: "\f015";
  font-family: FontAwesome;
  margin-right: 5px;
}
.gi-breadcrumbs__item:nth-of-type(2) {
  display: none;
}
.gi-breadcrumbs__link {
  color: #333 !important;
  text-decoration: none !important;
}
.gi-breadcrumbs__link:hover {
  color: #333 !important;
  text-decoration: underline !important;
}

.breadcrumbs_b {
  padding: 0 0 0 15px;
}

.breadcrumbs_b .gi-breadcrumbs {
  margin: 0 auto;
  padding: 8px 0;
  box-sizing: border-box;
  margin-top: 0;
  position: relative;
  background: #fff !important;
  z-index: 1;
}
.breadcrumbs_b .gi-breadcrumbs::after {
  position: absolute;
  top: 0;
  right: -1000px;
  content: "";
  width: 1000px;
  height: 100%;
  background: #fff !important;
}

/* コンテナ */
@media screen and (min-width: 600px) {
  .l-content {
    padding-top: 4em;
  }
}
.l-mainContent__inner > :first-child,
.l-parent > :first-child,
.post_content > :first-child {
  margin-top: 0 !important;
}

.l-mainContent__inner > :last-child,
.l-parent > :last-child,
.post_content > :last-child {
  margin-bottom: 0 !important;
}

.post_content {
  line-height: 1.8;
  margin: 0;
  max-width: 100%;
  padding: 0;
}

.post_content > * {
  clear: both;
  margin-bottom: 2em !important;
}

.post_content div > :first-child,
.post_content > :first-child {
  margin-top: 0 !important;
}

.post_content dd > :last-child,
.post_content div > :last-child,
.post_content > :last-child {
  margin-bottom: 0 !important;
}

.post_content h1 {
  font-size: 2em;
}

.post_content h2 {
  font-size: 1.2em;
  line-height: 1.4;
  margin: 4em 0 2em;
  position: relative;
  z-index: 1;
}

.post_content > h2 {
  margin-left: -2vw;
  margin-right: -2vw;
}

.post_content h3 {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.4;
  margin: 3em 0 2em;
  position: relative;
  background: none;
}

.post_content h3:before {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  z-index: 0;
}

.post_content h4 {
  font-size: 1.05em;
  line-height: 1.4;
  margin: 3em 0 1.5em;
  position: relative;
}

.post_content dt,
.post_content h2,
.post_content h3,
.post_content h4 {
  font-weight: 700;
}

.post_content .is-style-section_ttl {
  background: none;
  border: none;
  border-radius: 0;
  color: inherit;
  padding: 0;
  position: relative;
  text-align: center;
}

.post_content .is-style-section_ttl:after,
.post_content .is-style-section_ttl:before {
  border: none;
  content: none;
}

.post_content .is-style-section_ttl.has-text-align-left {
  text-align: left;
}

.post_content .is-style-section_ttl.has-text-align-right {
  text-align: right;
}

.post_content .is-style-section_ttl small {
  display: block;
  font-size: 0.6em;
  padding-top: 0.25em;
}

.postPage .post_content table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.6;
  max-width: 100%;
  text-align: left;
  width: 100%;
}

.postPage .post_content table td,
.postPage .post_content table th {
  border: 1px solid #333;
  padding: 0.5em !important;
}

.postPage .post_content table th {
  background-color: hsla(0, 0%, 59%, 0.05);
  color: #333;
  font-weight: 700;
  word-break: keep-all;
}

.postPage .post_content table thead td,
.postPage .post_content table head th {
  background-color: #1f4e79;
  color: #fff;
}

.postPage .post_content :where(table) caption {
  font-size: 0.9em;
  margin-bottom: 0.25em;
  opacity: 0.8;
}

.wp-block-table .has-fixed-layout {
  margin-bottom: 0;
}

.wp-block-table td,
.wp-block-table th {
  background-clip: padding-box;
  border: 1px solid #333;
  min-width: 1px !important;
  padding: 0.5em 0.75em;
  position: relative;
  vertical-align: top;
  z-index: 0;
}

.wp-block-table > table tr > :first-child:not(.-no1) {
  max-width: auto;
  min-width: 1px !important;
}

@media screen and (max-width: 767px) {
  .postPage .post_content table tr {
    display: table-row !important;
  }
  .postPage .post_content table td,
  .postPage .post_content table th {
    display: table-cell !important;
    width: auto !important;
  }
}
.post_content small {
  font-size: 0.8em;
  opacity: 0.8;
}

.post_content :not(pre) > code {
  align-items: center;
  background: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: #333;
  display: inline-flex;
  font-size: 0.9em;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0.5em;
  padding: 0.25em 0.5em;
}

.post_content :where(ul:not([type])) {
  list-style: disc;
}

.post_content :where(ol:not([type])) {
  list-style: decimal;
}

.post_content ol,
.post_content ul {
  padding-left: 1.5em;
}

.post_content ol ul,
.post_content ul ul {
  list-style: circle;
}

.post_content ol ul li {
  list-style: decimal;
  color: #333;
}

.post_content li {
  line-height: 1.5;
  margin: 0.25em 0;
  position: relative;
}

.post_content li ol,
.post_content li ul {
  margin: 0;
}

.post_content hr {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 2.5em 0;
}

.post_content blockquote {
  background: hsla(0, 0%, 78%, 0.15);
  position: relative;
  padding: 1.5em 2em 1.5em 3em;
  border-radius: 0;
}

.post_content blockquote.is-style-large {
  padding: 1.5em 3em;
}

.post_content blockquote.is-style-large cite {
  text-align: inherit;
}

.post_content blockquote cite {
  display: block;
  font-size: 0.8em;
  margin-top: 1em;
  opacity: 0.8;
}

.post_content blockquote > * {
  position: relative;
  z-index: 1;
}

.post_content blockquote > :not(:last-child) {
  margin: 0 0 0.5em;
}

.post_content blockquote:after,
.post_content blockquote:before {
  line-height: 1;
  position: absolute;
  z-index: 0;
}

.post_content blockquote::before {
  content: "";
  display: block;
  width: 5px;
  height: calc(100% - 3em);
  top: 1.5em;
  left: 1.5em;
  border-left: solid 1px rgba(180, 180, 180, 0.75);
  border-right: solid 1px rgba(180, 180, 180, 0.75);
}

.post_content pre {
  overflow-x: auto;
  padding: 0.5em;
}

.post_content iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.l-mainContent__inner > .post_content {
  margin: 4em 0;
  padding: 0 0;
}

.p-breadcrumb__list {
  align-items: center;
  display: flex;
  font-size: 10px;
  gap: 0.5em;
  list-style: none;
  overflow: hidden;
  width: 100%;
}

.p-breadcrumb__item {
  align-items: center;
  display: inline-flex;
  gap: 0.5em;
  position: relative;
}

.p-breadcrumb__item:last-child:after {
  content: none;
}

.p-breadcrumb__item:last-child span {
  opacity: 0.8;
}

.p-breadcrumb__text {
  align-items: center;
  color: inherit;
  display: block;
  display: inline-flex;
  text-decoration: none;
  white-space: nowrap;
}

.p-breadcrumb__text:before {
  margin-right: 3px;
}

.p-breadcrumb__text:hover span {
  opacity: 0.76;
}

.p-breadcrumb__text .__home {
  align-items: center;
  display: inline-flex;
  gap: 4px;
}

.p-breadcrumb__text .__home:before {
  line-height: inherit;
}

.single .p-breadcrumb__item:last-child > span.p-breadcrumb__text {
  display: none;
}

/* 投稿タイトル部分 */
.c-postTitle__ttl {
  font-size: 5vw;
  line-height: 1.4;
  width: 100%;
}

.c-postTitle__date {
  border-right: 1px solid #dcdcdc;
  font-weight: 400;
  line-height: 1;
  margin-right: 0.75em;
  padding: 0.5em 0.75em 0.5em 0;
  text-align: center;
}

.c-postTitle__date .__y {
  display: block;
  font-size: 3vw;
  line-height: 1;
  margin-bottom: 4px;
}

.c-postTitle__date .__md {
  display: block;
  font-size: 4.2vw;
}

.p-postList .c-postTitle {
  margin: 0 auto 1em;
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-postList .c-postTitle__date .__md,
.p-postList .c-postTitle__ttl {
  font-size: 4vw;
}

@media screen and (min-width: 600px) {
  .c-postTitle__ttl {
    font-size: 24px;
  }
}
/* 記事トップ　日付　著者情報部分 */
.instant-content > p {
  color: white;
  font-size: 16px;
  background-color: #1e4b75;
  text-align: center;
  width: 40px;
  margin: 0 0 0 auto;
}

.p-articleMetas {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 0.625em;
  padding: 0 1px;
}

.fa-refresh {
  margin-right: 5px;
}

.p-articleMetas.-top {
  margin-top: 0.75em;
}

/* 記事トップ　著者情報 */
.c-postAuthor {
  align-items: center;
  display: flex;
}

.c-postAuthor.is-link {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.25s;
}

.c-postAuthor__figure {
  border-radius: 50%;
  height: 20px;
  margin: 0 0.25em 0 1px;
  overflow: hidden;
  width: 20px;
}

.c-postAuthor__figure .avatar {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 投稿トップサムネイル */
.p-articleThumb {
  margin: 2em 0;
  text-align: center;
  width: 100%;
}

.p-articleThumb__img {
  display: block;
  width: 100%;
}

/* 目次 */
#main_content .p-toc {
  border-radius: 0;
  margin: 4em auto;
  max-width: 800px;
}

#sidebar .p-toc {
  margin-top: -0.5em;
}

.p-toc .__pn:before {
  content: none !important;
  counter-increment: none;
}

.p-toc .__prev {
  margin: 0 0 1em;
}

.p-toc .__next {
  margin: 1em 0 0;
}

.p-toc.is-omitted:not([data-omit=ct]) [data-level="2"] .p-toc__childList {
  height: 0;
  margin-bottom: -0.5em;
  visibility: hidden;
}

.p-toc.is-omitted:not([data-omit=nest]) {
  position: relative;
}

.p-toc.is-omitted:not([data-omit=nest]):before {
  background: linear-gradient(hsla(0, 0%, 100%, 0), #fff);
  bottom: 5em;
  content: "";
  height: 4em;
  left: 0;
  opacity: 0.75;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.p-toc.is-omitted:not([data-omit=nest]):after {
  background: #fff;
  bottom: 0;
  content: "";
  height: 5em;
  left: 0;
  opacity: 0.75;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.p-toc.is-omitted:not([data-omit=nest]) .__next,
.p-toc.is-omitted:not([data-omit=nest]) [data-omit="1"] {
  display: none;
}

.p-toc .p-toc__expandBtn {
  background-color: #f7f7f7;
  border: rgba(0, 0, 0, 0.2);
  border-radius: 5em;
  box-shadow: 0 0 0 1px #bbb;
  color: #333;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  margin: 0.75em auto 0;
  min-width: 6em;
  padding: 0.5em 1em;
  position: relative;
  transition: box-shadow 0.25s;
  z-index: 2;
}

.p-toc[data-omit=nest] .p-toc__expandBtn {
  display: inline-block;
  font-size: 13px;
  margin: 0 0 0 1.25em;
  padding: 0.5em 0.75em;
}

.p-toc:not([data-omit=nest]) .p-toc__expandBtn:after,
.p-toc:not([data-omit=nest]) .p-toc__expandBtn:before {
  border-top-color: inherit;
  border-top-style: dotted;
  border-top-width: 3px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: calc(50% - 1px);
  transition: border-color 0.25s;
  width: 100%;
  width: 22px;
}

.p-toc:not([data-omit=nest]) .p-toc__expandBtn:before {
  right: calc(100% + 1em);
}

.p-toc:not([data-omit=nest]) .p-toc__expandBtn:after {
  left: calc(100% + 1em);
}

.p-toc.is-expanded .p-toc__expandBtn {
  border-color: transparent;
}

.p-toc__ttl {
  display: block;
  font-size: 1.2em;
  line-height: 1;
  position: relative;
  text-align: center;
}

.p-toc__ttl:before {
  content: "\f0ca";
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 0.5em;
  padding-bottom: 2px;
  vertical-align: middle;
}

#index_modal .p-toc__ttl {
  margin-bottom: 0.5em;
}

ol.is-style-index {
  list-style-type: none;
}

ol.is-style-index li::marker {
  display: none;
}

ol.is-style-index ul li:before, ul.is-style-index li li:before {
  background: none;
  border-bottom: 2px solid;
  border-left: 2px solid;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  content: "" !important;
  height: calc(1em - 2px);
  left: 0.25em;
  opacity: 0.75;
  position: absolute;
  top: 0;
  -webkit-transform: none;
  transform: none;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  width: 6px;
}

ul.is-style-index li {
  padding-left: 1.25em;
  position: relative;
}

ul.is-style-index li:before {
  background-color: #333;
  border-radius: 50%;
  color: inherit;
  content: "";
  display: block;
  height: 6px;
  left: 2px;
  position: absolute;
  top: calc(0.75em - 3px);
  width: 6px;
}

ol.is-style-index > :first-child {
  counter-reset: toc;
}

ol.is-style-index ol > li, ol.is-style-index > li {
  margin-left: 2em !important;
  padding-left: 0;
  position: relative;
}

ol.is-style-index ol > li:before, ol.is-style-index > li:before {
  border-right: 1px solid;
  content: counters(toc, "-");
  counter-increment: toc;
  display: block;
  font-family: inherit;
  letter-spacing: -0.1px;
  line-height: 1.1;
  padding: 0 0.5em 0 0;
  position: absolute;
  right: calc(100% + 0.5em);
  top: 0.25em;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  white-space: nowrap;
  width: auto;
}

ol.is-style-index ol {
  counter-reset: toc;
  padding-left: 1em;
}

ol.is-style-index ol li:before {
  opacity: 0.75;
}

ol.is-style-index ul li {
  counter-increment: none;
  margin-left: 0;
  padding-left: 1.25em;
}

.p-toc__list li {
  line-height: 1.6;
  list-style-type: none !important;
}

.p-toc__list > li + li {
  margin-top: 0.5em;
}

.p-toc__list .p-toc__childList {
  padding-left: 0.5em;
}

.p-toc__list [data-level="3"] {
  font-size: 0.9em;
}

.p-toc__list .mininote {
  display: none;
}

.post_content .p-toc__list {
  padding-left: 0;
}

#sidebar .p-toc__list {
  margin-bottom: 0;
}

#sidebar .p-toc__list .p-toc__childList {
  padding-left: 0;
}

.p-toc__link {
  color: #333 !important;
  font-size: var(4vw, 16px) !important;
  text-decoration: none;
}

.p-toc__link:hover {
  opacity: 0.8;
}

.p-toc.-capbox {
  border: 1px solid #1f4e79;
  overflow: hidden;
  padding: 0 1em 1.5em;
  margin: 0 auto;
}

.p-toc.-capbox .p-toc__ttl {
  background-color: #1f4e79;
  color: #fff;
  margin: 0 -1.5em 1.25em;
  padding: 0.5em;
}

.p-toc.-capbox .p-toc__list {
  padding: 0;
}

@media screen and (min-width: 960px) {
  .p-toc {
    width: 92%;
  }
}
@media (hover: hover) {
  .p-toc .p-toc__expandBtn:hover {
    border-color: transparent;
    box-shadow: 0 0 0 2px #333;
  }
}
@media screen and (min-width: 600px) {
  .p-toc.-capbox .p-toc__list {
    padding-left: 0.25em;
  }
}
.post_content dt,
.post_content h2,
.post_content h3,
.post_content h4 {
  font-weight: 700;
}

.wp-block-image {
  text-align: center;
}

img[class*=align],
img[class*=wp-image-],
img[class*=attachment-] {
  height: auto;
}

.wp-block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.wp-block-image::after {
  clear: both;
  content: "";
  display: block;
  height: 0px;
  visibility: hidden;
}

/* 見出し */
.post_content h2:not(.faq_q):not(.p-postList__title) {
  background: #1f4e79;
  padding: 0.75em 1em;
  color: #fff;
  border-radius: 2px;
}

.post_content h2:not(.faq_q):not(.p-postList__title)::before {
  position: absolute;
  display: block;
  pointer-events: none;
}

.post_content h3:not(.faq_q):not(.p-postList__title) {
  padding: 0.25em 1em;
  background: none;
}

.post_content h3:not(.faq_q):not(.p-postList__title)::before {
  content: "";
  width: 4px;
  height: 100%;
  background: repeating-linear-gradient(#1f4e79 0%, #1f4e79 50%, rgba(31, 78, 121, 0.15) 50%, rgba(31, 78, 121, 0.15) 100%);
}

.post_content h4:not(.faq_q):not(.p-postList__title) {
  padding: 0 0 0 16px;
  border-left: solid 2px #1f4e79;
}

.post_content h2:not(.faq_q):not(.p-postList__title) {
  background: #1f4e79;
  padding: 0.75em 1em;
  color: #fff;
}

.post_content h3 {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.4;
  margin: 3em 0 2em;
  position: relative;
}

.post_content h3:not(.faq_q):not(.p-postList__title) {
  padding: 0.25em 1em;
}

.has-border.-border04 {
  border: solid 4px hsla(0, 0%, 78%, 0.15);
}

.has-pale-02-background-color {
  background-color: #f3f8fd !important;
  color: #333;
}

.has-pale-02-background-color ol ul li::marker {
  color: #333;
}

.has-border, div.has-background, p.has-background {
  padding: 1.5em;
}

.has-border ul {
  padding-left: 0;
}

/* ボタン */
.prbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  border-radius: 0px;
  width: 450px;
  height: 55px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #0e7f02;
}

.wp-block-button__link {
  color: #ffffff !important;
}

/* アイコンボックス */
[class*=is-style-big_icon_] {
  padding: 2em 1.5em 1.5em;
  position: relative;
  border-width: 2px;
  border-style: solid;
  color: #333;
}

[class*=is-style-big_icon_] li {
  color: #333;
}

[class*=is-style-big_icon_]:before {
  align-items: center;
  background-color: #86d67c;
  border: 2px solid;
  border-color: #86d67c;
  border-radius: 50%;
  color: #fff;
  content: "\f00c";
  display: inline-flex;
  font-family: FontAwesome;
  font-size: 1.25em;
  height: 2em;
  justify-content: center;
  left: 0.5em;
  line-height: 1;
  padding: 0 0 0 0.05em;
  position: absolute;
  top: -1px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2em;
}

[class*=is-style-big_icon_good]:before,
[class*=is-style-big_icon_check]:before {
  background-color: #86d67c;
  border-color: #86d67c;
}

[class*=is-style-big_icon_point]:before {
  background-color: #ffa639;
  border-color: #ffa639;
}

[class*=is-style-big_icon_memo]:before {
  background-color: #84878a;
  border-color: #84878a;
}

[class*=is-style-big_icon_]:not(:first-child) {
  margin-top: 2.5em;
}

.wp-block-group {
  box-sizing: border-box;
}

.is-style-big_icon_check,
.is-style-big_icon_good {
  color: #86d67c;
  border-color: #86d67c;
}

.is-style-big_icon_check ul,
.is-style-big_icon_good ul,
.is-style-big_icon_point ul {
  margin-left: 0;
}

.is-style-big_icon_good {
  border-color: #86d67c;
}

[class$=-block-capbox] {
  color: #333;
}

.is-style-big_icon_point {
  color: #ffa639;
  border-color: #ffa639;
}

.is-style-big_icon_memo {
  color: #84878a;
  border-color: #84878a;
}

.is-style-big_icon_point:before {
  content: "\f0eb";
}

.is-style-big_icon_memo:before {
  content: "\f040";
}

/* キャプションボックス */
.cap_box {
  color: #1f4e79;
  background-color: #fff;
  position: relative;
}

.cap_box_ttl {
  align-items: center;
  background-color: #1f4e79;
  color: #fff;
  display: flex;
  gap: 0.5em;
  justify-content: center;
  line-height: 1.5;
  margin-bottom: 0 !important;
  padding: 0.5em;
  position: relative;
  text-align: center;
  z-index: 1;
}

.cap_box_content {
  background-color: transparent;
  border: 1px solid #1f4e79;
  clear: both;
  margin-top: -2px;
  padding: 1.25em;
  position: relative;
  z-index: 0;
}

.cap_box_content ul {
  padding-left: 0;
}

/* FAQ */
.swell-block-faq {
  border-radius: 0;
}

.swell-block-faq.-icon-rounded {
  border-radius: 10%;
}

.swell-block-faq.-icon-circle {
  border-radius: 50%;
}

.swell-block-faq .swell-block-faq__item + .swell-block-faq__item {
  margin-top: 1em;
}

.swell-block-faq .faq_q {
  font-size: inherit;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  padding: 1em 1em 1em 3em;
  position: relative;
}

.swell-block-faq .faq_q:before {
  border-radius: 0;
  bottom: unset;
  content: "Q";
  display: block;
  font-family: Arial, sans-serif;
  font-weight: 400;
  left: 0;
  line-height: 2;
  position: absolute;
  text-align: center;
  top: 0.75em;
  width: 2em;
}

.swell-block-faq .faq_a {
  line-height: 1.5;
  padding: 1em 1em 1em 3em;
  position: relative;
}

.swell-block-faq .faq_a:before {
  border-radius: 0;
  content: "A";
  display: block;
  font-family: Arial, sans-serif;
  left: 0;
  line-height: 2;
  position: absolute;
  text-align: center;
  top: 0.75em;
  width: 2em;
}

.is-style-faq-border .swell-block-faq__item {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.is-style-faq-border .swell-block-faq__item + .swell-block-faq__item {
  border-top: 1px solid hsla(0, 0%, 78%, 0.5);
  padding-top: 1em;
}

.is-style-faq-box .swell-block-faq__item {
  border: 1px solid hsla(0, 0%, 78%, 0.5);
}

.is-style-faq-box .faq_q {
  border-bottom: 1px dashed hsla(0, 0%, 78%, 0.5);
}

.is-style-faq-box .faq_a, .is-style-faq-box .faq_q, .is-style-faq-stripe .faq_a, .is-style-faq-stripe .faq_q {
  padding: 1.25em 1em 1.25em 4em;
}

.is-style-faq-box .faq_a:before, .is-style-faq-box .faq_q:before, .is-style-faq-stripe .faq_a:before, .is-style-faq-stripe .faq_q:before {
  left: 1em;
  position: absolute;
  top: 1em;
}

.is-style-faq-stripe .swell-block-faq__item:not(:last-child) {
  margin-bottom: 1.5em;
}

.is-style-faq-stripe .faq_q {
  background-color: hsla(0, 0%, 78%, 0.15);
}

[data-a=col-text] .faq_a:before, [data-q=col-text] .faq_q:before {
  box-shadow: 0 0 0 1px #333;
}

[data-a=fill-text] .faq_a:before, [data-q=fill-text] .faq_q:before {
  background-color: #333;
  color: #fff;
}

[data-a=col-main] .faq_a:before, [data-q=col-main] .faq_q:before {
  box-shadow: 0 0 0 1px #333;
  color: #1f4e79;
}

[data-a=fill-main] .faq_a:before, [data-q=fill-main] .faq_q:before {
  background-color: #1f4e79;
  color: #fff;
}

[data-q=col-custom] .faq_q:before {
  box-shadow: 0 0 0 1px #333;
  color: #d55656;
}

[data-a=col-custom] .faq_a:before {
  box-shadow: 0 0 0 1px #333;
  color: #6599b7;
}

[data-q=fill-custom] .faq_q:before {
  background-color: #d55656;
  color: #fff;
}

[data-a=fill-custom] .faq_a:before {
  background-color: #6599b7;
  color: #fff;
}

#footer_bannerArea {
  margin-top: 6em;
}

.l-articleBottom__title {
  border-left: solid 2px #1f4e79;
  padding: 0em 0.75em;
}

@media screen and (min-width: 600px) {
  .l-articleBottom__section {
    margin-top: 6em;
  }
}
/* 著者情報 */
#after_article {
  border-top: 1px dashed hsla(0, 0%, 78%, 0.5);
  margin: 2em 0;
  padding-top: 2em;
}

.p-authorBox {
  border: 1px solid hsla(0, 0%, 78%, 0.5);
  border-radius: 0;
  padding: 5vw;
}

.p-authorBox .avatar {
  border: 2px solid hsla(0, 0%, 78%, 0.5);
  border-radius: 50%;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100px;
}

.p-authorBox__l {
  margin: 0 0 1em;
  text-align: center;
}

.p-authorBox__r {
  width: 100%;
}

.p-authorBox__name {
  color: inherit;
  display: block;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 8px;
  text-decoration: none;
}

.p-authorBox__position {
  display: block;
  font-style: italic;
  line-height: 1.2;
  margin-top: 4px;
}

.p-authorBox__desc {
  width: 100%;
}

.p-authorBox__iconList {
  margin-top: 8px;
}

.p-authorBox__more {
  padding-top: 1em;
}

.p-authorBox__moreLink {
  border: 1px solid hsla(0, 0%, 78%, 0.5);
  border-radius: 0;
  color: inherit;
  display: block;
  letter-spacing: normal;
  line-height: 3;
  padding: 0 1em;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.p-authorBox__moreLink:after {
  content: "\e930";
  font-family: icomoon;
  margin-left: 0.25em;
  position: absolute;
  right: 1em;
  top: 0;
}

@media screen and (min-width: 600px) {
  .p-authorBox {
    align-content: stretch;
    display: flex;
    justify-content: space-between;
    padding: 1.5em;
  }
  .p-authorBox__l {
    margin-bottom: 0;
    width: 160px;
  }
  .p-authorBox__r {
    border-left: 1px solid hsla(0, 0%, 78%, 0.5);
    display: flex;
    flex-direction: column;
    padding-left: 1.5em;
    width: calc(100% - 160px - 1.5em);
  }
  .p-authorBox__more {
    margin-top: auto;
  }
}
@media not all and (min-width: 600px) {
  .p-authorBox {
    text-align: center;
  }
  .p-authorBox__iconList {
    justify-content: center;
  }
}
.column6Wrap {
  display: flex;
  flex-wrap: nowrap;
}

.column6Wrap .columnBox {
  flex-basis: calc((100% - 50px) / 6);
  max-width: calc((100% - 50px) / 6);
  margin-right: 10px;
}

.column6Wrap .columnBox img {
  max-width: 100%;
  width: 100%;
}

.column6Wrap .columnBox:last-of-type {
  margin-right: 0;
}

.column6Wrap .columnBox:nth-of-type(n + 7) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .column6Wrap {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .column6Wrap .columnBox {
    flex-basis: calc(50% - 5px);
    max-width: calc(50% - 5px);
    margin: 0 0 10px !important;
  }
  .column6Wrap .columnBox:nth-of-type(n + 4) {
    margin-top: 0;
  }
  .column6Wrap .columnBox:nth-of-type(n + 7) {
    margin-top: 0;
  }
  .column6Wrap .columnBox:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
/* faq */
.swell-block-step {
  background-color: transparent;
  counter-reset: step;
}

.swell-block-step__item {
  margin-bottom: 0 !important;
  padding: 0 0 3em 64px;
  position: relative;
}

.swell-block-step__item:before {
  border-left: 1px dashed hsla(0, 0%, 78%, 0.5);
  content: "";
  display: block;
  height: 100%;
  left: 23px;
  position: absolute;
  top: 0;
  width: 0;
}

.swell-block-step__item:last-child:before {
  content: none;
}

.swell-block-step__item .swell-block-step__title {
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.swell-block-step__number {
  box-sizing: content-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 48px;
  justify-content: center;
  left: 0;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 0;
  width: 48px;
}

.swell-block-step__number .__label {
  content: "STEP";
  display: block;
  font-size: 10px;
  padding-bottom: 1px;
}

.swell-block-step__number:after {
  content: counter(step);
  counter-increment: step;
  display: block;
  font-size: 20px;
}

.swell-block-step__number[data-num]:after {
  content: counter(number);
}

.swell-block-step__number[data-hide] .__label, .swell-block-step__number[data-hide]:after {
  display: none;
}

[data-num-style=circle] .swell-block-step__number, [data-num-style=circle] .swell-block-step__number .__shape {
  border-radius: 50%;
}

[data-num-style=horizontal] .swell-block-step__number {
  align-items: flex-end;
  flex-direction: row;
}

[data-num-style=horizontal] .swell-block-step__number .__label {
  padding-bottom: 4px;
  padding-right: 4px;
}

.swell-block-step__title + .swell-block-step__body {
  margin-top: 1em;
}

.swell-block-step:not(.is-style-big) > .swell-block-step__item:last-child {
  padding-bottom: 0;
}

.swell-block-step:not(.is-style-big):not(.is-style-small) > .swell-block-step__item > .swell-block-step__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 48px;
}

.is-style-big > .swell-block-step__item {
  border-bottom: 1px dashed #dedede;
  padding: 2em;
}

.is-style-big > .swell-block-step__item:first-child {
  border-top: 1px dashed #dedede;
}

.is-style-big > .swell-block-step__item:before {
  border: 12px solid transparent;
  border-top: 12px solid #dedede;
  display: block;
  height: 0;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}

.is-style-big > .swell-block-step__item > .swell-block-step__number {
  border-radius: 0;
  color: inherit;
  height: auto;
  margin: 0 auto 1em;
  position: relative;
  width: auto;
}

.is-style-big > .swell-block-step__item > .swell-block-step__number .__label {
  font-size: 12px;
}

.is-style-big > .swell-block-step__item > .swell-block-step__number:after {
  font-size: 24px;
}

.is-style-big .swell-block-step__title {
  text-align: center;
}

.is-style-small .swell-block-step__item {
  padding: 0 0 2em 24px;
}

.is-style-small .swell-block-step__item:before {
  border-left: 2px solid hsla(0, 0%, 78%, 0.5);
  height: calc(100% - 20px);
  left: 7px;
  top: 18px;
}

.is-style-small .swell-block-step__title {
  margin-top: 0.25em;
  text-align: left;
}

.is-style-small .swell-block-step__body {
  margin-top: 0.5em;
}

.is-style-small .swell-block-step__number {
  align-items: center;
  color: inherit;
  flex-direction: row;
  height: auto;
  justify-content: flex-start;
  margin-left: -24px;
  position: relative;
  width: auto;
}

.is-style-small .swell-block-step__number .__shape {
  border: 2px solid;
  box-sizing: border-box;
  height: 16px;
  margin-right: 8px;
  width: 16px;
}

.is-style-small .swell-block-step__number .__label {
  font-size: 12px;
  opacity: 0.8;
  padding: 0 2px 0 0;
}

.is-style-small .swell-block-step__number:after {
  font-size: 14px;
  opacity: 0.8;
}

.is-style-small [data-hide] + .swell-block-step__title {
  margin-top: -24px;
}

.u-bg-main {
  background-color: #1f4e79 !important;
  color: #fff !important;
}/*# sourceMappingURL=single_kaitori-sol.css.map */