@charset "UTF-8";
/*mixin*/
.cf:after {
  content: "";
  display: block;
  clear: both; }

/* media query */
/*admin*/
#wpbody .smart-cf-upload-image img,
#wpbody .smart-cf-upload-file img {
  max-width: 100px;
  max-height: 100px; }

.acf-table-cell-editor .acf-table-cell-editor-textarea {
  width: 640px !important; }

/*.box-blogdetail-01*/
.mce-content-body h3 {
  position: relative;
  text-align: justify;
  display: table;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  padding: 0 20px;
  font-family: 'Josefin Sans', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  line-height: 1;
  line-height: 1.25; }
  .mce-content-body h3::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scaleX(1.1);
    -ms-transform: translate(-50%, -50%) scaleX(1.1);
    transform: translate(-50%, -50%) scaleX(1.1);
    width: 90%;
    height: 60%;
    border-left: 1px solid #4d4d4d;
    border-right: 1px solid #4d4d4d; }
    @media screen and (max-width: 414px) {
      .mce-content-body h3::after {
        height: 100%; } }
  .mce-content-body h3 + * {
    margin-top: 35px; }

.mce-content-body h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #b7d4dc;
  margin-top: 15px; }

.mce-content-body h2 + * {
  margin-top: 30px; }

/*.box-blogdetail-01 200824*/
@media screen and (max-width: 414px) {
  .box-blogdetail-01 iframe {
    height: 100% !important; } }

/*.wp-video 201021*/
.wp-video {
  margin: auto; }
