@charset "utf-8";

.pageCatch {
	background-image: url(../../images/second/company/catch.jpg);
}

/*---------------------------
        会社案内 共通要素
---------------------------*/
/*--サイドバー--*/
article {
	width: 81%;
}
aside {
	width: 15%;
}


/*--代表あいさつ 黒--*/
.gre_cat_b a {
	color: #323232;
	position: relative;
	transition: .3s;
}
.gre_cat_b a:hover {
	opacity: .6;
}
/*--代表あいさつ 水色--*/
.gre_cat_m a {
	color: #0098E1;
	position: relative;
	transition: .3s;
}
.gre_cat_m a:before {
	content: "";
 	border-top: solid 1px #0098E1;
 	width: 15px;
 	position: absolute;
 	top: 12px;
 	left: -35px;
}
.gre_cat_m a:hover {
	opacity: .6;
}


/*--コンセプト 黒--*/
.con_cat_b a {
	color: #323232;
	position: relative;
	transition: .3s;
}
.con_cat_b a:hover {
	opacity: .6;
}
/*--コンセプト 水色--*/
.con_cat_m a {
	color: #0098E1;
	position: relative;
	transition: .3s;
}
.con_cat_m a:before {
	content: "";
 	border-top: solid 1px #0098E1;
 	width: 15px;
 	position: absolute;
 	top: 12px;
 	left: -35px;
}
.con_cat_m a:hover {
	opacity: .6;
}


/*--概要 黒--*/
.sum_cat_b a {
	color: #323232;
	position: relative;
	transition: .3s;
}
.sum_cat_b a:hover {
	opacity: .6;
}
/*--概要 水色--*/
.sum_cat_m a {
	color: #0098E1;
	position: relative;
	transition: .3s;
}
.sum_cat_m a:before {
	content: "";
 	border-top: solid 1px #0098E1;
 	width: 15px;
 	position: absolute;
 	top: 12px;
 	left: -35px;
}
.sum_cat_m a:hover {
	opacity: .6;
}


/*--概要 黒--*/
.his_cat_b a {
	color: #323232;
	position: relative;
	transition: .3s;
}
.his_cat_b a:hover {
	opacity: .6;
}
/*--概要 水色--*/
.his_cat_m a {
	color: #0098E1;
	position: relative;
	transition: .3s;
}
.his_cat_m a:before {
	content: "";
 	border-top: solid 1px #0098E1;
 	width: 15px;
 	position: absolute;
 	top: 12px;
 	left: -35px;
}
.his_cat_m a:hover {
	opacity: .6;
}


.aside a {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .1rem;
	line-height: 2rem;
	text-decoration: none;
}
.aside li {
	margin-bottom: 30px;
}


/*--要素の上下幅--*/
.all {
	display: flex;
	justify-content: space-between;

	margin-top: 150px;
	margin-bottom: 150px;
}



@media screen and (max-width: 640px) {
	/*--サイドバー--*/
	article {
		width: 100%;
	}
	aside {
		width: 100%;
	}

	/*--要素の上下幅--*/
	.all {
		margin-top: 73px;
		margin-bottom: 50px;
	}
}



/*---------------------------
          メイン画像
---------------------------*/
.main_bg {
	background-image: url(../../images/second/company/main_bg.png);
}


@media screen and (max-width: 640px) {
	.main_bg {
		background-image: url(../../images/second/company/main_bg_sp.png);
	}
}





