@charset "UTF-8";
.yugo {
  font-family: "Yu Gothic", YuGothic, メイリオ, meiryo, "メイリオ", "meiryo", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif;
  font-weight: 500; }

.oswald {
  font-family: "Oswald", "Yu Gothic", YuGothic, メイリオ, meiryo, "メイリオ", "meiryo", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif; }

.roboto {
  font-family: "Roboto", sans-serif; }

/* ----------------------------------------------------------
font-weight
---------------------------------------------------------- */

.t-bold {
  font-weight: 700;
  /* bold */ }

.t-lead-1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  /* medium */
  letter-spacing: 0.12em; }
  .t-lead-1 .emphasize {
    line-height: 1.375; }

.t-lead-2 {
  line-height: 1.5;
  font-weight: 700;
  /* bold */ }

.t-body-1, article, article p, article ul,
article ol {
  line-height: 1.875; }

.t-a-r {
  text-align: right; }

.article-date {
  color: #cccccc;
  letter-spacing: 0.05em;
  font-size: 15px;
  font-size: calc(15 / 375 * 100vw);
  font-weight: 700;
  /* bold */
  display: block;
  margin-bottom: 20px;
  margin-bottom: calc(20 / 375 * 100vw); }

.article-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.article-btn__item-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 123px;
  height: calc(123 / 375 * 100vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 15px;
  position: relative; }
  .article-btn__item-blk:after {
    content: "";
    width: 100%;
    height: 100%;
    border: solid 1px #707070;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none; }

.article-btn__item-fig {
  width: 123px;
  width: calc(123 / 375 * 100vw);
  height: 123px;
  height: calc(123 / 375 * 100vw);
  overflow: hidden;
  position: relative; }
  .article-btn__item-fig img {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.article-btn__item-meta {
  width: calc(100% - 123px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.article-btn__item-ttl {
  color: #121212;
  font-size: 15px;
  font-weight: 700;
  /* bold */
  letter-spacing: 0.1em;
  line-height: 1.5; }

.article-btn__item-date {
  color: #cccccc;
  font-size: 14px;
  font-weight: 700;
  /* bold */
  letter-spacing: 0.05em;
  margin: auto 0 0 auto; }

.article-btn__item-btn__prev {
  margin-right: auto; }

.article-btn__item-btn__next {
  margin-left: auto; }

article iframe {
  max-width: 100%; }

article p {
  line-height: 1.875;
  margin-bottom: 3em; }

article h1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  border-left: solid 3px #121212;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.12em; }

article h2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: solid 1px #121212;
  border-bottom: solid 1px #121212;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.12em; }

article h3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: solid 1px #121212;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.12em; }

article h4 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.12em; }

article em {
  font-style: italic; }

article a {
  color: #fbaa26;
  text-decoration: underline;
  -webkit-transition: all 0.3s cubic-bezier(0.15, 0.25, 0.85, 0.7) 0s;
  transition: all 0.3s cubic-bezier(0.15, 0.25, 0.85, 0.7) 0s; }
  article a:hover {
    opacity: 0.6; }

article ul,
article ol {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 2.5em;
  margin-bottom: 4em; }

article ul li {
  list-style-type: disc; }

article ol li {
  list-style-type: decimal; }

article blockquote {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2em;
  background: #f7f5f2;
  margin-bottom: 4em; }

article table {
  margin: 2em 0; }

article th,
article td {
  border: solid 1px #505050;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5em;
  vertical-align: middle; }

article img {
  margin-bottom: 3em;
  height: auto; }

article .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

article .alignright {
  float: right;
  margin-left: 30px; }

article .alignleft {
  float: left;
  margin-right: 30px; }

article hr {
  margin-bottom: 40px; }

.result-single__sidebar-head {
  padding-bottom: 15px;
  border-bottom: solid 4px #fbd226;
  font-size: 18px;
  font-size: calc(18 / 375 * 100vw);
  font-weight: 700;
  /* bold */
  letter-spacing: 0.1em;
  margin-bottom: 30px; }

.side-result__list-item {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.side-result__list-item__fig {
  width: 70px;
  width: calc(70 / 375 * 100vw);
  height: 70px;
  height: calc(70 / 375 * 100vw);
  overflow: hidden;
  position: relative; }
  .side-result__list-item__fig img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.side-result__list-item__blk {
  width: calc(100% - 70px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px; }
  .side-result__list-item__blk.has-no-fig {
    width: 100%;
    padding-left: 0; }

.side-result__list-item__date {
  font-size: 14px;
  font-weight: 700;
  /* bold */
  color: #ccc;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  margin-bottom: calc(5 / 375 * 100vw); }

.side-result__list-item__ttl {
  font-size: 15px;
  font-size: calc(15 / 375 * 100vw);
  letter-spacing: 0.1em;
  font-weight: 700;
  /* bold */
  color: #121212; }

@media screen and (min-width: 769px) {
  .setOrder {
    color: #000; }
    .t-lead-1 {
      font-size: 3rem;
      line-height: 1.4; }
      .t-lead-1 .emphasize {
        font-size: 4rem; }
    .t-lead-2 {
      font-size: 3rem; }
    .t-body-1, article, article p, article ul,
    article ol {
      font-size: 1.6rem; }
  .result-archive {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px; }
  .result-single {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .result-single__main {
    width: 700px; }
    .article-date {
      font-size: 18px; }
    .article-date {
      margin-bottom: 30px; }
    .article-btn {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .article-btn__item-blk {
      height: 123px; }
    .article-btn__item-blk {
      width: 325px; }
    .article-btn__item-fig {
      width: 123px; }
    .article-btn__item-fig {
      height: 123px; }
    article h1 {
      font-size: 2.5rem;
      margin-bottom: 25px; }
    article h2 {
      font-size: 2rem;
      margin-bottom: 15px;
      padding: 15px 0; }
    article h3 {
      font-size: 1.8rem;
      margin-bottom: 15px;
      padding: 15px 0; }
    article h4 {
      font-size: 1.6rem;
      margin-bottom: 15px; }
  .result-single__sidebar {
    width: 200px;
    margin-left: auto; }
    .result-single__sidebar-head {
      font-size: 20px; }
    .side-result__list-item__fig {
      width: 70px; }
    .side-result__list-item__fig {
      height: 70px; }
    .side-result__list-item__date {
      margin-bottom: 8px; }
    .side-result__list-item__ttl {
      font-size: 16px; } }

@media screen and (min-width: 961px) {
  .setOrder {
    color: #000; }
    .article-date {
      font-size: 18px; }
    .article-date {
      margin-bottom: 30px; }
    .article-btn__item-blk {
      height: 123px; }
    .article-btn__item-fig {
      width: 123px; }
    .article-btn__item-fig {
      height: 123px; }
    .result-single__sidebar-head {
      font-size: 20px; }
    .side-result__list-item__fig {
      width: 70px; }
    .side-result__list-item__fig {
      height: 70px; }
    .side-result__list-item__date {
      margin-bottom: 8px; }
    .side-result__list-item__ttl {
      font-size: 16px; } }

@media screen and (max-width: 768px) {
  .setOrder {
    color: #000; }
    .t-lead-1 {
      font-size: 2.4rem;
      line-height: 1.75; }
      .t-lead-1 .emphasize {
        font-size: 3.2rem; }
    .t-lead-2 {
      font-size: 2rem; }
    .t-body-1, article, article p, article ul,
    article ol {
      font-size: 1.4rem; }
  .result-archive {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 80px; }
  .result-single {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 80px; }
    .article-btn {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
  .article-btn__item {
    margin-bottom: 60px; }
    .article-btn__item-blk {
      width: 100%; }
    .article-btn__item-btn__prev {
      width: 140px; }
    .article-btn__item-btn__next {
      width: 140px; }
    article h1 {
      font-size: 2.2rem;
      margin-bottom: 20px; }
    article h2 {
      font-size: 1.8rem;
      margin-bottom: 10px;
      padding: 10px 0; }
    article h3 {
      font-size: 1.6rem;
      margin-bottom: 10px;
      padding: 10px 0; }
    article h4 {
      font-size: 1.5rem;
      margin-bottom: 10px; } }

@media screen and (min-width: 1200px) {
    .article-date {
      font-size: 18px; }
    .article-date {
      margin-bottom: 30px; }
    .article-btn__item-blk {
      height: 123px; }
    .article-btn__item-fig {
      width: 123px; }
    .article-btn__item-fig {
      height: 123px; }
    .result-single__sidebar-head {
      font-size: 20px; }
    .side-result__list-item__fig {
      width: 70px; }
    .side-result__list-item__fig {
      height: 70px; }
    .side-result__list-item__date {
      margin-bottom: 8px; }
    .side-result__list-item__ttl {
      font-size: 16px; } }
