@charset "UTF-8";

/* トップ
---------------------------------------------------------------------- */
.article {}

.article .inner {
	padding: 40px 32px 0;
}

.article .box {
	margin: 48px auto;
}

.article .box:first-child {
	margin-top: 0;
}

#contents .article .box .title {
	font-weight: bold;
	font-size: 36px;
	line-height: 1.3;
}

#contents .article .box .lead {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 32px;
	line-height: 1.4;
}

#contents .article .box .text {
	font-size: 28px;
	line-height: 1.4;
}

/* #contents .article .box *+.text {
	margin-top: 26px;
} */

#contents .article .box .cap {
	font-size: 20px;
	color: #666666;
}

/* タイトル　+ メイン画像　+ 説明テキスト */
#contents .article .box.main .title {
	margin-bottom: 16px;
	font-size: 48px;
	line-height: 1.25;
	border: none;
}

#contents .article .box.main .meta {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 30px;
}

#contents .article .box.main .tag li {
	display: inline-block;
	vertical-align: bottom;
	min-width: 160px;
	margin-bottom: 8px;
	font-size: 20px;
	line-height: 1;
	padding: 10px;
	text-align: center;
	background: #FFF7DE;
}

#contents .article .box.main .date {
	margin-bottom: 8px;
	font-size: 24px;
	line-height: 40px;
	color: #666666;
}

#contents .article .box.main .thumb {
	margin-left: -32px;
	margin-right: -32px;
	margin-bottom: 26px;
}

/* 左：画像、右：タイトル　＋　説明文 */
#contents .article .box.left {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 47% 1fr;
	grid-template-columns: 47% 1fr;
	-ms-grid-rows: auto auto auto;
	grid-template-rows: auto auto auto;
}

#contents .article .box.left>*:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

#contents .article .box.left>*:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
}

#contents .article .box.left>*:nth-child(3) {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
}

#contents .article .box.left>*:nth-child(4) {
	-ms-grid-row: 2;
	-ms-grid-column: 2;
}

#contents .article .box.left>*:nth-child(5) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}

#contents .article .box.left>*:nth-child(6) {
	-ms-grid-row: 3;
	-ms-grid-column: 2;
}

#contents .article .box.left .image {
	-ms-grid-row: 1;
	grid-row: 1;
	-ms-grid-column: 1;
	grid-column: 1;
}

#contents .article .box.left .title {
	-ms-grid-row: 1;
	grid-row: 1;
	-ms-grid-column: 2;
	grid-column: 2;
	margin-left: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#contents .article .box.left .cap {
	-ms-grid-row: 3;
	grid-row: 3;
	-ms-grid-column: 1;
	grid-column: 1;
	margin-top: 16px;
	text-align: left;
}

#contents .article .box.left .text {
	-ms-grid-row: 4;
	grid-row: 4;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3;
	margin-top: 16px;
}

/* 左：タイトル　＋　説明文、右：画像  */
#contents .article .box.right {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 47%;
	grid-template-columns: 1fr 47%;
	-ms-grid-rows: auto auto auto;
	grid-template-rows: auto auto auto;
}

#contents .article .box.right>*:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

#contents .article .box.right>*:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
}

#contents .article .box.right>*:nth-child(3) {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
}

#contents .article .box.right>*:nth-child(4) {
	-ms-grid-row: 2;
	-ms-grid-column: 2;
}

#contents .article .box.right>*:nth-child(5) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}

#contents .article .box.right>*:nth-child(6) {
	-ms-grid-row: 3;
	-ms-grid-column: 2;
}

#contents .article .box.right .image {
	-ms-grid-row: 1;
	grid-row: 1;
	-ms-grid-column: 2;
	grid-column: 2;
}

#contents .article .box.right .title {
	-ms-grid-row: 1;
	grid-row: 1;
	-ms-grid-column: 1;
	grid-column: 1;
	margin-right: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#contents .article .box.right .cap {
	-ms-grid-row: 2;
	grid-row: 2;
	-ms-grid-column: 2;
	grid-column: 2;
	margin-top: 16px;
	text-align: right;
}

