@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Oswald:wght@700&family=Teko:wght@600&display=swap');
/* ---------------------------------------------
	スタイルリセット
--------------------------------------------- */
html, body, div,h1, h2, h3, h4, h5, h6,
p, pre, blockquote,
ul, ol, li, dl, dt, dd, img, iframe, address {
    margin: 0; padding: 0; border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
ul, ol {list-style: none;}

html, body {height:100%; color:#000000;}
h1, h2, h3, h4, h5, h6, p, dt, dd, li{
	background:  url("../../img/spacer.gif") repeat 0px 0px;
	max-height: 100%;
}
body{ -webkit-text-size-adjust:100% !important;}
a { color: inherit; text-decoration: none; }
.content-wrap img{ width: 100%; height: auto; vertical-align: bottom;}

/* ---------------------------------------------
	タイポグラフィー
--------------------------------------------- */
@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url("../../font/YakuHanJP-Regular.woff2") format("woff2"), url("../../font/YakuHanJP-Regular.woff") format("woff")
}

@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: url("../../font/YakuHanJP-Bold.woff2") format("woff2"), url("../../font/YakuHanJP-Bold.woff") format("woff")
}
body {
    color: #000;
    background-color: #fff !important;
	font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Sans", "メイリオ", "Meiryo", "游ゴシック体", "Yu Gothic", YuGothic, "Lucida Grande", "Arial", "Avenir Next", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 16px;
    line-height: normal;
}
@media screen and (max-width: 1400px) {
    body { font-size: 1.2vw;}
}
@media screen and (max-width: 950px) {
    body { font-size: 1.8vw;}
}
@media screen and (max-width: 768px) {
    body { font-size: 2.4vw;}
}
@media screen and (max-width: 550px) {
    body { font-size: 3.4vw;}
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
 .clearfix {
    min-height: 1px;
}
* html .clearfix {
    height: 1px;
    /*ﾂ･*//*/
    height: auto;
    overflow: hidden;
    /**/
}

/* LINK */
#contents_area a:link{color:#333; text-decoration:none;}
#contents_area a:visited{color:#333;text-decoration: none;}
#contents_area a:hover{color:#7d0000; text-decoration:none;}
#contents_area a:active{color:#7d0000; text-decoration:none; }



#container {
	/* background-color:#f5f8fa; */
	width:100%;
	height:auto;
	margin:0 auto;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

#container:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* #main_area {
	background-color:#f5f8fa;
	width:1000px;
	height:auto;
	margin:0 auto;
} */

#main_area:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#main_area{
    width: 1400px;
    margin: 0 auto;
    padding: 0 3em;
    box-sizing: border-box;
    position: relative;
}
@media screen and (max-width: 1400px) {
    #main_area{ width: 100%;}
}
@media screen and (max-width: 768px) {
    #main_area{ padding: 0 2em;}
}
@media screen and (max-width: 550px) {
    #main_area{ padding: 0 1em;}
}

#pagenavi {
	width:auto;
	height:50px;
	font-size:12px;
	color:#9c9d9e;
	/* padding-left:15px; */
	vertical-align:middle;
	display:table-cell;
}

#pagenavi a{
	color:#767676;
	text-decoration:none;
}

#pagenavi a:hover{
	text-decoration:underline;
	color:#7d0000;
}

#pagenavi span {
	font-weight:bold;
	color:#333;
}

#leftmenu_area {
	/* width:250px;
	height:auto;
	float:left;
	margin-bottom:70px; */
	display: none;
}

#contents_area {
	background-color:#FFF;
	/* width:730px;
	height:auto;
	float:right; */
	margin-bottom:70px;
	width: 100%;
}

/* #title_area {
	width:730px;
	height:45px;
	margin:0;
	padding:0;
	display: flex;
	justify-content: space-between;
	align-items: center;
} */


/* #title_area h1 {
	width:660px;
	height:45px;
	margin:0;
	padding-left:7px;
	color:#000;
	font-weight:bold;
	border-left-style:solid;
	border-left-width:8px;
	text-align:left;
	vertical-align:middle;
	display:table-cell;
} */

#title_area{
    display: block;
    margin-bottom: 2em;
	position: relative;
}
#title_area::after{
    content: "";
    display: block;
    width: 100%;
    height: 0.3em;
    background-color: #feb62a;
}
#title_area h1{
    font-size: 180%;
    line-height: 1.2;
    margin-bottom: 0.2em;
    display: flex;
    align-items: center;
}
#title_area h1::before{
    content: "";
    display: block;
    width: 1.6em;
    height: 1.6em;
    background-size: contain;
    background-position: 0 center;
    background-repeat: no-repeat;
    margin-right: 0.4em;
}
.insideStory #title_area h1::before{ background-image: url("../img/icn_insideStory.svg");}
#title_area h1.title_red::before{ background-image: url("../../img/icn_news.svg");}
.philosophy #title_area h1::before{ background-image: url("../img/icn_philosophy.svg");}
.message #title_area h1::before,
#title_area h1.title_pink::before{ display: none;}

