@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
.editor-styles-wrapper h5,
.post_content h5{
  position: relative;
  padding-left: 1.4em;/*アイコン分のスペース*/
  line-height: 1.4;
  font-size: 1.2em;
}
.wp-block-heading h5:before,
.post_content h5:before {
  font-family: "Font Awesome 5 Free";
  content: "\f578";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #04384c; /*アイコン色*/
  font-weight: 900;
}
.wp-block-heading h6,
.post_content h6{
  position: relative;
  padding-left: 1.4em;/*アイコン分のスペース*/
  line-height: 1.4;
  font-size: 1.2em;
}
.wp-block-heading h6:before,
.post_content h6:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #04384c; /*アイコン色*/
  font-weight: 900;
}

.box_brightcove{
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.box_brightcove iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
