.fk_gd--full {
  width: 100%;
}
.fk_gd--full.fk_gd--white {
  background-color: #fff;
}
.fk_gd--full.fk_gd--gray {
  background-color: #ebebeb;
}
.fk_gd--full.fk_gd--mid_gray {
  background-color: #808284;
}
.fk_gd--full.fk_gd--dark_gray {
  background-color: #313131;
}
.fk_gd--liquid {
  margin: 0 auto;
}
.fk_gd--liquid.fk_gd--white {
  background-color: #fff;
}
.fk_gd--liquid.fk_gd--gray {
  background-color: #ebebeb;
}
.fk_gd--liquid.fk_gd--mid_gray {
  background-color: #808284;
}
.fk_gd--liquid.fk_gd--dark_gray {
  background-color: #313131;
}
body {
  color: #000;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
.fk-typo-style {
  font-family: 'Gill Sans', 'Gill Sans MT', 'Open Sans', sans-serif;
}
.fk-mainColor {
  color: #b80000 !important;
}
.fk-title__sub {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.fk-title3 p:first-child {
  font-weight: bold;
  font-size: 1.125rem;
}
.fk-title3 p span {
  border: 1px solid #000;
  padding: 3px;
  font-size: 0.875rem;
  vertical-align: middle;
  margin-left: 10px;
}
.fk-title3 p.fk-typo-style {
  font-size: 2.125rem;
}
.fk-programme-title {
  font-size: 1rem;
  font-weight: bold;
}
.fk-programme-title__sub {
  font-weight: normal;
  font-size: 0.9375rem;
  display: block;
}
.fk-ft--xl.fk-ft--bold {
  font-weight: bold;
}
.fk-ft--xl.fk-ft--italic {
  font-style: italic;
}
.fk-ft--xl.fk-ft--error {
  color: #f00;
}
.fk-ft--l.fk-ft--bold {
  font-weight: bold;
}
.fk-ft--l.fk-ft--italic {
  font-style: italic;
}
.fk-ft--l.fk-ft--error {
  color: #f00;
}
.fk-ft--m.fk-ft--bold {
  font-weight: bold;
}
.fk-ft--m.fk-ft--italic {
  font-style: italic;
}
.fk-ft--m.fk-ft--error {
  color: #f00;
}
.fk-ft--s.fk-ft--bold {
  font-weight: bold;
}
.fk-ft--s.fk-ft--italic {
  font-style: italic;
}
.fk-ft--s.fk-ft--error {
  color: #f00;
}
.fk-ft--xs.fk-ft--bold {
  font-weight: bold;
}
.fk-ft--xs.fk-ft--italic {
  font-style: italic;
}
.fk-ft--xs.fk-ft--error {
  color: #f00;
}
.fk-ft--xxs.fk-ft--bold {
  font-weight: bold;
}
.fk-ft--xxs.fk-ft--italic {
  font-style: italic;
}
.fk-ft--xxs.fk-ft--error {
  color: #f00;
}
.arrow-before:before {
  content: "\e901";
  font-family: 'icomoon';
  display: inline-block;
  position: relative;
  top: 50%;
  margin-top: -50%;
  margin-right: 20px;
}
.arrow-after:after {
  content: "\e901";
  font-family: 'icomoon';
  display: inline-block;
  position: relative;
  top: 50%;
  margin-top: -50%;
  margin-left: 20px;
}
.window-after:after {
  content: "\e903";
  font-family: 'icomoon';
  display: inline-block;
  position: relative;
  top: 50%;
  margin-top: -50%;
  margin-left: 20px;
}
.fk-list {
  list-style-type: none;
  list-style-position: inside;
  margin-bottom: 10px;
}
.fk-list li {
  padding-left: 1.5em;
  position: relative;
}
.fk-list li:before {
  position: absolute;
  left: 0;
}
.fk-list--disc li:before {
  content: "・";
}
.fk-list--num li:nth-child(1)::before {
  content: '1.';
}
.fk-list--num li.num_1::before {
  content: '1.';
}
.fk-list--num li:nth-child(2)::before {
  content: '2.';
}
.fk-list--num li.num_2::before {
  content: '2.';
}
.fk-list--num li:nth-child(3)::before {
  content: '3.';
}
.fk-list--num li.num_3::before {
  content: '3.';
}
.fk-list--num li:nth-child(4)::before {
  content: '4.';
}
.fk-list--num li.num_4::before {
  content: '4.';
}
.fk-list--num li:nth-child(5)::before {
  content: '5.';
}
.fk-list--num li.num_5::before {
  content: '5.';
}
.fk-list--num li:nth-child(6)::before {
  content: '6.';
}
.fk-list--num li.num_6::before {
  content: '6.';
}
.fk-list--num li:nth-child(7)::before {
  content: '7.';
}
.fk-list--num li.num_7::before {
  content: '7.';
}
.fk-list--num li:nth-child(8)::before {
  content: '8.';
}
.fk-list--num li.num_8::before {
  content: '8.';
}
.fk-list--num li:nth-child(9)::before {
  content: '9.';
}
.fk-list--num li.num_9::before {
  content: '9.';
}
.fk-list--num li:nth-child(10)::before {
  content: '10.';
}
.fk-list--num li.num_10::before {
  content: '10.';
}
.fk-list--num li:nth-child(11)::before {
  content: '11.';
}
.fk-list--num li.num_11::before {
  content: '11.';
}
.fk-list--num li:nth-child(12)::before {
  content: '12.';
}
.fk-list--num li.num_12::before {
  content: '12.';
}
.fk-list--num li:nth-child(13)::before {
  content: '13.';
}
.fk-list--num li.num_13::before {
  content: '13.';
}
.fk-list--num li:nth-child(14)::before {
  content: '14.';
}
.fk-list--num li.num_14::before {
  content: '14.';
}
.fk-list--num li:nth-child(15)::before {
  content: '15.';
}
.fk-list--num li.num_15::before {
  content: '15.';
}
.fk-list--attention li:before {
  content: "※";
}
.fk-list--attention02 li:before {
  content: "＊";
}
.fk-list--attentionNum li {
  padding-left: 2.5em;
}
.fk-list--attentionNum li:nth-child(1)::before {
  content: '※1';
}
.fk-list--attentionNum li:nth-child(2)::before {
  content: '※2';
}
.fk-list--attentionNum li:nth-child(3)::before {
  content: '※3';
}
.fk-list--attentionNum li:nth-child(4)::before {
  content: '※4';
}
.fk-list--attentionNum li:nth-child(5)::before {
  content: '※5';
}
.fk-list--attentionNum li:nth-child(6)::before {
  content: '※6';
}
.fk-list--attentionNum li:nth-child(7)::before {
  content: '※7';
}
.fk-list--attentionNum li:nth-child(8)::before {
  content: '※8';
}
.fk-list--attentionNum li:nth-child(9)::before {
  content: '※9';
}
.fk-list--attentionNum li:nth-child(10)::before {
  content: '※10';
}
.fk-list--attentionNum li:nth-child(11)::before {
  content: '※11';
}
.fk-list--attentionNum li:nth-child(12)::before {
  content: '※12';
}
.fk-list--attentionNum li:nth-child(13)::before {
  content: '※13';
}
.fk-list--attentionNum li:nth-child(14)::before {
  content: '※14';
}
.fk-list--attentionNum li:nth-child(15)::before {
  content: '※15';
}
.fk-list--circlenumber li:nth-child(0)::before {
  content: '\2459';
}
.fk-list--circlenumber li:nth-child(1)::before {
  content: '\2460';
}
.fk-list--circlenumber li:nth-child(2)::before {
  content: '\2461';
}
.fk-list--circlenumber li:nth-child(3)::before {
  content: '\2462';
}
.fk-list--circlenumber li:nth-child(4)::before {
  content: '\2463';
}
.fk-list--circlenumber li:nth-child(5)::before {
  content: '\2464';
}
.fk-list--circlenumber li:nth-child(6)::before {
  content: '\2465';
}
.fk-list--circlenumber li:nth-child(7)::before {
  content: '\2466';
}
.fk-list--circlenumber li:nth-child(8)::before {
  content: '\2467';
}
.fk-list--circlenumber li:nth-child(9)::before {
  content: '\2468';
}
.fk-list--parentheses li {
  padding-left: 3em;
}
.fk-list--parentheses li:nth-child(1)::before {
  content: '（1）';
}
.fk-list--parentheses li:nth-child(2)::before {
  content: '（2）';
}
.fk-list--parentheses li:nth-child(3)::before {
  content: '（3）';
}
.fk-list--parentheses li:nth-child(4)::before {
  content: '（4）';
}
.fk-list--parentheses li:nth-child(5)::before {
  content: '（5）';
}
.fk-list--parentheses li:nth-child(6)::before {
  content: '（6）';
}
.fk-list--parentheses li:nth-child(7)::before {
  content: '（7）';
}
.fk-list--parentheses li:nth-child(8)::before {
  content: '（8）';
}
.fk-list--parentheses li:nth-child(9)::before {
  content: '（9）';
}
.fk-list--parentheses li:nth-child(10)::before {
  content: '（10）';
}
.fk-list--parentheses li:nth-child(11)::before {
  content: '（11）';
}
.fk-list--parentheses li:nth-child(12)::before {
  content: '（12）';
}
.fk-list--parentheses li:nth-child(13)::before {
  content: '（13）';
}
.fk-list--parentheses li:nth-child(14)::before {
  content: '（14）';
}
.fk-list--parentheses li:nth-child(15)::before {
  content: '（15）';
}
.fk-list--parenthesesnumber li {
  padding-left: 4em;
}
.fk-list--parenthesesnumber li:nth-child(1)::before {
  content: '（注1）';
}
.fk-list--parenthesesnumber li:nth-child(2)::before {
  content: '（注2）';
}
.fk-list--parenthesesnumber li:nth-child(3)::before {
  content: '（注3）';
}
.fk-list--parenthesesnumber li:nth-child(4)::before {
  content: '（注4）';
}
.fk-list--parenthesesnumber li:nth-child(5)::before {
  content: '（注5）';
}
.fk-list--parenthesesnumber li:nth-child(6)::before {
  content: '（注6）';
}
.fk-list--parenthesesnumber li:nth-child(7)::before {
  content: '（注7）';
}
.fk-list--parenthesesnumber li:nth-child(8)::before {
  content: '（注8）';
}
.fk-list--parenthesesnumber li:nth-child(9)::before {
  content: '（注9）';
}
.fk-list--parenthesesnumber li:nth-child(10)::before {
  content: '（注10）';
}
.fk-list--noPadding li {
  padding-left: 1em;
}
.fk-list-linkbox__items {
  font-size: 0.75rem;
  padding-left: 0 !important;
}
.fk-list-linkbox__items .fk-typo-style {
  font-size: 1rem;
}
.fk-list-linkbox__link {
  background: #fff;
  display: block;
  padding: 15px;
  text-align: center;
}
.fk-list-linkbox__link p {
  font-weight: bold;
}
.list-circle {
  padding-left: 1em;
  position: relative;
}
.list-circle::before {
  content: "・";
  position: absolute;
  left: 0;
}
.fk-btn {
  background: #c5c5c5;
  box-sizing: border-box;
  display: inline-block;
  padding: 15px;
  text-align: center;
  width: 100%;
}
.fk-btn:hover {
  text-decoration: none;
  opacity: 0.8;
}
.fk-btn--red {
  background: #b80000;
  color: #fff;
}
.fk-btn--red:hover {
  color: #fff;
  background-color: #b62121;
  opacity: 1;
}
.fk-btn--glay {
  background: #959595;
  color: #fff;
}
.fk-btn--glay:hover {
  color: #fff;
  background-color: #aaa;
  opacity: 1;
}
.fk-btn--darkglay {
  background: #535353;
  color: #fff;
}
.fk-btn--darkglay:hover {
  color: #fff;
  background-color: #777;
  opacity: 1;
}
.fk-btn--title-link {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.fk-btn--transparent {
  background: #fff;
  opacity: 0.7;
}
.fk-btn.fk-btn--radius {
  border-radius: 5px;
}
.fk-badge {
  background: #808284;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 0.625rem;
  line-height: 1;
  padding: 5px;
  text-align: center;
  border-radius: 3px;
}
.fk-badge + .fk-badge {
  margin-left: 1px;
}
.fk-badge--red {
  background: #b80000;
}
.fk-badge--info {
  width: 80px;
  padding: 3px;
  border-radius: 0;
}
.fk-btn.fk-btn--arrow-after {
  position: relative;
}
.fk-btn.fk-btn--arrow-after:after {
  content: "\e901";
  font-family: 'icomoon';
  display: inline-block;
  position: absolute;
  right: 20px;
  margin-left: 20px;
}
.fk-btn.fk-btn--arrow-before {
  position: relative;
}
.fk-btn.fk-btn--arrow-before:before {
  content: "\e901";
  font-family: 'icomoon';
  display: inline-block;
  position: absolute;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 0;
  margin-left: 20px;
}
.fk-btn.fk-btn--dl {
  position: relative;
  text-align: left;
}
.fk-btn.fk-btn--dl::after {
  content: "\e902";
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fk-btn.fk-btn--dl span {
  display: block;
  font-size: 0.625rem;
}
.fk-btn.fk-btn--dl:hover {
  opacity: 1;
}
.fk-btn.fk-btn--dl:hover::after {
  color: #b80000;
}
.fk-btn.fk-btn--today {
  background: none;
  border: solid 1px #fff;
  color: #fff;
  font-weight: bold;
}
.fk-btn.fk-btn--today.fk-btn--disabled {
  border: solid 1px #722018;
  color: #722018;
  pointer-events: none;
}
.fk-table {
  border-top: 1px solid #a7a9ab;
  border-left: 1px solid #a7a9ab;
}
.fk-table th,
.fk-table td {
  border-bottom: 1px solid #a7a9ab;
  border-right: 1px solid #a7a9ab;
  padding: 10px;
}
.fk-table .fk-table__head {
  background: #777;
}
.fk-table--privacy thead td {
  padding: 20px 0;
  border-bottom: none;
}
.fk-table--privacy tbody {
  text-align: left;
}
.fk-table--privacy tbody th {
  vertical-align: top;
  font-weight: normal;
}
.fk-table--privacy tbody th ol,
.fk-table--privacy tbody td ol {
  padding: 0;
  margin: 0;
}
.fk-sub-visual {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.fk-sub-visual__inner {
  position: relative;
  height: 280px;
}
.fk-sub-visual__title {
  bottom: 45px;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
  max-width: 100%;
  position: absolute;
}
.fk-sub-visual__title .fk-typo-style {
  font-size: 3.75rem;
  margin-top: 20px;
}
.fk-img--block {
  display: block;
}
.fk-img--fluid {
  width: 100%;
  display: block;
  height: auto;
}
.img-round {
  width: 100%;
  display: block;
  border-radius: 20px;
}
.fk-img--circle {
  width: 100%;
  display: block;
  border-radius: 100%;
}
.program__col .program__col-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.program__col-box {
  cursor: pointer;
  display: block;
  background: #fff;
}
.program__col-box .program__col-img {
  height: 0;
  width: 100%;
  padding-top: 56.25%;
  background-size: cover;
  background-position: 50% 50%;
}
.program__col-box:hover {
  text-decoration: none;
}
.program__col-box img {
  width: 100%;
  vertical-align: bottom;
}
.program__col-detail {
  position: relative;
}
.program__col .fk-programme-text {
  font-size: 0.75rem;
  margin-top: 20px;
}
.program__col.shadow_col {
  display: none;
}
@font-face {
  font-family: 'icomoon';
  src: url("/common/fonts/icomoon.eot?9xdi5i");
  src: url("/common/fonts/icomoon.eot?9xdi5i#iefix") format('embedded-opentype'), url("/common/fonts/icomoon.ttf?9xdi5i") format('truetype'), url("/common/fonts/icomoon.woff?9xdi5i") format('woff'), url("/common/fonts/icomoon.svg?9xdi5i#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-anchor:before {
  content: "\e904";
}
.icon-window:before {
  content: "\e903";
}
.icon-dl:before {
  content: "\e902";
}
.icon-arrow_l:before {
  content: "\e900";
}
.icon-arrow_r:before {
  content: "\e901";
}
.pagination {
  margin-bottom: 20px;
  padding-right: 10px;
  text-align: right;
  line-height: 18px;
}
.pagination .page-result {
  margin: 5px 5px 0;
  float: right;
}
.pagination .page-numbers {
  float: left;
}
.pagination span span a {
  border: 1px solid #00a9c7;
  margin: 0 2px 4px;
  text-decoration: none;
  display: block;
  float: left;
}
.pagination span span a:hover {
  background-color: #00a9c7;
  color: #fff;
}
.pagination .current {
  background-color: #e2e2e2;
  font-weight: bold;
  border: 1px solid #e2e2e2;
  margin: 0 2px 4px;
  display: block;
  float: left;
}
.pagination .next,
.pagination .prev {
  text-decoration: none;
  border: 1px solid #00a9c7;
  float: left;
  padding: 3px 9px;
}
.pagination .next:hover,
.pagination .prev:hover {
  background-color: #00a9c7;
}
.pagination .next a,
.pagination .prev a {
  text-decoration: none;
}
.pagination .next a :hover,
.pagination .prev a :hover {
  background-color: #00a9c7;
  color: #fff;
}
.pagination span span a,
.pagination .disabled,
.pagination .current {
  padding: 3px 9px;
}
.pagination .disabled,
.pagination .disabled:hover {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  display: block;
  float: left;
  color: #dfdfdf;
}
.pagination .disabled .icon-arrow_l,
.pagination .disabled .icon-arrow_r {
  font-size: 0.875rem;
}
.pagination {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
}
.pagination > span:last-child {
  margin-right: 0;
}
.pagination .page-result,
.pagination .page-numbers,
.pagination span span a,
.pagination .current,
.pagination .next,
.pagination .prev {
  float: none;
}
.pagination .prev,
.pagination .next {
  border: 0;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  font-size: 1.25rem;
}
.pagination .prev:hover,
.pagination .next:hover {
  background-color: #fff;
  color: #000;
  opacity: 0.7;
}
.pagination .next a,
.pagination .prev a {
  text-decoration: none;
}
.pagination .next a :hover,
.pagination .prev a :hover {
  background-color: #fff;
  color: #000;
  opacity: 0.7;
}
.pagination span span {
  margin-right: 20px !important;
}
.pagination span span:last-child {
  margin-right: 0 !important;
}
.pagination span span a {
  border: 1px solid #000;
  margin: 0;
}
.pagination span span a:hover {
  background-color: #fff;
  color: #000;
  opacity: 0.7;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.pagination .current {
  background: #b80000;
  border: 1px solid #b80000;
  color: #fff;
  margin: 0;
}
.pagination span span a,
.pagination .disabled,
.pagination .current {
  padding: 8px 10px;
  line-height: 1;
}
#Crumbs {
  width: 1220px;
  margin: 0 auto;
  padding: 15px 20px;
  font-size: 14px;
  color: #ccc;
  position: relative;
}
#Crumbs strong {
  font-weight: bold;
}
#Crumbs {
  font-size: 0.75rem;
  background: #eee;
  padding: 8px 0;
  color: #000;
  width: 100%;
  box-sizing: border-box;
}
#Crumbs strong {
  font-style: normal;
  color: #767676;
}
#Crumbs i {
  margin: 0 5px;
}
input,
button,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type="text"] {
  border: 0;
  font-size: 1rem;
  padding: 10px;
  width: 100%;
}
textarea {
  border: 0;
  font-size: 1rem;
  padding: 10px;
  width: 100%;
  height: 100%;
}
select {
  width: 100%;
  max-width: 100%;
  height: 2.5em;
}
button {
  cursor: pointer;
  font-weight: bold;
}
button.fk-btn {
  padding: 20px;
}
.input-layout {
  margin: 0;
}
.input-layout + .input-layout {
  margin-top: 30px;
}
.input-layout__title {
  width: 11em;
  font-weight: bold;
}
.input-layout__body {
  margin-left: 0px;
  width: 100%;
  overflow: hidden;
}
.btn-area {
  margin-top: 40px;
  text-align: center;
}
.fk-accordion__wrapper {
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  overflow: hidden;
}
.fk-accordion__title {
  background: #999;
}
.fk-accordion__title:hover {
  cursor: pointer;
}
.fk-accordion__body {
  overflow: hidden;
}
.fk-accordion--closed .fk-accordion__wrapper {
  height: 0;
}
.test.fk-accordion {
  margin-bottom: 10px;
}
.test.fk-accordion__title {
  padding: 10px;
  background: #999;
}
.test.fk-accordion__body {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #999;
}
.fk-accordion.fk-accordion--payment {
  border: 1px solid #d3e0da;
  margin-top: 20px;
}
.fk-accordion.fk-accordion--payment:first-child {
  margin-top: 0;
}
.fk-accordion.fk-accordion--payment .fk-accordion__title {
  background: #f8f8f6;
  position: relative;
}
.fk-accordion.fk-accordion--payment .fk-accordion__title::after {
  position: absolute;
  content: icon-icon_bar;
  color: #b80000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 1.125rem;
}
.fk-accordion.fk-accordion--payment .fk-accordion__body {
  border-top: 1px solid #d3e0da;
}
.fk-accordion.fk-accordion--payment .fk-accordion__body .box-gray {
  box-sizing: border-box;
}
.fk-accordion.fk-accordion--payment.fk-accordion--closed .fk-accordion__title::after {
  position: absolute;
  content: icon-icon_cross;
  color: #b80000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 1.125rem;
}
.fk-modalElement {
  overflow: hidden;
  display: none;
  z-index: 4000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.fk-modalElement__wrapper {
  width: 100%;
  height: 100%;
}
.fk-modalElement__content {
  position: relative;
  width: 100%;
  height: 100%;
}
.fk-modalElement__outer {
  width: 100%;
  z-index: 10000;
  height: 30px;
}
.fk-modalElement__bg {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8000;
  opacity: 0.85;
}
.fk-modalElement__wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: hidden;
  overflow-y: scroll;
}
.fk-modalElement__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  z-index: 9999;
}
#fk-modalView {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
/**
  バッジエリア
   */
}
#fk-modalView .fk-modal-body {
  background: #fff;
  width: 100%;
}
#fk-modalView .fk-modal-inner__img img {
  width: 100%;
}
#fk-modalView .fk-modal-inner__lang .lang_hidden {
  display: none;
}
#fk-modalView .fk-modal-inner__lang .fk-badge {
  width: 100%;
}
.fk-modalElement .fk-modalElement__closeBtn__inner {
  position: relative;
  height: 100%;
}
.fk-modalElement .fk-modalElement__closeBtn {
  position: absolute;
  cursor: pointer;
}
.fk-modalElement .fk-modalElement__closeBtn:before {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  width: 10px;
  border-top: 1px solid #000;
  -webkit-transform: skewY(-45deg);
          transform: skewY(-45deg);
}
.fk-modalElement .fk-modalElement__closeBtn:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 10px;
  border-top: 1px solid #000;
  -webkit-transform: skewY(45deg);
          transform: skewY(45deg);
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-dots li {
  width: 100px;
  margin: 0 20px;
  opacity: 0.8;
  cursor: pointer;
}
.slick-dots li img {
  width: 100%;
}
.slick-dots .slick-active {
  opacity: 1;
}
.slick-slider * {
  outline: none;
}
.main_visual {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.main_visual__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main_visual__img .main_visual__item {
  background-size: cover;
  width: 100%;
  height: 100%;
}
.main_visual__overlay {
  position: absolute;
  top: 51.35135135135135%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
}
.main_visual .slider__item__inner {
  color: #fff;
}
.main_visual .slider__item__img {
  position: relative;
  width: 100%;
  cursor: pointer;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.main_visual .slider__item__wrap,
.main_visual .slider__item__wrap_bg {
  padding-top: 56.25%;
  width: 100%;
  height: 0;
  background-size: cover;
}
.main_visual .slider-arrow {
  position: absolute;
  z-index: 80;
  color: #fff;
}
.main_visual .slider-next {
  right: 0;
}
.main_visual .slider-prev {
  left: 0;
}
.main_visual .icon-arrow_r,
.main_visual .icon-arrow_l {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.main_visual .slider__item__col__title {
  font-weight: bold;
  white-space: pre-line;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.4), -2px -2px 1px rgba(0,0,0,0.08);
}
.main_visual .slider__item__col__sub {
  font-family: 'Gill Sans', 'Gill Sans MT', 'Open Sans', sans-serif;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.4), -2px -2px 1px rgba(0,0,0,0.08);
  white-space: pre-line;
}
.main_visual .slider__item__col__txt {
  text-shadow: 1px 1px 1px rgba(0,0,0,0.4), -2px -2px 1px rgba(0,0,0,0.08);
  white-space: pre-line;
}
.page-top {
  width: 52px;
  height: 34px;
  position: fixed;
  bottom: 0;
  right: 0;
}
.page-top .page-top__inner {
  background: #b80000;
  cursor: pointer;
  width: 52px;
  height: 34px;
}
.page-top .page-top__inner i.icon-arrow_r {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  color: #fff;
}
.page-top .page-top__inner:hover {
  background: #b62121;
}
.banner__col {
  border-top: 4px solid #b80000;
}
.slide_banner {
  position: relative;
  margin: 0 auto;
/* the parent */
}
.slide_banner .slide_banner__inner.slick-initialized {
  visibility: visible;
}
.slide_banner .slide_banner__inner {
  margin: 0 auto;
  overflow: hidden;
}
.slide_banner .slide_banner__item img:hover {
  opacity: 0.7;
}
.slide_banner .slick-slide {
  margin: 0 20px;
}
.slide_banner .slick-list {
  margin: 0 -20px;
  overflow: hidden;
}
.slide_banner .slider-arrow {
  position: absolute;
  top: 0;
  height: 100%;
  cursor: pointer;
}
.slide_banner .slider-arrow i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slide_banner .slider-prev {
  left: 0;
}
.slide_banner .slider-next {
  right: 0;
}
.infomation__col {
  position: relative;
}
.infomation__col .news__col__btn-wrap {
  background-color: #fff;
}
.infomation__col .now_on_air__col .now_on_air__col__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #f0f0f0;
  border-top: 2px solid #fff;
}
.infomation__col .now_on_air__col .now_on_air__col__detail {
  font-weight: bold;
}
.infomation__col .now_on_air__col .now_on_air__col__img img {
  display: block;
  width: 100%;
}
.program__col__more-btn {
  width: 100%;
  text-align: center;
}
.news__col__wrap {
  margin-top: 15px;
}
.news__col__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}
.news__col__date {
  text-align: center;
}
.news__col__badge {
  width: 80px;
}
.news__col__detail {
  width: 72.85714285714285%;
  padding: 0 10px;
}
.lang__col.fk_gd__col .lang__col__wrap {
  background-color: #fff;
}
.video__col.fk_gd__col .video__col__wrap {
  color: #fff;
}
.video__col.fk_gd__col .video__col__wrap .video__col__inner .video_col_box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video__col.fk_gd__col .video__col__wrap .video__col__inner .video_col_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.howto__col {
  text-align: center;
}
.howto__col .howto__col__img img {
  width: 100%;
}
.about__col.fk_gd__col {
  color: #fff;
}
.about__col.fk_gd__col .about__col__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.about__col.fk_gd__col .about__col__link {
  margin-left: auto;
}
.about__col.fk_gd__col .about__col__link:after {
  content: "\e901";
  font-family: "icomoon";
  margin-left: 10px;
}
.about__col.fk_gd__col .about__col__link a {
  color: #fff;
}
.about__col.fk_gd__col .about__col__link .icon-arrow_r {
  text-decoration: none;
  margin-left: 10px;
}
.about__col.fk_gd__col .about__col__txt {
  font-size: 0.75rem;
}
.about_us .fk-sub-visual {
  background-image: url("/common/img/about_us/mv_about.jpg");
}
.about_us .about-title .lead-jp .fk-ft--l {
  font-size: 1.25rem;
  padding-bottom: 10px;
  display: block;
}
.about_us .description .description__text p:first-child {
  margin-top: 0;
}
.about_us .description .description__inner:nth-of-type(2) .description__movie {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.about_us .description .description__inner:nth-of-type(2) .description__movie iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}
.about_us .office-image {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: top left;
  background-image: url("/common/img/about_us/company.jpg");
}
.about_us .company-infomation h2 {
  font-weight: bold;
}
.about_us .company-infomation .infomation-area {
  margin-top: 35px;
}
.about_us .company-infomation .infomation-area__detail {
  width: 100%;
}
.about_us .company-infomation .infomation-area__detail dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #000;
}
.about_us .company-infomation .infomation-area__detail dl:last-of-type {
  border-bottom: none;
}
.about_us .company-infomation .infomation-area__detail dl dt,
.about_us .company-infomation .infomation-area__detail dl dd {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
}
.about_us .company-infomation .infomation-area__detail dl dt {
  letter-spacing: 1em;
  font-weight: bold;
}
.about_us .company-infomation .infomation-area__detail dl dd {
  margin-left: 0;
}
.about_us .company-infomation .infomation-area__detail dl:nth-of-type(3) dt,
.about_us .company-infomation .infomation-area__detail dl:nth-of-type(6) dt {
  letter-spacing: 0.35em;
}
.about_us .company-infomation .infomation-area__detail dl:nth-of-type(5) dt {
  letter-spacing: 3em;
}
.about_us .company-infomation .infomation-area__detail .attenstion {
  font-size: 0.75rem;
}
.about_us .company-infomation .infomation-area__detail .attenstion p:last-child {
  margin-top: 20px;
}
.topics .fk-sub-visual {
  background-image: url("/common/img/topics/mv_topics.jpg");
}
.topics .fk_gd--liquid {
  width: 100%;
}
.topics .pagination {
  margin-top: 75px;
}
.info-list {
  margin-top: 55px !important;
  border-bottom: 1px solid #000;
}
.info-list > .anker-point > a {
  display: block;
}
.info-list dl {
  margin: 0;
}
.info-list__title {
  background-color: #fff;
  border-top: 1px solid #000;
  box-sizing: border-box;
  padding: 25px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.info-list__title--pdf {
  background: url("/common/img/icon_pdf_01.png") no-repeat 94.8% center;
}
.info-list__date {
  font-size: 10px;
  text-align: center;
  min-width: 80px;
}
.info-list__date span + span {
  display: block;
  margin-top: 3px;
}
.info-list__detail {
  margin-left: 30px;
  padding-right: 40px;
}
.info-list__body {
  background: #ebebeb;
  font-size: 0.875rem;
  padding: 40px 50px 70px;
  position: relative;
  width: 91.45299145299145%;
  margin: 0 auto 25px;
}
.info-list__body p + p {
  margin-top: 2em;
}
.info-list__body a {
  text-decoration: underline;
}
.info-list__body a:hover {
  text-decoration: none;
}
.fk-accordion .fk-accordion__title,
.fk-accordion .fk-accordion__close {
  position: relative;
}
.fk-accordion .fk-accordion__title::after,
.fk-accordion .fk-accordion__close::after {
  content: "\e901";
  font-family: 'icomoon';
  font-size: 1.5rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  left: 93.5% !important;
}
.topics .fk-accordion .fk-accordion__close {
  position: absolute;
  left: 93.5%;
}
.topics .fk-accordion .fk-accordion__close::after {
  margin-top: 10px;
}
.topics .fk-accordion--closed .fk-accordion__title {
  position: relative;
}
.topics .fk-accordion--closed .fk-accordion__title::after {
  content: "\e901";
  font-family: 'icomoon';
  font-size: 1.5rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  left: 93.5%;
}
.mailmags .fk-sub-visual {
  background-image: url("/common/img/mailmags/mv_mailmags.jpg");
}
.mailmags__contents {
  max-width: 800px !important;
  margin: 40px auto 0 !important;
}
.mailmags__contents + .mailmags__contents {
  border-top: 1px solid #000;
  padding-top: 40px;
}
.mailmags__contents .fk-title3 p.fk-typo-style {
  color: #888;
}
.mailmags__lead {
  margin-top: 20px;
  font-size: 0.875rem;
}
.mailmags__lead p + p {
  margin-top: 20px;
}
.mailmags__box {
  background: #ebebeb;
  padding: 60px 50px;
  margin-top: 40px;
}
.mailmags__attention {
  margin-top: 80px;
}
.mailmags__attention-title {
  font-size: 1rem;
}
.mailmags__attention .fk-list {
  margin-top: 20px;
}
.mailmags .input-layout__body {
  max-width: 520px;
}
.mailmags .error-box {
  color: #f00;
  font-size: 0.875rem;
  margin-bottom: 40px;
}
.fk-sub-visual {
  background-image: url("/common/img/schedules/mainvisual.jpg");
}
.pdf-dl__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fk_gd--full.schedules-today .today__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.fk_gd--full.schedules-today .today__dow {
  color: #fff;
}
.is-fixed {
  position: fixed;
  left: 0;
  z-index: 1;
}
.week__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: solid 1px #fff;
}
.week__list li {
  box-sizing: border-box;
  text-align: center;
  border-left: solid 1px #fff;
}
.week__list li:first-child {
  border-left: none;
}
.week__list li a {
  display: block;
}
.week__list li:nth-child(2) {
  background: #fff;
}
.week__list .week__days {
  background: #b80000;
  line-height: 1;
}
.week__list .week__days a {
  color: #fff;
}
.week__list .week__days a:hover {
  color: #fff;
  background-color: #b62121;
  opacity: 1;
  text-decoration: none;
}
.week__list .week__prev {
  background: #b80000;
  position: relative;
  color: #fff;
  height: auto;
}
.week__list .week__prev a {
  color: #fff;
  height: 100%;
}
.week__list .week__prev a:hover {
  color: #fff;
  background-color: #b62121;
  opacity: 1;
  text-decoration: none;
}
.week__list .week__prev .icon-arrow_l {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.week__list .week__next {
  background: #b80000;
  position: relative;
  color: #fff;
  height: auto;
}
.week__list .week__next a {
  color: #fff;
  height: 100%;
}
.week__list .week__next a:hover {
  color: #fff;
  background-color: #b62121;
  opacity: 1;
  text-decoration: none;
}
.week__list .week__next .icon-arrow_r {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.week__list .week__page--last {
  background: #d2d2d2;
  pointer-events: none;
}
.schedules-list .list__col a:hover {
  text-decoration: none;
}
.schedules-list .list__inner {
  border-top: solid 1px #dcdcdc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.schedules-list .list__info__title {
  font-weight: bold;
}
.schedules-list .list__col.on-now {
  background: #f0f0f0;
  border: solid 1px #dcdcdc;
}
.schedules-list .list__col.on-now .list__time {
  position: relative;
}
.schedules-list .list__col.on-now .list__time::after {
  font-family: 'Gill Sans', 'Gill Sans MT', 'Open Sans', sans-serif;
  font-weight: bold;
  content: 'ON NOW';
  background: #b80000;
  color: #fff;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  padding: 5px;
  line-height: 1.2;
}
.fk_gd--full.schedules-paging {
  margin-top: 20px;
}
.fk_gd--full.schedules-paging .paging:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
.fk_gd--full.schedules-paging .paging__item {
  position: relative;
  font-weight: bold;
}
.fk_gd--full.schedules-paging .paging__item a::before {
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fk_gd--full.schedules-paging .paging__item--prev {
  float: left;
}
.fk_gd--full.schedules-paging .paging__item--prev a::before {
  content: "\e900";
}
.fk_gd--full.schedules-paging .paging__item--next {
  float: right;
}
.fk_gd--full.schedules-paging .paging__item--next a::before {
  content: "\e901";
}
.fk_gd--liquid .fk_gd__col.schedules-notes {
  border-top: solid 1px #dcdcdc;
  margin: 40px auto 0 auto;
}
.fk_gd--liquid .notes__title {
  font-weight: bold;
}
.contacts .fk-sub-visual {
  background-image: url("/common/img/contacts/mv_contacts.jpg");
}
.contacts .pagination {
  margin-top: 75px;
}
.contacts__lead {
  margin-top: 40px;
}
.contacts__lead > p {
  margin-top: 10px;
}
.qa {
  border-bottom: 1px solid #000;
  margin-top: 60px;
}
.qa h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.qa-list {
  margin-top: 55px !important;
  border-bottom: 1px solid #000;
}
.qa-list dl {
  margin: 0;
}
.qa-list__title {
  background-color: #fff;
  border-top: 1px solid #000;
  box-sizing: border-box;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.qa-list__number {
  background: #b80000;
  box-sizing: border-box;
  min-width: 60px;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 1.625rem;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  letter-spacing: -2px;
}
.qa-list__number span:last-child {
  letter-spacing: -4px;
}
.qa-list__number-q {
  font-size: 1.3125rem;
}
.qa-list__detail {
  margin-left: 30px;
  padding-right: 50px;
}
.qa-list__body {
  background: #ebebeb;
  font-size: 0.8125rem;
  padding: 20px 40px;
  position: relative;
  margin: 0 auto 25px;
}
.qa-list__body p + p {
  margin-top: 2em;
}
.qa-list__body a {
  color: #06f;
  text-decoration: underline;
}
.qa-list__body a:hover {
  text-decoration: none;
}
.contacts .fk-accordion .fk-accordion__title,
.contacts .fk-accordion .fk-accordion__close {
  position: relative;
}
.contacts .fk-accordion .fk-accordion__title::after,
.contacts .fk-accordion .fk-accordion__close::after {
  content: "\e901";
  font-family: 'icomoon';
  font-size: 1.5rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  left: 97% !important;
}
.contacts .fk-accordion .fk-accordion__close {
  position: absolute;
  left: 97% !important;
}
.contacts .fk-accordion .fk-accordion__close::after {
  margin-top: 10px;
}
.contacts .fk-accordion--closed .fk-accordion__title {
  position: relative;
}
.contacts .fk-accordion--closed .fk-accordion__title::after {
  content: "\e901";
  font-family: 'icomoon';
  font-size: 1.5rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  left: 97% !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts-form {
  max-width: 800px;
  margin: 80px auto 0;
}
.contacts-form .error-box {
  color: #f00;
  font-size: 0.875rem;
  margin-bottom: 40px;
}
.contacts-form__box {
  background: #ebebeb;
  padding: 70px 50px;
  margin-top: 20px;
  overflow: hidden;
}
.contacts-form .input-layout {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.contacts-form .input-layout__title {
  border-bottom: 1px solid #aaa;
  padding-bottom: 5px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.contacts-form .input-layout__title .fk-list {
  font-weight: normal;
  margin-top: 5px;
}
.contacts-form .input-layout__body {
  max-width: 520px;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contacts-form .input-layout__body-inner {
  width: 100%;
}
.contacts-form .input-layout__body textarea {
  height: 7em;
}
.contacts-form--comfirm {
  margin-top: 40px;
}
.contacts-form--comfirm .input-layout {
  background: #dcdcdc;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 10px 20px;
}
.contacts-form--comfirm .input-layout__title {
  border: 0;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.contacts-form--comfirm .input-layout__body {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
  font-size: 0.8125rem;
}
.contacts-form--complete p:first-child {
  font-size: 2rem;
}
.contacts-form--complete p:first-child span {
  font-size: 1.25rem;
}
.contacts-form--complete p + p {
  margin-top: 60px;
}
.programmes .fk-sub-visual {
  background-image: url("/common/img/programmes/mainvisual.jpg");
  z-index: 1;
  position: relative;
}
.programmes .footer {
  margin-top: 0;
}
.programmes .sec__recommended {
  background: #f4f4f4;
}
.programmes .sec__regular {
  background: #ebebeb;
  padding-bottom: 100px;
}
.fk-programme-title,
.fk-programme-title__sub,
.fk-programme-text {
  white-space: pre-line;
}
.watch .fk_gd--full {
  overflow: hidden;
}
.watch .fk-sub-visual {
  background-image: url("/common/img/watch/mv_watch.jpg");
}
.watch .business-box {
  color: #fff;
}
.watch .business-box__text {
  font-size: 0.875rem;
  margin-bottom: 15px;
}
.watch .business-box .fk-btn {
  padding: 20px 35px;
  line-height: 1;
}
.watch .business-box .fk-btn--arrow-after::after {
  right: 35px;
}
.watch .business-box--sp {
  color: #000;
  margin-top: 20px;
  max-width: 100%;
}
.watch .business-box--sp .business-box__text {
  font-size: 0.6875rem;
}
.watch .business-box--sp .fk-btn--wide {
  width: 35%;
  font-size: 0.8125rem;
  padding: 15px 10px;
  text-align: center;
}
.watch .business-box--sp .fk-btn--arrow-after::after {
  right: 15px;
}
.watch__lead {
  margin-top: 50px;
  font-weight: bold;
  line-height: 2;
}
.watch-contents {
  margin-top: 30px;
}
.watch-contents + .watch-contents {
  margin-top: 20px;
}
.watch-contents h2 {
  background: #a7a9ab;
  padding: 15px 40px;
  color: #fff;
  font-weight: bold;
}
.watch-contents__inner + .watch-contents__inner {
  border-top: 1px solid #000;
}
.watch-contents__detail h3 {
  font-size: 1.125rem;
  font-weight: bold;
}
.watch-contents__detail h3:not(:first-child) {
  margin-top: 40px;
}
.watch-contents__detail p {
  font-size: 0.875rem;
  margin-top: 20px;
}
.watch-contents__detail a {
  margin-top: 30px;
}
.watch-contents__bnr-area a:hover img {
  opacity: 0.7;
}
.price-area__inner {
  border: 1px solid #808284;
  text-align: center;
  position: relative;
  padding-bottom: 5.161290322580645%;
}
.price-area__box {
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}
.price-area__box p {
  margin: 0;
  width: 100%;
  font-weight: bold;
}
.price-area__box span {
  display: block;
  font-size: 0.6875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: normal;
}
.price-area__price {
  background: #808284;
  padding: 5px 0;
  position: absolute;
  bottom: 0;
  font-size: 1.125rem;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.price-area__text {
  font-weight: bold;
}
.howto-contents {
  background: #ebebeb;
  padding: 60px 60px 40px;
  max-width: 960px;
  margin: 70px auto 0;
  background-image: url("/common/img/watch/img_howto.png");
  background-position: 95% bottom;
  background-repeat: no-repeat;
}
.howto-contents__inner {
  padding-right: 28.57142857142857%;
}
.howto-contents__inner h2 {
  font-size: 2rem;
}
.howto-contents__inner h3 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 60px;
}
.howto-contents__inner p {
  font-size: 0.875rem;
  margin-top: 10px;
}
.catv__title {
  margin-top: 60px;
}
.catv__title span {
  display: block;
}
.catv__title span:first-child {
  font-weight: bold;
  font-size: 1.125rem;
}
.catv__title span.fk-typo-style {
  font-size: 2.125rem;
}
.catv__lead {
  margin-top: 40px;
  font-size: 0.875rem;
}
.catv-list {
  margin-top: 55px !important;
  border-bottom: 1px solid #000;
}
.catv-list__title {
  background-color: #fff;
  border-top: 1px solid #000;
  box-sizing: border-box;
  padding: 25px 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.catv-list__body {
  background: #ebebeb;
  font-size: 0.875rem;
  padding: 0 105px 60px;
  position: relative;
  margin-bottom: 25px;
}
.catv-list__body .tel--free {
  background: url("/common/img/icon_freedial_01.png") no-repeat left center;
  background-size: 23px;
  padding-left: 30px;
}
.catv-list__body p + p {
  margin-top: 2em;
}
.catv-list__2row .catv-detail .catv-detail-box {
  width: 100%;
}
.catv-detail {
  margin-top: 60px;
}
.catv-detail h3 {
  font-size: 1.125rem;
  font-weight: bold;
}
.catv-detail-box {
  background: #fff;
  padding: 15px 45px;
  width: 47.91666666666667%;
}
.catv-detail-box__title {
  font-weight: bold;
  padding-bottom: 5px;
}
.catv-detail-box__body {
  border-top: 1px solid #ebebeb;
  padding-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
.catv-detail-box__body a {
  position: relative;
}
.catv-detail-box__body a .window-after:after {
  top: 0;
  margin-left: 10px;
}
.watch .fk-accordion .fk-accordion__title,
.watch .fk-accordion .fk-accordion__close {
  position: relative;
}
.watch .fk-accordion .fk-accordion__title::after,
.watch .fk-accordion .fk-accordion__close::after {
  content: "\e901";
  font-family: 'icomoon';
  font-size: 1.5rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  left: 93.5%;
  top: 27%;
  font-weight: normal;
}
.watch .fk-accordion .fk-accordion__close {
  position: absolute;
  left: 93.5%;
}
.watch .fk-accordion .fk-accordion__close::after {
  margin-top: 10px;
}
.watch .fk-accordion--closed .fk-accordion__title {
  position: relative;
}
.watch .fk-accordion--closed .fk-accordion__title::after {
  content: "\e901";
  font-family: 'icomoon';
  font-size: 1.5rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  left: 93.5%;
}
.watch .business-box__navi__item .fk-btn.fk-btn--arrow-after:after {
  font-weight: normal;
}
.watch .business-box__navi__item + .business-box__navi__item {
  margin-top: 10px;
}
.adsales .fk-sub-visual {
  background-image: url("/common/img/adsales/mainvisual.jpg");
}
.adsales .business-guide {
  border-bottom: solid 1px #b80000;
  box-sizing: border-box;
}
.adsales .business-guide__lead {
  font-weight: bold;
  line-height: 1.75;
}
.adsales .business-guide__title {
  font-weight: bold;
}
.adsales .sec__for-ad {
  background: #eee;
}
.adsales .ad-opp__lead {
  font-weight: bold;
}
.adsales .ad-opp__items--pic img {
  width: 100%;
  display: block;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.adsales #ad::before {
  content: "";
  display: inline-block;
  vertical-align: top;
}
.adsales .banner__col {
  border-top: none;
}
.privacy .fk-sub-visual {
  background-image: url("/common/img/privacy/mv_privacy.jpg");
}
.privacy .sec_privacy .fk-title2,
.privacy .sec-regulation .fk-title2 {
  font-weight: bold;
}
.privacy .fk_gd--liquid .bg-grey {
  background: #eee;
}
.privacy .privacy__col {
  margin: 0 auto;
}
.privacy .privacy__col::before {
  content: "";
  display: inline-block;
  vertical-align: top;
}
.privacy .privacy__col__title {
  border-bottom: solid 1px #000;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.privacy .signature {
  font-size: 0.75rem;
}
.privacy .privacy__inq {
  background: #fff;
  margin: 0;
}
.privacy .privacy__inq .privacy__title {
  text-align: center;
  position: relative;
}
.privacy .privacy__inq .privacy__title::after {
  position: absolute;
  content: '';
  height: 100%;
}
.privacy .privacy__inq .privacy__contact {
  text-align: center;
}
.privacy .privacy__inq .privacy__contact a {
  color: #06f;
}
.privacy .privacy__inq .privacy__contact a:link {
  color: #06f;
  text-decoration: underline;
}
.privacy .privacy__inq .privacy__contact a:hover {
  color: #06f;
  text-decoration: none;
}
.privacy .privacy__inq .privacy__company {
  font-weight: bold;
}
.privacy .privacy__inq .privacy__info {
  margin-top: 0.5em;
}
.privacy .regulation__lead {
  padding-left: 1.8em;
  text-indent: -1.8em;
}
.privacy .regulation__lead:first-of-type {
  margin-top: 0;
}
.privacy .regulation__lead--noindent {
  padding-left: 0;
  text-indent: 0;
}
.privacy .regulation__text {
  font-size: 0.875rem;
  margin-top: 14px;
}
.privacy .anc-regulation__items {
  display: inline-block;
  font-size: 0.875rem;
  margin-bottom: 14px;
}
.privacy .anc-regulation__items a {
  position: relative;
  display: block;
  padding-left: 1.6em;
}
.privacy .anc-regulation__items a::after {
  position: absolute;
  top: 4px;
  left: 4px;
  content: '\e904';
  font-family: 'icomoon';
  font-size: 0.625rem;
  color: #fff;
}
.privacy .anc-regulation__items a::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background: #626262;
}
.privacy .fk-table--privacy {
  width: 100%;
}
.privacy .fk-table--normal thead {
  background: #fff;
}
.privacy .fk-table--normal thead th {
  font-weight: normal;
}
.privacy .fk-table--normal .heading__noborder th {
  border-bottom: none;
}
.privacy .fk-table--normal tbody td {
  vertical-align: top;
}
.privacy .fk-list.fk-list--parenthesesnumber li {
  margin-top: 16px;
}
.privacy .provide-list {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.privacy .regulation__df__title {
  color: #b80000;
}
.privacy .regulation__df__desc {
  margin: 15px 0 0 0;
}
.privacy .privacy__operators__name {
  font-weight: bold;
}
.privacy .privacy__text {
  margin-top: 14px;
}
.txL {
  text-align: left !important;
}
.txC {
  text-align: center !important;
}
.txR {
  text-align: right !important;
}
.vaT {
  vertical-align: top;
}
.vaM {
  vertical-align: middle;
}
.vaB {
  vertical-align: bottom;
}
.fLeft {
  float: left;
}
.fRight {
  float: right;
}
.fNone {
  float: none;
}
.inBlock {
  display: inline-block;
}
.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
.mt100,
.pc .mt100--pc,
.sp .mt100--sp {
  margin-top: 100px !important;
}
.mb100,
.pc .mb100--pc,
.sp .mb100--sp {
  margin-bottom: 100px !important;
}
.ml100,
.pc .ml100--pc,
.sp .ml100--sp {
  margin-left: 100px !important;
}
.mr100,
.pc .mr100--pc,
.sp .mr100--sp {
  margin-right: 100px !important;
}
.pt100,
.pc .pt100--pc,
.sp .pt100--sp {
  padding-top: 100px !important;
}
.pb100,
.pc .pb100--pc,
.sp .pb100--sp {
  padding-bottom: 100px !important;
}
.pl100,
.pc .pl100--pc,
.sp .pl100--sp {
  padding-left: 100px !important;
}
.pr100,
.pc .pr100--pc,
.sp .pr100--sp {
  padding-right: 100px !important;
}
.mt95,
.pc .mt95--pc,
.sp .mt95--sp {
  margin-top: 95px !important;
}
.mb95,
.pc .mb95--pc,
.sp .mb95--sp {
  margin-bottom: 95px !important;
}
.ml95,
.pc .ml95--pc,
.sp .ml95--sp {
  margin-left: 95px !important;
}
.mr95,
.pc .mr95--pc,
.sp .mr95--sp {
  margin-right: 95px !important;
}
.pt95,
.pc .pt95--pc,
.sp .pt95--sp {
  padding-top: 95px !important;
}
.pb95,
.pc .pb95--pc,
.sp .pb95--sp {
  padding-bottom: 95px !important;
}
.pl95,
.pc .pl95--pc,
.sp .pl95--sp {
  padding-left: 95px !important;
}
.pr95,
.pc .pr95--pc,
.sp .pr95--sp {
  padding-right: 95px !important;
}
.mt90,
.pc .mt90--pc,
.sp .mt90--sp {
  margin-top: 90px !important;
}
.mb90,
.pc .mb90--pc,
.sp .mb90--sp {
  margin-bottom: 90px !important;
}
.ml90,
.pc .ml90--pc,
.sp .ml90--sp {
  margin-left: 90px !important;
}
.mr90,
.pc .mr90--pc,
.sp .mr90--sp {
  margin-right: 90px !important;
}
.pt90,
.pc .pt90--pc,
.sp .pt90--sp {
  padding-top: 90px !important;
}
.pb90,
.pc .pb90--pc,
.sp .pb90--sp {
  padding-bottom: 90px !important;
}
.pl90,
.pc .pl90--pc,
.sp .pl90--sp {
  padding-left: 90px !important;
}
.pr90,
.pc .pr90--pc,
.sp .pr90--sp {
  padding-right: 90px !important;
}
.mt85,
.pc .mt85--pc,
.sp .mt85--sp {
  margin-top: 85px !important;
}
.mb85,
.pc .mb85--pc,
.sp .mb85--sp {
  margin-bottom: 85px !important;
}
.ml85,
.pc .ml85--pc,
.sp .ml85--sp {
  margin-left: 85px !important;
}
.mr85,
.pc .mr85--pc,
.sp .mr85--sp {
  margin-right: 85px !important;
}
.pt85,
.pc .pt85--pc,
.sp .pt85--sp {
  padding-top: 85px !important;
}
.pb85,
.pc .pb85--pc,
.sp .pb85--sp {
  padding-bottom: 85px !important;
}
.pl85,
.pc .pl85--pc,
.sp .pl85--sp {
  padding-left: 85px !important;
}
.pr85,
.pc .pr85--pc,
.sp .pr85--sp {
  padding-right: 85px !important;
}
.mt80,
.pc .mt80--pc,
.sp .mt80--sp {
  margin-top: 80px !important;
}
.mb80,
.pc .mb80--pc,
.sp .mb80--sp {
  margin-bottom: 80px !important;
}
.ml80,
.pc .ml80--pc,
.sp .ml80--sp {
  margin-left: 80px !important;
}
.mr80,
.pc .mr80--pc,
.sp .mr80--sp {
  margin-right: 80px !important;
}
.pt80,
.pc .pt80--pc,
.sp .pt80--sp {
  padding-top: 80px !important;
}
.pb80,
.pc .pb80--pc,
.sp .pb80--sp {
  padding-bottom: 80px !important;
}
.pl80,
.pc .pl80--pc,
.sp .pl80--sp {
  padding-left: 80px !important;
}
.pr80,
.pc .pr80--pc,
.sp .pr80--sp {
  padding-right: 80px !important;
}
.mt75,
.pc .mt75--pc,
.sp .mt75--sp {
  margin-top: 75px !important;
}
.mb75,
.pc .mb75--pc,
.sp .mb75--sp {
  margin-bottom: 75px !important;
}
.ml75,
.pc .ml75--pc,
.sp .ml75--sp {
  margin-left: 75px !important;
}
.mr75,
.pc .mr75--pc,
.sp .mr75--sp {
  margin-right: 75px !important;
}
.pt75,
.pc .pt75--pc,
.sp .pt75--sp {
  padding-top: 75px !important;
}
.pb75,
.pc .pb75--pc,
.sp .pb75--sp {
  padding-bottom: 75px !important;
}
.pl75,
.pc .pl75--pc,
.sp .pl75--sp {
  padding-left: 75px !important;
}
.pr75,
.pc .pr75--pc,
.sp .pr75--sp {
  padding-right: 75px !important;
}
.mt70,
.pc .mt70--pc,
.sp .mt70--sp {
  margin-top: 70px !important;
}
.mb70,
.pc .mb70--pc,
.sp .mb70--sp {
  margin-bottom: 70px !important;
}
.ml70,
.pc .ml70--pc,
.sp .ml70--sp {
  margin-left: 70px !important;
}
.mr70,
.pc .mr70--pc,
.sp .mr70--sp {
  margin-right: 70px !important;
}
.pt70,
.pc .pt70--pc,
.sp .pt70--sp {
  padding-top: 70px !important;
}
.pb70,
.pc .pb70--pc,
.sp .pb70--sp {
  padding-bottom: 70px !important;
}
.pl70,
.pc .pl70--pc,
.sp .pl70--sp {
  padding-left: 70px !important;
}
.pr70,
.pc .pr70--pc,
.sp .pr70--sp {
  padding-right: 70px !important;
}
.mt65,
.pc .mt65--pc,
.sp .mt65--sp {
  margin-top: 65px !important;
}
.mb65,
.pc .mb65--pc,
.sp .mb65--sp {
  margin-bottom: 65px !important;
}
.ml65,
.pc .ml65--pc,
.sp .ml65--sp {
  margin-left: 65px !important;
}
.mr65,
.pc .mr65--pc,
.sp .mr65--sp {
  margin-right: 65px !important;
}
.pt65,
.pc .pt65--pc,
.sp .pt65--sp {
  padding-top: 65px !important;
}
.pb65,
.pc .pb65--pc,
.sp .pb65--sp {
  padding-bottom: 65px !important;
}
.pl65,
.pc .pl65--pc,
.sp .pl65--sp {
  padding-left: 65px !important;
}
.pr65,
.pc .pr65--pc,
.sp .pr65--sp {
  padding-right: 65px !important;
}
.mt60,
.pc .mt60--pc,
.sp .mt60--sp {
  margin-top: 60px !important;
}
.mb60,
.pc .mb60--pc,
.sp .mb60--sp {
  margin-bottom: 60px !important;
}
.ml60,
.pc .ml60--pc,
.sp .ml60--sp {
  margin-left: 60px !important;
}
.mr60,
.pc .mr60--pc,
.sp .mr60--sp {
  margin-right: 60px !important;
}
.pt60,
.pc .pt60--pc,
.sp .pt60--sp {
  padding-top: 60px !important;
}
.pb60,
.pc .pb60--pc,
.sp .pb60--sp {
  padding-bottom: 60px !important;
}
.pl60,
.pc .pl60--pc,
.sp .pl60--sp {
  padding-left: 60px !important;
}
.pr60,
.pc .pr60--pc,
.sp .pr60--sp {
  padding-right: 60px !important;
}
.mt55,
.pc .mt55--pc,
.sp .mt55--sp {
  margin-top: 55px !important;
}
.mb55,
.pc .mb55--pc,
.sp .mb55--sp {
  margin-bottom: 55px !important;
}
.ml55,
.pc .ml55--pc,
.sp .ml55--sp {
  margin-left: 55px !important;
}
.mr55,
.pc .mr55--pc,
.sp .mr55--sp {
  margin-right: 55px !important;
}
.pt55,
.pc .pt55--pc,
.sp .pt55--sp {
  padding-top: 55px !important;
}
.pb55,
.pc .pb55--pc,
.sp .pb55--sp {
  padding-bottom: 55px !important;
}
.pl55,
.pc .pl55--pc,
.sp .pl55--sp {
  padding-left: 55px !important;
}
.pr55,
.pc .pr55--pc,
.sp .pr55--sp {
  padding-right: 55px !important;
}
.mt50,
.pc .mt50--pc,
.sp .mt50--sp {
  margin-top: 50px !important;
}
.mb50,
.pc .mb50--pc,
.sp .mb50--sp {
  margin-bottom: 50px !important;
}
.ml50,
.pc .ml50--pc,
.sp .ml50--sp {
  margin-left: 50px !important;
}
.mr50,
.pc .mr50--pc,
.sp .mr50--sp {
  margin-right: 50px !important;
}
.pt50,
.pc .pt50--pc,
.sp .pt50--sp {
  padding-top: 50px !important;
}
.pb50,
.pc .pb50--pc,
.sp .pb50--sp {
  padding-bottom: 50px !important;
}
.pl50,
.pc .pl50--pc,
.sp .pl50--sp {
  padding-left: 50px !important;
}
.pr50,
.pc .pr50--pc,
.sp .pr50--sp {
  padding-right: 50px !important;
}
.mt45,
.pc .mt45--pc,
.sp .mt45--sp {
  margin-top: 45px !important;
}
.mb45,
.pc .mb45--pc,
.sp .mb45--sp {
  margin-bottom: 45px !important;
}
.ml45,
.pc .ml45--pc,
.sp .ml45--sp {
  margin-left: 45px !important;
}
.mr45,
.pc .mr45--pc,
.sp .mr45--sp {
  margin-right: 45px !important;
}
.pt45,
.pc .pt45--pc,
.sp .pt45--sp {
  padding-top: 45px !important;
}
.pb45,
.pc .pb45--pc,
.sp .pb45--sp {
  padding-bottom: 45px !important;
}
.pl45,
.pc .pl45--pc,
.sp .pl45--sp {
  padding-left: 45px !important;
}
.pr45,
.pc .pr45--pc,
.sp .pr45--sp {
  padding-right: 45px !important;
}
.mt40,
.pc .mt40--pc,
.sp .mt40--sp {
  margin-top: 40px !important;
}
.mb40,
.pc .mb40--pc,
.sp .mb40--sp {
  margin-bottom: 40px !important;
}
.ml40,
.pc .ml40--pc,
.sp .ml40--sp {
  margin-left: 40px !important;
}
.mr40,
.pc .mr40--pc,
.sp .mr40--sp {
  margin-right: 40px !important;
}
.pt40,
.pc .pt40--pc,
.sp .pt40--sp {
  padding-top: 40px !important;
}
.pb40,
.pc .pb40--pc,
.sp .pb40--sp {
  padding-bottom: 40px !important;
}
.pl40,
.pc .pl40--pc,
.sp .pl40--sp {
  padding-left: 40px !important;
}
.pr40,
.pc .pr40--pc,
.sp .pr40--sp {
  padding-right: 40px !important;
}
.mt35,
.pc .mt35--pc,
.sp .mt35--sp {
  margin-top: 35px !important;
}
.mb35,
.pc .mb35--pc,
.sp .mb35--sp {
  margin-bottom: 35px !important;
}
.ml35,
.pc .ml35--pc,
.sp .ml35--sp {
  margin-left: 35px !important;
}
.mr35,
.pc .mr35--pc,
.sp .mr35--sp {
  margin-right: 35px !important;
}
.pt35,
.pc .pt35--pc,
.sp .pt35--sp {
  padding-top: 35px !important;
}
.pb35,
.pc .pb35--pc,
.sp .pb35--sp {
  padding-bottom: 35px !important;
}
.pl35,
.pc .pl35--pc,
.sp .pl35--sp {
  padding-left: 35px !important;
}
.pr35,
.pc .pr35--pc,
.sp .pr35--sp {
  padding-right: 35px !important;
}
.mt30,
.pc .mt30--pc,
.sp .mt30--sp {
  margin-top: 30px !important;
}
.mb30,
.pc .mb30--pc,
.sp .mb30--sp {
  margin-bottom: 30px !important;
}
.ml30,
.pc .ml30--pc,
.sp .ml30--sp {
  margin-left: 30px !important;
}
.mr30,
.pc .mr30--pc,
.sp .mr30--sp {
  margin-right: 30px !important;
}
.pt30,
.pc .pt30--pc,
.sp .pt30--sp {
  padding-top: 30px !important;
}
.pb30,
.pc .pb30--pc,
.sp .pb30--sp {
  padding-bottom: 30px !important;
}
.pl30,
.pc .pl30--pc,
.sp .pl30--sp {
  padding-left: 30px !important;
}
.pr30,
.pc .pr30--pc,
.sp .pr30--sp {
  padding-right: 30px !important;
}
.mt25,
.pc .mt25--pc,
.sp .mt25--sp {
  margin-top: 25px !important;
}
.mb25,
.pc .mb25--pc,
.sp .mb25--sp {
  margin-bottom: 25px !important;
}
.ml25,
.pc .ml25--pc,
.sp .ml25--sp {
  margin-left: 25px !important;
}
.mr25,
.pc .mr25--pc,
.sp .mr25--sp {
  margin-right: 25px !important;
}
.pt25,
.pc .pt25--pc,
.sp .pt25--sp {
  padding-top: 25px !important;
}
.pb25,
.pc .pb25--pc,
.sp .pb25--sp {
  padding-bottom: 25px !important;
}
.pl25,
.pc .pl25--pc,
.sp .pl25--sp {
  padding-left: 25px !important;
}
.pr25,
.pc .pr25--pc,
.sp .pr25--sp {
  padding-right: 25px !important;
}
.mt20,
.pc .mt20--pc,
.sp .mt20--sp {
  margin-top: 20px !important;
}
.mb20,
.pc .mb20--pc,
.sp .mb20--sp {
  margin-bottom: 20px !important;
}
.ml20,
.pc .ml20--pc,
.sp .ml20--sp {
  margin-left: 20px !important;
}
.mr20,
.pc .mr20--pc,
.sp .mr20--sp {
  margin-right: 20px !important;
}
.pt20,
.pc .pt20--pc,
.sp .pt20--sp {
  padding-top: 20px !important;
}
.pb20,
.pc .pb20--pc,
.sp .pb20--sp {
  padding-bottom: 20px !important;
}
.pl20,
.pc .pl20--pc,
.sp .pl20--sp {
  padding-left: 20px !important;
}
.pr20,
.pc .pr20--pc,
.sp .pr20--sp {
  padding-right: 20px !important;
}
.mt15,
.pc .mt15--pc,
.sp .mt15--sp {
  margin-top: 15px !important;
}
.mb15,
.pc .mb15--pc,
.sp .mb15--sp {
  margin-bottom: 15px !important;
}
.ml15,
.pc .ml15--pc,
.sp .ml15--sp {
  margin-left: 15px !important;
}
.mr15,
.pc .mr15--pc,
.sp .mr15--sp {
  margin-right: 15px !important;
}
.pt15,
.pc .pt15--pc,
.sp .pt15--sp {
  padding-top: 15px !important;
}
.pb15,
.pc .pb15--pc,
.sp .pb15--sp {
  padding-bottom: 15px !important;
}
.pl15,
.pc .pl15--pc,
.sp .pl15--sp {
  padding-left: 15px !important;
}
.pr15,
.pc .pr15--pc,
.sp .pr15--sp {
  padding-right: 15px !important;
}
.mt10,
.pc .mt10--pc,
.sp .mt10--sp {
  margin-top: 10px !important;
}
.mb10,
.pc .mb10--pc,
.sp .mb10--sp {
  margin-bottom: 10px !important;
}
.ml10,
.pc .ml10--pc,
.sp .ml10--sp {
  margin-left: 10px !important;
}
.mr10,
.pc .mr10--pc,
.sp .mr10--sp {
  margin-right: 10px !important;
}
.pt10,
.pc .pt10--pc,
.sp .pt10--sp {
  padding-top: 10px !important;
}
.pb10,
.pc .pb10--pc,
.sp .pb10--sp {
  padding-bottom: 10px !important;
}
.pl10,
.pc .pl10--pc,
.sp .pl10--sp {
  padding-left: 10px !important;
}
.pr10,
.pc .pr10--pc,
.sp .pr10--sp {
  padding-right: 10px !important;
}
.mt5,
.pc .mt5--pc,
.sp .mt5--sp {
  margin-top: 5px !important;
}
.mb5,
.pc .mb5--pc,
.sp .mb5--sp {
  margin-bottom: 5px !important;
}
.ml5,
.pc .ml5--pc,
.sp .ml5--sp {
  margin-left: 5px !important;
}
.mr5,
.pc .mr5--pc,
.sp .mr5--sp {
  margin-right: 5px !important;
}
.pt5,
.pc .pt5--pc,
.sp .pt5--sp {
  padding-top: 5px !important;
}
.pb5,
.pc .pb5--pc,
.sp .pb5--sp {
  padding-bottom: 5px !important;
}
.pl5,
.pc .pl5--pc,
.sp .pl5--sp {
  padding-left: 5px !important;
}
.pr5,
.pc .pr5--pc,
.sp .pr5--sp {
  padding-right: 5px !important;
}
.mt0,
.pc .mt0--pc,
.sp .mt0--sp {
  margin-top: 0px !important;
}
.mb0,
.pc .mb0--pc,
.sp .mb0--sp {
  margin-bottom: 0px !important;
}
.ml0,
.pc .ml0--pc,
.sp .ml0--sp {
  margin-left: 0px !important;
}
.mr0,
.pc .mr0--pc,
.sp .mr0--sp {
  margin-right: 0px !important;
}
.pt0,
.pc .pt0--pc,
.sp .pt0--sp {
  padding-top: 0px !important;
}
.pb0,
.pc .pb0--pc,
.sp .pb0--sp {
  padding-bottom: 0px !important;
}
.pl0,
.pc .pl0--pc,
.sp .pl0--sp {
  padding-left: 0px !important;
}
.pr0,
.pc .pr0--pc,
.sp .pr0--sp {
  padding-right: 0px !important;
}
.width_per1 {
  width: 1%;
}
.width_per2 {
  width: 2%;
}
.width_per3 {
  width: 3%;
}
.width_per4 {
  width: 4%;
}
.width_per5 {
  width: 5%;
}
.width_per6 {
  width: 6%;
}
.width_per7 {
  width: 7%;
}
.width_per8 {
  width: 8%;
}
.width_per9 {
  width: 9%;
}
.width_per10 {
  width: 10%;
}
.width_per11 {
  width: 11%;
}
.width_per12 {
  width: 12%;
}
.width_per13 {
  width: 13%;
}
.width_per14 {
  width: 14%;
}
.width_per15 {
  width: 15%;
}
.width_per16 {
  width: 16%;
}
.width_per17 {
  width: 17%;
}
.width_per18 {
  width: 18%;
}
.width_per19 {
  width: 19%;
}
.width_per20 {
  width: 20%;
}
.width_per21 {
  width: 21%;
}
.width_per22 {
  width: 22%;
}
.width_per23 {
  width: 23%;
}
.width_per24 {
  width: 24%;
}
.width_per25 {
  width: 25%;
}
.width_per26 {
  width: 26%;
}
.width_per27 {
  width: 27%;
}
.width_per28 {
  width: 28%;
}
.width_per29 {
  width: 29%;
}
.width_per30 {
  width: 30%;
}
.width_per31 {
  width: 31%;
}
.width_per32 {
  width: 32%;
}
.width_per33 {
  width: 33%;
}
.width_per34 {
  width: 34%;
}
.width_per35 {
  width: 35%;
}
.width_per36 {
  width: 36%;
}
.width_per37 {
  width: 37%;
}
.width_per38 {
  width: 38%;
}
.width_per39 {
  width: 39%;
}
.width_per40 {
  width: 40%;
}
.width_per41 {
  width: 41%;
}
.width_per42 {
  width: 42%;
}
.width_per43 {
  width: 43%;
}
.width_per44 {
  width: 44%;
}
.width_per45 {
  width: 45%;
}
.width_per46 {
  width: 46%;
}
.width_per47 {
  width: 47%;
}
.width_per48 {
  width: 48%;
}
.width_per49 {
  width: 49%;
}
.width_per50 {
  width: 50%;
}
.width_per51 {
  width: 51%;
}
.width_per52 {
  width: 52%;
}
.width_per53 {
  width: 53%;
}
.width_per54 {
  width: 54%;
}
.width_per55 {
  width: 55%;
}
.width_per56 {
  width: 56%;
}
.width_per57 {
  width: 57%;
}
.width_per58 {
  width: 58%;
}
.width_per59 {
  width: 59%;
}
.width_per60 {
  width: 60%;
}
.width_per61 {
  width: 61%;
}
.width_per62 {
  width: 62%;
}
.width_per63 {
  width: 63%;
}
.width_per64 {
  width: 64%;
}
.width_per65 {
  width: 65%;
}
.width_per66 {
  width: 66%;
}
.width_per67 {
  width: 67%;
}
.width_per68 {
  width: 68%;
}
.width_per69 {
  width: 69%;
}
.width_per70 {
  width: 70%;
}
.width_per71 {
  width: 71%;
}
.width_per72 {
  width: 72%;
}
.width_per73 {
  width: 73%;
}
.width_per74 {
  width: 74%;
}
.width_per75 {
  width: 75%;
}
.width_per76 {
  width: 76%;
}
.width_per77 {
  width: 77%;
}
.width_per78 {
  width: 78%;
}
.width_per79 {
  width: 79%;
}
.width_per80 {
  width: 80%;
}
.width_per81 {
  width: 81%;
}
.width_per82 {
  width: 82%;
}
.width_per83 {
  width: 83%;
}
.width_per84 {
  width: 84%;
}
.width_per85 {
  width: 85%;
}
.width_per86 {
  width: 86%;
}
.width_per87 {
  width: 87%;
}
.width_per88 {
  width: 88%;
}
.width_per89 {
  width: 89%;
}
.width_per90 {
  width: 90%;
}
.width_per91 {
  width: 91%;
}
.width_per92 {
  width: 92%;
}
.width_per93 {
  width: 93%;
}
.width_per94 {
  width: 94%;
}
.width_per95 {
  width: 95%;
}
.width_per96 {
  width: 96%;
}
.width_per97 {
  width: 97%;
}
.width_per98 {
  width: 98%;
}
.width_per99 {
  width: 99%;
}
.width_per100 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .fk_gd--full {
    min-width: 980px;
    background-color: #fff;
  }
  .fk_gd--liquid {
    width: 100%;
    max-width: 1280px;
    min-width: 980px;
  }
  .fk_gd--liquid .fk_gd__col {
    width: 91.40625%;
    margin: 0 auto;
  }
  .fk-title__sub {
    margin-left: 30px;
  }
  .fk-title1 {
    font-size: 2.125rem;
  }
  .fk-title1 .fk-title__sub {
    font-size: 1.125rem;
  }
  .fk-title2 {
    font-size: 1.5rem;
  }
  .fk-title2 .fk-title__sub {
    font-size: 0.8125rem;
  }
  .fk-title4 {
    font-size: 1rem;
  }
  .fk-title5 {
    font-size: 0.875rem;
  }
  .fk-title6 {
    font-size: 0.75rem;
  }
  .fk-title7 {
    font-size: 0.625rem;
  }
  .fk-ft--xl {
    font-size: 2rem;
  }
  .fk-ft--l {
    font-size: 1.5rem;
  }
  .fk-ft--m {
    font-size: 1rem;
  }
  .fk-ft--s {
    font-size: 0.875rem;
  }
  .fk-ft--xs {
    font-size: 0.75rem;
  }
  .fk-ft--xxs {
    font-size: 0.625rem;
  }
  .fk-list-linkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .fk-list-linkbox__items + .fk-list-linkbox__items {
    margin-left: 15px;
  }
  .fk-list-linkbox--box5 .fk-list-linkbox__items {
    width: 25%;
  }
  .fk-btn--normal {
    max-width: 380px;
  }
  .fk-btn--wide {
    max-width: 578px;
  }
  .fk-btn.fk-btn--dl::after {
    right: 40px;
    font-size: 1.5rem;
  }
  .fk-btn.fk-btn--dl {
    padding: 8px 40px;
    background: rgba(255,255,255,0.7);
  }
  .fk-btn.fk-btn--today {
    padding: 8px 10px;
  }
  .fk-table--privacy thead {
    text-align: center;
    background: #fff;
  }
  .fk-table--privacy thead td {
    font-size: 0.875rem;
  }
  .fk-table--privacy tbody th,
  .fk-table--privacy tbody td {
    font-size: 0.875rem;
    padding: 20px;
  }
  .program__col-box {
    margin-bottom: 10px;
  }
  .program__col-box:hover .program__col-img {
    opacity: 0.7;
  }
  .program__col-detail__inner {
    padding: 25px 20px 45px;
  }
  .program__col-box {
    width: 24.358974358974358%;
  }
  .program__col-box:nth-child(4n+2):last-child {
    margin-right: 50.427350427350426%;
  }
  .program__col-box:nth-child(4n+3):last-child {
    margin-right: 25.213675213675213%;
  }
  button.fk-btn {
    width: 340px;
  }
  .input-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fk-accordion.fk-accordion--payment .fk-accordion__title {
    padding: 16px 40px;
    font-size: 1.125rem;
  }
  .fk-accordion.fk-accordion--payment .fk-accordion__title::after {
    right: 30px;
  }
  .fk-accordion.fk-accordion--payment .fk-accordion__body {
    padding: 40px;
  }
  .fk-accordion.fk-accordion--payment .fk-accordion__body .box-gray {
    font-size: 1.125rem;
    margin-bottom: 24px;
    padding: 30px 0;
  }
  .cards {
    width: 374px;
    height: 54px;
    margin-top: 24px;
  }
  .fk-accordion.fk-accordion--payment.fk-accordion--closed .fk-accordion__title::after {
    right: 30px;
  }
  .fk-modalElement__content {
    width: 720px;
  }
  #fk-modalView .fk-modal-body {
    padding: 40px;
  }
  #fk-modalView .fk-programme-title {
    margin-top: 32px;
  }
  #fk-modalView .fk-modal-inner__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 32px;
  }
  #fk-modalView .fk-modal-inner__info .fk-modal-inner__col--left {
    width: 56.25%;
  }
  #fk-modalView .fk-modal-inner__info .fk-modal-inner__col--right {
    width: 39.0625%;
  }
  #fk-modalView .fk-programme-txt {
    font-size: 0.8125rem;
    line-height: 1.7;
  }
  #fk-modalView .fk-programme-timetable {
    font-size: 0.8125rem;
  }
  #fk-modalView .fk-modal-inner__lang {
    margin-top: 20px;
  }
  #fk-modalView .fk-modal-inner__lang ul:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: "";
  }
  #fk-modalView .fk-modal-inner__lang .lang_item {
    margin-right: 3px;
    float: left;
  }
  #fk-modalView .fk-modal-inner__lang .bilingual {
    width: 64px;
  }
  #fk-modalView .fk-modal-inner__lang .english {
    width: 64px;
  }
  #fk-modalView .fk-modal-inner__lang .re_air {
    width: 78px;
  }
  #fk-modalView .fk-modal-inner__lang .japanese_sub {
    width: 78px;
  }
  #fk-modalView .fk-modal-inner__lang .english_sub {
    width: 64px;
    margin-right: 0;
    margin-bottom: 0;
  }
  #fk-modalView .fk-modal-inner__lang .fk-badge {
    padding: 8px 0;
  }
  .fk-modalElement .fk-modalElement__closeBtn {
    width: 10px;
    height: 10px;
    bottom: -20px;
    right: 10px;
  }
  .fk-modalElement .fk-modalElement__closeBtn:before {
    left: 0;
  }
  .fk-modalElement .fk-modalElement__closeBtn:after {
    left: 0;
  }
  .main_visual {
    margin-top: 0px;
  }
  .main_visual__img .main_visual__item--1 {
    background-image: url("/common/img/mv_pc1.jpg");
  }
  .main_visual__img .main_visual__item--2 {
    background-image: url("/common/img/mv_pc2.jpg");
  }
  .main_visual .slider {
    width: 105.46875%;
    height: 0;
    padding-top: 41.875%;
    margin: 0;
    margin-top: 50px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .main_visual .slick-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .main_visual .slick-track {
    padding-top: 16px;
    top: 56.8%;
  }
  .main_visual .slider__item {
    position: relative;
  }
  .main_visual .slider__item__inner {
    width: 80%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
  }
  .main_visual .slider__item__img:hover .slider__item__wrap_bg {
    background: #fff;
  }
  .main_visual .slider__item__img:hover .slider__item__wrap {
    opacity: 0.7;
  }
  .main_visual .slider__item__wrap,
  .main_visual .slider__item__wrap_bg {
    display: block;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .main_visual .slider__item__col {
    margin-top: 1.5625vw;
    padding: 0 12px;
  }
  .main_visual .slick-center .slider__item__inner {
    padding: 0 0;
    -webkit-transition: width 300ms 300ms;
    transition: width 300ms 300ms;
    width: 113.33333333333333%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
  }
  .main_visual .slick-center .slider__item__col {
    width: 76.47058823529412%;
    margin: 0 auto;
    margin-top: 1.5625vw;
    padding: 0 0;
  }
  .main_visual .slick-slide:not(.slick-center) .slider__item__col__txt {
    display: none;
  }
  .main_visual .slick-slide .slider__item__col__txt {
    display: none;
  }
  .main_visual .slider-arrow {
    background: rgba(0,0,0,0.6);
    cursor: pointer;
    width: 40px;
    height: 100px;
    top: 44.140625%;
  }
  .main_visual .slider-arrow:hover {
    background: #000;
  }
  .main_visual .icon-arrow_r,
  .main_visual .icon-arrow_l {
    font-size: 19px;
  }
  .main_visual .slider__item__col__title {
    font-size: 1rem;
  }
  .main_visual .slider__item__col__sub {
    font-size: 0.875rem;
    margin-bottom: 30px;
  }
  .main_visual .slider__item__col__txt {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .page-top {
    bottom: 50px;
  }
  .banner__col {
    padding-top: 60px;
  }
  .slide_banner {
    width: 826px;
  }
  .slide_banner .slide_banner__inner {
    width: 713px;
  }
  .slide_banner .slide_banner__item img {
    width: 100%;
  }
  .slide_banner .slider-arrow {
    width: 16px;
  }
  .slide_banner .slider-arrow i {
    font-size: 30px;
  }
  .infomation__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .infomation__col .news__col {
    width: 59.82905982905983%;
  }
  .infomation__col .now_on_air__col {
    width: 38.46153846153847%;
  }
  .infomation__col .now_on_air__col .now_on_air__col__detail {
    width: 60.44444444444444%;
    font-size: 1rem;
    padding: 8px 14px;
  }
  .infomation__col .now_on_air__col .now_on_air__col__img {
    width: 39.55555555555556%;
  }
  .infomation__col .fk-btn--title-link {
    position: relative;
  }
  .program__col {
    padding-top: 42px;
  }
  .program__col .program__col-wrap {
    padding-top: 28px;
  }
  .program__col__more-btn {
    margin-top: 40px;
  }
  .news__col__inner {
    font-size: 0.75rem;
  }
  .news__col__date {
    width: 14.285714285714285%;
  }
  .lang__col.fk_gd__col {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .lang__col.fk_gd__col .lang__col__wrap {
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .lang__col.fk_gd__col .lang__col__left-col {
    width: 34.18803418803419%;
  }
  .lang__col.fk_gd__col .lang__col__left-col .lang__col__title {
    font-size: 1.375rem;
    margin-botom: 20px;
  }
  .lang__col.fk_gd__col .lang__col__right-col {
    width: 59.82905982905983%;
    font-size: 0.8125rem;
  }
  .video__col.fk_gd__col .video__col__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 80px;
  }
  .video__col.fk_gd__col .video__col__wrap .video__col__inner {
    width: 49.572649572649574%;
  }
  .video__col.fk_gd__col .video__col__wrap .video__col__inner .video_col_desc {
    padding: 38px 45px;
    font-size: 0.875rem;
  }
  .howto__col {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .howto__col .howto__col__title {
    font-weight: bold;
    font-size: 0.875rem;
  }
  .howto__col .howto__col__txt {
    font-size: 0.9375rem;
  }
  .howto__col .howto__col__img {
    width: 49.572649572649574%;
    margin: 0 auto;
    margin-top: 36px;
  }
  .howto__col .howto__col__img .sp_only {
    display: none;
  }
  .howto__col .howto__col__txt {
    margin-top: 18px;
  }
  .howto__col .howto__col_btn {
    margin-top: 20px;
  }
  .about_parent_col {
    padding: 25px 0;
  }
  .about__col.fk_gd__col {
    padding: 34px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: -webkit-linear-gradient(bottom, #fff, #fff) repeat-y center/1px;
    background: linear-gradient(to top, #fff, #fff) repeat-y center/1px;
  }
  .about__col.fk_gd__col .about__col__title {
    font-size: 1.5rem;
  }
  .about__col.fk_gd__col .about__col__sub_title {
    font-size: 0.625rem;
    line-height: 24px;
    vertical-align: middle;
    margin-left: 10px;
  }
  .about__col.fk_gd__col .about__col__wrap {
    width: 46.15384615384615%;
  }
  .about__col.fk_gd__col .about__col__link {
    font-size: 0.75rem;
  }
  .about_us .about-title {
    margin-top: 50px;
  }
  .about_us .about-title .lead-jp {
    font-size: 1.875rem;
  }
  .about_us .description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .about_us .description__inner {
    width: 34.18803418803419%;
  }
  .about_us .description .description__text {
    margin-top: 45px;
    padding-bottom: 40px;
  }
  .about_us .description .description__text p {
    line-height: 1.7;
    font-size: 0.875rem;
    margin-top: 30px;
  }
  .about_us .description .description__inner:nth-of-type(2) {
    width: 65.8119658119658%;
  }
  .about_us .description .description__inner:nth-of-type(2) .lead-en {
    margin: 80px 0 0 auto;
  }
  .about_us .description .description__inner:nth-of-type(2) .lead-en img {
    display: block;
    margin-left: auto;
  }
  .about_us .description .description__inner:nth-of-type(2) .description__movie {
    margin: 60px 0 0 6.493506493506493%;
  }
  .about_us .office-image {
    margin-top: 80px;
  }
  .about_us .company-infomation {
    margin-top: 75px;
  }
  .about_us .company-infomation h2 {
    font-size: 1.875rem;
  }
  .about_us .company-infomation .infomation-area {
    margin-top: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .about_us .company-infomation .infomation-area__overview {
    width: 34.01709401709402%;
  }
  .about_us .company-infomation .infomation-area__overview h3 {
    font-size: 1.25rem;
  }
  .about_us .company-infomation .infomation-area__overview p {
    margin-top: 30px;
    font-size: 0.875rem;
  }
  .about_us .company-infomation .infomation-area__overview .logo {
    margin-top: 40px;
    width: 50.25125628140703%;
  }
  .about_us .company-infomation .infomation-area__overview .logo img {
    width: 100%;
  }
  .about_us .company-infomation .infomation-area__detail {
    width: 61.70940170940171%;
    margin-left: 4.273504273504273%;
  }
  .about_us .company-infomation .infomation-area__detail dl {
    margin: 0 0 15px;
    padding-bottom: 15px;
  }
  .about_us .company-infomation .infomation-area__detail dl dt,
  .about_us .company-infomation .infomation-area__detail dl dd {
    font-size: 0.875rem;
  }
  .about_us .company-infomation .infomation-area__detail dl dt {
    min-width: 112px;
  }
  .about_us .company-infomation .infomation-area__detail .attenstion {
    margin-top: 50px;
  }
  .fk-sub-visual__inner {
    position: relative;
  }
  .schedules-pdf {
    width: 556px;
    position: absolute;
    right: 0px;
    top: 162px;
  }
  .pdf-dl__title {
    font-size: 0.875rem;
    color: #fff;
    background: rgba(0,0,0,0.7);
    padding: 8px 40px;
  }
  .pdf-dl__btns {
    margin-top: 4px;
  }
  .pdf-dl__items {
    width: 273px;
  }
  .fk_gd--full.schedules-legend .legend__inner {
    margin-top: 32px;
  }
  .fk_gd--full.schedules-legend .legend__text {
    padding: 0 33px;
    font-size: 0.6875rem;
  }
  .fk_gd--full.schedules-today .today__inner {
    margin-top: 32px;
    padding: 16px 33px;
    background: #9f443b;
    border-top: solid 1px #fff;
  }
  .fk_gd--full.schedules-today .today__dow {
    font-size: 1.4375rem;
  }
  .fk_gd--full.schedules-today .today__dow span {
    margin-left: 40px;
  }
  .is-fixed {
    top: 80px;
  }
  .week__list {
    width: 91.40625%;
    margin: 0 auto;
  }
  .week__list li a {
    padding: 5px 0;
  }
  .week__list li:nth-child(2) {
    padding: 5px 0;
  }
  .week__list .week__days {
    width: 13.333333333333334%;
  }
  .week__list .week__prev {
    width: 3.589743589743589%;
    font-size: 1rem;
  }
  .week__list .week__next {
    width: 3.589743589743589%;
    font-size: 1rem;
  }
  .week__list span {
    margin-left: 10px;
  }
  .schedules-list {
    margin-top: 30px;
  }
  .schedules-list .list__col {
    width: 91.40625%;
    margin: 0 auto;
  }
  .schedules-list .list__col:last-of-type {
    border-bottom: solid 1px #dcdcdc;
  }
  .schedules-list .list__col a:hover img {
    opacity: 0.8;
  }
  .schedules-list .list__inner {
    padding: 12px 40px 12px;
  }
  .schedules-list .list__time {
    font-size: 1.25rem;
    width: 80px;
    min-width: 80px;
    margin-right: 1.70940170940171%;
  }
  .schedules-list .list__pic {
    min-width: 190px;
    width: 190px;
    height: 107px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
  }
  .schedules-list .list__pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: inherit;
  }
  .schedules-list .list__info {
    width: 70.08547008547008%;
    padding-left: 10px;
  }
  .schedules-list .list__info__title {
    font-size: 1rem;
  }
  .schedules-list .list__info__desc {
    font-size: 0.875rem;
    margin-top: 20px;
  }
  .schedules-list .list__col.on-now .list__inner {
    border-top: none;
  }
  .schedules-list .on-now + .list__col .list__inner {
    border-top: none;
  }
  .schedules-list .list__col.on-now .list__time::after {
    position: absolute;
    left: 0;
    top: 3em;
    font-size: 0.75rem;
    font-weight: bold;
  }
  .fk_gd--full.schedules-paging .paging {
    background: #eedddb;
    padding: 10px 40px;
  }
  .fk_gd--full.schedules-paging .paging__item {
    font-size: 0.875rem;
  }
  .fk_gd--full.schedules-paging .paging__item a::before {
    font-size: 1.25rem;
  }
  .fk_gd--full.schedules-paging .paging__item--prev {
    padding-left: 1.5em;
  }
  .fk_gd--full.schedules-paging .paging__item--prev a::before {
    left: 0;
  }
  .fk_gd--full.schedules-paging .paging__item--next {
    padding-right: 1.5em;
  }
  .fk_gd--full.schedules-paging .paging__item--next a::before {
    right: 0;
  }
  .fk_gd--full.schedules-attention .attention__inner {
    background: #eee;
    padding: 16px 40px;
  }
  .fk_gd--liquid .notes__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 80.34188034188034%;
    margin: 0 auto;
  }
  .fk_gd--liquid .notes__items {
    width: 45.53191489361702%;
  }
  .fk_gd--liquid .notes__title {
    font-size: 1.125rem;
    margin: 53px 0 20px;
  }
  .fk_gd--liquid .notes__pdfreader {
    width: 158px;
    margin-top: 30px;
  }
  .fk_gd--liquid .notes__text {
    margin-top: 20px;
  }
  .qa-list__body {
    width: 91.45299145299145%;
  }
  .contacts-form--comfirm .btn-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .contacts-form--complete {
    padding-bottom: 200px;
  }
  #contact-form {
    padding-top: 106px;
    margin-top: -56px;
  }
  .programmes .sec__recommended {
    padding-bottom: 52px;
  }
  .programmes .sec__regular {
    padding-top: 52px;
  }
  .programmes .fk-list-linkbox--box5 {
    margin-top: 36px;
  }
  .programmes .program__col {
    padding-top: 106px;
    margin-top: -56px;
  }
  .programmes .sec__notice {
    margin-top: 68px;
  }
  .watch .business-box {
    position: absolute;
    bottom: 45px;
    right: 0;
  }
  .watch-contents__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 65px;
  }
  .watch-contents__detail {
    margin-left: 60px;
  }
  .price-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-top: 30px;
    margin-right: -65px;
  }
  .price-area__inner {
    width: 24.516129032258064%;
  }
  .catv-list__2row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .catv-list__2row .catv-detail {
    width: 47.91666666666667%;
  }
  .watch .business-box {
    position: absolute;
    top: 160px;
    right: 0;
    width: 320px;
  }
  .watch .business-box__text {
    box-sizing: border-box;
    padding-left: 40px;
    background-color: rgba(0,0,0,0.4);
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
  }
  .watch .business-box__navi {
    width: 320px;
  }
  .watch .business-box__navi__item {
    width: 320px;
    font-size: 14px;
    font-weight: bold;
  }
  .watch .business-box__navi__item .fk-btn {
    padding: 18px 35px;
  }
  .adsales .fk-title1 {
    font-size: 1.875rem;
  }
  .adsales .fk-title__sub {
    margin-left: 0;
  }
  .adsales .sec__for-business {
    margin-top: 44px;
    padding-bottom: 80px;
  }
  .adsales .business-guide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 4.102564102564102%;
    margin-top: 70px;
    padding-bottom: 24px;
  }
  .adsales .business-guide:first-child {
    margin-top: 40px;
  }
  .adsales .business-guide__lead {
    width: 38.63247863247864%;
    margin-right: 10px;
  }
  .adsales .business-guide__usage {
    width: 61.02564102564103%;
  }
  .adsales .business-guide__title {
    font-size: 1.125rem;
  }
  .adsales .business-guide__desc {
    font-size: 0.875rem;
  }
  .adsales .sec__for-ad {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .adsales .ad-opp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
  }
  .adsales .ad-opp__lead {
    line-height: 1.75;
  }
  .adsales .ad-opp__text {
    font-size: 0.875rem;
    margin-right: 6.837606837606838%;
  }
  .adsales .ad-opp__text p {
    margin-top: 30px;
  }
  .adsales .ad-opp__text p:first-child {
    margin-top: 42px;
  }
  .adsales .ad-opp__items--desc {
    width: 38.46153846153847%;
  }
  .adsales .ad-opp__items--pic {
    width: 61.53846153846154%;
  }
  .adsales #ad::before {
    height: 80px;
    margin-top: -80px;
  }
  .adsales .business-link {
    margin-top: 40px;
    width: 34.18803418803419%;
    min-width: 380px;
  }
  .privacy .sec_privacy .fk-title2,
  .privacy .sec-regulation .fk-title2 {
    font-size: 1.875rem;
  }
  .privacy .sec_privacy,
  .privacy .sec-regulation {
    margin-top: 54px;
  }
  .privacy .sec_privacy .privacy__lead,
  .privacy .sec-regulation .privacy__lead {
    font-size: 1.125rem;
    margin-top: 40px;
  }
  .privacy .fk_gd--liquid .bg-grey {
    margin: 54px auto 0 auto;
    padding-bottom: 60px;
  }
  .privacy .privacy__col {
    width: 92.3076923076923%;
    padding-top: 56px;
  }
  .privacy .privacy__col::before {
    height: 80px;
    margin-top: -80px;
  }
  .privacy .privacy__col__title {
    font-size: 1.5rem;
  }
  .privacy .signature {
    margin-top: 28px;
  }
  .privacy .privacy__inq {
    display: table;
    table-layout: auto;
    width: 100%;
    margin-top: 14px;
  }
  .privacy .privacy__inq .privacy__title {
    display: table-cell;
    vertical-align: middle;
    width: 37.5%;
    font-size: 0.875rem;
  }
  .privacy .privacy__inq .privacy__title::after {
    border-right: solid 1px #bbb;
    top: 0;
    right: 0;
  }
  .privacy .privacy__inq .privacy__contact {
    display: table-cell;
    width: 62.5%;
    vertical-align: middle;
    padding: 22px 0 22px 50px;
    text-align: left;
    font-size: 0.875rem;
  }
  .privacy .sec-regulation {
    margin-top: 120px;
  }
  .privacy .regulation__lead {
    margin-top: 73px;
    font-size: 1rem;
  }
  .privacy .anc-regulation {
    margin-top: 90px;
  }
  .privacy .anc-regulation__items {
    margin-right: 2.393162393162394%;
  }
  .privacy .fk-table--privacy {
    margin-top: 42px;
  }
  .privacy .fk-table--privacy th {
    width: 37.5%;
  }
  .privacy .fk-table--normal {
    font-size: 0.875rem;
    margin-top: 34px;
  }
  .privacy .fk-table--normal thead th {
    padding: 23px 0;
  }
  .privacy .fk-table--normal tbody td {
    padding: 30px;
  }
  .privacy .fk-table--normal tbody td:nth-child(2) {
    width: 23.333333333333332%;
  }
  .privacy .fk-table--normal tbody td:nth-child(1),
  .privacy .fk-table--normal tbody td:nth-child(3) {
    width: 38.333333333333336%;
  }
  .privacy .fk-table--provide {
    margin-top: 32px;
    margin-bottom: 55px;
  }
  .privacy .regulation__df__title {
    margin-top: 60px;
  }
  .privacy .privacy__operators__title {
    font-size: 0.875rem;
  }
  .privacy .privacy__operators__name {
    margin: 15px 0 0 0;
  }
  .privacy .privacy__repletion {
    margin-top: 34px;
  }
  .privacy .privacy__notes {
    margin-top: 40px;
  }
  .privacy .privacy__notes:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: "";
  }
  .privacy .privacy__notes__right {
    width: 46.666666666666664%;
    float: right;
  }
  #id10 {
    margin-top: -80px;
    padding-top: 154px;
  }
  #id06 p {
    font-size: 1rem;
  }
  .rollover {
    opacity: 1;
  }
  .rollover:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .fk_gd--liquid {
    width: 90%;
  }
  .fk-title1 {
    font-size: 1.375rem;
  }
  .fk-title1 .fk-title__sub {
    font-size: 0.6875rem;
    display: block;
  }
  .fk-title2 {
    font-size: 1.1875rem;
  }
  .fk-title2 .fk-title__sub {
    font-size: 0.6875rem;
    margin-left: 15px;
  }
  .fk-title3 p:first-child {
    font-size: 0.875rem;
  }
  .fk-title3 p.fk-typo-style {
    font-size: 1.375rem;
  }
  .fk-title4 {
    font-size: 0.875rem;
  }
  .fk-title5 {
    font-size: 0.75rem;
  }
  .fk-title6 {
    font-size: 0.625rem;
  }
  .fk-title7 {
    font-size: 0.5rem;
  }
  .fk-ft--xl {
    font-size: 1.5rem;
  }
  .fk-ft--l {
    font-size: 1rem;
  }
  .fk-ft--m {
    font-size: 0.875rem;
  }
  .fk-ft--s {
    font-size: 0.75rem;
  }
  .fk-ft--xs {
    font-size: 0.625rem;
  }
  .fk-ft--xxs {
    font-size: 0.5rem;
  }
  .arrow-before:before {
    margin-right: 15px;
  }
  .arrow-after:after {
    margin-left: 15px;
  }
  .window-after:after {
    margin-left: 15px;
  }
  .fk-list-linkbox__items {
    font-size: 0.6875rem;
    margin: 0 auto;
    width: 86.95652173913044%;
  }
  .fk-list-linkbox__items .fk-typo-style {
    font-size: 0.875rem;
  }
  .fk-list-linkbox__items + .fk-list-linkbox__items {
    margin-top: 15px;
  }
  .fk-btn {
    font-size: 0.8125rem;
  }
  .fk-btn--title-link {
    padding: 12px 20px;
  }
  .fk-btn--title-link .fk-title__sub {
    font-size: 0.8125rem;
  }
  .fk-btn--transparent {
    border: 1px solid #c1c3c4;
  }
  .fk-btn.fk-btn--arrow-after:after {
    margin-left: 15px;
  }
  .fk-btn.fk-btn--arrow-before:before {
    margin-left: 15px;
  }
  .fk-btn.fk-btn--dl::after {
    right: 10px;
    font-size: 1rem;
  }
  .fk-btn.fk-btn--dl {
    padding: 7px;
    border: solid 1px #a7a9ab;
    background: #fff;
  }
  .fk-btn.fk-btn--today {
    padding: 5px;
    font-size: 0.625rem;
  }
  .fk-table--privacy thead {
    display: none;
  }
  .fk-table--privacy tbody th {
    background: #fff;
    border-bottom: none;
  }
  .fk-table--privacy tbody th,
  .fk-table--privacy tbody td {
    width: 100%;
    display: block;
    font-size: 0.75rem;
    padding: 14px;
  }
  .fk-sub-visual__inner {
    height: 0;
    padding-top: 40%;
    min-height: 150px;
  }
  .fk-sub-visual__title {
    bottom: 15%;
    font-size: 0.625rem;
    margin-left: 15px;
  }
  .fk-sub-visual__title .fk-typo-style {
    font-size: 1.875rem;
    margin-top: 10px;
  }
  .program__col-detail__inner {
    padding: 20px 20px 32px;
  }
  .program__col-box {
    width: 100%;
    margin-bottom: 3.448275862068965%;
  }
  #Crumbs {
    font-size: 0.625rem;
    padding: 5px 15px;
  }
  button.fk-btn {
    padding: 15px;
  }
  .input-layout__title {
    font-size: 0.8125rem;
  }
  .input-layout__body {
    margin-top: 10px;
  }
  .btn-area {
    margin-top: 30px;
  }
  .fk-accordion.fk-accordion--payment .fk-accordion__title {
    padding: 12px 20px;
    font-size: 0.875rem;
  }
  .fk-accordion.fk-accordion--payment .fk-accordion__title::after {
    right: 20px;
  }
  .fk-accordion.fk-accordion--payment .fk-accordion__body {
    padding: 20px;
  }
  .fk-accordion.fk-accordion--payment .fk-accordion__body .box-gray {
    font-size: 0.875rem;
    margin-bottom: 16px;
    padding: 5.084745762711865%;
  }
  .cards {
    margin-top: 16px;
    text-align: center;
    position: relative;
    padding-top: 14.545454545454545%;
  }
  .cards img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .fk-accordion.fk-accordion--payment.fk-accordion--closed .fk-accordion__title::after {
    right: 20px;
  }
  .fk-modalElement__content {
    width: 91.33333333333333%;
  }
  #fk-modalView .fk-modal-body {
    padding: 10% 5%;
  }
  #fk-modalView .fk-programme-title {
    margin-top: 18px;
  }
  #fk-modalView .fk-modal-inner__info {
    margin-top: 25px;
  }
  #fk-modalView .fk-programme-txt {
    font-size: 0.75rem;
  }
  #fk-modalView .fk-programme-timetable {
    font-size: 0.75rem;
    width: 80%;
    margin: 0 auto;
    margin-top: 35px;
  }
  #fk-modalView .fk-modal-inner__lang {
    width: 80%;
    margin: 0 auto;
    margin-top: 28px;
  }
  #fk-modalView .fk-modal-inner__lang .lang_item {
    margin-right: 2.5%;
    float: left;
    margin-bottom: 2.5%;
  }
  #fk-modalView .fk-modal-inner__lang .bilingual {
    width: 31.666666666666664%;
  }
  #fk-modalView .fk-modal-inner__lang .english {
    width: 31.666666666666664%;
  }
  #fk-modalView .fk-modal-inner__lang .re_air {
    width: 31.666666666666664%;
    margin-right: 0;
  }
  #fk-modalView .fk-modal-inner__lang .japanese_sub {
    width: 48.75%;
  }
  #fk-modalView .fk-modal-inner__lang .english_sub {
    width: 48.75%;
    margin-right: 0;
    margin-bottom: 0;
  }
  #fk-modalView .fk-modal-inner__lang .fk-badge {
    padding: 10px 0;
  }
  .fk-modalElement .fk-modalElement__closeBtn {
    width: 30px;
    height: 30px;
    bottom: -30px;
    right: 0px;
  }
  .fk-modalElement .fk-modalElement__closeBtn:before {
    left: 10px;
  }
  .fk-modalElement .fk-modalElement__closeBtn:after {
    left: 10px;
  }
  .main_visual {
    position: relative;
    top: 0;
    left: 0;
  }
  .main_visual__img .main_visual__item--1 {
    background-image: url("/common/img/mv_sp1.jpg");
  }
  .main_visual__img .main_visual__item--2 {
    background-image: url("/common/img/mv_sp2.jpg");
  }
  .main_visual__overlay {
    top: 31.914893617021278%;
  }
  .main_visual .slider {
    width: 100%;
    margin-top: 60px;
    top: 0;
    left: 0;
    padding-top: 13.333333333333334%;
  }
  .main_visual .slick-list {
    margin: 0 -7.5px;
  }
  .main_visual .slick-slide {
    margin: 0 7.5px;
  }
  .main_visual .slider__item__wrap {
    overflow: hidden;
  }
  .main_visual .slider__item__wrap_bg {
    position: absolute;
    top: 0;
    overflow: hidden;
  }
  .main_visual .slider__item__col {
    margin-top: 10.133333333333333vw;
  }
  .main_visual .slick-center .slider__item__col {
    margin-top: 10.133333333333333vw;
    height: 62.93333333333333vw;
    padding-bottom: 5.6vw;
  }
  .main_visual .slick-slide:not(.slick-center) .slider__item__col {
    visibility: hidden;
  }
  .main_visual .slick-slide .slider__item__col__txt {
    display: block;
  }
  .main_visual .slider-arrow {
    width: 10%;
    height: 73.06666666666666vw;
    bottom: 0;
  }
  .main_visual .icon-arrow_r,
  .main_visual .icon-arrow_l {
    font-size: 30px;
  }
  .main_visual .slider__item__col__title {
    font-size: 0.875rem;
  }
  .main_visual .slider__item__col__sub {
    font-size: 0.8125rem;
    margin-bottom: 32px;
  }
  .main_visual .slider__item__col__txt {
    font-size: 0.8125rem;
    line-height: 1.7;
  }
  .page-top {
    bottom: 30px;
  }
  .banner__col {
    padding-top: 54px;
  }
  .slide_banner {
    width: 80%;
  }
  .slide_banner .slide_banner__inner {
    width: 70.83333333333334%;
  }
  .slide_banner .slide_banner__item img {
    width: 100%;
  }
  .slide_banner .slider-arrow {
    width: 5.333333333333334%;
  }
  .slide_banner .slider-arrow i {
    font-size: 34px;
  }
  .infomation__col .now_on_air__col {
    margin-top: 25px;
  }
  .infomation__col .now_on_air__col .now_on_air__col__detail {
    width: 59.183673469387756%;
    font-size: 0.75rem;
    padding: 5px 7px;
  }
  .infomation__col .now_on_air__col .now_on_air__col__img {
    width: 40.816326530612244%;
  }
  .program__col {
    padding-top: 36px;
  }
  .program__col .program__col-wrap {
    padding-top: 20px;
  }
  .program__col__more-btn {
    margin-top: 30px;
  }
  .news__col__inner {
    font-size: 0.625rem;
  }
  .news__col__inner a {
    font-size: 0.75rem;
  }
  .news__col__date {
    max-width: 70px;
    width: 23.323615160349853%;
  }
  .news__col__badge {
    max-width: 85px;
    width: 23.323615160349853%;
  }
  .news__col__badge .fk-badge--info {
    padding-left: 0;
    padding-right: 0;
  }
  .news__col__detail {
    padding-left: 14px;
    padding-right: 6px;
    width: 75.80174927113703%;
  }
  .lang__col.fk_gd__col {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .lang__col.fk_gd__col .lang__col__wrap {
    padding: 30px 21px;
  }
  .lang__col.fk_gd__col .lang__col__left-col .lang__col__title {
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
  .lang__col.fk_gd__col .lang__col__left-col .lang__col__badge-box {
    margin-bottom: 20px;
  }
  .lang__col.fk_gd__col .lang__col__right-col {
    font-size: 0.75rem;
  }
  .video__col.fk_gd__col .video__col__wrap {
    padding-top: 60px;
    padding-bottom: 38px;
  }
  .video__col.fk_gd__col .video__col__wrap .video__col__inner .video_col_desc {
    padding: 28px 20px;
    font-size: 0.75rem;
  }
  .howto__col {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 0.75rem;
  }
  .howto__col .howto__col__title {
    font-weight: bold;
  }
  .howto__col .howto__col__img {
    margin-top: 30px;
  }
  .howto__col .howto__col__img .pc_only {
    display: none;
  }
  .howto__col .howto__col__txt {
    margin-top: 20px;
  }
  .howto__col .howto__col_btn {
    margin-top: 20px;
  }
  .about_parent_col {
    padding: 38px 0 0;
  }
  .about__col.fk_gd__col .about__col__sub_title {
    font-size: 0.6875rem;
    margin-left: 15px;
  }
  .about__col.fk_gd__col .about__col__wrap {
    padding-bottom: 38px;
    border-bottom: 1px solid #fff;
  }
  .about__col.fk_gd__col .about__col__newsletter {
    padding-top: 38px;
    border-bottom: none;
  }
  .about__col.fk_gd__col .about__col__link {
    font-size: 0.625rem;
  }
  .about__col.fk_gd__col .about__col__txt {
    font-size: 0.8125rem;
  }
  .about_us .about-title {
    margin-top: 15px;
  }
  .about_us .about-title .lead-jp {
    font-size: 1.375rem;
    line-height: 1.36;
    margin: 0 auto;
  }
  .about_us .about-title .lead-jp .fk-ft--l {
    font-size: 0.875rem;
  }
  .about_us .about-title .lead-jp .sp-break {
    display: block;
  }
  .about_us .description__inner {
    margin-top: 15px;
  }
  .about_us .description .description__text {
    margin: 0 auto;
  }
  .about_us .description .description__text p {
    font-size: 0.75rem;
    margin-top: 20px;
  }
  .about_us .description .description__text p:first-child {
    margin-top: 25px;
  }
  .about_us .description .description__inner:nth-of-type(2) .lead-en {
    margin: 75px 0 0 auto;
    width: 61.224489795918366%;
  }
  .about_us .description .description__inner:nth-of-type(2) .lead-en img {
    width: 100%;
  }
  .about_us .description .description__inner:nth-of-type(2) .description__movie {
    margin-top: 30px;
  }
  .about_us .office-image {
    margin-top: 60px;
    height: 116.5px;
  }
  .about_us .company-infomation {
    margin-top: 40px;
  }
  .about_us .company-infomation h2 {
    font-size: 1.375rem;
  }
  .about_us .company-infomation .infomation-area__overview:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: "";
  }
  .about_us .company-infomation .infomation-area__overview h3 {
    font-size: 1.125rem;
  }
  .about_us .company-infomation .infomation-area__overview p {
    margin-top: 20px;
    font-size: 0.75rem;
    width: 64.1399416909621%;
    float: left;
  }
  .about_us .company-infomation .infomation-area__overview .logo {
    margin-top: 20px;
  }
  .about_us .company-infomation .infomation-area__overview .logo img {
    display: block;
    width: 23.323615160349853%;
    margin-left: auto;
  }
  .about_us .company-infomation .infomation-area__detail {
    clear: left;
    margin-top: 50px;
  }
  .about_us .company-infomation .infomation-area__detail dl {
    margin: 0 0 8px;
    padding-bottom: 8px;
  }
  .about_us .company-infomation .infomation-area__detail dl dt,
  .about_us .company-infomation .infomation-area__detail dl dd {
    font-size: 0.6875rem;
  }
  .about_us .company-infomation .infomation-area__detail dl dt {
    min-width: 88px;
  }
  .about_us .company-infomation .infomation-area__detail .attenstion {
    margin-top: 45px;
  }
  .info-list {
    font-size: 0.75rem;
    margin-top: 30px !important;
  }
  .info-list__title {
    padding: 20px 50px 20px 0;
  }
  .info-list__title--pdf {
    background-size: 20px;
  }
  .info-list__date {
    width: 80px;
    min-width: auto;
  }
  .info-list__detail {
    margin-left: 10px;
    padding-right: 0;
  }
  .info-list__body {
    padding: 6.268221574344023% 6.268221574344023% 11.661807580174926%;
    width: 100%;
  }
  .fk-accordion .fk-accordion__title::after,
  .fk-accordion .fk-accordion__close::after {
    font-size: 1rem;
    left: 91.6%;
  }
  .topics .fk-accordion .fk-accordion__close::after {
    font-size: 1rem;
    left: 91.6%;
  }
  .topics .fk-accordion--closed .fk-accordion__title::after {
    font-size: 1rem;
    left: 91.6%;
  }
  .mailmags__contents {
    margin: 20px auto 0 !important;
  }
  .mailmags__lead {
    font-size: 0.75rem;
  }
  .mailmags__box {
    padding: 50px 20px;
    margin-top: 30px;
  }
  .mailmags__attention {
    margin-top: 40px;
  }
  .mailmags__attention-title {
    font-size: 0.75rem;
  }
  .mailmags__attention .fk-list {
    margin-top: 10px;
    font-size: 0.625rem;
  }
  .pdf-dl__title {
    font-weight: bold;
    font-size: 0.8125rem;
    margin-top: 20px;
  }
  .pdf-dl__btns {
    margin-top: 8px;
  }
  .pdf-dl__items {
    width: 47.82608695652174%;
  }
  .fk_gd--full.schedules-legend {
    margin-top: 12px;
  }
  .fk_gd--full.schedules-legend .legend__text {
    padding: 20px 0;
    font-size: 0.75rem;
  }
  .fk_gd--full.schedules-today {
    background: #9f443b;
    margin-top: 12px;
  }
  .fk_gd--full.schedules-today .today__inner {
    padding: 12px 0;
  }
  .fk_gd--full.schedules-today .today__dow {
    font-size: 1rem;
  }
  .fk_gd--full.schedules-today .today__dow span {
    margin-left: 20px;
  }
  .fk_gd--full.schedules-today .today__btn {
    width: 26.08695652173913%;
  }
  .fk_gd--liquid.fk_gd--liquid--w100 {
    width: 100%;
  }
  .is-fixed {
    width: 100%;
    top: 60px;
  }
  .week__list li {
    font-size: 0.75rem;
  }
  .week__list li:nth-child(7),
  .week__list li:nth-child(8) {
    display: none;
  }
  .week__list li a {
    padding: 7px 0 6px;
  }
  .week__list li:nth-child(2) {
    padding: 7px 0 6px;
  }
  .week__list .week__days {
    width: 16.266666666666666%;
  }
  .week__list .week__prev {
    width: 9.866666666666667%;
  }
  .week__list .week__next {
    width: 9.866666666666667%;
    font-size: 0.875rem;
  }
  .week__list span {
    display: block;
    line-height: 1;
  }
  .schedules-list {
    margin-top: 24px;
  }
  .schedules-list .list__inner {
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
  }
  .schedules-list .list__time {
    font-size: 0.8125rem;
    line-height: 1.5;
    width: 14.492753623188406%;
    margin-right: 2.898550724637681%;
  }
  .schedules-list .list__pic {
    display: none;
  }
  .schedules-list .list__info {
    width: 86.95652173913044%;
  }
  .schedules-list .list__info__title {
    font-size: 0.8125rem;
  }
  .schedules-list .list__info__desc {
    font-size: 0.75rem;
    margin-top: 8px;
  }
  .schedules-list .list__col.on-now {
    width: 100%;
  }
  .schedules-list .list__col.on-now .list__inner {
    border-top: none;
  }
  .schedules-list .on-now + .list__col .list__inner {
    border-top: none;
  }
  .schedules-list .list__col.on-now .list__time::after {
    left: 0;
    top: 3em;
    font-size: 0.625rem;
    margin-top: 1em;
  }
  .fk_gd--full.schedules-paging {
    background: #eedddb;
  }
  .fk_gd--full.schedules-paging .paging {
    padding: 12px 0;
  }
  .fk_gd--full.schedules-paging .paging__item {
    font-size: 0.75rem;
  }
  .fk_gd--full.schedules-paging .paging__item a::before {
    font-size: 0.875rem;
  }
  .fk_gd--full.schedules-paging .paging__item--prev {
    padding-left: 1em;
  }
  .fk_gd--full.schedules-paging .paging__item--prev a::before {
    left: 0;
  }
  .fk_gd--full.schedules-paging .paging__item--next {
    padding-right: 1em;
  }
  .fk_gd--full.schedules-paging .paging__item--next a::before {
    right: 0;
  }
  .fk_gd--full.schedules-attention {
    background: #eee;
    padding: 20px 0;
  }
  .fk_gd--liquid .notes__inner {
    width: 86.95652173913044%;
    margin: 0 auto;
  }
  .fk_gd--liquid .notes__title {
    font-size: 0.75rem;
    margin: 30px 0 14px;
  }
  .fk_gd--liquid .notes__pdfreader {
    width: 26.333333333333332%;
  }
  .fk_gd--liquid .notes__pdfreader img {
    width: 100%;
    display: block;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .fk_gd--liquid .notes__text {
    margin-top: 15px;
  }
  .contacts__lead {
    font-size: 0.8125rem;
    margin-top: 20px;
  }
  .qa {
    font-size: 0.75rem;
    margin-top: 45px;
  }
  .qa + .qa {
    margin-top: 45px;
  }
  .qa h3 {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .qa-list {
    font-size: 0.75rem;
    margin-top: 30px !important;
  }
  .qa-list__title {
    padding: 20px 50px 20px 0;
  }
  .qa-list__number {
    font-size: 1rem;
    letter-spacing: normal;
    min-width: 40px;
    width: 40px;
    height: 40px;
    padding: 8px 0;
  }
  .qa-list__number span:last-child {
    letter-spacing: normal;
  }
  .qa-list__number-q {
    font-size: 0.75rem;
  }
  .qa-list__detail {
    margin-left: 10px;
    padding-right: 0;
  }
  .qa-list__body {
    padding: 6.268221574344023% 6.268221574344023%;
    width: 100%;
  }
  .contacts .fk-accordion .fk-accordion__title::after,
  .contacts .fk-accordion .fk-accordion__close::after {
    font-size: 1rem;
    left: 91.6%;
  }
  .contacts-form {
    margin: 60px auto 0;
  }
  .contacts-form .required {
    font-size: 0.8125rem;
  }
  .contacts-form__box {
    padding: 14.5985401459854% 5.839416058394161%;
  }
  .contacts-form .input-layout__title {
    width: 100%;
  }
  .contacts-form .input-layout__body {
    margin-left: 0;
    max-width: 100%;
  }
  .contacts-form--comfirm {
    margin-top: 20px;
  }
  .contacts-form--comfirm .btn-area button + button {
    margin-top: 10px;
  }
  .contacts-form--complete p:first-child {
    font-size: 1.25rem;
  }
  .contacts-form--complete p:first-child span {
    font-size: 0.9375rem;
  }
  .contacts-form--complete p + p {
    font-size: 0.8125rem;
  }
  #contact-form {
    padding-top: 90px;
    margin-top: -60px;
  }
  .programmes .sec__recommended {
    padding-bottom: 50px;
  }
  .programmes .program__col .program__col-box.program__col-box--programmes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .programmes .program__col .program__col-img.program__col-img--programmes {
    width: 36.231884057971016%;
    height: auto;
    padding-top: 0px;
    background-size: cover;
    background-position: 50% 50%;
  }
  .programmes .program__col .program__col-detail.program__col-detail--programmes {
    padding-top: 0;
    width: 62.89855072463768%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .programmes .program__col .program__col-detail__inner.program__col-detail__inner--programmes {
    display: table-cell;
    vertical-align: middle;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .programmes .program__col .fk-programme-title.fk-programme-title--programmes {
    font-size: 0.8125rem;
  }
  .programmes .program__col .fk-programme-title__sub.fk-programme-title__sub--programmes {
    font-size: 0.75rem;
  }
  .programmes .program__col .fk-programme-text.fk-programme-text--programmes {
    display: none;
  }
  .programmes .sec__regular {
    padding-top: 40px;
  }
  .programmes .fk-list-linkbox--box5 {
    margin-top: 20px;
  }
  .programmes .program__col {
    padding-top: 90px;
    margin-top: -60px;
  }
  .programmes .sec__notice {
    margin-top: 48px;
  }
  .watch__lead {
    font-size: 0.875rem;
    margin-top: 35px;
  }
  .watch-contents {
    margin-top: 30px;
  }
  .watch-contents h2 {
    position: relative;
    margin: 0 -6%;
    padding: 15px;
    font-size: 0.8125rem;
  }
  .watch-contents__inner {
    padding: 20px 0 40px;
  }
  .watch-contents__logo {
    width: 50%;
    margin: 0 auto;
  }
  .watch-contents__logo img {
    max-width: 100%;
    vertical-align: bottom;
  }
  .watch-contents__detail h3 {
    font-size: 1rem;
    margin-top: 20px;
  }
  .watch-contents__detail h3:not(:first-child) {
    margin-top: 30px;
  }
  .watch-contents__detail p {
    font-size: 0.75rem;
  }
  .watch-contents__detail a {
    margin-top: 30px;
  }
  .watch-contents__bnr-area {
    text-align: center;
  }
  .watch-contents__bnr-area img {
    max-width: 100%;
  }
  .price-area {
    width: 90%;
    margin: 0 auto;
  }
  .price-area__inner {
    margin-top: 20px;
    padding-bottom: 14.193548387096774%;
  }
  .price-area__box p {
    font-size: 1rem;
  }
  .price-area__price {
    font-size: 1.125rem;
  }
  .price-area__text {
    font-size: 0.625rem;
    width: 90%;
    margin: 0 auto 30px;
  }
  .howto-contents {
    padding: 40px 20px 48.529411764705884%;
    background-size: 43%;
    background-position: 87% bottom;
  }
  .howto-contents__inner {
    padding-right: 0;
  }
  .howto-contents__inner h2 {
    font-size: 1.25rem;
  }
  .howto-contents__inner h3 {
    font-size: 0.875rem;
    margin-top: 40px;
  }
  .howto-contents__inner p {
    font-size: 0.6875rem;
  }
  .catv__title {
    margin-top: 30px;
  }
  .catv__title span:first-child {
    font-size: 0.875rem;
  }
  .catv__title span.fk-typo-style {
    font-size: 1.375rem;
  }
  .catv__lead {
    font-size: 0.8125rem;
    margin-top: 30px;
  }
  .catv-list {
    font-size: 0.75rem;
    margin-top: 30px !important;
  }
  .catv-list__title {
    padding: 20px 50px 20px 0;
  }
  .catv-list__body {
    padding: 5.128205128205128% 8.974358974358974% 11.11111111111111%;
  }
  .catv-detail {
    margin-top: 50px;
  }
  .catv-detail:first-child {
    margin-top: 0;
  }
  .catv-detail h3 {
    font-size: 1rem;
  }
  .catv-detail-box {
    padding: 15px;
    width: 100%;
  }
  .catv-detail-box__title {
    font-size: 0.75rem;
  }
  .catv-detail-box__body {
    font-size: 0.625rem;
  }
  .watch .fk-accordion .fk-accordion__title::after,
  .watch .fk-accordion .fk-accordion__close::after {
    font-size: 1rem;
    left: 91.6%;
  }
  .watch .business-box {
    width: 100%;
  }
  .watch .business-box__navi {
    width: 100%;
  }
  .watch .business-box__navi__item {
    width: 100%;
    font-weight: bold;
  }
  .watch .business-box__navi__item .fk-btn {
    width: 100%;
    height: 100%;
  }
  .adsales .fk-title1 {
    font-size: 1.375rem;
  }
  .adsales .sec__for-business {
    margin-top: 22px;
    padding-bottom: 75px;
  }
  .adsales .business-guide {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .adsales .business-guide__usage {
    margin-top: 20px;
  }
  .adsales .business-guide__title {
    font-size: 0.875rem;
    line-height: 1.75;
  }
  .adsales .business-guide__desc {
    font-size: 0.75rem;
  }
  .adsales .sec__for-ad {
    padding-top: 39px;
    padding-bottom: 50px;
  }
  .adsales .ad-opp {
    margin-top: 58px;
  }
  .adsales .ad-opp__text {
    font-size: 0.75rem;
  }
  .adsales .ad-opp__text p {
    margin-top: 25px;
  }
  .adsales .ad-opp__text p:first-child {
    margin-top: 35px;
  }
  .adsales .ad-opp__items--pic {
    margin-top: 40px;
  }
  .adsales #ad::before {
    height: 60px;
    margin-top: -60px;
  }
  .adsales .business-link {
    margin-top: 30px;
  }
  .privacy .fk-list {
    font-size: 0.8125rem;
  }
  .privacy .fk-table .fk-list {
    font-size: 0.75rem;
  }
  .privacy .sec_privacy .fk-title2,
  .privacy .sec-regulation .fk-title2 {
    font-size: 1.375rem;
  }
  .privacy .sec_privacy,
  .privacy .sec-regulation {
    width: 90%;
    margin: 20px auto 0 auto;
  }
  .privacy .sec_privacy .privacy__lead,
  .privacy .sec-regulation .privacy__lead {
    font-size: 0.875rem;
    margin-top: 20px;
  }
  .privacy .fk_gd--liquid {
    width: 100%;
  }
  .privacy .fk_gd--liquid .bg-grey {
    margin-top: 40px;
    padding-bottom: 30px;
  }
  .privacy .privacy__col {
    width: 90%;
    margin: 0 auto;
    padding-top: 40px;
  }
  .privacy .privacy__col::before {
    height: 60px;
    margin-top: -60px;
  }
  .privacy .privacy__col__title {
    font-size: 1rem;
  }
  .privacy .signature {
    margin-top: 20px;
  }
  .privacy .privacy__inq {
    margin-top: 27px;
  }
  .privacy .privacy__inq .privacy__title {
    font-size: 0.75rem;
    padding: 15px 0;
  }
  .privacy .privacy__inq .privacy__title::after {
    width: 100%;
    border-bottom: solid 1px #bbb;
    bottom: 0;
    left: 0;
  }
  .privacy .privacy__inq .privacy__contact {
    font-size: 0.75rem;
    text-align: center;
    padding: 20px 22px;
  }
  .privacy .privacy__inq .privacy__company {
    text-align: left;
  }
  .privacy .privacy__inq .privacy__info {
    text-align: left;
  }
  .privacy .sec-regulation {
    width: 90%;
    margin: 90px auto 0 auto;
  }
  .privacy .regulation__lead {
    margin-top: 54px;
    font-size: 0.8125rem;
  }
  .privacy .anc-regulation {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .privacy .anc-regulation__items:last-child {
    margin-right: 2em;
  }
  .privacy .fk-table--privacy {
    margin-top: 14px;
  }
  .privacy .fk-table--normal {
    margin-top: 20px;
    font-size: 0.75rem;
  }
  .privacy .fk-table--normal thead th {
    padding: 15px 0;
  }
  .privacy .fk-table--normal .heading__noborder th {
    padding: 6px 12px;
  }
  .privacy .fk-table--normal tbody td {
    padding: 12px;
  }
  .privacy .fk-table--normal tbody td:nth-child(2) {
    width: 18.367346938775512%;
  }
  .privacy .fk-table--normal tbody td:nth-child(1),
  .privacy .fk-table--normal tbody td:nth-child(3) {
    width: 40.96209912536443%;
  }
  .privacy .provide-list {
    font-size: 0.8125rem;
  }
  .privacy .fk-table--provide {
    margin-top: 15px;
    margin-bottom: 38px;
    font-size: 0.75rem;
  }
  .privacy .fk-table--provide th {
    background: #fff;
  }
  .privacy .regulation__df {
    font-size: 0.8125rem;
  }
  .privacy .regulation__df__title {
    margin-top: 30px;
  }
  .privacy .privacy__operators__title {
    font-size: 0.625rem;
  }
  .privacy .privacy__operators__name {
    margin: 5px 0 0 0;
  }
  .privacy .privacy__repletion {
    margin-top: 18px;
    font-size: 0.75rem;
  }
  .privacy .privacy__notes {
    width: 90%;
    margin: 80px auto 0 auto;
  }
  .privacy .privacy__pdfreader {
    width: 26.333333333333332%;
  }
  .privacy .privacy__pdfreader img {
    width: 100%;
    display: block;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #id10 {
    margin-top: -60px;
    padding-top: 114px;
  }
  #id06 p {
    font-size: 0.8125rem;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .program__col-box {
    width: 32.56410256410256%;
  }
  .program__col-box:nth-child(4n+2):last-child {
    margin-right: 0;
  }
  .program__col-box:nth-child(4n+3):last-child {
    margin-right: 0;
  }
  .program__col-box:nth-child(3n+1):last-child {
    margin-right: 67.43589743589745%;
  }
  .program__col-box:nth-child(3n+2):last-child {
    margin-right: 33.71794871794872%;
  }
}
@media screen and (min-width: 670px) and (max-width: 767px) {
  .program__col-box {
    width: 49.137931034482754%;
    margin-bottom: 1.724137931034483%;
  }
}
@media screen and (min-width: 0px) and (max-width: 320px) {
  .main_visual .slider__item__col__title {
    font-size: 0.8125rem;
  }
  .main_visual .slider__item__col__sub {
    margin-bottom: 16px;
    font-size: 0.75rem;
  }
  .main_visual .slider__item__col__txt {
    font-size: 0.75rem;
  }
  .infomation__col .fk-btn--title-link {
    padding: 12px 10px;
  }
  .news__col__date {
    width: 30%;
  }
  .news__col__badge {
    width: 35%;
  }
  .news__col__badge .fk-badge--info {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 375px) {
  .news__col__detail {
    width: 66.76384839650146%;
  }
}
@media screen and (min-width: 480px) and (max-width: 1154px) {
  .price-area__price {
    font-size: 1rem;
  }
}
@media screen and (min-width: 480px) and (max-width: 1072px) {
  .price-area__price {
    font-size: 0.875rem;
  }
}