/*---------------------------
         インデックス
---------------------------*/
/*.ind {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 2.5%;
	margin-top: 150px;
}*/
.ind {
	margin-top: 130px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ind>div {
	width: 18%;
	margin: 0 1%;
}
.ind img {
	width: 100%;
}
.ind a {
	transition: .3s;
}
.ind a:hover {
	opacity: .6;
}


.sdgs {
	background-color: #F4F4F4;
	margin-top: 2.5%;

	display: flex;
	justify-content: space-between;

	margin-bottom: 150px;
}
.sdgs_pic {
	margin: auto 20px;
	width: 35%;
	transition: .3s;
}
.sdgs_pic:hover {
	opacity: .6;
}


.sdgs_txt {
	display: flex;
	width: 57%;
}
.sdgs_txt div {
	margin: 4.5%  8%  4.5% 0;
}
.sdgs_txt div a {
	display: block;
	position: relative;
	width: 100%;
	margin: 20px 0;

	font-size: 18px;
	line-height: 1.5rem;
	text-decoration: none;
}
.sdgs_txt div a:before {
	content: "";
	position: absolute;
	top: 7px;
	left: -25px;
	width: 6px;
	height: 6px;
	border: 0.13rem solid;
	border-color:  transparent transparent #323232 #323232;
	transform: rotate(225deg);
	transition: all .3s;
}





@media screen and (max-width: 640px) {
	.ind {
		display: block;

		margin-top: 50px;
	}
	.ind a img {
		margin-bottom: 2.5%;
	}


	.sdgs_sp {
		background-color: #F4F4F4;

		margin-bottom: 50px;
	}
	.sdgs_pic_sp {
		display: block;
		padding: 10px 10px 0 10px;
		transition: .3s;
	}
	.sdgs_pic_sp:hover {
		opacity: .6;
	}


	.sdgs_txt {
		margin: 0 auto;
		width: 100%;
	}
	.sdgs_txt div {
		width: 100%;
		margin: 20px auto;
	}
	.sdgs_txt div a {
		box-sizing: border-box;
		width: 90%;
		margin: 0 auto 10px;
		margin-left: 2.5em;
		font-size: 12px;
	}
	.sdgs_txt div a:before {
		width: 5px;
		height: 5px;
	}
}




/*---------------------------
         代表あいさつ
---------------------------*/
.gre_art_txt {
	width: 57%;
}
.gre_art_pic {
	width: 37%;
}


.gre_art {
	display: flex;
	justify-content: space-between;
}

.gre_art_txt h1 {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: .03rem;
	line-height: 2.6rem;
	color: #175684;
}
.gre_art_txt p {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .01rem;
	line-height: 2rem;
	color: #323232;

	text-align: justify;
	margin-top: 40px;
}
.gre_art_txt img {
	display: block;
	max-width: 400px;
	margin: 40px 0 0 auto;
}




@media screen and (max-width: 640px) {
	.gre_art_txt {
		width: 100%;
	}
	.gre_art_pic {
		width: 60%;
		margin: 0 auto;
	}
	.gre_art {
		flex-direction: column;
	}
	.gre_art_txt h1 {
		font-size: 20px;
		letter-spacing: .02rem;
		line-height: 2.5rem;

		margin-top: 30px;
	}
	.gre_art_txt p {
		font-size: 14px;
		font-weight: 400;
		letter-spacing: .01rem;
		line-height: 1.7rem;

		margin-top: 30px;
	}
	.gre_art_txt img {
		max-width: 250px;
		margin: 30px 0 0 auto;
	}
}




/*---------------------------
        企業コンセプト
---------------------------*/
.con_art_1 h1, .con_art_2 h1, .con_art_3 h1, .con_art_4 h1 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .01rem;
	color: #175684;

	text-align: center;
	margin-bottom: 40px;
}

.con_art_2 h1, .con_art_3 h1, .con_art_4 h1 {
	margin-top: 90px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 90px;
	border-top: solid 1px #D9D9D9;
	max-width: 950px;
}


/*--セクション1--*/
.con_art_1 h2, .con_art_3 h2 {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: .05rem;

	text-align: center;
}


/*--セクション2--*/
section li {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: .01rem;
	line-height: 2.5rem;

	text-indent: -1em;
	padding-left: 1em;

	max-width: 770px;
	margin: 0 auto;
}


/*--セクション3--*/
.con_art_3_txt {
	max-width: 950px;
	margin: 50px auto 0;
}

.con_art_3_txt h3 {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: .01rem;
	line-height: 2rem;
}
.con_art_3_txt p {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .01rem;
	line-height: 2rem;

	text-align: justify;

	margin-top: 15px;
}

.con_art_3_btn {
	margin-top: 80px;
}


/*--セクション4--*/
.con_art_pic {
	width: 80%;
	margin: 150px auto 0;
}


