@charset "UTF-8";

/*--------------------------------------------------------
このテンプレートに組み込んだ部品パーツ系のみのスタイルまとめ
--------------------------------------------------------*/

/* =======================================
　パンくずリスト
======================================= */

.breadcrumb {
  margin-bottom: 2rem;
}

.breadcrumb a:link {
  text-decoration: none !important;
}

.breadcrumb a span:hover {
  color: #555;
}

.breadcrumb span, .breadcrumb {
  color: #999;
  font-size: 1.2rem;
}

.breadcrumb span {
  padding: 0 .2rem;
  vertical-align: -.3px;
}

.fa-angle-right:before {
  color: #999;
  content: "\f105";
  padding: 0 1rem;
}



/* =======================================
　SNSシェアボタン
======================================= */
.share {
  margin-bottom: 40px;
  margin-top: 20px;
}

.share ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.share ul:after {
  clear: both;
  content: "";
  display: block;
}

.share li {
  float: left;
  margin: 0;
  margin-top: 15px;
  width: 23.5%;
}

main .share li a {
  border-radius: 8px;
  color: #FFF !important;
  display: block;
  font-size: 1.4rem;
  padding: .5rem 1rem;
  text-align: center;
  text-decoration: none !important;
}

.share li a:hover {
  opacity: .8;
}

.share li a:visited {
  color: #FFF;
}

.share li a span {
  font-size: 16px;
  font-weight: bold;
}

.share .tweet a {
  background-color: #55ACEE;
}

.share .facebooklink a {
  background-color: #315096;
}

.share .line a {
  background-color: #00B900;
}

.share .urlcopy a {
  background-color: #FF0058;
}

.share span.link-fab:before {
  content: "\f0c1";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  padding-right: 5px !important;
}

.share i.fab {
  font-size: 20px;
  padding-right: 5px;
  vertical-align: -2px;
}

.share .svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  font-size: 22px;
  height: 1em;
  margin-right: .5rem;
  overflow: visible;
  vertical-align: -.125em;
  vertical-align: -5px;
}


@media screen and (max-width:768px) {
  .share ul {
    justify-content: center;
  }

  .share li {
    box-sizing: border-box;
    margin-top: 0;
    padding: 3px;
    width: 50%;
  }

  .share li i {
    font-size: 1.3em;
    padding-top: 3px;
  }
}


/* URLコピー完了時のメッセージ（非表示）*/
.url-copied {
  display: none;
}

.url-copied span {
  align-items: center;
  background: #0009;
  border-radius: 3px;
  box-sizing: border-box;
  color: #FFF;
  display: flex;
  font-size: 11px;
  height: 100%;
  justify-content: center;
  left: 0;
  line-height: 14px;
  padding: 2px 4px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}




/* =======================================
　コメント欄
======================================= */

.comments {
  border-top: 1px solid #DDD;
  font-size: 1.4rem;
  margin-top: 50px;
  padding-top: 50px;
}

@media only screen and (max-width:767px) {
  .comments {
    font-size: 1.4rem;
  }
}

.comments .comment-respond .comment-reply-title {
  font-size: 1.8rem;
}

@media only screen and (max-width:767px) {
  .comments .comment-respond .comment-reply-title {
    font-size: 1.8rem;
  }
}

.comments .comment-respond + p {
  border-bottom: 1px dotted #EEE;
  border-top: 1px dotted #EEE;
  text-align: right;
}

.comments .comment-form .comment-notes {
  font-size: 1.2rem;
}

@media only screen and (max-width:767px) {
  .comments .comment-form .comment-notes {
    font-size: 1.2rem;
  }
}

.comments .comment-form .logged-in-as {
  font-size: var(--size-primary-fontsmall) !important;
  text-align: right;
}

.comments .comment-form .comment-form-comment label {
  display: block;
}

.comments .comment-form .comment-form-comment textarea {
  border: 1px solid #DDD;
  height: 200px;
  padding: 10px;
  width: 100%;
}

.comments .comment-form .comment-form-author, .comments .comment-form .comment-form-email, .comments .comment-form .comment-form-url {
  align-items: center;
  display: flex;
}

.comments .comment-form .comment-form-author label, .comments .comment-form .comment-form-email label, .comments .comment-form .comment-form-url label {
  white-space: nowrap;
  width: 180px;
}

.comments .comment-form .comment-form-author input, .comments .comment-form .comment-form-email input, .comments .comment-form .comment-form-url input {
  padding: 10px;
  width: calc(100% - 180px);
}

.comments .comment-form .comment-form-cookies-consent {
  font-size: 1.2rem;
}

@media only screen and (max-width:767px) {
  .comments .comment-form .comment-form-cookies-consent {
    font-size: 1.2rem;
  }
}

.comments .comment-form .form-submit {
  text-align: center;
}

