@charset "utf-8";

/* CSS Document */

.about_line {
	border-top: 1px solid #339033;
	margin-bottom: 25px;
}
/*==================================================
  会社情報
==================================================*/


/*  会社情報　テキスト周り
--------------------------------------------------*/

#about p {
	margin-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
#about p {
	margin-bottom: 40px;
}
}

/*会社理念、人事理念と共通*/

#about ul, #talent ul {
	margin: 0px 1.5em;
}
@media print, screen and (min-width: 768px) {
#talent ul {
	width: 50%;
}
}
#about ul li, #talent ul li {
	line-height: 1.8;
}
/*  各セクションの間隔
--------------------------------------------------*/
#about [id^="idea_0"], #idea_norm {
	margin-top: 80px;
}
#about #idea_09 {
	margin-bottom: 80px;
}
/*  社長 あいさつ　画像
--------------------------------------------------*/
.about_pre_img img {
	width: auto;
}
.about_pre_wrap {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	text-align: center;
	margin-bottom: 80px;
}
.about_pre_img {
	margin-bottom: 10px;
}
.about_pre_cap {
	line-height: 1.4;
}
#about .about_pre_cap p{
	margin-bottom: 0;
}
#about .about_pre_cap .l_b{
	font-size: 21px;
}
@media print, screen and (min-width: 768px) {
.about_pre_wrap {
	text-align: right;
}
}
/*  ゾーホージャパンの活動
--------------------------------------------------*/
#messe ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	margin-bottom: 40px;
	align-items: stretch;
}
#messe ul li {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	width: 48%;
}
#messe ul li a{
	width: 100%;
}
@media print, screen and (min-width: 768px) {
#messe ul {
	margin-bottom: 0px;
}
#messe ul li {
	width: 32%;
}
}
/*  人事理念　コーポレートメッセージ
--------------------------------------------------*/
#resou, #it_craft {
	margin-bottom: 80px;
}
/* コーポレートメッセージ 画像
--------------------------------------------------*/
#it_craft img {
	max-width: 100%;
	width: auto;
	margin: 30px auto 80px;
}
#it_craft .it_craft_img {
	text-align: center;
}
/* 沿革　会社概要　テーブル
--------------------------------------------------*/
#about table {
	border-collapse: collapse;
	margin-bottom: 40px;
}
#about tr {
	display: flex;
	flex-direction: column;
	background-color: #909090;
}
#about th {
	width: 100%;
	border: 1px solid #000;
	text-align: left;
	padding: 20px;
	margin-bottom: -1px;
	color: #fff;
	font-weight:normal;
}
#about td {
	border: 1px solid #000;
	padding: 20px;
	margin-bottom: -1px;
	background-color: #fff;
	line-height: 1.6em;
	word-wrap: break-word;
}
#about td .post{
	display: inline-block;
    width:6em;
}
#about .area + td {
	border-top:none;
}
#about .month {
	border-top: 1px solid #fff;
	background-color: #A5A5A5;
	color: #fff;
}
#about .area {
	border-top: 1px solid #fff;
	padding-bottom: 0px;
	font-weight: bold;
}
#about .month_last {
	border-top: 1px solid #fff;
	background-color: #A5A5A5;
	color: #fff;
}
@media print, screen and (min-width: 768px) {
#about table {
	width: 100%;
	border-collapse: collapse;
}
#about tr {
	display: table-row;
	background-color: #909090;
}
#about th {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align: left;
	vertical-align: middle;
}
#history th,#outline th {
	width: 12%;
	font-weight: normal;
}
#about .year {
	border-right: 1px solid #000;
}
#about .year_last {
	border-bottom: 1px solid #000;
}
#about .month {
	border-bottom: 1px solid #fff;
	vertical-align: middle;
}
#about .area {
	border-bottom: 1px solid #fff;
	vertical-align: middle;
	background-color: #909090;
	color: #fff;
	padding-bottom: 20px;
	font-weight: normal
}
#history .month {
	width: 10%;
	text-align: right;
}
#outline .month {
	width: 20%;
}
#about .month_last {
	width: 10%;
	background-color: #A5A5A5;
	border-bottom: 1px solid #000;
	color: #fff;
	vertical-align: middle;

}
#about #history .month_last{
	text-align: right;
}
#about td {
	border: 1px solid #000;
	background-color: #fff;
}
}
/* カレンダー
--------------------------------------------------*/
table {
	display:table;
	padding: 0px;
	border: none;
}
#about .calendar .wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#about .calendar .wrap table{
	width:100% ;
}
@media print, screen and (min-width: 768px) {
#about .calendar .wrap table{
	width:30% ;
}
}
#about .calendar tr {
	display: table-row;
	flex-direction: column;
	background-color: inherit;
}
#about .calendar td {
	display:table-cell;
	text-align: right;
	padding: 5px;
	border: none;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	background-color:#EEEEEB;
}
#about .calendar td.holiday {
	color:#ff0000;
	background-color:#FFE1E1;
}
#about .calendar td.closure{
	color:#FF0000;
	background-color:#EEEEEB;
}
#about .calendar td.saturday{
	color:#0000ff;
	background-color:#FFE1E1;
}
#about .calendar td.week{
	color:#000000;
	background-color: #E3E2DB;
}
#about .calendar td.week_saturday{
	color:#0000ff;
	background-color: #E3E2DB
}
#about .calendar tr td:last-child {
	border-right: 1px solid #000;
}
#about .calendar tr:last-child td {
	border-bottom: none;
	border-left: none;
	text-align: center;
	background-color: inherit;
	color: #808080;
}
#about .calendar tr:first-child td:last-child {
	border-right: none;
	border-left: none;
	text-align: center;
	background-color: inherit;
}
#about .calendar tr:last-child td:last-child {
	border-right: none;
}
/* 会社概要　リンク
--------------------------------------------------*/
#outline td a {
	/*font-weight: bold;*/
}
/* アクセスマップ
--------------------------------------------------*/
#about #access iframe {
	margin-bottom: 80px;
}
