@charset "UTF-8";
/*----------------------------------------------
  adjust
/*----------------------------------------------*/
.page-id-14 .navi__03--list {
	justify-content: left;
}

.chgr-flbt-tyt {
  display: flex;
  align-items: end;
}
.chgr-flbt-tyt img {
	margin-right: 2.3rem;
}

@media (max-width: 767px) {
  .chgr-flbt-tyt {
    flex-direction: column;
    align-items: center;
  }
  .chgr-flbt-tyt img {
	margin-right: 0rem;
  }
}

/***********************************
 contact banner
***********************************/
.chgr-contact-baner {
	display: flex;
	flex-direction: row;
	align-items: stretch;
}
.chgr-contact-baner-left {	
	width: 30%;
	margin: 0 auto;
}
.chgr-contact-baner-left img {
	width: 100%;
}
.chgr-contact-baner-right {	
	width: 70%;
	margin: 0 auto;
	padding-left: 24px;
	background-color: #4166eb;
	display: flex;
}
.chgr-contact-baner-right a {
	color: #ffffff;
	text-decoration: underline;
}
.chgr-contact-baner-right a:hover{
	color: #ffffff;
	text-decoration: underline;
	opacity: 0.80;
}
.chgr-contact-baner-right span {
	width: 100%;
	align-self: center;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #ffffff;
}
@media only screen and (max-width: 767px) {
	.chgr-contact-baner {
		flex-direction: column;
	}
	.chgr-contact-baner-left {
		width: 100%;
	}
	.chgr-contact-baner-right {
		width: 100%;
		padding: 1.1rem 0rem;
		text-align: center;
	}
}

/*----------------------------------------------
  common
/*----------------------------------------------*/
span.trp_dict_chgr {
	all: unset;
}
span.trp_notr_chgr {
	display: inline !important;
}

/*----------------------------------------------
  ja
/*----------------------------------------------*/
/* body */
/*body.translatepress-ja {
	font-family: "Noto Sans JP", sans-serif;
}*/


/*----------------------------------------------
  en
/*----------------------------------------------*/
/* body */
body.translatepress-en_US {
	font-family: "Roboto Condensed", sans-serif; 
}
.translatepress-en_US .chgr-ja {
	display: none;
}
.translatepress-en_US .home__about--links li:nth-child(3) a {
	height: 100%;
	padding-top: 1.5rem;
}
.translatepress-en_US .home__about--links li:nth-child(2) a::after {
	height: 3.2rem;
	margin-top: 1.5rem;
}
.translatepress-en_US .home__about--links li:nth-child(3) a::after {
	height: 3.2rem;
}
.translatepress-en_US .contract-testing__info--check li::before {
	min-width: 2.1rem;
}

@media only screen and (max-width: 768px) {
	.translatepress-en_US .home__about--links li:nth-child(2) a::after,
	.translatepress-en_US .home__about--links li:nth-child(3) a::after {
		height: 2.6rem;
	}
}

.translatepress-en_US .home__news .news__list--item .title {
	display: inline-block !important;
}
.translatepress-en_US .news__list--item .title {
	display: inline-block !important;
}

/*----------------------------------------------
  zh
/*----------------------------------------------*/
/* body */
body.translatepress-zh_CN {
	font-family: "Noto Sans SC", sans-serif;
	font-optical-sizing: auto;
}
.translatepress-zh_CN .chgr-ja {
	display: none;
}

.translatepress-zh_CN .home__news .news__list--item .title {
	display: inline-block !important;
}
.translatepress-zh_CN .news__list--item .title {
	display: inline-block !important;
}
