@charset "utf-8";
/*
Theme Name: tempCells
Description: セルズトピックス
Version: 1.0
*/

:root {
  --basicColor: #4c4948;
  --skyBlue: #2aa7e1;
  --r: 20px;
}
body {
  color: var(--basicColor);
  background: #f7f8f8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 2.222;
  letter-spacing: .07em;
}
h1,
h2,
h3,
h4,
h5 {
  letter-spacing: .1em;
  font-weight: 700;
  line-height: 1.16667;
}
/*-------------------------------------------------

/*  TOPICS

-------------------------------------------------*/

/*  single
-------------------------------------------------*/

.b-topicsWrap .b-post {
  width: 90%;
  max-width: 810px;
  margin: 50px auto;
}


/* postHeader ----------------*/
.b-postHeader {
  margin-bottom: 35px;
}

/* keyword */
.b-postHeader .b-keyWords {
  margin-bottom: 20px;
}
.b-postHeader .b-keyWords dt {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 1.75;
}
.b-postHeader .b-keyWords dd {
  display: flex;
}
.b-postHeader .b-keyWords li {
  background: #fff;
  line-height: 1;
  font-size: 14px;
  margin-right: .8em;
  border: 1px solid #bcc8d2;
  border-radius: 5px;
}
.b-postHeader .b-keyWords li a {
  display: inline-block;
  padding: .4em .8em .5em;
  letter-spacing: .05em;
  pointer-events: none;
}
/* title */
.b-postHeader .e-postTtl {
  font-size: 36px;
  font-weight: 700;
}
/* time */
.b-timeStamp {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  color: #9fa0a0;
  line-height: 1.16667;
  letter-spacing: .025em;
  margin-top: 2em;
}
.b-timeStamp dt {
  margin-right: .5em;
}
.b-timeStamp dd+dt {
  margin-left: 1em;
}

/* thumbnail ----------------*/
.b-thumbnail {
  aspect-ratio: 800 / 435;
  overflow: hidden;
  border-radius: var(--r);
  margin-bottom: 30px;
}
.b-thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/* lead ----------------*/
.b-topicsWrap .b-postLead {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 50px;
}

/* tableOfContents ----------------*/
.b-tableOfContents {
  margin-bottom: 50px;
}
#ez-toc-widget-container {
  display: flex;
  align-items: center;
}
#ez-toc-widget-container span {
  line-height: inherit;
}
#ez-toc-widget-container h2 {
  width: 120px;
  min-width: 120px;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  color: var(--basicColor) !important;
}
#ez-toc-widget-container li {
  font-size: 16px;
}
div.ez-toc-widget-container ul.ez-toc-list {
  padding: 0;
  padding-left: .5em;
  border-left: 2px solid #bcc8d2;
  margin-top:  -.3em;
  margin-bottom:  -.5em;
}
#ezw_tco-2 div.ez-toc-widget-container ul.ez-toc-list a {
  color: var(--basicColor) !important;
  font-size: 100% !important;
  font-weight: 700 !important;
}
#ezw_tco-2 div.ez-toc-widget-container ul.ez-toc-list a:hover {
  text-decoration: underline;
}
#ezw_tco-2 .ez-toc-widget-container ul.ez-toc-list li.active{
  background: none !important;
}
/* body ----------------*/

.b-postBody {
  background: #fff;
  border-radius: var(--r);
  padding: 40px;
  line-height: 2;
}
.b-postBody h2,
.b-postBody h3 {
  border-left: 5px solid var(--skyBlue);
  padding-left: 15px;
}
.b-postBody h2 {
  background: #f7f8f8;
  margin-bottom: 1.2em;
  padding-top: .5em;
  padding-bottom: .6em;
}
.b-postBody h3 {
  margin-bottom: 1em;
  padding-bottom: .2em;
}
.b-postBody h4 {
  padding-bottom: .4em;
  border-bottom: 1px solid #bcc8d2;
  margin-bottom: .3em;
}
.b-postBody h4,
.b-postBody h5 {
  font-size: 22px;
}
.b-postBody h5 {
  margin-bottom: .4em;
}
.b-postBody p,
.b-postBody ul,
.b-postBody ol,
.b-postBody blockquote {
  margin-bottom: 35px;
}
.b-postBody li {
  display: list-item;
  line-height: 1.5;
  margin-bottom: .5em;
}
.b-postBody ul {
  padding-left: 1em;
}
.b-postBody ul li {
  position: relative;
  padding-left: 1.3em;
}
.b-postBody ul li::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: .53em;
  background: var(--skyBlue);
  position: absolute;
  left: .1em;
  top: .57em;
}

.b-postBody ol {
  list-style-type: decimal;
  padding-left: 2.3em;
}
.b-postBody ol li {
  list-style: inherit;
  list-style-type: inherit;
  list-style-position: outside;
  margin-left: 0;
}
.b-postBody blockquote {
  border: 2px solid #bcc8d2;
  border-radius: 10px;
  padding: 30px 35px 0 35px;
  margin-left: 0;
  margin-right: 0;
}
.b-postBody a {
  color: var(--skyBlue);
  text-decoration: underline;
}
 /* contactBlock */
.b-contactBlock {
  border-top: 2px solid #bcc8d2;
  margin-top: 45px;
  padding-top: 45px;
}
.b-contactBlock .inner {
  background: #f2f4f4;
  border-radius: 10px;
  text-align: center;
  letter-spacing: .1em;
  line-height: 1.75;
  padding: 30px 25px 30px;
}
.b-contactBlock .e-txt {
  margin-bottom: .8em;
}
.b-contactBlock a,
.b-contactBlock a:hover {
  text-decoration: none;
}
.b-contactBlock a {
  display: inline-flex;
  min-width: 290px;
  background: #106db9;
  color: #fff;
  font-weight: 700;
  border-radius: 100px;
  position: relative;
  padding: .4em 2.3em .55em;
}
.b-contactBlock a::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: .5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform-origin: center center;
  transform: translate(-130% , -50%) rotate(45deg) 
}