@charset "utf-8";

/* .cont */
.cont{
}


#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 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{
  margin-top:-1px;
  padding-top:0;
}
#cont3 .tit .only_tb{
  display:none;
}
#cont3 .lead{
  margin-top:min(7%,70px);
}
#cont3 .sec{
  margin-top:min(7%,70px);
  padding:min(6%,60px);
}
#cont3 .sec .disc_list{
  padding:2.5% 3%;
  text-align:left;
}
#cont3 .sec .disc_list li{
  display:inline-block;
  margin:0.5% 2%;
}
#cont3 .sec .disc_list li:before{
  color:#947A70;
}
#cont3 .sec p{
  margin-top:1em;
  text-align:left;
}
@media screen and (max-width:1200px){
  #cont3 .tit .only_tb{
    display:block;
  }
}
@media screen and (max-width:768px){
  #cont3 .lead{
    margin-top:9%;
    padding:0 6%;
    text-align:left;
  }
  #cont3 .sec{
    margin-top:9%;
    padding:6% 5%;
  }
  #cont3 .sec .disc_list{
    padding:5% 3%;
    text-align:left;
  }
  #cont3 .sec .disc_list li{
    display:block;
    margin:3% 2.5%;
  }
  #cont3 .sec .disc_list li:before{
    color:#947A70;
  }
  #cont3 .sec p{
    margin-top:1em;
    text-align:left;
  }
}



/* #cont4 */
#cont4{
}
#cont4 .tbl{
  margin-top:min(7%,70px);
}
#cont4 .tbl td{
  background-color:#FAF8F8;
}
#cont4 .bottom{
  max-width:94%;
  display:inline-block;
  margin-top:min(4%,40px);
  text-align:left;
}

@media screen and (max-width:768px){
  #cont4 .tbl{
    margin-top:9%;
  }
  #cont4 .tbl th{
    width:auto;
  }
  #cont4 .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 .bottom{
    margin-top:5%;
    max-width:88%;
  }
}


/* #cont5 */
#cont5 .cont_wrapper{
  margin-top:min(7%,70px);
  padding:min(6%,60px);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#cont5 .cont_wrapper:nth-of-type(n+2){
  margin-top:min(4%,40px);
}
#cont5 .cont_wrapper .fig{
  width:min(35%,350px);
}
#cont5 .cont_wrapper .sec{
  width:min(60%,602px);
  text-align:left;
}
#cont5 .cont_wrapper .sec p{
  margin-top:1em;
}
#cont5 .cont_wrapper .tbl {
  width:100%;
  margin-top:min(3%,30px);
  border-bottom:1px solid #DB7E7E;
}
#cont5 .cont_wrapper .tbl tr {
  border-top:1px solid #DB7E7E;
}
#cont5 .cont_wrapper .tbl th {
  color:#DB7E7E;
  background-color:#FFF4F4;
}
#cont5 .cont_wrapper .tbl td {
  border-left:1px solid #DB7E7E;
  text-align:left;
}

@media screen and (max-width:768px){
  #cont5 .cont_wrapper{
    margin-top:9%;
    padding:9% 6%;
    display: block;
  }
  #cont5 .cont_wrapper:nth-of-type(n+2){
    margin-top:9%;
  }
  #cont5 .cont_wrapper .fig{
    width:auto;
  }
  #cont5 .cont_wrapper .sec{
    width:auto;
    margin-top:9%;
  }
  
  #cont5 .cont_wrapper .tbl {
    width:100%;
    margin-top:9%;
  }
  #cont5 .cont_wrapper .tbl th {
    width:100%;
    display:block;
    border-bottom:1px solid #DB7E7E;
    padding:0.5em 0;
  }
  #cont5 .cont_wrapper .tbl td {
    display:block;
    border-left:none;
  }
}


/* #cont6 */
#cont6{
}
#cont6 .flow_list{
  margin-top:min(7%,70px);
}

@media screen and (max-width:768px){
  #cont6 .flow_list{
    margin-top:9%;
  }
}


/* #cont7 */
#cont7{
}
#cont7 .disc_list{
  margin-top:min(7%,70px);
}
#cont7 .disc_list li{
  display:inline-block;
  margin:0 0.8em;
}
#cont7 .lead{
  margin-top:1em;
}


@media screen and (max-width:768px){
  #cont7 .disc_list{
    margin-top:3%;
  }
  #cont7 .disc_list li{
    margin-top:2em;
  }
  #cont7 .lead{
    padding:0 6%;
    text-align:left;
  }
}


/* #cont8 */
#cont8{
}
#cont8 .lead{
  margin-top:min(7%,70px);
}
#cont8 .lead p{
  margin-top:1em;
}
#cont8 .lead p a{
  border-bottom:1px solid;
}

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

