@charset "UTF-8";
/* CSS Document */

/*=================================================

	基本

=================================================*/

body {
    font-family: 'HG丸ゴシックM-PRO', sans-serif;
    line-height: 1;
    width: 100%;
    font-size: 12px;
}

/*:::::: 画像基本スタイル ::::::*/
section figure {
    width: 90%;
    margin: 30px auto;
}
section figure img {
    width: 100%;
}
section figure figcaption {
    margin: 1em 0 2em;
    text-align: center;
    font-size: .9em;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #333;
}

/*::: 画像並べる :::*/
section figure.imgGroup {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section figure.imgGroup figure {
    margin: 10px;
}

/*=================================================

	PCメニューを非表示

=================================================*/

.pc-only {
  display: none;
}

/*=================================================

	header

=================================================*/

header {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;	
    border-bottom: 5px solid #0075BD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* ===============================================
	ハンバーガーメニュー領域のスタイリング
=============================================== */
.header {
  height: 100px;
  background-color: rgba(175,214,241);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.header__container {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
  color: #fff;
  padding: 0 25px;
  margin-right: auto;
  margin-left: auto;
}
h1.header__logo {
    width: 80%;
}
h1.header__logo img {
    width: 100%;
}
.header__logo a {
  text-decoration: none;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}

/* ===============================================
	ハンバーガーボタンのスタイリング
=============================================== */
.hamburger {
  width: 35px;
  height: 65px;
  position: relative;
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: rgba(175,214,241);
  cursor: pointer;
}
.hamburger span,
.hamburger span::after,
.hamburger span::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
}
.hamburger span::before {
  top: -10px;
}
.hamburger span::after {
  bottom: -10px;
}
.hamburger.open span {
  background-color: transparent;
}
.hamburger.open span::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger.open span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

/* ===============================================
	ハンバーガーメニュー内のスタイリング
=============================================== */
.nav {
  position: fixed;
  width: 80%;
  height: 75vh;
  top: 100px;
  right: -100%;
  background-color: #0f5474;
  padding: 20px 0;
  transition: all 0.5s;
}
.nav__item a {
  display: block;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  padding: 20px 0 20px 10px;
  text-transform: uppercase;
}
.nav__item a:hover {
  color: #0f5474;
  background-color: #fff;
}
.nav.open {
  right: 0;
}

header .basicInfo {
  width: 100%;
  background: rgba(175,214,241);
  padding: 0.75rem;
}
header .basicInfo tr:nth-child(1) td:nth-child(1) {
  border: 1.5px solid #0f9ed5;
  color: #0075BD;
  background-color: #fff;
  width: 80px;
  text-align: center;
  font-size: 1rem;
  padding: 3px;
}
header .basicInfo tr:nth-child(1) td:nth-child(2) {
  padding-left: 1rem;
  font-size: 1rem;
}

/*=================================================

		wrapper および ContentWrap

=================================================*/
main #wrapper {
    width: 100%;
    margin: 0 auto;
}
main #wrapper #OpeninfoContentWrap {
    padding-top: 100px;
    overflow: hidden;
/*
    background: rgb(211,226,243,0.5);
    background-image: url(/analysis_lab-new/images/bk_img-openinfo.png);
*/
}
main #wrapper #OtherContentWrap {
    padding-top: 100px;
    overflow: hidden;
/*
    background: rgb(175,214,241,0.5);
*/
}

/*=================================================

		スライダーブロック

=================================================*/
#MainImgWrap {
	width: 100%;
	height: 250px;
	position: relative;
}
#MainImgWrap .slider .img {
	width: 100%;
	height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#MainImgWrap .slider .img a {
	display: block;
	width: 100%;
	height: 340px;
}
#MainImgWrap .slider .img a:hover {
	opacity: 1;
}

/*::: タイトルロゴの設定 :::*/
#MainImgWrap .slider .img .copyBox {
	width: 100%;
	height: 300px;
	margin: 0 auto;
	position: relative;
}

