@charset "utf-8";

/* ------------ イントロ ------------ */
#intro {
	margin: 20px auto 0;
	padding: 0 62px;
}

#intro .txt p {
	margin-top: 10px;
}


/* ------------ リンクボタン（ファーストビューエリア） ------------ */
#link-btn-area {
	width: 100%;
	max-width: 900px;
	margin: 32px auto 0;
}

#link-btn-area .link-btn-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#link-btn-area .link-btn-list li a {
	display: block;
	transition: 0.5s;
}

#link-btn-area .link-btn-list li p {
	background: #333;
	color: #fff;
	font-size: 3.6rem !important;
	text-align: center;
	height: 75px;
	line-height: 75px !important;
}

#link-btn-area .box {
	margin-top: 40px;
}

#link-btn-area .box p {
	color: #000;
	font-size: 1.8rem;
	text-align: center;
	letter-spacing: -0.355px;
	line-height: 37px;
}

/* ------------ 機械分野 ------------ */
#machine {
	margin-top: 93px;
}


/* ------------ 共通 ------------ */
.expert-section {
	position: relative;
	padding-top: 70px;
}

.expert-section:nth-child(n + 2) {
	margin-top: 130px;
}

.expert-section:last-child {
	margin-bottom: 320px;
}

.expert-section .ttl-en {
	font-family: "Berlin Sans FB", メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
	font-size: 8.3rem;
	font-style: italic;
	text-align: right;
	letter-spacing: 3.32px;
	position: absolute;
	top: 0;
	right: 23px;
}

.expert-section .ttl-jp {
	background: #008377;
	color: #fff;
	font-size: 4.2rem;
	height: 85px;
	line-height: 85px;
	padding: 0 46px;
}

.expert-section .ttl-jp h2 {
	height: 100%;
}

.expert-section .ttl-jp h2 span {
	font-size: 2.9rem;
}

.expert-section .section-img img {
	margin: 0 auto;
}

.expert-section .txt-box {
	color: #000;
	font-family : メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
	font-size: 1.8rem;
	line-height: 37px;
	margin-top: 20px;
	padding: 0 50px;
}

.expert-section .section-table {
	color: #000;
	font-family: メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
	text-align: left;
	margin-top: 25px;
	padding: 0 60px;
}

.expert-section .section-table table {
	border: 2px solid #008377;
	border-collapse: collapse;
	width: 100%;
}

.expert-section .section-table table th,
.expert-section .section-table table td {
	border-bottom: 1px solid #008377;
	padding: 11px 24px;
}

.expert-section .section-table table tr:last-child th,
.expert-section .section-table table tr:last-child td {
	border-bottom: none;
}

.expert-section .section-table table th {
	background: #cee7e5;
	border-right: 1px solid #008377;
	font-size: 1.9rem;
	font-weight: normal;
}

.expert-section .section-table table td {
	font-size: 2rem;
}

.expert-section .section-table table ul {
	line-height: 32px;
}

.expert-section .btm-txt {
	color: #000;
	font-size: 1.8rem;
	text-align: center;
	margin-top: 30px;
}

.expert-section .btm-txt a {
	color: #008377;
	text-decoration: underline;
}

.expert-section .btm-txt a:hover {
	text-decoration: none;
}

/* リンクボタン */
.link-box {
	margin-top: 50px;
}

.link-box .link-btn {
	width: 529px;
	margin: 20px auto 0;
}

/* トップへ戻る */
.section-pagetop {
	position: absolute;
	bottom: -3px;
	right: 60px;
	z-index: 9997;
}

.section-pagetop a {
	display: block;
	width: 76px;
	height: 76px;
}
/* //トップへ戻る */


/* ------------ レスポンシブ ------------ */
@media screen and (max-width: 768px) {
	/* ------------ ページタイトル ------------ */
	#page-ttl h1 img {
		width: 55%;
	}

	/* ------------ イントロ ------------ */
	#intro {
		padding: 0 10px;
	}

	#intro .txt h2 {
		font-size: 1.35rem;
		line-height: 23px;
	}

	#intro .txt p {
		margin-top: 6px;
	}


	/* ------------ リンクボタン（ファーストビューエリア） ------------ */
	#link-btn-area {
		margin-top: 7px;
	}

	#link-btn-area .link-btn-list {
		padding: 0 50px;	
	}

	#link-btn-area .link-btn-list li {
		min-width: 67px;
		width: 31.333333%;
	}

	#link-btn-area .link-btn-list li:nth-child(n + 4) {
		margin-top: 8px;
	}

	#link-btn-area .link-btn-list li img {
		display: none;
	}

	#link-btn-area .link-btn-list li p {
		font-size : 1.8rem;
		height: 37px;
		line-height: 37px;
	}

	#link-btn-area .box {
		margin-top: 15px;
		padding: 0 18px;
	}

	#link-btn-area .box p {
		font-size: 1.35rem;
		text-align: left;
		letter-spacing: 0;
		line-height: 24px;
	}


	/* ------------ 機械分野 ------------ */
	#machine {
		margin-top: 13px;
	}


	/* ------------ 共通 ------------ */
	.expert-section {
		padding-top: 0;
	}

	.expert-section:nth-child(n + 2) {
		margin-top: 22px;
	}

	.expert-section:last-child {
		margin-bottom: 144px;
	}

	.expert-section .ttl-en {
		display: none;
	}

	.expert-section .ttl-jp {
		height: 43px;
		line-height: 43px;
		padding: 0 14px;
	}

	.expert-section .ttl-jp h2 {
		font-size : 1.45rem;
	}

	.expert-section .ttl-jp h2 span {
		font-size : 1.45rem;
	}

	.expert-section .txt-box {
		font-size: 1.35rem;
		line-height: 24px;
		padding: 0 15px;
	}

	.expert-section .section-table {
		margin-top: 10px;
		padding: 0 10px;
	}

	.expert-section .section-table table th {
		font-size: 1.35rem;
    line-height: 24px;
	}

	.expert-section .section-table table td {
		font-size: 1.35rem;
    line-height: 24px;
	}

	.expert-section .section-table table th,
	.expert-section .section-table table td {
		padding: 6px;
	}

	.expert-section .section-table table ul {
		line-height: 24px;
	}

	.expert-section .btm-txt {
		font-size: 1.35rem;
		text-align: left;
		line-height: 24px;
		margin-top: 10px;
		padding: 0 21px;
	}

	/* リンクボタン */
	.link-box {
		margin-top: 30px;
	}

	.link-box .link-btn {
		width: 264px;
		margin-top: 4px;
	}

	/* トップへ戻る */
	.section-pagetop {
		position: static;
	}

	.section-pagetop a {
		width: 38px;
		height: 38px;
		margin: 9px auto 0;
	}
}
