/*==============================

	style.css

	初期化・リンク関係は、
	reset.cssに記述

==============================*/
@charset "utf-8";


/*
Theme Name: ncxxgroup
Description:テーマの説明
Theme URI: テーマの URL
Author: 作った人の名前
Author URI: 作った人の URL
Version: バージョン
License: ライセンス
License URI: ライセンスの URL
*/



/*
	共通設定

	[備考]
	横幅:980px
==============================*/
@media screen and (min-width: 641px) {

.sp{
    display:none !important;
}




body {
	border-top:2px solid #d2dddf;
	max-width:1980px;
	margin:0 auto;
}


/*
	ヘッダー
==============================*/
#top_img {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

#top_img img {
    width: 100%;
}

#top_img img.pc {
    width: 100%;
}

#top_img img.sp {
    display:none;
}

#header {
	width:980px;
	height:42px;
	margin:0 auto;
	padding-top:14px;
	padding-bottom:14px;
}

div.search {
	float:right;
	padding-top:7.5px;
	padding-right:8px;
}

.search .search_text {
	width:196px;
	height:24px;
	background-color: #e6e6e6;
	border: 1px solid #e0e0e0;
}

.search .search_btn {
	vertical-align: top;
}

.header {
    width: 780px;
    margin: 0 auto;
}

.sp_header {
    display: none;
}

/*
	グローバルナビ
==============================*/
/* <2013/07/22 11:00> 設定追加(初期値非表示) */
#gnavi > ul > li > a {
	display:none;
}

.ddMenu {
	display:none;
}

#gnavi > ul >li {
	float:left;
}
/* 設定追加ここまで */

#gnavi {
	height: 41px;
	/* background: url("img/common/gnavi_bg.png") repeat-x; */
	min-width: 980px;
}

#gnavi > ul{
	/*width: 981px;*/
	width: 995px;
	margin: 0px auto;
	height: 41px;
	margin-top: 35px;
	margin-bottom: 35px;
}

#gnavi img{
	margin:0 !important;
	padding:0 !important;
	border:none !important;
}

#gnavi > ul > li > a.mm-item-link {
	display:inline-block;
/*	color: #fff;
	font-weight: bold;
	font-size: 14px;
	position: relative;
	display: inline-block;
	z-index: 15;
	border-left: 1px solid #000;
	border-right: 1px solid #1a64e4;
	padding: 0px 28px;
	padding-top:11px;
	padding-bottom:11px;	*/
}

#gnavi > ul > li:first-child {
/*	border-left:1px solid #1a64e4;*/
}

#gnavi > ul > li:nth-last-child(1) {
/*	border-right:1px solid #000;*/
}


#gnavi > ul > li > a.mm-item-link-hover {
/*	border-right: 1px solid #000 !important;
	border-left: 1px solid #000;
	background: #000;*/
}



.megamenu li:first-child div.mm-item-content {
	/*width: 980px;*/
	width: 982px;
	/* background: #000; */
	/*background: #0033a0*/ /* sun */
	background: #000088;

	position: absolute;
	z-index: 99;
	margin-top:1px;
	margin-left:1px;
	
}


div.mm-item-content {
	/*width: 980px;*/
	width: 982px;
	/* background: #000; */
	/*background: #0033a0*/ /* sun */
	background: #000088;

	position: absolute;
	z-index: 99;
	margin-top:1px;
	margin-left:-13px;
}


div.mm-item-content > div.mm-content-base {
	padding: 10px 20px !important;
	display: block;
}

div.mm-item-content > div.mm-content-base h4 {
	color: #999;
}

div.mm-item-content > div.mm-content-base a {
	color: #fff;
}

div.mm-item-content > div.mm-content-base a:hover {
	background: #16479a;
}

div.mm-item-content > div.mm-content-base > ul {
	float: left;
	min-width: 200px;
	margin-bottom: 10px;
	padding-right: 12px;
}

div.mm-item-content > div.mm-content-base p {
	width: 100%;
	border-top: 1px solid #999;
	margin-bottom: 10px;
}

div.mm-item-content > div.mm-content-base > ul > li > a {
	color:#fff;
}



.ddMenu{
	display:none;
}

#keyvisual {
/*	height: 117px; */
	min-width: 980px;
	margin: 0px auto;
	text-align:center;
}

/*
	フッター
==============================*/
#footer_wrap{
	/*height:102px;*/
	/*background:url("img/common/footer_bg.png") repeat-x;*/
	/*background-color:#000088;*/
	background-color:#16479a;
}

#footer{
    width: 980px;
	margin:0px auto;
	padding:40px 0px 55px 0;

	color:#fff;
}

#footer .footer_navi{
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
}

#footer .footer_menu{
	padding-left:0; /* 24px; */
	float:left;
	width:500px;
}

#footer .copy{
	float:right;
	width:400px;
	text-align:right;
}

#footer a{
	color:#fff;
}

#footer a.footerLink{
/*	padding-left:10px;*/
	margin-right:12px;
/*	background:url("img/common/marker2.png") no-repeat left center ; */
}

div#footer a.footerLink:before{
	content:"\025b6";
}

/*
	コンテンツ部
==============================*/
div#contents {
	/* background-color:#F6F6F6; */
}

div#main{
	width:980px;
	margin:0 auto;
	padding:30px 0 30px;
	line-height:1.6;
	/*line-height:2;*/
}

div#main div.section{
	color:#666;
	font-size:13px;
}

/*div#main h1{→h2*/
div#main h2{
	/*
	border-left:#195492 solid 7px;
	padding:13px;
	background-image:url(img/common/h1_bg.png);
	background-repeat:repeat-x;
	background-color:#9fa0a0;
	font-weight:normal;
	text-shadow: 0px 0px 3px #000; */
	font-size:22px;
	border-bottom:solid 2px;
      color:#000;
}

/*div#main h2→h3{*/
div#main h3{
	height:30px;
	padding-left:1em;
	padding-top:4px;
	font-size:18px;
	color:#000;
	/*border-left:#195492 solid 3px;*/
	/*border-top: #ccc solid 1px;*/
	/*background-image:url(img/common/h2_bg.png);*/
	/*background-repeat:repeat-x;*/
	/*background-color:#f0f0ff;*/
	background-color:#d3e0e5; /* sun */
}

div#main div.leftBox,
div#main div.rightBox{
	width:400px;
}


div#main div.section div.textarea{
/*
	border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	border-left:#e5e5e5 solid 1px;
	border-right:#e5e5e5 solid 1px;
	border-bottom:#e5e5e5 solid 1px;
	background-color:#FFF;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
	margin: 20px 0 0;
*/
}

div#main div.section p{
	/*padding:20px;*/
}

div#main div.section ul.normal li,
div#main div.section ol.normal li{
	padding-right:20px;
	margin-left:3em;
}

div#main div.section ul.normal li{
	list-style-type:disc;
}

div#main div.section ol.normal li{
	list-style-type:decimal;
}

div#main div.section ul.external_link{
	text-align:left;
}

div#main div.section ul.external_link li{
	text-align:right;
	width:auto;
	background:url(img/common/target_blank.png) no-repeat center right;
	padding-right:20px;
	margin-top:15px;
}

div#main div.section ul.external_link a{
	color:#154780;
	text-decoration:underline;
}

div#main div.floatWrap{
	width:200px;
}

div#main div.section img.topicsImg{
	width:180px;
	height:180px;
}

div#main div.leftBox{
	float:left;
}

div#main div.rightBox{
	float:right;
}


div#main div.rightBox h2,
div#main div.leftBox h2{
	margin-bottom:15px;
	background-color:#FFF;
}

div#main div.rightBox h2 a,
div#main div.leftBox h2 a{
	display:block;
	color:#000;
}

.dotLineRight{
	padding-right:30px;
	border-right:2px dotted #d2dddf;
}

.dotLineLeft{
	padding-left:30px;
	border-left:2px dotted #d2dddf;
}


div#main div.section img.newsBtn{
	width:72px;
	height:16px;
	margin-left:1em;
}

div#main div.section div.textarea.digital{
	padding-bottom: 200px;
}
div#main div.section div.textarea.digital p{
	margin-top: 40px;
	font-size: 15px;
	color: #000;
	line-height: 2;
}
div#main div.section div.textarea.digital .link{
	margin-top: 50px;
}
div#main div.section div.textarea.digital .link a{
	font-size: 18px;
}
div#main div.section div.textarea.digital .img{
	margin-top: 40px;
}
div#main div.section div.textarea.digital .img p{
	margin-top: 10px;
	font-size: 11px;
	text-align: right;
}
div#main div.section div.textarea.digital .img-box{
	display: flex;
	flex-wrap: wrap;
}


div.section dl.tbl{
	dislay:table;
}

div.section dl.tbl div.row{
	display:table-row;
}

div.section dl.tbl dt,
div.section dl.tbl dd{
	display:table-cell;
	padding:0.5em 0;
	margin:0.5em 0;
	border-top:1px solid #ccc;
}

div.section dl.tbl dt{
	width:250px;
	color:#000;
}

div.section dl.tbl dd{
	width:560px;
}

div.section dl.tbl dd table td{
	padding:0.5em 1em 0.5em 0;
}


/*
	メニュー_アンダーバー
==============================*/
div#menubar{
	height: 5px;
	background:#000088;
	/*background:#0033a0;*/ /* sun */
	width: 1024px;
    margin: 10px auto auto auto;
	border-bottom: 1px solid #666;
}


/*
	パンくずリスト
==============================*/
div#bread{
	/* height: 45px; */ /* sun */
	/* background:url("img/common/bread_bg.png") repeat-x; */
	min-width: 980px;
	color:#333;
	/* font-size:12px; */
	font-size:16px; /* sun */
	padding:30px 0 40px 0; /* sun */

}

div#bread ul{
	width:980px;
	text-align:left;
	margin:0 auto;
}

div#bread ul li{
	float:left;
	padding-top:12px;
	margin-right:0.5em;
	color: #0033a0; /* sun */
}

div#bread ul li a{
	color:#333;
	/* text-decoration:underline; */ /* sun */
}




/*	solutions
==============================*/

div#solutions div.section div.textarea{
	min-height:185px;
}

div#solutions div.section div.textarea img{
	float:left;
	margin-right:18px;
	width:297px;
}

/*	irinfo
==============================*/

div.section.ircalender table{
	width:630px;
}

div.section.ircalender table td{
	width:50%;
}

/*	group
==============================*/

div#main div.group div.leftBox{
	float:left;
	width:250px;
}

div#main div.group div.rightBox{
	float:right;
	width:550px;
}

div#main div.group div.section div.textarea{
	min-height:100px;
}


/*	outline
==============================*/

div#main div.outline dd td{
	padding:0 1em 0 0;
}

div#main div.outline dd p{
	margin:0 0 5px 0;
}


/*	recruit
==============================*/

div#main div#recruit div.leftBox{
	float:left;
	width:250px;
}

div#main div#recruit div.rightBox{
	float:right;
	width:550px;
}

div#recruit div.section div.textarea{
	min-height:130px;
}


/*
	[共通]ニュース関連の表示
==============================*/
div#main div.newsList{
	margin-bottom:1em;
}


div#main div.marker p.newsText{
	padding-left:10px;
	background:url("img/common/marker.png") no-repeat left center ;
}


div#main a.lineLink{
	/*padding-left:10px;*/
	/* background:url("img/common/marker.png") no-repeat left center ; */
	text-decoration: none; /* sun */
	font-size:18px; /* sun */
}


div#main div.newsBox p.newsDate{
	float:left;
	width:140px;
}

div#main div.newsBox p.marker{
	float:left;
	width:10px;
}

div#main div.newsBox p.newsText{
	float:left;
	width:660px;
}


/* サイトマップ */

div#sitemap div.section a{
	display:inline-block;
	width:200px;
}




/*
	余白
==============================*/
.mb35{
	margin-bottom:35px !important;
}

.mb20{
	margin-bottom:20px !important;
}

.mb15{
	margin-bottom:15px !important;
}

.pb35{
	padding-bottom:35px !important;
}


/*****CMSカスタマイズ*****/
/*クリアフィクス*/
.cf:after   {
	     content:"";
	  display:block;
	  clear:both;	
}


.fl {
	float: left;
}

.fr {
	float: right; 
}

/*リンクアイコン（共通）*/
a[href$=".pdf"]:after {
	/*content:url("img/common/pdf.png") !important;*/
}

a[target="_blank"]:after {
	/* content:url("img/common/target_blank.png") !important; */
}

/*強調タグリセット*/
strong {
	font-weight: normal;
}