/*:: img-sate1 ::*/
#MainImgWrap .slider .sate1 {
  background-size: 100% 250px;
}
#MainImgWrap .slider .sate1 img { /*キャッチコピーのサイズと位置*/
    width: 80%;
    position: absolute;
    bottom: 80px;
    right: 0;
    left: 0;
    margin: auto;
}

/*=================================================

		ジェームスのイメージと吹き出し

=================================================*/

.jemusImg {
  width: 20%;
  float: right;
  margin: 30px 1rem 1rem 0;
}
.fukidashi {
  width: 50%;
  float: right;
  margin: 15px 0 1rem 0;
}

/*=================================================

		Topixのボタンイメージ

=================================================*/

.topix-gradient {
  margin: 1rem 0;
  height: 30px;
  width: 200px;
  background-image: linear-gradient(to bottom, rgba(240, 248, 253, 1), rgba(36, 98, 175, 1), rgba(116, 196, 233, 1), rgba(162, 216, 240, 1));
  font-size: 16px;
  font-style: bold;
  color: #fff;
  text-align: center;
  padding-top: 15px;
  border: 1px solid rgb(0,97,177);
  border-radius: 40px;
}

/*=================================================

		新着情報のテーブル

=================================================*/

.newsTable {
  width: 100%;
  margin-bottom: 1rem;
  border: 2px solid rgb(175,214,241);
  border-spacing: 0;
}
.newsTable td:nth-child(1) {
  width: 5%;
  background-color: rgb(175,214,241);
}
.newsTable td:nth-child(2) {
  width: 75%;
  background-color: #fff;
  padding: 2rem 0 2rem 1rem;
}
.newsTable td:nth-child(3) {
  width: 20%;
  background-color: #fff;
}
.newsTable img {
  width: 90%;
}

/*=================================================

		サブタイトルのボタンイメージ

=================================================*/
.subtitle-gradient {
  margin: 1rem auto;
  height: 60px;
  width: 80%;
  background-image: linear-gradient(to bottom, rgba(240, 248, 253, 1), rgba(36, 98, 175, 1), rgba(116, 196, 233, 1), rgba(162, 216, 240, 1));
  font-size: 20px;
  font-style: bold;
  color: #fff;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(0,97,177);
  border-radius: 40px;
}
.subtitle-gradient .eigo {
  font-size: 10px;
}

/*=================================================

		What's ANALYSiS LAB.

=================================================*/

.whatsTable {
  width: 100%;
  border: 2px solid rgb(166,202,236);
  border-spacing: 0;
}
.whatsTable tr:nth-child(1) td:nth-child(1) {
  width: 5%;
  background-color: rgb(166,202,236);
}
.whatsTable tr:nth-child(1) td:nth-child(2) {
  width: 90%;
  background-color: #fff;
  padding: 1rem;
}
.whatsTable tr:nth-child(1) td:nth-child(3) {
  width: 5%;
  background-color: rgb(166,202,236);
}
.whatsTopic1 {
  width: 96%;
  align: center;
  margin: 1rem auto;
  border: 1.5px solid rgb(33,95,154);
  background-color: #fff;
}
.whatsTopic1 #title {
  font-size: 120%;
  color: rgb(0,112,192);
  padding: 0 1rem;
}
.whatsTopic1 #honbun {
  padding: 0 1rem;
}
.whatsTopic1 #caption {
  font-size: 110%;
  text-align: center;
}
.whatsTopic2erea {
  width: 96%;
  margin: 1rem auto;
  display: flex;
  justify-content: center;

}
.whatsTopic2 {
  width: 48%;
  margin: 0 0.5rem;
  border: 1.5px solid rgb(33,95,154);
  background-color: #fff;
}
.whatsTopic2 tr:nth-child(1) td:nth-child(1) {
  text-align: center;
  vertical-align: top;
}
.whatsTopic2 #title {
  font-size: 120%;
  color: rgb(0,112,192);
  padding: 0 1rem;
  text-align: left;
}
.whatsTopic2 #honbun {
  padding: 0 1rem;
  text-align: left;
}
.whatsTopic2 img {
  width: 90%;
}

