@charset "UTF-8";

/* ************************************************************************
*
*	Common
*
************************************************************************ */
body {
  left: 0px !important;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.transition {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}

.link_none {
  pointer-events: none;
}

img.fit {
  width: 100%;
  height: auto;
}
img {
pointer-events: none;
/*-webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;*/
}

@media only screen and (max-width: 640px) {
  body.fixed {
    overflow: hidden;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .sp img {
    width: 100%;
    height: auto;
  }

  .onOver {
    filter: alpha(opacity=100);
    opacity: 1;
    alpha: 1;
  }
}

/* -------------- ヘッダー -------------- */
header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #fff;
  z-index: 99999;
}

header .inner {
  margin: 0 auto;
  padding: 8px 0;
  width: 980px;
  height: 44px;
}

header h1 {
  float: left;
  width: 176px;
}

header .nav {
  float: right;
  width: 804px;
  text-align: right;
}

header ul.headerMenu {
  float: right;
  display: inline-block;
  padding: 21px 0 0 0;
}

header ul.headerMenu li {
  display: inline-block;
}

header ul.headerMenu li a {
  display: inline-block;
  padding: 0 3px 0 23px;
  color: #333;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
}

header ul.headerMenu li.m1 a {
  background: url(../img/ic_header_m_01.png) 0 0 no-repeat;
}

header ul.headerMenu li.m2 a {
  background: url(../img/ic_header_m_02.png) 0 0 no-repeat;
}

header ul.headerMenu li.m3 a {
  background: url(../img/ic_header_m_03.png) 0 0 no-repeat;
}

header ul.headerMenu li.m4 a {
  background: url(../img/ic_header_m_04.png) 0 0 no-repeat;
}

header ul.headerMenu li.m5 a {
  background: url(../img/ic_header_m_05.png) 0 0 no-repeat;
}

header .search {
  float: right;
  padding: 16px 0 0 0;
  width: 150px;
  height: 28px;
}

header .search .inputForm {
  padding: 2px;
  background: #eee;
  border: 1px solid #ddd;
}

header .search .inputForm .searchTxt {
  float: left;
  width: 122px;
  height: 22px;
  overflow: hidden;
}

header .search .inputForm .searchTxt input[type="text"] {
  display: table-cell;
  margin: 2px 5px;
  width: 112px;
  height: 18px;
  font-size: 13px;
  line-height: 1em;
  vertical-align: middle;
  border: 0px;
  background: #eee;
}

header .search .inputForm .searchBtn {
  float: left;
  width: 22px;
  height: 22px;
}

header ul.snsMenu {
  float: right;
  padding: 18px 2px 0 2px;
  width: 88px;
}

header ul.snsMenu li {
  float: left;
  padding: 0 2px;
  width: 24px;
  height: 24px;
}

header .globalMenu {
  /*height: 34px;*/
  height: 74px;
  background: #00afec;
}

header .globalMenu ul {
  margin: 0 auto;
  padding: 8px 0;
  width: 750px;
}

header .globalMenu ul li {
  position: relative;
  float: left;
  height: 18px;
  border-right: 1px solid #66cff4;
}

header .globalMenu ul li:first-child {
  border-left: 1px solid #66cff4;
}

header .globalMenu ul li a {
  display: block;
  position: absolute;
  top: -3px;
  left: 10px;
  height: 24px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}

header .globalMenu ul li.m1 {
  width: 102px;
}

header .globalMenu ul li.m1 a {
  padding: 0 0 0 23px;
  width: 60px;
  background: url(../img/ic_global_menu_m_01.png) 5px center no-repeat;
  background-size: 15px 15px;
}

header .globalMenu ul li.m1 dl {
  position: relative;
  display: block;
}

header .globalMenu ul li.m1 dl dt a.hover {
  color: #00afec;
  background-color: #fff;
}

header .globalMenu ul li.m1 dl dd {
  display: none !important;
  position: absolute;
  top: 21px;
  left: 0px;
  width: 980px;
  background: url(../img/ic_global_menu_fukidashi.png) 0 0 no-repeat;
  z-index: 99;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
}

header .globalMenu ul li.m1 dl dd .subArea {
  margin: 21px 0 0 0;
  padding: 50px;
  /*background: #00afec;*/
  background: rgba(0, 175, 236, 0.8);
  position: relative;
  left: -1px;
}

header .globalMenu ul li.m1 dl dd .subArea .subTtl {
  margin: 0 0 25px 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

header .globalMenu ul li.m1 dl dd .subArea ul.subMenu {
  margin: 0;
  padding: 0;
  width: auto;
}

header .globalMenu ul li.m1 dl dd .subArea ul.subMenu li {
  float: left;
  padding: 0 40px 0 0;
  width: auto;
  height: auto;
  border: 0;
}

header .globalMenu ul li.m1 dl dd .subArea ul.subMenu li a {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  color: #fff;
  text-align: left;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  background: url(../img/ic_link_arrow_01.png) 0 center no-repeat;
  background-size: 18px 18px;
}

header .globalMenu ul li.m1 dl dd .subArea ul.subMenu li:first-child a {
  padding-left: 22px;
  background: url(../img/ic_b_recommend_sp.png) left center no-repeat;
  background-size: 18px 18px;
}

header .globalMenu ul li.m1 dl dd .subArea ul.subMenu li:nth-child(2) a {
  padding-left: 22px;
  background: url(../img/ic_g_recommend_sp.png) left center no-repeat;
  background-size: 18px 18px;
}

header .globalMenu ul li.m2 {
  width: 128px;
}

header .globalMenu ul li.m2 a {
  width: 108px;
}

header .globalMenu ul li.m3 {
  /*width: 87px;*/
  width: 116px;
}

header .globalMenu ul li.m3 a {
  left: 14px;
  /*width: 60px;*/
  width: 90px;
}

header .globalMenu ul li.m4 {
  width: 74px;
}

header .globalMenu ul li.m4 a {
  left: 13px;
  width: 47px;
}

header .globalMenu ul li.m5 {
  width: 108px;
}

header .globalMenu ul li.m5 a {
  left: 11px;
  width: 94px;
}

header .globalMenu ul li.m6 {
  width: 198px;
}

header .globalMenu ul li.m6 a {
  left: 12px;
  width: 173px;
}

header .globalMenu ul li.m7 {
  width: 143px;
}

header .globalMenu ul li.m7 a {
  left: 11px;
  width: 119px;
}

header .globalMenu ul li.m8 {
  width: 101px;
}

header .globalMenu ul li.m8 a {
  left: 12px;
  width: 76px;
}

header .globalMenu ul li a:hover {
  color: #00afec;
  background-color: #fff;
}

header .globalMenu ul.submenu li {
  padding-left: 10px;
  padding-right: 10px;
}

header .globalMenu ul.submenu li a:hover {
  color: #00afec !important;
  background-color: #fff !important;
  opacity: 1 !important;
}

header .globalMenu ul.submenu li a {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  color: #fff;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  background-size: 15px 15px;
  padding-right: 3px;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}

header .globalMenu ul.submenu li.m1 a {
  padding-left: 25px;
}

header .globalMenu ul.submenu li:nth-child(1) a {
  padding-left: 24px;
  background: url(../img/ic_b_recommend_sp.png) 5px center no-repeat;
  background-size: 15px 15px;
}

header .globalMenu ul.submenu li:nth-child(2) a {
  padding-left: 24px;
  background: url(../img/ic_g_recommend_sp.png) 5px center no-repeat;
  background-size: 15px 15px;
}

/* menu */
@media only screen and (max-width: 640px) {
  header {
    position: relative;
    min-width: 320px;
    height: auto;
  }

  header .inner {
    margin: 0 auto;
    padding: 4px 4px 5px 8px;
    width: 100%;
    height: 54px;
    border-bottom: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  header h1 {
    padding: 6px 0 0 0;
    width: 138px;
  }

  header .headerMenuSP {
    float: right;
    width: 103px;
  }

  header .headerMenuSP li {
    float: left;
    margin: 0 0 0 4px;
  }

  header .headerMenuSP li.m1 {
    width: 50px;
  }

  header .headerMenuSP li.m2 {
    width: 45px;
  }

  header .globalMenuSP {
    display: none;
  }
}

/* -------------- SP ドロアーメニュー -------------- */
#toggleMenu,
#sidr {
  display: none;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99998;
}

.isChrome_Android_4_0 #overlay {
  position: relative;
  top: -100%;
  height: 200%;
}

@media only screen and (max-width: 640px) {
  #fixedMenu {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 99997;
  }

  #toggleMenu {
    display: block;
    position: fixed;
    bottom: 5px;
    left: 12px;
    z-index: 99999;
  }

  #toggleMenu a {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../img/b_toggle_sp.gif) 0 0 no-repeat;
    background-size: 40px 40px;
  }

  #toggleMenu.active a {
    background: url(../img/b_toggle_on_sp.gif) 0 0 no-repeat;
    background-size: 40px 40px;
  }

  .sidr {
    display: none;
    position: absolute;
    /* position: fixed;*/
    top: 0;
    left: 0;
    height: 100%;
    width: 229px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #222;
    z-index: 99999;
    -webkit-overflow-scrolling: touch;
  }

  .sidr.left {
    left: -229px;
    right: auto;
  }

  .sidr .menuLogo {
    padding: 10px 28px;
    background: #fff;
  }

  .sidr .menuVisual {
    padding: 12px 20px;
    border-bottom: 1px solid #666;
  }

  .sidr .menuVisual a {
    display: none;
  }

  .sidr .menuVisual a:first-child {
    display: block;
  }

  .sidr .search {
    padding: 10px 20px;
    background: #666;
  }

  .sidr .search .inputForm .searchTxt {
    float: left;
    margin: 0 10px 0 0;
    width: 133px;
    height: 32px;
    border: 1px solid #ccc;
    background: #fff;
    overflow: hidden;
  }

  .sidr .search .inputForm .searchTxt input[type="text"] {
    display: table-cell;
    margin: 0 5px;
    width: 123px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    vertical-align: middle;
    border: 0px;
  }

  .sidr .search .inputForm .searchBtn {
    float: left;
    width: 44px;
    height: 34px;
    background: #333;
  }

  .sidr .search .inputForm .searchBtn input[type="submit"] {
    display: table-cell;
    width: 44px;
    height: 34px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background: #333;
    border: 0;
    -webkit-appearance: none;
  }

  .sidr ul li {
    display: block;
    background: #222;
    border-bottom: 1px solid #666;
  }

  .sidr ul li a {
    display: table-cell;
    padding: 0 20px;
    width: 189px;
    height: 40px;
    color: #fff;
    font-size: 13px;
    text-align: left;
    vertical-align: middle;
    background: url(../img/ic_link_arrow_sp.png) 197px center no-repeat;
    background-size: 16px 16px;
  }

  .sidr ul li .subTtl {
    display: table-cell;
    padding: 0 20px;
    width: 189px;
    height: 40px;
    color: #fff;
    font-size: 13px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #666;
  }

  .sidr ul li .beginner {
    display: inline-block;
    padding-left: 18px;
    background: url(../img/ic_m_beginner_sp.png) 0 center no-repeat;
    background-size: 16px 16px;
  }

  .sidr ul li .recommend span {
    display: inline-block;
    padding-left: 18px;
    background: url(../img/ic_m_recommend_sp.png) 0 center no-repeat;
    background-size: 16px 16px;
  }

  .sidr ul.sub li {
    background: #444;
  }

  .sidr ul.sub li a {
    padding-left: 36px;
  }

  .sidr ul.sub li:last-child {
    border: 0;
  }

  .sidr .rec1 a {
    padding-left: 54px !important;
    background: url(../img/ic_b_recommend_sp.png) 34px center no-repeat, url(../img/ic_link_arrow_sp.png) 197px center no-repeat !important;
    background-size: 16px 16px !important;
  }

  .sidr .rec2 a {
    padding-left: 56px !important;
    background: url(../img/ic_g_recommend_sp.png) 35px center no-repeat, url(../img/ic_link_arrow_sp.png) 197px center no-repeat !important;
    background-size: 15px 15px, 16px 16px !important;
  }

  .sidr ul.bnr li {
    padding: 8px 20px;
  }

  .sidr ul.bnr li a {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    width: 88px;
    height: 30px;
    background: none;
  }

  .sidr ul.bnr li a:last-child {
    margin: 0;
  }

  .sidr ul.bnr li a.li01 {
    margin: 0;
  }

  .sidr ul.bnr li a.last {
    margin: 10px 0 0 0;
  }

  .sidr ul.bnr li span.last {
    margin: 10px 0 0 0;
    display: block;
    float: left;
  }

  .sidr .snsArea {
    padding: 12px 20px;
  }

  .sidr .snsArea .fb {
    float: left;
    margin: 0 9px 10px 0;
    width: 84px;
    height: 29px;
    overflow: hidden;
  }

  .sidr .snsArea .fb img {
    width: 100%;
    height: auto;
  }

  .sidr .snsArea .tw {
    float: left;
    margin: 0 0 10px 0;
    width: 96px;
    height: 29px;
    overflow: hidden;
  }

  .sidr .snsArea .gp {
    float: left;
    margin: 0 0 10px 0;
    padding-top: 4px;
    width: 39px;
    height: 24px;
    overflow: hidden;
  }

  .sidr .snsArea .line {
    float: left;
    width: 90px;
    height: 22px;
    overflow: hidden;
    margin-left: 7px;
    margin-top: 6px;
  }

  /*ロゴ*/
  /*スライダー*/
  /*検索*/
  /*イチオシ*/
  #pagetopSP {
    position: absolute;
    top: 5px;
    right: 12px;
    background: none;
    box-shadow: none;
  }

  #pagetopSP a {
    display: block;
    width: 40px;
    height: 40px;
  }

  /*SNS*/
  .snsbox {
    position: absolute;
    top: 6.5px;
    left: 0;
    right: 0;
    width: 171px;
    height: auto;
    margin: 0 auto;
    z-index: 1000;
    overflow: hidden;
  }

  .snsbox div {
    float: left;
  }

  .snsbox div a {
    display: block;
    width: 37px;
    height: 37px;
    margin: 0 10px;
    float: left;
  }

  .snsbox div#tw a {
    background: url(/common/img/ico_twitter.png) no-repeat;
    background-size: 37px;
  }

  .snsbox div#fb a {
    background: url(/common/img/ico_faecbook.png) no-repeat;
    background-size: 37px;
  }

  .snsbox div#line a {
    background: url(/common/img/ico_line.png) no-repeat;
    background-size: 37px;
  }
}

