/* @group 製品情報 */

#product .titleBg {
	margin-bottom: 20px;
}

#product #menu {
	border-bottom: 3px solid #d70019;
	font-size: 15px;
	padding-top: 30px;
}

#product a:link,
#product a:visited {
    text-decoration: none;
}

#product #menu li {
	float: left;
	text-align: center;
	display: block;
	width: 19.84%;
	border-right: 2px solid #fff;
}

#product #menu li a {
	padding: 10px 0 8px;
	display: block;
	background-color: #c8c8c8;
}

#product #menu li a:hover {
    text-decoration: none;
	background-color: #d70019;
	color: #fff !important;
}

#product #menu li.ac {
	background-color: #d70019;
	color: #fff;
	width: 19.84%;
	padding: 10px 0 8px;
}

#product #menu li:last-child {
	border-right: none;
}

#product dl {
	margin-top: 30px;
}

#product dt {
	background-color: #f5f5f0;
	color: #d70019;
	height: 35px;
	line-height: 35px;
	font-size: 20px;
	padding: 10px 20px;
	position: relative;
    border-top: 1px solid #c8c8c8;
}

#product dt .arrow {
    border-right: 2px solid #d70019;
    border-top: 2px solid #d70019;
    height: 12px;
	top: 17px;
    right: 20px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 12px;
	position: absolute;
}
#product dt.nowOpen .arrow {
    border-right: 2px solid #d70019;
    border-top: 2px solid #d70019;
	top: 22px;
    height: 12px;
    right: 20px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
    transform: rotate(315deg);
    width: 12px;
}

#product dt a {
    color: #d70019;
}

#product dd {
	padding: 20px 20px 40px;
}

#product dd:last-child {
	padding-bottom: 0;
}

#product dd p {
	width: 590px;
}

#product dd ul {
	width: 590px;
	margin-top: 20px;
}

#product dd .maru {
	color: #eb808c;
}

#product dd .detailBtn {
	margin-top: 20px;
}

#product dd .subTit {
	margin-bottom: 10px;
	border-bottom: 2px solid #dcdcdc;
	padding-bottom: 3px;
	font-size: 16px;
	font-weight: bold;
}

#product dd .pdfLink li {
	margin-bottom: 10px;
}

#product dd .pdfLink li a {
	text-decoration: underline;
}

#product dd .pdfLink li a:hover {
	text-decoration: none;
}

#product dd .pdfLink li .pdf {
	margin-right: 0.5em;
}

#product .name {
	font-size: 28px;
    border-bottom: 2px solid #c8c8c8;
	margin-top: 40px;
}

#product .photo {
	float: left;
	margin: 40px 20px 20px 0;
}

#product .use {
	color: #fff;
	background-color: #d70019;
	padding: 5px 15px;
	display: inline-block;
	margin: 40px 0 10px;
}

#product .useUl {
	font-size: 18px;
}

#product table {
	width: 100%;
}

#product table th {
    border: 1px solid #c8c8c8;
	padding: 10px 0;
	background-color: #e6e6e1;
	text-align: center;
}

#product table td {
    border: 1px solid #c8c8c8;
	padding: 10px 15px;
}

#product table td.series {
	font-weight: bold;
	color: #d70019;
}

#product .cap {
	font-size: 12px;
	margin-top: 30px;
}

/* @end */


/* @group 会社概要 */

#company table {
	width: 100%;
    border-top: 2px solid #c8c8c8;
    border-bottom: 2px solid #c8c8c8;
}

#company table th {
    border-bottom: 1px solid #c8c8c8;
	padding: 20px 30px;
	background-color: #f5f5f5;
}

#company table th.w140 {
	width: 140px;
}

#company table td {
	padding: 20px 30px;
    border-bottom: 1px solid #c8c8c8;
}

#company .ggmap {
	margin-top: 20px;
}

#company h2.year {
	float: left;
	font-size: 24px;
	line-height: 1.0;
}

#company h2.year span {
	font-size: 13px;
}

#company table.history {
	float: right;
	width: 820px;
	margin-bottom: 40px;
}

#company table.history th {
	width: 4em;
	font-weight: bold;
	vertical-align: top;
	padding: 20px 0 20px 20px;
}