.comments .comment-form .form-submit .submit {
  background-color: #EEE;
  border: none;
  border-radius: 5px 5px 5px 5px !important;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  padding: 15px 25px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

@media only screen and (max-width:767px) {
  .comments .comment-form .form-submit .submit {
    font-size: 1.6rem;
  }
}

.comments .comment-form .form-submit .submit:hover {
  opacity: .8;
}

.comments .commentlist .comment {
  border-bottom: 1px dotted #DDD;
  padding: 15px 0;
}

.comments .commentlist .comment:last-child {
  border-bottom: none;
}

.comments .commentlist .comment .children {
  border-left: 2px solid #EEE;
  margin-left: 30px;
  padding-left: 30px;
}

.comments .commentlist .comment .comment-body .comment-awaiting-moderation {
  display: block;
  padding-top: 15px;
  text-align: center;
}

.comments .commentlist .comment .comment-body .comment-author {
  align-items: center;
  display: flex;
}

.comments .commentlist .comment .comment-body .comment-author cite {
  margin-left: 10px;
}

.comments .commentlist .comment .comment-body .comment-meta {
  font-size: 1.2rem;
  text-align: right;
}

@media only screen and (max-width:767px) {
  .comments .commentlist .comment .comment-body .comment-meta {
    font-size: 1.2rem;
  }
}

.comments .commentlist .comment .comment-body p {
  font-size: 1.6rem;
}

@media only screen and (max-width:767px) {
  .comments .commentlist .comment .comment-body p {
    font-size: 1.6rem;
  }
}

.comments .commentlist .comment .comment-body .reply {
  text-align: center;
}

.comments .commentlist .comment .comment-body .reply .comment-reply-link {
  background-color: #EEE;
  border: none;
  border-radius: 5px 5px 5px 5px !important;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
}

@media only screen and (max-width:767px) {
  .comments .commentlist .comment .comment-body .reply .comment-reply-link {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width:767px) {
  .comments {
    margin-top: 30px;
    padding-top: 30px;
  }

  .comments .comment-respond .comment-reply-title {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width:767px) and (max-width:767px) {
  .comments .comment-respond .comment-reply-title {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width:767px) {
  .comments .comment-form .logged-in-as {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width:767px) and (max-width:767px) {
  .comments .comment-form .logged-in-as {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width:767px) {
  .comments .comment-form .comment-form-comment textarea {
    height: 100px;
  }
}

@media only screen and (max-width:767px) {
  .comments .comment-form .comment-form-author, .comments .comment-form .comment-form-email, .comments .comment-form .comment-form-url {
    display: block;
  }

  .comments .comment-form .comment-form-author label, .comments .comment-form .comment-form-email label, .comments .comment-form .comment-form-url label {
    display: block;
    width: 100%;
  }

  .comments .comment-form .comment-form-author input, .comments .comment-form .comment-form-email input, .comments .comment-form .comment-form-url input {
    width: 100%;
  }
}

@media only screen and (max-width:767px) {
  .comments .comment-form .comment-form-cookies-consent {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width:767px) and (max-width:767px) {
  .comments .comment-form .comment-form-cookies-consent {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width:767px) {
  .comments .comment-form .form-submit .submit {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width:767px) and (max-width:767px) {
  .comments .comment-form .form-submit .submit {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width:767px) {
  .comments .commentlist .comment .children {
    margin-left: 15px;
    padding-left: 15px;
  }

  .comments .commentlist .comment .comment-body p {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width:767px) and (max-width:767px) {
  .comments .commentlist .comment .comment-body p {
    font-size: 1.4rem;
  }
}




/* =======================================
　ページャー（前の記事＆後の記事）
======================================= */

.postLinks {
  -js-display: flex;
  border-top: 1px solid #CCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  padding: 20px 0;
  ;
}

.postLink {
  padding: 15px 0;
  width: 50%;
}

.postLink a:link {
  font-size: 1.4rem;
  text-decoration: none !important;
}

@media only screen and (max-width:767px) {
  .postLink a {
    font-size: 14px;
  }
}

.postLink-prev i, .postLink-prev svg {
  margin-right: 10px;
}

.postLink-next {
  text-align: right;
}

.postLink-next i, .postLink-next svg {
  margin-left: 10px;
}

.postLink .svg-inline--fa {
  font-size: 10px;
  vertical-align: .2px;
}



@media only screen and (max-width:767px) {
  .postLinks {
    margin-top: 20px;
  }

  .postLink {
    padding: 0;
  }

  .postLink a {
    font-size: 12px;
  }
}

@media only screen and (max-width:767px) and (max-width:767px) {
  .postLink a {
    font-size: 12px;
  }
}



/* =======================================
　ページャー（記事数）
======================================= */

.pageNav {
  padding: 0 15px;
}

.pageNav ul {
  display: flex;
  justify-content: center;
}

.pageNav ul li {
  border-left: 1px solid #454545;
  line-height: 1;
  margin-bottom: 0;
}

.pageNav ul li:last-child {
  border-right: 1px solid #454545;
}

.pageNav ul li a, .pageNav ul li span {
  color: #454545;
  cursor: pointer;
  font-size: 1.6rem;
  padding: 5px 15px;
  white-space: nowrap;
}

@media only screen and (max-width:767px) {
  .pageNav ul li a, .pageNav ul li span {
    font-size: 1.6rem;
  }
}

.pageNav ul li a:hover, .pageNav ul li span:hover {
  opacity: .7;
}





/* =======================================
　投稿ページ目次
======================================= */
.toc {
  background: var(--color-gray00);
  margin: 2rem auto 6rem;
  max-width: 85%;
  padding: 1rem 1rem 1rem 1.5rem;
  position: relative;
  word-break: break-all;
  word-wrap: break-word;
}

.toc a:link {
  color: var(--color-primary-font-main) !important;
  text-decoration: none !important;
}

.toc-title {
  background: var(--color-gray01);
  font-size: var(--size-h5) !important;
  font-weight: bold;
  letter-spacing: var(--ls-h1);
  margin: 0;
  text-align: center;
}

.toc-toggle {
  position: absolute;
  right: 1.2rem;
}

.toc-list {
  line-height: var(--lh-primary-heading);
  list-style: none;
  padding: 1rem 1rem 0;
}

.toc-list ul {
  list-style: square;
  padding-bottom: .7rem;
  padding-top: .7rem;
}
