/*
* news.css
*
*/
/* --------------------------------
	news index
-------------------------------- */
body.page-categoryTop {
	position: relative;
}
body.page-categoryTop:before {
	content: "";
	display: block;
	position: absolute;
	position: fixed;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	margin: auto;
	height: 280px;
	background-image: url(../images/categoryHero_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
@media print, screen and (min-width: 768px) {
	body.page-categoryTop:before {
		height: 440px;
		background-image: url(../images/categoryHero_bg_md.jpg);
	}
}

.l-categoryHero_title:before {
	width: 150px;
}

.l-categoryHero_title_label {
	/*background-image: url(https://d2utiq8et4vl56.cloudfront.net/files/user/img/news/top/categoryHero_title.svg);*/
}
@media print, screen and (min-width: 768px) {
	.l-categoryHero_title_label {
		background-image: url(../images/categoryHero_title_md.svg);
	}
}

@media print, screen and (min-width: 768px) {
	[lang="en"] .l-categoryHero_title_label {
		background-image: url(https://d2utiq8et4vl56.cloudfront.net/files/user/img/en/news/top/categoryHero_title_md.svg);
	}
}

.newsIndex_subscribe {
	margin: -26px 0 30px;
	font-size: 22.4px;
	font-size: 1.4rem;
}
.newsIndex_subscribe:after {
	content: "";
	display: block;
	clear: both;
}

.newsIndex_subscribe_list {
	float: right;
}

.newsIndex_subscribe_list_item {
	float: left;
	margin-left: 26px;
}

/* --------------------------------
	news detail
-------------------------------- */
.newsDetail_header {
	padding: 80px 0 30px;
	background: #fff;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_header {
		padding-top: 136px;
		padding-bottom: 52px;
	}
}

.newsDetail_header_link {
	float: right;
	font-size: 22.4px;
	font-size: 1.4rem;
	font-weight: bold;
}

.newsDetail_header_link_item {
	float: left;
	margin-left: 42px;
}
.newsDetail_header_link_item a {
	text-decoration: none;
}

.newsDetail_header_badge {
	display: inline-block;
	margin: 0 0 12px;
	padding: 1px 10px;
	border-radius: 20px;
	background: #ecb122;
	color: #fff;
	font-size: 19.2px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_header_badge {
		margin-bottom: 18px;
		padding: 4px 14px;
		font-size: 1.4rem;
	}
}

.newsDetail_header_title {
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_header_title {
		font-size: 3.4rem;
	}
}

.newsDetail_header_lead {
	margin: 10px 0 0;
	font-size: 19.2px;
	font-size: 1.2rem;
	font-weight: normal;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_header_lead {
		font-size: 1.6rem;
	}
}

.newsDetail_header_notice {
	margin: 10px 0 0;
	color: #fe0000;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_header_notice {
		font-size: 1.8rem;
	}
}

.newsDetail_header_meta {
	margin: 10px 0 0;
	font-size: 19.2px;
	font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_header_meta {
		margin-top: 28px;
	}
}

.newsDetail_header_date_category {
	color: #ecb122;
	font-weight: bold;
}

.newsDetail_header_figure {
	margin: 20px 0 0;
}
.newsDetail_header_figure img {
	width: 100%;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_header_figure {
		margin-top: 36px;
	}
}

.newsDetail_header_overview {
	margin: 20px 0 0;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_header_overview {
		margin-top: 28px;
	}
}

.newsDetail_header_overview_list {
	margin-top: 0.6em;
	font-size: 19.2px;
	font-size: 1.2rem;
}
.newsDetail_header_overview_list:first-child {
	margin-top: 0;
}
.newsDetail_header_overview_list dt {
	font-weight: bold;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_header_overview_list {
		display: table;
		margin: 0;
		font-size: 1.6rem;
	}
	.newsDetail_header_overview_list dt,
	.newsDetail_header_overview_list dd {
		display: table-cell;
		vertical-align: top;
	}
	.newsDetail_header_overview_list dt {
		padding: 0 1em 0 0;
		white-space: nowrap;
	}
}

.newsDetail_body {
	padding: 28px 0 0;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_body {
		padding-top: 56px;
	}
}
.newsDetail_body p {
	margin: 1.8em 0;
}
.newsDetail_body p:first-child {
	margin-top: 0;
}
.newsDetail_body p:last-child {
	margin-bottom: 0;
}
.newsDetail_body .newsDetail_heading + p {
	margin-top: 0;
}

.newsDetail_body_box {
	margin-right: -20px;
	margin-left: -20px;
	padding: 20px 20px 45px;
	background: #fff;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_body_box {
		margin: 0 0 78px 0;
		padding: 84px;
		border-radius: 20px;
	}
}

