@charset "UTF-8";
html {
  width: 100%;
}

body {
  font: 500 16px/1.9 "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #2a2623;
  text-align: left;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
body::-webkit-scrollbar-track {
  border-radius: 3px;
}
body::-webkit-scrollbar-thumb {
  background: #2a2623;
  border-radius: 3px;
}

.win body {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

a {
  text-decoration: none;
  color: #2a2623;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.opacity {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.opacity:hover {
  opacity: 0.3;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.pc {
  display: inherit;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

::-moz-selection {
  background-color: rgba(1, 109, 72, 0.5);
  color: #fff;
}

::selection {
  background-color: rgba(1, 109, 72, 0.5);
  color: #fff;
}

p {
  margin: 0;
}

.wp-embed {
  border: 14px solid #f8f8f7;
  padding: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .wp-embed {
    border: 10px solid #f8f8f7;
    padding: 1.5em;
  }
}

.wp-embed-heading {
  font-size: 1.2em;
  width: 100%;
  line-height: 1.7;
}
.wp-embed-heading a {
  position: relative;
  padding: 0 60px 1em 0;
  display: block;
}
.wp-embed-heading a::after {
  position: absolute;
  content: "";
  background: url(images/arrow_b.svg) no-repeat center/100% 100%;
  width: 38px;
  height: 9px;
  right: 0;
  top: 0;
  bottom: 1em;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .wp-embed-heading a::after {
    width: 20px;
    height: 5px;
  }
}
.wp-embed-heading a:hover {
  opacity: 0.5;
}

.wp-embed-featured-image {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .wp-embed-featured-image {
    width: 100%;
    margin-bottom: 15px;
  }
}
.wp-embed-featured-image a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-embed-featured-image a:hover {
  opacity: 0.5;
}

.wp-embed-excerpt {
  width: calc(100% - 230px);
  font-size: 0.875em;
}
@media screen and (max-width: 767px) {
  .wp-embed-excerpt {
    width: 100%;
  }
}
.wp-embed-excerpt .wp-embed-more:hover {
  opacity: 0.5;
}
.wp-embed-excerpt .screen-reader-text {
  display: none;
}
.wp-embed-excerpt .wp-embed-more:hover {
  opacity: 0.3;
}

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