/* ----------------------------------------------------
toppage
------------------------------------------------------- */
/* -- グローバルナビケーション -- */
#top .nav {
    background-color: rgba(0, 0, 255, 0.5) !important;
}
/* -- 共通cssここまで -- */
#top .toppage_text {
    width: auto;
    height: auto;
}

/* -- topヘッダー -- */
#top .title_box {
    display: table;
    width: 100%;
}
#top .title {
    background: #0033A1;
    color: #fff;
    font-size: 20px;
    padding: 10px 0 1px 0;
    display: table-cell;
    width: auto;
    text-align: center;
    vertical-align: middle;
}

/* -- 背景画像-- */
#top .background {
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../../top/img/keyvisual.jpg);
    background-size: cover;
}

/* -- ネクスグループについてー -- */
#top .links {
    width: 85%;
    margin: 0 auto;
    height: 100px;
}
#top .top_menu_links ul {
    list-style-type: none;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}
#top .top_menu_links li {
    display: inline-block;
    height: 100px;
}
#top .top_menu_links li:last-child {
    border: none;
}
#top .top_menu_links li {
    border-right: solid 1px #27518F;
    width: 20%;
    box-sizing: border-box;
    float: left;
    white-space: normal;
    word-wrap: break-word;
    word-break: normal;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
}
#top .top_menu_title a {
    color: #fff !important;
    font-size: 22px;
}
#top .top_menu_title {
    width: 85%;
    margin: 0 auto;
    text-align: center;
    margin-top: -70px;
    line-height: 50px;
    background-color: #27518F;
}
#top .top_menu_title p {
    vertical-align: middle;
    display: inline-block;
    height: 45px;
}
#top .arrow_icon_white {
    margin-right: 5px;
    margin-top: 3px;
}
#top .background_links {
    width: auto;
    height: 120px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-image: url("../img/city.png");
    background-size: cover;
    background-color: white;
    border: solid 1px #27518F;
}
#top .arrow {
    color: #16479a;
    float: left;
    font-size: 22px;
    margin-right: 3px;
    font-weight: bold;
    line-height: 22.4px
}
#top .top_menu_links li a {
    font-size: 15px;
    font-weight: bold;
    color: rgb(63, 61, 61);
    line-height: 22.4px;
}
#top .about_link {
    float: none;
    margin-left: 15px;
}
#top .top_menu_links li a :hover {
    text-decoration: underline;
}
#top .top_message {
    text-align: center;
    height: auto;
}
#top .top_message img {
    width: 100%;
    height: auto;
    margin: 60px 0 20px 0;
}

/* -- 特集 -- */
#top .feature {
    text-align: center;
}
#top .feature img {
    width: 100%;
    height: auto;
    margin: 20px 0 0 0;
}

/* -- 事業紹介＆サステナ-- */
#top .top_table_area {
    width: 100%;
    margin: 34px 0;
}
#top .top_table_area a {
    color: #000 !important;
}
#top .top_table_area:after {
	content: "";
	display: block;
	clear: both;
	min-height: 1px;
}
#top .top_table {
    border-spacing: 0px;
    width: 100%;
    height: 280px;
    border: 0.8px solid rgb(167, 161, 161);
}
#top .arrow_icon {
	font-size: 22px;
	padding: 20px;
}
#top .arrow_icon img {
	margin-right: 5px;
}

/* -- top事業内容 -- */
#top .box-link {
	list-style-type: none;
	margin: 10px 0 10px;
	padding-left: 0;
}
#top .box-link li {
	width: 50%;
	float: left;
	font-size: 87%;
	line-height: 1.2;
	margin-bottom: 1em;
	padding-left: 2.5em;
	text-indent: -14px;
}
#top .box-link li a:hover {
	text-decoration: underline;
}
#top .box-link li:before {
	content: "›";
	margin-right: 0.15em;
	font-weight: bold;
	font-size: 1.5rem;
	color: #16479a;
	vertical-align: middle;
}
#top .box-link:after {
	display: block;
	content: "";
	clear: both;
}
#top .table_img {
    padding: 0 1px 0 1px;
    width:100%;
}

/* -- 財務情報＆ダウンロード-- */
#top .under_table_area {
    width: 100%;
    margin: 46px 0 30px 0;
}
#top .under_table_area a {
    color: #000 !important;
    font-size: 22px;
}
#top .under_table_area:after {
	content: "";
	display: block;
	clear: both;
	min-height: 1px;
}
#top .under_table {
	margin-bottom: 50px;
    border-spacing: 0px;
    border: 0.8px solid rgb(167, 161, 161);
    width: 100%;
}
#top .notes h2 {
    font-weight: bold;
    font-size: 16px;
}
#top .notes {
    width: 80%;
    margin: 0 auto;
}
#top .notes p {
    font-size: 12px;
}