/* -------------- メインコンテナ -------------- */
/* .container {
  margin-top: -54px;
  padding-top: 188px;
  width: 100%;
  min-width: 980px;
  background: #eee;
  overflow: hidden;
} */
.container {
  padding-top: 70px;
  width: 100%;
  min-width: 980px;
  background: #eee;
  overflow: hidden;
}

.container .inner {
  margin: 0 auto;
  /*padding: 20px 0 0 0;*/
  padding: 10px 0 0 0;
  width: 980px;
}

.container .main {
  width: 980px;
  background: #fff;
}

.container .column .main {
  float: left;
  margin: 0 24px 60px 0;
  width: 730px;
  background: #fff;
}

.container .column .side {
  float: left;
  width: 226px;
}

@media only screen and (max-width: 640px) {
  .container {
    margin-top: 0;
    padding-top: 60px;
    min-width: 320px;
    overflow: hidden;
  }

  .container .inner {
    padding: 15px 0;
    width: 100%;
  }

  .container>.inner {
    padding: 8px 0 15px;
    width: 100%;
  }

  .container .main {
    width: 100%;
  }

  .container .column .main {
    float: none;
    margin: 0 0 16px 0;
    width: 100%;
  }

  .container .column .side {
    float: none;
    width: 100%;
  }

  .container .inner.breadcrumbs_outer {
    padding-top: 8px;
  }

  .container .inner.breadcrumbs_outer .breadcrumbs {
    margin-bottom: 8px;
  }
}

/* -------------- パンくずリスト -------------- */
.breadcrumbs {
  /*margin: 0 0 20px 0px;*/
  margin: 0 0 10px 0px;
  font-size: 12px;
}

.breadcrumbs .current {
  color: #00afec;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .breadcrumbs {
    margin: 0 0 8px 10px;
    font-size: 10px;
  }
}

