@charset "utf-8";
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
【20221202_服部記述】アニメーション補助
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/* .archive .post_style ul li {
  opacity: 0;
} */

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
投稿共通
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.post_style {
	/* margin: 27.5vw 0 0; */
	margin: 15vw 0 0;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
SINGLE
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ページタイトル
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.post_type_head {
	width: 100%;
	height: 50vw;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.post_area_bg {
}
.pth_wrap {
	width: 100%;
	height: 100%;
}
.title_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 0 6.25vw 2.5vw;
	text-align: center;
	background: rgba(255, 255, 255, 0.72);
}
.title_box .title {
	font-size: 2.4rem;
	font-weight: normal;
}
.title_box .sub_title {
	font-size: 1rem;
	font-weight: normal;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
パスワード保護
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.post-password-form {
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
記事
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#blog_wrap {
	width: 100%;
	overflow: hidden;
}
#blog_area {
	width: 100%;
	overflow: hidden;
}
#blog_cont {
}

/*ブログヘッダー
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.blog_head {
	padding: 0 0 0 2.5vw;
	margin-bottom: 7.5vw;
}
/*カテゴリー
====================================*/
.blog_head .cat_entry {
	position: relative;
	left: -2.5vw;
	float: left;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.blog_head .cat_entry .cat_box {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 2.5vw;
	height: auto;
	margin: 0 3.75vw 3.75vw 0;
	font-size: 1.6rem;
	line-height: 1.7;
}

/*公開日・更新日
====================================*/
.blog_head .day_entry {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	font-size: 1.2rem;
	padding: 2.1875vw 0 0;
	line-height: 1;
}
.blog_head .day_entry span::before {
	content: "\f3b3";
	position: relative;
	top: 0;
	font-family: "Ionicons";
	font-size: 1.4rem;
	margin: 0 0.625vw 0 0;
}
/*記事タイトル
====================================*/
.blog_head .blog_title {
	clear: both;
	font-size: 3.2rem;
	line-height: 1.4;
	margin: 3.125vw 0;
}
/*タグ
====================================*/
.blog_head .tag_entry {
	font-size: 1.2rem;
	margin-bottom: 3.75vw;
}
/*SNSシェアボタン
====================================*/
/*記事下*/
.sns_share_bottom {
	margin-bottom: 16.25vw;
}
/*本体*/
.share_btn_cont {
}
/*ul*/
.share_btn_cont .sb_list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
}
/*li*/
.share_btn_cont .sb_box {
	display: block;
	width: auto;
	padding: 0 2.5vw;
	margin: 0 2.5vw 0 0;
	box-sizing: border-box;
	border-radius: 4px;
}
.share_btn_cont .sb_box:last-child {
	margin: 0;
}
/*a*/
.share_btn_cont .sb_link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0.625vw 0;
	color: #fff;
	line-height: 0.5;
}
/*アイコン*/
.share_btn_cont .sb_box .lab {
	font-size: 1.8rem;
	margin-right: 0.625vw;
}
/*テキスト*/
.share_btn_cont .sb_box .txt {
	font-size: 0.8rem;
}
/*facebook*/
.la-facebook-square:before {
	background-image: url(../img/ic_fb.webp);
}

.share_btn_cont .send_facebook {
	background-color: #3b5998;
}
/*twitter*/
.la-twitter:before {
	background-image: url(../img/ic_x.webp);
}
.share_btn_cont .send_twitter {
	background-color: #333;
}
/*LINE*/
.la-line:before {
	background-image: url(../img/ic_line.webp);
}
.share_btn_cont .send_line {
	background-color: #06c755;
}
/*Pocket*/
.la-get-pocket:before {
	background-image: url(../img/ic_pocket.webp);
}
.share_btn_cont .send_pocket {
	background-color: #d3505a;
}

.la-facebook-square:before,
.la-twitter:before,
.la-line:before,
.la-get-pocket:before {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 2.5vw;
	height: 2.5vw;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
本文
====================================*/
#blog_box {
	padding: 0 0 0 2.5vw;
	margin: 0 0 10vw;
	line-height: 1.8;
	overflow: hidden;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
  付属部分
====================================*/
.annexed_cont {
	padding: 0 0 0 2.5vw;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
著者情報
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#author_area {
	width: 100%;
	padding: 8vw 3.75vw 8vw;
	margin: 0 0 10vw;
	border-width: 1px;
	border-style: solid;
}
/*タイトル
====================================*/
#author_area .aa_title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 5vw;
}
#author_area .aa_title::before {
	content: "\f37e";
	font-family: "Ionicons";
	font-size: 2rem;
	margin: 0 3vw 0 0;
}

#author_area .entry {
	display: block;
	overflow: hidden;
}
/*左側
====================================*/
#author_area .wrap_l {
	float: left;
	width: 24vw;
	overflow: hidden;
	margin: 0 5vw 0 0.625vw;
}
/*画像*/
#author_area .img_box {
	position: relative;
	width: 100%;
}
#author_area .img_box::before {
	content: "";
	display: block;
	padding-top: 100%;
}
#author_area .img_box img {
	position: absolute;
	top: 0;
}
/*右側
====================================*/
/*著者名*/
#author_area .author_name {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	margin: 1.25vw 0 3vw;
}
/*テキスト*/
#author_area .author_txt {
	margin: 0 0 7.5vw;
}
#author_area .author_txt p {
	font-size: 1.6rem;
	line-height: 2;
}

/*その他
====================================*/
#author_area .other {
	display: block;
	justify-content: flex-end;
	width: 100%;
}
/*SNS*/
#author_area .user_sns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0 0 7.5vw;
}
#author_area li {
	width: 8.75vw;
	overflow: hidden;
	margin: 0 3.75vw 0 0;
}
#author_area li a {
	display: block;
}
/*この著者の記事一覧*/
#author_area .author_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80%;
	height: 10vw;
	margin: 0 auto;
	border-width: 0.16vw;
	border-style: solid;
}
#author_area .author_btn span {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	line-height: 1;
}
#author_area .author_btn span::after {
	content: "\f125";
	font-family: "Ionicons";
	font-size: 1.4rem;
	margin: 0 0 0 8px;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
コメント
====================================*/
#comments_wrap {
	padding: 0 0 0 2.5vw;
	margin: 0 0 10vw;
}
/*コメントがあった場合のタイトル*/
#comments_wrap #comments {
	display: flex;
	align-items: center;
	font-size: 2rem;
	line-height: 1;
	padding: 0 0 2.5vw 2.5vw;
	margin: 0 0 3.75vw;
	border-bottom-width: 0.16vw;
	border-bottom-style: solid;
}
#comments_wrap #comments::before {
	content: "message";
	font-family: "Material Icons";
	font-size: 2rem;
	margin: 0 2.5vw 0 0;
}
/*ナビ*/
#comments_wrap .navigation {
	overflow: hidden;
	margin-bottom: 20px;
}
/*コメントリスト（複数人の場合）*/
#comments_wrap .commentlist {
	overflow: hidden;
	list-style: none;
	padding: 0 0 0 2.5vw;
}
/*li*/
#comments_wrap .commentlist > li {
	overflow: hidden;
	margin: 0 0 5vw;
	border-bottom-width: 0.16vw;
	border-bottom-style: dashed;
}
/*子*/
#comments_wrap .commentlist .children {
	list-style: none;
	padding: 0 0 0 3.75vw;
}
#comments_wrap .commentlist .children li {
	padding: 0 0 0 10px;
}
/*コメント欄*/
#comments_wrap .comment-meta {
	position: relative;
}
/*コメント投稿者*/
#comments_wrap .comment-author {
	display: flex;
	flex-wrap: wrap;
}
#comments_wrap .comment-author img {
	width: 10vw;
	height: 10vw;
	margin: 0 2.5vw 0 0;
}
#comments_wrap .comment_entry {
	position: relative;
	width: calc(100% - 12.5vw);
	padding-bottom: 3.75vw;
}
#comments_wrap .comment_entry.w-100 {
	width: 100%;
}
#comments_wrap .comment-author b,
#comments_wrap .comment-author span {
	font-size: 1.4rem;
}
/*日付*/
#comments_wrap .comment-metadata {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1;
}
#comments_wrap .comment-awaiting-moderation {
	margin-bottom: 10px;
	text-align: right;
}
/*コメントの枠*/
#comments_wrap .comment-content {
	width: 100%;
	overflow: hidden;
	padding: 1.25vw 0;
	margin: 0 0 2.5vw;
	font-size: 1.4rem;
	line-height: 1.6;
}
/*返信ボタン*/
#comments_wrap .reply {
	display: flex;
	overflow: hidden;
	width: 100%;
	margin-bottom: 2.5vw;
}
#comments_wrap .reply a {
	font-size: 1.2rem;
	text-decoration: underline;
}

