@charset "utf-8";
img {
  vertical-align: top;
}
div {
  box-sizing: border-box;
}
#bannerLogo {
  width: 160px;
}
.textNewLine {
  height: 8px;
}
.textNewSection {
  height: 32px
}
.textNormal {
  color: #002F5F;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
.textNormalBold {
  color: #002F5F;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.textNormalLyric {
  color: #002F5F;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 100;
  font-style: oblique;
  text-align: center;
}
.textNormalRed {
  color: #be0022;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
.titileNromal {
  color: #002F5F;
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
.titleBold {
  color: #002F5F;
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.headTitleBold {
  color: #002F5F;
  font-size: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.headTitleSub {
  color: #002F5F;
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
.headTitleBoldSub {
  color: #002F5F;
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.titleNormalRed {
  color: #be0022;
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
.textNormalMid {
  color: #002F5F;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
.textNormalSmall {
  color: #002F5F;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
.textNormalSmallTitle {
  color: #002F5F;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.textFooter {
  color: #7f7f7f;
  font-size: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 100;
  padding: 14px;
}
.normalBox {
	width: 100%;
  padding: 32px;
  margin-left: 0px;
  margin-right: 0px;
  border: solid 2px #dddddd;
  border-radius: 16px;
}
.linkBT {

}
.linkBT a {
	display: flex;
  color: #002F5F;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;

  text-decoration: none;
  padding: 0px;
}
.linkBT a:link { /*未訪問のリンク*/
}
.linkBT a:visited { /*訪問後のリンク*/
}
.linkBT a:hover { /*マウスをのせたとき*/
  background-color: #ffcc00;
}
.linkBT a:active { /*クリック中*/
}
.linkBT a img {
  height: 16px;
  padding-right: 8px;
  vertical-align: -2px;
}