/* 埋め込みブロック（WordPress）
----------------------------------*/
html {font-size:50%;box-sizing:border-box;}
body, button, input, select, optgroup, textarea {
 color: #00283F;
	font-size: 18px;
	font-size: 1.8rem;/*1rem=10px*/
	line-height: 1.75;
 font-weight: 500;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
}
.wp-embed-featured-image {
border: 3px solid #009F84;
line-height: 0;
}
.wp-embed-featured-image img {
  max-width: 600px;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.wp-embed-heading {
display: block;
background: #009F84;
color: #FFF;
text-align: center;
padding: 12px 10px;
font-size: 24px;
font-size: 2.4rem;
line-height: 1.2;
font-weight: 700;
}
a{display: block !important;text-decoration: none; position: relative;}
a::before{content: ""; position: absolute; width: 100%; height: 100%;}/*jsBlock*/
a:hover .wp-embed-featured-image{border: 3px solid #FFCA00;}
a:hover .wp-embed-heading{border: 3px solid #FFCA00;background:#FFCA00; color: #00283F;}
@media print,screen and (min-width:769px) {
a:hover .wp-embed-featured-image,
a:hover .wp-embed-heading{transition: 0.5s;}
}