/*コメント*/
#comments_wrap .comment-respond {
	width: 100%;
	overflow: hidden;
	margin: 0 0 10vw;
}
/*エリアタイトル*/
#comments_wrap #reply-title {
	display: flex;
	align-items: center;
	font-size: 2rem;
	line-height: 1;
	padding: 0 0 2.5vw 2.5vw;
	margin: 0 0 3.75vw;
	border-bottom-width: 0.16vw;
	border-bottom-style: solid;
}
#comments_wrap #reply-title::before {
	content: "add_comment";
	font-family: "Material Icons";
	font-size: 2rem;
	margin: 0 2.5vw 0 0;
}
/*コメントフォーム*/
#comments_wrap .comment-form {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 0 0 2.5vw;
}
/*テキスト*/
#comments_wrap .comment-notes,
#comments_wrap .logged-in-as {
	font-size: 1.6rem;
	line-height: 1.6;
	margin: 0 0 5vw;
}
/*必須*/
#comments_wrap .required {
	color: #ad0505;
}

/*入力欄ラベル*/
#comments_wrap .comment-form-author label,
#comments_wrap .comment-form-email label,
#comments_wrap .comment-form-url label,
#comments_wrap .comment-form-comment label {
	display: block;
	font-size: 1.4rem;
	margin: 0 0 2.5vw;
}
/*入力エリア*/
#comments_wrap .comment-form-author,
#comments_wrap .comment-form-email,
#comments_wrap .comment-form-url,
#comments_wrap .comment-form-comment {
	margin: 0 0 5vw;
}
/*Textarea*/
#comments_wrap .comment-form-comment textarea {
	width: 100%;
	height: 25vw;
	padding: 1.25vw;
	box-sizing: border-box;
	border-width: 0.16vw;
	border-style: solid;
	font-size: 1.4rem;
}
/*Input：名前、メール、サイト*/
#comments_wrap .comment-form-author input[type="text"],
#comments_wrap .comment-form-email input[type="email"],
#comments_wrap .comment-form-url input[type="url"] {
	width: 100%;
	height: 7.5vw;
	padding: 1.25vw;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-width: 0.16vw;
	border-style: solid;
	font-size: 1.4rem;
}
/*送信ボタン*/
#comments_wrap .form-submit {
	text-align: center;
	padding: 10px 0px;
}
#comments_wrap .form-submit input[type="submit"] {
	width: 60%;
	height: 8.75vw;
	border: 0;
	cursor: pointer;
	font-size: 1.4rem;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

#comments_wrap .form-submit input:focus {
	border: none;
}

#comments_wrap .nocomments {
	display: none;
	padding: 20px 0;
	margin-bottom: 30px;
	border-top: 1px dotted rgba(0, 0, 0, 0.5);
	border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ページナビ（次の記事、前の記事）
====================================*/
#pn_pager {
	width: 100%;
	overflow: hidden;
	padding: 0 0 0 2.5vw;
	margin: 10vw auto;
}

#pn_pager .pre_p,
#pn_pager .next_p {
	width: 48%;
	font-size: 1.6rem;
	line-height: 1.4;
}
#pn_pager .pre_p {
	float: left;
	text-align: left;
}
#pn_pager .next_p {
	float: right;
	text-align: right;
}
/*前の記事*/
#pn_pager .txt_l {
	display: flex;
	align-items: center;
	font-size: 1.2rem;
	margin: 0 0 3.75vw;
}
#pn_pager .txt_l::before {
	content: "\f3d2";
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5vw;
	height: 5vw;
	margin: 0 2.5vw;
	color: #c6bfb6;
	font-family: "Ionicons";
	font-size: 2rem;
	border: 1px solid #c6bfb6;
}
/*次の記事*/
#pn_pager .txt_r {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 1.2rem;
	margin: 0 0 3.75vw;
}
#pn_pager .txt_r::after {
	content: "\f3d3";
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5vw;
	height: 5vw;
	margin: 0 2.5vw;
	color: #c6bfb6;
	font-family: "Ionicons";
	font-size: 2rem;
	border: 1px solid #c6bfb6;
}
/*画像とタイトル*/
#pn_pager .pn_entry {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
/*画像*/
#pn_pager .pn_img {
	position: relative;
	width: 19vw;
	overflow: hidden;
}
#pn_pager .pn_img::before {
	content: "";
	display: block;
	padding-top: 67%;
}
#pn_pager .pn_img img {
	position: absolute;
	top: 0;
	left: 0;
}
/*記事タイトル*/
#pn_pager .pn_title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	width: calc(100% - 21vw);
	overflow: hidden;
	font-size: 1.4rem;
	line-height: 1.4;
	word-break: break-all;
	padding: 0.625vw 0 0 0;
	text-align: left;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
  関連記事
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.related_post_area {
	margin: 13.75vw 0 16.25vw;
}
/*エリアタイトル*/
.related_post_area .area_title {
	display: flex;
	align-items: center;
	font-size: 2rem;
	line-height: 1;
	padding: 0 0 2.5vw 2.5vw;
	margin: 0 0 5vw;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.related_post_area .area_title:before {
	content: "\e8f0";
	font-family: "Material Icons";
	font-size: 2rem;
	font-weight: normal;
	margin: 0 2.5vw 0 0;
}
/*ul*/
.related_post_cont {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
}
/*li*/
.related_post_cont li {
	width: 49%;
	overflow: hidden;
	padding: 0 2.5vw;
	margin: 0 0 6.25vw 0;
}

/*aタグ*/
.related_post_cont .box a {
	display: block;
}
/*画像*/
.related_post_cont .img_frame {
	position: relative;
}
.related_post_cont .img_entry {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0;
}
.related_post_cont .img_entry::before {
	content: "";
	display: block;
	padding-top: 67%;
}
.related_post_cont .img_entry img {
	position: absolute;
	top: 0;
}
/*タイトル*/
.related_post_cont .title_entry {
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.5;
	margin: 2.5vw 0 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
	overflow: hidden;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ARCHIVE
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#archive_wrap {
	width: 100%;
	overflow: hidden;
}
#archive_area {
	width: 100%;
}
#archive_cont {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0 0 96px;
}
/*コンテンツ*/
#archive_cont .box {
	position: relative;
	width: 46%;
	overflow: hidden;
	padding: 0 0 0 2.5vw;
	margin: 0 0 10vw 0;
}
/*aタグ*/
#archive_cont .box a {
	display: block;
}
#archive_cont .box a:hover {
	opacity: 0.8;
}
/*画像*/
#archive_cont .img_frame {
	position: relative;
}
#archive_cont .img_entry {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0;
}
#archive_cont .img_entry::before {
	content: "";
	display: block;
	padding-top: 67%;
}
#archive_cont .img_entry img {
	position: absolute;
	top: 0;
}
/*日付*/
#archive_cont .day_entry {
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: auto;
	padding: 1vw 2vw;
	font-size: 1.2rem;
}
/*タイトル*/
#archive_cont .title_entry {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 2.5vw 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
	overflow: hidden;
}
/*抜粋or本文*/
#archive_cont .txt_entry {
	font-size: 1.4rem;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
/*カテゴリー*/
#archive_cont .cat_entry {
	position: absolute;
	top: 2.5vw;
	left: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}
#archive_cont .cat_entry .cat_box {
	display: none;
}
#archive_cont .cat_entry .cat_box:first-child {
	display: flex;
	align-items: center;
	width: auto;
	height: auto;
	padding: 1vw 2.5vw;
	font-size: 1rem;
	line-height: 1;
}
/*////////////////////////////////////*/

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
検索
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#archive_cont .search_box {
	width: 100%;
	margin-bottom: 6.25vw;
}
#archive_cont .search_box .post_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
/*画像
===============================*/
#archive_cont .search_box .img_frame {
	width: 20vw;
}

