  /*!
 * rev. 2022-03-01
 * copyright © 2022
 * 
 */
@media only screen and (max-width: 980px) {
  .n_sp_none {
    display: none!important;
  }
}

@media only screen and (min-width: 981px) {
  .n_pc_none {
    display: none!important;
  }
}

.n_category_nav {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px 40px;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px dotted #dbdbdb;
}

@media only screen and (max-width: 980px) {
  .n_category_nav {
    margin: 0 0 50px;
    padding-bottom: 35px;
    display: block;
  }
}

.n_category_nav_sq {
  padding-bottom: 30px;
}

.n_category_nav * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.n_category_nav_element {
  margin: 0 5px 20px;
}

.n_category_nav_element_l {
  width: calc(100% - 10px);
}

.n_category_nav_element_m {
  width: calc(50% - 10px);
}

.n_category_nav_element_sq {
  width: calc(33.333% - 10px);
  margin: 0 5px 10px;
}

@media only screen and (max-width: 980px) {
  .n_category_nav_element {
    margin: 0 0 15px;
    width: 100%;
  }
}

.n_category_nav_element_group {
  width: calc(50% - 10px);
  border: 2px solid #008bcd;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media only screen and (max-width: 980px) {
  .n_category_nav_element_group {
    width: 100%;
    display: block;
  }
}

