@charset "UTF-8";
/* CSS Document */

/*=================================================

		基本

=================================================*/

body {
    font-family: 'HG丸ゴシックM-PRO', sans-serif;
    line-height: 1.25;
    width: 100%;
    font-size: 16px;
}

/*:::::: 画像基本スタイル ::::::*/
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;
}

/*=================================================

		スマホメニューを非表示

=================================================*/

.sp-only {
  display: none;
}

/*=================================================

		ヘッダー

=================================================*/

header {
    width: 100%;
    height: 140px;
    text-align: center;
    margin: 0 auto;
    background: rgba(175,214,241);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;	
	transition: .3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
header h1.logo {
    width: 100%;
    margin: 15px auto;
	-webkit-transition: all .3s;
	transition: all .3s;
}
header h1 img {
    width: 30%;
}
header a:link {
  color: #000;
}
header a:visited {
  color: #000;
}
header a:hover {
  color: #0000ff;
  font-weight: bold;
}
header .kaikanInfo {
  position: absolute;
  top: 10px;
  right: 0;
  text-align: left;
}
header .kaikanInfo tr:nth-child(1) td:nth-child(1) {
  border: 1.5px solid #0f9ed5;
  background-color: #fff;
  padding: 10px;
}
header .kaikanInfo tr:nth-child(1) td:nth-child(2) {
  padding: 0 5px;
}
header .kaikanInfo tr:nth-child(1) td:nth-child(3) {
  padding: 0 10px;
}
header .menu {
  width: 100%;
  height: 70px;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
  background: #fff;
  border-bottom: 2px solid rgb(157,195,230);
  position: fixed;
  font-size: 16px;
  left: 0;
  z-index: 99;	
	transition: .3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
header .menu table {
  width: 100%;
}
header .menu table tbody tr td {
  vertical-align: top;
}
header .menu #menuTable table tbody tr td {
  padding: 0 20px;
}
header .menu #shikaku {
  background-color: rgb(175,214,241);
}
header .menu #mongon {
  font-size: 12px;
}

/*=================================================

					グローバルメニュー

=================================================*/
/* :::::: toggle button :::::: */
header #navTgl {
  display: none;
}

/*=================================================

		wrapper および ContentWrap

=================================================*/
main #wrapper {
    width: 100%;
    margin: 0 auto;
    padding-top: 135px;
    background: rgb(175,214,241,0.5);
}

main #wrapper #IndexContentWrap {
    width: 1120px;
    margin: 0 auto;
    padding-top: 10rem;
    overflow: hidden;
    background: #fff;
}

main #wrapper #OpeninfoContentWrap {
    width: 1120px;
    margin: 0 auto;
    padding: 1rem 0;
    overflow: hidden;
    background: rgb(211,226,243,0.5);
    background-image: url(/analysis_lab-new/images/bk_img-openinfo.png);
}
main #wrapper #OtherContentWrap {
    width: 1120px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}

/*=================================================

		リンクずれ解消

=================================================*/
.section {
  padding-top: 210px;
  margin-top: -210px;
}
.section2 {
  padding-top: 140px;
  margin-top: -110px;
}
.section-lab {
  padding-top: 150px;
  margin-top: -150px;
}
.section-cal {
  padding-top: 350px;
  margin-top: -350px;
}

/*=================================================

		スライダーブロック

=================================================*/
#MainImgWrap {
	width: 100%;
	height: 300px;
	position: relative;
}
#MainImgWrap .slider .img {
	width: 100%;
	height: 450px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#MainImgWrap .slider .img a {
	display: block;
	width: 100%;
	height: 300px;
}
#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% auto;
}
#MainImgWrap .slider .sate1 img { /*キャッチコピーのサイズと位置*/
    width: 900px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

/*=================================================

		ジェームスの吹き出し

=================================================*/

.jemusImg {
  width: 20%;
  float: right;
  margin-bottom: 1rem;
}
.fukidashi {
  float: right;
  margin: 30px 0 1rem 0;
}

/*=================================================

		Topixのボタンイメージ

=================================================*/
.topix-gradient {
  margin: 1rem;
  height: 35px;
  width: 300px;
  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;
  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: 85%;
  background-color: #fff;
  padding: 2rem 0 2rem 1rem;
}
.newsTable td:nth-child(3) {
  width: 10%;
  background-color: #fff;
  padding-right: 1rem;
}
.newsTable img {
  width: 100%;
}

