#company,
#download,
#contact,
#news,
#policy,
#privacy {
	background: #fff;
}

#download .content-wrap,
#news .content-wrap {
	background: none;
	max-width: 1000px;
	padding-top: 80px;
}

#download h2,
#news h2 {
	border: solid #888;
	border-width: 1px 0;
	text-align: left;
	padding: 5px 30px 8px;
	margin-bottom: 6px;
}

@media (max-width: 850px) {
	#download .content-wrap,
	#news .content-wrap {
		padding-top: 40px;
	}

	#download h2,
	#news h2 {
		border: solid #888;
		border-width: 1px 0;
		text-align: left;
		padding-left: 20px;
		margin-bottom: 0;
	}
}

/*===============================
	About us
================================*/
#company .content-wrap {
	background: none;
	max-width: 1050px;
	margin-bottom: 0;
}

#company .content-wrap h2 {
	position: relative;
	color: #000;
	border: solid #888;
	border-width: 1px 0;
	margin: 50px 0 30px;
	padding: 12px 20px 10px;
}

#company .content-wrap h2 .text-sm {
	font-size: .5em;
}

#company .about .content-wrap,
#company .history dl {
	display: flex;
}

#company .about .greeting figure {
	max-width: 200px;
	margin: 50px auto 0;
}

#company .about .profile {
	font-size: .8em;
	text-align: left;
	max-width: 200px;
	margin-left: 50px;
}

#company .about .profile-name {
	margin: 20px 0;
}

#company .about .profile-award {
	border-top: 1px solid #ccc;
}

#company .about .profile-award h3 {
	color: #000;
	font-size: 1em;
	font-weight: 300;
	margin: 0;
}

#company .history dl,
#company .history ol {
	text-align: left;
	margin: 0;
}

#company .history dt {
	border-right: 2px solid #ddd;
	box-sizing: border-box;
	font-weight: 600;
	text-align: center;
	width: 10em;
	padding: 20px;
}

#company .history dd {
	box-sizing: border-box;
	padding: 18px 20px 20px 50px;
}

#company .history dd > ol li {
	display: flex;
	margin-bottom: 15px;
}

#company .history .month {
	margin-right: 30px;
}

#company .patent-item {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

#company .patent-item.kr {
	justify-content: center;
}

#company .patent-item > figure {
	text-align: center;
	width: calc((100% / 3) - 40px);
	margin: 20px;
}

#company .patent-item > figure > div {
	display: inline-block;
	border: 2px solid #eee;
	max-width: 200px;
}

#company .patent-item > figcaption {
	font-size: .9em;
	margin: 10px 0;
}

#company .access-address {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

#company .access-address .address {
	display: flex;
	align-items: center;
	text-align: left;
}

#company .access-address .address > dt {
	margin: 0 30px 0 50px;
}

#company .access-address .address span {
	display: inline-block;
}

#company .access .transport {
	display: flex;
	justify-content: space-around;
	text-align: left;
	margin: 20px 10px 0;
}

#company .access .transport dt {
	position: relative;
	font-weight: 600;
	margin-bottom: 12px;
	padding-left: 35px;
}

#company .access .transport dt::before {
	content: '';
	position: absolute;
	left: 0;
	display: inline-block;
	border: 3px solid;
	border-radius: 100%;
	width: 16px;
	height: 16px;
}

#company .access .transport .train dt::before,
#company .access .transport .bus dt::before {
	background-size: contain;
	background-repeat: no-repeat;
	border: none;
	border-radius: 0;
	height: 30px;
}

#company .access .transport .train dt::before {
	background-image: url(../../img/company/icon-train.png);
	width: 30px;
}

#company .access .transport .bus dt::before {
	background-image: url(../../img/company/icon-bus.png);
	width: 25px;
}