/* -------------- 見出し -------------- */
.main h2 {
  width: 667px;
  /**
  height: 60px;
    margin: 0 auto 15px;
  **/
  height: 50px;
  margin: 0 auto 10px;
  background: url(/common/img/ic_fukidashi_down.png) center bottom no-repeat;
  background-size: 13px 10px;
}

.main h2 span {
  width: 100%;
  /**
  height: 50px;
  padding-top: 15px;
  **/
  height: 40px;
  padding-top: 10px;
  color: #fff;
  background: #00afec;
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.main h3 {
  margin-top: 40px;
  padding: 8px 10px 8px 16px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  background: #dff6ff;
  border-left: 8px solid #0093e4;
  color: #333;
  display: block;
  position: relative;
  line-height: 1.4;
}

.main .ancMenu {
  border: 5px solid #ddd;
  z-index: 9;
  position: relative;
}

.main .ancMenu ul li a {
  padding: 8px 12px 4px 42px;
  text-decoration: none;
  display: block;
  background: transparent url(/common/img/ic_anc_btn_pc.png) no-repeat 15px 8px;
  border-bottom: 1px dotted #bbb;
  font-size: 12px;
  line-height: 1.4;
}

.main .ancMenu ul li a:hover {
  background: #e9f9ff url(/common/img/ic_anc_btn_pc.png) no-repeat 15px 8px;
}

.main .ancMenu ul li:last-child a {
  border: none;
}

.main .pagetop {
  margin-top: 10px;
  text-align: right;
}
.main .pagetop a img {
display: inline-block;
}

/* .main .subDetail .famigekiBnr {
  padding: 32px 0 0 0;
  background: url(/common/img/d_line.png) 0 0 repeat-x;
} */
/* .main .subDetail .famigekiBnr ul {
  padding: 16px 17px 16px 16px;
  background: #66cff4;
} */

@media screen and (max-width: 640px) {
  .main h2 {
    /**
    width: 100%;
    height: 50px;
    margin-bottom: 5px;
    **/
    width: 100%;
    height: auto;
    padding-bottom: 10px;
  }

  .main h2 span {
    /**
    height: 40px;
    padding-top: 10px;
    **/
    height: auto;
    padding: 10px;
    /**
    padding: 15px 12px;
    **/
  }

  .main h3 {
    padding: 12px 15px 12px 15px;
    margin-top: 15px;
  }

  .main .pickup {
    padding-top: 0;
  }

  .main .pickup .imgCnt {
    margin-top: 5px;
  }
}

/* -------------- アンカーメニュー --------------*/
@media screen and (max-width: 640px) {
  .main .ancMenu {
    border: none;
  }

  .main .ancMenu ul li a {
    padding: 12px 12px 12px 22px;
    background: url(/common/img/ic_anc_btn_sp.gif) no-repeat left 12px;
    background-size: 14px 14px;
  }

  .main .ancMenu ul li a:hover {
    background: #fff url(/common/img/ic_anc_btn_sp.gif) no-repeat left 12px;
    background-size: 14px 14px;
  }

  .main .ancMenu ul li:last-child a {
    border-bottom: 1px dotted #ddd;
  }
}

/* -------------- ページトップ -------------- */
/* -------------- 勧誘バナー -------------- */
@media screen and (max-width: 640px) {
  .main .subDetail .famigekiBnr {
    margin: 0 12px;
    padding: 16px 0 16px 0;
    background: url(/common/img/d_line.png) 0 0 repeat-x;
  }

  .main .subDetail .famigekiBnr ul {
    padding: 0;
    background: none;
  }
}

/* -------------- サイドカラム コンテンツ -------------- */
.side section .ttl {
  position: relative;
  display: table-cell;
  width: 226px;
  height: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background: #00afec;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.side section .sectionBody {
  padding: 20px 16px 0 16px;
  background: #fff url(../img/ic_fukidashi_down.png) center 0 no-repeat;
  background-size: 13px 10px;
}

.side section .sectionBody a {
  display: block;
}

.side .recommend {
  margin: 0 0 24px 0;
}

.side .recommend .sectionBody {
  padding-bottom: 20px;
  text-align: center;
}

.side .recommend .chImg {
  margin: 0 0 13px 0;
}

.side .recommend .chImg .copy {
  display: block;
  margin: 7px 0 0 0;
  color: #666;
  font-size: 10px;
  line-height: 1.2em;
}

.side .recommend .chInfo .title {
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.side .recommend .chInfo .schedule {
  display: block;
  font-size: 13px;
}

.side .nowonair {
  margin: 0 0 24px 0;
}

.side .nowonair .ttl {
  padding: 0 0 0 16px;
  text-align: left;
}

.side .nowonair .ttl .link {
  position: absolute;
  display: block;
  top: 14px;
  right: 16px;
  width: 62px;
  height: 22px;
  color: #00afec;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 99;
}

.side .nowonair .ttl .link span {
  display: inline-block;
  padding: 0 0 0 12px;
  background: url(../img/ic_nowonair_s.png) 0 center no-repeat;
}

.side .nowonair .sectionBody {
  padding-bottom: 4px;
}

.side .nowonair ul li {
  display: block;
  margin: 0 0 16px 0;
}

.side .nowonair .item {
  display: block;
}

.side .nowonair .item .chImg {
  float: left;
  margin: 0 6px 0 0;
  width: 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.side .nowonair .item.now .chImg {
  border: 4px solid #ff0000;
}

.side .nowonair .item .chInfo {
  float: left;
  width: 98px;
  position: relative;
  left: -2px;
}

.side .nowonair .item .chInfo .time {
  display: inline-block;
  color: #666;
  font-size: 13px;
  line-height: 1.3em;
  font-weight: bold;
}

.side .nowonair .item.now .chInfo .time {
  padding: 0 48px 0 0;
  color: #ff0000;
  background: url(../img/ic_nowonair.png) right center no-repeat;
  background-size: 46px 14px;
}

.side .nowonair .item .chInfo .title {
  display: block;
  color: #000;
  font-size: 11px;
  line-height: 1.3em;
}

.side .info {
  margin-bottom: 24px;
}

.side .info .infoBody {
  padding: 0 16px;
}

.side .info h2 {
  padding-left: 5px;
  font-size: 15px;
  text-align: left;
}

.side .info .ttl .link {
  position: absolute;
  display: block;
  top: 14px;
  right: 10px;
  width: 42px;
  height: 22px;
  color: #00afec;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  background: #fff;
  border-radius: 3px;
}

.side .info .ttl .link span {
  display: inline-block;
  padding: 0 0 0 12px;
  background: url("../../common/img/ic_link_arrow_02.png") no-repeat scroll 0 center/11px 11px;
}

.side .info .infoBody ul li .more {
  color: #008cbd;
  text-decoration: underline;
  letter-spacing: -0.1em;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 17px;
}

.side .info .sectionBody a {
  padding: 20px 0;
  border-bottom: 1px dotted #aaa;
}

.side .info .sectionBody li:last-child a {
  border-bottom: none;
}

.side .info .infoBody ul li .date {
  font-weight: bold;
}

.side .ranking2 {
  margin: 0 0 24px 0;
}

.side .ranking2 .sectionBody {
  padding-bottom: 1px;
}

.side .ranking2 ul li {
  display: block;
  margin: 0 0 16px 0;
}

.side .ranking2 .item {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.side .ranking2 li.rank1 .item {
  background: #a49600;
  border: 2px solid #a49600;
}

.side .ranking2 li.rank2 .item {
  background: #6c6c6c;
  border: 2px solid #6c6c6c;
}

.side .ranking2 li.rank3 .item {
  background: #916a37;
  border: 2px solid #916a37;
}

.side .ranking2 li.rank4 .item,
.side .ranking2 li.rank5 .item,
.side .ranking2 li.rank6 .item,
.side .ranking2 li.rank7 .item {
  background: #00afec;
  border: 2px solid #00afec;
}

.side .ranking2 .item .chImg {
  display: table-cell;
  width: 90px;
}

.side .ranking2 .item .chInfo {
  display: table-cell;
  width: 104px;
  color: #fff;
  font-size: 10px;
  line-height: 1.2em;
  text-align: center;
  vertical-align: middle;
}

.side .ranking2 .item .chInfo span {
  display: block;
  padding: 20px 5px 0 5px;
}

.side .ranking2 li.rank1 .item .chInfo span {
  background: url(../img/ic_rank_01.png) center 0 no-repeat;
  background-size: 62px 15px;
}

.side .ranking2 li.rank2 .item .chInfo span {
  background: url(../img/ic_rank_02.png) center 0 no-repeat;
  background-size: 62px 15px;
}

.side .ranking2 li.rank3 .item .chInfo span {
  background: url(../img/ic_rank_03.png) center 0 no-repeat;
  background-size: 62px 15px;
}

.side .ranking2 li.rank4 .item .chInfo span {
  background: url(../img/ic_rank_04.png) center 0 no-repeat;
  background-size: 62px 15px;
}

.side .ranking2 li.rank5 .item .chInfo span {
  background: url(../img/ic_rank_05.png) center 0 no-repeat;
  background-size: 62px 15px;
}

.side .ranking2 li.rank6 .item .chInfo span {
  background: url(../img/ic_rank_06.png) center 0 no-repeat;
  background-size: 62px 15px;
}

.side .ranking2 li.rank7 .item .chInfo span {
  background: url(../img/ic_rank_07.png) center 0 no-repeat;
  background-size: 62px 15px;
}

.side .specialBnr {
  margin: 0 0 24px 0;
}

.side .specialBnr .ttl {
  padding: 0 0 0 12px;
  text-align: left;
}

.side .specialBnr .ttl .link {
  position: absolute;
  display: block;
  top: 14px;
  right: 12px;
  width: 49px;
  height: 22px;
  color: #00afec;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.side .specialBnr .ttl .link span {
  display: inline-block;
  padding: 0 0 0 15px;
  background: url(../img/ic_link_arrow_02.png) 0 center no-repeat;
  background-size: 11px 11px;
}

.side .specialBnr .sectionBody {
  padding-bottom: 1px;
}

.side .specialBnr ul li {
  display: block;
  margin: 0 0 16px 0;
}

.side .specialBnr ul li a {
  display: block;
  position: relative;
}

.side .specialBnr ul li a .update {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 38px;
  height: 38px;
  background: url(../img/bnr_pop_01.png) 0 0 no-repeat;
  background-size: 38px 38px;
}

.side .specialBnr ul li a .new {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 38px;
  height: 38px;
  background: url(../img/bnr_pop_02.png) 0 0 no-repeat;
  background-size: 38px 38px;
}

.side .specialBnr ul li a .nodate {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 38px;
  height: 38px;
  background: url(../img/bnr_pop_03.png) 0 0 no-repeat;
  background-size: 38px 38px;
}

.side .specialBnr ul li a .update span,
.side .specialBnr ul li a .new span {
  display: table-cell;
  width: 38px;
  height: 38px;
  color: #fff;
  font-size: 10px;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.side .specialBnr ul li a .nodate span {
  display: table-cell;
  width: 38px;
  height: 38px;
  color: #fff;
  font-size: 10.5px;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

/* .side .famigekiBnr {
  margin: 0 0 24px 0;
  padding: 10px;
  background: #00afec;
} */
.side .famigekiBnr ul {
  padding: 5px;
  background: #00afec;
}

.side .famigekiBnr ul li {
  display: block;
  margin: 0 0 10px 0;
}

.side .famigekiBnr ul li:last-child {
  margin: 0;
}

.side .btmBnr {
  margin: 0 0 24px 0;
}

.side .btmBnr ul li {
  display: block;
  margin: 0 0 16px 0;
}
.side .btmBnr ul li a {
  display: inline-block;
  width: 100%;
}




/* NOW ON AIR */
/*お知らせ*/
/* アクセスランキング */
/* 劇オシ！特設ページ */
/* 勧誘バナー */
/* ボトムバナー */
@media only screen and (max-width: 640px) {
  .side section .ttl {
    padding: 0 12px;
    width: 640px;
    height: 42px;
    font-size: 14px;
  }

  .side section .sectionBody {
    padding: 16px 12px 0 12px;
    background-size: 10px 8px;
  }

  .side .recommend {
    margin: 0;
  }

  .side .recommend .sectionBody {
    padding: 16px 24px 18px 24px;
  }

  .side .recommend .chImg {
    float: left;
    margin: 0 4% 0 0;
    width: 45%;
  }

  .side .recommend .chImg .copy {
    margin: 5px 0 0 0;
  }

  .side .recommend .chInfo {
    float: left;
    width: 51%;
    text-align: left;
  }

  .side .recommend .chInfo .title {
    font-size: 13px;
  }

  .side .nowonair {
    margin: 0;
  }

  .side .nowonair .ttl {
    text-align: left;
  }

  .side .nowonair .ttl .link {
    top: 7px;
    right: 12px;
    width: 77px;
    height: 28px;
  }

  .side .nowonair .ttl .link span {
    padding: 0 0 0 24px;
    line-height: 28px;
    background: url(../img/ic_nowonair_m.png) 0 center no-repeat;
    background-size: 20px 20px;
  }

  .side .nowonair .sectionBody {
    height: 73px;
    padding: 8px 0 26px 0;
    background-color: #eee;
  }

  .side .nowonair .owl-carousel {
    position: relative;
    top: -8px;
    left: 0;
    width: 100%;
    height: 81px;
  }

  .side .nowonair .owl-carousel .owl-stage-outer {
    position: relative;
    top: 13px;
    left: 0;
    width: 100%;
    height: 68px;
    z-index: 5;
  }

  .side .nowonair .owl-carousel .item {
    display: block;
    width: 210px;
    background: #fff;
    overflow: hidden;
  }

  .side .nowonair .owl-carousel .item .chImg {
    float: left;
    margin: 0 10px 0 0;
    width: 90px;
    height: 68px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .side .nowonair .owl-carousel .item.now .chImg {
    border: 2px solid #ff0000;
  }

  .side .nowonair .owl-carousel .item .chInfo {
    float: left;
    padding: 7px 5px 0 0;
    width: 105px;
  }

  .side .nowonair .owl-carousel .item .chInfo .time {
    display: inline-block;
    color: #666;
    font-size: 12px;
    line-height: 1.3em;
    font-weight: bold;
  }

  .side .nowonair .owl-carousel .item.now .chInfo .time {
    padding: 0 46px 0 0;
    color: #ff0000;
    background: url(../img/ic_nowonair.png) right center no-repeat;
    background-size: 42px 13px;
  }

  .side .nowonair .owl-carousel .item .chInfo .title {
    display: block;
    color: #000;
    font-size: 10px;
    line-height: 1.3em;
  }

  .side .nowonair .owl-theme .owl-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 81px;
  }

  .side .nowonair .owl-theme .owl-controls .owl-nav {
    position: relative;
    z-index: 20;
    top: -81px;
    left: 0;
    width: 100%;
    height: 81px;
  }

  .side .nowonair .owl-theme .owl-controls .owl-nav [class*=owl-] {
    width: 30px;
    height: 81px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
  }

  .side .nowonair .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    opacity: 1;
  }

  .side .nowonair .owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default;
  }

  .side .nowonair .owl-theme .owl-controls .owl-nav .owl-prev {
    position: absolute;
    top: 81px;
    left: 0;
    background: url(../img/b_onair_prev_sp.gif) 0 0 no-repeat;
    background-size: 30px 81px;
  }

  .side .nowonair .owl-theme .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 81px;
    right: 0;
    left: auto;
    background: url(../img/b_onair_next_sp.gif) 0 0 no-repeat;
    background-size: 30px 81px;
  }

  .side .info ul {
    min-height: 45px;
  }

  .side .info ul li a {
    font-size: 12px;
  }

  .side .info .ttl .link {
    top: 7px;
    right: 12px;
    width: 57px;
    height: 28px;
  }

  .side .info .ttl .link span {
    padding: 0 0 0 16px;
    line-height: 28px;
    background: url(../img/ic_link_arrow_02.png) 0 center no-repeat;
    background-size: 13px 13px;
  }

  .side .info .sectionBody a {
    padding: 10px 0;
    border-bottom: 1px dotted #aaa;
    letter-spacing: -.2px;
  }

  .side .info .infoBody ul li .date {
    display: block;
    font-weight: bold;
  }

  .side .info .infoBody ul li .more {
    color: #008cbd;
    text-decoration: underline;
    letter-spacing: -0.1em;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: -2px;
  }

  .side .ranking2 {
    margin: 0;
  }

  .side .ranking2 .sectionBody {
    padding-bottom: 10px;
    background-color: #eee;
  }

  .side .ranking2 .sectionBody ul li {
    float: left;
    margin: 0 0 12px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .side .ranking2 .sectionBody ul li.rank1 {
    width: 100%;
    background: #fff;
  }

  .side .ranking2 .sectionBody ul li.rank2 {
    padding: 0 6px 0 0;
    width: 50%;
  }

  .side .ranking2 .sectionBody ul li.rank3 {
    padding: 0 0 0 6px;
    width: 50%;
  }

  .side .ranking2 .sectionBody ul li.rank4 {
    padding: 0 6px 0 0;
    width: 50%;
  }

  .side .ranking2 .sectionBody ul li.rank5 {
    padding: 0 0 0 6px;
    width: 50%;
  }

  .side .ranking2 .sectionBody ul li.rank6 {
    padding: 0 6px 0 0;
    width: 50%;
  }

  .side .ranking2 .sectionBody ul li.rank7 {
    padding: 0 0 0 6px;
    width: 50%;
  }

  .side .ranking2 .sectionBody ul li .rankInner {
    background: #fff;
  }

  .side .ranking2 .sectionBody ul li .rankTtl {
    height: 28px;
  }

  .side .ranking2 .sectionBody ul li.rank1 .rankTtl {
    background: #a49600 url(../img/ic_rank_01.png) center center no-repeat;
    background-size: 55px 13px;
  }

  .side .ranking2 .sectionBody ul li.rank2 .rankTtl {
    background: #6c6c6c url(../img/ic_rank_02.png) center center no-repeat;
    background-size: 55px 13px;
  }

  .side .ranking2 .sectionBody ul li.rank3 .rankTtl {
    background: #916a37 url(../img/ic_rank_03.png) center center no-repeat;
    background-size: 55px 13px;
  }

  .side .ranking2 .sectionBody ul li.rank4 .rankTtl {
    background: #00afec url(../img/ic_rank_04.png) center center no-repeat;
    background-size: 55px 13px;
  }

  .side .ranking2 .sectionBody ul li.rank5 .rankTtl {
    background: #00afec url(../img/ic_rank_05.png) center center no-repeat;
    background-size: 55px 13px;
  }

  .side .ranking2 .sectionBody ul li.rank6 .rankTtl {
    background: #00afec url(../img/ic_rank_06.png) center center no-repeat;
    background-size: 55px 13px;
  }

  .side .ranking2 .sectionBody ul li.rank7 .rankTtl {
    background: #00afec url(../img/ic_rank_07.png) center center no-repeat;
    background-size: 55px 13px;
  }

  .side .ranking2 .sectionBody ul li .rankContents {
    padding: 12px;
  }

  .side .ranking2 .sectionBody ul li.rank1 .rankContents {
    background: #fff url(../img/ic_rank_fukidashi_01.png) center 0 no-repeat;
    background-size: 8px 6px;
  }

  .side .ranking2 .sectionBody ul li.rank2 .rankContents {
    height: 155px;
    background: #fff url(../img/ic_rank_fukidashi_02.png) center 0 no-repeat;
    background-size: 8px 6px;
  }

  .side .ranking2 .sectionBody ul li.rank3 .rankContents {
    height: 155px;
    background: #fff url(../img/ic_rank_fukidashi_03.png) center 0 no-repeat;
    background-size: 8px 6px;
  }

  .side .ranking2 .sectionBody ul li.rank4 .rankContents,
  .side .ranking2 .sectionBody ul li.rank5 .rankContents,
  .side .ranking2 .sectionBody ul li.rank6 .rankContents,
  .side .ranking2 .sectionBody ul li.rank7 .rankContents {
    height: 155px;
    background: #fff url(../img/ic_rank_fukidashi_04.png) center 0 no-repeat;
    background-size: 8px 6px;
  }

  .side .ranking2 .sectionBody ul li .rankContents a {
    display: block;
  }

  .side .ranking2 li.rank1 .item,
  .side .ranking2 li.rank2 .item,
  .side .ranking2 li.rank3 .item,
  .side .ranking2 li.rank4 .item,
  .side .ranking2 li.rank5 .item,
  .side .ranking2 li.rank6 .item,
  .side .ranking2 li.rank7 .item {
    background: #fff;
    border: 0;
  }

  .side .ranking2 .sectionBody ul li .rankContents .chImg {
    display: block;
    margin: 0 0 6px 0;
    padding: 0;
    width: 100%;
  }

  .side .ranking2 .sectionBody ul li .rankContents .chInfo {
    display: block;
    padding: 0;
    width: 100%;
    min-height: 35px;
    color: #000;
    font-size: 12px;
    line-height: 1.3em;
    text-align: left;
  }

  .side .ranking2 .item .chInfo span {
    display: inline-block;
    padding: 0;
  }

  .side .ranking2 .sectionBody ul li.rank1 .rankContents .chImg {
    display: table-cell;
    margin: 0;
    padding: 0 6px 0 0;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .side .ranking2 .sectionBody ul li.rank1 .rankContents .chInfo {
    display: table-cell;
    padding: 0 0 0 6px;
    width: 50%;
    font-size: 13px;
    line-height: 1.3em;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .side .ranking2 li.rank1 .item .chInfo span,
  .side .ranking2 li.rank2 .item .chInfo span,
  .side .ranking2 li.rank3 .item .chInfo span,
  .side .ranking2 li.rank4 .item .chInfo span,
  .side .ranking2 li.rank5 .item .chInfo span {
    background: none;
  }

  .side .specialBnr {
    margin: 0;
  }

  .side .specialBnr .ttl .link {
    top: 7px;
    right: 12px;
    width: 56px;
    height: 28px;
  }

  .side .specialBnr .ttl .link span {
    padding: 0 0 0 16px;
    line-height: 28px;
    background-size: 13px 13px;
  }

  .side .specialBnr .sectionBody {
    padding-bottom: 6px;
  }

  .side .specialBnr .sectionBody ul {
    margin: 0;
    padding: 0 6px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .side .specialBnr ul li {
    float: left;
    margin: 0 0 12px 0;
    padding: 0 6px;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .side .specialBnr .sectionBody ul li a .update,
  .side .specialBnr .sectionBody ul li a .new,
  .side .specialBnr .sectionBody ul li a .nodate {
    top: -10px;
    left: -10px;
    width: 26px;
    height: 26px;
    background-size: 26px 26px;
  }

  .side .specialBnr .sectionBody ul li a .update span,
  .side .specialBnr .sectionBody ul li a .new span {
    width: 26px;
    height: 26px;
    font-size: 6px;
    line-height: 1em;
    max-height: 100%;
  }

  .side .specialBnr .sectionBody ul li a .nodate span {
    width: 26px;
    height: 26px;
    font-size: 7px;
    line-height: 1em;
    max-height: 100%;
  }

  .side .famigekiBnr {
    margin: 0 0 18px 0;
    padding: 12px;
  }

  .side .famigekiBnr ul {
    padding: 8px;
  }

  .side .famigekiBnr ul li {
    margin: 0 0 8px 0;
  }

  .side .btmBnr {
    margin: 0 0 3px 0;
  }

  .side .btmBnr ul {
    text-align: center;
  }

  .side .btmBnr ul li {
    /* display: inline-block; */
    margin: 0 auto 20px;
    /* padding: 0 5px; */
    width: 80%;
  }

  /* 明日のおすすめ番組 */
  /* NOW ON AIR */
  /*お知らせ*/
  /* アクセスランキング */
  /* 劇オシ！特設ページ */
  /* 勧誘バナー */
  /* ボトムバナー */
}

/* -------------- 視聴方法バナー -------------- */
#howtoBnr {
  width: 980px;
  margin: 0 auto;
}

#howtoBnr .main_bnr {
  margin-bottom: 25px;
}

#howtoBnr .ttl {
  margin-bottom: 10px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

#howtoBnr .sub_bnr {
  padding: 16px;
  background: #00afec;
}

#howtoBnr .sub_bnr ul {
  overflow: hidden;
  padding: 16px;
  background: #66cff4;
}

#howtoBnr .sub_bnr ul li {
  float: left;
  margin: 0 16px 0 0;
}

#howtoBnr .sub_bnr ul li:last-child {
  margin: 0;
}

@media only screen and (min-width: 641px) {

  /* サイドあり */
  #howtoBnr.twocolumn {
    width: 690px;
  }

  #howtoBnr.twocolumn .main_bnr img {
    width: 690px;
    height: auto;
  }

  #howtoBnr.twocolumn .sub_bnr {
    padding: 0;
  }

  #howtoBnr.twocolumn .sub_bnr ul {
    padding: 12px;
  }

  #howtoBnr.twocolumn .sub_bnr ul li {
    margin: 0 12px 0 0;
  }

  #howtoBnr.twocolumn .sub_bnr ul li:last-child {
    margin: 0;
  }

  #howtoBnr.twocolumn .sub_bnr ul li img {
    width: 327px;
    height: auto;
  }
}