/*メガメニュー*/
.megamenu .ddMenu td {
	border: none!important;
	padding: 0!important;
	width: 235px!important;
}


.megamenu li {
	width:195px;
	height: 41px;
	border-right: 1px solid #666;
}

.megamenu li:first-child {
	border-left: 1px solid #666;
}

.megamenu li .mm-item-link {
	display: block!important;
	/* height: 41px;*/ 
	height: 51px; /* sun */
	color: #666;
	font-size: 14px;
	text-align: center;
	line-height: 41px;	
	font-weight: bolder; /* sun */
}

.megamenu li .mm-item-link:hover {
	color: #fff;
	text-shadow: 0px 0px 3px #000;
	/* background: url("img/common/gnavi_bg_on.png") repeat-x; */
	background: #000088;
	/*background: #0033a0;*/ /* sun */
	margin-left: -1px;
    margin-right: -1px;
}


.megamenu .clearfix {
	display: none;
}

/* news 見出し */

.news_header_box {
  margin         : auto;                 /* 中央寄せ */
  box-sizing     : border-box;           /* 罫線も含む長さ      */
  /*width          : 800px;*/                /* BOXの幅             */
  display        : flex;                 /* FlexBox定義         */
  justify-content: space-between;         /* 揃えの定義          */
  flex-wrap      : wrap;                 /* 折り返し定義        */
}

.news_header {
	font-weight: bold;
	/*width : 300px;*/
	width : 300px;
	font-size: 24px;
	margin-top: 26px;
	margin-bottom: 10px;
	text-align: left;
}


.news_header_en {
    font-weight: bold;
    width: 155px;
    font-size: 24px;
    margin-top: 26px;
    margin-bottom: 10px;
    text-align: left;
}




.news_header_link_box {
    background: #0033a0;
    margin-right: auto;
    box-sizing: border-box;
    width: 115px;
    height: 24px;
    display: flex;
    margin-top: 26px;
    margin-bottom: 10px;
    color: #fff;
    position: relative;
    text-align: left;
}


.news_header_link_box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
}

.news_header_link {
	font-size: 10px;
	/*width: 60px;*/
	width: 70px;
	padding: 2px 0px 0px 10px;
}

.news_header_link_arrow {
  /*width: 20px;*/
  /*width: 30px;*/
  width: 18px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: skew(45deg);
  /*padding: 0px 5px 0px 5px;*/
  margin-top:5px
}

.news_header_line {
	border-bottom: 1px solid black;
	margin-bottom: 30px;
}

/*カテゴリトップ：最新5件*/
.five_news h3 {
	margin-top: 20px;
}

.five_news h3 a {
	color:#000;
	font-size: 18px;
}

.five_news h3 a img {
	margin-left:1em;
}

.five_news .news div h3 {
	display: none;
}

.five_news .news .textarea {
	margin-top: 0!important;
	/*padding: 20px 20px 5px 20px;*/
	padding: 20px 20px 30px 0px; /* sun */
}

.five_news .news .post-date {
	/*font-size:13px;*/
	font-size:16px; /* sun */
	text-align:left;
	color:#666;
	margin-bottom:13px;
	padding: 0!important;
	float:left;
	/*width:140px;*/
	width:200px; /* sun */
	/* background:url("img/common/marker.png") no-repeat 130px center ; */
	font-style: normal;
	line-height: 20px; /* sun */
}

.five_news .news .post-title ,
.five_news .news a {
	/*font-size: 13px;*/
	font-size: 16px; /* sun */
	line-height: 20px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: left;
	text-decoration: none;
}

.five_news .news a {
	display: block;
}


/*カテゴリトップ：最新4件*/
.four_news {
    /* background-image: url(http://test-ncxxgroup.co.jp/wp-content/uploads/2020/11/pc_home_news_back_home_news_back.png); */
    /* background-image: url(../../uploads/2020/11/pc_home_news_back_home_news_back.png); */
    background-size: cover;
    margin-bottom: 80px;
    padding-top: 0px;
    padding-bottom: 20px;
    height: 330px;
}

.four_news h3 {
	margin-top: 20px;
}

.four_news h3 a {
	color:#000;
	font-size: 18px;
}

.four_news h3 a img {
	margin-left:1em;
}

.four_news .news div h3 {
	display: none;
}

.four_news .news .textarea {
	margin-top: 0!important;
	/*padding: 20px 20px 5px 0px;*/
}

.four_news .news .post-date {
    font-size: 16px;
    text-align: left;
    /* color: #666; */
    color: #333333;
    margin-bottom: 13px;
    padding: 0!important;
    float: left;
    width: 155px;
    /* background: url(img/common/marker.png) no-repeat 130px center; */
    font-style: normal;
    display: inline-block;
    list-style: none;
}

.four_news .news .post-title ,
.four_news .news a {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    /*text-align: left;*/
    text-decoration: none;
    color: #0000AA;
}

.four_news .news a {
	/*display: block;*/
}

.four_link {
    background: #0033a0;
    color: #fff;
    padding: 3px 10px 3px 10px;
    margin-right: 20px;
    width: 120px;
}

.topPage #irinfo .cat-post-title-data a{
	color: #000;
	text-decoration: underline;
}

.topPage #irinfo .cat-post-item a:nth-child(1){
}

.topPage #irinfo .cat-post-item p.post-date.cat-post-data{
    margin-top: 4px;
}

.topPage #irinfo .cat-post-item a:nth-child(3){
	  /*display:none;*/
}

.topPage #irinfo .cat-post-title-data{
	text-align:left;
	margin-top:10px;
	display:flex;
	padding-top:3px;
}

.topPage #irinfo .cat-post-item-en .cat-post-title-data{
	margin-top:0px;
	padding-top:0px;
}

.text-image {
  max-width: 1920px!important;;
  width: 100%!important;;
  margin: 0 auto!important;;
}

.example {/*親div*/
  position: relative;/*相対配置*/
  }

.example p {
  position: absolute;/*絶対配置*/
  color: white;/*文字は白に*/
  top: 0;
  left: 0;
  }

.example img {
  width: 100%;
  }

/*ページャー*/
.wp-pagenavi {
	text-align: center;
	margin-bottom: 20px;
}

.wp-pagenavi .page ,
.wp-pagenavi .current {
	width: 30px;
	height: 30px;
	padding: 0;
	line-height: 30px;
	display: inline-block;
	margin: 2px;
	border-radius: 3px;
}

.wp-pagenavi .page {
	background: #fff;
	/*color: #666;*/
	color: #00f; /* sun */
}

.wp-pagenavi .current {
	/* background: #666; */ /*sun*/
	/*color: #fff;*/
	color: #333;
}

.wp-pagenavi .previouspostslink ,
.wp-pagenavi .nextpostslink {
	color: #666;
	display: inline-block;
	width: 15px;
	height: 30px;
	padding: 0;
	line-height: 30px;
	display: inline-block;
	margin: 2px;
	border-radius: 3px;
}


/*フッターメニュー*/
#footer_wrap .footer_menu #menu-footer li {
	display: inline-block;
	margin-right: 1em;
}

#footer_wrap .footer_menu #menu-footer li:after {
	content: "　｜";
}

#footer_wrap .footer_menu #menu-footer li:last-child:after {
	content: normal;
}

/*リマーケティングタグ*/
iframe[name="google_conversion_frame"] { 
	display: none; 
}

/*本文内のメニュー*/
.textarea_menu .menu-irinfo-container ,
.textarea_menu .menu-corporate-container {
/*
	border:2px dotted #d2dddf;
	padding: 20px 0 20px 20px;
*/
	margin: 20px 0;
}

.textarea_menu .menu-corporate-container {
	margin-top: 20px;
}


.textarea_menu .menu:after {
	     content:"";
	  display:block;
	  clear:both;	
}

.textarea_menu ul {
	margin: 0 auto;
}

.textarea_menu li {
/*
	margin-bottom:15px;
	background-color:#FFF;
	padding-left:1em;
	border-left:#195492 solid 3px;
	border-top: #ccc solid 1px;
	background-image:url("img/common/h2_bg.png");
	background-repeat:repeat-x;
	float: left;
	margin-bottom: 15px;
	font-weight: bold;
	margin-right: 15px;
*/
	width: 100%;
	height:40px;
	padding-top:12px;
	font-size:18px;
	color:#00f;
	margin-bottom: 15px;
	font-weight: bold;
	margin-right: 15px;
	border-bottom: #00f solid 1px;
}

.textarea_menu li:nth-child(odd) {
}

.textarea_menu li:last-child {
	margin-bottom: 0;
}


.textarea_menu li a {
	/*color: #000000;*/
	display: block;
}

#irinfo #menu-item-443 {
	display: none;
}

/*Top pc用*/
.topPage {
	display: block;
	margin: 0 auto;
	/*width: 980px;*/
	width: 1024px;
	text-align: center;
}

.topBox {
	position: relative;
	height: 440px;
	padding-bottom: 180px;
        width:1024px;
        margin:0 auto;
}

.topBoxnews{
        width:900px;
        margin:0 auto;
}


.boxRight {
	position: relative;
	text-align: right;
	/*max-width: 980px;*/
	height: 350px;
}
.boxLeft {
	position: relative;
	text-align: left;
	max-width: 980px;
	height: 350px;
}

.boxRight img.pc {
	width: 80%;
	/*height: 100%;*/
}

.boxRight img.sp {
	display:none;
}

.boxLeft img.pc {
	width: 80%;
/*	height: 100%;*/
}

.boxLeft img.sp {
	display:none;
}

.boxRight .title {
	text-align: left !important;
	width: 20%;
	height: 100%;
	float: left;
}

.boxLeft .title {
	text-align: right !important;
	width: 20%;
	height: 100%;
	float: right;
}

.title h4 {
	position: absolute;
	text-align: center !important;
	font-size: 28px;
	/*font-family: serif;*/
	top: 45%;
}

.boxRight .title h4 {
	left: 3%;
}

.boxLeft .title h4 {
	right: 3%;
}


.boxOverLeft {
	position: relative;
	text-align: left;
	max-width: 980px;
	height: 250px;
	bottom: 23%;
}

.boxOverLeft_en {
	position: relative;
	text-align: left;
	max-width: 980px;
	height: 300px;
	bottom: 23%;
}

.boxOverRight_en {
	position: relative;
	text-align: right;
	max-width: 980px;
	height: 250px;
	bottom: 13%;
}

.boxOverRight {
	position: relative;
	text-align: right;
	/*max-width: 980px;*/
	height: 250px;
	bottom: 23%;
}


.boxOverLeft img.pc {
	width: 70%;
	height: 100%;
}


.boxOverLeft_en img.pc {
	width: 70%;
	height: 100%;
}


.boxOverLeft img.sp {
	display:none;
}
.boxOverLeft img.sp,img.sp3 {
	display:none;
}


.boxOverLeft_en img.sp {
	display:none;
}
.boxOverLeft_en img.sp,img.sp3 {
	display:none;
}

.boxOverRight_en img.pc {
	width: 70%;
	height: 100%;
}
.boxOverRight_en img.sp,img.sp4 {
	display:none;
}

.boxOverRight img.pc {
	width: 70%;
	height: 100%;
}
.boxOverRight img.sp,img.sp4 {
	display:none;
}


.boxOverLeft .text {
	position: absolute;
	width: 62%;
	height: 75%;
	top: 20px;
	bottom: 20px;
	left: 45px;
	right: 50px;
	line-height: 220%;
	font-size: 13.5px;
}

.boxOverLeft .pcText {
	position: absolute;
	width: 60%;
	height: 85%;
	top: 20px;
	bottom: 20px;
	left: 50px;
	right: 50px;
	line-height: 220%;
	font-size: 13.5px;
	color: #fff;
}

.boxOverLeft .pcText a{
	color: #fff;
	border: 1px solid #fff;
}

.boxOverLeft .spText3 {
	display: none;
}


.boxOverLeft_en .text {
	position: absolute;
	width: 62%;
	height: 80%;
	top: 20px;
	bottom: 20px;
	left: 45px;
	right: 50px;
	line-height: 220%;
	font-size: 13.5px;
}

.boxOverLeft_en .pcText {
	position: absolute;
	width: 60%;
	height: 85%;
	top: 20px;
	bottom: 20px;
	left: 50px;
	right: 50px;
	line-height: 220%;
	font-size: 13.5px;
	color: #fff;
}


.boxOverLeft_en .spText3 {
	display: none;
}


.boxOverRight_en .text {
	position: absolute;
	height: 75%;
	top: 20px;
	bottom: 20px;
	left: 340px;
	right: 50px;
	line-height: 220%;
	font-size: 13.5px;
	text-align: left;
	color: #fff;
}

