.takada-social-feeds {
	box-sizing: border-box;
	width: 100%;
}

.takada-social-feeds *,
.takada-social-feeds *::before,
.takada-social-feeds *::after {
	box-sizing: border-box;
}

.takada-social-section {
	clear: both;
	margin: 0 0 42px;
	width: 100%;
}

.takada-social-heading {
	border-bottom: 3px solid #1677b8;
	color: #222;
	font-family: inherit;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 20px;
	padding: 0 0 8px;
}

.takada-social-embed {
	display: flex;
	justify-content: center;
	max-width: 100%;
	overflow-x: auto;
	width: 100%;
}

.takada-social-embed .instagram-media,
.takada-social-embed .tiktok-embed {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 100% !important;
}

.takada-social-fallback {
	font-size: 14px;
	margin: 10px 0 0;
	text-align: center;
}

.takada-ameblo-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.takada-ameblo-item {
	border-bottom: 1px solid #d9d9d9;
	margin: 0;
	padding: 16px 4px;
}

.takada-ameblo-item:first-child {
	padding-top: 0;
}

.takada-ameblo-date {
	color: #777;
	display: block;
	font-size: 12px;
	margin-bottom: 4px;
}

.takada-ameblo-title {
	font-family: inherit;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.55;
	margin: 0 0 6px;
	padding: 0;
}

.takada-ameblo-title a {
	text-decoration: none;
}

.takada-ameblo-title a:hover,
.takada-ameblo-title a:focus {
	text-decoration: underline;
}

.takada-ameblo-excerpt {
	color: #444;
	font-size: 14px;
	line-height: 1.75;
	margin: 0;
}

.takada-social-button-wrap {
	margin: 20px 0 0;
	text-align: right;
}

.takada-social-button {
	background: #1677b8;
	border-radius: 3px;
	color: #fff !important;
	display: inline-block;
	font-size: 14px;
	padding: 9px 16px;
	text-decoration: none;
}

.takada-social-button:hover,
.takada-social-button:focus {
	background: #0f5f96;
	color: #fff !important;
}

.takada-ameblo-error {
	background: #f5f5f5;
	border: 1px solid #ddd;
	padding: 14px;
}

@media (max-width: 480px) {
	.takada-social-section {
		margin-bottom: 32px;
	}

	.takada-social-heading {
		font-size: 20px;
	}

	.takada-ameblo-title {
		font-size: 16px;
	}

	.takada-ameblo-excerpt {
		font-size: 13px;
	}
}

