@charset 'UTF-8';
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	ブログ用css

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* ================================================================================

	PC・SP共通部分

================================================================================ */

.blog_wrap table {
  width: auto !important;
}
.blog_wrap table td {
  border: 1px solid;
  padding: 8px;
  width: auto !important;
  vertical-align: middle;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignleft {
  float: none;
}
.alignright {
  float: none;
}
.embed-youtube iframe {
  width: 100%;
}


/* カテゴリアイコン
---------------------------------------------------------------
.cate_投稿カテゴリスラッグ名
--------------------------------------------------------------- */
.blog_icon {
  padding: 0 4px;
  color: #ffffff;
}


/* タグアイコン
--------------------------------------------------------------- */
.blog_tag a {
  padding: 0 4px;
  color: #ffffff;
  display: inline-block;
  margin: 4px 4px 0 0;
}





/* ================================================================================

	いいねボタン

================================================================================ */
.blog_iine {
  margin: 24px 0 0 0;
}

/* いいねボタンのボーダーカラー */
.blog_iine>div {
  border-color: #dddddd;
}






/* ================================================================================

	PC

================================================================================ */

@media (min-width: 768px) {	/* 日付アーカイブ・タグタイトル */
  .category_title {
    margin-bottom: 40px;
    font-size: 32px;
    text-align: center;
  }

  /* ブログ */
  .blog_wrap {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .blog_wrap p {
    overflow: hidden;
  }
  .blog_wrap img {
    max-width: 100%;
    height: auto;
    margin: 16px 0;
  }
  .blog_wrap>ul>li {
    background-color: #ffffff;
    margin-bottom: 60px;
    padding: 48px;
  }
  .blog_wrap>ul>li:last-child {
    margin-bottom: 24px;
  }
  .blog_title_date {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .blog_title_link {
    font-size: 28px;
    margin-bottom: 24px;
  }

  /* タグアイコン */
  .blog_tag {
    margin-top: 24px;
    border-top: 1px dotted;
    padding: 8px 0;
  }
  .blog_tag ul li {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  .blog_tag ul li a {
    padding: 0 4px;
    display: block;
    font-size: 14px;
  }

  /* 人気記事 */
  .popular_post_wrap {
    padding: 100px 0 30px;
  }
  .popular_post_wrap h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    border-bottom: 1px solid;
    width: 50%;
    margin: 0 auto 24px;
  }
  .popular_post_wrap ul {
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
  }
  .popular_post_wrap ul li {
    float: left;
    width: 320px;
    margin-right: 20px;
    background-color: #cccccc;
    clear: none;
    padding: 10px;
  }
  .popular_post_wrap ul li:last-child {
    margin-right: 0px;
  }
  .popular_post_wrap ul li img {
    float: none;
    display: block;
    margin: 0 auto 8px;
    width: 300px;
    height: 200px;
    object-fit: cover;
    font-family: 'object-fit: cover;';	/* IE対策 */
  }
  .popular_post_wrap ul li a {
    float: none;
    display: block;
    text-align: center;
    font-size: inherit;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .popular_post_wrap ul li span {
    float: none;
    display: block;
    text-align: center;
  }

  /* 最近の投稿・アーカイブ */
  .blog_function_wrap_inner {
    padding: 24px 0 0;
  }
  .blog_function_wrap_inner>ul {
    overflow: auto;
    width: 1000px;
    margin: 0 auto;
  }
  .blog_function_wrap_inner>ul>li a {
    font-size: 16px;
  }
  .blog_function_wrap_inner>ul>li:nth-of-type(1) {
    width: 50%;
    padding: 0 40px 16px;
    float: left;
  }
  .blog_function_wrap_inner>ul>li:nth-of-type(2) {
    width: 50%;
    padding: 0 24px 16px;
    float: left;
  }
  /*
	.blog_function_wrap_inner > ul > li:nth-of-type(3){
		width:33.3%;
		padding:0 24px 16px;
		float:left;
	}
	*/
  .blog_function_wrap_inner>ul>li>ul {
    width: 100%;
    height: 210px;
    overflow: auto;
    text-align: center;
  }
  .blog_function_wrap_inner>ul>li>ul>li {
    font-size: 16px;
    /* font-size:14px; */
    line-height: 40px;
  }
  .blog_function_wrap_inner h2 {
    text-align: center;
    font-size: 24px;
    /* font-size:20px; */
    font-weight: 300;
    border-bottom: 1px solid;
    width: 50%;
    margin: 8px auto 24px;
  }
  .blog_function_wrap_inner .recent_title_text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    width: 76%;
    display: block;
    float: left;
    text-align: left;
  }
  .blog_function_wrap_inner .recent_title_date {
    font-size: 14px;
    width: 24%;
    display: block;
    float: left;
    text-align: right;
  }
}





/* ================================================================================

	SP

================================================================================ */

@media (max-width: 767px) {	/* 日付アーカイブ・タグタイトル */
  .category_title {
    margin-bottom: 8vw;
    font-size: 5.6vw;
    text-align: center;
  }

  /* ブログ */
  .blog_wrap img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 1em auto;
  }
  .blog_wrap iframe {
    max-width: 100%;
    width: 100%;
    margin: 4vw auto;
  }
  .blog_wrap>ul>li {
    background-color: #f5f5f5;
    margin-bottom: 8vw;
    padding: 8vw;
  }
  .blog_wrap>ul>li:last-child {
    margin-bottom: 8vw;
  }
  .blog_title_link {
    font-size: 5vw;
    margin-bottom: 1em;
  }
  .blog_title_date {
    font-size: 3.3vw;
    margin-bottom: 1vw;
  }

  /* タグアイコン */
  .blog_tag {
    margin-top: 4vw;
    border-top: 1px dotted;
    padding: 2vw 0;
  }
  .blog_tag ul li {
    display: inline-block;
    margin: 0 2vw 0 0;
  }
  .blog_tag ul li a {
    padding: 0 4px;
    display: block;
    font-size: 3.3vw;
  }

  /* 人気記事 */
  .popular_post_wrap {
    padding-top: 12vw;
  }
  .popular_post_wrap h2 {
    text-align: center;
    font-size: 5vw;
    border-bottom: 1px solid;
    width: 50%;
    margin: 0 auto 8vw;
    font-weight: 300;
  }
  .popular_post_wrap ul {
    overflow: auto;
  }
  .popular_post_wrap ul li {
    width: 100%;
    margin-bottom: 10vw;
    background-color: #cccccc;
    clear: none;
    padding: 2vw;
  }
  .popular_post_wrap ul li:last-child {
    margin-right: 0px;
  }
  .popular_post_wrap ul li img {
    float: none;
    display: block;
    margin: 0 auto 2vw;
    width: 100%;
    height: auto;
    object-fit: cover;
    font-family: 'object-fit: cover;';	/* IE対策 */
  }
  .popular_post_wrap ul li a {
    float: none;
    display: block;
    text-align: center;
    font-size: inherit;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .popular_post_wrap ul li span {
    float: none;
    display: block;
    text-align: center;
  }

  /* 最近の投稿・アーカイブ */
  .blog_function_wrap_inner {
    padding: 0;
  }
  .blog_function_wrap_inner>ul {
    overflow: auto;
  }
  .blog_function_wrap_inner>ul>li>ul {
    width: 100%;
    max-height: 28vw;
    height: 100%;
    overflow: auto;
    text-align: center;
    margin-bottom: 12vw;
  }
  .blog_function_wrap_inner>ul>li>ul>li {
    line-height: 2.5;
  }
  .blog_function_wrap_inner h2 {
    text-align: center;
    font-size: 5vw;
    border-bottom: 1px solid;
    width: 50%;
    margin: 4vw auto;
    font-weight: 300;
  }
  .blog_function_wrap_inner .recent_title_text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    width: 62%;
    display: block;
    float: left;
    text-align: left;
  }
  .blog_function_wrap_inner .recent_title_date {
    width: 38%;
    display: block;
    float: left;
    text-align: right;
  }
}