/*=================================================

		ラボマップ

=================================================*/

.jumpmenu {
  display: flex;
/*
  justify-content: center;
*/
  align-items: center;
}
.labmap-intro_jamus {
  width: 100%;
  text-align: center;
  border: 0 none;
  border-spacing: 0;
  padding: 1rem 0;
}
.labmap-intro_jamus img {
  width: 50%;
}
.labmap-intro {
  width: 100%;
  border: 0 none;
  border-spacing: 0;
}
.labmap-intro tr:nth-child(1) td:nth-child(1) {
  width: 60%;
  text-align: center;
  margin: 0 auto;
}
.labmap-intro tr:nth-child(1) td:nth-child(1) img {
  width: 95%;
}
.labmap-intro tr:nth-child(1) td:nth-child(2) {
  width: 40%;
  padding: 0 1rem 0 0;
}
.labmap-intro tr:nth-child(1) td:nth-child(2) img {
  width: 20%;
}
.labmap {
  width: 100%;
  border: 0 none;
  border-spacing: 0;
}
.labmap tr:nth-child(1) td:nth-child(1) {
  width: 7%;
  vertical-align: bottom;
  border-bottom: 1px solid #000;
  padding: 0 0 0.5rem 1rem;
}
.labmap tr:nth-child(1) td:nth-child(1) img {
  width: 100%;
}
.labmap tr:nth-child(1) td:nth-child(2) {
  width: 5%;
  font-size: 150%;
  vertical-align: bottom;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding-bottom: 0.5rem;
}
.labmap tr:nth-child(1) td:nth-child(3) {
  width: 88%;
  vertical-align: bottom;
  border-bottom: 1px solid #000;
  padding: 0 0 0.5rem 0.5rem;
}
.labmap tr:nth-child(2) td:nth-child(1) {
  padding: 1.5rem 1rem 0.5rem 1rem; 
}
.labmap tr:nth-child(3) td:nth-child(2) {
  padding: 1rem 0;

}
.labmap #eibun {
  font-size: 80%;
}
.labmap #nihongo {
  font-size: 120%;
}
.labmap-atomic1 {
  width: 95%;
  margin: 1rem;
}
.labmap-atomic1 img {
  width: 95%;
}
.labmap-atomic2 {
  width: 95%;
  margin: 1rem;
}
.labmap-atomic2 tr:nth-child(1) td:nth-child(1) {
  width: 47%;
}
.labmap-atomic2 tr:nth-child(1) td:nth-child(1) img {
  width: 95%;
  margin: 0.5rem 0;
}
.labmap-atomic2 tr:nth-child(1) td:nth-child(2) {
  width: 47%;
}
.labmap-atomic2 tr:nth-child(1) td:nth-child(2) img {
  width: 95%;
}

/*=================================================

		団体でのご利用

=================================================*/

.groupUse {
  margin-left: 1rem;
}
.groupUse #mainTitle {
  font-size: 120%;
}
.groupUse #rubi {
  font-size: 70%;
}
.groupUse #subTitle {
  font-size: 110%;
  margin-left: 1rem;
  display: flex;
  align-items: center;
}
.groupUse #subTitle img {
  height: 30px;
  padding-right: 10px;
}
.groupUse #honbun {
  margin: 0 1rem 0 3rem; 
  text-indent: -1rem;
  line-height: 1.5;
}
.groupUse #yoyaku {
  margin-left: 3rem;
  display: flex;
  align-items: center;
}
.groupUse #yoyaku img {
  height: 20px;
  padding-right: 10px;
}
.groupUse #yoyaku #icon {
  width: 5%;
  padding: 0 0.5rem;
}
.groupUse #moshikomi {
  margin: 0 0 1rem 3rem;
  display: flex;
  align-items: center;
}
.groupUse #moshikomi img {
  height: 20px;
  padding-right: 10px;
}
.groupUse #moshikomiSub {
  margin: -1rem 0 0 4.5rem;
}
.groupUse #moshikomiSub img {
  width: 70%;
  margin-left: -0.5rem;
}
.groupUse #notes {
  font-size: 110%;
  margin-left: 1rem;
  text-indent: -1rem;
  line-height: 1.5;
}

