@charset "utf-8";

/*=====================================

top2021.css

=====================================2021.10.13*/

/*-------------------------------------
 topContainerArea
-------------------------------------*/
#containerArea.topContainerArea {
  clear: both;
  position: relative;
	max-width: inherit;
	padding: 0;
}
.topContentsArea {
  position: relative;
}
.topContentsArea .inner {
  max-width: 1650px;
  margin: 0 auto;
  padding: 0 15px;
	box-sizing: border-box;
}

.topContentsArea:after,
.topContentsArea .inner:after {
  clear: both;
  display: block;
  content: "";
}

.topContentsArea .forPC { display: block; }
.topContentsArea .forSP { display: none; }

.topContentsTitle {
	position: relative;
	line-height: 1.4;
	text-align: center;
}
.topContentsTitle h2 {
	color: #2c4198;
	font-size: 347%;
	font-weight: 900;
}
.topContentsTitle .en {
	color: #333;
	font-size: 167%;
	font-weight: bold;
}

/*-------------------------------------
 topUrgentArea
-------------------------------------*/
.topUrgent {
	max-width: 1200px;
  margin: 0 auto;
	padding: 50px 0;
}
.topUrgent .section {
  padding-bottom: 40px;
}
.topUrgent h2 {
  margin: 0 0 20px 0;
  padding: 7px 0;
	color: #DD000D;
  font-size: 209%;
  font-weight: bold;
  border-top: 4px solid #DD000D;
	border-bottom: 4px solid #DD000D;
}
.topUrgent h3 {
  margin: 0 0 20px 0;
  padding: 12px 0 12px 20px;
  font-size: 167%;
  font-weight: bold;
  border-left: 10px solid #DD000D;
	background: #f4f4f4;
}
.topUrgent h4 {
  margin: 0 0 15px 0;
  font-size: 153%;
  font-weight: bold;
}
.topUrgent p {
  font-size: 125%;
  line-height: 2;
}
.topUrgentBox {
  margin: 0 0 55px 0;
  padding: 80px 90px;
  color: #DD000D;
  border: 10px solid #DD000D;
  background: #FFF3F3;
}
.topUrgentBox h2 {
  margin: 0;
  padding: 5px 0 50px 0;
  font-size: 250%;
	font-weight: 900;
  text-align: center;
  border-top: none;
	border-bottom: none;
}
.topUrgentBox h2:before {
	content: "";
	display: inline-block;
	width: 60px;
	height: 56px;
	margin: 0 19px 0 0;
	vertical-align: middle;
	background: url(/content/300374990.png) no-repeat 0 0 / 100% auto;
}
.topUrgentBox p {
  font-size: 125%;
	font-weight: bold;
  line-height: 2;
}
.topUrgentList {
  padding: 35px 40px 20px 40px;
	border-radius: 20px;
  background: #f4f4f4;
}
.topUrgentList ul li {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  font-size: 139%;
	font-weight: bold;
}
.topUrgentList ul li:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #DD000D;
}


/*-------------------------------------
 topNoticeArea
-------------------------------------*/
.topNotice {
	max-width: 1200px;
  margin: 0 auto;
	padding: 100px 0;
}
.topNoticeBox {
	padding: 30px 40px 40px 40px;
	border: 4px solid #2c4198;
}
.topNoticeBox h2 {
  margin: 0 0 35px 0;
  color: #2c4198;
  font-size: 250%;
  font-weight: 900;
}
.topNoticeBox p {
  font-size: 125%;
	font-weight: bold;
  line-height: 2;
}


