@charset "UTF-8";
/*=================================
	reset.css
================================ */
body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
figure, figcaption,
p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* common */
html {
  font-size: 62.5%;
  /* 10px = 1rem */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-size: 14px;
  font-size: 1.4em;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  text-align: center;
  color: #000;
  vertical-align: bottom;
}

input, textarea, select, option, optgroup {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
  line-height: 1;
  vertical-align: bottom;
}

hr {
  display: none;
}

/* link */
a {
  outline: none;
  -webkit-transition: .3s;
  transition: .3s;
}

a:link {
  color: #333333;
  text-decoration: none;
}

a:visited {
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: underline;
}

a:active {
  color: inherit;
}

sub {
  vertical-align: bottom;
}

sup {
  vertical-align: top;
}

/* for Talking Browser */
.voiceGuide {
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 1px;
}

/* margin-top */
.is-marginTop0 {
  margin-top: 0px !important;
}

.is-marginBottom0 {
  margin-bottom: 0px !important;
}

.is-marginTop5 {
  margin-top: 5px !important;
}

.is-marginBottom5 {
  margin-bottom: 5px !important;
}

.is-marginTop10 {
  margin-top: 10px !important;
}

.is-marginBottom10 {
  margin-bottom: 10px !important;
}

.is-marginTop15 {
  margin-top: 15px !important;
}

.is-marginBottom15 {
  margin-bottom: 15px !important;
}

.is-marginTop20 {
  margin-top: 20px !important;
}

.is-marginBottom20 {
  margin-bottom: 20px !important;
}

.is-marginTop25 {
  margin-top: 25px !important;
}

.is-marginBottom25 {
  margin-bottom: 25px !important;
}

.is-marginTop30 {
  margin-top: 30px !important;
}

.is-marginBottom30 {
  margin-bottom: 30px !important;
}

.is-marginTop35 {
  margin-top: 35px !important;
}

.is-marginBottom35 {
  margin-bottom: 35px !important;
}

.is-marginTop40 {
  margin-top: 40px !important;
}

.is-marginBottom40 {
  margin-bottom: 40px !important;
}

.is-marginTop45 {
  margin-top: 45px !important;
}

.is-marginBottom45 {
  margin-bottom: 45px !important;
}

.is-marginTop50 {
  margin-top: 50px !important;
}

.is-marginBottom50 {
  margin-bottom: 50px !important;
}

/* text-align */
.alignLeft {
  text-align: left !important;
}

.alignCenter {
  text-align: center !important;
}

.alignRight {
  text-align: right !important;
}

/* txt */
.txtExLarge {
  font-size: 17px;
  font-size: 1.7rem;
}

.txtLarge {
  font-size: 15px;
  font-size: 1.5rem;
}

.txtSmall {
  font-size: 11px;
  font-size: 1.1rem;
}

.bold {
  font-weight: bold;
}

.caution {
  color: #cc0000;
}

.caption {
  margin-top: 5px;
  font-size: 11px;
  font-size: 1.1rem;
}

/* clear */
.clear {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

/*ページトップに挿入されるyahoo tag Managerのiframeをhide*/
.all_svg {
  display: none;
}

.icon_link {
  display: inline-block;
  height: 1em;
}

.icon_link .after_link {
  height: inherit;
  position: relative;
  top: 16%;
  max-width: 30px;
}

.icons {
  height: 0.8em;
  width: 0.8em;
  padding: 0px 4px;
  position: relative;
  top: 1px;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
}

.icons.gray6 {
  fill: #666;
}

#spSwitch {
  display: none;
}

@media (max-device-width: 480px) {
  #spSwitch {
    background: url(/common/images4/top_sp_set.jpg) no-repeat scroll 0 0 transparent;
    display: block;
    padding: 87px 0;
    width: 960px;
    margin: 6px auto;
  }
}

.contents_inner {
  max-width: 1000px;
  width: 100%;
  min-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

/* header */
.header_banner_area {
  z-index: 5001;
  position: relative;
  background-color: #fff;
}

.header_banner_area_inner {
  position: relative;
}

.header_banner_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  line-height: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #aaa;
}

.header_banner_close:before, .header_banner_close:after {
  content: ' ';
  background-color: #fff;
  height: 2px;
  width: 14px;
  border-radius: 4px;
  line-height: 1;
  display: block;
  position: absolute;
  top: 7px;
  left: 2px;
}

.header_banner_close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header_banner_close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#header:before, #header:after {
  display: table;
  content: " ";
}

#header:after {
  clear: both;
}

.gloval_navi {
  border-width: 0 0 1px 0;
  border-color: #ccc;
  border-style: solid;
  height: 60px;
  z-index: 5001;
  position: relative;
  background-color: #fff;
}

.gloval_navi:before, .gloval_navi:after {
  display: table;
  content: " ";
}

.gloval_navi:after {
  clear: both;
}

.start_page_set {
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding-top: 22px;
  width: 220px;
  margin-right: 38px;
  text-align: left;
  padding-left: 12px;
}

.start_page_set a {
  cursor: pointer;
}

/*content navi*/
.contents_navi {
  float: left;
}

.contents_navi_list {
  float: left;
  position: relative;
}

.contents_navi_list .contents_navi_item {
  -webkit-transition: .3s;
  transition: .3s;
  height: 60px;
  width: 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  border-left: 1px solid #F0F0F0;
}

.contents_navi_list .contents_navi_item:last-child {
  border-right: 1px solid #F0F0F0;
}

.contents_navi_figure {
  cursor: pointer;
  width: 100%;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 10px 0;
}

.contents_navi_figure_caption {
  display: block;
  text-align: center;
  font-weight: bold;
  margin-top: 3px;
  font-size: 12px;
  font-size: 1.2rem;
}

.ico_global_other {
  display: inline-block;
  position: relative;
  width: 21px;
  height: 5px;
  line-height: 0;
  overflow: hidden;
  margin-top: 16px;
}

.ico_global_other .dots {
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #999999;
  display: inline-block;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin-right: 3px;
}

.ico_global_other .dot03 {
  margin-right: 0;
}

/*mega menu*/
#overlay_wrap {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 5000;
}

.contents_navi_item:before, .contents_navi_item:after {
  display: table;
  content: " ";
}

.contents_navi_item:after {
  clear: both;
}

.contents_navi_item.tv .contents_navi_figure_caption {
  color: #FA0089;
}

.contents_navi_item.net .contents_navi_figure_caption {
  color: #0086CD;
}

.contents_navi_item.phone .contents_navi_figure_caption {
  color: #00A33E;
}

.contents_navi_item.mobile .contents_navi_figure_caption {
  color: #00A5A8;
}

.contents_navi_item.electricity .contents_navi_figure_caption {
  color: #F18D00;
}

.contents_navi_item.gas .contents_navi_figure_caption {
  color: #163A98;
}

.contents_navi_item.other .contents_navi_figure_caption {
  color: #999999;
}

.contents_navi_item .push_recommend_icon {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #333;
  border-radius: 50%;
  top: 8px;
  margin-left: 14px;
}

.contents_navi_item.tv .push_recommend_icon {
  background-color: #FA0089;
  -webkit-box-shadow: 0 0 6px 3px rgba(250, 0, 137, 0.3);
          box-shadow: 0 0 6px 3px rgba(250, 0, 137, 0.3);
}

.contents_navi_item.net .push_recommend_icon {
  background-color: #0086CD;
  -webkit-box-shadow: 0 0 6px 3px rgba(0, 134, 205, 0.3);
          box-shadow: 0 0 6px 3px rgba(0, 134, 205, 0.3);
}

.contents_navi_item.phone .push_recommend_icon {
  background-color: #00A33E;
  -webkit-box-shadow: 0 0 6px 3px rgba(0, 163, 62, 0.3);
          box-shadow: 0 0 6px 3px rgba(0, 163, 62, 0.3);
}

.contents_navi_item.mobile .push_recommend_icon {
  background-color: #00A5A8;
  -webkit-box-shadow: 0 0 6px 3px rgba(0, 165, 168, 0.3);
          box-shadow: 0 0 6px 3px rgba(0, 165, 168, 0.3);
}

.contents_navi_item.electricity .push_recommend_icon {
  background-color: #F18D00;
  -webkit-box-shadow: 0 0 6px 3px rgba(241, 141, 0, 0.3);
          box-shadow: 0 0 6px 3px rgba(241, 141, 0, 0.3);
}

.contents_navi_item.gas .push_recommend_icon {
  background-color: #163A98;
  -webkit-box-shadow: 0 0 6px 3px rgba(22, 58, 152, 0.3);
          box-shadow: 0 0 6px 3px rgba(22, 58, 152, 0.3);
}

.contents_navi_item.other .push_recommend_icon {
  background-color: #E83416;
  -webkit-box-shadow: 0 0 6px 3px rgba(232, 52, 22, 0.3);
          box-shadow: 0 0 6px 3px rgba(232, 52, 22, 0.3);
}

.contents_navi_item.current_navi {
  z-index: 5001;
  background-color: #FFFFFF;
  height: 61px;
  border-left: 1px solid transparent;
  -webkit-box-shadow: 0px 4px 6px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 6px 1px rgba(0, 0, 0, 0.3);
}

.contents_navi_item.current_navi .contents_navi_figure {
  height: 61px;
}