@media only screen and (max-width: 640px) {
  #howtoBnr {
    width: 100%;
  }

  #howtoBnr .main_bnr {
    margin-bottom: 15px;
  }

  #howtoBnr .ttl {
    margin: 0 0 8px 12px;
    font-size: 15px;
  }

  #howtoBnr .sub_bnr {
    padding: 12px;
    background: #b9e9fa;
  }

  #howtoBnr .sub_bnr ul {
    overflow: hidden;
    padding: 0;
    background: none;
  }

  #howtoBnr .sub_bnr ul li {
    margin: 0 0 12px 0;
  }

  #howtoBnr img {
    width: 100%;
    height: auto;
  }
}

/* -------------- ファミリー劇場とは？ -------------- */
.whatsFamigekiBnr {
  background-color: #fff;
  margin: 0 0 24px 0;
  display: block;
  text-align: center;
  padding: 10px 0 15px;
  border: 2px solid #d36675;
  border-radius: 5px;
}

.whatsFamigekiBnr h2 img {
  margin: 0 auto;
  width: 90%;
}

.whatsFamigekiBnr .famigekiBnr-howto {
  position: relative;
  padding-top: 10px;
}

.whatsFamigekiBnr .famigekiBnr-howto a {
  background-color: #d36675;
  color: #fff;
  padding: 5px 40px;
  border-radius: 5px;
}