@media screen and (max-width: 550px) {
    #title_area h1{ font-size: 140%;}
    #title_area h1::before{ margin-right: 0.2em;}
}

.title_blue {
	border-left-color:#1d5ac0;/*会社情報*/
}
.title_red {
	border-left-color:#e60028;/*ニュースリリース*/
}
.title_pink {
	border-left-color:#d14673;/*番組向上への取り組み*/
}

/*ニュースリリースに必要*/
#title_area p {
	/* width:80px; */
	/* height:45px; */
	vertical-align:middle;
	position: absolute;
	top: 50%;
	right: 0.6em;
	font-size: 90%;
	margin-top: -0.5em;
}

#title_area a {
	font-weight:bold;
}
/*//ニュースリリースに必要*/


/* #contents_area #text_area {
	padding:0 20px;
} */

#contents_area #text_area h2 {
	font-size:114%;
	font-weight:bold;
	color:#333;
	padding-bottom:0.5em;
	margin-bottom: 1.5em;
	position: relative;
}
#contents_area #text_area h2:after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 0.4em;
	background: url("../../img/bg_ptrn01.png") repeat center center;
	bottom: 0;
	left: 0;
}
	
#contents_area #text_area p {
	padding:0 10px 2em 10px;
	line-height:2.2em;
}

#contents_area #text_area p a{
	line-height:2.2em;
	text-decoration:underline;
}
#contents_area #text_area p a:hover{
	color:#7d0000;
	text-decoration:underline;
}

#contents_area #text_area h3 {
	font-size:16px;
	font-weight:bold;
	color:#7d0000;
	border-bottom:#d7d8d9;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	width:auto;
	margin-top:18px;
}


#contents_area #text_area h4 {
	font-weight:bold;
	color:#333;
	border-left:#7d0000;
	border-left-style:solid;
	border-left-width:5px;
	margin-left:5px;
	padding-left:5px;
	margin-bottom: 0.3em;
}

#contents_area #text_area h5 {
	font-size:12px;
	font-weight:bold;
	color:#333;
	margin-left:5px;
}

#contents_area #text_area ul{
	margin-left:30px;
	margin-top:10px;
	margin-bottom: 2em;
}


#contents_area #text_area ul li{
	list-style: disc;
	line-height: 1.8;
	margin-bottom: 0.8em;
}

#contents_area #text_area ul li a{
 text-decoration:underline;
 }

#contents_area #text_area ol{
	list-style:decimal;
	font-size:12px;
	margin-left:30px;
	margin-top:10px;
}


#contents_area #text_area ol li{
	list-style:decimal;
	font-size:12px;
	list-style-position:outside;
	color:#333;
}
#contents_area #text_area ol li a{
 text-decoration:underline;
 }

.m_bottom30 {
	margin-bottom:30px;
}

.m_bottom20 {
	margin-bottom:20px;
}

.m_bottom10 {
	margin-bottom:10px;
}

.txt_right {
	text-align:right;
}


	
#contents_area #text_area .linkbtn1 a{
	border:solid 1px #ddd;
	padding:10px;
	border-radius:5px;
	background:#eee;
	-moz-border-radius:5px; /* FF */ 
	-webkit-border-radius:5px; /* Webkit */ 
    behavior:url(images/PIE.htc);  /* ie */
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fff), color-stop(100%, #eee) );
	background:-ms-linear-gradient( top, #fff 5%, #eee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#eee');	vertical-align:middle;
	display:table-cell;
	width:auto;
	height:25px;
	
	color:#4571bb;
	text-decoration:none;
	font-weight:bold;
}
	
#contents_area #text_area .linkbtn1 a:hover{
	border:solid 1px #ddd;
	padding:10px;
	border-radius:5px;
	background:#dedfe3;
	-moz-border-radius:5px; /* FF */ 
	-webkit-border-radius:5px; /* Webkit */ 
    behavior:url(images/PIE.htc);  /* ie */
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fff), color-stop(100%, #dedfe3) );
	background:-ms-linear-gradient( top, #fff 5%, #dedfe3 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#dedfe3');	vertical-align:middle;
	vertical-align:middle;
	display:table-cell;
	width:auto;
	height:25px;
	text-decoration:none;
}

/* -------------- 旧ヘッダー対応 -------------- */
.v-list.langMenu.v-sheet.theme--light.v-list--dense.v-list--nav,
#com-gbheader #ebtn,
#com-gbheader #cbtn,
#com-gbheader #tbtn{
    display: none;
}
#com-gbheader .search{ margin-left: 560px;}