/***********************************************************************
 * #Contents .mainCont
 ********************************************************************* */
#Contents .mainCont {
  background: #f4f4f4;
}
@media print, screen and (min-width: 768px) {
  #Contents .mainCont {
    padding: 100px 10px 120px;
  }
}
@media only screen and (max-width: 767px) {
  #Contents .mainCont {
    padding: 50px 10px;
  }
}

/***********************************************************************
 * #Contents .pageSect
 ********************************************************************* */
#Contents .pageSect {
  text-align: center;
}
#Contents .pageSect .sectMain .sectLead {
  color: #222D5D;
}
#Contents .pageSect .sectMain .sectSubLead {
  color: #222D5D;
}
@media print, screen and (min-width: 768px) {
  #Contents .pageSect .sectTit {
    margin-bottom: 20px;
    letter-spacing: 0.03em;
    font-size: 21px;
  }
  #Contents .pageSect .sectMain .sectLead {
    margin-bottom: 25px;
    letter-spacing: 0.15em;
    font-size: 65px;
    line-height: 1.2;
  }
  #Contents .pageSect .sectMain .sectSubLead {
    margin-bottom: 30px;
    letter-spacing: 0.03em;
    font-size: 25px;
  }
  #Contents .pageSect .sectMain .txt {
    font-size: 16px;
    line-height: 2.1875;
  }
}
@media only screen and (max-width: 767px) {
  #Contents .pageSect .sectTit {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
  #Contents .pageSect .sectMain .sectLead {
    margin-bottom: 10px;
    letter-spacing: 0.1em;
    font-size: 3rem;
  }
  #Contents .pageSect .sectMain .sectSubLead {
    margin-bottom: 20px;
    letter-spacing: 0.03em;
    font-size: 1.4rem;
  }
  #Contents .pageSect .sectMain .txt {
    font-size: 1.15rem;
    line-height: 1.5;
  }
}

/***********************************************************************
 * #Contents .rb
 ********************************************************************* */
#Contents .rb {
  position: relative;
}
#Contents .rb .rb_txt,#Contents .rb .rb_txt2 {
  position: absolute;
  bottom: 100%;
  left: -50%;
  width: 200%;
}

@media all and (-ms-high-contrast:none){
  #Contents .rb .rb_txt {
	  top: -20% !important;
	}
  #Contents .rb .rb_txt2 {
	  top: -2% !important;
	}
}
@supports (-ms-accelerator:true) {
  #Contents .rb .rb_txt {
	  top: -20% !important;
	}
  #Contents .rb .rb_txt2 {
	  top: 0% !important;
	}
}

/***********************************************************************
 * #Contents .pageSect .sectMain .sectLead .rb
 ********************************************************************* */
@media print, screen and (min-width: 768px) {
  #Contents .pageSect .sectMain .sectLead .rb .rb_txt,#Contents .pageSect .sectMain .sectLead .rb .rb_txt2 {
    letter-spacing: 0.2em;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #Contents .pageSect .sectMain .sectLead .rb .rb_txt,#Contents .pageSect .sectMain .sectLead .rb .rb_txt2 {
    font-size: 1rem;
  }
}


/***********************************************************************
 * #Contents .pageSect .sectMain .sectSubLead .rb
 ********************************************************************* */
@media print, screen and (min-width: 768px) {
  #Contents .pageSect .sectMain .sectSubLead .rb .rb_txt {
    letter-spacing: -0.1em;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  #Contents .pageSect .sectMain .sectSubLead .rb .rb_txt {
    letter-spacing: -0.1em;
    font-size: 0.9rem;
  }
}

/***********************************************************************
 * #Contents .spiritSect
 ********************************************************************* */
@media print, screen and (min-width: 768px) {
  #Contents .spiritSect {
    margin-bottom: 73px;
  }
}
@media only screen and (max-width: 767px) {
  #Contents .spiritSect {
    margin-bottom: 40px;
  }
}

/***********************************************************************
 * #Contents .policySect
 ********************************************************************* */
@media print, screen and (min-width: 768px) {
  #Contents .policySect .sectTit {
    margin-bottom: 40px;
  }
  #Contents .policySect .sectMain .sectLead {
    margin-bottom: 7px;
  }
}
