@media screen and (min-width: 601px) {

.article__type-box {
	padding: 40px 30px;
	background-color: #fff;
	box-shadow: 0px 0px 3px #ddd;
	border-radius: 6px;
	position: relative;
}
.single .post-sub {
	line-height: 1.4;
	color: #444;
	overflow: hidden;
	margin-bottom: 10px;
}
.single .post-sub .post_info {
	float: left;
	width: 300px;
	font-size: 12px;
	color: #777;
	letter-spacing: 1px;
}
.single .post-sub .post_author {
	float: right;
	text-align: right;
	display: table;
	width: auto;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1;
}
.single .post-sub .post_author img,
.single .post-sub .post_author .name {
	display: table-cell;
	vertical-align: middle;
}
.single .post-sub .post_author img {
	width: 30px;
	height: 30px;
	display: block;
	object-fit: cover;
	padding-left: 3px;
	border-radius: 50%;
}
.single .eyecatch {
	margin-bottom: 35px;
}
.article .eyecatch img {
	display: block;
	border-radius: 20px;
}
.article-header__flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}
.article-header__flex .edit-tool {
	margin-bottom: 0;
	overflow: initial;
}

/*-----------------------------
	aside-single author-info
------------------------------*/
.author_info {
	padding: 25px;
	border: solid 1px #ddd;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
}
.author_info div.avatar {
	width: 150px;
	float: left;
	margin-right: 20px;
}
.author_info div.avatar img {
	width: 150px;
	height: 150px;
	object-fit: cover;
	display: block;
	border-radius: 50%;
}
.author_info .double-btn {
	text-align: center;
}
.author_info .double-btn a {
	display: inline-block;
	margin: 0 4px;
	padding: 5px 0;
	width: 200px;
	border: solid 1px #f80;
	border-radius: 30px;
	line-height: 1.1;
	color: #f80;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.author_info .double-btn a:hover {
	background-color: #f80;
	color: #fff;
}
.author_info dl {
	box-shadow: none;
}
.author_info .profile {
	padding-left: 170px;
	margin-bottom: 0;
	overflow: initial;
}
.author_info .profile dl {
	margin: 0;
	padding: 0;
	border: none;
	background-color: #fff;
	overflow: hidden;
}
.author_info .profile dl dt {
	margin: 0;
	padding: 0;
	font-size: 20px;
}
.author_info .profile dl dd {
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.author_info .profile dl dd p.prof-detail {
	margin: 10px 0 20px;
	padding: 0;
	line-height: 1.6;
}
.single .post-tag {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 35px;
}
.single .post-tag .material-icons-round {
	display: block;
	color: #888;
	font-size: 24px;
	width: 32px;
	margin-bottom: 5px;
}
.single .post-tag-list {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 32px);
	align-items: center;
}
.single .post-tag-list > li {
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0;
}
.single .post-tag-list > li:last-child {
	margin-right: 0;
	margin-bottom: 5px;
}
.single .post-tag-list > li:before {
	display: none;
}
.single .post-tag-list a {
	display: block;
	padding: 6px 12px;
	font-size: 12px;
	color: #666;
	background-color: #e5e5e5;
	border-radius: 50px;
	letter-spacing: 0.5px;
}
.single .post-tag-list a:hover {
	color: #555;
	background-color: #ccc;
	text-decoration: none;
}

