@charset "utf-8";

/* .cont */
.cont{
}


/* #cont1 */
#cont1{
  margin-top:min(9%,90px);
}
#cont1 .cont_wrapper{
  margin-top:min(7%,70px);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#cont1 .cont_wrapper figure{
  width:min(40%,450px);
}
#cont1 .cont_wrapper .sec{
  width:min(52%,590px);
  text-align:left;
}
#cont1 .cont_wrapper .sec h3{
  margin-bottom:1.5em;
  font-size:min(2.8vw,28px);
  letter-spacing:0.1em;
}
#cont1 .cont_wrapper .sec p{
  margin-top:1em;
}

@media screen and (max-width:768px){
  #cont1{
    margin-top:15%;
  }
  #cont1 .cont_wrapper{
    margin-top:9%;
    display: block;
  }
  #cont1 .cont_wrapper figure{
    width:auto;
  }
  #cont1 .cont_wrapper .sec{
    width:auto;
    margin-top:9%;
  }

  #cont1 .cont_wrapper .sec h3{
    margin-bottom:1em;
    font-size:7vw;
  }
}


/* #cont2 */
#cont2{
}
#cont2 .lead{
  margin-top:min(7%,70px);
}
#cont2 .lead p{
  margin-top:1em;
}
#cont2 .tbl{
  margin-top:min(7%,70px);
  border-top:1px solid #947A70;
  border-bottom:1px solid #947A70;
}
#cont2 .tbl td{
  background-color:#fff;
  text-align:left;
}
#cont2 .bottom{
  margin-top:min(7%,70px);
}

@media screen and (max-width:768px){
  #cont2 .lead{
    margin-top:9%;
    padding:0 6%;
    text-align:left;
  }
  #cont2 .tbl{
    margin-top:9%;
  }
  #cont2 .bottom{
    margin-top:9%;
  }
}


/* #cont3 */
#cont3{
}
#cont3 .lead{
  margin-top:min(7%,70px);
}
#cont3 .cont_wrapper{
  margin-top:min(7%,70px);
  padding:min(5%,50px);
  overflow:hidden;
  text-align:left;
}
#cont3 .cont_wrapper figure{
  width:min(20%,200px);
  margin-right:2em;
  float:left;
}
#cont3 .cont_wrapper a{
  border-bottom:1px solid;
}

@media screen and (max-width:768px){
  #cont3 .lead{
    margin-top:9%;
    padding:0 6%;
    text-align:left;
  }
  #cont3 .cont_wrapper{
    margin-top:9%;
    padding:7% 5%;
  }
  #cont3 .cont_wrapper figure{
    width:auto;
    margin:0 0 9%;
    float:auto;
  }
  #cont3 .cont_wrapper a{
    border-bottom:1px solid;
  }
}



