h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul li {
  list-style: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
}
body {
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.5;
  position: relative;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #000000;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
}
.wrap {
  width: 920px;
  margin: 0 auto;
  position: relative;
}
a {
  color: #000000;
  text-decoration: none;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
.hover {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hover:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.80;
}
@media screen and (max-width: 767px) {
  .hover:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .hover:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: .8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .8;
  }
  100% {
    opacity: 1;
  }
}
.hover_flash:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
.floating {
  position: fixed;
  right: 15px;
  bottom: 90px;
  z-index: 99999999999999999;
  display: none;
}
.floating a {
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.floating a:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.80;
}
@media screen and (max-width: 767px) {
  .floating a:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@media screen and (max-width: 1000px) {
  .floating {
    right: 10px;
    bottom: 90px;
  }
  .floating a img {
    width: 120px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .floating {
    right: 5px;
    bottom: 90px;
  }
  .floating a img {
    width: 110px;
    height: auto;
  }
}
.header_border{
  border-top: 8px solid #eb5505;
}
header {
  background-color: #FFFFFF;
}
header .inner {
  padding: 25px 0;
  width: 920px;
  margin: 0 auto;
  position: relative;
}
header .logo img {
  width: 240px;
  height: auto;
}
@media screen and (max-width: 920px) {
  header .inner {
    width: auto;
    padding: 25px 20px;
  }
}
@media screen and (max-width: 767px) {
  header .inner {
    padding: 20px 20px;
  }
  header .logo img {
    width: auto;
    height: 20px;
  }
}


#modal {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
}
#modal.active {
  display: block;
}
#modal .inner {
  width: 600px;
  height: 340px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -170px;
  margin-left: -300px;
  border: 1px solid #898989;
  background-color: #FFFFFF;
  padding: 40px;
}
#modal .inner .logo {
  margin-bottom: 40px;
}
#modal .inner .text {
  line-height: 1.75;
  font-size: 16px;
  margin-bottom: 20px;
}
#modal .inner .next {
  text-align: center;
}
#modal .inner .next a {
  background-color: #eb5505;
  display: inline-block;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  padding: 10px 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#modal .inner .next a:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.80;
}
@media screen and (max-width: 767px) {
  #modal .inner .next a:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
#modal .inner .next .close {
  font-size: 13px;
  margin-top: 20px;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#modal .inner .next .close:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.80;
}
@media screen and (max-width: 767px) {
  #modal .inner .next .close:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  #modal .inner {
    width: 90%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -170px;
    margin-left: -45%;
    padding: 20px;
  }
  #modal .inner .logo {
    margin-bottom: 20px;
  }
  #modal .inner .logo img {
    height: 22px;
    width: auto;
  }
  #modal .inner .text {
    line-height: 1.75;
    font-size: 15px;
    margin-bottom: 20px;
  }
  #modal .inner .next {
    text-align: center;
  }
  #modal .inner .next a {
    display: block;
    font-size: 16px;
    padding: 10px 0;
  }
  #modal .inner .next .close {
    font-size: 13px;
    margin-top: 20px;
    text-decoration: underline;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #modal .inner .next .close:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.80;
  }
}
@media screen and (max-width: 767px) and screen and (max-width: 767px) {
  #modal .inner .next .close:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
.main {
  text-align: center;
}
.main img {
  width: 100%;
  height: auto;
  max-width: 1400px;
  margin: 0 auto;
}
.main .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .main .pc {
    display: none;
  }
  .main .sp {
    display: inline;
  }
}
.dib{
  display: inline-block;
}
.period {
  background-color: #eb5505;
  padding: 10px 0;
}
.period .inner {
  width: 920px;
  margin: 0 auto;
  position: relative;
  color: #FFFFFF;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}
.period .inner br {
  display: none;
}
.period .inner span {
  color: #eb5505;
  background-color: #FFFFFF;
  display: inline-block;
  padding: 0px 20px;
  margin-right: 20px;
  font-size: 19px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
}
@media screen and (max-width: 920px) {
  .period {
    padding: 10px 0;
  }
  .period .inner {
    width: 920px;
    margin: 0 auto;
    position: relative;
    padding: 0 10px;
    width: auto;
    font-size: 21px;
    line-height: 40px;
  }
  .period .inner span {
    padding: 0px 20px;
    margin-right: 20px;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .period {
    padding: 0px 0;
  }
  .period .inner {
    width: 920px;
    margin: 0 auto;
    position: relative;
    padding: 0 10px;
    width: auto;
    font-size: 23px;
    line-height: 1.5;
  }
  .period .inner br {
    display: block;
  }
  .period .inner span {
    display: block;
    line-height: 40px;
    padding: 0px;
    margin-right: 0;
    font-size: 17px;
    margin-bottom: 10px;
  }
}
.detail {
  width: 920px;
  margin: 0 auto;
  position: relative;
  width: 800px;
}
.detail h2 {
  background-color: #9e763c;
  color: #FFFFFF;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  font-weight: bold;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 30px;
}
.detail h3 {
  font-weight: bold;
  font-size: 17px;
}
.detail dl + dl {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #dadada;
}
.detail dl dt {
  margin-bottom: 5px;
}
.detail dl dd {
  font-size: 14px;
}
.detail dl dd span {
  display: block;
  font-size: 14px;
}
.detail dl dd ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.detail dl dd ul li + li {
  margin-top: 3px;
}
.detail dl dd ul li ul li + li {
  margin-top: 0;
}
.detail .block {
  border: 2px solid #9e763c;
  padding: 20px 30px;
  background-color: #FFFFFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 30px;
}
.detail .block h3 {
  font-size: 19px;
  color: #9e763c;
}
.detail .block dl dd {
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  .detail {
    width: auto;
    padding: 0 20px;
  }
  .detail h2 {
    line-height: 40px;
    font-size: 19px;
    margin-bottom: 30px;
  }
  .detail h3 {
    font-size: 15px;
  }
  .detail dl dt {
    margin-bottom: 10px;
  }
  .detail dl dd {
    font-size: 13px;
  }
  .detail dl dd span {
    font-size: 13px;
  }
  .detail dl dd ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .detail dl dd ul li + li {
    margin-top: 10px;
  }
  .detail dl dd ul li ul li {
    margin-top: 3px;
  }
  .detail .block {
    border: 2px solid #9e763c;
    padding: 20px 10px;
    margin-bottom: 30px;
  }
  .detail .block h3 {
    font-size: 18px;
  }
  .detail .block dl dd {
    font-size: 15px;
  }
}
.btn {
  padding: 50px 0 0 0;
  text-align: center;
}
.btn_topPadding{
  padding: 50px 0 0px 0;
}
.btn a {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}
.btn a:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.80;
}
@media screen and (max-width: 767px) {
  .btn a:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
.btn p {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .btn {
    padding: 30px 10px 0;
    margin-top: 0;
  }
  .btn_topPadding{
    padding: 30px 10px;
  }
  .btn img {
    width: 100%;
    height: auto;
  }
  .btn p {
    font-size: 12px;
  }
}


.btnb {
  padding: 40px 0 0;
  text-align: center;
}


.btnb p {
    font-size: 22px;
    font-weight: 800;
	color:#FF494C;
}


.ft-text {
	text-align: right;
    right: 0;
    top: 35px;
    font-weight: 500;
    font-size: 13px;
    color: #000;
	line-height: 1;
}

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

/*ãƒã‚¤ãƒ³ãƒˆãƒ†ã‚­ã‚¹ãƒˆ*/
.point{
text-align: center;
    font-size: 28px;
    margin-top: 30px;
}

/* ã“ã“ã‹ã‚‰ãƒ¢ãƒ¼ãƒ€ãƒ« */

.elm-cvb {
  display: block;
  text-align: center;
  border-radius: 500px;
  background: #2268c7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2268c7 0%, #1a519a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2268c7 0%, #1a519a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2268c7 0%, #1a519a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2268c7", endColorstr="#1a519a",GradientType=0 );
  /* IE6-9 */
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  padding: 1.4em 0 1.4em 1.2em;
  letter-spacing: 0.07em;
  position: relative;
  max-width: 630px;
  margin: 0 auto;
  margin-top: 20px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.21);
  cursor: pointer;
}
.elm-cvb:after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  border: 1px solid #fff;
  position: absolute;
  right: 1.5em;
  top: 50%;
  margin-top: -4px;
  transform: rotate(-45deg);
  border-left-color: rgba(16, 115, 230, 0);
  border-top-color: rgba(16, 115, 230, 0);
}
@media screen and (min-width: 769px) {
  .elm-cvb:after {
    height: 12px;
    width: 12px;
    margin-top: -6px;
    border-width: 2px;
  }
}
.elm-cvb:before {
  content: "";
  display: block;
  height: 70px;
  width: 50px;
  background: url(../images/icon_cvb.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  top: -12px;
  left: 7.5px;
}
.elm-cvb.more:before {
  content: none;
}
@media screen and (min-width: 769px) {
  .elm-cvb:before {
    height: 111px;
    width: 80px;
    top: -24px;
    left: 8.5px;
  }
  .elm-cvb.more:before {
    content: none;
  }
}
@media screen and (min-width: 769px) {
  .elm-cvb {
    font-size: 25px;
    transition: all 0.3s ease;
  }
  .elm-cvb:hover {
    transform: scale(1.1);
  }
  .elm-cvb.more {
    margin-top: 40px;
    cursor: pointer;
  }
}
@media screen and (max-width: 320px) {
  .elm-cvb {
    font-size: 14px;
    padding: 1.8em 0 1.8em 1.2em;
  }
}
	
.modal-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  width: 90vw;
  max-height: 90vh;
  background-color: #fff;
  border-radius: 5px;
  z-index: 99999;
  padding: 0;
}
.modal-window .inner {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1.6em;
  padding: 2rem;
  word-break: break-all;
}
.modal-window h2 {
  width: 100%;
  margin: 0;
}
.modal-window h3 {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #FE8D09;
  margin: 0;
  padding: .2em 0;
}
.modal-window h4 {
  display: inline-block;
  width: 100%;
  font-weight: 700;
  margin: 0 0 .2em;
}
.modal-window a {
  text-decoration: underline;
  color: #151FF5;
}
.modal-window ul.list_dotted {
  width: 100%;
  margin: 0 0 1.5em;
}
.modal-window ul.list_dotted li {
  width: 100%;
  padding: 0 0 0 1em;
  position: relative;
}
.modal-window ul.list_dotted li:before {
  content: "ãƒ»";
  position: absolute;
  left: 0;
  top: 0;
}
.modal-window ul.caution {
  margin: .5em 0 0;
}
.modal-window ul.caution li:before {
  content: "â€»";
}
.modal-window ul.numble {
  margin: .5em 0 0;
  counter-reset: number 0;
}
.modal-window ul.numble li {
  padding: 0 0 0 1.8em;
}
.modal-window ul.numble li:before {
  counter-increment: number 1;
  content: "ï¼ˆ" counter(number) "ï¼‰";
}
.modal-window ul li {
  margin: 0 0 .5em;
}
.modal-window ul li:last-child {
  margin: 0;
}
.js-close.closeBtn {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  transform: translate(0,-100%);
}
.js-close.closeBtn:before,
.js-close.closeBtn:after {
  content: "";
  width: 30px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: center;
}
.js-close.closeBtn:before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.js-close.closeBtn:after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.js-close.btm {
  width: 300px;
  height: 50px;
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 50px;
  font-weight: 600;
  background: #FE8D09;
  border-radius: 50px;
  margin: 40px auto;
  cursor: pointer;
}
.no_scroll {
  overflow: hidden;
}
.modal-window .red {
  color: red;
}
#modal-overlay.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: 2000%;
  transition: .3s linear;
  background-color: rgba(0,0,0,0.75);
  z-index: 9999;
}
.scroll_wrap {
  width: 90vw;
  max-width: 800px;
  height: auto;
  max-height: 90vh;
  overflow-x: visible;
  overflow-y: scroll;
}

