/* ==================================================
   File: common.css
   Purpose: サイト全体で共通して使うスタイル
================================================== */

*:not(iframe) {
   height: auto;
   margin: 0;
   padding: 0;
   font-size: 16px;
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
                "Helvetica Neue", "Hiragino Kaku Gothic ProN",
                "メイリオ", Meiryo, sans-serif;
   box-sizing: border-box;
}

ul, ol {
   list-style: none;
}

a {
   text-decoration: none;
   color: inherit;
}
table {
   display: table;
   border-collapse: separate;
   box-sizing: border-box;
   text-indent: initial;
   unicode-bidi: isolate;
   border-spacing: 2px;
   border-color: gray;
}
table tr td {
   padding: 0.625rem;
   font-size: 0.9375rem;
   line-height: 1.6875rem;
   border-top: none;
   border-right: none;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-bottom-style: solid;
   border-left-style: solid;
   border-bottom-color: #d4d4d4;
   border-left-color: #d4d4d4;
   vertical-align: top;
   box-sizing: border-box;
   word-break: break-word;
}
cite {
    font-style: normal;
}

.wrapper {
   max-width: 1770px;
   margin: auto auto;
}
.smoke-film {
   width: 100vw;
   height: 100vh;
   display: none;
   position: fixed;
   z-index: 900;
   background-color: rgba(46, 46, 46, 0.7);
}
.smoke-film.menu-active{
    display: block;
}
.contents-l,
.contents-m {
   width: 100%;
   margin: auto auto;
   padding: 0 16px;
}
.contents-l {
   max-width: 1280px;
   margin-bottom: 3.4275rem;
}
.contents-m {
   max-width: 960px;
   margin-bottom: 3.4275rem;
}
.main-contents {
   width: 100%;
   max-width: 960px;
   padding: 0px 0.3125rem
}
.content-area {
   margin-bottom: 1.25rem;
}
@media (max-width: 959px) {
   .main-contents {
      margin-right: 0;
   }
}
@media (max-width: 600px) {
   .contents-l,
   .contents-m {
      padding: 0 10px;
   }
}

/* ===== 見出し ====== */
.heading1-normal {
   margin-bottom: 0.625rem;;
   padding-top: 0.625rem;
   font-size: 1.0625rem;
   line-height: 1.3125rem;
}
.heading1-article{
   font-size: 1.5rem;
   font-weight: 400;
   margin-bottom: 1.5rem;
}
.heading2-circle {
   display: inline-block;
   padding: 0.5rem 2rem;
   color: #FFFFFF;
   font-size: 1.3125rem;
   background-color: #ec635e;
   border-radius: 65px;
   white-space: nowrap;
}
.headin2-list {
   color: #333;
   font-size: 1.0625rem;
   line-height: 26px;
}
.point {
   font-size: 14px;
   line-height: 27px;
   margin-bottom: 20px;
   margin-top: 61px;
   position: relative;
   background-color: transparent;
   border-bottom: 1px solid #ffb7b0;
}
.point-news {
   border-bottom: 1px solid #ea554e !important;
}
.point-in {
   padding: 5px 15px;
   max-width: 80%;
   box-sizing: border-box;
   border-radius: 0 5px 0 0;
   font-size: 15px;
   font-weight: 700;
   position: absolute;
   bottom: 0;
   left: 0;
   top: auto;
   background-color: #ff5757;
   color: #fff;
}
.point-news .point-in {
   background-color: #ea554e !important;
}
@media (max-width: 600px) {
   .heading2-circle {
      padding: 0.5rem 1rem;
      font-size: 1rem;
      border-radius: 65px;
   }
}

/* ===== ブロック ====== */
.block1 {
   margin-bottom: 3.4275rem;
   padding: 0px 0.3125rem
}
.block1:last-child {
   margin-bottom: 0;
}
.block1-ttitle-wrapper p{
   margin-left: 1.5rem;
   color: #a0a0a0;
   font-size: 1.3125rem;
}
.block1-contents-l {
   padding: 2.5rem 0.3125rem;
}
@media (max-width: 600px) {
   .block1 {
      margin-bottom: 2.5rem;
   }
   .block1-ttitle-wrapper p{
      margin-left: 1rem;
      font-size: 1rem;
   }
}

/* ===== リスト ====== */
.list-item a {
   transition: all 0.5s;
}
.list-item a:hover {
   opacity: 0.5;
}

.list-type1 .list-item {
   width: 100%;
   margin-bottom: 1.125rem;
}
.list-type1 .list-item:last-child {
   margin-bottom: 0;
}
.list-type1 .list-item .thumbnail-wrapper {
   height: fit-content;
}
.list-type1 .list-item .thumbnail-wrapper img{
   display: inline-block;
   width: 300px;
}
.list-type1 .list-item .text-conteiner {
   padding: 2.5rem;
}
.list-type1 .list-item .text-conteiner .title-wrapper {
   margin-bottom: 0.3125rem;
}
.list-type1 .list-item .text-conteiner .title-wrapper h3 {
   font-size: 1.0625rem;
}
.list-type1 .list-item .text-conteiner .date-wrapper time {
   padding-left: 0.25rem;
   font-size: 0.8125rem;
}
.list-type2 .list-item {
   padding: 1.25rem 0;
   border-bottom: 1px solid #ccc;
}
.list-type2 .list-item:first-child,
.list-type2 .list-item:last-child {
   border-bottom:none
}
.list-type2 .list-item .thumbnail-wrapper img{
   display: inline-block;
   width: 300px;
}
.list-type2 .first-item .thumbnail-wrapper img {
   width: 100% !important;
   border-radius: 10px;
}
.list-type2 .list-item .title-wrapper {
   padding: 0.5rem;
}
.list-type2 .first-item .title-wrapper {
   padding: 0.625rem 1.25rem !important;
}
.list-type2 .list-item .text-conteiner {
   display: flex;
   flex-direction: column;
   justify-content: center;
   padding-left: 1rem;
}
.list-type2 .first-item .text-conteiner {
   padding-left: 0 !important;
}
.list-type2 .first-item .text-conteiner .date-wrapper {
   padding-left: 1.25rem;
}
.list-type3 {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   grid-template-rows: repeat(3, auto);
   gap: 20px;
}
.list-type3 .list-item,
.list-type3 .list-item a img {
   width: 100%;
}
.keyword-list {
   display: flex;
   flex-wrap: wrap;
   gap: 10px;
}
.keyword-list .list-item {
   padding: 0.5rem 1rem;
   background-color: #f3f3f3;
   border-radius: 8px;
}
.article-list-type1 {
   gap: 10px;
}
.article-list-type1 .list-item {
   padding-bottom: 0.625rem;
   border-bottom: 1px solid #f3f3f3;
}
.article-list-type1 .list-item:last-child {
   padding-bottom: 0;
   border-bottom: unset;
}
.article-list-type1 .thumbnail{
   width: 200px;
}
.article-list-type1 .text-conteiner {
   padding: 0px 0.9375rem;
}
.article-list-type1 a{
   transition: all 0.5s;
}
.article-list-type1 a:hover {
   opacity: 0.5;
}

