@charset "UTF-8";
/*
Theme Name: JIN Child
Template: jin
Author: Tosho
Author URI: https://www.tosho-trading.co.jp/
Version: 1.0
*/

/* ACデザインデモ用：見出し装飾を無効化 */
.cps-post-main.ac-demo-scope h2,
.cps-post-main.ac-demo-scope h3,
.cps-post-main.ac-demo-scope h4,
.cps-post-main.ac-demo-scope h5 {
  background: none;
  border: none;
  padding: 0;
  margin: 0 0 0.8em;
  color: inherit;
}
.cps-post-main.ac-demo-scope h2:before,
.cps-post-main.ac-demo-scope h2:after,
.cps-post-main.ac-demo-scope h3:before,
.cps-post-main.ac-demo-scope h3:after,
.cps-post-main.ac-demo-scope h4:before,
.cps-post-main.ac-demo-scope h4:after,
.cps-post-main.ac-demo-scope h5:before,
.cps-post-main.ac-demo-scope h5:after {
  content: none;
}

.right {
  text-align: unset;
}

footer {
  padding: unset;
}
@media (max-width: 767px) {
  footer {
    padding-top: unset;
  }
}

@media (max-width: 767px) {
  .pagination a {
    color: inherit !important;
  }
}
@media (min-width: 768px) {
  .pagination a {
    color: inherit !important;
  }
}

@media (max-width: 767px) {
  .article_style1 .cps-post-box {
    background: #fff;
  }
}

.cps-post-main table {
  margin-bottom: inherit;
  width: inherit;
  border: inherit;
  border-collapse: inherit;
  max-width: inherit !important;
  word-break: inherit;
}
.cps-post-main table tr td,
.cps-post-main table tr th {
  padding: inherit;
  border: inherit;
  vertical-align: inherit;
}
.cps-post-main table tr th {
  font-size: inherit;
  font-weight: inherit;
}
.cps-post-main table img.star {
  display: inherit;
  width: inherit;
  height: inherit;
  margin: inherit;
}

.cps-post-main table:not(.ac-table):not(.ac-table--scroll) {
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  max-width: 100% !important;
  word-break: break-all;
}
.cps-post-main table:not(.ac-table):not(.ac-table--scroll) tr td,
.cps-post-main table:not(.ac-table):not(.ac-table--scroll) tr th {
  padding: 8px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.cps-post-main table:not(.ac-table):not(.ac-table--scroll) tr th {
  font-size: 0.9rem;
  font-weight: bold;
}
.cps-post-main table:not(.ac-table):not(.ac-table--scroll) img.star {
  display: block;
  width: 130px;
  height: auto;
  margin: 0 auto;
}

.cps-post-main ul:not([class]) ol li::before,
.cps-post-main ul.wp-block-latest-posts__list ol li::before,
.cps-post-main ul.jinlist ol li::before {
  position: inherit;
  content: inherit;
  top: inherit;
  left: inherit;
  height: inherit;
  width: inherit;
  border-radius: inherit;
  background-color: inherit;
}
.cps-post-main ul li {
  position: inherit;
  display: inherit;
  margin-bottom: inherit;
  padding: inherit
}
.cps-post-main ul:not([class]) li:before,
.cps-post-main ul.jinlist li:before,
.cps-post-main ul.wp-block-latest-posts__list li:before,
.cps-post-main table ul li:before {
  display: inherit;
  content: inherit;
  position: inherit;
  top: inherit;
  left: inherit;
  width: inherit;
  height: inherit;
  background-color: inherit;
  border-radius: inherit;
}

.cps-post-main ul:not([class]):not(.ac-list) ol li::before,
.cps-post-main ul.wp-block-latest-posts__list:not(.ac-list) ol li::before,
.cps-post-main ul.jinlist:not(.ac-list) ol li::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 0px;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background-color: #000;
}
.cps-post-main ul:not(.ac-list) li {
  position: relative;
  display: block;
  margin-bottom: 0.35em;
  padding: 0em 0px 0em 25px;
}
.cps-post-main ul:not([class]):not(.ac-list) li:before,
.cps-post-main ul.jinlist:not(.ac-list) li:before,
.cps-post-main ul.wp-block-latest-posts__list:not(.ac-list) li:before,
.cps-post-main table:not(.ac-table):not(.ac-table--scroll) ul li:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.6em;
  left: 10px;
  width: 6px;
  height: 6px;
  background-color: #2b2b2b;
  border-radius: 100%;
}