/*=================================================

		イベント情報（予告と履歴一覧）

=================================================*/

.eventYokoku-left {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.eventYokoku-left img {
  width: 95%;
  margin: 0 auto;
}
.eventYokoku-right {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.eventYokoku-right img {
  width: 95%;
}
.kasaneru-kokuchi {
  position: relative; /*親要素にrelative*/
}
.kasaneru-kokuchi p {
  position: absolute; /*重ねたい子要素にabsolute*/
  text-align: center;
  top: 45%;
  left: 65%;
 -ms-transform: translate(-50%,-50%); /*ベンダープレフィックス*/
  -webkit-transform: translate(-50%,-50%); /*ベンダープレフィックス*/
  transform: translate(-50%,-50%); /*センター寄せの修正*/
  color: #000;
  width: 330px;
  font-size: 1.5rem;
  margin: 0; /*文字がずれている場合や*/
  padding: 0; /*文字が折り返される場合*/
}
.kasaneru {
  position: relative; /*親要素にrelative*/
}
.kasaneru p {
  position: absolute; /*重ねたい子要素にabsolute*/
  text-align: left;
  top: 40%;
  left: 50%;
 -ms-transform: translate(-50%,-50%); /*ベンダープレフィックス*/
  -webkit-transform: translate(-50%,-50%); /*ベンダープレフィックス*/
  transform: translate(-50%,-50%); /*センター寄せの修正*/
  color: #000;
  width: 250px;
  font-size: 1.1rem;
  margin: 0; /*文字がずれている場合や*/
  padding: 0; /*文字が折り返される場合*/
}
.event-nendo {
  font-size: 125%;
  font-style: bold;
  text-decoration: underline;
  margin-left: 2rem;
}
.event-rireki {
  margin: 1rem;
  height: 40px;
  width: 50%;
  background-image: linear-gradient(to bottom, rgba(240, 248, 253, 1), rgba(36, 98, 175, 1), rgba(116, 196, 233, 1), rgba(162, 216, 240, 1));
  font-size: 16px;
  font-style: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(0,97,177);
  border-radius: 40px;
}
.eventRireki-left {
  width: 96%;
  margin: 1rem auto;
  border: 2px solid rgb(157,195,230);
  border-spacing: 0;
}
.eventRireki-left tr:nth-child(2) td:nth-child(1) {
  border-top: 2px solid rgb(157,195,230);
  background-color: rgb(220,234,247);
}
.eventRireki-left img {
  width: 100%;
}
.eventRireki-center {
  width: 96%;
  margin: 1rem auto;
  border: 2px solid rgb(157,195,230);
  border-spacing: 0;
}
.eventRireki-center tr:nth-child(2) td:nth-child(1) {
  border-top: 2px solid rgb(157,195,230);
  background-color: rgb(220,234,247);
}
.eventRireki-center img {
  width: 100%;
}
.eventRireki-right {
  width: 96%;
  margin: 1rem auto;
  border: 2px solid rgb(157,195,230);
  border-spacing: 0;
}
.eventRireki-right tr:nth-child(2) td:nth-child(1) {
  border-top: 2px solid rgb(157,195,230);
  background-color: rgb(220,234,247);
}
.eventRireki-right img {
  width: 100%;
}
#eventRireki-honbun {
  text-align: center;
}
#eventRireki-appeal {
  font-size: 150%;
  font-style: bold;
}
#eventRireki-hiduke {
  font-size: 125%;
}

/*=================================================

		イベント情報（各詳細）

=================================================*/

