/*
　エントリーのコンテンツ
------------------------------ */
.entry {
	background-color: #fff;
	margin: 0 -15px 0;
	padding: 15px;
	word-break: break-all;
}

.entry-eyecatch {
	margin: -15px -15px 10px;
}

.entry-eyecatch img {
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
}

.entry-eyecatch-free img {
	height: auto !important;
	object-fit: inherit !important;
	aspect-ratio: auto !important;
}

.entry-header {
	position: relative;
}

.entry .entry-title {
	font-size: 2.7rem;
}

.pr-name {
	font-size: 1.3rem;
	margin: 0 0 5px;
	color: #666;
}

.entry-info-container {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.entry-date {
	display: flex;
	align-items: baseline;
}

.entry-date p {
	margin: 0;
	line-height: 1;
}

.instagram-container {
	padding: 0 10px;
}

.event-date {
	color: darkslategray;
	font-size: 1.8rem;
	font-weight: 600;
	margin: 0 !important;
}

.entry-udate-info {
	margin: 3px 15px 0 10px !important;
}

.entry-text-unit.is-none {
	overflow: hidden;
}


.share-wrapper {
	float: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	line-height: 1;
}

.title-share {
	color: #777;
	margin: 0;
	font-size: 1.3rem;
}

.share-list {
	float: none;
	font-size: 2.4rem;
}

.share-list a {
	line-height: 1;
}

.fa-facebook-square {
	color: #4267B2;
}

.fa-twitter-square {
	color: #1DA1F2;
}

.fa-line {
	color: #06C755;
}


[class*=column-image] img,
[class*=column-media] img,
[class*=column-eximage] img {
	width: auto;
}


.summary-entry-username {
	width: 10em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.entry-shopsdata {
	margin: 54px 0 2em;
}

.entry-shopdata-name {
	border-radius: 0 10px 0 0;
	background: #f4f4f4;
	color: #222;
	font-size: 1.7rem;
	font-weight: 700;
	position: relative;
	padding: 1rem 2rem;
	margin-bottom: 0 !important;
}

.entry-shopdata-name:before {
	border-radius: 10px 10px 0 0;
	background: #81d8d0;
	color: #fff;
	content: 'DATA';
	font-size: 1.5rem;
	line-height: 2.4rem;
	position: absolute;
	top: -24px;
	left: 0;
	padding: 0 1em;
}

.entry-shopdata-name a,
.entry-shopdata-name a:link,
.entry-shopdata-name a:hover,
.entry-shopdata-name a:visited {
	color: var(--color-link);
}

.entry-shopsdata dl {
	border-radius: 0 0 10px 10px;
	font-size: 1.5rem;
	margin: 0 10px;
	padding: 0 20px 10px;
	background-color: #f4f4f4;
}

.entry-shopsdata dt {
	margin: 0;
	padding: 0;
}

.entry-shopsdata dd {
	margin: 0 0 6px;
	padding: 0;
}

.youtube-container {
	width: 100%;
	aspect-ratio: 16 / 9;
	margin: 0 0 40px;
	padding: 15px;
}

.youtube-container iframe {
	width: 100%;
	height: 100%;
}

.entry-btn {
	margin: 0 10px;
}

.entry-btn a {
	background-color: #094;
	border-bottom: none !important;
	border-radius: 0.5rem;
	color: #fff !important;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1.2rem 2rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	margin-bottom: 3rem;
}

.entry-btn a:hover,
.entry-btn a:visited,
.entry-btn a:active {
	color: #fff !important;
}

.fa-chevron-right {
	position: absolute;
	top: calc(50% - 0.5em);
	right: 1rem;
}






/* タグ */
.entry-tag {
	display: flex;
	align-items: center;
	margin: 12px 0;
}

.entry-tag p {
	display: none;
	margin: 0 1rem 0 0;
	padding: 0;
	width: 6.5em;
}

.entry-tag p::after {
	content: " \0bb";
}

.entry-tag-list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 3px 0;
}

.entry-tag-list a {
	background-color: gainsboro;
	border-radius: calc(0.5em + 10px);
	display: block;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1;
	padding: 7px 13px;
	margin: 3px 6px 3px 0;
}

/* カテゴリ */
.entry-category {
	margin-bottom: 15px;
}

.entry-category-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.entry-category-list li:not(:first-of-type) {
	display: none;
}

.entry-category-list a {
	font-family: elza, sans-serif;
	background-color: #fae500;
	color: #333 !important;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	padding: 8px 15px;
}


.entry-tweet-form {
	padding-top: 10px;
}

.entry-tweet-form textarea {
	border: 1px solid #aaa;
	border-radius: 7px;
	width: 100%;
	height: auto;
	max-width: 600px;
	padding: 5px;
	line-height: 1.5;
}

.entry-tweet-form input[type="submit"] {
	border: none;
	border-radius: 3px;
	background-color: #00acee;
	color: #fff;
	font-weight: 700;
	display: block;
	letter-spacing: 1em;
	text-align: center;
	margin-top: 10px;
	padding: 8px 10px 8px calc(1em + 10px);
}



/* プロフィール */
.entry-footer .profile {
	padding: 15px;
}

.entry-footer .profile-body {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.entry-footer .profile-item-info {
	width: calc(100% - 110px);
}

.entry-footer .profile-img {
	background-color: #fff;
	width: 100px;
	height: 100px;
	object-fit: cover;
	margin: 0;
}

.profile-name a {
	color: #222;
}

.profile-sns-links {
	margin-top: 10px;
}

.profile-sns-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}

.profile-sns-links a {
	color: var(--color-btn-primary);
	margin-right: 8px;
	font-size: 2.2rem;
	line-height: 1;
	width: 30px;
	display: block;
}

.profile-sns-links a:hover {
	color: var(--color-btn-primary-hover);
}

.profile-text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}


