@charset "UTF-8";
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, q, pre, table, caption, colgroup, col, tbody, thead, tfoot, tr, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, label, input, span, a, em, ins, del, cite, abbr, sup, sub, dfn, code, var, samp, kbd, object, script, noscript, style, iframe, embed, param, map, area, menu, hr, address, small, strong, i, b, article, aside, figure, footer, header, hgroup, nav, section, figcaption, time, video, audio, mark, ruby, rt, rp, bdo, source, canvas, details, summary, command, datalist, keygen, output, progress, meter {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

textarea {
  word-wrap: break-word;
}

address, article, aside, figure, figcaption, footer, header, hgroup, hr, legend, menu, nav, section, summary {
  display: block;
}

ul, ol, li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img {
  border: none;
}

img {
  vertical-align: top;
}

[hidden] {
  display: none;
}

mark {
  background: none;
}

em {
  font-style: normal;
}

input {
  opacity: 1;
}

html {
  font-size: 10px;
}

body {
  font-size: 13px;
  line-height: 1.7;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 1152px;
}
.ie body {
  word-break: break-all;
}
@media screen and (max-width: 1024px) {
  body {
    min-width: initial;
  }
}

button, input, select, textarea {
  font-family: inherit;
}

a {
  text-decoration: none;
  color: #333;
}
.ie7 a, .ie8 a {
  display: inline-block;
  zoom: 1;
}
a:hover {
  color: #b3b3b3;
}
a.default {
  color: #00a7e9;
}
a.default:hover {
  color: #50cdff;
}

.group {
  *zoom: 1;
}
.group:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}

.container {
  position: relative;
}
.container .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  top: 0;
  left: 0;
}

.content {
  background-color: #e2f4f9;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
  padding: 20px 0 70px;
}
.page-timeshift .content {
  background-color: #fdf2f2;
}
.content__notFound {
  background-color: #fff;
  padding-top: 84px;
  padding-bottom: 50px;
}
.ie7 .content, .ie8 .content {
  border-top: 1px solid #d9d9d9;
}
.content .content__inner {
  width: 1000px;
  margin: 0 auto;
}
.content .content__section {
  margin-top: 50px;
}
.content .content__section:first-child {
  margin-top: 0;
}

#flash {
  position: absolute;
  top: 0;
}

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

.unbind-event {
  pointer-events: none;
}

.header {
  position: relative;
  z-index: 1;
}
.header__inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .page-share .header__inner, .page-static .header__inner {
    width: auto;
  }
}
.header__utility {
  padding: 12px 0;
  background-color: #fff;
  width: 100%;
  height: 60px;
  z-index: 10000;
}
.page-default .header__utility {
  border-bottom: 2.5px solid #00a7e9;
  position: fixed;
}
.page-timeshift .header__utility {
  border-bottom: 2.5px solid #e73c64;
  position: fixed;
}
.header__utility .header__inner {
  height: 60px;
  position: relative;
}
.header__logo {
  position: relative;
  float: left;
  width: 280px;
  margin-top: 12px;
}
.header__logo .area {
  display: block;
  position: absolute;
  top: 10px;
  left: 140px;
  line-height: 1;
}
.header__logo .live {
  top: 25px;
  left: 147px;
  position: absolute;
}
.header__menu {
  font-size: 12px;
  float: left;
}
.header__menu ul {
  margin-top: 7px;
}
.header__menu ul:first-child {
  margin-top: 0;
}
.header__menu .item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.ie7 .header__menu .item {
  display: inline;
  zoom: 1;
}
.header__menu a {
  color: #333;
}
.header__menu a:hover {
  color: #b3b3b3;
}
.header__menu .item--info {
  width: 80px;
}
.header__menu .item--info .icon--arrow-r {
  margin-right: 4px;
}
.header__menu .header-search-form {
  display: flex;
}
.header__menu .item--search input[type=text] {
  border: 1px solid #d0d0d0;
  width: 176px;
  height: 25px;
  line-height: 25px;
  padding: 0 8px 0 8px;
  border-radius: 3px;
}
.header__menu .item--search input[type=submit] {
  box-sizing: content-box;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  width: 35px;
  height: 25px;
  line-height: 25px;
  cursor: pointer;
  background: url(../images/bg_search_01.png) center center no-repeat;
}
.header__menu .item--search input::-webkit-input-placeholder {
  color: #333;
}
.header__menu .item--search input:-moz-placeholder {
  color: #333;
}
.header__menu .item--edit {
  width: 130px;
  text-align: right;
}
.header__menu .icon--header-badge {
  margin-left: 5px;
  margin-top: -3px;
}
.header__menu .btn {
  line-height: 27px;
  text-align: center;
}
.header__menu .btn--edit,
.header__menu .btn--login,
.header__menu .btn--logout {
  border: 1px solid #d1d1d1;
  background-color: #f2f2f2;
}
.header__menu .btn--edit .icon,
.header__menu .btn--login .icon,
.header__menu .btn--logout .icon {
  margin-right: 5px;
  vertical-align: -2px;
}
.ie7 .header__menu .btn--edit .icon,
.ie7 .header__menu .btn--login .icon,
.ie7 .header__menu .btn--logout .icon {
  vertical-align: bottom;
}
.header__menu .btn--edit {
  width: 130px;
}
.header__menu .btn--login {
  width: 78px;
}
.header__menu .btn--logout {
  width: 90px;
}
.header__menu .btn--premium {
  border: 1px solid #e3c548;
  background-color: #fff8dc;
  width: 140px;
}
.header__menu .btn--premium .icon {
  vertical-align: -4px;
  margin-right: 5px;
}
.ie7 .header__menu .btn--premium .icon {
  vertical-align: bottom;
  position: relative;
  top: -1px;
}
.header__banner {
  position: absolute;
  top: 0;
  right: 0;
}
.header__search {
  padding-top: 12px;
  width: 320px;
  float: right;
}
.header__search .item__text {
  border-radius: 0 3px 3px 0;
  border: 1px solid #d1d1d1;
  border-left: none;
  height: 34px;
  line-height: 34px;
  font-size: 13px;
  width: 263px;
  background-color: #f2f2f2;
  float: right;
  padding: 0 10px;
}
.header__search .item__btn {
  border-radius: 3px 0 0 3px;
  background-color: #00a7e9;
  float: left;
  width: 35px;
  height: 34px;
  border: 1px solid #0692c9;
  border-right: none;
}
.page-timeshift .header__search .item__btn {
  background-color: #e73c64;
  border-color: #c50e39;
}
.header__nav-outer {
  width: 100%;
  padding-top: 84px;
}
.header__nav {
  background-color: #00a7e9;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1) inset;
  height: 48px;
  color: #fff;
}
.page-timeshift .header__nav {
  background-color: #e73c64;
}
.header__nav .item {
  position: relative;
  float: left;
}
.header__nav .item__parent:hover .item__outer__child {
  opacity: 100;
  pointer-events: auto;
}
.header__nav .item__parent:hover .item__recommend span {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -144px -305px;
  width: 144px;
  height: 20px;
}
.header__nav .item__parent:focus-within .item__outer__child {
  opacity: 100;
  pointer-events: auto;
}
.header__nav .item__parent:focus-within .item__recommend span {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -144px -305px;
  width: 144px;
  height: 20px;
}
.header__nav .item__outer {
  background: url(../images/bg_global_nav_blue_01.png) left center no-repeat;
}
.page-timeshift .header__nav .item__outer {
  background-image: url(../images/bg_global_nav_red_01.png);
}
.header__nav .item__outer__child {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 48px;
  background-color: #00a7e9;
  color: #fff;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.page-timeshift .header__nav .item__outer__child {
  background-color: #e73c64;
}
.header__nav .item__outer__child .item__sub {
  position: relative;
}
.header__nav .item__outer__child .item__sub:before {
  content: "";
  position: absolute;
  top: 0;
  left: 11px;
  width: 140px;
  height: 1px;
  background-color: #0899d5;
}
.page-timeshift .header__nav .item__outer__child .item__sub:before {
  background-color: #c53355;
}
.header__nav .item__outer__child .item__sub:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 11px;
  width: 140px;
  height: 1px;
  background-color: #23afe7;
}
.page-timeshift .header__nav .item__outer__child .item__sub:after {
  background-color: #c53355;
}
.header__nav .item__link {
  display: block;
  height: 35px;
  background: url(../images/bg_global_nav_blue_01.png) right center no-repeat;
  padding-top: 13px;
}
.page-timeshift .header__nav .item__link {
  background-image: url(../images/bg_global_nav_red_01.png);
}
.header__nav .item__link span {
  display: block;
  font: 0/0 a;
  font-size: 0;
  line-height: 0;
  text-shadow: none;
  color: transparent;
  margin: 0 auto;
}
.header__nav .item__link:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.header__nav .item--active .item__link {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.header__nav .item--active .sub-menu {
  display: block;
}
.header__nav .item__live {
  width: 168px;
}
.header__nav .item__live span {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -190px -377px;
  width: 77px;
  height: 16px;
}
.header__nav .item__timeshift {
  width: 167px;
}
.header__nav .item__timeshift span {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -104px -355px;
  width: 117px;
  height: 20px;
}
.header__nav .item__areafree {
  width: 166px;
}
.header__nav .item__areafree span {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -185px -325px;
  width: 120px;
  height: 20px;
}
.header__nav .item__recommend {
  width: 166px;
}
.header__nav .item__recommend span {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: 0px -305px;
  width: 144px;
  height: 20px;
}
.header__nav .item__recommend + .item__outer__child .item__link {
  margin: 3px 0px;
  width: 164px;
  height: 32px;
  background: none;
}
.header__nav .item__foryou span {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -221px -355px;
  width: 94px;
  height: 20px;
}
.header__nav .item__popular span {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -96px -377px;
  width: 94px;
  height: 18px;
}
.header__nav .item__history {
  width: 167px;
}
.header__nav .item__history span {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: 0px -377px;
  width: 96px;
  height: 19px;
}
.header__nav .item__help {
  width: 166px;
}
.header__nav .item__help span {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -288px -305px;
  width: 78px;
  height: 20px;
}
.header__station-list {
  background-color: #3a3b3c;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1) inset, 1px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}
.header__station-list li {
  display: inline-block;
  line-height: 2;
  font-size: 10px;
}
.ie7 .header__station-list li {
  display: inline;
  zoom: 1;
}
.header__station-list li a {
  display: block;
  color: #fff;
  margin-right: 11px;
}
.header__station-list li a:hover {
  color: gray;
}
.header__station-list li .icon {
  margin-right: 4px;
}
.header--not-login .header__station-list .btn {
  float: right;
  width: 72px;
  text-align: center;
  background: #00a7e9;
  border-radius: 2px;
  margin-top: 7px;
}
.header--not-login .header__station-list .btn a {
  line-height: 26px;
  display: block;
  color: #fff;
}
.page-timeshift .header--not-login .header__station-list .btn {
  background: #e73c64;
}
.header--not-login .header__station-list ul {
  float: left;
  width: 920px;
}
.header--not-login .sub-menu .bg {
  left: 489px;
}
.page-static .header, .page-share .header {
  border-bottom: 10px solid #00a7e9;
}
.page-static .header:after, .page-share .header:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
}
@media screen and (max-width: 1024px) {
  .page-static .header, .page-share .header {
    height: 44px;
  }
  .page-static .header__logo, .page-share .header__logo {
    padding: 8px 0 0 15px;
    margin-top: 0;
    width: auto;
  }
  .page-static .header__logo img, .page-share .header__logo img {
    max-height: 30px;
  }
  .page-static .header__logo .area, .page-share .header__logo .area {
    top: 17px;
    left: 145px;
    font-size: 10px;
  }
  .page-static .header__utility, .page-share .header__utility {
    height: 44px;
    padding: 0;
  }
}
.page-share.page-timeshift .header {
  border-bottom: 10px solid #e73c64;
}

.sub-menu {
  position: absolute;
  top: 108px;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: #fff;
  color: #333;
  padding: 40px 0;
  border-bottom: 2px solid #00a7e9;
  display: none;
}
.page-timeshift .sub-menu {
  border-bottom: 2px solid #e73c64;
}
.sub-menu__inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.sub-menu__item {
  width: 140px;
  float: left;
}
.sub-menu__title {
  font-size: 16px;
  font-weight: bold;
}
.sub-menu__list {
  margin-top: 12px;
}
.sub-menu__list li {
  margin-top: 7px;
}
.sub-menu__list a {
  color: #333;
}
.sub-menu__list a:hover {
  color: #b3b3b3;
}
.sub-menu__list .disabled {
  color: #666;
}
.sub-menu .bg {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -224px -167px;
  width: 14px;
  height: 8px;
  position: absolute;
  top: -48px;
  left: 402px;
}

.channel {
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 40px;
}
.channel__block {
  margin-top: 40px;
}
.channel__block:first-child {
  margin-top: 0;
}
.channel__title {
  float: left;
  font-size: 18px;
  font-weight: bold;
}
.channel__list {
  border-left: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  width: 760px;
  float: right;
}
.channel__list li {
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  float: left;
}
.channel__list a {
  width: 151px;
  height: 70px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  layout-grid-line: 70px;
}
.ie7 .channel__list a {
  display: block;
}

.news__main {
  float: left;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 675px;
  padding: 35px;
}
@media screen and (max-width: 1024px) {
  .news__main {
    width: auto;
    padding: 0;
  }
}
.news__sub {
  float: right;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 165px;
  padding: 35px;
}
@media screen and (max-width: 1024px) {
  .news__sub {
    display: none;
  }
}

.news-sub__inner {
  padding-bottom: 25px;
}

.news-list__item {
  border-bottom: 1px solid #ddd;
  margin-top: 25px;
  padding-bottom: 25px;
}
.news-list__item:first-child {
  margin-top: 0;
}
.news-list__date {
  color: #00a7e9;
  font-size: 14px;
  font-weight: bold;
}
.news-list__title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
}
.news-list__title a {
  color: inherit;
}
.news-list__title .icon {
  vertical-align: -1px;
}
.news-list__text {
  margin-top: 5px;
}

.news-archive {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  .news-archive {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
  }
}
.news-archive:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.news-archive__date {
  color: #00a7e9;
  font-size: 12px;
}
.news-archive__title {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .news-archive__title {
    margin-right: 24px;
  }
}
.news-archive__list li {
  margin-top: 15px;
}
.news-archive__list li:first-child {
  margin-top: 0;
}
.news-archive__list a {
  display: block;
  padding: 3px 0;
  position: relative;
  color: #333;
  zoom: 1;
}
.news-archive__list a .icon {
  position: absolute;
  top: 5px;
  left: 0;
}
.news-archive__list a .title {
  font-weight: bold;
}
.news-archive__list a span {
  display: block;
  padding-left: 26px;
}
.news-archive__list.year-list li {
  margin-top: 0;
}
.news-archive__select {
  margin-top: 15px;
}

.news-detail__date {
  color: #00a7e9;
  font-size: 16px;
  font-weight: bold;
}
.news-detail__title {
  font-size: 22px;
  font-weight: bold;
  margin-top: 10px;
}
.news-detail__content {
  margin-top: 20px;
}

/*common classes*/
._sp {
  display: none;
}

._pc {
  display: block;
}