.boxOverRight_en .text h4{
	color: #fff;
}

.boxOverRight_en .text a{
	color: #fff;
	border: 1px solid #fff;
}

.boxOverRight_en .pcText {
	position: absolute;
	height: 75%;
	top: 20px;
	bottom: 20px;
	left: 340px;
	right: 50px;
	line-height: 220%;
	font-size: 13.5px;
	text-align: left;
}

.boxOverRight_en .spText4 {
	display: none;
}


.boxOverRight .text {
	position: absolute;
	height: 75%;
	top: 20px;
	bottom: 20px;
	left: 340px;
	right: 50px;
	line-height: 220%;
	font-size: 13.5px;
	text-align: left;
}

.boxOverRight .pcText {
	position: absolute;
	height: 75%;
	top: 20px;
	bottom: 20px;
	left: 340px;
	right: 50px;
	line-height: 220%;
	font-size: 13.5px;
	text-align: left;
}

.boxOverRight .spText4 {
	display: none;
}



.text h4 {
	font-weight: bold;
	color: #000;
	font-size: 18px;
}

.pcText h4 {
	font-weight: bold;
	color: #fff;
	font-size: 18px;
}

.text a {
	position: absolute;
	border: solid 1px #000;
	padding: 8px 80px;
	color: #000;
	bottom: 0px;
	left: 0px;
	bottom: -15px;
}


.boxOverLeft .pcText a:after {
    content: "";
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 16px solid #fff;
    position: absolute;
    margin-left: 32%;
    margin-top: -21px;
}

.boxOverLeft_en .pcText a:after {
    content: "";
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 16px solid #fff;
    position: absolute;
    margin-left: 55%;
    margin-top: -21px;
}

.boxOverRight_en .pcText a:after {
    content: "";
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 16px solid #fff;
    position: absolute;
    margin-left: 32%;
    margin-top: -21px;
}


.boxOverRight .pcText a:after {
    content: "";
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 16px solid #fff;
    position: absolute;
    margin-left: 32%;
    margin-top: -21px;
}


.boxOverLeft .text a:after {
    content: "";
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 16px solid #fff;
    position: absolute;
    margin-left: 32%;
    margin-top: -21px;
}



.boxOverLeft_en .text a:after {
    content: "";
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 16px solid #fff;
    position: absolute;
    margin-left: 55%;
    margin-top: -21px;
}

.boxOverRight_en .text a:after {
    content: "";
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 16px solid #fff;
    position: absolute;
    margin-left: 55%;
    margin-top: -21px;
}


.boxOverRight .text a:after {
    content: "";
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 16px solid #fff;
    position: absolute;
    margin-left: 32%;
    margin-top: -21px;
}


.pcText a {
	position: absolute;
	border: solid 1px #fff;
	padding: 8px 80px;
	color: #fff;
	bottom: 0px;
	left: 0px;
}

.topBoxBottom_box {
    margin-bottom: 100px;
    position: relative;
}


.topBoxBottom_box_en {
    margin-bottom: 100px;
    position: relative;
}


.topBoxBottom {
    width: 980px;
    top: 0%;
    position: absolute;
}

.topBoxBottom img.pc {
	width: 100%;
	height: 100%;
}

.spTopBoxBottom {
	display:none;
}

.topBoxBottom .text {
    top: 30px;
    line-height: 220%;
    font-size: 14px;
    width: 900px;
    text-align: left !important;
    letter-spacing: 0.03em;
    padding-left: 40px;
    position: absolute;
    padding-bottom: 20px;

}

.topBoxBottom .text h4 {
	font-weight: bold;
	font-size: 20px;
	border-bottom: solid 1px #666;
	margin-bottom: 10px;
    padding-bottom: 10px;
	color: #666;
}


.topBoxBottom .text p {
    /* font-weight: bold; */
    font-size: 14px;
    /* border-bottom: solid 1px #fff; */
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 20px;
}

.topBoxBottom1 .text p {
    /* font-weight: bold; */
    color: #fff;
    font-size: 16px;
    /* border-bottom: solid 1px #fff; */
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 20px;
}


.topBoxBottom .text a {
    border: solid 1px #333;
    padding: 8px 80px;
    color: #333;
    left: 40px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}

.topBoxBottom .text a:after {
    content: "";
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 16px solid #333;
    position: absolute;
    margin-left: 46%;
    margin-top: -23px;
}


.topBoxBottom1 {
    position: absolute;
    top: 55%;
}

.topBoxBottom1 img.pc {
	width: 100%;
	height: 100%;
}


.topBoxBottom1 .text {
    line-height: 220%;
    font-size: 14px;
    color: #fff;
    width: 900px;
    text-align: left !important;
    letter-spacing: 0.03em;
    padding-left: 40px;
    padding-bottom: 20px;

	
}

.topBoxBottom1 .text h4 {
	font-weight: bold;
	color: #fff;
	font-size: 20px;
	border-bottom: solid 1px #fff;
	margin-bottom: 10px;
        padding-bottom: 10px;
}


.topBoxBottom1 .text p {
    /* font-weight: bold; */
    color: #fff;
    font-size: 14px;
    /* border-bottom: solid 1px #fff; */
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 20px;
}


.topBoxBottom1 .text a {
    border: solid 1px #fff;
    padding: 8px 80px;
    color: #fff;
    left: 40px;
}

.topBoxBottom1 .text a:after {
    content: "";
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 16px solid #fff;
    position: absolute;
    margin-left: 34%;
    margin-top: -23px;
}

.topbottomimgpc {
    width: 1024px;
}

.topBoxBottom_en {
    width: 980px;
    position: absolute;
    top: 0%;
}

.topBoxBottom_en img.pc {
	width: 100%;
	height: 100%;
}

.spTopBoxBottom {
	display:none;
}

.topBoxBottom_en .text {
    position: absolute;
    top: 30px;
    line-height: 220%;
    font-size: 14px;
    color: #fff;
    text-align: left !important;
    letter-spacing: 0.03em;
    padding-left: 40px;
    width: 900px;
    padding-bottom: 30px;
}

.topBoxBottom_en .text h4 {
    font-weight: bold;
    color: #666;
    font-size: 20px;
    border-bottom: solid 1px #666;
    margin-bottom: 10px;
    padding-bottom: 10px;
}


.topBoxBottom_en .text p {
    color: #000;
    font-size: 14px;
    padding-bottom: 15px;
    padding-top: 10px;
}

.topBoxBottom_en1 .text p {
    color: #fff;
    font-size: 14px;
    padding-bottom: 15px;
    padding-top: 10px;
}



.topBoxBottom_en .text a {
    border: solid 1px #333;
    padding: 8px 80px;
    color: #333;
    margin-left: 40px;
}


.topBoxBottom_en .text a:after {
    content: "";
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 16px solid #333;
    position: absolute;
    margin-left: 55%;
    margin-top: -21px;
}

.topBoxBottom_en1 {
    position: absolute;
    top: 52%;
}

.topBoxBottom_en1 img.pc {
	width: 100%;
	height: 100%;
}

.spTopBoxBottom {
	display:none;
}

.topBoxBottom_en1 .text {
    line-height: 220%;
    font-size: 14px;
    color: #fff;
    width: 900px;
    text-align: left !important;
    letter-spacing: 0.03em;
    padding-left: 40px;
    padding-bottom:30px;
}

.topBoxBottom_en1 .text h4 {
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    border-bottom: solid 1px #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.topBoxBottom_en1 .text a {
    border: solid 1px #fff;
    padding: 8px 80px;
    color: #fff;
    margin-left: 40px;
}

.topBoxBottom_en1 .text a:after {
    content: "";
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 16px solid #fff;
    position: absolute;
    margin-left: 55%;
    margin-top: -21px;
}

.topBox.en .boxOverLeft .pcText {
	line-height: 200%;
}

/*=================
Topページ メディアリンク用定義
==================*/
.topLinkBox{
	position: relative;
	max-width: 1100px;
	/* リンクが増えたら高さを調節する */
/*	height: 240px;	*/
/*	height: 300px;	*/
/*	height: 360px;	*/
	height: 400px;
	text-align: left;
	bottom: 25%;
	border: 1px solid #333;
	color: #fff;

}

.topLinkBox .Linktitle {
	top: 30px;
	line-height: 220%;
	font-size: 14px;
	color: #fff;
	width: 900px;
	text-align: left !important;
	letter-spacing: 0.03em;
	padding-left: 40px;
	position: absolute;
	padding-bottom: 20px;
}

.topLinkBox .Linktitle a{
	color: #000;
}

.topLinkBox h4 {
	color: #666;
	font-weight: bold;
	font-size: 20px;
	border-bottom: solid 1px #666;
	margin-bottom: 10px;
    padding-bottom: 10px;
}



.topLinkBox a:before{
	content:"\025b6";
}

/*=================
Topページ メディアリンク用定義
==================*/





/*２階層目*/
/*事業内容*/
#solutions #body {
	background-color: rgba(255,255,255,0);
	box-shadow: none;
	border: none;
	/*margin-top: 30px;*/ /* sun */
}


#solutions .content {
/*
	-webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px 1px;
	background-color: rgb(255, 255, 255);
	border-bottom-color: rgb(229, 229, 229);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: rgb(229, 229, 229);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgb(229, 229, 229);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px 1px;
	margin-bottom: 20px;
*/
	/* padding: 20px 0px 20px 0px; */ /* sun */
	/*padding: 20px 50px 20px 100px;*/
	padding: 20px 20px 20px 70px;
	display:flex;
}

#solutions .content > div {
    flex: 1;
    margin: 10px;
}

#solutions .contentbg.pc {
	/* background-image : url("./img/solutions/pc_business_content_g_1_Business_content_g_1.png"); */
	background: #333;
	color: #fff;
}
#solutions .contentbg.pc .link{
	border: 1px solid #fff;
}
#solutions .contentbg.pc a{
	color: #fff;
}
#solutions .contentbg.pc a::after{
	border-left: 18px solid #fff;
}

#solutions figure {
	/* padding: 20px; */ /* sun */
	padding-right: 20px;
	width: 100%;
	height: 100%;
}

#solutions figure img{
	width: 95%;
	height: 95%;
}

#solutions .title {
	font-size:18px;
	font-weight: bold;
}

#solutions .detail {
	padding: 0 0 15px 0!important;
	font-size:18px; /* sun */
	line-height:35px; /* sun */
}

#solutions .link {
	/*padding: 0!important;*/ /* sun */
	/*text-align: right;*/ /* sun */
	border: solid 1px #000;
	padding: 15px 80px;
	color: #000;
	width: 100px;
}

#solutions .link a {
	color: #000;
}

#solutions .link a:after {
    content: "";
    display: block;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 18px solid #666;
    margin-left: 95px;
    margin-top: -22px;
}

#solutions .sp {
    display:none;
}

/*投資家情報、ニュースルーム*/
#news {
	margin-bottom: 20px;
}


#irinfo .cat-post-item ,
#news .cat-post-item {
	border-bottom: none;
	/*margin: 0;*/
	/*margin: 0px 100px;*/ /* sun */
	margin: 0; /* sun */
	padding: 0;
}


#irinfo .textarea div:after ,
#news .textarea div:after ,
#irinfo .cat-post-item ,
#news .cat-post-item {
	content:"";
	  display:block;
	  clear:both;	
}

#irinfo .post-title ,
#news .post-title {
	float: left;
}

.irinfocustom {
	margin: unset;
	border-bottom: #000 solid 1px;
}

.pressreh3{
        padding-bottom: 10px;
        font-size: 20px;
        color: #000;
        border-bottom: #333 solid 2px;
        font-weight: bolder;
	margin: unset;
}

.pressre{
        float: left;
        width: 200px;
	margin-top: 20px;
}

.prebutton{
        font-size: 14px;
        color: white;
        padding: 5px 20px;
}

.page_irinfo {
	height:30px;
	font-size:18px;
	color:#000;
	float:left;
	width:200px;
	margin-top: 26px;
}

/*div#main h2→h3{*/
,newsloom h3{
	height:30px;
	padding-left:1em;
	padding-top:4px;
	font-size:18px;
	color:#000;
}

.newsh3 {
    padding-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    border-bottom: #333 solid 2px;
}

/*採用情報*/
#recruit .content {
	padding: 20px 0px 20px 0px;
}

#recruit figure {
	padding: 20px;
}

#recruit .detail {
	padding: 0 0 15px 0!important;
	font-size:18px; /* sun */
	line-height:35px; /* sun */
}

#recruit .text_width {
	width: 600px;
	float: right;
}