/* ----------------------------------------------------
コンテンツ共通
------------------------------------------------------- */
.heading1 h2 {
    margin-top: 40px;
}
.main_text h3 {
    margin-top: 30px;
}
.coloum h4 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
.coloum {
    background: #E3EAF6;
    border-radius: 16px;
    padding-top: 5px;
    padding-bottom: 30px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.coloum:after {
	clear: both;
	content: "";
	display: block;
	min-height: 1px;
}
.textbox {
    margin-left: 25px;
    margin-right: 25px;
}
.textbox ul {
	margin-left: 20px;
}
.textbox ul li {
	font-size: 14px;
}
.colimg_right {
    float: right;
}
.col-Box {
	width: 100%;
}
.col-Box figure {
	margin: 10px 0;
}
.col-Box figure img {
	width:  100%;
	height: auto;
}
.col-Box figure figcaption {
	font-size: 80%;
	font-weight: bold;
}
.col-Box .col-Half-left {
	width: 45%;
	float: left;
}
.col-Box .col-Half-right {
	width: 45%;
	float: right;
}
.col-Box:after {
	content: "";
	clear: both;
	display: block;
}
.annotation {
    font-size: 11px;
}
.left {
    float: left;
}
.right {
    float: right;
}

/* ----------------------------------------------------
about 
------------------------------------------------------- */
.center_block {
    text-align: center;
}
.center_block p {
    font-size: 18px;
    font-weight: bold;
}
area:focus {
    outline: none;
    border: none;
}
.menu_table_area {
    width: 726px;
    height: 150px;
    margin-bottom: 10px;
}
.menu_table td {
    vertical-align: top;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
}
.menu_table_area a {
    color: #000 !important;
    font-size: 18px;
    line-height: 28px;
}
.menu_table {
    border-spacing: 0px;
    height: 120px;
    border: #dcdcdc 1px solid;
    width: 348px;
}
.arrow_icon {
    margin-right: 4px;
    float: left;
    line-height: 28px;
}
.container_menu{
    border-spacing: 0px;
    height: 120px;
    border: #dcdcdc 1px solid;
    vertical-align: top;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
}
#domain_img img{
    width: 726px;
    height: 420px;
}
#process_pre_img img{
    width: 726px;
    height: auto;
}
#highlight_img img{
    width: 348px;
    height: auto;
}
#indicator_pre_img img{
    width: 726px;
    height: auto;
}
#group_company_list_sp{
    display: none;
}
.half {
    width: 348px;
    margin-bottom: 15px;
}
.half img {
    width: 348px;
}
.half p {
    color: #fff;
    text-align: center;
    background: #134BBB;
    margin-bottom: 15px;
}
.clm01 {
    vertical-align: top;
}
.clm02 {
    vertical-align: top;
}

/* ----------------------------------------------------
meessage
------------------------------------------------------- */
.tar {
    text-align: right;
}
#top_message_keyvisual_img img{
    width: 726px;
    height: 300px;
} 
#top_message_business_results img{
    width: 600px;
    height: 364px;
} 

/* ----------------------------------------------------
feature
------------------------------------------------------- */
#feature_5g_img img{
    width: 600px;
    height: 279px;
} 
#feature_5g_usage_example_img img{
    width: 600px;
    height: 244px;
} 
#feature_recognition_usage_example_img img{
    width: 726px;
    height: 243px;
} 

/* ----------------------------------------------------
business
------------------------------------------------------- */
.heading1 h2 {
    margin-top: 40px;
}
.colimg_right {
    width: 250px;
    margin-left: 10px;
}
#iot_img img{
    width: 600px;
    height: auto;
} 
#iot_link a{
    font-size:100%;
}
#trabel_img img{
    width: 600px;
    height: auto;
}
#blandretail_img img{
    width: 600px;
    height: auto;  
}
#blandretail_fair_trade_img img{
    width: 290px;
    height: auto;  
    margin-left:20px;  
}
#blockchain_img img{
    width: 600px;
    height: auto;  
}

/* ----------------------------------------------------
esg
------------------------------------------------------- */
.clm01 {
    vertical-align: top;
}
.clm02 {
    vertical-align: top;
}
.text_contents .commitmentbox {
	margin-bottom: 30px;
		height: 100%;
	min-height: 100%;
}
.text_contents .commitmentbox .commitment {
	width: 85%;
	padding-right: 10px;
	min-height: 8em;
	float: left;
	border-right: #cccccc 3px solid;
}
.text_contents .commitmentbox .sdgs_icon {
	width: 15%;
	float: right;
}
.text_contents .commitmentbox .sdgs_icon img {
	margin: 0 auto 10px;
	padding: 0;
	display: block;
}
.text_contents .commitmentbox .sdgs_icon:after,
.text_contents .commitmentbox:after {
	clear: both;
	content: "";
	display: block;
}
p.ptext {
    font-weight: bold;
	color: #16479a;
	padding: 0.2em 0.5em;
	border-top: #16479a 1px solid;
}
#governance_img img{
    width: 600px;
    height: auto;  
}
#commitment_sdgs_usage_example img{
    width: 550px;
    height: auto;  
}
#commitment_sdgs_goal_img img{
    width: 600px;
    height: auto;  
}
#csr_img img{
    width: 600px;
    height: auto;  
}
#csr_img_s img{
    width: 317px;
    height: auto;  
}