/* 周辺情報 */
.entry-neighborhood {
	margin-bottom: 40px;
}

.entry-neighborhood-headline {
	background-color: var(--color-key01);
	color: #fff;
	font-size: 2rem;
	padding: 15px 15px;
	line-height: 1;
}

.entry-neighborhood-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -8px;
}

.entry-neighborhood-entry {
	width: 50%;
	padding: 8px;
}

.entry-neighborhood-inner {
	box-shadow: 0px 2px 3px rgb(0 0 0 / 15%);
	background-color: #fff;
	border-radius: 5px;
	height: 100%;
}

.entry-neighborhood-image {
	display: block;
	width: 100%;
}

.entry-neighborhood-image a {
	display: block;
	aspect-ratio: 4/3;
}

.entry-neighborhood-image img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.entry-neighborhood-info {
	padding: 8px 8px 0;
}

.entry-neighborhood-title {
	font-size: 1.4rem;
	line-height: 1.5;
	min-height: 2.5em;
	margin: 0 0 8px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.entry-neighborhood-title a {
	color: #222;
	word-break: break-all;
}

.entry-neighborhood-detail {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

.entry-neighborhood-detail .summary-entry-user img {
	margin-right: 10px;
}

.entry-neighborhood-distance {
	text-align: center;
	font-size: 1.4rem;
	margin: 0 -10px;
	line-height: 1;
	padding: 8px 0;
	border-top: 1px solid #e5f5ff;
}

.entry-neighborhood-detail .btn-like {
	margin-right: 10px;
}

.entry-neighborhood-detail .text-likes,
.entry-neighborhood-detail .text-bookmark {
	display: none;
}



.entry-body {
	line-height: 1.8;
	font-size: 1.7rem;


	& .-related {
		margin: 50px 0;

		& .-inner {
			padding: 15px;
			border: 1px solid #ccc;
			border-radius: 10px;
			margin: 0 10px 15px;

			& p {
				margin: 0 0 1em;
				font-weight: 700;
			}

			& ul {
				font-size: 1.5rem;
				margin: 0;
				padding: 0 0 0 1.5em;

				& li {
					margin-bottom: 1em;

					&:last-of-type {
						margin-bottom: 0;
					}

					& a {
						border-bottom: none;
					}
				}
			}
		}
	}
}

.entry-body a:link {
	color: var(--color-link);
}

.entry-style .entry-text-unit .text-point {
	display: block;
	color: var(--color-text-point);
	font-size: 80%;
}

.entry-style .entry-text-unit em {
	padding: 0 0 5px 0;
	color: var(--color-primary);
	font-weight: bold;
	font-style: normal;
	background-image: radial-gradient(var(--color-tertiary) 30%, transparent 30%);
	background-repeat: repeat-x;
	background-position: bottom -2px left;
	background-size: 8px 8px;
}

.entry-style .entry-text-unit strong {
	font-weight: bold;
	/*  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, var(--color-tertiary-light)));
  background: linear-gradient(transparent 60%, var(--color-tertiary-light) 60%);
*/
}

.entry-style .entry-text-unit a {
	padding: 2px 0;
	color: var(--color-link);
	border-bottom: 1px dashed var(--color-link);
}

.entry-style .entry-text-unit a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.entry-style .entry-text-unit a[href*=tel] {
	color: currentColor;
	border-bottom: 1px dashed;
}

.entry-style .column-image-left+.entry-text-unit {
	overflow: hidden;
}

.entry-style .column-image-right+.entry-text-unit {
	overflow: hidden;
}

.entry-style .column-file-left+.entry-text-unit {
	overflow: hidden;
}

.entry-style .column-file-right+.entry-text-unit {
	overflow: hidden;
}

.entry-style .column-map-left+.entry-text-unit {
	overflow: hidden;
}

.entry-style .column-map-right+.entry-text-unit {
	overflow: hidden;
}

.entry-style .column-yolp-left+.entry-text-unit {
	overflow: hidden;
}

.entry-style .column-yolp-right+.entry-text-unit {
	overflow: hidden;
}

.entry-style .column-street-view-left+.entry-text-unit {
	overflow: hidden;
}

.entry-style .column-street-view-right+.entry-text-unit {
	overflow: hidden;
}

.entry-style .column-youtube-left+.entry-text-unit {
	overflow: hidden;
}

.entry-style .column-youtube-right+.entry-text-unit {
	overflow: hidden;
}

.entry-style .column-video-left+.entry-text-unit {
	overflow: hidden;
}

.entry-style .column-video-right+.entry-text-unit {
	overflow: hidden;
}

.entry-style .column-eximage-left+.entry-text-unit {
	overflow: hidden;
}

.entry-style .column-eximage-right+.entry-text-unit {
	overflow: hidden;
}

.entry-style .column-media-left+.entry-text-unit {
	overflow: hidden;
}

.entry-style .column-media-right+.entry-text-unit {
	overflow: hidden;
}

.entry-style .column-quote-left+.entry-text-unit {
	overflow: hidden;
}

.entry-style .column-quote-right+.entry-text-unit {
	overflow: hidden;
}

.entry-style .column-module-left+.entry-text-unit {
	overflow: hidden;
}

.entry-style .column-module-right+.entry-text-unit {
	overflow: hidden;
}

.entry-style code {
	margin: 0 5px;
	padding: 2px 5px;
	color: var(--color-primary);
	background: var(--color-white);
	border: 1px solid currentColor;
	border-radius: 3px;
}


.entry-style h2 {
	font-size: 2.1rem;
	position: relative;
	padding: 0.6em 15px;
	background: #ffcc33;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 50px;
}

/*
.eid_3876 .entry-style h2 {
	font-family: "reggae-one", sans-serif;
	font-weight: 700;
	font-size: 2.3rem;
}
*/
.entry-style h3 {
	font-size: 1.9rem;
	padding: 0.4em 0.5em;
	color: #333;
	background: #feedb7;
	border-left: solid 5px #ffcc33;
	margin-top: 40px;
}

.entry-style h4 {
	background: transparent;
	border-left: solid 5px #7db4e6;
	font-size: 1.9rem;
	padding: 0.25em 0.5em;
	margin-top: 30px;
}

.entry-body .caption {
	margin-top: 7px;
	font-size: 1.3rem;
	text-align: center;
}

.acms-col-sm-6>[class*=column-media]+.is-p {
	margin-top: -20px;
}



.entry-faq {
	margin: 0 10px 30px 10px;
	padding: 0 !important;
	list-style: none !important;

	& .-entity {

		& .-question,
		.-answer {
			display: flex;
			align-items: baseline;
			justify-content: space-between;
			margin: 15px 0;

			&::before {
				display: flex;
				justify-content: center;
				align-items: center;
				color: #fff;
				font-weight: 400;
				width: 2em;
				height: 2em;
			}
		}

		& .-question {
			font-weight: 600;

			&::before {
				content: "Q";
				background: #6699b7;
			}

			&>div {
				width: calc(100% - 3em);
			}
		}

		& .-answer {
			margin: 15px 0 30px;

			&::before {
				content: "A";
				background: #d65556;
			}

			& p {
				width: calc(100% - 3em);
				margin: 0 !important;
			}
		}
	}

	@media screen and (min-width: 768px) {
		margin: 0 10px 1.5em 10px;
	}
}

/*
.entry-faq
{
	margin: 0 10px 30px 10px;
}
.entry-faq dt,
.entry-faq dd {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin: 15px 0;
}
.entry-faq dd {
	margin: 15px 0 30px;
}
.entry-faq dd:last-of-type {
	margin: 15px 0;
}

.entry-faq dt::before,
.entry-faq dd::before {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: 400;
	width: 2em;
	height: 2em;

}

.entry-faq dt::before {
  content: "Q";
  background: #6699b7;
}
.entry-faq dd::before {
  content: "A";
  background: #d65556;
}
.entry-faq dt > div,
.entry-faq dd > div
{
	width: calc(100% - 3em);
}
*/
@media screen and (min-width: 768px) {
	.entry-style h2 {
		margin-top: 70px;
	}

	/*
	.eid_3876 .entry-style h2 {
		font-size: 3rem;
	}
*/
	.entry-style h3 {
		margin-top: 60px;
	}

	.entry-style h4 {
		margin-top: 50px;
	}

	/*
	.entry-faq
	{
		margin: 0 10px 1.5em 10px;
	}
*/
}


@media screen and (min-width: 768px) {
	.entry-body {
		font-size: 1.7rem;

		& .-related {
			margin: 60px 0;

			& .-inner {
				padding: 20px;
				margin: 0 10px;

				& p {
					margin: 0 0 1em;
					font-weight: 700;
				}

				& ul {
					font-size: 1.6rem;
					margin: 0;
					padding: 0 0 0 1.6em;

					& li {
						margin-bottom: 1em;
					}
				}
			}
		}
	}

	/* タグ */
	.entry-tag p {
		display: block;
	}

	.entry-tag-list a {
		font-size: 1.2rem;
		padding: 8px 12px;
	}

	.entry-category-list a {
		font-size: 1.7rem;
	}

	.entry {
		border-radius: 10px;
		box-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
		padding: 15px 30px;
		margin: 0;
	}

	.entry-eyecatch {
		margin: -15px -30px 15px;
	}

	.entry-eyecatch img {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		height: 100%;
		width: 100%;
		object-fit: cover;
		aspect-ratio: 3/2;
	}

	.pr-name {
		position: absolute;
		top: 10px;
		right: 0;
	}


	.entry .entry-title {
		font-size: 3rem;
	}

	.entry-style h2 {
		font-size: 2.4rem;
		padding: 1rem 35px;
		margin-left: -20px;
		margin-right: -20px;
	}

	.entry-style h3 {
		font-size: 2.1rem;
	}

	.entry-footer .profile {
		padding: 30px;
	}

	.entry-footer .profile-body {
		align-items: initial;
		margin-bottom: 0;
	}

	.entry-footer .profile-item-info {
		width: calc(100% - 120px);
	}

	.entry-shopsdata dl {
		font-size: 1.5rem;
		margin: 0 10px;
		padding: 0 20px 10px;
		background-color: #f4f4f4;

		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.entry-shopsdata dt {
		width: 6em;
	}

	.entry-shopsdata dd {
		width: calc(100% - 7em);
	}

	.entry-btn {
		text-align: center;
	}

	.entry-btn a {
		width: 65%;
		min-width: 300px;
	}

	.entry-neighborhood-list {
		justify-content: flex-start;
	}

	.entry-neighborhood-entry {
		width: 25%;
	}

}



/* ====== 非効率の向こう側 & 移住の女神 ====== */
.entry-inefficient-concept,
.entry-goddess_of_migration,
.entry-yuzuminato {
	background-color: #fff1d8;
	font-family: zen-maru-gothic, sans-serif;
	margin: -15px -15px 20px;
	padding: 20px;
	font-size: 1.7rem;
}

.entry-goddess_of_migration {
	background-color: #fea602;
}

.entry-yuzuminato {
	background-color: #ddffff;
}

@media screen and (min-width: 768px) {

	.entry-inefficient-concept,
	.entry-goddess_of_migration,
	.entry-yuzuminato {
		margin: -15px -30px 20px;
		padding: 20px;
	}
}


/* 本文 */
.entry-style p {
	margin: 0 10px 30px 10px;
}

.entry-style p.text-info {
	background-color: #f1f1f1;
	border-radius: 10px;
	padding: 12px 12px 12px calc(12px + 1em + 5px);
	border: 2px solid #e5e5e5;
	font-size: 1.2rem;
	color: var(--color-gray90);
	text-indent: calc(-0.7em - 5px);
}

.entry-style p.text-info::before {
	content: "※";
	margin-right: 5px;
}

@media print {
	.entry-style p.text-info {
		font-size: 1.2rem;
	}
}

.entry-style p.text-danger {
	font-size: 1.2rem;
	background-color: #faded3;
	border: 2px solid #e07979;
	color: #222;
	padding: 12px;
	border-radius: 10px;

}

.entry-style p.text-danger::before {
	content: "\f071 注意";
	color: #cf2e2e;
	display: block;
	font-family: 'icomoon' !important;
	font-weight: 700;
	font-size: 1.6rem;
	font-variant: normal;
	text-transform: none;
	speak: never;
	margin-bottom: 0.5em;
}

@media print {
	.entry-style p.text-danger {
		font-size: 1.2rem;
	}
}

.entry-style .is-p+.is-p .text-info,
.entry-style .is-p+.is-p .text-danger,
.entry-style .is-table+.is-p .text-info,
.entry-style .is-table+.is-p .text-danger,
.entry-style [class*=column-table-]+.is-p .text-info,
.entry-style [class*=column-table-]+.is-p .text-danger {
	margin-top: -20px;
}

@media screen and (min-width: 768px) {
	.entry-style p {
		margin: 0 10px 1.5em 10px;
		line-height: 2;
	}

	.entry-style p.text-info {
		font-size: 1.4rem;
	}

	.entry-style p.text-danger {
		font-size: 1.4rem;
	}
}

/* リード文*/
.entry-style p.text-lead-primary {
	font-size: 1.7rem;
	color: var(--color-primary);
	font-weight: 700;
}

@media print {
	.entry-style p.text-lead-primary {
		font-size: 2.6rem;
	}
}

.entry-style p.text-lead-primary .text-point {
	color: var(--color-gray90);
	font-size: 1.8rem;
}

@media print {
	.entry-style p.text-lead-primary .text-point {
		font-size: 1.8rem;
	}
}

.entry-style p.text-lead-info {
	margin: 0 10px 30px 10px;
	font-weight: bold;
	font-size: 1.7rem;
}

@media print {
	.entry-style p.text-lead-info {
		font-size: 2.6rem;
	}
}

@media screen and (min-width: 768px) {
	.entry-style p.text-lead-primary {
		font-size: 1.7rem;
	}

	.entry-style p.text-lead-primary .text-point {
		font-size: 3rem;
	}

	.entry-style p.text-lead-info {
		font-size: 1.8rem
	}
}

/* ボタン */
.entry-style p.text-btn a {
	display: inline-block;
	padding: 10px 25px;
	color: var(--color-white);
	text-align: center;
	background: var(--color-primary);
	border-radius: 4px;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
	font-size: 1.8rem;
}

@media print {
	.entry-style p.text-btn a {
		font-size: 1.8rem;
	}
}

.entry-style p.text-btn a:hover,
.entry-style p.text-btn a:visited,
.entry-style p.text-btn a:active,
.entry-style p.text-btn a:focus {
	color: var(--color-white);
	text-decoration: none;
	opacity: 1;
}

.entry-style p.text-btn a:hover {
	background: var(--color-primary-hover);
}

/* リスト */
.entry-style ul {
	margin: 0 10px 30px 10px;
	padding: 0 0 0 40px;
}

.entry-style ul li {
	position: relative;
	clear: both;
	margin: 0 0 10px 0;
	list-style: none;
}

.entry-style ul li::before {
	position: absolute;
	top: 8px;
	left: -20px;
	width: 6px;
	height: 6px;
	background: var(--color-secondary);
	border-radius: 50%;
	content: "";
}

.entry-style .form-group-list {
	padding: 0;
	width: calc(100% - 20px)
}

.entry-style .form-group-list li::before {
	content: none;
}

@media screen and (min-width: 768px) {
	.entry-style ul {
		margin: 0 10px 40px 10px;
	}
}

/* 番号付きリスト */
.entry-style .entry-text-unit:not(.is-pre) ol {
	margin: 0 10px 20px 10px;
	padding-left: 2em;
}

.entry-style .entry-text-unit:not(.is-pre) ol ol {
	margin: 10px 0 0px 0;
	padding-left: 2em;
}

.entry-style .entry-text-unit:not(.is-pre) ol li {
	list-style: decimal;
}

.entry-style .entry-text-unit:not(.is-pre) ol ol li {
	list-style: lower-roman;
}

.entry-body ol li:before {
	content: none;
}

@media screen and (min-width: 768px) {
	.entry-style .entry-text-unit:not(.is-pre) ol {
		margin: 0 10px 20px 10px;
		padding-left: 2em;
	}
}

/* 記述リスト */
.entry-style .entry-text-unit dl {
	margin: 0 10px 10px 10px;
}

.entry-style .entry-text-unit dl dt {
	margin: 0;
	font-weight: 700;
}

.entry-style .entry-text-unit dl dd {
	margin: 0 0 1em 0;
	padding-left: 1em;
}

.entry-style .entry-text-unit dl.box-bordered {
	border: 1px solid var(--color-gray40);
}

.entry-style .entry-text-unit dl.box-bordered dt {
	padding: 30px 25px 0 25px;
	border-top: 1px solid var(--color-gray40);
}

.entry-style .entry-text-unit dl.box-bordered dt:first-child {
	border: 0;
}

.entry-style .entry-text-unit dl.box-bordered dd {
	margin: 0;
	padding: 0 25px 30px 25px;
}

@media screen and (min-width: 768px) {
	.entry-style .entry-text-unit dl dt {
		font-size: 1.6rem;
	}

	.entry-style .entry-text-unit dl.box-bordered dt {
		padding: 40px 40px 0 40px;
	}

	.entry-style .entry-text-unit dl.box-bordered dd {
		padding: 0 40px 40px 40px;
	}
}

/* テーブル */
.entry-style .entry-text-unit table,
.entry-style [class^=column-table] table {
	width: 100%;
	margin: 0 0 30px 0;
	border-bottom: 1px solid var(--color-gray30);
	border-collapse: collapse;
}

.entry-style .entry-text-unit table th,
.entry-style .entry-text-unit table td,
.entry-style [class^=column-table] table th,
.entry-style [class^=column-table] table td {
	padding: 15px;
	line-height: 1.5;
	font-size: 1.6rem;
}

@media print {

	.entry-style .entry-text-unit table th,
	.entry-style .entry-text-unit table td,
	.entry-style [class^=column-table] table th,
	.entry-style [class^=column-table] table td {
		font-size: 1.6rem;
	}
}

.entry-style .entry-text-unit table th,
.entry-style [class^=column-table] table th {
	text-align: left;
	background: var(--color-gray10);
}

.entry-style .entry-text-unit table tr,
.entry-style [class^=column-table] table tr {
	border-top: 1px solid var(--color-gray30);
}

@media screen and (min-width: 768px) {

	.entry-style .entry-text-unit table,
	.entry-style [class^=column-table] table {
		margin: 0 0 40px 0;
	}

	.entry-style .entry-text-unit table th,
	.entry-style .entry-text-unit table td,
	.entry-style [class^=column-table] table th,
	.entry-style [class^=column-table] table td {
		padding: 15px 15px;
	}
}

.entry-style [class^=column-table] table {
	margin: 0;
}

[class^=column-table] .entry-container {
	margin-bottom: 30px;
	overflow-x: auto;
}

@media screen and (min-width: 768px) {
	[class^=column-table] .entry-container {
		margin-bottom: 40px;
	}
}

/* 引用 */
.entry-style blockquote:not(.instagram-media-registered):not(.quote) {
	background: var(--color-gray20);
	border: none;
	font-size: 1.5rem;
	position: relative;
	padding: 10px 20px;
	margin: 2rem 15px 3rem;
}

.entry-style blockquote:not(.instagram-media-registered):not(.quote)::before {
	display: inline-block;
	position: absolute;
	top: -10px;
	left: -10px;
	content: "\f10d";
	font-family: 'icomoon' !important;
	color: var(--color-gray40);
	font-size: 32px;
	line-height: 1;
	font-weight: 900;
}

.entry-style blockquote:not(.instagram-media-registered):not(.quote)::after {
	display: inline-block;
	position: absolute;
	bottom: -10px;
	right: -10px;
	text-align: center;
	content: "\f10e";
	font-family: 'icomoon' !important;
	color: var(--color-gray40);
	font-size: 32px;
	line-height: 1;
	font-weight: 900;
}



/* 会話吹き出し */
.conversation {
	display: grid;
	gap: 1em 0;
	padding: 25px 10px;
	margin: 2em 0 3em;
}

.conversation__section {
	display: flex;
	gap: 0 15px;
}

.conversation__img {
	width: 2.3em;
	height: 2.3em;
	border-radius: 50%;
	object-fit: cover;
}

.conversation__p {
	display: inline-block;
	position: relative;
	max-width: 80%;
	margin: 0;
	padding: 0.4em 0.8em;
	border-radius: 14px;
	color: #333;
	font-size: .9em;
}

.conversation__p::before {
	position: absolute;
	top: -15px;
	width: 20px;
	height: 30px;
	content: '';
}

.conversation__p.left {
	background-color: #f0f0f0;
	margin: 0;
}

.conversation__p.left::before {
	left: -10px;
	border-radius: 0 0 0 15px;
	box-shadow: -3px -15px 0 -7px #f0f0f0 inset;
}

.conversation__p.right {
	background-color: #f0f0f0;
	margin: 0 0 0 auto;
}

.conversation__p.right::before {
	right: -10px;
	border-radius: 0 0 15px 0;
	box-shadow: 3px -15px 0 -7px #f0f0f0 inset;
}

@media screen and (min-width: 768px) {
	.conversation__img {
		width: 2.7em;
		height: 2.7em;
	}
}

.eid_4445,
.eid_4458 {

	& .conversation {
		background-color: transparent;
		border-radius: 0;

		& .conversation__section {
			gap: 0 12px;
		}

		& .conversation__img {
			border: 1px solid #ccc;
		}

		& .conversation__p {
			border-radius: 0;
			padding: 0.4em 0;
			max-width: 100%;
			text-align: justify;
		}

		& .conversation__p.left,
		.conversation__p.right {
			background-color: transparent;
		}

		& .conversation__p.left {
			font-weight: 700;
			color: #555;
		}

		& .conversation__p.right {
			color: #000;
			font-size: 1em;
		}

		& .conversation__p::before,
		.conversation__p::after {
			content: none;
		}

		@media screen and (min-width: 768px) {
			& .conversation__p {
				max-width: 80%;
			}

			& .conversation__section {
				gap: 0 15px;
			}
		}

	}
}


.entry-style {
	& .-card-profile {
		border: 1px solid #dddddd;
		border-radius: 13px;
		position: relative;
		margin: 58px 10px;

		& .-head {
			padding: 70px 15px 30px;

			& .-img {
				position: absolute;
				left: 50%;
				top: -49px;
				transform: translateX(-50%);
				border: 1px solid #dddddd;
				border-radius: 50%;
				width: 98px;
				height: 98px;
				overflow: hidden;

				& img {
					width: 100%;
					height: 100%;
					object-fit: cover;
				}
			}

			& .-name {
				font-size: 1.1em;
				text-align: center;
				margin: 0;
			}
		}

		& .-body {
			font-size: 0.82em;
			padding: 0 15px;

			& p {
				line-height: 1.7;
			}
		}

		& .-footer {
			background-color: #f5f3f3;
			border-top: 1px solid #dddddd;
			padding: 16px 15px;

			& .-links {
				list-style: none !important;
				display: flex;
				justify-content: center;
				align-items: center;
				margin: 0;
				padding: 0;

				& li {
					margin: 0;
				}

				& li::before {
					content: none;
				}

				& a {
					border: none;
					display: block;
					width: 22px;
					height: 22px;
					margin: 0 5px;

					& img {
						width: 100%;
						height: 100%;
						object-fit: contain;
					}
				}
			}
		}
	}

	@media screen and (min-width: 768px) {
		& .-card-profile {
			margin: 80px 10px 60px;

			& .-head {
				padding: 70px 20px 30px;

				& .-img {
					top: -55px;
					width: 110px;
					height: 110px;
				}
			}

			& .-body {
				padding: 0 20px;
			}

			& .-footer {
				padding: 16px 20px;
			}
		}
	}
}


.-interviewer {
	color: #666666;

	&::before {
		content: "──";
		margin-right: 10px;
	}
}


.entry-style [class*=ug-] {
	overflow: hidden;
}

.entry-style .ug-bg-gray {
	background: var(--color-gray20);
}

.entry-style .ug-bg-primary {
	background: var(--color-primary-light);
}

.entry-style .ug-bg-gray,
.entry-style .ug-bg-primary {
	margin: 0 0 30px 0;
	padding: 35px 20px;
	border-right: 10px solid var(--color-white);
	border-left: 10px solid var(--color-white);
}

.entry-style .ug-bg-gray>*:not(.entry-reset):last-child>*,
.entry-style .ug-bg-primary>*:not(.entry-reset):last-child>* {
	margin-bottom: 0;
}

.entry-style .ug-cover {
	/*
  margin: 0 calc(50% - 50vw) 30px;
  padding: 35px calc(50vw - 50%);
	*/
	border: 0;
}

.entry-style .ug-text-center {
	text-align: center;
}

.entry-style .ug-border {
	position: relative;
	margin: 0 0 30px 0;
	padding: 45px 30px;
	border-right: 10px solid var(--color-white);
	border-left: 10px solid var(--color-white);
}

.entry-style .ug-border::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	border: 1px solid var(--color-gray40);
	content: "";
}

.entry-style .ug-border>*:not(.entry-reset):last-child>* {
	margin-bottom: 0;
}

.entry-style .ug-center {
	float: none;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (min-width: 768px) {

	.entry-style .ug-bg-gray,
	.entry-style .ug-bg-primary {
		margin: 0 0 30px 0;
		padding: 45px 35px;
	}

	.entry-style .ug-bg-gray>*:not(.entry-reset):last-child>*,
	.entry-style .ug-bg-primary>*:not(.entry-reset):last-child>* {
		margin-bottom: 0;
	}

	.entry-style .ug-border {
		padding: 50px;
	}
}

/* 画像・メディア・画像URLの共通設定 */
[class*=column-image] .caption,
[class*=column-media] .caption,
[class*=column-eximage] .caption {
	color: var(--color-gray90);
	font-size: 14px;
}

@media print {

	[class*=column-image] .caption,
	[class*=column-media] .caption,
	[class*=column-eximage] .caption {
		font-size: 14px;
	}
}

/* ファイルユニット・メディア（ファイル）の設定 */
[class*=column-file-],
.media-file {
	display: inline-block;
}

[class*=column-file-] a,
[class*=column-file-] a[href*=media-download],
.media-file a,
.media-file a[href*=media-download] {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px;
	color: var(--color-gray100);
	border: 1px solid var(--color-gray40);
	border-radius: 4px;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

[class*=column-file-] a:hover,
[class*=column-file-] a[href*=media-download]:hover,
.media-file a:hover,
.media-file a[href*=media-download]:hover {
	text-decoration: none;
	background: var(--color-gray20);
}

[class*=column-file-] .caption,
.media-file .caption {
	margin: 0;
	color: var(--color-gray100);
	font-size: 16px;
}

@media print {

	[class*=column-file-] .caption,
	.media-file .caption {
		font-size: 16px;
	}
}

[class*=column-file-] .columnIcon,
.media-file .columnIcon {
	width: 29px;
	height: auto;
	margin: 0 15px 0 0;
}

/* 引用ユニットの設定 */
[class*=column-quote-] .quote {
	padding: 0;
	border: 0;
}

[class*=column-quote-] .quote-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	color: var(--color-gray100);
	border: 1px solid var(--color-gray40);
	border-radius: 6px;
}

[class*=column-quote-] .quote-link:hover {
	text-decoration: none;
	background: var(--color-gray20);
}

[class*=column-quote-] .quote-info {
	padding: 12px;
}

[class*=column-quote-] .quote-title {
	margin: 0 0 10px 0;
	font-size: 1.6rem;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-align: left;
}

@media print {
	[class*=column-quote-] .quote-title {
		font-size: 18px;
	}
}

[class*=column-quote-] .quote-site-name {
	margin: 0;
	color: var(--color-gray90);
	font-size: 12px;
	text-align: left;
}

@media print {
	[class*=column-quote-] .quote-site-name {
		font-size: 12px;
	}
}

[class*=column-quote-] .quote-description {
	display: none;
	margin: 0 0 10px 0;
	text-align: left;
	color: #222;
}

@media screen and (min-width: 768px) {
	[class*=column-quote-] .quote-link {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	[class*=column-quote-] .quote-img-wrap {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 25%;
		padding: 0;
	}

	[class*=column-quote-] .quote-img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	[class*=column-quote-] .quote-info {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		/*width: 75%;*/
		padding: 15px;
	}

	[class*=column-quote-] .quote-title {
		margin: 0 0 .5em 0;
		font-weight: bold;
		font-size: 1.7rem;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		/* 制限したい行数が3の場合 */
		overflow: hidden;
	}

	[class*=column-quote-] .quote-site-name {
		font-size: 1.3rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	[class*=column-quote-] .quote-description {
		display: block;
		font-size: 1.4rem;
		overflow: hidden;
		/*
	text-overflow: ellipsis;
	white-space: nowrap;
	  */
	}
}

/*
　カード
------------------------------ */
.entry-style .card-title,
.entry-style .card-bordered-title {
	font-size: 18px;
}

@media print {

	.entry-style .card-title,
	.entry-style .card-bordered-title {
		font-size: 18px;
	}
}

@media screen and (min-width: 768px) {

	.entry-style .card-title,
	.entry-style .card-bordered-title {
		font-size: 22px;
	}
}

.entry-style .card-item,
.entry-style .card-bordered-item {
	padding: 0 10px;
}

/*
　罫線ユニット
------------------------------ */
.unit-separator {
	margin: 0 10px 30px;
	border: 0;
	border-top: 1px solid var(--color-gray40);
}

/*
　目次ユニット
------------------------------ */
.entry-style .entry-outline {
	margin: 0 10px 40px;
	padding: 18px;
	background-color: #fafafa;
	border-radius: 8px;
	border: 1px solid #e8e8e8;
}

.entry-style .entry-outline-title-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}

.entry-style .entry-outline-title {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1;
	margin: 0;
	color: #555;
}

.entry-style .entry-outline-switch {
	font-size: 1.2rem;
	background-color: transparent;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	color: #777;
	cursor: pointer;
	padding: 5px 10px;
	line-height: 1;
	font-weight: 400;
	transition: all 0.2s ease;
	white-space: nowrap;
}

.entry-style .entry-outline-switch::before {
	content: "OPEN";
}

#entry-index_switch:checked~.entry-outline-title-wrap .entry-outline-switch::before {
	content: "CLOSE";
}

.entry-style .entry-outline-switch:hover {
	background-color: #f0f0f0;
	border-color: #999;
	color: #555;
}

.entry-style .entry-outline-switch:active {
	background-color: #e8e8e8;
}

.entry-outline-list-wrap {
	transition: max-height 0.35s cubic-bezier(0.65, 0, 0.35, 1);
	overflow: hidden;
	position: relative;
}

#entry-index_switch:not(:checked)~.entry-outline-list-wrap {
	max-height: 5.5em;
	margin-bottom: 10px;
	transition: max-height 0.3s cubic-bezier(0.65, 0, 0.35, 1);

	&::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: -18px;
		right: -18px;
		height: 3em;
		background: linear-gradient(to bottom,
				rgba(250, 250, 250, 0) 0%,
				rgba(250, 250, 250, 0.7) 40%,
				rgba(250, 250, 250, 1) 100%);
		pointer-events: none;
		transition: opacity 0.25s ease;
	}
}

#entry-index_switch:not(:checked)~.entry-outline-title-wrap .entry-outline-switch::after {
	content: " ▼";
	margin-left: 3px;
	font-size: 0.85em;
	display: inline-block;
	transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

#entry-index_switch:checked~.entry-outline-list-wrap {
	max-height: 200vh;
	margin: 0;
	padding: 0;
	transition: max-height 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}

