@charset "utf-8";

/* ----------------------------------------
countermeasures
------------------------------------------- */
#countermeasures .box{
border: 1px solid #7d654e;
padding: 20px 30px;
}
#countermeasures ul li{
position: relative;
padding-left: 2rem;
margin-bottom: 5px;
}
#countermeasures ul li:last-child{
margin-bottom: 0;
}
#countermeasures ul li::before{
position: absolute;
display: inline-block;
font-family: 'FontAwesome';
content: "\f046";
color: #7d654e;
left: 0;
}
/* ----------------------------------------
concept
------------------------------------------- */
#concept .box {
  box-sizing: border-box;
  text-align: left;
  background: url("../images/cmn-images/bg01.jpg") 0 0 repeat-y;
  background-size: 100% auto;
  padding: 40px 5%;
  margin: 0 auto;
}
#concept .img-box {
  width: 80%;
  margin: 0 auto 40px auto;
}
#concept h3 {
  font-size: 1.8rem;
  font-weight: normal;
  padding-left: 10px;
  margin-bottom: 15px;
}
/* ----------------------------------------
access
------------------------------------------- */
#access table{
width: 100%;
}
#access table th,#access table td{
text-align: left;
vertical-align: top;
line-height: 1.5;
border-bottom: 1px dotted #7d654e;
padding: 10px 5px;
}
#access table th{
width: 80px;
}
#access table td span{
display: inline-block;
color: #473a2c;
margin-top: 5px;
}
/* ----------------------------------------
gallery
------------------------------------------- */
#gallery ul{
overflow: hidden;
}
#gallery ul li{
float: left;
width: 48%;
margin-bottom: 15px;
}
#gallery ul li:nth-child(2n){
margin-left: 4%;
}