#recruit .link {
	padding: 0!important;
	text-align: right;
}

.saiyou_info_margin {
	margin-bottom:50px;
}
/*
.saiyou_info_color {
      color:#0033a0;
      border-bottom: solid 2px;
      border-color:#0033a0;
      font-size:30px;
}
*/
.recruith3 {
    margin-top: 30px;
    padding-left: 0.8em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    font-size: 24px;
    font-weight: bold;
    color: #0033a0;
    background-color: #d3e0e5;
}

/*３階層目*/
/*投資家情報*/
/*IRニュース他（共通）*/
#irnews {
/*
	-webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px 1px;
	background-color: rgb(255, 255, 255);
	border-bottom-color: rgb(229, 229, 229);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: rgb(229, 229, 229);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgb(229, 229, 229);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px 1px;
	color: rgb(102, 102, 102);
	margin: 20px 0 20px;
	padding: 20px 20px 5px;
*/
	margin: 20px 0 20px;
}

#irnews .section {
	margin: 0!important;
	padding-bottom: 15px!important;
}

#irnews .date {
	font-size:14px;
	text-align:left;
	color:#666;
	margin-bottom:13px;
	padding: 0!important;
	float:left;
	width:140px;
	/*background:url("img/common/marker.png") no-repeat 130px center ;*/
	font-style: normal;
}

#irnews .title {
	font-size: 14px;
	/*line-height: 20px;*/
	margin: 0!important;
	padding: 0!important;
	text-align: left;
	text-decoration: none;
}

/*（タイトル強調：朱色）*/
#irnews .title a strong {
	color: #EF454A;
	font-weight: bold;
}


#irnews_past {
	margin-bottom: 20px;
}

#irnews_past .textarea {
	padding: 20px 20px 5px;
}

#irnews_past h4 {
	padding-left: 20px;
}


#irnews_past .newsDate {
	padding: 0!important;
	float:left;
	width:140px;
	margin-bottom: 15px;
	background:url("img/common/marker.png") no-repeat 130px center ;
}

#irnews_past .newsText {
	padding: 0!important;
	margin-bottom: 15px;
}



/*開示情報*/
#disclose {
	margin-bottom: 20px;
}

#disclose .textarea {
	padding: 20px 20px 5px;
}

#disclose h4 {
	padding: 20px;
}


#disclose .newsDate {
	padding: 0!important;
	float:left;
	width:140px;
	margin-bottom: 15px;
	background:url("img/common/marker.png") no-repeat 130px center ;
}

#disclose .newsText {
	padding: 0!important;
	margin-bottom: 15px;
}

#disclose .newsText a {
	padding: 0!important;
	background: none!important;
	color:#00f;
	text-decoration:none;
}


/*株式情報*/
#stock .textarea{
	padding: 20px;
}

#stock td {
	border-top: 1px solid #ccc;
	border-bottom: 0;
}

#stock .column-1 {
	width: 250px!important;
	color: rgb(0, 0, 0);
}

#stockprice p {
	text-align: center;
}

.stock_margin_top {
	margin-top: 20px;
}
.stock_margin_bottom {
	margin-bottom: 200px;
}


/*決算ライブラリー*/
#earnings {
	margin-bottom: 20px;
}

#earnings .section {
/*
	-webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px 1px;
	background-color: rgb(255, 255, 255);
	border-bottom-color: rgb(229, 229, 229);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: rgb(229, 229, 229);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgb(229, 229, 229);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px 1px;
	color: rgb(102, 102, 102);
	padding: 20px;
*/
	margin: 20px 0 0;
}

#earnings h3 {
	font-size: 1.17em!important;
	height: 2em!important;
	color:#666!important;
	padding: 0!important;
	border: none!important;
	background-image: none!important;
	margin-bottom: 5px;

}

#earnings .column-1,
#earnings .column-2 {
	border-top: 1px solid #ccc;
	padding: 10px 0 10px 0;
}

#earnings .column-1 {
	width: 250px!important;
	color: #000;
}

#earnings .column-2 {
	line-height: 2;
}

#earnings .column-2 a {
	padding-left:10px;
	background:url("img/common/marker.png") no-repeat left center ;
}

#earnings p {
	padding: 0 0 10px!important;
}


/*IRカレンダー*/
#ircalendar  {
	margin-bottom: 20px;
}

#ircalendar .section {
/*
	-webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px 1px;
	background-color: rgb(255, 255, 255);
	border-bottom-color: rgb(229, 229, 229);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: rgb(229, 229, 229);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgb(229, 229, 229);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px 1px;
	color: rgb(102, 102, 102);
	margin: 20px 0 0;
	padding: 20px;
*/
	margin: 20px 0px ;
}

#ircalendar h3 {
/*
	font-size: 1.17em!important;
	height: 2em!important;
	color:#666!important;
	padding: 0!important;
	border: none!important;
	background-image: none!important;
	margin-bottom: 5px;
*/
}

#ircalendar .column-1,
#ircalendar .column-2 {
	border: none;
	padding: 10px 0 0 0;
}

#ircalendar .column-1 {
	width: 250px!important;
}

#ircalendar .row-1 .column-1 ,
#ircalendar .row-1 .column-2 {
	border-top: 1px solid #ccc;
}

#ircalendar p {
	padding: 0!important;
}

/*IRお問い合わせ*/
#trust-form #message-container-input {
	padding: 0 0 10px;
}

#trust-form table {
	margin-bottom: 20px!important;
}

#trust-form th,
#trust-form td {
	border-top: 1px solid #ccc!important;
	border-bottom: 1px solid #ccc;
}

#trust-form th {
	background: #eaf1f6;
	width: 250px;
	color: #000!important;
	font-weight: normal!important;
}

#trust-form td {
	background: #fff;
}

#trust-form #confirm-button {
	padding: 0;
}

#trust-form #confirm-button input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 40px;
	width: 250px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 16px;
	color: #000!important;
	font-weight: normal!important;
	color: rgb(102, 102, 102);
	background-color: #eee;
	border: 1px solid rgb(204, 204, 204);
	border-radius: 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px 1px;
	box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px 1px;
	cursor: pointer;
}

.mw_wp_form {
	padding: 0 0 10px;
}

/*
.irinfo-inquiry table {
	margin-bottom: 20px!important;
}
*/

.irinfo-inquiry {
	margin-bottom: 20px!important;
        border-collapse: separate;
        border-spacing: 0px 8px;
}

.irinfo-inquiry th,
.irinfo-inquiry td {
	border-top: 1px solid #ccc!important;
	/*
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	*/
}

.irinfo-inquiry th {
	background: #eaf1f6;
	width: 250px;
	color: #000!important;
	font-weight: normal!important;
	text-align: left;
	padding:10px;
}

.irinfo-inquiry td {
	background: #fff;
}

.irinfo-inquiry-submit {
	padding: 0;
}

.irinfo-inquiry-submit input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 40px;
	width: 250px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 16px;
	color: #000!important;
	font-weight: normal!important;
	color: rgb(102, 102, 102);
	background-color: #eee;
	border: 1px solid rgb(204, 204, 204);
	border-radius: 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px 1px;
	box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px 1px;
	cursor: pointer;
}


/*免責事項*/
#exclusion .textarea {
	border: none!important;
	background: none!important;
	box-shadow: none!important;
}

#exclusion #body {
	background-color: rgba(255,255,255,0);
	box-shadow: none;
	border: none;
	margin-top: 30px;
}

#exclusion .content {
	padding: 20px 0px 20px 0px;
}

#exclusion figure {
	padding: 20px;
}

#exclusion .detail {
	padding: 0 0 15px 0!important;
	font-size:18px; /* sun */
	line-height:35px; /* sun */
}

/*企業情報*/
.textarea_menu_corporate li {
/*
	margin-bottom:15px;
	border-left:#195492 solid 3px;
	border-top: #ccc solid 1px;
	background-image:url("img/common/h2_bg.png");
	background-repeat:repeat-x;
	float: left;
	margin-bottom: 15px;
	font-weight: bold;
	margin-right: 15px;
	width: 100%;
	height:40px;
	padding-top:12px;
	font-size:18px;
	color:#00f;
	margin-bottom: 15px;
	font-weight: bold;
	margin-right: 15px;
	border-bottom: #00f solid 1px;
*/
        margin-top:40px;
	/*background-color:#f0f0ff;*/
	background-color:#d3e0e5;
	padding-left:1em;
	width: 100%;
	height:40px;
	padding-top:12px;
	font-size:18px;
	color:#000000!important;
	/*margin-bottom: 15px;*/
	margin-bottom: 40px;
	font-weight: bold;
	margin-right: 15px;
}


/*会社概要*/
#outline  {
	margin-bottom: 20px;
}

#outline .textarea {
	padding: 20px;
}

#outline td {
	/*border-top: 1px solid #ccc;*/
	border-bottom: 0;
	font-size: 18px;
	line-height: 40px;
}

#outline .column-1 {
	width: 250px!important;
	/*color: rgb(0, 0, 0);*/
	font-size: 18px;
	font-weight: border;
}

#outline .column-3 {
	width: 410px!important;
}


/*事業所一覧*/
#office #body {
	background-color: rgba(255,255,255,0);
	box-shadow: none;
	border: none;
	margin-top: 30px;
}

#office .content {
	padding: 20px 0px 20px 0px;
}

#office .detail {
	padding: 0 0 15px 0!important;
	font-size:18px; /* sun */
	line-height:35px; /* sun */
}

.office_link {
	text-align: left!important;
}

/*各事業所*/
#office_detail .textarea {
	padding: 20px;
}

#office_detail .textarea p {
	padding: 0!important;
	margin-bottom:15px;
}

#office_detail .textarea td {
	border: none;
	padding: 0;
	line-height:1.6;
}

#office_detail .textarea .column-1 {
	width: 130px;
}

/*（Googleマップ）*/
.su-gmap {
	padding-left: 20px;
}

/*グループ会社*/
#group #body {
	background-color: rgba(255,255,255,0);
	box-shadow: none;
	border: none;
	margin-top: 30px;
}

#group .content {
	padding: 20px 0px 20px 0px;
}

#group figure {
	padding: 20px;
}

#group .detail {
	padding: 0 0 15px 0!important;
	font-size:18px; /* sun */
	line-height:35px; /* sun */
}

#group .fl {
	width: 250px;
}

#group .link {
	text-align: left;
}

#group a {
	/*background:url("img/common/marker.png") no-repeat 0 center ;*/
	padding-left: 20px;
	text-decoration: underline;
}

.group_margin_bottom {
	margin-bottom:25px;
}
/*沿革*/
#history  {
	margin-bottom: 20px; 
}

#history .textarea {
/*	padding: 20px;*/
	font-size:18px;
	color:#808080;
}

#history td {
/*	border-top: 1px solid #ccc;*/
}

#history .column-1 {
	width: 140px;
	color: #000;
}


/*内部統制*/
.internalcontrol_h3 {
	width: 980px;
	/*height: 55px!important;*/
	/*padding-top: 0!important;*/
	display:table-cell;
	/*vertical-align:middle;*/
	/*line-height: 1.3;*/
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #d3e0e5;
        font-size: 20px;
        font-weight: bolder;
        color: #000;
        padding-left: 1em; 
}

#internalcontrol #body {
	background-color: rgba(255,255,255,0);
	box-shadow: none;
	border: none;
	margin-top: 30px;
}

#internalcontrol .content {
	padding: 20px 0px 20px 0px;
}

#internalcontrol figure {
	padding: 20px;
}

#internalcontrol .detail {
	padding: 0 0 15px 0!important;
	font-size:18px; /* sun */
	line-height:35px; /* sun */
}


/*プレスリリース*/
#pressrelease_past  {
	margin-bottom: 20px;
}

#pressrelease_past h4 {
	padding-left: 20px;
}

#pressrelease_past .textarea {
	padding: 20px 20px 5px;
}

#pressrelease_past .newsDate {
	padding: 0!important;
	float:left;
	width:140px;
	margin-bottom: 15px;
	background:url("img/common/marker.png") no-repeat 130px center ;
}

#pressrelease_past .newsText {
	padding: 0!important;
	margin-bottom: 15px;
}	


/*ご利用に関して*/
/*サイトマップ*/
.sitemap .menu {
	/*-webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px 1px;
	background-color: rgb(255, 255, 255);
	border-bottom-color: rgb(229, 229, 229);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: rgb(229, 229, 229);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgb(229, 229, 229);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px 1px;
	color: rgb(102, 102, 102);*/
	background-color: rgb(255, 255, 255);
	margin: 0 0 20px;
	padding: 20px;
	line-height:1.6;
      list-style: none;
}