/*-----------------------------
	aside-article-list
------------------------------*/
.aside-article-list {
	padding-top: 5px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.aside-article-list > li {
    width: 49%;
    margin-bottom: 20px;
}
.aside-article-list > li a {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
}
.aside-article-list .img {
	width: 100px;
}
.aside-article-list .img img {
	height: 66.6px;
	object-fit: cover;
	display: block;
	border-radius: 6px;
}
.aside-article-list .content {
	width: calc(100% - 100px);
	padding-left: 10px;
	box-sizing: border-box;
}
.aside-article-list .content .title {
	font-size: 14px;
	margin: 0;
	padding: 0px;
	line-height: 1.5;
	color: #333;
}
/*-----------------------------
	aside-topic-list
------------------------------*/
.aside-topic-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.aside-topic-list > li {
	width: 48%;
	margin-bottom: 20px;
}
.aside-topic-list > li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.aside-topic-list .img {
	width: 70px;
}
.aside-topic-list .img img {
	display: flex;
	width: 70px;
	height: 70px;
	object-fit: cover;
	border-radius: 50%;
}
.aside-topic-list .content {
	width: calc(100% - 70px);
	padding-left: 10px;
	box-sizing: border-box;
}
.aside-topic-list .title {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
}
.aside-topic-list .topic-info {
	margin-top: 8px;
	font-size: 11px;
}
.aside-topic-list .topic-info i img {
	width: 16px;
	max-height: 12px;
}
/*-----------------------------
	sns-bar SNS
------------------------------*/
.sns-list,
.article .sns-list {
	margin: 0 0 15px;
	overflow: hidden;
	display: flex;
}
.sns-list__center {
	justify-content: center;
}
.sns-list > li,
.article .sns-list > li {
	padding-left: 0;
	margin-right: 12px;
	margin-bottom: 0;
}
.sns-list > li:last-child,
.article .sns-list > li:last-child {
	margin-right: 0;
}
.sns-list > li:before,
.article .sns-list > li:before {
	display: none;
}
.sns-list li a {
	position: relative;
	width: 32px;
	height: 32px;
	display: inline-block;
	border-radius: 50%;
	box-shadow: 0px 2px 6px rgba(200, 200, 200, 0.3);
	z-index: 1;
	line-height: 1;
}
.sns-list li .icon {
	position: absolute;
	color: #fff;
	z-index: 2;
	top: 0;
	left: 0;
}
.sns-list li .icon-room {
	font-size: 20px;
	top: 5.5px;
	left: 6.5px;
}
.sns-list li .icon-twitter {
	font-size: 18px;
	top: 6px;
	left: 4.5px;
}
.sns-list li .icon-x {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 8px;
	left: 8px;
	color: #fff;
	z-index: 2;
}
.sns-list li .icon-facebook {
	font-size: 19px;
	top: 6px;
	left: 3px;
}
.sns-list li .icon-line {
	font-size: 18px;
	top: 6px;
	left: 4px;
}
.sns-list li .icon-instagram {
	font-size: 18px;
	top: 5.5px;
	left: 4.5px;
}
.sns-list li.room a {
	background-color: #836449;
}
.sns-list li.twitter a {
	background-color: #000;
}
.sns-list li.facebook a {
	background-color: #3b5998;
}
.sns-list li.line a {
	background-color: #25af00;
}
.sns-list > li.instagram a {
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.sns-list li a:hover {
	opacity: 0.7;
}
/*-----------------------------------
	reaction リアクション いいね 共感
------------------------------------*/
.reaction-box {
	margin-top: 30px;
	margin-bottom: 20px;
}
.reaction-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	justify-content: center;
}
.reaction-list-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.reaction-btn {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	cursor: pointer;
	margin-left: 8px;
	line-height: 1;
}
.reaction-list-item:first-child .reaction-btn {
	margin-left: 0;
}
.reaction-box .count-box {
	margin-right: 8px;
	margin-left: 4px;
	font-size: 10px;
	color: #666;
	border: solid 1px #ccc;
	display: inline-block;
	padding: 1px 3px 2px 4px;
	line-height: 1;
	border-radius: 4px;
	position: relative;
	top: 1px;
}
.reaction-list-item:first-child .reaction-box .count-box {
	margin-right: 0;
}
.reaction-box .count-box:after,
.reaction-box .count-box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.reaction-box .count-box:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 2.5px;
	margin-top: -2.5px;
}
.reaction-box .count-box:before {
	border-color: rgba(204, 204, 204, 0);
	border-right-color: #ccc;
	border-width: 3.5px;
	margin-top: -3.5px;
}
.reaction-label {
	font-size: 11px;
	font-weight: bold;
	color: #f17171;
	letter-spacing: 0;
}
.topic-footer .reaction-list {
	margin: 65px 0 20px;
}
.topic-footer .reaction-list li {
	margin: 0 5px;
	padding: 0;
}
.topic-footer .reaction-list li:before {
	display: none;
}

}




