@charset "utf-8";

html {
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}

body {
  background: url("/kbc/assets/img/kbc/overview__white__bg.png");
  box-sizing: border-box;
}

.post__main {
  color: #616161;
  letter-spacing: 0.15em;
  line-height: 2;
}

p {
  color: #2e2e2e;
}

.mt40 {
  margin-top: 40px !important;
}

.breadcrumb {
  display: inline-block;
  list-style: none;
  padding: 20px 0 0;
}

.post__eyecatch {
  margin-bottom: 25px;
}

div#ez-toc-container {
  border: 2px solid #f1f1f1;
  width: 100%;
  padding: 30px;
}

#ez-toc-container ul {
  width: fit-content;
  text-align: justify;
  text-justify: inter-ideograph;
}

#ez-toc-container li {
  line-height: 2 !important;
}

div#ez-toc-container ul.ez-toc-list a {
  color: #616161 !important;
}

.post__wrapper img {
  max-width: 100%;
  margin: 0 auto 1.6em;
  display: block;
}

.post__wrapper p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 1.8em;
}

h1.post__h1 {
  line-height: 160%;
  font-size: 28px;
  margin: 0 0 30px;
}

h3 {
  font-size: 20px;
  padding-left: 0;
}

.post__wrapper ul,
.post__wrapper ol {
  padding-left: 20px;
  font-size: 16px;
  line-height: 2;
  width: 100%;
  box-sizing: border-box;
}

.breadcrumb__item {
  display: inline;
}

.breadcrumb__item span {
  font-size: 12px;
}

.strong {
  color: #ea8082;
  font-weight: bold;
}

.highlight {
  background: linear-gradient(transparent 0%, #fff1c7 0%);
  padding: 5px;
  margin: 0 2px;
  font-weight: bold;
  color: #505050;
}

.post__wrapper a {
  text-decoration: underline;
  color: #1a0dab;
}

.post__wrapper a:hover {
  text-decoration: none;
  color: rgba(26, 13, 171, 0.7);
}

.post__wrapper ul.decorated-list,
.post__wrapper ol.decorated-list {
  border: solid 2px #069e9e;
  background: #50b48c0a;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

.post__wrapper ul.decorated-list li,
.post__wrapper ol.decorated-list li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 0.5em;
  list-style-type: none !important;
  border-bottom: dashed 1px silver;
}

.post__wrapper ul.decorated-list li:last-of-type,
.post__wrapper ol.decorated-list li:last-of-type,
.recommended-articles ul li:last-of-type {
  border-bottom: none;
}

.post__wrapper ul.decorated-list li:before,
.post__wrapper ol.decorated-list li:before {
  font-family: Font Awesome\ 5 Free;
  content: "\f138";
  font-weight: 700;
  position: absolute;
  left: 1em;
  /*左端からのアイコンまで*/
  color: #069e9e;
}

.kbc-post__table>table {
  margin: 0 auto;
}

.kbc-post__table th,
.kbc-post__table td {
  padding: 4px 16px;
}

.th--deep {
  background-color: #0d9e9e !important;
  color: #fff;
}

.th--light {
  background-color: #129e9e29 !important;
}

.kbc-post__table td {
  background-color: #50b48c0a;
  line-height: 1.7;
}

.kbc-post__table--center td {
  text-align: center !important;
}

.js-scrollable table {
  margin-bottom: 0;
}

.js-scrollable {
  margin-bottom: 1em;
  overflow: auto visible !important;
}

.post__wrapper .js-scrollable td,
.post__wrapper .js-scrollable th {
  white-space: nowrap;
}

.post__wrapper hr {
  margin: 3.4em 0;
  border: solid 3px #dadada;
  border-width: 2px 0 0;
}

@media screen and (max-width: 492px) {
  h1.post__h1 {
    font-size: 22px;
  }

  h3 {
    font-size: 16px;
  }
}

/* スタッフ紹介 */
.staff__wrapper,
.voice__wrapper {
  padding: 40px;
  border: solid 4px #f5f5f5;
  border-radius: 8px;
  margin-top: 10px;
  background: #fff;
  margin-bottom: 100px;
}

.staff__wrapper img,
.voice__wrapper img {
  /* border: 2px solid #efefef; */
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  width: 100%;
}

.staff__summary,
.voice__summary {
  opacity: .8;
  font-size: 14px !important;
  background: #6cf5b70a;
  padding: 16px;
  border: 2px solid #3d6c6fba;
  border-radius: 8px;
}

@media screen and (max-width: 492px) {

  .staff__wrapper,
  .voice__wrapper {
    padding: 30px 15px 0;
    border-top: solid 4px #f5f5f5;
    border-bottom: solid 4px #f5f5f5;
    border-left: 0;
    border-right: 0;
  }

  .post__main--staff-voice {
    width: 100vw;
  }

  .breadcrumb {
    /* margin-left: 15px; */
  }
}


/* プロフィールボックス */

.profile-box {
  display: flex;
  margin: 0 auto 1em;
  border: solid 2px #0d9e9ee8;
  background: #50b48c0a;
  padding: 10px;
}

.profile-image {
  width: 100%;
  min-width: 80px;
  max-width: 130px;
}

.profile-image img {
  width: 100%;
  margin: 0;
  border-radius: 4%;
}

.profile-text {
  padding-left: 20px;
}

.post__wrapper .profile-text__heading {
  margin: 0 0 6px;
  font-weight: 700;
  color: #29a3a2;
  border-bottom: dashed 1px;
  line-height: 1;
  padding-bottom: 8px;
}

.post__wrapper .profile-text__description {
  line-height: 1.4;
  letter-spacing: .4px;
  margin: 0 0 .6em;
  font-size: .9em;
}

.post__wrapper .profile-text__link {
  margin: 6px 0;
  background: #dfefef;
  padding: 4px 8px;
  display: inline-block;
  margin-right: 0;
  font-size: .9em;
  text-decoration: none;
  line-height: 1.4;
}

.profile-text__link--external::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("/kbc/assets/img/kbc/column/link--external.svg");
  background-size: contain;
  margin-left: 4px;
}

