/* -=-=-=-=-=-=-=-=-=-=-=- wp_embed -=-=-=-=-=-=-=-=-=-=- */
* {
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 16px;
}
body {
	color: #222222;
	font-size: 1rem;
	font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	word-wrap: break-word;
	line-height: 1.8;
}
.wp_embed {
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	padding: 8px;
	box-sizing: border-box;
	width: 100%;
}
.wp_embed a, .wp_embed a:hover {
	color: #222222;
	text-decoration: none;
	border: none;
	display: flex;
	width: 100%;
	transition-property: opacity;
	transition-timing-function: ease-out;
	transition-delay: 0s;
	transition-duration: 0.6s;
	opacity: 1;
	position: relative;
	z-index: 3;
}
.wp_embed a:hover {
	transition-duration: 0s;
	opacity: 0.5;
}
.wp_embed .img_area {
	width: 34%;
	pointer-events: none;
}
.wp_embed .img_area img {
	vertical-align: middle;
	width: 100%;
	height: auto;
}
.wp_embed .text_area {
	width: 66%;
	padding-left: 16px;
	box-sizing: border-box;
	pointer-events: none;
}
.wp_embed .text_area p {
	font-size: 1rem;
	font-weight: bold;
}
.wp_embed .text_area span {
	color: #999999;
	font-family: "Khand",sans-serif;
	letter-spacing: 1px;
}