@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;
}
#cont1 .cont_wrapper .sec ul{
  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 figure{
  width:min(40%,450px);
}
#cont2 .cont_wrapper .sec{
  width:min(52%,590px);
  text-align:left;
}
#cont2 .cont_wrapper .sec p:nth-of-type(n+2){
  margin-top:1em;
}
#cont2 .cont_wrapper .sec ul{
  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 .tbl{
  margin-top:min(7%,70px);
  border-bottom:1px solid;
}
#cont3 .tbl th.bg_red{
  color:#fff;
  background-color:#DB7E7E;
}
#cont3 .tbl td{
  background-color:#FAF8F8;
}
#cont3 .tbl td.bg_pink{
  background-color:#FFF4F4;
}
#cont3 .tbl td a{
  border-bottom:1px solid;
}

@media screen and (max-width:768px){
  #cont3 .tbl{
    margin-top:9%;
  }
  #cont3 .tbl th{
    width:auto;
  }
  #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 .sec{
  margin-top:min(7%,70px);
  padding:min(6%,60px);
}
#cont4 .sec .disc_list{
  padding:2.5% 3%;
  text-align:left;
}
#cont4 .sec .disc_list li{
  display:inline-block;
  margin:0.5% 2%;
}
#cont4 .sec .disc_list li:before{
  color:#947A70;
}

@media screen and (max-width:768px){
  #cont4 .sec{
    margin-top:9%;
    padding:6% 5%;
  }
  #cont4 .sec .disc_list{
    padding:5% 3%;
    text-align:left;
  }
  #cont4 .sec .disc_list li{
    display:block;
    margin:3% 2.5%;
  }
  #cont4 .sec .disc_list li:before{
    color:#947A70;
  }
}


/* #cont5 */
#cont5{
}
#cont5 .sec{
  margin-top:min(7%,70px);
  padding:min(6%,60px);
}
#cont5 .sec p{
  margin-top:1em;
  text-align:left;
}
#cont5 .flow_list li{
  width:32.4%;
}
#cont5 .flow_list li:nth-child(4n+4){
  margin-right:1.3%;
}
#cont5 .flow_list li:nth-child(3n+3){
  margin-right:0;
}
#cont5 .flow_list li:nth-child(n+4){
  margin-top:min(4%,40px);
}

@media screen and (max-width:768px){
  #cont5 .sec{
    margin-top:9%;
    padding:6% 5%;
  }
  #cont5 .flow_list li{
    width:auto;
  }
  #cont5 .flow_list li:nth-child(n+4){
    margin-top:9%;
  }
}


/* #cont6 */
#cont6{
}
#cont6 .lead{
  margin-top:min(7%,70px);
}
#cont6 .sec{
  margin-top:min(7%,70px);
  padding:min(6%,60px);
}
#cont6 .sec p{
  margin-top:1em;
  text-align:left;
}
#cont6 .sec .disc_list{
  margin-top:1em;
  padding:2.5% 3%;
  text-align:left;
}
#cont6 .sec .disc_list li{
  display:inline-block;
  margin:0.5% 2%;
}
#cont6 .sec .disc_list li:before{
  color:#947A70;
}

@media screen and (max-width:768px){
  #cont6 .lead{
    margin-top:9%;
    text-align:left;
  }
  #cont6 .sec{
    margin-top:9%;
    padding:6% 5%;
  }
  #cont6 .sec .disc_list{
    padding:5% 3%;
    text-align:left;
  }
  #cont6 .sec .disc_list li{
    display:block;
    margin:3% 2.5%;
  }
  #cont6 .sec .disc_list li:before{
    color:#947A70;
  }
}



/* #cont7 */
#cont7{
}
#cont7 .lead{
  margin-top:min(7%,70px);
  padding:0 6%;
}
#cont7 .lead p{
  margin-top:1em;
}
#cont7 .sec{
  margin-top:min(7%,70px);
  padding:min(6%,60px);
}
#cont7 .sec .cont_wrapper{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#cont7 .sec .cont_wrapper figure{
  width:min(20%,200px);
}
#cont7 .sec .cont_wrapper section{
  width:min(75%,750px);
  text-align:left;
}
#cont7 .sec .cont_wrapper section h4{
  font-size:min(2.2vw,22px);
}
#cont7 .sec .cont_wrapper section p{
  margin-top:1em;
}

@media screen and (max-width:768px){
  #cont7 .lead{
    margin-top:9%;
    padding:0 6%;
    text-align:left;
  }
  #cont7 .sec figure{
    margin-bottom:9%;
  }
  #cont7 .sec .cont_wrapper{
    display: block;
  }
  #cont7 .sec .cont_wrapper section{
    width:auto;
    text-align:left;
  }
  #cont7 .sec .cont_wrapper section h4{
    font-size:5.5vw;
  }
}