/*=================================================

		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: 90%;
  align: center;
  margin: 2rem 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: 95%;
  margin: 2rem auto;
  padding: 1rem;
  display: flex;
  justify-content: center;

}
.whatsTopic2 {
  width: 45%;
  margin: 0 1rem;
  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: 30%;
  float: right;
  border: 0 none;
  border-spacing: 0;
  padding: 2rem 2rem 0 0;
}
.labmap-intro_jamus img {
  width: 90%;
}

.labmap-intro {
  width: 70%;
  float: left;
  border: 0 none;
  border-spacing: 0;
}
.labmap-intro tr:nth-child(1) td:nth-child(1) {
  width: 40%;
  text-align: right;
  padding: 2rem 2rem 0 0;
}
.labmap-intro tr:nth-child(1) td:nth-child(1) img {
  width: 400px;
  height: auto;
}
.labmap-intro tr:nth-child(1) td:nth-child(2) {
  width: 30%;
  padding: 1rem 0 0 0;
}

.labmap {
  width: 100%;
  border: 0 none;
  border-spacing: 0;
}
.labmap tr:nth-child(1) td:nth-child(1) {
  width: 4%;
  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: 4%;
  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: 90%;
  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: 48%;
  margin: 1rem 0 1rem 1rem;
  float: left;
}
.labmap-atomic1 img {
  width: 98%;
}
.labmap-atomic2 {
  width: 50%;
  margin: 1rem 1rem 1rem 0;
}
.labmap-atomic2 tr:nth-child(1) td:nth-child(1) {
  width: 25%;
}
.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: 25%;
  padding-right: 10px;
}
.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-left: 3rem;
  text-indent: -1rem;
  line-height: 1.5;
}
.groupUse #yoyaku {
  margin-left: 3rem;
  display: flex;
  align-items: center;
}
.groupUse #yoyaku img {
  height: 25px;
  padding-right: 10px;
}
.groupUse #yoyaku #icon {
  width: 3%;
  padding: 0 0.5rem;
}
.groupUse #moshikomi {
  margin-left: 3rem;
  display: flex;
  align-items: center;
}
.groupUse #moshikomi img {
  height: 25px;
  padding-right: 10px;
}
.groupUse #moshikomiSub {
  margin: -1rem 0 0 4.5rem;
}
.groupUse #notes {
  font-size: 120%;
}

/*=================================================

		イベント情報（予告と履歴一覧）

=================================================*/

.eventYokoku-left {
  width: 47%;
  float: left;
  text-align: center;
  margin: 0 auto;
}
.eventYokoku-left img {
  width: 95%;
}
.eventYokoku-right {
  width: 53%;
  text-align: center;
  margin: 2rem auto;
}
.eventYokoku-right img {
  width: 95%;
}
.kasaneru-kokuchi {
  position: relative; /*親要素にrelative*/
}
.kasaneru-kokuchi p {
  position: absolute; /*重ねたい子要素にabsolute*/
  text-align: center;
  top: 42%;
  left: 67%;
 -ms-transform: translate(-50%,-50%); /*ベンダープレフィックス*/
  -webkit-transform: translate(-50%,-50%); /*ベンダープレフィックス*/
  transform: translate(-50%,-50%); /*センター寄せの修正*/
  color: #000;
  width: 330px;
  font-size: 1.8rem;
  margin: 0; /*文字がずれている場合や*/
  padding: 0; /*文字が折り返される場合*/
}
.kasaneru{
  position: relative; /*親要素にrelative*/
}
.kasaneru p{
  position: absolute; /*重ねたい子要素にabsolute*/
  text-align: left;
  top: 41%;
  left: 50%;
 -ms-transform: translate(-50%,-50%); /*ベンダープレフィックス*/
  -webkit-transform: translate(-50%,-50%); /*ベンダープレフィックス*/
  transform: translate(-50%,-50%); /*センター寄せの修正*/
  color: #000;
  width: 330px;
  font-size: 1.3rem;
  margin: 0; /*文字がずれている場合や*/
  padding: 0; /*文字が折り返される場合*/
}
.event-nendo {
  font-size: 125%;
  font-style: bold;
  text-decoration: underline;
  margin-left: 2rem;
}
.event-rireki {
  margin: 1rem;
  height: 60px;
  width: 25%;
  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;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(0,97,177);
  border-radius: 40px;
}
.eventRireki-left {
  width: 32%;
  float: left;
  margin: 0 0.5rem 1rem 0.5rem;
  border: 2px solid rgb(157,195,230);
  border-spacing: 0;
}
.eventRireki-left tr:nth-child(1) td:nth-child(1) {
  height: 495px;
}
.eventRireki-left tr:nth-child(2) td:nth-child(1) {
  border-top: 2px solid rgb(157,195,230);
  height: 180px;
  background-color: rgb(220,234,247);
}
.eventRireki-left img {
  height: 100%;
}
.eventRireki-center {
  width: 32%;
  float: left;
  margin: 0 0.5rem 1rem 0;
  border: 2px solid rgb(157,195,230);
  border-spacing: 0;
}
.eventRireki-center tr:nth-child(1) td:nth-child(1) {
  height: 495px;
}
.eventRireki-center tr:nth-child(2) td:nth-child(1) {
  border-top: 2px solid rgb(157,195,230);
  height: 180px;
  background-color: rgb(220,234,247);
}
.eventRireki-center img {
  height: 100%;
}
.eventRireki-right {
  width: 32%;
  margin: 0 0 1rem 0;
  border: 2px solid rgb(157,195,230);
  border-spacing: 0;
}
.eventRireki-right tr:nth-child(1) td:nth-child(1) {
  height: 495px;
}
.eventRireki-right tr:nth-child(2) td:nth-child(1) {
  border-top: 2px solid rgb(157,195,230);
  height: 180px;
  background-color: rgb(220,234,247);
}
.eventRireki-right img {
  height: 100%;
}
#eventRireki-honbun {
  text-align: center;
}
#eventRireki-appeal {
  font-size: 150%;
  font-style: bold;
}
#eventRireki-hiduke {
  font-size: 125%;
}

