@charset "utf-8";

/***************************************************
  stock_info.css
***************************************************/

.txt-01{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 50px;
}
ul.column.col3 li{
  box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  margin-bottom: 30px;
}
ul.column.col3 li a{
  display: block;
  height: 100%;
}
ul.column.col3 li img{
  width: 100%;
}
ul.column.col3 li p{
  padding: 10px 20px 10px 10px;
}
ul.column.col3 li:hover{
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0,0,0,0.06);
}
ul.column.col3 li:hover img{
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0.8;
}
.txt-arrow{
  margin-bottom: 0;
  background-position: center right 10px;
}
.txt-arrow.txt-blank{
  width: 100%;
  display: table;
  background: none;
}
.column .txt-arrow.txt-blank p:before {
  right: 10px;
}
@media only screen and (max-width: 640px) {
  .txt-01{
    margin: 30px 0;
    font-size: 14px;
  }
  ul.column{
    margin-top: 30px;
  }
  ul.column.sp2 > li{
    margin-bottom: 30px;
  }
  ul.column.col3 li p{
    font-size: 14px;
  }
}