#event-month {
  font-size: 0.8rem;
  font-style: bold;
  color: #0B76A0;
  text-align: center;
  text-decoration: underline;
}
.eventShosai-table {
  width: 100%;
}
.eventShosai-table tr:nth-child(1) td:nth-child(1) {
  width: 30%;
  text-align: center;
  margin: 0 auto;
}
.eventShosai-table tr:nth-child(1) td:nth-child(1) img {
  width: 100%;
}
.eventShosai-table tr:nth-child(1) td:nth-child(2) {
  width: 70%;
  margin: 0 auto;
}
.eventShosai-table tr:nth-child(1) td:nth-child(2) img {
  width: 95%;
}
.jamus-koment {
  position: relative; /*親要素にrelative*/
}
.jamus-koment p {
  position: absolute; /*重ねたい子要素にabsolute*/
  text-align: left;
  top: 50%;
  left: 36%;
 -ms-transform: translate(-50%,-50%); /*ベンダープレフィックス*/
  -webkit-transform: translate(-50%,-50%); /*ベンダープレフィックス*/
  transform: translate(-50%,-50%); /*センター寄せの修正*/
  color: #0B76A0;
  width: 160px;
  font-size: 0.65rem;
  margin: 0; /*文字がずれている場合や*/
  padding: 0; /*文字が折り返される場合*/
}
.jamus-koment_small {
  position: relative; /*親要素にrelative*/
}
.jamus-koment_small p {
  position: absolute; /*重ねたい子要素にabsolute*/
  text-align: left;
  top: 50%;
  left: 36%;
 -ms-transform: translate(-50%,-50%); /*ベンダープレフィックス*/
  -webkit-transform: translate(-50%,-50%); /*ベンダープレフィックス*/
  transform: translate(-50%,-50%); /*センター寄せの修正*/
  color: #0B76A0;
  width: 155px;
  font-size: 0.5rem;
  margin: 0; /*文字がずれている場合や*/
  padding: 0; /*文字が折り返される場合*/
}
.centering {
  display: flex;
  text-align: center;
  justify-content: center;
}
#eventPict {
  text-align: center;
}
#eventPict img {
  width: 96%;
  margin: 1rem auto;
}

/*=================================================

		アクセス

=================================================*/

.accessLeft {
  width: 100%;
}
.accessLeft #logo {
  width: 60%;
  margin-left: 1rem;
}
.accessLeft #telmail {
  width: 80%;
  margin-left: 2rem;
}
.accessLeft  p {
  margin-left: 3rem;
  text-indent: -1rem;
}
.accessRight {
  width: 100%;
  text-align: center;
}
.accessRight iframe {
  width: 400px;
  height: 300px;
  border: 0 none;
}

/*=================================================

		開館情報

=================================================*/

.openInfoSub {
  text-align :center;
  margin: 1em auto 0.5em auto;
}
.openInfoSub #honbun {
  border-bottom: 2px solid rgb(15,158,213);
  padding: 0.25rem;
  font-size: 120%;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.openInfo {
  align: center;
  margin: 0 auto;
}
.openInfo tr:nth-child(1) td:nth-child(1) {
  padding: 0.5rem;
  font-size: 110%;
}
.openInfo tr:nth-child(1) td:nth-child(2) img {
  width: 127px;
  height: 155px;
}
.openInfoCal {
  width: 80%;
  align: center;
  margin: 2rem auto 1rem auto;
}
.openInfoCal tr:nth-child(1) td:nth-child(1) {
  text-align: center;
  font-size: 150%;
}
.openInfoCal tr:nth-child(2) {
  text-align-last: justify;
}
.openInfoCal tr:nth-child(2) img {
  width: 100%;
  margin: 1rem auto;
}