#contents .article .box.right .text {
	-ms-grid-row: 3;
	grid-row: 3;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3;
	margin-top: 16px;
}

/* タイトル　+画像　+ 説明テキスト */
#contents .article .box.regular {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;
	-ms-grid-rows: auto auto auto;
	grid-template-rows: auto auto auto;
}

#contents .article .box.regular>*:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

#contents .article .box.regular>*:nth-child(2) {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
}

#contents .article .box.regular>*:nth-child(3) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}

#contents .article .box.regular .image {
	-ms-grid-row: 2;
	grid-row: 2;
	margin-bottom: 24px;
}

#contents .article .box.regular .title {
	-ms-grid-row: 1;
	grid-row: 1;
	margin-bottom: 36px;
}

#contents .article .box.regular .cap {
	margin-top: 16px;
}

#contents .article .box.regular .text {
	-ms-grid-row: 3;
	grid-row: 3;
	/* margin-top: 16px; */
}

#contents .article .box.regular .image+.title+.text {
	margin-top: 16px;
}

/* レシピ */
#contents .article .box.recipe {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;
	-ms-grid-rows: auto auto auto;
	grid-template-rows: auto auto auto;
}

#contents .article .box.recipe>*:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

#contents .article .box.recipe>*:nth-child(2) {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
}

#contents .article .box.recipe>*:nth-child(3) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}

#contents .article .box.recipe .image {
	-ms-grid-row: 2;
	grid-row: 2;
	margin-bottom: 24px;
}

#contents .article .box.recipe .title {
	-ms-grid-row: 1;
	grid-row: 1;
	margin-bottom: 36px;
}

#contents .article .box.recipe .detail {
	-ms-grid-row: 3;
	grid-row: 3;
	/* margin-top: 16px; */
}

#contents .article .box.recipe .image+.title+.detail {
	margin-top: 16px;
}

#contents .article .box.recipe .detail .subtitle {
	margin-bottom: 26px;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.3;
}

#contents .article .box.recipe .ingredients {}

#contents .article .box.recipe .ingredients ul {
	margin-bottom: 40px;
}

#contents .article .box.recipe .ingredients ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px;
	font-size: 28px;
	line-height: 1.5;
	background: #F6F6F4;
}

#contents .article .box.recipe .ingredients ul li:not(:last-child) {
	margin-bottom: 4px;
}

#contents .article .box.recipe .ingredients ul li span:nth-of-type(2) {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 1em;
}

#contents .article .box.recipe .process {
	margin-top: 40px;
}

#contents .article .box.recipe .process ol li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	counter-increment: process;
}

#contents .article .box.recipe .process ol li:not(:last-child) {
	margin-bottom: 40px;
}

#contents .article .box.recipe .process ol li:before {
	content: counter(process)'.';
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: block;
	padding: 0 40px 0 20px;
	/* font-size: 36px; */
	font-size: 30px;
	line-height: 1;
	font-weight: bold;
	margin-right: 30px;
	border-right: 4px solid #fabe00;
}

/* 2カラム（画像　+ 説明文） */
#contents .article .box.col2 .box_list {
	overflow: hidden;
}

#contents .article .box.col2 .box_list:not(:last-of-type) {
	margin-bottom: 50px;
}

#contents .article .box.col2 .title {
	margin-bottom: 24px;
}

#contents .article .box.col2 .image {
	float: left;
	width: 47%;
	margin-right: 30px;
	margin-bottom: 30px;
}

#contents .article .box.col2 .cap {
	margin-top: 16px;
	margin-bottom: -10px;
}

/* その他（テキストパーツなど） */
#contents .article .box .title_underline {
	margin-bottom: 20px;
	padding-bottom: 24px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.8;
	border-bottom: 4px solid #fabe00;
}

#contents .article .box .ulist li {
	position: relative;
	padding-left: 48px;
	font-size: 28px;
	line-height: 1.8;
}

#contents .article .box .ulist li:before {
	content: '';
	position: absolute;
	top: 16px;
	left: 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fabe00;
	;
}

#contents .article .box .link {
	position: relative;
	padding-left: 48px;
	font-size: 28px;
	line-height: 1.8;
}

