@charset "utf-8";

/* .cont */
.cont{
}


/* #cont1 */
#cont1{
}
#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 .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 .cont_wrapper{
  margin-top:min(7%,70px);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#cont2 .cont_wrapper:nth-of-type(even){
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#cont2 .cont_wrapper figure{
  width:min(40%,450px);
}
#cont2 .cont_wrapper .sec{
  width:min(52%,590px);
  text-align:left;
}
#cont2 .cont_wrapper .sec p:nth-child(n+2){
  margin-top:1em;
}

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


/* #cont3 */
#cont3{
}
#cont3 .cont_wrapper{
  margin-top:min(7%,70px);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#cont3 .cont_wrapper .fig{
  width:min(40%,450px);
}
#cont3 .cont_wrapper .sec{
  width:min(52%,590px);
  text-align:left;
}
#cont3 .cont_wrapper .sec p{
  margin-top:1em;
}
#cont3 .cont_wrapper .tbl {
  width:100%;
  margin-top:min(7%,70px);
  border-top:1px solid;
  border-bottom:1px solid;
}
#cont3 .cont_wrapper .tbl th{
  width:300px;
}
#cont3 .cont_wrapper .tbl td{
  text-align:left;
}
#cont3 .cont_wrapper .tbl td ul li .line{
  border-bottom:1px solid;
}

@media screen and (max-width:768px){
  #cont3 .cont_wrapper{
    margin-top:9%;
    display: block;
  }
  #cont3 .cont_wrapper .fig{
    width:auto;
  }
  #cont3 .cont_wrapper .sec{
    width:auto;
    margin-top:9%;
  }
  
  #cont3 .cont_wrapper .tbl {
    width:100%;
    margin-top:9%;
  }
  
  #cont3 .tbl th:first-of-type{
    width:2em;
    line-height:1;
    letter-spacing:0.1em;
    text-indent:0.1em;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
  }
}


/* #cont4 */
#cont4{
}
#cont4 .cont_wrapper{
  margin-top:min(7%,70px);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#cont4 .cont_wrapper figure{
  width:min(40%,450px);
}
#cont4 .cont_wrapper .sec{
  width:min(52%,590px);
  text-align:left;
}
#cont4 .cont_wrapper .sec p:nth-child(n+2){
  margin-top:1em;
}
#cont4 .cont_wrapper .sec p a{
  border-bottom:1px solid;
}

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