.newsDetail_hero img {
	width: 100%;
}

.newsDetail_section {
	position: relative;
	margin-top: 42px;
}
.newsDetail_section:first-child {
	margin-top: 0;
}
.newsDetail_section:after {
	content: "";
	display: block;
	clear: both;
}

.newsDetail_text {
	margin: 42px 0;
}
.newsDetail_text:first-child {
	margin-top: 0;
}
.newsDetail_text:last-child {
	margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_text {
		margin: 70px 0;
	}
}

.newsDetail_heading {
	position: relative;
	margin: 42px 0 21px; 
	line-height: 1.6;
}
.newsDetail_section:first-child .newsDetail_heading {
	margin-top: 0;
}
.newsDetail_footer .newsDetail_heading {
	margin-bottom: 16px;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_heading {
		margin: 70px 0 42px;
	}
	.newsDetail_footer .newsDetail_heading {
		margin-bottom: 20px;
	}
}

.newsDetail_heading-h2 {
	padding: 0 0 13px;
	font-size: 28.8px;
	font-size: 1.8rem;
}
.newsDetail_heading-h2:before {
	content: "";
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	margin: auto;
	border-radius: 4px; 
	width: 40px;
	height: 4px;
	background: #000;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_heading-h2 {
		padding-bottom: 18px;
		font-size: 2.8rem;
	}
	.newsDetail_heading-h2:before {
		width: 50px;
	}
}

.newsDetail_heading-h3 {
	font-size: 25.6px;
	font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_heading-h3 {
		font-size: 2.2rem;
	}
}

.newsDetail_headFunction {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 22.4px;
	font-size: 1.4rem;
}

.newsDetail_figure {
	margin: 1.8em 0;
	text-align: center;
}
.newsDetail_figure:first-child,
.newsDetail_heading + .newsDetail_figure {
	margin-top: 0;
}
.newsDetail_figure:last-child {
	margin-bottom: 0;
}
.nd_mw50 img {
	max-width: 50%;
}
.nd_mw30 img {
	max-width: 30%;
}
.newsDetail_figcaption {
	margin: 8px 0 0;
	text-align: left;
	font-size: 19.2px;
	font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_figcaption {
		margin-top: 14px;
	}
}

@media print, screen and (min-width: 768px) {
	.newsDetail_figure-right {
		float: right;
		margin: 0 0 1.2em 32px; 
		width: calc(50% - 16px);
	}
	.newsDetail_figure-left {
		float: left;
		margin: 0 32px 1.2em 0; 
		width: calc(50% - 16px);
	}
}

.newsDetail_table {
	margin: 1.8em 0; 
	width: 100%;
	table-layout: fixed;
}
.newsDetail_table:first-child,
.newsDetail_heading + .newsDetail_table {
	margin-top: 0;
}
.newsDetail_table:last-child {
	margin-bottom: 0;
}

@media print, screen and (max-width: 767px) {
	.newsDetail_table_header,
	.newsDetail_table_data {
		display: block;
	}
	.newsIndex_subscribe_list_item a{
		line-height: 40px;
	}
}

.newsDetail_table_header {
	padding: 14px 10px 0;
	text-align: left;
}
tr:first-child .newsDetail_table_header {
	padding-top: 0;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_table_header {
		padding-bottom: 14px;
		border-bottom: 2px solid #d7d7d5; 
		width: 22%;
	}
}

.newsDetail_table_data {
	padding: 0 10px 14px;
	border-bottom: 2px solid #f0f0ee;
}
tr:first-child .newsDetail_table_data {
	padding-top: 0;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_table_data {
		padding-top: 14px;
	}
}

.newsDetail_imgList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: -10px; 

	-webkit-box-pack: start; 

	-webkit-justify-content: flex-start; 

	    -ms-flex-pack: start; 

	        justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_imgList {
		margin: -18px;
	}
}