.sitemap .menu:after   {
	  content:"";
	  display:block;
	  clear:both;	
}

.sitemap li {
	float: left;
	width: 150px;
	padding-left:10px;
	/* background:url("img/common/marker.png") no-repeat left center ; */
}

.sitemap li a {
/*text-decoration:underline;*/
}

/*ご利用条件*/
.summary p {
	/*
	-webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px 1px;
	background-color: rgb(255, 255, 255);
	border-bottom-color: rgb(229, 229, 229);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: rgb(229, 229, 229);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgb(229, 229, 229);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px 1px;
	color: rgb(102, 102, 102);
	padding: 20px;*/
	margin: 0 0 20px;
}

#termsofuse #body {
	background-color: rgba(255,255,255,0);
	box-shadow: none;
	border: none;
	margin-top: 30px; /* sun */
}

#termsofuse .content {
	padding: 20px 0px 20px 0px;
	display:flex;
}

#termsofuse .detail {
	padding: 0 0 15px 0!important;
	font-size:18px; /* sun */
	line-height:35px; /* sun */
}



/*プライバシーポリシー*/
#privacy #body {
	background-color: rgba(255,255,255,0);
	box-shadow: none;
	border: none;
	margin-top: 30px; /* sun */
}

#privacy .content {
	padding: 20px 0px 20px 0px;
	display:flex;
}

#privacy .detail {
	padding: 0 0 15px 0!important;
	font-size:18px; /* sun */
	line-height:35px; /* sun */
}


/*
	日本語英語切替
==============================*/
#header h1 {
	float: left;
}

#header #language {
	float:right;
}

#header #language li {
 	float:left;
	line-height:42px;
	margin-left:15px;
}

#header #language li a {
	color:#666;
	text-decoration:none;
}

#header #language li a:hover {
	text-decoration:underline;
}

#header #language .current {
	color: #204289;
	font-weight: bold;
}

/*英語サイト*/
/*フッターメニュー*/
#footer_wrap .footer_menu #menu-footer-en li {
	display: inline-block;
	margin-right: 1em;
}

#footer_wrap .footer_menu #menu-footer-en li:after {
	content: "|";
	margin-left: 1em;
}

#footer_wrap .footer_menu #menu-footer-en li:last-child:after {
	content: normal;
}

}   /* @media screen and (min-width: 641px) END */

/*============================
	SP版スタイル設定
==============================*/
@media screen and (max-width: 640px) {

.pc{
    display:none !important;
}

body{
    min-width:360px;
}


img {max-width:100%;}

/*
	ヘッダー SP
==============================*/
#top_img {
    width: auto;
}

#top_img img.pc {
	display:none;
}

#top_img img.sp {
	display:block;
	width: 100%;
}

#header {
	width: auto;
	margin: 0 auto;
	padding: 20px 5%;
}

/*
div.search {
	float:right;
	padding-top:7.5px;
	padding-right:8px;
}

.search .search_text {
	width:196px;
	height:24px;
	background-color: #e6e6e6;
	border: 1px solid #e0e0e0;
}

.search .search_btn {
	vertical-align: top;
}
*/

.header {
	display: none;
}

.sp_header {
	display: block;
}

.sp_header a img {
	/*width: 90px;*/
	/*width: 250px;*/
	-webkit-backface-visibility: hidden;
}

.sp_header li.headerList {
	color: #000;
    border-left: solid 1px #e0e0e0;
    font-size: 10px;
    padding: 0 10px;
    list-style: none;
    transform: scale(0.7);
    margin-left: 58px;
    margin-top: -20px;
}

#header .sp_header button.menu  {
	position: fixed;
	right: 5.8%;
	top:2.5%;
	width: 30px;
	height: 35px;
	background: #fff;
	z-index: 12;
}

.sp_header button.menu img {
	-webkit-backface-visibility: hidden;
	position: fixed;
    right: 5.8%;
    top: 2.5%;
    width: 30px;
    height: 35px;
    z-index: 13;
}


/*
	グローバルナビ SP
==============================*/
#gnavi {
	display:none;
}

/*
.ddMenu {
	display:none;
}

#gnavi > ul >li {
	float:left;
}

#gnavi {
	height: 41px;
	min-width: 980px;
}

#gnavi > ul{
	width: 981px;
	margin: 0px auto;
	height: 41px;
	margin-top: 35px;
	margin-bottom: 35px;
}

#gnavi img{
	margin:0 !important;
	padding:0 !important;
	border:none !important;
}

#gnavi > ul > li > a.mm-item-link {
	display:inline-block;
}

#gnavi > ul > li:first-child {
}

#gnavi > ul > li:nth-last-child(1) {
}


#gnavi > ul > li > a.mm-item-link-hover {
}

div.mm-item-content {
	width: 995px;
	background: #000088;
	margin-top: 0px;
	position: absolute;
	z-index: 99;
}

div.mm-item-content > div.mm-content-base {
	padding: 10px 20px !important;
	display: block;
}

div.mm-item-content > div.mm-content-base h4 {
	color: #999;
}

div.mm-item-content > div.mm-content-base a {
	color: #fff;
}

div.mm-item-content > div.mm-content-base a:hover {
	background: #16479a;
}

div.mm-item-content > div.mm-content-base > ul {
	float: left;
	min-width: 200px;
	margin-bottom: 10px;
	padding-right: 12px;
}

div.mm-item-content > div.mm-content-base p {
	width: 100%;
	border-top: 1px solid #999;
	margin-bottom: 10px;
}

div.mm-item-content > div.mm-content-base > ul > li > a {
	color:#fff;
}


.ddMenu{
	display:none;
}

#keyvisual {
	min-width: 980px;
	margin: 0px auto;
	text-align:center;
}
*/

/*
	フッター SP
==============================*/
div#footer_wrap {
    /* background-color: #000088; */
    margin-top: 40%;
}

div#footer{
	/*width:980px;*/
	width:auto;
	margin:0px auto;
	/*padding:40px 0px 0px 0;*/
	padding:24px 0px;
	color:#fff;
}

div.footer {
	width: auto;
	margin: 0px 5% ;
	height:190px;
}


div#footer .footer_navi{
	font-weight:bold;
	/*font-size:20px;*/
	font-size:14px;
	/*margin-bottom:10px;*/
	margin: -36% 2% 6%;
}

div#footer .footer_menu{
	padding-left:0;
	/*
	float:left;
	width:500px;
	*/
}

div#footer .footer_menu a {
	padding-left: 0;
	font-size: 16px;
	border-left: 2px solid #16479a;
	/*border-right: 2px solid #16479a;*/
	padding: 0px 16px;
	line-height: 140%;
	margin-bottom: 40px;
}

div#footer .footer_menu a+ a {
	padding-left: 0;
	font-size: 16px;
	border-left: 0px;
	border-right: 2px solid #16479a;
	padding: 0px 16px;
	line-height: 140%;
	margin-bottom: 40px;
}

div#footer p.copy {
	width: auto;
	font-size: 14px;
	text-align: center;
	color: #fff;
	margin-top: 12%;
}

div#footer .copy {
    text-align: center;
    line-height: 50px;
    background-color: #0033a0;
    height: 50px;
    margin-top: 10px;
}

div#footer a{
	color:#16479a
}

div#footer a.footerLink{
	/*
	padding-left:10px;
	margin-right:12px;
	*/
	margin-right:11px;
	font-size:18px;
}
div#footer a.footerLink:before{
	content:"\025b6";
}
/*
*/

/*
	コンテンツ部 SP
==============================*/
div#contents {
}

div#main{
	/*width:980px;*/
	width:auto;
	margin:0 auto;
	/*padding:30px 0px 30px;*/
	padding:30px 30px 30px;
	line-height:1.6;
}

div#main div.section{
	color:#666;
	/*font-size:13px;*/
	font-size:16px;
	margin-top:10px;
}

div#main h2{
	font-size:22px;
	border-bottom:solid 2px;
        color:#000;
}

div#main h3{
	height:30px;
	padding-left:1em;
	padding-top:4px;
	font-size:18px;
	color:#000;
	background-color:#d3e0e5;
	margin-top:10px;
}

div#main div.leftBox,
div#main div.rightBox{
	width:400px;
}


div#main div.section div.textarea{
}

div#main div.section p{
	font-size:15px;
}

div#main div.section ul.normal li,
div#main div.section ol.normal li{
	padding-right:20px;
	margin-left:3em;
}

div#main div.section ul.normal li{
	list-style-type:disc;
}

div#main div.section ol.normal li{
	list-style-type:decimal;
}

div#main div.section ul.external_link{
	text-align:left;
}

div#main div.section ul.external_link li{
	text-align:right;
	width:auto;
	background:url(img/common/target_blank.png) no-repeat center right;
	padding-right:20px;
	margin-top:15px;
}

div#main div.section ul.external_link a{
	color:#154780;
	text-decoration:underline;
}

div#main div.floatWrap{
	width:200px;
}

div#main div.section img.topicsImg{
	width:180px;
	height:180px;
}

div#main div.leftBox{
	float:left;
}

div#main div.rightBox{
	float:right;
}


div#main div.rightBox h2,
div#main div.leftBox h2{
	margin-bottom:15px;
	background-color:#FFF;
}

div#main div.rightBox h2 a,
div#main div.leftBox h2 a{
	display:block;
	color:#000;
}

.dotLineRight{
	padding-right:30px;
	border-right:2px dotted #d2dddf;
}

.dotLineLeft{
	padding-left:30px;
	border-left:2px dotted #d2dddf;
}


div#main div.section img.newsBtn{
	width:72px;
	height:16px;
	margin-left:1em;
}

div.section dl.tbl{
	dislay:table;
}

div.section dl.tbl div.row{
	display:table-row;
}

div.section dl.tbl dt,
div.section dl.tbl dd{
	display:table-cell;
	padding:0.5em 0;
	margin:0.5em 0;
	border-top:1px solid #ccc;
}

div.section dl.tbl dt{
	width:250px;
	color:#000;
}

div.section dl.tbl dd{
	width:560px;
}

div.section dl.tbl dd table td{
	padding:0.5em 1em 0.5em 0;
}


/*
	メニュー_アンダーバー SP
==============================*/
/*
div#menubar{
	height: 5px;
	background:#000088;
	min-width: 980px;
        margin-top:10px;
	border-bottom: 1px solid #666;
	
}
*/


/*
	パンくずリスト SP
==============================*/
div#bread{
	display:none;
}

/*
div#bread{
	min-width: 980px;
	color:#333;
	font-size:16px;
	padding:30px 0 40px 0; 

}

div#bread ul{
	width:980px;
	text-align:left;
	margin:0 auto;
}

div#bread ul li{
	float:left;
	padding-top:12px;
	margin-right:0.5em;
	color: #0033a0;
}

div#bread ul li a{
	color:#333;
}

*/


/*	solutions SP
 *
==============================*/

/*
div#solutions div.section div.textarea{
	min-height:185px;
}

div#solutions div.section div.textarea img{
	float:left;
	margin-right:18px;
	width:297px;
}
*/


/*	irinfo SP
==============================*/

/*
div.section.ircalender table{
	width:630px;
}

div.section.ircalender table td{
	width:50%;
}
*/

/*	group SP
==============================*/

/*
div#main div.group div.leftBox{
	float:left;
	width:250px;
}

div#main div.group div.rightBox{
	float:right;
	width:550px;
}

div#main div.group div.section div.textarea{
	min-height:100px;
}
*/


/*	outline SP
==============================*/

/*
div#main div.outline dd td{
	padding:0 1em 0 0;
}

div#main div.outline dd p{
	margin:0 0 5px 0;
}
*/


/*	recruit SP
==============================*/

/*
div#main div#recruit div.leftBox{
	float:left;
	width:250px;
}

div#main div#recruit div.rightBox{
	float:right;
	width:550px;
}

div#recruit div.section div.textarea{
	min-height:130px;
}
*/


/*
	[共通]ニュース関連の表示 SP
==============================*/
/*
div#main div.newsList{
	margin-bottom:1em;
}


div#main div.marker p.newsText{
	padding-left:10px;
	background:url("img/common/marker.png") no-repeat left center ;
}


div#main a.lineLink{
	text-decoration: none;
	font-size:18px;
}


div#main div.newsBox p.newsDate{
	float:left;
	width:140px;
}

div#main div.newsBox p.marker{
	float:left;
	width:10px;
}

div#main div.newsBox p.newsText{
	float:left;
	width:660px;
}
*/