#entry-index_switch:checked~.entry-outline-title-wrap .entry-outline-switch::after {
	content: " ▲";
	margin-left: 3px;
	font-size: 0.85em;
	display: inline-block;
	transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.entry-outline input[type="checkbox"] {
	height: 0;
}

#entry-index_switch {
	position: absolute;
	visibility: collapse;
}

@media print {
	.entry-style .entry-outline-title {
		font-size: 16px;
	}
}

.entry-style .entry-outline-list-wrap .outline-list {
	margin: 0;
	padding: 0 0 0 20px;
	counter-reset: a;
	line-height: 1.5;
}

.entry-style .entry-outline-list-wrap .outline-list.level-1 {
	padding: 0;
}

.entry-style .entry-outline-list-wrap .outline-item {
	list-style: none;
	margin-top: 3px;
}

.entry-style .entry-outline-list-wrap .outline-item::marker {
	content: none;
}

.entry-style .entry-outline-list-wrap .outline-item a {
	display: block;
	margin: 0;
	padding: 4px 8px;
	padding-left: 28px;
	color: #555;
	border-radius: 4px;
	transition: all 0.15s ease;
	position: relative;
	text-decoration: none;
	border-bottom: none;
}

.entry-style .entry-outline-list-wrap .outline-item a:hover {
	background-color: rgba(0, 0, 0, 0.03);
	color: #333;
	padding-left: 30px;
}