@media screen and (max-width: 	) {
  .modal-window .inner {
    font-size: 14px;
    line-height: 1.6em;
    padding: 1rem;
  }
  .js-close.closeBtn:before,
  .js-close.closeBtn:after {
    width: 25px;
  }
  .js-close.closeBtn {
    width: 30px;
    height: 30px;
  }
}

.pc { display: block !important; }
.sp { display: none !important; }
 

@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}	

  .f0119{
    margin-top: 50px;
  }
  
  .0119_01{
  display:block;
  }

.DivLink .Link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.font_s{
	/*
	font-size: 24px;
    margin-top: 50px;
    margin-bottom: -15px;
    text-align: center;
    background: #eb5505;
    color: #fff;
    padding: 15px;
    */
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: -15px;
    text-align: center;
    background: #eb5505;
    color: #fff;
    padding: 15px;
    max-width: 630px;
    margin: 50px auto;
}
@media only screen and (max-width: 750px){
  .font_s {
    font-size: 18px;
    margin-bottom: -30px;
  }
}
.sp{ display: none; }

@media screen and (max-width: 768px) {
  .sp{ display: block; }
}
.font_m{
	padding-top:20px;
}
.ft-text{
	margin-top:40px;
}
.triangle{
	width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid #eb5505;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 25px;
}
.b_img{
	text-align: center;
    margin-top: 15px;
    max-width: 60%;
  height: 175px; /*ç”»åƒã®é«˜ã•*/
  transition-duration: 0.5s; /*å¤‰åŒ–ã®æ™‚é–“*/
}