@media screen and (max-width: 1024px) {
  ._sp {
    display: block;
  }

  ._pc {
    display: none;
  }
}
.search-result__header {
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 20px;
  margin-top: 30px;
}
.search-result__header .item {
  width: 184px;
  float: left;
  margin-right: 20px;
}
.search-result__header .item.item--date {
  width: 224px;
}
.search-result__header .item.item--area {
  width: 127px;
}
.search-result__header .item.item--area .ui-form-select {
  width: 71px;
  height: 42px;
  float: left;
}
.search-result__header .item.item--area .ui-form-select select {
  width: 94px;
  height: 42px;
}
.search-result__header .item.item--area .ui-form-select .easy-select-box {
  width: 71px !important;
}
.search-result__header .item.item--area .ui-form-select .esb-dropdown {
  width: 81px !important;
}
.search-result__header .item.item--state {
  width: 246px;
  margin-right: 0px;
}
.search-result__header .item__title {
  width: 56px;
  height: 42px;
  float: left;
  line-height: 44px;
  text-align: center;
  background-color: #00a7e9;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1) inset;
  border-radius: 3px 0 0 3px;
  color: #fff;
  font-size: 14px;
}
.page-timeshift .search-result__header .item__title {
  background-color: #e73c64;
}
.search-result__header .item__title--state {
  width: 61px;
  height: 42px;
  float: left;
  line-height: 44px;
  text-align: center;
  background-color: #00a7e9;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1) inset;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
}
.page-timeshift .search-result__header .item__title--state {
  background-color: #e73c64;
}
.search-result__header .item--text {
  position: relative;
}
.search-result__header .item--text .must {
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 11px;
  font-weight: normal;
  background-color: #e73c64;
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  padding: 0 5px;
  margin-left: 10px;
  vertical-align: middle;
}
.ie7 .search-result__header .item--text .must {
  display: inline;
  zoom: 1;
}
.search-result__header .item--text input {
  box-sizing: border-box;
  padding-right: 50px;
  width: 100%;
}
.search-result__header .item--submit {
  width: 102px;
  float: right;
  margin-right: 0;
}
.search-result__header .item--submit .btn {
  width: 102px;
  height: 42px;
  line-height: 40px;
}
.search-result__header .item--submit .icon {
  vertical-align: -4px;
}
.search-result__header .ui-form-select {
  width: 128px;
  height: 42px;
  float: left;
}
.search-result__header .ui-form-select select {
  width: 138px;
  height: 42px;
}
.search-result__header .ui-form-checkbox {
  width: 185px;
  height: 42px;
  float: left;
}
.search-result__header .ui-form-checkbox input[type=checkbox] {
  accent-color: #0099DD;
}
.page-timeshift .search-result__header .ui-form-checkbox input[type=checkbox] {
  accent-color: #e73c64;
}
.search-result__header .ui-form-checkbox .ui-form-checkbox-radio {
  height: 21px;
  padding-left: 5px;
  display: flex;
  align-items: center;
}
.search-result__header .ui-form-checkbox .ui-form-checkbox-radio .checkbox-item {
  display: flex;
  align-items: center;
}
.search-result__header .ui-form-checkbox .ui-form-checkbox-radio .checkbox-item label {
  padding-left: 3px;
}
.search-result__header .ui-form-checkbox .ui-form-checkbox-radio .live {
  float: left;
  width: 75px;
}
.search-result__header .ui-form-checkbox .ui-form-checkbox-podcast {
  height: 21px;
  padding-left: 5px;
  display: flex;
  align-items: center;
}
.search-result__header .ui-form-checkbox .ui-form-checkbox-podcast .checkbox-item {
  display: flex;
  align-items: center;
}
.search-result__header .ui-form-checkbox .ui-form-checkbox-podcast .checkbox-item label {
  padding-left: 3px;
}
.search-result__header .ui-form-podcast-description {
  display: inline-block;
  vertical-align: center;
  text-align: center;
  width: 100%;
  padding-top: 8px;
}
.search-result__header .form__text {
  width: 174px;
  height: 42px;
}
.search-result__header .form__select {
  height: 42px;
  border-radius: 0 3px 3px 0;
  line-height: 42px;
}
.search-result__body {
  margin-top: 30px;
}
.search-result__body--zero {
  background: url(../images/bg_search_zero_blue_01.png) bottom center no-repeat;
  text-align: center;
  font-size: 16px;
  padding: 0 0 300px 0;
}
.page-timeshift .search-result__body--zero {
  background: url(../images/bg_search_zero_red_01.png) bottom center no-repeat;
}
.search-result__info {
  display: flex;
}
.search-result__count {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}
.search-result__count .num {
  font-size: 28px;
}
.search-result__link {
  padding-top: 15px;
  padding-left: 40px;
}
.search-result__link-bottom {
  padding-top: 20px;
  padding-right: 10px;
  text-align: right;
}
.search-result__text {
  font-weight: bold;
  font-size: 16px;
  padding-left: 5px;
}
.search-result__text.nodisplay {
  display: none;
}
.search-result__cards {
  display: flex;
  position: relative;
  width: 1020px;
}
.search-result__cards.nodisplay {
  display: none;
}
.search-result .show-divider .search-result__content:first-child::after {
  content: "";
  position: absolute;
  top: 55px;
  bottom: 45px;
  right: 0;
  width: 1px;
  background-color: #7FB8CF;
}
.search-result .show-divider .search-result__content:last-child {
  padding-left: 10px;
}
.search-result .show-divider.no-all .search-result__content:first-child::after {
  bottom: 23px;
}
.search-result__content {
  flex: 1;
  position: relative;
}
.search-result__content.unselected {
  display: none;
}
.search-result__content__body--zero {
  background: url(../images/bg_search_zero_blue_01.png) no-repeat;
  background-position: center 150px;
}
.page-timeshift .search-result__content__body--zero {
  background: url(../images/bg_search_zero_red_01.png) no-repeat;
  background-position: center 150px;
}
.search-result__content .no_result {
  text-align: center;
  font-size: 16px;
  padding-top: 30px;
}
.search-result__content .type {
  font-size: 28px;
}
.search-result__content .num {
  padding-left: 10px;
  padding-right: 2px;
}
.search-result .img-list__item {
  width: 240px;
  padding: 0px;
  margin-right: 15px;
  min-height: 436px;
}
.search-result .img-list__item-podcast {
  width: 240px;
  padding: 0px;
  margin-right: 15px;
  min-height: 436px;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  float: left;
  margin-top: 20px;
}
.search-result .img-list__link {
  height: 100%;
}
.search-result .img-list__channel {
  width: 240px;
}
.search-result .img-list__channel .podcast-logo {
  height: 100%;
  width: auto;
  max-width: 100%;
}
.search-result .img-list__img {
  margin: 0px;
}
.search-result .img-list__genre, .search-result .img-list__title, .search-result .img-list__cast, .search-result .img-list__time, .search-result .img-list__count {
  margin-left: 20px;
  margin-right: 20px;
}
.search-result .img-list__title, .search-result .img-list__cast {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search-result .img-list__text, .search-result .img-list__text-podcast {
  margin: 10px 20px 18px 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.search-result .img-list__premium {
  margin-left: 20px;
  margin-top: -15px;
}

.login__member {
  float: left;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 35px;
  width: 420px;
}
.login__visitor {
  float: right;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 35px;
  width: 420px;
}
.login__visitor .login__text {
  margin-top: 55px;
}
.login__title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dedede;
}
.login__btn {
  margin-top: 45px;
}
.login__text {
  margin-top: 30px;
}

.login-form__title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}
.login-form__title:first-child {
  margin-top: 0;
}
.login-form__text {
  margin-top: 5px;
}
.login-form .form__text {
  width: 392px;
  display: block;
  margin-bottom: 8px;
}

.timetable-weekly__onair {
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 20px;
}
.timetable-weekly__onair .img {
  float: left;
  margin-right: 20px;
}
.timetable-weekly__onair .text {
  overflow: hidden;
}
.timetable-weekly__onair .title {
  margin-top: 12px;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: bold;
}
.timetable-weekly__onair .cast {
  font-size: 15px;
  display: inline-block;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #d9d9d9;
  line-height: 1;
}
.ie7 .timetable-weekly__onair .cast {
  display: inline;
  zoom: 1;
}
.timetable-weekly__onair .time {
  font-size: 15px;
  display: inline-block;
  line-height: 1;
}
.ie7 .timetable-weekly__onair .time {
  display: inline;
  zoom: 1;
}
.timetable-weekly__onair .description {
  margin-top: 10px;
}

.notFound__content {
  width: 1000px;
  margin: 0 auto;
  font-size: 18px;
}
.notFound__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.notFound div.title {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
}
.notFound div.text {
  margin-bottom: 30px;
}
.notFound a.link {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 42px;
  color: #fff;
  background-color: #00a7e9;
  width: 235px;
  height: 42px;
  margin: 12px 0;
  border-radius: 5px;
}

.timeshift-detail,
.live-detail {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 50px;
}
.page-timeshift .timeshift-detail,
.page-timeshift .live-detail {
  background-color: #fff;
}
.timeshift-detail__content,
.live-detail__content {
  width: 1000px;
  margin: 0 auto;
}
.timeshift-detail__main,
.live-detail__main {
  width: 740px;
  float: left;
  padding-right: 28px;
  border-right: 2px solid #d5d5d5;
  min-height: auto;
}
.timeshift-detail__ad,
.live-detail__ad {
  bottom: -400px;
  position: fixed;
  z-index: 500;
  border: 1px solid #d1d1d1;
}
.timeshift-detail__ad .img,
.live-detail__ad .img {
  max-width: 630px;
}
.timeshift-detail__ad .img img,
.live-detail__ad .img img {
  max-width: 630px;
  height: auto;
}
.timeshift-detail__ad .close,
.live-detail__ad .close {
  position: absolute;
  border: 2px solid #d1d1d1;
  background-color: #f2f2f2;
  width: 8.2%;
  right: 0px;
  z-index: -1;
}
.timeshift-detail__ad .close span,
.live-detail__ad .close span {
  display: block;
  width: 52px;
  text-align: center;
  margin-top: 3px;
}
.timeshift-detail__title,
.live-detail__title {
  font-size: 26px;
  font-weight: bold;
}
.timeshift-detail__body,
.live-detail__body {
  margin-top: 25px;
}
.timeshift-detail__img,
.live-detail__img {
  float: left;
  margin-right: 28px;
}
.timeshift-detail__text,
.live-detail__text {
  width: 356px;
  float: right;
}
.timeshift-detail__cast, .timeshift-detail__time, .timeshift-detail__limit,
.live-detail__cast,
.live-detail__time,
.live-detail__limit {
  font-size: 15px;
}
.timeshift-detail__limit,
.live-detail__limit {
  display: none;
}
.timeshift-detail__play, .timeshift-detail__login,
.live-detail__play,
.live-detail__login {
  margin-top: 0px;
}
.timeshift-detail__login .btn,
.live-detail__login .btn {
  margin-top: 5px;
}
.timeshift-detail__play,
.live-detail__play {
  font-size: 15px;
  text-align: center;
}
.timeshift-detail__play.disabled,
.live-detail__play.disabled {
  background-color: black;
  border-radius: 3px;
}
.timeshift-detail__play.disabled .btn--play,
.live-detail__play.disabled .btn--play {
  opacity: 0.8;
}
.timeshift-detail__plan,
.live-detail__plan {
  margin-top: 20px;
  color: #00a7e9;
  font-size: 15px;
  font-weight: bold;
  background-color: #f2f2f2;
  padding: 25px;
  border-radius: 3px;
}
.timeshift-detail__well,
.live-detail__well {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #00a7e9;
  font-size: 15px;
  font-weight: bold;
  border-radius: 3px;
}
.page-timeshift .timeshift-detail__well,
.page-timeshift .live-detail__well {
  color: #e73c64;
}
.timeshift-detail__nav,
.live-detail__nav {
  font-weight: bold;
  margin-top: 8px;
}
.timeshift-detail__share,
.live-detail__share {
  width: 168px;
  float: left;
  margin-top: 20px;
}
.timeshift-detail__noti,
.live-detail__noti {
  width: 168px;
  float: right;
  margin-top: 20px;
  position: relative;
}
.timeshift-detail .notice-tf30bo,
.live-detail .notice-tf30bo {
  font-size: 15px;
  font-weight: bold;
  color: #e73c64;
  margin: 16px 0px;
}
.timeshift-detail .tooltip,
.live-detail .tooltip {
  display: none;
  width: 180px;
  padding: 14px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px 3px;
  border-radius: 3px;
  position: absolute;
  top: 62px;
  left: -20px;
}
.timeshift-detail .tooltip--open,
.live-detail .tooltip--open {
  display: block;
}
.ie7 .timeshift-detail .tooltip, .ie8 .timeshift-detail .tooltip,
.ie7 .live-detail .tooltip,
.ie8 .live-detail .tooltip {
  border: 1px solid #d9d9d9;
}
.timeshift-detail .tooltip .bg,
.live-detail .tooltip .bg {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -263px -288px;
  width: 25px;
  height: 12px;
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -12px;
}
.ie7 .timeshift-detail .tooltip .bg, .ie8 .timeshift-detail .tooltip .bg,
.ie7 .live-detail .tooltip .bg,
.ie8 .live-detail .tooltip .bg {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -305px -325px;
  width: 25px;
  height: 12px;
}
.timeshift-detail .tooltip li,
.live-detail .tooltip li {
  margin-top: 10px;
}
.timeshift-detail .tooltip li:first-child,
.live-detail .tooltip li:first-child {
  margin-top: 0;
}
.timeshift-detail__description,
.live-detail__description {
  padding-top: 30px;
  margin-top: 35px;
  border-top: 1px solid #d9d9d9;
}
.timeshift-detail__sites,
.live-detail__sites {
  padding-top: 30px;
  margin-top: 35px;
  border-top: 1px solid #d9d9d9;
}
.timeshift-detail__sites .title,
.live-detail__sites .title {
  font-size: 18px;
  font-weight: bold;
}
.timeshift-detail__sites .list,
.live-detail__sites .list {
  margin-top: 5px;
}
.timeshift-detail__sub,
.live-detail__sub {
  width: 202px;
  float: right;
}
.timeshift-detail__banner .item,
.live-detail__banner .item {
  margin-top: 8px;
}
.timeshift-detail__banner .item:first-child,
.live-detail__banner .item:first-child {
  margin-top: 0;
}
.timeshift-detail__attention,
.live-detail__attention {
  background-color: #f2f2f2;
  padding: 20px 15px;
  margin-top: 28px;
}
.timeshift-detail__attention .text,
.live-detail__attention .text {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #fff;
}
.timeshift-detail__attention .text:first-child,
.live-detail__attention .text:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.timeshift-detail__attention .icon,
.live-detail__attention .icon {
  display: block;
  margin: 0 auto 12px;
}
.ie7 .timeshift-detail__attention .icon,
.ie7 .live-detail__attention .icon {
  width: 41px;
  margin-left: 65px;
  margin-right: 65px;
}

.top-main-slider {
  padding: 0;
  height: 300px;
  overflow: hidden;
  position: relative;
  min-width: 1000px;
}
.top-main-slider__list .item {
  text-align: center;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.top-main-slider__list .link {
  width: 100%;
  height: 300px;
  display: block;
}
.top-main-slider__list .link:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.top-main-slider__list .img {
  background-position: center center;
  width: 100%;
  height: 300px;
  background-size: auto 300px;
  background-repeat: no-repeat;
  background-color: #afe0ef;
}
.top-main-slider__nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 54px;
  background: url(../images/bg_keyvisual_01.png) center bottom no-repeat;
}
.top-main-slider__nav .item {
  font-size: 14px;
  font-weight: bold;
}
.top-main-slider__nav .item .img {
  display: none;
}
.top-main-slider__nav .item:hover .img {
  display: block;
}
.top-main-slider__nav .item__prev {
  position: absolute;
  left: 0;
  top: 16px;
  padding-left: 35px;
}
.top-main-slider__nav .item__prev .icon {
  left: 0;
}
.top-main-slider__nav .item__prev .img {
  left: -32px;
}
.top-main-slider__nav .item__next {
  position: absolute;
  right: 0;
  top: 16px;
  padding-right: 35px;
}
.top-main-slider__nav .item__next .icon {
  right: 0;
}
.top-main-slider__nav .item__next .img {
  right: -33px;
}
.top-main-slider__nav .item .icon {
  position: absolute;
  top: -2px;
}
.top-main-slider__nav .item .img {
  position: absolute;
  top: -103px;
}
.top-main-slider__nav .inner {
  height: 54px;
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.top-slider {
  padding: 20px 0;
  background-color: #f2f2f2;
}
.top-slider__inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.top-slider__list {
  margin-right: -20px;
}
.top-slider__list .item {
  float: left;
  margin-right: 20px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
}
.top-slider__list .item img {
  border-radius: 4px;
}
.top-slider__nav {
  width: 100%;
  position: absolute;
  top: 46px;
}
.img-list .top-slider__nav {
  top: 145px;
}
.top-slider__nav .item {
  cursor: pointer;
}
.top-slider__nav .item span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 44px;
}
.top-slider__nav .item--prev {
  position: absolute;
  left: -70px;
}
.top-slider__nav .item--next {
  position: absolute;
  right: -70px;
}
.ie7 .top-slider__nav .item--next {
  left: 1020px;
}

.top-search {
  background-color: #00a7e9;
  padding: 20px 0 25px;
}
.top-search .heading-lv02, .top-search .section__title {
  color: #fff;
}
.top-search .heading-lv02 a.about-link, .top-search .section__title a.about-link {
  color: #FFFFFF;
  text-decoration: underline;
}
.top-search .heading-lv02 a.about-link:hover, .top-search .section__title a.about-link:hover {
  opacity: 0.7;
}
.top-search__form .item {
  float: left;
}
.top-search__form .item__text {
  width: 290px;
  margin-right: 36px;
}
.top-search__form .item__text .form__text {
  width: 266px;
  height: 42px;
  line-height: 42px;
  background-color: #fff;
}
.top-search__form .item__title {
  width: 82px;
  height: 42px;
  float: left;
  line-height: 44px;
  text-align: center;
  background-color: #008dc5;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1) inset;
  border-radius: 3px 0 0 3px;
  color: #fff;
  font-size: 14px;
}
.top-search__form .item__date,
.top-search__form .item__area {
  position: relative;
}
.top-search__form .item__date .icon--cross,
.top-search__form .item__area .icon--cross {
  position: absolute;
  top: 13px;
  left: -25px;
}
.top-search__form .item__date {
  width: 249px;
  margin-right: 36px;
}
.top-search__form .item__date .ui-form-datepicker {
  width: 167px;
}
.top-search__form .item__area {
  width: 221px;
}
.top-search__form .item__area .ui-form-select, .top-search__form .item__area select {
  width: 139px;
}
.top-search__form .item__submit {
  width: 140px;
  float: right;
  margin-right: 0;
}
.top-search__form .item__submit .btn {
  width: 140px;
  height: 42px;
  line-height: 40px;
}
.top-search__form .item__submit .icon {
  vertical-align: -4px;
}
.top-search__form .ui-form-select {
  height: 42px;
  float: left;
}
.top-search__form .ui-form-select select {
  height: 42px;
}
.top-search__form .form__select {
  height: 42px;
  border-radius: 0 3px 3px 0;
  line-height: 42px;
  background-color: #fff;
}

