@charset "Shift_JIS";

.style1 {
  color: #ff0000;
  font-weight: bold;
}
.style2 {
  color: #ff0000;
}
.style3 {
  margin: 0 10px 15px 10px;
}

#contents {
  margin: 0 0 30px 0;
  padding: 0 0 0 0;
}
.title_txt {
  margin: 0 10px 15px 10px;
  padding: 15px 0 15px 35px;
  text-align: left;
  position: relative;
  font-size: 16px;
  line-height: 1.3;
  background: url(../images/shared/h2_bg.png) no-repeat left center, url(../images/shared/h2_line.png) repeat-x left bottom;
  background-size: 25px 25px, 350px 6px;
  letter-spacing: 1px;

  vertical-align: middle;
}

.tit_txt {
  margin: 0;
  padding: 0 10px 0px 15px;
  font-size: 12px;
  line-height: 1.4;
  color: #333;
}

.tit_txt2 {
  margin: 0;
  padding: 10px 10px 0px 15px;
  font-size: 12px;
  line-height: 1.4;
  color: #333;
}

#news_txt ul {
  margin: 0px 10px 0px 10px;
  padding: 0 0px 0px 0;
  list-style: none;
}
#news_txt ul li {
  width: auto;
  padding-top: 10px;
  padding-bottom: 14px;
  padding-left: 5px;
  font-family: "?l?r ?S?V?b?N", "Osaka?|????";
  font-size: 12px;
  line-height: 1.5;
  color: #333;
  border-bottom: 1px dashed #ccc;
}

#news_txt a:hover {
  color: #006699;
}

#news_txt img {
  vertical-align: middle;
  float: right;
}

.modoru {
  margin-right: 10px;
  margin-top: 0px !important;
  padding-top: 0px;
  text-align: right;
  font-size: 12px;
  line-height: 12px;
  color: #666;
}
.modoru A:link {
  color: #006699;
  text-decoration: none;
}

span.span_txt_style {
  margin: 0px 40px 20px !important;
  padding: 0px 0 0 0 !important;
  text-align: center;
  font-size: 16px !important;
  line-height: 1.4 !important;
  color: #333;
  font-family: sans-serif "?l?r ?S?V?b?N", "Osaka?|????" !important;
  display: block;
}

#table_1 {
  margin: 0;
  padding: 0px 0px 0px 0px;
  font-size: 12px;
  line-height: 140%;
  color: #333;
}

table#t01 td {
  padding: 8px;
}

table#t02 {
  width: 100% !important;
}

table#t02 td {
  padding: 8px;
}

table#t01 {
  margin-left: 15px;
  margin-top: 10px;
  padding: 0px;
  width: 93%;
  line-height: 14px;
  font-size: 11px;
  border-top: solid 1px #336699;
  border-collapse: collapse;
}

#td1 {
  width: 60px !important;
  text-align: center;
  background-color: #f7f8fc;
  border-right: solid 1px #336699;
  border-bottom: solid 1px #336699;
  white-space: nowrap;
}

#td2 {
  border-bottom: solid 1px #336699;
  line-height: 18px;
  font-size: 11px;
}

#td3 {
  text-align: left;
  border-left: solid 5px #336699;
  border-bottom: solid 1px #336699;
  background-color: #dee4f4;
  font-weight: bold;
}

#td4 {
  width: 80px;
  text-align: center;
  background-color: #f7f8fc;
  border-left: dashed 1px #336699;
  border-bottom: solid 1px #336699;
}

#td4 img {
  width: 60px;
  height: auto;
}

table#t01 #td5 {
  padding: 0px;
}

table#t02 #td6 {
  text-align: center;
  border-right: solid 1px #336699;
  border-bottom: solid 1px #336699;
}

table#t02 #td7 {
  width: 78px;
  text-align: center;
  background-color: #f7f8fc;
  border-right: solid 1px #336699;
  border-bottom: solid 1px #336699;
}

table#t02 #td8 {
  width: 78px;
  text-align: center;
  background-color: #f7f8fc;
  border-bottom: solid 1px #336699;
}

table#t02 #td9 {
  text-align: center;
  border-bottom: solid 1px #336699;
}

