@charset "UTF-8";
/*
カラム制御：デフォルトで1～5カラムまで対応
PC用floatによるカラム制御

html：col_1～5まで対応
例）3列で折り返し
<ul class="col_3">
	<li></li>
	<li></li>
	<li></li>
</ul>

scss：mixinでカラム設定を自動処理化

.col_3 {
	@include colmg(30);
}

数値設定はアイテム間余白（デフォルトは20）;
※縦、横ともに外側への約は発生しない

*/
.bl_section {
  padding-top: 1.00rem;
  color: black; }

main .bl_section:last-child {
  padding-bottom: 1.00rem; }

.ly_blogSection {
  width: 10.80rem;
  margin: 0 auto;
  padding: 1.00rem 0;
  display: flex; }
  @media screen and (max-width: 480px) {
    .ly_blogSection {
      width: auto;
      padding: .50rem 0;
      display: block; } }
  @media screen and (max-width: 480px) {
    .ly_blogSection .ly_sideber_cont {
      margin: 0.5rem 5.5555555556% 0; } }

.bl_blog {
  width: 7.80rem; }
  @media screen and (max-width: 480px) {
    .bl_blog {
      width: 100%; } }

.bl_blog_head {
  padding: .30rem .30rem .2775rem;
  background-color: #e6e6e6; }
  @media screen and (max-width: 480px) {
    .bl_blog_head {
      padding: .20rem .20rem .1775rem; } }

.bl_blog_date {
  font-size: .21rem;
  font-family: "Azo Sans", "源ノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  line-height: 1;
  margin-bottom: .19rem; }
  @media screen and (max-width: 480px) {
    .bl_blog_date {
      font-size: .13rem;
      margin-bottom: .10rem; } }

.bl_blog_ttl {
  font-size: .24rem;
  line-height: 1.3333333333; }
  @media screen and (max-width: 480px) {
    .bl_blog_ttl {
      font-size: .15rem;
      line-height: 1.3; } }

.bl_blog_imgWrapper {
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden; }
  .bl_blog_imgWrapper img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.bl_blog_txt {
  margin-top: .45rem;
  font-size: .16rem;
  line-height: 1.625; }
  @media screen and (max-width: 480px) {
    .bl_blog_txt {
      margin: 0.295rem 5.5555555556% 0;
      font-size: .14rem;
      line-height: 1.5; } }

.bl_blog_nav {
  margin-top: .70rem; }
  @media screen and (max-width: 480px) {
    .bl_blog_nav {
      margin: 0.465rem 5.5555555556% 0; } }

.bl_blog_nav_links {
  display: flex; }
  @media screen and (max-width: 480px) {
    .bl_blog_nav_links {
      justify-content: space-between; } }
  .bl_blog_nav_links li {
    font-size: .16rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    color: #0047b4;
    margin-right: .65rem; }
    @media screen and (max-width: 480px) {
      .bl_blog_nav_links li {
        font-size: .15rem; } }
    .bl_blog_nav_links li:hover {
      opacity: .3; }
    .bl_blog_nav_links li:last-of-type {
      margin-right: 0; }
    .bl_blog_nav_links li a {
      line-height: 1;
      letter-spacing: 0.04em; }

.bl_blog_nav_prevLink::before {
  content: '';
  width: .09rem;
  height: .09rem;
  border-left: solid 3px #0047b4;
  border-bottom: solid 3px #0047b4;
  transform: rotate(45deg);
  margin-right: .19rem;
  margin-bottom: 2px;
  margin-left: 4px; }
  @media screen and (max-width: 480px) {
    .bl_blog_nav_prevLink::before {
      border-left-width: 2px;
      border-bottom-width: 2px;
      margin-right: .09rem;
      margin-bottom: 0; } }

.bl_blog_nav_backLink::before {
  content: '❖';
  font-size: 0.1697056272rem;
  transform: rotate(45deg);
  margin-right: .19rem; }
  @media screen and (max-width: 480px) {
    .bl_blog_nav_backLink::before {
      margin-right: .075rem; } }

.bl_blog_nav_nextLink::after {
  content: '';
  width: .09rem;
  height: .09rem;
  border-left: solid 3px #0047b4;
  border-bottom: solid 3px #0047b4;
  transform: rotate(-135deg);
  margin-left: .19rem;
  margin-bottom: 2px;
  margin-right: 4px; }
  @media screen and (max-width: 480px) {
    .bl_blog_nav_nextLink::after {
      border-left-width: 2px;
      border-bottom-width: 2px;
      margin-left: .09rem;
      margin-bottom: 0; } }

.bl_archiveSection_body.hp_month {
  margin-top: .30rem; }

.bl_archiveSection_month {
  margin-top: .975rem;
  font-size: .21rem;
  font-weight: bold;
  font-family: "Azo Sans", "源ノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  line-height: 1;
  width: 100%;
  display: block; }
  @media screen and (max-width: 480px) {
    .bl_archiveSection_month {
      margin-top: .50rem;
      font-size: .16rem; } }
  .bl_archiveSection_month::before {
    content: '';
    display: inline-block;
    width: .08rem;
    height: .21rem;
    background-color: #f8ff2e;
    margin-right: .08rem; }
    @media screen and (max-width: 480px) {
      .bl_archiveSection_month::before {
        height: .16rem; } }

.bl_blog_body {
  margin-top: .45rem;
  font-size: .16rem; }
  @media screen and (max-width: 480px) {
    .bl_blog_body {
      margin: 0.295rem 5.5555555556% 0;
      font-size: .14rem; } }
  .bl_blog_body p {
    line-height: 4; }
    @media screen and (max-width: 480px) {
      .bl_blog_body p {
        line-height: 1.5;
        margin-bottom: .14rem; } }
  .bl_blog_body figure {
    max-width: 100%; }
  .bl_blog_body .wp-block-image,
  .bl_blog_body .wp-block-video {
    margin-top: .10rem;
    margin-bottom: .14rem; }
