@charset "utf-8";

.pageCatch {
	background-image: url(../../images/second/company/thailand-bg.png);
}
.pageCatchTitle {
	color: #fff;
}

/*--  --*/
#thailand .thailandTitle {
	margin-bottom: 90px;
	color: #0098E1;
	font-size: 1.9em;
	font-weight: 600;
}

.thailandFlex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.thailandTxt {
	width: 67.5%;
	line-height: 2em;
	text-align: justify;
}
.thailandTxt span {
	font-size: 0.8em;
	font-weight: 300;
}
.thailandImg {
	width: 27.5%;
}

.thailandSecBox {
	position: relative;
	margin-top: 140px;
	padding-bottom: 90px;
	background-color: #f4f4f4;
	line-height: 91.356px;
}
.thailandSecTitleBox {
	position: absolute;
	top: -50.678px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.thailandSecTitle {
	width: 50%;
	padding-right: 30px;
	color: #0098E1;
	font-size: 38px;
	text-align: right;
	line-height: 91.356px;
	border-right: solid 1px #0098E1;
	box-sizing: border-box;
}
.thailandSecSubTitle {
	width: 50%;
	padding-left: 30px;
	font-size: 24px;
	font-weight: 500;
	text-align: left;
	line-height: 101.356px;
	box-sizing: border-box;
}
.thailandSecTxt {
	width: calc(100% - 34.5% - ((100% - 1100px)/2));
	margin-right: calc((100% - 1100px)/2);
	padding-top: 120px;
	padding-left: 60px;
	line-height: 2em;
	text-align: left;
	box-sizing: border-box;
}
.thailandSecTxt span {
	font-size: 0.8em;
	font-weight: 300;
}
.thailandSecImg {
	width: 34.5%;
	margin: 0 !important;
	padding: 0 !important;
}
.thailandSecImg img {
	vertical-align: top;
}

.thailandThirdBox {
	position: relative;
	margin: 140px 0;
	text-align: center;
	background-color: #f4f4f4;
	line-height: 91.356px;
}
.thailandThirdTitle {
	display: inline-block;
	padding: 90px 0 60px;
	color: #0098E1;
	font-size: 30px;
	font-weight: 500;
	text-align: left;
	line-height: 1.6em;
}
.thailandThirdTxt {
	padding-bottom: 60px;
	line-height: 2em;
	text-align: justify;
}
.thailandThirdTxt span {
	font-size: 0.8em;
	font-weight: 300;
}

@media screen and (max-width: 640px) {
	#thailand .thailandTitle {
		margin-bottom: 60px;
		color: #0098E1;
		font-size: 1.7em;
		font-weight: 600;
	}
	
	.thailandFlex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.thailandTxt {
		width: 100%;
		line-height: 1.8em;
		text-align: justify;
	}
	.thailandTxt span {
		font-size: 0.8em;
		font-weight: 300;
	}
	.thailandImg {
		width: 100%;
		margin-top: 30px;
	}
	
	.thailandSecBox {
		position: relative;
		margin-top: 140px;
		background-color: #f4f4f4;
		line-height: 71.356px;
	}
	.thailandSecTitleBox {
		position: absolute;
		top: -40.678px;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
	}
	.thailandSecTitle {
		width: 50%;
		padding-right: 20px;
		color: #0098E1;
		font-size: 30px;
		text-align: right;
		line-height: 71.356px;
		border-right: solid 1px #0098E1;
		box-sizing: border-box;
	}
	.thailandSecSubTitle {
		width: 50%;
		padding-left: 20px;
		font-size: 20px;
		font-weight: 500;
		line-height: 81.356px;
		box-sizing: border-box;
	}
	.thailandSecTxt {
		width: 93%;
		margin: 0 auto;
		padding: 30px 0 60px;
		padding-left: 0;
		line-height: 1.8em;
		text-align: justify;
		box-sizing: border-box;
	}
	.thailandSecTxt span {
		font-size: 0.8em;
		font-weight: 300;
	}
	.thailandSecImg {
		width: 100%;
		margin: 0 0 30px;
		padding: 0 !important;
	}
	.thailandSecImg img {
		vertical-align: top;
	}
	
	.thailandThirdBox {
		position: relative;
		margin: 90px 0;
		text-align: center;
		background-color: #f4f4f4;
		line-height: 71.356px;
	}
	.thailandThirdTitle {
		display: inline-block;
		padding: 90px 0 60px;
		color: #0098E1;
		font-size: 24px;
		font-weight: 500;
		text-align: left;
		line-height: 1.6em;
	}
	.thailandThirdTxt {
		padding-bottom: 60px;
		line-height: 1.8em;
		text-align: justify;
	}
	.thailandThirdTxt span {
		font-size: 0.8em;
		font-weight: 300;
	}
}
.pb90 {
	padding-bottom: 90px;
}
.pt90 {
	padding-top: 90px;
}