@media screen and (max-width: 600px) {

.article__type-box {
	padding: 30px 12.5px;
	background-color: #fff;
	box-shadow: 0px 0px 3px #ddd;
	border-radius: 6px;
	position: relative;
}
.single .post-sub {
	overflow: hidden;
	margin-bottom: 8px;
}
.single .post-sub .post_info {
	float: left;
	font-size: 11px;
	line-height: 1.4;
}
.single .post-sub .post_author {
	display: table;
	float: right;
	line-height: 1;
	font-size: 12px;
}
.single .post-sub .post_author .name,
.single .post-sub .post_author img {
	display: table-cell;
	vertical-align: middle;
}
.single .post-sub .post_author img {
	width: 30px;
	height: 30px;
	display: block;
	object-fit: cover;
	border-radius: 50%;
	padding-left: 3px;
}
.single .eyecatch {
	margin-bottom: 30px;
}
.single .eyecatch img,
.article .eyecatch img {
	display: block;
	border-radius: 20px;
}
.article-header__flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}
.article-header__flex .edit-tool {
	margin-bottom: 0;
	overflow: initial;
}
.single .post-tag {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 35px;
}
.single .post-tag .material-icons-round {
	display: block;
	color: #888;
	font-size: 22px;
	width: 30px;
	margin-bottom: 4px;
}
.single .post-tag-list {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 30px);
	align-items: center;
}
.single .post-tag-list > li {
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 0;
}
.single .post-tag-list > li:last-child {
	margin-right: 0;
	margin-bottom: 4px;
}
.single .post-tag-list > li:before {
	display: none;
}
.single .post-tag-list a {
	display: block;
	padding: 5px 10px;
	font-size: 11px;
	color: #666;
	background-color: #e5e5e5;
	border-radius: 50px;
	letter-spacing: 0.5px;
}
.single .post-tag-list a:hover {
	color: #555;
	background-color: #ccc;
	text-decoration: none;
}
/*-----------------------------
ブログ：Author
------------------------------*/
.author_info {
	padding: 20px 10px;
	border: solid 1px #ddd;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	font-size: 14px;
}
.author_info div.avatar {
	float: left;
	width: 80px;
	margin-right: 10px;
}
.author_info div.avatar img.avatar {
	width: 80px;
	height: 80px;
	object-fit: cover;
	display: block;
	border-radius: 50%;
}
.author_info .profile {
	padding-left: 90px;
	padding-bottom: 0;
	overflow: initial;
}
.author_info .profile dl {
	margin: 0;
	padding: 0;
	background-color: #fff;
	border: none;
}
.author_info .profile dt {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}
.author_info p.prof-detail {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	letter-spacing: 1px;
	font-size: 13px;
}
.author_info .double-btn {
	text-align: center;
	margin-top: 12px;
}
.author_info .double-btn a {
	display: block;
	margin: 0 2px;
	padding: 5px 0;
	border: solid 1px #f80;
	border-radius: 30px;
	line-height: 1.1;
	letter-spacing: 0;
	color: #f80;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.author_info .double-btn a:hover {
	background-color: #f80;
	color: #fff;
}