.whatsFamigekiBnr .famigekiBnr-howto a::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  top: 32%;
  right: 14%;
  bottom: 0;
  left: auto;
  margin: auto auto auto 0;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-315deg);
}

@media only screen and (max-width: 640px) {
  .whatsFamigekiBnr {
    margin: 0 12px 20px;
  }

  .whatsFamigekiBnr h2 img {
    width: 80%;
  }

  .whatsFamigekiBnr .famigekiBnr-howto {
    padding-top: 10px;
  }

  .whatsFamigekiBnr .famigekiBnr-howto a {
    padding: 10px 80px;
    border-radius: 10px;
    font-size: 16px;
  }

  .whatsFamigekiBnr .famigekiBnr-howto a::before {
    width: 0.5em;
    height: 0.5em;
    top: 25%;
    right: 25%;
    bottom: 0;
    left: auto;
    margin: auto auto auto 0;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }

}

/* -------------- フッター -------------- */
footer {
  width: 100%;
  min-width: 980px;
  background: #fff;
}

footer .nav {
  padding: 32px 0 24px 0;
  width: 100%;
  background: #222;
}

footer .nav .inner {
  margin: 0 auto;
  padding: 0 30px 0 25px;
  width: 923px;
  border-left: 1px solid #444;
  border-right: 1px solid #444;
  overflow: hidden;
}