/* 
       サイトマップ SP
==============================*/
/*
div#sitemap div.section a{
	display:inline-block;
	width:200px;
}
*/

/*
	余白 SP
==============================*/
/*
.mb35{
	margin-bottom:35px !important;
}

.mb20{
	margin-bottom:20px !important;
}

.mb15{
	margin-bottom:15px !important;
}

.pb35{
	padding-bottom:35px !important;
}
*/


/*
 * CMSカスタマイズ SP
 ============================*/
/*クリアフィクス*/
/*
.cf:after   {
          content:"";
	  display:block;
	  clear:both;	
}

.fl {
	float: left;
}

.fr {
	float: right; 
}
*/

/*リンクアイコン（共通）*/
/*
a[href$=".pdf"]:after {
}

a[target="_blank"]:after {
}
*/

/*強調タグリセット*/
/*
strong {
	font-weight: normal;
}
*/


/*メガメニュー*/
/*
.megamenu .ddMenu td {
	border: none!important;
	padding: 0!important;
	width: 235px!important;
}


.megamenu li {
	width:195px;
	height: 41px;
	border-right: 1px solid #666;
}

.megamenu li:first-child {
	border-left: 1px solid #666;
}

.megamenu li .mm-item-link {
	display: block!important;
	height: 51px;
	color: #666;
	font-size: 14px;
	text-align: center;
	line-height: 41px;	
	font-weight: bolder;
}

.megamenu li .mm-item-link:hover {
	color: #fff;
	text-shadow: 0px 0px 3px #000;
	background: #000088;
}

.megamenu .clearfix {
	display: none;
}
*/

/* news 見出し SP */

.news_header_box {
  margin         : auto;               
  box-sizing     : border-box;         
  /*width          : 800px;*/
  width          : 370px;                
  display        : flex;                
  justify-content: space-between;       
  flex-wrap      : wrap;           
}

.news_header {
    font-weight: bold;
    width: 200px;
    font-size: 20px;
    margin-top: 26px;
    margin-bottom: 0px;
}


.news_header_en {
    font-weight: bold;
    width: 200px;
    font-size: 20px;
    margin-top: 26px;
    margin-bottom: 0px;
}

.news_header_link_box {
    background: #0033a0;
    margin-right: auto;
    box-sizing: border-box;
    width: 95px;
    height: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 26px;
    margin-bottom: 10px;
    color: #fff;
    position: relative;
    text-align: left;
}


.news_header_link_box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
}

.news_header_link {
	font-size: 10px;
	width: 60px;
	padding: 0px 5px;
}

.news_header_link_arrow {
  /*height: 8px;*/
  width: 18px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: skew(45deg);
  /*padding: 0px 5px 0px 5px;*/
  margin-top:5px
}

.news_header_line {
    border-bottom: 1px solid black;
    margin-bottom: 30px;
    width: 80%;
    margin: 0 auto;
}


/*カテゴリトップ：最新5件*/
/*
.five_news h3 {
	margin-top: 20px;
}

.five_news h3 a {
	color:#000;
	font-size: 18px;
}

.five_news h3 a img {
	margin-left:1em;
}

.five_news .news div h3 {
	display: none;
}

.five_news .news .textarea {
	margin-top: 0!important;
	padding: 20px 20px 30px 0px; 
}

.five_news .news .post-date {
	font-size:16px;
	text-align:left;
	color:#666;
	margin-bottom:13px;
	padding: 0!important;
	float:left;
	width:200px; 
	font-style: normal;
	line-height: 20px; 
}

.five_news .news .post-title ,
.five_news .news a {
	font-size: 16px; 
	line-height: 20px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: left;
	text-decoration: none;
}

.five_news .news a {
	display: block;
}
*/


/*
	ニュース SP
==============================*/
.topPage .four_news {
    /* background-image: url(./img/top/ncxx_sp_home_news_back.png); */
    background-size: cover;
    /*height: 300px;*/
    margin-top: 40px;
}

.topPage .four_news h3 {
	display: none;
}

.topPage #irinfo h3 {
	display: none;
}

.topPage #irinfo .cat-post-item a:nth-child(n+2){
	  display:none;
}
.topPage #irinfo .cat-post-title-data{
	  display:none;
}

/* 英語版 */
.topPage #irinfo .cat-post-item-en a:nth-child(n+2){
	  /*display:block;*/
}

/* 英語版 */
.topPage #irinfo .cat-post-item-en a:nth-child(n+2){
	  display:block;
	float: left;
	font-size: 20px;
	padding: 15px 0px 15px 0px;
	width:200px;
	z-index:3;
	top:5px;
	left:100px;
	position:absolute;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

/*
.four_news h3 a {
	color:#000;
	font-size: 18px;
}

.four_news h3 a img {
	margin-left:1em;
}

.four_news .news div h3 {
	display: none;
}

.four_news .news .textarea {
	margin-top: 0!important;
	padding: 35px 20px 5px 20px;
}

.four_news .news .post-date {
	font-size:13px;
	text-align:left;
	color:#333333;
	margin-bottom:13px;
	margin-left:20px;
	padding: 0!important;
	float:left;
	width:140px;
	font-style: normal;
      display: inline-block;
      list-style: none;
}

*/
/*
.four_news .news .post-title ,
.four_news .news a {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: left;
	text-decoration: none;
	color:#0000AA;
}

.four_news .news a {
	display: block;
}

*/
.topPage .four_news .four_link {
	display: none;
	/*margin-left:100px;*/
}

.topPage .four_news .post-date {
	font-size:20px;
	padding:15px;
}

.topBox.en .boxOverLeft .spText3 {
    position: absolute;
    width: 70%;
    height: 100%;
    top: 5%;
    left: 5%;
    line-height: 158%;
    font-size: 16px;
    color: #fff;
}

.topBox.en .boxOverLeft {
    position: relative;
    text-align: left;
    height: 480px;
    margin-top: -54px;
}

.topBox.en .boxOverLeft img.sp3 {
    width: 83%;
    height: 530px;
}

.topBox.en .boxRight .title {
    line-height: 1.5;
}

/*
.text-image {
  max-width: 1920px!important;;
  width: 100%!important;;
  margin: 0 auto!important;;

.example {
  position: relative;
  }

.example p {
  position: absolute;
  color: white;
  top: 0;
  left: 0;
  }

.example img {
  width: 100%;
  }
*/

/*
   ページャー SP
==============================*/
/*
.wp-pagenavi {
	text-align: center;
	margin-bottom: 20px;
}

.wp-pagenavi .page ,
.wp-pagenavi .current {
	width: 30px;
	height: 30px;
	padding: 0;
	line-height: 30px;
	display: inline-block;
	margin: 2px;
	border-radius: 3px;
}

.wp-pagenavi .page {
	background: #fff;
	color: #00f;
}

.wp-pagenavi .current {
	color: #333;
}

.wp-pagenavi .previouspostslink ,
.wp-pagenavi .nextpostslink {
	color: #666;
	display: inline-block;
	width: 15px;
	height: 30px;
	padding: 0;
	line-height: 30px;
	display: inline-block;
	margin: 2px;
	border-radius: 3px;
}
*/

/*
   フッターメニュー SP
==============================*/
#footer_wrap .footer_menu #menu-footer li {
    display: inline-block;
    margin-right: 1em;
    margin-left: 10px;
    margin-bottom: 10px;
}

/*
#footer_wrap .footer_menu #menu-footer li:after {
	content: "　｜";
}
*/

#footer_wrap .footer_menu #menu-footer li:last-child:after {
	content: normal;
}

/*リマーケティングタグ*/
/*
iframe[name="google_conversion_frame"] { 
	display: none; 
}
*/

/*本文内のメニュー*/
.textarea_menu .menu-irinfo-container ,
.textarea_menu .menu-corporate-container {
	margin: 20px 0;
}

.textarea_menu .menu-corporate-container {
	margin-top: 20px;
}


.textarea_menu .menu:after {
	     content:"";
	  display:block;
	  clear:both;	
}

.textarea_menu ul {
	margin: 0 20px;
}

.textarea_menu li {
	width: 100%;
	height:40px;
	padding-top:12px;
	font-size:18px;
	color:#00f;
	margin-bottom: 15px;
	font-weight: bold;
	margin-right: 15px;
	border-bottom: #00f solid 1px;
}

.textarea_menu li:nth-child(odd) {
}

.textarea_menu li:last-child {
	margin-bottom: 0;
}


.textarea_menu li a {
	display: block;
}

#irinfo #menu-item-443 {
	display: none;
}

/*
        Top SP
==============================*/
.topPage {
	display: block;
	margin: 0 auto;
	width: auto;;
	text-align: center;
}

.topBox {
	position: relative;
}

.boxRight {
	position: relative;
	text-align: right;
	height: 376px;
	margin-top: 70px;
}
.boxLeft {
	position: relative;
	text-align: left;
	margin-top: 100px;
}

.boxRight img.pc {
	display:none;
}

.boxRight img.sp {
	display:block;
	width: 100%;
	/*height: 410px;*/
}

.boxLeft img.pc {
	display:none;
}

.boxLeft img.sp {
	width: 100%;
	/*height: 400px;*/
}

.boxRight .title {
	text-align: left !important;
	width: 20%;
}

.boxLeft .title {
	text-align: right !important;
	width: 20%;
}

.title h4 {
	position: absolute;
	text-align: center !important;
	font-size: 30px;
	/*font-family: serif;*/
	top: -4.5%;
}

.boxRight .title h4 {
	left: 3%;
}

.boxLeft .title h4 {
	right: 3%;
}


.boxOverLeft {
    position: relative;
    text-align: left;
    height: 359px;
    margin-top: -54px;
}

.boxOverLeft_en {
    position: relative;
    text-align: left;
    height: 430px;
    margin-top: -54px;
}

.boxOverRight_en {
    position: relative;
    text-align: right;
    height: 360px;
    margin-top: -54px;
}

.boxOverRight {
    position: relative;
    text-align: right;
    height: 360px;
    margin-top: -54px;
}


.boxOverLeft img.pc {
	display:none;
}

.boxOverLeft img.sp {
    width: 83%;
    height: 380px;
}

.boxOverLeft img.sp3 {
    width: 83%;
    height: 350px;
}

.boxOverLeft_en img.pc {
	display:none;
}

.boxOverLeft_en img.sp {
    width: 83%;
    height: 440px;
}

.boxOverLeft_en img.sp3 {
    width: 83%;
    height: 500px;
}

.boxOverRight_en img.pc {
	display:none;
}

.boxOverRight_en img.sp {
    width: 83%;
    height: 350px;
}

.boxOverRight_en img.sp4 {
	width: 80%;
	height: 345px;
}


.boxOverRight img.pc {
	display:none;
}

.boxOverRight img.sp {
    width: 83%;
    height: 350px;
}

.boxOverRight img.sp4 {
	width: 80%;
	height: 345px;
}


.boxOverLeft .text {
	position: absolute;
	width: 70%;
	height: 92%;
	top: 5%;
	left: 5%;
	line-height: 158%;
	font-size: 16px;
}

.boxOverLeft .pcText {
	display: none;
}

.boxOverLeft .spText3 {
	position: absolute;
	width: 70%;
	height: 85%;
	top: 5%;
	left: 5%;
	line-height: 158%;
	font-size: 16px;
	color: #fff;
}


.boxOverLeft_en .text {
	position: absolute;
	width: 70%;
	height: 92%;
	top: 5%;
	left: 5%;
	line-height: 158%;
	font-size: 16px;
}

.boxOverLeft_en .pcText {
	display: none;
}

.boxOverLeft_en .spText3 {
	position: absolute;
	width: 70%;
	height: 105%;
	top: 5%;
	left: 5%;
	line-height: 158%;
	font-size: 16px;
	color: #fff;
}

.boxOverRight_en .text {
	position: absolute;
	width: 70%;
	height: 85%;
	top: 5%;
	right: 7%;
	line-height: 160%;
	font-size: 16px;
	text-align: left;
	color: #fff;
}

.boxOverRight_en .pcText {
	display: none;
}

.boxOverRight_en .spText4 {
	position: absolute;
	width: 70%;
	height: 121%;
	top: 5%;
	right: 5%;
	line-height: 160%;
	font-size: 16px;
	text-align: left;
}


.boxOverRight .text {
	position: absolute;
	width: 70%;
	height: 85%;
	top: 5%;
	right: 7%;
	line-height: 160%;
	font-size: 16px;
	text-align: left;
}


.boxOverRight .pcText {
	display: none;
}

