@charset "utf-8";

/*!
 * Copyright 2020 HATTORI PROCESS GROUP
 */

/* ============================
profile.css　もくじ
-------------------------------
1.ブレイクポイント
2.profileヘッドライン
3.profile共通設定
4.profile会社概要・沿革
5.profileアクセスマップ
6.profileグループ一覧
============================== */


/* ===========================
1.ブレークポイント
============================== */
@media screen and (min-width: 30em) { /* 480px */
}
@media screen and (min-width: 40em) { /* 640px */
}
@media screen and (min-width: 48em) { /* 768px：PC用 */
}
@media screen and (min-width: 64em) {/* 1024px */
}
@media screen and (min-width: 80em) {/* 1280px */
}


/* ===========================
2.profileヘッドライン
============================== */
#main_contents #profile_headline {
	background: url("../img/profile_back.jpg") center top no-repeat;
}
#main_contents #profile_headline>div {
	padding: 25px 6%;
}
#main_contents #profile_headline>div>h2 {
	letter-spacing: 0.3em;
}
@media screen and (min-width: 40em) { /* 640px */
	#main_contents #profile_headline {
		min-height: 230px;
	}
	#main_contents #profile_headline>div {
		padding: 90px 8%;
	}
}


/* ===========================
3.profile共通設定
============================== */
#main_contents .profile_contents {
	margin: 50px 6% 0;
}
@media screen and (min-width: 40em) { /* 640px */
	#main_contents .profile_contents {
		margin: 140px 8% 0;
	}
}


/* ===========================
4.profile会社概要・沿革
============================== */
#main_contents .profile_table,
#main_contents .history_table {
	width: 100%;
	margin: 40px auto 0;
	font-size: 0.875rem;
	line-height: 1.7;
}
#main_contents .profile_table tr:nth-child(2n+1) {
	background-color: #e8f1fa;
}
#main_contents .profile_table tr th {
	width: 100%;
	display: block;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	padding: 0.5em 0.5em 0.1em;
}
#main_contents .profile_table tr td {
	display: block;
	padding: 0.1em 0.5em 0.5em 2em;
}
#main_contents .profile_table .machinery_list {
	overflow: hidden;
}
#main_contents .profile_table .machinery_list dt {
	float: left;
}
#main_contents .profile_table .machinery_list dt,
#main_contents .profile_table .machinery_list dt+dd {
	margin-top: 15px;
}
#main_contents .profile_table .machinery_list dt:first-child,
#main_contents .profile_table .machinery_list dt:first-child+dd {
	margin-top: 0;
}
#main_contents .profile_table .machinery_list dd {
	margin-left: 4.5em;
}
#main_contents .profile_table .clients_list li {
	display: inline-block;
	margin-right: 1em;
}
#main_contents .profile_table a {
	color: #666;
	text-decoration: none;
	display: inline-block;
	margin-top: 0.5em;
	padding: 0.2em 1em;
	border: 1px #666 solid;
}
#main_contents .profile_table a:hover {
	text-decoration: underline;
}
#main_contents .history_table tr {
	border-bottom: 1px #000 solid;
}
#main_contents .history_table tr th {
	font-weight: normal;
	text-align: left;
	width: 100%;
	display: block;
	padding: 0.8em 0.5em 0;
}
#main_contents .history_table tr td {
	display: block;
	padding: 0 0.5em 0.8em 2em;
}
@media screen and (min-width: 40em) { /* 640px */
	#main_contents #profile_history {
		background: url("../../common/img/common_backLogo2.png") left bottom no-repeat;
		padding-bottom: 20px;
	}
	#main_contents .profile_table,
	#main_contents .history_table {
		margin: 80px auto 0;
	}
	#main_contents .profile_table tr th {
		width: 8em;
		display: table-cell;
		padding: 1em 0 1em 0.5em;
	}
	#main_contents .profile_table tr td {
		width: auto;
		display: table-cell;
		padding: 1em 0.5em 1em 1em;
	}
	#main_contents .history_table tr th {
		width: 10em;
		display: table-cell;
		padding: 0.8em 0 0.8em 4em;
	}
	#main_contents .history_table tr td {
		width: auto;
		display: table-cell;
		padding: 0.8em 2em 0.8em 0;
	}
}
@media screen and (min-width: 64em) {/* 1024px */
	#main_contents .profile_table,
	#main_contents .history_table {
		font-size: 0.9375rem;
	}
	#main_contents .profile_table tr th {
		width: 10em;
		padding: 1.4em 0 1.4em 5em;
	}
	#main_contents .profile_table tr td {
		padding: 1.4em 5em 1.4em 2em;
	}
}
@media screen and (min-width: 80em) {/* 1280px */
	#main_contents .profile_table,
	#main_contents .history_table {
		width: 1000px;
	}
}



/* ===========================
5.profileアクセスマップ
============================== */
#main_contents .profile_map {
	width: 100%;
	max-width: 600px;
	margin: 40px auto 60px;
}
#main_contents .profile_map iframe {
	width: 100%;
	max-width: 100%;
	height: 320px;
}
#main_contents .profile_map table {
	text-align: left;
	font-size: 0.875rem;
	line-height: 1.7;
	margin-top: 25px;
}
@media screen and (min-width: 30em) { /* 480px */
	#main_contents .profile_map iframe {
		height: 440px;
	}
}
@media screen and (min-width: 40em) { /* 640px */
	#main_contents .profile_map {
		margin: 70px auto 130px;
	}
	#main_contents .profile_map iframe {
		height: 600px;
	}
	#main_contents .profile_map table {
		font-size: 0.9375rem;
	}
}


/* ===========================
6.profileグループ一覧
============================== */
#main_contents #profile_group>ul {
	margin-top: 15px;
	padding-top: 15px;
	overflow: hidden;
}
#main_contents #profile_group>ul>li {
	display: block;
	margin-bottom: 10px;
}
#main_contents #profile_group>ul>li a {
	color: #000;
	text-decoration: none;
	padding: 0.5em 1.7em 0 0;
	position: relative;
}
#main_contents #profile_group>ul>li a:hover {
	text-decoration: underline;
}
#main_contents #profile_group>ul>li a:after,
#main_contents #profile_group>ul>li a:before {
	content: "";
	position: absolute;
}
#main_contents #profile_group>ul>li a:before {
	top: 0.9em;
	right: 0.3em;
	width: 0.8em;
	height: 0.64em;
	border-bottom: 1px #182987 solid;
border-left: 1px #182987 solid;
}
#main_contents #profile_group>ul>li a:after {
	top: 0em;
	right: -0.3em;
	width: 1.1em;
	height: 0.88em;
	background: #fff;
	border: 1px #182987 solid;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media screen and (min-width: 40em) { /* 640px */
	#main_contents #profile_group>ul {
		margin-top: 40px;
	}
	#main_contents #profile_group>ul>li {
		width: 50%;
		float: left;
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 64em) {/* 1024px */
	#main_contents #profile_group>ul>li {
		width: 33.3%;
	}
}
@media screen and (min-width: 80em) {/* 1280px */
	#main_contents #profile_group {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
}
