@charset "utf-8";

#main-content {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 10rem;
}
#main-content:before {
	 display: block;
	 width: 100%;
	 height: 230%;
	 content: " ";
	 position: absolute;
	background-image: url(/img/common/curve.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #ffffff;
	opacity: 0.2;
	z-index: -2;
	left:0;
}

article {
	width: 64.322%;
	margin: 0  auto;
	text-align: left;
	background-color: #ffffff;
	padding-bottom: 4rem;
}
#company .sub-t {
	padding-top: 3rem;
	border-bottom: 5px solid #DBDBDB;
	text-align: center;
	position: relative;
	margin-bottom: 5rem;
}
#company .sub-t:after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 33.333%;
	/*bottom: -2px;*/
	width: 33.333%;
	border-bottom: 5px solid #359DD9;
}
#company .sub-t p{
	/* border-bottom: 3px solid #359DD9; */
	font-size: 2.5rem;
}
#company .corner {
	width: 82.258%;
	margin: 0 auto;
	padding-top: 3rem;
	padding-bottom: 3rem;
  background: #ffffff;
  background-image: linear-gradient(135deg, #6DC2A5 3rem, transparent 0),
  									linear-gradient(-45deg, #6DC2A5 3rem, transparent 0);
}
#company .c-info{
	width: 89.2156%;
	margin: 0 auto;
}

#company .c-c {
	display: flex;
	border-bottom: 1px solid #DBDBDB;
	margin: 0.5rem auto;
}
#company .c-c p{
	text-align: left;
	width: 16.48%;
}
#company .c-c p:last-child {
	text-align: left;
	width: 83.51%;
}
#company .c-c ul {
	/*list-style: disc;
	padding-left: 2rem;*/
}
#company .c-c li{
	position: relative;
	padding-left: 1.4rem;
}
#company .c-c li:before {
	border-radius: 50%;
	width: 0.7rem;
	height: 0.7rem;
	display: block;
	position: absolute;
	left: 0;
	top: 0.5em;
	content: "";
	background: #2C6EB7;
}
#company .sub-t2 {
	text-align: center;
	/*padding-top: 3rem;
	border-bottom: 5px solid #DBDBDB;
	position: relative;
	margin-bottom: 5rem;*/
}
#company .sub-t2:after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 33.333%;
	/*bottom: -2px;*/
	width: 33.333%;
	border-bottom: 5px solid #359DD9;
}
#company .sub-t2 p{
	/*border-bottom: 3px solid #359DD9;*/
	font-size: 2.5rem;
	width: auto;
}
#company .c-imgw {
	width: 82.258%;
	margin: 2rem auto 2rem auto;
}

#company .c-map {
	margin-top: 8rem;
	text-align: center;
}
#company iframe {
	margin-top: 4rem;
	width: 82.258%;
}
@media screen and (max-width: 1024px) {
	#main-content {
	width: 100%;
	margin: 0 auto;
	}
	#main-content:before {
		height: 120%;
	}
}
@media screen and (max-width: 768px) {
	#main-content {
	width: 100%;
	margin: 0 auto;
	}
	#main-content:before {
		height: 130%;
	}
}
@media screen and (max-width: 414px) {
	#main-content {
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	}
	#main-content:before {
		height: 130%;
	}
	article {
		width: 90%;
	}
	#company iframe {
		height: 28rem;
	}
	#company .c-map {
		margin-top: 2rem;
	}
	#company .c-c li:before {
		border-radius: 50%;
		width: 0.5rem;
		height: 0.5rem;
		display: block;
		position: absolute;
		left: 0;
		top: 0.5em;
		margin-left: 0.5rem;
	}
	#company .corner {
		width: 82.258%;
		margin: 0 auto;
		padding-top: 1rem;
		padding-bottom: 1rem;
  		background: #ffffff;
  		background-image: linear-gradient(135deg, #6DC2A5 2rem, transparent 0),
  									linear-gradient(-45deg, #6DC2A5 2rem, transparent 0);
	}
}
@media screen and (max-width: 375px) {
	#main-content:before {
		height: 160%;
	}
}
@media screen and (max-width: 320px) {
	#main-content:before {
		height: 180%;
	}
}