@charset "UTF-8";
/*************************************************
【会社情報】番組審議会だより
**************************************************/
/* 最初のセクションの余白設定 */
#businessInfoArea .com_section:first-of-type {
    margin-top: 50px;
}

/* リンクの色 */
#businessInfoArea a:link,
#businessInfoArea a:visited,
#businessInfoArea a:active {
    color: #4a4a4a;
    text-decoration: none;
}

#businessInfoArea a:hover {
    color: rgba(102, 102, 102, 0.6);
}

#businessInfoArea .com_lead_box {
    margin-bottom: 50px;
}

#businessInfoArea .com_lead_box .columns {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

#businessInfoArea .com_lead_box .column:first-child {
	width: 50%;;
}
#businessInfoArea .com_lead_box .column:last-child {
    width: 50%;
}

/*************************************************

↓書き加えた

**************************************************/
#businessInfoArea .container {
    width: 96%!important;
    margin: 0 auto;
}

#businessInfoArea {
    margin-top: 50px;
    margin-bottom: 100px;
    color: #555;
}

/*2024.04.25　追記*/
#businessInfoArea .name_flex {
    display: flex;
    justify-content: flex-start;
}

#businessInfoArea .position {
    text-align: right;
    margin-right: 0.5em;
}

@media screen and (max-width:520px) {
	#businessInfoArea .com_lead_box .columns {
    flex-direction: column;
	}
	
	#businessInfoArea .com_lead_box .column:first-child,
	#businessInfoArea .com_lead_box .column:last-child {
    width: 100%;
	}
}

/*-----------------------------------------------------------*/