@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;
}

.all_svg {
  display: none;
}

a:hover {
  text-decoration: 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;
}

.icons.deg180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

body.iOS {
  padding-top: constant(safe-area-inset-top);
  padding-right: constant(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-left: constant(safe-area-inset-left);
}

#pageContents {
  position: relative;
}

.contents_inner {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}

img {
  width: 100%;
  height: auto;
}
body > img {
  display: none;
}

#overlay_wrap {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 5000;
}

#homeIconBlock {
  display: none;
  position: relative;
  background: #f4f4f4 url(/common/sp/images/header_home_bg02.png) repeat-x 50% 50%;
  background-size: 60px 60px;
}

#homeIconBlock .text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: 60px;
  background: url(/common/sp/images/header_home_bg01.png) no-repeat 40% 50%;
  background-size: 275px 39px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

#homeIconBlock .close {
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url(/common/sp/images/header_home_ic01.png) no-repeat 50% 50%;
  background-size: 16px 16px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

.header_banner_area_inner {
  position: relative;
  text-align: center;
}

.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;
}

.header_contents_inner {
  position: relative;
  height: 50px;
}

.header_contents_inner:before, .header_contents_inner:after {
  display: table;
  content: " ";
}

.header_contents_inner:after {
  clear: both;
}

.logo_myjcom {
  display: inline-block;
  width: 110px;
  height: 18px;
  line-height: 1;
  margin-top: 16px;
}

.slide_navi_right_button,
.slide_navi_left_button {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 36px;
  font-size: 8px;
  font-size: 0.8rem;
  color: #666;
  white-space: nowrap;
}

.slide_navi_right_button .button_img,
.slide_navi_left_button .button_img {
  position: absolute;
  top: 0;
  left: 0;
}

.slide_navi_right_button {
  right: 0;
}

.slide_navi_left_button {
  left: 0;
}

.local_navi {
  -webkit-overflow-scrolling: touch;
}