.contents_navi_item.current_navi .ico_global_other .dots {
  background-color: #E83416;
}

.contents_navi_item.current_navi.tv {
  background: #fff -webkit-gradient(linear, left top, left bottom, from(rgba(250, 0, 137, 0.1)), color-stop(80%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background: #fff linear-gradient(to bottom, rgba(250, 0, 137, 0.1) 0%, rgba(255, 255, 255, 0.1) 80%, rgba(255, 255, 255, 0.1) 100%);
}

.contents_navi_item.current_navi.net {
  background: #fff -webkit-gradient(linear, left top, left bottom, from(rgba(0, 134, 205, 0.1)), color-stop(80%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background: #fff linear-gradient(to bottom, rgba(0, 134, 205, 0.1) 0%, rgba(255, 255, 255, 0.1) 80%, rgba(255, 255, 255, 0.1) 100%);
}

.contents_navi_item.current_navi.phone {
  background: #fff -webkit-gradient(linear, left top, left bottom, from(rgba(0, 163, 62, 0.1)), color-stop(80%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background: #fff linear-gradient(to bottom, rgba(0, 163, 62, 0.1) 0%, rgba(255, 255, 255, 0.1) 80%, rgba(255, 255, 255, 0.1) 100%);
}

.contents_navi_item.current_navi.mobile {
  background: #fff -webkit-gradient(linear, left top, left bottom, from(rgba(0, 165, 168, 0.1)), color-stop(80%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background: #fff linear-gradient(to bottom, rgba(0, 165, 168, 0.1) 0%, rgba(255, 255, 255, 0.1) 80%, rgba(255, 255, 255, 0.1) 100%);
}

.contents_navi_item.current_navi.electricity {
  background: #fff -webkit-gradient(linear, left top, left bottom, from(rgba(241, 141, 0, 0.1)), color-stop(80%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background: #fff linear-gradient(to bottom, rgba(241, 141, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 80%, rgba(255, 255, 255, 0.1) 100%);
}

.contents_navi_item.current_navi.gas {
  background: #fff -webkit-gradient(linear, left top, left bottom, from(rgba(22, 58, 152, 0.1)), color-stop(80%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background: #fff linear-gradient(to bottom, rgba(22, 58, 152, 0.1) 0%, rgba(255, 255, 255, 0.1) 80%, rgba(255, 255, 255, 0.1) 100%);
}

.contents_navi_item.current_navi.other {
  background: #fff -webkit-gradient(linear, left top, left bottom, from(rgba(232, 52, 22, 0.1)), color-stop(80%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background: #fff linear-gradient(to bottom, rgba(232, 52, 22, 0.1) 0%, rgba(255, 255, 255, 0.1) 80%, rgba(255, 255, 255, 0.1) 100%);
}

.contents_navi_item:hover.tv {
  background: #fff -webkit-gradient(linear, left top, left bottom, from(rgba(250, 0, 137, 0.1)), color-stop(80%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background: #fff linear-gradient(to bottom, rgba(250, 0, 137, 0.1) 0%, rgba(255, 255, 255, 0.1) 80%, rgba(255, 255, 255, 0.1) 100%);
}

.contents_navi_item:hover.net {
  background: #fff -webkit-gradient(linear, left top, left bottom, from(rgba(0, 134, 205, 0.1)), color-stop(80%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background: #fff linear-gradient(to bottom, rgba(0, 134, 205, 0.1) 0%, rgba(255, 255, 255, 0.1) 80%, rgba(255, 255, 255, 0.1) 100%);
}

.contents_navi_item:hover.phone {
  background: #fff -webkit-gradient(linear, left top, left bottom, from(rgba(0, 163, 62, 0.1)), color-stop(80%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background: #fff linear-gradient(to bottom, rgba(0, 163, 62, 0.1) 0%, rgba(255, 255, 255, 0.1) 80%, rgba(255, 255, 255, 0.1) 100%);
}

.contents_navi_item:hover.mobile {
  background: #fff -webkit-gradient(linear, left top, left bottom, from(rgba(0, 165, 168, 0.1)), color-stop(80%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background: #fff linear-gradient(to bottom, rgba(0, 165, 168, 0.1) 0%, rgba(255, 255, 255, 0.1) 80%, rgba(255, 255, 255, 0.1) 100%);
}

.contents_navi_item:hover.electricity {
  background: #fff -webkit-gradient(linear, left top, left bottom, from(rgba(241, 141, 0, 0.1)), color-stop(80%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background: #fff linear-gradient(to bottom, rgba(241, 141, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 80%, rgba(255, 255, 255, 0.1) 100%);
}

.contents_navi_item:hover.gas {
  background: #fff -webkit-gradient(linear, left top, left bottom, from(rgba(22, 58, 152, 0.1)), color-stop(80%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background: #fff linear-gradient(to bottom, rgba(22, 58, 152, 0.1) 0%, rgba(255, 255, 255, 0.1) 80%, rgba(255, 255, 255, 0.1) 100%);
}

.contents_navi_item:hover.other {
  background: #fff -webkit-gradient(linear, left top, left bottom, from(rgba(232, 52, 22, 0.1)), color-stop(80%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background: #fff linear-gradient(to bottom, rgba(232, 52, 22, 0.1) 0%, rgba(255, 255, 255, 0.1) 80%, rgba(255, 255, 255, 0.1) 100%);
}

.megamenu_box {
  -webkit-transition: .3s;
  transition: .3s;
  display: none;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 630px;
  min-height: 200px;
  top: 61px;
  left: -110px;
  z-index: 1;
  text-align: left;
  background-color: #F0F0F0;
  -webkit-box-shadow: 0px 4px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 6px 0 rgba(0, 0, 0, 0.2);
}

.megamenu_box:before, .megamenu_box:after {
  display: table;
  content: " ";
}

.megamenu_box:after {
  clear: both;
}

.current_navi .megamenu_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .3s;
  transition: .3s;
}

