body {
  background: black;
  font-family: "Open Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: .7em;
}

/*ヘッダーの設定*/
header {
  background-color: black;
  align-items: center;
  width: 100%;
  height: 5em;
  display: flex;
}
header h1 {
   font-size: 1.5em;
   padding: .5em;
   margin: 2em auto 0 auto;
}
header h1:hover {
  color: white;
}
header a {   
   text-decoration: none;
   color: white;
   font-weight: bold;
}

/*  メニュー */
.menu {
	display: none;
}


/*ツイッターアイコン*/
.twitter a {
  color: white;
float: left;
margin: 0 0 3em 1em;
}




/* 画像リンク */
.jump {
  display:block;
  color: white;
  align-items: center;
  margin: 15em 0 5em 0;
}
 
/* ABOUT */
.about {
  display: block;
  height: 200px;
  width: 300px;
  background: url(img/about.jpg) no-repeat;
  background-size: contain;
  margin: 1em auto;
}
.about a {
    width: 100%;
    height: 100%;
    background: url("img/about.jpg") no-repeat;
    display: block;
    background-size: contain;
    text-indent: -9999px;
    -webkit-transition: all .3s;
}

/* PUB */
.pubs {
  display: block;
  height: 200px;
  width: 300px;
  background: url(img/pub.jpg) no-repeat;
  background-size: contain;
  margin: 1em auto;
}
.pubs a {
    width: 100%;
    height: 100%;
    background: url("img/pub.jpg") no-repeat;
    display: block;
    background-size: contain;
    text-indent: -9999px;
    -webkit-transition: all .3s;
}

/* OTHERS */
.others {
  display: block;
  height: 200px;
  width: 300px;
  background: url(img/others.jpg) no-repeat;
  background-size: contain;
  margin: 1em auto 10em auto;
}
.others a {
    width: 100%;
    height: 100%;
    background: url("img/others.jpg") no-repeat;
    display: block;
    background-size: contain;
    text-indent: -9999px;
    -webkit-transition: all .3s;
}

/*フッター*/
footer {
   padding: 10% 0 1% 2%;
   background-color: black;
   color: white;
   text-align: center;
   border-top: solid 1px white;
   border-bottom: solid 1px white;
   margin: 15em 0em 3em 0em;
   padding-top: 1em;
}

/*報告書の内容*/
.container {
  width: 95%;
  margin: 0 auto;
  border-left: solid 1px white;
  border-right: solid 1px white;
  border-bottom: solid 1px white;
  border-radius: 0 0 1em 1em;
  text-align: center;
  padding: 0 0 1em 0;
}

.container p {
  color: white;
  margin: 1em 1em 3em 1em;
  text-align: left;
}


/*ページ内のメニュー*/
.menu_inpage {
	display: flex;
	width: 95%;
	margin: 5em auto 0em auto;
    position: relative;
    align-items: center;

}
.menu_inpage a {
	font-weight: bold;
  color: white;
	text-decoration: none;
text-height: 0;
padding-top: 1em;
padding-bottom: 1em;
  display: block; 
  margin: auto 0;
}
.topic{
    background-color:black;
    flex:1;
    text-align: center;
    padding: 0em 0em;
    border: solid 1px white;
    }
.topic:hover {
	background: silver;
	text-decoration: none;
  font-weight: bold;
}


/*ページ内のメニュー*/
.menu_inpage2 {
	display: flex;
	width: 95%;
	margin: 4em auto -5em auto;
    position: relative;
    align-items: center;
}
.menu_inpage2 a {
	font-weight: bold;
  color: white;
	text-decoration: none;
text-height: 0;
padding-top: 1em;
padding-bottom: 1em;
  display: block; 
  margin: auto 0;
}
.topic2{
    background-color:black;
    flex:1;
    text-align: center;
    padding: 0em 0em;
    border: solid 1px white;
    border-radius: 15px 15px 0 0;
    }
.topic2:hover {
	background: silver;
	text-decoration: none;
  font-weight: bold;
}


/*紹介の内容*/
h2 {
  text-align: center;
font-size:1.3em;
padding: .25em 1.5em .25em 1.5em;
margin: 1em auto 2em auto;
border-bottom: 4px solid white;
color: white;
display: inline-flex;
}

table {
  width: 80%;
  border-collapse: collapse;
  margin: 0 auto 4em auto;
  color: white;
  border-top: solid 1px white;
  border-width: 1px 0;
}

table tr{
  border-bottom: solid 1px white;
}

table th {
  position: static;
  text-align: left;
  width: 5%;
  background-color: black;
  color: white;
  text-align: center;
  padding: 10px 0;
  border-collapse:separate;
  border-spacing:1px;
 ;}

table tr td {
  border-left:none;
  text-align: left;
  border-bottom: solid 1px white;
}

table td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: black;
  padding: 10px 0;
  border-left: solid 2px white;
}



.app p {
  text-align: right;
}
.app a {
  text-decoration:none;
  color: white;
  border-bottom: dashed 1px white
}



/*ページ上部*/
.top a {
display: inline-block;
text-decoration: none;
color: black;
padding: 1em;
border-radius: 20px;
background: white;
float:right;
position: fixed; 
bottom: 6em; 
right: 2em;
font-size: .7em;
}
.top a:hover {
background: silver;
font-weight:bold;
}

.top2 a {
display: inline-block;
text-decoration: none;
color: black;
padding: 1em;
border-radius: 20px;
background: white;
float:right;
position: fixed; 
bottom: 1em; 
right: 2em;
font-size: .7em;
}