.cps-post-main ol {
  counter-reset: inherit;
  padding-left: inherit;
  margin-top: inherit;
  margin-bottom: inherit;
}
.cps-post-main ol ol {
  counter-reset: inherit;
  margin-left: inherit;
  margin-top: inherit;
  margin-bottom: inherit !important;
  padding-left: inherit;
}
.cps-post-main ol ol li::before {
  position: inherit;
  content: inherit;
  top: inherit;
  left: inherit;
  height: inherit;
  width: inherit;
  border-radius: inherit;
  background-color: inherit;
}
.cps-post-main ol ul {
  margin-top: inherit;
  margin-left: inherit;
  padding-left: inherit;
}
.cps-post-main ol > li,
.cps-post-main table ol li {
  position: inherit;
  display: inherit;
  padding: inherit;
  margin-bottom: inherit;
}
.cps-post-main ol > li:after,
.cps-post-main table ol li:after {
  counter-increment: inherit;
  content: inherit;
  position: inherit;
  width: inherit;
  height: inherit;
  left: inherit;
  padding: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}
@media (min-width: 768px) {
  .cps-post-main ol > li:after,
  .cps-post-main table ol li:after {
    top: inherit;
  }
}
@media (max-width: 767px) {
  .cps-post-main ol > li:after,
  .cps-post-main table ol li:after {
    font-weight: inherit;
    top: inherit;
  }
}

.cps-post-main ol:not(.ac-list) {
  counter-reset: li;
  padding-left: 20px;
  margin-top: 0em;
  margin-bottom: 1.5em;
}
.cps-post-main ol:not(.ac-list) ol {
  counter-reset: li2;
  margin-left: 0;
  margin-top: 0.75em;
  margin-bottom: 1.5em !important;
  padding-left: 0.65em;
}
.cps-post-main ol:not(.ac-list) ol li::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 0px;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background-color: #000;
}
.cps-post-main ol:not(.ac-list) ul {
  margin-top: 0.5em;
  margin-left: 0;
  padding-left: 4px;
}
.cps-post-main ol:not(.ac-list) > li,
.cps-post-main table:not(.ac-table):not(.ac-table--scroll) ol li {
  position: relative;
  display: block;
  padding: 0em 0px 0em 25px;
  margin-bottom: 0.5em;
}
.cps-post-main ol:not(.ac-list) > li:after,
.cps-post-main table:not(.ac-table):not(.ac-table--scroll) ol li:after {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  padding: 0;
  line-height: 0;
  color: #fff;
  text-align: center;
  font-size: 0.65em;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .cps-post-main ol:not(.ac-list) > li:after,
  .cps-post-main table:not(.ac-table):not(.ac-table--scroll) ol li:after {
    top: 12px;
  }
}
@media (max-width: 767px) {
  .cps-post-main ol:not(.ac-list) > li:after,
  .cps-post-main table:not(.ac-table):not(.ac-table--scroll) ol li:after {
    font-weight: 400;
    top: 13px;
  }
}

.cps-post-main ol > li:before,
.cps-post-main table ol li:before {
  position: inherit;
  content: inherit;
  left: inherit;
  height: inherit;
  width: inherit;
  border-radius: inherit;
  background: inherit;
}
@media (min-width: 768px) {
  .cps-post-main ol > li:before,
  .cps-post-main table ol li:before {
    top: inherit;
  }
}
@media (max-width: 767px) {
  .cps-post-main ol > li:before,
  .cps-post-main table ol li:before {
    top: inherit;
  }
}

