@charset "UTF-8";
@import url("https://use.typekit.net/cxz4drf.css");
main {
  width: 100%;
  overflow: hidden;
  padding: 70px 0 100px;
}

@media screen and (max-width: 480px) {
  main {
    padding: 50px 0;
  }
}
.p_subttl {
  font-family: 'A1ゴシック M ', 'A1 Gothic M', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 2.4rem;
}

@media screen and (max-width: 480px) {
  .p_subttl {
    font-size: 2.2rem;
  }
}
.archive_news .sidebar {
  margin-top: 40px;
}

.single_news .sidebar {
  margin-top: 45px;
}

.side {
  display: inline-block;
  vertical-align: top;
}
.side .label {
  font-size: 1.2rem;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}
.side + .side {
  margin-left: 40px;
}

.side_category ul {
  display: inline-block;
  vertical-align: top;
  letter-spacing: -.4em;
}
.side_category li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}
.side_category li + li {
  margin-left: 10px;
}
.side_category a {
  display: block;
  text-decoration: none;
  background: #f4f4f4;
  color: #333;
  border-radius: 2px;
  padding: 0 10px;
  height: 22px;
  line-height: 22px;
  font-size: 1.2rem;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
}
.side_category a:not(.cu):hover {
  opacity: 0.6;
}
.side_category a.cu {
  background: #e85533;
  color: #fff;
}

.side_monthly select {
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .archive_news .sidebar {
    margin-top: 30px;
  }

  .single_news .sidebar {
    margin-top: 25px;
  }

  .side {
    display: block;
  }
  .side .label {
    font-size: 1rem;
    margin-right: 8px;
  }
  .side + .side {
    margin-left: 0;
    margin-top: 15px;
  }

  .side_category li + li {
    margin-left: 8px;
  }
}
.article_list {
  width: 700px;
  margin: 60px auto 0;
  text-align: left;
  border-top: 1px solid #dfe5ea;
  position: relative;
}
.article_list .article {
  display: table;
  width: 100%;
  border-bottom: 1px solid #dfe5ea;
  padding: 30px 0;
}
.article_list a {
  text-decoration: none;
  -webkit-transition: opacity .25s;
          transition: opacity .25s;
}
.article_list a:not(.coming):hover {
  opacity: 0.6;
}
.article_list .date,
.article_list .cats,
.article_list .ttl {
  display: table-cell;
  vertical-align: middle;
}
.article_list .date {
  width: 105px;
  color: #e85533;
  font-size: 1.4rem;
}
.article_list .cats {
  width: 85px;
  font-size: 1.2rem;
}
.article_list .cats a {
  display: block;
  color: #c2c2c2;
}
.article_list .cats a + a {
  margin-top: 5px;
}
.article_list .ttl {
  font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.75;
}
.article_list .ttl a {
  color: #333;
}

@media screen and (max-width: 480px) {
  .article_list {
    width: 86%;
    margin: 30px auto 0;
  }
  .article_list .article {
    display: block;
    width: auto;
    padding: 25px 0;
  }
  .article_list .date,
  .article_list .cats {
    display: inline-block;
    vertical-align: top;
  }
  .article_list .date {
    width: auto;
    font-size: 1.2rem;
  }
  .article_list .cats {
    margin-left: 8px;
    width: auto;
    font-size: 1.1rem;
    line-height: 1.09;
    margin-bottom: -5px;
  }
  .article_list .cats a {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
  }
  .article_list .cats a + a {
    margin-top: 0;
    margin-left: 5px;
  }
  .article_list .ttl {
    display: block;
    margin-top: 5px;
  }
}
#infscr-loading {
  margin: 60px auto 30px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #9dd1b5;
  background: -webkit-linear-gradient(left, #9dd1b5 10%, rgba(157, 209, 181, 0) 42%);
  background: linear-gradient(to right, #9dd1b5 10%, rgba(157, 209, 181, 0) 42%);
  -webkit-animation: load 1.4s infinite linear;
          animation: load 1.4s infinite linear;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
#infscr-loading:before {
  width: 50%;
  height: 50%;
  background: #9dd1b5;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
#infscr-loading:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#infscr-loading img, #infscr-loading div {
  display: none !important;
}

.archive_news .pagination {
  display: none;
}

.btn {
  width: 300px;
}

.archive_news .btn {
  display: inline-block;
  color: #0096d2;
  border: 1px solid #0096d2;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  height: 70px;
  border-radius: 35px;
  line-height: 68px;
  font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  -webkit-transition: opacity .25s;
          transition: opacity .25s;
  margin-top: 50px;
}
.archive_news .btn:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 100%;
  background: url("../img/arr1_down_lb.svg") no-repeat left center/10px 6px;
  margin-right: 8px;
}
.archive_news .btn:not(.coming):hover {
  opacity: 0.6;
}
.archive_news .btn.on {
  display: none;
}

.single_news .btn {
  display: inline-block;
  color: #0096d2;
  border: 1px solid #0096d2;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  height: 70px;
  border-radius: 35px;
  line-height: 68px;
  font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  -webkit-transition: opacity .25s;
          transition: opacity .25s;
  margin-top: 50px;
}
.single_news .btn:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 100%;
  background: url("../img/arr1_lb.svg") no-repeat left center/6px 10px;
  margin-right: 12px;
}
.single_news .btn[target="_blank"]:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 100%;
  background: url("../img/ico_blank_lb.svg") no-repeat left center/13px 10px;
  margin-left: 5px;
}
.single_news .btn:not(.coming):hover {
  opacity: 0.6;
}

