@charset "utf-8";

/***********************************************************
sphone company.css
***********************************************************/

#g_main .header_title {
	background-color: #ffffff;
	height: 50px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #cccccc;
}

#g_main .header_title h2 {
	background: url(../s_images/common/header_title_company.png) no-repeat;
	background-size: cover;
	display: block;
	margin: auto;
	position: absolute;
	text-indent: -9999px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 33px;
	width: 122px;
}

#g_main .header_slider {overflow:hidden;}
#g_main .header_slider .header_slider_inner {overflow-x:scroll; -webkit-overflow-scrolling:touch;}
#g_main .header_slider .header_slider_inner .header_slider_list {white-space:nowrap;}
#g_main .header_slider .header_slider_inner .header_slider_list:after{}
#g_main .header_slider .header_slider_inner .header_slider_list a{
	background-color: #000;
	border-right:none;
	border-top:none;
	color:#999999;
	display:inline-block;
	font-weight:bold;
	padding:15px 17px;
	}
#g_main .header_slider .header_slider_inner .header_slider_list a:nth-child(n+2){
  margin-left: 1px;
}

/*  会社案内メニュー  ****************************************/
#g_main .company_menu{
	bottom:0px;
	opacity:0;
	height:0px;
	left: 0px;
	overflow-y:auto;
	overflow-x:hidden;
	position:fixed;
	top:0px;
	transform: translate3d(0,0,10002px);
	width:100%;
	z-index:10002;
	-webkit-overflow-scrolling: touch;
}
#g_main .company_menu .company_menu_title{
	background:url(../s_images/company/company_menu_title.png) center 15px no-repeat;
	background-color:#121212;
	background-size: 192px 34px;
	height: 65px;
	text-indent: -9999px;
}

#g_main .company_menu .company_menu_list a{
	background-color: rgba(255, 255, 255, 0.9);
	border-bottom:1px dotted #cccccc;
	color:#333333;
	display: block;
	padding:15px 16px 16px;
	position:relative;
}

#g_main .company_menu .company_menu_list a:last-child{
	border-bottom:none;
}

#g_main .company_menu .company_menu_list a:after{
	background: url(../s_images/company/company_title_arrow.png) no-repeat;
	background-size: cover;
	bottom: 0px;
	content: '';
	height: 10px;
	margin: auto 0px;
	position: absolute;
	right: 10px;
	top: 0px;
	width: 6px;
}
#g_main .company_menu .company_menu_spacer{
	background-color:#121212;
	height:0px;
	width:100%;
}
#g_main .company_menu .company_menu_bottom{
	background-color:#121212;
	height:106px;
	position:relative;
}

#g_main .company_menu_close{
	background: url(../s_images/company/company_menu_close.png) 0px -41px no-repeat;
	background-size: cover;
	bottom: 14px;
	content: '';
	height: 41px;
	margin: auto 0px;
	position: fixed;
	right: 17px;
	transform: translate3d(0,0,80px);
	width: 41px;
	z-index:80;
}

#g_main .company_menu_close_on{
	background: url(../s_images/company/company_menu_close.png) 0px 0px no-repeat;
	background-size: cover;
	bottom: 14px;
	content: '';
	height: 41px;
	margin: auto 0px;
	position:absolute;
	right: 17px;
	transform: translate3d(0,0,10003px);
	width: 41px;
	z-index:10003;
}

/*  リンク	****************************************/

#g_main .g_main_inner .link {
	border: 1px solid #cccccc;
	color: #333333;
	display: block;
	padding: 20px 50px 20px 20px;
	position: relative;
	text-align: center;
}

#g_main .g_main_inner .link:after {
	background: url(../s_images/common/g_icon_arrow04.png) no-repeat;
	background-size: cover;
	bottom: 0px;
	content: '';
	height: 14px;
	margin: auto 0px;
	position: absolute;
	right: 20px;
	top: 0px;
	width: 25px;
}

/*  body.company_index  ****************************************/

body.company_index #g_main .bt_company_index{
	background:#cc0033;
	color:#ffffff;
}

body.company_index #g_main .bt_company_index:after{
	background: url(../s_images/company/company_title_arrow_on.png) no-repeat;
	background-size: cover;
	bottom: 0px;
	content: '';
	height: 10px;
	margin: auto 0px;
	position: absolute;
	right: 10px;
	top: 0px;
	width: 6px;
}

body.company_index #g_main h3.title {
	padding: 0px 0px 15px 5px;
	position: relative;
}