.boxOverRight .spText4 {
	position: absolute;
	width: 70%;
	height: 121%;
	top: 5%;
	right: 5%;
	line-height: 160%;
	font-size: 16px;
	text-align: left;
}
.text h4 {
	font-weight: bold;
	color: #000;
	font-size: 21px;
	margin-bottom: 5px;
}

.boxOverRight_en .text h4 {
	font-weight: bold;
	color: #fff;
	font-size: 21px;
	margin-bottom: 5px;
	width: 280px;
}


.boxOverRight .text h4 {
	font-weight: bold;
	color: #fff;
	font-size: 21px;
	margin-bottom: 5px;
	width: 280px;
}

.spText3 h4 {
	font-weight: bold;
	color: #fff;
	font-size: 21px;
	margin-bottom: 5px;
	width: 250px;
}

.spText4 h4 {
	font-weight: bold;
	color: #000;
	font-size: 21px;
	margin-bottom: 5px;
}

.text a {
	position: absolute;
	border: solid 1px #000;
	padding: 5% 10%;
	color: #000;
	bottom: 0px;
	left: 4px;
	width: 80%;
	font-size: 16px;
	text-align: center;
}

.boxOverRight_en .text a{
	color: #fff;
	border: 1px solid #fff;
}


.boxOverLeft .text a:after {
    content: "";
    display: block;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 18px solid #fff;
    position: absolute;
    margin-left: 55%;
    margin-top: -21px;
}

.boxOverLeft_en .text a:after {
    content: "";
    display: block;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 18px solid #fff;
    position: absolute;
    margin-left: 75%;
    margin-top: -20px;
}

.boxOverRight_en .text a:after {
    content: "";
    display: block;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 18px solid #fff;
    position: absolute;
    margin-left: 75%;
    margin-top: -20px;
}


.boxOverRight .text a:after {
    content: "";
    display: block;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 18px solid #fff;
    position: absolute;
    margin-left: 55%;
    margin-top: -21px;
}



.spText3 a {
	position: absolute;
	border: solid 1px #fff;
	padding: 5% 10%;
	color: #fff;
	bottom: 0px;
	left: 0px;
	width: 80%;
	font-size: 16px;
	text-align: center;
}

.spText3 a:after {
    content: "";
    display: block;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 18px solid #fff;
    position: absolute;
    margin-left: 75%;
    margin-top: -20px;
}

.spText4 a {
	position: absolute;
	border: solid 1px #000;
	padding: 5% 10%;
	color: #000;
	bottom: 0px;
	left: 0px;
	width: 80%;
	font-size: 16px;
	text-align: center;
}

.spText4 a:after {
    content: "";
    display: block;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 18px solid #666;
    position: absolute;
    margin-left: 55%;
    margin-top: -21px;
}



.topbottomimgsp {
    width:100%;
}

.topBoxBottom_box {
    margin-top: 20px;
    position: relative;
}


.topBoxBottom_box_en {
    margin-top: 110px;
    position: relative;
}

/*
.topBoxBottom_en {
	display:none;
}
*/



.topBoxBottom {
position: absolute;
    text-align: left;
    top: 5%;
    margin: 0 auto;
    width: 100%;
}

.topBoxBottom img.sp {
	width: 100%;
}

.topBoxBottom .text {
    position: absolute;
    top: 15%;
    bottom: 50%;
    left: 5%;
    line-height: 160%;
    font-size: 16px;
    width: 90%;
    text-align: left !important;
    padding-bottom: 60%;
}

.topBoxBottom .text h4 {
	font-weight: bold;
	color: #666;
	font-size: 21px;
	border-bottom: solid 1px #666;
	margin-bottom: 24px;
	text-align: center;
	line-height: 140%;
}

.topBoxBottom .text a {
    border: solid 1px #333;
    padding: 5% 10%;
    color: #333;
    width: 60%;
    margin: 0 10%;
}


.topBoxBottom .text a:after {
    content: "";
    display: block;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 18px solid #333;
    position: absolute;
    margin-left: 55%;
    margin-top: -20px;
}


.topBoxBottom1 {
    position: absolute;
    text-align: left;
    top: 59%;
    width: 100%;
}

.topBoxBottom1 img.sp {
	width: 100%;
}

.topBoxBottom1 .text {
    line-height: 160%;
    font-size: 16px;
    color: #fff;
    width: 90%;
    padding-bottom: 24%;
    margin: 0 auto;
}

.topBoxBottom1 .text h4 {
	font-weight: bold;
	color: #fff;
	font-size: 21px;
	border-bottom: solid 1px #fff;
	margin-bottom: 24px;
	text-align: center;
	line-height: 140%;
}

.topBoxBottom1 .text a {
    border: solid 1px #fff;
    padding: 5% 10%;
    color: #fff;
    width: 60%;
    margin: 0 10%;
}

.topBoxBottom1 .text a:after {
    content: "";
    display: block;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 18px solid #fff;
    position: absolute;
    margin-left: 55%;
    margin-top: -20px;
}

.topBoxBottom_en {
    position: absolute;
    text-align: left;
    top: 5%;
    margin: 0 auto;
    width: 100%;
}

.topBoxBottom_en img.sp {
	width: 100%;
}

.topBoxBottom_en .text {
    line-height: 160%;
    font-size: 16px;
    color: #000;
    width: 90%;
    text-align: left !important;
    margin: 0 auto;
    padding-bottom: 16%;
}

.topBoxBottom_en .text h4 {
    font-weight: bold;
    color: #666;
    font-size: 21px;
    border-bottom: solid 1px #666;
    margin-bottom: 24px;
    text-align: center;
    line-height: 140%;
}

.topBoxBottom_en .text a {
    border: solid 1px #333;
    padding: 3% 10%;
    color: #333;
    width: 50%;
    margin: 0 12%;
}

.topBoxBottom_en .text a:after {
    content: "";
    display: block;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 18px solid #333;
    position: absolute;
    margin-left: 72%;
    margin-top: -20px;
}


.topBoxBottom_en1 {
    position: absolute;
    text-align: left;
    top: 60%;
    width: 100%;
 
}

.topBoxBottom_en1 img.sp {
	width: 100%;
}

.topBoxBottom_en1 .text {
line-height: 160%;
    font-size: 16px;
    color: #fff;
    text-align: left !important;
    margin: 0 auto;
    padding-bottom: 19%;
    width: 90%;
}

.topBoxBottom_en1 .text h4 {
	font-weight: bold;
	color: #fff;
	font-size: 21px;
	border-bottom: solid 1px #fff;
	margin-bottom: 24px;
	text-align: center;
	line-height: 140%;
}

.topBoxBottom_en1 .text a {
    border: solid 1px #fff;
    padding: 3% 10%;
    color: #fff;
    width: 50%;
    margin: 0 12%;
}

.topBoxBottom_en1 .text a:after {
    content: "";
    display: block;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 18px solid #fff;
    position: absolute;
    margin-left: 72%;
    margin-top: -20px;
}

/*=================
Topページ メディアリンク用定義（スマフォ用）
==================*/
.topLinkBox{
	margin-top: 20px;
	position: relative;
	max-width: 640px;
	/* リンクが増えたら高さを調節する */
/*	height: 300px;	*/
/*	height: 360px;	*/
/*	height: 400px;	*/
	height: 460px;	
	text-align: center;
	border: 1px solid #333;

}

.topLinkBox .Linktitle {
	line-height: 300%;		
	font-size: 14px;
}


.topLinkBox h4 {
	font-weight: bold;
	color: #666;
	font-size: 20px;
	border-bottom: solid 1px #666;
	text-align: center;
}

.topLinkBox a {
	color: #333;
}

.topLinkBox a:before{
	content:"\025b6";
}

/*=================
Topページ メディアリンク用定義
==================*/




/*
   ２階層目
   事業内容 SP
==============================*/
#solutions #body {
	background-color: rgba(255,255,255,0);
	box-shadow: none;
	border: none;
}

#solutions .content {
	/*padding: 20px 20px 20px 70px;*/
	padding: 20px 20px 20px 20px;
	display:flex;
}

#solutions .content > div {
    flex: 1;
    margin: 10px;
}

#solutions .contentbg.sp {
	background: #333;
	/* background-image : url("./img/solutions/ncxx_g_sp_business_content_g_1_2.png"); */
}
#solutions .contentbg.sp p{
	color: #fff;
}
#solutions .contentbg.sp .link a{
	color: #fff;
}
#solutions .contentbg.sp .link a::after{
	border-left: 18px solid #fff;
}
#solutions .contentbg.sp .link{
	border: 1px solid #fff;
}

#solutions figure {
	padding-right: 20px;
	width: 100%;
	height: 100%;
}

#solutions figure img{
	width: 95%;
	height: 95%;
}

#solutions .title {
	font-size:18px;
	font-weight: bold;
}

#solutions .detail {
	padding: 0 0 15px 0!important;
	font-size:18px;
	line-height:35px; 
}

#solutions .link {
	border: solid 1px #000;
	padding: 15px 80px;
	color: #000;
	width: 100px;
}

#solutions .link a {
	color: #000;
	font-size:18px;
}

#solutions .link a:after {
    content: "";
    display: block;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 18px solid #666;
    margin-left: 95px;
    margin-top: -18px;
}

#solutions .pc {
    display:none;
}

#solutions .sp {
    display:block;
}


/*
  投資家情報、ニュースルーム SP
 
==============================*/
#news {
	margin-bottom: 20px;
}

#news h3{
	display:none;
}

#irinfo .cat-post-item ,
#news .cat-post-item {
	border-bottom: none;
	margin: 0; 
	padding: 0;
}


#irinfo .textarea div:after ,
#news .textarea div:after ,
#irinfo .cat-post-item ,
#news .cat-post-item {
	content:"";
	display:block;
	clear:both;	
	position:relative;
}

#irinfo .post-title ,
#news .post-title {
	float: left;
	font-size: 20px;
	/*padding: 15px 0px 15px 60px;*/

	padding: 15px 0px 15px 0px;
	width:200px;
	z-index:3;
	top:5px;
	left:100px;
	position:absolute;
}

#irinfo .page_i .textarea h3 {
	display:none;
}

#irinfo .page_i .post-date {
	font-size:20px;
	padding:15px 15px 15px 100px;
	/*color:blue;*/
}

#irinfo .page_i .cat-post-item a:nth-child(2){
	margin-bottom:0px;
	z-index:3;
	top:5px;
	width:300px;
	position:absolute;
}

#irinfo .page_i .cat-post-item a:nth-child(3){
	  display:none;
}

.irinfocustom {
	margin: unset;
	border-bottom: #000 solid 1px;
}


.pressreh3{
        /*padding-bottom: 10px;*/
        padding-bottom: 0px;
        font-size: 20px;
        color: #000;
        border-bottom: #333 solid 2px;
        font-weight: bolder;
	margin: unset;
}

.pressre{
        float: left;
        width: 200px;
	margin-top:20px;
}

.prebutton{
        font-size: 14px;
        color: white;
        padding: 5px 20px;
}

.page_irinfo {
	height:30px;
	font-size:18px;
	color:#000;
	float:left;
	width:200px;
}

,newsloom h3 {
	height:30px;
	padding-left:1em;
	padding-top:4px;
	font-size:18px;
	color:#000;
}

.newsh3 {
    padding-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    border-bottom: #333 solid 2px;
}

/*
     採用情報 SP
==============================*/
#recruit .content {
	padding: 10px 0px 10px 0px;
	height:450px;
}

#recruit figure {
	padding: 10px;
}

#recruit .detail {
	padding: 0 0 15px 0!important;
	font-size:18px; 
	line-height:35px; 
}

#recruit .text_width {
	/*width: 600px;*/
	width: auto;
	float: right;
}

#recruit .link {
	padding: 0!important;
	text-align: right;
}

.saiyou_info_margin {
	margin-bottom:50px;
}
/*
.saiyou_info_color {
      color:#0033a0;
      border-bottom: solid 2px;
      border-color:#0033a0;
      font-size:30px;
}
*/
.recruith3 {
    margin-top: 30px;
    padding-left: 0.8em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    font-size: 18px;
    font-weight: bold;
    color: #0033a0;
    background-color: #d3e0e5;
}

/*
  ３階層目
  投資家情報
  IRニュース他（共通） SP
==============================*/
#irnews {
	margin: 20px 0 20px;
}

#irnews .section {
	margin: 0!important;
	padding-bottom: 15px!important;
}

#irnews .date {
	font-size:14px;
	text-align:left;
	color:#666;
	margin-bottom:13px;
	padding: 0!important;
	float:left;
	width:140px;
	font-style: normal;
}

#irnews .title {
	font-size: 14px;
	margin: 0!important;
	padding: 0!important;
	text-align: left;
	text-decoration: none;
}

