@charset "euc-jp";

/* CSS Document */
/* -------------------------------------------------
  reset
-------------------------------------------------- */
body {
  line-height: 2.0;
  font-family: 'Outfit', 'Noto Sans JP', sans-serif, 'メイリオ', 'Meiryo';
}

.page-section a:link,
.page-section a:visited,
.page-section a:hover,
.page-section a:active {
  color: #1176d4;
  text-decoration: underline;
  font-weight: 700;
}


/* breadcrumb　*/
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 20px;
  margin: 0 auto;
}

.breadcrumb li:not(:last-of-type)::after {
  content: ">";
  margin: 0 .6em; 
  color: #555555; 
}

.breadcrumb-wrap {
  margin: 0;
}

.breadcrumb-item {
  display: inline;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
}

.breadcrumb-item a {
  color: #1176d4;
}

/* common　*/

h1 {
  font-size: 4.0rem;
  text-align: left;
  margin: 20px auto;
  line-height: 1.5;
}

.page-section h2 {
  position: relative;
  line-height: 1.4;
  font-size: 3.6rem;
  padding-top: 130px;
}

.page-section h2:before {
  position: absolute;
  top: 90px;
  left: 0;
  width: 30px;
  height: 5px;
  content: '';
  background: #1176d4;
}

.page-section h3 {
  font-size: 2.2rem;
  border-bottom: 2px solid #1176d4;
  line-height: 1.8;
  letter-spacing: .15rem;
  margin-bottom: 20px;
}

.page-section h4 {
  font-size: 1.8rem;
  letter-spacing: .15rem;
}

h3.crp-list-title {
  position: relative;
  margin-top: 180px;
  line-height: 1.4;
  font-size: 3.6rem;
  border-bottom: none;
  margin-bottom: 20px;
  letter-spacing: .25rem;
}

h3.crp-list-title:before {
  position: absolute;
  top: -40px;
  left: 0;
  width: 30px;
  height: 5px;
  content: '';
  background: #1176d4;
}

.sidebar-wrap .banner-group {
  margin: 0;
}

.page-section {
  margin: 80px auto;
}

.contents-text {
  font-weight: 400;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  font-size: 1.3rem;
  margin-top: 20px;
  background: #ffffff;
}

.wp-block-table thead {
  border-bottom: none;
}

.wp-block-table table thead th {
  background: #ebebeb;
}

.wp-block-table table.heading {
  background: #ebebeb;
}

/*.wp-block-table table tr td:first-child {
  background: #ebebeb;
}*/

.wp-block-group__inner-container {
  margin-top: 40px;
}

.wp-block-group__inner-container p {
  margin-top: 20px; 
  font-weight: 400;
}

.wp-block-group__inner-container p a,
.wp-element-caption a {
  text-decoration: underline;
  color: #1176d4;
  font-size: 1.4rem;
  word-break: break-all;
}

.wp-block-column .wp-block-image {
  margin: 0;
}

.wp-block-image {
  margin: 20px 0;
  text-align: center;
}

.wp-block-image figure img {
  background: #ffffff;
  max-height: fit-content;
}

.wp-block-group__inner-container .wp-block-column p {
  margin-top: 0;
}

.wp-block-quote {
  overflow-wrap: break-word;
  border: 1px solid #acabb0;
  padding: 10px 20px;
  margin: 20px 0;
}

.wp-block-quote p {
  margin-top: 0;
}

.wp-block-quote a {
  text-decoration: underline;
  color: #1176d4;
  font-size: 1.4rem;
  word-break: break-all;
}

.wp-block-table td, .wp-block-table th {
  border: 1px solid #acabb0;
  padding: 0.5em;
}

.wp-block-table {
  margin: 0 0 20px;
}

/* share　*/
.post-share {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.post-share div time {
  margin-right: 20px;
}

time {
  opacity: .5;
}

.post-share .label-flex {
  margin: 0;
}

.post-share + p {
  font-weight: 400;
}

/* List-Number　*/
#toc_content ol,
#toc_content ul {
  counter-reset: item;
  width: 100%;
  margin-top: 20px;
}