.top-info {
  border-top: 2px solid #00a7e9;
  background-color: #fff;
  padding-top: 45px;
  box-shadow: none;
}
.top-info__col {
  width: 490px;
}
.top-info__info {
  float: left;
}
.top-info__maintenance {
  float: right;
}
.top-info__title {
  font-size: 20px;
  font-weight: bold;
}
.top-info__list {
  margin-top: 15px;
  padding: 25px;
  border: 1px solid #00a7e9;
  background-color: #fff;
  border-radius: 3px;
  font-size: 12px;
}
.top-info__list .item {
  border-top: 1px solid #e3e3e3;
  margin-top: 15px;
  padding-top: 15px;
}
.top-info__list .item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.top-info__list .link {
  display: block;
  font-weight: bold;
  margin-top: 5px;
  padding-left: 26px;
  position: relative;
}
.top-info__list .link .icon {
  position: absolute;
  top: 1px;
  left: 0;
}
.top-info__list .date,
.top-info__list .cat {
  color: #00a7e9;
  font-weight: bold;
}
.top-info__list .date {
  display: inline-block;
  margin-right: 5px;
}
.ie7 .top-info__list .date {
  display: inline;
  zoom: 1;
}

.top-sns {
  background-color: #f2f2f2;
}
.top-sns__title {
  font-size: 20px;
  font-weight: bold;
}
.top-sns__col {
  width: 490px;
}
.top-sns__youtube {
  margin: 0 auto;
  width: 832px;
}
.top-sns__youtube .top-sns__body {
  padding: 15px;
}
.top-sns__youtube .top-sns__body iframe {
  display: block;
}
.top-sns__facebook {
  margin: 40px auto 0px auto;
}
.top-sns__twitter {
  display: flex;
  margin: 40px auto 0px auto;
}
.top-sns__twitter .top-sns__title a {
  text-decoration: underline;
}
.top-sns__twitter .x-timeline_header-container-button_container {
  border-color: rgba(0, 0, 0, 0);
  background-color: #0f1419;
  min-height: 32px;
  margin-left: auto;
  padding: 0px 16px;
  border-width: 1px;
  border-style: solid;
  border-radius: 9999px;
  user-select: none;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  z-index: 2;
  transition-property: background-color;
  transition-duration: 0.2s;
}
.top-sns__twitter .x-timeline_header-container-button_container:hover {
  background-color: #272c30;
}
.top-sns__twitter .x-timeline_header-container-button_container .x-timeline_header-container-button {
  color: white;
  font-size: 14px;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
}
.top-sns__body {
  margin-top: 15px;
  padding: 25px;
  border: 1px solid #00a7e9;
  background-color: #fff;
  border-radius: 3px;
}

.top-program {
  padding-bottom: 20px;
}
.top-program .slick-slider {
  margin-bottom: 0;
}

.timeshift-page-nav {
  position: relative;
  width: 500px;
  margin: -54px 0 0 auto;
}
.timeshift-page-nav__btn {
  float: left;
  width: 155px;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 3px;
  position: relative;
}
.timeshift-page-nav__btn a {
  line-height: 44px;
  display: block;
}
.timeshift-page-nav__list {
  width: 318px;
  float: right;
  margin-bottom: 28px;
}
.timeshift-page-nav__list .item {
  width: 50%;
  float: left;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0 3px 3px 0;
  position: relative;
}
.timeshift-page-nav__list .item:first-child {
  border-radius: 3px 0 0 3px;
}
.timeshift-page-nav__list .item a {
  line-height: 44px;
  display: block;
}
.timeshift-page-nav__list .item--current {
  background-color: #e73c64;
}
.timeshift-page-nav__list .item--current a {
  color: #fff;
}
.timeshift-page-nav__list .item--current a:hover {
  color: #f297ac;
}
.timeshift-page-nav__list .bg {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -467px -458px;
  width: 15px;
  height: 9px;
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -7px;
}

.share.content__share {
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 60px;
}
@media screen and (max-width: 1024px) {
  .share.content__share {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
  }
}
.share__img {
  width: 410px;
  float: left;
  text-align: center;
}
.share__img img {
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .share__img {
    width: auto;
    float: none;
  }
  .share__img img {
    width: 100%;
  }
}
.share__body {
  width: 410px;
  float: right;
}
@media screen and (max-width: 1024px) {
  .share__body {
    width: auto;
    float: none;
    padding: 15px;
  }
}
.share__attention {
  background-color: #f2f2f2;
  font-weight: bold;
  padding: 20px 15px 20px 110px;
  color: #00a7e9;
  position: relative;
  min-height: 37px;
}
.share__attention p {
  line-height: 35px;
}
.share__attention .icon {
  position: absolute;
  top: 50%;
  left: 50px;
  margin-top: -18px;
}
.page-timeshift .share__attention {
  color: #e73c64;
  background-color: #fdf2f2;
}
@media screen and (max-width: 1024px) {
  .share__attention {
    background-color: #e2f4f9;
    padding: 15px 30px;
    color: #33b7eb;
  }
  .share__attention p {
    line-height: 1.5;
    text-align: center;
  }
  .share__attention .icon {
    display: none;
  }
}
.share__description {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .share__description {
    margin-top: 0;
  }
}
.share__description th {
  text-align: left;
  font-weight: normal;
  padding-right: 30px;
}
@media screen and (max-width: 1024px) {
  .share__description th {
    padding-right: 15px;
  }
}
.share__description th, .share__description td {
  padding-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .share__description th, .share__description td {
    padding-bottom: 5px;
  }
  .share__description th img, .share__description td img {
    width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .share__description .play {
    margin-top: 10px;
  }
  .share__description .play .btn--primary {
    font-size: 1.4rem;
    padding: 5px 0;
  }
  .share__description .play .btn--primary .icon--play {
    background: url(../images/sprite/icon_play_red_01.png) 0 0 no-repeat;
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
}
.share__description .plan {
  color: #00a7e9;
  font-size: 15px;
  font-weight: bold;
  background-color: #f2f2f2;
  padding: 25px;
  border-radius: 3px;
}
@media screen and (max-width: 1024px) {
  .share__description .plan {
    margin-top: 10px;
    font-size: 1.2rem;
    padding: 14px;
    text-align: center;
  }
}
.page-timeshift .share__description .plan {
  color: #e73c64;
}
.share__detail {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #dfdfdf;
}
@media screen and (max-width: 1024px) {
  .share__detail {
    margin-top: 20px;
    padding: 20px 15px 0;
  }
}
.share__detail p {
  margin-top: 20px;
}
.share__detail p:first-child {
  margin-top: 0;
}
.share__download {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #dfdfdf;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .share__download {
    margin-top: 20px;
    padding: 20px 25px;
  }
  .share__download--no-bdr {
    border-top: none;
    padding-top: 0;
  }
}
.share__download p {
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .share__download p {
    font-size: 1.2rem;
  }
}
.share__download ul {
  margin-top: 35px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .share__download ul {
    margin-top: 15px;
  }
}
.share__download li {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
}
.ie7 .share__download li {
  display: inline;
  zoom: 1;
}
@media screen and (max-width: 1024px) {
  .share__download li {
    padding: 0 7px;
  }
}
.share__download img#app-store-badge {
  height: 70px;
}
.share__download img#google-play-badge {
  height: calc(70px * 1.32);
}
@media screen and (max-width: 1024px) {
  .share__download img#app-store-badge {
    height: 43px;
  }
  .share__download img#google-play-badge {
    height: calc(43px * 1.32);
  }
}

@media screen and (max-width: 1024px) {
  .page-share .content {
    padding: 0;
  }
  .page-share .content__inner {
    width: auto;
    font-size: 1.2rem;
  }
}
.static {
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 56px;
}
@media screen and (max-width: 1024px) {
  .static {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
  }
}
.static .text {
  margin-top: 25px;
}
.static .text--caution {
  color: #e73c64;
  font-weight: bold;
}
.static .text--large {
  font-size: 14px;
}
.static .table--line > tbody > tr > th,
.static .table--line > tbody > tr > td {
  padding: 15px 0;
  vertical-align: top;
  border-top: 1px dotted #c3c2c2;
}
.static .table--line > tbody > tr:first-child > th, .static .table--line > tbody > tr:first-child > td {
  border-top: none;
}
.static .table--line > tbody > tr > th {
  text-align: left;
}
.static .table--normal th {
  text-align: left;
  font-weight: normal;
  padding-right: 15px;
}
.static .table--normal-02 {
  margin-top: 15px;
}
.static .table--normal-02 th {
  text-align: left;
  vertical-align: top;
  padding-right: 15px;
}
.static .table--normal-02 th, .static .table--normal-02 td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.static .list {
  margin-top: 25px;
}
.static .list ul {
  margin-top: 0;
}
.static .list--inline {
  margin-top: 5px;
}
.static .list--inline > li {
  display: inline-block;
  margin-right: 10px;
}
.ie7 .static .list--inline > li {
  display: inline;
  zoom: 1;
}
.static .list--normal > li {
  list-style-type: disc;
  list-style-position: inside;
}
.static .list--numeric > li {
  text-indent: -2.5em;
  margin-left: 2.5em;
  margin-top: 5px;
}
.static .list--numeric > li:first-child {
  margin-top: 0;
}
.static .list--data > dt {
  margin-top: 25px;
}
.static .list--data > dt:first-child {
  margin-top: 0;
}
.static .list--data > dd {
  text-indent: 4em;
}
.static .list--data > dd > p span {
  display: inline-block;
  width: 64px;
  text-indent: 0;
}
.ie7 .static .list--data > dd > p span {
  display: inline;
  zoom: 1;
}
.static .list--data > dd > p a {
  display: inline-block;
  text-indent: 2em;
}
.ie7 .static .list--data > dd > p a {
  display: inline;
  zoom: 1;
}
.static .img {
  margin-top: 15px;
}
.static .pre {
  margin-top: 20px;
  padding: 13px;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  font-size: 11px;
}
.static .text-center {
  text-align: center;
}
.static .text-left {
  text-align: left;
}
.static .text-bold {
  font-weight: bold;
}
.static .ml0 {
  margin-left: 0;
}
.static .ml10 {
  margin-left: 10px;
}
.static .ml20 {
  margin-left: 20px;
}
.static .ml30 {
  margin-left: 30px;
}
.static .mt0 {
  margin-top: 0;
}
.static .mt10 {
  margin-top: 10px;
}
.static .mt20 {
  margin-top: 20px;
}
.static .mt30 {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .page-static .content {
    padding: 0;
  }
  .page-static .content__inner {
    width: auto;
    font-size: 1.2rem;
  }
  .page-static .content__padding {
    padding: 18px 15px 0;
    background-color: #fff;
  }
  .page-static .content__padding-bottom {
    padding-bottom: 30px;
  }
  .page-static .table--fixed {
    table-layout: fixed;
  }
  .page-static .footer__inner {
    width: auto;
  }
}
.tutorial-app .img {
  width: 684px;
  margin-left: 130px;
}
.tutorial-app .img img {
  margin-top: 20px;
  margin-right: 20px;
}

.tutorial img {
  width: 656px;
  border-radius: 7px;
}

.tools-hero {
  position: relative;
}
.tools-hero--apps {
  background: url(../images/apps/img_01.png) 0 0 no-repeat;
  min-height: 270px;
}
.tools-hero--apps .tools-hero__thum {
  position: absolute;
  top: -84px;
  right: -30px;
}
.tools-hero__lead {
  font-size: 15px;
  font-weight: bold;
  padding-top: 10px;
  padding-left: 220px;
}
.tools-hero__btns {
  padding-top: 40px;
  padding-left: 220px;
  position: relative;
  z-index: 1;
}
.tools-hero__btns li {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
.ie7 .tools-hero__btns li {
  display: inline;
  zoom: 1;
}
.tools-hero__btns .btn--primary {
  line-height: 48px;
  border-radius: 12px;
  width: 210px;
}

.tools-tab__nav {
  border-bottom: 1px solid #d9d9d9;
}
.tools-tab__nav ul {
  width: 700px;
  margin: 0 auto;
}
.tools-tab__nav .item {
  width: 334px;
  margin-left: 28px;
  float: left;
}
.tools-tab__nav .item:first-child {
  margin-left: 0;
}
.tools-tab__nav .item a {
  display: block;
  border: 1px solid #d9d9d9;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 11px 0;
  position: relative;
}
.tools-tab__nav .item a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.tools-tab__nav .item a .icon {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -467px -438px;
  width: 20px;
  height: 20px;
}
.tools-tab__nav .item a.active {
  background-color: #00a7e9;
  color: #fff;
}
.tools-tab__nav .item a.active .icon {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -288px -195px;
  width: 20px;
  height: 20px;
}
.tools-tab__body {
  display: none;
  padding: 35px 0 0;
}
.tools-tab__body.active {
  display: block;
}

.tools-info__col {
  width: 434px;
  float: left;
}
.tools-info__col.col-01 {
  margin-right: 20px;
}
.tools-info__version {
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #d9d9d9;
  padding: 22px;
  margin-top: 25px;
}
.tools-info__version .item {
  border-top: 1px solid #e9e9e9;
  padding: 12px 0;
}
.tools-info__version .item:first-child {
  border-top: none;
  padding-top: 0;
}
.tools-info__version .version {
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  padding-right: 10px;
}
.ie7 .tools-info__version .version {
  display: inline;
  zoom: 1;
}
.tools-info__version .date {
  font-size: 10px;
  color: #666;
}
.tools-info__version .info {
  display: block;
}

.tools-terms {
  margin-top: 50px;
}
.tools-terms__body {
  margin-top: 25px;
  height: 230px;
  border: 1px solid #d9d9d9;
  padding: 0 15px;
  overflow-y: scroll;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}

.tools-download {
  margin-top: 50px;
}
.tools-download__list .item {
  position: relative;
  padding-left: 45px;
  min-height: 38px;
}
.tools-download__list .item .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.tools-download__list .item.item-01, .tools-download__list .item.item-03 {
  padding-top: 5px;
}

.tools-install {
  margin-top: 50px;
}
.tools-install .tools-tab {
  margin-top: 35px;
}
.tools-install__list .item {
  position: relative;
  margin-top: 40px;
}
.tools-install__list .item:first-child {
  margin-top: 0;
}
.tools-install__list .icon {
  display: block;
  float: left;
  width: 70px;
  margin-right: 20px;
}
.tools-install__list .text {
  margin: 0;
  width: 350px;
  float: left;
}
.tools-install__list .thum {
  float: right;
}
.tools-install__list .thum img {
  width: 440px;
}

.tools-well {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #d9d9d9;
}
.tools-well__body {
  background-color: #f2f2f2;
  padding: 22px;
}

.fun__btns {
  margin-top: 25px;
  margin-right: -30px;
}
.fun__btns .item {
  float: left;
  width: 275px;
  margin-right: 30px;
}
.fun__btns--tutorial .item {
  width: 430px;
  margin-right: 28px;
}
.fun__btns--tutorial .btn {
  display: block;
  width: 100%;
  height: 180px;
  padding: 0;
  text-align: left;
  position: relative;
}
.fun__btns--tutorial .text {
  position: absolute;
  top: 50%;
  left: 235px;
  margin-top: -10px;
}
.fun__btns--tutorial .item-02 .text {
  margin-top: -20px;
}
.fun__btns--tutorial .icon {
  position: absolute;
  top: 85px;
  right: 26px;
  margin: 0;
  display: block;
}
.ie7 .fun__btns--tutorial .icon {
  top: 0;
  left: 0;
  margin: -105px 0 0 385px;
}

.fun-hero__list {
  margin: -72px -20px 50px;
}
.fun-hero__list .item {
  float: left;
  width: 20%;
  position: relative;
}
.ie7 .fun-hero__list .item {
  width: 19.8%;
}
.fun-hero__list .icon {
  position: relative;
  top: 0;
  left: -20px;
}
.fun-hero__list .title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  height: 90px;
  margin-top: 8px;
}
.fun-hero__list .img {
  text-align: center;
  margin-top: 0;
}
.fun-hero__list .text {
  text-align: center;
  margin-top: 10px;
}

.timefree-hero__thum {
  float: right;
  margin-left: 25px;
}
.timefree-hero__body {
  overflow: hidden;
}
.timefree-hero__lead {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
}
.timefree-hero__text__link {
  display: inline-block;
  margin-top: 25px;
  font-weight: bold;
}