.newsDetail_imgList_item {
	padding: 10px; 
	width: 50%;
}
.newsDetail_imgList_item2 {
	width: 20% !important;
}
.newsDetail_imgList_item img {
	width: 100%;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_imgList_item {
		padding: 18px; 
		width: 20%;
	}
}

.newsDetail_lecturerList_item {
	margin: 0 0 28px;
}
.newsDetail_lecturerList_item:not(:first-child) {
	padding-top: 28px;
	border-top: 2px solid #f0f0ee;
}

.newsDetail_lecturerList_figure {
	text-align: center;
}
.newsDetail_lecturerList_figure img {
	max-width: 192px;
}

.newsDetail_lecturerList_header {
	margin: 22px 0 8px;
	font-weight: bold;
}
.newsDetail_lecturerList_header p {
	margin: 0;
}

.newsDetail_lecturerList_headline {
	font-size: 24px;
	font-size: 1.5rem;
}

.newsDetail_lecturerList_name {
	font-size: 27.2px;
	font-size: 1.7rem;
}

@media print, screen and (min-width: 768px) {
	.newsDetail_lecturerList_item {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.newsDetail_lecturerList_figure {
		margin-right: 40px;
	}
	.newsDetail_lecturerList_body {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}
	.newsDetail_lecturerList_header {
		margin: 0 0 10px;
	}
	.newsDetail_lecturerList_headline {
		font-size: 1.6rem;
	}
	.newsDetail_lecturerList_name {
		font-size: 2.2rem;
	}
	.newsDetail_lecturerList_text {
		font-size: 1.4rem;
	}
}

.newsDetail_relatedLink_item {
	word-break: break-all;
}
.newsDetail_relatedLink_item:not(:first-child) {
	margin-top: 7px;
}
.newsDetail_relatedLink_item .m-iconBadgeText {
	font-weight: normal;
	line-height: 1.8;
}

.newsDetail_relatedNews {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: center;

	-webkit-justify-content: center;

	    -ms-flex-pack: center;

	        justify-content: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
	.newsDetail_relatedNews {
		margin-right: -12px;
		margin-left: -12px;
	}
	.newsDetail_relatedNews .m-card {
		margin: 0 12px; 
		width: calc(25% - 24px);
	}
	.newsDetail_relatedNews .m-card_body {
		padding: 20px 20px 25px;
	}
	.newsDetail_relatedNews .m-card_meta {
		margin-bottom: 6px;
	}
	.newsDetail_relatedNews .m-card_badge {
		float: none;
		margin-bottom: 14px;
	}
	.newsDetail_relatedNews .m-card_date {
		float: none;
	}
}

.newsDetail_footer {
	padding: 52px 0 56px;
}
.newsDetail_footer_localNav {
	padding-bottom: 45px;
    padding-top: 45px;
}
.newsDetail_footer_localNav_way{
	padding-bottom: 45px;
    padding-top: 45px;
}

@media print, screen and (min-width: 768px) {
	.newsDetail_footer {
		padding: 0 0 84px;
	}
	.newsDetail_footer_localNav {
	    padding-top: 0px;
		padding-bottom: 84px;
	}
	.newsDetail_footer_localNav_way {
		padding: 84px 0 84px;
	}
}

/* print ----- */
.newsDetail-print .newsDetail_header {
	padding-top: 56px;
}

.newsDetail-print .newsDetail_imgList_item {
	width: 50%;
}

@media print {
	.newsDetail-print .newsDetail_body_box {
		padding: 0;
	}
}

/* way governance cg ---------- */
@media print, screen and (min-width: 768px) {
    .governance_structure_dataList .m-dataList_title {
        width: 50%;
    }
    .governance_structure_dataList .m-dataList_dataInner {
        padding-left: 20px;
    }
}

.m-scrollableTable .governance_director_table .m-dataTable_body th {
    min-width: 100px;
}
.governance_director_table .name {
    min-width: auto;
    width: 22%;
}
.governance_director_table .note {
    width: 20%;
}
.governance_director_table .bg {
	z-index: 1;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.governance_director_table tbody .bg:before {
	z-index: -1;
	top: 10px;
	right: 0;
	bottom: 10px;
	left: 2px;
	width: auto;
	height: auto;
	background-color: transparent;
}
.governance_director_table tbody .bg:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -2px;
	bottom: 0;
	margin: auto;
	width: 2px;
	height: auto;
	background: #fff;
}
.governance_director_table .bg span {
    display: block;
    overflow: hidden;
    width: 18px;
    height: 18px;
    margin: auto;
    border: 2px solid #fff;
    border-radius: 50%;
    text-indent: 100%;
    content: "";
}
.governance_director_table tbody .bg-gn:before {
    background-color: #B1CC95;
}
.governance_director_table tbody .bg-bl:before {
	background-color: #95BDCC;
}
.governance_director_table tbody .bg-vt:before {
    background-color: #7594C6;
}
.governance_director_table .line {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
}
@media print, screen and (min-width: 768px) {
    .m-scrollableTable .governance_director_table {
        table-layout: fixed;
        white-space: normal;
    }
    .governance_director_table .m-dataTable_body th,
    .m-dataTable_body td {
    	padding-top: 20px;
    	padding-bottom: 20px;
    }
	.governance_director_table .m-dataTable_head th:not(:last-child) {
		padding-right: 10px;
		padding-left: 10px;
	}
	.governance_director_table tbody {
		font-size: 1.4rem;
	}
	.governance_director_table.en .m-dataTable_head {
		font-size: 1.4rem;
	}
}

.m-scrollableTable .governance_outside_director_table .m-dataTable_body th {
    min-width: 100px;
}
.governance_outside_director_table .desc {
    width: 60%;
}
@media print, screen and (min-width: 768px) {
    .m-scrollableTable .governance_outside_director_table {
        table-layout: fixed;
        white-space: normal;
    }
	.governance_outside_director_table tbody {
		font-size: 1.4rem;
	}
    .governance_outside_director_table .name {
        width: 15%;
    }
}



/* サイバーエージェントのAI技術記事 ----- */
.newsDetail_body p {
    margin: 0;
}

.mainNewsDetail_section table:not(.newsDetail_table) {
    width: 100% !important;
    margin: 1em 0;
}
.mainNewsDetail_section table:not(.newsDetail_table) th, .mainNewsDetail_section table:not(.newsDetail_table) td {
    padding: 6px !important;
}


/* UIDAプログラム ---------- */
.uida_aboutList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: center;

	-webkit-justify-content: center;

	    -ms-flex-pack: center;

	        justify-content: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.uida_aboutList:after {
	content: "";
	display: block;
	clear: both;
}
.uida_aboutList + .uida_aboutList_item {
	margin-top: 20px;
}
.uida_aboutList_item {
    width: 100%;
}
.uida_aboutList_item_imgWrapper {
    height: 110px;
    padding: 10px 0 10px;
    text-align: center;
}
.uida_aboutList_item_imgWrapper img {
    max-height: 100%;
}
.uida_aboutList-4col-md .uida_aboutList_item .uida_aboutList_item_body {
	font-size: 1.3rem;
}
.uida_aboutList-4col-md .uida_aboutList_item .uida_aboutList_item_title {
    padding-bottom: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
@media print, screen and (min-width: 768px) {
	.uida_aboutList-4col-md {
        width: 491px;
        margin: auto 0;
	}
	.uida_aboutList-4col-md .uida_aboutList_item {
		width: 180px;
	}
	.uida_aboutList-4col-md .uida_aboutList_item:nth-child(2n+1) {
		margin-right: 24px;
	}
	.uida_aboutList-4col-md .uida_aboutList_item .uida_aboutList_item_body {
		padding-top: 20px;
		font-size: 1.5rem;
	}
	.uida_aboutList-4col-md .uida_aboutList_item .uida_aboutList_item_title {
		font-size: 1.8rem;
		text-align: left;
	}
    .uida_aboutList_item_imgWrapper {
        height: 130px;
    }
}

@media print, screen and (min-width: 1032px) {
	.uida_aboutList-4col-md {
		width: 100%;
	}
	.uida_aboutList-4col-md .uida_aboutList_item {
		margin-top: 24px;
		margin-right: 24px;
	}
	.uida_aboutList-4col-md .uida_aboutList_item:nth-child(2n) {
		margin-right: 24px;
	}
	.uida_aboutList-4col-md .uida_aboutList_item:nth-child(3n) {
		margin-right: 24px;
	}
	.uida_aboutList-4col-md .uida_aboutList_item:nth-child(4n) {
		margin-right: 0;
	}
	.uida_aboutList-4col-md .uida_aboutList_item:nth-child(-n+4) {
		margin-top: 0;
	}
}