.local_navi {
  position: fixed;
  width: 100%;
  left: -100%;
  top: 0;
  bottom: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  overflow: scroll;
  padding-bottom: 40px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.homeIconBlockOffset {
  top: 60px;
}

.local_navi.open_menu {
  left: 0;
  z-index: 5000;
}

.navi_control {
  height: 50px;
  position: relative;
  width: 100%;
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background-color: #f0f0f0;
}

.navi_control:before, .navi_control:after {
  display: table;
  content: " ";
}

.navi_control:after {
  clear: both;
}

.slide_navi_left_button_close .button_img {
  top: 5px;
}

a.navi_control_login {
  position: absolute;
  right: 0;
  display: inline-block;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #666;
}

.local_navi_inner {
  background-color: #fff;
}

.local_navi_inner:before, .local_navi_inner:after {
  display: table;
  content: " ";
}

.local_navi_inner:after {
  clear: both;
}

.local_navi_list {
  border-top: 1px solid #e5e5e5;
  padding: 0;
  margin: 25px 5%;
}

.local_navi_list > li {
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}

.local_navi_list > li > a {
  padding: 15px 10px;
  display: block;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

.local_navi_list > li > a.dropdown_trriger {
  position: relative;
}

.local_navi_list > li > a.dropdown_trriger .icons {
  position: absolute;
  right: 10px;
  top: 36%;
  -webkit-transition: .3s;
  transition: .3s;
  fill: #666;
}

.open_drop .dropdown_trriger .icons {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.local_navi_list_dropdown.open_drop {
  border-color: transparent;
}

.local_navi_list_dropdown_box {
  display: none;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #f0f0f0;
  border-radius: 8px;
  margin-top: 8px;
}

.dropdown_box_header {
  padding: 16px;
  text-align: center;
}

.block_button {
  display: block;
  border-radius: 100px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 16px;
  line-height: 1;
  position: relative;
  margin: 0 auto 15px auto;
  border: 2px solid #666;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.block_button .button_supplement {
  display: block;
  margin-bottom: 6px;
}

.block_button .icons {
  position: absolute;
  right: 10px;
  top: 40%;
}

a.jcomColor {
  color: #E83416;
  border-color: #E83416;
}

a.jcomColor .icons {
  fill: #E83416;
}

.dropdown_box_list {
  text-align: left;
}

.dropdown_box_list > li {
  border-top: 1px solid #fff;
}

.dropdown_box_list > li > a {
  padding: 16px;
  display: block;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}

.dropdown_box_list > li > a .link_supplement {
  font-weight: normal;
  display: block;
  color: #666;
  line-height: 1.6;
  font-size: 12px;
  font-size: 1.2rem;
}

a.support_box_button {
  display: block;
  border: 2px solid #7BC100;
  color: #7BC100;
  background-color: #fff;
  border-radius: 24px;
  font-weight: bold;
  padding-top: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 70%;
  height: 48px;
  -webkit-transition: .3s;
  transition: .3s;
  margin: 7px auto;
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}

a.support_box_button svg {
  fill: #fff;
}

a.support_box_button.height_press36 {
  height: 36px;
  padding-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

.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;
}

/*content navi*/
.contents_navi {
  position: absolute;
  top: 50px;
  display: none;
  z-index: 5001;
  width: 100%;
  background-color: #fff;
}

.contents_navi:before, .contents_navi:after {
  display: table;
  content: " ";
}

.contents_navi:after {
  clear: both;
}

.contents_navi.open_menu {
  background-color: #fff;
}

.slide_navi_right_button .button_img.open_menu {
  display: inline-block;
  margin: 5px 0 0 0;
}

.contents_navi_title {
  background-color: #e5e5e5;
  padding: 6px;
  color: #666;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}

.contents_navi_list {
  position: relative;
}

.contents_navi_list .contents_navi_item {
  -webkit-transition: .3s;
  transition: .3s;
  width: 33.3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  position: relative;
  background-color: #fff;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #ccc;
}

.contents_navi_list .contents_navi_item:last-child {
  border-right: 1px solid #e5e5e5;
}

.contents_navi_list .contents_navi_item:nth-child(4) {
  clear: both;
}

.contents_navi_list .contents_navi_item:nth-child(7) {
  clear: both;
  float: none;
  width: 100%;
  text-align: center;
}

.megamenu_box {
  display: none;
}

#overlay_wrap {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 5000;
}

a.megamenu_box_trgger {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 14px 0 14px 4px;
  height: 60px;
  overflow: hidden;
}

a.megamenu_box_trgger .icons {
  position: absolute;
  top: 46px;
  left: 50%;
  margin-left: -0.4em;
  fill: #ccc;
  -webkit-transition: .3s;
  transition: .3s;
}

.other a.megamenu_box_trgger {
  padding: 10px 6px;
}

.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.other .contents_navi_figure_title {
  color: #999999;
  margin-top: -2px;
  color: #666;
  line-height: 1.4;
  font-weight: bold;
}

.contents_navi_item .push_recommend_icon {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #333;
  border-radius: 50%;
  top: 8px;
  margin-left: 14px;
  right: 8px;
}

.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;
  border-bottom-color: transparent;
}

.contents_navi_item.current_navi .megamenu_box_trgger {
  z-index: 2;
  position: relative;
  margin-bottom: -1px;
}

.contents_navi_item.current_navi .megamenu_box_trgger .icons {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.contents_navi_item.current_navi .ico_global_other .dots {
  background-color: #E83416;
}

.contents_navi_item.current_navi.tv a.megamenu_box_trgger {
  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 a.megamenu_box_trgger {
  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 a.megamenu_box_trgger {
  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 a.megamenu_box_trgger {
  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 a.megamenu_box_trgger {
  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 a.megamenu_box_trgger {
  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 a.megamenu_box_trgger {
  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 {
  display: none;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100vw;
  top: 0px;
  left: 0;
  z-index: 1;
  text-align: left;
  background-color: #F0F0F0;
}

.megamenu_box:before, .megamenu_box:after {
  display: table;
  content: " ";
}

.megamenu_box:after {
  clear: both;
}

.megamenu_box.megamenu_box_offset_left {
  left: 0;
}

.megamenu_box.megamenu_box_offset_right {
  left: calc(-100vw + 100%);
}

.megamenu_box.megamenu_box_offset_center {
  left: calc(-100vw + 100% + 100%);
}

.current_navi .megamenu_box {
  border-top: 1px solid #f0f0f0;
}

.megamenu_box_content {
  width: 100vw;
  overflow: hidden;
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -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: 5% 0 0;
}

.megamenu_box_title {
  padding: 0 5%;
  margin-bottom: 15px;
  height: 28px;
}

.megamenu_box_title img {
  height: 100%;
  width: auto;
}

.megamenu_box_content_discliption {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  padding: 0 5%;
  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 {
  bottom: 0;
  margin: 0 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 4px 0;
  height: 60px;
  box-sizing: border-box;
  text-align: right;
}

a.content_about_button {
  color: #666;
}

.megamenu_box_content_menu {
  margin: 0 0 15px 0;
  border-top: 1px solid #e5e5e5;
}

.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 #e5e5e5;
  border-right: 1px solid #e5e5e5;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  float: left;
}

.megamenu_box_content_menu li a {
  color: #666;
  padding: 12px;
  line-height: 1;
  position: relative;
  display: block;
}

.megamenu_box_content_menu li a .icons {
  fill: #666;
  position: absolute;
  right: 2px;
  top: 35%;
  -webkit-transition: .3s;
  transition: .3s;
}

.megamenu_box_content_menu li.link_block {
  width: auto;
  float: none;
  clear: both;
  border-top: 1px solid #e5e5e5;
  position: relative;
  top: -1px;
  border-right-color: transparent;
}

.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: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 {
  -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 3% 50px;
}

.megamenu_box_support_inner:last-child {
  border-bottom: none;
}

.megamenu_box_list {
  margin-bottom: 10px;
}

.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_support_title {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #666;
}

.megamenu_box_support_list {
  margin-bottom: 20px;
}

.megamenu_box_support_list:before, .megamenu_box_support_list:after {
  display: table;
  content: " ";
}

.megamenu_box_support_list:after {
  clear: both;
}

.megamenu_box_support_list li {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.megamenu_box_support_list li a {
  display: inline-block;
  padding: 6px;
  color: #666;
  line-height: 1;
  position: relative;
  letter-spacing: -1px;
}

.megamenu_box_support_list li a .icons {
  fill: #666;
}

.megamenu_box_support_list li.link_block {
  width: 100%;
}

.megamenu_box_support_list li.link_block a {
  display: inline-block;
  clear: both;
  float: none;
}

.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 {
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  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);
}

.megamenu_box_content_inner_other .section_more_all {
  padding: 0 0 12px 12px;
}

.contents_navi_figure {
  cursor: pointer;
  width: 30px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.contents_navi_figure img {
  height: 30px;
  width: 30px;
}

.other .contents_navi_figure {
  float: none;
  margin: 0 auto;
}

.contents_navi_figure_caption {
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  margin-top: 3px;
  font-size: 16px;
  font-size: 1.6rem;
}

.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;
}

.search_block {
  margin: 10px 3%;
  position: relative;
}

.search_form {
  overflow: visible;
  margin-bottom: 10px;
  position: relative;
}

.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: 6px;
  width: 100%;
  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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 60px);
  padding: 4px 10px;
  height: 36px;
  text-align: left;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  color: #444;
}

.search_type {
  text-align: left;
  min-width: 80px;
  height: 36px;
  z-index: 10;
  right: 157px;
  position: absolute;
  top: 2px;
}

.search_type a {
  cursor: pointer;
  display: block;
  padding: 8px 10px 0 10px;
  color: #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.search_type svg {
  fill: #666;
  right: -5px;
  width: 1rem;
  height: 1rem;
}

.search_input_button {
  width: 62px;
  display: block;
  background-color: #666;
  height: 36px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.7px;
  position: absolute;
  right: 2px;
  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: 0 2px 2px 2px;
  border-color: #666;
  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_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;
}

.search_hot_word_icon {
  left: 0;
  top: -8px;
  display: inline-block;
  position: relative;
  margin-right: 6px;
}

.word_list {
  display: inline-block;
  text-align: left;
  overflow: hidden;
  letter-spacing: -.4em;
  white-space: nowrap;
}

.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;
}

.note_area_inner {
  background-color: rgba(232, 52, 22, 0.1);
  border-top: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.note_area_inner {
  padding: 12px 12px 10px;
}

.note_area_inner a {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  direction: ltr;
  background: transparent url("/common/2017/images/all_svg/ico_arrow_right.svg") no-repeat right 50%;
  background-size: 0.8em 1em;
}

.note_area_inner dl {
  overflow: hidden;
  text-align: left;
}

.note_area_inner dl dt {
  white-space: nowrap;
  color: #E83416;
  font-weight: bold;
  line-height: 1.4;
  display: block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 22px;
  position: relative;
  height: 22px;
  overflow: hidden;
}

.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;
  left: 0px;
  padding-top: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}

.note_area_inner dl a dd {
  width: 94%;
  max-height: 2.8em;
  vertical-align: bottom;
  position: relative;
  display: inline-block;
  text-align: left;
  overflow: hidden;
}

.sp_menu_list {
  overflow: hidden;
  width: 100%;
  border-top: 1px solid #e5e5e5;
}

.sp_menu_list:before, .sp_menu_list:after {
  display: table;
  content: " ";
}

.sp_menu_list:after {
  clear: both;
}

.sp_menu_list li {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.sp_menu_list li:nth-child(4n) {
  border-right: 1px solid transparent;
}

.sp_menu_list li a {
  height: 64px;
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  color: 666;
  letter-spacing: -.2px;
  line-height: 1.2;
}

.sp_menu_list li a figure {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5%;
}

.sp_menu_list li a figure .fig_image {
  display: table-cell;
  text-align: center;
  height: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 4px;
}

.sp_menu_list li a figure .fig_image img {
  width: 20px;
  height: 20px;
}

.sp_menu_list li a figure figcaption {
  display: table-row;
}

.sp_menu_list li a figure .fig_value {
  height: 2.4em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.support_box_button_area {
  background-color: rgba(123, 193, 0, 0.2);
  padding: 6px;
  margin-bottom: 16px;
}

.user_status_box {
  background-color: #f0f0f0;
  margin-bottom: 16px;
}

.user_status_box img {
  width: auto;
  height: 25px;
}

.user_service_page {
  font-weight: bold;
  line-height: 1;
  padding: 8px;
}

.user_service_page a {
  padding: 2px;
  display: inline-block;
}

.user_service_page img {
  width: auto;
  position: relative;
  top: 1px;
  margin-right: 6px;
  display: inline-block;
  height: 1.2em;
}

.user_service_status {
  border-top: 1px solid #ccc;
}

.user_service_status:before, .user_service_status:after {
  display: table;
  content: " ";
}

.user_service_status:after {
  clear: both;
}

.user_service_status li {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 50px;
}

.user_service_status li:nth-child(2n) {
  border-right: 1px solid transparent;
}

.user_service_status li a {
  display: block;
  position: relative;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 1%;
}

.user_service_status li a:before, .user_service_status li a:after {
  display: table;
  content: " ";
}

.user_service_status li a:after {
  clear: both;
}

.user_service_status li a .icons {
  position: absolute;
  fill: #999;
  right: 2%;
  top: 18px;
}

.user_service_status_image {
  display: inline-block;
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6%;
  float: left;
}

.user_service_status_caption {
  width: 80%;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4% 5% 0;
  float: left;
  white-space: nowrap;
  color: #666;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}

.user_service_status_caption .status_supplement {
  color: #999;
  font-size: 10px;
  font-size: 1rem;
  display: block;
}

.status_supplement.electricity {
  color: #F18D00;
}

.status_supplement.mobile {
  color: #00A5A8;
}

.status_supplement.tv {
  color: #FA0089;
}

.news_tab {
  margin-bottom: 25px;
}

.news_tab:before, .news_tab:after {
  display: table;
  content: " ";
}

.news_tab:after {
  clear: both;
}

.news_tab_menu {
  -webkit-overflow-scrolling: touch;
}

.news_tab_menu_wrap {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
}

.news_tab_menu {
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f0f0f0;
  white-space: nowrap;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.news_tab_menu li {
  background-color: #f0f0f0;
  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 {
  width: 100%;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
  color: #666;
  font-weight: bold;
  height: 45px;
  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 {
  text-decoration: none;
  background-color: #666;
  color: #fff;
  -webkit-box-shadow: inset 0 -2px 0px 0 #000;
          box-shadow: inset 0 -2px 0px 0 #000;
}

.news_tab_contents {
  margin-bottom: 16px;
  display: none;
}

.current_content {
  display: block;
}

.news_contents_list_wraper:before, .news_contents_list_wraper:after {
  display: table;
  content: " ";
}

.news_contents_list_wraper:after {
  clear: both;
}

.news_contents_list_wraper .newsLinkImg01 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: solid 1px #eeeeee;
}

.news_contents_list_wraper .newsLinkImg01 a {
  padding: 3%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  direction: ltr;
  white-space: nowrap;
  text-align: left;
}

.news_contents_list_wraper .newsLinkImg01 a:before, .news_contents_list_wraper .newsLinkImg01 a:after {
  display: table;
  content: " ";
}

.news_contents_list_wraper .newsLinkImg01 a:after {
  clear: both;
}

.news_contents_list_wraper .newsLinkImg01 a .news_icons {
  top: 5px;
  float: left;
  position: relative;
  width: auto;
  height: 13px;
  margin-right: 4px;
  height: 7px;
  width: 22px;
}

.news_contents_list_wraper .newsLinkImg01 figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
}

.news_contents_list_wraper .newsLinkImg01 .img {
  position: relative;
  float: left;
  padding-right: 10px;
}

.news_contents_list_wraper .newsLinkImg01 .img img {
  max-width: 45px;
  max-height: 45px;
  -o-object-fit: cover;
     object-fit: cover;
}

.news_contents_list_wraper .newsLinkImg01 .txt {
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding-top: 3px;
  font-weight: bold;
}

.news_contents_list_wraper .newsLinkImg01 .txt p {
  font-weight: bold;
  width: calc(100% - 55px);
  overflow: hidden;
  text-overflow: ellipsis;
  direction: ltr;
}

.news_contents_list:before, .news_contents_list:after {
  display: table;
  content: " ";
}

.news_contents_list:after {
  clear: both;
}

.news_contents_list li {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: solid 1px #eeeeee;
}

.news_contents_list li a {
  padding: 3%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  direction: ltr;
  white-space: nowrap;
  text-align: left;
}

.news_contents_list li a:before, .news_contents_list li a:after {
  display: table;
  content: " ";
}

.news_contents_list li a:after {
  clear: both;
}

.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_icons {
  top: 5px;
  float: right;
  position: relative;
  width: auto;
  margin-right: 8px;
}

.news_contents_list li a .news_icons.icon_new {
  height: 7px;
  margin-top: 4px;
}

.news_contents_list li a .news_icons.icon_photo, .news_contents_list li a .news_icons.icon_movie {
  height: 12.5px;
}

.news_contents_list li figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
}

.news_contents_list li .img {
  position: relative;
  float: left;
  padding-right: 10px;
}

.news_contents_list li .img img {
  max-width: 45px;
  max-height: 45px;
  -o-object-fit: cover;
     object-fit: cover;
}

.news_contents_list li span.txt {
  padding: 3px 3% 0;
}

.news_contents_list li .txt {
  width: 100%;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  padding-top: 3px;
  text-overflow: ellipsis;
  direction: ltr;
  white-space: nowrap;
  text-align: left;
  font-weight: bold;
}

.news_contents_list li .txt p {
  font-weight: bold;
  width: calc(100% - 55px);
  overflow: hidden;
  text-overflow: ellipsis;
  direction: ltr;
}

.news_contents_list li.new a {
  margin-right: 4px;
  padding-right: 26px;
  background: url(/common/2017/images/sp/ico_news_status_new.png) no-repeat 98% center;
  background-size: 22px 7px;
}

.news_contents_list li .newsLinkImg01 a .news_icons {
  float: left;
}

a.news_contents_all {
  clear: both;
  display: inline-block;
  padding: 10px;
  float: right;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
}

a.news_contents_all .icons {
  fill: #999;
}

.news_contents_all_list a.news_contents_all_list_item {
  clear: both;
  display: inline-block;
  padding: 10px 10px 0 0;
  float: right;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
}

.news_contents_all_list a.news_contents_all_list_item .icons {
  fill: #999;
}

.news_contents_all_list a.news_contents_all_list_item:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}

/* safari hack*/
_::-webkit-full-page-media, _:future, :root .news_contents_list li .txt {
  display: inline;
}

#main {
  overflow: hidden;
}

.hot_faq {
  margin-bottom: 25px;
  text-align: left;
}

.hot_faq_title {
  background-color: #F0F0F0;
  border-bottom: 1px solid #e5e5e5;
  padding: 5% 5% 3%;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.hot_faq_list {
  margin-top: -6px;
}

.hot_faq_list li {
  border-bottom: 1px solid #e5e5e5;
}

.hot_faq_list li a {
  display: block;
  position: relative;
  padding: 14px;
  font-size: 14px;
  font-size: 1.4rem;
}

.hot_faq_list li a .icons {
  position: absolute;
  right: 3%;
  top: 50%;
  margin-top: -0.5em;
  fill: #666;
}

.section {
  margin-bottom: 25px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.section:before, .section:after {
  display: table;
  content: " ";
}

.section:after {
  clear: both;
}

.section_title {
  background-color: #e5e5e5;
  padding: 3.5%;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 6px;
  border-top: 2px solid #999;
}

.section_title.nowrap_title {
  white-space: nowrap;
}

.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_link,
.mode_feature_right_figure_link {
  display: block;
  margin: 0 6px 6px;
  text-align: center;
  overflow: hidden;
}

.mode_feature_left_figure_link img,
.mode_feature_right_figure_link img {
  height: 142px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mode_feature_left_figcaption,
.mode_feature_right_figcaption {
  margin: 0 6px 6px;
  margin-top: -6px;
  background-color: #f0f0f0;
  padding: 6px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mode_feature_left_list:before, .mode_feature_left_list:after,
.mode_feature_right_list:before,
.mode_feature_right_list:after {
  display: table;
  content: " ";
}

.mode_feature_left_list:after,
.mode_feature_right_list:after {
  clear: both;
}

.mode_feature_left_list .list_circle,
.mode_feature_right_list .list_circle {
  border-top: 1px solid #e5e5e5;
}

.mode_feature_left_list .list_circle li,
.mode_feature_right_list .list_circle li {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 3%;
}

.mode_feature_left_list .list_circle li a,
.mode_feature_right_list .list_circle li a {
  padding: 10px 16px;
  display: block;
  position: relative;
}

.mode_feature_left_list .list_circle li a:before,
.mode_feature_right_list .list_circle li a:before {
  content: "・";
  position: absolute;
  left: 0;
}

a.mode_feature_more,
.section_more_all a {
  clear: both;
  display: inline-block;
  padding: 10px 10px 0 0;
  float: right;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
}

a.mode_feature_more .icons,
.section_more_all a .icons {
  fill: #999;
}

.figure_item_list {
  border-bottom: 1px solid #e5e5e5;
}

.figure_item_list li {
  border-top: 1px solid #e5e5e5;
  padding: 3%;
}

.figure_item_list li:before, .figure_item_list li:after {
  display: table;
  content: " ";
}

.figure_item_list li:after {
  clear: both;
}

.figure_item_list li a {
  display: table;
  width: 100%;
}

.figure_item_list li .figure {
  width: 57px;
  height: 43px;
  display: table-cell;
  vertical-align: middle;
}

.figure_item_list li .figure_title_main {
  display: block;
  line-height: 1.2;
  margin-bottom: 6px;
  text-overflow: ellipsis;
  direction: ltr;
  white-space: nowrap;
  text-align: left;
}

.figure_item_list li .figcaption {
  min-height: 75px;
  width: calc(100% - 118px);
  padding-left: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}

.figure_item_list li .figure_term {
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
}

.figure_item_list li .figure_discliption {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.2;
  display: inline-block;
  color: #666;
}

.figure_half_item_list {
  border-bottom: 1px solid #e5e5e5;
}

.figure_half_item_list li {
  border-top: 1px solid #e5e5e5;
  padding: 3%;
}

.figure_half_item_list li:before, .figure_half_item_list li:after {
  display: table;
  content: " ";
}

.figure_half_item_list li:after {
  clear: both;
}

.figure_half_item_list li a {
  display: table;
  width: 100%;
}

.figure_half_item_list li .figure {
  width: 85px;
  height: 45px;
  display: table-cell;
  vertical-align: middle;
}

.figure_half_item_list li .figure img {
  min-width: 85px;
}

.figure_half_item_list li .figure_title_main {
  display: block;
  line-height: 1.2;
  margin-bottom: 6px;
  text-overflow: ellipsis;
  direction: ltr;
  white-space: nowrap;
  text-align: left;
}

.figure_half_item_list li .figcaption {
  min-height: 75px;
  width: calc(100% - 118px);
  padding-left: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}

.figure_half_item_list li .figure_term {
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
}

.figure_half_item_list li .figure_discliption {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.2;
  display: inline-block;
  color: #666;
}

.figure_x2_item_list {
  border-bottom: 1px solid #e5e5e5;
  margin-top: -6px;
}

.figure_x2_item_list li {
  padding: 12px;
  border-top: 1px solid #e5e5e5;
}

.figure_x2_item_list li:before, .figure_x2_item_list li:after {
  display: table;
  content: " ";
}

.figure_x2_item_list li:after {
  clear: both;
}

.figure_x2_item_list li a {
  display: table;
  width: 100%;
}

.figure_x2_item_list li .figure {
  width: 118px;
  height: 63px;
  display: table-cell;
  vertical-align: middle;
}

.figure_x2_item_list li .figcaption {
  min-height: 75px;
  width: calc(100% - 118px);
  padding-left: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
}

.figure_x2_item_list li .figure_title_main {
  display: block;
  line-height: 1.2;
  margin-bottom: 6px;
}

.figure_x2_item_list li .figure_discliption {
  color: #666;
  line-height: 1.4;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}

.figure_item_list_full_w {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 3%;
}

.figure_item_list_full_w li {
  border-top: 1px solid #e5e5e5;
  padding: 3% 0;
}

.figure_item_list_full_w li:before, .figure_item_list_full_w li:after {
  display: table;
  content: " ";
}

.figure_item_list_full_w li:after {
  clear: both;
}

.figure_item_list_full_w li a {
  display: table;
  width: 100%;
}

.figure_item_list_full_w li .figure {
  width: 85px;
  height: 45px;
  display: table-cell;
  vertical-align: middle;
}

.figure_item_list_full_w li .figure_title_main {
  display: block;
  font-weight: bold;
  text-overflow: ellipsis;
  direction: ltr;
  white-space: nowrap;
  text-align: left;
}

.figure_item_list_full_w li .figcaption {
  min-height: 75px;
  width: calc(100% - 118px);
  padding-left: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}

.figure_item_list_full_w li .figure_term {
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
}

.figure_item_list_full_w li .figure_discliption {
  display: none;
}

.direct_link_box {
  margin: 5%;
  border: 2px solid #ccc;
  padding: 1%;
  margin-bottom: 25px;
}

.direct_link_list:before, .direct_link_list:after {
  display: table;
  content: " ";
}

.direct_link_list:after {
  clear: both;
}

.direct_link_list li {
  width: 50%;
  float: left;
}

.direct_link_list li a {
  padding: 5%;
  display: block;
}

.direct_link_list img {
  width: auto;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 2px;
  margin-top: -5px;
}

.jcom_service_menu {
  margin-bottom: 15px;
  background-color: #e5e5e5;
  padding: 0 0 3% 0;
}

.jcom_service_menu_title {
  text-align: center;
  font-weight: bold;
  color: #666;
  line-height: 1;
  padding: 20px 0;
}

.jcom_service_menu_inner {
  background-color: #fff;
  border-radius: 8px;
  margin: 0 3% 3%;
  overflow: hidden;
}

.jcom_service_menu_sub_title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  position: relative;
  z-index: 1;
}

.jcom_service_menu_sub_title .supplement {
  display: block;
  color: #E83416;
  line-height: 1;
  margin-bottom: 2px;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
}

.jcom_service_menu_list {
  margin-top: -1px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.jcom_service_menu_list:before, .jcom_service_menu_list:after {
  display: table;
  content: " ";
}

.jcom_service_menu_list:after {
  clear: both;
}

.jcom_service_menu_list li {
  border-right: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.jcom_service_menu_list li:nth-child(2n) {
  border-right: 1px solid transparent;
}

.jcom_service_menu_list li a {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  padding: 15px 10px;
  text-align: left;
}

.sub_maenu_banner {
  padding: 3%;
  border-top: 1px solid #f0f0f0;
}

a.jcom_service_banner_notice {
  display: block;
  padding: 15px 0;
  margin: 3%;
  background-color: #E83416;
  color: #FFF;
  border-radius: 8px;
  font-size: 12px;
  font-size: 1.2rem;
}

a.jcom_service_banner_notice .jcom_service_banner_notice_bold {
  font-size: 14px;
  font-size: 1.4rem;
}

a.jcom_service_banner_notice .jcom_service_banner_notice_bold .icons {
  fill: #fff;
}

.news_list {
  border-bottom: 1px solid #e5e5e5;
}

.news_list li {
  border-top: 1px solid #e5e5e5;
}

.news_list li a {
  display: block;
  padding: 3%;
}

.news_list li a:before, .news_list li a:after {
  display: table;
  content: " ";
}

.news_list li a:after {
  clear: both;
}

.news_list li a dt {
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
  width: 22%;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #666;
}

.news_list li a dd {
  font-size: 12px;
  font-size: 1.2rem;
  float: left;
  width: 78%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section_important_notice {
  background-color: #F0F0F0;
  margin-top: -10px;
}

.section_important_notice .news_list {
  border-bottom: 1px solid #transparent;
}

.section_important_notice .news_list li {
  border-top: 1px solid #fff;
}

.section_important_notice .news_list li a {
  display: block;
  padding: 3%;
}

.section_important_notice .news_list li a:before, .section_important_notice .news_list li a:after {
  display: table;
  content: " ";
}

.section_important_notice .news_list li a:after {
  clear: both;
}

.section_important_notice .news_list li a dt {
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
  width: 22%;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #666;
}

.section_important_notice .news_list li a dd {
  font-size: 12px;
  font-size: 1.2rem;
  float: left;
  width: 78%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section_important_notice_title {
  padding: 3%;
  color: #E83416;
}

.side_menu_section {
  background-color: #f0f0f0;
  border-top: 2px solid #ccc;
  padding: 0;
}

.side_menu_section_title {
  text-align: left;
  font-weight: bold;
  line-height: 1;
  padding: 20px 12px 20px;
}

.icon_media_list_hrizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 3% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}

.icon_media_list_hrizontal li {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  border-left: 1px solid #e5e5e5;
}

.icon_media_list_hrizontal li a figure span {
  display: block;
  height: 32px;
  margin-bottom: 4px;
}

.icon_media_list_hrizontal li a figure span img {
  width: auto;
  height: 32px;
}

.icon_media_list_hrizontal li a figure figcaption {
  font-size: 10px;
  font-size: 1rem;
  color: #999;
}

.icon_media_list {
  background-color: #fff;
}

.icon_media_list:before, .icon_media_list:after {
  display: table;
  content: " ";
}

.icon_media_list:after {
  clear: both;
}

.icon_media_list li {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.icon_media_list li :nth-child(2n) a {
  border-color: transparent;
}

.icon_media_list li a {
  display: table;
  padding: 10px 12px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
  height: 2.4em;
}

.icon_media_list li a:before, .icon_media_list li a:after {
  display: table;
  content: " ";
}

.icon_media_list li a:after {
  clear: both;
}

.icon_media_list li a figure {
  display: table-row;
}

.icon_media_list li a figure span {
  width: 20%;
  display: table-cell;
}

.icon_media_list li a figure figcaption {
  font-size: 10px;
  font-size: 1rem;
  width: 75%;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 8px;
}

.icon_media_list li:last-child a {
  border-bottom-color: transparent;
}

.app_media_menu.side_menu_section {
  border-top-color: #fff;
}

.aside_contents {
  margin: 0;
}

.aside_top_ad {
  border-top: 2px solid #999;
  background-color: #e5e5e5;
}

.aside_section {
  padding: 12px 12px 0;
}

.aside_section_title {
  font-weight: bold;
  margin: 20px 0 1px;
  background-color: #fff;
  text-align: left;
  border-radius: 4px 4px 0 0;
  padding: 12px;
}

.aside_section_title + .aside_figure_list {
  border-radius: 0 0 4px 4px;
}

.aside_figure_list {
  overflow: hidden;
  border-radius: 4px;
}

.aside_figure_list li {
  padding: 12px;
  background-color: #fff;
  margin-bottom: 1px;
}

.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;
  position: relative;
  -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: calc(100% - 65px);
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  float: left;
  letter-spacing: -.1px;
}

.aside_figure_caption .icons {
  position: absolute;
  right: -8px;
  top: 50%;
  margin-top: -.5em;
  fill: #999;
}

.aside_figure_caption .aside_figure_supplement {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
}

.aside_list {
  padding: 8px 4px 20px;
}

.aside_list li {
  text-align: left;
  position: relative;
}

.aside_list li a {
  padding: 12px;
  display: block;
  border-bottom: 1px solid #ccc;
  background-image: url(/common/2017/images/ico_arrow_right.png);
  background-position: 98% 50%;
  background-repeat: no-repeat;
  color: #333;
}

.aside_list li a .aside_list_title {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  margin-bottom: 3px;
}

.aside_list li:last-child a {
  border-color: transparent;
}

.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;
}

#footer {
  border-top: 2px solid #666;
}

.siteLinkAreaBottom {
  margin: 20px 3%;
}

.siteLinkAreaBottom ul {
  margin-bottom: 20px;
  text-align: center;
}

.siteLinkAreaBottom ul:before, .siteLinkAreaBottom ul:after {
  display: table;
  content: " ";
}

.siteLinkAreaBottom ul:after {
  clear: both;
}

.siteLinkAreaBottom ul li {
  text-align: center;
  display: inline-block;
}

.siteLinkAreaBottom ul li a {
  display: block;
  padding: 4px 12px 4px 0;
  color: #666;
}

.siteLinkAreaBottom ul .footer_official_link {
  clear: both;
}

.pcSwitch a {
  display: block;
  border-radius: 8px;
  background-color: #e5e5e5;
  padding: 16px;
  text-align: center;
  color: #666;
  line-height: 1;
  margin-bottom: 20px;
}

.img_pcSwitch {
  width: 16px;
  display: inline-block;
  margin-right: 4px;
}

.footer_infomation {
  background-color: #f0f0f0;
  padding: 20px 5%;
}

.copyright {
  font-size: 7px;
  font-size: 0.7rem;
  white-space: nowrap;
}

.copyright p {
  margin-top: 10px;
  white-space: nowrap;
}

.copyright p img {
  width: 18px;
  display: inline-block;
  margin-right: 4px;
}

#modalLayout .modalClose {
  display: none;
}

#cboxClose {
  top: 10px;
  right: 3px;
  width: 75px;
  height: 45px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 10px;
  background-position: 30px 5px;
}

.font76percent {
  font-size: 76%;
}

.toSmartPhone, .toJcomMobile {
    display: none;
}

/* newsBox */
.newsBox {
	margin: 0 10px 25px;
	border: solid 1px #dddddd;
}
.newsBox + .newsArea,
.newsBox + link + .newsArea {
	margin-top: 20px;
	border-top: solid 1px #eeeeee;
}
.newsBox .newsBoxthepage > a {
	display: block;
	padding: 10px;
	color: #333333;
	border: none !important;
}
.newsBox .title {
	padding-bottom: 5px;
	border-bottom: solid 1px #dddddd;
}
.newsBox .title span {
	display: inline-block;
	padding-left: 5px;
}
.newsBox .title .date {
	float: left;
	font-weight: bold;
}
.newsBox .title .date span {
	font-weight: normal;
}
.newsBox .onAirLink,
.newsBox .otherGame {
	margin: 7px -10px -10px;
	padding: 9px 0 7px;
	font-size: 12px;
	text-align: center;
	background: #f3f3f3;
	border-bottom: solid 1px #dddddd;
}
.newsBox .onAirLink,
.newsBox .otherGame {
	display: none;
}
.newsBox.moreGame .otherGame {
	display: block;
}
.newsBox.moreGame .onAirLink {
	display: none !important;
}
.newsBox .gameList.oneMatch + .otherGame {
	margin-top: 0;
}
.newsBox .onAirLink span,
.newsBox .otherGame span {
	display: inline-block;
	position: relative;
	padding: 0 10px 0 0;
}
.newsBox .onAirLink span:after,
.newsBox .otherGame span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 4px;
	height: 7px;
	margin-top: -4px;
	background: url(/common/2014/images/baseball_ic01.gif) no-repeat 0 0;
}
.newsBox .noGameInfo {
	display: none;
}
.newsBox .noGameTxt {
	margin-top: 6px;
	padding-top: 0;
	text-align: center;
	font-weight: bold;
}
.newsBox .noGameBg {
	margin: 4px auto 0;
	padding: 3px;
	width: 80%;
	background: #f3f3f3 url(/common/2014/images/baseball_ic01.gif) no-repeat 96% 50%;
}
.newsBox .noGameLink {
	margin-top: 0;
	text-align: center;
}
.newsBox .noGameLink span {
	display: inline-block;
	width: auto !important;
	height: auto !important;
}

/* soccerBox */
.newsBox.soccerBox .gameList {
	margin-top: 5px;
	display: table;
	width: 100%;
	height: 75px;
}
.newsBox.soccerBox .gameList > .inner {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.newsBox.soccerBox .gameList.oneMatch {
	font-size: 14px;
}
.newsBox.soccerBox .gameList.twoMatch {
	font-size: 13px;
}
.newsBox.soccerBox .gameList.threeMatch {
	font-size: 12px;
}
.newsBox.soccerBox .gameList.twoMatch [class*="gameWrap"],
.newsBox.soccerBox .gameList.threeMatch [class*="gameWrap"] {
	display: table;
	width: 100%;
}
.newsBox.soccerBox .gameList.oneMatch [class*="icon-"] {
	text-align: center;
}
.newsBox.soccerBox .gameList.oneMatch [class*="icon-"] .league {
	display: inline-block;
	position: relative;
	padding-left: 25px;
}
.newsBox.soccerBox .gameList.oneMatch [class*="icon-"] .league:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 21px;
	height: 14px;
	margin-top: -7px;
	background: url(/common/2014/images/2015/soccer_ic01.png) no-repeat;
	-webkit-background-size: 200px 200px;
					background-size: 200px 200px;
}
.newsBox.soccerBox .gameList.twoMatch [class*="icon-"],
.newsBox.soccerBox .gameList.threeMatch [class*="icon-"] {
	display: table-cell;
	width: 9%;
	text-align: left;
	vertical-align: middle;
	line-height: 1.0;
}
.newsBox.soccerBox .gameList.twoMatch [class*="icon-"] .league,
.newsBox.soccerBox .gameList.threeMatch [class*="icon-"] .league {
	display: inline-block;
	width: 21px;
	height: 14px;
	vertical-align: middle;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/common/2014/images/2015/soccer_ic01.png) no-repeat;
	-webkit-background-size: 200px 200px;
					background-size: 200px 200px;
}
.newsBox.soccerBox .gameList.oneMatch .icon-none .league {
	padding: 0;
}
.newsBox.soccerBox .gameList.oneMatch .icon-none .league:after,
.newsBox.soccerBox .gameList.twoMatch .icon-none .league,
.newsBox.soccerBox .gameList.threeMatch .icon-none .league {
	background: none;
}
.newsBox.soccerBox .gameList.oneMatch .icon-spain .league:after,
.newsBox.soccerBox .gameList.twoMatch .icon-spain .league,
.newsBox.soccerBox .gameList.threeMatch .icon-spain .league {
	background-position: -125px -26px;
}
.newsBox.soccerBox .gameList.oneMatch .icon-england .league:after,
.newsBox.soccerBox .gameList.twoMatch .icon-england .league,
.newsBox.soccerBox .gameList.threeMatch .icon-england .league {
	background-position: -25px -26px;
}
.newsBox.soccerBox .gameList.oneMatch .icon-germany .league:after,
.newsBox.soccerBox .gameList.twoMatch .icon-germany .league,
.newsBox.soccerBox .gameList.threeMatch .icon-germany .league {
	background-position: -50px -26px;
}
.newsBox.soccerBox .gameList.oneMatch .icon-italy .league:after,
.newsBox.soccerBox .gameList.twoMatch .icon-italy .league,
.newsBox.soccerBox .gameList.threeMatch .icon-italy .league {
	background-position: -75px -26px;
}
.newsBox.soccerBox .gameList.oneMatch .icon-japan .league:after,
.newsBox.soccerBox .gameList.twoMatch .icon-japan .league,
.newsBox.soccerBox .gameList.threeMatch .icon-japan .league {
	background-position: -100px -26px;
}
.newsBox.soccerBox .gameList.twoMatch [class*="teamWrap"],
.newsBox.soccerBox .gameList.threeMatch [class*="teamWrap"] {
	display: table-cell;
	width: 91%;
	vertical-align: middle;
}
.newsBox.soccerBox .gameList.oneMatch [class*="gameWrap"] [class*="teamWrap"] {
	margin: 7px 0 0;
}
.newsBox.soccerBox .gameList.twoMatch [class*="gameWrap"] [class*="teamWrap"] {
	padding: 8px 0;
}
.newsBox.soccerBox .gameList.threeMatch [class*="gameWrap"] [class*="teamWrap"] {
	padding: 5px 0;
}
.newsBox.soccerBox .teamText {
	width: 100%;
	display: table;
	margin-top: 1px;
	padding: 0;
	font-weight: bold;
	text-align: center;
	table-layout: fixed;
}
.newsBox.soccerBox [class*="teamWrap"] .teamText:first-child {
	margin-top: 0;
}
.newsBox.soccerBox .teamText .team01,
.newsBox.soccerBox .teamText .team02,
.newsBox.soccerBox .teamText .time,
.newsBox.soccerBox .teamText .broadcast {
	display: table-cell;
	vertical-align: middle;
}
.safari .newsBox.soccerBox .teamText .team01,
.safari .newsBox.soccerBox .teamText .team02 {
	letter-spacing: -0.1em;
}
.newsBox.soccerBox .teamText .team01,
.newsBox.soccerBox .teamText .team02 {
	width: 36%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.newsBox.soccerBox .teamText .team01 {
	text-align: right;
}
.newsBox.soccerBox .teamText .team02 {
	text-align: left;
}
.newsBox.soccerBox .teamText .time {
	width: 16%;
	font-weight: normal;
	text-align: center;
	font-size: 11px;
	line-height: 1;
}
.newsBox.soccerBox .teamText .broadcast {
	width: 12%;
	font-weight: normal;
	text-align: right;
	line-height: 1;
}
.newsBox.soccerBox .teamText .broadcast .live,
.newsBox.soccerBox .teamText .broadcast .filmed {
	display: inline-block;
	width: 3em;
	padding: 2px 0;
	color: #ffffff;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
}
.newsBox.soccerBox .teamText .broadcast .live {
	background: #1235b8;
}
.newsBox.soccerBox .teamText .broadcast .filmed {
	background: #989898;
}

.newsBox.soccerBox.iconText .teamText .broadcast .live,
.newsBox.soccerBox.iconText .teamText .broadcast .filmed {
	width: auto;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	background: none;
}
.newsBox.soccerBox.iconText .teamText .broadcast .live {
	color: #1235b8;
}
.newsBox.soccerBox.iconText .teamText .broadcast .filmed {
	color: #989898;
}
.soccerBox .title:after {
	content: '';
	display: block;
	clear: both;
}
/*# sourceMappingURL=top_sp.css.map */
