@charset "utf-8";
/* =====================================================================
 * sub.css — for_press / for_visitors / sustainability 専用スタイル
 * ---------------------------------------------------------------------
 * 旧 css2/main.css。2026-08-05 の一元化で css/ 配下へ移設した。
 * css/import.css の「後に」読み込むこと（従来の css2 と同じ重ね順を維持する）。
 * 冒頭の box-sizing / clearfix は旧 css2/import.css に直書きされていた分。
 * ===================================================================== */

* {
  box-sizing: border-box;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  display: block;
}

/* --- 旧 css2/main.css 本体 ここから --- */
/*===== SP用パーツ非表示 =====*/
.sp {
  display: none !important;
}
/*===== リンク =====*/
a {
  transition: 0.5s;
}
a:hover {
  opacity: 0.5;
}
a[href="#."]:hover {
  opacity: 1;
  cursor: default;
}
/*===== マイページ用モーダルウィンドウ =====*/
.remodal ul {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 40px;
}
.remodal ul li {
	list-style: none;
  width: 50%;
}
.remodal ul li a {
  display: block;
  color: #e60012;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 28px;
  border: 2px solid #e60012;
  border-radius: 4px;
}
.remodal ul li a span {
  position: relative;
  z-index: 3;
}
.remodal ul li a:before {
  background: #e60012;
}
.remodal ul li a:hover {
  color: #fff;
}
.remodal ul li a svg {
  vertical-align: middle;
  width: 27px;
  margin-left: 16px;
  stroke-width: 2px;
  stroke: #e60012;
}
.remodal ul li a:hover svg {
  stroke: #ffffff;
}
/*===== アニメーションボタン =====*/
.anime {
  position: relative;
  overflow: hidden;
  transition: ease .2s;
}
.anime:before {
  content: '';
  position: absolute;
  top: -1%;
  left: -130%;
  width: 120%;
  height: 102%;
  transform: skewX(-15deg);
}
.anime:hover:before {
  animation: skewanime .5s forwards;
}
.anime:hover {
  opacity: 1;
}
@keyframes skewanime {
  100% {
    left: -10%; /*画面の見えていない左から右へ移動する終了地点*/
  }
}
/*===== タイトル =====*/
#main-contents h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.28px;
	padding: 0;
	background: none;
	border: none;
}
#main-contents h3 .soon {
	font-size: 1.2rem;
	font-weight: 600;
}
#main-contents .h3-border {
  align-self: start;
  display: flex;
  width: 300px;
  max-width: 100%;
  gap: 0px;
  margin: 12px 0 40px 0;
}
#main-contents .h3-border .black {
  background-color: #131313;
  width: 200px;
  height: 4px;
}
#main-contents .h3-border .red {
  background-color: #8360A7;
  width: 100px;
  height: 4px;
}
/*===== 詳細ページレイアウト =====*/
#main-contents {
  width: 100%;
	padding-bottom: 3rem;
}
#main-contents section {
  padding-top: 60px;
}
#main-contents section:first-of-type {
  padding-top: 0;
}
/*===== 来場案内 =====*/
#main-contents.visit h3 {
	margin-top: 3rem;
}
#main-contents.visit #howto strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}
#main-contents.visit #howto strong span {
  color: #e60012;
}
#main-contents.visit #howto #step {
  display: flex;
	flex-wrap: wrap;
  width: 100%;
  margin-top: 40px;
	margin-bottom: 14px;
  padding: 0 8px;
  border: 2px solid #8360A7;
}
#main-contents.visit #howto #step .step-box {
  display: flex;
  flex-direction: column;
  width: 33.33%;
  padding: 20px;
}
#main-contents.visit #howto #step .step-box:last-of-type {
	width: 100%;
}
#main-contents.visit #howto #step .step-box h3 {
  display: table;
  font-size: 1rem;
  letter-spacing: 0.64px;
  margin: 1rem 0;
}
#main-contents.visit #howto #step .step-box h3 img {
	vertical-align: bottom;
}
#main-contents.visit #howto #step .step-box h3 span {
  display: table-cell;
  vertical-align: bottom;
}
#main-contents.visit #howto #step .step-box h3 span:first-of-type {
  padding-right: 12px;
}
#main-contents.visit #howto #step .step-box:last-of-type h3 {
	justify-content: space-between;
}
#main-contents.visit #howto #step .step-box:last-of-type h3 span:nth-of-type(2) {
	width: calc(100% - 229px - 2rem);
}
#main-contents.visit #howto #step .step-box:last-of-type h3 span:last-of-type {
	width: 200px;
}
#main-contents.visit #howto #step .step-box:last-of-type h3 span:last-of-type img {
	width: 100%;
}
#main-contents.visit #howto #step .step-box p {
  font-size: 0.875rem;
  padding-bottom: 1rem;
}
#main-contents.visit #howto #step .step-box p.note {
  font-size: 0.75rem;
	text-indent: -1em;
	margin-left: 1em;
}
#main-contents.visit #howto p.red.qa a {
	font-size: 0.875rem;
	text-decoration: none;
	color: #de1714;
}
#main-contents.visit #howto p img.small {
	width: 24px;
	margin-left: 0.5rem;
}
#main-contents.visit #howto #step .step-box p.btn {
  display: table;
  font-size: 1rem;
  margin: auto auto 0 auto;
}
#main-contents.visit #howto #step .step-box p.btn a {
  display: inline-block;
  color: #131313;
  text-decoration: none;
  padding: 4px 8px;
  border-bottom: 1px solid #ccc;
}
#main-contents.visit #howto #step .step-box p.btn img {
  width: 24px;
  vertical-align: middle;
  margin-left: 8px;
}
#main-contents.visit #howto #step .step-box p.btn a:hover {
  color: #e60012;
  border-bottom: 1px solid #e60012;
}
#main-contents.visit #howto .btn.qa a {
  display: inline-block;
	font-size: 0.875rem;
  color: #131313;
  text-decoration: none;
  padding: 4px 8px;
  border-bottom: 1px solid #E6E6E6;
}
#main-contents.visit #howto .btn.qa a img {
  width: 24px;
  vertical-align: middle;
  margin-left: 8px;
}
#main-contents.visit #howto .btn.qa a:hover {
  color: #E60012;
  border-bottom: 1px solid #E60012;
}
#main-contents.visit #seminar .seminar-btn {
  align-self: center;
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 991px) {
  #main-contents.visit #seminer .seminar-btn {
    max-width: 100%;
  }
}
#main-contents.visit #seminar .seminar-btn ul {
  display: flex;
}
#main-contents.visit #seminar .seminar-btn ul li {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: calc(50% - 16px);
}
#main-contents.visit #seminar .seminar-btn ul li:first-of-type {
  margin-left: 0px;
}
#main-contents.visit #seminar .seminar-btn ul li:last-of-type {
  margin-left: 32px;
}
#main-contents.visit #seminar .seminar-btn ul li a {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #131313;
  text-decoration: none;
  padding: 20px 24px;
  border: 2px solid #8360A7;
  border-radius: 4px;
}
#main-contents.visit #seminar .seminar-btn ul li a:before {
  background: #8360A7;
}
#main-contents.visit #seminar .seminar-btn ul li a:hover {
  color: #fff;
  border-color: #8360A7;
}
#main-contents.visit #seminar .seminar-btn ul li a[href="#."],
#main-contents.visit #seminar .seminar-btn ul li a[href="#."]:hover {
	opacity: 0.7;
  color: #131313;
  border-color: #ccc;
}
#main-contents.visit #seminar .seminar-btn ul li a > div {
  display: flex;
  width: 380px;
  max-width: 100%;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
}
#main-contents.visit #seminar .seminar-btn ul li a > div svg {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 48px;
  overflow: hidden;
  max-width: 48%;
  fill: #8360A7;
}
#main-contents.visit #seminar .seminar-btn ul li a > div svg .st0 {
  fill: none;
}
#main-contents.visit #seminar .seminar-btn ul li a:hover svg {
  fill: #fff;
}
#main-contents.visit #seminar .seminar-btn ul li a[href="#."] > div svg,
#main-contents.visit #seminar .seminar-btn ul li a[href="#."]:hover svg {
  fill: #131313;
}
#main-contents.visit #seminar .seminar-btn ul li a > div div {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  letter-spacing: 0.96px;
  margin: auto 0;
  font-size: 1rem;
  font-weight: 700;
}
#main-contents.visit #seminar .seminar-btn ul li a > div svg:last-of-type {
  aspect-ratio: 3.2;
  object-fit: contain;
  object-position: center;
  width: 32px;
  overflow: hidden;
  align-self: center;
  max-width: 100%;
  margin: auto 0;
}
#main-contents.visit #map p:first-of-type img, #main-contents.visit #usefulinfo p:first-of-type img {
	display: table;
  width: 100%;
}
#main-contents.visit #usefulinfo .btn {
  float: right;
  display: table;
  margin-top: 32px;
}
#main-contents.visit #usefulinfo .btn a {
  display: inline-block;
  font-size: 0.875rem;
  color: #131313;
  text-decoration: none;
  padding: 8px 4px;
  border-bottom: 1px solid #e6e6e6;
}
#main-contents.visit #usefulinfo .btn img {
  width: 24px;
  vertical-align: middle;
  margin-left: 8px;
}
#main-contents.visit #usefulinfo .btn a:hover {
  color: #e60012;
  border-bottom: 1px solid #e60012;
}
#main-contents.visit #access .flex {
  display: flex;
}
#main-contents.visit #access .flex .txt-box {
  width: calc(58% - 30px);
}
#main-contents.visit #access .flex .txt-box h4 {
  font-size: 1.5rem;
	color: #131313;
	margin-top: 0;
	background: none;
	border: none;
}
#main-contents.visit #access .flex .txt-box dl dt {
	float: none;
  font-weight: 700;
  margin-top: 32px;
}
#main-contents.visit #access .flex .txt-box dl dd ul {
  margin-left: 1em;
  padding-bottom: 40px;
}
#main-contents.visit #access .flex .txt-box dl dd ul li {
  list-style: disc;
}
#main-contents.visit #access .flex .txt-box p.btn {
  display: table;
	font-size: 1rem;
  margin: 0 auto;
}
#main-contents.visit #access .flex .txt-box p.btn a {
  display: inline-block;
  color: #131313;
  text-decoration: none;
  padding: 8px 4px;
  border-bottom: 1px solid #ccc;
}
#main-contents.visit #access .flex .txt-box p.btn a:hover {
  color: #e60012;
  border-bottom: 1px solid #e60012;
}
#main-contents.visit #access .flex .txt-box p.btn img {
  width: 24px;
  vertical-align: middle;
  margin-left: 8px;
}
#main-contents.visit #access .flex .txt-box p.note {
  font-size: 0.75rem;
  text-align: center;
  margin-top: 12px;
}
#main-contents.visit #access .flex .map-box {
  width: 42%;
  margin-left: 30px;
}
#main-contents.visit #access .flex .map-box iframe {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
/*===== 展示会におけるサステナビリティの取組み =====*/
#main-contents.sustainability h3 small {
  font-size: 1rem;
}
#main-contents.sustainability h4 {
	height: auto;
  font-size: 1rem;
	color: #000000;
  margin: 2rem 0 0.75rem 0;
	padding: 0;
	background: none;
	border: none;
}
#main-contents.sustainability p strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
	line-height: 1.4;
  margin-bottom: 60px;
  padding: 1.5rem;
  border: 4px solid #8360A7;
  border-radius: 4px;
}
#main-contents.sustainability p strong span {
  color: #8360A7;
}
#main-contents.sustainability #askul_amita .corner-box h4.logo-img {
	font-size: 1.5rem;
	margin: 0 0 2rem 0;
}
#main-contents.sustainability #askul_amita .corner-box h4.logo-img img {
	margin: 0;
}
#main-contents.sustainability #askul_amita .logo-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 1.5rem;
	list-style: none;
	margin-bottom: 1.5rem;
}
#main-contents.sustainability #askul_amita .logo-list:first-of-type li:first-of-type img {
	width: 140px;
}
#main-contents.sustainability #askul_amita .logo-list:first-of-type li:nth-of-type(2) img {
	width: 140px;
}
#main-contents.sustainability #askul_amita .logo-list:first-of-type li:nth-of-type(3) img {
	width: 100px;
}
#main-contents.sustainability #askul_amita .logo-list:first-of-type li:nth-of-type(4) img {
	width: 40px;
}
#main-contents.sustainability #askul_amita .logo-list:nth-of-type(2) li:nth-of-type(1) img {
	width: 140px;
}
#main-contents.sustainability #askul_amita .logo-list:nth-of-type(2) li:nth-of-type(2) img {
	width: 110px;
}
#main-contents.sustainability #askul_amita .logo-list:nth-of-type(2) li:nth-of-type(3) img {
	width: 120px;
}
#main-contents.sustainability #askul_amita .logo-list:nth-of-type(2) li:nth-of-type(4) img {
	width: 100px;
}
#main-contents.sustainability #askul_amita .logo-list:nth-of-type(2) li:nth-of-type(5) img {
	width: 110px;
}
#main-contents.sustainability #askul_amita .logo-list:last-of-type li:nth-of-type(1) img {
	width: 130px;
}
#main-contents.sustainability #askul_amita .logo-list:last-of-type li:nth-of-type(2) img {
	width: 150px;
}
#main-contents.sustainability #askul_amita .logo-list:last-of-type li:nth-of-type(3) img {
	width: 140px;
}
#main-contents.sustainability #askul_amita .logo-list:last-of-type li:last-of-type img {
	width: 160px;
}
#main-contents.sustainability #askul_amita p.note {
	font-size: 0.75rem;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 1.5rem;
}
#main-contents.sustainability #askul_amita p strong {
  margin-bottom: 1rem;
  padding: 0;
  border: none;
}
#main-contents.sustainability #askul_amita .logo-img:first-of-type {
  font-size: 0.75rem;
  font-weight: 700;
  margin: 2rem 0 0 0;
}
#main-contents.sustainability #askul_amita .logo-img:first-of-type img {
  vertical-align: middle;
  margin: 0.75rem 1.5rem 0 0;
}
#main-contents.sustainability #askul_amita .logo-img:first-of-type img:first-of-type {
  width: 114px;
}
#main-contents.sustainability #askul_amita .logo-img:first-of-type img:last-of-type {
  width: 122px;
}
#main-contents.sustainability #askul_amita .corner-box {
	margin: 1.5rem 0;
	padding: 2rem;
  background: #fff;
  border: 14px solid #efefef;
  border-radius: 10px;
}
#main-contents.sustainability #askul_amita .corner-box .logo-img {
	margin: 1rem 0;
}
#main-contents.sustainability #askul_amita .corner-box .logo-img img:last-of-type {
	width: auto;
}
#main-contents.sustainability #askul_amita .flex {
  display: flex;
}
#main-contents.sustainability #askul_amita .flex .txt-box {
  width: 65%;
}
#main-contents.sustainability #askul_amita .flex .img-box {
  margin-left: 2rem;
}
#main-contents.sustainability #askul_amita .corner-box .txt-collect {
	font-size: 1.25rem;
	font-weight: 700;
	margin: 2rem 0;
}
#main-contents.sustainability #askul_amita p.btn, #main-contents.sustainability #co2 p.btn {
  display: table;
  margin: 2rem auto 0 auto;
}
#main-contents.sustainability #askul_amita p.btn a, #main-contents.sustainability #co2 p.btn a {
  display: inline-block;
  color: #131313;
  text-decoration: none;
  padding: 8px 4px;
  border-bottom: 1px solid #E6E6E6;
}
#main-contents.sustainability #askul_amita p.btn a:hover, #main-contents.sustainability #co2 p.btn a:hover {
  color: #8360A7;
  border-bottom: 1px solid #8360A7;
}
#main-contents.sustainability #askul_amita p.btn img, #main-contents.sustainability #co2 p.btn img {
  width: 24px;
  vertical-align: middle;
  margin-left: 8px;
}
#main-contents.sustainability #askul_amita .flex .img-box {
  width: 35%;
}
#main-contents.sustainability #movie {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}
#main-contents.sustainability #movie .movie-box {
	width: 60%;
}
#main-contents.sustainability #movie .movie-box p {
	width: 100%;
}
#main-contents.sustainability #movie .movie-box p img {
	width: 100%;
	border: 1px solid #ccc;
}
#main-contents.sustainability #movie p {
	font-weight: 700;
}
#main-contents.sustainability #movie p small {
	display: table;
	font-size: 0.875rem;
	font-weight: 400;
}
.remodal.asukul .video {
	width: 100%;
}
#main-contents.sustainability #koma .collect-box {
	margin: 1.25rem 0;
}
#main-contents.sustainability #koma .collect-box .map {
	display: table;
	margin: 0 auto 1.25rem auto;
}
#main-contents.sustainability #koma .collect-box .map img {
	width: 100%;
}
#main-contents.sustainability #koma .collect-box p strong {
	padding: 0;
	border: none;
}
#main-contents.sustainability #koma .collect-box p strong {
	font-size: 1.25rem;
	margin-bottom: 0.5rem;
}
#main-contents.sustainability #co2 .img-box img {
  display: table;
  width: 100%;
  max-width: 100%;
  margin-top: 2rem;
}
#main-contents.sustainability #expo p:last-of-type {
	margin-top: 1rem;
}
#main-contents.sustainability #expo p:last-of-type img {
	display: table;
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
}
#main-contents.sustainability p.btn.jcd {
  display: table;
  margin: 60px auto 0 auto;
}
#main-contents.sustainability p.btn.jcd a {
  display: inline-block;
  font-weight: 700;
  color: #E790A7;
  text-decoration: none;
  padding: 0.75rem 2.5rem;
  border: 2px solid #E790A7;
  border-radius: 4px;
}
#main-contents.sustainability p.btn.jcd a:before {
  background: #E790A7;
}
#main-contents.sustainability p.btn.jcd a:hover {
  color: #fff;
  border-color: #E790A7;
}
#main-contents.sustainability p.btn.jcd a span {
  position: relative;
  z-index: 3;
}
#main-contents.sustainability p.btn.jcd svg {
  width: 24px;
  stroke-width: 2px;
  stroke: #E790A7;
  margin-left: 0.5rem;
}
#main-contents.sustainability p.btn.jcd a:hover svg {
  stroke: #fff;
}

