@charset "utf-8";
/* CSS Document */

/* ==========================
==========　メイン　===========
============================= */
/*ペ`ジビジュアル*/
.page_visual {
    background: url(/sci/topix/img/paga_visual.png)no-repeat center center;
    background-size: cover;
}

.outer.color {
    background: #ededed;
}

.introduction {
    line-height: 2;
    padding: 60px 0 60px;
   overflow: hidden;
}
.introduction a:link,
.introduction a:visited {
    text-decoration: underline;
    color: #019342;
}
.introduction p {margin-bottom: 10px;}
.introduction p.green_txt {color: #019342;}
.introduction p.bolder {font-weight: bold;font-size: 115%;}

ul.topix_imgList {
    display: flex;
    justify-content: space-around;
}
ul.topix_imgList li {
    margin: 15px;
}

p.time {
    text-align: right;
    color: #7b7b7b;
    font-weight: bold;
    font-size: 95%;
    margin-bottom: 20px;
}
.title_call h1 {
  display: inline-block;
  font-size: 30px;
  border-bottom: 2px solid #009442;
}

/* 耕嗤のスマホ鮄峰
========================== */

/* 700pxより弌さい栽 */
@media screen and ( max-width: 700px ){
 
  ul.topix_imgList {
      flex-wrap: wrap;
  }
	.title_call h1 {
  font-size: 20px;
}
  
}


@media print {


}