@media screen and (max-width: 492px) {
  .profile-box {
    display: block;
  }

  .profile-image {
    float: left;
    margin: 0 10px 0px 0;
  }

  .profile-image img {
    width: 100%;
    margin: 0;
  }

  .profile-text {
    padding-left: 0;
  }

  .post__wrapper .profile-text__heading {
    font-size: 1em;
    margin: 2px 0 0px;
    display: inline;
    padding-bottom: 2px;
  }

  .post__wrapper .profile-text__description {
    font-size: .8em;
    color: #616161;
    margin: 0 0 .8em;
  }

  .post__wrapper .profile-text__link {
    font-size: .8em;
  }

  .post__wrapper .profile-text__description:nth-child(2) {
    margin-top: 4px;
  }

  .post__wrapper .profile-text__link {
    display: block;
    margin-right: 0;
  }
}


.post__wrapper * {
  box-sizing: border-box;
}

.voice__profile {
  display: flex;
  width: 100%;
  margin: 1em 0 1.6em;
}

.voice__profile div:first-child {
  margin-right: 6px;
  width: 26%;
  max-width: 110px;
}

.voice__profile img {
  max-width: 120px;
  box-shadow: none !important;
}

.voice__profile div:nth-child(2) {
  width: 74%;
}

.voice__profile__name {
  margin-top: 0;
  margin-bottom: 0 !important;
}

.voice__profile__description {
  margin-top: 0 !important;
  font-size: 0.9em !important;
}

