a:hover img{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: “alpha( opacity=60 )”;
}

.smart-jyuusho{
  text-align : left ;
   margin-bottom : 20px ;
  font-size : 12px ;
}
/***** コンタクトフォーム *****/
.table-contactform7{
  overflow: hidden;
table-layout: auto;
}
 
.required-contactform7{
  padding: 5px;
  background: #DE8686;
  color: #ffffff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.unrequired-contactform7{
  padding: 5px;
  background: #BDBDBD;
  color: #ffffff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.table-contactform7 th{
  font-weight:bold;
}
 
.table-contactform7 input,
.table-contactform7 textarea{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
 
.address-100 input{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
 
.message-100 textarea{
  width: 100%;
  margin: 5px 10px 10px 5px;
}
 
@media screen and (min-width: 900px){
  .table-contactform7 th{
    width:28%;
  }
    }
     
@media screen and (max-width: 900px){
.table-contactform7{
  display:block;
}     
       
  .table-contactform7 tbody,
  .table-contactform7 tr{
    display: block;
    width: 100%;
  }
  .table-contactform7 th{
  width:100%;
  display:block;
}
.table-contactform7 td{
  width: 100%;
}
		html {
  font-size: 75%;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 87.5%;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 100%;
  }
.image-container {

    display: flex;

    justify-content: space-around; /* 子要素を均等に配置します */

    align-items: center; /* 子要素を縦方向の中心に揃えます */

    height: 100vh; /* ビューポートの高さに合わせます（任意） */

}		
}
}