@charset "utf-8";


.box_about_article {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box_about_article div:first-child {
	width: 73%;
}
.box_about_article div:last-child {
	width: 20.5%;
	padding: 0 1rem 0 0;
}
.box_about_article p {
	padding: 0.0em 0 0 0.7em;
	font-size: 0.8rem;
	font-weight: 400;
	letter-spacing: 0.13em;
	line-height: 1.9;
	text-align: justify;
}

.en h1.h1ttl {
	letter-spacing: 0.1em;
}
.en .box_about_article div:first-child {
	width: 76.2%;
}
.en .box_about_article h2.h3ttl {
	padding-top: 0;
	padding-bottom: 0.7em;
	letter-spacing: 0.03em;
}
.en .box_about_article p {
	padding: 0.0em 0 0 0.6em;
	font-size: 1.0rem;
	letter-spacing: 0.06em;
	line-height: 1.25;
	font-weight: 350;
}

@media screen and (max-width:680px) {
	.en .box_about_article p {
		text-align: left;
	}
}
@media screen and (max-width:480px) {
	.box_about_article {
		display: block;
	}
	.box_about_article div:first-child,
	.box_about_article div:last-child,
	.en .box_about_article div:first-child,
	.en .box_about_article div:last-child {
		width: 100%;
		padding: 0;
	}
	.box_about_article div:first-child,
	.en .box_about_article div:first-child {
		margin-bottom: 1em;
	}
	.box_about_article p,
	.en .box_about_article p {
		padding: 0;
	}
}

.box_about_list {
	display: flex;
	justify-content: space-between;
	padding: 2.2rem 0.6rem 1.6rem 0.2rem;
}
.box_about_list .txt_fax {
	letter-spacing: -1.3em;
}
.box_about_list h3 {
	margin-bottom: 0.8rem;
	padding: 0 0 0 0.3em;
	font-size: 1.0rem;
	line-height: 1.3;
	letter-spacing: 0.15em;
	font-weight: 400;
}
.box_about_list > div:first-child {
	width: 56.7%;
}
.box_about_list > div:last-child {
	width: 41.7%;
}
.box_about_list > div > div {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.box_about_list > div > div dl {
	width: 49%;
}
.box_about_list dl {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px #CCC solid;
	font-size: 0.7em;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: 0.2em;
}
.box_about_list dt {
	width: 5.5em;
	padding: 1.2em 0em 1.2em 0.4em;
	border-top: 1px #CCC solid;
	text-align-last:justify;
	white-space: nowrap;
}
.box_about_list dd {
	width: calc(100% - 5.5em);
	padding: 1.2em 0 1.2em 2.5em;
	border-top: 1px #CCC solid;
}
.box_about_list p {
	position: absolute;
	bottom: -2.7em;
	white-space: nowrap;
}
.box_about_list .address {
	text-align-last:justify;
	white-space: nowrap;
	letter-spacing: 0;
}
.en .box_about_list .address {
	letter-spacing: 0.04em;
}
.box_about_list a {
	text-decoration: none;
}

.en .box_about_list {
	padding: 1.3rem 0.6rem 0.8rem 0.2rem;
}
.en .box_about_list h3 {
	margin-bottom: 0.7rem;
	font-size: 1.1rem;
	letter-spacing: 0.13em;
}
.en .box_about_list > div:first-child {
	width: 56.3%;
}
.en .box_about_list > div:last-child {
	width: 42.5%;
}
.en .box_about_list > div:first-child dl:last-child dt {
	padding-top: 0.5em;
	padding-bottom: 0.6em;
	letter-spacing: 0;
}
.en .box_about_list > div:first-child dl:last-child dt:nth-child(3) {
	padding-top: 1.1em;
}
.en .box_about_list > div:first-child dl:last-child dd {
	padding-bottom: 0.5em;
}
.en .box_about_list > div:first-child dl:last-child dd:nth-child(4) {
	padding-bottom: 1.2em;
}
.en .box_about_list dt {
	width: 6.0em;
	letter-spacing: 0.08em;
	text-align-last: left;
}
.en .box_about_list dd {
	width: calc(100% - 6.0em);
	padding: 1.2em 0 1.2em 1em;
}
.en .box_about_list dd.telfax {
	text-align-last: justify;
	white-space: nowrap;
}
@media screen and (max-width:1100px) {
	.box_about_list {
		flex-wrap: wrap;
	}
	.box_about_list > div:first-child,
	.box_about_list > div:last-child,
	.en .box_about_list > div:first-child,
	.en .box_about_list > div:last-child {
		width: 100%;
	}
	.box_about_list > div:first-child {
		margin-bottom: 3em;
	}
	.box_about_list p {
		white-space: normal;
	}
	.box_about_list .address,
	.en .box_about_list .address {
		text-align-last: left;
		white-space: normal;
	}
}
@media screen and (max-width:680px) {
	.box_about_list p {
		bottom: -3.5em;
	}
}
@media screen and (max-width:480px) {
	.box_about_list > div > div {
		display: block;
	}
	.box_about_list > div > div dl {
		width: 100%;
	}
	.box_about_list > div > div dl dt:first-child,
	.box_about_list > div > div dl dd:nth-child(2) {
		border-top: none;
	}
	.box_about_list p {
		bottom: -3.0em;
	}
}

.box_about_achievements {
	width: 50%;
	padding: 0.6em 0.6rem 0rem 0.2rem;
}
.en .box_about_achievements {
	width: 67%;
}
.box_about_achievements h3 {
	margin-bottom: 0.5rem;
	padding: 0 0 0.6em 0.3em;
	font-size: 1.25rem;
	line-height: 1.3;
	letter-spacing: 0.15em;
	font-weight: 400;
	border-bottom: 1px #CCC solid;
}
.en .box_about_achievements h3 {
	margin-bottom: 0.0rem;
	padding: 0 0 0.45em 0.3em;
	font-size: 1.37rem;
}
.box_about_achievements dl {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.87em;
	line-height: 1.4;
	font-weight: 400;
	letter-spacing: 0.12em;
}
.en .box_about_achievements dl {
	padding-top: 0.5em;
	font-size: 1.0em;
	font-weight: 350;
}
.box_about_achievements dt {
	width: 5.8em;
	padding: 0.3em 0em 0em 0.4em;
	text-align-last:justify;
	white-space: nowrap;
}
.en .box_about_achievements dt {
	width: 2.8em;
	padding: 0.0em 0em 0em 0.4em;
	letter-spacing: 0.14em;
}
.box_about_achievements dd {
	width: calc(100% - 5.8em);
	padding: 0.3em 0 0em 2.5em;
}
.en .box_about_achievements dd {
	width: calc(100% - 2.8em);
	letter-spacing: 0.06em;
	padding: 0.0em 0 0em 2.5em;
}
.box_about_achievements dd a {
	color: #C00;
	text-decoration: none;
}
@media screen and (max-width:1100px) {
	.box_about_achievements, .en .box_about_achievements {
		width: 100%;
	}
}
@media screen and (max-width:480px) {
	.box_about_achievements dl {
		font-size: 0.8em;
	}
}
