@charset "utf-8";
img {
  vertical-align: top;
}
div {
  box-sizing: border-box;
}
.textNewLine {
  height: 8px;
}
.textNewSection {
  height: 32px
}
.textNormal {
  color: #002F5F;
  font-size: 16px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.textNormalBold {
  color: #002F5F;
  font-size: 16px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.textNormalLyric {
  color: #002F5F;
  font-size: 16px;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-weight: 400;
  font-style: oblique;
  text-align: center;
}
.textNormalRed {
  color: #be0022;
  font-size: 16px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.textNormalMid {
  color: #002F5F;
  font-size: 18px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.textNormalSmall {
  color: #002F5F;
  font-size: 14px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.textNormalSmallSmall {
  color: #002F5F;
  font-size: 12px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.textNormalSmallBold {
  color: #002F5F;
  font-size: 14px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.textFooter {
  color: #7f7f7f;
  font-size: 12px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 14px;
}
.titleNormal {
  color: #002F5F;
  font-size: 20px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.titleNormalRed {
  color: #be0022;
  font-size: 20px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.titleHead {
  color: #002F5F;
  font-size: 24px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.titleHeadSub {
  color: #002F5F;
  font-size: 20px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.titleHeadSubBold {
  color: #002F5F;
  font-size: 20px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.tableTitle {
  color: #002F5F;
  font-size: 16px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 4px;
  margin: 4px;
  border-radius: 4px;
}
.tableText {
  color: #002F5F;
  font-size: 16px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 4px;
  margin: 4px;
}
.linkBT {}
.linkBT a {
  display: flex;
  color: #002F5F;
  font-size: 16px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  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;
  padding-top: 3px;
}
.normalBox {
  width: auto;
  padding: 32px;
  margin-left: 0px;
  margin-right: 0px;
  border: solid 0px #dddddd;
  border-radius: 16px;
  background-color: #f4f4f4;
}
.normalBoxFit {
  display: inline-block;
  width: auto;
  padding: 32px;
  margin-left: 0px;
  margin-right: 0px;
  border: solid 0px #dddddd;
  border-radius: 16px;
}
.sectionTitleBox {
  display: inline-block;
  padding: 8px 8px;
  margin: 0 0;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}
hr {
  border: none;
  border-top: 1px solid #002F5F;
  color: #002F5F;
  overflow: visible;
  text-align: center;
  height: 0px;
}