@charset "utf-8";
/*@import "reset.css";
@import "common.css";
@import "style_01.css";*/

/* トップページ追加 */

.top_info .top_infoarea div p {
  padding: 10px 0px 0px 0px;
}

.top_info .top_infoarea div p:before{
  content:"";
  display:inline-block;
  width:12px;
  height:12px;
  background:url(hoge.jpg) no-repeat;
  background-size:contain;
}

.top_info .top_infoarea p a {
color: #3AA5F5;
}



/* トップページ追加end */

.information {
width: 1024px;
margin: 50px auto 90px;
box-sizing: border-box;
}

.information h1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.information h1 p {
color:#3AA5F5;
font-size:36px ;
font-weight: bold;
padding: 0px 20px 0px 0px;
}

.information h1 span {
  font-size: 14px;
  border: solid 1px #3AA5F5;
  color: #3AA5F5;
  padding: 3px 5px 3px 5px;
  font-weight: bold;
  display: inline-block;
}

.information .news_list {
  width: 100%;
  margin: 80px 0px 0px 0px;
  border-bottom: #E3E5E9 1px solid;
}

.information .news_list li {
  border-top:solid 1px #E3E5E9;
  font-size: 14px;
  color: #333333;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 0px 20px 0px;
}

.information .news_list li div:nth-of-type(1) {
width: 15%;
}

.information .news_list li div:nth-of-type(2) {
  width: 85%;
}

.information .news_list li a {
  color: #333333;
  display: block;
  height: 100%;
  width: 100%;
}

.information .news_list li a:hover {
  color: #3AA5F5;
}

@media screen and (max-width: 769px) {

  .information {
  width: 100%;
  padding: 64px 20px 50px 20px;
  margin: 0 auto;
  }

  .information .news_list {
    margin:30px 0px 0px 0px;
  }

  .information .news_list li div:nth-of-type(1) {
    width: 100%;
  }

  .information .news_list li div:nth-of-type(2) {
    width: 100%;
  }

}