/*アコーディオン：リサーチ（後で移動する）*/
/*ボックス全体*/
.accbox_rch {
    margin: 0 0;
    padding: 1em;
    max-width: 95%;/*最大幅*/
}
/*ラベル*/
.accbox_rch label {
    display: block;
    margin: 0;
    padding: 2em 1em 2em 2em;
    color: white;
    font-weight: bold;
    background: black;
    transition: all 0.5s;
    text-align: left;
    text-indent: -1.5em;
}
/*アイコンを表示*/
.accbox_rch label:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    padding-right: 1em;
    vertical-align: middle
}
.accbox_rch label:after {
  border-bottom: solid 2px red;
  bottom: 0;
  content: "";
  display: block;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  padding-bottom: .3em;
  width: 0;
}
/*ラベルホバー時*/
.accbox_rch label:hover::after {
   width: 100%;
}

/*チェックは隠す*/
.accbox_rch input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox_rch .accshow_rch {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc_rch:checked + label + .accshow_rch {
    height: auto;
    padding: 0;
    background: black;
    opacity: 1;
    width: 90%;
    margin: 0 auto;
}
/*box内にpを入れる場合（今は不要）
.accbox_rch .accshow_rch p {
   padding: 2em 1em 1em 1em ; }
*/

/*アイコンを入れ替える*/
.cssacc_rch:checked + label:before {
    content: '\f107';
}

/*box内のリンクアイコン*/
.accshow_rch a {
  background-color: white;
  text-decoration: none;
  color: black;
  border-radius: 1em;
  padding: 1em;
  font-size: .8em;
}
.accshow_rch a:hover {
  background-color: white;
  font-weight: bold;
}





/*アコーディオン：新着情報（後で移動する）*/
/*ボックス全体*/
.accbox_news {
    margin: 2em auto;
    display: block;
    max-width: 90%;
    font-size: .8em;
}
/*ラベル*/
.accbox_news label {
    display: block;
    margin: 0 0;
    padding : 0.5em;
    width: 10%; 
    color: white;
    font-weight: bold;
    background: black;
    transition: all 0.5s;
    text-align: center;
    border: dashed 1px white;
    font-size:.8em;
}
/*ラベルホバー時*/
.accbox_news label:hover {
    background :silver;
}

/*チェックは隠す*/
.accbox_news input {
    display: none;
}
/*中身を非表示にしておく*/
.accbox_news .accshow_news {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
/*クリックで中身表示*/
.cssacc_news:checked + label + .accshow_news {
    height: auto;
    padding: 0;
    background: black;
    opacity: 1;
    margin: 1em 0 1em 0 ;
    width: 100%
}

.accshow_news a {
text-decoration: none;
color: white;
border-bottom: dashed 1px white;
}


/*計画中のリサーチ*/
.noplan  p {
  border: dashed 1px white;
  text-align: center;
  padding: 3em;
  margin: 2em 3em 5em 3em;
  font-size: 1.5em;
}



/*新着情報*/
.news table {
 color: white;
 margin: 0 auto;
 width: 100%;
 border:none;
}
.news td {
  text-align: left;
  border:none;
  width: 40%;
  padding: .5em 0;
  padding-left: .5em;
}
.news tr{
  text-align: left;
    border:none;
    margin-right: 2em;
}
.news th{
    border:none;
    font-size: 90%;
}
.news a {
text-decoration: none;
color: white;
border-bottom: dashed 1px white;
}


.dash {
    letter-spacing: -4px;
    margin: 0 4px 0 2px;
}





.recruit {
   color: white; 
   width: 90%; 
   margin: 5em auto -10em auto; 
   border-bottom: dashed 1px white; 
   border-top: dashed 1px white; 
   text-align: center; 
   padding: 1em 1em 3em 1em;
   line-height: 1.5em;
}

.recruit h2 {
   padding: 0 2em 0 2em;
}

.recruit a {
   color: white;
   border-bottom: dashed 1px white;
   text-decoration: none;
}



.noplan p {
  border: dashed 1px white;
  text-align: center;
  padding: 1em;
  margin: 1em;
  font-size: 1em;
}


h3 {
font-size: 1em;
padding: .5em 0 .5em .5em;
border-left: 3px solid white;
border-bottom:1px solid grey;
line-height: 1.3em;
margin: 0 1em 0 1em;
color:white;
text-align: left;
}

.thumb {
  width: 35%;
  padding: 0em 1em 1em 1em;
  float: left;
}
.rev {
  text-align: left;
  text-decoration: none;
}
.rev a {
  text-decoration: none;
  color: white;
  font-size: 1.3em;
  display: block;
  padding-top: 0em;
}
.rev p {
  margin-top: 3.5em;
}

.review h4 {
	color: white;
	text-align: left;
	padding: 1em 1em 0em 1em;
}

.review p {
	margin-top: -2.5em;
	margin-bottom: 3em;
}



.link a {
  color: white;
  padding-left: .5em;
  　text-align: left;

}
.link {
  display: inline;
}

.soft {
　text-align: left !important;
}
.soft li {
  color: white;
  padding-left: 1em;
  list-style: none;
  font-weight: normal;
  　text-align: left;

}
.soft h4 {
  padding: 1em 0 -2em 1em;
  color: white;
  　text-align: left;
}

.rev_img {
  margin: 0 0 0 0;
  padding-bottom: 3em;

}

.rev_img img {
  width: 80%;
}


.index {
	display: none;
}

.navigation {
	display: none;
}