#company table td.month {
    border-bottom: 1px solid #c8c8c8;
	background-color: #f5f5f5;
	padding: 20px 20px 20px 10px;
	width: 3em;
	text-align: right;
	vertical-align: top;
}

#company table tr.noborder td {
    border-bottom: none;
	padding-bottom: 0;
}

#company .accessBox {
	padding-bottom: 30px;
}

#company .accessBox2 {
	border-top: 3px solid #dcdcdc;
	margin-top: 30px;
	padding-top: 60px;
	padding-bottom: 30px;
}

#company .name {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
	background-color: #f5f5f0;
	padding: 10px 20px;
	line-height: 100%;
}

#company .iso {
	font-size: 14px;
	color: #d60018;
}

#company .note {
	font-size: 13px;
	font-weight: normal;
}

#company .ggmap2 {
	float: right;
}

#company .licenseTit {
	font-size: 24px;
	line-height: 100%;
	background-color: #898989;
	color: #fff;
	padding: 10px 15px;
}

#company .licenseName {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: bold;
	margin-top: 30px;
}

#company .maru {
	color: #989898;
}

#company .leftBox {
	width: 480px;
	float: left;
	margin-bottom: 50px;
}

#company .rightBox {
	width: 480px;
	float: right;
	margin-bottom: 50px;
}

#company table.licenseTb th {
	width: 9em;
	padding: 20px 15px;
	vertical-align: top;
}

#company table.licenseTb td {
	padding: 20px 15px;
}

#company .photo {
	float: left;
}

#company .message {
	float: right;
	width: 700px;
}

#company .lead {
	margin-bottom: 40px;
}

#company .messageName {
	float: right;
	margin-top: 40px;
}

#company .messageName p {
	margin-bottom: 10px;
}

#company .messageName p.name {
	padding: 0;
	background-color: transparent;
	font-size: 26px;
}

#company .groupFl {
	float: left;
}

#company .groupFr {
	float: right;
}

#company .groupBox {
	width: 480px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 20px;
	font-size: 13px;
	padding-bottom: 20px;
}

#company .groupBox h3 {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 14px;
}

#company .groupBox img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#company .groupBox p {
	padding-left: 220px;
}

#company .lead {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}

#company .mainImg {
	margin: 30px 0 40px;
}

#company .csrLeftBox {
	width: 650px;
	float: left;
}

#company .csrLeftBox p {
	margin-bottom: 40px;
}

#company .csrLeftBox p span {
	font-size: 10px;
}

#company .lead2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	background-color: #f5f5f0;
	line-height: 42px;
	height: 42px;
	padding: 0 15px;
}

#company .csrRightBox {
	width: 290px;
	float: right;
	font-size: 13px;
}

#company .csrRightBox .photo {
	margin-bottom: 5px;
}

#company .csrRightBox p {
	margin-bottom: 5px;
}

/* @end */


/* @group 事業内容 */

#business .lead {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
}

#business .lead2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

#business .lead3 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}

#business .vision {
	margin-bottom: 30px;
}

#business .leftBox {
	width: 490px;
	float: left;
}

#business .rightBox {
	width: 480px;
	float: right;
	text-align: center;
}

#business .rightBox .cap {
	width: 360px;
	text-align: left;
	margin: 20px 0 0 60px;
}

#business hr {
	border-bottom: 1px solid #dcdcdc;
	margin: 40px 0;
}

#business .mainImg {
	margin: 30px 0 40px;
}

#business .leftBox2 {
	width: 490px;
	float: left;
}

#business .leftBox2 p {
	margin-bottom: 40px;
}

#business .rightBox2 {
	width: 470px;
	float: right;
	font-size: 13px;
}

#business .rightBox2 .photo {
	float: left;
	margin-bottom: 20px;
}

#business .rightBox2 p {
	float: right;
	width: 200px;
}

/* @end */


/* @group お問い合わせ */

#inquiry h2 {
	font-weight: bold;
	font-size: 20px;
	margin: 40px 0 10px;
}

#inquiry h2 span {
	font-weight: normal;
	font-size: 14px;
}

#inquiry .telTb th {
	padding: 15px 30px;
	font-weight: bold;
}