#irnews .title a strong {
	color: #EF454A;
	font-weight: bold;
}

#irnews_past {
	margin-bottom: 20px;
}

#irnews_past .textarea {
	padding: 20px 20px 5px;
}

#irnews_past h4 {
	padding-left: 20px;
}

#irnews_past .newsDate {
	padding: 0!important;
	float:left;
	width:140px;
	margin-bottom: 15px;
	background:url("img/common/marker.png") no-repeat 130px center ;
}

#irnews_past .newsText {
	padding: 0!important;
	margin-bottom: 15px;
}


/*
   開示情報 SP
==============================*/
#disclose {
	margin-bottom: 20px;
}

#disclose .textarea {
	padding: 20px 20px 5px;
}

#disclose h4 {
	padding: 20px;
}


#disclose .newsDate {
	padding: 0!important;
	float:left;
	width:140px;
	margin-bottom: 15px;
	background:url("img/common/marker.png") no-repeat 130px center ;
}

#disclose .newsText {
	padding: 0!important;
	margin-bottom: 15px;
}

#disclose .newsText a {
	padding: 0!important;
	background: none!important;
	color:#00f;
	text-decoration:none;
}


/*
   株式情報 SP
==============================*/
#stock .textarea{
	padding: 20px 0px 20px 0px;
}

#stock td {
	border-top: 1px solid #ccc;
	border-bottom: 0;
}

#stock .tablepress {
	width:100%;
	table-layout: fixed;
}

#stock .column-1 {
	width: 100px!important;
	color: rgb(0, 0, 0);
}

#stock .column-2 {
	width: 200px!important;
	color: rgb(0, 0, 0);
	word-wrap:break-word;
}


#stockprice p {
	text-align: center;
}

.stock_margin_top {
	margin-top: 20px;
}
.stock_margin_bottom {
	margin-bottom: 200px;
}


/*
   決算ライブラリー SP
==============================*/
#earnings {
	margin-bottom: 20px;
}

#earnings .section {
	margin: 20px 0 0;
}

#earnings h3 {
	font-size: 1.17em!important;
	height: 2em!important;
	color:#666!important;
	padding: 0!important;
	border: none!important;
	background-image: none!important;
	margin-bottom: 5px;

}

#earnings .column-1,
#earnings .column-2 {
	border-top: 1px solid #ccc;
	padding: 10px 0 10px 0;
}

#earnings .column-1 {
	width: 100px!important;
	color: #000;
}

#earnings .column-2 {
	line-height: 2;
}

#earnings .column-2 a {
	padding-left:10px;
	background:url("img/common/marker.png") no-repeat left center ;
}

#earnings p {
	padding: 0 0 10px!important;
}


/*
   IRカレンダー SP
==============================*/
#ircalendar  {
	margin-bottom: 20px;
}

#ircalendar .section {
	margin: 20px 0px ;
}

#ircalendar h3 {
}

#ircalendar .tablepress {
	width:100%;
	table-layout: fixed;
}


#ircalendar .column-1,
#ircalendar .column-2 {
	border: none;
	padding: 10px 0 0 0;
}

#ircalendar .column-1 {
	width: 140px!important;
}

#ircalendar .row-1 .column-1 ,
#ircalendar .row-1 .column-2 {
	border-top: 1px solid #ccc;
}

#ircalendar p {
	padding: 0!important;
}

/*
   IRお問い合わせ SP
==============================*/
#trust-form #message-container-input {
	padding: 0 0 10px;
}

#trust-form table {
	margin-bottom: 20px!important;
	width:100%;
	table-layout: fixed;
}

#trust-form th,
#trust-form td {
	border-top: 1px solid #ccc!important;
	border-bottom: 1px solid #ccc;
}

#trust-form th {
	background: #eaf1f6;
	width: 250px;
	color: #000!important;
	font-weight: normal!important;
}

#trust-form td {
	background: #fff;
}

#trust-form #confirm-button {
	padding: 0;
}

#trust-form #confirm-button input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 40px;
	width: 250px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 16px;
	color: #000!important;
	font-weight: normal!important;
	color: rgb(102, 102, 102);
	background-color: #eee;
	border: 1px solid rgb(204, 204, 204);
	border-radius: 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px 1px;
	box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px 1px;
	cursor: pointer;
}

.irinfo-inquiry {
	margin-bottom: 20px!important;
        border-collapse: separate;
        border-spacing: 0px 8px;
}

.irinfo-inquiry th,
.irinfo-inquiry td {
	border-top: 1px solid #ccc!important;
	/*
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	*/
}

.irinfo-inquiry th {
	background: #eaf1f6;
	width: 100%;
	color: #000!important;
	font-weight: normal!important;
	text-align: left;
	padding:10px;
	display:block;
}

.irinfo-inquiry td {
	background: #fff;
	width:100%;
	display:block;
	word-break: break-all;
}

.irinfo-inquiry-submit {
	padding: 0;
}

.irinfo-inquiry-submit input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 40px;
	width: 250px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 16px;
	color: #000!important;
	font-weight: normal!important;
	color: rgb(102, 102, 102);
	background-color: #eee;
	border: 1px solid rgb(204, 204, 204);
	border-radius: 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px 1px;
	box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px 1px;
	cursor: pointer;
}



/*
   免責事項 SP
==============================*/
#exclusion .textarea {
	border: none!important;
	background: none!important;
	box-shadow: none!important;
}

#exclusion #body {
	background-color: rgba(255,255,255,0);
	box-shadow: none;
	border: none;
	margin-top: 10px;
}

#exclusion .content {
	padding: 20px 0px 20px 0px;
}

#exclusion figure {
	padding: 20px;
}

#exclusion .detail {
	padding: 0 0 15px 0!important;
	font-size:18px; 
	line-height:35px; 
}

/*
   企業情報 SP
==============================*/
.textarea_menu_corporate li {
        margin-top:40px;
	background-color:#d3e0e5;
	padding-left:1em;
	width: 100%;
	height:40px;
	padding-top:12px;
	font-size:18px;
	color:#000000!important;
	margin-bottom: 40px;
	font-weight: bold;
	margin-right: 15px;
}


/*
   会社概要 SP
==============================*/
#outline  {
	margin-bottom: 20px;
}

#outline .textarea {
	padding: 20px;
}

#outline .tablepress {
	width:100%;
	table-layout: fixed;
}

#outline td {
	border-bottom: 0;
	font-size: 18px;
	line-height: 40px;
}

#outline .column-1 {
	/*width: 250px!important;*/
	width: 70px!important;
	/*font-size: 18px;*/
	font-size: 16px;
	font-weight: border;
}

#outline .column-2 {
	font-size: 16px;

}

#outline .column-3 {
	width: 410px!important;
	font-size: 16px;
}


/*
   事業所一覧 SP
==============================*/
#office #body {
	background-color: rgba(255,255,255,0);
	box-shadow: none;
	border: none;
	margin-top: 30px;
}

#office .content {
	padding: 20px 0px 20px 0px;
}

#office .detail {
	padding: 0 0 15px 0!important;
	font-size:18px;
	line-height:35px; 
}

.office_link {
	text-align: left!important;
}

/*
   各事業所 SP
==============================*/
#office_detail .textarea {
	padding: 20px;
}

#office_detail .textarea p {
	padding: 0!important;
	margin-bottom:15px;
}

#office_detail .textarea td {
	border: none;
	padding: 0;
	line-height:1.6;
}

#office_detail .textarea .column-1 {
	width: 130px;
}

.su-gmap {
	padding-left: 20px;
}

/*
   グループ会社 SP
==============================*/
#group #body {
	background-color: rgba(255,255,255,0);
	box-shadow: none;
	border: none;
	margin-top: 30px;
}

#group .content {
	padding: 20px 0px 20px 0px;
}

#group figure {
	padding: 20px;
}

#group .detail {
	padding: 0 0 15px 0!important;
	font-size:18px; 
	line-height:35px; 
}

#group .fl {
	width: 250px;
}

#group .link {
	text-align: left;
}

#group a {
	padding-left: 20px;
	text-decoration: underline;
}

.group_margin_bottom {
	margin-bottom:25px;
}

/*
   沿革 SP
==============================*/
#history  {
	margin-bottom: 20px; 
}

#history .textarea {
	font-size:18px;
	color:#808080;
}

#history td {
}

#history .column-1 {
	width: 140px;
	color: #000;
}


/*
   内部統制 SP
==============================*/
.internalcontrol_h3 {
	width: 980px;
	display:table-cell;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #d3e0e5;
        font-size: 20px;
        font-weight: bolder;
        color: #000;
        padding-left: 1em; 
}

#internalcontrol #body {
	background-color: rgba(255,255,255,0);
	box-shadow: none;
	border: none;
	margin-top: 30px;
}

#internalcontrol .content {
	padding: 20px 0px 20px 0px;
}

#internalcontrol figure {
	padding: 20px;
}

#internalcontrol .detail {
	padding: 0 0 15px 0!important;
	font-size:18px; 
	line-height:35px; 
}


/*
   プレスリリース SP
==============================*/
#pressrelease_past  {
	margin-bottom: 20px;
}

#pressrelease_past h4 {
	padding-left: 20px;
}

#pressrelease_past .textarea {
	padding: 20px 20px 5px;
}

#pressrelease_past .newsDate {
	padding: 0!important;
	float:left;
	width:140px;
	margin-bottom: 15px;
	background:url("img/common/marker.png") no-repeat 130px center ;
}

#pressrelease_past .newsText {
	padding: 0!important;
	margin-bottom: 15px;
}	



/*
   ご利用に関して SP
==============================*/

/*
   サイトマップ SP
==============================*/
.sitemap .menu {
	background-color: rgb(255, 255, 255);
	margin: 0 0 20px;
	padding: 20px;
	line-height:1.6;
      list-style: none;
}

.sitemap .menu:after   {
	  content:"";
	  display:block;
	  clear:both;	
}

.sitemap li {
	float: left;
	width: 300px;
	padding-left:10px;
}

.sitemap li a {
}

/*
   ご利用条件 SP
==============================*/
.summary p {
	margin: 0 0 20px;
}

#termsofuse #body {
	background-color: rgba(255,255,255,0);
	box-shadow: none;
	border: none;
	margin-top: 30px;
}

#termsofuse .content {
	padding: 20px 0px 20px 0px;
	display:flex;
}

#termsofuse .detail {
	padding: 0 0 15px 0!important;
	font-size:18px;
	line-height:35px;
}

/*
   プライバシーポリシー SP
==============================*/
#privacy #body {
	background-color: rgba(255,255,255,0);
	box-shadow: none;
	border: none;
	margin-top: 30px;
}

#privacy .content {
	padding: 20px 0px 20px 0px;
	display:flex;
}

#privacy .detail {
	padding: 0 0 15px 0!important;
	font-size:18px;
	line-height:35px;
}


/*
	日本語英語切替 SP
==============================*/
/*
#header h1 {
	float: left;
}

#header #language {
	float:right;
}

#header #language li {
 	float:left;
	line-height:42px;
	margin-left:15px;
}

#header #language li a {
	color:#666;
	text-decoration:none;
}

#header #language li a:hover {
	text-decoration:underline;
}

#header #language .current {
	color: #204289;
	font-weight: bold;
}
*/
#header h1 {
	/*display: none;*/
}

#header #language {
	display: none;
}

/*
   英語サイト
==============================*/
/*
   フッターメニュー
==============================*/
#footer_wrap .footer_menu #menu-footer-en li {
	display: inline-block;
	margin-right: 1em;
	margin-left: 1em;
    margin-bottom: 1em;
}

#footer_wrap .footer_menu #menu-footer-en li:after {
	content: "|";
	margin-left: 1em;
}

#footer_wrap .footer_menu #menu-footer-en li:last-child:after {
	content: normal;
}

/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 11;
  cursor: pointer;
}

/*============
nav
=============*/
nav {
  left: -220px;
  width: 220px;
}

nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 12;
  opacity: 0;
}
.open nav {
  left: 0;
  opacity: 1;
}
nav .inner {
  padding: 25px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #333;
}
nav .inner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .inner ul li a:hover {
  background: #e4e4e4;
}

button.menu {
   -webkit-appearance: none;
   border-radius: 0;
}


div#main div.section div.textarea.digital p{
	margin-top: 30px;
	color: #000;
	font-size: 14px;
}
div#main h2.sm{
	font-size: 21px;
}
div#main div.section div.textarea.digital .link,
div#main div.section div.textarea.digital .img{
	margin-top: 30px;
}


}   /* @media screen and (max-width: 640px) END */