/*-------------------------------------
 topVisualArea
-------------------------------------*/
.topVisualArea {
  background: #000;
	overflow: hidden;
}
.topVisualArea .inner {
  padding: 0;
}
.topVisualArea .slides ul {
  overflow: hidden;
}
.topVisualArea .slides ul li {
  position: relative;
	text-align: center;
  overflow: hidden;
}
.topVisualArea .slides ul li {
  display: none;
}
.topVisualArea .slides ul li:first-child {
  display: block;
}
.topVisualArea .slides ul li .item {
	position: relative;
	width: 100%;
}
.topVisualArea .slides ul li a {
	display: block;
}
.topVisualArea .slides ul li a:focus {
	outline-offset: -3px;
}
.topVisualArea .slides ul li img {
	max-width: inherit;
	width: 100%;
}
.topVisualArea .control {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
	padding: 18px 10px;
  line-height: 0;
  text-align: center;
	background: rgba(255,255,255,0.3);
	backdrop-filter: blur(4px);
	overflow: hidden;
}
.topVisualArea .flex-control-nav {
  display: inline-block;
  vertical-align: middle;
}
.topVisualArea .flex-control-nav li {
  display: inline-block;
  vertical-align: middle;
}
.topVisualArea .flex-control-nav li a {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
	text-indent: 200%;
	white-space: nowrap;
  border-radius: 50%;
  background: #fff;
	overflow: hidden;
}
.topVisualArea .flex-control-nav li a.flex-active {
  background: #2c4198;
}
.topVisualArea .slidesControl {
  position: relative;
  z-index: 10;
  display: inline-block;
  margin: 0 5px;
  line-height: 0;
  vertical-align: middle;
}
.topVisualArea .slidesControl ul li {
  display: inline-block;
  margin: 0 5px;
  padding: 3px;
}
.topVisualArea .slidesControl ul li:focus {
  outline: 1px solid #fff;
}
.topVisualArea .slidesControl p {
  display: block;
  text-indent: 100%;
	white-space: nowrap;
  width: 15px;
  height: 18px;
  cursor: pointer;
  opacity: 0.4;
	overflow: hidden;
}
.topVisualArea .slidesControl .slidesPlay p {
  background: url(/content/300374993.png) no-repeat center center;
}
.topVisualArea .slidesControl .slidesStop p {
  background: url(/content/300374991.png) no-repeat center center;
}
.topVisualArea .slidesControl .slidesPlay.active p,
.topVisualArea .slidesControl .slidesStop.active p {
  opacity: 1;
}
.topVisualArea .youtube {
	max-width: 1210px;
	max-height: 680px;
	margin: 0 auto;
	text-align: center;
}
.topVisualArea .youtube .mov {
	position: relative;
	height: 0;
	padding-top: 56.25%;
}
.topVisualArea .youtube .mov iframe,
.topVisualArea .youtube video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*-------------------------------------
 topActivitiesArea