.timefree-cases {
  border-top: 4px solid #00a7e9;
  margin: 55px -56px 0;
  padding-top: 30px;
}
.timefree-cases .title {
  font-size: 32px;
  text-align: center;
}
.timefree-cases .title img {
  margin-right: 10px;
  vertical-align: bottom;
}
.timefree-cases__body {
  padding: 45px 57px 0;
}
.timefree-cases__body .col-02 {
  float: right;
  border-top: 1px solid #d9d9d9;
  padding-top: 50px;
  margin-top: 50px;
}
.timefree-cases__body .title {
  font-size: 20px;
  text-align: left;
}
.timefree-cases__body .text {
  font-size: 18px;
  text-align: center;
}
.timefree-cases__list .item {
  float: left;
  width: 390px;
  margin-top: 30px;
}
.timefree-cases__list .item:nth-child(2n) {
  margin-left: 97px;
}
.timefree-cases__list .item .img {
  position: relative;
  width: 332px;
  margin-right: auto;
  margin-left: auto;
}
.timefree-cases__list .item .img:before {
  position: absolute;
  top: -25px;
  left: -35px;
}
.timefree-cases__list .item:nth-child(1) .img:before {
  content: url(../images/timefree/icon_num_circle_01.png);
}
.timefree-cases__list .item:nth-child(2) .img:before {
  content: url(../images/timefree/icon_num_circle_02.png);
}
.timefree-cases__list .item:nth-child(3) .img:before {
  content: url(../images/timefree/icon_num_circle_03.png);
}
.timefree-cases__list .item:nth-child(4) .img:before {
  content: url(../images/timefree/icon_num_circle_04.png);
}

.timefree__link {
  margin-top: 45px;
  text-align: center;
}
.timefree__link .btn {
  border-radius: 30px;
}

.about-hero__thum {
  float: right;
  margin-left: 25px;
}
.about-hero__body {
  overflow: hidden;
}
.about-hero__lead {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
}

.about-intro {
  border-top: 4px solid #00a7e9;
  margin: 55px -56px 0;
  padding-top: 30px;
}
.about-intro__body {
  padding: 0 55px;
}
.about-intro__col.col-01 {
  float: left;
  width: 303px;
}
.about-intro__col.col-02 {
  float: right;
  width: 520px;
}
.about-intro__text {
  text-align: center;
  margin-top: 15px;
}
.about-intro__text.text-01 {
  font-size: 20px;
}
.about-intro__text.text-02 {
  font-size: 28px;
  font-weight: bold;
}

.about-point {
  border-top: 1px solid #d9d9d9;
  padding-top: 50px;
  margin-top: 50px;
}
.about-point__title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.about-point__body {
  margin-top: 35px;
}
.about-point__body .col {
  width: 430px;
}
.about-point__body .col-01 {
  float: left;
}
.about-point__body .col-02 {
  float: right;
}
.about-point__body .title {
  margin-left: 5px;
  font-size: 17px;
  font-weight: bold;
}
.about-point__body .title .icon {
  vertical-align: bottom;
}
.about-point__body .img {
  margin-top: 15px;
}
.about-point__body .text {
  text-align: center;
  margin-top: 30px;
}

.about-table__pc {
  display: revert;
}
.about-table__sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .about-table__pc {
    display: none;
  }
  .about-table__sp {
    display: revert;
  }
}
.areafree-hero {
  position: relative;
  min-height: 430px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .areafree-hero {
    padding: 18px 10px;
    margin-bottom: 0;
  }
}
.areafree-hero__title {
  position: relative;
  z-index: 2;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .areafree-hero__title {
    font-size: 14px;
    text-align: center;
  }
}
.areafree-hero__title .text-01 {
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .areafree-hero__title .text-01 {
    font-size: 14px;
  }
}
.areafree-hero__title .text-02 {
  font-size: 40px;
  color: #00a7e9;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .areafree-hero__title .text-02 {
    font-size: 27px;
  }
}
.areafree-hero__thum {
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 1;
}
.areafree-hero__thum img {
  width: 580px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .areafree-hero__thum {
    position: static;
    text-align: center;
    margin-top: 35px;
  }
  .areafree-hero__thum img {
    width: auto;
    max-width: 100%;
  }
}
.areafree-hero__lead {
  position: relative;
  z-index: 2;
}
.areafree-hero__lead p {
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  .areafree-hero__lead p {
    margin-top: 15px;
  }
}
.areafree-hero__sns {
  margin-top: 35px;
}
@media screen and (max-width: 1024px) {
  .areafree-hero__sns {
    margin-top: 15px;
  }
}

.areafree-entry {
  border-top: 1px solid #d9d9d9;
  margin-top: 55px;
  padding-top: 55px;
}
@media screen and (max-width: 1024px) {
  .areafree-entry {
    border-top: none;
    margin: 0;
    padding: 18px;
  }
}
.areafree-entry__title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .areafree-entry__title {
    font-size: 18px;
  }
}
.areafree-entry__title span {
  font-size: 22px;
  font-weight: normal;
  display: block;
}
@media screen and (max-width: 1024px) {
  .areafree-entry__title span {
    font-size: 14px;
  }
}
.areafree-entry__body .col {
  width: 430px;
  margin-top: 35px;
}
@media screen and (max-width: 1024px) {
  .areafree-entry__body .col {
    width: auto;
    margin-top: 15px;
  }
}
.areafree-entry__body .col-01 {
  float: left;
}
@media screen and (max-width: 1024px) {
  .areafree-entry__body .col-01 {
    float: none;
  }
}
.areafree-entry__body .col-02 {
  float: right;
}
@media screen and (max-width: 1024px) {
  .areafree-entry__body .col-02 {
    float: none;
  }
}
.areafree-entry__body .title {
  margin-left: 5px;
  font-size: 20px;
  font-weight: bold;
}
.areafree-entry__body .title .icon {
  vertical-align: bottom;
}
@media screen and (max-width: 1024px) {
  .areafree-entry__body .title {
    font-size: 16px;
  }
}
.areafree-entry__body .img {
  margin-top: 15px;
  text-align: center;
}
.areafree-entry__body .img img {
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .areafree-entry__body .text {
    margin-top: 10px;
    font-size: 14px;
  }
}

