
/** initialize
------------------------------------ **/

#headerArea {
  z-index: auto !important;
  width: 100%  !important;
}

/** svg icons initialize
------------------------------------ **/
.all_svg{
  display: none;
}

.icons {
  height: 0.8em;
  width: 0.8em;
  padding: 0px 4px;
  position: relative;
  top: 1px;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
  box-sizing: content-box;
}

.icons.gray6 {
  fill: #666;
}

.open_drop .dropdown_trriger .icons {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/**
  共通ナビ
--------------------------------------**/
.jcom_common_navi_top{
  background-color: #E5E5E5;
  position: relative;
}
.jcom_common_navi_top_inner{
  width: 960px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  height: 40px;
}
.jcom_common_navi_top_link{
  line-height: 1;
  font-size: 12px;
  font-weight: normal;
  color: #666;
  width: 130px;
  float: left;
  padding: 10px 0 0; 
}
.jcom_common_navi_top_link a{
  color: #666;
}
.icon_inline{
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.site_utility{
  float: right;
  width: 600px;
  height: 40px;
}
.option_linklist{
  float: right;
  overflow: hidden;
}
.option_linklist li{
  float: left;
}
.option_linklist li a{
  display: block;
  padding: 10px;
  color: #666;
  font-size: 12px;
}

.user_site_utility{
  float: right;
  overflow: hidden;
}
.user_site_utility li{
  float: left;
}
.user_site_utility li a{
  width: auto;
  display: block;
  border-left: 1px solid #fff;
  box-sizing: border-box;
  height: 40px;
  text-align: center;
  padding: 8px 10px;
  color: #333;
  font-size: 14px;
}
.user_site_utility li.login a{
  width: 96px;
  padding-left: 6px;
}

.jcom_common_navi_title{
  float: right;
  background-color: #f0f0f0;
  padding-top: 10px;
  width: 108px;
  height: 40px;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  color: #E83416;
  line-height: 1;
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: .4px;
}
.jcom_common_navi_title a{
  color: #E83416;
}
.jcom_common_navi_title span {
  display: block;
  font-weight: normal;
  font-size: 9px;
}

.jcom_common_navi {
  position: relative;
  font-size: 14px;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;

  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  background: #FFF;
  height: 61px;
  -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 {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.jcom_common_navi.is-sticky {
  top: 0px;
}

.common_navi_title {
  float: left;
  padding: 20px 10px;
  margin-right: 15px;
}

.jcom_common_navi_list {
  float: left;
  letter-spacing: -.4em;
  margin-right: 15px;
  width: 540px;
  box-sizing: border-box;
}

.jcom_common_navi_list > li {
  letter-spacing: normal;
  /*padding: 16px 0 11px;*/
  display: inline-block;
  position: relative;
  height: 61px;
  -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;
  padding: 23px 10px;
  line-height: 1;
  color: #333;
}
.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 {
  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{
  background-color: #fff;
}
.common_navi_list_dropdown_box {
  /*display: none;*/
  z-index: 5003;
  position: absolute;
  background-color: #FFF;
  width: 432px;
  height: 0px;
  -webkit-transition: .3s;
  transition: .3s;
  overflow: hidden;
  top: 61px;
  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: 350px;
  box-sizing: border-box;
  padding-bottom: 40px;
}

.dropdown_box_header {
  padding: 25px 25px 16px;
  text-align: center;
}
.dropdown_box_header a{
  color: #333;
}
.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-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;
  color: #333;
}

.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;
}

a.common_navi_support_box_button {
  float: left;
  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: 14px;
  font-size: 12px;
  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;
  height: 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: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 460px;
  border-left-color: transparent;
}

.open_app_navi_visible {
  overflow: visible;
}


.megamenu_box_close{
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 30px;
  bottom: 10px;
  right: 10px;
}

.megamenu_box_close_line{
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  top: 15px;
  left:0;
  background-color: #999;
  border-radius: 2px;
}
.megamenu_box_close_line01 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.megamenu_box_close_line02 {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}


.sticky_header{
  position: fixed;
  top: -61px;
  transition: .3s;
}
.is-sticky{
  top: 0;
}
/*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;
}

.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: 5003;
  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: 60px;
  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: flex;
  -webkit-transition: .3s;
  transition: .3s;
}
.current_navi .megamenu_box:not(:target) {
  display: inline\9;
}
.megamenu_box_content {
  width: 370px;
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  padding-bottom: 60px;
}

.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;
  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;
  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;
  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;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F0F0F0;
}

.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;
  margin-bottom: 15px;
  color: #666;
  padding: 0 10px;
}
.megamenu_box_support_title a {
  color: #333;
}
.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;
  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 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;
  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;
  letter-spacing: -.4px;
  color: #333;
}
.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;
}

.megamenu_box_close_line01 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.megamenu_box_close_line02 {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.font76percent {
    font-size: 76%;
}