-------------------------------------*/
.topActivitiesArea {
	font-size: 89%;
	background: #2c4198;
}
.topActivitiesArea .inner {
	padding-top: 60px;
	padding-bottom: 60px;
}
.topActivitiesList {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.topActivitiesList .box {
	width: 48.8%;
	max-width: 790px;
	border-radius: 20px;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.topActivitiesList .box a {
	display: block;
	padding: 20px;
	text-decoration: none;
}
.topActivitiesList .ttl {
	position: relative;
	height: 200px;
	overflow: hidden;
}
.topActivitiesList .ttl .pic img {
	position: absolute;
	top: 0;
	left: 50%;
	max-width: inherit;
	transform: translateX(-50%);
}
.topActivitiesList .ttl h2 {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	padding: 10px;
	color: #fff;
	font-size: 278%;
	font-weight: 900;
	text-align: center;
	background: rgba(44,65,152,0.7);
	transform: translateY(-50%);
}
.topActivitiesList .ttl h2:before {
	content: "";
	display: inline-block;
	width: 60px;
	height: 42px;
	margin: 0.25em 20px 0 0;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 42px;
}
.topActivitiesList .youtube .ttl h2:before {
	background-image: url(/content/300374986.png);
}
.topActivitiesList .news .ttl h2:before {
	background-image: url(/content/300374984.png);
}
.topActivitiesList .txt {
	padding: 20px 0 5px 0;
	color: #2b2b2b;
	font-size: 111.8%;
	line-height: 2;
}


/*-------------------------------------
 topNewsArea
-------------------------------------*/
.topNewsArea {
	font-size: 89%;
	background: #eef3fd;
}
.topNewsArea .inner {
	padding-top: 100px;
	padding-bottom: 100px;
}
.topNewsArea .topContentsTitle {
	margin-bottom: 40px;
}
.topNewsArea .topContentsTitle h2 {
	letter-spacing: 0.1em;
}
.topNewsBox {
	padding: 45px 40px 95px 40px;
	border-radius: 50px;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.topNewsTab {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0 0 0;
  box-shadow: 0 -5px 0 #2c4198 inset;
}
.topNewsTab ul {
  display: flex;
	justify-content: center;
  text-align: center;
}
.topNewsTab ul li {
  width: 300px;
	margin: 0 15px;
  font-size: 211%;
	font-weight: 900;
  vertical-align: middle;
  cursor: pointer;
}
.topNewsTab ul li a {
  display: block;
  padding: 20px 0;
  color: #2c4198;
  text-decoration: none;
}
.topNewsTab ul li.current a {
  color: #fff;
	background: #2c4198;
}
.topNewsList {
	max-width: 1200px;
	margin: 0 auto;
}
.topNewsList ul li {
  display: flex;
	padding: 26px 0;
	border-bottom: 1px solid #ccc;
}
.topNewsList ul li .date {
  width: 9.5em;
  padding: 0 30px 0 0;
  font-size: 125%;
	flex-shrink: 0;
	box-sizing: border-box;
}
.topNewsList ul li .category {
  width: 12em;
  padding: 3px 30px 0 0;
  font-size: 97.2%;
	box-sizing: border-box;
	flex-shrink: 0;
}
.topNewsList ul li .category .cat {
  padding: 4px 0 6px 0;
  color: #fff;
  line-height: 1.1;
  text-align: center;
	border-radius: 20px;
  background: #494d51;
}
.topNewsList ul li .category .cat01 { background: #a700de; }
.topNewsList ul li .category .cat02 { background: #015ccd; }
.topNewsList ul li .category .cat03 { background: #2b7e0a; }
.topNewsList ul li .ttl {
  font-size: 125%;
}
.topNewsList ul li .ttl a {
  color: #333;
	text-decoration: none;
}
.topNewsList ul li .ttl a:hover {
	text-decoration: underline;
}
.topNewsList ul li img {
	margin: -4px 0 0 10px;
	vertical-align: middle;
}
.topNewsList ul li .icnBlank {
	width: 20px;
}
.topNewsList ul li .icnPdf {
	width: 16px;
}


/*-------------------------------------
 topServiceArea
-------------------------------------*/
.topServiceArea {
	font-size: 89%;
	background: url(/content/300374981.jpg) no-repeat center top #f3f3f3;
}
.topServiceArea .inner {
	padding-top: 85px;
	padding-bottom: 100px;
}
.topServiceArea .topContentsTitle {
	margin-bottom: 95px;
}
.topServiceBox {
	position: relative;
	padding: 60px 20px 0 20px;
	border-radius: 50px;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	overflow: hidden;
}
.topServiceList {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.topServiceList > div {
	width: 50%;
	max-width: 790px;
	box-sizing: border-box;
}
.topServiceList .txt {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px 90px 20px;
	color: #333;
	font-size: 153%;
	font-weight: bold;
	line-height: 2;
	text-align: center;
}
.topServiceList .clm {
	padding: 0 20px 60px 20px;
}
.topServiceList .clm .ttl {
	position: relative;
	height: 300px;
	border-radius: 20px;
	overflow: hidden;
}
.topServiceList .clm .ttl .pic img {
	position: absolute;
	top: 0;
	left: 50%;
	max-width: inherit;
	max-height: 300px;
	transform: translateX(-50%);
}
.topServiceList .clm .ttl h3 {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	padding: 0 10px;
	color: #fff;
	font-size: 278%;
	font-weight: 900;
	text-align: center;
	transform: translateY(-50%);
	text-shadow: 0 0 8px rgba(0,0,0,0.8);
}
.topServiceList .clm .btn {
	position: relative;
	display: flex;
	justify-content: center;
	margin: -30px 0 0 0;
	padding: 0 20px;
}
.topServiceList .clm .btn li {
	width: 54%;
	max-width: 400px;
	min-height: 60px;
	padding: 0 10px;
	box-sizing: border-box;
}
.topServiceList .clm .btn a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 5px 20px;
	color: #fff;
	font-size: 139%;
	text-decoration: none;
	border-radius: 30px;
	background: #2c4198;
	box-sizing: border-box;
}
.topServiceList .clm .btn a:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 14px;
	margin: 2px 6px 0 0;
	background: url(/content/300374988.png) no-repeat 0 0 / 100% auto;
}
.topServiceList .clm .btn .icnBlank {
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 20px;
	margin: -11px 0 0 0;
}


/*-------------------------------------
 topBannerArea
-------------------------------------*/
.topBannerArea {
  background: #fff;
}
.topBanner {
	max-width: 1510px;
	margin: 0 auto;
  padding: 50px 0 13px 0;
  overflow: hidden;
}
.topBanner ul {
	display: flex;
	flex-wrap: wrap;
  margin: 0 -18px;
}
.topBanner ul li {
  width: 20%;
  padding: 0 18px 37px 18px;
  letter-spacing: normal;
  text-align: center;
	box-sizing: border-box;
}
.topBanner ul li img {
  max-width: 100%;
}










@media screen and (min-width: 769px) and (max-width: 1200px) {


/*-------------------------------------
 topContainerArea
-------------------------------------*/
.topContentsTitle h2 {
	font-size: 307.7%;
}
.topContentsTitle .en {
	font-size: 153.8%;
}


/*-------------------------------------
 topActivitiesArea
-------------------------------------*/
.topActivitiesList .ttl h2 {
	font-size: 209%;
}
.topActivitiesList .ttl h2:before {
	margin: 0.05em 20px 0 0;
}


/*-------------------------------------
 topServiceArea
-------------------------------------*/
.topServiceList .txt {
	padding: 0 15px 80px 15px;
	font-size: 138.5%;
}
.topServiceList .txt br.forPC {
	display: none;
}
.topServiceList .clm {
	padding: 0 15px 50px 15px;
}
.topServiceList .clm .ttl h3 {
	font-size: 215.4%;
}
.topServiceList .clm .ttl {
	height: 240px;
}
.topServiceList .clm .btn {
	flex-wrap: wrap;
	margin: -25px 0 0 0;
}
.topServiceList .clm .btn li {
	width: 100%;
	padding: 0 10px 10px 10px;
}
.topServiceList .clm .btn a {
	font-size: 125%;
}



}









@media screen and (max-width: 768px) {


/*-------------------------------------
 topContainerArea
-------------------------------------*/

.topContentsArea .forPC { display: none; }
.topContentsArea .forSP { display: block; }

.topContentsTitle {
	line-height: 1.5;
}
.topContentsTitle h2 {
	font-size: 154%;
}
.topContentsTitle .en {
	font-size: 92.4%;
}


/*-------------------------------------
 topUrgentArea
-------------------------------------*/
.topUrgent {
	padding: 30px 0;
}
.topUrgent .section {
  padding-bottom: 30px;
}
.topUrgent h2 {
  margin: 0 0 15px 0;
  padding: 9px 0;
  font-size: 1.2rem;
	border-top-width: 3px;
	border-bottom-width: 3px;
}
.topUrgent h3 {
  margin: 0 0 15px 0;
	padding: 8px 0 8px 15px;
  font-size: 138.46%;
	border-left-width: 7px;
}
.topUrgent h4 {
  font-size: 123.1%;
}
.topUrgent p {
  font-size: 115.4%;
  line-height: 1.9;
}
.topUrgentBox {
  margin: 0 0 30px 0;
  padding: 20px 25px;
  border-width: 5px;
}
.topUrgentBox h2 {
  margin: 0;
  padding: 5px 0 15px 0;
  font-size: 161.53%;
}
.topUrgentBox h2:before {
	width: 30px;
	height: 28px;
	margin: 0 10px 0 0;
}
.topUrgentList {
  padding: 15px 18px 5px 18px;
	border-radius: 10px;
}
.topUrgentList ul li {
  padding: 0 0 0 14px;
  font-size: 107.69%;
}
.topUrgentList ul li:before {
  width: 7px;
  height: 7px;
}


/*-------------------------------------
 topNoticeArea
-------------------------------------*/
.topNotice {
  padding: 60px 0;
}
.topNoticeBox {
  padding: 20px 25px;
  border-width: 3px;
}
.topNoticeBox h2 {
  margin: 0 0 15px 0;
  font-size: 161.53%;
}
.topNoticeBox p {
  font-size: 107.69%;
}


/*-------------------------------------
 topVisualArea
-------------------------------------*/
.topVisualArea {
  max-height: inherit;
	height: auto;
}
.topVisualArea .slides ul {
  display: flex;
  overflow: hidden;
}
.topVisualArea .slides ul li .item {
	position: relative;
	width: auto;
	height: 100%;
  overflow: hidden;
}
.topVisualArea .slides ul li a {
  height: 100%;
  margin: 0 -30vw;
}
.topVisualArea .slides ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topVisualArea .control {
	position: relative;
	bottom: auto;
	display: block;
	width: auto;
	padding: 16px 60px;
	background: #fff;
	backdrop-filter: none;
}
.topVisualArea .flex-control-nav li a {
  margin: 0 5px;
  background: #d3d5dc;
}
.topVisualArea .slidesControl {
  position: absolute;
  bottom: 12px;
  right: 15px;
  width: 50px;
  height: 20px;
  margin: 0;
}
.topVisualArea .slidesControl ul {
	display: flex;
}
.topVisualArea .slidesControl ul li {
  margin: 0 0 0 5px;
  padding: 0;
}
.topVisualArea .slidesControl p {
  width: 20px;
  height: 20px;
}
.topVisualArea .slidesControl .slidesPlay p {
  background-image: url(/content/300374980.png);
	background-size: 20px 20px;
}
.topVisualArea .slidesControl .slidesStop p {
  background-image: url(/content/300374989.png);
	background-size: 20px 20px;
}


/*-------------------------------------
 topActivitiesArea
-------------------------------------*/
.topActivitiesArea {
	font-size: 100%;
}
.topActivitiesArea .inner {
	padding-top: 25px;
	padding-bottom: 10px;
}
.topActivitiesArea .topContentsTitle {
	margin-bottom: 25px;
}
.topActivitiesList {
	display: block;
}
.topActivitiesList .box {
	width: auto;
	margin: 0 auto 25px auto;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.topActivitiesList .box a {
	padding: 10px;
}
.topActivitiesList .ttl {
	height: 100px;
}
.topActivitiesList .ttl .pic img {
	width: 100%;
	height: 100px;
	object-fit: cover;
}
.topActivitiesList .ttl h2 {
	padding: 5px;
	font-size: 153.8%;
}
.topActivitiesList .ttl h2:before {
	width: 30px;
	height: 21px;
	margin: 0.25em 10px 0 0;
	background-size: auto 21px;
}
.topActivitiesList .txt {
	padding: 10px 0 5px 0;
	font-size: 107.7%;
	line-height: 1.4;
}


/*-------------------------------------
 topNewsArea
-------------------------------------*/
.topNewsArea {
	font-size: 100%;
}
.topNewsArea .inner {
	padding-top: 10px;
	padding-bottom: 30px;
}
.topNewsArea .topContentsTitle {
	margin-bottom: 30px;
}
.topNewsTab {
	padding: 0;
	box-shadow: 0 -3px 0 #2c4198 inset;
}
.topNewsTab ul li {
  width: 48%;
	margin: 0 5px;
  font-size: 100%;
}
.topNewsTab ul li a {
  padding: 15px 0;
}
.topNewsBox {
	padding: 25px 10px 30px 10px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.topNewsList ul li {
  display: block;
  padding: 9px 0;
}
.topNewsList ul li > div {
  display: block;
  padding: 0;
}
.topNewsList ul li .date {
  float: left;
  width: 9em;
  padding: 0 5px 0 0;
  font-size: 92.4%;
}
.topNewsList ul li .category {
  float: left;
	width: 10em;
  padding: 2px 0 0 0;
  font-size: 77%;
}
.topNewsList ul li .category .cat {
  padding: 1px 0 2px 0;
}
.topNewsList ul li .ttl {
  clear: both;
  padding: 3px 0 0 0;
  font-size: 107.69%;
}
.topNewsList ul li img {
	margin: -2px 0 0 8px;
}
.topNewsList ul li .icnBlank {
	width: 10px;
}
.topNewsList ul li .icnPdf {
	width: 8px;
}


/*-------------------------------------
 topServiceArea
-------------------------------------*/
.topServiceArea {
	font-size: 100%;
	background-size: auto 150px;
}
.topServiceArea .inner {
	padding-top: 30px;
	padding-bottom: 15px;
}
.topServiceArea .topContentsTitle {
	margin-bottom: 25px;
}
.topServiceBox {
	padding: 20px 10px 15px 10px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.topServiceList {
	display: block;
}
.topServiceList > div {
	width: auto;
	margin: 0 auto;
}
.topServiceList .txt {
	padding: 0 0 20px 0;
	font-size: 107.7%;
}
.topServiceList .clm {
	padding: 0 0 15px 0;
}
.topServiceList .clm .ttl {
	height: 150px;
	border-radius: 10px;
}
.topServiceList .clm .ttl .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topServiceList .clm .ttl h3 {
	font-size: 153.8%;
	font-weight: bold;
	text-shadow: 0 0 4px rgba(0,0,0,0.8);
}
.topServiceList .clm .btn {
	margin: -12px 0 0 0;
	padding: 0 3px;
}
.topServiceList .clm .btn li {
	padding: 0 5px;
	min-height: 25px;
}
.topServiceList .clm .btn a {
	padding: 10px;
	font-size: 100%;
}
.topServiceList .clm .btn a:before {
	width: 4px;
	height: 7px;
	margin: 0 3px 0 0;
}
.topServiceList .clm .btn a[target=_blank] {
	padding: 2px 20px;
}
.topServiceList .clm .btn .icnBlank {
	right: 10px;
	width: 10px;
	margin: -6px 0 0 0;
}


/*-------------------------------------
 topBannerArea
-------------------------------------*/
.topBanner {
  padding: 15px 0 20px 0;
}
.topBanner ul {
	max-width: 293px;
  margin: 0 auto;
}
.topBanner ul li {
  width: 50%;
  padding: 0 5px 10px 5px;
}



}


@media screen and (min-width: 769px) {

.topActivitiesList .box a,
.topServiceList .clm .btn a,
.topBanner a {
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  backface-visibility: hidden;
}
.topActivitiesList .box a:hover,
.topServiceList .clm .btn a:hover,
.topBanner a:hover {
  opacity: 0.9;
}

}
.topActivitiesList .jogmecChannel .ttl {
  width: 100%;
}
.topActivitiesList .jogmecChannel .txt {
  font-size: 153%;
  line-height: 2;
}

@media screen and (max-width: 768px) {
.topActivitiesList .jogmecChannel .txt {
  padding: 10px 0 5px 0;
  font-size: 107.7%;
  line-height: 1.4;
}
}

/* 202203 */
.topVisualArea .flex-control-nav li a.flex-active {
  color: #fff;
}
.topServiceList .clm .ttl {
  background-color: #000;
}