.post__wrapper span.highlight {
  background: linear-gradient(transparent 60%, #fff1c7 60%);
  padding: 5px;
  margin: 0 2px;
  font-weight: bold;
  color: #505050;
}

.post__wrapper ul.decorated-list,
.post__wrapper ol.decorated-list {
  border: solid 2px #0d9e9e;
  background: #0d9e9e0a;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

.post__wrapper ul.decorated-list li,
.post__wrapper ol.decorated-list li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 0.5em;
  list-style-type: none !important;
  border-bottom: dashed 1px silver;
}

.post__wrapper ul.decorated-list li:last-of-type,
.post__wrapper ol.decorated-list li:last-of-type,
.recommended-articles ul li:last-of-type {
  border-bottom: none;
}

.post__wrapper ul.decorated-list li:before,
.post__wrapper ol.decorated-list li:before {
  font-family: Font Awesome\ 5 Free;
  content: "\f00c";
  font-weight: 700;
  position: absolute;
  left: 1em;
  /*左端からのアイコンまで*/
  color: #0d9e9e;
}

.recommended-articles {
  border: solid 2px #0d9e9e;
  background: #0d9e9e0a;
  padding: 0.5em 1em;
  margin-bottom: 1.8em;
}

.recommended-articles ul {
  padding: 0;
  margin: 0;
}

.recommended-articles ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none !important;
  border-bottom: dashed 1px silver;
}

.recommended-articles p {
  font-weight: bold;
  margin: 1em 0;
  border-left: 5px solid #0d9e9e;
  padding-left: 8px;
}

.table-of-contents {
  margin: 2em auto;
  background: #50aeb40a;
  width: 100%;
  max-width: 540px;
}

.table-of-contents__title {
  font-size: 1em;
  background: #50aeb4;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.post__wrapper i {
  margin-right: 5px;
}

.table-of-contents__list {
  list-style: decimal;
  padding: 1em 1em 0.5em 2.3em !important;
  margin: 0;
  font-size: 14px;
}

.table-of-contents__list li {
  padding: 0.15em 0 0.4em 0.5em;
  line-height: 1.2;
}

.table-of-contents__list li a,
.table-of-contents__list li a:visited {
  text-decoration: none;
  color: #4B90C1
}

.table-of-contents__list li a:hover {
  text-decoration: underline;
}


.column__box--point {
  margin: 2em 0;
  background: #f9f9f9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.column__box--point .column__box--point__title {
  font-size: 1.2em;
  background: #0d9e9e;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.column__box--point p {
  padding: 10px 20px 0;
  margin: 0;
  font-weight: 700;
  color: #505050;
}

.column__box--point p:first-of-type {
  padding-top: 15px;
}

.column__box--point p:last-of-type {
  padding-bottom: 15px;
}

.column__box--point span {
  border-bottom: 2px dashed #2db48b;
  padding-bottom: 4px;
}

.column__box--point__nobold {
  margin: 2em 0;
  background: #f9f9f9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.column__box--point__nobold .column__box--point__title__nobold {
  font-size: 1.2em;
  background: #0d9e9e;
  padding: 4px;
  text-align: center;
  color: #FFF;
  letter-spacing: 0.05em;
}

.column__box--point__nobold p {
  padding: 15px 20px;
  margin: 0;
  color: #505050;
}

.kbc-post blockquote {
  margin: 2em 0;
  position: relative;
  padding: 5px 10px 16px 32px;
  box-sizing: border-box;
  font-style: italic;
  background: #f9f9f9;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
}

.kbc-post blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -15px;
  width: 40px;
  height: 30px;
  text-align: center;
  content: "\f10d";
  font-family: Font Awesome\ 5 Free;
  color: #FFF;
  font-size: 18px;
  line-height: 30px;
  background: #0d9e9e;
  box-shadow: 0 2px 2px rgba(26, 26, 26, 0.14);
  font-weight: 900;
}

.kbc-post blockquote:after {
  position: absolute;
  content: '';
  top: 40px;
  left: -15px;
  border: none;
  border-bottom: solid 8px transparent;
  border-right: solid 15px #0d9e9e;
}

.kbc-post blockquote p {
  position: relative;
  padding: 0;
  margin: 10px 0;
  z-index: 3;
  line-height: 1.7;
}