#contents .article .box .link:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(/hibitotonoeru/img/arrow_right.svg) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

#contents .article .box .link[target="_blank"]:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(/hibitotonoeru/img/icon_blank.svg) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

#contents .article .separator {
	display: block;
	height: 0;
	margin: 60px auto;
	padding-top: 1px;
	border: none;
	border-top: 1px dashed #fabe00;
}

@media screen and (min-width: 767px) {
	.article {
		padding: 0 20px;
	}

	.article .inner {
		max-width: 955px;
		margin: auto;
		padding: 44px 0 0;
	}

	.article .box {
		margin: 50px auto;
	}

	#contents .article .box .title {
		font-size: 24px;
		line-height: 1.3;
	}

	#contents .article .box .lead {
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 1.4;
	}

	#contents .article .box .text {
		font-size: 15px;
		line-height: 1.8;
	}

	/* #contents .article .box *+.text {
		margin-top: 26px;
	} */

	#contents .article .box .cap {
		font-size: 12px;
		line-height: 1.6;
	}

	/* タイトル　+ メイン画像　+ 説明テキスト */
	#contents .article .box.main .title {
		margin-bottom: 20px;
		font-size: 32px;
	}

	#contents .article .box.main .meta {
		margin-bottom: 20px;
	}

	#contents .article .box.main .tag li {
		min-width: 108px;
		font-size: 12px;
		line-height: 1;
		padding: 8px 10px;
	}

	#contents .article .box.main .tag li:not(:last-child) {
		margin-right: 4px;
	}

	#contents .article .box.main .date {
		margin-bottom: 8px;
		font-size: 15px;
		line-height: 25px;
	}

	#contents .article .box.main .thumb {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 26px;
	}

	/* 左：画像、右：タイトル　＋　説明文 */
	#contents .article .box.left {
		-ms-grid-columns: 47% 1fr;
		grid-template-columns: 47% 1fr;
		-ms-grid-rows: auto auto auto auto;
		grid-template-rows: auto auto auto auto;
	}

	#contents .article .box.left>*:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}

	#contents .article .box.left>*:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 2;
	}

	#contents .article .box.left>*:nth-child(3) {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}

	#contents .article .box.left>*:nth-child(4) {
		-ms-grid-row: 2;
		-ms-grid-column: 2;
	}

	#contents .article .box.left>*:nth-child(5) {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}

	#contents .article .box.left>*:nth-child(6) {
		-ms-grid-row: 3;
		-ms-grid-column: 2;
	}

	#contents .article .box.left>*:nth-child(7) {
		-ms-grid-row: 4;
		-ms-grid-column: 1;
	}

	#contents .article .box.left>*:nth-child(8) {
		-ms-grid-row: 4;
		-ms-grid-column: 2;
	}

	#contents .article .box.left .image {
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		grid-row: 1/3;
		-ms-grid-column: 1;
		grid-column: 1;
	}

	#contents .article .box.left .title {
		-ms-grid-row: 1;
		grid-row: 1;
		-ms-grid-column: 2;
		grid-column: 2;
		margin-top: 10px;
		margin-left: 30px;
		display: block;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
	}

	#contents .article .box.left .cap {
		margin-top: 16px;
	}

	#contents .article .box.left .text {
		-ms-grid-row: 2;
		-ms-grid-row-span: 2;
		grid-row: 2/4;
		-ms-grid-column: 2;
		grid-column: 2;
		margin-top: 24px;
		margin-left: 30px;
	}

	/* 左：画像、右：タイトル　＋　説明文 */
	#contents .article .box.right {
		-ms-grid-columns: 47% 1fr;
		grid-template-columns: 47% 1fr;
		-ms-grid-rows: auto auto auto auto;
		grid-template-rows: auto auto auto auto;
	}

	#contents .article .box.right>*:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}

	#contents .article .box.right>*:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 2;
	}

	#contents .article .box.right>*:nth-child(3) {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}

	#contents .article .box.right>*:nth-child(4) {
		-ms-grid-row: 2;
		-ms-grid-column: 2;
	}

	#contents .article .box.right>*:nth-child(5) {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}

	#contents .article .box.right>*:nth-child(6) {
		-ms-grid-row: 3;
		-ms-grid-column: 2;
	}

	#contents .article .box.right>*:nth-child(7) {
		-ms-grid-row: 4;
		-ms-grid-column: 1;
	}

	#contents .article .box.right>*:nth-child(8) {
		-ms-grid-row: 4;
		-ms-grid-column: 2;
	}

	#contents .article .box.right .image {
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		grid-row: 1/3;
		-ms-grid-column: 2;
		grid-column: 2;
	}

	#contents .article .box.right .title {
		-ms-grid-row: 1;
		grid-row: 1;
		-ms-grid-column: 1;
		grid-column: 1;
		margin-top: 10px;
		margin-right: 30px;
		display: block;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
	}

	#contents .article .box.right .text {
		-ms-grid-row: 2;
		-ms-grid-row-span: 2;
		grid-row: 2/4;
		-ms-grid-column: 1;
		grid-column: 1;
		margin-top: 24px;
		margin-right: 30px;
	}

	/* タイトル　+画像　+ 説明テキスト */
	#contents .article .box.regular {}

	#contents .article .box.regular .image {
		margin-bottom: 0;
	}

	#contents .article .box.regular .title {
		-ms-grid-row: 1;
		grid-row: 1;
		margin-bottom: 25px;
	}

	#contents .article .box.regular .cap {
		margin-top: 12px;
	}

	#contents .article .box.regular .text {
		-ms-grid-row: 3;
		grid-row: 3;
	}

	/* レシピ */
	#contents .article .box.recipe {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 100%;
		grid-template-columns: 100%;
		-ms-grid-rows: auto auto auto;
		grid-template-rows: auto auto auto;
	}

	#contents .article .box.recipe>*:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}

	#contents .article .box.recipe>*:nth-child(2) {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}

	#contents .article .box.recipe>*:nth-child(3) {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}

	#contents .article .box.recipe .image {
		-ms-grid-row: 2;
		grid-row: 2;
		margin-bottom: 80px;
		text-align: center;
	}

	#contents .article .box.recipe .image img {
		max-width: 758px;
	}

	#contents .article .box.recipe .title {
		-ms-grid-row: 1;
		grid-row: 1;
		margin-bottom: 36px;
	}

	#contents .article .box.recipe .detail {
		-ms-grid-row: 3;
		grid-row: 3;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-top: 0;
	}

	#contents .article .box.recipe .image+.title+.detail {
		margin-top: 16px;
	}

	#contents .article .box.recipe .detail .subtitle {
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 1.2;
	}

	#contents .article .box.recipe .ingredients {
		width: 48%;
	}

	#contents .article .box.recipe .ingredients ul {
		margin-bottom: 25px;
	}

	#contents .article .box.recipe .ingredients ul li {
		padding: 8px 12px;
		font-size: 15px;
		line-height: 1.5;
	}

	#contents .article .box.recipe .process {
		margin-top: 0;
		width: 48%;
	}

	#contents .article .box.recipe .process ol li {
		font-size: 15px;
		line-height: 1.5;
	}

	#contents .article .box.recipe .process ol li:before {
		padding: 0 20px 0 0;
		font-size: 18px;
		margin-right: 30px;
		border-right-width: 2px;
	}

	/* 2カラム（画像　+ 説明文） */
	#contents .article .box.col2 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -16px;
	}

	#contents .article .box.col2 .box_list {
		-webkit-width: calc(50% - 32px);
		width: calc(50% - 32px);
		margin: 0 16px;
	}

	#contents .article .box.col2 .box_list:not(:last-of-type) {
		margin-bottom: 32px;
	}

	#contents .article .box.col2 .title {
		margin-bottom: 15px;
	}

	#contents .article .box.col2 .image {
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 15px;
	}

	#contents .article .box.col2 .cap {
		margin-top: 8px;
		margin-bottom: 10px;
	}

	/* その他（テキストパーツなど） */
	#contents .article .box .title_underline {
		margin-bottom: 25px;
		padding-bottom: 15px;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.4;
		border-bottom-width: 2px;
	}

	#contents .article .box .ulist li {
		padding-left: 25px;
		font-size: 15px;
		line-height: 1.5;
	}

	#contents .article .box .ulist li:before {
		top: 6px;
		left: 3px;
		width: 8px;
		height: 8px;
	}

	#contents .article .box .link {
		padding-left: 25px;
		font-size: 15px;
		line-height: 1.5;
	}

	#contents .article .box .link:before {
		top: 4px;
		width: 15px;
		height: 15px;
	}

	#contents .article .box .link[target="_blank"]:before {
		top: 4px;
		left: 0;
		width: 15px;
		height: 15px;
	}

	#contents .article .separator {
		margin: 80px auto;
	}

}

