@charset "utf-8";



/* CMS Template
/en/csr/css/csr.css

 Update:  2023-08-09 05:15 PM */


/* -- Category common
-------------------------------------------------------------------------------- */


.btn-top a {
  max-width: 350px;
  width: 100%;
  display: block;
  border: 1px solid #dedede;
  margin: 0 auto 0;
  padding: 15px 0;
  font-size: 1.6rem;
  position: relative;
  text-align: center;
}
.btn-top a::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #383838;
  border-right: solid 2px #383838;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}
.editorial-policy{
	margin-bottom: 80px;
}
/* ----------------------------------------------------
768px -
---------------------------------------------------- */
@media screen and (min-width:768px) {
#csr-top #topics-en{
  text-align: center;
}
#csr-top #topics-en h2 {
	font-size: 2.8rem;
	color: #000;
	font-weight: bold;
	margin-bottom: 45px;
}
#csr-top #topics-en ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#csr-top #topics-en li{
	width: 24%;
}
#csr-top #topics-en ul li span {
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: bold;
	display: block;
	margin: 20px 0 0;
}
.txt-covid {
  text-align: left !important;
}
.title h1 + p {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
}
.intro .txtArea table.performance.type-small thead th{
  font-size: 9px;
  line-height: 1.3;
}
.intro .txtArea table.performance.type-small thead td{
  padding: 4px 3px !important;
}
.txt_message_info{
	width: 250px;
}
/* min 768px end*/
}

/* ----------------------------------------------------
- 767px
---------------------------------------------------- */
@media screen and (max-width:767px) {

	#other ul a[aria-current] {
		background-color: #efefef;
	}
	#topMenu {
		font-size: 0;
		padding: 0 8px;
		margin: 0 0 20px;
	}
	#topMenu ul{
		display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
	#topMenu li {
		display: block;
		width: 49%;
		padding: 0 0.5% 5px;
		margin-bottom: 8px;
		box-sizing: border-box;
		background: url(/common/img/bg_dot2.png) repeat;
	}
	#topMenu ul li a {
		font-size: 1rem;
		font-weight: bold;		
		text-align: center;
		display: block;
		height: auto;
		padding-top: 8px;
	}
	#topMenu ul li a img {
		display: block;
		width: 24px;
		height: auto;
		margin: 0 auto 8px;
	}

	#csr-top #topics-en h2 {
		font-size: 1.8rem;
	}
	#csr-top #topics-en ul li a {
		font-size: 1.1rem;
		line-height: 1.63;
		display: block;
		margin-top: 10px;
		overflow: hidden;
	}
	#csr-top #topics-en ul li a img {
		width: 140px;
		margin-right: 15px;
		float: left;
	}
.editorial-policy{
	margin-bottom: 40px;
}

	/*-767end*/
}