/*
--CMS・納品後追加処理用.css
*/
span.wpcf7-spinner{display: none !important;}
div.wpcf7-mail-sent-ok,div.wpcf7-response-output,div.wpcf7-validation-errors,div.wpcf7-acceptance-missing {display: none !important;}

.nextpostslink{
  border: none !important;
}

.nextpostslink,
.previouspostslink{
  border-color: #fff !important;
}


/* img */
.news__deta--bx img{margin-top: 1.5rem; margin-bottom: 1.5rem; height: auto; }
.news__deta--bx .aligncenter {display: block;margin: 1.5rem auto;}
.news__deta--bx .alignright { float: right; }
.news__deta--bx .alignleft { float: left;  }
.news__deta--bx .alignright {display: block;margin-left: auto;padding: 0 0 0 1rem; margin-top: .5rem;}
.news__deta--bx .alignleft {display: block;margin-right: auto;padding: 0 1rem 0 0; margin-top: .5rem;}
.news__deta--bx img[class*="wp-image-"],.news__deta--bx img[class*="attachment-"] {height: auto;max-width: 100%;}
@media screen and (max-width: 767px){
  .news__deta--bx .alignleft,
  .news__deta--bx .alignright,
  .news__deta--bx .aligncenter {
    float: none;
    margin: 0 auto 5vw;
    width: 100%;
    padding: 0 !important;
  }
}

.clearfix {
  overflow: hidden;
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}


/*--公開後YouTube一旦非表示------------------------------*/
.about__youtube{
  display: none;
}