.b_img:hover {
  transform: scale(1.1,1.1); /*ç”»åƒã®æ‹¡å¤§*/
  cursor: pointer; /*ã‚«ãƒ¼ã‚½ãƒ«ã‚’ãƒã‚¤ãƒ³ã‚¿ãƒ¼ã«ã™ã‚‹*/
}
.b_wrap{
  text-align:center;
  margin-bottom: 200px;/*ã“ã“ã¯è§¦ã‚‰ãªã„â†’æŒ™å‹•ãŒä¹±ã‚Œã‚‹*/
}

@media only screen and (max-width: 750px){
 .b_wrap{
   text-align:center;
   margin-bottom: -100px;
   margin-top: -15px;
 }
 .b_img{
    max-width: 90%;
    margin-bottom:50px;
}
}
.comment{
text-align:center;
font-size: 20px;
}
hr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  margin-top:1em ;
  margin-bottom: 1em;
}

.ct_r_02 {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  justify-content: left;
  padding: 6vh;
}
.ct_r_02 p {
  font-size : 16px;
  font-weight: 500;
  }

.ct_r_02  .item-1{
  width: 40%;
}
.ct_r_02  .item-2{
  padding: 10px;
}
@media (max-width: 768px) {
   .ct_r_02 {
    flex-direction: column;
    align-items: center;
    gap: 2vh;
  }
  .ct_r_02 p {
    font-size : 14px;
    font-weight: 500;
  }
  .ct_r_02  .item-1{
    width: 100%;
  }
}
h2.bl {
  background: #131769;
  margin-bottom: 1%;
}
.div_T{
	display: table;
	width: 100%;
}
/* 開催中のキャンペーンなど */
/* 非表示バナー */
.shoukai, .mitsumori{
  display: none;
}
.tg  {border-collapse:collapse;border-spacing:0;margin-bottom: 10px;}
.tg .tg-bzci{
  font-weight: bold;
}
.tg a, a:active, a:focus, a:visited {
  color: rgb(0, 0, 0);
  outline: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0.3);
  text-decoration: none;
}
.tg td{font-family:Arial, sans-serif;font-size:24px; font-weight: bold;
  overflow:hidden;padding:10px 5px;word-break:normal;text-decoration: none!important;}
