@charset "UTF-8";
@media screen and (min-width: 768px) {
  .blog .l-page .l-cont_s {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; } }
@media screen and (max-width: 767px) {
  .blog.detail .p-blog_main {
    padding-bottom: 0; } }
@media screen and (max-width: 767px) {
  .blog.detail .p-blog_pager_prev, .blog.detail .p-blog_pager_next {
    top: 25px; } }

.p-blog_main {
  width: 65%; }
  @media screen and (max-width: 767px) {
    .p-blog_main {
      width: 100%;
      padding-bottom: 50px; } }
  .p-blog_main .-date {
    line-height: 1;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Amiri", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    color: #b0c2cf; }
    @media screen and (max-width: 767px) {
      .p-blog_main .-date {
        font-size: 15px;
        font-size: 1.5rem; } }
.p-blog_ttl {
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #444;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  font-size: 28px;
  font-size: 2.8rem;
  border-bottom: solid 1px #b0c2cf; }
  @media screen and (max-width: 767px) {
    .p-blog_ttl {
      font-size: 19px;
      font-size: 1.9rem; } }
.p-blog_list_item {
  position: relative;
  z-index: 0;
  padding: 25px 0;
  border-bottom: 1px dashed #dbdbdb; }
  @media screen and (max-width: 767px) {
    .p-blog_list_item {
      padding: 15px 0; } }
  .p-blog_list_item a:first-of-type {
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .p-blog_list_item_head {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    .p-blog_list_item_head .-date {
      margin-top: 4px; }
    .p-blog_list_item_head .p-blog_cate {
      margin: 0 0 0 20px; }
      @media screen and (max-width: 767px) {
        .p-blog_list_item_head .p-blog_cate {
          margin: 0 0 0 10px; } }
.p-blog_list_ttl {
  margin-bottom: 10px;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem; }
  @media screen and (max-width: 767px) {
    .p-blog_list_ttl {
      margin-bottom: 5px;
      font-size: 16px;
      font-size: 1.6rem; } }
.p-blog_cate {
  position: inherit !important;
  width: fit-content !important;
  height: auto !important;
  margin: 10px 0 0 auto;
  padding: 0 8px;
  background-color: #fff !important;
  border: solid 1px #7c93b8 !important;
  color: #7c93b8 !important;
  font-weight: 500;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: right; }
  @media screen and (max-width: 767px) {
    .p-blog_cate {
      font-size: 11px;
      font-size: 1.1rem; } }
.p-blog_side {
  width: 30%; }
  @media screen and (max-width: 767px) {
    .p-blog_side {
      width: 100%; } }
  .p-blog_side_inner:not(:last-child) {
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .p-blog_side_inner:not(:last-child) {
        margin-bottom: 30px; } }
  .p-blog_side_ttl {
    margin-bottom: 20px;
    padding: 8px 0;
    background: linear-gradient(143deg, rgba(235, 241, 248, 0.95) 0%, rgba(245, 247, 250, 0.95) 100%);
    color: #444;
    font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 500;
    font-size: 20px;
    font-size: 2rem;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .p-blog_side_ttl {
        margin-bottom: 15px;
        font-size: 16px;
        font-size: 1.6rem; } }
  .p-blog_side_list li {
    margin-top: 15px; }
    @media screen and (max-width: 767px) {
      .p-blog_side_list li {
        margin-top: 10px; } }
    .p-blog_side_list li:first-of-type {
      margin-top: 0; }
    .p-blog_side_list li a {
      text-decoration: underline; }
  .p-blog_side_select {
    position: relative;
    z-index: 0; }
    .p-blog_side_select::after {
      position: absolute;
      z-index: 0;
      top: 50%;
      right: 15px;
      width: 1em;
      height: inherit;
      color: #333;
      transform: translateY(-50%) rotate(180deg);
      content: "▲"; }
    .p-blog_side_select_archive {
      display: block;
      width: 100%;
      padding: 12px 35px 12px 10px;
      background-color: #fff;
      border: 1px solid #dbdbdb;
      color: #434343;
      font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
      font-weight: 400;
      font-size: 16px;
      font-size: 1.6rem;
      appearance: none; }
      @media screen and (max-width: 767px) {
        .p-blog_side_select_archive {
          font-size: 13px;
          font-size: 1.3rem; } }
      .p-blog_side_select_archive::-ms-expand {
        display: none; }
.p-blog_pager {
  position: relative;
  z-index: 0;
  padding: 50px 0 0; }
  @media screen and (max-width: 767px) {
    .p-blog_pager {
      padding: 60px 0 0; } }
  .p-blog_pager_prev, .p-blog_pager_next {
    position: absolute;
    z-index: 0;
    top: 50px; }
    @media screen and (max-width: 767px) {
      .p-blog_pager_prev, .p-blog_pager_next {
        top: 15px; } }
    .p-blog_pager_prev a, .p-blog_pager_next a {
      position: relative;
      z-index: 0;
      word-break: keep-all; }
      .p-blog_pager_prev a::before, .p-blog_pager_prev a::after, .p-blog_pager_next a::before, .p-blog_pager_next a::after {
        position: absolute;
        z-index: 0;
        top: 50%;
        content: ""; }
        @media screen and (max-width: 767px) {
          .p-blog_pager_prev a::before, .p-blog_pager_prev a::after, .p-blog_pager_next a::before, .p-blog_pager_next a::after {
            top: 57%; } }
      .p-blog_pager_prev a::before, .p-blog_pager_next a::before {
        width: 14px;
        height: 1px;
        background-color: #7c93b8;
        transform: translateY(-50%); }
      .p-blog_pager_prev a::after, .p-blog_pager_next a::after {
        width: 6px;
        height: 6px;
        border-top: 1px solid #7c93b8;
        border-right: 1px solid #7c93b8; }
  .p-blog_pager_prev {
    left: 0; }
    .p-blog_pager_prev a {
      padding-left: 25px; }
      .p-blog_pager_prev a::before, .p-blog_pager_prev a::after {
        left: 0; }
      .p-blog_pager_prev a::after {
        transform: translateY(-50%) rotate(-135deg); }
  .p-blog_pager_next {
    right: 0; }
    .p-blog_pager_next a {
      padding-right: 25px; }
      .p-blog_pager_next a::before, .p-blog_pager_next a::after {
        right: 0; }
      .p-blog_pager_next a::after {
        transform: translateY(-50%) rotate(45deg); }
  .p-blog_pager_list {
    display: flex;
    align-items: center;
    justify-content: center; }
    .p-blog_pager_list > li {
      line-height: 1;
      font-family: "Amiri", "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
      font-size: 18px;
      font-size: 1.8rem; }
      @media screen and (max-width: 767px) {
        .p-blog_pager_list > li {
          font-size: 14px;
          font-size: 1.4rem; } }
      .p-blog_pager_list > li:not(:last-child) {
        margin-right: 25px; }
        @media screen and (max-width: 767px) {
          .p-blog_pager_list > li:not(:last-child) {
            margin-right: 15px; } }
      .p-blog_pager_list > li span {
        background-color: #7c93b8;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-align: center; }
.p-blog_detail_head_ttl {
  margin-bottom: 30px;
  padding-bottom: 15px;
  color: #444;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
  border-bottom: solid 1px #b0c2cf; }
  @media screen and (max-width: 767px) {
    .p-blog_detail_head_ttl {
      margin-bottom: 20px;
      font-size: 16px;
      font-size: 1.6rem; } }
.p-blog_detail_head_btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .p-blog_detail_head_btm {
      margin-bottom: 20px; } }
  .p-blog_detail_head_btm .-date {
    padding: 5px 0 0 0; }
  .p-blog_detail_head_btm .p-blog_cate {
    margin: 0; }
.p-blog_detail_article a {
  text-decoration: underline; }
.p-blog_detail_article img {
  width: auto;
  max-width: 100%;
  margin: 40px 0; }
  @media screen and (max-width: 767px) {
    .p-blog_detail_article img {
      margin: 20px 0; } }
.p-blog_detail_article strong {
  font-weight: bold !important; }
.p-blog_detail_article h2 {
  position: relative;
  z-index: 0;
  line-height: 1.6;
  margin: 30px 0;
  padding-bottom: 23px;
  color: #444;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem; }
  @media screen and (max-width: 767px) {
    .p-blog_detail_article h2 {
      margin: 25px 0 20px;
      padding-bottom: 20px;
      font-size: 16px;
      font-size: 1.6rem; } }
  .p-blog_detail_article h2::before, .p-blog_detail_article h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    content: ""; }
  .p-blog_detail_article h2::before {
    z-index: 1;
    width: 40px;
    background-color: #7c93b8; }
  .p-blog_detail_article h2::after {
    z-index: 0;
    width: 80px;
    background-color: #b6c0ce; }
.p-blog_detail_article h3 {
  line-height: 1.6;
  margin: 30px 0 20px;
  color: #7c93b8;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem; }
  @media screen and (max-width: 767px) {
    .p-blog_detail_article h3 {
      margin: 25px 0 15px;
      font-size: 16px;
      font-size: 1.6rem; } }
.p-blog_detail_article .box_txt {
  margin: 30px 0;
  padding: 32px 48px;
  background: linear-gradient(90deg, rgba(235, 241, 248, 0.95) 0%, rgba(245, 247, 250, 0.95) 100%); }
  @media screen and (max-width: 767px) {
    .p-blog_detail_article .box_txt {
      margin: 25px 0;
      padding: 20px 5%; } }
.p-blog_detail_article p {
  margin-top: 20px; }

/*# sourceMappingURL=style.css.map */