#toc_content ol li,
#toc_content ul li {
  margin: 0 0 5px 0;
  font-weight: 400;
  list-style-type: none;
}

#toc_content ol li::marker {
  display: none;
  list-style-type: none;
}

#toc_content ol li:before {
  counter-increment: item;
  content: counter(item)'.';
  padding-right: 10px;
}

/* List-point　*/
#toc_content ul li {
  font-weight: 400;
  margin: 0 0 8px 24px;
  list-style-type: disc;
}

/* images　*/
.contents-image-wrap {
  display: flex;
}

.contents-image {
  flex-basis: 48%;
}

.float-height {
  flex-basis: 52%;
}

/* post　*/
h3.post-author-title {
  border: none;
}

.post-author-title,
.post-share-title {
  font-size: 2.2rem;
  border: none;
  line-height: 1.8;
  letter-spacing: .15rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.post-author {
  border: 1px solid #acabb0;
  padding: 30px;
  margin-top: 20px;
}

.post-author-profile {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.post-author-name {
  font-size: 20px;
}

.post-author-image {
  flex-basis: 25%;
}

.post-author-image img {
	object-fit:cover;
	border-radius:50%;
	object-position:0px 0px;
  width: 120px;
}

.post-author-text {
  font-weight: 400;
}

.post-author-info {
  flex-basis: 75%;
}

.post-related-list {
  display: flex;
  list-style: none;
  margin: 0 0 30px 0;
}

.post-related-list .post-list-image {
  flex-basis: 100%;
  max-width: 300px;
}


.post-list-title {
  font-size: 18px;
  margin-left: 30px;
}

.post-list-title span {
  display: block;
  font-size: 13px;
  opacity: .5;
}

.msjp-bnr-knowhow {
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 100000000;
  width: 300px;
}

.msjp-close {
  background: #fff;
  padding: 0 9px;
  border: 2px solid #2f2e41;
  position: absolute;
  top: -16px;
  right: -8px;
  cursor: pointer;
  font-weight: bold;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  line-height: 27px;
}

/* share　*/
h3.post-share-title {
  border-bottom: none;
}

.post-share-wrap {
  width: 100%;
  padding: 24px 0 18px;
  justify-content: flex-start;
  align-items: center;
}

.page-section.post-share.footer-post-share {
  display: none;
}

.post-share-list {
  display: inline-block;
  vertical-align: top;
  padding: 0 16px 0 0;
}

  
  @media (max-width: 768px) {
  .breadcrumb {
    width: 100%;
  }
  
  .breadcrumb {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
  
  .breadcrumb-wrap {
    margin: 0 0 10px;
    line-height: 1.2;
  }
  
  /* share　*/
  .post-share {
    display: block;
    align-items: center;
    margin-bottom: 30px;
  }

  .post-share div time {
    font-size: 1.3rem;
    margin: 0 0 10px 0;
    display: inline-block;
  }

  time {
    opacity: .5;
  }

  .post-share .label-flex {
    margin: 0;
  }

  /* common　*/
  .inner-wrap {
    overflow:hidden;
  }

  h1 {
    font-size: 2.65rem;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.5;
  }

  .page-section h2 {
    position: relative;
    padding-top: 80px;
    line-height: 1.5;
    font-size: 2.65rem;
    margin-top: 70px;
  }

  .page-section h2:before {
    position: absolute;
    top: 60px;
    left: 0;
    width: 30px;
    height: 5px;
    content: '';
    background: #1176d4;
  }

  .page-section h3 {
    font-size: 2.2rem;
    border-bottom: 2px solid #1176d4;
    line-height: 1.8;
    letter-spacing: .15rem;
  }

  .page-section h4 {
    font-size: 1.8rem;
    letter-spacing: .15rem;
  }

  h3.crp-list-title {
    position: relative;
    margin-top: 120px;
    line-height: 1.8;
    font-size: 2.8rem;
    border-bottom: none;
    letter-spacing: .25rem;
  }

  h3.crp-list-title:before {
    position: absolute;
    top: -40px;
    left: 0;
    width: 30px;
    height: 5px;
    content: '';
    background: #1176d4;
    letter-spacing: .25rem;
  }

  .sidebar-wrap .banner-group {
    margin: 0;
  }

  .page-section {
    margin: 80px auto;
  }

  .contents-title {
    font-size: 24px;
  }

  .contents-text {
    font-weight: 400;
  }

  .contents-break {
    margin-top: 40px;
  }

  .contents-break-small {
    margin-top: 20px;
  }

  /* images　*/
  .contents-image-wrap {
    display: block;
  }

  .contents-image {
    text-align: center;
  }

  .contents-image img {
    width: 100%;
  }

  /* post　*/
  h3.post-author-title {
    border: none;
  }

  .post-author-title,
  .post-share-title {
    font-size: 2.2rem;
    border: none;
    line-height: 1.8;
    letter-spacing: .15rem;
    font-weight: bold;
}

  .post-author {
    border: 1px solid #acabb0;
    padding: 20px;
    margin-top: 20px;
  }

  .post-author-profile {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .post-author-name {
    font-size: 18px;
  }

  .post-author-image {
    flex-basis: 32%;
  }

  .post-author-image img {
    object-fit:cover;
    border-radius:50%;
    object-position:0px 0px;
    width: 120px;
  }

  .post-author-text {
    font-weight: 400;
    font-size: 1.2rem;
  }

  .post-author-info {
    flex-basis: 68%;
    margin-left: 10px;
  }

  .post-related-list {
    display: flex;
    list-style: none;
    margin: 0 0 30px 0;
    align-items: center;
  }

  .post-related-list .post-list-image {
    flex-basis: 100%;
    max-width: 150px;
  }

  .post-list-title {
    margin-left: 20px;
  }

  .post-list-title p {
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: initial;
  }

  .post-list-title span {
    display: block;
    font-size: 13px;
    opacity: .5;
    line-height: 1;
  }

  .msjp-bnr-knowhow {
    position: fixed;
    right: 15px;
    bottom: 60px;
    z-index: 100000000;
    width: 250px;
  }
  
  .msjp-close {
    background: #fff;
    padding: 0 9px;
    border: 2px solid #2f2e41;
    position: absolute;
    top: -16px;
    right: -8px;
    cursor: pointer;
    font-weight: bold;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    line-height: 27px;
  }

  /* share　*/
  h3.post-share-title {
    border-bottom: none;
  }

  .post-share-wrap {
    width: 100%;
    padding: 24px 0 18px;
    justify-content: flex-start;
    align-items: center;
  }

}

/* 目次 */
.toc {
  border: 1px solid #acabb0;
  padding: 30px;
  font-weight: 400;
}

.toc .toc-title {
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: 600;
}

.toc ul {
    counter-reset: item;
    width: 100%;
}

.toc .toc-list li {
  list-style: none;
  counter-increment: cnt;
  padding: 10px;
  border-bottom: 1px dotted #2f2e41;
  margin: 0;
}

.toc .toc-list li:last-child {
  border-bottom: none;  
}

.toc .toc-list li a:link,
.toc .toc-list li a:visited {
  color: #2f2e41;
  text-decoration: none;
}

.toc .toc-list li a:hover,
.toc .toc-list li a:active {
  color: #1176d4;
  text-decoration: underline;
}

.share-buttons {
  display: flex;
  justify-content: flex-start;
}

.share-buttons li {
  width: 48px;
  margin: 0 10px;
}

.share-buttons li a {
  display: block;
  transition: opacity .6s;
}

.share-buttons li a:hover {
  opacity: .6;
}

.nh-cta a:hover {
  opacity: .5;
}