@media (max-width: 850px) {
	#company .content-wrap h2  {
		margin: 0 0 10px;
	}

	#company .about h2 {
		padding-bottom: 10px;
	}

	#company .about .content-wrap {
		display: block;
		padding-top: 0;
	}

	#company .about .greeting figure {
		margin-top: 30px;
	}

	#company .about .profile {
		max-width: 300px;
		margin: 50px auto 0;
	}

	#company .about .profile-award {
		padding: 20px 10px 0;
	}
	
	#company .about .profile figure {
		text-align: center;
		padding-bottom: 10px;
	}

	#company .about .profile img {
		max-width: 150px;
	}

	#company .history dl {
		display: block;
		font-size: .9em;
	}

	#company .history dl:not(:last-child) {
		border-bottom: 2px solid #ddd;
	}

	#company .history dt {
		border: none;
		text-align: left;
		width: 100%;
		padding: 15px 5px 5px;
	}

	#company .history dd {
		padding: 5px 7px;
	}

	#company .history dd > ol li {
		margin-bottom: 10px;
	}

	#company .patent-item figure {
		width: calc((100% / 3) - 10px);
		margin: 5px
	}

	#company .patent-item figcaption {
		font-size: .6em;
		margin: 5px 0 10px;
	}

	#company .access-address {
		display: block;
		font-size: .9em;
		margin: 15px 0;
	}

	#company .access-address > div {
		font-size: 1.1em;
		text-align: center;
		margin-bottom: 5px;
	}

	#company .access-address .address dt {
		text-align: center;
		width: 5em;
		margin: 0 20px;
	}

	#company .access .transport {
		display: block;
	}

	#company .access .transport dl:first-child {
		margin-bottom: 30px;
	}
}

/*===============================
	導入事例
================================*/
#severance h2,
#inha h2 {
	color: #005082;
}

/* SEVERANCE HOSPITAL */
#severance .severance02 ul {
	max-width: 800px;
	margin: 20px auto 0;
}

#severance .severance02 li {
	display: inline-block;
}

/* INHA */
#inha .inha01 .flow-photo {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-wrap: wrap;
}

#inha .inha01 .flow-photo img {
	order: 1;
	margin: 20px 50px;
}

#inha .inha01 .flow-photo figcaption {
	text-align: right;
	line-height: 1.8;
}

#inha .inha02 .wrap {
	display: flex;
	justify-content: space-around;
}

#inha .inha02 .wrap > section {
	width: calc(50% - 30px);
}

#inha .inha02 h4 {
	margin-top: -30px;
}

#inha .inha02 dl {
	text-align: left;
	max-width: 450px;
	margin: 0 auto 20px;
}

#inha .inha02 dt {
	border-bottom: 1px solid #eee;
	padding: 5px;
}

#inha .inha02 dd {
	font-size: .9em;
	padding: 5px 2px;
}

#inha .inha02 ol.count li::before {
	position: absolute;
	left: -1.2em;
}

@media (max-width: 850px) {
	#inha .inha01 .flow-photo img {
		order: 0;
		margin: 0;
	}

	#inha .inha01 .flow-photo figcaption {
		text-align: center;
	}

	#inha .inha02 .wrap {
		display: block;
	}

	#inha .inha02 .wrap > section {
		width: 100%;
	}

	#inha .inha02 h4 {
		margin: 0;
	}

	#inha .inha02 dl {
		padding: 0 10px;
		margin: 10px 0 0;
	}
}

/*===============================
	Download
================================*/
#download h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #0070c0;
	color: #777;
	font-family: 'Spoqa Han Sans', sans-serif;
	font-weight: 600;
	font-size: 1.1em;
	padding: 35px 0 8px;
	margin-bottom: 20px;
}

#download h3::before {
	content: '';
	display: inline-block;
	background: #0070c0;
	width: 12px;
	height: 12px;
	margin: 2px 10px 0 0;
	margin-right: 10px;
}

.download-table {
	width: 100%;
	margin-bottom: 30px;
}

.download-table th,
.download-table td {
	width: 50%;
	padding: 8px 10px;
}

.download-table th {
	background: #0070c0;
	color: #fff;
	font-weight: 600;
}

.download-table td {
	border: 1px solid #dfdfdf;
	font-size: .9em;
}