@media screen and (max-width: 640px) {
	.con_art_1 h1, .con_art_2 h1, .con_art_3 h1 {
		font-size: 16px;
		
		margin-bottom: 20px;
	}

	.con_art_2 h1, .con_art_3 h1 {
		margin-top: 45px;
		padding-top: 45px;

		max-width: 640px;
	}


	/*--セクション1--*/
	.con_art_1 h2, .con_art_3 h2 {
		font-size: 20px;
		line-height: 2.2rem;
		letter-spacing: .02rem;
	}


	/*--セクション2--*/
	section li {
		font-size: 14px;
		letter-spacing: 0rem;
		line-height: 1.8rem;

		max-width: 640px;
		width: 90%;
		text-align: justify;
	}


	/*--セクション3--*/
	.con_art_3_txt {
		max-width: 640px;
		margin: 35px auto 0;
	}
	.con_art_3_txt h3 {
		font-size: 17px;
		letter-spacing: 0rem;
		line-height: 1.8rem;
		text-align: justify;
	}
	.con_art_3_txt p {
		font-size: 14px;
		letter-spacing: 0rem;
		line-height: 1.8rem;
		text-align: justify;

		margin-top: 15px;
	}

	.con_art_3_btn {
		margin-top: 50px;
	}


	/*--セクション4--*/
	.con_art_pic {
		width: 100%;
		margin: 80px auto 0;
	}
}





/*---------------------------
           会社概要
---------------------------*/
/*--テーブル要素--*/
.sum_tbl {
	width: 100%;
	letter-spacing: 0.1em;
}

.sum_tbl th {
	font-size: 16px;
	font-weight: 500;
	line-height: 2rem;
	text-align: left;

	display: block;
	margin-right: 15%;

	border-top: 1px solid #0098E1;
	padding: 35px;
}
.sum_tbl td {
	font-size: 16px;
	line-height: 2rem;
	text-align: left;

	border-top: 1px solid #D9D9D9;
	padding: 35px;
}
.noborder th, .noborder td {
	border-top: 0px none;
}


@media screen and (max-width: 640px) {
	.sum_tbl, .sum_tbl tr, .sum_tbl td, .sum_tbl th {
		display: block;
	}

	/*--テーブル要素--*/
	.sum_tbl th {
		font-size: 14px;
		letter-spacing: .01rem;
		line-height: 1.8rem;

		margin-right: 0;

		border-top: 1px solid #D9D9D9;
		padding: 25px 0 0;
	}
	.sum_tbl td {
		font-size: 14px;
		letter-spacing: .01rem;
		line-height: 1.8rem;

		border-top: 0px none;
		padding: 0 0 25px;
	}
	.noborder th, .noborder td {
		border-top: 0px none;
	}
}




/*--GMAP要素--*/
.gmap {
	margin: 35px 0;
	height: 0;
	overflow: hidden;
	padding-bottom: 55%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}


@media screen and (max-width: 640px) {
	.gmap {
		margin-top: 25px;
		padding-bottom: 95.25%;
	}
} 


/*---------------------------
         	沿革
---------------------------*/


.pageSubMenu {
	box-sizing: border-box;
	position: absolute;
	top: 720px;
	left: 0;
	display: block;
	border-top-right-radius: 100px;
	font-weight: 500;
	line-height: 1.5em;
	width: 30%;
	min-width: 440px;
	z-index: 10;
}
.pageSubMenuList {
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
}
.pageSubMenuList>li {
	line-height: 2em;
	margin-bottom: 3em;
}
.pageSubMenuList>li span {
	display: block;
}
.pageSubMenuList>li a {
	position: relative;
	display: block;
	color: #323232;
	text-decoration: none;
}
.pageSubMenuList>li a:hover,
.pageSubMenuList>li a.active {
	color: #0098E1;
}
.pageSubMenuList>li a:after,
.pageSubMenuList>li a.active:after {
	transition: all 0.2s 0s ease;
	position: absolute;
	top: 1em;
	left: -42px;
	content: "";
	display: block;
	border-top: 1px solid #0098E1;
	width: 0;
}
.pageSubMenuList>li a.active:after,
.pageSubMenuList>li a:hover:after {
	width: 15px;
}
@media only screen and (max-width: 1600px) {
	.pageSubMenu {
		position: initial;
		margin-bottom: 7em;
		width: 100%;
		min-width: initial;
	}
	.pageSubMenuList {
		position: initial;
		transform: none;
		padding: 0 20vmin;
	}
	.pageSubMenuList>li {
		margin-bottom: 1em;
	}
	.pageSubMenuList>li span {
		display: inline;
	}
}