/*entry
===============================*/
#archive_cont .search_box .entry {
	width: calc(100% - 20vw - 3.75vw);
}
/*タイトル*/
#archive_cont .search_box .title_entry {
	margin: 0 0 2.5vw;
	line-height: 1;
	-webkit-line-clamp: 1;
}
/*テキスト*/
#archive_cont .txt_entry {
	-webkit-line-clamp: 1;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ページャー
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.page_nav_box {
	margin: 0 0 12.5vw;
}
.page_nav_box .wp-pagenavi {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	text-align: center;
	margin: 0 0 3.75vw;
}
.page_nav_box .wp-pagenavi a,
.page_nav_box .wp-pagenavi span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 6.25vw;
	height: 6.25vw;
	padding: 0;
	margin: 2.5vw;
	font-size: 1.4rem;
	font-weight: bold;
	border: 0.16vw solid;
}
.page_nav_box .kensu {
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

/*WTT*/
@media screen and (min-width: 641px) and (max-width: 959px) {
	/*ここから*/
	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
投稿共通
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	.post_style {
		margin: 110px 0 0;
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
SINGLE
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ページタイトル
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	.post_type_head {
		width: 100%;
		height: 50vw;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	.pth_wrap {
		width: 100%;
		height: 100%;
	}
	.title_box {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 100%;
		height: 100%;
		padding: 0 6.25vw 2.5vw;
		text-align: center;
	}
	.title_box .title {
		font-size: 3.6rem;
	}
	.title_box .sub_title {
		font-size: 1rem;
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
記事
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	#blog_wrap {
		width: 100%;
		overflow: hidden;
	}
	#blog_area {
		width: 100%;
		overflow: hidden;
	}
	#blog_cont {
	}

	/*ブログヘッダー
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	.blog_head {
		padding: 0 0 0 2.5vw;
		margin-bottom: 7.5vw;
	}
	/*カテゴリー
====================================*/
	.blog_head .cat_entry {
		position: relative;
		left: -2.5vw;
		float: left;
		display: flex;
		flex-wrap: wrap;
	}
	.blog_head .cat_entry .cat_box {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 2.5vw;
		height: 32px;
		margin: 0 2.5vw 2.5vw 0;
		font-size: 1.6rem;
	}
	/*公開日・更新日
====================================*/
	.blog_head .day_entry {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: 100%;
		font-size: 1.2rem;
		padding: 0 0 0;
	}
	/*時計アイコン*/
	.blog_head .day_entry span::before {
		top: 0.4vw;
		font-size: 1.4rem;
		margin: 0 0.625vw 0 0;
	}
	/*記事タイトル
====================================*/
	.blog_head .blog_title {
		clear: both;
		font-size: 3.2rem;
		line-height: 1.8;
		margin: 2.5vw 0;
	}
	/*タグ
====================================*/
	.blog_head .tag_entry {
		font-size: 1.2rem;
		margin-bottom: 3.75vw;
	}

	/*SNSシェアボタン
====================================*/
	/*記事下*/
	.sns_share_bottom {
		margin-bottom: 16.25vw;
	}
	/*本体*/
	.share_btn_cont .sb_box {
		padding: 0 8px;
	}
	.share_btn_cont .sb_link {
		padding: 0.625vw 0;
	}
	/*アイコン*/
	.share_btn_cont .sb_box .lab {
		font-size: 1.8rem;
		margin-right: 4px;
	}

	.la-facebook-square:before,
	.la-twitter:before,
	.la-line:before,
	.la-get-pocket:before {
		width: 2.5vw;
		height: 2.5vw;
	}
	/*テキスト*/
	.share_btn_cont .sb_box .txt {
		font-size: 1rem;
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
本文
====================================*/
	#blog_box {
		padding: 0 0 0 2.5vw;
		margin: 0 0 10vw;
		line-height: 1.7;
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
  付属部分
====================================*/
	.annexed_cont {
		padding: 0 0 0 2.5vw;
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
著者情報
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	#author_area {
		margin: 0 0 64px;
		border-width: 1px;
	}
	/*タイトル
====================================*/
	#author_area .aa_title {
		margin: 0 0 3.75vw;
	}
	#author_area .aa_title::before {
		font-size: 2rem;
		margin: 0 2.5vw 0 0;
	}
	#author_area .entry {
		display: block;
		overflow: hidden;
	}
	/*左側
====================================*/
	#author_area .wrap_l {
		float: left;
		width: 24vw;
		overflow: hidden;
		margin: 0 5vw 0 0.625vw;
	}
	/*画像*/
	#author_area .img_box {
		position: relative;
		width: 100%;
	}
	#author_area .img_box::before {
		content: "";
		display: block;
		padding-top: 100%;
	}
	#author_area .img_box img {
		position: absolute;
		top: 0;
	}

	/*右側
====================================*/
	#author_area .wrap_r {
		height: auto;
		overflow: hidden;
	}
	/*著者名*/
	#author_area .author_name {
		font-size: 2rem;
		font-weight: bold;
		margin: 2vw 0 3vw;
	}
	/*テキスト*/
	#author_area .author_txt {
		margin: 0 0 7.5vw;
	}
	#author_area .author_txt p {
		font-size: 1.6rem;
	}

	/*その他
====================================*/
	#author_area .other {
		display: flex;
		justify-content: flex-end;
		width: 100%;
	}
	/*SNS*/
	#author_area .user_sns {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		width: auto;
		list-style: none;
		padding: 0;
		margin: 0 5vw 0 auto;
	}
	#author_area li {
		width: 3.33vw;
		overflow: hidden;
		margin: 0 3.75vw 0 0;
	}
	#author_area li a {
		display: block;
	}
	/*この著者の記事一覧*/
	#author_area .author_btn {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 30vw;
		height: 5vw;
		margin: 0;
		border-width: 0.16vw;
		border-style: solid;
	}
	#author_area .author_btn span {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.4rem;
		line-height: 1;
	}
	#author_area .author_btn span::after {
		content: "\f125";
		font-family: "Ionicons";
		font-size: 1.4rem;
		margin: 0 0 0 8px;
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
コメント
====================================*/
	#comments_wrap {
		padding: 0 0 0 2.5vw;
		margin: 0 0 10vw;
	}
	/*コメントがあった場合のタイトル*/
	#comments_wrap #comments {
		display: flex;
		align-items: center;
		font-size: 2rem;
		line-height: 1;
		padding: 0 0 2.5vw 2.5vw;
		margin: 0 0 3.75vw;
		border-bottom-width: 0.16vw;
		border-bottom-style: solid;
	}
	#comments_wrap #comments::before {
		content: "message";
		font-family: "Material Icons";
		font-size: 2rem;
		margin: 0 2.5vw 0 0;
	}
	/*ナビ*/
	#comments_wrap .navigation {
		overflow: hidden;
		margin-bottom: 20px;
	}
	/*コメントリスト（複数人の場合）*/
	#comments_wrap .commentlist {
		overflow: hidden;
		list-style: none;
		padding: 0 0 0 2.5vw;
	}
	/*li*/
	#comments_wrap .commentlist > li {
		overflow: hidden;
		margin: 0 0 5vw;
		border-bottom-width: 0.16vw;
		border-bottom-style: dashed;
	}
	/*子*/
	#comments_wrap .commentlist .children {
		list-style: none;
		padding: 0 0 0 3.75vw;
	}
	#comments_wrap .commentlist .children li {
		padding: 0 0 0 10px;
	}
	/*コメント欄*/
	#comments_wrap .comment-meta {
		position: relative;
	}
	/*コメント投稿者*/
	#comments_wrap .comment-author {
		display: flex;
	}
	#comments_wrap .comment-author img {
		width: 10vw;
		height: 10vw;
		margin: 0 2.5vw 0 0;
	}
	#comments_wrap .comment_entry {
		width: calc(100% - 12.5vw);
		padding-bottom: 3.75vw;
	}
	#comments_wrap .comment_entry.w-100 {
		width: 100%;
	}
	#comments_wrap .comment-author b,
	#comments_wrap .comment-author span {
		font-size: 1.4rem;
	}
	/*日付*/
	#comments_wrap .comment-metadata {
		font-size: 1rem;
	}
	#comments_wrap .comment-awaiting-moderation {
		margin-bottom: 10px;
		text-align: right;
	}
	/*コメントの枠*/
	#comments_wrap .comment-content {
		width: 100%;
		overflow: hidden;
		padding: 1.25vw 0;
		margin: 0 0 2.5vw;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	/*返信ボタン*/
	#comments_wrap .reply {
		display: flex;
		overflow: hidden;
		width: 100%;
		margin-bottom: 2.5vw;
	}
	#comments_wrap .reply a {
		font-size: 1.2rem;
		text-decoration: underline;
	}

	/*コメント*/
	#comments_wrap .comment-respond {
		width: 100%;
		overflow: hidden;
		margin: 0 0 10vw;
	}
	/*エリアタイトル*/
	#comments_wrap #reply-title {
		display: flex;
		align-items: center;
		font-size: 2rem;
		line-height: 1;
		padding: 0 0 2.5vw 2.5vw;
		margin: 0 0 3.75vw;
		border-bottom-width: 0.16vw;
		border-bottom-style: solid;
	}
	#comments_wrap #reply-title::before {
		content: "add_comment";
		font-family: "Material Icons";
		font-size: 2rem;
		margin: 0 2.5vw 0 0;
	}
	/*コメントフォーム*/
	#comments_wrap .comment-form {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 0 0 0 2.5vw;
	}
	/*テキスト*/
	#comments_wrap .comment-notes,
	#comments_wrap .logged-in-as {
		font-size: 1.6rem;
		line-height: 1.6;
		margin: 0 0 5vw;
	}
	/*必須*/
	#comments_wrap .required {
		color: #ad0505;
	}

	/*入力欄ラベル*/
	#comments_wrap .comment-form-author label,
	#comments_wrap .comment-form-email label,
	#comments_wrap .comment-form-url label,
	#comments_wrap .comment-form-comment label {
		display: block;
		font-size: 1.4rem;
		margin: 0 0 2.5vw;
	}
	/*入力エリア*/
	#comments_wrap .comment-form-author,
	#comments_wrap .comment-form-email,
	#comments_wrap .comment-form-url,
	#comments_wrap .comment-form-comment {
		margin: 0 0 5vw;
	}
	/*Textarea*/
	#comments_wrap .comment-form-comment textarea {
		width: 100%;
		height: 25vw;
		padding: 1.25vw;
		box-sizing: border-box;
		border-width: 0.16vw;
		border-style: solid;
		font-size: 1.4rem;
	}
	/*Input：名前、メール、サイト*/
	#comments_wrap .comment-form-author input[type="text"],
	#comments_wrap .comment-form-email input[type="email"],
	#comments_wrap .comment-form-url input[type="url"] {
		width: 100%;
		height: 7.5vw;
		padding: 1.25vw;
		box-sizing: border-box;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		border-width: 0.16vw;
		border-style: solid;
		font-size: 1.4rem;
	}
	/*送信ボタン*/
	#comments_wrap .form-submit {
		text-align: center;
		padding: 10px 0px;
	}
	#comments_wrap .form-submit input[type="submit"] {
		width: 60%;
		height: 8.75vw;
		border: 0;
		cursor: pointer;
		font-size: 1.4rem;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
	}

	#comments_wrap .form-submit input:focus {
		border: none;
	}

	#comments_wrap .nocomments {
		display: none;
		padding: 20px 0;
		margin-bottom: 30px;
		border-top: 1px dotted rgba(0, 0, 0, 0.5);
		border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ページナビ（次の記事、前の記事）
