@charset "UTF-8";
/* -----------------------------------------------------
 *  Article (CMS記事詳細)
----------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .article-pubdate {
    display: inline-block;
    font-size: 1.6rem;
    color: #666;
    margin-bottom: 50px;
  }
  .article-title {
    margin: 0 0 70px 0;
    line-height: 1.5;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
  }
  .article-tag-list {
    margin-bottom: 50px;
  }
  .article-tag-list li {
    list-style-type: none;
    display: inline-block;
  }
  .article-tag-list li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.4rem;
    border: 1px solid #d5d5d5;
    padding: 10px;
    min-width: 120px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #666666;
    text-decoration: none;
  }
  .article-body {
    font-size: 1.6rem;
    line-height: 1.75;
    padding-bottom: 60px;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 40px;
  }
  .article-body::after {
    content: "";
    display: table;
    clear: both;
  }
  .article-body img {
    max-width: 100% !important;
  }
  .article-body h2 {
    font-size: 2.8rem;
    margin: 40px 0;
    font-weight: 400;
  }
  .article-body h3 {
    font-size: 2.4rem;
    margin: 30px 0;
    font-weight: 400;
  }
  .article-body h4 {
    font-size: 2rem;
    margin: 20px 0;
    font-weight: 400;
  }
  .article-body h5 {
    font-size: 1.6rem;
    margin: 16px 0;
    font-weight: 400;
  }
  .article-body a {
    display: inline-block;
    color: #333;
    text-decoration: underline;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .article-body a:hover {
    opacity: 0.5;
    text-decoration: underline;
  }
  .article-body a.link-arrow {
    border: none;
    text-decoration: none;
    position: relative;
    padding-left: 22px;
  }
  .article-body a.link-arrow::before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    width: 18px;
    height: 6px;
    background: url("../img/common/arrow-dark.png") no-repeat;
    background-size: contain;
  }
  .article-body ul,
.article-body ol {
    padding-left: 1.5em;
    margin: 2em 0;
  }
  .article-body ul ul,
.article-body ul ol,
.article-body ol ul,
.article-body ol ol {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .article-body p {
    margin-bottom: 2em;
  }
  .article-body strong {
    font-weight: bold;
  }
  .article-body em {
    font-style: italic;
  }
  .article-body .alignnone {
    padding: 20px 0;
  }
  .article-body .aligncenter {
    display: block;
    margin: 50px auto;
    text-align: center;
  }
  .article-body .alignright {
    display: inline;
    margin: 0px 0 2rem 2rem;
    float: right;
    max-width: 400px;
  }
  .article-body .alignright .wp-caption-text {
    text-align: right;
  }
  .article-body .alignleft {
    display: inline;
    margin: 0px 2rem 2rem 0;
    float: left;
    max-width: 400px;
  }
  .article-body .wp-caption {
    max-width: 100%;
  }
  .article-body .wp-caption.alignnone {
    padding: 0;
  }
  .article-body .wp-caption-text {
    font-size: 80%;
    padding: 5px;
    margin-bottom: 0;
  }
  .article-body .column2 {
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4.4642857143%;
  }
  .article-body .column2.top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .article-body .column2 .column2-item {
    width: 48.2142857143%;
  }
  .article-body .column2 .column2-item::after {
    content: "";
    display: block;
    margin-bottom: 5.7692307692%;
  }
  .article-body .column2 .column2-item img {
    max-width: 100%;
  }
  .article-body .column3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4.4642857143%;
  }
  .article-body .column3.top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .article-body .column3::after {
    content: "";
    display: block;
    width: 32.1428571429%;
  }
  .article-body .column3 .column3-item {
    width: 32.1428571429%;
  }
  .article-body .column3 .column3-item::after {
    content: "";
    display: block;
    margin-bottom: 5.5555555556%;
  }
  .article-body .column3 .column3-item img {
    max-width: 100%;
  }
  .article-body .column3 .column3-1col {
    width: 32.1428571429%;
  }
  .article-body .column3 .column3-1col::after {
    content: "";
    display: block;
    margin-bottom: 5.5555555556%;
  }
  .article-body .column3 .column3-1col img {
    max-width: 100%;
  }
  .article-body .column3 .column3-2col {
    width: 66.0714285714%;
  }
  .article-body .column3 .column3-2col::after {
    content: "";
    display: block;
    margin-bottom: 2.7027027027%;
  }
  .article-body .column3 .column3-2col img {
    max-width: 100%;
  }
  .article-body .column2 .alignnone,
.article-body .column2 .alignleft,
.article-body .column2 .alignright,
.article-body .column2 .aligncenter,
.article-body .column3 .alignnone,
.article-body .column3 .alignleft,
.article-body .column3 .alignright,
.article-body .column3 .aligncenter {
    padding: 0;
  }
  .article-body .box::after {
    display: table;
    clear: both;
    content: "";
  }
  .article .linear-nav ul li {
    max-width: 45%;
    list-style-type: none;
  }
  .article .linear-nav ul li a {
    font-size: 1.6rem;
    display: block;
    color: #666;
    text-decoration: none;
    position: relative;
    line-height: 1.5;
  }
  .article .linear-nav ul li a::before {
    content: "";
    position: absolute;
    width: 18px;
    top: 0.2em;
    height: 0px;
    padding-top: 8px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  .article .linear-nav ul li.prev {
    float: right;
  }
  .article .linear-nav ul li.prev a {
    padding-right: 22px;
  }
  .article .linear-nav ul li.prev a::before {
    right: 0;
    background: url("../img/common/arrow-dark.png") no-repeat;
    background-position: left top;
    background-size: contain;
  }
  .article .linear-nav ul li.next {
    float: left;
  }
  .article .linear-nav ul li.next a {
    padding-left: 20px;
  }
  .article .linear-nav ul li.next a::before {
    left: 0;
    background: url("../img/common/arrow-dark_prev.png") no-repeat;
    background-position: left top;
    background-size: contain;
  }
  .article .video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .article .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .article .related-posts h4,
.article .related-posts .alignnone {
    padding: 0;
    margin: 0;
  }
  .article .related-posts-title {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .article .related-posts ul {
    width: 100%;
    max-width: initial;
    margin: 0;
    padding: 0;
  }
  .article .related-posts ul li {
    list-style-type: none;
    margin: 0 0 15px;
  }
  .article .related-posts ul li a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 40px 0 0;
    text-decoration: none;
    position: relative;
  }
  .article .related-posts ul li a::before {
    position: absolute;
    top: 50%;
    content: "";
    width: 30px;
    height: 15px;
    right: 20px;
    background: url("../img/common/arrow-dark.png") no-repeat;
    background-position: left top;
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .article .related-posts ul li a:hover {
    opacity: 0.7;
  }
  .article .related-posts ul li .related-post-figure {
    display: block;
    max-width: 120px;
    margin-right: 15px;
    width: 14.2857142857%;
  }
  .article .related-posts ul li .related-post-title {
    display: block;
    font-size: 1.6rem;
    width: 80.9523809524%;
  }
}
@media only screen and (max-width: 767px) {
  .article-pubdate {
    display: inline-block;
    font-size: 3.3898305085vw;
    color: #666;
    margin-bottom: 11.4285714286%;
  }
  .article-title {
    margin: 0 0 11.4285714286% 0;
    font-size: 5.7366362451vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .article-tag-list {
    margin-bottom: 10.7142857143%;
  }
  .article-tag-list li {
    list-style-type: none;
    display: inline-block;
  }
  .article-tag-list li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 3.3898305085vw;
    border: 1px solid #d5d5d5;
    padding: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #666666;
    text-decoration: none;
  }
  .article-body {
    font-size: 3.6505867014vw;
    line-height: 1.7857142857;
    padding-bottom: 14.2857142857% 0;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 8.5714285714%;
  }
  .article-body h1,
.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5,
.article-body h6,
.article-body p,
.article-body hr,
.article-body ul,
.article-body ol {
    clear: both;
  }
  .article-body h2 {
    font-size: 5.2151238592vw;
    margin: 40px 0;
    font-weight: 400;
  }
  .article-body h3 {
    font-size: 4.6936114733vw;
    margin: 30px 0;
    font-weight: 400;
  }
  .article-body h4 {
    font-size: 4.1720990874vw;
    margin: 20px 0;
    font-weight: 400;
  }
  .article-body h5 {
    font-size: 3.6505867014vw;
    margin: 16px 0;
    font-weight: 400;
  }
  .article-body a {
    display: inline-block;
    color: #333;
    text-decoration: underline;
  }
  .article-body a:hover {
    opacity: 0.5;
    text-decoration: underline;
  }
  .article-body a.link-arrow {
    border: none;
    text-decoration: none;
    position: relative;
    padding-left: 22px;
  }
  .article-body a.link-arrow::before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    width: 18px;
    height: 6px;
    background: url("../img/common/arrow-dark.png") no-repeat;
    background-size: contain;
  }
  .article-body ul,
.article-body ol {
    padding-left: 1.5em;
    margin: 2em 0;
  }
  .article-body p {
    margin-bottom: 2em;
  }
  .article-body strong {
    font-weight: bold;
  }
  .article-body em {
    font-style: italic;
  }
  .article-body .alignnone {
    padding: 20px 0;
  }
  .article-body .alignnone,
.article-body .aligncenter,
.article-body .alignright,
.article-body .alignleft {
    margin: 7.1428571429% auto;
    max-width: 91.4285714286%;
  }
  .article-body .aligncenter {
    display: block;
    text-align: center;
  }
  .article-body .alignright {
    float: none;
    text-align: center;
  }
  .article-body .alignleft {
    float: none;
    text-align: center;
  }
  .article-body .wp-caption {
    max-width: 100%;
  }
  .article-body .wp-caption-text {
    font-size: 80%;
    margin-bottom: 0;
  }
  .article-body .column2 {
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4.4642857143%;
  }
  .article-body .column2.top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .article-body .column2 .column2-item {
    width: 48.2142857143%;
  }
  .article-body .column2 .column2-item::after {
    content: "";
    display: block;
    margin-bottom: 5.7692307692%;
  }
  .article-body .column2 .column2-item img {
    max-width: 100%;
  }
  .article-body .column3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4.4642857143%;
  }
  .article-body .column3::after {
    content: "";
    display: block;
    width: 32.1428571429%;
  }
  .article-body .column3 .column3-item {
    width: 32.1428571429%;
  }
  .article-body .column3 .column3-item::after {
    content: "";
    display: block;
    margin-bottom: 5.5555555556%;
  }
  .article-body .column3 .column3-item img {
    max-width: 100%;
  }
  .article-body .column3 .column3-1col {
    width: 32.1428571429%;
  }
  .article-body .column3 .column3-1col::after {
    content: "";
    display: block;
    margin-bottom: 5.5555555556%;
  }
  .article-body .column3 .column3-1col img {
    max-width: 100%;
  }
  .article-body .column3 .column3-2col {
    width: 66.0714285714%;
  }
  .article-body .column3 .column3-2col::after {
    content: "";
    display: block;
    margin-bottom: 2.7027027027%;
  }
  .article-body .column3 .column3-2col img {
    max-width: 100%;
  }
  .article .linear-nav {
    margin-bottom: 8.5714285714%;
  }
  .article .linear-nav-title {
    visibility: hidden;
  }
  .article .linear-nav ul::after {
    content: "";
    display: table;
    clear: both;
  }
  .article .linear-nav ul li {
    display: inline-block;
    width: 11.1428571429%;
    list-style-type: none;
  }
  .article .linear-nav ul li.prev {
    float: left;
  }
  .article .linear-nav ul li.next {
    float: right;
  }
  .article .linear-nav ul li:last-child {
    margin-bottom: 0;
  }
  .article .linear-nav ul li a {
    display: block;
    font-size: 3.6505867014vw;
    position: relative;
    height: 0;
    padding-top: 17.9487179487%;
    padding-bottom: 12.8205128205%;
  }
  .article .linear-nav ul li.prev a {
    background: url("../img/common/arrow-dark_prev.png") no-repeat;
    background-position: left top;
    background-size: cover;
  }
  .article .linear-nav ul li.next a {
    background: url("../img/common/arrow-dark.png") no-repeat;
    background-position: left top;
    background-size: cover;
  }
  .article .video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .article .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .article .related-posts h4,
.article .related-posts .alignnone {
    padding: 0;
    margin: 0;
  }
  .article .related-posts-title {
    font-weight: bold;
    font-size: 4.6936114733vw;
    margin-bottom: 4vw;
  }
  .article .related-posts ul {
    width: 100%;
    max-width: initial;
    margin: 0;
    padding: 0;
  }
  .article .related-posts ul li {
    list-style-type: none;
    margin: 0 0 2.6666666667vw;
  }
  .article .related-posts ul li a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 40px 0 0;
    text-decoration: none;
    position: relative;
  }
  .article .related-posts ul li a::before {
    position: absolute;
    top: 50%;
    content: "";
    width: 20px;
    height: 15px;
    right: 20px;
    background: url("../img/common/arrow-dark.png") no-repeat;
    background-position: left top;
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .article .related-posts ul li a:hover {
    opacity: 0.7;
  }
  .article .related-posts ul li .related-post-figure {
    display: block;
    max-width: 150px;
    margin-right: 15px;
    width: 13.037809648vw;
  }
  .article .related-posts ul li .related-post-title {
    display: block;
    font-size: 2.8683181226vw;
    max-width: 65.1890482399vw;
  }
}
.page-content [id]::before {
  content: "";
  display: block;
  height: 15px;
  margin-top: -15px;
  visibility: hidden;
}
.page-content #toc_container {
  border: none;
  padding: 30px;
  margin-bottom: 4em;
}
.page-content #toc_container .toc_title {
  text-align: left;
  font-size: 2.4rem;
  position: relative;
}
.page-content #toc_container .toc_title::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 4em;
  width: calc(100% - 4.5em);
  height: 1px;
  background: #d5d5d5;
}
.page-content #toc_container .toc_list > li > a {
  font-weight: bold;
}
.page-content #toc_container .toc_list li {
  margin-bottom: 0.8em;
}
.page-content #toc_container .toc_list li ul {
  margin-left: 1.5em;
}
.page-content #toc_container .toc_list li ul li {
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 1.2em;
}
.page-content #toc_container .toc_list li ul li::before {
  position: absolute;
  content: "・";
  color: #666;
  display: inline;
  left: 0;
}
.page-content #toc_container .toc_list li ul li a {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .page-content #toc_container {
    padding: 15px;
  }
}/*# sourceMappingURL=article.css.map */