/* hibitotonoeru add */

.hibitotonoeru #crumb,
.hibitotonoeru #contents_all,
.hibitotonoeru #pagetop {
	background-color: #FBF4DC;
}

.hibitotonoeru article {
	padding: 20px;
}

.hibitotonoeru #contents h2 {
	margin-bottom: 1em;
}

.hibitotonoeru #contents p {
	margin-bottom: 1em;
}

.hibitotonoeru #contents ul {
	margin-bottom: 1em;
}

.hibitotonoeru #contents .list_style_on li {
	list-style: inside;
	margin-left: 1em;
	text-indent: -1em;
}

.hibitotonoeru #contents .article .box.right {
	grid-template-columns: auto;
}


.hibitotonoeru #contents .article .box.right .image {
	-ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    grid-column: 1;
	text-align: center;
}

.hibitotonoeru #contents .article .box.right .text {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
}

.flex_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.flex_box > div{
	text-align: center;
}

@media screen and (min-width: 767px) {
.hibitotonoeru .article .inner {
	max-width: 1100px;
}
.hibitotonoeru #contents .article .box.right .image{
	-ms-grid-row: 1 / 3;
	grid-row: 1 / 3;
	-ms-grid-column: 2;
	grid-column: 2;
}
.hibitotonoeru #contents .article .box.right .text {
	grid-row: 2 / 3;
	grid-column: 1;
}
.hibitotonoeru #contents .article .box.right .text.grid--box_under_title {
	grid-row: 1;
	margin-top: 60px;
}
.flex_box {
	flex-wrap: nowrap;
}
}