====================================*/
	#pn_pager {
		width: 100%;
		overflow: hidden;
		padding: 0 0 0 2.5vw;
		margin: 64px auto;
	}
	#pn_pager .pre_p,
	#pn_pager .next_p {
		width: 48%;
		font-size: 1.6rem;
		line-height: 1.4;
	}
	#pn_pager .pre_p {
		float: left;
		text-align: left;
	}
	#pn_pager .next_p {
		float: right;
		text-align: right;
	}
	/*前の記事*/
	#pn_pager .txt_l {
		display: flex;
		align-items: center;
		font-size: 1.2rem;
		margin: 0 0 3.75vw;
	}
	#pn_pager .txt_l::before {
		content: "\f3d2";
		display: flex;
		justify-content: center;
		align-items: center;
		width: 5vw;
		height: 5vw;
		margin: 0 2.5vw;
		color: #c6bfb6;
		font-family: "Ionicons";
		font-size: 2rem;
		border: 1px solid #c6bfb6;
	}
	/*次の記事*/
	#pn_pager .txt_r {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		font-size: 1.2rem;
		margin: 0 0 3.75vw;
	}
	#pn_pager .txt_r::after {
		content: "\f3d3";
		display: flex;
		justify-content: center;
		align-items: center;
		width: 5vw;
		height: 5vw;
		margin: 0 2.5vw;
		color: #c6bfb6;
		font-family: "Ionicons";
		font-size: 2rem;
		border: 1px solid #c6bfb6;
	}
	/*画像とタイトル*/
	#pn_pager .pn_entry {
		width: 100%;
	}
	/*画像*/
	#pn_pager .pn_img {
		position: relative;
		width: 19vw;
		overflow: hidden;
	}
	#pn_pager .pn_img::before {
		content: "";
		display: block;
		padding-top: 67%;
	}
	#pn_pager .pn_img img {
		position: absolute;
		top: 0;
		left: 0;
	}
	/*記事タイトル*/
	#pn_pager .pn_title {
		width: calc(100% - 21vw);
		font-size: 1.4rem;
		line-height: 1.4;
		padding: 0.625vw 0 0 0;
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
  関連記事
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	.related_post_area {
		margin: 88px 0 104px;
	}
	/*エリアタイトル*/
	.related_post_area .area_title {
		font-size: 2rem;
		padding: 0 0 16px 16px;
		margin: 0 0 32px;
	}
	.related_post_area .area_title:before {
		font-size: 2.6rem;
		margin: 0 16px 0 0;
	}
	/*ul*/
	.related_post_cont {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
	}
	/*li*/
	.related_post_cont li {
		width: calc(100% / 3);
		overflow: hidden;
		padding: 0 16px;
		margin: 0 0 40px 0;
	}
	/*タイトル*/
	.related_post_cont .title_entry {
		font-size: 1.6rem;
		margin: 16px 0 0;
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ARCHIVE
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	#archive_wrap {
		width: 100%;
		overflow: hidden;
	}
	#archive_area {
		width: 100%;
	}
	#archive_cont {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
		list-style: none;
		padding: 0;
		margin: 0 0 96px;
	}
	/*コンテンツ*/
	#archive_cont .box {
		position: relative;
		width: 46%;
		overflow: hidden;
		padding: 0 0 0 2.5vw;
		margin: 0 0 10vw 0;
	}
	/*aタグ*/
	#archive_cont .box a {
		display: block;
	}
	/*画像*/
	#archive_cont .img_frame {
		position: relative;
	}
	#archive_cont .img_entry {
		position: relative;
		width: 100%;
		overflow: hidden;
		margin: 0;
	}
	#archive_cont .img_entry::before {
		content: "";
		display: block;
		padding-top: 67%;
	}
	#archive_cont .img_entry img {
		position: absolute;
		top: 0;
	}
	/*日付*/
	#archive_cont .day_entry {
		position: absolute;
		bottom: 0;
		right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		width: auto;
		height: auto;
		padding: 1vw 2vw;
		font-size: 1.4rem;
	}
	/*タイトル*/
	#archive_cont .title_entry {
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.5;
		margin: 2.5vw 0;
		overflow: hidden;
	}
	/*抜粋or本文*/
	#archive_cont .txt_entry {
		font-size: 1.4rem;
		line-height: 1.5;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	/*カテゴリー*/
	#archive_cont .cat_entry {
		position: absolute;
		top: 2.5vw;
		left: 0;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	#archive_cont .cat_entry .cat_box {
		display: none;
	}
	#archive_cont .cat_entry .cat_box:first-child {
		display: flex;
		align-items: center;
		width: auto;
		height: auto;
		padding: 1vw 2.5vw;
		font-size: 1.2rem;
		line-height: 1;
	}
	/*////////////////////////////////////*/

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ページャー
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	.page_nav_box {
		margin: 0 0 80px;
	}
	.page_nav_box .wp-pagenavi {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		text-align: center;
		margin: 0 0 8px;
	}
	.page_nav_box .wp-pagenavi a,
	.page_nav_box .wp-pagenavi span {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 48px;
		height: 48px;
		padding: 0;
		margin: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		border: 1px solid;
	}
	/*件数*/
	.page_nav_box .kensu {
		font-size: 1.4rem;
		line-height: 1;
		text-align: center;
	}
	/*////////////////////////////////////*/

	/*ここまで*/
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