.cps-post-main ol:not(.ac-list) > li:before,
.cps-post-main table:not(.ac-table):not(.ac-table--scroll) ol li:before {
  position: absolute;
  content: "";
  left: 0px;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: #000;
}
@media (min-width: 768px) {
  .cps-post-main ol:not(.ac-list) > li:before,
  .cps-post-main table:not(.ac-table):not(.ac-table--scroll) ol li:before {
    top: 2px;
  }
}
@media (max-width: 767px) {
  .cps-post-main ol:not(.ac-list) > li:before,
  .cps-post-main table:not(.ac-table):not(.ac-table--scroll) ol li:before {
    top: 3px;
  }
}

.simple-box1,
.simple-box2,
.simple-box3,
.simple-box4,
.simple-box5,
.simple-box6,
.simple-box7,
.simple-box8,
.simple-box9,
.kaisetsu-box1,
.kaisetsu-box2,
.kaisetsu-box3,
.kaisetsu-box4,
.kaisetsu-box5,
.kaisetsu-box6,
.concept-box1,
.concept-box2,
.concept-box3,
.concept-box4,
.concept-box5,
.concept-box6,
.innerlink-box1 {
  padding-bottom: unset;
}

#toc_container .toc_list > li {
  padding-left: inherit;
}

#toc_container .toc_list li a {
  color: inherit !important;
  font-weight: 400;
}

#toc_container .toc_list > li > ul > li {
  padding-left: 10px;
}

#toc_container .toc_list > li > ul li a:before {
  font-size: 1rem;
  left: -13px;
}


@media (max-width: 767px) {
  .android .cps-post-main ul:not([class]) li:before,
  .android .cps-post-main table ul:not([class]) li:before {
    top: inherit;
  }
  .android .cps-post-main ol > li:after,
  .android .cps-post-main table ol:not([class]) li:after {
    width: inherit;
    height: inherit;
    left: inherit;
    top: inherit;
  }
  .android .cps-post-main ol > li:before,
  .android .cps-post-main table ol:not([class]) li:before {
    left: inherit;
    height: inherit;
    width: inherit;
    top: inherit;
  }
  .android .cps-post-main table {
    border-collapse: inherit !important;
    border-spacing: inherit;
  }
  .android .cps-post-main table th,
  .android .cps-post-main table td {
    border-top: inherit;
    border-left: inherit;
  }
  .android .cps-post-main table td:last-child {
    border-right: inherit;
  }
  .android .cps-post-main table tr:last-child th,
  .android .cps-post-main table tr:last-child td {
    border-bottom: inherit;
  }

  .android .cps-post-main ul:not([class]):not(.ac-list) li:before,
  .android .cps-post-main table:not(.ac-table):not(.ac-table--scroll) ul:not([class]) li:before {
    top: 0.5em;
  }
  .android .cps-post-main ol:not(.ac-list) > li:after,
  .android .cps-post-main table:not(.ac-table):not(.ac-table--scroll) ol:not([class]) li:after {
    width: 20px;
    height: 20px;
    left: 0px;
    top: 11px;
  }
  .android .cps-post-main ol:not(.ac-list) > li:before,
  .android .cps-post-main table:not(.ac-table):not(.ac-table--scroll) ol:not([class]) li:before {
    left: 0px;
    height: 20px;
    width: 20px;
    top: 0px;
  }
  .android .cps-post-main table:not(.ac-table):not(.ac-table--scroll) {
    border-collapse: separate !important;
    border-spacing: 0;
  }
  .android .cps-post-main table:not(.ac-table):not(.ac-table--scroll) th,
  .android .cps-post-main table:not(.ac-table):not(.ac-table--scroll) td {
    border-top: none;
    border-left: none;
  }
  .android .cps-post-main table:not(.ac-table):not(.ac-table--scroll) td:last-child {
    border-right: none;
  }
  .android .cps-post-main table:not(.ac-table):not(.ac-table--scroll) tr:last-child th,
  .android .cps-post-main table:not(.ac-table):not(.ac-table--scroll) tr:last-child td {
    border-bottom: none;
  }
}

@media (min-width: 1024px) {
  _::-webkit-full-page-media, _:future, :root .cps-post-main ol > li:after {
    top: inherit;
  }
  _::-webkit-full-page-media, _:future, :root .cps-post-main ol:not(.ac-list) > li:after {
    top: 13px;
  }
}