body.companyHistory {
	overflow-x : hidden;
}
.historyLeftMenu {
	position: relative;
}
.aside.history {
	position: absolute;
	top: 150px;
	left: 0;
}
.comapnyHistory {
	position: relative;
	clear: both;
	width: 1280px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: visible;
	box-sizing: border-box;
}
.companyHistoryList {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 100px auto 145px;
	overflow: visible;
	width: 1280px;
	max-width: 100%;
}
.companyHistoryList dt,
.companyHistoryList dd {
	padding-bottom: 62px;
}
.companyHistoryList:last-of-type dt,
.companyHistoryList:last-of-type dd {
	padding-bottom: .5em;
}
.companyHistoryList dt {
	position: relative;
	padding-right: 1.3em;
	width: 435px;
	color: #0098E1;
	font-size: 1.8em;
	font-weight: 500;
	text-align: right;
	line-height: 1.1em;
	box-sizing: border-box;
}
.historyDetail {
	padding-left:1.2em;
	text-indent:-1.2em;
}
.historyDetail:before {
	content:"●";
}

.companyHistoryListBelt + dt {
	margin-top: 75px;
}
.companyHistoryListBelt + dt:before {
	display: block;
	position: absolute;
	bottom: 100%;
	right: -6px;
	content: "";
	background-color: #4097DB;
	height: 75px;
	width: 1px;
}
.companyHistoryListBeltShort + dt {
	margin-top: 75px;
}
.companyHistoryListBeltShort + dt:before {
	display: block;
	position: absolute;
	bottom: 100%;
	right: -36px;
	content: "";
	background-color: #4097DB;
	height: 75px;
	width: 1px;
}
@media only screen and (max-width: 640px) {
	.comapnyHistory {
		padding: 0;
	}
	.companyHistoryList {
		margin: 100px auto 145px;
		width: 93%;
		max-width: 93%;
	}
	.companyHistoryList dt,
	.companyHistoryList dd {
		padding-bottom: 0;
	}
	.companyHistoryList dt {
		padding-right: 0;
		width: auto;
		text-align: left;
	}
	.companyHistoryListBelt + dt::before {
		display: none;
	}
	.companyHistoryListBeltShort + dt::before {
		display: none;
	}
}
.companyHistoryListBelt + dt + dd {
	margin-top: 75px;
}
.companyHistoryListBeltShort + dt + dd {
	margin-top: 75px;
}
.companyHistoryList dt span {
	display: block;
	font-size: .4em;
	font-weight: 400;
}
.companyHistoryList dd {
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	padding-top: 1em;
	padding-left: 4em;
	width: calc(1280px - 435px);
	max-width: 100%;
}
.companyHistoryList dd:before {
	position: absolute;
	top: 1.5em;
	left: 0;
	border-radius: 50%;
	content: "";
	display: block;
	background-color: #4097DB;
	width: 11px;
	height: 11px;
}
.companyHistoryList dd:after {
	display: block;
	position: absolute;
	top: 58px;
	left: 5px;
	width: 1px;
	height: 100%;
	content: "";
	background-color: #4097DB;
}
.companyHistoryList dd p {
	font-size: .9em;
	line-height: 2em;
	margin-bottom: 1.5em;
}
.companyHistoryList dd:last-of-type p:last-of-type {
	margin-bottom: 0;
}
.companyHistoryList dd span {
	display: inline-block;
}
.companyHistoryListTitle {
	color: #0098E1;
	font-size: 1.5em;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1.5em;
	margin-bottom: .8em;
}
.companyHistoryListImage {
	height: auto;
	width: 315px;
}
.companyHistoryListImageInline {
	display: inline;
	height: auto;
	width: 315px;
	margin: 5px 10px 5px 0;
}
.companyHistoryListImage2 {
	height: 220px;
	margin-left: 66px;
	width: auto;
}
.companyHistoryListImageInline2 {
	display: inline;
	height: 280px;
	margin-left: 66px;
	width: auto;
}

