@charset "utf-8";

/*========================================================================================================================


  ◇◆◇ 研究開発活動 ◇◆◇
  
  
========================================================================================================================*/

/*-----------------------------------------------------------------------------------
  ページ見出し
-----------------------------------------------------------------------------------*/

#pg-headline {
  background-image:url(../image/pg-headline.jpg);
}


/*---------------------------------------------------------------------------------*/

.olist {
  list-style:none;
  max-width:800px;
  margin-left:auto;
  margin-right:auto;
  padding-top:20px;
}

.olist li {
  border:2px solid #94bcde;
  margin-top:30px;
}

@media (max-width:640px) {
  .olist { padding-top:0.75rem; }
  .olist li { margin-top:1.5rem; }
}

.usageList-1{
list-style: square;
margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 1.5em;
}

.usageList-2{
margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 1.5em;
} 



/*-----------------------------------------------------------------------------------
  list
-----------------------------------------------------------------------------------*/
.kiteiList-1 {
     margin-left: 2.0rem;
}


@media screen and (max-width:640px) {
  .kiteiList-1 li { margin-top:0.5rem; }
}


.kiteiList-2 {
  list-style:none;
  counter-reset:s-number;
}

.kiteiList-2 li {
  padding-left:2.65em;
  line-height:1.5;
  margin-top:0.5em;
}

.kiteiList-2 li:first-child { margin-top:0.25em; }

.kiteiList-2 li:before {
  counter-increment:s-number;
  content:"（"counter(s-number)"）";
  margin-left:-2.65em;
}

@media screen and (max-width:640px) {
  .kiteiList-2 li { margin-top:0.5rem; }
}

.kiteiList-3{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 1.5em;
    list-style: square;
    font-family: "Noto Sans Japanese";
    font-style: normal;
    font-weight: 500;
    line-height: 1.7;
}

@media screen and (max-width:640px) {
  .kiteiList-3 li { margin-top:0.5rem; }
}

.kiteiList4{
 margin-left: 1.0rem;
 font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Meiryo","メイリオ";
 color: #3c4655;
 list-style:disc; 
font-weight: normal;
line-height: 1.7;
font-size: 16px;
}

@media screen and (max-width:640px) {
  .kiteiList-4 li { margin-top:0.5rem; }
}

.kuro-s{
font-weight: normal;
line-height: 1.7;
font-size: 16px;
color: #3c4655;
}

.beppyou{
font-size: 16px;
}


/*========================================================================================================================


  ◇◆◇ 県委託研究公開情報 ◇◆◇
  
  
========================================================================================================================*/

.koukai-headline {
  font-size:137.5%;
}

.koukai-headline:not(:first-of-type) {
  margin-top:50px;
}

.koukai-headline .theme {
  font-size:70%;
  line-height:1.4;
  font-weight:normal;
  display:inline-block;
}

@media (max-width:640px) {
  .koukai-headline:not(:first-of-type) {
    margin-top:2.5rem;
  }
}

/*-----------------------------------------------------------------------------------
  Table
-----------------------------------------------------------------------------------*/

.koukaiTbl thead th {
  vertical-align:middle;
  width:20%;
  text-align:left;
  color:#0a3764;
}

.koukaiTbl thead td {
  width: 80%;
}

.koukaiTbl tbody th {
  text-align:left;
  border-bottom:0;
  background:0;
  padding-bottom:0;
}

.koukaiTbl tbody th span {
  font-size:110%;
  color:#0a3764;
}

.koukaiTbl tbody td {
  border-top:0;
  padding-top:0.5rem;
}