body.company_index #g_main p{
	margin-bottom:30px;
}

body.company_index #g_main p:last-child{
	margin-bottom:8px;
}

body.company_index #g_main .photo{
	margin-top:5px;
	text-align: center;
}

body.company_index #g_main .photo img{
	height:auto;
	width:70%;
}

/*  body.company_principles  ****************************************/

body.company_principles #g_main .bt_company_principles{
	background:#cc0033;
	color:#ffffff;
}

body.company_principles #g_main .bt_company_principles:after{
	background: url(../s_images/company/company_title_arrow_on.png) no-repeat;
	background-size: cover;
	bottom: 0px;
	content: '';
	height: 10px;
	margin: auto 0px;
	position: absolute;
	right: 10px;
	top: 0px;
	width: 6px;
}

body.company_principles #g_main h3.title {
	padding: 0px 0px 15px 5px;
	position: relative;
}

body.company_principles #g_main p{
	margin:15px 0px;
	text-align: center;
}

body.company_principles #g_main p img{
	height:auto;
	max-width:100%;
	vertical-align: bottom;
}

/*  body.company_company_profile  ****************************************/

body.company_company_profile #g_main .bt_company_company_profile{
	background:#cc0033;
	color:#ffffff;
}

body.company_company_profile #g_main .bt_company_company_profile:after{
	background: url(../s_images/company/company_title_arrow_on.png) no-repeat;
	background-size: cover;
	bottom: 0px;
	content: '';
	height: 10px;
	margin: auto 0px;
	position: absolute;
	right: 10px;
	top: 0px;
	width: 6px;
}

body.company_company_profile #g_main h3.title {
	padding: 0px 0px 15px 5px;
	position: relative;
	margin-bottom:0;
}

body.company_company_profile #g_main .now_date{
	text-align: right;
	margin: 10px 0 15px;
}

body.company_company_profile #g_main .g_main_inner table tr th,
body.company_company_profile #g_main .g_main_inner table tr td{
	display: block;
}

body.company_company_profile #g_main .g_main_inner table tr th{
	background:#eeeeee;
	font-weight: bold;
	padding: 9px 0px 9px 7px;
}

body.company_company_profile #g_main .g_main_inner table tr td{
	padding: 15px 0px 19px 1px;
}

body.company_company_profile #g_main .g_main_inner table tr:last-child td{
	padding-bottom: 15px;
}

body.company_company_profile #g_main table tr td dl dt{
	font-weight: bold;
}

body.company_company_profile #g_main table tr td dl dd{
	margin-bottom:20px;
}

body.company_company_profile #g_main table tr td dl dd:last-child{
	margin-bottom:0px;
}

/*  body.company_organization_chart  ****************************************/

body.company_organization_chart #g_main .bt_company_organization_chart{
	background:#cc0033;
	color:#ffffff;
}

body.company_organization_chart #g_main .bt_company_organization_chart:after{
	background: url(../s_images/company/company_title_arrow_on.png) no-repeat;
	background-size: cover;
	bottom: 0px;
	content: '';
	height: 10px;
	margin: auto 0px;
	position: absolute;
	right: 10px;
	top: 0px;
	width: 6px;
}

body.company_organization_chart #g_main h3.title {
	padding: 0px 0px 15px 5px;
	position: relative;
}

body.company_organization_chart #g_main .now_date{
	text-align: right;
}

body.company_organization_chart #g_main p{
	margin-bottom:15px;
	text-align: center;
}

body.company_organization_chart #g_main p img{
	height:auto;
	max-width:100%;
	vertical-align: bottom;
}

/*  body.company_history  ****************************************/

body.company_history #g_main .bt_company_history{
	background:#cc0033;
	color:#ffffff;
}

body.company_history #g_main .bt_company_history:after{
	background: url(../s_images/company/company_title_arrow_on.png) no-repeat;
	background-size: cover;
	bottom: 0px;
	content: '';
	height: 10px;
	margin: auto 0px;
	position: absolute;
	right: 10px;
	top: 0px;
	width: 6px;
}

body.company_history #g_main h3.title {
	padding: 0px 0px 15px 5px;
	position: relative;
	margin-bottom:24px;
}

body.company_history #g_main .g_main_inner table tr th,
body.company_history #g_main .g_main_inner table tr td{
	display: block;
}

body.company_history #g_main .g_main_inner table tr th{
	background:#eeeeee;
	font-weight: bold;
	padding: 9px 0px 9px 7px;
}

