@charset "utf-8";
/* CSS Document */
main {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
}
.ces_header {
  min-height: 8vh;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px 30px;
}
.ces_header a {
  padding: 0;
  margin: 0;
}
.ces_header-logo {
  width: 240px;
}
.ces_header-right {
  display: flex;
  align-items: center;
}
.ces_header-right img {
  width: 110px;
  height: auto;
  padding-bottom: 10px;
}
.ces_lang ul {
  display: flex;
  margin-right: 15px;
}
.ces_lang li {
  display: flex;
  list-style: none;
}
.ces_lang a {
  background: #ccc;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  padding: 1px 10px;
  border-radius: 20px;
  margin-right: 5px;
}
.ces_lang a:hover {
  background: #888;
}
.ces_lang a.is-active {
  background: #000;
  color: #fff;
}
.ces_hero {
  background: #000;
  color: #fff;
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.ces_hero_inner {
  padding: 30px 25px 50px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  text-align: center;
	width: 1000px;
}
.ces_hero_inner p {
  line-height: 2;
  font-size: 1.4rem;
	text-align: left;
}
.ces_signals {
  width: 50%;
  padding: 0 30px 40px 0;
}
.ces_date,.ces_products{
  background: #000;
  color: #fff;
}
.ces_date{display: flex;}
.ces_date_inner{
	max-width: 1000px;
	padding: 30px 0 0;
	margin: 0 auto;
}
.ces_products_inner{
	border-top: 3px solid #fff;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.ces_products_inner .ces_products_logo{
	height: 45px;
	margin: 20px 0 10px;
}
.ces_products_inner .ces_products_logo_award{
	height: 60px;
	margin: 20px 30px 10px;
}
.ces_products_inner .ces_products_logo_award{
	height: 90px;
	margin: 20px 30px 10px;
}
.ces_products_inner p{
  font-size: 1.4rem;
	line-height: 1.6;
}
.ces_products_inner .fs16{
  font-size: 1.6rem;
}
.ces_products_inner p span{
	display: block;
  font-size: 1.2rem;
	padding-top: 20px;
	border-top:1px solid #fff;
}
.ces_products_border{
	border-top:1px solid #fff;
	padding: 20px 0 0;
}
.ces_products_border_dash{
	border-top:1px dashed#fff;
	padding: 20px 0 0;
}
.ces_more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    padding: .5em 1em;
    border: 1px solid #000000;
    border-radius: 25px;
    background-color: #fff;
    color: #000000;
  font-size: 1.2rem;
	text-decoration: none;
	margin:10px 0 30px;
}
.ces_more:hover{
    background-color: #ddd;
}

.ces_more::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    content: '';
}
.ces_timeline{
  border: 1px solid #ddd;
  padding: 10px;

}
/* Xロゴアイコン */
.ces-x-info__icon {
  display: inline-flex;
  width: auto;
  height: 40px;
	margin: 20px 0;
}

/* SVG自体のスタイル */
.ces-x-icon-svg {
  width: 100%;
  height: 100%;
  fill: #fff;  /* ダークテーマなら#fffなどに変更 */
}


/* ハンドル部分のテキスト */
.ces-x-info__handle {
  white-space: nowrap;
}
.ces-x-info__handle a{
  color: #fff;
}
/* --------------------------------------------------------------------- */
/* sp */
/* --------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .ces_header {
    padding: 5px 10px;
  }
  .ces_header-logo {
    width: 140px;
  }
  .ces_header-right img {
    width: 80px;
  }
  .ces_hero_inner {
    padding: 30px;
    width: 100%;
  }
  .ces_signals {
    width: 90%;
  }
.ces_hero_inner {
  flex-direction: column;
}
.ces_hero_inner p {
  line-height: 2;
}
.ces_date_inner,.ces_products_inner{
	max-width: 95%;
}
.ces_date_inner{
	text-align: center;
}
.ces_products_inner .ces_products_logo{
	height: 20px;
}
.ces_products_inner .ces_products_logo_award{
	height: 50px;
	padding: 3px;
}
}