/*=================================================

		イベント情報（各詳細）

=================================================*/

#event-month {
  font-size: 1.4rem;
  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: 35%;
 -ms-transform: translate(-50%,-50%); /*ベンダープレフィックス*/
  -webkit-transform: translate(-50%,-50%); /*ベンダープレフィックス*/
  transform: translate(-50%,-50%); /*センター寄せの修正*/
  color: #0B76A0;
  width: 330px;
  font-size: 1.2rem;
  margin: 0; /*文字がずれている場合や*/
  padding: 0; /*文字が折り返される場合*/
}
.jamus-koment_small {
  position: relative; /*親要素にrelative*/
}
.jamus-koment_small p {
  position: absolute; /*重ねたい子要素にabsolute*/
  text-align: left;
  top: 50%;
  left: 32%;
 -ms-transform: translate(-50%,-50%); /*ベンダープレフィックス*/
  -webkit-transform: translate(-50%,-50%); /*ベンダープレフィックス*/
  transform: translate(-50%,-50%); /*センター寄せの修正*/
  color: #0B76A0;
  width: 340px;
  font-size: 1.1rem;
  margin: 0; /*文字がずれている場合や*/
  padding: 0; /*文字が折り返される場合*/
}
.centering {
  display: flex;
  text-align: center;
  justify-content: center;
}
#eventPict {
  text-align: center;
}
#eventPict img {
  width: 96%;
  margin: 1rem auto;
}

/*=================================================

		開館情報

=================================================*/
.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: 130%;
  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: 120%;
}
.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: right;
  font-size: 120%;
}
.openInfoCal tr:nth-child(2) {
  text-align-last: justify;
}
.openInfoCal tr:nth-child(2) img {
  width: 48%;
}

/*=================================================

		アクセス

=================================================*/

.accessLeft {
  width: 50%;
  float: left;
}
.accessLeft #logo {
  width: 60%;
  margin-left: 1rem;
}
.accessLeft #telmail {
  margin-left: 2rem;
}
.accessLeft  p {
  margin-left: 3rem;
  text-indent: -1rem;
}
.accessRight {
  width: 50%;
  text-align: center;
}
.accessRight iframe {
  width: 400px;
  height: 300px;
  border: 0 none;
}

/*=================================================

		FAQ

=================================================*/
.faq-sub {
  text-align: center;
  margin: 3rem 0 0 0;
}
.faq-sub #faqCate {
  border: 1.5px solid;
  padding: 0.5rem;
  margin: auto 1rem;
  border-radius: 10px;
  background-color: #fff;
}
.faqLine {
  border-top: 3px dashed rgb(21,96,130);
}
.faqCateTitle {
  font-size: 20px;
  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: 500px;
  padding: 1rem 2rem;
  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: 50px;
  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: 75px;
  width: 500px;
  padding: 1rem 2rem;

  border-radius: 10px;
  border: 1.5px solid rgb(216,110,201);
  background-color: rgb(242,207,238,0.7);
  z-index: 4;
}

/*=================================================

		サブタイトルのボタンイメージ

=================================================*/
.subtitle-gradient {
  margin: 1rem auto;
  height: 60px;
  width: 60%;
  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: 32px;
  font-style: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(0,97,177);
  border-radius: 40px;
}
.subtitle-gradient .eigo {
  font-size: 16px;
}

/*=================================================

		ページトップ

=================================================*/
#pageTop {
	position: fixed;
	right: 20px;
	bottom: 20px;
}
#pageTop a {
	display: block;
	width: 50px;
	height: 50px;
	background: #0AA0C7;
	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 .logoTable {
  width: 80%;
  align: center;
  margin: 0 auto;
}
footer .logoTable tr:nth-child(1) td:nth-child(1) {
  height: 50px;
  text-align: center;
  vertical-align: middle;
}
footer .logoTable tr:nth-child(1) td:nth-child(1) img {
  height: 100%;
  margin: 1rem 1rem 0 1rem;
}
footer .torikumiTable {
  width: 100%;
}
footer .torikumiTable tr:nth-child(1) td:nth-child(1) {
  width: 70%;
  padding: 0 1rem 0 2rem;
  line-height: 1;
}
footer .torikumiTable #title {
  font-size: 110%;
  margin-left: -1rem;
}
footer .torikumiTable tr:nth-child(1) td:nth-child(2) {
  width: 30%;
  padding: 1rem;
  text-align: right;
  vertical-align: middle;
}
footer .torikumiTable tr:nth-child(1) td:nth-child(2) img {
  width: 181px;
  height: 55px;
}
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;
}