/*===== プレスの皆さまへ =====*/
#main-contents.for-press h3 {
	margin-top: 3rem;
}
#main-contents.for-press #for-media h4 {
  font-size: 1.5rem;
  margin: 3.75rem 0 2rem 0;
}
#main-contents.for-press #for-media .qr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  color: #fff;
  padding: 1.25rem 1.25rem 1.25rem 2rem;
  background: #e60012;
}
#main-contents.for-press #for-media .qr .img-box {
  width: 140px;
  margin-left: 1.25rem;
}
#main-contents.for-press #for-media .qr .img-box img {
  width: 100%;
}
#main-contents.for-press #for-media ul.possible {
  line-height: 1.8;
  margin-left: 1em;
  margin-bottom: 1.5rem;
}
#main-contents.for-press #for-media ul.possible li {
  list-style: disc;
}
#main-contents.for-press #for-media ul.possible li small {
  font-size: 0.875rem;
}
#main-contents.for-press #for-media .btn {
  align-self: center;
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 991px) {
  #main-contents.for-press #for-media .seminar-btn {
    max-width: 100%;
  }
}
#main-contents.for-press #for-media .btn ul {
  display: flex;
}
#main-contents.for-press #for-media .btn ul li {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: calc(33.33% - 12px);
	margin-right: 18px;
}
#main-contents.for-press #for-media .btn ul li:last-of-type {
  margin-right: 0;
}
#main-contents.for-press #for-media .btn ul li a {
	width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #131313;
  text-decoration: none;
  padding: 20px 24px;
  border: 2px solid #E6E6E6;
  border-radius: 4px;
}
#main-contents.for-press #for-media .btn ul li a:before {
  background: #8360A7;
}
#main-contents.for-press #for-media .btn ul li a:hover {
  color: #fff;
  border-color: #8360A7;
}
#main-contents.for-press #for-media .btn ul li a > div {
  /*display: flex;*/
  width: 380px;
  max-width: 100%;
  /*justify-content: space-between;
  gap: 20px;*/
  position: relative;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
}
#main-contents.for-press #for-media .btn ul li a > div svg {
	display: table;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 48px;
  overflow: hidden;
  max-width: 48%;
  fill: #8360A7;
	margin: 0 auto 1.5rem auto;
}
#main-contents.for-press #for-media .btn ul li a > div svg .st0 {
  fill: none;
}
#main-contents.for-press #for-media .btn ul li a:hover svg {
  fill: #fff;
}
#main-contents.for-press #for-media .btn ul li a > div div {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  letter-spacing: 0.96px;
  margin: auto 0;
  font-size: 1rem;
  font-weight: 700;
}
#main-contents.for-press #interview-photography ul {
	font-size: 80%;
	list-style: none;
  margin: 1.25rem 0;
}
#main-contents.for-press #interview-photography ul li {
  line-height: 1.8;
  text-indent: -1.5em;
  margin-left: 1.5em;
}
#main-contents.for-press #interview-photography ul li b {
  color: #E60012;
}
#main-contents.for-press #interview-photography p.note {
  font-size: 0.75rem;
  text-indent: -1em;
  margin-left: 1em;
}
#main-contents.for-press #press-center p.map {
	margin-top: 1rem;
}
#main-contents.for-press #press-center p.map img {
	width: 100%;
}
#main-contents.for-press #press-center h4 {
  font-size: 1.5rem;
  margin: 3.75rem 0 2rem 0;
}
#main-contents.for-press #press-center .btn {
  display: table;
	margin: 1.5rem auto 0.5rem auto;
}
#main-contents.for-press #press-center .btn a {
  display: flex;
  font-weight: 700;
  text-decoration: none;
	margin: 0;
  padding: 0.75rem 2.5rem;
  border-radius: 4px;
  overflow: hidden;
}
#main-contents.for-press #press-center .btn a:hover {
  color: #fff;
}
#main-contents.for-press #press-center .btn a:before {
  background-color: #e60012;
}
#main-contents.for-press #press-center .btn a span {
  position: relative;
  z-index: 3;
}
#main-contents.for-press #press-center .btn a svg {
  stroke-width: 2px;
  stroke: #fff;
  vertical-align: middle;
  margin-left: 1rem;
}
#main-contents.for-press #press-center .btn a:hover svg {
  stroke: #fff;
}
#main-contents.for-press #press-center .btn a[href="#."] {
  color: #131313;
  background: #efefef;
  border-color: #E6E6E6;
}
#main-contents.for-press #press-center .btn a[href="#."]:hover {
  color: #131313;
  border-color: #E6E6E6;
}
#main-contents.for-press #press-center .btn a[href="#."] svg {
  stroke: #ccc;
}
#main-contents.for-press #press-center .text-center {
	text-align: center;
	margin-bottom: 1.5rem;
}
#main-contents.for-press #press-center ul.note  {
	font-size: 80%;
	list-style: none;
}
#main-contents.for-press #press-center ul.note li {
	text-indent: -1em;
	margin-left: 1em;
}
#main-contents.for-press #press-center dl {
  display: flex;
  font-weight: 700;
  margin: 1.25rem 0;
}
#main-contents.for-press #contact .table01 {
  width: 100%;
}
#main-contents.for-press #contact .table01 th {
  width: 18em;
  text-align: left;
}
#main-contents.for-press #contact .table01 {
  width: 100%;
}
#main-contents.for-press #contact .table01 th {
  width: 18em;
  text-align: left;
}
#main-contents.for-press #contact .table01 tr:last-of-type {
	display: none;
}
/*===== プレスリリース =====*/
#main-contents.press section {
  padding: 2.5rem 0 0 0;
  margin-top: 2.5rem;
  border-top: 1px solid #e6e6e6;
}
#main-contents.press section:first-of-type {
  padding: 0;
  margin-top: 0;
  border: none;
}
#main-contents.press .flex {
  display: flex;
}
#main-contents.press .flex .img-box {
  width: 200px;
  margin-right: 1.25rem;
}
#main-contents.press .flex .img-box img {
  width: 100%;
  border: 1px solid #c0c0c0;
}
#main-contents.press .flex .txt-box {
  width: calc(100% - 200px - 1.25rem);
}
#main-contents.press .flex .txt-box h2 {
  font-size: 1.5rem;
}
#main-contents.press .flex .txt-box h2 span {
  font-size: 0.875rem;
  color: #6A6A6A;
}
#main-contents.press .flex .txt-box p {
  margin-top: 1.25rem;
}
#main-contents.press .flex .txt-box .btn {
  display: flex;
  justify-content: flex-end;
}
#main-contents.press .flex .txt-box .btn p a {
  display: inline-block;
  color: #131313;
  text-decoration: none;
  padding: 0.25rem 0.5rem;
  border-bottom: 1px solid #e6e6e6;
}
#main-contents.press .flex .txt-box .btn p a:hover {
  color: #E790A7;
  border-color: #E790A7;
}
#main-contents.press .flex .txt-box .btn p a img {
  width: 24px;
  vertical-align: middle;
  margin-left: 0.5rem;
}

/* =====================================================================
 * remodal の見た目差分の再現
 * ---------------------------------------------------------------------
 * この3ページは従来 css2/remodal-default-theme.css を読んでおり、
 * modal/ 版とは「閉じるボタンが左」「モーダル幅 700px」の2点が違っていた。
 * remodal を modal/ 側へ一本化した後も従来の見た目を保つため差分だけ再現する。
 * （remodal はラッパを body 直下へ移すので body の .page-sub で効く）
 * ===================================================================== */
.page-sub .remodal-close {
  left: 0;
  right: auto;
}
@media only screen and (min-width: 641px) {
  .page-sub .remodal {
    max-width: 700px;
  }
}