@media screen and (max-width: 480px) {
  .btn {
    width: 280px;
    max-width: 86%;
  }

  .archive_news .btn {
    display: inline-block;
    color: #0096d2;
    border: 1px solid #0096d2;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    height: 60px;
    border-radius: 30px;
    line-height: 58px;
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
    -webkit-transition: opacity .25s;
            transition: opacity .25s;
    margin-top: 30px;
  }
  .archive_news .btn:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 100%;
    background: url("../img/arr1_down_lb.svg") no-repeat left center/10px 6px;
    margin-right: 8px;
  }
  .archive_news .btn:not(.coming):hover {
    opacity: 0.6;
  }

  .single_news .btn {
    display: inline-block;
    color: #0096d2;
    border: 1px solid #0096d2;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    height: 60px;
    border-radius: 30px;
    line-height: 58px;
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
    -webkit-transition: opacity .25s;
            transition: opacity .25s;
    margin-top: 25px;
  }
  .single_news .btn:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 100%;
    background: url("../img/arr1_lb.svg") no-repeat left center/6px 10px;
    margin-right: 10px;
  }
  .single_news .btn[target="_blank"]:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 13px;
    height: 100%;
    background: url("../img/ico_blank_lb.svg") no-repeat left center/13px 10px;
    margin-left: 5px;
  }
  .single_news .btn:not(.coming):hover {
    opacity: 0.6;
  }
}
article {
  margin: 0 auto;
  width: 700px;
  text-align: left;
}
article .ttl {
  margin-bottom: 35px;
  font-family: 'A1ゴシック M ', 'A1 Gothic M', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 2.4rem;
  line-height: 1.5;
}
article .date {
  display: inline-block;
  vertical-align: top;
  color: #e85533;
  font-size: 1.4rem;
}
article .cats {
  margin-left: 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 1.2rem;
}
article .cats a {
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  color: #c2c2c2;
  -webkit-transition: opacity .25s;
          transition: opacity .25s;
}
article .cats a:not(.coming):hover {
  opacity: 0.6;
}
article .cats a + a {
  margin-left: 5px;
}
article .content {
  margin-top: 40px;
  border-top: 1px solid #dfe5ea;
  border-bottom: 1px solid #dfe5ea;
  padding: 60px 0;
  line-height: 1.75;
}
article .content * + p {
  margin-top: 1.75em;
}
article .content img {
  max-width: 100%;
  height: auto;
}
article .content hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px dashed #eee;
}
article .content * + hr {
  margin-top: 1.75em;
}
article .content strong {
  font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
}
article .content a:hover {
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  article {
    width: 86%;
  }
  article .ttl {
    margin-bottom: 15px;
    font-size: 2.2rem;
  }
  article .content {
    margin-top: 35px;
    padding: 35px 0;
  }
  article .content iframe {
    max-width: 100%;
    height: auto;
  }
}
.single_news .pagination {
  display: table;
  text-align: left;
  border-collapse: separate;
  border-spacing: 30px 0;
  margin: 30px -30px 0;
}
.single_news .pagination li {
  display: table-cell;
  vertical-align: top;
  width: 335px;
}
.single_news .pagination a {
  display: block;
  height: 100%;
  padding: 24px 30px;
  background: #f4f4f4;
  border-radius: 4px;
  text-decoration: none;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-transition: opacity .25s;
          transition: opacity .25s;
}
.single_news .pagination a:not(.coming):hover {
  opacity: 0.6;
}
.single_news .pagination .pagi_label {
  display: inline-block;
  color: #727171;
  font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  height: 1em;
}
.single_news .pagination .prev .pagi_label:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 100%;
  background: url("../img/arr1_prev_gr.svg") no-repeat left center/6px 10px;
  margin-right: 10px;
}
.single_news .pagination .next .pagi_label:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 100%;
  background: url("../img/arr1_gr.svg") no-repeat left center/6px 10px;
  margin-left: 10px;
}
.single_news .pagination .pagi_ttl {
  margin-top: 10px;
  display: block;
  color: #333;
  font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5;
}
.single_news .pagination .pagi_date {
  display: block;
  color: #e85533;
  font-size: 1.2rem;
  margin-top: 5px;
}

@media screen and (max-width: 480px) {
  .single_news .pagination {
    border-spacing: 20px 0;
    margin: 25px -20px 0;
  }
  .single_news .pagination li {
    width: 50%;
  }
  .single_news .pagination a {
    padding: 15px 15px 20px;
  }
  .single_news .pagination .pagi_label {
    font-size: 1.2rem;
  }
  .single_news .pagination .prev .pagi_label:before {
    margin-right: 8px;
  }
  .single_news .pagination .next .pagi_label:after {
    margin-left: 8px;
  }
  .single_news .pagination .pagi_ttl {
    margin-top: 8px;
    font-size: 1rem;
    height: 3em;
    overflow: hidden;
  }
  .single_news .pagination .pagi_date {
    font-size: 1rem;
    margin-top: 5px;
  }
}