/*WT*/
@media screen and (min-width: 960px) and (max-width: 1279px) {
	/*ここから*/
	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
投稿共通
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	.post_style {
		margin: 110px 0 0;
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
SINGLE
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ページタイトル
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	.post_type_head {
		width: 100%;
		height: 400px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	.title_box {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 40%;
		height: 100%;
		padding: 0 40px 20px;
		background: rgba(255, 255, 255, 0.72);
	}
	.title_box .title {
		font-size: 5.6rem;
	}
	.title_box .sub_title {
		font-size: 1.6rem;
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
記事
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	#blog_wrap {
		width: 100%;
		overflow: hidden;
	}
	#blog_area {
		width: 70%;
		overflow: hidden;
	}
	#blog_cont {
	}

	/*ブログヘッダー
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	.blog_head {
		padding: 0 0 0 16px;
		margin-bottom: 48px;
	}
	/*カテゴリー
====================================*/
	.blog_head .cat_entry {
		position: relative;
		left: -16px;
		float: left;
		display: flex;
		flex-wrap: wrap;
	}
	.blog_head .cat_entry .cat_box {
		padding: 0 16px;
		height: 32px;
		margin: 0 16px 16px 0;
		font-size: 1.6rem;
	}
	/*公開日・更新日
====================================*/
	.blog_head .day_entry {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: 100%;
		font-size: 1.2rem;
		padding: 0;
	}
	/*時計アイコン*/
	.blog_head .day_entry span::before {
		top: 1px;
		margin: 0 8px 0 0;
	}
	/*記事タイトル
====================================*/
	.blog_head .blog_title {
		clear: both;
		font-size: 3.2rem;
		line-height: 1.8;
		margin: 16px 0;
	}
	/*タグ
====================================*/
	.blog_head .tag_entry {
		font-size: 1.2rem;
		margin-bottom: 24px;
	}
	/*SNSシェアボタン
====================================*/
	/*記事下*/
	.sns_share_bottom {
		margin-bottom: 104px;
	}
	/*本体*/
	.share_btn_cont .sb_box {
		padding: 0 8px;
		margin: 0 16px 0 0;
	}
	.share_btn_cont .sb_link {
		padding: 3px 0 3px;
	}
	/*アイコン*/
	.share_btn_cont .sb_box .lab {
		margin-right: 4px;
	}
	/*テキスト*/
	.share_btn_cont .sb_box .txt {
		font-size: 1.2rem;
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
本文
====================================*/
	#blog_box {
		padding: 0 0 0 16px;
		margin: 0 0 80px;
		line-height: 1.7;
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
  付属部分
====================================*/
	.annexed_cont {
		padding: 0 0 0 16px;
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
著者情報
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	#author_area {
		padding: 32px;
		margin: 0 0 64px;
		border-width: 1px;
	}
	/*タイトル
====================================*/
	#author_area .aa_title {
		font-size: 2rem;
		margin: 0 0 24px;
	}
	#author_area .aa_title::before {
		font-size: 2rem;
		margin: 0 16px 0 0;
	}
	/*左側
====================================*/
	#author_area .wrap_l {
		width: 168px;
		height: 168px;
		margin: 0 40px 0 4px;
	}
	/*画像*/
	#author_area .img_box {
		position: relative;
		width: 100%;
	}
	#author_area .img_box::before {
		content: "";
		display: block;
		padding-top: 100%;
	}
	#author_area .img_box img {
		position: absolute;
		top: 0;
	}

	/*右側
====================================*/
	/*著者名*/
	#author_area .author_name {
		font-size: 20px;
		font-weight: bold;
		margin: 12px 0 20px;
	}
	/*テキスト*/
	#author_area .author_txt {
		margin: 0 0 48px;
	}
	#author_area .author_txt p {
		font-size: 1.6rem;
	}

	/*その他
====================================*/
	#author_area .other {
		display: flex;
		justify-content: flex-end;
		width: 100%;
		margin-top: 8px;
	}
	/*SNS*/
	#author_area .user_sns {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		width: auto;
		list-style: none;
		padding: 0;
		margin: 0 4px 0 0;
	}
	#author_area li {
		width: 24px;
		height: 24px;
		overflow: hidden;
		margin: 0 24px 0 0;
	}
	#author_area li a {
		display: block;
	}

	/*この著者の記事一覧*/
	#author_area .author_btn {
		width: 172px;
		height: 40px;
		margin: 0;
		border-width: 1px;
	}
	#author_area .author_btn span {
		font-size: 1.4rem;
	}
	#author_area .author_btn span::after {
		font-size: 1.4rem;
		margin: 0 0 0 8px;
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
コメント
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	#comments_wrap {
		padding: 0 0 0 2.5vw;
		margin: 0 0 64px;
	}
	/*コメントがあった場合のタイトル*/
	#comments_wrap #comments {
		display: flex;
		align-items: center;
		font-size: 2rem;
		line-height: 1;
		padding: 0 0 16px 16px;
		margin: 0 0 24px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}
	#comments_wrap #comments::before {
		content: "insert_comment";
		font-family: "Material Icons";
		font-size: 2.6rem;
		margin: 0 16px 0 0;
	}
	/*ナビ*/
	#comments_wrap .navigation {
		overflow: hidden;
		margin-bottom: 20px;
	}
	/*コメントリスト（複数人の場合）*/
	#comments_wrap .commentlist {
		overflow: hidden;
		list-style: none;
		padding: 0 0 0 16px;
	}
	/*li*/
	#comments_wrap .commentlist > li {
		overflow: hidden;
		margin: 0 0 32px;
		border-bottom-width: 1px;
		border-bottom-style: dashed;
	}
	/*子*/
	#comments_wrap .commentlist .children {
		list-style: none;
		padding: 0 0 0 40px;
	}
	#comments_wrap .commentlist .children li {
		padding: 0 0 0 10px;
	}
	/*コメント欄*/
	#comments_wrap .comment-meta {
		position: relative;
	}
	/*コメント投稿者*/
	#comments_wrap .comment-author {
		display: flex;
	}
	#comments_wrap .comment-author img {
		width: 72px;
		height: 72px;
		margin: 0 16px 0 0;
	}
	#comments_wrap .comment_entry {
		width: calc(100% - 88px);
		padding-bottom: 24px;
	}
	#comments_wrap .comment_entry.w-100 {
		width: 100%;
	}
	#comments_wrap .comment-author b,
	#comments_wrap .comment-author span {
		font-size: 1.6rem;
	}
	/*日付*/
	#comments_wrap .comment-metadata {
		font-size: 1.4rem;
	}
	#comments_wrap .comment-awaiting-moderation {
		margin-bottom: 10px;
		text-align: right;
	}
	/*コメントの枠*/
	#comments_wrap .comment-content {
		width: 100%;
		overflow: hidden;
		padding: 8px 0;
		margin: 0 0 16px;
		font-size: 1.6rem;
		line-height: 1.6;
	}
	/*返信ボタン*/
	#comments_wrap .reply {
		display: flex;
		overflow: hidden;
		width: 100%;
		margin-bottom: 16px;
	}
	#comments_wrap .reply a {
		font-size: 1.6rem;
		text-decoration: underline;
	}

	/*コメント*/
	#comments_wrap .comment-respond {
		width: 100%;
		overflow: hidden;
		margin: 0 0 64px;
	}
	/*エリアタイトル*/
	#comments_wrap #reply-title {
		display: flex;
		align-items: center;
		font-size: 2rem;
		line-height: 1;
		padding: 0 0 16px 16px;
		margin: 0 0 24px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}
	#comments_wrap #reply-title::before {
		content: "add_comment";
		font-family: "Material Icons";
		font-size: 2.6rem;
		margin: 0 16px 0 0;
	}
	/*コメントフォーム*/
	#comments_wrap .comment-form {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 0 0 0 16px;
	}
	/*テキスト*/
	#comments_wrap .comment-notes,
	#comments_wrap .logged-in-as {
		font-size: 1.6rem;
		line-height: 1.6;
		margin: 0 0 32px;
	}
	/*必須*/
	#comments_wrap .required {
		color: #ad0505;
	}

	/*入力欄ラベル*/
	#comments_wrap .comment-form-author label,
	#comments_wrap .comment-form-email label,
	#comments_wrap .comment-form-url label,
	#comments_wrap .comment-form-comment label {
		display: block;
		font-size: 1.4rem;
		margin: 0 0 16px;
	}
	/*入力エリア*/
	#comments_wrap .comment-form-author,
	#comments_wrap .comment-form-email,
	#comments_wrap .comment-form-url,
	#comments_wrap .comment-form-comment {
		margin: 0 0 32px;
	}
	/*Textarea*/
	#comments_wrap .comment-form-comment textarea {
		width: 100%;
		height: 120px;
		padding: 4px;
		box-sizing: border-box;
		border-width: 1px;
		border-style: solid;
		font-size: 1.4rem;
	}
	/*Input：名前、メール、サイト*/
	#comments_wrap .comment-form-author input[type="text"],
	#comments_wrap .comment-form-email input[type="email"],
	#comments_wrap .comment-form-url input[type="url"] {
		width: 100%;
		height: 40px;
		padding: 4px;
		box-sizing: border-box;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		border-width: 1px;
		border-style: solid;
		font-size: 1.4rem;
	}
	/*送信ボタン*/
	#comments_wrap .form-submit {
		text-align: center;
		padding: 10px 0px;
	}
	#comments_wrap .form-submit input[type="submit"] {
		width: 60%;
		height: 56px;
		border: 0;
		cursor: pointer;
		font-size: 1.4rem;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
	}

	#comments_wrap .form-submit input:focus {
		border: none;
	}
	#comments_wrap .nocomments {
		display: none;
		padding: 20px 0;
		margin-bottom: 30px;
		border-top: 1px dotted rgba(0, 0, 0, 0.5);
		border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ページナビ（次の記事、前の記事）