body.company_history #g_main .g_main_inner table tr td{
	padding: 15px 0px 19px 1px;
}

body.company_history #g_main .g_main_inner table tr:last-child td{
	padding-bottom: 15px;
}

/*  body.company_access  ****************************************/

body.company_access #g_main .bt_company_access{
	background:#cc0033;
	color:#ffffff;
}

body.company_access #g_main .bt_company_access:after{
	background: url(../s_images/company/company_title_arrow_on.png) no-repeat;
	background-size: cover;
	bottom: 0px;
	content: '';
	height: 10px;
	margin: auto 0px;
	position: absolute;
	right: 10px;
	top: 0px;
	width: 6px;
}

body.company_access #g_main .g_main_inner{
	padding-bottom:0px;
}

body.company_access #g_main h3.title {
	padding: 0px 0px 15px 5px;
	position: relative;
	margin-bottom:20px;
}

body.company_access #g_main #tab{
	background:#eeeeee;
	border:1px solid #cccccc;
	display:-webkit-flex;
	display: flex;
	margin-bottom:6px;
	width: 100%;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

body.company_access #g_main #tab a{
	border-right:1px solid #cccccc;
	display:-webkit-flex;
	display: flex;
	font-size:0.9em;
	font-weight: bold;
	text-align: center;
	width:33.3%;
	-webkit-align-items: center;
	align-items: center;
	word-break: break-all;
	-webkit-justify-content: center;
	justify-content: center;
	color:#333333;
	padding:16px 0 15px;
}

body.company_access #g_main #tab a:last-child{
	border-right:none;
}

body.company_access #g_main h4{
	background: url(../s_images/company/icon-company-access.png) no-repeat left 4px;
	background-size: 12px 12px;
	font-weight: bold;
	padding-left:19px;
}

body.company_access #g_main .txt-contents.g_main_inner{
	padding-top:0px;
}

body.company_access #g_main .map{
	margin:15px 0;
}

body.company_access #g_main .link {
	margin:14px 0px 34px;
}

body.company_access #g_main .link:last-of-type {
	margin-bottom:15px;
}

/*  body.company_recruit  ****************************************/

body.company_recruit #g_main .bt_company_recruit{
	background:#cc0033;
	color:#ffffff;
}

body.company_recruit #g_main .bt_company_recruit:after{
	background: url(../s_images/company/company_title_arrow_on.png) no-repeat;
	background-size: cover;
	bottom: 0px;
	content: '';
	height: 10px;
	margin: auto 0px;
	position: absolute;
	right: 10px;
	top: 0px;
	width: 6px;
}

body.company_recruit #g_main .g_main_inner a{
	color:#cc0033;
}

body.company_recruit #g_main .mid_career,
body.company_recruit #g_main .handicapped,
body.company_recruit #g_main .part{
	display: none;
}

body.company_recruit #g_main h3{
	font-weight: bold;
	margin-bottom:8px;
}

body.company_recruit #g_main .new_graduate{
	padding-bottom:181px;
}

body.company_recruit #g_main .mid_career,
body.company_recruit #g_main .handicapped{
	padding-bottom:200px;
}

body.company_recruit #g_main .part p{
	margin-bottom:15px;
}

body.company_recruit #g_main .part p .inner-txt {
	background: url(../s_images/company/icon-company-access.png) no-repeat left 2px;
	background-size:12px 12px;
	padding-left: 20px;
	font-weight: bold;
}


/*  body.company_contents  ****************************************/

body.company_contents #g_main .bt_company_contents{
	background:#cc0033;
	color:#ffffff;
}

body.company_contents #g_main .bt_company_contents:after{
	background: url(../s_images/company/company_title_arrow_on.png) no-repeat;
	background-size: cover;
	bottom: 0px;
	content: '';
	height: 10px;
	margin: auto 0px;
	position: absolute;
	right: 10px;
	top: 0px;
	width: 6px;
}

body.company_contents #g_main h3.title {
	padding: 0px 0px 15px 5px;
	position: relative;
	margin-bottom:40px;
}

body.company_contents #g_main #company_contents_logo{
	background: url(../s_images/company/company_contents_logo.png) no-repeat;
	background-size: cover;
	height:113px;
	margin:0px auto 20px auto;
	width:150px;
}
body.company_contents #g_main .company_contents02{height:40px;position:relative;}
body.company_contents #g_main .company_contents02:before {
	background-color: #aaaaaa;
	content: '';
	left: 0px;
	height: 100%;
	position: absolute;
	width:3px;
	}
