@charset "utf-8";
/* CSS Document */

.titBox{
  background-image: url("../restoration/img/ttlbg.jpg");

}

.leadWp{
  margin-top: 20px;
}


  .leadTx p{
    font-family: 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 600;
}

.leadImg{
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
}

.leadImg .dName {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 110%;
    font-weight: bold;
}


.exBox{
  margin-top: 40px;
}

.exBox .bxNm{
  border: #000a8a solid 1px;
  padding: 3px 8px;
  display: inline-block;
  margin-bottom: 1em;
  color: #000a8a;
}

.exBox .inBx{
  display: flex;
  justify-content: space-between;
}

.exBox .inBx .leadThum{
  width: 46%;
  text-align: center;
}

.exBox .inBx .leadThum .dName{
  font-size: 90%;
  margin-top: 0.5em;
}

#merit {
    background-image: url("../restoration/img/bg_middle.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 50px;
    background-size: 200%;
}


@media screen and (min-width:767px){
  
.leadWp{
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction:row-reverse;  
}

  .leadTx{
  width: 46%;
}
  
.leadImg{
  width: 46%;

}
  
.exBox {
    margin-top: 80px;
}  
  
#merit{
  background-size:contain;  
  padding-top: 100px;  
}  
  
}