.areafree-area {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin: 55px 0;
  padding: 55px 0;
}
@media screen and (max-width: 1024px) {
  .areafree-area {
    border: none;
    margin: 0;
    padding: 18px;
  }
}
.areafree-area__title {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .areafree-area__title {
    display: block;
    font-size: 18px;
    position: relative;
    border-top: 1px solid #d9d9d9;
    padding-top: 15px;
  }
  .areafree-area__title:before {
    background-image: url(../images/sprite-2x.png?1731287539371);
    background-position: -52px -44px;
    width: 22px;
    height: 22px;
    background-size: 88px 70px;
    content: "";
    display: inline-block;
    vertical-align: -3px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .areafree-area__body-inner:first-child .col-01 {
    margin-top: 0px;
  }
}
.areafree-area__body .col {
  width: 280px;
  margin-top: 35px;
}
@media screen and (max-width: 1024px) {
  .areafree-area__body .col {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    width: auto;
    margin-top: 15px;
  }
}
.areafree-area__body .col-01 {
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .areafree-area__body .col-01 {
    float: none;
    margin-right: 0;
  }
}
.areafree-area__body .col-02 {
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .areafree-area__body .col-02 {
    float: none;
    margin-right: 0;
  }
}
.areafree-area__body .col-03 {
  float: right;
}
@media screen and (max-width: 1024px) {
  .areafree-area__body .col-03 {
    float: none;
  }
}
.areafree-area__body .title {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .areafree-area__body .title {
    font-size: 16px;
    padding: 10px 18px;
  }
}
.areafree-area__body .list {
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .areafree-area__body .list {
    padding: 18px 0;
    margin: 0 18px;
    border-top: 1px dotted #d9d9d9;
    box-sizing: border-box;
  }
}
.areafree-area__body .list li {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
}

@media screen and (max-width: 1024px) {
  .areafree-price {
    background-color: #e2f4f9;
    border-top: none;
    margin: 0;
    padding: 18px;
  }
}
.areafree-price__lead {
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .areafree-price__lead {
    font-size: 14px;
    text-align: left;
  }
}
.areafree-price__lead .free {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  color: #00a7e9;
  padding: 3px 25px;
  border: 3px solid #00a7e9;
  border-radius: 20px;
  margin-right: 15px;
}
.ie7 .areafree-price__lead .free {
  display: inline;
  zoom: 1;
}
@media screen and (max-width: 1024px) {
  .areafree-price__lead .free {
    font-size: 14px;
    background-color: #fff;
  }
}
.areafree-price__lead .price {
  font-size: 32px;
}
@media screen and (max-width: 1024px) {
  .areafree-price__lead .price {
    font-size: 20px;
  }
}
.areafree-price__lead .tax {
  font-size: 12px;
}
.areafree-price__btn {
  width: 430px;
  margin: 25px auto 0;
}
@media screen and (max-width: 1024px) {
  .areafree-price__btn {
    width: auto;
    margin-top: 15px;
  }
  .areafree-price__btn .btn {
    font-size: 14px;
    border-radius: 25px;
    padding: 12px 0;
  }
}

.areafree-caution {
  background-color: #f2f2f2;
  padding: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .areafree-caution {
    margin: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .ui-accordion-title {
    cursor: pointer;
    position: relative;
  }
  .ui-accordion-title:after {
    content: "";
    background-image: url(../images/sprite-2x.png?1731287539371);
    background-position: -26px -44px;
    width: 26px;
    height: 26px;
    background-size: 88px 70px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -13px;
  }
  .ui-accordion-title.open:after {
    background-image: url(../images/sprite-2x.png?1731287539371);
    background-position: 0px -44px;
    width: 26px;
    height: 26px;
    background-size: 88px 70px;
  }

  .ui-accordion-body {
    display: none;
  }
  .ui-accordion-body.open {
    display: block;
  }
}
.listening-contents {
  font-size: 18px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  line-height: 1;
}

.listening-text__red {
  color: #f00;
}

.listening-figure__row {
  text-align: center;
  margin-top: 15px;
}

@media screen and (max-width: 1024px) {
  .listening-figure__row {
    text-align: center;
  }
  .listening-figure__row img {
    width: calc(100vw - 30px);
    max-width: 510px;
  }
}
.restriction-body {
  line-height: 1.8;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
.restriction-body a.premium-link {
  color: #00a7e9;
  text-decoration: underline;
}

.static .restriction-highlight {
  color: #e73c64;
  font-weight: bold;
}

.restriction-figure__row {
  text-align: center;
}
.restriction-figure__row figure img {
  display: block;
  width: 100%;
}
.restriction-figure__row .restriction-figure_01 {
  display: block;
  margin: 0 auto;
  vertical-align: middle;
}

.restriction-figure_01 {
  width: 75%;
}

@media screen and (max-width: 1024px) {
  .restriction-figure__row {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .restriction-figure__row .restriction-figure_01 {
    width: 100%;
    max-width: 666px;
  }
}
.td-btn-block {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-top: 10px;
}
.td-btn-block .btn {
  position: relative;
  width: 45%;
  padding: 20px 0;
  font-size: 18px;
}
.td-btn-block a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

.td-dialog-btn-section {
  text-align: center;
}

.td-dialog-text-section {
  margin-bottom: 20px;
}

.btn-td-dialog-close {
  margin: 0 auto;
  width: 50%;
  max-width: 300px;
  padding: 10px 0;
}

@media screen and (max-width: 440px) {
  .td-btn-block {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
  }
  .td-btn-block .btn {
    width: 90%;
    margin-bottom: 15px;
    padding: 10px 0;
  }
}
.third-party-service__summary {
  position: relative;
  padding: 16px 24px;
  cursor: pointer;
  color: #333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  list-style-type: none;
}
.third-party-service__summary:hover {
  opacity: 50%;
}
@media screen and (max-width: 1024px) {
  .third-party-service__summary:hover {
    opacity: initial;
  }
  .third-party-service__summary:active {
    opacity: 50%;
  }
}
.third-party-service__summary img {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -18px;
  pointer-events: none;
  transition: transform 290ms cubic-bezier(0, 1, 0, 1) 0s;
  transform: rotateZ(0deg);
}
.third-party-service__summary img.open {
  transition: transform 290ms cubic-bezier(0, 1, 0, 1) 0s;
  transform: rotateZ(180deg);
  margin-top: -22px;
}
.third-party-service__details {
  overflow: hidden;
  max-height: 0px;
  transition: max-height 290ms ease 0s;
}
.third-party-service__details > ul {
  margin-top: 10px;
  padding-inline-start: 40px;
}

.disc {
  list-style: none;
}
.disc > li {
  list-style-position: inside;
}
.disc > li::before {
  content: "• ";
}

.num_list > li {
  list-style-type: decimal;
}

.some-lines {
  text-indent: -1em;
  padding-left: 1em;
}

.some-lines-long {
  text-indent: -2em;
  padding-left: 2em;
}

.indent-list {
  padding-inline-start: 40px;
}

.license__container {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: 30px;
}

.license__card {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.license__card .license__img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-right: 20px;
}
.license__card .license__tag {
  font-size: 13px;
  white-space: nowrap;
}
.license__card .license__id {
  font-size: 13px;
}

@media screen and (max-width: 1024px) {
  .license__container {
    grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
    padding-bottom: 20px;
  }

  .license__card .license__img {
    margin-left: 5px;
  }
  .license__card .license__tag {
    font-size: 12px;
  }
  .license__card .license__id {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .heading-area {
    border-bottom: 1px solid #d9d9d9;
  }
}
.heading-area__inner {
  width: 1000px;
  margin: 0 auto;
  padding: 15px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .heading-area__inner {
    padding: 15px;
    width: auto;
  }
}
.heading-area__title {
  font-size: 18px;
  font-weight: bold;
}
.heading-area__title img {
  width: auto;
  height: 50px;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .heading-area__title {
    font-size: 14px;
  }
}
.heading-area__supplement {
  font-size: 14px;
  display: inline-block;
  margin-left: 15px;
}
.ie7 .heading-area__supplement {
  display: inline;
  zoom: 1;
}
.heading-area__link {
  position: absolute;
  top: 19px;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .heading-area__link {
    display: none;
  }
}
.heading-area__link li {
  display: inline-block;
  margin-left: 15px;
  font-weight: bold;
}
.ie7 .heading-area__link li {
  display: inline;
  zoom: 1;
}
.heading-area__link .current,
.heading-area__link .disabled {
  pointer-events: none;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.heading-area__link02 {
  position: absolute;
  top: 33px;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .heading-area__link02 {
    display: none;
  }
}
.heading-area__link02 li {
  display: inline-block;
  margin-left: 15px;
  font-weight: bold;
}
.ie7 .heading-area__link02 li {
  display: inline;
  zoom: 1;
}
.heading-area__link02 .current,
.heading-area__link02 .disabled {
  pointer-events: none;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.fz-10 {
  font-size: 10px;
}

.heading-lv02, .section__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.heading-lv02__supplement {
  font-size: 14px;
  display: inline-block;
  margin-left: 15px;
  font-weight: normal;
}
.ie7 .heading-lv02__supplement {
  display: inline;
  zoom: 1;
}

.heading-lv02-02 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-top: 40px;
  border-bottom: 1px solid #d9d9d9;
}
.heading-lv02-02:first-child {
  margin-top: 0;
}

.heading-lv02-03 {
  font-size: 20px;
  font-weight: bold;
}

.heading-lv03 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 30px;
}

.heading-otherArea {
  margin-bottom: 26px;
  padding: 22px 27px;
  background-color: #fff;
}
.heading-otherArea__icon, .heading-otherArea__text {
  display: table-cell;
  vertical-align: middle;
}
.heading-otherArea__icon {
  padding-right: 25px;
}
.heading-otherArea__icon .icon {
  width: 48px;
  height: 55px;
  background: url(../images/icon_premium_gold.png) bottom center no-repeat;
}
.heading-otherArea__title {
  font-size: 22px;
  font-weight: bold;
}
.heading-otherArea__desc {
  font-size: 16px;
}
.heading-otherArea__desc a {
  color: #00a7e9;
}
.heading-otherArea__desc a:hover {
  opacity: 0.7;
}

.section__title {
  margin-bottom: 0;
  float: left;
}

.section-heading-area {
  overflow: hidden;
}
.section-heading-area .section__title .label {
  display: block;
  width: 200px;
  padding: 6px 20px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
}
.section-heading-area .section__title .label--live {
  background-color: #00a7e9;
}
.section-heading-area .section__title .label--timefree {
  background-color: #e73c64;
}
.section-heading-area .link {
  float: right;
}
.section-heading-area + .img-list {
  clear: both;
  margin-top: 0;
}
.section-heading-area + .img-list__carousel {
  margin-top: 20px;
}

.icon {
  display: inline-block;
  vertical-align: middle;
}
.ie7 .icon {
  display: inline;
  zoom: 1;
}
.ie7 .icon {
  position: relative;
  top: -2px;
}
.icon--right {
  margin-left: 8px;
}
.icon--left {
  margin-right: 8px;
}
.icon--agree-off {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -467px -78px;
  width: 25px;
  height: 25px;
}
.page-timeshift .icon--agree-off {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -467px -128px;
  width: 25px;
  height: 25px;
}
.icon--agree-on {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -467px -103px;
  width: 25px;
  height: 25px;
}
.page-timeshift .icon--agree-on {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -467px -153px;
  width: 25px;
  height: 25px;
}
.icon--agree-01 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -467px -78px;
  width: 25px;
  height: 25px;
}
.icon--agree-02 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -467px -103px;
  width: 25px;
  height: 25px;
}
.icon--agree-03 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -467px -128px;
  width: 25px;
  height: 25px;
}
.icon--agree-04 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -467px -153px;
  width: 25px;
  height: 25px;
}
.icon--arrow-t {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -330px -355px;
  width: 17px;
  height: 17px;
}
.page-timeshift .icon--arrow-t {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -347px -355px;
  width: 17px;
  height: 17px;
}
.icon--arrow-t-02 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -467px -275px;
  width: 24px;
  height: 24px;
}
.icon--arrow-r {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -485px -330px;
  width: 6px;
  height: 8px;
}
.page-timeshift .icon--arrow-r {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -485px -338px;
  width: 6px;
  height: 8px;
}
.icon--arrow-r-02 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -315px -377px;
  width: 16px;
  height: 16px;
}
.page-timeshift .icon--arrow-r-02 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -363px -377px;
  width: 16px;
  height: 16px;
}
.disabled .icon--arrow-r-02 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -347px -377px;
  width: 16px;
  height: 16px;
}
.icon--arrow-r-03 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -467px -203px;
  width: 24px;
  height: 24px;
  margin-top: -1px;
}
.page-timeshift .icon--arrow-r-03 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -467px -227px;
  width: 24px;
  height: 24px;
}
.icon--arrow-r-04 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -397px -377px;
  width: 14px;
  height: 14px;
  vertical-align: -2px;
}
.icon--arrow-r-05 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: 0px 0px;
  width: 88px;
  height: 88px;
  vertical-align: -2px;
}
.page-timeshift .icon--arrow-r-05 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -88px 0px;
  width: 88px;
  height: 88px;
}
.icon--arrow-r-06 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -485px -350px;
  width: 3px;
  height: 6px;
  vertical-align: 1px;
}
.page-timeshift .icon--arrow-r-06 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -488px -350px;
  width: 3px;
  height: 6px;
}
.icon--arrow-r-07 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -467px -438px;
  width: 20px;
  height: 20px;
}
.icon--arrow-r-08 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -331px -377px;
  width: 16px;
  height: 16px;
}
.icon--arrow-d {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -232px -196px;
  width: 14px;
  height: 8px;
}
.page-timeshift .icon--arrow-d {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -226px -226px;
  width: 14px;
  height: 8px;
}
.icon--arrow-d-02 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -482px -458px;
  width: 11px;
  height: 6px;
}
.icon--arrow-d-03 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -467px -251px;
  width: 24px;
  height: 24px;
}
.icon--arrow-d-04 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -288px -195px;
  width: 20px;
  height: 20px;
}
.page-timeshift .icon--arrow-d-04 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -288px -215px;
  width: 20px;
  height: 20px;
}
.icon--arrow-d-05 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -275px -433px;
  width: 15px;
  height: 15px;
}
.icon--btn-5sec-forward {
  background-image: url(../images/sprite2.png?1731287539371);
  background-position: 0px 0px;
  width: 40px;
  height: 33px;
  display: block;
}
.ie7 .icon--btn-5sec-forward {
  display: block;
}
.page-timeshift .icon--btn-5sec-forward {
  background-image: url(../images/sprite2.png?1731287539371);
  background-position: -80px 0px;
  width: 40px;
  height: 33px;
}
.icon--btn-5sec-reverse {
  background-image: url(../images/sprite2.png?1731287539371);
  background-position: -40px 0px;
  width: 40px;
  height: 33px;
  display: block;
}
.ie7 .icon--btn-5sec-reverse {
  display: block;
}
.page-timeshift .icon--btn-5sec-reverse {
  background-image: url(../images/sprite2.png?1731287539371);
  background-position: -80px -33px;
  width: 40px;
  height: 33px;
}
.icon--btn-60sec-forward {
  background-image: url(../images/sprite2.png?1731287539371);
  background-position: 0px -33px;
  width: 40px;
  height: 33px;
  display: block;
}
.ie7 .icon--btn-60sec-forward {
  display: block;
}
.page-timeshift .icon--btn-60sec-forward {
  background-image: url(../images/sprite2.png?1731287539371);
  background-position: 0px -66px;
  width: 40px;
  height: 33px;
}
.icon--btn-60sec-reverse {
  background-image: url(../images/sprite2.png?1731287539371);
  background-position: -40px -33px;
  width: 40px;
  height: 33px;
  display: block;
}
.ie7 .icon--btn-60sec-reverse {
  display: block;
}
.page-timeshift .icon--btn-60sec-reverse {
  background-image: url(../images/sprite2.png?1731287539371);
  background-position: -40px -66px;
  width: 40px;
  height: 33px;
}
.icon--login {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -413px -360px;
  width: 11px;
  height: 14px;
}
.page-timeshift .icon--login {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -366px -305px;
  width: 11px;
  height: 14px;
}
.icon--login-02 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -315px -355px;
  width: 15px;
  height: 20px;
}
.icon--premium {
  width: 14px;
  height: 15px;
  background-size: 14px 15px;
  background-image: url(../images/icon/icon_premium.png);
}
.icon--prev {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -9px -467px;
  width: 9px;
  height: 16px;
}
.icon--prev-02 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -377px -272px;
  width: 44px;
  height: 44px;
}
.page-timeshift .icon--prev-02 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -377px -316px;
  width: 44px;
  height: 44px;
}
.icon--prev-red-02, .page-timeshift .icon--prev-02 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -377px -316px;
  width: 44px;
  height: 44px;
}
.icon--prev-03 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -77px -396px;
  width: 36px;
  height: 36px;
}
.icon--next {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: 0px -467px;
  width: 9px;
  height: 16px;
}
.icon--next-02 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -377px -140px;
  width: 44px;
  height: 44px;
}
.icon--next-red-02, .page-timeshift .icon--next-02 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -377px -184px;
  width: 44px;
  height: 44px;
}
.icon--next-03 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -41px -396px;
  width: 36px;
  height: 36px;
}
.icon--search {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -358px -258px;
  width: 18px;
  height: 18px;
}
.page-timeshift .icon--search {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -358px -276px;
  width: 18px;
  height: 18px;
}
.icon--search-02 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -188px -433px;
  width: 28px;
  height: 28px;
}
.page-timeshift .icon--search-02 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -216px -433px;
  width: 28px;
  height: 28px;
}
.icon--search-03 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -224px -148px;
  width: 17px;
  height: 19px;
}
.icon--search-04 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -467px -52px;
  width: 26px;
  height: 26px;
}
.icon--question {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -224px -128px;
  width: 20px;
  height: 20px;
}
.icon--login {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -413px -360px;
  width: 11px;
  height: 14px;
}
.icon--visitor {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -66px -433px;
  width: 30px;
  height: 30px;
}
.icon--onair {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -320px -396px;
  width: 31px;
  height: 30px;
}
.page-timeshift .icon--onair {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -351px -396px;
  width: 30px;
  height: 30px;
}
.icon--program {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -244px -433px;
  width: 31px;
  height: 24px;
}
.icon--event {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -126px -433px;
  width: 31px;
  height: 28px;
}
.page-timeshift .icon--event {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -157px -433px;
  width: 31px;
  height: 28px;
}
.icon--plus {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -467px -178px;
  width: 25px;
  height: 25px;
}
.page-timeshift .icon--plus {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -381px -396px;
  width: 30px;
  height: 30px;
}
.icon--attention {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -425px -334px;
  width: 41px;
  height: 37px;
}
.page-timeshift .icon--attention {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: 0px -396px;
  width: 41px;
  height: 37px;
}
.icon--attention-02 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -246px -195px;
  width: 42px;
  height: 42px;
}
.icon--play {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -176px -128px;
  width: 48px;
  height: 48px;
}
.page-timeshift .icon--play {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -263px -240px;
  width: 48px;
  height: 48px;
}
.icon--play-02 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -425px -254px;
  width: 41px;
  height: 40px;
}
.player-timeshift .icon--play-02 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -425px -294px;
  width: 41px;
  height: 40px;
}
.icon--stop {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -425px -168px;
  width: 40px;
  height: 43px;
}
.player-timeshift .icon--stop {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -425px -211px;
  width: 40px;
  height: 43px;
}
.icon--stop-02 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -377px 0px;
  width: 48px;
  height: 48px;
}
.page-timeshift .icon--stop-02 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -377px -48px;
  width: 48px;
  height: 48px;
}
.icon--stop-03 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: 0px -88px;
  width: 88px;
  height: 88px;
}
.page-timeshift .icon--stop-03 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -88px -88px;
  width: 88px;
  height: 88px;
}
.icon--share {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -467px -322px;
  width: 18px;
  height: 28px;
}
.page-timeshift .icon--share {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -467px -350px;
  width: 18px;
  height: 28px;
}
.icon--noti {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -467px 0px;
  width: 26px;
  height: 26px;
}
.page-timeshift .icon--noti {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -467px -26px;
  width: 26px;
  height: 26px;
}
.icon--close {
  width: 36%;
  height: 36%;
  border: 3px solid;
  border-color: transparent transparent #898989 #898989;
  transform: rotate(-45deg);
  position: absolute;
  right: 20%;
  top: 5%;
}
.icon--info {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -257px -396px;
  width: 32px;
  height: 30px;
}
.icon--maintenance {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -425px -371px;
  width: 34px;
  height: 25px;
}
.icon--facebook {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -289px -396px;
  width: 31px;
  height: 30px;
}
.icon--facebook-02 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -425px 0px;
  width: 42px;
  height: 42px;
}
.icon--facebook-03 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -232px -176px;
  width: 14px;
  height: 20px;
  vertical-align: -4px;
}
.icon--twitter {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -96px -433px;
  width: 30px;
  height: 30px;
}
.icon--twitter-02 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -425px -126px;
  width: 42px;
  height: 42px;
}
.icon--twitter-03 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -379px -377px;
  width: 18px;
  height: 14px;
}
.icon--cross {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -411px -377px;
  width: 14px;
  height: 14px;
}
.icon--area {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -467px -378px;
  width: 21px;
  height: 20px;
}
.icon--date {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -226px -206px;
  width: 16px;
  height: 20px;
}
.icon--url {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -425px -84px;
  width: 42px;
  height: 42px;
}
.icon--setting {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -377px -360px;
  width: 18px;
  height: 17px;
}
.page-timeshift .icon--setting {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -395px -360px;
  width: 18px;
  height: 17px;
}
.icon--header-badge {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -364px -355px;
  width: 13px;
  height: 13px;
}
.icon--action-reply {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -283px -377px;
  width: 16px;
  height: 16px;
}
.icon--action-favorite {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -267px -377px;
  width: 16px;
  height: 16px;
}
.icon--action-retweet {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -299px -377px;
  width: 16px;
  height: 16px;
}
.icon--volume {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -467px -398px;
  width: 21px;
  height: 20px;
}
.player-timeshift .icon--volume {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -467px -418px;
  width: 21px;
  height: 20px;
}
.icon--volume-btn {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -318px -433px;
  width: 14px;
  height: 14px;
}
.player-timeshift .icon--volume-btn {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -332px -433px;
  width: 14px;
  height: 14px;
}
.icon--seek-btn {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -288px -288px;
  width: 13px;
  height: 12px;
}
.icon--circle {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -346px -433px;
  width: 12px;
  height: 12px;
}
.icon--num {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -113px -396px;
  width: 37px;
  height: 33px;
}
.icon--num-02 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -150px -396px;
  width: 37px;
  height: 33px;
}
.icon--num-03 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -187px -396px;
  width: 37px;
  height: 33px;
}
.icon--step {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -176px 0px;
  width: 70px;
  height: 64px;
}
.icon--step-02 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -176px -64px;
  width: 70px;
  height: 64px;
}
.icon--step-03 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: 0px -176px;
  width: 70px;
  height: 64px;
}
.icon--step-04 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -70px -176px;
  width: 70px;
  height: 64px;
}
.icon--enjoy {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -198px -240px;
  width: 65px;
  height: 65px;
}
.icon--enjoy-02 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -312px -130px;
  width: 64px;
  height: 64px;
}
.icon--enjoy-03 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -312px 0px;
  width: 65px;
  height: 65px;
}
.icon--enjoy-04 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -312px -194px;
  width: 64px;
  height: 64px;
}
.icon--enjoy-05 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -312px -65px;
  width: 65px;
  height: 65px;
}
.icon--radiko {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -34px -433px;
  width: 32px;
  height: 34px;
}
.icon--timefree {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: 0px -433px;
  width: 34px;
  height: 34px;
}
.icon--areafree {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -224px -396px;
  width: 33px;
  height: 30px;
}
.icon--point {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -246px 0px;
  width: 66px;
  height: 65px;
}
.icon--point-02 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -246px -65px;
  width: 66px;
  height: 65px;
}
.icon--sample {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -246px -130px;
  width: 66px;
  height: 65px;
}
.icon--sample-02 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: 0px -240px;
  width: 66px;
  height: 65px;
}
.icon--sample-03 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -66px -240px;
  width: 66px;
  height: 65px;
}
.icon--sample-04 {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -132px -240px;
  width: 66px;
  height: 65px;
}
.icon--cil-speech {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -485px -322px;
  width: 8px;
  height: 8px;
}
.icon--alert-flash {
  background-image: url(../images/icon_attention.png);
  width: 24px;
  height: 24px;
}
.icon--play-button__live {
  background-size: 44px 44px;
  background-image: url(../images/icon/icon_play_live.png);
}
.icon--play-button__timefree {
  background-size: 44px 44px;
  background-image: url(../images/icon/icon_play_timefree.png);
}
.icon--arrow-d-gray {
  width: 14px;
  height: 8px;
  background-image: url(../images/icon_arrow_d_gray_01.png);
}
.icon--cross-black {
  width: 14px;
  height: 14px;
  background-image: url(../images/icon_cross_black_01.png);
}
.icon--embed-01 {
  width: 42px;
  height: 42px;
  background-image: url(../images/icon_embed_01.png);
}

.btn {
  border-radius: 3px;
  border: none;
  display: inline-block;
  -webkit-appearance: none;
  text-align: center;
  cursor: pointer;
}
.ie7 .btn {
  display: inline;
  zoom: 1;
}
.btn:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  color: #333;
}
.btn--disabled {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.btn--br10 {
  border-radius: 10px;
}
.btn--primary {
  background-color: #00a7e9;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.page-timeshift .btn--primary {
  background-color: #e73c64;
}
.btn--primary:hover {
  color: #fff;
}
.btn--primary-red {
  background-color: #e73c64;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.btn--primary-red:hover {
  color: #fff;
}
.btn--default {
  font-size: 16px;
  padding: 9px 0;
  border: 2px solid #00a7e9;
}
.page-timeshift .btn--default {
  border: 2px solid #e73c64;
}
.btn--default-02 {
  font-size: 16px;
  padding: 9px 0;
  background-color: #f4f4f4;
}
.btn--search {
  background-color: #191919;
  font-size: 14px;
  color: #fff;
}
.btn--block {
  display: block;
}
.ie7 .btn--block, .ie8 .btn--block {
  width: 100%;
}
.btn--x-large {
  display: block;
  width: 100%;
  padding: 12px 0;
  font-size: 24px;
}
.btn--xx-large {
  display: block;
  width: 100%;
  border-radius: 50px;
  padding: 12px 0;
  font-size: 24px;
}
.btn--large {
  display: block;
  width: 100%;
  padding: 17px 0;
  font-size: 18px;
}
.btn--medium {
  width: 235px;
  padding: 9px 0;
  font-size: 16px;
}
.btn--medium-02 {
  width: 270px;
  padding: 15px 0;
  font-size: 18px;
}
.btn--ticket {
  width: 100%;
  padding: 10px 0;
}
.btn--recochoku, .btn--amazon {
  border-radius: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.btn--recochoku {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -140px -176px;
  width: 92px;
  height: 30px;
  height: 27px;
}
.btn--itunes img {
  height: 30px;
}
.btn--amazon {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -140px -206px;
  width: 86px;
  height: 30px;
}
.btn--facebook {
  background-color: #3b5998;
  color: #fff;
  padding: 7px 0;
  width: 130px;
}
.btn--facebook:hover {
  color: #fff;
}
.btn--twitter {
  background-color: #55acee;
  color: #fff;
  padding: 8px 0 7px 0;
  width: 130px;
}
.btn--twitter:hover {
  color: #fff;
}
.btn--ticket-dialog {
  width: 100%;
  box-sizing: border-box;
  background-color: #00a7e9;
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
}
.btn--ticket-dialog:hover {
  color: #fff;
}

.pagination {
  margin-top: 35px;
  text-align: center;
}
.pagination .item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin: 0 7px;
  width: 36px;
  height: 36px;
}
.pagination .item--num {
  background-color: #f2f2f2;
  border-radius: 18px;
}
.pagination .item--num a {
  color: #191919;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pagination .item--num a:hover {
  color: #999999;
}
.pagination .item--prev a, .pagination .item--next a {
  display: block;
  width: 36px;
  height: 36px;
}
.pagination .item--prev .icon, .pagination .item--next .icon {
  margin-top: -3px;
}
.pagination .item--prev span, .pagination .item--next span {
  font: 0/0 a;
  font-size: 0;
  line-height: 0;
  text-shadow: none;
  color: transparent;
}
.pagination .item--current {
  background-color: #00a7e9;
}
.pagination .item--current a {
  color: #fff;
  pointer-events: none;
}

.pager {
  margin-top: 35px;
  padding-top: 35px;
  text-align: center;
  border-top: 1px solid #ddd;
}
.pager .item {
  display: inline-block;
  font-size: 14px;
  margin: 0 7px;
}
.ie7 .pager .item {
  display: inline;
  zoom: 1;
}
.pager .item--prev .icon, .pager .item--next .icon {
  margin-top: -3px;
  font-size: 14px;
}
.pager .item--prev {
  float: left;
}
.pager .item--next {
  float: right;
}
.pager__list {
  width: 510px;
  margin: 0 auto;
}
.pager__index {
  font-size: 18px;
  margin-top: -1.5em;
}

.ui-form-select {
  position: relative;
  height: 37px;
}
.ui-form-select select {
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 163px;
  height: 37px;
}

.ui-form-input {
  position: relative;
  height: 37px;
}
.ui-form-input input {
  position: absolute;
  top: 0;
  left: 0;
  width: 156px;
  height: 37px;
  background-color: #f8f8f8;
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  padding-left: 5px;
}
.ui-form-input .calendar-arrow-icon {
  top: 16px;
  right: 51px;
  position: absolute;
}

.ui-form-datepicker {
  position: relative;
  width: 170px;
  height: 37px;
}
.ui-form-datepicker .ui-form-datepicker__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  padding-left: 5px;
  padding-right: 25px;
  box-sizing: border-box;
  outline: 0;
}
.ui-form-datepicker .ui-form-datepicker__input:focus {
  outline: 0;
}
.ui-form-datepicker .ui-form-datepicker__input::placeholder {
  color: #333;
}
.ui-form-datepicker .ui-form-datepicker__input:-ms-input-placeholder {
  color: #333;
}
.ui-form-datepicker .ui-form-datepicker__input-hidden {
  display: none;
}
.ui-form-datepicker .calendar-arrow-icon {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -4px;
}
.top-search__form .ui-form-datepicker, .content__search-result .ui-form-datepicker {
  float: left;
  height: 42px;
}
.top-search__form .ui-form-datepicker input, .content__search-result .ui-form-datepicker input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.top-search__form .ui-form-datepicker {
  width: 142px;
}
.top-search__form .ui-form-datepicker input {
  border: 0;
}
.content__search-result .ui-form-datepicker {
  width: 168px;
}

