/* 2024リニューアル 旧サイトからのhtml移行ページ用style */
main p {
  font-size: 14px;
}
main img {
  display: inline;
}
main table {
  border-collapse: collapse;
}
.middlecontainer main a,
main a {
  color: #1356a2;
  text-decoration: underline;
}
.w1of1 {
  width: 100%;
}
.w1of1:nth-of-type(1n + 1) {
  clear: both;
}
.w1of2 {
  width: 50%;
}
.w1of2:nth-of-type(2n + 1) {
  clear: both;
}
.w1of3 {
  width: 33.33333%;
}
.w1of3:nth-of-type(3n + 1) {
  clear: both;
}
.w1of4 {
  width: 25%;
}
.w1of4:nth-of-type(4n + 1) {
  clear: both;
}
.w1of5 {
  width: 20%;
}
.w1of5:nth-of-type(5n + 1) {
  clear: both;
}
.w1of6 {
  width: 16.66667%;
}
.w1of6:nth-of-type(6n + 1) {
  clear: both;
}
.w1of7 {
  width: 14.28571%;
}
.w1of7:nth-of-type(7n + 1) {
  clear: both;
}
.w1of8 {
  width: 12.5%;
}
.w1of8:nth-of-type(8n + 1) {
  clear: both;
}
.w1of9 {
  width: 11.11111%;
}
.w1of9:nth-of-type(9n + 1) {
  clear: both;
}
.w1of10 {
  width: 10%;
}
.w1of10:nth-of-type(10n + 1) {
  clear: both;
}
.row {
  *zoom: 1;
}
.row:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.row > .left {
  float: left;
}
.row > .right {
  float: right;
}
.row2 {
  margin-left: -1px;
  margin-right: -1px;
}
.row2 > .left,
.row2 > .right {
  padding-left: 1px;
  padding-right: 1px;
}
.row5 {
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.row5 > .left,
.row5 > .right {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.row10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row10 > .left,
.row10 > .right {
  padding-left: 5px;
  padding-right: 5px;
}
.row20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row20 > .left,
.row20 > .right {
  padding-left: 10px;
  padding-right: 10px;
}
.row30 {
  margin-left: -15px;
  margin-right: -15px;
}
.row30 > .left,
.row30 > .right {
  padding-left: 15px;
  padding-right: 15px;
}
.w5p {
  width: 5% !important;
}
.w10p {
  width: 10% !important;
}
.w15p {
  width: 15% !important;
}
.w20p {
  width: 20% !important;
}
.w25p {
  width: 25% !important;
}
.w30p {
  width: 30% !important;
}
.w35p {
  width: 35% !important;
}
.w40p {
  width: 40% !important;
}
.w45p {
  width: 45% !important;
}
.w50p {
  width: 50% !important;
}
.w55p {
  width: 55% !important;
}
.w60p {
  width: 60% !important;
}
.w65p {
  width: 65% !important;
}
.w70p {
  width: 70% !important;
}
.w75p {
  width: 75% !important;
}
.w80p {
  width: 80% !important;
}
.w85p {
  width: 85% !important;
}
.w90p {
  width: 90% !important;
}
.w95p {
  width: 95% !important;
}
.w100p {
  width: 100% !important;
}
@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767.98px) {
  .pc {
    display: none !important;
  }
  .row {
    max-width: none;
  }
}
