  @charset "utf-8";
.lowerpage .faqbox dl {
  background: #f1f1f2;
}
.lowerpage .faqbox dl dt {
  font-family: "Alata";
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #045884;
  position: relative;
  padding: .15em 0 .5em 2em;
}
.lowerpage .faqbox dl dt::before {
  content: "Q";
  background: #045884;
  color: #fff;
  display: block;
  text-align: center;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  border-radius: .75em;
  position: absolute;
  top: 0;
  left: 0;
}
.lowerpage .faqbox dl dd {
  background: #fff;
  position: relative;
}
.lowerpage .faqbox dl dd::before {
  content: "A";
  font-family: "Alata";
  font-style: normal;
  font-weight: 400;
  color: #D93600;
  border: 1px solid #D93600;
  display: block;
  text-align: center;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.25em;
  border-radius: .75em;
  position: absolute;
}
.lowerpage .faqbox dl dd div.fs_small > * + * {
  margin-top: .5em;
}
.report .list.none > li {
  padding-left: 1.6em;
}
.report .list.none > li + li {
  margin-top: .8em;
}
.report .list.none > li > span {
  display: inline-block;
  white-space: nowrap;
}
.report .list.none > li > * + * {
  margin-left: .5em;
}
.report .list.none > li > a {
  display: inline-block;
  text-indent: -1.6em;
}
.financial_data .table_d tbody tr > td,
.glance .table_d tbody tr > td {
  text-align: right;
}
.financial_data .table_d tbody tr > td:nth-of-type(1),
.glance .table_d tbody tr > td:nth-of-type(1) {
  text-align: center;
}
.investors .list.square > li > a {
  display: inline-block;
  padding-left: 1.6em;
  text-indent: -1.6em;
}
.investors .list.square > li + li {
  margin-top: .8em;
}
.investors .list.square > li > span {
  display: inline-block;
  white-space: nowrap;
}
.vision .bg_pink {
	background: rgba(233,80,151,.1);
}
.vision .img1, .vision .img2, .vision .img3 {
	text-align: center;
	padding: .5em 0;
}


.vision .missinon h4 {
	color: #E95097;
}
.vision .missinon h4::after {
	content: "";
	display: block;
	width: 30%;
	max-width: 200px;
	height: 3px;
	background: #9299A8;
	margin: .5em auto 0;
}
.vision .table_d tbody tr > th {
	background: none;
}
.vision .table_d tbody tr > td {
	text-align: center;
}
.vision .table_d tbody tr > * {
	border-top: none;
	border-left: none;
	border-right: none;
}

/*20250926*/
.vision .flexbox{
    justify-content: center;
}


/*-----------------------------------------------
  for Smartphone
-----------------------------------------------*/
@media only screen and (max-width: 640px) {
  .lowerpage .faqbox dl {
    padding: 15px 3%;
  }
  .lowerpage .faqbox dl + dl {
    margin-top: 1em;
  }
  .lowerpage .faqbox dl dt {
    font-size: 1.8rem;
  }
  .lowerpage .faqbox dl dd {
    padding: 10px 3% 10px calc(3% + 3em);
  }
  .lowerpage .faqbox dl dd::before {
    font-size: 1.7rem;
    left: 3%;
    top: 10px;
  }
	.vision .bg_pink {
		padding: 1em;
	}
	.vision .missinon h4 {
		font-size: 2.0rem;
		text-align: center;
	}
  
  
}


/*-----------------------------------------------
  for Tablet & PC
-----------------------------------------------*/
@media only screen and (min-width: 641px), print {
  .lowerpage .faqbox dl {
    padding: 20px;
  }
  .lowerpage .faqbox dl + dl {
    margin-top: 2em;
  }
  .lowerpage .faqbox dl dt {
    font-size: calc(1.8rem + ((1vw - 0.3rem) * 0.4444));
  }
  .lowerpage .faqbox dl dd {
    padding: 20px 20px 20px calc(20px + 3em);
  }
  .lowerpage .faqbox dl dd::before {
    font-size: calc(1.8rem + ((1vw - 0.3rem) * 0.4444));
    left: 20px;
    top: 15px;
  }
	.vision .bg_pink {
		padding: 1em 2em;
	}
	.vision .missinon {
		text-align: center;
	}
	.vision .missinon h4 {
		font-size: calc(2.2rem + ((1vw - 0.3rem) * 0.8889));
	}
	.vision .table_d + .list.asterisk {
		text-align: right;
	}
	.vision .table_d + .list.asterisk > li {
		display: inline-block;
	}
  
  
  
}