.n_category_nav_element_group:after {
  content: "";
  display: block;
  height: calc(100% - 64px);
  width: 2px;
  background: #dbdbdb;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

@media only screen and (max-width: 980px) {
  .n_category_nav_element_group:after {
    display: none;
  }
}

.n_category_nav_element_group_element {
  width: 50%;
}

@media only screen and (max-width: 980px) {
  .n_category_nav_element_group_element {
    width: 100%;
    position: relative;
  }
  .n_category_nav_element_group_element:last-child:after {
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: 2px;
    background: #dbdbdb;
    position: absolute;
    top: -1px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
}

.n_category_nav_links {
  font-weight: 700;
  font-size: 112.5%;
  color: #232323;
  display: block;
  position: relative;
  padding: 24px 10px;
}

@media only screen and (max-width: 980px) {
  .n_category_nav_links {
    font-size: 100%;
    padding: 17px 25px 16px 22px;
    text-align: left;
  }
}

.n_category_nav_links:link,.n_category_nav_links:visited {
  color: #232323!important;
}

.n_category_nav_links:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  display: block;
  right: 20px;
  background-size: 18px auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 980px) {
  .n_category_nav_links:after {
    right: 12px;
  }
}

.n_category_nav_links span {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0;
  padding-left: 60px;
}

@media only screen and (max-width: 980px) {
  .n_category_nav_links span {
    padding-left: 55px;
    text-align: left;
  }
}

.n_category_nav_links_blue {
  border: 2px solid #008bcd;
  border-radius: 4px;
}

.n_category_nav_links_blue:after {
  background-image: url(/library/2021/images/common/icon/icon_list_blue.svg);
}

.n_category_nav_links_blue:hover {
  color: #008bcd!important;
}

@media only screen and (max-width: 980px) {
  .n_category_nav_links_blue:hover {
    color: #232323!important;
  }
}

.n_category_nav_links_green {
  border: 2px solid #008631;
  border-radius: 4px;
  height: 100%;
}

.n_category_nav_links_green:link,.n_category_nav_links_green:visited {
  color: #232323!important;
}

.n_category_nav_links_green span {
  background-position: center 22%;
  padding: 120px 5px 30px;
}

@media only screen and (max-width: 980px) {
  .n_category_nav_links_green span {
    background-size: 32px auto;
    background-position: 0;
    padding: 0 0 0 55px;
    text-align: left;
  }
}

.n_category_nav_links_green:after {
  background-image: url(/library/2021/images/common/icon/icon_list_green.svg);
  top: auto;
  right: 20px;
  bottom: 20px;
  -webkit-transform: none;
          transform: none;
}

@media only screen and (max-width: 980px) {
  .n_category_nav_links_green:after {
    right: 12px;
    background-size: 18px auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.n_category_nav_links_green:hover {
  color: #008631!important;
}

@media only screen and (max-width: 980px) {
  .n_category_nav_links_green:hover {
    color: #232323!important;
  }
}

.n_category_nav_links_group:after {
  top: auto;
  -webkit-transform: none;
          transform: none;
  background-image: url(/library/2021/images/common/icon/icon_list_blue.svg);
  bottom: 20px;
}

@media only screen and (max-width: 980px) {
  .n_category_nav_links_group:after {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.n_category_nav_links_group:hover {
  color: #008bcd!important;
}

@media only screen and (max-width: 980px) {
  .n_category_nav_links_group:hover {
    color: #232323!important;
  }
}

.n_category_nav_links_procedure span {
  background-image: url(/library/2021/images/user/user_index/icon_nav_procedure.svg);
  background-size: 52px auto;
  padding-top: 14px;
  padding-bottom: 14px;
}

@media only screen and (max-width: 980px) {
  .n_category_nav_links_procedure span {
    padding-top: 0;
    padding-bottom: 0;
    background-size: 47px auto;
  }
}

.n_category_nav_links_electric_plan span {
  background-image: url(/library/2021/images/user/user_index/icon_nav_electric_plan.svg);
  background-size: 56px auto;
  background-position: center 15%;
  padding: 108px 5px 34px;
}

@media only screen and (max-width: 980px) {
  .n_category_nav_links_electric_plan span {
    background-size: 32px auto;
    background-position: 5px;
    padding: 2px 0 2px 55px;
  }
}

.n_category_nav_links_gas_plan span {
  background-image: url(/library/2021/images/user/user_index/icon_nav_gas_plan.svg);
  background-size: 56px auto;
  background-position: center 15%;
  padding: 108px 5px 34px;
}

@media only screen and (max-width: 980px) {
  .n_category_nav_links_gas_plan span {
    background-size: 31px auto;
    background-position: 5px;
    padding: 2px 0 2px 55px;
  }
}

.n_category_nav_links_payment span {
  background-image: url(/library/2021/images/user/user_index/icon_nav_payment.svg);
  background-size: 70px auto;
  background-position: center 15%;
  padding: 108px 5px 34px;
}

@media only screen and (max-width: 980px) {
  .n_category_nav_links_payment span {
    background-size: 39px auto;
    background-position: 2px;
    padding: 2px 0 2px 55px;
  }
}

.n_category_nav_links_calc span {
  background-image: url(/library/2021/images/user/user_index/icon_nav_calc.svg);
  background-size: 35px auto;
}

.n_category_nav_links_confirmation span {
  background-image: url(/library/2021/images/user/user_index/icon_nav_confirmation.svg);
  background-size: 45px auto;
}

@media only screen and (max-width: 980px) {
  .n_category_nav_links_confirmation span {
    background-size: 37px auto;
  }
}

.n_category_nav_links_confirmation_green span {
  background-image: url(/library/2021/images/business/business_index/icon_nav_confirmation.svg);
  background-size: 71px auto;
}

@media only screen and (max-width: 980px) {
  .n_category_nav_links_confirmation_green span {
    background-size: 37px auto;
  }
}

.n_category_nav_links_payment_green span {
  background-image: url(/library/2021/images/business/business_index/icon_nav_payment.svg);
  background-size: 70px auto;
}

@media only screen and (max-width: 980px) {
  .n_category_nav_links_payment_green span {
    background-size: 39px auto;
  }
}

.n_category_nav_links_menu_green span {
  background-image: url(/library/2021/images/business/business_index/icon_nav_menu.svg);
  background-size: 56px auto;
}

@media only screen and (max-width: 980px) {
  .n_category_nav_links_menu_green span {
    background-size: 31px auto;
    background-position: 2px;
  }
}

.n_category_nav_links_calc_green span {
  background-image: url(/library/2021/images/business/business_index/icon_nav_calc.svg);
  background-size: 55px auto;
}

@media only screen and (max-width: 980px) {
  .n_category_nav_links_calc_green span {
    background-size: 33px auto;
  }
}

.n_category_nav_links_fee_structure_green span {
  background-image: url(/library/2021/images/business/business_index/icon_nav_fee_structure.svg);
  background-size: 84px auto;
}

@media only screen and (max-width: 980px) {
  .n_category_nav_links_fee_structure_green span {
    background-size: 42px auto;
  }
}

.n_category_index_block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px 50px;
}

@media only screen and (max-width: 980px) {
  .n_category_index_block {
    margin: 0 0 50px;
    display: block;
  }
}

.n_category_index_block * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.n_category_index_block_element {
  width: calc(33.3333% - 32px);
  margin: 0 16px;
}

@media only screen and (max-width: 980px) {
  .n_category_index_block_element {
    max-width: 670px;
    width: 100%;
    margin: 0 auto 30px;
  }
}

@media only screen and (max-width: 980px) {
  .n_category_index_block_element_small {
    margin-bottom: 20px;
  }
}

.n_category_index_block .n_category_index_block_links {
  height: 100%;
  background: #fff8e5;
  display: block;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}

.n_category_index_block .n_category_index_block_links:link,.n_category_index_block .n_category_index_block_links:visited {
  color: #232323;
  text-decoration: none;
}

.n_category_index_block .n_category_index_block_links:hover {
  color: #008bcd;
}

.n_category_index_block .n_category_index_block_links_gray {
  background: #f7f7f7;
}

.n_category_index_block_ph {
  display: block;
}

.n_category_index_block_ph img {
  width: 100%;
}

.n_category_index_block_content {
  display: block;
  padding: 20px 50px 20px 20px;
  font-size: 87.5%;
  font-weight: 400;
  line-height: 1.64;
  letter-spacing: .04em;
  position: relative;
}

.n_category_index_block_content:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  background: url(/library/2021/images/common/icon/icon_list_blue.svg) no-repeat;
  background-size: 18px auto;
  display: block;
  right: 20px;
  top: 24px;
}

.n_member_site {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 50px;
  background: #fff8e5;
  border-radius: 4px;
}

@media only screen and (max-width: 980px) {
  .n_member_site {
    margin-bottom: 40px;
  }
}

.n_member_site_gray {
  background: #f2f2f2;
}

.n_member_site * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.n_member_site_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 40px;
  margin: 0 -16px;
  border-radius: 4px;
}

@media only screen and (max-width: 980px) {
  .n_member_site_body {
    display: block;
    padding: 30px 20px 10px;
    margin: 0;
  }
}

.n_member_site .n_member_site_bnr {
  width: calc(50% - 32px);
  margin: 0 16px;
}

@media only screen and (max-width: 980px) {
  .n_member_site .n_member_site_bnr {
    width: 100%;
    margin: 0 0 20px;
  }
}

.n_member_site .n_member_site_bnr a {
  background: #fff;
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 64px;
  font-weight: 700;
}

.n_member_site .n_member_site_bnr a:link,.n_member_site .n_member_site_bnr a:visited {
  color: #232323;
  text-decoration: none;
}

.n_member_site .n_member_site_bnr a:hover {
  color: #008bcd;
}

@media only screen and (max-width: 980px) {
  .n_member_site .n_member_site_bnr a {
    padding-right: 30px;
  }
}

.n_member_site .n_member_site_bnr a[target=_blank] {
  background-image: none;
}

.n_member_site .n_member_site_bnr a .n_icon {
  width: 14px;
  position: absolute;
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (min-width: 981px) {
  .n_member_site .n_member_site_bnr a:hover {
    opacity: .7;
  }
}

.n_member_site .n_member_site_bnr_kirei a {
  border-color: #ee87b4;
}

.n_member_site .n_member_site_bnr_kirei_img {
  width: 215px;
  height: auto;
}

.n_member_site .n_member_site_bnr_web a {
  font-weight: 700;
  border-color: #f9c433;
}

@media only screen and (min-width: 981px) {
  .n_member_site .n_member_site_bnr_web a:hover {
    color: #232323;
  }
}

.n_member_site .n_member_site_bnr_web a span {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background: url(/library/2021/images/user/user_index/icon_web.svg) no-repeat left 54%;
  background-size: 35px auto;
}

.n_member_site .n_member_site_bnr_web a em {
  font-style: normal;
  color: #008bcd;
}

.n_member_site .n_member_site_bnr_download a,.n_member_site .n_member_site_bnr_download a:link,.n_member_site .n_member_site_bnr_download a:visited {
  border-color: #f79100;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 17px;
  background: #fff url(/library/2021/images/common/icon/icon_ar_right_orange.svg) no-repeat;
  background-size: 9px auto;
  background-position: calc(100% - 18px) 50%;
}

@media only screen and (max-width: 980px) {
  .n_member_site .n_member_site_bnr_download a,.n_member_site .n_member_site_bnr_download a:link,.n_member_site .n_member_site_bnr_download a:visited {
    padding-left: 13px;
  }
}

.n_member_site .n_member_site_bnr_download a:link span,.n_member_site .n_member_site_bnr_download a:visited span,.n_member_site .n_member_site_bnr_download a span {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background: url(/library/2021/images/business/business_index/icon_download.svg) no-repeat left 57%;
  background-size: 31px auto;
}

@media only screen and (min-width: 981px) {
  .n_member_site .n_member_site_bnr_download a:hover {
    color: #f79100;
    opacity: 1;
  }
}

.n_member_site .n_member_site_bnr_contact a,.n_member_site .n_member_site_bnr_contact a:link,.n_member_site .n_member_site_bnr_contact a:visited {
  border-color: #00a649;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 17px;
  background: #fff url(/library/2021/images/common/icon/icon_ar_right_green.svg) no-repeat;
  background-size: 9px auto;
  background-position: calc(100% - 18px) 50%;
}

@media only screen and (max-width: 980px) {
  .n_member_site .n_member_site_bnr_contact a,.n_member_site .n_member_site_bnr_contact a:link,.n_member_site .n_member_site_bnr_contact a:visited {
    padding-left: 13px;
  }
}

.n_member_site .n_member_site_bnr_contact a:link span,.n_member_site .n_member_site_bnr_contact a:visited span,.n_member_site .n_member_site_bnr_contact a span {
  display: inline-block;
  padding: 5px 0 5px 40px;
  background: url(/library/2021/images/business/business_index/icon_sales.svg) no-repeat left 54%;
  background-size: 32px auto;
}

@media only screen and (min-width: 981px) {
  .n_member_site .n_member_site_bnr_contact a:hover {
    color: #00a649;
    opacity: 1;
  }
}

.n_tab_links.n_category_index_tabs {
  margin-bottom: 40px;
}

@media only screen and (max-width: 980px) {
  .n_tab_links.n_category_index_tabs {
    margin-bottom: 10px;
    overflow: visible!important;
  }
}

.n_tab_block_content.n_category_index_tabs_content {
  margin-top: 9px;
}

.n_category_index_tabs {
  margin-bottom: 40px;
}

@media only screen and (max-width: 980px) {
  .n_category_index_tabs {
    overflow: visible!important;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media only screen and (max-width: 980px) {
  .n_category_index_tabs_col3_wrapper {
    width: calc(100% - 6px);
  }
}

.n_category_index_tabs .n_category_index_tabs_col2 {
  -webkit-box-pack: center!important;
      -ms-flex-pack: center!important;
          justify-content: center!important;
}

@media only screen and (max-width: 980px) {
  .n_category_index_tabs .n_category_index_tabs_col2 {
    width: calc(100% + 12px)!important;
  }
}

.n_category_index_tabs .n_category_index_tabs_col2 li.n_category_index_tabs_element {
  width: 332px;
}

.n_category_index_tabs .n_category_index_tabs_col3,.n_category_index_tabs .n_category_index_tabs_col4 {
  -webkit-box-pack: center!important;
      -ms-flex-pack: center!important;
          justify-content: center!important;
}

@media only screen and (max-width: 980px) {
  .n_category_index_tabs .n_category_index_tabs_col3,.n_category_index_tabs .n_category_index_tabs_col4 {
    -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
            justify-content: flex-start!important;
    width: calc(100% + 12px)!important;
    margin: 0 -3px -10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0;
  }
  .n_category_index_tabs .n_category_index_tabs_col3 *,.n_category_index_tabs .n_category_index_tabs_col4 * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .n_category_index_tabs .n_category_index_tabs_col3:after,.n_category_index_tabs .n_category_index_tabs_col4:after {
    display: none;
  }
}

.n_category_index_tabs .n_category_index_tabs_col3 li.n_category_index_tabs_element,.n_category_index_tabs .n_category_index_tabs_col4 li.n_category_index_tabs_element {
  width: 300px;
}

@media only screen and (max-width: 980px) {
  .n_category_index_tabs .n_category_index_tabs_col3 li.n_category_index_tabs_element,.n_category_index_tabs .n_category_index_tabs_col4 li.n_category_index_tabs_element {
    width: calc(50% - 6px);
    margin: 0 3px 6px;
  }
  .n_category_index_tabs .n_category_index_tabs_col3 li.n_category_index_tabs_element button span,.n_category_index_tabs .n_category_index_tabs_col4 li.n_category_index_tabs_element button span {
    font-size: 12px;
    text-align: left;
    padding-left: 10px;
  }
  .n_category_index_tabs .n_category_index_tabs_col3 li.n_category_index_tabs_element button,.n_category_index_tabs .n_category_index_tabs_col4 li.n_category_index_tabs_element button {
    border-radius: 4px;
  }
}

.n_category_index_tabs .n_tab_links_list li button {
  font-size: 106.25%;
  background-position: 10px 54%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 980px) {
  .n_category_index_tabs .n_tab_links_list li button {
    font-size: 75%;
  }
}

.n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_electric {
  background-image: url(/library/2021/images/user/user_index/icon_electric.svg);
  background-size: 25px auto;
}

@media only screen and (max-width: 980px) {
  .n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_electric {
    background-size: 20px auto;
    padding-left: 14px;
  }
  .n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_electric span {
    width: calc(100% - 40px);
  }
}

.n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_gas {
  background-image: url(/library/2021/images/user/user_index/icon_gas.svg);
  background-size: 25px auto;
}

@media only screen and (max-width: 980px) {
  .n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_gas {
    background-size: 20px auto;
    padding-left: 14px;
  }
  .n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_gas span {
    width: calc(100% - 40px);
  }
}

.n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_contract {
  background-image: url(/library/2021/images/business/business_index/icon_contract.svg);
  background-size: 39px auto;
  background-position: 14px 54%;
}

@media only screen and (min-width:981px)and (max-width: 920px) {
  .n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_contract {
    background-image: none;
  }
}

@media only screen and (max-width: 980px) {
  .n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_contract {
    background-size: 25px auto;
    padding-left: 25px;
    background-position: 7px 54%;
  }
  .n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_contract span {
    width: calc(100% - 40px);
  }
}

.n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_consideration {
  background-image: url(/library/2021/images/business/business_index/icon_consideration.svg);
  background-size: 28px 31px;
  background-position: 21px 52%;
}

.n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_consideration span {
  padding-left: 30px;
}

@media only screen and (min-width:981px)and (max-width: 920px) {
  .n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_consideration {
    background-image: none;
  }
  .n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_consideration span {
    padding-left: 0;
  }
}

@media only screen and (max-width: 980px) {
  .n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_consideration {
    background-size: 20px auto;
    padding-left: 25px;
    background-position: 10px 52%;
  }
  .n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_consideration span {
    width: calc(100% - 40px);
    padding-left: 13px;
  }
}

.n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_construction {
  background-image: url(/library/2021/images/business/business_index/icon_construction.svg);
  background-size: 36px auto;
  background-position: 19px;
}

@media only screen and (min-width:981px)and (max-width: 920px) {
  .n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_construction {
    background-image: none;
  }
}

@media only screen and (max-width: 980px) {
  .n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_construction {
    background-size: 22px auto;
    padding-left: 25px;
    background-position: 8px 54%;
  }
  .n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_construction span {
    width: calc(100% - 40px);
  }
}

.n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_policy {
  background-image: url(/library/2021/images/company/company_index/icon_policy.svg);
  background-size: 17px auto;
  background-position: 16px 52%;
}

@media only screen and (min-width:981px)and (max-width: 920px) {
  .n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_policy {
    background-image: none;
  }
}

@media only screen and (max-width: 980px) {
  .n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_policy {
    background-size: 17px auto;
    padding-left: 25px;
    background-position: 11px 52%;
  }
  .n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_policy span {
    width: calc(100% - 20px);
  }
}

.n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_company {
  background-image: url(/library/2021/images/company/company_index/icon_company.svg);
  background-size: 19px auto;
  background-position: 16px 52%;
}

@media only screen and (min-width:981px)and (max-width: 920px) {
  .n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_company {
    background-image: none;
  }
}

@media only screen and (max-width: 980px) {
  .n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_company {
    background-size: 18px auto;
    padding-left: 28px;
    background-position: 12px 52%;
  }
  .n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_company span {
    width: calc(100% - 40px);
  }
}

.n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_initiatives {
  background-image: url(/library/2021/images/company/company_index/icon_initiatives01.svg);
  background-size: 24px auto;
  background-position: 14px 52%;
}

@media only screen and (min-width:981px)and (max-width: 920px) {
  .n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_initiatives {
    background-image: none;
  }
}

.n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_initiatives span {
  padding-left: 20px;
}

@media only screen and (min-width:981px)and (max-width: 920px) {
  .n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_initiatives span {
    padding-left: 0;
  }
}

@media only screen and (max-width: 980px) {
  .n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_initiatives {
    background-size: 21px auto;
    padding-left: 18px;
    background-position: 10px 54%;
  }
  .n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_initiatives span {
    width: calc(100% - 20px);
  }
}

.n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_media {
  background-image: url(/library/2021/images/company/company_index/icon_media.svg);
  background-size: 25px auto;
  background-position: 14px;
}

@media only screen and (min-width:981px)and (max-width: 920px) {
  .n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_media {
    background-image: none;
  }
}

@media only screen and (max-width: 980px) {
  .n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_media {
    background-size: 22px auto;
    padding-left: 28px;
    background-position: 9px 52%;
  }
  .n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_media span {
    width: calc(100% - 40px);
  }
}

.n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_power {
  background-image: url(/library/2021/images/business/business_outline_index/icon_power.svg);
  background-size: 26px auto;
  background-position: 16px 52%;
}

@media only screen and (min-width:981px)and (max-width: 920px) {
  .n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_power {
    background-image: none;
  }
}

@media only screen and (max-width: 980px) {
  .n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_power {
    background-size: 20px auto;
    padding-left: 25px;
    background-position: 8px 52%;
  }
  .n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_power span {
    width: calc(100% - 40px);
  }
}

.n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_retail {
  background-image: url(/library/2021/images/business/business_outline_index/icon_retail.svg);
  background-size: 30px auto;
  background-position: 14px 52%;
}

@media only screen and (min-width:981px)and (max-width: 920px) {
  .n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_retail {
    background-image: none;
  }
}

.n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_retail span {
  padding-left: 35px;
}

@media only screen and (min-width:981px)and (max-width: 920px) {
  .n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_retail span {
    padding-left: 0;
  }
}

@media only screen and (max-width: 980px) {
  .n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_retail {
    background-size: 24px auto;
    padding-left: 28px;
    background-position: 12px 52%;
  }
  .n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_retail span {
    padding-left: 16px;
    padding-right: 0;
    width: calc(100% - 30px);
  }
}

.n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_other {
  background-image: url(/library/2021/images/business/business_outline_index/icon_other.svg);
  background-size: 19px auto;
  background-position: 16px 52%;
}

@media only screen and (min-width:981px)and (max-width: 920px) {
  .n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_other {
    background-image: none;
  }
}

@media only screen and (max-width: 980px) {
  .n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_other {
    background-size: 17px auto;
    padding-left: 25px;
    background-position: 10px 54%;
  }
  .n_category_index_tabs .n_tab_links_list li button.n_category_index_tabs_element_other span {
    padding-left: 10px;
    width: calc(100% - 40px);
  }
}

.n_category_index_tabs_head {
  font-size: 137.5%;
  letter-spacing: .02em;
  font-weight: 700;
  margin: 0 0 24px;
  border-left: 5px solid #008bcd;
  padding-left: 18px;
  line-height: 1;
  padding-bottom: 3px;
}

@media only screen and (max-width: 980px) {
  .n_category_index_tabs_head {
    font-size: 112.5%;
    border-left-width: 4px;
    padding-left: 8px;
    margin-bottom: 20px;
  }
}

.n_category_index_tabs_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 980px) {
  .n_category_index_tabs_list {
    margin: 0;
  }
}

.n_category_index_tabs_list * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.n_category_index_tabs_list+.n_category_index_tabs_head {
  margin-top: 26px;
}

@media only screen and (max-width: 980px) {
  .n_category_index_tabs_list+.n_category_index_tabs_head {
    margin-top: 35px;
  }
}

.n_category_index_tabs_text {
  font-size: 100%;
  margin: 0 0 30px;
}

@media only screen and (max-width: 980px) {
  .n_category_index_tabs_text {
    font-size: 93.75%;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
}

.n_category_index_tabs_list .n_category_index_tabs_list_element {
  width: calc(33.3333% - 32px);
  margin: 0 16px 24px;
}

@media only screen and (max-width: 980px) {
  .n_category_index_tabs_list .n_category_index_tabs_list_element {
    margin: 0 0 15px;
    width: 100%;
  }
}

.n_category_index_tabs_list .n_category_index_tabs_list_element a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 2px solid #008bcd;
  background: #fff url(/library/2021/images/common/icon/icon_ar_right_bold_blue.svg) no-repeat;
  background-size: 8px auto;
  background-position: calc(100% - 14px) 50%;
  height: 100%;
  padding: 14px 35px 14px 24px;
  position: relative;
  min-height: 79px;
}

.n_category_index_tabs_list .n_category_index_tabs_list_element a:link,.n_category_index_tabs_list .n_category_index_tabs_list_element a:visited {
  color: #232323;
  text-decoration: none;
}

.n_category_index_tabs_list .n_category_index_tabs_list_element a:hover {
  color: #008bcd;
}

@media only screen and (max-width: 980px) {
  .n_category_index_tabs_list .n_category_index_tabs_list_element a {
    padding: 13px 50px 13px 20px;
    background-position: calc(100% - 14px) 50%;
  }
}

.n_category_index_tabs_list .n_category_index_tabs_list_element a[target=_blank] {
  background-image: none;
}

.n_category_index_tabs_list .n_category_index_tabs_list_element a[target=_blank] .n_icon {
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
}

@media only screen and (max-width: 980px) {
  .n_category_index_tabs_list .n_category_index_tabs_list_element a[target=_blank] .n_icon {
    right: 14px;
  }
}

.n_category_index_tabs_content {
  margin: 0 0 80px;
}

@media only screen and (max-width: 980px) {
  .n_category_index_tabs_content {
    margin-bottom: 50px;
  }
}

.n_category_index_tabs_list_title {
  font-weight: 700;
  font-size: 100%;
  display: block;
  line-height: 1.6;
}

@media only screen and (max-width: 980px) {
  .n_category_index_tabs_list_title {
    font-size: 87.5%;
  }
}

.n_category_index_tabs_list_text {
  font-size: 75%;
  display: block;
  margin-top: 1px;
}

@media only screen and (max-width: 980px) {
  .n_category_index_tabs_list_text {
    margin-top: 2px;
  }
}

.n_category_index_tabs_list_caption {
  margin-bottom: 2px;
  font-size: 75%;
  display: block;
}

.n_category_index_tabs_list .n_category_index_tabs_list_element_project {
  width: calc(25% - 32px);
  margin: 0 16px 24px;
}

@media only screen and (max-width: 980px) {
  .n_category_index_tabs_list .n_category_index_tabs_list_element_project {
    width: 100%;
    margin: 0 0 10px;
  }
}

.n_category_index_tabs_list .n_category_index_tabs_list_element_project a {
  background: #fff;
  display: block;
  border-radius: 4px;
  border: 2px solid #dbdbdb;
  padding: 16px 24px 14px;
  position: relative;
}

.n_category_index_tabs_list .n_category_index_tabs_list_element_project a:link,.n_category_index_tabs_list .n_category_index_tabs_list_element_project a:visited {
  color: #232323;
  text-decoration: none;
}

.n_category_index_tabs_list .n_category_index_tabs_list_element_project a:hover {
  color: #008bcd;
}

@media only screen and (max-width: 980px) {
  .n_category_index_tabs_list .n_category_index_tabs_list_element_project a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 13px 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.n_category_index_tabs_list .n_category_index_tabs_list_element_project a>img {
  border-radius: 4px;
  overflow: hidden;
}

@media only screen and (max-width: 980px) {
  .n_category_index_tabs_list .n_category_index_tabs_list_element_project a>img {
    width: 108px;
  }
}

.n_category_index_tabs_list .n_category_index_tabs_list_element_project a .n_icon {
  border-radius: 0;
  position: absolute;
  width: 14px;
  right: 7px;
  bottom: 7px;
}

.n_category_index_tabs_list_project_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 2.4em;
}

@media (-ms-high-contrast: none) {
  .n_category_index_tabs_list_project_title {
    min-height: auto;
    height: 2.4em;
  }
}

@media only screen and (max-width: 980px) {
  .n_category_index_tabs_list_project_title {
    padding-left: 12px;
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.n_category_index_tabs_list_project_title_element {
  font-size: 87.5%;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
}

.n_category_index_tabs_list_project_title small {
  font-size: 68.75%;
  letter-spacing: 0;
}

.n_category_index_tabs_faq {
  background: #fff;
  padding: 45px 40px 40px;
  position: relative;
  margin-top: 26px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 980px) {
  .n_category_index_tabs_faq {
    padding: 20px 20px 33px;
    margin-top: 35px;
    margin-bottom: 15px;
  }
}

.n_category_index_tabs_faq .n_category_index_tabs_faq_element {
  color: #008bcd;
  margin-bottom: 5px;
  font-size: 112.5%;
}

@media only screen and (max-width: 980px) {
  .n_category_index_tabs_faq .n_category_index_tabs_faq_element {
    margin-bottom: 7px;
    position: relative;
    padding-left: 2em;
    font-size: 93.75%;
  }
  .n_category_index_tabs_faq .n_category_index_tabs_faq_element:nth-child(n+6) {
    display: none;
  }
}

.n_category_index_tabs_faq .n_category_index_tabs_faq_element:before {
  content: "Q : ";
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 980px) {
  .n_category_index_tabs_faq .n_category_index_tabs_faq_element:before {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.n_category_index_tabs_faq .n_category_index_tabs_faq_element>a {
  color: #008bcd;
  text-decoration: underline;
}

.n_category_index_tabs_faq .n_category_index_tabs_faq_element>a:link,.n_category_index_tabs_faq .n_category_index_tabs_faq_element>a:visited {
  color: #008bcd;
}

.n_category_index_tabs_faq_list ul li {
  background: url(/library/2021/images/common/icon/icon_list_square_blue.svg) no-repeat left .8em;
  background-size: 8px auto;
}

@media only screen and (max-width: 980px) {
  .n_category_index_tabs_faq_list ul li {
    background-position: left 1em!important;
  }
}

@media only screen and (max-width: 980px) {
  .n_category_index_tabs_faq_list ul li a {
    font-size: 93.75%;
  }
}

.n_category_index_tabs_faq_button {
  position: absolute;
  right: 40px;
  top: 30px;
}

@media only screen and (max-width: 980px) {
  .n_category_index_tabs_faq_button {
    position: static;
    text-align: center;
    margin-top: 30px;
  }
}

.n_category_index_tabs_faq_button a {
  text-align: center;
  font-weight: 400;
  padding: 8px 34px 10px;
  min-width: 135px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none!important;
}

@media only screen and (max-width: 980px) {
  .n_category_index_tabs_faq_button a {
    width: 135px;
    margin: 0 auto;
  }
}

.n_category_index_tabs_content .n_tab_content {
  background: #f2f2f2;
  padding: 40px 40px 16px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
}

@media only screen and (max-width: 980px) {
  .n_category_index_tabs_content .n_tab_content {
    padding: 30px 20px 14px;
  }
}

.n_category_index_button_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 980px) {
  .n_category_index_button_list {
    margin: 0 0 35px;
  }
}

.n_category_index_button_list * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.n_category_index_button_list_1col {
  display: block;
  text-align: center;
}

@media only screen and (max-width: 980px) {
  .n_category_index_button_list_1col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
}

.n_category_index_button_element {
  width: calc(33.333% - 32px);
  margin: 0 16px 22px;
}

@media only screen and (max-width: 980px) {
  .n_category_index_button_element {
    margin: 0 0 15px;
    width: 100%;
  }
}

.n_category_index_button_element_l {
  display: inline-block;
  text-align: left;
  width: 528px;
}

.n_category_index_button_element_l a {
  min-height: 92px;
  height: 92px;
}

@media (-ms-high-contrast: none) {
  .n_category_index_button_element_l a {
    min-height: auto;
    height: 92px;
  }
}

@media only screen and (max-width: 980px) {
  .n_category_index_button_element_l {
    display: block;
    width: 100%;
  }
  .n_category_index_button_element_l a {
    height: auto;
    min-height: 81px;
  }
}

.n_category_index_button_element_m {
  width: calc(50% - 32px);
  margin: 0 16px 22px;
}

.n_category_index_button_element_m a {
  min-height: 92px;
  height: 92px;
  padding-left: 90px;
  padding-right: 45px;
  font-size: 112.5%;
}

@media only screen and (min-width: 981px) {
  .n_category_index_button_element_m a {
    line-height: 1.4;
  }
}

@media only screen and (max-width: 980px) {
  .n_category_index_button_element_m {
    display: block;
    width: 100%;
    margin: 0 0 15px;
  }
  .n_category_index_button_element_m a {
    height: auto;
    min-height: 81px;
    font-size: 93.75%;
    padding-right: 30px;
    padding-left: 77px;
  }
}

.n_category_index_button_element .n_category_index_button_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 4px solid #d9eef8;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 4px;
  height: 100%;
  padding: 15px 28px 15px 85px;
  font-weight: 700;
  line-height: 1.55;
  text-decoration: none;
}

.n_category_index_button_element .n_category_index_button_links:link,.n_category_index_button_element .n_category_index_button_links:visited {
  color: #232323;
}

.n_category_index_button_element .n_category_index_button_links:hover {
  color: #008bcd;
}

@media only screen and (max-width: 980px) {
  .n_category_index_button_element .n_category_index_button_links {
    min-height: 5.1em;
  }
}

.n_category_index_button_element .n_category_index_button_links:after {
  content: "";
  background: url(/library/2021/images/common/icon/icon_ar_right_bold_blue.svg) no-repeat 0;
  width: 8px;
  height: 14px;
  background-size: 8px auto;
  display: block;
  right: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.n_category_index_button_element .n_category_index_button_links_construction {
  background-image: url(/library/2021/images/user/user_index/icon_construction.svg);
  background-position: 18px;
  background-size: 36px auto;
}

.n_category_index_button_element .n_category_index_button_links_business_list {
  background-image: url(/library/2021/images/user/user_index/icon_business_list.svg);
  background-position: 18px;
  background-size: 32px auto;
}

.n_category_index_button_element .n_category_index_button_links_miraienergy {
  background-image: url(/library/2021/images/user/user_index/icon_miraienergy.png);
  background-position: 11px;
  background-size: 49px auto;
}

.n_category_index_button_element .n_category_index_button_links_smartmeter {
  background-image: url(/library/2021/images/user/user_index/icon_smartmeter.svg);
  background-position: 22px;
  background-size: 26px auto;
}

.n_category_index_button_element .n_category_index_button_links_notice {
  background-image: url(/library/2021/images/user/user_index/icon_notice.svg);
  background-position: 18px;
  background-size: 32px auto;
}

.n_category_index_button_element .n_category_index_button_links_mail {
  background-image: url(/library/2021/images/user/user_index/icon_mail.svg);
  background-position: 23px;
  background-size: 24px auto;
}

.n_category_index_button_element .n_category_index_button_links_electric_freeing {
  background-image: url(/library/2021/images/user/user_index/icon_electric_freeing.svg);
  background-position: 23px;
  background-size: 32px auto;
}

.n_category_index_button_element .n_category_index_button_links_backnumber {
  background-image: url(/library/2021/images/business/business_index/icon_backnumber.svg);
  background-position: 23px;
  background-size: 27px auto;
}

.n_category_index_button_element .n_category_index_button_links_overseas {
  background-image: url(/library/2021/images/business/business_outline_index/icon_overseas.svg);
  background-position: 23px;
  background-size: 43px auto;
}

.n_category_index_button_element .n_category_index_button_links_withq {
  background-image: url(/library/2021/images/business/business_outline_index/icon_withq.svg);
  background-position: 22px;
  background-size: 54px auto;
}

@media only screen and (max-width: 980px) {
  .n_category_index_button_element .n_category_index_button_links_withq {
    background-size: 42px auto;
    background-position: 16px;
  }
}

.n_category_index_button_element .n_category_index_button_links_develop {
  background-image: url(/library/2021/images/business/business_outline_index/icon_develop.svg);
  background-position: 23px;
  background-size: 40px auto;
}

@media only screen and (max-width: 980px) {
  .n_category_index_button_element .n_category_index_button_links_develop {
    background-size: 36px auto;
    background-position: 22px;
  }
}

.n_category_index_button_element .n_category_index_button_links_energy {
  background-image: url(/library/2021/images/business/business_outline_index/icon_energy.svg);
  background-position: 27px;
  background-size: 39px auto;
}

@media only screen and (max-width: 980px) {
  .n_category_index_button_element .n_category_index_button_links_energy {
    background-size: 34px auto;
    background-position: 23px;
  }
}

.n_category_index_button_element .n_category_index_button_links_esg {
  background-image: url(/library/2021/images/ir/ir_index/icon_esg.svg);
  background-position: 32px;
  background-size: 27px auto;
  padding-left: 85px;
  font-size: 112.5%;
}

@media only screen and (max-width: 980px) {
  .n_category_index_button_element .n_category_index_button_links_esg {
    font-size: 93.75%;
    padding-left: 75px;
    background-size: 26px auto;
    background-position: 26px;
  }
}

.n_category_index_button_element .n_category_index_button_links_esg img {
  width: 103px;
  vertical-align: middle;
  margin-top: -2px;
}

@media only screen and (max-width: 980px) {
  .n_category_index_button_element .n_category_index_button_links_esg img {
    width: 80px;
  }
}

.n_category_index_button_element .n_category_index_button_links_stocks {
  background-image: url(/library/2021/images/ir/ir_index/icon_stocks.svg);
  background-position: 24px;
  background-size: 41px auto;
  padding-left: 85px;
  font-size: 112.5%;
}

@media only screen and (max-width: 980px) {
  .n_category_index_button_element .n_category_index_button_links_stocks {
    padding-left: 75px;
    background-size: 41px auto;
    background-position: 19px;
    font-size: 93.75%;
  }
}

@media only screen and (max-width: 980px) {
  .n_category_index_button_title {
    font-size: 93.75%;
  }
}

.n_category_index_button_caption {
  font-size: 75%;
  font-weight: 400;
}

.n_sub_news.n_category_index_news {
  margin-bottom: 80px;
}

@media only screen and (max-width: 980px) {
  .n_sub_news.n_category_index_news {
    margin-bottom: 50px;
  }
}

.n_category_index_bnr {
  text-align: center;
  margin-bottom: 80px;
}

@media only screen and (max-width: 980px) {
  .n_category_index_bnr {
    margin-bottom: 40px;
  }
}

.n_category_index_bnr a {
  display: inline-block;
}

@media only screen and (max-width: 980px) {
  .n_category_index_bnr img {
    max-width: 670px!important;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.n_category_index_lower {
  margin-bottom: 80px;
}

@media only screen and (max-width: 980px) {
  .n_category_index_lower {
    margin-bottom: 0;
  }
}

.n_category_index_lower .heading_h2 {
  margin: 0 0 24px;
}

@media only screen and (max-width: 980px) {
  .n_category_index_lower .heading_h2 {
    margin-bottom: 20px;
  }
}

.n_category_index_lower .n_text_link_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-left: 32px;
}

@media only screen and (max-width: 980px) {
  .n_category_index_lower .n_text_link_button {
    padding-left: 30px;
    padding-right: 40px;
  }
}

.n_category_index_lower .n_button_area ul {
  margin: 0 -16px;
}

@media only screen and (max-width: 980px) {
  .n_category_index_lower .n_button_area ul {
    margin: 0;
  }
}

.n_category_index_lower .n_button_area ul li {
  width: calc(50% - 32px);
  margin: 0 16px 24px;
}

@media only screen and (max-width: 980px) {
  .n_category_index_lower .n_button_area ul li {
    width: 100%;
    margin: 0 0 10px;
  }
}

@media only screen and (max-width: 980px) {
  .n_category_index_slider {
    max-width: 670px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.nirnnews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 190px -20px 80px;
}

@media only screen and (max-width: 980px) {
  .nirnnews {
    display: block;
    margin: 0;
  }
}

.nirnnews .pbHorizontalNested {
  width: calc(50% - 40px)!important;
  margin: 0 20px;
  overflow: visible!important;
  position: relative;
}

@media only screen and (max-width: 980px) {
  .nirnnews .pbHorizontalNested {
    width: 100%!important;
    margin: 0 0 60px;
  }
}

.nirnnews_heading {
  cursor: auto;
  position: relative;
  font-weight: 700;
  font-size: 100%;
  margin: 0;
  color: #232323;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 125%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f2f2f2;
  padding: 19px 5px;
  border: 1px solid #dbdbdb;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
}

.nirnnews_heading:before {
  display: none;
}

.nirnnews_heading:after {
  content: attr(data-head-en) "";
  display: block;
  color: #008bcd;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .1em;
}

@media only screen and (max-width: 980px) {
  .nirnnews_heading:after {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 980px) {
  .nirnnews_heading {
    font-size: 125%;
    width: 100%;
    text-align: center;
    padding: 16px 0;
    display: block;
  }
}

.nirnnewsblock {
  height: 100%;
}

.nirnnewsinnerir,.nirnnewsinnerpress {
  border: 1px solid #dbdbdb;
  border-top: none;
  padding: 0 30px;
  border-radius: 0 0 4px 4px;
}

.nirnnewsinnerpress {
  overflow: auto;
}

@media only screen and (max-width: 980px) {
  .nirnnewsinnerpress {
    height: auto!important;
    overflow: visible;
  }
}

.nirnnews table {
  border-spacing: 0;
  width: 100%;
  padding: 0 0 5px;
  font-size: 93.75%;
}

.nirnnews td,.nirnnews tr {
  display: block;
  width: 100%!important;
  letter-spacing: 0;
}

.nirnnews td a,.nirnnews tr a {
  font-weight: 400;
  -webkit-transition: .3s;
  transition: .3s;
}

.nirnnews td a:link,.nirnnews td a:visited,.nirnnews tr a:link,.nirnnews tr a:visited {
  color: #232323;
}

.nirnnews td a:hover,.nirnnews tr a:hover {
  color: #008bcd;
}

.nirnnews td {
  margin-bottom: 16px;
  line-height: 1.5;
}

.nirnnews td[style] {
  color: #008bcd;
  margin-bottom: 3px;
  border-top: 1px solid #dbdbdb;
  padding-top: 16px;
}

.nirnnews tr:first-child td {
  border-top: none;
}

.nirnnews .n_news_button_list {
  position: absolute;
  right: 0;
  bottom: 100%;
  margin: 0 0 20px;
}

@media only screen and (max-width: 980px) {
  .nirnnews .n_news_button_list li {
    margin-left: 0;
  }
}

@media only screen and (max-width: 980px) {
  .nirnnews .n_news_button_list {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 12px 0 0;
    text-align: center;
    padding: 0;
  }
}

.nirnnews .n_news_button_list .button_all a {
  padding: 10px 34px 8px 10px;
  background: #fff url(/library/2021/images/common/icon/icon_ar_right_bold_blue.svg) no-repeat;
  background-size: 8px auto;
  background-position: calc(100% - 18px) 50%;
  border: 1px solid #dbdbdb;
  border-radius: 50px;
  font-size: 100%;
  width: 135px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
}

@media only screen and (max-width: 980px) {
  .nirnnews .n_news_button_list .button_all a {
    font-size: 93.75%;
    padding-top: 8px;
    padding-bottom: 6px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 980px) {
  .nirnnews .n_news_button_list .button_rss {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.nirnnews .n_news_button_list .button_rss a {
  font-family: Noto Sans JP,游ゴシック体,Yu Gothic,ヒラギノ角ゴ ProN W3,HiraKakuProN-W3,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,sans-serif;
  font-weight: 500;
  font-size: 100%;
  padding-left: 17px;
  background-size: 10px auto;
}

@media only screen and (max-width: 980px) {
  .nirnnews .n_news_button_list .button_rss a {
    font-size: 93.75%;
  }
}

.n_category_index_ir_buttons {
  margin-bottom: 56px;
}

@media only screen and (max-width: 980px) {
  .n_category_index_ir_buttons {
    margin-bottom: 40px;
  }
}

.n_category_index_ir_buttons .n_text_link_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 32px;
}

@media only screen and (max-width: 980px) {
  .n_category_index_ir_buttons .n_text_link_button {
    padding-left: 30px;
    padding-right: 40px;
  }
}

.n_category_index_ir_buttons .n_button_area ul {
  margin: 0 -16px;
}

@media only screen and (max-width: 980px) {
  .n_category_index_ir_buttons .n_button_area ul {
    margin: 0;
  }
}

.n_category_index_ir_buttons .n_button_area ul li {
  width: calc(33.3333% - 32px);
  margin: 0 16px 24px;
}

@media only screen and (max-width: 980px) {
  .n_category_index_ir_buttons .n_button_area ul li {
    width: 100%;
    margin: 0 0 10px;
  }
}

.n_category_index_ir_list {
  margin-bottom: 60px;
}

@media only screen and (max-width: 980px) {
  .n_category_index_ir_list {
    margin-bottom: 50px;
  }
}

.n_category_index_ir_list .heading_h2 {
  margin-bottom: 24px;
}

@media only screen and (max-width: 980px) {
  .n_category_index_ir_list .heading_h2 {
    margin-bottom: 20px;
  }
}

.n_category_index_ir_list * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.n_category_index_ir_list_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

@media only screen and (max-width: 980px) {
  .n_category_index_ir_list_wrapper {
    display: block;
    margin: 0;
  }
}

.n_category_index_ir_list_block {
  width: calc(50% - 40px);
  margin: 0 20px 30px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
}

@media only screen and (max-width: 980px) {
  .n_category_index_ir_list_block {
    width: 100%;
    margin: 0 0 20px;
  }
}

.n_category_index_ir_list .n_category_index_ir_list_head {
  border-bottom: 1px solid #dbdbdb;
  padding: 20px 29px;
  font-size: 125%;
  font-weight: 700;
  position: relative;
}

@media only screen and (max-width: 980px) {
  .n_category_index_ir_list .n_category_index_ir_list_head {
    font-size: 106.25%;
    padding: 14px 29px;
  }
}

.n_category_index_ir_list .n_category_index_ir_list_head:before {
  content: "";
  width: 20px;
  height: 2px;
  display: block;
  background: #008bcd;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}

.n_category_index_ir_list .n_category_index_ir_list_head a:link,.n_category_index_ir_list .n_category_index_ir_list_head a:visited {
  text-decoration: underline;
  color: #232323;
}

.n_category_index_ir_list .n_category_index_ir_list_head a:hover {
  text-decoration: none;
  color: #008bcd;
}

.n_category_index_ir_list_body {
  padding: 18px 29px 22px;
}

@media only screen and (max-width: 980px) {
  .n_category_index_ir_list_body {
    padding: 16px 29px;
  }
}

.n_category_index_ir_list_body ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

@media only screen and (max-width: 980px) {
  .n_category_index_ir_list_body ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

.n_category_index_ir_list_body ul li {
  letter-spacing: 0;
  font-weight: 400;
}

@media only screen and (max-width: 980px) {
  .n_category_index_ir_list_body ul li {
    font-size: 93.75%;
  }
}

.n_category_index_ir_list_body ul li a {
  display: inline-block;
  padding: 9px 0 9px 25px;
  background: url(/library/2021/images/common/icon/icon_list_blue.svg) no-repeat left 12px;
  background-size: 18px auto;
}

@media only screen and (max-width: 980px) {
  .n_category_index_ir_list_body ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
    background-position: left 9px;
  }
}

.n_category_index_ir_list_body ul li a:link,.n_category_index_ir_list_body ul li a:visited {
  color: #008bcd;
  text-decoration: underline;
}

.n_category_index_ir_list_body ul li .n_icon {
  width: 14px;
  margin-top: .4em;
  margin-left: 2px;
}

.n_category_index_disclaimer {
  margin-bottom: 125px;
}

@media only screen and (max-width: 980px) {
  .n_category_index_disclaimer {
    margin-bottom: 70px;
  }
}

.n_category_index_disclaimer .heading_h2 {
  margin-bottom: 24px;
}

@media only screen and (max-width: 980px) {
  .n_category_index_disclaimer .heading_h2 {
    margin-bottom: 20px;
  }
}

.n_category_index_disclaimer_content {
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  padding: 35px 40px;
  font-weight: 400;
}

@media only screen and (max-width: 980px) {
  .n_category_index_disclaimer_content {
    padding: 25px;
  }
}

.n_category_index_disclaimer_content p {
  font-size: 100%;
}

@media only screen and (max-width: 980px) {
  .n_category_index_disclaimer_content p {
    font-size: 93.75%;
  }
}

.n_category_index_disclaimer_content p:last-child {
  margin-bottom: 0;
}

.n_category_index_ir_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -9px 60px;
}

@media only screen and (max-width: 980px) {
  .n_category_index_ir_bnr {
    display: block;
    margin: 0 0 30px;
  }
}

.n_category_index_ir_bnr_element {
  margin: 0 9px 20px;
  width: calc(33.333% - 18px);
}

@media only screen and (max-width: 980px) {
  .n_category_index_ir_bnr_element {
    max-width: 670px!important;
    width: 100%;
    margin: 0 auto 10px;
  }
}

.n_category_index_ir_bnr_element img {
  width: 100%;
}