.kbc-post blockquote footer {
  background: inherit;
  height: auto;
}

.kbc-post blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
  line-height: 1.5;
}

.p-fsitemap__list {
  width: 24%;
}

.column__cta {
  margin: 40px 0;
  overflow: hidden;
  border: solid #f0efea 0.5px;
  width: 100%;
  background: #459e8b;
  padding: 30px 20px;
  text-align: center;
  color: #fff;
}

.column__cta__heading {
  font-weight: 700;
  font-size: 1.4rem !important;
  margin: 0 auto 20px !important;
}

.column__cta__description {
  margin: 0 auto 20px !important;
}

.column__cta>a {
  display: inline-block;
  width: 100%;
  color: #534d3f;
  text-decoration: none;
  margin: 0 auto;
  background: #ffeb9b;
  padding: 0px;
  border-radius: 6px;
  height: 70px;
  line-height: 70px;
  font-weight: 700;
  border-bottom: solid 5px #c3b370;
  border-radius: 6px;
}



/* 2021/2追記 */
.remark-wrapper {
  display: table;
  overflow: hidden;
  width: 100%;
  margin: 1.5em 0 1.8em;
}

.face {
  display: table-cell;
  width: 90px !important;
  padding-right: 20px !important;
  text-align: center;
  vertical-align: top;
}

.remark {
  display: table-cell;
  position: relative;
  width: calc(100% - 100px);
  font-size: 0.97em;
  vertical-align: top;
}

.face img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.remark__text {
  display: inline-block;
  text-align: left;
  padding: 18px;
  border: solid 2px #0d9e9e;
  border-radius: 14px;
  background: #0d9e9e0a;
  word-break: break-word;
}

.remark__text:before {
  display: inline-block;
  position: absolute;
  top: 16px;
  left: -23px;
  border: 12px solid transparent;
  border-right: 12px solid #0d9e9e;
  content: "";
}

.remark__text:after {
  display: inline-block;
  position: absolute;
  top: 16px;
  left: -20px;
  border: 12px solid transparent;
  border-right: 12px solid #fff;
  content: "";
}

.right {
  text-align: right;
}

.right .remark__text:before,
.right .remark__text:after {
  right: -23px;
  left: auto;
  border: 12px solid transparent;
  border-left: 12px solid #0d9e9e;
}

.right .remark__text:after {
  right: -20px;
  border-left-color: #fff;
}

.right .face {
  padding: 0 0 0 20px !important;
}

.list--tag {
  padding-left: 0 !important;
}

.list--tag li {
  position: relative;
  list-style-type: none !important;
  padding: 0.5em 0.5em 0.5em 0.5em;
  margin-bottom: 5px;
  line-height: 1.5;
  background: #dbf8e4;
  font-weight: bold;
  vertical-align: middle;
  color: #505050;
  border-radius: 20px 0px 0px 20px;
}

.list--tag li:before {
  display: inline-block;
  vertical-align: middle;
  /*以下白丸つくる*/
  content: '';
  width: 1em;
  height: 1em;
  background: #fff;
  border-radius: 50%;
  margin-right: 8px;
}

.box--list {
  position: relative;
  margin: 3.8em 0 2em;
}

.box--list__list {
  border: solid 2px #ffa849;
  padding: 0.5em;
  margin-top: 4rem;
  font-weight: 700;
}

.box--list__list li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none !important;
}

.box--list__list li:last-of-type {
  border-bottom: none;
}

.box--list__list li:before {
  font-family: "Font Awesome\ 5 Free";
  content: "\f138";
  position: absolute;
  left: 1em;
  color: #ffb03f;
}

.box--list__heading {
  background: #ffa849;
  color: #fff;
  position: absolute;
  font-weight: 700;
  bottom: 100%;
  padding: 8px 16px 6px;
  border-radius: 6px 6px 0 0;
  margin-bottom: 0 !important;
  line-height: 1 !important;
  width: auto !important;
}