.companyHistoryList dd p + .companyHistoryListStory {
	margin-top: 93px;
}
.companyHistoryListStory {
	position: relative;
	border-bottom: 1px solid #D2D2D4;
	margin-bottom: 40px;
	padding-bottom: .7em;
}
.companyHistoryListStory:after {
	position: absolute;
	bottom: -1px;
	left: 0;
	display: block;
	content: "";
	border-top: 1px solid #4097DB;
	width: 88px;
}
.companyHistoryListStory img {
	width: 186px;
	max-width: 100%;
}

.companyHistoryListBelt {
	width: 100vw;
	min-width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 90px 0;
	box-sizing: border-box;
	background-color: #E7E7E8;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media only screen and (max-width: 1280px) {
	.companyHistoryListBelt {
		width: 1280px;
		min-width: 1280px;
		margin: 0;
		padding: 90px 0;
	}
}
@media only screen and (max-width: 640px) {
	.companyHistoryListBelt {
		width: 100vw;
		min-width: 100vw;
		margin: -48px calc(50% - 50vw) 0;
		/*
		margin: -48px 0 0;
		padding: 3em 1em;
		max-width: 100%;
		min-width: initial;
		*/
	}

}

.companyHistoryListBeltShort {
	width: 100vw;
	min-width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 30px 0;
	box-sizing: border-box;
	background-color: #E7E7E8;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.companyHistoryListBelt.story01 {
	background-image: url(../../images/second/history/history-bg-01.png);
}
.companyHistoryListBelt.story02 {
	background-image: url(../../images/second/history/history-bg-02.png);
}
.companyHistoryListBelt.story03 {
	background-image: url(../../images/second/history/history-bg-03.png);
}
.companyHistoryListBelt.story04 {
	background-image: url(../../images/second/history/history-bg-04.png);
}
.companyHistoryListBelt.story05 {
	background-image: url(../../images/second/history/history-bg-05.png);
}
.companyHistoryListBelt.story06 {
	background-image: url(../../images/second/history/history-bg-06.png);
}
.companyHistoryListBeltInner {
	margin: 0 60px 0 auto;
	width: 960px;
	max-width: 100%;
}
.companyHistoryListBeltDesc {
	box-sizing: border-box;
	background-color: #fff;
	font-size: 1em;
	line-height: 2em;
	padding: 40px 37px;
	width: 392px;
	max-width: 100%;
	float: right;
}
.companyHistoryListBeltDesc p {
	text-align: justify;
}
.companyHistoryListBeltDescCenter {
	box-sizing: border-box;
	background-color: #fff;
	font-size: 1em;
	line-height: 2em;
	padding: 40px 37px;
	width: 392px;
	max-width: 100%;
	float: right;
	margin-right: 30%;
}
.companyHistoryListBeltDescCenter p {
	text-align: justify;
}
.companyHistoryListPoint {
	position: absolute;
	top: -30px;
	right: 130px;
	width: 200px;
}
@media only screen and (max-width: 640px) {
	.companyHistoryList dt,
	.companyHistoryList dd {
		padding-bottom: 1em;
		width: 100%;
	}
	.companyHistoryList dd {
		margin-bottom: 3em;
		padding-left: 2em;
	}
	.companyHistoryListBelt + dt + dd {
		margin-top: 0;
	}
	.companyHistoryList dd p + .companyHistoryListStory {
		margin-top: 63px;
	}
	.companyHistoryListStory {
		margin-bottom: 20px;
		padding-bottom: .3em;
	}
	.companyHistoryListStory img {
		width: 156px;
		width: 156px;
	}
	.companyHistoryListBeltDesc {
		float: none;
		width: 392px;
		max-width: 90%;
		margin: 0 auto;
		padding: 40px 37px;
		font-size: 1em;
		line-height: 2em;
		box-sizing: border-box;
		background-color: #fff;
	}
	.companyHistoryListBeltDescCenter {
		float: none;
		width: 392px;
		max-width: 90%;
		margin: 0 auto;
		padding: 40px 37px;
		font-size: 1em;
		line-height: 2em;
		box-sizing: border-box;
		background-color: #fff;
	}
	.companyHistoryListPoint {
		position: initial;
		text-align: left;
		width: 100%;
	}
	.companyHistoryListPoint img {
		height: 90px;
		width: auto;
	}
	.companyHistoryList dd span {
		display: inline;
	}
	.companyHistoryListImage,
	.companyHistoryListImage2 {
		display: block;
		margin: 0 auto;
	}
}