/* ----------------------------------------------------
corporate
------------------------------------------------------- */
#corporate h2 span {
	font-size:60%;
	font-weight:normal;
}
#corporate table {
	border-top:#ccc 1px solid;
}
#corporate table th {
	background-color:#e3eaf6;
	text-align:left;
}
#corporate .num {
	text-align:right;
}
#corporate .table_corporate th,
#corporate .table_corporate td {
    padding:6px 12px;
	border-bottom:#ccc 1px solid;
}
#corporate .table_big th,
#corporate .table_big td{
    padding:6px 12px;
	border-bottom:#ccc 1px solid;
}
#composition_ratio_img img{
    width:600px;
    height:236px;
}

/* テーブル共通 */
#corporate .table_corporate {
    width: 100%;
    border-spacing: 0;
    padding: 0;
    font-size: 14px;
}
#corporate .table_corporate ul {
    padding-left: 20px;
}
#corporate .table_corporate th {
    width: 23%;
    font-weight: inherit;
}

/* 大株主 */
#corporate .table_big {
    width: 100%;
    border-spacing: 0;
    padding: 0;
    font-size: 14px;
}
#corporate .table_big th {
    font-weight: inherit;
}
#corporate .th1 {
    width: 50%;
}
#corporate .th2 {
    width: 10%;
}
#corporate .th3 {
    width: 40%;
}

/* ----------------------------------------------------
download
------------------------------------------------------- */
.col_left {
    float: left;
    margin-right: 30px;
}
.financial_section {
    height: 182px;
    width: 300px;
    margin-bottom: 60px;
}
.dl_cover {
    height: 212px;
    width: 300px;
    margin-bottom: 60px;
}
.adobe_service img {
    height: 39px;
    width: 158px;
    margin-bottom: 5px;
}
.adobe_service p {
    font-size: 12px;
}
.col_right {
    float: right;
}
.col_right h3 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    border-top: #dcdcdc 1px solid;
    padding-top: 10px;
    padding-bottom: 10px;
}
.col_right ul {
    padding-left: 25px;
}
.col_right li {
    text-decoration: underline;
    font-size: 14px;
    line-height: 35px;
    list-style-type: none;
}
.col_right li:before {
    content: '';
    width: 3px;
    height: 3px;
    display: inline-block;
    border-radius: 100%;
    background: #000000;
    position: relative;
    left: -5px;
    top: -5px;
}
.col_right li a {
    color: #000000;
}
.col_right li a:after {
    display: inline-block;
    content: " ";
    vertical-align: baseline;
    margin-left: 7px;
    height: 15px;
    width: 17px;
    background: url(../img/pdf.png) no-repeat left top;
}
.bulk_dl {
    padding-bottom: 80px;
}

/* ----------------------------------------------------
sitemap
------------------------------------------------------- */
.upper h2 {
    color: #2a95D3;
    border-top: #dcdcdc 1px solid;
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
    margin-bottom: 10px !important;
}
.arrowsymbol {
    color: #16479a;
    margin-right: 3px;
    float: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    padding-left: 10px;
}
.sitemap_table {
    width: 100%;
    padding-top: 0px;
    padding-right: 45px;
    padding-bottom: 30px;
    padding-left: 75px;
}
.sitemap_table a {
    font-size: 14px;
    color: #000000;
}
.sitemap_table td {
    border-style: none;
    width: 50%;
    line-height: 40px;
}
.sitemap_table .box-link {
	list-style-type: none;
	margin: 10px 0 10px;
	padding-left: 0;
}
.sitemap_table .box-link li {
	width: 50%;
	float: left;
	font-size: 87%;
	line-height: 1.2;
	margin-bottom: 1em;
	padding-left: 2.5em;
	text-indent: -14px;
}
.sitemap_table .box-link li a:hover {
	text-decoration: underline;
}
.sitemap_table .box-link li:before {
	content: "›";
	margin-right: 0.15em;
	font-weight: bold;
	font-size: 1.5rem;
	color: #16479a;
	vertical-align: middle;
}
.sitemap_table .box-link:after {
	display: block;
	content: "";
	clear: both;
}