/*===============================
	Contact
================================*/
#contact .content-wrap {
	background: none;
	max-width: 1000px;
	padding-top: 0;
	margin-bottom: 0;
}

.contact-form {
	border: 10px solid #e3e5e6;
	text-align: left;
	padding: 30px;
	margin-top: 30px;
}

.contact-form-item,
.contact-form-privacy {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 3%;
}

.contact-form-privacy {
	font-size: .9em;
	margin-top: 30px;
}

.contact-form-privacy a {
	color: #0497ff;
	margin: 0 5px;
}

.contact-form-item > label {
	display: inline-block;
	color: #666;
	font-size: .9em;
	width: 30%;
	max-width: 200px;
}

.contact-form .required {
	color: #cf1225;
	font-size: .8em;
	margin: 0 5px;
}

.contact-form .select-style,
.contact-form .input-style,
.contact-form .textarea-style {
	border: 1px solid #afbac9;
	border-radius: 5px;
	box-sizing: border-box;
	outline: 0;
	color: #333;
	font-size: .9em;
	width: 65%;
	max-width: 600px;
	padding: 10px .6em 9px;
}

.contact-form .textarea-style {
	font-family: 'Spoqa Han Sans', 'Sans-serif';
	height: 10em;
}

.contact-form .input-style:focus,
.contact-form .textarea-style:focus {
	outline: 0;
	background: rgb(200, 239, 241);
}

.contact-form-submit {
	display: block;
	background: #005082;
	border: 0;
	border-radius: 5px;
	color: #fff;
	font-size: 1em;
	width: 200px;
	margin: 30px auto;
	padding: 15px;
	cursor: pointer;
	transition: .3s;
}

@media (max-width: 850px) {
	.contact-form {
		padding: 0 5px;
	}

	.contact-form-item {
		display: block;
	}

	.contact-form-item > label {
		width: 100%;
	}

	.contact-form .select-style,
	.contact-form .input-style,
	.contact-form .textarea-style {
		font-size: 1em;
		width: 100%;
	}
}

/*===============================
	News
================================*/
#pressRelease_list a {
	display: block;
}

#pressRelease_list li {
	border-bottom: 1px solid #ddd;
	text-align: left;
	padding: 10px 20px;
	margin: 0;
}

#pressRelease_list .date {
	display: inline-block;
	color: #666;
	font-size: .8em;
	font-weight: 600;
	vertical-align: top;
	width: 130px;
	margin: 10px;
}

#pressRelease_list .list-contents {
	display: inline-block;
	width: calc(100% - 150px);
}

#pressRelease_list .list-contents .title {
	margin: 6px 0 10px;
}

#pressRelease_list a .list-contents .title {
	color: #0070c0;
}

#pressRelease_list .list-contents .inner-text {
	font-size: .9em;
	margin: 0 0 10px;
}

@media (max-width: 850px) {
	#news .content-wrap {
		padding-top: 30px;
	}

	#pressRelease_list li {
		padding: 8px 10px;
	}

	#pressRelease_list .date,
	#pressRelease_list .list-contents {
		width: 100%;
	}

	#pressRelease_list .date {
		margin: 10px 0 5px;
	}

	#pressRelease_list .list-contents .title {
		margin: 0 0 5px;
	}
}

/*===============================
	SitePolicy & PrivacyPolicy
================================*/
#policy .content-wrap,
#privacy .content-wrap {
	text-align: left;
}

#policy h3,
#privacy h3 {
	color: #333;
	font-size: 1.3em;
}

#policy h4 + p,
#policy h4 + ol,
#privacy h3 + p {
	margin-top: 0;
}

#privacy section {
	padding: 0 10px 30px;
}

#privacy h3 {
	padding: 0 0 10px;
}

#policy .content-wrap > section {
	padding: 0 10px 50px;
}

#policy h3 {
	padding: 0;
}

#policy h4 {
	margin: 30px 0 10px;
}

#policy h3 + section > h4 {
	margin-top: 15px
}

#policy .count li::before {
	position: absolute;
	left: -1.4em;
}