.entry-style .entry-outline-list-wrap .outline-item a::before {
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	color: #999;
	font-weight: 500;
	font-size: 0.85em;
	white-space: nowrap;
	content: counters(a, "-") ". ";
	counter-increment: a;
}

.entry-style .entry-outline-list-wrap .outline-list.level-2 .outline-item a {
	font-size: 0.95em;
	color: #666;
	padding-left: 38px;
}

.entry-style .entry-outline-list-wrap .outline-list.level-2 .outline-item a:hover {
	padding-left: 40px;
}

.entry-style .entry-outline-list-wrap .outline-list.level-3 .outline-item a {
	font-size: 0.9em;
	color: #777;
	padding-left: 52px;
}

.entry-style .entry-outline-list-wrap .outline-list.level-3 .outline-item a:hover {
	padding-left: 54px;
}

@media screen and (min-width: 768px) {
	.entry-style .entry-outline {
		padding: 20px 24px;
		margin: 0 10px 45px;
	}

	.entry-style .entry-outline-title {
		font-size: 1.6rem;
	}

	.entry-style .entry-outline-switch {
		font-size: 1.25rem;
		padding: 6px 12px;
	}

	.entry-style .entry-outline-list-wrap .outline-item a {
		padding: 5px 10px;
		padding-left: 30px;
	}

	.entry-style .entry-outline-list-wrap .outline-list.level-2 .outline-item a {
		padding-left: 42px;
	}

	.entry-style .entry-outline-list-wrap .outline-list.level-2 .outline-item a:hover {
		padding-left: 44px;
	}

	.entry-style .entry-outline-list-wrap .outline-list.level-3 .outline-item a {
		padding-left: 58px;
	}

	.entry-style .entry-outline-list-wrap .outline-list.level-3 .outline-item a:hover {
		padding-left: 60px;
	}
}