.box--list--green .box--list__list {
  border: solid 2px #0d9e9e;
}

.box--list--green .box--list__list li:before {
  color: #0d9e9e;
}

.box--list--green .box--list__heading {
  background: #0d9e9e;
}


.box--dashed-border {
  padding: 12px 14px;
  margin: 2em 0;
  background: #e5f2ff;
  box-shadow: 0px 0px 0px 10px #e5f2ff;
  border: dashed 2px #fff;
}

.box--dashed-border p {
  margin: 0;
  padding: 0;
}

.box--with-heading {
  position: relative;
  margin: 2em 0;
  padding: 12px;
  border: solid 3px #84c4ff;
  border-radius: 8px;
}

.box--with-heading .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #84c4ff;
  font-weight: bold;
}

.box--with-heading p {
  margin: 0;
  padding: 0;
}

.highlight--orange {
  background: linear-gradient(transparent 60%, #ffecd6 60%);
  padding: 5px;
  margin: 0 2px;
  font-weight: bold;
  color: #505050;
}

.column__box--point-2 .column__box--point__title {
  background: #ffa949;
}

.column__box--point-2 span {
  border-bottom: 2px dashed #ffa949;
  padding-bottom: 4px;
}

.post__wrapper .cta {
  max-width: 520px;
  margin: 0 auto 1.8em;
}

.post__wrapper .cta:hover {
  background: none;
}

.post__wrapper .cta--large .cta__heading.cta__heading {
  padding: 10px 0;
  line-height: 1.4;
  border-radius: 500px;
  background: #0d9e9e;
  color: #fff;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  font-weight: 700;
  position: relative;
  font-size: 1.1em !important;
  margin-bottom: 20px;
}

.post__wrapper .cta--large .cta__heading::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 14px solid transparent;
  border-top: 10px solid #0d9e9e;
}

.post__wrapper .cta__box {
  padding: 30px;
  background: #f8fcfb;
  border: solid 2px #0d9e9e;
  box-shadow: 0px 0 14px rgb(0 0 0 / 11%);
  text-align: left;
}

.post__wrapper .cta__box img {
  margin-bottom: 10px;
}

.post__wrapper .cta__box strong {
  color: #2e2e2ee3;
}

.post__wrapper .cta__description.cta__description {
  margin: 0 0 10px !important;
  font-size: 1rem;
}

.post__wrapper .cta__box .decorated-list.decorated-list {
  border: none;
  background: none;
  margin: 0 0 10px;
  padding-top: 0;
  padding-left: 22px;
}

.post__wrapper .cta__box .decorated-list li:before {
  left: 0 !important;
}

.post__wrapper .cta__box .cta__link {
  color: #fff !important;
  font-weight: 700;
  display: block;
  padding: 16px 0;
  border-radius: 500px;
  margin: 0 auto;
  text-align: center;
  font-size: 1em;
  background: #ffa949;
  box-shadow: 0px 5px 15px rgb(0 0 0 / 15%);
  text-decoration: none;
}

.post__wrapper .cta__link:hover {
  text-decoration: none;
}

.post__wrapper .cta__link:visited {
  color: #fff !important;
}

.post__wrapper .cta__heading {
  text-align: center;
}

.post__wrapper .cta--small .cta__heading {
  margin: 0;
  text-align: center;
}

.post__wrapper .cta--small .cta__heading::before {
  content: "＼";
  font-size: .7em;
  padding-right: 8px;
}

.post__wrapper .cta--small .cta__heading::after {
  content: "／";
  font-size: .7em;
  padding-left: 8px;
}

.qa {
  margin: 6px !important;
  font-size: 14px !important;
}

.qa::before {
  padding-right: 8px;
}

.qa--q::before {
  content: "Q.";
}

.qa--a::before {
  content: "A.";
}


.google-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden
}

.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .p-fsitemap__list {
    width: 100%;
  }

  .post__wrapper .cta__link {
    font-size: 1em;
  }
}