.form__select {
  height: 37px;
  border-radius: 3px;
  background-color: #f2f2f2;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1) inset;
  line-height: 37px;
  padding: 0 35px 0 12px;
}
.form__select .icon {
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -5px;
}
.form__text {
  height: 37px;
  border-radius: 3px;
  border: none;
  background-color: #f2f2f2;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1) inset;
  line-height: 37px;
  padding: 0 12px;
}
.form__checkbox {
  vertical-align: middle;
  margin-right: 5px;
}

#questionare-form {
  font-size: 16px;
  margin-top: 18px;
}
#questionare-form .questionare-form_column {
  color: #000000;
  font-weight: 600;
}
#questionare-form .questionare-form_record {
  margin-top: 16px;
  margin-left: 45px;
  font-size: 15px;
  font-weight: 600;
  color: #4F4F4F;
  display: flex;
}
#questionare-form .questionare-form_gender {
  margin-top: 24px;
}
#questionare-form .questionare-form_gender label {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  margin-right: 24px;
}
#questionare-form .questionare-form_gender input {
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
}
#questionare-form .questionare-form_gender input:focus {
  opacity: 1;
}
#questionare-form .questionare-form_birth {
  margin-top: 20px;
}
#questionare-form .questionare-form_birth .questionare-form_birth_unit {
  margin: 0 10px 0 5px;
}
#questionare-form .questionare-form_birth .questionare-form_select_wrapper {
  position: relative;
}
#questionare-form .questionare-form_birth .questionare-form_select_wrapper i {
  position: absolute;
  top: 20px;
  right: 44px;
  pointer-events: none;
}
#questionare-form .questionare-form_submit {
  display: block;
  text-align: center;
  font-weight: 600;
  line-height: 42px;
  width: 176px;
  height: 44px;
  margin: 20px auto;
  border: unset;
  border-radius: 5px;
  color: #fff;
  background-color: #00a7e9;
  cursor: pointer;
  font-size: 16px;
}
#questionare-form .questionare-form_submit:disabled {
  color: #828282;
  background-color: #E0E0E0;
  cursor: default;
}
#questionare-form select {
  background: #fff;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 2px;
  color: #333;
  height: 48px;
  font-size: 16px;
  line-height: 32px;
  padding: 8px 30px 8px 15px;
  appearance: none;
}
#questionare-form .radio_button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  border-radius: 9999px;
  box-sizing: border-box;
  border: 2px solid #e0e0e0;
  margin-right: 8px;
}
#questionare-form .radio_button::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #e0e0e0;
  border-radius: inherit;
}
#questionare-form input:checked ~ .radio_button {
  border-color: #09d;
}
#questionare-form input:checked ~ .radio_button::after {
  background-color: #09d;
}