.megamenu_box_content {
  width: 370px;
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  padding-bottom: 60px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.megamenu_link {
  font-weight: bold;
}

.tv a.megamenu_link {
  color: #FA0089;
}

.tv a.megamenu_link svg {
  fill: #FA0089;
}

.net a.megamenu_link {
  color: #0086CD;
}

.net a.megamenu_link svg {
  fill: #0086CD;
}

.phone a.megamenu_link {
  color: #00A33E;
}

.phone a.megamenu_link svg {
  fill: #00A33E;
}

.mobile a.megamenu_link {
  color: #00A5A8;
}

.mobile a.megamenu_link svg {
  fill: #00A5A8;
}

.electricity a.megamenu_link {
  color: #F18D00;
}

.electricity a.megamenu_link svg {
  fill: #F18D00;
}

.gas a.megamenu_link {
  color: #163A98;
}

.gas a.megamenu_link svg {
  fill: #163A98;
}

.other a.megamenu_link {
  color: #999999;
}

.other a.megamenu_link svg {
  fill: #999999;
}

.megamenu_box_content_inner {
  padding: 24px;
}

.megamenu_box_title {
  padding: 0;
  margin-bottom: 15px;
}

.megamenu_box_content_discliption {
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 15px;
  letter-spacing: -.4px;
}

.megamenu_box_content_discliption .discliption_supplement {
  display: block;
  line-height: 1.4;
  font-size: 10px;
  font-size: 1rem;
  color: #999;
  margin-top: 4px;
}

.megamenu_box_content_bottom {
  position: absolute;
  bottom: 0;
  width: 370px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px 30px 0;
  height: 60px;
  border-top: 1px solid #e5e5e5;
}

a.content_about_button {
  color: #666;
}

.megamenu_box_content_menu {
  margin: 0 10px 0;
}

.megamenu_box_content_menu:before, .megamenu_box_content_menu:after {
  display: table;
  content: " ";
}

.megamenu_box_content_menu:after {
  clear: both;
}

.megamenu_box_content_menu li {
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.megamenu_box_content_menu li a {
  color: #666;
  padding: 8px;
  line-height: 1;
  position: relative;
  display: block;
}

.megamenu_box_content_menu li a .icons {
  fill: #666;
  position: absolute;
  right: 8px;
  top: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.megamenu_box_content_menu li a:hover .icons {
  right: 4px;
}

.megamenu_box_content_menu + .megamenu_box_content_recommend {
  margin-top: 25px;
}

.megamenu_box_content_recommend {
  background-color: #f0f0f0;
  border-width: 0 0 2px;
  border-style: solid;
  border-color: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  margin: 0 10px 0;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.megamenu_box_content_recommend .push_recommend_icon {
  right: 8px;
}

.megamenu_box_content_recommend .megamenu_box_content_recommend_body {
  height: 0;
  min-height: 0;
  overflow: hidden;
  padding: 0 8px 0 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  line-height: 1.8;
  -webkit-transition: .3s;
  transition: .3s;
}

.megamenu_box_content_recommend .megamenu_box_content_recommend_link {
  display: inline-block;
  padding: 3px 0 3px 0;
  color: #666;
}

.megamenu_box_content_recommend.open_recommend {
  border-bottom-color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.megamenu_box_content_recommend.open_recommend .megamenu_box_content_recommend_title:before {
  height: 0;
}

.megamenu_box_content_recommend.open_recommend .megamenu_box_content_recommend_body {
  height: auto;
  margin-bottom: 6px;
}

.megamenu_box_content_recommend_title {
  font-weight: bold;
  line-height: 1.6;
  font-size: 14px;
  font-size: 1.4rem;
  cursor: pointer;
  padding: 15px 8px 14px 34px;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.megamenu_box_content_recommend_title:hover {
  opacity: 0.7;
}

.megamenu_box_content_recommend_title:before {
  content: ' ';
  -webkit-transition: .3s;
  transition: .3s;
  position: absolute;
  border-radius: 6px;
  display: block;
  top: 18px;
  left: 17px;
  height: 14px;
  width: 2px;
  background-color: #666;
}

.megamenu_box_content_recommend_title:after {
  content: ' ';
  border-radius: 6px;
  position: absolute;
  display: block;
  top: 24px;
  left: 11px;
  height: 2px;
  width: 14px;
  background-color: #666;
}

.tv .megamenu_box_content_recommend .megamenu_box_content_recommend_title {
  color: #FA0089;
}

.net .megamenu_box_content_recommend .megamenu_box_content_recommend_title {
  color: #0086CD;
}

.phone .megamenu_box_content_recommend .megamenu_box_content_recommend_title {
  color: #00A33E;
}

.mobile .megamenu_box_content_recommend .megamenu_box_content_recommend_title {
  color: #00A5A8;
}

.electricity .megamenu_box_content_recommend .megamenu_box_content_recommend_title {
  color: #F18D00;
}

.gas .megamenu_box_content_recommend .megamenu_box_content_recommend_title {
  color: #163A98;
}

.other .megamenu_box_content_recommend .megamenu_box_content_recommend_title {
  color: #999999;
}

.tv .open_recommend {
  background-color: rgba(250, 0, 137, 0.1);
}

.tv .open_recommend .megamenu_box_content_recommend_title {
  color: #333;
}

.net .open_recommend {
  background-color: rgba(0, 134, 205, 0.1);
}

.net .open_recommend .megamenu_box_content_recommend_title {
  color: #333;
}

.phone .open_recommend {
  background-color: rgba(0, 163, 62, 0.1);
}

.phone .open_recommend .megamenu_box_content_recommend_title {
  color: #333;
}

.mobile .open_recommend {
  background-color: rgba(0, 165, 168, 0.1);
}

.mobile .open_recommend .megamenu_box_content_recommend_title {
  color: #333;
}

.electricity .open_recommend {
  background-color: rgba(241, 141, 0, 0.1);
}

.electricity .open_recommend .megamenu_box_content_recommend_title {
  color: #333;
}

.gas .open_recommend {
  background-color: rgba(22, 58, 152, 0.1);
}

.gas .open_recommend .megamenu_box_content_recommend_title {
  color: #333;
}

.other .open_recommend {
  background-color: rgba(153, 153, 153, 0.1);
}

.other .open_recommend .megamenu_box_content_recommend_title {
  color: #333;
}

.megamenu_box_support {
  width: 260px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F0F0F0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.megamenu_box_support_inner {
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 12px;
}

.megamenu_box_support_inner:last-child {
  border-bottom: none;
}

.megamenu_box_list {
  margin-bottom: 30px;
}

.megamenu_box_list li {
  background-color: #fff;
  margin-bottom: 2px;
}

.megamenu_box_list li:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.megamenu_box_list li:last-child {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.megamenu_box_list li a {
  padding: 12px;
  font-weight: bold;
  color: #666;
  display: block;
  position: relative;
}

.megamenu_box_list li a .icons {
  position: absolute;
  right: 3px;
  top: 16px;
  -webkit-transition: .3s;
  transition: .3s;
}

.megamenu_box_list li a:hover .icons {
  right: 4px;
}

.megamenu_box_support_title {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #666;
  padding: 0 10px;
}

.megamenu_box_support_list {
  padding: 0 10px;
}

.megamenu_box_support_list li {
  margin-bottom: 10px;
}

.megamenu_box_support_list li a {
  color: #737373;
  line-height: 1;
  position: relative;
  padding-left: 14px;
}

.megamenu_box_support_list li a:before {
  content: '・';
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
}

.megamenu_box_support_more_all {
  display: inline-block;
  padding-right: 14px;
  line-height: 1;
  position: relative;
}

.megamenu_box_support_more_all svg {
  position: relative;
  right: -4px;
  width: 8px;
  height: 8px;
}

.tv .megamenu_box_support_more_all {
  color: #FA0089;
}

.tv .megamenu_box_support_more_all svg {
  fill: #FA0089;
}

.net .megamenu_box_support_more_all {
  color: #0086CD;
}

.net .megamenu_box_support_more_all svg {
  fill: #0086CD;
}

.phone .megamenu_box_support_more_all {
  color: #00A33E;
}

.phone .megamenu_box_support_more_all svg {
  fill: #00A33E;
}

.mobile .megamenu_box_support_more_all {
  color: #00A5A8;
}

.mobile .megamenu_box_support_more_all svg {
  fill: #00A5A8;
}

.electricity .megamenu_box_support_more_all {
  color: #F18D00;
}

.electricity .megamenu_box_support_more_all svg {
  fill: #F18D00;
}

.gas .megamenu_box_support_more_all {
  color: #163A98;
}

.gas .megamenu_box_support_more_all svg {
  fill: #163A98;
}

.other .megamenu_box_support_more_all {
  color: #999999;
}

.other .megamenu_box_support_more_all svg {
  fill: #999999;
}

.megamenu_box_close {
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 30px;
  bottom: 15px;
  right: 15px;
}

.megamenu_box_close_line {
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  top: 15px;
  left: 0;
  background-color: #999;
  border-radius: 2px;
}

.other .megamenu_box {
  background-color: #fff;
  padding-bottom: 55px;
}

.megamenu_box_other_title {
  font-size: 20px;
  font-size: 2rem;
  padding: 20px;
  font-weight: bold;
}

.megamenu_box_other_list {
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 1px 0;
  border-style: solid;
  border-color: #f0f0f0;
}

.megamenu_box_other_list:before, .megamenu_box_other_list:after {
  display: table;
  content: " ";
}

.megamenu_box_other_list:after {
  clear: both;
}

.megamenu_box_other_list li {
  width: 50%;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #f0f0f0;
}

.megamenu_box_other_list li:last-child {
  border-bottom-color: transparent;
}

.megamenu_box_other_list li a {
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 1;
  padding: 11px 16px 8px;
}

.megamenu_box_other_list li a:hover {
  background-color: #e5e5e5;
}

.megamenu_box_other_list li a figure:before, .megamenu_box_other_list li a figure:after {
  display: table;
  content: " ";
}

.megamenu_box_other_list li a figure:after {
  clear: both;
}

.megamenu_box_other_list li a figure .thumbnail {
  display: block;
  float: left;
  vertical-align: middle;
  width: 32px;
  height: 32px;
}

.megamenu_box_other_list li a figure .thumbnail img {
  width: 100%;
  height: auto;
}

.megamenu_box_other_list li a figure figcaption {
  display: block;
  float: left;
  width: 220px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  position: relative;
}

.megamenu_box_other_list li a figure figcaption h4 {
  color: #E83416;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 6px;
}

.megamenu_box_other_list li a figure figcaption h4 .icons {
  fill: #E83416;
}

.megamenu_box_other_list li a figure figcaption p {
  white-space: nowrap;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: -.4px;
}

.megamenu_box_other_list li a figure figcaption .new_icon {
  position: absolute;
  top: -1px;
  right: 22px;
  display: block;
  border-radius: 16px;
  background-color: #E83416;
  color: #fff;
  letter-spacing: 0.2px;
  padding: 4px 6px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 8px;
  font-size: 0.8rem;
}

.megamenu_box_close_line01 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.megamenu_box_close_line02 {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

a.support_box_button {
  float: right;
  display: block;
  background-color: #7BC100;
  border-radius: 18px;
  padding: 12px 10px 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  height: 36px;
  -webkit-transition: .3s;
  transition: .3s;
  margin: 7px 60px 0 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
}

a.support_box_button svg {
  fill: #fff;
}

a.support_box_button:hover {
  text-decoration: none;
  background-color: #8fd416;
}

a.jcom_official {
  float: right;
  margin-top: 12px;
  width: 86px;
  height: 27px;
  font-weight: bold;
  text-align: center;
  color: #E83416;
  line-height: 1;
  white-space: nowrap;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 20px;
  font-size: 2rem;
}

a.jcom_official:hover {
  text-decoration: none;
  opacity: 0.6;
}

a.jcom_official span {
  display: block;
  font-weight: normal;
  font-size: 9px;
  font-size: 0.9rem;
  margin-top: 4px;
}

.header_contents_inner {
  padding-top: 30px;
}

.header_contents_inner:before, .header_contents_inner:after {
  display: table;
  content: " ";
}

.header_contents_inner:after {
  clear: both;
}

.logo_myjcom {
  float: left;
  margin: 0 10px 0 10px;
}

.search_block {
  float: left;
  position: relative;
}

.search_form {
  overflow: visible;
  margin-bottom: 10px;
  padding: 0 50px 0 60px;
  position: relative;
  min-height: 63px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 630px;
}

.search_form:before, .search_form:after {
  display: table;
  content: " ";
}

.search_form:after {
  clear: both;
}

#suggest_input_border {
  border: 2px solid #666666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  width: 520px;
  height: 40px;
  position: relative;
  overflow: visible;
}

#suggest_input_border:before, #suggest_input_border:after {
  display: table;
  content: " ";
}

#suggest_input_border:after {
  clear: both;
}

a#search-suggest {
  display: block;
  float: left;
  background: #999;
  width: 26px;
  height: 36px;
  border-top-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

a#search-suggest .icons {
  fill: #fff;
  top: 27%;
  width: 1rem;
  height: 1rem;
  -webkit-transition: .3s;
  transition: .3s;
}

a#search-suggest.bssuggest-pull-btn-u {
  border-bottom-left-radius: 0px;
}

a#search-suggest.bssuggest-pull-btn-u .icons {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

a#search-suggest.bssuggest-pull-btn-d .icons {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.search_input_text {
  float: left;
  min-width: 331px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 10px;
  height: 36px;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  color: #444;
}

.search_type {
  text-align: left;
  height: 36px;
  z-index: 10;
  right: 157px;
  position: absolute;
  top: 2px;
}

.search_type a {
  cursor: pointer;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 10px 8px 10px;
  color: #666;
  box-sizing: border-box;
}

.search_type .icons {
  fill: #666;
  right: -5px;
  width: 1rem;
  height: 1rem;
  z-index: -1;
}

.search_input_button {
  width: 105px;
  display: block;
  float: left;
  background-color: #666;
  height: 36px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.7px;
  position: absolute;
  right: 52px;
  top: 2px;
  cursor: pointer;
}

.search_type_select {
  display: none;
  position: absolute;
  background: #fff;
  overflow: visible;
  width: 160px;
  top: 38px;
  right: 155px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  border-width: 1px 2px 2px 2px;
  border-color: #666;
  border-top-color: #999;
  border-style: solid;
  z-index: 1;
}

.search_type_select li {
  margin-bottom: 4px;
}

.search_type_select li:last-child {
  margin-bottom: 0;
}

.search_type_select li a {
  display: block;
  padding: 2px 10px;
}

.search_type_select li a:hover {
  text-decoration: none;
  background-color: #ccc;
}

.search_hot_word {
  clear: both;
  display: inline-block;
  position: relative;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  padding-left: 28px;
  margin-top: 6px;
  line-height: 1.4;
}

.search_hot_word_icon {
  left: 0;
  top: -6px;
  display: inline-block;
  position: relative;
  margin-right: 6px;
}

.word_list {
  display: inline-block;
  text-align: left;
  overflow: hidden;
  letter-spacing: -.4em;
  white-space: nowrap;
  width: 415px;
  height: 1.4em;
}

.word_list li {
  letter-spacing: normal;
  display: inline-block;
  margin-right: 1.4rem;
  float: left;
}

.word_list li a {
  color: #999;
  font-size: 12px;
  font-size: 1.2rem;
}

.utility_box {
  float: left;
}

.utility_list li {
  float: left;
  margin: 0 6px;
}

.utility_list li a {
  display: inline-block;
  width: 50px;
  font-size: 12px;
  font-size: 1.2rem;
  white-space: nowrap;
  color: #666;
  line-height: 1.2;
  font-weight: bold;
}

.utility_list li.utility_list_user_info a {
  width: 60px;
}

.utility_list_caption {
  display: block;
  text-align: center;
  margin-top: 8px;
}

.local_navi {
  margin-bottom: 25px;
  background: #E5E5E5;
}

.local_navi:before, .local_navi:after {
  display: table;
  content: " ";
}

.local_navi:after {
  clear: both;
}

.local_navi_list {
  letter-spacing: -.4em;
  display: inline-block;
}

.local_navi_list > li {
  letter-spacing: normal;
  display: inline-block;
  position: relative;
}

.local_navi_list > li > a {
  display: inline-block;
  font-weight: bold;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 17px 14px;
  line-height: 1;
}

.local_navi_list > li > a:before {
  content: ' ';
  background-color: #ccc;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  margin: 8px 0;
  position: absolute;
}

.local_navi_list > li > a:hover {
  background-color: #ccc;
}

.local_navi_list > li > a > svg {
  fill: #666;
  right: -4px;
}

.local_navi_list li:first-child a:before {
  background-color: transparent;
}

.local_navi_list_dropdown {
  cursor: pointer;
}

.local_navi_list_dropdown.open_drop, .local_navi_list_dropdown.open_menu {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 6px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 6px 0px rgba(0, 0, 0, 0.4);
}

.local_navi_list_dropdown.open_drop > a, .local_navi_list_dropdown.open_menu > a {
  background-color: #fff;
}

.local_navi_list_dropdown.open_drop > a:hover, .local_navi_list_dropdown.open_menu > a:hover {
  background-color: #fff;
}

.local_navi_list_dropdown.open_drop > a:before, .local_navi_list_dropdown.open_menu > a:before {
  background-color: #fff;
}

.local_navi_list_dropdown.open_drop > a .icons, .local_navi_list_dropdown.open_menu > a .icons {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.local_navi_list_dropdown_box {
  z-index: 5003;
  position: absolute;
  background-color: #FFF;
  width: 432px;
  height: 0px;
  -webkit-transition: .3s;
  transition: .3s;
  overflow: hidden;
  top: 47px;
  left: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px silid #ddd;
  -webkit-box-shadow: 0 4px 6px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 6px 0px rgba(0, 0, 0, 0.4);
}

.open_drop .local_navi_list_dropdown_box {
  height: 350px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 40px;
}

.open_menu .local_navi_list_dropdown_box {
  display: block;
  height: 350px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 40px;
}

.dropdown_box_header {
  padding: 25px 25px 16px;
  text-align: center;
}

.block_button {
  display: block;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 300px;
  height: 53px;
  padding-top: 16px;
  line-height: 1;
  margin: 0 auto 15px auto;
  border: 2px solid #666;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

a.jcomColor {
  color: #E83416;
  border-color: #E83416;
}

a.jcomColor .icons {
  fill: #E83416;
}

.dropdown_box_list {
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 1px 0;
  border-style: solid;
  border-color: #f0f0f0;
}

.dropdown_box_list:before, .dropdown_box_list:after {
  display: table;
  content: " ";
}

.dropdown_box_list:after {
  clear: both;
}

.dropdown_box_list > li {
  width: 50%;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #f0f0f0;
}

.dropdown_box_list > li:last-child {
  border-bottom-color: transparent;
}

.dropdown_box_list > li a {
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  padding: 11px 12px 8px;
  letter-spacing: -.4px;
}

.dropdown_box_list > li a:hover {
  background-color: #f6f6f6;
  text-decoration: none;
}

.dropdown_box_list > li a .link_supplement {
  margin-top: 6px;
  display: block;
  color: #666;
  line-height: 1.4;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
}

.trend_news_list {
  overflow: hidden;
  margin-top: -11px;
  margin-bottom: 14px;
  list-style: circle;
}

.trend_news_list li {
  display: inline-block;
  margin-right: 40px;
}

.trend_news_list li:last-child {
  margin-right: 0;
}

.trend_news_list li a {
  color: #666;
}

.trend_news_list li a:before {
  content: "・";
}

.note_area {
  margin-bottom: 25px;
}

.note_area:last-child {
  margin-bottom: 25px;
}

.note_area_inner {
  border: 1px solid #ccc;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.note_area_inner {
  padding: 7px 0;
}

.note_area_inner dl {
  overflow: hidden;
  text-align: left;
}

.note_area_inner dl dt,
.note_area_inner dl dd {
  line-height: 1;
  display: inline-block;
  text-align: left;
}

.note_area_inner dl dt {
  font-weight: bold;
  width: 16%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 36px;
  position: relative;
}

.note_area_inner dl dt:before {
  content: '!';
  background-color: #E83416;
  text-align: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  color: #fff;
  font-size: weight;
  display: block;
  position: absolute;
  top: -2px;
  left: 11px;
  padding-top: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.note_area_inner dl dd {
  width: calc(100% - 16% - 16px);
}

/* main */
#main:before, #main:after {
  display: table;
  content: " ";
}

#main:after {
  clear: both;
}

.main_inner {
  margin-bottom: 60px;
  text-align: left;
  min-height: 300px;
}

.contents_container {
  float: left;
  width: calc(100% - 300px);
}

#main {
  padding-bottom: 40px;
}

.main_contents {
  float: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 25px;
  width: calc(100% - 180px);
}

.tabBox:before, .tabBox:after {
  display: table;
  content: " ";
}

.tabBox:after {
  clear: both;
}

.list {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f0f0f0;
  margin-bottom: 15px;
  white-space: nowrap;
}

.list li {
  letter-spacing: normal;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  text-align: center;
}

.list li a {
  cursor: pointer;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
  color: #666;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-box-shadow: inset 0 -2px 0px 0 #95989A;
          box-shadow: inset 0 -2px 0px 0 #95989A;
}

.list li a:hover {
  text-decoration: none;
  color: #000;
  -webkit-box-shadow: inset 0 -2px 0px 0 #000;
          box-shadow: inset 0 -2px 0px 0 #000;
}

.list li:last-child a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.list li.on a {
  text-decoration: none;
  color: #000;
  -webkit-box-shadow: inset 0 -2px 0px 0 #000;
          box-shadow: inset 0 -2px 0px 0 #000;
}

_::-webkit-full-page-media, _:future, :root .list li {
  display: inline-block;
  width: 16%;
}

_::-webkit-full-page-media, _:future, :root .list li:last-child {
  display: inline-block;
  width: 20%;
}

_::-webkit-full-page-media, _:future, :root .list li:last-child a {
  width: 100%;
}

.detail {
  display: none;
  margin-bottom: 25px;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  min-height: 240px;
}

.detail:before, .detail:after {
  display: table;
  content: " ";
}

.detail:after {
  clear: both;
}

#news01 {
  display: block;
}

.current_content {
  display: block;
}

.figureCol .figure {
  float: right;
  width: 140px;
  margin-left: 15px;
}

.figureCol .figure > a {
  display: block;
  margin-bottom: 5px;
  width: 100%;
  background-color: #eee;
  text-align: center;
}

.figureCol .figure > a img {
  width: auto;
  max-height: 113px;
  max-width: 140px;
}

.figureCol p {
  font-size: 12px;
  font-size: 1.2rem;
}

.figureCol .txSmall a {
  display: block;
}

.figureCol .iconLink01 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 10;
}

.figureCol .iconLink01 a {
  color: #333;
}

.figureCol .copy {
  color: #666;
  margin-bottom: 25px;
}

a.news_contents_all {
  color: #333;
  clear: both;
  display: block;
  width: 100px;
  margin-top: 18px;
  padding: 4px;
  font-size: 12px;
  font-size: 1.2rem;
}

a.news_contents_all svg {
  fill: #666;
  width: 1.2rem;
  height: 1.2rem;
}

.newsList {
  float: right;
  width: calc(100% - 140px - 15px);
}

.newsList ul li {
  line-height: 1.2;
  position: relative;
  padding: 0 0 15px 12px;
  height: 1em;
}

.newsList ul li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  direction: ltr;
  display: block;
  max-width: 100%;
}

