@media screen and (min-width: 769px) {

 /*******************************/
 /*  サイトカラー変更 置換ワード  */
 /* ⇒　#f45c26;
    /* カラーコードのみを変更*/
 /*******************************/
 .pc_off {
  display: none;
 }

 h1 {
  background: #b20000;
  width: 95%;
  display: block;
  height: 25px;
  line-height: 25px;
  font-size: 11px;
  color: #fff;
  position: absolute;
  z-index: 100;
  top: 0;
  text-align: right;
  padding-right: 5%;
 }

 body {
  color: #111;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
 }

 @font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"),
   url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
   url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
   url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
 }

 /* nomal */
 @font-face {
  font-family: "Century Gothic";
  src: url('/channel_setting/font/GOTHIC_0.woff2') format('woff'),
   url('/channel_setting/font/GOTHIC_0.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
 }

 /* bold */
 @font-face {
  font-family: "Century Gothic";
  src: url('/channel_setting/font/GOTHICB_0.woff2') format('woff'),
   url('/channel_setting/font/GOTHICB_0.TTF') format('truetype');
  font-weight: bold;
  font-style: normal;
 }

 .ch_wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
 }

 /* ----------------------------------------
    header
    ---------------------------------------- */
 header {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 50;
  left: 12%;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
 }

 .h_logo {
  padding: 15px 20px;
  padding-right: 58px;
 }

 .h_logo a {
  display: block;
 }

 .h_logo a:hover {
  opacity: 0.7;
 }

 .h_logo img {}

 .h_menu {}

 .h_menu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
 }

 .h_menu li {}

 .h_menu li a {
  display: block;
  text-align: center;
  padding: 15px 0;
  width: 160px;
 }

 .h_menu li a:hover {
  background: #fde2e2;
 }

 .h_menu li:last-child a {
  background: #eee;
  text-align: center;
  text-decoration: none;
 }

 .h_menu li:last-child a:hover {
  background: #ddd;
 }

 .h_menu li a span {
  font-size: 13px;
  line-height: 22px;
  color: #999;
  display: block;
 }

 .h_menu li a p {
  font-size: 15px;
  line-height: 22px;
  color: #111;
  margin-bottom: 5px;
 }

 .h_menu li a i {
  color: #ff0014;
  font-size: 18px;
 }

 /* ----------------------------------------
	foot
    ---------------------------------------- */
 footer {}

 .f_sub {
  width: 100%;
  background-image: url(/channel_setting/img/common/f_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
 }

 .f_sub .f_sub_tl {
  text-align: center;
  padding-top: 72px;
 }

 .f_sub .f_sub_tl a {
  display: block;
 }

 .f_sub .f_sub_tl a:hover {
  opacity: 0.7;
 }

 .f_sub img {}

 .f_main_bg {
  background: #eee;
 }

 .f_main {
  width: 1050px;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
 }

 .f_menu {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  width: 560px;
 }

 .f_menu ul {
  margin-right: 20px;
 }

 .f_menu li {
  font-size: 13px;
  line-height: 28px;
 }

 .f_menu li:first-child {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
 }

 .f_menu li a {
  text-decoration: none;
  display: block;
  color: #111;
  text-indent: 13px;
 }

 .f_menu li a:hover {
  text-decoration: underline;
 }

 .f_add {
  border: 1px solid #111;
  padding: 25px 30px;
  display: flex;
  align-items: center;
 }

 .f_add .f_add_img {
  margin-right: 35px;
 }

 .f_add .f_add_img img {}

 .f_add .f_add_tx {
  width: 265px;
 }

 .f_add .f_add_tx span {
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 5px;
  display: block;
 }

 .f_add .f_add_tx p {
  font-size: 13px;
  line-height: 20px;
 }

 .f_add .f_add_tel {
  margin-top: 12px;
 }

 .f_add .f_add_tel img {
  margin-right: 5px;
 }

 .f_add .f_add_tel span {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: bold;
  font-size: 30px;
  display: inline;
  margin-bottom: 0;
 }

 .f_add .f_add_tel p {
  font-size: 12px;
  display: block;
  margin-left: 37px;
 }

 .f_btm {
  padding-top: 40px;
  text-align: center;
  padding-bottom: 5px;
 }

 .f_btm .f_logo {
  width: 303px;
  margin: 0 auto;
  margin-bottom: 15px;
 }

 .f_btm a {
  display: block;
 }

 .f_btm a:hover {
  opacity: 0.7;
 }

 .f_btm img {}

 .f_btm small {
  font-size: 12px;
  line-height: 24px;
  color: #999;
  text-align: center;
 }

 .f_media_logo {
  line-height: 30px;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  bottom: 2px;
  position: absolute;
  right: 5px;
 }

 .f_media_logo a {
  text-decoration: none;
  font-size: 12px;
  color: #111111;
  margin-left: 5px
 }

 .f_media_logo a:hover {
  opacity: 0.6;
 }

 .f_media_logo img {
  display: block;
 }

 /* ----------------------------------------
    ch_program_tl
    ---------------------------------------- */
 .ch_program_tl {
  height: 100px;
  background-color: #f4e0e0;
  text-align: center;
  font-size: 24px;
  line-height: 100px;
  color: #000;
 }

 .ch_program_tl p {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
 }

 .ch_program_tl p label {
  border: 2px solid #b20000;
  border-radius: 5px;
  margin: 0 2px;
  padding: 0px 10px;
  font-size: 20px;
  line-height: 30px;
  color: #b20000;
 }

 /* ----------------------------------------
    pan
    ---------------------------------------- */
 .pan {
  margin: 20px 0 0 0;
  display: block;
 }

 .pan ul {
  overflow: hidden;
 }

 .pan li {
  float: left;
  font-size: 14px;
 }

 .pan li p {
  display: inline-block;
 }

 .pan li a {
  text-decoration: none;
  color: #111111;
 }

 .pan li a:hover {
  color: #999999;
 }

 .pan li::after {
  content: ">";
  margin: 0 15px;
 }

 .pan li:last-child {
  color: #b20000;
 }

 .pan li:last-child::after {
  content: "";
  margin: 0 15px;
 }

 /* ----------------------------------------
ch_link
---------------------------------------- */
 .ch_link {
  width: 1100px;
  margin: 40px auto 0 auto;
  border: 1px solid #cccccc;
  box-shadow: 0px 0px 0px 5px #eeeeee inset;
  overflow: hidden;
  padding: 20px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
 }

 .ch_link ul {
  width: 70%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
 }

 .ch_link li {
  margin: 3px;
 }

 .ch_link_tl {
  width: 30%;
  text-align: center;
 }

 .ch_link li a:hover {
  display: block;
  opacity: 0.6;
 }

 /* ----------------------------------------
    group_all_topiclinks
    ---------------------------------------- */
 .group_all_topiclinks {
  width: 1100px;
  margin: 40px auto;
  border: 1px solid #cccccc;
  box-shadow: 0px 0px 0px 5px #eeeeee inset;
  overflow: hidden;
  padding: 20px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
 }

 .group_all_topiclinks ul {
  width: 70%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
 }

 .group_all_topiclinks li {
  margin: 3px;
 }

 .group_all_topiclinks_tl {
  width: 30%;
  text-align: center;
  padding: 0 24px 0 0;
  box-sizing: border-box;
  font-size: 15px;
 }

 .group_all_topiclinks li a {
  border: 2px solid #ff0014;
  background-color: #FFF;
  padding: 5px 10px;
  border-radius: 5px;
  display: block;
  color: #ff0014;
  font-weight: bold;
  font-size: 14px;
 }

 .group_all_topiclinks li a:hover {
  display: block;
  opacity: 0.6;
 }

 .group_all_topiclinks p {
  width: 70%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
 }

 .group_all_topiclinks p label {
  margin: 3px;
 }

 .group_all_topiclinks p label a {
  border: 2px solid #ff0014;
  background-color: #FFF;
  padding: 5px 10px;
  border-radius: 5px;
  display: block;
  color: #ff0014;
  font-weight: bold;
  font-size: 14px;
 }

 /* ----------------------------------------
    ch_grouppaging
    ---------------------------------------- */
 .group_paging {
  padding: 20px 0;
 }

 .group_paging ul {
  display: flex;
  justify-content: center;
 }

 .group_paging li {
  padding: 5px;
  line-height: 30px;
 }

 .group_paging a,
 .group_paging span {
  border-radius: 50%;
  border: 1px solid #b20000;
  color: #b20000;
  background: #fff;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 37px;
 }

 .group_paging a {
  text-decoration: none
 }

 .group_paging a:hover,
 .group_paging span {
  background: #b20000;
  color: #fff;
 }

 .group_paging p {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
 }

 /* ----------------------------------------

    ---------------------------------------- */
 /*
    ---------------------------------------- */
}

/* media screen fin */
