/* CSS Document */

/*ページビジュアル*/
.page_visual {
    background: url(/sci/about/greeting/img/paga_visual.png)no-repeat center center;
    background-size: cover;
}
.intro {
	max-width: 1000px;
	width: 90%;
  line-height: 2;
  margin: 40px auto 60px;
}

p:has(.asset-image) {
	max-width: 1000px;
	width: 90%;
	height: auto;
	margin: auto;
}
.outer_gray {padding-bottom: 40px;}
.history {
	max-width: 1000px;
	width: 90%;
    border: 1px solid #a0a0a0;
	padding-bottom: 40px;
	margin: auto;
}
.history tr {
    border-top: 1px solid #a0a0a0;
}
.history tr th {
    background: #1b6b40;
    color: #fff;
    text-align: center;
}
.history tr th:first-child {
    background: url(/sci/about/greeting/img/greeting_img02.png)no-repeat;
    background-size: cover;
    width: 280px;
}
.history tr td {
  width: auto;
  background: #fff;
}
.history tr td:first-child {
  background: url(/sci/about/greeting/img/greeting_img03.png)no-repeat center right -1px;
  background-size: cover;
}

.history tr th,
.history tr td {
    padding: 10px 20px;
}

@media screen and ( max-width: 700px ){
  
  .history tr th, .history table tr td {
      padding: 10px 10px;
  }
  .history {font-size: 13px;}
  .history tr th:first-child {
      width: 70px;
  }
  .history tr td:first-child {
    background: url(/sci/about/greeting/img/greeting_img03.png)no-repeat left;
    background-size: cover;
  }
  
  
}
