@charset "UTF-8";
.wp-embed {
  padding: 60px 30px 30px;
  font-size: 12px;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.5;
  color: #6a6961;
  background: #d3d9db;
  box-sizing: border-box;
  overflow: auto;
		position: relative;
  zoom: 1;
}
.wp-embed:before {content:url("../images/embed_img_pc.png"); position: absolute; top: 0px; left: calc(50% - 100px); z-index: 1;filter: drop-shadow(1px 1px 2px #cccccc);}
.wp-embed:after {content: ""; width: 100%; height: 15px; top: 0; left: 0; position: absolute; background-color: #FFF;}

.wp-embed a {
  color: #6a6961;
  text-decoration: none
}

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

.wp-embed-featured-image {
  margin-bottom: 0px
}

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

.wp-embed-featured-image.square {
  float: left;
  max-width: 130px;
  margin-right: 20px
}

.wp-embed p {
  margin: 0
}

.wp-embed-txt-area {padding-left:150px;}

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

.wp-embed-heading a {
  color: #6a6961
}

.wp-embed .wp-embed-more {
  color:#6a6961
}

.screen-reader-text{
display:none;
}
.wp-embed-footer {
  display: table;
  width: 100%;
  margin-top: 30px
}

.wp-embed-site-icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 25px;
  width: 25px;
  border: 0
}

.wp-embed-site-title {
  font-weight: 600;
  line-height: 1.78571428
}

.wp-embed-site-title a {
  position: relative;
  display: inline-block;
  padding-left: 35px
}

.wp-embed-meta, .wp-embed-site-title {
  display: table-cell
}

.wp-embed-meta {
  text-align: right;
  white-space: nowrap;
  vertical-align: middle
}

.wp-embed-comments, .wp-embed-share {
  display: inline
}

.wp-embed-meta a:hover {
  text-decoration: none;
  color: #2271b1
}

.wp-embed-comments a {
  line-height: 1.78571428;
  display: inline-block
}

.wp-embed-comments+.wp-embed-share {
  margin-left: 10px
}

.wp-embed-share-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1d2327;
  background-color: rgba(0, 0, 0, .9);
  color: #fff;
  opacity: 1;
  transition: opacity .25s ease-in-out
}

.wp-embed-share-dialog.hidden {
  opacity: 0;
  visibility: hidden
}

.wp-embed-share-dialog-close, .wp-embed-share-dialog-open {
  margin: -8px 0 0;
  padding: 0;
  background: 0 0;
  border: none;
  cursor: pointer;
  outline: 0
}

.wp-embed-share-dialog-close .dashicons, .wp-embed-share-dialog-open .dashicons {
  padding: 4px
}

.wp-embed-share-dialog-open .dashicons {
  top: 8px
}

.wp-embed-share-dialog-close:focus .dashicons, .wp-embed-share-dialog-open:focus .dashicons {
  box-shadow: 0 0 0 1px #4f94d4, 0 0 2px 1px rgba(79, 148, 212, .8);
  border-radius: 100%
}

.wp-embed-share-dialog-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 22px
}

.wp-embed-share-dialog-close:hover {
  text-decoration: none
}

.wp-embed-share-dialog-close .dashicons {
  height: 24px;
  width: 24px;
  background-size: 24px
}

.wp-embed-share-dialog-content {
  height: 100%;
  transform-style: preserve-3d;
  overflow: hidden
}

.wp-embed-share-dialog-text {
  margin-top: 25px;
  padding: 20px
}

.wp-embed-share-tabs {
  margin: 0 0 20px;
  padding: 0;
  list-style: none
}

.wp-embed-share-tab-button {
  display: inline-block
}

.wp-embed-share-tab-button button {
  margin: 0;
  padding: 0;
  border: none;
  background: 0 0;
  font-size: 16px;
  line-height: 1.3;
  color: #a7aaad;
  cursor: pointer;
  transition: color .1s ease-in
}

.wp-embed-share-tab-button [aria-selected=true] {
  color: #fff
}

.wp-embed-share-tab-button button:hover {
  color: #fff
}

.wp-embed-share-tab-button+.wp-embed-share-tab-button {
  margin: 0 0 0 10px;
  padding: 0 0 0 11px;
  border-left: 1px solid #a7aaad
}

.wp-embed-share-tab[aria-hidden=true] {
  display: none
}

p.wp-embed-share-description {
  margin: 0;
  font-size: 14px;
  line-height: 1;
  font-style: italic;
  color: #a7aaad
}

.wp-embed-share-input {
  box-sizing: border-box;
  width: 100%;
  border: none;
  height: 28px;
  margin: 0 0 10px;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.5;
  resize: none;
  cursor: text
}

textarea.wp-embed-share-input {
  height: 72px
}

html[dir=rtl] .wp-embed-featured-image.square {
  float: right;
  margin-right: 0;
  margin-left: 20px
}

html[dir=rtl] .wp-embed-site-title a {
  padding-left: 0;
  padding-right: 35px
}

html[dir=rtl] .wp-embed-site-icon {
  margin-right: 0;
  margin-left: 10px;
  left: auto;
  right: 0
}

html[dir=rtl] .wp-embed-meta {
  text-align: left
}

html[dir=rtl] .wp-embed-share {
  margin-left: 0;
  margin-right: 10px
}

html[dir=rtl] .wp-embed-share-dialog-close {
  right: auto;
  left: 20px
}

html[dir=rtl] .wp-embed-share-tab-button+.wp-embed-share-tab-button {
  margin: 0 10px 0 0;
  padding: 0 11px 0 0;
  border-left: none;
  border-right: 1px solid #a7aaad
}


@media only screen and (max-width:750px){
.wp-embed {
  padding: 80px 30px 30px;
  font-size: 14px;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.5;
  color: #6a6961;
  background: #d3d9db;
  box-sizing: border-box;
  overflow: auto;
		position: relative;
  zoom: 1;
}
.wp-embed:before {content:url("../images/embed_img_sp.png"); position: absolute; top: 0px; left: calc(50% - 160px); z-index: 1;}
.wp-embed:after {content: ""; width: 100%; height: 25px; top: 0; left: 0; position: absolute; background-color: #FFF;}

.wp-embed-featured-image.square {
  float: none;
  max-width: 100%;
  margin-right: 0px;
  margin-bottom:20px;
}

p.wp-embed-heading {
  margin: 0 0 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3
}
.wp-embed-txt-area {padding-left:0px;}
	
}

@media only screen and (max-width:375px){
.wp-embed:before {content:url("../images/embed_img_sp_min.png"); position: absolute; top: 0px; left: calc(50% - 111px); z-index: 1;}
.wp-embed:after {content: ""; width: 100%; height: 16px; top: 0; left: 0; position: absolute; background-color: #FFF;}
.wp-embed {
  padding: 60px 30px 30px;
  font-size: 14px;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.5;
  color: #6a6961;
  background: #d3d9db;
  box-sizing: border-box;
  overflow: auto;
		position: relative;
  zoom: 1;
}
}