#inquiry .telTb td {
	padding: 15px 30px;
}

#inquiry .caution {
	border: 1px solid #c8c8c8;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 30px;
}

#inquiry .caution p {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
    color: #d70019;
}

#inquiry .maru {
	color: #989898;
}

#inquiry table {
	width: 100%;
    border-top: 2px solid #c8c8c8;
    border-bottom: 2px solid #c8c8c8;
}

#inquiry table th {
    border-bottom: 1px solid #c8c8c8;
	padding: 20px 30px;
	background-color: #f5f5f5;
	width: 100px;
}

#inquiry table td {
	padding: 20px 30px;
    border-bottom: 1px solid #c8c8c8;
}

#inquiry .btnBox {
	text-align: center;
	margin-top: 30px;
}

#inquiry .btn {
    color: #fff;
	background-color: #d70019;
	padding: 10px 20px;
	border: none;
	font-size: 18px;
	cursor: pointer;
}

#inquiry .backBtn {
    color: #fff;
	background-color: #b8b8b8;
	padding: 10px 20px;
	border: none;
	font-size: 18px;
	cursor: pointer;
}

#inquiry li {
	text-indent: -1em;
	margin-left: 1em;
}

#inquiry input {
	font-size: 14px;
}

#inquiry select {
	font-size: 13px;
	padding: 2px;
}

#inquiry .box80 {
    border: 1px solid #b5b6b6;
    padding: 2px;
    width: 80px;
}

#inquiry .box150 {
    border: 1px solid #b5b6b6;
    padding: 2px;
    width: 150px;
}

#inquiry .box250 {
    border: 1px solid #b5b6b6;
    padding: 2px;
    width: 250px;
}

#inquiry .box450 {
    border: 1px solid #b5b6b6;
    padding: 2px;
    width: 450px;
}

#inquiry textarea {
    border: 1px solid #b5b6b6;
    height: 100px;
    padding: 2px;
    width: 440px;
}

#inquiry .error {
    color: #d70019;
	font-size: 12px;
}

#inquiry .attention {
    color: #d70019;
    font-size: 12px;
}

#inquiry .mw_wp_form_confirm #toi_sentaku2 {
	display: table-row!important;
}

/* @end */


/* @group プライバシーポリシー */

#privacy dl {
	margin-top: 40px;
}

#privacy dt {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}

#privacy dd {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #dcdcdc;
	padding-left: 40px;
}

#privacy dd:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

#privacy ul {
	margin-top: 15px;
}

#privacy .maru {
	color: #c8c8c8;
}

/* @end */


/* @group キャリア採用 */

#career .lead {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
}

#career h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

#career table {
	width: 100%;
    border-top: 2px solid #c8c8c8;
    border-bottom: 2px solid #c8c8c8;
}

#career table th {
    border-bottom: 1px solid #c8c8c8;
	padding: 20px 30px;
	background-color: #f5f5f5;
	width: 8em;
}

#career table td {
	padding: 20px 30px;
    border-bottom: 1px solid #c8c8c8;
}

#career .maru {
	color: #989898;
}

/* @end */


/* @group サイトマップ */

#sitemap a:link {
    color: #333333;
    text-decoration: none;
}

#sitemap a:hover {
    color: #333333;
    text-decoration: underline;
}

#sitemap dl {
	width: 480px;
}

#sitemap dt {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	background-color: #f5f5f0;
	padding: 5px 15px;
	display: inline-block;
	width: 450px;
	margin-top: 30px;
}

#sitemap dt.pickup {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
	background-color: #fff;
	padding: 5px 15px;
	display: inline-block;
	width: 470px;
	margin-top: 0;
}

#sitemap dd {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
	background-color: #fff;
	padding: 0 15px;
}

#sitemap dl .fl {
	margin-right: 25px;
}

#sitemap dd.line {
	border-top: 1px solid #dcdcdc;
	padding-top: 20px;
	margin-top: 90px;
}

/* @end */


/* @group 技術情報 */

#technology ul {
	border-top: 2px solid #c8c8c8;
	padding-top: 15px;
}

#technology li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #c8c8c8;
}

#technology li:last-child {
	border-bottom: 2px solid #c8c8c8;
	margin-bottom: 0;
}

