@charset "UTF-8";

/*--------------------------------------------------
  このスタイルは /special/common/frame/css/common.css より抽出
  ※必要なスタイルのみを抜粋・整理
--------------------------------------------------*/

/* ============================
   Link
============================ */
a:link,
a:active,
a:hover {
  color: #0066cc;
  text-decoration: none;
}

a:visited {
  color: #9966cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* ============================
   Utility
============================ */
.cf {
  zoom: 100%;
}

.cf:after {
  display: block;
  clear: both;
  height: 0;
  content: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

@media print {
  .cf:after {
    display: table;
    width: 100%;
    font-size: 0;
    line-height: 0;
  }
}

/* ============================
   Frame
============================ */
.frame_width {
  width: 1030px;
  margin: 0 auto;
}

@media screen and (max-width: 1119px) {
  .frame_width {
    width: 100%;
    padding: 4px 24px;
  }
}

@media only screen and (max-width: 767px) {
  .frame_width {
    padding-inline: 16px;
  }
}

/* ============================
   Header
============================ */
.frame_header {
  text-align: left;
  height: 90px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
  background: #fff;
}

.frame_header img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.frame_header .header_logo,
.frame_header_vod .header_logo,
.frame_header_jch .header_logo,
.frame_header_jtele .header_logo {
  float: left;
  position: relative;
}

.frame_header .header_logo {
  width: 180px;
  height: 29px;
  margin-top: 31px;
}

.frame_header_vod .header_logo {
  width: 206px;
  height: 26px;
  margin-top: 30px;
}

.frame_header_jch .header_logo {
  width: 300px;
  height: 37px;
  margin-top: 26.5px;
}

.frame_header_jtele .header_logo {
  width: 162px;
  height: 37px;
  margin-top: 26.5px;
}

.frame_header .header_logo a,
.frame_header .header_bnr a {
  display: block;
  width: 100%;
  height: 100%;
}

.frame_header .header_bnr {
  width: 267px;
  height: 90px;
  float: right;
  position: relative;
}

/* タブレット以下 */
@media screen and (max-width: 1119px) {
  .frame_header {
    height: auto;
  }

  .frame_header .header_logo {
    margin-top: 12px;
  }

  .frame_header_vod .header_logo {
    width: 206px;
    height: 26px;
    margin-top: 12px;
  }

  .frame_header_jch .header_logo {
    width: 244px;
    height: 30px;
    margin-top: 10px;
  }

  .frame_header_jtele .header_logo {
    width: 131px;
    height: 30px;
    margin-top: 10px;
  }

  .frame_header .header_bnr {
    width: auto;
    height: 50px;
  }

  .frame_header .header_bnr img {
    width: auto;
    height: 40px;
    left: auto;
    right: 0;
  }
}

/* スマホ向け */
@media only screen and (max-width: 767px) {
  .frame_header .header_logo {
    width: 123px;
    height: 20px;
    margin-top: 17px;
  }

  .frame_header_vod .header_logo {
    width: 40%;
    height: 50px;
    margin-top: 0;
  }

  .frame_header_jch .header_logo {
    width: 50%;
    height: 50px;
    margin-top: 0;
  }

  .frame_header_jtele .header_logo {
    width: 35%;
    height: 50px;
    margin-top: 0;
  }

  .frame_header .header_bnr {
    width: 45%;
    height: 50px;
  }

  .frame_header .header_bnr img {
    /*width: 100%;
    height: auto;*/
    left: auto;
    right: 0;
  }
}

/* ============================
   Footer
============================ */
.p-footer_contents ul {
  list-style: none;
}

/* ============================
   Common Components
============================ */
.c-blockLink {
  /* 空定義 */
}

.c-iconLink {
  /* 空定義 */
}