.entry-index {
	margin: 0 10px 1.5em 10px;

	& details {
		& summary {
			background-color: #eeeeee;
			border-radius: 99999px;
			border: 1px solid #d9d9d9;
			cursor: pointer;
			display: inline-block;
			font-size: 0.9em;
			line-height: 1;
			padding: 9px 20px;
			transition: all 0.3s ease;

			&:hover {
				background-color: #e0e0e0;
			}
		}

		&:not([open]) summary::after {
			content: " ▼";
			font-size: 0.8em;
		}

		&[open] summary::after {
			content: " ▲";
			font-size: 0.8em;
		}
	}

	& .entry-index-list-wrap {
		padding-bottom: 30px;
		border-bottom: 1px dashed #999999;
		position: relative;
		overflow: hidden;
		transition: max-height 0.4s ease;
	}

	& details:not([open]) .entry-index-list-wrap {
		max-height: 8em;

		&::after {
			content: "";
			position: absolute;
			bottom: 30px;
			left: 0;
			right: 0;
			height: 4em;
			background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 1) 100%);
			pointer-events: none;
		}
	}

	& details[open] .entry-index-list-wrap {
		max-height: none;
	}

}


/*
　メッセージユニット
------------------------------ */
.entry-style .message {
	position: relative;
	margin: 0 0 30px 0;
}