.companyAwards {
	margin: 0 auto 225px;
	width: 980px;
	max-width: 100%;
}
.companyAwardsTitle {
	color: #0098E1;
	font-size: 2em;
	font-weight: 500;
	margin-bottom: 98px;
}
.companyAwardsList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #323232;
	font-size: 1.2em;
	margin-bottom: 60px;
}
.companyAwardsList dt,
.companyAwardsList dd {
	box-sizing: border-box;
	border-bottom: 1px solid #0098E1;
	line-height: 1.6em;
	margin-bottom: 30px;
	padding: 0 0 30px;
}
.companyAwardsList dt {
	width: 224px;
	padding-left: 2em;
	font-weight: 500;
}
.companyAwardsList dd {
	width: calc(100% - 224px);
	padding-left: .5em;
	border-color: #D9D9D9;
}
.companyAwardsList strong {
	color: #0098E1;
	font-weight: 400;
}
.companyAwardsList a {
	color: #0098E1;
	font-weight: 400;
	text-decoration: underline;
}
@media only screen and (max-width: 640px) {
	.companyAwards {
		margin: 0 auto 90px;
	}
	.companyAwardsList {
		font-size: 1.1em;
		margin-bottom: 4em;
	}
	.companyAwardsList dt,
	.companyAwardsList dd {
		margin-bottom: 1em;
		padding: 1em;
		width: 100%;
	}
	.companyAwardsList dt {
		margin-bottom: 0;
	}
	.companyAwardsList dd {
		margin-bottom: 1em;
	}
}

.companyAwardImage {
	display: flex;
	justify-content: center;
}
.companyAwardImage img {
	height: 305px;
	margin: 0 62px;
	width: auto;
	max-width: 100%;
}
@media only screen and (max-width: 640px) {
	.companyAwardImage {
		flex-wrap: wrap;
	}
	.companyAwardImage>div {
		text-align: center;
		margin-bottom: 1em;
		width: 50%;
	}
	.companyAwardImage img {
		height: auto;
		margin: 0;
	}
	.companyAwardImage01 img {
		width: 40%;
		margin: 0 auto;
	}
}

.trimC img {
	width:150px;
	height:150px;
	object-fit:cover;
	border-radius:50%;
}

.thailandPgLink {
	margin-top: 1em;
}
.thailandPgLink a {
	color: #0098E1;
	text-decoration: underline;
}

.mass:after {
  content: "";
  display: block;
  clear: both;
}
.massImg {
	float: left;
}
.ptImg {
	padding-top: 40px;
}
.prImg {
	padding-right: 30px;
}

/* 20220901 add */
.csrH3 {
	font-size: 18px;
	font-weight: 500;
}
.csrWrap {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	text-align: justify;
	line-height: 1.6em;
}
.csrInner {
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
}

.con_art_4 h3 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .01rem;
	color: #175684;
	margin: 30px 0 20px;
}
.csrTxt {
	margin: 0 0 20px;
}
.listWrap li {
	width: 95%;
	max-width: 950px;
	margin-left: auto;
}
.listWrap ol {
  counter-reset: count 0;
}
.listItem {
	margin-left: auto;
	font-size: 16px !important;
	line-height: 1.6em !important;
}
.listItem:before {
  content: counter(count) ". ";
  counter-increment: count 1;
}











