@charset "utf-8";
.vis1{
  min-width : 768px;
  max-width : 1100px;
}
.back1{
  background-color : #d4ce16;
  background-image : url(../img_top/main1back1.jpg);
  background-repeat : no-repeat;
  background-position : center top;
  border-bottom-width : 15px;
  border-bottom-style : solid;
  border-bottom-color : black;
}
.catch1{
  color : white;
  background-color : #0080ff;
  padding-left : 1em;
  padding-right : 1em;
  padding-top : 0.2em;
  padding-bottom : 0.2em;
}


/* ==================================================
   Responsive
================================================== */
@media screen and (max-width: 768px){
  .vis1{
    min-width : 0;
    width : 100%;
 margin-top:50px;
    max-width : none;
  }

  .back1{

    background-size : cover;
    background-position : center top;
    border-bottom-width : 8px;
  }

  .catch1{
    display : inline-block;
    padding-left : 0.5em;
    padding-right : 0.5em;
    line-height : 1.4;
  }
}