====================================*/
	#pn_pager {
		width: 100%;
		overflow: hidden;
		padding: 0 0 0 2.5vw;
		margin: 64px auto;
	}
	#pn_pager .pre_p,
	#pn_pager .next_p {
		width: 48%;
		font-size: 1.6rem;
		line-height: 1.4;
	}
	#pn_pager .pre_p {
		float: left;
		text-align: left;
	}
	#pn_pager .next_p {
		float: right;
		text-align: right;
	}
	/*前の記事*/
	#pn_pager .txt_l {
		display: flex;
		align-items: center;
		font-size: 1.2rem;
		margin: 0 0 24px;
	}
	#pn_pager .txt_l::before {
		content: "\f3d2";
		display: flex;
		justify-content: center;
		align-items: center;
		width: 32px;
		height: 32px;
		margin: 0 16px;
		color: #c6bfb6;
		font-family: "Ionicons";
		font-size: 2rem;
		border: 1px solid #c6bfb6;
	}
	/*次の記事*/
	#pn_pager .txt_r {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		font-size: 1.2rem;
		margin: 0 0 24px;
	}
	#pn_pager .txt_r::after {
		content: "\f3d3";
		display: flex;
		justify-content: center;
		align-items: center;
		width: 32px;
		height: 32px;
		margin: 0 16px;
		color: #c6bfb6;
		font-family: "Ionicons";
		font-size: 2rem;
		border: 1px solid #c6bfb6;
	}
	/*画像とタイトル*/
	#pn_pager .pn_entry {
		width: 100%;
	}
	/*画像*/
	#pn_pager .pn_img {
		position: relative;
		width: 15vw;
		overflow: hidden;
	}
	#pn_pager .pn_img::before {
		content: "";
		display: block;
		padding-top: 67%;
	}
	#pn_pager .pn_img img {
		position: absolute;
		top: 0;
		left: 0;
	}
	/*記事タイトル*/
	#pn_pager .pn_title {
		width: calc(100% - 17vw);
		font-size: 1.4rem;
		line-height: 1.4;
		padding: 0.625vw 0 0 0;
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
  関連記事
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	.related_post_area {
		margin: 88px 0 104px;
	}
	/*エリアタイトル*/
	.related_post_area .area_title {
		font-size: 2rem;
		padding: 0 0 16px 16px;
		margin: 0 0 32px;
	}
	.related_post_area .area_title:before {
		font-size: 2.6rem;
		margin: 0 16px 0 0;
	}
	/*ul*/
	.related_post_cont {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
	}
	/*li*/
	.related_post_cont li {
		width: calc(100% / 3);
		overflow: hidden;
		padding: 0 16px;
		margin: 0 0 40px 0;
	}
	/*タイトル*/
	.related_post_cont .title_entry {
		font-size: 1.6rem;
		margin: 16px 0 0;
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ARCHIVE
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	#archive_wrap {
	}
	#archive_area {
		width: 70%;
	}
	/*ul
====================================*/
	#archive_cont {
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		width: 100%;
		list-style: none;
		padding: 0;
		margin: 0 0 96px;
	}
	/*サイドバー有り*/
	#archive_cont.on_side {
		justify-content: space-between;
	}
	/*サイドバー無し*/
	#archive_cont.no_side {
		justify-content: flex-start;
	}
	/*li コンテンツ
====================================*/
	/*サイドバー有り*/
	#archive_cont .box {
		position: relative;
		width: 48%;
		overflow: hidden;
		padding: 0 0 0 16px;
		margin: 0 0 64px 0;
	}
	/*サイドバー無し*/
	#archive_cont.no_side .box {
		width: 32%;
		margin: 0 2% 64px 0;
	}
	#archive_cont.no_side .box:nth-child(3n) {
		margin: 0 0 64px 0;
	}
	/*画像
====================================*/
	#archive_cont .img_entry {
		position: relative;
		width: 100%;
		overflow: hidden;
		margin: 0;
	}
	#archive_cont .img_entry::before {
		content: "";
		display: block;
		padding-top: 67%;
	}
	#archive_cont .img_entry img {
		position: absolute;
		top: 0;
	}
	/*日付*/
	#archive_cont .day_entry {
		position: absolute;
		bottom: 0;
		right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		width: auto;
		height: auto;
		padding: 4px 12px;
		font-size: 1.4rem;
	}
	/*タイトル*/
	#archive_cont .title_entry {
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.5;
		margin: 16px 0;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	/*抜粋or本文*/
	#archive_cont .txt_entry {
		font-size: 1.4rem;
		line-height: 1.5;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	/*カテゴリー*/
	#archive_cont .cat_entry {
		position: absolute;
		top: 18px;
		left: 0;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	#archive_cont .cat_entry .cat_box {
		display: none;
	}
	#archive_cont .cat_entry .cat_box:first-child {
		display: flex;
		align-items: center;
		width: auto;
		height: 32px;
		padding: 0 16px;
		font-size: 1.6rem;
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
検索
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	#archive_cont .search_box {
		margin-bottom: 40px;
	}
	#archive_cont .search_box .post_head {
		align-items: center;
	}
	/*画像
===============================*/
	#archive_cont .search_box .img_frame {
		width: 128px;
	}

	/*entry
===============================*/
	#archive_cont .search_box .entry {
		width: calc(100% - 128px - 24px);
	}
	/*タイトル*/
	#archive_cont .search_box .title_entry {
		margin: 0 0 16px;
		line-height: 1;
		-webkit-line-clamp: 1;
	}
	/*テキスト*/
	#archive_cont .txt_entry {
		-webkit-line-clamp: 2;
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ページャー
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	.page_nav_box {
		margin: 0 0 80px;
	}
	.page_nav_box .wp-pagenavi {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		text-align: center;
		margin: 0 0 24px;
	}
	.page_nav_box .wp-pagenavi a,
	.page_nav_box .wp-pagenavi span {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 32px;
		height: 32px;
		padding: 0;
		margin: 8px;
		font-size: 1.4rem;
		font-weight: bold;
		border: 1px solid;
	}
	.page_nav_box .kensu {
		font-size: 1.4rem;
		line-height: 1;
		text-align: center;
	}

	/*ここまで*/
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