.newsList ul li a .news_text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  direction: ltr;
  display: block;
  float: left;
  max-width: 100%;
}

.newsList ul li a:hover {
  text-decoration: underline;
}

.newsList ul li a:before {
  content: '・';
  position: absolute;
  font-weight: bold;
  left: -2px;
  top: 0;
  bottom: 0;
}

.newsList ul li .news_icons {
  float: left;
  position: relative;
  margin-left: 4px;
}

.news_tab:before, .news_tab:after {
  display: table;
  content: " ";
}

.news_tab:after {
  clear: both;
}

.news_tab_menu {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f0f0f0;
  margin-bottom: 15px;
  white-space: nowrap;
}

.news_tab_menu li {
  letter-spacing: normal;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  text-align: center;
}

.news_tab_menu li a {
  cursor: pointer;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
  color: #666;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-box-shadow: inset 0 -2px 0px 0 #95989A;
          box-shadow: inset 0 -2px 0px 0 #95989A;
}

.news_tab_menu li a.current_tab, .news_tab_menu li a:hover {
  text-decoration: none;
  color: #000;
  -webkit-box-shadow: inset 0 -2px 0px 0 #000;
          box-shadow: inset 0 -2px 0px 0 #000;
}

.news_tab_menu li:last-child a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

_::-webkit-full-page-media, _:future, :root .news_tab_menu li {
  display: inline-block;
  width: 16%;
}

