@charset "UTF-8";

main {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
}
a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
.bgRed {
  background-color: #e6002d;
  padding: 7.407% 3.7038% 3.7038%;
}
.bgWhite {
  background-color: #ffffff;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20.27% 1.85186% 3.7038%;
}
.bgWhite::before {
  position: absolute;
  content: '';
  background: url("../img/img_01.png") no-repeat center top / 100%;
  top: -65px;
  left: 50%;
  width: 920px;
  height: 228px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1079px) {
  .bgWhite::before {
    top: -6.2vw;
    width: 85.0vw;
    height: 23.8vw;
  }
}
.bgYellow {
  background-color: #ffd800;
  padding: 3.7038% 12.96% 0;
}
.contsImg {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0 2.77778%;
}
.bgWhite .contsTxt {
  font-size: 2.2em;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}
.bgYellow .contsTxt {
  font-size: 2.1rem;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}
.cpNotesItem02 {
  text-indent: -1.5em;
  padding: 0px 0px 0px 1.5em;
}
.cpNotesItem03 {
  text-indent: -2.0em;
  padding: 0px 0px 0px 2em;
}
