/*
Theme Name:Genne Theme
Theme URI:
Description:WordPressテーマ「Opinion」の自作子テーマです。
Template: beyond_tcd094
Author: Akira
Author URI:
Version:1.6.1
*/

img.logo_image.pc{
	width: 115px;
	height: 28px;
}

#cb_content_8{
    background-color: #51ADF7;
}
#cb_content_8 h2 {
    background: #FFE400;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    box-shadow: 0px -3px #FFE400, 0px 3px #FFE400;
    color: #555;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0 2rem;
    text-align: center;
  }
  #cb_content_8 h2::before,#cb_content_8 h2::after {
    position: absolute;
    content: '';
    top: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
  }
  #cb_content_8 h2::before {
    border-color: transparent transparent transparent #51ADF7;
    border-width: 25px 0px 25px 10px;
    left: 0;
  }
  #cb_content_8 h2::after {
    border-color: transparent #51ADF7 transparent transparent;
    border-width: 25px 10px 25px 0px;
    right: 0;
  }
  #cb_content_8 span.num.counter{color:#FFE400}