body.company_contents #g_main .company_contents02:after {
	background-color: #aaaaaa;
	content: '';
	left:0px;
	height:3px;
	position: absolute;
	width:50%;
	}
body.company_contents #g_main .company_contents02 span{
	background: url(../s_images/company/icon-company-contents02.png) no-repeat;
	background-size: cover;
	height:15px;
	position:absolute;
	margin-left:50%;
	left:-6px;
	top:-6px;
	width:15px;
}


body.company_contents #g_main ul.company_contents_parent {}
body.company_contents #g_main ul.company_contents_parent h4 {color:#cc0033;font-size:120%;font-weight:bold;}

body.company_contents #g_main ul.company_contents_parent > li:before {
	position: absolute;
	width:3px;
	background-color: #aaaaaa;
	height: 100%;
	content: '';
	left: 0px;
	}

body.company_contents #g_main ul.company_contents_parent > li {
	position: relative;
	padding-left: 40px;
	padding-bottom: 1em;
	}
body.company_contents #g_main ul.company_contents_parent > li:last-of-type:before {height: 1em;}

body.company_contents #g_main ul.company_contents_parent h4 {position:relative;}
body.company_contents #g_main ul.company_contents_parent h4:before {
	background: url(../s_images/company/icon-company-contents01.png) no-repeat;
	background-size: cover;
	content: '';
	height: 12px;
	left: -40px;
	margin: auto 0px;
	position: absolute;
	top: 0px;bottom: 0px;
	width: 28px;
}

body.company_contents #g_main ul.company_contents_child > li {padding-bottom: 1em;}
body.company_contents #g_main ul.company_contents_child > li:before {content: '●';color: #aaaaaa;width: 1em;}

/*  body.company_news_release  ****************************************/

body.company_news_release #g_main .bt_company_news_release{
	background:#cc0033;
	color:#ffffff;
}

body.company_news_release #g_main .bt_company_news_release:after{
	background: url(../s_images/company/company_title_arrow_on.png) no-repeat;
	background-size: cover;
	bottom: 0px;
	content: '';
	height: 10px;
	margin: auto 0px;
	position: absolute;
	right: 10px;
	top: 0px;
	width: 6px;
}

body.company_news_release #g_main .header_slider .header_slider_inner .header_slider_list a{
	text-align:center;
}

body.company_news_release #g_main h4{
	font-size: 18px;
	font-weight: bold;
	margin-bottom:15px;
}

body.company_news_release #g_main .news_release_list{
	display:table;
	border-collapse:collapse;
	width: 100%;
}

body.company_news_release #g_main .news_release_list dl{
	border-bottom:1px dotted #cccccc;
	display: table-row;
	width:100%;
}

body.company_news_release #g_main .news_release_list dl:last-child{
	border-bottom:none;
	margin-bottom:0px;
}

body.company_news_release #g_main .news_release_list dt{
	color:#cc0033;
	display:table-cell;
	font-weight: bold;
	padding:15px 14px 0px 0px;
	white-space: nowrap;
}

body.company_news_release #g_main .news_release_list dd{
	margin-bottom:15px;
}

body.company_news_release #g_main .news_release_list dd a{
	color:#333333;
	display: block;
}

/*  body.company_news_release_post  ****************************************/
body.company_news_release_post #g_main .bt_company_news_release{
	background:#cc0033;
	color:#ffffff;
}

body.company_news_release_post #g_main .bt_company_news_release:after{
	background: url(../s_images/company/company_title_arrow_on.png) no-repeat;
	background-size: cover;
	bottom: 0px;
	content: '';
	height: 10px;
	margin: auto 0px;
	position: absolute;
	right: 10px;
	top: 0px;
	width: 6px;
}

body.company_news_release_post #g_main .news-area{
	margin-bottom:30px;
}

body.company_news_release_post #g_main .news-area p {
	margin-bottom: 15px;
}

body.company_news_release_post #g_main .news-area .newsDate{
	text-align: right;
}

body.company_news_release_post #g_main .news-area .title{
	font-weight: bold;
	margin-bottom:15px;
	text-align: center;
}

body.company_news_release_post #g_main .news-area img{
	max-width: 100%;
}

body.company_news_release_post #g_main .news-area table{
	width: 100%;
}

body.company_news_release_post #g_main .news-area table tr td{
	width: auto;
}
