@charset "utf-8";
/* Copyright 2020 FSFIELD All Rights Reserved. */

/* ------------------------------------------------------------

会社概要

------------------------------------------------------------ */

/* グローバルナビアクティブ
---------------------------------------------- */
.nav_global ul li.g03{pointer-events: none;}

.nav_global ul li.g03::after{height: 5px;}

/* ページタイトル
---------------------------------------------- */
.pagettl h2::before{content: "About";}

/* コンテンツ
---------------------------------------------- */
.about_inner{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #DDD;
	padding-bottom: 60px;
	margin-bottom: 55px;
}

.about_inner:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.about_l{
	font-size: 2.4rem;
	font-weight: bold;
	width: 250px;
}

.about_r{
	width: 890px;
}

/* テーブル
---------------------------------------------- */
.table_about01{
	width: 100%;
	margin-bottom: 8px;
	font-size: 1.5rem;
}

.table_about01 th{width: 25%;}

.table_about01 th,
.table_about01 td{
	border:1px solid #DDD;
	padding: 15px 5px;
	line-height: 1.2;
}