.entry-style .message-bg {
	position: absolute;
	width: 100%;
	height: 240px;
	background: no-repeat center;
	background-size: cover;
}

.entry-style .message-bg::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	content: "";
}

.entry-style .message-lead {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 240px;
	margin: 0 0 40px 0;
	padding: 0 10px;
	color: var(--color-white);
	font-size: 24px;
	font-weight: bold;
}

@media print {
	.entry-style .message-lead {
		font-size: 24px;
	}
}

.entry-style .message-content {
	margin: 0 10px 50px 10px;
}

.entry-style .message-source {
	margin: 0 10px;
}

.entry-style .message-source::before {
	display: inline-block;
	width: 40px;
	height: 1px;
	margin: 0 15px 0 0;
	vertical-align: middle;
	background: var(--color-gray100);
	content: "";
}

@media screen and (min-width: 768px) {
	.entry-style .message {
		margin: 0 calc(50% - 50vw) 30px;
		background-size: cover;
	}

	.entry-style .message-bg {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		height: auto;
	}

	.entry-style .message-bg::before {
		content: none;
	}

	.entry-style .message-wrap {
		position: relative;
		width: 50%;
		padding: 100px 60px;
		color: var(--color-white);
		background: rgba(0, 0, 0, 0.4);
	}

	.entry-style .message-lead {
		height: auto;
		margin: 0 0 40px 0;
		font-size: 24px;
	}

	.entry-style .message-content {
		margin: 0 0 50px 0;
	}

	.entry-style .message-source::before {
		background: var(--color-white);
	}
}