.attention-order {
  width: 100%;
  margin: 40px 0 0 0;
  padding: 20px 10px;
  background: #f1fbff;
}
.attention-order * {
  box-sizing: border-box;
}
.attention-order p {
  width: 100%;
  padding-bottom: 15px;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
}
.attention-order .wrap {
  display: block;
}
.attention-order .wrap a {
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
  background: #006cb6;
  border-radius: 3px;
  transition: 0.3s;
}
.attention-order .wrap a.swap {
  color: #006cb6;
  border: 2px solid #006cb6;
  background: #fff;
}
.attention-order .wrap a:hover {
  color: #fff;
  text-decoration: none;
  background: #75cef1;
}
.attention-order .wrap a.swap:hover {
  color: #75cef1;
  border: 2px solid #75cef1;
  background: #fff;
}
.attention-order .wrap a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
  transform: translateY(-50%);
  z-index: 1;
  user-select: none;
  pointer-events: none;
}
.attention-order .wrap a.swap:before {
  border: 6px solid transparent;
  border-left: 6px solid #006cb6;
}
.attention-order .wrap a.swap:hover:before {
  border: 6px solid transparent;
  border-left: 6px solid #75cef1;
}
.attention-order .wrap a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 40px 20px 20px;
  font-size: 16px;
  font-weight: 700;
}

.index_chu3_list {
  width: 100%;
  margin: 20px 0;
  padding: 0 10px;
  box-sizing: border-box;
}

.index_chu3_list li {
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
}

.index_chu3_list li b {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-size: 15px;
}

.index_chu3_list li .button {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}
.index_chu3_list li .button a {
  position: relative;
  display: block;
  width: 200px;
  padding: 7px 15px;
  color: #fff;
  background: #006cb6;
  border-radius: 3px;
  box-sizing: border-box;
  transition: 0.3s;
}
.index_chu3_list li .button a.detail {
  margin-right: 10px;
  background: #45bfef;
}
.index_chu3_list li .button a:hover {
  color: #fff;
  text-decoration: none;
  background: #75cef1;
}
.index_chu3_list li .button a.detail:hover {
  background: #79d8fd;
}
.index_chu3_list li .button a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
  transform: translateY(-50%);
  z-index: 1;
  user-select: none;
  pointer-events: none;
}
.index_chu3_list li .button a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 40px 20px 20px;
  font-size: 16px;
  font-weight: 700;
}

.attention-list li .button {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}
.attention-list li .button a {
  position: relative;
  display: block;
  width: 200px;
  padding: 7px 15px;
  color: #fff;
  background: #006cb6;
  border-radius: 3px;
  box-sizing: border-box;
  transition: 0.3s;
}
.attention-list li .button a.detail {
  margin-right: 10px;
  background: #45bfef;
}
.attention-list li .button a:hover {
  color: #fff;
  text-decoration: none;
  background: #75cef1;
}
.attention-list li .button a.detail:hover {
  background: #79d8fd;
}
.attention-list li .button a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
  transform: translateY(-50%);
  z-index: 1;
  user-select: none;
  pointer-events: none;
}
.attention-list li .button a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 40px 20px 20px;
  font-size: 16px;
  font-weight: 700;
}

.index_chu3_list li.highlevel {
  background: #fff5e5;
}
.index_chu3_list li.highlevel .button a {
  background: #f84d32;
}
.index_chu3_list li.highlevel .button a.detail {
  background: #f8ac32;
}

.live-video > iframe {
  width: 100%;
}

.time-table {
  margin-left: 15px;
  margin-top: 10px;
  padding: 0px;
  width: 93%;
  line-height: 14px;
  font-size: 11px;
  border-top: solid 1px #336699;
  border-collapse: collapse;
}

.time-table .td1 {
  width: 60px !important;
  text-align: center;
  background-color: #f7f8fc;
  border-right: solid 1px #336699;
  border-bottom: solid 1px #336699;
  white-space: nowrap;
}

.time-table .td2 {
  border-bottom: solid 1px #336699;
  line-height: 18px;
  font-size: 11px;
}

@media screen and (max-width: 599px) {
  .lb {
    flex-wrap: wrap;
  }

  .lb1 {
    margin: 1rem 0 0 0.7rem;
  }
}

h3 {
  margin: 0 20px 20px 20px;
  padding: 6px 0 3px 35px;
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  background: #006cb5 url(../../images/shared/h3_bg.png) no-repeat 15px center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  letter-spacing: 1px;
}