footer .nav .mainNav {
  display: table;
  margin: 0 0 24px 0;
}

footer .nav .mainNav .topLnk a {
  margin-bottom: 15px;
  margin-left: 13px;
  padding-left: 8px;
  background: url(../img/ic_footer_link_arrow_w.png) 0 center no-repeat;
  background-size: 6px 8px;
  color: #fff;
  display: block;
  font-weight: bold;
}

footer .nav .nav1 {
  display: table-cell;
  width: 170px;
  border-right: 1px solid #444;
}

footer .nav .nav1 dl {
  padding: 0 0 0 13px;
}

footer .nav .nav2 {
  display: table-cell;
  width: 247px;
  border-right: 1px solid #444;
}

footer .nav .nav2 dl {
  padding: 0 0 0 39px;
}

footer .nav .nav3 {
  display: table-cell;
  width: 244px;
  border-right: 1px solid #444;
}

footer .nav .nav3 dl {
  padding: 0 0 0 40px;
}

footer .nav .nav4 {
  display: table-cell;
  width: 259px;
}

footer .nav .nav4 dl {
  padding: 0 0 0 39px;
}

footer .nav .mainNav dt {
  margin: 0 0 15px 0;
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  font-weight: bold;
}

footer .nav .mainNav dd ul li {
  display: block;
  margin: 0 0 9px 0;
}

footer .nav .mainNav dd ul li a {
  display: inline-block;
  padding: 0 0 0 11px;
  color: #aaa;
  font-size: 13px;
  background: url(../img/ic_footer_link_arrow.png) 0 center no-repeat;
  background-size: 6px 8px;
}

footer .nav .nav4 ul {
  padding: 0 0 13px 0;
}

footer .nav .subNav {
  padding: 24px 0 0 0;
  border-top: 1px solid #444;
}

footer .nav .subNav ul li {
  display: inline-block;
  padding: 0 20px 0 0;
}

footer .nav .subNav ul li.last {
  padding: 0;
}

footer .nav .subNav ul li a {
  display: inline-block;
  padding: 0 0 0 11px;
  color: #aaa;
  font-size: 13px;
  background: url(../img/ic_footer_link_arrow.png) 0 center no-repeat;
  background-size: 6px 8px;
}

footer .credit {
  padding: 17px 0 14px 0;
  width: 100%;
  background: #333;
}

footer .credit .inner {
  margin: 0 auto;
  width: 980px;
  color: #999;
  font-size: 10px;
  line-height: 1.8em;
  text-align: center;
}

footer .copy {
  padding: 16px 0 24px 0;
  width: 100%;
  color: #999;
  font-size: 10px;
  line-height: 1.5em;
  text-align: center;
  background: #fff;
}