_::-webkit-full-page-media, _:future, :root .news_tab_menu li:last-child {
  display: inline-block;
  width: 20%;
}

_::-webkit-full-page-media, _:future, :root .news_tab_menu li:last-child a {
  width: 100%;
}

.news_tab_contents {
  display: none;
  margin-bottom: 25px;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}

.news_tab_contents:before, .news_tab_contents:after {
  display: table;
  content: " ";
}

.news_tab_contents:after {
  clear: both;
}

.news_tab_contents_inner {
  position: absolute;
}

.current_content {
  display: block;
}

.news_contents_figure {
  float: left;
  width: 140px;
}

.news_contents_figure.figure_right {
  margin-left: 15px;
}

.news_contents_figure.figure_left {
  margin-right: 15px;
}

.news_contents_figure > a {
  display: block;
  margin-bottom: 5px;
  width: 100%;
  background-color: #eee;
  text-align: center;
}

.news_contents_figure > a img {
  width: auto;
  max-height: 113px;
  max-width: 140px;
}

.news_contents_figure p {
  font-size: 12px;
  font-size: 1.2rem;
}

.news_contents_figure .news_contents_figcaption a {
  display: block;
}

.news_contents_figure .news_contents_copyright {
  color: #666;
  margin-bottom: 25px;
}

a.news_contents_all {
  color: #333;
  clear: both;
  display: block;
  width: 150px;
  margin-top: 6px;
  padding: 4px;
  font-size: 12px;
  font-size: 1.2rem;
}

a.news_contents_all svg {
  fill: #666;
  width: 1.2rem;
  height: 1.2rem;
}

.news_contents_list {
  float: left;
  width: calc(100% - 140px - 15px);
}

.news_contents_list li {
  line-height: 1.2;
  position: relative;
  padding: 0 0 15px 12px;
  height: 1em;
}

.news_contents_list li a {
  -webkit-font-feature-settings: palt;
          font-feature-settings: palt;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  direction: ltr;
  display: block;
  float: left;
  max-width: 100%;
}

.news_contents_list li a:hover {
  text-decoration: underline;
}

.news_contents_list li a:before {
  content: '・';
  position: absolute;
  font-weight: bold;
  left: -2px;
  top: 0;
  bottom: 0;
}

.news_contents_list li a .news_text {
  -webkit-font-feature-settings: palt;
          font-feature-settings: palt;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  direction: ltr;
  display: block;
  float: left;
  max-width: 100%;
}

.news_contents_list li a .news_text:hover {
  text-decoration: underline;
}

.news_contents_list li .news_icons {
  float: left;
  position: relative;
  margin-left: 4px;
}

.hot_faq {
  margin-bottom: 25px;
}

