@charset "UTF-8";
/* Googleフォントの@importは削除。HTML側の<link>で1本化して読み込む（dammy版） */
.f_noto, .u-bold, .loto7_top .title-Lv4, .loto7_top .title-Lv3, .loto7_top .title-Lv2, .top-new .title-Lv4, .top-new .title-Lv3, .top-new .title-Lv2, .sns-list li.fb a, .lotoTable-List__table td {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.f_inter {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.f_base, .link-loto .title-Lv2, .lotoTable .addArea, .lotoTable .baseBtn, .lotoTable .title-Lv2, .homeBtn, .title-Lv2 {
  font-family: "Inter", "Noto Sans JP", serif;
}

.lotoTable .baseBtn, .homeBtn {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.pagination {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination p {
  margin: 0 15px !important;
}
.pagination p button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: #3c40d5;
  color: white;
  border: none;
  border-radius: 50%;
}
.pagination p.disabled button {
  display: none;
}
.pagination ul {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination ul li {
  margin: 0 0.25em;
}
.pagination ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid #ccc;
  color: #333;
  text-decoration: none;
}
.pagination ul li.current a {
  background-color: #f1f1f1;
  font-weight: bold !important;
}

.AdDisp #countainer {
  padding-bottom: 120px !important;
  overflow: hidden;
}

.Ad-Sp1 {
  margin: 75px auto 0;
  text-align: center;
}

.cls {
  min-height: 300px;
}
@media screen and (max-width: 767px) {
  .cls {
    min-height: 200px;
  }
}

.title-Lv2 {
  padding: 0.5em;
  display: flex;
  font-size: 32px;
  font-weight: 500;
  background-color: #f5f7f4;
  line-height: 1.5;
  color: #314f1d;
  border-bottom: 1px solid #314f1d;
}
@media screen and (max-width: 767px) {
  .title-Lv2 {
    font-size: 21px;
  }
}
.title-Lv2--loto7 {
  background-color: transparent;
  background-image: linear-gradient(180deg, white 40%, rgba(237, 237, 237, 0.35));
  color: #146179;
}

.headerBlank {
  display: block;
  width: 100%;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .headerBlank {
    display: none;
  }
}
@media print {
  .headerBlank {
    display: none;
  }
}

.homeBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #428c0d;
  font-size: 20px;
  padding: 1em;
  min-width: 250px;
  color: #428c0d;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .homeBtn {
    min-width: 200px;
    font-size: 15px;
  }
}
.homeBtn:hover {
  background-color: #428c0d;
  color: white;
  text-decoration: none;
}
@media print {
  .homeBtn {
    display: none;
  }
}
.homeBtn--loto7 {
  border-color: #0e87ae;
  color: #0e87ae;
}
.homeBtn--loto7:hover {
  background-color: #0e87ae;
}
.homeBtn--miniloto {
  border-color: #f07921;
  color: #f07921 !important;
}
.homeBtn--miniloto:hover {
  background-color: #f07921;
  color: white !important;
}
.homeBtn--bingo5 {
  border-color: #2a23ae;
  color: #2a23ae !important;
}
.homeBtn--bingo5:hover {
  background-color: #2a23ae;
  color: white !important;
}

