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


.titBox{
  background-image: url("../original/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: 40px 0 0;

}

.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("../original/img/bg_middle.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 50px;
    background-size: 200%;
}
/*youtube 231022 修正*/
.conteBox02 {
  margin:  10% 4% 30px 4%;
}
.youtube {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}
.youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}


@media screen and (min-width:767px){
/*youtube 231022 修正*/
.conteBox02 {
  width: 700px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 60px;
}
.youtube {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}
.youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
  
.exBox{
  margin-top: 80px;
}  
  
.leadWp{
  margin-top: 20px;
  display: flex;
  justify-content: space-between;

}

.leadTx{
  width: 56%;
}
  
.leadImg{
  width: 34.28%;

}  
  
  
#merit{
  background-size:contain;  
  padding-top: 100px;  
}  
  
}


/*---------タイトル調整---------*/

@media screen and (max-width:767px){

.mainTit {
    font-size: 140%;
  letter-spacing: -0.03em;
  line-height: 2;
}

.mainTit .pgCateTtl {
    font-size: 60%;
  line-height: 1.6;  
}
}