.hot_faq_title {
  color: #666;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}

.hot_faq_title:after {
  content: " ";
  position: absolute;
  top: 9px;
  border-bottom: 1px solid #ccc;
  z-index: -1;
  height: 1px;
  width: 76%;
  right: 0;
}

.hot_faq_list {
  overflow: hidden;
  letter-spacing: -.4em;
}

.hot_faq_list li {
  letter-spacing: normal;
  float: right;
  margin-bottom: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  padding-left: 14px;
  position: relative;
}

.hot_faq_list li a:before {
  content: "・";
  position: absolute;
  left: 0;
}

.section {
  margin-bottom: 25px;
  position: relative;
}

.section:before, .section:after {
  display: table;
  content: " ";
}

.section:after {
  clear: both;
}

.section_title {
  border-bottom: 2px solid #999;
  font-size: 18px;
  font-size: 1.8rem;
  color: #000;
  position: relative;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
  padding: 2px 0 8px 0;
  overflow: hidden;
  vertical-align: bottom;
}

.section_title .icons {
  width: 1.4rem;
  height: 1.4rem;
}

.section_title .supplement {
  color: #666;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  float: right;
  position: relative;
  text-align: right;
  top: 5px;
  padding-right: 2px;
  letter-spacing: -.1rem;
}

.section_title .supplement .icons {
  width: 1em;
  height: 1em;
}

.section_title .supplement.afford {
  letter-spacing: .1px;
}

.section_title .supplement_left {
  float: none;
  top: 2px;
  margin-left: 12px;
}

.mode_feature_left_figure {
  float: left;
  width: 140px;
  margin-right: 15px;
}

.mode_feature_left_figure a.mode_feature_left_figure_link {
  display: block;
  margin-bottom: 5px;
  width: 100%;
  background-color: #eee;
  text-align: center;
}

.mode_feature_left_figure a.mode_feature_left_figure_link img {
  width: auto;
  max-height: 113px;
  max-width: 140px;
}

.mode_feature_left_figure p {
  font-size: 12px;
  font-size: 1.2rem;
}

.mode_feature_left_figure .mode_feature_left_figcaption {
  margin-bottom: 10px;
}

.mode_feature_left_figure .mode_feature_left_figcaption a {
  display: block;
}

.mode_feature_left_list {
  float: left;
  width: calc(100% - 140px - 15px);
}

.mode_feature_left_list ul {
  padding-bottom: 6px;
}

.mode_feature_left_list li {
  position: relative;
  padding: 0 0 6px 12px;
  margin-bottom: 6px;
  border-bottom: 1px solid #e5e5e5;
}

.mode_feature_left_list li a:before {
  content: '・';
  position: absolute;
  font-weight: bold;
  left: -2px;
  top: 0;
  bottom: 0;
}

a.mode_feature_more {
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
}

a.mode_feature_more .icons {
  fill: #666;
}

.mode_feature_right_figure {
  float: right;
  width: 140px;
  margin-left: 15px;
}

.mode_feature_right_figure a.mode_feature_right_figure_link {
  display: block;
  margin-bottom: 5px;
  width: 100%;
  height: 113px;
  background-color: #eee;
  text-align: center;
}

.mode_feature_right_figure a.mode_feature_right_figure_link img {
  width: 100%;
  height: 113px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mode_feature_right_figure p {
  font-size: 12px;
  font-size: 1.2rem;
}

.mode_feature_right_figure .mode_feature_right_figcaption {
  margin-bottom: 10px;
}

.mode_feature_right_figure .mode_feature_right_figcaption a {
  display: block;
}

.mode_feature_right_figure .mode_feature_right_more {
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
}

.mode_feature_right_list {
  float: right;
  width: calc(100% - 140px - 15px);
}

.mode_feature_right_list ul {
  padding-bottom: 6px;
}

.mode_feature_right_list li {
  position: relative;
  padding: 0 0 6px 12px;
  margin-bottom: 6px;
  border-bottom: 1px solid #e5e5e5;
}

.mode_feature_right_list li a:before {
  content: '・';
  position: absolute;
  font-weight: bold;
  left: -2px;
  top: 0;
  bottom: 0;
}

.mode_feature_center_figure {
  width: 470px;
  margin-bottom: 15px;
}

.mode_feature_center_figure a.mode_feature_center_figure_link {
  display: block;
  width: 100%;
  background-color: #eee;
  text-align: center;
}

.mode_feature_center_figure a.mode_feature_center_figure_link img {
  width: 100%;
  height: 184px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mode_feature_center_figure p {
  font-size: 12px;
  font-size: 1.2rem;
}

.mode_feature_center_figure .mode_feature_center_figcaption a {
  display: block;
  padding: 8px 8px 10px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  background-color: #f0f0f0;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mode_feature_center_figure .mode_feature_center_more {
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
}

.now_onair_list {
  margin-bottom: 10px;
}

.now_onair_list li {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 6px;
  margin-bottom: 6px;
}

.now_onair_list li a {
  display: table;
  width: 100%;
}

.now_onair_list li a:hover {
  background-color: #f6f6f6;
}

.now_onair_list li .figure {
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50px;
}

.now_onair_list li .figure .cell {
  display: inline-block;
  width: 45px;
  height: 45px;
  border: 1px solid #ccc;
}

.now_onair_list li .figure .cell img {
  height: auto;
  max-height: 45px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.now_onair_list li .figcaption {
  min-height: 45px;
  width: calc(100% - 45px - 80px);
  padding-left: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}

.now_onair_list li .figcaption span {
  line-height: 1;
}

.now_onair_list li .figure_category {
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
  display: block;
  margin-bottom: 4px;
}

.now_onair_list li .figure_date {
  display: table-cell;
  width: 80px;
  text-align: left;
  vertical-align: middle;
  color: #666;
  font-weight: bold;
  margin-left: 1rem;
}

.section_more_all {
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
}

.section_more_all svg {
  fill: #666;
  height: 1rem;
  width: 1rem;
  top: 0;
  padding-left: 3px;
}

.figure_item_list {
  margin-bottom: 10px;
}

.figure_item_list li {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 6px;
  margin-bottom: 6px;
}

.figure_item_list li a {
  display: table;
  width: 100%;
}

.figure_item_list li a:hover {
  background-color: #f6f6f6;
}

.figure_item_list li .figure {
  width: 57px;
  height: 45px;
  display: table-cell;
  vertical-align: middle;
}

.figure_item_list li .figure img {
  width: 100%;
  height: auto;
  max-height: 45px;
  -o-object-fit: cover;
     object-fit: cover;
}

.figure_item_list li .figcaption {
  min-height: 45px;
  width: calc(100% - 57px);
  padding-left: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}

.figure_item_list li .figcaption span {
  line-height: 1;
}

.figure_item_list li .figure_term {
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 1px;
}

.figure_x2_item_list {
  margin-bottom: 10px;
}

.figure_x2_item_list li {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 8px;
  margin-bottom: 8px;
}

.figure_x2_item_list li a {
  display: table;
  width: 100%;
}

.figure_x2_item_list li a:hover {
  background-color: #f6f6f6;
}

.figure_x2_item_list li .figure {
  width: 140px;
  height: 75px;
  display: table-cell;
  vertical-align: middle;
}

.figure_x2_item_list li .figure img {
  width: 100%;
  height: auto;
  max-height: 75px;
  -o-object-fit: cover;
     object-fit: cover;
}

.figure_x2_item_list li .figcaption {
  min-height: 75px;
  width: calc(100% - 140px);
  padding-left: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}

.figure_x2_item_list li .figcaption span {
  line-height: 1;
}

.figure_x2_item_list li .figure_title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 6px;
}

.figure_x2_item_list li .figure_discliption {
  color: #666;
}

.figure_x2_item_list li .figure_term {
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 1px;
}

.direct_link_box {
  background-color: #f0f0f0;
  padding: 6px 10px;
  margin-bottom: 25px;
}

.direct_link_list {
  letter-spacing: -0.4em;
  text-align: center;
}

.direct_link_list li {
  margin: 0 8px;
  line-height: 1;
  letter-spacing: normal;
  display: inline-block;
}

.direct_link_list li img {
  margin-right: 6px;
  display: inline-block;
}

.news_list {
  padding: 0 15px;
}

.news_list:before, .news_list:after {
  display: table;
  content: " ";
}

.news_list:after {
  clear: both;
}

.news_list li {
  margin-bottom: 6px;
}

.news_list li:last-child {
  margin-bottom: 0px;
}

.news_list li a {
  display: block;
  padding: 4px 2px;
  overflow: hidden;
}

.news_list li a:hover {
  background-color: #f6f6f6;
}

.news_list dl:before, .news_list dl:after {
  display: table;
  content: " ";
}

.news_list dl:after {
  clear: both;
}

.news_list dt {
  float: left;
  width: 16%;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
  text-align: left;
  line-height: 1.2;
}

.news_list dd {
  -webkit-font-feature-settings: palt;
          font-feature-settings: palt;
  line-height: 1.2;
  float: left;
  width: 84%;
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  direction: ltr;
}

.non_news {
  color: #666;
  padding: 0 13px;
}

.inner_set_more_all {
  margin-top: 15px;
  padding: 0 15px;
}

.section_important_notice {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0 1px #ccc;
          box-shadow: inset 0 0 0 1px #ccc;
  padding: 10px 0;
  margin-bottom: 10px;
}

.section_important_notice_title {
  padding: 0 15px;
  margin-bottom: 10px;
  color: #E83416;
}

/* side menu */
.side_navi {
  float: left;
  width: 180px;
}

.side_navi:before, .side_navi:after {
  display: table;
  content: " ";
}

.side_navi:after {
  clear: both;
}

.jcom_service_menu {
  border: 1px solid #ccc;
  margin-bottom: 15px;
}

.jcom_service_menu_title {
  background-color: #e5e5e5;
  font-weight: bold;
  color: #000;
  padding: 10px 15px;
  margin-bottom: 15px;
}

.jcom_service_menu_inner {
  margin: 0 15px 15px;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #ccc;
}

.jcom_service_menu_inner:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.jcom_service_menu_supplement {
  color: #E83416;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  margin-bottom: 6px;
}

.sub_maenu_banner {
  margin-top: 15px;
}

.jcom_service_banner_notice {
  border-radius: 10px;
  padding: 10px;
  display: block;
  background-color: #f0f0f0;
  font-size: 12px;
  font-size: 1.2rem;
}

.jcom_service_banner_notice:hover {
  text-decoration: none;
  opacity: 0.7;
}

.jcom_service_banner_notice .jcom_service_banner_notice_bold {
  color: #E83416;
  font-weight: bold;
  display: block;
  margin-top: 1px;
  font-size: 14px;
  font-size: 1.4rem;
}

.jcom_service_banner_notice .jcom_service_banner_notice_bold svg {
  fill: #E83416;
}

.jcom_service_menu_sub_title {
  margin-bottom: 10px;
}

.jcom_service_menu_sub_title a {
  color: #000;
  font-weight: bold;
}

.jcom_service_menu_list li {
  position: relative;
  padding-left: 8px;
  margin-bottom: 6px;
}

.jcom_service_menu_list li:last-child {
  margin-bottom: 0;
}

.jcom_service_menu_list li a {
  color: #666;
}

.jcom_service_menu_list li a:before {
  content: '・';
  position: absolute;
  left: -6px;
  top: 0;
  bottom: 0;
  color: #666;
}

.side_menu_section {
  border: 1px solid #ccc;
  margin-bottom: 15px;
}

.side_menu_section_title {
  color: #000;
  padding: 20px 15px 15px 15px;
  font-weight: bold;
}

.side_menu_section_title a {
  color: #000;
}

.side_menu_section_list {
  padding: 0 15px 4px 15px;
}

.side_menu_section_list li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 8px;
}

.side_menu_section_list li a {
  color: #666;
}

.side_menu_section_list li a:before {
  content: '・';
  position: absolute;
  left: -2px;
  top: 0;
  bottom: 0;
  color: #666;
}

.side_menu_section_list li .new:before {
  content: "NEW";
  font-size: 10px;
  font-size: 1rem;
  color: #E83416;
  font-weight: bold;
  display: inline-block;
  top: -5px;
  position: relative;
}

.pickup_menu_list li {
  padding-left: 20px;
}

.pickup_menu_list li a {
  position: relative;
}

.pickup_menu_list li a img {
  display: inline-block;
  position: absolute;
  left: -20px;
  top: 0;
}

.pickup_menu_list li a:before {
  content: ' ';
  display: none;
}

.side_menu_section_more {
  padding: 0 15px 15px 15px;
}

.side_menu_section_more a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
}

.side_menu_section_more a svg {
  fill: #666;
  height: 1rem;
  width: 1rem;
}

.icon_media_list {
  margin-bottom: 10px;
}

.icon_media_list li {
  margin-bottom: 3px;
}

.icon_media_list li:last-child {
  margin-bottom: 0;
}

.icon_media_list li a {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 5px 10px;
  overflow: hidden;
  vertical-align: middle;
}

.icon_media_list li a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.icon_media_list li a figure {
  display: table;
}

.icon_media_list li a figure span {
  width: 40px;
  height: 35px;
  display: table-cell;
  padding-right: 3px;
  vertical-align: middle;
}

.icon_media_list li a figure figcaption {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
  width: 216px;
}

/* aside */
.aside_contents {
  float: left;
  width: 300px;
}

.aside_top_ad {
  margin-bottom: 15px;
  min-height: 250px;
}

.user_status_box {
  border: 2px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 15px;
}

.user_parameter {
  background-color: #999;
  overflow: hidden;
  margin-bottom: 15px;
}

.user_parameter_info {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0 10px 10px;
  font-weight: normal;
}

.user_parameter_info a {
  color: #fff;
}

.user_parameter_info a .icons {
  fill: #fff;
}

.user_region_info {
  width: 60%;
}

.user_login_info {
  width: 40%;
  text-align: right;
  padding-right: 5px;
}

.user_status_box_inner {
  padding: 12px;
}

.user_service_status {
  overflow: hidden;
  margin-bottom: 10px;
}

.user_service_status:last-child {
  margin-bottom: 0;
}

.user_service_status li {
  background-color: #f0f0f0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #fff;
}

.user_service_status li:before, .user_service_status li:after {
  display: table;
  content: " ";
}

.user_service_status li:after {
  clear: both;
}

.user_service_status li:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.user_service_status li:last-child {
  border-bottom: none;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.user_service_status li a {
  display: block;
  position: relative;
  min-height: 56px;
  line-height: 1.3;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.user_service_status li a .icons {
  position: absolute;
  right: 4px;
  width: 1rem;
  height: 1rem;
  top: 23px;
  fill: #999;
}

.user_service_status li a:hover {
  opacity: 0.7;
}

.user_service_status_image {
  float: left;
  width: 50px;
  height: 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 16px 10px;
}

.user_service_status_caption {
  float: left;
  height: 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  width: auto;
  padding-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

.user_service_status_caption.sub_status {
  font-size: 14px;
  font-size: 1.4rem;
}

.user_service_status_caption .status_supplement {
  display: block;
  margin-top: 3px;
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
}

.user_service_status_caption .status_supplement.tv {
  color: #FA0089;
}

.user_service_status_caption .status_supplement.electricity {
  color: #F18D00;
}

.user_service_status_caption .status_supplement.mobile {
  color: #00A5A8;
}

.user_service_status_caption.sub_status .status_supplement {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
}

.user_service_page {
  text-align: left;
}

.user_service_page a {
  width: 100%;
  display: block;
  background-color: #e5e5e5;
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.user_status_box_title {
  padding: 8px 10px;
  line-height: 1;
  background-color: #e5e5e5;
}

.user_status_box_title a {
  font-weight: bold;
}

.weather_region_title {
  display: inline-block;
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
  cursor: pointer;
}

.weather_region_title .icons {
  width: 1rem;
  height: 1rem;
  fill: #333;
}

.weather_region_name {
  font-size: 14px;
  font-size: 1.4rem;
}

a.weather_region_seting {
  display: inline-block;
  float: right;
  color: #666;
  right: -5px;
  position: relative;
}

a.weather_region_seting .icons {
  width: 1rem;
  height: 1rem;
  fill: #333;
}

.weather_region_detail {
  clear: both;
  position: relative;
  padding-top: 11px;
  margin-bottom: 10px;
}

.weather_region_detail:before {
  content: ' ';
  position: absolute;
  top: 0px;
  left: 14px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 11px 0px;
  border-color: transparent transparent #f0f0f0 transparent;
}

.weather_region_data_today {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: 1px solid #fff;
}

.weather_region_data_tommorrow {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.weather_region_data {
  background-color: #f0f0f0;
  width: 276px;
  -webkit-transition: .3s;
  transition: .3s;
}

.weather_region_data:before, .weather_region_data:after {
  display: table;
  content: " ";
}

.weather_region_data:after {
  clear: both;
}

.weather_region_data dt,
.weather_region_data dd {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 8px;
  line-height: 1;
  height: 33px;
}

.weather_region_data dt {
  font-weight: bold;
  color: #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  margin-right: 10px;
  clear: both;
  width: 52px;
  white-space: nowrap;
  position: relative;
  text-align: center;
}

.weather_region_data dt:after {
  content: ':';
  width: 1em;
  height: 1em;
  position: absolute;
  right: -12px;
}

.weather_region_data .date {
  text-align: left;
  width: 94px;
  color: #666;
}

.weather_region_data .icon {
  text-align: left;
  width: 50px;
  white-space: nowrap;
  position: relative;
  text-align: center;
}

.weather_region_data .icon img {
  position: relative;
  width: auto;
  height: 26px;
  margin-top: -7px;
  opacity: 0.7;
}

.weather_region_data .temperature {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 70px;
  float: right;
  width: calc(100% - 52px - 90px - 64px);
}

.weather_region_data .temperature .high {
  position: relative;
  padding-right: 1px;
  color: #E83416;
  font-weight: normal;
}

.weather_region_data .temperature .low {
  position: relative;
  padding: 0 2px;
  color: #0086CD;
  font-weight: normal;
}

.weather_region_data:hover {
  opacity: 0.7;
}

.weather_region_menu {
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 10px 3px;
  margin: 0 0 10px 3px;
}

.weather_region_menu li {
  display: inline-block;
  margin-right: 30px;
}

.weather_region_menu li a {
  color: #666;
}

.weather_region_menu li a .icons {
  height: 1rem;
  width: 1rem;
  fill: #666;
}

.weather_region_infomation {
  text-align: right;
}

.weather_region_infomation a {
  color: #666;
}

.horoscope_title {
  display: inline-block;
  width: 124px;
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
  cursor: pointer;
}

.horoscope_title .icons {
  height: 1rem;
  width: 1rem;
  fill: #333;
}

.horoscope_name {
  font-size: 14px;
  font-size: 1.4rem;
}

.horoscope_star {
  cursor: pointer;
  position: relative;
}

.horoscope_star img {
  position: relative;
  top: -3px;
  left: 0px;
  width: auto;
  height: 18px;
  opacity: 0.6;
  display: inline-block;
  vertical-align: bottom;
}

a.horoscope_setting {
  display: inline-block;
  float: right;
  color: #666;
  right: -5px;
  position: relative;
}

a.horoscope_setting .icons {
  height: 1rem;
  width: 1rem;
  fill: #333;
}

.horoscope_detail {
  clear: both;
  position: relative;
  padding-top: 11px;
  margin-bottom: 10px;
}

.horoscope_detail:before {
  content: ' ';
  position: absolute;
  top: 0px;
  left: 14px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 11px 0px;
  border-color: transparent transparent #f0f0f0 transparent;
}

.horoscope_detail p {
  background-color: #f0f0f0;
  border-radius: 8px;
  padding: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

.aside_section {
  border-top: 2px solid #E5E5E5;
  background-color: #F3F3F3;
  padding: 10px;
  margin-bottom: 15px;
}

.aside_section_title {
  font-weight: bold;
  margin: 6px 0 10px;
}

.aside_figure_list li {
  margin-bottom: 14px;
}

.aside_figure_list li:before, .aside_figure_list li:after {
  display: table;
  content: " ";
}

.aside_figure_list li:after {
  clear: both;
}

.aside_figure_list li:last-child {
  margin-bottom: 0;
}

.aside_figure_list li a {
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

.aside_figure_list li a:hover {
  background-color: #E5E5E5;
}

.aside_figure_list li a figure {
  overflow: hidden;
}

.aside_figure_image {
  width: 65px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.aside_figure_image img {
  width: 100%;
  height: auto;
}

.aside_figure_caption {
  width: 215px;
  width: calc(100% - 65px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  float: left;
  font-weight: bold;
  letter-spacing: -.1px;
}

.aside_figure_caption .aside_figure_supplement {
  font-weight: normal;
  display: block;
  margin-top: 3px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
}

.aside_banner {
  margin-bottom: 15px;
}

.aside_list {
  padding: 8px 4px 4px;
  margin-bottom: 15px;
}

.aside_list li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 8px;
}

.aside_list li:last-child {
  margin-bottom: 0;
}

.aside_list li a:before {
  content: '・';
  position: absolute;
  left: -2px;
  top: 0;
  bottom: 0;
}

.aside_list li a .aside_list_title {
  font-size: 10px;
  font-size: 1rem;
  display: block;
  margin-bottom: 3px;
}

.aside_list_block li {
  padding: 4px 0;
  border-top: 1px solid #ccc;
}

.aside_list_block li a {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
  padding: 6px 2px;
  -webkit-transition: .3s;
  transition: .3s;
}

.aside_list_block li a:hover {
  background-color: #E5E5E5;
  text-decoration: none;
}

.aside_list_block li a .icons {
  fill: #666;
}

.PR_title {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px 0 2px 4px;
  width: 50px;
  text-align: center;
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 4px;
  margin-bottom: 10px;
}

.PR_list li {
  overflow: hidden;
}

.PR_list li a {
  display: inline-block;
}

.PR_list li a:hover {
  opacity: 0.6;
}

.PR_list li .figure {
  float: left;
  width: 80px;
}

.PR_list li .title,
.PR_list li .detail {
  width: 188px;
  float: right;
  font-size: 12px;
  font-size: 1.2rem;
}

.PR_list li .title {
  font-weight: bold;
  display: block;
}

/* footer */
.footer_ad {
  margin: 0 auto 60px;
}

.footer_navi {
  background-color: #E5E5E5;
  min-height: 300px;
}

.footer_navi_inner {
  text-align: left;
  padding: 20px 0 0 0;
}

.footer_menu_title {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
}

.footer_navi .row:before, .footer_navi .row:after {
  display: table;
  content: " ";
}

.footer_navi .row:after {
  clear: both;
}

.footer_navi .table {
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f0f0f0;
  border-radius: 8px;
  display: table;
  width: 100%;
}

.footer_navi .cell {
  vertical-align: top;
  display: table-cell;
}

.footer_navi .cols {
  margin-top: -10px;
}

.footer_navi .cols li {
  margin-top: 10px;
}

.siteLinkAreaL {
  float: left;
  width: 320px;
}

.siteLinkAreaC {
  float: left;
  width: 320px;
}

.siteLinkAreaR {
  float: right;
  width: 334px;
}

.siteLinkCategory {
  display: block;
  margin-bottom: 20px;
}

.siteLinkCategory dt {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 8px;
  margin-bottom: 12px;
}

.siteLinkCategory dt .icons {
  position: relative;
  top: -1px;
}

.siteLinkCategory dd:before, .siteLinkCategory dd:after {
  display: table;
  content: " ";
}

.siteLinkCategory dd:after {
  clear: both;
}

.siteLinkCategory dd ul {
  float: left;
  margin-left: 20px;
}

.siteLinkCategory dd ul:first-child {
  margin-left: 0;
}

.siteLinkCategory dd ul li {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 7px;
}

.siteLinkCategory dd ul li a {
  padding-left: 12px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #666;
}

.siteLinkCategory dd ul li a:before {
  content: '・';
  display: block;
  width: 1rem;
  height: 1rem;
  left: 0px;
  position: absolute;
}

.siteLinkAreaBottom {
  clear: both;
  padding: 30px 0;
}

.siteLinkAreaBottom ul {
  overflow: hidden;
  text-align: left;
}

.siteLinkAreaBottom ul:before, .siteLinkAreaBottom ul:after {
  display: table;
  content: " ";
}

.siteLinkAreaBottom ul:after {
  clear: both;
}

.siteLinkAreaBottom ul li {
  display: inline-block;
  margin-right: 30px;
  font-size: 13px;
  font-size: 1.3rem;
}

.siteLinkAreaBottom ul li.footer_official_link {
  float: right;
}

.siteLinkAreaBottom ul li a {
  color: #666;
}

.footer_infomation {
  background-color: #f0f0f0;
}

.footer_infomation .footer_inner {
  padding: 25px 0;
}

.jasrac {
  text-align: left;
  color: #666;
}

.jasrac dt,
.jasrac dd {
  float: left;
}

.jasrac dt {
  width: 50px;
}

.jasrac_num {
  padding: 18px 15px 0;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.8;
}

.footer_notice {
  padding: 18px 15px 0;
  color: #666;
  line-height: 1.8;
  font-size: 9px;
  font-size: 0.9rem;
}

.copyright {
  padding: 18px 0 0;
  text-align: right;
  vertical-align: bottom;
  line-height: 1.8;
  font-size: 10px;
  font-size: 1rem;
}

.copyright img {
  vertical-align: top;
  display: inline-block;
  margin-right: 6px;
  position: relative;
  margin-top: 1px;
}

/* sticy header */
/**
  共通ナビ
--------------------------------------**/
.jcom_common_navi {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  background: #FFF;
  position: fixed;
  top: -50px;
  height: 50px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 5002;
}

.jcom_common_navi:before, .jcom_common_navi:after {
  display: table;
  content: " ";
}

.jcom_common_navi:after {
  clear: both;
}

.jcom_common_navi_inner {
  max-width: 1000px;
  width: 100%;
  min-width: 1000px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.jcom_common_navi.is-sticky {
  top: 0px;
}

.common_navi_title {
  float: left;
  padding: 14px 10px 0;
  margin-right: 35px;
}

.jcom_common_navi_list {
  float: left;
  letter-spacing: -.4em;
  margin-right: 35px;
}

.jcom_common_navi_list > li {
  letter-spacing: normal;
  display: inline-block;
  position: relative;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.jcom_common_navi_list > li > a {
  display: inline-block;
  font-weight: bold;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 18px 10px;
  line-height: 1;
}

.jcom_common_navi_list > li > a:hover {
  background-color: #f3f3f3;
}

.jcom_common_navi_list > li > a > svg {
  fill: #666;
  right: -4px;
}

.jcom_common_navi_list > li:last-child a {
  border-right: none;
}

.common_navi_list_dropdown {
  cursor: pointer;
}

.common_navi_list_dropdown.open_drop, .common_navi_list_dropdown.open_menu {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 6px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 6px 0px rgba(0, 0, 0, 0.4);
}

.common_navi_list_dropdown.open_drop > a:hover, .common_navi_list_dropdown.open_menu > a:hover {
  background-color: #fff;
}

.common_navi_list_dropdown.open_drop > a .icons, .common_navi_list_dropdown.open_menu > a .icons {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.common_navi_list_dropdown_box {
  z-index: 5003;
  position: absolute;
  background-color: #FFF;
  width: 432px;
  height: 0px;
  -webkit-transition: .3s;
  transition: .3s;
  overflow: hidden;
  top: 50px;
  left: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px silid #ddd;
  -webkit-box-shadow: 0 4px 6px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 6px 0px rgba(0, 0, 0, 0.4);
}

.open_drop .common_navi_list_dropdown_box {
  height: 340px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 40px;
}

.open_menu .common_navi_list_dropdown_box {
  display: block;
  height: 350px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 40px;
}

.dropdown_box_header {
  padding: 25px 25px 16px;
  text-align: center;
}

.block_button {
  display: block;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 300px;
  height: 53px;
  padding-top: 16px;
  line-height: 1;
  margin: 0 auto 15px auto;
  border: 2px solid #666;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

a.jcomColor {
  color: #E83416;
  border-color: #E83416;
}

a.jcomColor .icons {
  fill: #E83416;
}

.dropdown_box_list {
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 1px 0;
  border-style: solid;
  border-color: #f0f0f0;
}

.dropdown_box_list:before, .dropdown_box_list:after {
  display: table;
  content: " ";
}

.dropdown_box_list:after {
  clear: both;
}

.dropdown_box_list > li {
  width: 50%;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #f0f0f0;
}

.dropdown_box_list > li:last-child {
  border-bottom-color: transparent;
}

.dropdown_box_list > li a {
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  padding: 11px 12px 8px;
  letter-spacing: -.4px;
}

.dropdown_box_list > li a:hover {
  background-color: #f6f6f6;
  text-decoration: none;
}

.dropdown_box_list > li a .link_supplement {
  margin-top: 6px;
  display: block;
  color: #666;
  line-height: 1.4;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
}

a.common_navi_support_box_button {
  float: right;
  margin-right: 10px;
  display: block;
  background-color: #7BC100;
  border-radius: 18px;
  padding: 9px 10px 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  height: 32px;
  -webkit-transition: .3s;
  transition: .3s;
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}

a.common_navi_support_box_button svg {
  fill: #fff;
}

a.common_navi_support_box_button:hover {
  text-decoration: none;
  background-color: #8fd416;
}

.application_navi {
  -webkit-transition: .3s;
  transition: .3s;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 60px;
  height: 60px;
  border-width: 0 1px;
  border-color: #e5e5e5;
  border-style: solid;
  background-color: #fff;
  overflow: hidden;
}

.application_navi:before, .application_navi:after {
  display: table;
  content: " ";
}

.application_navi:after {
  clear: both;
}

.application_navi .application_navi_button {
  cursor: pointer;
  display: block;
  width: 60px;
  float: right;
}

.application_navi .contents_navi {
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #E5E5E5;
  position: relative;
  padding-right: 30px;
}

.application_navi .contents_navi:after {
  content: ' ';
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-style: solid;
  border-width: 30px 20px 30px 0;
  border-color: transparent #fff transparent transparent;
}

.application_navi .contents_navi_list .contents_navi_item {
  border-left: 1px solid #FFFFFF;
}

.application_navi .contents_navi_list .contents_navi_item:first-child {
  border-left: 1px solid transparent;
}

.application_navi .contents_navi_list .contents_navi_item:last-child {
  border-right: 1px solid transparent;
}

.application_navi .megamenu_box {
  left: initial;
  right: -93px;
}

.open_app_navi {
  width: 840px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 340px;
  border-left-color: transparent;
}

.open_app_navi_visible {
  overflow: visible;
}

.font76percent {
  font-size: 76%;
}

/*# sourceMappingURL=top.css.map */