.lotoTable {
  overflow: hidden;
}
.lotoTable .NotesCnt {
  display: flex;
  flex-direction: column;
  gap: 0.25em 0;
}
.lotoTable .Notes {
  display: inline-flex;
  padding-left: 1em;
  line-height: 1.5;
  position: relative;
  text-align: left;
}
.lotoTable .Notes::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.lotoTable__inner {
  padding: 2.5%;
  overflow: hidden;
}
@media print {
  .lotoTable__inner {
    padding: 1.5%;
  }
}
.lotoTable .title-Lv2 {
  padding: 0.5em;
  display: flex;
  font-size: 40px;
  font-weight: 500;
  background-color: #f5f7f4;
  line-height: 1.5;
  color: #314f1d;
  border-bottom: 1px solid #314f1d;
}
@media screen and (max-width: 767px) {
  .lotoTable .title-Lv2 {
    font-size: 24px;
  }
}
@media print {
  .lotoTable .title-Lv2 {
    font-size: 30px;
  }
}
.lotoTable .title-Lv2--loto7 {
  background-color: #f4f6f7;
  color: #1e5874;
  border-bottom: 1px solid #1e5874;
}
.lotoTable .title-Lv2--miniloto {
  background-color: #fefaf8;
  color: #b05300;
  border-bottom: 1px solid #b05300;
}
.lotoTable .title-Lv2--bingo5 {
  background-color: #fbf9fd;
  color: #681c94;
  border-bottom: 1px solid #681c94;
}
.lotoTable .panWrap {
  overflow: hidden;
}
.lotoTable .pan {
  float: none !important;
}
.lotoTable .baseBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #428c0c;
  color: white;
  text-decoration: none;
  font-size: 20px;
  padding: 1em 3em;
  border-radius: 50px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .lotoTable .baseBtn {
    font-size: 18px;
  }
}
.lotoTable .baseBtn:hover {
  background-color: #6ab036;
}
.lotoTable .baseBtn--loto7 {
  background-color: #0e87ae;
}
.lotoTable .baseBtn--loto7:hover {
  background-color: #27a9d3;
}
.lotoTable .baseBtn--miniloto {
  background-color: #ae2323;
}
.lotoTable .baseBtn--miniloto:hover {
  background-color: #f07921;
}
.lotoTable .baseBtn--bingo5 {
  background-color: #2a23ae;
}
.lotoTable .baseBtn--bingo5:hover {
  background-color: #6758d9;
}
.lotoTable-Lead p {
  margin-left: 0 !important;
  margin-right: 0 !important;
  float: none !important;
  font-size: 15px;
}
@media print {
  .lotoTable-Lead p {
    font-size: 14px;
  }
}
.lotoTable .addArea {
  background-color: #f2f2f2;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .lotoTable .addArea {
    font-size: 14px;
  }
}
.lotoTable .addArea__inner {
  padding: 5%;
}
@media screen and (max-width: 767px) {
  .lotoTable .addArea__inner {
    padding: 15% 5%;
  }
}
.lotoTable .addArea__column {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .lotoTable .TableScrollWrap {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .lotoTable .TableScroll {
    overflow: hidden;
    transform: scale(0.42);
    transform-origin: top left;
    cursor: pointer;
    transition: transform 0.3s ease, overflow 0.3s ease;
    position: relative;
    width: 238.1%; /* 横幅調整 */
    /* 高さを調整 */
  }
}
@media screen and (max-width: 767px) {
  .lotoTable .TableScroll.scroll-enabled {
    overflow-x: auto; /* 横スクロールを有効に */
    transform: none; /* スケールをリセット */
    width: auto; /* 横幅をリセット */
    cursor: default; /* 通常のポインタ */
  }
}
.lotoTable-List {
  position: relative;
  /* 左端のセル（ヘッダーとデータ）の固定 */
}
.lotoTable-List .sizeBtnWrap {
  align-items: center;
  gap: 0 0.5em;
  position: absolute;
  top: -10px;
  left: 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .lotoTable-List .sizeBtnWrap {
    display: flex;
  }
}
.lotoTable-List .sizeBtnWrap button {
  padding: 0.35em 1em;
  font-size: 13px;
  background: none;
  border: none;
  background-image: linear-gradient(180deg, white, #eaeff6);
  border: 1px solid #999;
  border-radius: 4px;
  color: #333;
}
.lotoTable-List .sizeBtnWrap button#sizeBtn2 {
  display: none;
}
.lotoTable-List .listHead {
  position: relative;
}
.lotoTable-List .listHead__column {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .lotoTable-List .listHead__column {
    justify-content: space-between;
  }
}
.lotoTable-List .toggleWrap {
  display: inline-flex;
  align-items: center;
  align-items: center;
  gap: 0 0.5em;
  display: none;
}
@media screen and (max-width: 767px) {
  .lotoTable-List .toggleWrap {
    display: flex;
  }
}
.lotoTable-List .toggleWrap .label {
  font-size: 13px;
}
.lotoTable-List .toggle-button-1 {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 25px;
  border-radius: 50px;
  background-color: #dddddd;
  cursor: pointer;
  transition: background-color 0.4s;
}
.lotoTable-List .toggle-button-1:has(:checked) {
  background-color: #2456c7;
}
.lotoTable-List .toggle-button-1:has(:checked)::after {
  left: 25px;
}
.lotoTable-List .toggle-button-1::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  box-shadow: 0 0 2.5px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  content: "";
  transition: left 0.4s;
}
.lotoTable-List .toggle-button-1 input {
  display: none;
}
.lotoTable-List .lastupdate {
  display: inline-flex;
  align-items: center;
  gap: 0 0.35em;
}
.lotoTable-List .print {
  display: inline-flex;
  align-items: center;
  gap: 0 0.35em;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .lotoTable-List .print {
    display: none;
  }
}
.lotoTable-List__table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .lotoTable-List__table--spScroll {
    width: 100%;
    min-width: 680px;
    table-layout: fixed;
  }
}
.lotoTable-List__table th,
.lotoTable-List__table td {
  padding: 0.25em;
  border: 1px solid #9cb0c9;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lotoTable-List__table th,
  .lotoTable-List__table td {
    padding: 0.2em 0.15em;
    font-size: 10px;
    line-height: 1;
  }
}
@media print {
  .lotoTable-List__table th,
  .lotoTable-List__table td {
    padding: 0.1em;
    line-height: 1.1;
    font-size: 10px;
    border: 1px solid #9cb0c9 !important;
  }
}
.lotoTable-List__table th {
  background-color: #f0f3fa;
  font-weight: bold;
}
@media print {
  .lotoTable-List__table th {
    background-color: #f0f3fa !important; /* 通常の背景色 */
    background-image: linear-gradient(#f0f3fa, #f0f3fa) !important; /* 強制適用 */
    -webkit-print-color-adjust: exact; /* WebKit系ブラウザ対応 */
    print-color-adjust: exact; /* その他のブラウザ対応 */
  }
}
.lotoTable-List__table td.hit, .lotoTable-List__table td.bonus {
  color: white;
  position: relative;
}
.lotoTable-List__table td.hit::after, .lotoTable-List__table td.bonus::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid white;
  box-sizing: border-box;
}
.lotoTable-List__table td.bonus {
  font-weight: 900;
  color: black;
}
.lotoTable-List__table td:nth-of-type(1).hit, .lotoTable-List__table td:nth-of-type(8).hit, .lotoTable-List__table td:nth-of-type(15).hit, .lotoTable-List__table td:nth-of-type(22).hit, .lotoTable-List__table td:nth-of-type(29).hit, .lotoTable-List__table td:nth-of-type(36).hit, .lotoTable-List__table td:nth-of-type(43).hit {
  background-color: #fe100f;
}
@media print {
  .lotoTable-List__table td:nth-of-type(1).hit, .lotoTable-List__table td:nth-of-type(8).hit, .lotoTable-List__table td:nth-of-type(15).hit, .lotoTable-List__table td:nth-of-type(22).hit, .lotoTable-List__table td:nth-of-type(29).hit, .lotoTable-List__table td:nth-of-type(36).hit, .lotoTable-List__table td:nth-of-type(43).hit {
    background-color: #fe100f !important; /* 通常の背景色 */
    background-image: linear-gradient(#fe100f, #fe100f) !important; /* 強制適用 */
    -webkit-print-color-adjust: exact; /* WebKit系ブラウザ対応 */
    print-color-adjust: exact; /* その他のブラウザ対応 */
  }
}
.lotoTable-List__table td:nth-of-type(2).hit, .lotoTable-List__table td:nth-of-type(9).hit, .lotoTable-List__table td:nth-of-type(16).hit, .lotoTable-List__table td:nth-of-type(23).hit, .lotoTable-List__table td:nth-of-type(30).hit, .lotoTable-List__table td:nth-of-type(37).hit {
  background-color: #fdfe35;
  color: black;
}
@media print {
  .lotoTable-List__table td:nth-of-type(2).hit, .lotoTable-List__table td:nth-of-type(9).hit, .lotoTable-List__table td:nth-of-type(16).hit, .lotoTable-List__table td:nth-of-type(23).hit, .lotoTable-List__table td:nth-of-type(30).hit, .lotoTable-List__table td:nth-of-type(37).hit {
    background-color: #fdfe35 !important; /* 通常の背景色 */
    background-image: linear-gradient(#fdfe35, #fdfe35) !important; /* 強制適用 */
    -webkit-print-color-adjust: exact; /* WebKit系ブラウザ対応 */
    print-color-adjust: exact; /* その他のブラウザ対応 */
  }
}
.lotoTable-List__table td:nth-of-type(3).hit, .lotoTable-List__table td:nth-of-type(10).hit, .lotoTable-List__table td:nth-of-type(17).hit, .lotoTable-List__table td:nth-of-type(24).hit, .lotoTable-List__table td:nth-of-type(31).hit, .lotoTable-List__table td:nth-of-type(38).hit {
  background-color: #ffac30;
  color: black;
}
@media print {
  .lotoTable-List__table td:nth-of-type(3).hit, .lotoTable-List__table td:nth-of-type(10).hit, .lotoTable-List__table td:nth-of-type(17).hit, .lotoTable-List__table td:nth-of-type(24).hit, .lotoTable-List__table td:nth-of-type(31).hit, .lotoTable-List__table td:nth-of-type(38).hit {
    background-color: #ffac30 !important; /* 通常の背景色 */
    background-image: linear-gradient(#ffac30, #ffac30) !important; /* 強制適用 */
    -webkit-print-color-adjust: exact; /* WebKit系ブラウザ対応 */
    print-color-adjust: exact; /* その他のブラウザ対応 */
  }
}
.lotoTable-List__table td:nth-of-type(4).hit, .lotoTable-List__table td:nth-of-type(11).hit, .lotoTable-List__table td:nth-of-type(18).hit, .lotoTable-List__table td:nth-of-type(25).hit, .lotoTable-List__table td:nth-of-type(32).hit, .lotoTable-List__table td:nth-of-type(39).hit {
  background-color: #1ca41b;
}
@media print {
  .lotoTable-List__table td:nth-of-type(4).hit, .lotoTable-List__table td:nth-of-type(11).hit, .lotoTable-List__table td:nth-of-type(18).hit, .lotoTable-List__table td:nth-of-type(25).hit, .lotoTable-List__table td:nth-of-type(32).hit, .lotoTable-List__table td:nth-of-type(39).hit {
    background-color: #1ca41b !important; /* 通常の背景色 */
    background-image: linear-gradient(#1ca41b, #1ca41b) !important; /* 強制適用 */
    -webkit-print-color-adjust: exact; /* WebKit系ブラウザ対応 */
    print-color-adjust: exact; /* その他のブラウザ対応 */
  }
}
.lotoTable-List__table td:nth-of-type(5).hit, .lotoTable-List__table td:nth-of-type(12).hit, .lotoTable-List__table td:nth-of-type(19).hit, .lotoTable-List__table td:nth-of-type(26).hit, .lotoTable-List__table td:nth-of-type(33).hit, .lotoTable-List__table td:nth-of-type(40).hit {
  background-color: #2a80d9;
}
@media print {
  .lotoTable-List__table td:nth-of-type(5).hit, .lotoTable-List__table td:nth-of-type(12).hit, .lotoTable-List__table td:nth-of-type(19).hit, .lotoTable-List__table td:nth-of-type(26).hit, .lotoTable-List__table td:nth-of-type(33).hit, .lotoTable-List__table td:nth-of-type(40).hit {
    background-color: #2a80d9 !important; /* 通常の背景色 */
    background-image: linear-gradient(#2a80d9, #2a80d9) !important; /* 強制適用 */
    -webkit-print-color-adjust: exact; /* WebKit系ブラウザ対応 */
    print-color-adjust: exact; /* その他のブラウザ対応 */
  }
}
.lotoTable-List__table td:nth-of-type(6).hit, .lotoTable-List__table td:nth-of-type(13).hit, .lotoTable-List__table td:nth-of-type(20).hit, .lotoTable-List__table td:nth-of-type(27).hit, .lotoTable-List__table td:nth-of-type(34).hit, .lotoTable-List__table td:nth-of-type(41).hit {
  background-color: #343586;
}
@media print {
  .lotoTable-List__table td:nth-of-type(6).hit, .lotoTable-List__table td:nth-of-type(13).hit, .lotoTable-List__table td:nth-of-type(20).hit, .lotoTable-List__table td:nth-of-type(27).hit, .lotoTable-List__table td:nth-of-type(34).hit, .lotoTable-List__table td:nth-of-type(41).hit {
    background-color: #343586 !important; /* 通常の背景色 */
    background-image: linear-gradient(#343586, #343586) !important; /* 強制適用 */
    -webkit-print-color-adjust: exact; /* WebKit系ブラウザ対応 */
    print-color-adjust: exact; /* その他のブラウザ対応 */
  }
}
.lotoTable-List__table td:nth-of-type(7).hit, .lotoTable-List__table td:nth-of-type(14).hit, .lotoTable-List__table td:nth-of-type(21).hit, .lotoTable-List__table td:nth-of-type(28).hit, .lotoTable-List__table td:nth-of-type(35).hit, .lotoTable-List__table td:nth-of-type(42).hit {
  background-color: #825ad2;
}
@media print {
  .lotoTable-List__table td:nth-of-type(7).hit, .lotoTable-List__table td:nth-of-type(14).hit, .lotoTable-List__table td:nth-of-type(21).hit, .lotoTable-List__table td:nth-of-type(28).hit, .lotoTable-List__table td:nth-of-type(35).hit, .lotoTable-List__table td:nth-of-type(42).hit {
    background-color: #825ad2 !important; /* 通常の背景色 */
    background-image: linear-gradient(#825ad2, #825ad2) !important; /* 強制適用 */
    -webkit-print-color-adjust: exact; /* WebKit系ブラウザ対応 */
    print-color-adjust: exact; /* その他のブラウザ対応 */
  }
}
.lotoTable-List__table .head-primary th {
  background-color: #2456c7;
  color: white;
  border-color: rgba(255, 255, 255, 0.6);
}
@media print {
  .lotoTable-List__table .head-primary th {
    background-color: #2456c7 !important; /* 通常の背景色 */
    background-image: linear-gradient(#2456c7, #2456c7) !important; /* 強制適用 */
    -webkit-print-color-adjust: exact; /* WebKit系ブラウザ対応 */
    print-color-adjust: exact; /* その他のブラウザ対応 */
  }
}
.lotoTable-List__table .head-primary th:nth-of-type(1) {
  border-left-color: #2456c7;
}
.lotoTable-List__table .head-primary th:nth-last-of-type(1) {
  border-right-color: #2456c7;
}
.lotoTable-List__table .head-secondary th {
  background-color: rgba(36, 86, 199, 0.7);
  color: white;
  border-color: rgba(255, 255, 255, 0.6);
}
@media print {
  .lotoTable-List__table .head-secondary th {
    background-color: rgba(36, 86, 199, 0.7) !important; /* 通常の背景色 */
    background-image: linear-gradient(rgba(36, 86, 199, 0.7), rgba(36, 86, 199, 0.7)) !important; /* 強制適用 */
    -webkit-print-color-adjust: exact; /* WebKit系ブラウザ対応 */
    print-color-adjust: exact; /* その他のブラウザ対応 */
  }
}
.lotoTable-List__table .head-secondary th:nth-last-of-type(1) {
  border-right-color: #9cb0c9;
}
.lotoTable-List__table tbody tr:hover td {
  background-color: #f0f3fa;
}
@media screen and (max-width: 767px) {
  .lotoTable-List .lotoTable-List__table th:first-child {
    width: 30px;
    position: sticky;
    left: 0;
    z-index: 20;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .lotoTable-List .lotoTable-List__table th:first-child::before {
    content: "";
    display: block;
    width: 29px;
    height: 100%;
    border-left: 1px solid #9cb0c9;
    border-right: 1px solid #9cb0c9;
    position: absolute;
    top: 0;
    left: -1px;
    z-index: 10;
  }
}
@media screen and (max-width: 767px) {
  .lotoTable-List .lotoTable-List__table .head-primary th:first-child::before {
    border-color: #2456c7;
  }
}
@media screen and (max-width: 767px) {
  .lotoTable-List .lotoTable-List__table .head-secondary th:first-child {
    width: auto !important;
    position: static;
  }
}

.titlearea--head {
  color: white;
  font-size: 32px;
  font-weight: 900;
  text-shadow: -1px -1px 0px #3e6323;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .titlearea--head {
    font-size: 22px;
  }
}
.titlearea--head--mini {
  text-shadow: -1px -1px 0px #e9811e;
}

.resultTitle {
  width: 760px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .resultTitle {
    width: 100%;
    overflow: hidden;
  }
}
.resultTitle img {
  display: block;
  width: 100%;
}
.resultTitle__num {
  width: 320px;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 800;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .resultTitle__num {
    width: 100%;
    top: auto;
    right: auto;
    left: 15px;
    bottom: 15px;
    height: auto;
    width: auto;
  }
}

.ad-Area {
  display: block;
  height: 280px;
  height: 420px !important;
}
@media screen and (max-width: 767px) {
  .ad-Area {
    height: 280px !important;
  }
}

.snsCopy {
  margin-top: 35px !important;
  display: block;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .snsCopy {
    margin-top: 15px !important;
    font-size: 13px;
  }
}

.sns-list {
  margin-top: 15px !important;
  display: flex;
  justify-content: center;
  padding: 0 10px !important;
  box-sizing: border-box;
  gap: 0 10px;
}
@media screen and (max-width: 767px) {
  .sns-list {
    padding: 0 !important;
    background-color: 0 5px;
  }
}
.sns-list li {
  width: 20%;
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
}
.sns-list li a {
  width: 100%;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  text-decoration: none;
  font-size: 12px;
}
.sns-list li a img {
  display: block;
  width: 18px;
}
.sns-list li.fblike {
  margin: 0;
}
.sns-list li.fb a {
  background-color: #4267b2;
  font-weight: 700;
  color: white;
}
.sns-list li.tw a {
  background-color: black;
}
.sns-list li.tw a img {
  width: 14px;
}
.sns-list li.hb a {
  background-color: #00a5de;
}
.sns-list li.hb a i {
  color: white;
}
.sns-list li.pk a {
  background-color: #ef3f56;
}
.sns-list li.line a {
  background-color: #06c755;
}
.sns-list li.urlCopy button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f6f6f6;
  border: none;
  position: relative;
  font-size: 12px;
  height: 28px;
  border-radius: 3px;
  gap: 0 0.35em;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.sns-list li.urlCopy button img {
  display: block;
  width: 15px;
}
@media screen and (max-width: 767px) {
  .sns-list li.urlCopy button #cAction {
    display: block;
    width: 120%;
    position: absolute;
    bottom: -15px;
    font-size: 10px;
    transform-origin: bottom center;
    transform: scale(0.9);
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .pgLoto6-Table footer {
    margin-bottom: 120px !important;
  }
}
@media print {
  .pgLoto6-Table #wrapper {
    width: 100% !important;
  }
}
@media print {
  .pgLoto6-Table article#content {
    background: none !important;
  }
}
@media print {
  .pgLoto6-Table #content #mainct.wide {
    width: 100% !important;
  }
}
@media print {
  .pgLoto6-Table #content .btnarea {
    display: none !important;
  }
}
@media print {
  .pgLoto6-Table #content p.pagetop {
    display: none !important;
  }
}
@media print {
  .pgLoto6-Table footer {
    display: none !important;
  }
}
@media print {
  .pgLoto6-Table .google-auto-placed {
    display: none !important;
  }
}
@media print {
  .pgLoto6-Table .adsbygoogle,
  .pgLoto6-Table iframe[src*=ads],
  .pgLoto6-Table ins.adsbygoogle {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
  }
}

.link-loto {
  padding-right: 15px !important;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .link-loto {
    padding-right: 0 !important;
  }
}
.link-loto .title-Lv2 {
  padding: 0.5em;
  display: flex;
  font-size: 32px;
  font-weight: 500;
  background-color: #f5f7f4;
  line-height: 1.5;
  color: #314f1d;
  border-bottom: 1px solid #314f1d;
}
@media screen and (max-width: 767px) {
  .link-loto .title-Lv2 {
    font-size: 21px;
  }
}
.link-loto .LinkList {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .link-loto .LinkList__inner {
    padding: 0 3.5%;
  }
}
.link-loto .LinkList__column {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .link-loto .LinkList__column {
    align-items: flex-start;
  }
}
.link-loto .LinkDetail {
  font-size: 15px;
  line-height: 1.6;
  border-bottom: 1px dotted #333;
}
@media screen and (max-width: 767px) {
  .link-loto .LinkDetail {
    text-align: left;
    font-size: 13px;
  }
}
.link-loto .LinkDetail__inner {
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .link-loto .LinkDetail__inner {
    padding: 1em 0;
  }
}
.link-loto .LinkDetail a {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .link-loto .LinkDetail a {
    font-size: 16px;
  }
}
.link-loto .linkTxt {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .link-loto .linkTxt {
    font-size: 16px !important;
  }
}

.tousenno .ball {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-family: "Inter", serif;
  font-size: 20px;
  font-weight: 700;
  text-shadow: 1.5px 1.5px 0 #fff, -1.5px -1.5px 0 #fff, -1.5px 1.5px 0 #fff, 1.5px -1.5px 0 #fff, 0px 1.5px 0 #fff, 0 -1.5px 0 #fff, -1.5px 0 0 #fff, 1.5px 0 0 #fff;
}
.tousenno .ball--01, .tousenno .ball--07, .tousenno .ball--13, .tousenno .ball--19, .tousenno .ball--25, .tousenno .ball--31, .tousenno .ball--37 {
  background: radial-gradient(circle at center, rgb(255, 255, 255) 10%, #ef9d9d 60%, #ef9d9d 100%);
}
.tousenno .ball--02, .tousenno .ball--08, .tousenno .ball--14, .tousenno .ball--20, .tousenno .ball--26, .tousenno .ball--32 {
  background: radial-gradient(circle at center, rgb(255, 255, 255) 10%, #ff3434 60%, #ff3434 100%);
}
.tousenno .ball--03, .tousenno .ball--09, .tousenno .ball--15, .tousenno .ball--21, .tousenno .ball--27, .tousenno .ball--33 {
  background: radial-gradient(circle at center, rgb(255, 255, 255) 10%, #4a4ae9 60%, #4a4ae9 100%);
}
.tousenno .ball--04, .tousenno .ball--10, .tousenno .ball--16, .tousenno .ball--22, .tousenno .ball--28, .tousenno .ball--34 {
  background: radial-gradient(circle at center, rgb(255, 255, 255) 10%, #ad54ed 60%, #ad54ed 100%);
}
.tousenno .ball--05, .tousenno .ball--11, .tousenno .ball--17, .tousenno .ball--23, .tousenno .ball--29, .tousenno .ball--35 {
  background: radial-gradient(circle at center, rgb(255, 255, 255) 10%, #fbb513 60%, #fbb513 100%);
}
.tousenno .ball--06, .tousenno .ball--12, .tousenno .ball--18, .tousenno .ball--24, .tousenno .ball--30, .tousenno .ball--36 {
  background: radial-gradient(circle at center, rgb(255, 255, 255) 10%, #15ae15 60%, #15ae15 100%);
}

header .address {
  display: none !important;
}

.contactUs {
  padding-right: 15px !important;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contactUs {
    padding-right: 0 !important;
  }
}
.contactUs p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .contactUs p {
    font-size: 14px;
  }
}
.contactUs .googleForm {
  display: block;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  left: -50px;
}
@media screen and (max-width: 767px) {
  .contactUs .googleForm {
    left: auto;
  }
}
.contactUs .googleForm > iframe {
  width: 100% !important;
  min-height: 1600px;
  height: 100vh;
  border: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .contactUs .googleForm > iframe {
    min-height: 1750px;
  }
}

.ctWrap {
  padding-right: 15px !important;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ctWrap {
    padding-right: 0 !important;
  }
}

.PartsBox {
  background-color: #fff6ea;
  border: 1px solid #ff3131;
  overflow: hidden;
}
.PartsBox__inner {
  padding: 1em;
}
.PartsBox p {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16px;
  color: #ff3131;
}
@media screen and (max-width: 767px) {
  .PartsBox p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .PartsBox p br {
    display: none;
  }
}

.pgNav {
  margin-left: 0.5em;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .pgNav {
    margin-left: 0;
  }
}
.pgNav li a {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  position: relative;
  gap: 0 0.35em;
  font-weight: bold;
}
.pgNav li a span {
  text-decoration: underline;
}
.pgNav li a::before {
  content: "＞";
  font-size: 9px;
}

article#content.pg-index p {
  margin: 0;
}

.top-new p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .top-new p {
    font-size: 15px;
  }
}
.top-new p.smallTxt {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .top-new p.smallTxt {
    font-size: 13px;
  }
}
.top-new .Section {
  width: calc(100% - 25px);
}
@media screen and (max-width: 767px) {
  .top-new .Section {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.top-new .title-Lv2 {
  padding: 0.5em 1em;
  display: flex;
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #999;
  background-image: linear-gradient(180deg, white 40%, rgba(237, 237, 237, 0.35));
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-new .title-Lv2 {
    font-size: 20px;
  }
}
.top-new .title-Lv2--loto7::before {
  content: "";
  display: block;
  width: 6px;
  height: calc(100% - 1em);
  background-color: #34a2c7;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.top-new .title-Lv2--loto6::before {
  content: "";
  display: block;
  width: 6px;
  height: calc(100% - 1em);
  background-color: #51a023;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.top-new .title-Lv2--miniloto::before {
  content: "";
  display: block;
  width: 6px;
  height: calc(100% - 1em);
  background-color: #ee7c28;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.top-new .title-Lv2--bingo5::before {
  content: "";
  display: block;
  width: 6px;
  height: calc(100% - 1em);
  background-color: #60218d;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.top-new .title-Lv3 {
  display: flex;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .top-new .title-Lv3 {
    font-size: 16px;
  }
}
.top-new .title-Lv4 {
  display: flex;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .top-new .title-Lv4 {
    font-size: 14px;
  }
}
.top-new .linkTxt {
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
  position: relative;
  gap: 0 0.5em;
}
.top-new .linkTxt::before {
  content: "";
  width: 7px;
  aspect-ratio: 1/1;
  border-top: solid 2px #1266bb;
  border-right: solid 2px #1266bb;
  transform: rotate(45deg);
}
.top-new .leadLink__Txt a {
  text-decoration: underline;
}
.top-new .AdBlock {
  position: relative;
}
.top-new .Outline__Table--loto7 {
  border: 4px solid #61c7e8;
}
.top-new .Outline__Table--loto7 th,
.top-new .Outline__Table--loto7 td {
  border: 1px solid #61c7e8;
}
.top-new .Outline__Table--loto7 th {
  background-color: #e0f3f9;
}
.top-new .Outline__Table--loto6 {
  border: 4px solid #87b76c;
}
.top-new .Outline__Table--loto6 th,
.top-new .Outline__Table--loto6 td {
  border: 1px solid #87b76c;
}
.top-new .Outline__Table--loto6 th {
  background-color: #e8f1e3;
}
.top-new .Outline__Table--miniloto {
  border: 4px solid #f4ac76;
}
.top-new .Outline__Table--miniloto th,
.top-new .Outline__Table--miniloto td {
  border: 1px solid #f4ac76;
}
.top-new .Outline__Table--miniloto th {
  background-color: #fef6ea;
}
.top-new .Outline__Table--bingo5 {
  border: 4px solid #a377c1;
}
.top-new .Outline__Table--bingo5 th,
.top-new .Outline__Table--bingo5 td {
  border: 1px solid #a377c1;
}
.top-new .Outline__Table--bingo5 th {
  background-color: #f5f4fd;
}
.top-new .Outline__Table th,
.top-new .Outline__Table td {
  padding: 0.75em 1em;
  font-size: 16px !important;
  line-height: 1.4 !important;
}
@media screen and (max-width: 767px) {
  .top-new .Outline__Table th,
  .top-new .Outline__Table td {
    font-size: 14px !important;
  }
}
.top-new .Box {
  border: 1px solid #999;
  box-sizing: border-box;
}
.top-new .Box--Ptn1 {
  background-color: #fffdf8;
  border: 4px solid #feb06a;
}
.top-new .Box__inner {
  padding: 3.5%;
}

.pagetopWrap {
  padding-right: 20px;
}

article#content.loto7_top p {
  margin: 0;
}

.loto7_top p,
.loto7_top li {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .loto7_top p,
  .loto7_top li {
    font-size: 15px;
  }
}
.loto7_top p.smallTxt,
.loto7_top li.smallTxt {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .loto7_top p.smallTxt,
  .loto7_top li.smallTxt {
    font-size: 13px;
  }
}
.loto7_top .pan li {
  font-size: 13px;
}
.loto7_top .Section {
  width: calc(100% - 20px);
}
@media screen and (max-width: 767px) {
  .loto7_top .Section {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.loto7_top .Section--full {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .loto7_top .Section--full {
    width: calc(100% - 20px);
  }
}
.loto7_top .title-Lv2 {
  padding: 0.5em;
  display: flex;
  font-size: 32px;
  font-weight: 500;
  border-bottom: 1px solid #999;
  background-image: linear-gradient(180deg, white 40%, rgba(237, 237, 237, 0.35));
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .loto7_top .title-Lv2 {
    font-size: 22px;
  }
}
.loto7_top .title-Lv2--loto6::before {
  content: "";
  display: block;
  width: 6px;
  height: calc(100% - 1em);
  background-color: #51a023;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.loto7_top .title-Lv2--miniloto::before {
  content: "";
  display: block;
  width: 6px;
  height: calc(100% - 1em);
  background-color: #ee7c28;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.loto7_top .title-Lv2--bingo5::before {
  content: "";
  display: block;
  width: 6px;
  height: calc(100% - 1em);
  background-color: #60218d;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.loto7_top .title-Lv3 {
  display: flex;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .loto7_top .title-Lv3 {
    font-size: 16px;
  }
}
.loto7_top .title-Lv4 {
  display: flex;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .loto7_top .title-Lv4 {
    font-size: 14px;
  }
}
.loto7_top .linkTxt {
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
  position: relative;
  gap: 0 0.5em;
}
.loto7_top .linkTxt::before {
  content: "";
  width: 7px;
  aspect-ratio: 1/1;
  border-top: solid 2px #1266bb;
  border-right: solid 2px #1266bb;
  transform: rotate(45deg);
}
.loto7_top .linkList li {
  position: relative;
  padding-left: 16px;
  text-decoration: underline;
  color: #1266bb;
}
@media screen and (max-width: 767px) {
  .loto7_top .linkList li {
    margin-left: 0.5em !important;
  }
}
.loto7_top .linkList li::before {
  content: "";
  width: 7px;
  aspect-ratio: 1/1;
  border-top: solid 1px #1266bb;
  border-right: solid 1px #1266bb;
  position: absolute;
  top: 0.7em;
  left: 0;
  transform: rotate(45deg);
}
.loto7_top .linkList li a {
  position: relative;
  text-decoration: none !important;
}
.loto7_top .leadLink__Txt a {
  text-decoration: underline;
}
.loto7_top .AdBlock {
  position: relative;
}
.loto7_top .Box {
  border: 1px solid #999;
  box-sizing: border-box;
}
.loto7_top .Box--Ptn1 {
  background-color: #fffdf8;
  border: 4px solid #feb06a;
}
.loto7_top .Box__inner {
  padding: 3.5%;
}
.loto7_top .imgBox {
  margin: 0;
  padding: 0;
}
.loto7_top .imgBox img {
  display: block;
  margin: 0;
  padding: 0;
}
.loto7_top .listDisc {
  margin-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .loto7_top .listDisc {
    margin-left: 0;
  }
}
.loto7_top .listDisc li {
  margin-left: 1em;
  list-style-type: disc;
}
.loto7_top .BnrArea {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .loto7_top .BnrArea {
    flex-direction: column;
    align-items: center;
    gap: 15px 0;
  }
}
.loto7_top .BnrArea a {
  display: block;
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .loto7_top .BnrArea a {
    width: 100%;
  }
}
.loto7_top .BnrArea a img {
  display: block;
  width: 100%;
}
.loto7_top .tousenp .tousenno table.notb + p {
  display: block;
  margin-top: 1em !important;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .loto7_top .loto7_sublb {
    padding: 0.75em !important;
    font-size: 17px !important;
  }
}

.sidebox .sideBnr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
}
.sidebox .sideBnr a {
  display: block;
}
.sidebox .sideBnr a img {
  display: block;
  width: 100%;
}
.sidebox .sideBnr a img.numbersBnr {
  width: calc(100% - 15px);
}
.sidebox .sideBlueMenu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.sidebox .sideBlueMenu li {
  margin: 0;
  padding: 0;
}
.sidebox .sideBlueMenu li a {
  display: block;
  padding: 0.75em 0.5em;
  padding-left: 2em;
  color: white;
  font-size: 15px;
  background-color: #1aa5d2;
  border-bottom: 1px solid white;
  line-height: 1.3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sidebox .sideBlueMenu li a {
    padding: 1em 0.5em;
    padding-left: 2em;
    text-align: left;
    font-size: 17px;
  }
}
.sidebox .sideBlueMenu li a::before {
  content: "";
  width: 5px;
  aspect-ratio: 1/1;
  border-top: solid 1.5px white;
  border-right: solid 1.5px white;
  position: absolute;
  top: 1.25em;
  left: 1em;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .sidebox .sideBlueMenu li a::before {
    top: 1.5em;
  }
}
.sidebox .sideBlueMenu li a:hover {
  background-color: #48bfe6;
}

.BnrArea {
  position: relative;
  padding: 25px 0;
}
.BnrArea__inner {
  padding: 0 35px;
}
@media screen and (max-width: 767px) {
  .BnrArea__inner {
    padding: 0 15px;
  }
}
.BnrArea .demeBnr {
  margin: 25px auto 0;
  display: block;
  width: 550px;
  box-sizing: border-box;
  border: 1px solid #206296;
}
@media screen and (max-width: 767px) {
  .BnrArea .demeBnr {
    width: 100%;
  }
}
.BnrArea p {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16px;
}
.BnrArea p a {
  text-decoration: underline;
}

/*!
utility > utility
------------------------------
*/
.u-mauto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-mlauto {
  margin-left: auto !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mt120 {
  margin-top: 120px !important;
}

.u-mt150 {
  margin-top: 150px !important;
}

.u-mt200 {
  margin-top: 200px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-mlauto {
  margin-left: auto !important;
}

.u-ml5 {
  margin-left: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mlr25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.u-p-reset {
  padding: 0 !important;
}

.u-ptb {
  padding: 100px 0 !important;
}
@media screen and (max-width: 767px) {
  .u-ptb {
    padding: 70px 0 !important;
  }
}

.u-ptb100 {
  padding: 100px 0 !important;
}
@media screen and (max-width: 767px) {
  .u-ptb100 {
    padding: 50px 0 !important;
  }
}

.u-ptb70 {
  padding: 70px 0 !important;
}
@media screen and (max-width: 767px) {
  .u-ptb70 {
    padding-top: 35px !important;
  }
}

.u-ptb50 {
  padding: 50px 0 !important;
}

.u-pt {
  padding-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .u-pt {
    padding-top: 70px !important;
  }
}

.u-pb {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .u-pb {
    padding-bottom: 70px !important;
  }
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pt150 {
  padding-top: 150px !important;
}

.u-pt200 {
  padding-top: 200px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pb200 {
  padding-bottom: 200px !important;
}

@media screen and (max-width: 767px) {
  .u-sp-m-reset {
    margin: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mauto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mlauto {
    margin-left: 0 !important;
    margin-left: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt0 {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt5 {
    margin-top: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt10 {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt15 {
    margin-top: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt25 {
    margin-top: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt35 {
    margin-top: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt50 {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt60 {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt70 {
    margin-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt80 {
    margin-top: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt100 {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt150 {
    margin-top: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mb0 {
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mb5 {
    margin-bottom: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mb50 {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ml15 {
    margin-left: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ptb {
    padding: 70px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ptb35 {
    padding: 35px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ptb50 {
    padding: 50px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt0 {
    padding-top: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt35 {
    padding-top: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt50 {
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt70 {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt100 {
    padding-top: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pb {
    padding-bottom: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pb0 {
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pb50 {
    padding-bottom: 50px !important;
  }
}

.u-fll {
  float: left;
}

.u-flr {
  float: right;
}

@media screen and (max-width: 767px) {
  .u-sp-fl-reset {
    float: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-flr {
    float: right !important;
  }
}

.u-alc {
  text-align: center !important;
}

.u-all {
  text-align: left !important;
}

.u-alr {
  text-align: right !important;
}

@media screen and (max-width: 767px) {
  .u-sp-alc {
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-all {
    text-align: left !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-alr {
    text-align: right !important;
  }
}

.u-vat {
  vertical-align: top !important;
}

.u-vam {
  vertical-align: middle !important;
}

.u-vab {
  vertical-align: bottom !important;
}

.u-wnum {
  width: 4em !important;
  max-width: 4em !important;
}

.u-w10 {
  width: 10% !important;
  max-width: 10% !important;
}

.u-w15 {
  width: 15% !important;
  max-width: 15% !important;
}

.u-w20 {
  width: 20% !important;
  max-width: 20% !important;
}

.u-w25 {
  width: 25% !important;
  max-width: 25% !important;
}

.u-w30 {
  width: 30% !important;
  max-width: 30% !important;
}

.u-w35 {
  width: 35% !important;
  max-width: 35% !important;
}

.u-w40 {
  width: 40% !important;
  max-width: 40% !important;
}

.u-w45 {
  width: 45% !important;
  max-width: 45% !important;
}

.u-w50 {
  width: 50% !important;
  max-width: 50% !important;
}

.u-w55 {
  width: 55% !important;
  max-width: 55% !important;
}

.u-w60 {
  width: 60% !important;
  max-width: 60% !important;
}

.u-w70 {
  width: 70% !important;
  max-width: 70% !important;
}

.u-w80 {
  width: 80% !important;
  max-width: 80% !important;
}

.u-w90 {
  width: 90% !important;
  max-width: 90% !important;
}

.u-w95 {
  width: 95% !important;
  max-width: 95% !important;
}

.u-w98 {
  width: 98% !important;
  max-width: 98% !important;
}

.u-w100 {
  width: 100% !important;
  max-width: 100% !important;
}

@media screen and (max-width: 767px) {
  .u-sp-w-reset {
    width: auto !important;
    max-width: initial !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w25 {
    width: 25% !important;
    max-width: 25% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w30 {
    width: 30% !important;
    max-width: 30% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w35 {
    width: 35% !important;
    max-width: 35% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w40 {
    width: 40% !important;
    max-width: 40% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w50 {
    width: 50% !important;
    max-width: 50% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w70 {
    width: 70% !important;
    max-width: 70% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w80 {
    width: 80% !important;
    max-width: 80% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w90 {
    width: 90% !important;
    max-width: 90% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w100 {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.u-of-hidden {
  overflow: hidden;
}

.u-bold {
  font-weight: 800;
}

.u-txtSmall {
  font-size: 1.4rem;
}

.u-txtLarge {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .u-txtLarge {
    font-size: 15px;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}

/*# sourceMappingURL=upd2.css.map */