/*-----------------------------
	aside-article-list
------------------------------*/
.aside-article-list {
	padding-top: 5px;
}
.aside-article-list > li {
	margin-bottom: 20px;
	width: auto;
}
.aside-article-list li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.aside-article-list .img {
	width: 90px;
}
.aside-article-list .img img {
	height: 60px;
	object-fit: cover;
	display: block;
	border-radius: 6px;
}
.aside-article-list .content {
	width: calc(100% - 90px);
	padding-left: 10px;
	box-sizing: border-box;
}
.aside-article-list .content .title {
	font-size: 13px;
	margin: 0;
	padding: 0px;
	border: none;
	line-height: 1.5;
	color: #333;
}
/*-----------------------------
	aside-topic-list
------------------------------*/
.aside-topic-list {
}
.aside-topic-list > li {
	margin-bottom: 15px;
}
.aside-topic-list > li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 15px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 5px #ddd;
}
.aside-topic-list .img {
	width: 60px;
}
.aside-topic-list .img img {
	display: flex;
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 50%;
}
.aside-topic-list .content {
	width: calc(100% - 60px);
	padding-left: 10px;
	box-sizing: border-box;
}
.aside-topic-list .title {
	margin-bottom: 0;
	font-size: 13px;
	line-height: 1.5;
	color: #333;
}
.aside-topic-list .topic-info {
	margin-top: 8px;
	font-size: 10px;
}
.aside-topic-list .topic-info i img {
	width: 17px;
	max-height: 11px;
}
/*-----------------------------
	sns-bar SNS
------------------------------*/
.sns-list,
.article .sns-list {
	margin: 0 0 15px;
	display: flex;
}
.sns-list__center {
	justify-content: center;
}
.sns-list > li,
.article .sns-list > li {
	padding-left: 0;
	margin-right: 12px;
	margin-bottom: 0;
}
.sns-list li:last-child,
.article .sns-list li:last-child {
	margin-right: 0;
}
.sns-list li:before,
.article .sns-list li:before {
	display: none;
}
.sns-list li a {
	position: relative;
	width: 32px;
	height: 32px;
	display: inline-block;
	border-radius: 50%;
	box-shadow: 0px 2px 6px rgba(200, 200, 200, 0.3);
	z-index: 1;
	line-height: 1;
}
.sns-list li .icon {
	position: absolute;
	color: #fff;
	z-index: 2;
	top: 0;
	left: 0;
}
.sns-list li .icon-room {
	font-size: 20px;
	top: 5.5px;
	left: 6.5px;
}
.sns-list li .icon-twitter {
	font-size: 18px;
	top: 6px;
	left: 4.5px;
}
.sns-list li .icon-x {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 8px;
	left: 8px;
	color: #fff;
	z-index: 2;
}
.sns-list li .icon-facebook {
	font-size: 19px;
	top: 7px;
	left: 3px;
}
.sns-list li .icon-line {
	font-size: 18px;
	top: 7px;
	left: 4px;
}
.sns-list li .icon-instagram {
	font-size: 18px;
	top: 5.5px;
	left: 4.5px;
}
.sns-list li.room a {
	background-color: #836449;
}
.sns-list li.twitter a {
	background-color: #000;
}
.sns-list li.facebook a {
	background-color: #3b5998;
}
.sns-list li.line a {
	background-color: #25af00;
}
.sns-list > li.instagram a {
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.sns-list li a:hover {
	opacity: 0.7;
}
/*-----------------------------------
	reaction リアクション いいね 共感
------------------------------------*/
.reaction-box {
	margin-top: 30px;
	margin-bottom: 10px;
}
.reaction-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	justify-content: center;
}
.reaction-list-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
.reaction-btn {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	cursor: pointer;
	margin-left: 10px;
	line-height: 1;
}
.reaction-list-item:first-child .reaction-btn {
	margin-left: 0;
}
.reaction-box .count-box {
	margin-right: 10px;
	margin-left: 4px;
	font-size: 9px;
	color: #666;
	border: solid 1px #ccc;
	display: inline-block;
	padding: 1px 3px 2px 4px;
	line-height: 1;
	border-radius: 4px;
	position: relative;
	top: 1px;
}
.reaction-list-item:first-child .reaction-box .count-box {
	margin-right: 0;
}
.reaction-box .count-box:after,
.reaction-box .count-box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.reaction-box .count-box:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 2.5px;
	margin-top: -2.5px;
}
.reaction-box .count-box:before {
	border-color: rgba(204, 204, 204, 0);
	border-right-color: #ccc;
	border-width: 3.5px;
	margin-top: -3.5px;
}
.reaction-label {
	font-size: 11px;
	font-weight: bold;
	color: #f17171;
	letter-spacing: 0;
}
.topic-footer .reaction-list {
	margin: 55px 0 0;
}
.topic-footer .reaction-list li {
	margin: 0 0 8px;
	padding: 0;
}
.topic-footer .reaction-list li:last-child {
	margin-bottom: 10px;
}
.topic-footer .reaction-list li:before {
	display: none;
}

}