.box--author--profile {
    margin: 40px auto;
    padding: 20px;
    background-color: #FFEABF;
	display: grid;
    grid-template-columns: 340px 1fr;
}

.author--title p {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    padding-bottom: 5px;
    border-bottom: solid 4px #fabe00;
}

.author--image {
	grid-area: 1 / 1 / 3 / 2; 
    overflow: hidden;
    border-radius: 50%;
    flex-shrink: 0;
	width: 300px;
	height: 300px;
  justify-items: center;
  align-items: center;
}

.author--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.author--name span {
    display: block; 
}
.author--name span.name-bold{
	font-weight: bold;
}

.author--info {
    line-height: 1.7;
    margin-bottom: 20px;
}

.auther--sns {
    display: flex;
    gap: 10px;
}

.auther--sns img {
    width: 50px;
    height: 50px;
    display: block;
}

@media (max-width: 766px) {

    .box--author--profile {
    	margin: 40px auto 0;
        grid-template-columns: 1fr; 
        gap: 10px; 
    }

    .author--title,
    .author--image,
    .author--content {
        grid-column: 1 / -1;
    }
    
    .author--image {
        margin: 0 auto 15px auto; 
		width: 400px;
		height: 400px;
    }

    .author--title p {
        display: block; 
        margin: 0 auto;
    }
    
    .auther--sns {
        justify-content: center; 
		gap: 20px;
    }

	.auther--sns img {
		width: 80px;
		height: 80px;
	}

}

@media screen and (max-width: 766px) {
.sp-grig-row-2{
	grid-row: 2!important;
}
.sp-grig-row-3{
	grid-row: 3!important;
}
.sp-mb-36 {
	margin-bottom: 36px;
}
}

.mt-0 {
	margin-top: 0!important;
}

.mb-0 {
	margin-bottom: 0!important;
}