@charset "utf-8";

/* =====================================
埋め込み用スタイル
===================================== */
body,
html {
    padding: 0;
    margin: 0
}

body {
    font-family: sans-serif
}

.wp-embed,
.wp-embed-share-input {
    font-family: "メイリオ", Meiryo, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px
}

.wp-embed {
    padding: 20px 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #82878c;
    background: #fff;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    border-radius: 7px;
    overflow: auto;
    zoom: 1;
}

.wp-embed a {
    color: #82878c;
    text-decoration: none
}

.wp-embed a:hover {
    text-decoration: underline
}

.wp-embed-featured-image {
    float: left;
    max-width: 110px;
    margin-right: 15px
}

.wp-embed-featured-image a:hover {
    opacity: 0.5;
}

.wp-embed-featured-image img {
    width: 100%;
    height: auto;
    border: none
}

.wp-embed p {
    margin: 0
}

p.wp-embed-heading {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3
}

.wp-embed-heading a {
    color: #32373c
}

.wp-embed-footer {
    margin-top: 10px;
}

.wp-embed-site-title {
    font-size: 12px;
    font-weight: 600;
    text-align: right;
}

.wp-embed-site-title a {
    position: relative;
}

.wp-embed .wp-embed-more {
    display: none;
}

.wp-embed-share-dialog {
    display: none;
}