/* フッターナビ */
/*トップページへ*/
/* 番組クレジット */
/* コピーライト */
@media only screen and (max-width: 640px) {
  footer {
    min-width: 320px;
  }

  footer .nav {
    padding: 0;
  }

  footer .nav .inner {
    padding: 0;
    width: 100%;
    border: 0;
  }

  footer .nav .mainNav {
    display: block;
    margin: 0;
  }

  footer .nav .nav0,
  footer .nav .nav1,
  footer .nav .nav2,
  footer .nav .nav3 {
    display: block;
    width: 100%;
    border-bottom: 1px solid #444;
  }

  footer .nav .nav4 {
    display: block;
    width: 100%;
    border-bottom: 1px solid #444;
  }

  footer .nav .nav4 ul {
    padding: 0;
  }

  footer .nav .nav1 dl,
  footer .nav .nav2 dl,
  footer .nav .nav3 dl,
  footer .nav .nav4 dl {
    padding: 0;
  }

  footer .nav .mainNav dt {
    margin: 0;
    padding: 0 12px;
    height: 35px;
  }

  footer .nav .mainNav dt span {
    display: table-cell;
    width: 640px;
    height: 35px;
    font-size: 13px;
    vertical-align: middle;
    background: url(../img/ic_acd_arrow_down_sp.png) right center no-repeat;
    background-size: 16px 16px;
  }

  footer .nav .mainNav dt.active span {
    background: url(../img/ic_acd_arrow_up_sp.png) right center no-repeat;
    background-size: 16px 16px;
  }

  footer .nav .nav0 a {
    padding: 0 12px;
    color: #fff;
    box-sizing: border-box;
    display: block;
    font-weight: bold;
  }

  footer .nav .nav0 span {
    width: 100%;
    padding: 10px 0;
    display: block;
    background: url(../img/ic_acd_arrow_r_sp.png) right center no-repeat;
    background-size: 16px 16px;
  }

  footer .nav .mainNav dd {
    padding: 0 12px;
  }

  footer .nav .mainNav dd ul li {
    float: left;
    margin: 0;
    width: 50%;
    height: 35px;
    vertical-align: middle;
    border-top: 1px solid #444;
    border-right: 1px solid #444;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  footer .nav .mainNav dd ul li:nth-child(even) {
    border-right: 0;
  }

  footer .nav .mainNav dd ul li a {
    display: table-cell;
    padding: 0 0 0 10px;
    width: 50%;
    height: 35px;
    vertical-align: middle;
    font-size: 10px;
    line-height: 1.2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  footer .nav .mainNav dd ul li:nth-child(even) a {
    padding: 0 0 0 22px;
    background-position: 12px center;
  }

  footer .nav .subNav {
    padding: 0 12px;
    border-top: 0;
  }

  footer .nav .subNav ul li {
    float: left;
    margin: 0;
    padding: 0;
    width: 50%;
    height: 35px;
    vertical-align: middle;
    border-top: 1px solid #444;
    border-right: 1px solid #444;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  footer .nav .subNav ul li:nth-child(-n+2) {
    border-top: 0;
  }

  footer .nav .subNav ul li:nth-child(even) {
    border-right: 0;
  }

  footer .nav .subNav ul li a {
    display: table-cell;
    padding: 0 0 0 10px;
    width: 50%;
    height: 35px;
    vertical-align: middle;
    font-size: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  footer .nav .subNav ul li:nth-child(even) a {
    padding: 0 0 0 22px;
    background-position: 12px center;
  }

  footer .sslSP {
    padding: 12px;
    background: #eee;
  }

  footer .credit {
    padding: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  footer .credit .inner {
    width: 100%;
    font-size: 9px;
  }

  footer .copy {
    font-size: 9px;
  }

  /*トップページへ*/
}

#pagetop {
  position: fixed;

  right: 0;
  bottom: 30px;
  /*background-color: #000;*/
  width: 42px;
  /*height: 42px;*/
  display: none;
  cursor: pointer;
}

#pagetop span {
  display: table-cell;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
}

#pagetop span img {
  width: 42px;
}


/* p_top_header */

.p_top_header {
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
}