/*WPC*/
@media only screen and (min-width: 1280px) {
	/*ここから*/
	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
投稿共通
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	.post_style {
		margin: 110px 0 0;
	}
	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ページタイトル
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	.post_type_head {
		width: 100%;
		height: 400px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	.title_box {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 40%;
		height: 100%;
		padding: 0 40px 20px calc((100% - 1280px) / 2);
		background: rgba(255, 255, 255, 0.72);
	}
	.title_box .title {
		font-size: 5.6rem;
	}
	.title_box .sub_title {
		font-size: 1.6rem;
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
パスワード保護
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
記事
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	#blog_wrap {
		width: 100%;
		overflow: hidden;
	}
	#blog_area {
		width: 832px;
		overflow: hidden;
	}
	#blog_cont {
	}

	/*ブログヘッダー
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	.blog_head {
		padding: 0 0 0 16px;
		margin-bottom: 48px;
	}

	/*カテゴリと公開日・更新日
====================================*/
	.cat_date_wrap {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	/*カテゴリ
====================================*/
	.blog_head .cat_entry {
		position: relative;
		left: -16px;
		float: left;
		display: flex;
		flex-wrap: wrap;
		width: auto;
	}
	.blog_head .cat_entry .cat_box {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 16px;
		height: 32px;
		margin: 0 16px 16px 0;
		font-size: 1.6rem;
	}
	/*公開日・更新日
====================================*/
	.blog_head .day_entry {
		display: flex;
		align-items: center;
		font-size: 1.4rem;
		padding: 18px 0 0;
		width: auto;
		margin: 0 0 0 auto;
	}
	/*時計アイコン*/
	.blog_head .day_entry span::before {
		top: 0;
		font-size: 1.4rem;
		margin: 0 4px 0 0;
	}
	/*記事タイトル
====================================*/
	.blog_head .blog_title {
		clear: both;
		font-size: 3.2rem;
		line-height: 1.8;
		margin: 4px 0 20px 0;
	}
	/*タグ
====================================*/
	.blog_head .tag_entry {
		font-size: 1.2rem;
		margin-bottom: 24px;
	}

	/*SNSシェアボタン
====================================*/
	/*記事下*/
	.sns_share_bottom {
		margin-bottom: 104px;
	}
	/*本体*/
	.share_btn_cont .sb_box {
		padding: 0 8px;
		margin: 0 16px 0 0;
	}
	.share_btn_cont .sb_link {
		padding: 3px 0 3px;
	}
	/*アイコン*/
	.share_btn_cont .sb_box .lab {
		margin-right: 4px;
	}

	.la-facebook-square:before,
	.la-twitter:before,
	.la-line:before,
	.la-get-pocket:before {
		width: 12px;
		height: 12px;
	}

	/*テキスト*/
	.share_btn_cont .sb_box .txt {
		font-size: 1.2rem;
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
本文
====================================*/
	.post_wrap {
		padding: 0 0 0 16px;
	}
	#blog_box {
		padding: 0 0 0 0px;
		margin-bottom: 80px;
		line-height: 2;
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
  付属部分
====================================*/
	.annexed_cont {
		padding: 0 0 0 16px;
	}
	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
著者情報
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	#author_area {
		padding: 32px;
		margin: 0 0 64px;
		border-width: 1px;
	}
	/*タイトル
====================================*/
	#author_area .aa_title {
		font-size: 2rem;
		margin: 0 0 24px;
	}
	#author_area .aa_title::before {
		font-size: 2rem;
		margin: 0 16px 0 0;
	}

	#author_area .entry {
		margin-left: 4px;
	}
	/*左側
====================================*/
	#author_area .wrap_l {
		width: 168px;
		height: 168px;
		overflow: hidden;
		margin: 0 40px 0 4px;
	}
	/*画像*/
	#author_area .img_box {
		position: relative;
		width: 100%;
	}
	#author_area .img_box::before {
		content: "";
		display: block;
		padding-top: 100%;
	}
	#author_area .img_box img {
		position: absolute;
		top: 0;
	}

	/*右側
====================================*/
	/*著者名*/
	#author_area .author_name {
		font-size: 20px;
		font-weight: bold;
		margin: 8px 0 16px;
	}
	/*テキスト*/
	#author_area .author_txt {
		margin: 0 0 24px;
	}
	#author_area .author_txt p {
		font-size: 1.6rem;
	}

	/*その他
====================================*/
	#author_area .other {
		display: flex;
		justify-content: flex-end;
		width: 100%;
		margin-top: 8px;
	}
	/*SNS*/
	#author_area .user_sns {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		width: auto;
		list-style: none;
		padding: 0;
		margin: 0 4px 0 0;
	}
	#author_area li {
		width: 24px;
		height: 24px;
		overflow: hidden;
		margin: 0 24px 0 0;
	}
	#author_area li a {
		display: block;
	}
	/*この著者の記事一覧*/
	#author_area .author_btn {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 172px;
		height: 40px;
		margin: 0;
		border-width: 1px;
		border-style: solid;
	}
	#author_area .author_btn span {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.4rem;
		line-height: 1;
	}
	#author_area .author_btn span::after {
		content: "\f125";
		font-family: "Ionicons";
		font-size: 1.4rem;
		margin: 0 0 0 8px;
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
コメント
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	#comments_wrap {
		padding: 0;
		margin: 0 0 64px;
	}
	/*コメントがあった場合のタイトル*/
	#comments_wrap #comments {
		display: flex;
		align-items: center;
		font-size: 2rem;
		line-height: 1;
		padding: 0 0 16px 16px;
		margin: 0 0 24px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}
	#comments_wrap #comments::before {
		content: "message";
		font-family: "Material Icons";
		font-size: 2.6rem;
		margin: 0 16px 0 0;
	}
	/*ナビ*/
	#comments_wrap .navigation {
		overflow: hidden;
		margin-bottom: 20px;
	}
	/*コメントリスト（複数人の場合）*/
	#comments_wrap .commentlist {
		overflow: hidden;
		list-style: none;
		padding: 0 0 0 16px;
	}
	/*li*/
	#comments_wrap .commentlist > li {
		overflow: hidden;
		margin: 0 0 32px;
		border-bottom-width: 1px;
		border-bottom-style: dashed;
	}
	/*子*/
	#comments_wrap .commentlist .children {
		list-style: none;
		padding: 0 0 0 40px;
	}
	#comments_wrap .commentlist .children li {
		padding: 0 0 0 10px;
	}
	/*コメント欄*/
	#comments_wrap .comment-meta {
		position: relative;
	}
	/*コメント投稿者*/
	#comments_wrap .comment-author {
		display: flex;
	}
	#comments_wrap .comment-author img {
		width: 72px;
		height: 72px;
		margin: 0 16px 0 0;
	}
	#comments_wrap .comment_entry {
		width: calc(100% - 88px);
		padding-bottom: 24px;
	}
	#comments_wrap .comment_entry.w-100 {
		width: 100%;
	}
	#comments_wrap .comment-author b,
	#comments_wrap .comment-author span {
		font-size: 1.6rem;
	}
	/*日付*/
	#comments_wrap .comment-metadata {
		font-size: 1.4rem;
	}
	#comments_wrap .comment-awaiting-moderation {
		margin-bottom: 10px;
		text-align: right;
	}
	/*コメントの枠*/
	#comments_wrap .comment-content {
		width: 100%;
		overflow: hidden;
		padding: 8px 0;
		margin: 0 0 16px;
		font-size: 1.6rem;
		line-height: 1.6;
	}
	/*返信ボタン*/
	#comments_wrap .reply {
		display: flex;
		overflow: hidden;
		width: 100%;
		margin-bottom: 16px;
	}
	#comments_wrap .reply a {
		font-size: 1.6rem;
		text-decoration: underline;
	}

	/*コメント*/
	#comments_wrap .comment-respond {
		width: 100%;
		overflow: hidden;
		margin: 0 0 64px;
	}
	/*エリアタイトル*/
	#comments_wrap #reply-title {
		display: flex;
		align-items: center;
		font-size: 2rem;
		line-height: 1;
		padding: 0 0 16px 16px;
		margin: 0 0 24px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}
	#comments_wrap #reply-title::before {
		content: "add_comment";
		font-family: "Material Icons";
		font-size: 2.6rem;
		margin: 0 16px 0 0;
	}
	/*コメントフォーム*/
	#comments_wrap .comment-form {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 0 0 0 24px;
	}
	/*テキスト*/
	#comments_wrap .comment-notes,
	#comments_wrap .logged-in-as {
		font-size: 1.6rem;
		line-height: 1.6;
		margin: 0 0 32px;
	}
	/*必須*/
	#comments_wrap .required {
		color: #ad0505;
	}

	/*入力欄ラベル*/
	#comments_wrap .comment-form-author label,
	#comments_wrap .comment-form-email label,
	#comments_wrap .comment-form-url label,
	#comments_wrap .comment-form-comment label {
		display: block;
		font-size: 1.4rem;
		margin: 0 0 16px;
	}
	/*入力エリア*/
	#comments_wrap .comment-form-author,
	#comments_wrap .comment-form-email,
	#comments_wrap .comment-form-url,
	#comments_wrap .comment-form-comment {
		margin: 0 0 32px;
	}
	/*Textarea*/
	#comments_wrap .comment-form-comment textarea {
		width: 100%;
		height: 120px;
		padding: 4px;
		box-sizing: border-box;
		border-width: 1px;
		border-style: solid;
		font-size: 1.4rem;
	}
	/*Input：名前、メール、サイト*/
	#comments_wrap .comment-form-author input[type="text"],
	#comments_wrap .comment-form-email input[type="email"],
	#comments_wrap .comment-form-url input[type="url"] {
		width: 100%;
		height: 40px;
		padding: 4px;
		box-sizing: border-box;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		border-width: 1px;
		border-style: solid;
		font-size: 1.4rem;
	}
	/*送信ボタン*/
	#comments_wrap .form-submit {
		text-align: left;
		padding: 10px 0px;
	}
	#comments_wrap .form-submit input[type="submit"] {
		width: 128px;
		height: 40px;
		border: 0;
		cursor: pointer;
		font-size: 1.2rem;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
	}

	#comments_wrap .form-submit input:focus {
		border: none;
	}
	#comments_wrap .nocomments {
		display: none;
		padding: 20px 0;
		margin-bottom: 30px;
		border-top: 1px dotted rgba(0, 0, 0, 0.5);
		border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ページナビ（次の記事、前の記事）
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	#pn_pager {
		width: 100%;
		overflow: hidden;
		padding: 0;
		margin: 64px auto;
	}

	#pn_pager .pre_p,
	#pn_pager .next_p {
		width: 41%;
		font-size: 1.6rem;
		line-height: 1.4;
	}
	#pn_pager .pre_p {
		float: left;
		text-align: left;
	}
	#pn_pager .next_p {
		float: right;
		text-align: right;
	}
	/*前の記事*/
	#pn_pager .txt_l {
		display: flex;
		align-items: center;
		font-size: 1.4rem;
		margin: 0 0 24px;
	}
	#pn_pager .txt_l::before {
		content: "\f3d2";
		display: flex;
		justify-content: center;
		align-items: center;
		width: 32px;
		height: 32px;
		margin: 0 16px;
		color: #c6bfb6;
		font-family: "Ionicons";
		font-size: 2rem;
		border: 1px solid #c6bfb6;
	}
	/*次の記事*/
	#pn_pager .txt_r {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		font-size: 1.4rem;
		margin: 0 0 24px;
	}
	#pn_pager .txt_r::after {
		content: "\f3d3";
		display: flex;
		justify-content: center;
		align-items: center;
		width: 32px;
		height: 32px;
		margin: 0 16px;
		color: #c6bfb6;
		font-family: "Ionicons";
		font-size: 2rem;
		border: 1px solid #c6bfb6;
	}
	/*画像とタイトル*/
	#pn_pager .pn_entry {
		width: 100%;
	}
	/*画像*/
	#pn_pager .pn_img {
		position: relative;
		width: 120px;
		overflow: hidden;
	}
	#pn_pager .pn_img::before {
		content: "";
		display: block;
		padding-top: 67%;
	}
	#pn_pager .pn_img img {
		position: absolute;
		top: 0;
		left: 0;
	}
	/*記事タイトル*/
	#pn_pager .pn_title {
		width: calc(100% - 134px);
		font-size: 1.6rem;
		line-height: 1.4;
		padding: 4px 0 0 0;
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
  関連記事
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	.related_post_area {
		margin: 88px 0 104px;
	}
	/*エリアタイトル*/
	.related_post_area .area_title {
		font-size: 2rem;
		padding: 0 0 16px 16px;
		margin: 0 0 32px;
	}
	.related_post_area .area_title:before {
		font-size: 2.6rem;
		margin: 0 16px 0 0;
	}
	/*ul*/
	.related_post_cont {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
	}
	/*li*/
	.related_post_cont li {
		width: calc(100% / 3);
		overflow: hidden;
		padding: 0 16px;
		margin: 0 0 40px 0;
	}
	/*タイトル*/
	.related_post_cont .title_entry {
		font-size: 1.6rem;
		margin: 16px 0 0;
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ARCHIVE
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	#archive_wrap {
	}
	#archive_area {
		width: 832px;
	}
	/*ul
====================================*/
	#archive_cont {
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		width: 100%;
		list-style: none;
		padding: 0;
		margin: 0 0 96px;
	}
	/*サイドバー有り*/
	#archive_cont.on_side {
		justify-content: space-between;
	}
	/*サイドバー無し*/
	#archive_cont.no_side {
		justify-content: flex-start;
	}
	/*li コンテンツ
====================================*/
	#archive_cont .box {
		position: relative;
		width: 400px;
		overflow: hidden;
		padding: 0 0 0 16px;
		margin: 0 0 64px 0;
	}
	/*サイドバー無し*/
	#archive_cont.no_side .box {
		margin: 0 26px 64px 0;
	}
	#archive_cont.no_side .box :nth-child(3) {
		margin: 0 0 64px 0;
	}
	/*画像
====================================*/
	#archive_cont .img_entry {
		position: relative;
		width: 100%;
		overflow: hidden;
		margin: 0;
	}
	#archive_cont .img_entry::before {
		content: "";
		display: block;
		padding-top: 67%;
	}
	#archive_cont .img_entry img {
		position: absolute;
		top: 0;
	}
	/*日付*/
	#archive_cont .day_entry {
		position: absolute;
		bottom: 0;
		right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		width: auto;
		height: auto;
		padding: 4px 12px;
		font-size: 1.4rem;
	}
	/*タイトル*/
	#archive_cont .title_entry {
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.5;
		margin: 16px 0;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	/*抜粋or本文*/
	#archive_cont .txt_entry {
		font-size: 1.4rem;
		line-height: 1.5;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	/*カテゴリー*/
	#archive_cont .cat_entry {
		position: absolute;
		top: 18px;
		left: 0;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	#archive_cont .cat_entry .cat_box {
		display: none;
	}
	#archive_cont .cat_entry .cat_box:first-child {
		display: flex;
		align-items: center;
		width: auto;
		height: 32px;
		padding: 0 16px;
		font-size: 1.6rem;
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
検索
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	#archive_cont .search_box {
		margin-bottom: 40px;
	}
	#archive_cont .search_box .post_head {
		align-items: center;
	}
	/*画像
===============================*/
	#archive_cont .search_box .img_frame {
		width: 128px;
	}

	/*entry
===============================*/
	#archive_cont .search_box .entry {
		width: calc(100% - 128px - 24px);
	}
	/*タイトル*/
	#archive_cont .search_box .title_entry {
		margin: 0 0 16px;
		line-height: 1;
		-webkit-line-clamp: 1;
	}
	/*テキスト*/
	#archive_cont .txt_entry {
		-webkit-line-clamp: 2;
	}

	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ページャー
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	.page_nav_box {
		margin: 0 0 80px;
	}
	.page_nav_box .wp-pagenavi {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		text-align: center;
		margin: 0 0 24px;
	}
	.page_nav_box .wp-pagenavi a,
	.page_nav_box .wp-pagenavi span {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 32px;
		height: 32px;
		padding: 0;
		margin: 8px;
		font-size: 1.4rem;
		font-weight: bold;
		border: 1px solid;
	}
	.page_nav_box .kensu {
		font-size: 1.4rem;
		line-height: 1;
		text-align: center;
	}

	/*ここまで*/
}
