﻿@charset "utf-8";

.inner01 {
	background: transparent url('/biz_music/img/biz_bg3.jpg') repeat scroll 0% 0%; height: 236px;
	margin-bottom: 30px;
}
.inner01 li {
	padding-top: 110px;
}
.inner01 li img {
	width: 701px;
	height: auto;
	display: block;
	margin: 0px auto;
}
.header .Hcvbtn{
	background: #26c42d;
	color:#fff;
	display: table;
	height: 120px;
}
.header .Hcvbtn a{
	color:#fff;
	vertical-align: middle;
	display: table-cell;
	padding: 0 20px;
}
.header .Hcvbtn a:hover{
	text-decoration: none;
	opacity: 0.8;
}


/*  20200522 臨時特集番組のお知らせ追加 */
#special_content{
  background: #f0f0f0;
}
#special_content .center{
  text-align: center;
}
#special_content .inner{
  max-width: 960px;
  padding: 40px 0 60px;
  margin: auto;
  box-sizing: border-box;
}
#special_content .inner .h2_comment{
  display: inline-block;
  text-align: center;
  line-height: 1;
  border: 2px solid #e8340c;
  border-radius: 10px;
  background: #fff;
  padding: 15px 50px;
  margin-bottom: 30px;
  position: relative;
}
#special_content .inner .h2_comment:before{  
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #e8340c transparent transparent transparent;
  z-index: 1;
  margin-left: -8px;
}
#special_content .inner .h2_comment:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  z-index: 2;
  margin-left: -6px;
}
#special_content .inner .h2_comment span{
  font-size: 20px;
  font-weight: bold;
  color: #e8340c;
  line-height: 1;
  position: relative;
  padding-left: 2em;
}
#special_content .inner .h2_comment span:before{
  content: "";
  background: url(../img/sp_cont_ic03.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  top: 50%;;
  left: 0;
  width: 1.6em;
  height: 1.4em;
  margin-top: -0.7em;
}
#special_content .inner h2{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
#special_content .inner h2 span{
  font-size: 30px;
}
#special_content .inner h2 + p{
  margin-bottom: 30px;
}
#special_content .inner .flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 0 50px;
}
#special_content .inner .flex > div{
  width: calc(98% / 2);
  background: #fff;
  padding: 25px 20px 25px 40px;
  box-sizing: border-box;
}
#special_content .inner .flex > div .sp_box_ttl{
  font-size: 18px;
  font-weight: bold;
  min-height: 3em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding-left: 70px;
  margin-bottom: 20px;
}
#special_content .inner .flex > div .sp_box_ttl span{
  font-size: 16px;
  width: 100%;
}
#special_content .inner .flex > div .sp_box_ttl:before{
  content: "";
  position: absolute;
  top:50%;
  left:0;
  width: 48px;
  height: 44px;
  margin-top: -22px;
}
#special_content .inner .flex > div:first-child .sp_box_ttl:before{
  background: url(../img/sp_cont_ic01.png) no-repeat center top;
  background-size: contain;
}
#special_content .inner .flex > div:last-child .sp_box_ttl:before{
  background: url(../img/sp_cont_ic02.png) no-repeat center top;
  background-size: contain;
}
#special_content .inner .flex .fukidashi{
  padding-left: 50px;
  position: relative;
}
#special_content .inner .flex .fukidashi:before{
  content: "";
  background: url(../img/sp_cont_ic03.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  top: 8px;
  left: 0;
  width: 24px;
  height: 21px;
}
#special_content .inner .flex .fukidashi span {
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  max-width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #e8340c;
  background: #FFF;
  border: solid 2px #e8340c;
  border-radius: 10px;
  box-sizing: border-box;
}
#special_content .inner .flex .fukidashi span:before {
  content: "";
  position: absolute;
  top: 12px;
  left: -12px;
  border-style: solid;
  border-width: 5px 12px 5px 0;
  border-color: transparent #e8340c transparent transparent;
  z-index: 1;
}
#special_content .inner .flex .fukidashi span:after {
  content: "";
  position: absolute;
  top: 14px;
  left: -8px;
  border-style: solid;
  border-width: 3px 8px 3px 0;
  border-color: transparent #fff transparent transparent;
  z-index: 2;
}
.contents{
  background: #fff;
}