/*=================================================

		FAQ

=================================================*/
.faq-sub {
  text-align: center;
  margin: 2rem auto;
}
.faq-sub #faqCate {
  font-size: 75%;
  border: 1.5px solid;
  padding: 0.5rem;
  margin: auto 0.5rem;
  border-radius: 10px;
  background-color: #fff;
}
.faqLine {
  border-top: 3px dashed rgb(21,96,130);
}
.faqCateTitle {
  font-size: 18px;
  border-bottom: 2px solid #000;
  padding: 0.25rem 1rem;
  font-weight: bold;
}
.faq-container {
  position: relative; /* 親要素を相対配置 */
  width: 600px;
  height: 250px;
  margin: auto 0;
}
.faqQ-circle {
  position: absolute;
  top: 0px;
  left: 10px;
  width: 50px;
  height: 50px;
  font-size: 24px;
  font-style: bold;
  color: #fff;
  border-radius: 50%;
  background-color: rgb(70,177,225);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.faqQ-ellipse {
  position: absolute;
  top: 25px;
  left: 35px;
  width: 270px;
  padding: 1rem 2rem;
  font-size: 13px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1.5px solid rgb(0,97,177);
  background-color: rgb(202,238,251,0.7);
  z-index: 2;
}
.faqA-circle {
  position: absolute;
  top: 80px;
  left: 40px;
  width: 50px;
  height: 50px;
  font-size: 24px;
  font-style: bold;
  color: #fff;
  border-radius: 50%;
  border: 1.5px solid rgb(216,110,204);
  background-color: rgb(229,158,221);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.faqA-ellipse {
  position: absolute;
  top: 105px;
  left: 65px;
  width: 280px;
  padding: 1rem 2rem;
  font-size: 13px;

  align-items: center;
  border-radius: 10px;
  border: 1.5px solid rgb(216,110,201);
  background-color: rgb(242,207,238,0.7);
  z-index: 4;
}

/*=================================================

		ページトップ

=================================================*/
#pageTop {
	position: fixed;
	right: 10px;
	bottom: 20px;
	z-index: 10;
}
#pageTop a {
	display: block;
	width: 50px;
	height: 50px;
	background: rgba(10,160,199,0.5);
	border-radius: 50%;
	position: relative;
}
#pageTop a img {
	width: 15px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

/*=================================================

		フッター

=================================================*/

footer {
  width: 100%;
  background: #fff;
  border-top: 2px solid rgb(157,195,230);
/*
    background: rgb(157,195,230);
*/
}
footer .kugiriLine {
  border: 2px solid rgb(157,195,230);
}
footer .basicInfo {
  width: 100%;
  background: rgba(175,214,241);
  padding: 1rem 0 1rem 2rem;
}
footer .basicInfo tr:nth-child(1) td:nth-child(1) {
  border: 1.5px solid #0f9ed5;
  background-color: #fff;
  width: 90px;
  text-align: center;
  font-size: 1.2rem;
  padding: 10px;
}
footer .basicInfo tr:nth-child(1) td:nth-child(2) {
  padding-left: 1rem;
  font-size: 1.1rem;
}

footer .logoTable {
  width: 60%;
  align: center;
  margin: 0 auto;
}
footer .logoTable tr:nth-child(1) td:nth-child(1) {
  text-align: center;
  vertical-align: middle;
}
footer .logoTable tr:nth-child(1) td:nth-child(1) img {
  width: 80%;
  margin: 1rem 0;
}
footer .torikumiTable {
  width: 100%;
}
footer .torikumiTable tr:nth-child(1) td:nth-child(1) {
  width: 60%;
  padding: 0 1rem 0 1.5rem;
  line-height: 1;
}
footer .torikumiTable #title {
  font-size: 110%;
  margin-left: -1rem;
}
footer .torikumiTable tr:nth-child(1) td:nth-child(2) {
  width: 40%;
  padding: 1rem;
  text-align: right;
  vertical-align: middle;
}
footer .torikumiTable tr:nth-child(1) td:nth-child(2) img {
  width: 95%;

}
footer .footLink {

  padding-bottom: 1px;
}
footer .footLink ul {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
footer .footLink ul li {
  padding: 0 1rem;
	display: inline-block;
	border-left: 1px solid #000;
	text-align: center;
	line-height: 1.3;
}
footer .footLink ul li:last-of-type {
	border-right: 1px solid #000;
}