.p_top_header.fixed {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.p_top_header_inner {
  max-width: 1200px;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  /* padding: 0 2%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p_top_header_logo {
  width: 190px;
}

.p_top_header_logo img {
  max-width: 100%;
  height: auto;
  display: block;
}

.p_top_header_contact {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: end;
}

.p_top_header_contact_howto {
  margin: 0 5px 0 0;
  position: relative;

}

.p_top_header_contact_howto a {
  background-color: #d36675;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 180px;
  height: 40px;
  font-size: 17px;
  border-radius: 25px;
  -webkit-transition: .3s;
  transition: .3s;

}

.p_top_header_contact_howto a::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  top: 0;
  right: 15%;
  bottom: 0;
  left: auto;
  margin: auto auto auto 0;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-315deg);

}


.p_top_header_contact_howto a:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.p_top_header_contact_search {
  width: 35px;
}

.p_top_header_contact_search img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.p_top_header_contact_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* padding-right: 12px; */
}

.p_top_header_contact_sns img {
  max-width: 100%;
  height: auto;
  display: block;
}

.p_top_header_contact_sns_tw {
  width: 35px;
}

.p_top_header_contact_sns_fb {
  width: 35px;
}

.p_top_header_contact_sns a {
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
}

.p_top_header_contact_sns a:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.p_top_header_contact_sp {
  display: none;
}

.p_top_header_menu_sp {
  display: none;
}

.mnav {
  display: block;
}

.mnav>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.mnav>ul>li {
  margin-right: 2em;
  width: 25%;
}

.mnav>ul>li:hover {
  background-color: #fefefe;
}

.mnav>ul>li:hover .menu {
  max-height: 9999px;
  opacity: 1;
}

.mnav>ul>li:active .menu {
  max-height: 9999px;
  opacity: 1;
}

.mnav>ul>li.toggle>a {
  /* pointer-events: none; */
  display: block;
}

.mnav>ul>li>a {
  font-size: 15px;
  display: block;
  padding: 25.5px 1em 15.5px;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.mnav>ul>li>a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #01afec;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

.mnav>ul>li>a:hover:after {
  bottom: 9px;
  opacity: 1;
  visibility: visible;
}

.mnav>ul>li>a.s_menu span {
  position: relative;
}

.mnav>ul>li>a.s_menu span:after {
  position: absolute;
  content: "";
  background-image: url(../../img/top/btm_arw.png);
  width: 12px;
  height: 9px;
  right: -16px;
  bottom: 7px;
}

.mnav>ul>li>a.nav_icon span {
  position: relative;
}

.mnav>ul>li>a.nav_icon span:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: -16px;
  top: 1px;
}

.mnav>ul>li>a.time_icon span:before {
  background-image: url(../../img/top/menu_time_icon.png);
}

.mnav>ul>li>a.search_icon span:before {
  background-image: url(../../img/top/menu_time_grass.png);
}

.mnav>ul>li>a.present_icon span:before {
  background-image: url(../../img/top/menu_time_present.png);
}

.mnav>ul>li>a.mail_icon span:before {
  background-image: url(../../img/top/menu_time_mail.png);
}

.mnav>ul>li>a.know_icon span:before {
  background-image: url(../../img/top/menu_time_know.png);
}

.mnav>ul .menu {
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  background-color: #fff;
  z-index: 1;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.mnav>ul .menu .menu_inner {
  width: 980px;
  margin: 0 auto;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* -ms-flex-wrap: wrap;
      flex-wrap: wrap; */
}

.mnav>ul .menu .menu_inner.m_osusume {
  border-bottom: solid 1px #333;
}

.mnav>ul .menu .menu_inner.m_osusume li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* .mnav>ul .menu .menu_inner.m_Genre {
  border-bottom: solid 1px #333;
} */

.mnav>ul .menu .menu_inner.m_Genre li {
  /* width: 15%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mnav>ul .menu .menu_inner.m_original {
  margin: 15px auto;
}

.mnav>ul .menu .menu_inner.m_original li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 26%;
}

.mnav>ul .menu .menu_inner.m_original li a img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
}

.mnav>ul .menu .menu_inner.m_original li a:after {
  content: none;
}

.mnav>ul .menu .menu_inner .m_search {
  position: relative;
}

.mnav>ul .menu .menu_inner.m_about li a {
  display: block;
}

.mnav>ul .menu .menu_inner.m_about li a img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 6px;
}

.mnav>ul .menu .menu_inner.m_about li a:after {
  content: none;
}

.mnav>ul .menu .menu_inner.m_about li a span {
  position: relative;
}

.mnav>ul .menu .menu_inner.m_about li a span:after {
  position: absolute;
  content: "";
  background-image: url(../../img/top/blank_img.png);
  width: 12px;
  height: 10px;
  right: -16px;
  bottom: 6px;
}

.mnav>ul .menu .menu_inner.m_about li a span.blank_none:after {
  content: none;
}

.mnav>ul .menu .menu_inner.m_about .m_about_left {
  width: 24%;
  border-right: solid 1px #333;
}

.mnav>ul .menu .menu_inner.m_about .m_about_right {
  width: 75%;
}

.mnav>ul .menu .menu_inner.m_about .m_about_right_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mnav>ul .menu .menu_inner.m_about .m_about_right_inner ul li {
  width: 33%;
  margin: 0 0 15px 0;
}

.mnav>ul .menu .menu_inner .sbox {
  width: 290px;
  height: 36px;
  font-size: 13px;
  padding: 0 10px;
  border-radius: 2px;
  outline: 0;
  background: #fff;
  border: solid 1px #333;
  -webkit-appearance: none;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mnav>ul .menu .menu_inner .sbox:focus {
  border: solid 1px #908f8f;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.mnav>ul .menu .menu_inner .sbtn {
  content: "";
  position: absolute;
  right: 14px;
  top: 10px;
  width: 17px;
  height: 17px;
  background-image: url(../../img/top/search_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
  border: none;
  cursor: pointer;
}

.mnav>ul .menu .menu_inner .sbtn:focus {
  outline: none;
  opacity: .7;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.mnav>ul .menu a {
  color: #333;
  position: relative;
  font-size: 15px;
  -webkit-transition: 3s;
  transition: 3s;
}

.mnav>ul .menu a:after {
  position: absolute;
  content: "";
  background-image: url(../../img/top/menu_arrow.png);
  width: 8px;
  height: 14px;
  right: -14px;
  top: 4px;
  -webkit-transition: .2s;
  transition: .2s;
}

.mnav>ul .menu a:hover {
  opacity: .7;
  -webkit-transition: .2s;
  transition: .2s;
}

.mnav>ul .menu a:hover:after {
  right: -17px;
}

@media screen and (max-width: 1080px) {
  .mnav>ul {
    font-size: 13px;
  }

  .mnav>ul>li {
    margin-right: 1em;
  }

  .mnav>ul>li>a {
    padding: 25.5px 0.7em 15.5px;
    font-size: 13px;
  }

  .p_top_header_inner {
    padding: 0 1%;
  }

  .p_top_header_logo {
    margin: 0 5px 0 0;
  }

  .p_top_header_contact {
    width: 25%;
  }

  .p_top_header_contact_howto {
    width: 60%;
  }

  .p_top_header_contact_howto a {
    width: 100%;
    font-size: 14px;
  }

  .p_top_header_contact_search {
    width: 100%;
  }

  .p_top_header_contact_sns {
    width: 37%;
  }

  .p_top_header_contact_sns_tw {
    width: 100%;
  }

  .p_top_header_contact_sns_fb {
    width: 100%;
  }

}

@media screen and (max-width: 1024px) {

  .menu {
    height: 20px;
    position: absolute;
    left: 10px;
    top: 20px;
    width: 30px;
    z-index: 99999;
  }

  .menu.active {
    position: fixed;
  }

  .menu_line {
    background: #333;
    display: block;
    height: 2px;
    position: absolute;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 100%;
  }

  .menu__line--center {
    top: 9px;
  }

  .menu__line--bottom {
    bottom: 0;
  }

  .menu__line--top.active {
    top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu__line--center.active {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  .menu__line--bottom.active {
    bottom: 10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .mnav {
    display: none;
  }

  .gnav {
    background: #fff;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    overflow: auto;
  }

  .gnav_head {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .gnav_head_logo {
    width: 125px;
    height: auto;
  }

  .gnav_head_logo img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  .gnav_head_menu {
    width: 100%;
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    background-color: #01afec;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .gnav_head_menu_item {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .gnav_head_menu_item a {
    color: #fff;
    display: block;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 0;
  }

  .gnav_head_menu_item a img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .gnav_visual {
    background-color: #ECECEC;
    padding: 10px;
  }

  .gnav_visual_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .gnav_visual_inner_img {
    width: 40%;
  }

  .gnav_visual_inner_img img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .gnav_visual_inner_txt {
    width: 57%;
    line-height: 1.4;
  }

  .gnav_menu {
    border-top: solid 1px #333;
    margin: 0 0 20px 0;
  }

  .gnav_menu:after {
    content: "";
    display: block;
    clear: both;
  }

  .gnav_menu_item {
    width: 33.33333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .gnav_menu_item:nth-child(3n) {
    border-right: none;
  }

  .gnav_menu_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 5px 0;
    position: relative;
    font-size: 12px;
  }

  .gnav_menu_item a:after {
    content: "";
    background-image: url(../../img/top/sp_menu_arrow.png);
    background-repeat: no-repeat;
    width: 8px;
    height: 14px;
    position: absolute;
    right: 5px;
    top: 1px;
    bottom: 0;
    margin: auto;
    color: #333;
    font-size: 3px;
  }

  .gnav_search {
    position: relative;
    padding: 0 10px;
    margin: 0 0 30px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .gnav_search .sbox {
    width: 100%;
    height: 36px;
    font-size: 11px;
    padding: 0 10px;
    border-radius: 2px;
    outline: 0;
    background: #fff;
    border: solid 1px #333;
    -webkit-appearance: none;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .gnav_search .sbox:focus {
    border: solid 1px #908f8f;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }

  .gnav_search .sbtn {
    content: "";
    position: absolute;
    right: 22px;
    top: 10px;
    width: 17px;
    height: 17px;
    background-image: url(../../img/top/search_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    border: none;
    cursor: pointer;
  }

  .gnav_search .sbtn:focus {
    outline: none;
    opacity: .7;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }

  .gnav_original_ttl {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin: 0 0 15px 0;
  }

  .gnav_original_ttl .ttl_line {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(0%, #01afec));
    background: linear-gradient(transparent 90%, #01afec 0%);
  }

  .gnav_original_menu {
    border-top: solid 1px #333;
    margin: 0 0 25px 0;
  }

  .gnav_original_menu_item {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .gnav_original_menu_item:nth-child(2n) {
    border-right: none;
  }

  .gnav_original_menu_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 5px 0;
    position: relative;
    font-size: 12px;
  }

  .gnav_original_menu_item a:after {
    content: "";
    background-image: url(../../img/top/sp_menu_arrow.png);
    background-repeat: no-repeat;
    width: 8px;
    height: 14px;
    position: absolute;
    right: 5px;
    top: 1px;
    bottom: 0;
    margin: auto;
    color: #333;
    font-size: 3px;
  }

  .gnav_original_menu:after {
    content: "";
    display: block;
    clear: both;
  }

  .gnav_about a.icon_about:before {
    position: absolute;
    content: '';
    background-image: url(../../img/top/nav_icon_about.png);
    background-size: 100%;
    width: 20px;
    height: 20px;
    left: 10px;
  }

  .gnav_about a.icon_club:before {
    position: absolute;
    content: '';
    background-image: url(../../img/top/nav_icon_cl.png);
    background-size: 100%;
    width: 20px;
    height: 20px;
    left: 10px;
  }

  .gnav_about a.icon_blog:before {
    position: absolute;
    content: '';
    background-image: url(../../img/top/nav_icon_blog.png);
    background-size: 100%;
    width: 20px;
    height: 20px;
    left: 10px;
  }

  .gnav_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 25px 0;
  }

  .gnav_sns_item {
    width: 10%;
    margin: 0 8px;
  }

  .gnav_sns_item a {
    display: block;
  }

  .gnav_sns_item a img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .p_top_header_menu_sp {
    display: block;
    width: 33%;
  }

  .p_top_header_gnav {
    display: none;
  }

  .p_top_header_contact {
    display: none;
  }

  .p_top_header_inner {
    height: 60px;
    position: relative;
  }

  .p_top_header_logo {
    width: 125px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }

  .p_top_header_contact_sp {
    position: absolute;
    right: 0px;
    top: 0;
    width: 30%;
    height: 60px;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .p_top_header_contact_sp_guide {
    width: 50%;
    /* padding-top: 10px; */
  }
  /* .p_top_header_contact_sp_guide a{
    padding: 10px;
  } */
  .p_top_header_contact_sp_guide a img{ 
    width: 70%;
    padding:10px 0;
    margin: 0 auto;
  }


  .p_top_header_contact_sp_method {
    width: 50%;
    /* background: #d36675; */
    /* text-align: center; */
    /* padding-top: 10px; */
  }

  .p_top_header_contact_sp img {
    max-width: 60px;
    height: auto;
    display: block;
    /* padding-top: 10px; */
    margin: 0 auto;
  }

  .p_top_header_contact_sp_method a {
    /* color: #fff; */
    float: right;

  }

}

@media screen and (max-width: 980px) {
  .mnav>ul>li {
    margin-right: 1em;
  }

  .mnav>ul>li>a {
    padding: 25.5px 0.7em 15.5px;
    font-size: 12px;
  }

  .mnav>ul>li>a.nav_icon span:before {
    content: none;
  }

  .mnav>ul>li>a.s_menu span:after {
    bottom: 5px;
    width: 7px;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 6px;
    right: -10px;
    top: 6px;
  }

  .mnav>ul .menu a {
    font-size: 12px;
  }

  .mnav>ul .menu .menu_inner {
    width: 97%;
    padding: 15px 1%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .p_top_header_contact_howto a {
    height: 35px;
  }

  /* .p_top_header_contact_sp {
    width: 100px;
  } */
}

@media screen and (max-width: 768px) {}

input::-ms-clear {
  visibility: hidden;
}