.acms-admin-btn-action-group {
	margin: 0px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 100;
	width: 100%;
	padding: 5px;
}


.entry-body [class*=column-video-] video {
	max-width: 100%;
}


.entry-body video {
	width: 100%;
	max-width: 800px;
	height: auto;
	aspect-ratio: 16 / 9;
	/* 動画のアスペクト比 */
	display: block;
	margin: auto;
}

.column-video-aspectratio_free video {
	aspect-ratio: auto;
}

@media screen and (min-width: 768px) {
	.acms-admin-btn-action-group table {
		margin: 0 auto !important;
	}

	.acms-admin-btn-action-group table,
	.acms-admin-btn-action-group th,
	.acms-admin-btn-action-group td {
		vertical-align: middle;
		line-height: 1;
	}

	.acms-admin-btn-action-group th,
	.acms-admin-btn-action-group td {
		padding: 5px 0 !important;
	}

	.acms-admin-btn-action-group .acms-admin-inline-btn {
		margin-bottom: 0px !important;
	}
}

.entry-style .entry-profile {
	overflow: hidden;
	padding: 15px;
	margin: 0 15px;
	border: 1px solid #ccc;
	border-radius: 10px;
	margin-bottom: 15px;
	background-color: ghostwhite;
}

.entry-style .entry-profile-img {
	width: 80px;
	height: 80px;
	margin: 0 auto 15px;
}

.entry-style .entry-profile-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	border: 1px solid #ddd;
}

.entry-style .entry-profile-data {
	padding: 0;
}

.entry-style .entry-profile-data h2 {
	background-color: inherit;
	padding: 0;
	margin: 0 auto;
	font-size: 1em;
	color: darkcyan;
	text-align: center;
}

.entry-style .entry-profile-data p {
	margin: 0;
	line-height: 1.7;
	font-size: .9em;
}

@media screen and (min-width: 768px) {
	.entry-style .entry-profile {
		margin: 0 0 20px;
	}

	.entry-style .entry-profile-container {
		position: relative;
		margin-left: 40px;
		width: calc(100% - 40px);
	}

	.entry-style .entry-profile-img {
		position: absolute;
		left: -40px;
		top: 50%;
		width: 80px;
		height: 80px;
		transform: translateY(-50%);
	}

	.entry-style .entry-profile-data {
		padding: 0 0 0 55px;
	}

	.entry-style .entry-profile-data h2 {
		text-align: left;
	}

}