.program-table {
  position: relative;
}
.program-table__body {
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-top: 28px;
  position: relative;
  height: 600px;
}
.program-table__body--timeshift-index {
  width: 880px;
  margin-left: 55px;
}
.program-table__hour {
  width: 32px;
  float: left;
}
.program-table__hour .item {
  position: relative;
  text-align: center;
}
.program-table__hour .item__num {
  font-size: 20px;
  color: #fff;
}
.program-table__hour .item--hour05 {
  background-color: #03e1fc;
}
.program-table__hour .item--hour06 {
  background-color: #1ae9e2;
}
.program-table__hour .item--hour07 {
  background-color: #50eeb9;
}
.program-table__hour .item--hour08 {
  background-color: #80f788;
}
.program-table__hour .item--hour09 {
  background-color: #a7fa3c;
}
.program-table__hour .item--hour10 {
  background-color: #cbf71a;
}
.program-table__hour .item--hour11 {
  background-color: #e2f91c;
}
.program-table__hour .item--hour12 {
  background-color: #ffe000;
}
.program-table__hour .item--hour13 {
  background-color: #ffbf00;
}
.program-table__hour .item--hour14 {
  background-color: #ff9d00;
}
.program-table__hour .item--hour15 {
  background-color: #ff7000;
}
.program-table__hour .item--hour16 {
  background-color: #fc4e1e;
}
.program-table__hour .item--hour17 {
  background-color: #f23411;
}
.program-table__hour .item--hour18 {
  background-color: #cd243c;
}
.program-table__hour .item--hour19 {
  background-color: #9c0d7c;
}
.program-table__hour .item--hour20 {
  background-color: #5e13b6;
}
.program-table__hour .item--hour21 {
  background-color: #3366cc;
}
.program-table__hour .item--hour22 {
  background-color: #0e00ff;
}
.program-table__hour .item--hour23 {
  background-color: #000ad7;
}
.program-table__hour .item--hour24 {
  background-color: #0b00b1;
}
.program-table__hour .item--hour25 {
  background-color: #06008c;
}
.program-table__hour .item--hour26 {
  background-color: #101975;
}
.program-table__hour .item--hour27 {
  background-color: #131154;
}
.program-table__hour .item--hour28 {
  background-color: #0f0d27;
}
.program-table__channel-outer {
  padding-left: 32px;
  border-bottom: 1px solid #dfdfdf;
}
.program-table__channel {
  width: 149px;
  float: left;
  padding: 4px;
  border-right: 1px solid #dfdfdf;
}
.program-table__channel:first-child {
  border-left: 1px solid #dfdfdf;
}
.program-table__body--col8 .program-table__channel {
  width: 109px;
}
.program-table__channel .name {
  width: 149px;
  height: 60px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.ie7 .program-table__channel .name, .ie8 .program-table__channel .name {
  layout-grid-line: 60px;
  display: block;
}
.program-table__body--col8 .program-table__channel .name {
  width: 109px;
}
.program-table__channel .name img {
  max-width: 90%;
}
.program-table__channel .link a {
  background-color: #f2f2f2;
  display: block;
  text-align: center;
  padding: 6px 0;
}
.program-table__date-outer {
  padding-left: 32px;
  border-bottom: 1px solid #dfdfdf;
}
.program-table__date {
  width: 149px;
  float: left;
  padding: 4px;
  border-right: 1px solid #dfdfdf;
}
.program-table__date:first-child {
  border-left: 1px solid #dfdfdf;
}
.program-table__body--col7 .program-table__date {
  width: 126px;
}
.program-table__body--col8 .program-table__date {
  width: 109px;
}
.program-table__date .item {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}
.program-table__date .item--saturday {
  color: #1aa8d8;
}
.program-table__date .item--sunday {
  color: #e73c64;
}
.program-table__date .item--today {
  background-color: #00a7e9;
  color: #fff;
}
.program-table__date .item--disabled {
  color: lightgray;
}
.program-table__date .week {
  font-size: 12px;
}
.program-table__outer {
  width: 1000px;
  overflow-y: scroll;
}
.program-table__outer--timeshift-index {
  height: 582px;
  width: 880px;
}
.program-table__items .item-outer {
  width: 157px;
  float: left;
  border-right: 1px solid #dfdfdf;
}
.program-table__items .item-outer:first-child {
  border-left: 1px solid #dfdfdf;
}
.program-table__body--col7 .program-table__items .item-outer {
  width: 134px;
}
.program-table__body--col8 .program-table__items .item-outer {
  width: 117px;
}
.program-table__items .item {
  margin: 4px 4px 0;
}
.program-table__items .item a {
  display: block;
  padding: 13px;
  background-color: #f4f4f4;
}
.program-table__body--col8 .program-table__items .item a {
  padding: 10px;
}
.program-table__items .item .title {
  font-weight: bold;
  word-wrap: break-word;
}
.program-table__items .item--disabled {
  background-color: #f4f4f4;
}
.program-table__items .item--disabled a {
  background-color: #f4f4f4;
  pointer-events: none;
}
.program-table__items .item--past a {
  background-color: #fdf2f2;
}
.program-table__items .item--future a {
  background-color: #e2f4f9;
}
.program-table__items .item--onair a {
  color: #fff;
  background-color: #00a7e9;
}
.program-table__items .item--onair a:hover {
  background-color: #03b8ff;
  color: #e6e6e6;
}
.page-timeshift .program-table__items .item--onair a {
  background-color: #e73c64;
  color: #fff;
}
.page-timeshift .program-table__items .item--onair a:hover {
  background-color: #E96C89;
  color: #fff;
}
.program-table__pager {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
}
.program-table__pager .item {
  cursor: pointer;
}
.program-table__pager .item span {
  width: 44px;
  height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.program-table__pager .item--prev {
  position: absolute;
  left: -70px;
  top: -5px;
}
.program-table__pager .item--next {
  position: absolute;
  right: -70px;
  top: -5px;
}
.ie7 .program-table__pager .item--next {
  left: 1020px;
}
.program-table__pager--timeshift-index {
  width: 880px;
  margin-left: 55px;
}

.program-table-header {
  position: relative;
}
.program-table-header__list .item {
  float: left;
  margin-left: 12px;
  position: relative;
}
.program-table-header__list .item:first-child {
  margin-left: 0;
}
.program-table-header__list .item__link {
  display: block;
  width: 132px;
  height: 44px;
  line-height: 44px;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  text-align: center;
  layout-grid-line: 44px;
  font-size: 18px;
  font-weight: bold;
}
.program-table-header__list .item__link img {
  max-width: 100px;
  vertical-align: middle;
}
.program-table-header__list .item__link.saturday {
  color: #00a7e9;
}
.program-table-header__list .item__link.sunday {
  color: #e73c64;
}
.program-table-header__list .item__link.disabled {
  color: lightgray;
  pointer-events: none;
}
.program-table-header--col7 .program-table-header__list .item__link {
  width: 156px;
}
.program-table-header--col8 .program-table-header__list .item__link {
  width: 114px;
}
.program-table-header--logo .program-table-header__list .item__link {
  height: 52px;
  line-height: 52px;
  layout-grid-line: 52px;
}
.program-table-header__list .item__link .week {
  font-size: 12px;
  font-weight: normal;
}
.program-table-header__list .item__selected {
  border: 2px solid #00a7e9;
  height: 40px;
  line-height: 40px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.page-timeshift .program-table-header__list .item__selected {
  border: 2px solid #e73c64;
}
.program-table-header--logo .program-table-header__list .item__selected {
  height: 48px;
  line-height: 48px;
}
.program-table-header__list .item .bg {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -330px -325px;
  width: 14px;
  height: 11px;
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -5px;
}
.page-timeshift .program-table-header__list .item .bg {
  background-image: url(../images/sprite.png?1731287539371);
  background-position: -344px -325px;
  width: 14px;
  height: 11px;
}
.program-table-header__list--timeshift-index {
  left: -3528px;
}
.program-table-header__list-outer--timeshift-index {
  width: 875px;
  margin-left: 59px;
}
.program-table-header .program-table__pager {
  top: 5px;
}
.program-table-header .program-table__pager--timeshift-index {
  width: 875px;
  margin-left: 59px;
}

.img-list {
  margin-right: -20px;
  margin-top: -20px;
}
.img-list__item {
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 2px 20px 20px 20px;
  float: left;
  width: 200px;
  margin-right: 15px;
  margin-top: 20px;
}
.item-recommend .img-list__item {
  width: 202px;
  box-sizing: border-box;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.img-list__link {
  display: block;
}
.img-list__genre {
  display: inline-block;
  font-size: 14px;
  margin-top: 20px;
  line-height: 24px;
  border-radius: 3px;
  padding: 0 15px;
  background-color: #191919;
  color: #fff;
}
.ie7 .img-list__genre {
  display: inline;
  zoom: 1;
}
.img-list .genre--live {
  background-color: #00a7e9;
}
.img-list .genre--timeshift {
  background-color: #e73c64;
}
.img-list__channel {
  width: 215px;
  height: 52px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  layout-grid-line: 52px;
}
.img-list__img {
  margin: 0 -20px;
  width: 240px;
  height: 150px;
  line-height: 150px;
  position: relative;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  text-align: center;
}
.item-recommend .img-list__img {
  width: inherit;
  height: initial;
  line-height: initial;
}
.img-list__img img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.img-list__img .play {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 35%;
  left: 39%;
  opacity: 0.8;
}
.img-list__title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
}
.img-list__title.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.img-list__time {
  margin-top: 5px;
}
.img-list__text {
  margin-top: 5px;
}
.img-list__text.separate {
  border-top: 1px solid #d9d9d9;
  margin-top: 10px;
  padding-top: 10px;
}
.ie7 .img-list__text.separate {
  width: 195px;
}
.img-list .img-list__channel + .img-list__img img {
  border-radius: 0;
}
#others-program .img-list {
  margin: 0;
}
.img-list__carousel {
  margin-bottom: 0;
  background-color: #fdf2f2;
  padding: 20px 0;
}
.img-list__carousel .img-list__item {
  margin-top: 0;
  margin-right: 7.5px;
  margin-left: 7.5px;
}
.img-list__carousel .img-list__item img {
  display: initial;
}
.img-list__premium {
  color: #b0931f;
  margin-top: 5px;
}
.img-list__premium .icon {
  margin-right: 10px;
}

.tune-list {
  margin-right: -20px;
  margin-top: -20px;
}
.tune-list .tune-list__item {
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 280px;
  float: left;
  margin-right: 20px;
  margin-top: 20px;
  padding: 20px;
  position: relative;
}
.tune-list .tune-list__img {
  position: absolute;
  top: 20px;
  left: 20px;
}
.tune-list .tune-list__img img {
  object-fit: contain;
}
.tune-list .tune-list__text {
  min-height: 100px;
  padding-left: 120px;
}
.tune-list .tune-list__title {
  font-size: 16px;
  font-weight: bold;
}
.tune-list .tune-list__ticket {
  margin-top: 20px;
}
.tune-list .tune-list__link {
  margin-top: 20px;
  margin-right: -18px;
}
.tune-list .tune-list__link .item {
  float: left;
  margin-right: 7.5px;
}
.tune-list .tune-list__link .item:nth-last-child(3) {
  margin-left: -8px;
}
.tune-list .tune-list__link a {
  display: block;
}
.tune-list .tune-list__more {
  margin-top: 25px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.player-area {
  background-color: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  border-top: 2px solid #00a7e9;
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
  display: none;
}
.player-timeshift .player-area {
  border-color: #e73c64;
}
.player-area__inner {
  width: 1000px;
  margin: 0 auto;
  padding: 10px 0;
  height: 40px;
  position: relative;
}
.player-area__btn {
  float: left;
  margin-right: 20px;
  cursor: pointer;
}
.player-area__btn a {
  display: block;
  width: 41px;
  height: 40px;
}
.player-area__btn a span {
  display: none;
}
.player-area__btn span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.player-area__volume {
  padding-top: 9px;
  width: 160px;
  float: left;
  margin-right: 35px;
}
.player-area__volume .icon--volume {
  margin-right: 9px;
}
.player-area .volume-bar {
  width: 114px;
  height: 2px;
  background-color: #d9d9d9;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.ie7 .player-area .volume-bar {
  display: inline;
  zoom: 1;
}
.player-area .volume-bar .bar {
  background-color: #00a7e9;
  height: 2px;
}
.player-timeshift .player-area .volume-bar .bar {
  background-color: #e73c64;
}
.player-area .volume-bar .btn {
  position: absolute;
  top: -9px;
  cursor: pointer;
}
.player-area__seek, .player-area__pre-seek {
  padding-top: 8px;
}
.player-area__seek .start,
.player-area__seek .seek-bar,
.player-area__seek .end, .player-area__pre-seek .start,
.player-area__pre-seek .seek-bar,
.player-area__pre-seek .end {
  display: inline-block;
  font-size: 11px;
  margin-right: 14px;
}
.ie7 .player-area__seek .start,
.ie7 .player-area__seek .seek-bar,
.ie7 .player-area__seek .end, .ie7 .player-area__pre-seek .start,
.ie7 .player-area__pre-seek .seek-bar,
.ie7 .player-area__pre-seek .end {
  display: inline;
  zoom: 1;
}
.player-area .seek-bar {
  width: 201px;
  height: 2px;
  background-color: #d9d9d9;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.ie7 .player-area .seek-bar {
  display: inline;
  zoom: 1;
}
.player-area .seek-bar .bar {
  background-color: #00a7e9;
  height: 2px;
}
.player-timeshift .player-area .seek-bar .bar {
  background-color: #e73c64;
}
.player-area .seek-bar .preroll-bar {
  background-color: #999;
  height: 2px;
}
.player-area .seek-bar .btn {
  position: absolute;
  top: -9px;
  cursor: pointer;
}
.player-area .seek-bar .seek-slider {
  height: 1px;
  position: absolute;
  top: -1px;
  width: 210.5px;
  left: -6.5px;
}
.player-area .seek-bar .audio-ad {
  margin: 8px 0 0 4px;
}
.player-area .seek-bar .mr-4 {
  margin-right: 4px;
}
.player-area .seek-bar .ad-text-size {
  font-size: 8px;
}
.player-area__detail {
  width: 320px;
  position: absolute;
  top: 10px;
  right: 0;
}
.player-area__detail .tooltip {
  position: absolute;
  left: 5px;
  top: -64px;
}
.player-area__detail .link {
  display: block;
}
.player-area__detail .link:hover img {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.player-area__detail .img {
  position: absolute;
  top: 0;
  left: 0;
}
.player-area__detail .title {
  padding-left: 75px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  word-wrap: normal;
  width: 235px;
}
.player-area__detail .name {
  padding-left: 75px;
}
.player-area #ts-program-list {
  display: none;
}

.search-area {
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 20px 0 20px 17px;
}
.search-area__title {
  margin-bottom: 8px;
  text-align: center;
  font-size: 16px;
}
.search-area__title .must {
  font-size: 11px;
  font-weight: normal;
  background-color: #e73c64;
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  padding: 0 5px;
  margin-left: 10px;
  vertical-align: middle;
}
.ie7 .search-area__title .must {
  display: inline;
  zoom: 1;
}
.search-area__item {
  width: 200px;
  float: left;
  padding: 10px 20px;
  border-left: 1px solid #d9d9d9;
}
.search-area__item:first-child {
  border-left: none;
  padding-left: 0;
}
.search-area__item--keyword {
  width: 240px;
}
.search-area__item--keyword .form__text {
  width: 216px;
}
.search-area__btn {
  margin-top: 25px;
  text-align: center;
}
.search-area__btn .btn {
  padding: 14px 0;
  width: 280px;
  font-size: 19px;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

#cboxOverlay {
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
  overflow: visible;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #fff;
  border-radius: 5px;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #fff;
  padding: 35px 50px;
  border-radius: 5px;
  margin: 0 auto;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  background-position: -50px 0px;
  right: 0;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

#cboxClose {
  background: url(../images/sprite/icon_close_blue_01.png) 0 0 no-repeat;
  width: 52px;
  height: 52px;
  right: -25px;
  top: -25px;
  text-indent: -99999px;
}
.page-timeshift #cboxClose {
  background: url(../images/sprite/icon_close_red_01.png) 0 0 no-repeat;
}

#colorbox--alert-flash .colorbox__title {
  color: red;
  font-size: 24px;
}

.colorbox {
  display: none;
}
.colorbox__title {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.colorbox__title.text-small {
  font-size: 16px;
}
.colorbox__title.text-left {
  text-align: left;
}
.policy .colorbox__title {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.colorbox__text {
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
}
.colorbox__text.text-small {
  font-size: 13px;
}
.colorbox__text.text-left {
  text-align: left;
}
.colorbox__text.text-bold {
  font-weight: bold;
}
.colorbox__play {
  margin-top: 20px;
  text-align: center;
}
.colorbox__play .btn-list li {
  display: inline-block;
  vertical-align: middle;
}
.ie7 .colorbox__play .btn-list li {
  display: inline;
}
.colorbox__play .btn-list li a {
  display: block;
}
.colorbox__play .btn-list li a:hover {
  color: #333;
}
.ie7 .colorbox__play .btn-list li a {
  display: block;
}
.colorbox__play .btn-list li a.skip-btn {
  margin: 16px 20px 0;
}
.colorbox__seek {
  padding-top: 8px;
}
.colorbox__seek .start,
.colorbox__seek .seek-bar,
.colorbox__seek .end {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}
.ie7 .colorbox__seek .start,
.ie7 .colorbox__seek .seek-bar,
.ie7 .colorbox__seek .end {
  display: inline;
  zoom: 1;
}
.colorbox__seek .start,
.colorbox__seek .end {
  padding: 0 15px;
}
.colorbox__seek .seek-bar {
  width: 302px;
  height: 4px;
  background-color: #fff;
  border: 1px solid #00a7e9;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.ie7 .colorbox__seek .seek-bar {
  display: inline;
  zoom: 1;
}
.page-timeshift .colorbox__seek .seek-bar {
  border: 1px solid #e73c64;
}
.colorbox__seek .seek-bar .bar {
  background-color: #00a7e9;
  height: 4px;
}
.ie7 .colorbox__seek .seek-bar .bar {
  position: absolute;
  left: 0;
}
.page-timeshift .colorbox__seek .seek-bar .bar {
  background-color: #e73c64;
}
.colorbox__seek .seek-bar .btn {
  position: absolute;
  top: -7px;
  cursor: pointer;
  width: 3px;
  height: 18px;
  background-color: #00a7e9;
}
.page-timeshift .colorbox__seek .seek-bar .btn {
  background-color: #e73c64;
}
.colorbox__hr {
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  height: 0;
  margin-top: 30px;
}
.colorbox__link {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin-top: 30px;
}
.colorbox__link .small {
  font-weight: normal;
  font-size: 12px;
  display: block;
  padding-left: 30px;
}
.colorbox__link li {
  margin-top: 10px;
}
.colorbox__link li:first-child {
  margin-top: 0;
}
.colorbox__link.text-left {
  text-align: left;
}
.colorbox__link.margin-top-15 {
  margin-top: 15px;
}
.colorbox__link.margin-top-0 {
  margin-top: 0px;
}
.colorbox__btn {
  margin-top: 30px;
}
.colorbox__btn.margin-top-50 {
  margin-top: 50px;
}
.colorbox__share {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  margin-top: 20px;
  letter-spacing: -0.4em;
}
.colorbox__share li {
  display: inline-block;
  padding: 0 7px;
  font-size: 15px;
  letter-spacing: normal;
  flex: 1;
  white-space: nowrap;
}
.ie7 .colorbox__share li {
  display: inline;
  zoom: 1;
}
.colorbox__share li > a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.colorbox__share li > a.disabled {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  pointer-events: none;
}
.colorbox__area-list .colorbox-area-list__title {
  font-weight: bold;
  font-size: 16px;
}
.colorbox__area-list .colorbox-area-list__item {
  width: 14%;
  float: left;
}
.colorbox__area-list .colorbox-area-list__list {
  margin-top: 12px;
}
.colorbox__area-list .colorbox-area-list__list li {
  margin-top: 12px;
}
.colorbox__area-list .colorbox-area-list .disabled {
  color: #666;
}
.colorbox.policy #cboxContent {
  position: fixed;
  padding-bottom: 56px;
}
.colorbox.policy iframe {
  width: 100%;
  height: 294px;
  border: none;
}
.colorbox.policy #cboxLoadedContent {
  padding: 0;
}
.colorbox.policy .btn__area {
  border-top: 1px solid #ccc;
  padding: 10px 0;
}
.colorbox.policy .text-center {
  text-align: center;
}
.colorbox.policy .btn__area___agree {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #fff;
}

#colorbox--embedcode {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#colorbox--embedcode .colorbox__title {
  font-size: 24px;
  padding-bottom: 20px;
  line-height: 34px;
}
#colorbox--embedcode .embedcode__preview {
  background-color: #F2F2F2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 750px;
  height: 320px;
  margin-bottom: 15px;
  pointer-events: none;
}
#colorbox--embedcode .embedcode__adjust {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
}
#colorbox--embedcode .embedcode__adjust .group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  width: 272px;
  height: 42px;
}
#colorbox--embedcode .embedcode__adjust .group .item__title {
  background-color: #333333;
  color: #FFFFFF;
  width: 82px;
  height: 42px;
  border-radius: 3px 0 0 3px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0px;
  line-height: 42px;
}
#colorbox--embedcode .embedcode__adjust .group .ui-form-select {
  position: absolute;
  left: 82px;
  top: 0px;
}
#colorbox--embedcode .embedcode__adjust .group .ui-form-select .easy-select-box {
  width: 190px;
  height: 42px;
}
#colorbox--embedcode .embedcode__adjust .group .ui-form-select .easy-select-box .esb-displayer .icon {
  top: 21px;
}
#colorbox--embedcode .embedcode__adjust .item--width .ui-form-select {
  width: auto;
  height: auto;
}
#colorbox--embedcode .embedcode__adjust .item--width .ui-form-select .width-text {
  width: 178px;
  height: 20px;
  padding: 10px 5px;
  background-color: #F8F8F8;
  border-radius: 0 3px 3px 0;
  border: 1px solid #A6A6A6;
}
#colorbox--embedcode .embedcode__adjust .icon--cross-black {
  flex-shrink: 0;
  margin: 0 20px;
}
#colorbox--embedcode .share-txt {
  margin-top: 0px;
}
#colorbox--embedcode .colorbox__play {
  margin: 0 0 15px 0;
}
#colorbox--embedcode .policy {
  margin-top: 0px;
  padding-bottom: 15px;
  font-size: 13px;
  line-height: 16px;
}
#colorbox--embedcode .embedcode__creation {
  display: flex;
  align-items: center;
}
#colorbox--embedcode .embedcode__creation input[type=checkbox]#embed-showcode {
  display: none;
}
#colorbox--embedcode .embedcode__creation input[type=checkbox]#embed-showcode:checked + .embed-showcode_label:before {
  background-color: #0099dd;
  box-shadow: none;
}
#colorbox--embedcode .embedcode__creation input[type=checkbox]#embed-showcode:checked + .embed-showcode_label_tf:before {
  background-color: #e73c64;
  box-shadow: none;
}
#colorbox--embedcode .embedcode__creation input[type=checkbox]#embed-showcode:checked + .embed-showcode_label:after, #colorbox--embedcode .embedcode__creation input[type=checkbox]#embed-showcode:checked + .embed-showcode_label_tf:after {
  opacity: 1;
}
#colorbox--embedcode .embedcode__creation .embed-showcode_label,
#colorbox--embedcode .embedcode__creation .embed-showcode_label_tf {
  position: relative;
  margin-right: 15px;
  padding: 0 0 0 42px;
  font-size: 19px;
  cursor: pointer;
  caret-color: transparent;
}
#colorbox--embedcode .embedcode__creation .embed-showcode_label::before, #colorbox--embedcode .embedcode__creation .embed-showcode_label::after,
#colorbox--embedcode .embedcode__creation .embed-showcode_label_tf::before,
#colorbox--embedcode .embedcode__creation .embed-showcode_label_tf::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
}
#colorbox--embedcode .embedcode__creation .embed-showcode_label::before,
#colorbox--embedcode .embedcode__creation .embed-showcode_label_tf::before {
  left: 15px;
  margin-top: -9px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  box-shadow: inset 0px 0px 0px 1px rgba(16, 22, 26, 0.2), inset 0px -1px 0px 0px rgba(16, 22, 26, 0.1);
}
#colorbox--embedcode .embedcode__creation .embed-showcode_label::after,
#colorbox--embedcode .embedcode__creation .embed-showcode_label_tf::after {
  left: 15px;
  margin-top: -13px;
  width: 16px;
  height: 16px;
  opacity: 0;
  background: url(../images/checkbox_check.png) bottom center no-repeat;
}
#colorbox--embedcode .embedcode__creation .copy-embedcode {
  width: 57px;
  height: 26px;
  padding: 15px 32px;
  font-weight: bold;
  font-size: 19px;
  line-height: 25px;
}
#colorbox--embedcode section {
  width: 100%;
  height: 100px;
  padding: 8px;
  position: absolute;
  left: 0;
  top: 100%;
  transform: translateY(-100px);
  background-color: #F2F2F2;
  border-radius: 5px;
  box-sizing: border-box;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.1s;
}
#colorbox--embedcode .embedcode-section-show {
  z-index: 1;
  opacity: 1;
  transition: 0.5s;
}
#colorbox--embedcode #embedcode {
  height: 100%;
  width: 100%;
  background-color: #FFFFFF;
  padding: 0px 16px;
  white-space: normal;
  box-sizing: border-box;
  line-height: 2em;
  display: flex;
  align-items: center;
}
#colorbox--embedcode .embedcode-background {
  top: 100%;
  left: 0px;
  height: 0px;
  position: absolute;
  background: white;
  width: 100%;
  border-radius: 0px 0px 5px 5px;
  z-index: -1;
  transition: 0.5s;
}
#colorbox--embedcode .embedcode-background-show {
  height: 80px;
}

.credit_expires_confirm_modal #cboxLoadedContent {
  padding: 0;
  line-height: 1.5;
}
.credit_expires_confirm_modal .colorbox_credit_title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-align: center;
  border-bottom: 2px solid #B3B3B3;
  padding-top: 23px;
  padding-bottom: 12px;
}
.credit_expires_confirm_modal .colorbox_credit_body {
  padding: 27px 41px 33.54px 62px;
}
.credit_expires_confirm_modal .colorbox_credit_red_text {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #ff0000;
}
.credit_expires_confirm_modal .colorbox_credit_text {
  font-size: 16px;
  padding-top: 24px;
}
.credit_expires_confirm_modal .colorbox_credit_button_area {
  margin: auto;
  width: 66%;
  display: flex;
  justify-content: space-evenly;
  padding-top: 31px;
}
.credit_expires_confirm_modal .colorbox_credit_button_area .close-btn {
  font-size: 18px;
  padding: 15.71px 24.16px 15.71px 26.27px;
  background-color: #E4E4E4;
}
.credit_expires_confirm_modal .colorbox_credit_button_area .payment-info-change-btn {
  font-size: 16px;
  padding: 7px 0.72px 6.46px 0.31px;
  font-weight: normal;
}
.credit_expires_confirm_modal .colorbox_credit_button_area .btn {
  width: 123.97px;
  height: 59.46px;
}
.credit_expires_confirm_modal .colorbox_credit_close_btn {
  position: absolute;
  cursor: pointer;
  top: 12px;
  right: 12px;
  background-color: transparent;
  border: none;
  padding: 0;
}

#colorbox--question .colorbox__title {
  color: #000000;
  border-bottom: 1px solid #9F9F9F;
  text-align: left;
}
#colorbox--question .colorbox__text {
  color: #000000;
  text-align: left;
}
#colorbox--question .colorbox--question_attention_outer_link {
  color: #4F4F4F;
}
#colorbox--question .colorbox--question_attention_outer_link a {
  text-decoration: underline;
}

#colorbox--local_station_replace .local_station_replace_text {
  white-space: pre-wrap;
}
#colorbox--local_station_replace ul.local_station_replace_station_list {
  margin-top: 20px;
  max-height: 175px;
  overflow-y: auto;
}
#colorbox--local_station_replace ul.local_station_replace_station_list li:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#colorbox--local_station_replace ul.local_station_replace_station_list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#colorbox--local_station_replace ul.local_station_replace_station_list li a {
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#colorbox--local_station_replace ul.local_station_replace_station_list li a:hover {
  color: #333;
  opacity: 0.5;
}