#technology li img {
	vertical-align: middle;
}

#technology li .pdf {
	margin-right: 10px;
}

/* @end */


/* @group NEWS */

#news h2 {
	font-size: 28px;
	line-height: 1.3;
	padding-bottom: 5px;
	border-bottom: 1px solid #c8c8c8;
	margin: 20px 0 40px;
}

#news dt {
	float: left;
}

#news dd {
	padding-left: 130px;
	margin-bottom: 5px;
}

/* @end */


/* @group 環境への取り組み */

#environment .titleBg {
	margin-bottom: 0;
}

#environment #main {
	position: relative;
	padding-bottom: 90px;
}

#environment #main h2 {
	font-size: 36px;
	line-height: 1.3;
	position: absolute;
	top: 55px;
	left: 0;
}

#environment #main .w590 {
	width: 590px;
	position: absolute;
	top: 165px;
	left: 0;
	line-height: 1.8;
}

#environment #main .btn1 {
	position: absolute;
	top: 417px;
	left: 0;
}

#environment #main .btn2 {
	position: absolute;
	top: 314px;
	left: 385px;
}

#environment #main .btn3 {
	position: absolute;
	top: 271px;
	left: 771px;
}

#environment #main .btn4 {
	position: absolute;
	top: 573px;
	left: 655px;
}

#environment .column {
	padding: 40px 0 20px;
	background-color: #fff;
}

#environment .column.bg {
	background-color: #ebf5f5;
}

#environment .column h3 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 25px;
	line-height: 36px;
	color: #22ac38;
}

#environment .column.bg h3 {
	color: #036eb8;
}

#environment .column .w410 {
	width: 410px;
	padding-left: 61px;
}

#environment .column h3 img {
	margin-right: 25px;
}

#environment .column h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 10px;
}

#environment .column h4 span {
	font-size: 16px;
}

#environment .column .w410 p {
	margin-bottom: 25px;
}

#environment .column .w410 p img {
	margin-right: 5px;
}

#environment .column p .link {
	margin-top: 10px;
	display: block;
	position: relative;
	padding-left: 13px;
}
#environment .column p .link::before {
    left: 0;
    width: 5px;
    height: 5px;
    border-top: 2px solid #d70019;
    border-right: 2px solid #d70019;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 7px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#environment .column p .pdf {
	margin-top: 10px;
	margin-right: 8px;
}

#environment .column p .pdfLink {
	margin-top: 10px;
}

#environment .column .photo, #environment .column .photo2 {
	float: right;
	width: 500px;
	font-size: 13px;
	position: relative;
	line-height: 1.3;
}

#environment .column p.esd {
	position: absolute;
	left: 0;
	top: 493px;
}

#environment .column p.tmc {
	position: absolute;
	left: 240px;
	top: 300px;
}

#environment .column p.hnp {
	position: absolute;
	left: 415px;
	top: 400px;
}

#environment .column p.ush {
	position: absolute;
	left: 53px;
	top: 765px;
}

#environment .column p.sbh {
	position: absolute;
	left: 284px;
	top: 790px;
}

#environment .column p.mdp {
	position: absolute;
	left: 16px;
	top: 233px;
}

#environment .column p.tbs {
	position: absolute;
	left: 56px;
	top: 297px;
	width: 182px;
}

#environment .column p.mpc {
	position: absolute;
	left: 40px;
	top: 1045px;
}

#environment .column .photo .box {
	float: left;
	width: 240px;
	margin-right: 20px;
	margin-bottom: 15px;
}

#environment .column .photo .box:nth-child(2n) {
	margin-right: 0;
}

#environment .column .photo img {
	margin-bottom: 5px;
}

#environment .column .photo2 div.tko {
	float: none;
	width: 500px;
}
#environment .column .photo2 p {
	margin-bottom: 15px;
}

#environment .column .pdfLink {
	margin-top: -15px;
	margin-bottom: 25px;
}

#environment .column .pdfLink li {
	margin-bottom: 5px;
}

#environment .column .pdfLink li a {
	text-decoration: underline;
}

#environment .column .pdfLink li a:hover {
	text-decoration: none;
}

#environment .column .pdfLink li .pdf {
	margin-right: 0.5em;
}

/* @end */
