<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  センターについて

---------------------------------*/
.about_block {
  padding: 7rem 0;
}
.about_block .wrap {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: var(--base-width);
  width: 90%;
}
.about_block .wrap .txtbox {
  flex-basis: 45%;
}
.about_block .wrap .txtbox h2 {
  font-size: 2.8rem;
  margin-bottom: 3rem;
}
.about_block .wrap .txtbox p {
  text-align: justify;
  line-height: 2;
  margin-top: 1rem;
}
.about_block .wrap figure {
  flex-basis: 50%;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  .about_block {
    padding: 5rem 0 4rem;
  }
  .about_block .wrap {
    margin: 0 0 0 auto;
    width: 95%;
  }
  .about_block .wrap .txtbox {
    flex-basis: 50%;
  }
  .about_block .wrap .txtbox h2 {
    font-size: 2.3rem;
    margin-bottom: 1.5rem;
  }
  .about_block .wrap figure {
    flex-basis: 45%;
  }
}
@media screen and (max-width: 480px) {
  .about_block {
    padding: 3rem 0;
  }
  .about_block .wrap {
    display: block;
    margin: auto;
    width: 90%;
  }
  .about_block .wrap figure {
    margin-top: 3rem;
  }
}
/*---------------------------------
  メニュー
---------------------------------*/
.page_menu_block {
  margin: auto;
  max-width: 1000px;
  padding: 0 0 7rem;
  width: 90%;
}
.page_menu_block ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}
.page_menu_block ul li {
  flex-basis: 48%;
  margin-bottom: 4%;
}
.page_menu_block ul li:nth-child(n + 3) {
  flex-basis: 31%;
}
.page_menu_block ul li a {
  display: block;
}
.page_menu_block ul li a figure {
  border: 1px solid #e3e3e3;
  overflow: hidden;
}
.page_menu_block ul li a figure img {
  width: 100%;
  height: 25rem;
  object-fit: cover;
}
.page_menu_block ul li a span {
  background: #F2F2F2;
  color: #333;
  display: block;
  font-weight: 500;
  padding: 2.5rem 3rem;
  position: relative;
}
.page_menu_block ul li a span::after {
  content: '';
  width: 3.5rem;
  height: .8rem;
  background: url("/images/a_btn_arr.svg") no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto;
}
.page_menu_block ul li a figure img, .page_menu_block ul li a span, .page_menu_block ul li a span::after {
  transition: all .3s;
}
.page_menu_block ul li a:hover figure img {
  transform: scale(1.1);
}
.page_menu_block ul li a:hover span {
  background: #e3e3e3;
}
.page_menu_block ul li a:hover span::after {
  right: 1rem;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  .page_menu_block {
    padding: 0 0 5rem;
  }
}
@media screen and (max-width: 480px) {
  .page_menu_block ul {
    display: block;
  }
  .page_menu_block ul li {
    margin-bottom: 4%;
  }
  .page_menu_block ul li a span {
    padding: 1.5rem 2rem;
  }
}
/*---------------------------------

  センター概要・業務案内

---------------------------------*/
.page_c section:not(:first-child) {
  padding: 5rem 0 7rem;
}
.page_c section h2 {
  font-size: 3rem;
  margin-bottom: 4rem;
  padding: 3rem 0 0;
  position: relative;
}
.page_c section h2::after {
  background: #333;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: .5rem;
}
.page_c section h3 {
  font-size: 2rem;
  font-weight: 600;
  margin: 4rem 0 2rem;
}
.page_c section h4 {
  background: #f3f3f3;
  color: #555;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 2rem 0 1.5rem;
  padding: .5rem 1rem;
}
.page_c section .txt {}
.page_c section .txt p + p {
  margin-top: 1rem;
}
.page_c section .btn {
  display: inline-block;
  margin: 2rem 1rem 2rem 0;
  min-width: 25rem;
}
.page_c section .btn a {
  background: #fff url("/images/a_arr_2.svg") no-repeat center right .8rem/1.4rem;
  border: 1px solid var(--base-c);
  color: var(--base-c);
  display: block;
  padding: 1.3rem 4rem 1.3rem 2rem;
  position: relative;
}
.page_c section .btn a:hover {
  background: var(--base-c) url("/images/a_arr_3.svg") no-repeat center right .8rem/1.4rem;
  color: #fff;
}
.page_c section .contactBox {
  background: #f2f2f2;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin: 5rem auto;
  max-width: 80rem;
  padding: 3rem;
  width: 90%;
}
.page_c section .contactBox h3 {
  font-size: 2rem;
  font-weight: 500;
  flex-basis: 20rem;
  margin: 0;
  text-align: center;
  padding-right: 2rem;
}
.page_c section .contactBox .addBox {
  border-left: 1px solid #ccc;
  flex-basis: 60rem;
  padding-left: 5rem;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  .page_c section:not(:first-child) {
    padding: 0 0 5rem;
  }
  .page_c section h2 {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
    padding: 2rem 0 0;
  }
  .page_c section h2::after {
    width: 2rem;
    height: .3rem;
  }
  .page_c section h3 {
    font-size: 1.8rem;
    margin: 2rem 0 1rem;
  }
  .page_c section h4 {
    font-size: 1.6rem;
    margin: 2rem 0 1.5rem;
    padding: .5rem 1rem;
  }
  .page_c section .btn {
    margin: 1rem 1rem 1rem 0;
    min-width: 21rem;
  }
}
@media screen and (max-width: 480px) {
  .page_c section h2 {
    font-size: 2.2rem;
  }
  .page_c section .contactBox {
    display: block;
    margin: 3rem auto;
    padding: 2rem;
    width: 100%;
  }
  .page_c section .contactBox h3 {
    font-size: 2rem;
    padding: 0 0 1rem;
  }
  .page_c section .contactBox .addBox {
    border-top: 1px solid #ccc;
    border-left: none;
    padding: 1rem 0 0;
  }
}
/*---------------------------------
  基本情報
---------------------------------*/
section#basicinformation {
  padding-bottom: 7rem;
}
section#basicinformation .wrap .deta_time {
  font-size: 1.2rem;
  text-align: right;
}
section#basicinformation .wrap table {
  margin: 1rem 0 2rem;
  width: 100%;
}
section#basicinformation .wrap table th, section#basicinformation .wrap table td {
  border: 1px solid #E6E6E6;
  font-weight: 500;
  padding: 3rem 4rem;
  text-align: justify;
}
section#basicinformation .wrap table th {
  background: #F9F9F9;
}
section#basicinformation .wrap table td ul {
  list-style: none;
}
section#basicinformation .wrap table td ul li + li {
  margin-top: 1.5rem;
}
section#basicinformation .wrap table + p {
  font-weight: 500;
}
section#basicinformation .wrap table + p a {
  color: var(--base-c);
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  section#basicinformation .wrap table th, section#basicinformation .wrap table td {
    padding: 2rem;
  }
  section#basicinformation .wrap table th {
    width: 18%;
  }
}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  section#basicinformation .wrap table th {
    padding: 2rem 1rem;
    width: 23%;
  }
}
/*---------------------------------
  沿革
---------------------------------*/
section#history {}
section#history .histry_list {
  list-style: none;
}
section#history .histry_list .item {
  display: flex;
  margin-bottom: 3rem;
}
section#history .histry_list .item .yaer {
  border-right: 1px solid #E6E6E6;
  font-weight: 500;
  flex: 0 0 10rem;
}
section#history .histry_list .item .detail {
  flex: 1 1 auto;
}
section#history .histry_list .item .detail_item {
  display: flex;
}
section#history .histry_list .item .detail_item + .detail_item {
  margin-top: 2rem;
}
section#history .histry_list .item .detail_item .month {
  flex: 0 0 10rem;
  text-align: center;
}
section#history .histry_list .item .detail_item .archive {
  flex: 1 1 100%;
}
section#history .histry_list .item .detail_item .archive p + ul {
  margin-top: 1rem;
}
section#history .histry_list .item .detail_item .archive ul {
  list-style: none;
}
section#history .histry_list .item .detail_item .archive ul li {
  padding-left: 2rem;
  position: relative;
}
section#history .histry_list .item .detail_item .archive ul li + li {
  margin-top: 1rem;
}
section#history .histry_list .item .detail_item .archive ul li strong {}
section#history .histry_list .item .detail_item .archive ul li::before {
  background: var(--base-c);
  border-radius: 50%;
  content: '';
  position: absolute;
  top: .6rem;
  left: 0;
  width: 1rem;
  height: 1rem;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  section#history .histry_list .item {
    display: block;
    margin-bottom: 3rem;
  }
  section#history .histry_list .item .yaer {
    border-right: none;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 1rem;
    padding-bottom: .5rem;
  }
  section#history .histry_list .item .detail_item .month {
    flex: 0 0 5rem;
    text-align: left;
  }
}
/*---------------------------------
  組織
---------------------------------*/
section#organization {}
section#organization .wrap {
  margin-top: 4rem;
}
section#organization .wrap figure {
  background: #f3f3f3;
  padding: 5rem;
}
section#organization .wrap figure img {
  display: block;
  margin: auto;
  max-width: 60rem;
}
section#organization .wrap .org_f_groupe {
  margin-top: 3rem;
}
section#organization .wrap .org_f_groupe ul.or_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}
section#organization .wrap .org_f_groupe ul.or_list .item {
  flex-basis: 48%;
  margin-bottom: 2%;
}
section#organization .wrap .org_f_groupe ul.or_list .item dl {}
section#organization .wrap .org_f_groupe ul.or_list .item dl dt {
  font-weight: 600;
  margin-bottom: .5rem;
}
section#organization .wrap .org_f_groupe ul.or_list .item dl dd {
  color: #777;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  section#organization .wrap figure {
    padding: 2rem;
  }
  section#organization .wrap .org_f_groupe ul.or_list {
    display: block;
  }
  section#organization .wrap .org_f_groupe ul.or_list .item {
    margin-bottom: 4%;
  }
  section#organization .wrap .org_f_groupe ul.or_list .item dl dt {
    margin-bottom: .1rem;
  }
}
/*---------------------------------
  情報公開
---------------------------------*/
section#disclosure {}
section#disclosure .wrap {
  margin-top: 4rem;
}
section#disclosure .wrap .item {
  margin-top: 2rem;
}
section#disclosure .wrap ul {
  margin-left: 3rem;
}
section#disclosure .wrap ul li {
  margin: 1rem 0;
}
section#disclosure .wrap ul li a {
  color: var(--base-c);
  font-weight: 500;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {}