.article-list-type2 {
   flex-wrap: wrap;
   gap: 10px;
}
.article-list-type2 .list-item {
   width: calc(50% - 5px);
}
.article-list-type2 .first-item {
   width: 100% !important;
}
.article-list-type2 .first-item a{
   position: relative;
}
.article-list-type2 .first-item .text-conteiner {
   position: absolute;
   bottom: 0;
   width: 100%;
   padding: 10px 40px 20px;
   background: rgba(255, 255, 255, .7);
}
.article-list-type2 .list-item .title-wrapper h2 {
   margin-bottom: 0.3125rem;
   padding: 0.3125rem 0;
   color: #333;
   font-size: 1.0625rem;
   line-height: 1.5;
}
.article-list-type2 .list-item .title-wrapper p {
   color: #777;
   font-size: 0.8em;
   line-height: 1.7;
}
.article-list-type2 .first-item .title-wrapper h2 {
   margin-bottom: 5px;
   padding: 5px;
}
.article-list-type2 .thumbnail-conteiner {
   position: relative;
}
.article-list-type2 .thumbnail-conteiner img {
   display: inline-block;
   width: 100%;
}
.article-list-type2 .thumbnail-conteiner .date-wrapper {
   position: absolute;
   right: 5px;
   bottom: 0;
   padding: 2px 7px;
   margin: 0 0 5px;
}
.article-list-type2 .list-item .date-wrapper time {
   color: #FFFFFF;
   line-height: 1.7;
}
.article-list-type2 .list-item .text-conteiner{
   padding: 0.625rem 1.25rem 1.25rem 1.25rem;
}

.icon-clock {
   width: 1rem !important;
   padding-bottom: 0.125px;
}
.list-date {
   padding-left: 0.25rem;
   color: #777;
   font-size: 0.8125rem;
}
@media (max-width: 959px) {
   .list-type1 .list-item .text-conteiner {
      padding: 1.875rem;
   }
   .article-list-type2 .list-item .title-wrapper p {
      display: none;
   }
}
@media (max-width: 600px) {
   .list-type1 .list-item .thumbnail-wrapper img,
   .list-type2 .list-item .thumbnail-wrapper img {
      width: 150px;
   }
   .list-type1 .list-item .text-conteiner {
      padding: 0.5rem;
   }
   .list-type2 .first-item .title-wrapper {
      padding: 0.625rem 1rem;
   }
   .article-list-type2 {
      flex-direction: column !important; 
   }
   .article-list-type2 .list-item {
      width: 100%;
   }
   .article-list-type2 .first-item .text-conteiner {
      position: relative;
      padding: 0.625rem 1.25rem 1.25rem 1.25rem;
      background: unset;
   }
   .article-list-type2 .list-item .date-wrapper time {
      font-size: 0.875rem;
   }
}

/* ===== ボタン ====== */
.more-btn {
   display: block;
   width: 60%;
   box-sizing: border-box;
   padding: 10px 20px;
   text-align: center;
   text-decoration: none;
   border: solid 1px #ccc;
   color: #ccc;
   margin: 20px auto;
}
.more-btn::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 7px;
    border-top: solid 2px #ccc;
    border-right: solid 2px #ccc;
    transform: rotate(45deg);
    transition: all 0.5s;
}
.more-btn:hover {
    color: #e0423c;
    transition: all 0.5s;
}
.fixed-btn-wrapper {
   position: fixed;
   z-index: 9999;
   right: 15px;
   transition: all 0.5s;
}
.page-top {
   bottom: 40px;
}
.over-toc-btn {
   bottom: 110px;
}
.fixed-btn {
   width: 60px;
   height: 60px;
   line-height: 100%;
   background: #ff5757;
   border-radius: 50%;
   cursor: pointer;
   opacity: 0.8;
}
.fixed-btn::after {
   content: "";
   display: inline-block;
   width: 8px;
   height: 8px;
   border-top: solid 2px #FFFFFF;
   border-right: solid 2px #FFFFFF;
   transform: rotate(-45deg);
   transition: all 0.5s;
}
.over-toc-btn .fixed-btn {
   border: none;
}
.over-toc-btn .fixed-btn .toc-title {
   color: #fff;
   font-size: 0.625rem;
}
.over-toc-btn .fixed-btn .toc-title::before {
   width: 17px;
   height: 17px;
   padding-right: 0;
   background-image: url('../images/icon-tcp-white.png');
}
.over-toc-btn .fixed-btn::after {
   display: none;
}
.over-toc-close-btn {
   position: absolute;
   top: 5px;
   right: 5px;
   color: rgb(51, 51, 51);
   border: none; font-size: 3rem;
   line-height: 1;
   padding: 0px 10px;
   cursor: pointer;
   background-color: transparent;
}
.link-btn-type1 {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   padding: .7em 1.5em;
   background: linear-gradient(to bottom, #FCA402, #FCA402);
   border: 2px solid #FCA402;
   border-radius: 6px;
   box-shadow: 0 3px 0 #B27100;
   color: #fff !important;
   font-size: 112%;
   font-weight: bold;
   text-decoration: none !important;
   text-align: center;
   transition: all 0.5s;
}
.link-btn-type1:hover {
   opacity: 0.8;
}

/* ===== パンくずリスト ====== */
.breadcrumbs,
.breadcrumbs span {
   color: #777;
   font-size: 0.8125rem;
}
.breadcrumbs {
   margin-bottom: 10px;
}

/* ===== ページネーション ====== */
.pagination-conteiner {
   padding: 1.25rem 0;
   margin-bottom: 1.25rem;
}
.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  list-style: none;
  padding: 0;
}