.alert {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 15px 0;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
.ie .alert {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.alert__inner {
  width: 1000px;
  margin: 0 auto;
}
.alert p, .alert label {
  color: #fff;
}
.alert label {
  margin: 0 10px;
}
.alert label input[type=checkbox] {
  margin-right: 5px;
}
.alert .inline {
  display: inline-block;
}
.ie7 .alert .inline {
  display: inline;
  zoom: 1;
}
.alert [first] {
  margin-bottom: 10px;
}
.alert-flash {
  border: red solid;
  border-left: none;
  border-right: none;
  padding: 5px;
  font-weight: bold;
  background-color: #ffffdd;
  text-align: center;
  display: none;
}
.alert-flash .icon--alert-flash {
  margin-right: 6px;
}
.alert-flash .btn {
  background-color: #7F7F7F;
  color: white;
  margin-left: 6px;
  display: none;
}
.alert-flash a {
  color: #ff0000;
  text-decoration: underline;
}
.alert-flash a:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}

.premium-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #7fb8cf;
  padding: 25px 25px 25px 96px;
  border-radius: 4px;
  margin-bottom: 50px;
  position: relative;
}
.premium-area .attention-02 {
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -21px;
}
.premium-area .attention-02 > img {
  width: 42px;
}
.premium-area__text {
  width: 415px;
}
.premium-area__btn {
  width: 415px;
}
.premium-area__link {
  font-weight: bold;
  margin-top: 7px;
}

@media screen and (max-width: 1024px) {
  .timefree-close {
    padding: 0 15px;
  }
}
.timefree-close__header {
  background-color: #fdf2f2;
  color: #e73c64;
  border: 1px solid #e73c64;
  border-radius: 4px;
  padding: 20px 0;
  width: 380px;
  margin: 15px auto 65px;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .timefree-close__header {
    width: 100%;
    margin: 25px 0 15px;
    font-size: 1.2rem;
    padding: 10px 0;
  }
}
.timefree-close__body {
  width: 720px;
  margin: 0 auto;
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  padding: 50px 0 30px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .timefree-close__body {
    width: 100%;
    margin: 30px 0 20px;
    padding: 25px 15px 20px;
    box-sizing: border-box;
  }
}
.timefree-close__body .title {
  font-size: 32px;
  font-weight: bold;
  color: #e73c64;
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .timefree-close__body .title {
    font-size: 21px;
    top: -15px;
  }
}
.timefree-close__body .title span {
  background-color: #fff;
  display: inline-block;
  padding: 0 20px;
}
.ie7 .timefree-close__body .title span {
  display: inline;
  zoom: 1;
}
.timefree-close__body .text {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .timefree-close__body .text {
    font-size: 1.2rem;
  }
}
.timefree-close__body .btn {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .timefree-close__body .btn {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}

.tab-list {
  position: relative;
}
.tab-list .item {
  float: left;
  margin-left: 12px;
  position: relative;
}
.tab-list .item:first-child {
  margin-left: 0;
}
.tab-list .item__link {
  display: block;
  width: 132px;
  height: 44px;
  line-height: 44px;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  text-align: center;
  layout-grid-line: 44px;
  font-size: 16px;
  font-weight: bold;
}
.tab-list .item__selected {
  border: 2px solid #00a7e9;
  height: 40px;
  line-height: 40px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.link-list {
  margin-top: 35px;
  text-align: center;
}
.link-list .item {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding: 0 15px;
}
.ie7 .link-list .item {
  display: inline;
  zoom: 1;
}
.link-list .item .icon {
  vertical-align: -2px;
}
.link-list .item__selected {
  color: #00a7e9;
}

.delivery-area {
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 30px;
}
.delivery-area__item {
  margin-top: 15px;
}
.delivery-area__item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .delivery-area__item {
    display: flex;
    flex-flow: column;
  }
}
.delivery-area__title {
  font-size: 15px;
  font-weight: bold;
  width: 150px;
  float: left;
}
.delivery-area__list {
  float: left;
}
.delivery-area__list li {
  display: inline-block;
  margin-right: 20px;
}
.ie7 .delivery-area__list li {
  display: inline;
  zoom: 1;
}

.local-nav {
  font-size: 15px;
  margin-bottom: 40px;
}
.local-nav li {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 15px;
}
.ie7 .local-nav li {
  display: inline;
  zoom: 1;
}

.ticket-dialog .artist-thumbnail {
  display: inline-block;
  background-color: #ddd;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  background-size: contain;
  vertical-align: top;
}
.ticket-dialog .text-center {
  text-align: center;
}
.ticket-dialog .row {
  overflow: hidden;
}
.ticket-dialog .list-main .row {
  padding: 10px 10px;
  display: table;
}
.ticket-dialog .list-main .row div {
  width: 210px;
  padding: 0 10px;
  box-sizing: border-box;
  display: table-cell;
}
.ticket-dialog .list-main .list-header .row {
  padding: 5px 10px;
}
.ticket-dialog .ticket-detail .row div {
  vertical-align: middle;
}
.ticket-dialog .ticket-detail .list-main .row div {
  width: 220px;
}
.ticket-dialog__contents__header button {
  background-color: #f2f2f2;
  border: 1px solid #d1d1d1;
  padding: 5px 10px;
  cursor: pointer;
}
.ticket-dialog__contents__header button:hover {
  background-color: #d2d2d2;
}
.ticket-dialog__contents__header .title {
  font-size: 24px;
}
.ticket-dialog__contents__header .title span {
  font-weight: bold;
  margin-right: 5px;
}
.ticket-dialog__contents__list {
  margin-top: 24px;
}
.ticket-dialog__contents__list .list-header {
  display: block;
  border-bottom: 2px solid #00a7e9;
}
.ticket-dialog__contents__list .list-contents {
  display: block;
  height: 380px;
  overflow-y: scroll;
}
.ticket-dialog__contents__list .list-contents .row {
  border-bottom: 2px solid #d5d5d5;
  vertical-align: top;
  padding: 10px 10px;
}
.ticket-dialog__contents__list__link .btn {
  padding: 8px 22px;
}
.ticket-dialog__contents__list .row {
  display: block;
  padding: 0 10px;
}
.ticket-dialog__contents__list .artist-thumbnail {
  width: 80px;
  height: 80px;
  float: left;
}
.ticket-dialog__contents__list .artist-thumbnail + p {
  min-height: 80px;
  padding-left: 94px;
}
.ticket-dialog__contents__list__ticket-vendor {
  text-align: center;
  vertical-align: middle;
}
.ticket-dialog__contents__list__ticket-vendor img {
  height: 40px;
}
.ticket-dialog__contents__list .ticket-vendor-list .row {
  cursor: pointer;
}
.ticket-dialog__contents__list .ticket-vendor-list .row div:first-child p {
  word-break: break-word;
}
.ticket-dialog__contents__list .ticket-vendor-list .row:hover {
  background-color: #e2e2e2;
  transition: 0.2s ease;
}
.ticket-dialog__attention {
  background-color: #f2f2f2;
  padding: 12px 10px;
  margin-top: 30px;
}
.ticket-dialog__artist {
  margin-top: 20px;
  overflow: hidden;
}
.ticket-dialog__artist__thumbnail {
  float: left;
}
.ticket-dialog__artist__thumbnail .artist-thumbnail {
  width: 150px;
  height: 150px;
}
.ticket-dialog__artist__info {
  float: left;
  padding: 10px 20px;
}
.ticket-dialog__artist__info .artist-name {
  font-weight: bold;
  font-size: 16px;
}
.ticket-dialog__artist__info .ticket-vendor-logo {
  height: 24px;
}

.noa-title {
  font-size: 20px;
}
.noa-item {
  position: relative;
  border-bottom: 2px solid #d5d5d5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.noa-item .noa-item__item {
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 280px;
  float: left;
  margin-right: 20px;
  margin-top: 20px;
  padding: 20px;
  position: relative;
}
.noa-item .noa-item__img {
  position: absolute;
}
.noa-item .noa-item__img img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.noa-item .noa-item__text {
  min-height: 100px;
  padding-left: 100px;
}
.noa-item .noa-item__title {
  font-size: 16px;
  font-weight: bold;
}
.noa-item .noa-item__ticket {
  margin-top: 20px;
}
.noa-item .noa-item__ticket h3 {
  font-size: 16px;
}
.noa-item .noa-item__ticket .ticket-detail__name {
  font-size: 16px;
  font-weight: bold;
}
.noa-item .noa-item__ticket .ticket-list__link {
  margin-top: 10px;
}
.noa-item__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  margin-right: -10px;
}
.noa-item__link .item {
  float: left;
  margin-top: 7.5px;
}
.noa-item__link a {
  display: block;
}

.page-cancellation {
  font-size: 13px;
}

.page-cancellation > .section-first {
  margin-bottom: 27px;
}
.page-cancellation .section-second__title {
  margin-bottom: 3px;
}
@media screen and (max-width: 1024px) {
  .page-cancellation .section-second__title {
    padding-bottom: 10px;
  }
}

.link-theme-color-underline {
  color: #00a7e9;
  text-decoration: underline;
}

/*
 * jQueryUIのカレンダーのCSSをカスタムするためのCSS
 */
/* jQueryUIの背景画像を無効化 */
.ui-widget-header,
.ui-widget-header .ui-state-hover,
.ui-widget-header .ui-icon,
.ui-widget-content .ui-state-default,
.ui-widget-content .ui-state-hover {
  background-image: none;
}

/* カレンダーの日付 */
.ui-widget-content .ui-state-default {
  background-color: #f8f8f8;
  border: 0;
  text-align: center;
}

/* カレンダーの下部ボタンエリア */
.ui-datepicker .ui-datepicker-buttonpane {
  border-top: 1px solid #cacaca;
}

/* カレンダーの下部ボタン */
.ui-datepicker-buttonpane .ui-datepicker-current {
  opacity: 1;
  background-color: #f8f8f8;
  border: 1px solid #a6a6a6;
}

/* カレンダーの下部閉じるボタン */
.ui-datepicker-buttonpane .ui-datepicker-close {
  display: none !important;
}

/* カレンダーのヘッダー */
.ui-widget-header {
  color: #333333;
  background-color: transparent;
  border: 0;
}

/* カレンダーの本日 */
.ui-datepicker-today a.ui-state-highlight {
  background-color: #00a7e9;
  color: white;
  border: 0;
}

/* カレンダーの選択日のハイライト */
.ui-widget-content a.ui-state-active {
  border-color: #d3d3d3;
  background: #e6e6e6;
  color: #555555;
}

/* 矢印ボタン */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  border: 0;
  background-color: transparent;
}

.ui-datepicker .ui-datepicker-prev:hover {
  left: 2px !important;
  top: 2px !important;
}

.ui-datepicker .ui-datepicker-next:hover {
  right: 2px !important;
  top: 2px !important;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  position: relative;
}

.ui-datepicker .ui-datepicker-prev span::before,
.ui-datepicker .ui-datepicker-next span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}

.ui-datepicker .ui-datepicker-prev span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.ui-datepicker .ui-datepicker-next span::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.footer {
  background-color: #333;
  color: #eee;
  padding: 18px 0;
}
@media screen and (max-width: 1024px) {
  .page-share .footer, .page-static .footer {
    padding: 15px 18px;
  }
}
.footer a {
  color: #eee;
}
.footer__inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.page-share .footer__inner, .page-static .footer__inner {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .page-share .footer__inner, .page-static .footer__inner {
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .page-static .footer__nav .hide-on-sp {
    display: none;
  }
}
.footer__nav ul {
  margin-top: 10px;
}
.footer__nav ul:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .page-static .footer__nav ul {
    margin-top: 0;
  }
}
.footer__nav li {
  display: inline-block;
  margin-right: 20px;
}
.ie7 .footer__nav li {
  display: inline;
  zoom: 1;
}
.footer__nav.nav-00 div.footer__icons a {
  display: block;
  width: 77px;
}
.footer__nav.nav-00 div.footer__icons a img {
  width: 100%;
}
.footer__nav.nav-00 div.footer__icons a p {
  margin-top: 10px;
  font-weight: 400;
  font-size: 10.31px;
  line-height: 16.5px;
}
.footer__nav.nav-00 .footer__icons {
  font-size: 12px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer__nav.nav-00 .footer__icons > a {
  display: block;
  position: relative;
  cursor: pointer;
}
.footer__nav.nav-00 .footer__icons ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.footer__nav.nav-00 .footer__icons ul li {
  padding-left: 25px;
  margin-right: 0px;
}
.footer__nav.nav-00 .footer__icons ul li a {
  cursor: pointer;
  display: block;
  width: 32px;
  height: 32px;
}
.footer__nav.nav-00 .footer__icons ul li a img {
  width: 100%;
}
.footer__nav.nav-00 .footer__icons ul li.footer__x_twitter {
  transform: scale(0.85);
}
.footer__nav.nav-00 .footer__stores {
  font-size: 12px;
  margin-top: 12px;
}
.footer__nav.nav-00 .footer__stores > ul {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer__nav.nav-00 .footer__stores li {
  margin-right: 0px;
}
.footer__nav.nav-00 .footer__stores li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 63.5px;
  position: relative;
  cursor: pointer;
  margin-right: 11px;
}
.footer__nav.nav-00 .footer__stores li a p {
  font-size: 11px;
  margin-bottom: 4.5px;
  font-weight: 500;
  line-height: 18.7px;
}
.footer__nav.nav-00 .footer__stores li a img {
  height: 40px;
}
.footer__nav.nav-00 .footer__stores li.footer__qr {
  position: relative;
  height: 63.5px;
}
.footer__nav.nav-00 .footer__stores li.footer__qr img {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 80px;
}
.footer__nav.nav-01 {
  border-top: 1px solid #454343;
  padding-top: 22px;
  margin-top: 22px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}
@media screen and (max-width: 480px) {
  .page-static .footer__nav.nav-01 {
    flex-direction: column-reverse;
  }
  .page-static .footer__nav.nav-01 div.about_premium {
    width: 100%;
  }
  .page-static .footer__nav.nav-01 div.about_premium a {
    margin: 0 auto;
    padding-bottom: 23.5px;
  }
}
.page-static .footer__nav.nav-01 {
  order: 1;
}
@media screen and (max-width: 1024px) {
  .page-static .footer__nav.nav-01 {
    font-size: 12px;
    font-weight: normal;
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
  }
}
@media screen and (max-width: 1024px) {
  .page-static .footer__nav.nav-01 ul {
    display: flex;
    flex-direction: column;
  }
}
.footer__nav.nav-01 div.about_premium a {
  width: 288px;
  display: block;
  position: relative;
}
.footer__nav.nav-01 div.about_premium a img {
  width: 100%;
}
.footer__nav.nav-01 div.about_premium span {
  letter-spacing: 0.5px;
  font-size: 16px;
  line-height: 24px;
  color: #eee;
  position: absolute;
  left: 83px;
  top: 17px;
}
.footer__nav.nav-02 {
  border-top: 1px solid #454343;
  padding-top: 22px;
  margin-top: 22px;
  font-size: 11px;
}
.page-static .footer__nav.nav-02 {
  order: 3;
}
@media screen and (max-width: 1024px) {
  .page-static .footer__nav.nav-02 {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
    font-size: 12px;
    order: 2;
  }
}
@media screen and (max-width: 1024px) {
  .page-static .footer__nav.nav-02 ul {
    display: flex;
    flex-direction: column;
  }
}
.footer__copyright {
  margin-top: 30px;
  font-size: 10px;
}
.page-static .footer__copyright {
  order: 4;
}
@media screen and (max-width: 1024px) {
  .page-static .footer__copyright {
    text-align: center;
    border-top: 1px solid #434343;
    text-align: center;
    padding-top: 15px;
  }
}
.page-share .footer__copyright {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .page-share .footer__copyright {
    font-size: 9px;
  }
}
.page-share .footer {
  text-align: center;
}
.footer__sns {
  display: none;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .footer__sns {
    display: block;
  }
}
.footer__sns li {
  display: inline-block;
  padding: 0 15px;
}
.footer__sns .facebook,
.footer__sns .twitter {
  font: 0/0 a;
  font-size: 0;
  line-height: 0;
  text-shadow: none;
  color: transparent;
}
.footer__sns .facebook {
  background-image: url(../images/sprite-2x.png?1731287539371);
  background-position: 0px 0px;
  width: 44px;
  height: 44px;
  background-size: 88px 70px;
  display: inline-block;
}
.footer__sns .twitter {
  background-image: url(../images/sprite-2x.png?1731287539371);
  background-position: -44px 0px;
  width: 44px;
  height: 44px;
  background-size: 88px 70px;
  display: inline-block;
}
.footer #log {
  display: none;
}
@media screen and (max-width: 1024px) {
  .page-static .footer .li-check-on-sp li {
    line-height: 2;
  }
  .page-static .footer .li-check-on-sp li:before {
    content: "";
    background-image: url(../images/sprite-2x.png?1731287539371);
    background-position: -74px -44px;
    width: 5px;
    height: 8px;
    background-size: 88px 70px;
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block;
  }
}