/*---------------------------------

  業務案内

---------------------------------*/
section#research {
  padding-bottom: 7rem;
}
section#research h3 {
  margin-top: 4rem;
}
section#research h3 span {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  margin-left: 1em;
}
@media screen and (max-width: 480px) {
  section#research h3 span {
    display: block;
    font-size: 1.4rem;
    margin-left: 0;
  }
}
/*---------------------------------

  広域首都圏輸出技術支援センター事業

---------------------------------*/
.mtsp section {
  padding-bottom: 7rem;
}
.mtsp section h4 {
  margin-top: 5rem;
}
.mtsp section a {
  color: var(--base-c);
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  .mtsp section {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 480px) {
  .mtsp section h4 {
    margin-top: 3rem;
  }
}
/*---------------------------------

  東日本大震災復興支援関連情報

---------------------------------*/
.fukkou section {
  padding-bottom: 7rem;
}
.fukkou section a {
  color: var(--base-c);
  text-decoration: underline;
}
.fukkou section h3 {
  margin-top: 6rem;
}
.fukkou section h4 {
  margin-top: 4rem;
}
.fukkou section .housyasen {
  border-bottom: 1px solid #e3e3e3;
  margin: 2rem 0;
}
.fukkou section .housyasen div {
  display: flex;
  border-top: 1px solid #e3e3e3;
  padding: 2rem 0;
}
.fukkou section .housyasen div dt {
  font-weight: 500;
  flex: 0 0 10rem;
}
.fukkou section .housyasen div dd {}
.fukkou section .housyasen div dd ol {
  margin: 0 0 0 2.5rem;
}
.fukkou section .housyasen div dd ul {
  list-style: disc;
  margin: 1rem 0 1rem 2.5rem;
}
.fukkou section .flex {
  display: flex;
  justify-content: space-between;
}
.fukkou section .flex figure {
  flex-basis: 20%;
  order: 1;
}
.fukkou section .flex .txtbox {
  flex-basis: 75%;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .fukkou section .housyasen div {
    display: block;
    padding: 2rem 0;
  }
  .fukkou section .housyasen div dt {
    margin-bottom: 0.5rem;
  }
  .fukkou section .flex figure {
  margin: 0 auto 1rem;
    max-width: 15rem;
}
  .fukkou section .flex {
    display: block;
  }
}</pre></body></html>