.pagination a,
.pagination span {
  display: inline-block;
  min-width: 20px;
  padding: 7px 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 15px;
  text-decoration: none;
  color: #9e9e9e;
  transition: all 0.5s;
}
.pagination a:hover {
   opacity: .5;
}
.pagination .current {
  background: #f3f3f3;
  opacity: .5;
}

/* ===== 記事や固定ページ用 ====== */
.ad-disclosure {
   display: inline-flex;
   margin-top: 0.3125rem;
   padding: 0.375rem 0.5rem;
   background: #fafafa;
   border-radius: 2px;
   color: #999;
   font-size: 0.8125rem;
   text-decoration: none;
   line-height: 1.5em;
   word-break: break-word;
}
.post .relode-icon {
   width: 13px;
   height: auto;
   margin: auto 0.25rem auto 0 !important;
}
.post .update-at-wrapper {
   margin-bottom: 0.625rem;
}
.post .update-at {
   color: #777777;
   font-size: 0.8125rem;
   
}
.post .thumbnail-conteiner,
.post .thumbnail-conteiner img {
   width: 100%;
   max-width: 800px;
   margin-bottom: 1.25rem;
}
.post p {
   margin-bottom: 1.875rem;
   color: #333333;
   font-size: 1.0625rem;
}
.post a {
   color: #4682b4;
   text-decoration: underline;
   transition: all .5s;
}
.post h2 {
   margin: 1.875rem 0;
   padding: 0.9375rem 1.25rem 0.9375rem 0.9375rem !important;
   color: #fff;
   font-size: 1.3125rem;
   font-weight: 700;
   line-height: 21px;
   background: url(operating/), linear-gradient(to bottom, #ff5757 0, #ff5757 100%);
   border: none;
   border-bottom: 2px dashed #ff5757;
}
.post h3 {
   position: relative;
   margin: 1.875rem 0;
   padding: 1em 1em 1em 1.4em;
   padding-top: 10px !important;
   padding-bottom: 10px !important;
   color: #000;
   font-size: 1.25rem;
   line-height: 1.4375rem;
   background-color: transparent;
   background: 0 0;
   border: 4px solid #fff;
}
.post h3::after {
   position: absolute;
   top: .5em;
   left: .5em;
   content: '';
   width: 4px;
   height: -webkit-calc(100% - 1em);
   height: calc(100% - 1em);
   background-color: #ff5757;
}
.post h4 {
   display: flex;
   align-items: center;
   margin: 1.25rem 0;
   padding: 0.625rem 0.9375rem 0.625rem 0;
   font-size: 1.25rem;
   font-weight: 700;
}
.post h4::before {
   content: "";
   display: inline-block;
   width: 26px;
   height: 26px;
   padding-right: 1rem;
   background-image: url('../images/icon-check.png');
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
}
.post table {
   width: 100%;
   max-width: 100%;
   margin-bottom: 20px;
   border-top: 1px solid #d4d4d4;
   border-right: 1px solid #d4d4d4;
}
.post table thead {
    border-top: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-bottom: none;
}
.post table thead td,
.post table thead th {
    border-bottom: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    border-top: none;
    border-right: none;
}
.post table thead th {
   padding: 10px;
   background-color: #fafafa;
   font-size: .9em;
   font-weight: 400;
   line-height: 24px;
   word-break: break-word;
}
.post ul {
   padding-left: 1em;
   margin-bottom: 20px;
   margin-left: 1em;
   list-style-type: disc;
}
.post ul li {
   padding-top: .25em;
   padding-bottom: .25em;
   font-size: 1.0625rem;
   line-height: 1.5em !important;
}
.post img {
   display: block;
   margin: auto auto;
}
.post div {
   margin-bottom: 1.25rem;
}
.post blockquote {
    position: relative;
    background-color: #fafafa;
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 20px;
}
.post blockquote::before {
   content: "";
   position: absolute;
   top: 20px;
   left: 20px;
   display: inline-block;
   width: 20px;
   height: 20px;
   background-image: url('../images/icon-quote.png');
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
}

/* ===== 著者 ====== */
.author-title-wrapper {
   width: fit-content;
   padding: 0.3125rem 0.625rem;
   background: #333;
}
.author-title-wrapper img {
   width: 14px;
   height: 14px;
   margin-right: 0.25rem;
}
.author-title-wrapper h4 {
   color: #fff;
   font-size: 0.875rem;
   font-weight: 700;
}
.author-detail-wrapper {
   margin-bottom: 1.25rem;
   padding: 0.9375rem;
   background: #fafafa;
   border: 1px solid #333;
}
.avatar-wrapper {
   margin-right: 1.25rem;
}
.author-text-wrapper h5 {
   margin-bottom: 0.3125rem;
   padding-bottom: 0.3125rem;
   font-size: 0.875rem;
   font-weight: 700;
   line-height: 1.5;
}
.author-text-wrapper p {
   margin-bottom: 0.626rem;
   color: #333;
   font-size: 0.875rem;
   line-height: 1.5;
}
.author-sns img {
   width: 20px;
   margin-right: 0.5rem;
}

/* ===== 目次 ====== */
.toc {
   margin: 0 auto;
   padding: 0.625rem 1.875rem;
   border: 3px solid #eaeaea;
}
.toc-show {
   margin: 0 auto 1.25rem;
}
.toc-title {
   position: relative;
   display: inline-block;
   vertical-align: middle;
   margin: 0 auto!important;
   padding: 0.3125rem;
   color: #000;
   font-weight: 700;
   border-color: #000;
}
.toc-show .toc-title {
   margin-bottom: 1.875rem!important;
}
.toc-title::before {
   content: "";
   display: inline-block;
   width: 26px;
   height: 26px;
   padding-right: 0.5rem;
   background-image: url('../images/icon-tcp-black.png');
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
}
.toc-toggle-btn {
   margin-left: 0.5rem;
   text-decoration: underline;
   background: none;
   border: none;
   cursor: pointer;
}
.toc ul {
   display: none;
   padding: 0 0!important;
   margin: auto auto!important;
   list-style: none!important;
}
.toc-show ul {
   display: block;
}
.toc ol {
   padding: 0.625rem 0 1.25rem 1em;
   list-style: decimal;
}
.toc ul li a {
   transition: all 0.5s;
}
.toc ul li a:hover {
   opacity: 0.5;
}
.toc-level-2 {
   color: #4a88bf;
   font-weight: 700;
}
.toc-level-2 a {
   display: block;
   text-decoration: none;
}
.toc-level-3,
.toc-level-4 {
   color: #777;
}
.toc-level-3 a {
   display: block;
   color: #333333;
   text-decoration: none;
}
.toc-level-4 a {
   text-decoration: none;
   color: #333;
}
.over-toc-wrapper{
   position: fixed;
   top: 0;
   left: 0;
   z-index: 99999;
   display: none;
   width: 100vw;
   height: 100vh;
   background-color: #FFFFFF;
   opacity: 0.95;
}
.over-toc-wrapper .toc{
   width: 100%;
   max-width: 800px;
   max-height: 80%;
   padding: 1.5625rem 2.8125rem;
   border: none;
   overflow: auto;
}
.over-toc-wrapper .toc-title {
   margin-bottom: 0.625rem !important;
   padding: 0.3125rem 0.3125rem 0.3125rem 0;
   color: #ccc;
   font-size: 0.9375rem;
   font-weight: 700;
}
.over-toc-wrapper .toc-title::before {
   width: 23px;
   height: 23px;
   padding-right: 0.5rem;
   background-image: url('../images/icon-tcp-gray.png');
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
}
.over-toc-wrapper .toc .toc-toggle-btn {
   display: none;
}
.over-toc-wrapper .toc ul {
   display: block;
}
.over-toc-wrapper .toc ol {
   padding: 0.3125rem 0 1.25rem 1em;
}
.over-toc-wrapper .toc-level-2 a {
   padding: 2px 0 7px;
   color: #333;
   font-size: 1rem;
   line-height: 24px;
   border: none;
}
.over-toc-wrapper .toc-level-3,
.over-toc-wrapper .toc-level-4 {
   color: #ccc;
}
.over-toc-wrapper .toc-level-3 a,
.over-toc-wrapper .toc-level-4 a  {
   padding: 2px 0 7px;
   color: #333;
   font-size: 0.9375rem;
   line-height: 27px;
}
.over-toc-wrapper .toc-level-4 {
   padding: 5px 0;
}

/* ===== flex ====== */
.flex-row {
   display: flex;
   flex-direction: row;
}
.flex-column {
   display: flex;
   flex-direction: column;
}
.center {
   justify-content: center;
   align-items: center;
}
.align-center {
   align-items: center;
}
.justify-center {
   justify-content: center;
}

/* ===== card ====== */
.card {
   position: relative;
   width: 100%;
   padding: 2rem 1rem 1rem 1rem;
   background-color: #FFFFFF;
   border: 1px solid #039BE5;
}
.card h4 {
   position: absolute;
   top: -1rem;
   display: inline-block;
   margin: 0;
   padding: 0.25rem 1rem;
   background-color: #039BE5;
   color: #FFFFFF;
   font-size: 1rem;
   font-weight: 100;
}
.card h4::before {
   content: "";
   display: none;
   width: 0;
   height: 0;
   padding-right: 0;
   background: none;
}
.card-inner,
.card-thumbnail-wrapper,
.card-text-wrapper,
.card-text-wrapper p {
   margin-bottom: 0 !important;
}
.card-inner a {
   color: #333;
   text-decoration: none;
   transition: all 0.3;
}
.card-inner a:hover {
   opacity: 0.5;
}
.card-thumbnail-wrapper {
   margin-right: 0.75rem;
}
.card-thumbnail-wrapper img {
   width: 200px;
}
.card-inner p {
   margin-bottom: 0 !important;
   color: #a0a0a0;
   font-size: 0.875rem;
}
@media (max-width: 600px) {
   .card {
      padding: 2rem 0.5rem 1rem 0.5rem;
   }
   .card-thumbnail-wrapper img {
      width: 120px;
   }
   .card-text-wrapper p {
      display: none;
   }
}

/* ===== mybox ====== */
.st-mybox-class {
    position: relative;
    margin: 25px 0;
    padding: 0 20px;
    border: 2px solid #9e9e9e;
    border-radius: 8px;
}
.mybox-1 {
   border: 3px solid #f3f3f3;
   border-radius: 5;
   margin: 25px 0 25px 0 !important;
} 
.mybox-1 .mybox-title {
   position: relative;
   padding: 5px 1rem 10px 1.5rem !important;
   color: #757575;
   font-size: 15px;
   border-bottom: 2px solid #757575;
} 
.mybox-2 {
   border: 2px solid #FFD54F;
   color: #FFD54F;
   background-color: #FFFDE7;
   border-radius: 5;
   margin: 25px 0 25px 0;
}
.mybox-2 .mybox-title {
   display: inline-block;
   margin-bottom: 10px !important;
   padding-bottom: 0 !important;
   padding-left: 25px;
   color: #FFD54F;
   font-size: 15px;
   background-color: #FFFFFF !important;
}
.mybox-2 .mybox-title::before {
   content: "";
   position: absolute;
   top: 0;
   left: 4px;
   display: inline-block;
   width: 15px;
   height: 15px;
   background-image: url('../images/icon-check-yellow.png');
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
}
.mybox-3{
   border: 2px solid #039BE5;
   color: #039BE5;
   border-radius: 5;
   margin: 25px 0 25px 0;
} 
.mybox-3 .mybox-title {
   position: relative;
   left: 0;
   display: inline-block;
   margin-bottom: 0 !important;
   padding-bottom: 0 !important;
   padding-left: 25px;
   background-color: #FFFFFF !important;
   color: #039BE5;
   font-size: 15px;
}
.mybox-3 .mybox-title::before {
   content: "";
   position: absolute;
   top: 0;
   left: 4px;
   display: inline-block;
   width: 15px;
   height: 15px;
   background-image: url('../images/icon-announce.png');
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
}
.mybox-3 .in-mybox {
   padding-top: 0;
}
.mybox-3 .in-mybox ul {
   padding-left: 1em;
   margin-bottom: 20px;
   margin-left: 1em;
}
.mybox-3 .in-mybox ul li {
   color: #333;
}
.mybox-4 {
   border: 2px solid #757575;
   color: #757575;
   background-color: #F7F7F7;
   border-radius: 5;
   margin: 25px 0 25px 0;
}
.mybox-4 .mybox-title {
   display: inline-block;
   margin-bottom: 10px !important;
   padding-bottom: 0 !important;
   padding-left: 25px;
   font-size: 15px;
   background-color: #FFFFFF !important;
}
.mybox-4 .mybox-title::before {
   content: "";
   position: absolute;
   top: 0;
   left: 4px;
   display: inline-block;
   width: 15px;
   height: 15px;
   background-image: url('../images/icon-check-gray.png');
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
}
.mybox-5 {
   border: 2px solid #039BE5;
   color: #757575;
   background-color: #E1F5FE;
   border-radius: 5;
   margin: 25px 0 25px 0;
}
.mybox-2 .in-mybox ul,
.mybox-4 .in-mybox ul,
.mybox-5 .in-mybox ul,
.mybox-6 .in-mybox ul,
.mybox-7 .in-mybox ul,
.mybox-8 .in-mybox ul,
.mybox-9 .in-mybox ul,
.mybox-10 .in-mybox ul,
.mybox-11 .in-mybox ul,
.mybox-12 .in-mybox ul,
.mybox-13 .in-mybox ul,
.mybox-15 .in-mybox ul,
.mybox-16 .in-mybox ul,
.mybox-17 .in-mybox ul {
   padding-left: 1em;
   margin-left: 1em;
}
.mybox-2 .in-mybox ul li,
.mybox-4 .in-mybox ul li,
.mybox-5 .in-mybox ul li,
.mybox-6 .in-mybox ul li,
.mybox-7 .in-mybox ul li,
.mybox-8 .in-mybox ul li,
.mybox-9 .in-mybox ul li,
.mybox-10 .in-mybox ul li,
.mybox-11 .in-mybox ul,
.mybox-12 .in-mybox ul li,
.mybox-13 .in-mybox ul li,
.mybox-15 .in-mybox ul li,
.mybox-16 .in-mybox ul li{
   color: #333;
}
.mybox-6 {
   color: #757575;
   background-color: #F7F7F7;
   border: none;
   border-radius: 5;
   margin: 25px 0 25px 0;
}
.mybox-7 {
   border: 2px solid #0692E1;
   color: #0692E1;
   background-color: #EFF9FD;
   border-radius: 5;
   margin: 25px 0 25px 0;
}
.mybox-7 .mybox-title {
   display: inline-block;
   margin-bottom: 10px !important;
   padding-bottom: 0 !important;
   padding-left: 25px;
   color: #0692E1;
   font-size: 15px;
   background-color: #FFFFFF !important;
}
.mybox-7 .mybox-title::before {
   content: "";
   position: absolute;
   top: 0;
   left: 4px;
   display: inline-block;
   width: 15px;
   height: 15px;
   background-image: url('../images/icon_marker.png');
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
}
.mybox-8 {
   border: 3px solid #757575;
   color: #757575;
   background-color: #F7F7F7;
   border-radius: 5;
   margin: 25px 0 25px 0;
}
.mybox-8 .mybox-title {
   display: inline-block;
   margin-bottom: 10px !important;
   padding-bottom: 0 !important;
   padding-left: 25px;
   font-size: 15px;
   background-color: #FFFFFF !important;
}
.mybox-8 .mybox-title::before {
   content: "";
   position: absolute;
   top: 0;
   left: 4px;
   display: inline-block;
   width: 15px;
   height: 15px;
   background-image: url('../images/icon-exclamation-gray.png');
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
}
.mybox-9 {
   color: #f3f3f3;
   background-color: #FDF3F3;
   border-radius: 5;
   margin: 20px 0 20px 0;
}
.mybox-10 {
   color: #f3f3f3;
   background-color: #FAFAFA;
   border-radius: 5;
   margin: 20px 0 20px 0;
}
.mybox-11 {
   border: 2px solid #E3E3E3;
   color: #757575;
   background-color: #fafafa;
   border-radius: 5;
   margin: 25px 0 25px 0;
}
.mybox-11 .mybox-title {
   display: inline-block;
   margin-bottom: 10px !important;
   padding-bottom: 0 !important;
   padding-left: 25px;
   font-size: 15px;
   background-color: #FFFFFF !important;
}
.mybox-11 .mybox-title::before {
   content: "";
   position: absolute;
   top: 0;
   left: 4px;
   display: inline-block;
   width: 15px;
   height: 15px;
   background-image: url('../images/icon-lupe.png');
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
}
.mybox-12 {
   border: 2px solid #FFD54F;
   color: #FFD54F;
   border-radius: 5;
   margin: 25px 0 25px 0;
}
.mybox-12 .mybox-title {
   display: inline-block;
   margin-bottom: 10px !important;
   padding-bottom: 0 !important;
   padding-left: 25px;
   color: #FFD54F;
   font-size: 15px;
   background-color: #FFFFFF !important;
}
.mybox-12 .mybox-title::before {
   content: "";
   position: absolute;
   top: 0;
   left: 4px;
   display: inline-block;
   width: 15px;
   height: 15px;
   background-image: url('../images/icon-check-yellow.png');
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
}
.mybox-13 {
   color: #757575;
   background-color: #f3f3f3;
   border: none;
   border-radius: 5;
   margin: 25px 0 25px 0;
}
.mybox-14 {
   color: #757575;
   background-color: #fafafa;
   border-radius: 5;
   margin: 25px 0 25px 0;
}
.mybox-15 {
   border: 2px solid #f44336;
   color: #757575;
   border-radius: 5;
   margin: 25px 0 25px 0;
}
.mybox-16 {
   border: 2px solid #03A9F4;
   color: #757575;
   background-color: #E1F5FE;
   border-radius: 5;
   margin: 25px 0 25px 0;
}
.mybox-17 {
   border: 2px solid #039BE5;
   color: #039BE5;
   background-color: #E1F5FE;
   border-radius: 5;
   margin: 25px 0 25px 0;
}
.mybox-17 .mybox-title {
   display: inline-block;
   margin-bottom: 10px !important;
   padding-bottom: 0 !important;
   padding-left: 25px;
   color: #0692E1;
   font-size: 15px;
   background-color: #FFFFFF !important;
}
.mybox-17 .mybox-title::before {
   content: "";
   position: absolute;
   top: 0;
   left: 4px;
   display: inline-block;
   width: 15px;
   height: 15px;
   background-image: url('../images/icon-check-blue.png');
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
}
.st-title-under .mybox-title {
    position: relative;
    display: inline-block;
    margin: 20px 0 0;
    margin-bottom: 10px;
    top: 0;
    left: 0;
    text-shadow: none !important;
    background-color: transparent !important;
}
.st-title-border .mybox-title {
    padding-bottom: 10px;
    border-bottom: 2px solid #ccc;
}
.st-mybox-class .mybox-title {
    padding-bottom: 10px;
    margin-bottom: 20px;
    padding-right: 5px;
}
.mybox-title {
   position: absolute;
   display: inline-block;
   top: calc(-0.5em - 0.5 * var(--border-height, 0.5em));
   left: 10px;
   line-height: 1;
   color: #9e9e9e;
   font-weight: bold;
   margin-bottom: 10px;
   z-index: 1;
   text-shadow: #fff 3px 0px 0px, #fff 2.83487px 0.981584px 0px, #fff 2.35766px 1.85511px 0px, #fff 1.62091px 2.52441px 0px, #fff 0.705713px 2.91581px 0px, #fff -0.287171px 2.98622px 0px, #fff -1.24844px 2.72789px 0px, #fff -2.07227px 2.16926px 0px, #fff -2.66798px 1.37182px 0px, #fff -2.96998px 0.42336px 0px, #fff -2.94502px -0.571704px 0px, #fff -2.59586px -1.50383px 0px, #fff -1.96093px -2.27041px 0px, #fff -1.11013px -2.78704px 0px, #fff -0.137119px -2.99686px 0px, #fff 0.850987px -2.87677px 0px, #fff 1.74541px -2.43999px 0px, #fff 2.44769px -1.73459px 0px, #fff 2.88051px -0.838246px 0px;
   padding: 0;
   background-color: transparent !important;
}
.in-mybox {
   padding: 20px 0;
   margin-bottom: 0 !important;
}
.in-mybox p {
    margin-bottom: 10px;
}
.in-mybox p:empty {
   display: none;
}
.in-mybox img {
   width: 100%;
}
.st-mybox-class.st-title-under .in-mybox {
   padding: 0 0 20px;
}
.st-mybox-class ul {
   max-width: 100%;
   margin-bottom: 0;
   margin-left: 0;
   padding-top: 0;
   padding-bottom: 0;
   padding-left: 0;
   list-style-type: disc;
}
.st-list-border li {
   padding-top: 0.5em !important;
   padding-bottom: 0.5em !important;
   border-bottom: dotted 1px #ccc;
}
.st-list-circle li {
   position: relative;
   padding-left: 2em;
   list-style: none;
}
.st-list-circle li::before {
   content: "";
   width: 0.5em;
   height: 0.5em;
   line-height: 0.5em;
   background-color: #ccc;
   border-radius: 50%;
   position: absolute;
   left: 0.75em;
   top: 0.75em;
}
.st-list-border.st-list-circle li::before {
   top: 1em !important;
}
.st-list-no .mybox-title::before {
   content: "";
   position: absolute;
   left: 0;
   display: inline-block;
   width: 17px;
   height: 17px;
   background-image: url('../images/icon-list-no.png');
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
}
.st-list-no li {
   display: block;
   flex-wrap: wrap;
   counter-increment: st-list-count;
   list-style: none;
   position: relative;
   padding-left: 2.5em;
}
.st-list-no.st-list-border li::before {
   top: .5em !important;
}
.mybox-1.st-list-no li::before {
   color: #333;
}
.st-list-no li::before {
   content: counter(st-list-count);
   width: 1.5em;
   height: 1.5em;
   background-color: #ccc;
   color: #fff;
   line-height: 1.5em;
   position: absolute;
   left: .25em;
   text-align: center;
   top: .25em !important;
   transform: scale(.8);
}

/* ===== 吹き出し ====== */
.kaiwa-box {
   display: table;
   width: 100%;
   height: auto;
   margin-bottom: 20px;
   zoom: 1;
}
.kaiwa-face {
   display: table-cell;
   width: 60px;
   text-align: center;
   vertical-align: top;
}
.kaiwa-face img {
   max-width: 100%;
   height: auto;
   border: none;
   vertical-align: bottom;
   border-radius: 60px;
}
.kaiwa-face p:empty {
   display: none;
}
.kaiwa-face-name {
   margin-top: 5px;
   color: #616161;
   font-size: 70%;
   line-height: 1.5;
   max-width: 60px;
}
.kaiwa-area {
   display: table-cell;
   margin: 0;
   padding-top: 5px;
   vertical-align: top;
   text-align: left;
}
.kaiwa-box-r .kaiwa-area {
   text-align: right;
}
.kaiwa-hukidashi {
   position: relative;
   display: inline-block;
   margin-left: 20px;
   padding: 15px 20px;
   background-color: #dbf9ff;
   border-width: 1px;
   border-style: solid;
   border-color: transparent;
   border-radius: 7px;
   color: #222;
   font-size: 1.0625rem;
   line-height: 25px;
   word-break: break-all;
}
.kaiwa-hukidashi::before {
   content: '';
   position: absolute;
   top: 30px;
   left: -11px;
   display: block;
   width: 0;
   height: 0;
   margin-top: -11px;
   border-style: solid;
   border-color: transparent;
   border-width: 11px 11px 11px 0;
   z-index: 0;
}
.kaiwa-hukidashi::after {
   content: "";
   position: absolute;
   top: 30px;
   left: -10px;
   margin-top: -10px;
   display: block;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 10px 10px 10px 0;
   border-color: transparent #dbf9ff transparent transparent;
}
.kaiwa-box-r .kaiwa-hukidashi {
   margin-right: 20px;
   margin-left: 0;
}
.kaiwa-box-r .kaiwa-hukidashi::before {
   right: -11px;
   left: unset;
   border-width: 11px 0 11px 11px;
}
.kaiwa-box-r .kaiwa-hukidashi::after {
   right: -10px;
   left: unset;
   border-color: transparent transparent transparent #dbf9ff;
   border-width: 10px 0 10px 10px;
}
.kaiwa-hukidashi-pink {
   background-color: #ffe2e2 !important;
   border: 1px solid #ffe2e2 !important;
}
.kaiwa-hukidashi-pink::after {
   border-right-color: #ffeaea;
}
.kaiwa-box-r .kaiwa-hukidashi-pink::after {
   border-color: transparent transparent transparent #ffeaea
}
.kaiwa-hukidashi-pink2 {
   background-color: #ffeaea !important;
   border: 1px solid #dd8989 !important;
}
.kaiwa-hukidashi-pink2::before {
   border-color: transparent #dd8989 transparent transparent;
}
.kaiwa-hukidashi-pink2::after {
   border-right-color: #ffeaea;
}
.kaiwa-hukidashi-pink3 {
   background-color: #fff4f4 !important;
   border: 1px solid #dd8989 !important;
}
.kaiwa-hukidashi-pink3::before {
   border-color: transparent #dd8989 transparent transparent;
}
.kaiwa-hukidashi-pink3::after {
   border-right-color: #fff4f4;
}
.kaiwa-hukidashi-blue {
   background-color: #f4fbff !important;
   border: 1px solid #a1d2fc !important;
}
.kaiwa-hukidashi-blue::before {
   border-color: transparent #a1d2fc transparent transparent;
}
.kaiwa-hukidashi-blue::after {
   border-right-color: #f4fbff;
}
.kaiwa-hukidashi-blue2 {
   background-color: #f4f8ff !important;
   border: 1px solid #6dbbff !important;
}
.kaiwa-hukidashi-blue2::before {
   border-color: transparent #6dbbff transparent transparent;
}
.kaiwa-hukidashi-blue2::after {
   border-right-color: #f4f8ff;
}
.kaiwa-hukidashi-11924,
.kaiwa-hukidashi-11926 {
   background-color: #d4e8d3 !important;
}
.kaiwa-hukidashi-11924::after,
.kaiwa-hukidashi-11926::after {
   border-right-color: #d4e8d3;
}
.kaiwa-hukidashi-53918 {
   background-color: #eff7e9 !important;
}
.kaiwa-hukidashi-53918::after {
   border-right-color: #eff7e9;
}
.kaiwa-hukidashi-54839 {
   background-color: #f7f9c2 !important;
   border: 1px solid #f7f9c2 !important;
   color: #000000;
}
.kaiwa-hukidashi-54839::before {
   border-color: transparent #f7f9c2 transparent transparent;
}
.kaiwa-hukidashi-54839::after {
   border-right-color: #f7f9c2;
}
.kaiwa-hukidashi-55463,
.kaiwa-hukidashi-55468 {
   background-color: #f0f0f1;
   border: none;
}
.kaiwa-hukidashi-55990,
.kaiwa-hukidashi-55995 {
   background-color: #ffe1bc !important;
   border: 1px solid #ffe1bc !important;
   color: #000000;
}
.kaiwa-hukidashi-11924::before,
.kaiwa-hukidashi-11926::before {
    border-color: transparent #ffe1bc transparent transparent;
}
.kaiwa-hukidashi-11924::after,
.kaiwa-hukidashi-11926::after {
   border-right-color: #ffe1bc;
}

/* ===== 評価 ====== */
.evaluation {
   margin-bottom: 0 !important;
}
.evaluation span {
   position: relative;
   top: 0;
   left: 0;
   z-index: 0;
   display: inline-block;
   color: #ffb400;
   font-size: 0.75rem;
}
.evaluation span::before {
   content: '★';
   position: absolute;
   top: 0;
   left: 2px;
   z-index: 1;
   display: inline-block;
   color: #FFFFFF;
   font-size: 8px;
}
.evaluation span::after {
   content: '★';
   position: absolute;
   top: 0;
   left: 2px;
   z-index: 2;
   display: inline-block;
   color: #ffb400;
   font-size: 8px;
}
.evaluation.star-0 span::after,
.evaluation.star-05 span::after,
.evaluation.star-1 span::after,
.evaluation.star-15 span::after,
.evaluation.star-2 span::after,
.evaluation.star-25 span::after,
.evaluation.star-3 span::after,
.evaluation.star-35 span:last-child::after,
.evaluation.star-4 span:last-child::after {
   display: none;
}
.evaluation.star-05 span:first-child::after,
.evaluation.star-15 span:nth-child(2):after,
.evaluation.star-25 span:nth-child(3):after,
.evaluation.star-35 span:nth-child(4):after,
.evaluation.star-45 span:nth-child(5):after {
   display: inline-block !important;
   width: 34.5%;
   overflow: hidden;
}
.evaluation.star-1 span:first-child::after,
.evaluation.star-15 span:nth-child(1):after,
.evaluation.star-2 span:nth-child(1):after,
.evaluation.star-2 span:nth-child(2):after,
.evaluation.star-25 span:nth-child(1):after,
.evaluation.star-25 span:nth-child(2):after,
.evaluation.star-3 span:nth-child(1):after,
.evaluation.star-3 span:nth-child(2):after,
.evaluation.star-3 span:nth-child(3):after {
   display: inline-block !important;
}


/* ===== ブラックボード ====== */
.st-blackboard {
   padding: 30px 30px 15px;
   box-sizing: border-box;
   margin-bottom: 20px;
   border: 3px solid #f3f3f3;
   background: #fff;
   border-radius: 0;
}
.st-blackboard-title-box {
   display: flex;
   justify-content: center;
   margin-bottom: 10px;
   font-size: 17px;
   line-height: 25px;
   text-align: center;
}
.st-blackboard-title {
   color: #424242;
   display: flex;
   align-items: center;
   width: fit-content;
   border-bottom: 2px solid #424242;
   font-weight: 700;
   text-align: center;
   padding: 10px 10px 5px;
   background: #fff;
}
.st-blackboard-title::before {
   content: "";
   display: inline-block;
   width: 17px;
   height: 17px;
   margin-right: 8px;
   background-image: url('../images/icon-memo.png');
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
}
.st-blackboard ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not( .st-pvm-nav-list ) {
    display: block;
    margin-bottom: 0;
    padding: 10px 0 0;
}
.post ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not( .st-pvm-nav-list ) {
    list-style-type: disc;
}
.st-blackboard ul li {
    position: relative;
    display: block;
    line-height: 1.7;
    border-bottom: 1px dashed #ccc;
    margin-bottom: .5em;
    padding-top: .25em;
    padding-bottom: .75em;
    padding-left: calc(1em + 20px);
}
.st-blackboard ul li::before {
   content: "";
   position: absolute;
   top: 10px;
   left: .4em;
   z-index: 2;
   display: inline-block;
   width: 15px;
   height: 15px;
   margin-right: 15px;
   background-image: url('../images/icon-check.png');
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
}

/* ===== ミニ吹き出し ====== */
.minihukidashi-box {
   margin-bottom: 0 !important;
}
.minihukidashi {
   position: relative;
   z-index: 2;
   display: inline-block;
   background: #3F51B5;
   color: #fff;
   margin-bottom: 20px !important;
   padding: 10px 20px;
   font-size: 95%;
   border-radius: 30px;
}
.minihukidashi-arrow {
   position: absolute;
   top: 100%;
   left: 40px;
   margin-left: -10px;
   border: 10px solid transparent;
   border-top: 10px solid #3F51B5;
}
.minihukidashi-flexbox {
   display: flex;
   justify-content: flex-start;
   align-items: center;
   color: #fff;
   font-size: 95%;
   line-height: 1.4;
}

/* ===== その他 ====== */
.st-mymarker-s {
   background: linear-gradient(transparent 70%, #FFF9C4 0%);
   font-weight: 700;
}
.st-edit-link-button {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: #4682b4;
    text-decoration: underline;
    font-size: 95%;
    -webkit-appearance: none;
}
.huto {
   font-weight: 700;
}
.hutoaka {
   font-weight: 700;
   color: #f33;
}
span.sankou {
   font-size: 70%;
    background-color: #f57c00;
    color: #fff;
    padding: 3px 4px;
    margin: 0 5px;
    white-space: nowrap;
}
.wp-block-image figcaption,
.wp-block-image figcaption a {
    font-size: 12px;
    color: #757575;
    line-height: 1.4;
    text-align: center;
    margin: .5em 0 0;
}
.wp-block-image {
    margin-bottom: 20px;
}
.img.aligncenter {
    display: block;
    margin: 0 auto 10px;
}
.scroll-box {
   overflow-x: auto;
}
.scroll-box table {
   max-width: initial;
}
@media (max-width: 600px) {
   .scroll-box {
        position: relative;
    }
}