@charset "UTF-8";
/*リセット*/
html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 10px;
  vertical-align: baseline;
  box-sizing: border-box;
  color: #121212;
}

article, header, aside, figure, figcaption, nav, section {
  display: block;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", YakuHanJP, sans-serif, "游ゴシック体", YuGothic;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ol, ul {
  list-style: none;
  list-style-type: none;
}

a {
  color: #121212;
  text-decoration: none;
}

img {
  display: block;
}

p {
  line-height: 1.5em;
}

table {
  border-collapse: collapse;
}
@media (max-width: 599px) {
  table table {
    width: 100%;
  }
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.content {
  margin: 120px 9.3% 0;
}
@media (max-width: 1024px) {
  .content {
    margin: 120px 15.62% 0;
    display: block;
  }
}
@media (max-width: 599px) {
  .content {
    margin: 120px 40px 0;
  }
}
.content .contentarea {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .content .contentarea {
    width: 100%;
  }
}
.content .contentarea h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .content .contentarea h1 {
    font-size: 4.4vw;
  }
}
.content .contentarea h2 {
  margin-bottom: 10px;
  background-color: #c3c3c3;
  padding: 20px;
}
.content .contentarea h2 span {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.3em;
}
.content .contentarea img {
  width: 100%;
  margin-bottom: 10px;
}
.content .contentarea p {
  font-size: 1.4rem;
  line-height: 2em;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  .content .contentarea p {
    font-size: 1.2rem;
  }
}
.content .contentarea p a {
  font-size: 1.2rem;
  color: #3240e4;
  border-bottom: 1px solid #3240e4;
  padding-bottom: 2px;
}
.content .writerlist {
  width: 20%;
  right: 9.3%;
  position: -webkit-sticky;
  position: sticky;
  height: 100%;
  top: 40px;
}
@media (max-width: 1024px) {
  .content .writerlist {
    margin-top: 80px;
    width: auto;
  }
}
.content .writerlist .wapper h3 {
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #121212;
}
.content .writerlist .wapper ul li {
  margin-top: 20px;
}
.content .writerlist .wapper ul li a {
  font-size: 1.2rem;
  color: #727272;
}

.breadcrumbs {
  margin-top: 180px;
  margin-left: 9.3%;
  text-align: left;
}
@media (max-width: 1024px) {
  .breadcrumbs {
    margin-left: 15.62%;
    margin-right: 15.62%;
  }
}
@media (max-width: 599px) {
  .breadcrumbs {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.breadcrumbs span {
  line-height: 1.5em;
}

.nextlink {
  margin-top: 10px;
}

#toc_container {
  margin-bottom: 0 !important;
}
@media (max-width: 599px) {
  #toc_container {
    width: 100% !important;
  }
}
#toc_container .toc_title {
  text-align: left !important;
}
#toc_container ul {
  margin-top: 0 !important;
}
#toc_container ul li {
  line-height: 3em;
}
#toc_container ul li a {
  color: #3240e4;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

.is-provider-youtube {
  text-align: center;
}
.is-provider-youtube .wp-block-embed__wrapper {
  background-color: #efefef;
  padding: 40px 0;
}/*# sourceMappingURL=style_works.css.map */