.tg td small {font-size: 16px; font-weight: 400; line-height: 0.8em;text-decoration: none!important;}
.tg th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg .tg-bzci{font-size:20px;text-align:center;vertical-align:top;background-color:#11006d;color:#fff;padding: 2px;border:none;border-radius: 5px;}
.tg .tg-0lax{text-align:left;vertical-align:top}
.tg .tg-nx8p{font-size:18px;text-align:left;vertical-align:top}
.tg .tg-13pz{font-size:18px;text-align:center;vertical-align:top}
@media (max-width: 768px) {
  .tg td{font-family:Arial, sans-serif;font-size:20px; font-weight: bold;overflow:hidden;padding: 10px 4px;word-break:normal;text-decoration: none!important;}
  .tg td small {font-size: 14px; font-weight: 400;text-decoration: none!important;} 
}
.tg tr+tr {
  border-top: 1px solid #E0E0E0;
}
.tg .tg-0lax {
  vertical-align: middle;
}
.tg tr:last-of-type .tg-0lax{
  padding-bottom: 0;
}
.tg td.tg-0lax+.tg-0lax {
  vertical-align: top;
}
.tg a{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.tg a img {
    width: calc(30% - 2px);
    margin: auto 0;
    padding: 5px 0;
    height: auto;
    padding-right: 5px;
}
.tg a .campaign-txt {
    width: 70%;
    padding-left: 5px;
}
.tg .tg-0lax a small {
  line-height: 1.5em;
  display: block;
}

/* ポイント還元率変更注釈：20250701 add */
.point-change{
  display: flex;
  justify-content: center;
  padding: 0.5em;
}
.point-change span{
  white-space: nowrap;
}