@charset "UTF-8";
/*-- [Tel number] --*/
a.tel_link, a[href^="tel:"] {
  color: #333;
  text-decoration: none;
  cursor: default;
}
/*-- [/Tel number] --*/

/*------------------------------------
Breadcrumb
------------------------------------*/
.breadcrumb {
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #4a64a0), color-stop(50%, #6a97cc), to(#a297d5));
  background: linear-gradient(to right, #4a64a0 1%, #6a97cc 50%, #a297d5 100%);
}
.breadcrumb_inr {
  width: 1180px;
  height: 40px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
}
.breadcrumb_el {
  display: inline-block;
  margin: 0;
  font-size: 1.2rem;
  line-height: 4.1rem;
  list-style: none;
}
.breadcrumb_el:nth-of-type(n+2)>a {
  padding-left: 5px;
}
.breadcrumb_el:nth-of-type(n+2)>a::before {
  content: ">";
  display: inline-block;
  padding-right: 5px;
}
.breadcrumb_el>a {
  color: #fff;
  text-decoration: none;
}

/*------------------------------------
Title
------------------------------------*/
/*-- [Page ttl] --*/
.page_ttl {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #4a64a0), color-stop(50%, #6a97cc), to(#a297d5));
  background: linear-gradient(to right, #4a64a0 1%, #6a97cc 50%, #a297d5 100%);
}
.page_ttl_inr {
  width: 1180px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
}
.page_ttl .ttl {
  display: inline-block;
  padding: 27px 20px 27px 0;
  font-size: 3.6rem;
  line-height: 4.6rem;
  color: #fff;
}
.page_ttl_el_inr_sub {
  font-size: 2.2rem;
  line-height: 3.2rem;
}
/*-- [/Page ttl] --*/
/*-- [Content ttl] --*/
.content_ttl {
  margin-bottom: 40px;
  font-size: 3.2rem;
  line-height: 4rem;
}
.content_ttl.fsS {
  font-size: 2.6rem;
}
/*-- [content_ttl_line] --*/
.line {
  margin-top: 60px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1%, #4a64a0), color-stop(50%, #6a97cc), to(#a297d5));
  background: linear-gradient(to top, #4a64a0 1%, #6a97cc 50%, #a297d5 100%);
  }
.line>.ttl {
  display: block;
  margin-left: 4px;
  padding: 2px 0 0 22px;
  background-color: #fff;
  font-size: 2.6rem;
}
.line>.content_ttl.content_ttl_el_sm {
  padding-left: 18px;
  font-size: 2.4rem;
  line-height: 3.6rem;
}
/*-- [line_hr] --*/
.line_hr {
  padding-bottom: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #176bc7), color-stop(70%, #41c9e0), to(#af85f3));
  background: linear-gradient(to right, #176bc7 1%, #41c9e0 70%, #af85f3 100%);
}
.line_hr > .ttl {
  display: block;
  background-color: #fff;
  font-size: 3.2rem;
}
.line_hr .ttl.content_ttl_el_sm {
  padding-left: 18px;
  font-size: 2.4rem;
  line-height: 3.6rem;
}
/*-- [gradation] --*/
.content_ttl_gradation {
  margin: 60px 0 40px 0;
  padding: 4px 10px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #4a64a0), color-stop(50%, #6a97cc), to(#a297d5));
  background: linear-gradient(to right, #4a64a0 1%, #6a97cc 50%, #a297d5 100%);
}
.content_ttl_gradation .content_ttl_el {
  font-size: 2.2rem;
  color: #fff;
  line-height: 1.7;
}
/*-- [info_content_dft_ttl] --*/
.info_content_dft_ttl {
  margin-bottom: 30px;
}
.info_list_dft_el_ttl_lg {
  margin-top: 10px;
  font-size: 2.8rem;
  line-height: 3.4rem;
}
.info_content_dft_ttl.info_content_dft_ttl_bd {
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
}
.info_content_dft_ttl.info_content_dft_ttl_center {
  text-align: center;
}
.info_content_dft_ttl.info_content_dft_ttl_mgt {
  margin-top: 50px;
}
.info_content_dft_ttl.info_content_dft_ttl_blue .info_content_dft_ttl_el {
  font-size: 2rem;
  font-weight: bold;
  color: #004BA0;
}
.info_content_dft_ttl_el {
  font-size: 2.6rem;
  line-height: 3.2rem;
}
.info_content_dft_ttl_el.info_content_dft_ttl_el_md {
  font-size: 2.4rem;
  line-height: 3rem;
}
.content_ttl_sub {
  display: inline-block;
  margin-top: 10px;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.content_ttl.content_ttl_with_icon .content_ttl_el>span {
  display: inline-block;
  padding-left: 50px;
  background: url(/n_common/img/icon/icon_newinfo_sm.png) no-repeat left center;
  background-color: #fff;
  font-size: 2.4rem;
}
.content_ttl.content_ttl_md .content_ttl_el {
  font-size: 2.6rem;
  line-height: 3.2rem;
}
.content_ttl_inr {
  background-color: #fff;
}
/*-- [info_content_dft_ttl] --*/
.content_ttl_el_sm {
  display: inline-block;
  margin-top: 10px;
  padding: 0;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
/*-- [content_sub_ttl] --*/
.content_sub_ttl {
  margin-bottom: 40px;
}
.content_sub_ttl.content_sub_ttl_line {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1%, #4a64a0), color-stop(50%, #6a97cc), to(#a297d5));
  background: linear-gradient(to top, #4a64a0 1%, #6a97cc 50%, #a297d5 100%);
}
.content_sub_ttl.content_sub_ttl_line .content_sub_ttl_el {
  display: block;
  margin-left: 4px;
  padding-top: 2px;
  padding-left: 20px;
  background-color: #fff;
}
.content_sub_ttl.content_sub_ttl_mgt {
  margin-top: 40px;
}
.content_sub_ttl.content_sub_ttl_blk .content_sub_ttl_el {
  color: #333;
}
.content_sub_ttl_el {
  font-size: 2.6rem;
  line-height: 3.6rem;
  color: #0952a1;
}
/*-- [/Content ttl] --*/
/*-- [Ttl] --*/
.ttl_sm {
  font-size: 1.6rem;
}
/*-- [/Ttl] --*/

/*------------------------------------
Grid box parts
------------------------------------*/
/*-- Grid with border --*/
.gridbox_list {
  zoom: 1;
}
.gridbox_list::before, .gridbox_list:after {
  content: "";
  display: table;
}
.gridbox_list:after {
  clear: both;
}
.gridbox_item {
  float: left;
  width: 48.245614%;
  max-width: 550px;
  height: 320px;
  margin-bottom: 40px;
  padding-top: 2px;
  background: -webkit-gradient(linear, left top, right bottom, from(#dfe84f), color-stop(30%, #86df97), to(#36d3fe));
  background: linear-gradient(to bottom right, #dfe84f 0%, #86df97 30%, #36d3fe 100%);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}
.gridbox_item:nth-child(even) {
  float: right;
  margin-left: 3.508772%;
}
.gridbox_bg {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 4px solid #fff;
  border-top-width: 2px;
  transition: border 0.3s;
}
.gridbox_inr {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 4% 5.494%;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  transition: background-color 0.3s;
}
.gridbox_icon {
  height: 140px;
  text-align: center;
}
.gridbox_ttl {
  height: 70px;
  padding-right: 15px;
  background-image: url(/n_common/img/icon/icon_arrow_forward.png);
  background-position: right 27px;
  background-repeat: no-repeat;
  font-size: 2.4rem;
  line-height: 3.6rem;
}
.gridbox_ttl.sgl_line {
  padding-top: 20px;
}
.gridbox_txt {
  height: 46px;
}
/*-- Grid with border --*/
/*-- Small grid --*/
.gridbox_list.small .gridbox_item {
  height: 210px;
  background: -webkit-gradient(linear, left top, right bottom, from(#51c4ff), color-stop(40%, #ddb7ff), to(#fd6ee4));
  background: linear-gradient(to bottom right, #51c4ff 0%, #ddb7ff 40%, #fd6ee4 100%);
}
.gridbox_list.small .gridbox_icon {
  display: table-cell;
  width: 100px;
  height: 85px;
  vertical-align: middle;
}
.gridbox_list.small .gridbox_icon img {
  max-width: 100px;
  height: auto;
}
.gridbox_list.small .gridbox_ttl {
  display: table-cell;
  width: 100%;
  height: 85px;
  padding-left: 15px;
  background: url(/n_common/img/icon/icon_arrow_forward.png) center right no-repeat;
  vertical-align: middle;
}
/*-- Small grid --*/
/*-- Small-wide grid --*/
.gridbox_list.small_wide .gridbox_item {
  width: 100%;
  max-width: 845px;
  /* max-width: initial; */
  /* max-width: auto; */
  height: auto;
  float: none;
  background: -webkit-gradient(linear, left top, right bottom, from(#51c4ff), color-stop(40%, #ddb7ff), to(#fd6ee4));
  background: linear-gradient(to bottom right, #51c4ff 0%, #ddb7ff 40%, #fd6ee4 100%);
}
.gridbox_list.small_wide .gridbox_item:last-child {
  margin-bottom: 0;
}
.gridbox_list.small_wide .gridbox_item:nth-child(even){
  margin-left: 0;
}
.gridbox_list.small_wide .gridbox_inr {
  min-height: 220px;
  padding: 30px;
}
.gridbox_list.small_wide .gridbox_ttl {
  display: block;
  width: 100%;
  height: auto;
  padding-left: 0;
  box-sizing: border-box;
  background-image: url(/n_common/img/icon/icon_arrow_forward.png);
  background-repeat: no-repeat;
  background-position: right top 7px;
  vertical-align: baseline;
}
.gridbox_list.small_wide .gridbox_txt {
  height: auto;
  margin-top: 1em;
}
/*-- Small-wide grid --*/
/*-- More Small grid --*/
.grid_item_ss {
  display: inline-block;
  width: 350px;
  height: 100px;
  margin: 10px;
  background: -webkit-gradient(linear, left top, right bottom, from(#dfe84f), color-stop(30%, #86df97), to(#36d3fe));
  background: linear-gradient(to bottom right, #dfe84f 0%, #86df97 30%, #36d3fe 100%);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
}
.grid_item_ss_bg {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 4px solid #fff;
  transition: border 0.3s;
}
.grid_item_ss_inr {
  display: table;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 30px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  transition: background-color 0.3s;
}
.grid_item_ss_icon {
  display: table-cell;
  vertical-align: middle;
}
.grid_item_ss_ibox {
  display: table-cell;
}
.grid_item_ss_ibox>span {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: url("/n_common/img/icon/sprites_ss_icons.png") no-repeat;
  text-indent: -9999px;
}
.grid_item_ss_ibox>span.gridbox_list_icon_estimate {
  width: 28px;
  height: 40px;
  background-position: 0 0;
}
.grid_item_ss_ibox>span.gridbox_list_icon_consult {
  width: 40px;
  height: 34px;
  margin-top: 3px;
  background-position: -28px 0;
}
.grid_item_ss_ibox>span.gridbox_list_icon_inquiry {
  width: 40px;
  height: 31px;
  margin-top: 4px;
  background-position: -68px 0;
}
.grid_item_ss_ibox>span.gridbox_list_icon_report {
  width: 40px;
  height: 34px;
  margin-top: 2px;
  background-position: -108px 0;
}
.grid_item_ss_ibox>span.gridbox_list_icon_presence {
  width: 39px;
  height: 39px;
  background-position: -148px 0;
}
.grid_item_ss_ibox>span.gridbox_list_icon_challenge {
  width: 52px;
  height: 40px;
  margin-left: -13px;
  background-position: -187px 0;
}
.item_ttl_ss {
  display: table-cell;
  vertical-align: middle;
  width: 220px;
}
.ttl_el_ss {
  margin-left: -20px;
  padding-right: 15px;
  background: url("/n_common/img/icon/icon_arrow_forward.png") center right no-repeat;
  background-size: 6px 10px;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #0952a1;
}
/*-- /More Small grid --*/
/*-- Simple grid --*/
.simple_grid_wrapper.simple_grid_wrapper_mg {
  margin: 50px 0;
}
.simple_grid {
  zoom: 1;
}
.simple_grid::before, .simple_grid:after {
  content: "";
  display: table;
}
.simple_grid:after {
  clear: both;
}
.simple_grid.simple_grid_hover_bg .simple_grid_el {
  position: relative;
  height: auto;
}
.simple_grid.simple_grid_hover_bg .simple_grid_el::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #407ab8;
}
.simple_grid.simple_grid_hover_bg .simple_grid_el>a {
  opacity: 1;
  position: relative;
  transition: 0.2s;
}
.simple_grid.simple_grid_hover_bg .simple_grid_el:nth-child(3n) {
  margin-right: 40px;
}
.simple_grid.simple_grid_hover_bg .simple_grid_el:nth-child(4n) {
  margin-right: 0;
}
.simple_grid_el {
  float: left;
  width: 255px;
  height: 312px;
  margin-right: 40px;
  margin-bottom: 40px;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
}
.simple_grid_el:nth-of-type(3n) {
  margin-right: 0;
}
.simple_grid_el>a {
  display: block;
  overflow: hidden;
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s;
}
.simple_grid_img {
  height: 155px;
}
.simple_grid_img img {
  width: 100%;
}
.simple_grid_cont {
  height: 157px;
  box-sizing: border-box;
  padding: 20px;
  background-color: #fff;
}
.simple_grid_cont_ttl {
  font-size: 2rem;
  background: url(/n_common/img/icon/icon_arrow_forward.png) center right no-repeat;
}
.simple_grid_cont_ttl span {
  display: inline-block;
  padding-right: 1em;
}
.simple_grid_cont_ttl span span {
  display: inline;
  font-size: 1.2rem;
  line-height: 1.6em;
}
.simple_grid_cont_stc {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
/*-- /Simple grid --*/
/*-- Simple grid_lg (2column) --*/
.simple_grid_lg {
  zoom: 1;
}
.simple_grid_lg::before, .simple_grid_lg:after {
  content: "";
  display: table;
}
.simple_grid_lg:after {
  clear: both;
}
.simple_grid_lg_el {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
}
.simple_grid_lg_el:nth-of-type(2n) {
  margin-right: 0;
}
.simple_grid_lg_el>a {
  display: block;
  overflow: hidden;
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s;
}
.simple_grid_lg_img {
  height: auto;
}
.simple_grid_lg_img img {
  display: block;
  width: 100%;
  height: auto;
}
.simple_grid_lg_cont {
  height: 130px;
  box-sizing: border-box;
  padding: 20px;
  background-color: #fff;
}
.simple_grid_lg_cont_ttl {
  background: url(/n_common/img/icon/icon_arrow_forward.png) center right 3px no-repeat;
  font-size: 2rem;
}
.simple_grid_lg_cont_ttl_el {
  display: inline-block;
  padding-right: 1em;
}
.simple_grid_lg_cont_stc {
  margin-top: 15px;
  font-size: 1.5rem;
}
/*-- /Simple grid --*/
/*-- Wide grid --*/
.wide_grid_wrapper {
  max-width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
}
.wide_grid {
  zoom: 1;
}
.wide_grid::before, .wide_grid:after {
  content: "";
  display: table;
}
.wide_grid:after {
  clear: both;
}
.wide_grid.wide_grid_hover_bg .wide_grid_el {
  position: relative;
  height: auto;
}
.wide_grid.wide_grid_hover_bg .wide_grid_el::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #74e4a9;
}
.wide_grid.wide_grid_hover_bg .wide_grid_el>a {
  position: relative;
  transition: 0.2s;
}
.wide_grid_el {
  position: relative;
  width: 100%;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
}
.wide_grid_el+.wide_grid_el {
  margin-top: 40px;
}
.wide_grid_el>a {
  position: relative;
  display: block;
  overflow: hidden;
  color: #333;
  text-decoration: none;
}
.wide_grid_inr {
  display: table;
  width: 100%;
}
.wide_grid_img {
  display: table-cell;
  width: 320px;
  height: auto;
  backgroung-color: #fff;
  line-height: 0;
}
.wide_grid_img>img {
  display: inline-block;
  width: 100%;
}
.wide_grid_cont {
  display: table-cell;
  box-sizing: border-box;
  padding: 0 40px;
  background: url(/n_common/img/icon/icon_arrow_forward.png) center right 40px no-repeat;
  background-color: #fff;
  vertical-align: middle;
}
.wide_grid_cont_ttl {
  font-size: 2.4rem;
  line-height: 3rem;
}
.wide_grid_cont_stc {
  margin-top: 14px;
  padding-right: 20px;
  font-size: 1.4rem;
}
/*-- /Wide grid --*/

/*------------------------------------
Report
------------------------------------*/
.report_list_el {
  margin: 0;
  border-bottom: 1px solid #dbe0e7;
}
.report_list_el.report_list_el_no_border {
  border: 0;
}
.report_list_el>a {
  display: block;
  padding: 30px 15px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.3s;
}
.report_list_el_info {
  zoom: 1;
}
.report_list_el_info::before, .report_list_el_info:after {
  content: "";
  display: table;
}
.report_list_el_info:after {
  clear: both;
}
.list_el_date {
  display: inline-block;
  height: 20px;
  line-height: 2.2rem;
  vertical-align: top;
}
.report_list_el_ttl {
  margin-top: 10px;
  font-size: 1.6rem;
}

/*------------------------------------
Box
------------------------------------*/
/*-- Float box(left | right) --*/
.float_box {
  zoom: 1;
}
.float_box::before, .float_box:after {
  content: "";
  display: table;
}
.float_box:after {
  clear: both;
}
.float_box.float_box_half .float_box_left {
  width: 48%;
}
.float_box.float_box_half .float_box_right {
  width: 48%;
  margin-left: 4%;
}
.float_box.float_box_inverse .float_box_left {
  float: right;
  margin-left: 4%;
}
.float_box.float_box_inverse .float_box_right {
  float: left;
  margin-left: 0;
}
.float_box.float_box_mgt {
  margin-top: 40px;
}
.float_box_left {
  float: left;
}
.float_box_right {
  float: left;
  margin-left: 25px;
}
/*-- /Float box(left | right) --*/
/*--.colom_2box (variable)--*/
.colom_2box .colom_2box_inr {
  display: flex;
  width: 100%;
}
.colom_2box.reverse .colom_2box_inr {
  flex-direction: row-reverse;
}
.colom_2box .col:last-child {
  padding-left: 40px;
}
.colom_2box.reverse .col:last-child {
  padding-left: 0;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .colom_2box .colom_2box_inr {
    display: block;
  }
  .colom_2box .col {
    display: block;
    margin: 0 auto;
    padding-left: 0;
  }
  .colom_2box.reverse .col:last-child {
    padding: 0;
  }
  .colom_2box .col:last-child {
    padding-left: 0;
  }
  .colom_2box .col img {
    width: 100%;
  }
}
/*
.box_2col (dividingEqually)
-----------------*/
.box_2col_wrapper {
  width: 100%;
  margin-top: 20px;
  letter-spacing: -0.4em;
}
.box_col {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .box_col {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .box_col:last-child {
    margin-bottom: 0;
  }
}
.box_2col_wrapper.has_space {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.box_2col_wrapper.has_space .box_col {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .box_2col_wrapper.has_space {
    display: block;
  }
  .box_2col_wrapper.has_space .box_col {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .box_col:last-child {
    margin-bottom: 0;
  }
}
/*-- Table box(left | right) --*/
.table_box_wrapper {
  margin: 40px 0;
}
.table_box {
  display: table;
}
.table_box.table_box_full {
  width: 100%;
}
.table_box_left {
  display: table-cell;
  vertical-align: middle;
}
.table_box_right {
  display: table-cell;
  vertical-align: middle;
}
/*-- /Table box(left | right) --*/
/*-- Box --*/
.dot_box_wrapper {
  margin: 40px 0;
}
.dot_box {
  padding: 20px;
  border-top: 3px dotted #999999;
  border-bottom: 3px dotted #999999;
}
.vt_border_box {
  padding: 40px 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
.vt_border_box.vt_border_box {
  border-color: #0952a1;
}

/*------------------------------------
Sentence
------------------------------------*/
.sentence {
  margin-bottom: 1em;
}
.sentence.sentence_stg {
  font-weight: bold;
}
.sentence.sentence_center {
  text-align: center;
}
.sentence.sentence_sm {
  font-size: 1.4rem;
}
.sentence.sentence_btw {
  line-height: 3.2rem;
}
.sentence.sentence_mgt {
  margin-top: 40px;
}
.sentence.sentence_mgb {
  margin-bottom: 40px;
}
.sentence.sentence_no_mg {
  margin: 0;
}
.sentence.indent {
  text-indent: 1em;
}
.sentence .red {
  color: red;
}
.sentence .ib_line {
  display: inline-block;
}
.sentence .ib_line.ib_line_mg {
  margin-right: 10px;
}
.sentence_ttl {
  font-size: 1.8rem;
  font-weight: bold;
}
.sentence_strong_blue {
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: bold;
  color: #094986;
}
.sentence_strong_blue.sentence_strong_blue_center {
  text-align: center;
}
.indent_dft {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
.bold_ttl {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
}
.bold_ttl.bold_ttl_mgt {
  margin-top: 20px;
}

/*------------------------------------
link
------------------------------------*/
.linkbox_dft>a {
  display: inline-block;
  padding-left: 20px;
  background-image: url(/n_common/img/icon/icon_link_arrow_forward.png) center left 6px no-repeat;
  text-decoration: none;
}
.external_link_dft {
  text-decoration: none;
  color: #0952a1;
}
.external_link_dft::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  padding-left: 8px;
  background: url(/n_common/img/icon/icon_link.png) center right no-repeat;
  background-size: 14px 12px;
  vertical-align: baseline;
}
.link_with_arrow_dft_el {
  font-size: 1.6rem;
  padding-right: 20px;
  text-decoration: none;
  background: url("/n_common/img/icon/icon_arrow_forward.png") no-repeat right center;
  background-size: 7px 11px;
  color: #053365;
}
.pdf_link_dft {
  text-decoration: none;
  color: #0952a1;
}
.pdf_link_dft::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 22px;
  padding-left: 8px;
  background: url(/n_common/img/icon/icon_pdf.png) center right no-repeat;
  background-size: 20px 22px;
  vertical-align: top;
}
/*-- /Link --*/

/*------------------------------------
img_box
------------------------------------*/
.info_content_dft_cardbox {
  margin: 50px 0;
  font-size: 1.6rem;
}
.info_content_dft_cardbox_ttl {
  padding: 10px 20px 8px 20px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #4a64a0), color-stop(50%, #6a97cc), to(#a297d5));
  background: linear-gradient(to right, #4a64a0 1%, #6a97cc 50%, #a297d5 100%);
}
.info_content_dft_cardbox_ttl.info_content_dft_cardbox_ttl_L {
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #62eabe), to(#6da8f0));
  background: linear-gradient(to right, #62eabe 1%, #6da8f0 100%);
}
.info_content_dft_cardbox_ttl_el {
  font-size: 1.8rem;
  line-height: 2rem;
  color: #fff;
}
.info_content_dft_cardbox_bottom {
  padding: 30px;
  background-color: #f2f4f5;
}
.indent_pbox_dft.indent_pbox_dft_mgt {
  margin-top: 40px;
}
.indent_pbox_dft>p {
  text-indent: 1em;
}
.indent_pbox_dft>p+p {
  margin-top: 1em;
}
.no_indent_pbox_dft.no_indent_pbox_dft_mgt {
  margin-top: 40px;
}
.no_indent_pbox_dft p+p {
  margin-top: 1em;
}
.info_content_dft_indent_box.info_content_dft_indent_box_mg_p p+p {
  margin-top: 1em;
}
.info_content_dft_indent_box p {
  text-indent: 1em;
}
.notice_closing {
  margin-top: 50px;
  background-color: #f2f4f5;
  padding: 20px 30px;
}

/*------------------------------------
img_box
------------------------------------*/
.img_box {
  line-height: 0;
}
.img_box.img_box_mg {
  margin: 30px 0;
}
.img_box.img_box_full {
  width: 100%;
  text-align: center;
}
.img_box.img_box_full img {
  width: 100%;
}
.img_box.img_box_center {
  text-align: center;
}
.img_box.img_box_center img {
  width: auto;
}
.img_box span {
  display: inline-block;
}
/*-- /Img box --*/

/*------------------------------------
list
------------------------------------*/
.list_dft>li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_dft>li.indent_5 {
  padding-left: 5em;
  text-indent: -5em;
}
.list_dft>li::before {
  content: "\0030fb" /* &middot; */;
  box-sizing: border-box;
}
.list_dft.list_dft_nostyle>li::before {
  content: "";
}
.list_dft.no_indent>li {
  padding-left: 0;
  text-indent: 0;
}
.list_dft.indent_one_half>li {
  display: inline-block;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.list_dft.indent_five>li {
  display: inline-block;
  padding-left: 5em;
  text-indent: -5em;
}
.list_dft.mgt li:nth-of-type(n+2) {
  margin-top: 1em;
}
/*-- num List --*/
.list_number li {
  margin: 0px 0px 5px 25px;
  padding: 0px;
  list-style: decimal outside;
}
.list_number li.no_num {
  list-style: none;
}
.list_number.list_number_mgb_el li {
  margin-bottom: 1em;
}
.list_number.mgt li {
  margin-bottom: 0;
}
.list_number.mgt li:nth-of-type(n+2) {
  margin-top: 1em;
}

/*------------------------------------
table
------------------------------------*/
.table_dft.table_dft_full {
  width: 100%;
}
.table_dft.table_dft_mg {
  margin-top: 40px;
  margin-bottom: 40px;
}
.table_dft.table_dft_mgt {
  margin-top: 40px;
}
.table_dft.table_dft_lg_th th {
  width: 160px;
}
.table_dft th, .table_dft td {
  padding: 20px;
  border: 1px solid #dbe0e7;
  vertical-align: middle;
  text-align: left;
}
.table_dft th {
  width: 140px;
  background-color: #f6f7f7;
  font-weight: bold;
}

/*------------------------------------
paging
------------------------------------*/
.paging_list_dft_wrapper {
  width: 100%;
  margin-top: 30px;
}
.paging_list_dft {
  zoom: 1;
  text-align: center;
}
.paging_list_dft::before, .paging_list_dft:after {
  content: "";
  display: table;
}
.paging_list_dft:after {
  clear: both;
}
.paging_list_dft li {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 0 4px;
}
.paging_list_dft li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #ececec;
  line-height: 3.8rem;
  color: #0952a1;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s;
}
.paging_list_dft li.prev a {
  background-image: url(/n_common/img/icon/icon_arrow_backward.png);
  background-repeat: no-repeat;
  background-size: 7px 11px;
  background-position: 14px 13px;
  text-indent: -9999px;
}
.paging_list_dft li.next a {
  background-image: url(/n_common/img/icon/icon_arrow_forward.png);
  background-repeat: no-repeat;
  background-size: 7px 11px;
  background-position: 15px 13px;
  text-indent: -9999px;
}
.paging_list_dft li.dotted a {
  background-color: transparent;
  pointer-events: none;
}
.paging_list_dft li.is_active a {
  background-color: #0952a1;
  color: #fff;
}

/*------------------------------------
Button 
------------------------------------*/
/*-- link_btn --*/
.link_btn_dft_wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
.link_btn_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 20px;
}
.link_btn {
  display: inline-flex;
  align-items: center;
  width: 190px;
  height: 60px;
  margin: 10px 5px 0 0;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #f2f4f5;
  background-color: #fff;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s;
  text-align: center;
  color: #0952a1;
  text-decoration: none;
}
.link_btn > .inr {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 30px 0 15px;
  text-decoration: none;
  background: url(/n_common/img/icon/icon_arrow_forward.png)no-repeat;
  background-position: right 15px center;
  background-size: 7px 11px;
}
.link_btn:hover {
  background-color: #f4f6f7;
}
/*-- small btn --*/
.link_btn.small {
  height: 40px;
  font-size: 1.4rem;
}
.link_btn.small.pdf-icon > .inr {
  background: url(/n_common/img/icon/icon_pdf.png)no-repeat;
  background-position: right 10px center;
}
/*-- other btn --*/
.link_btn.other > .inr {
  background-image: url(/n_common/img/icon/icon_link.png);
  background-size: 14px 12px;
}
/*-- pdf btn --*/
.link_btn.pdf {
  width: auto;
  position: relative;
  border: 2px solid #305c9b;
}
.link_btn.pdf::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  display: inline-block;
  width: 20px;
  height: 26px;
  margin: auto;
  background: url(/n_common/img/icon/icon_pdf_large.png) no-repeat center left;
  background-size: 20px;
  vertical-align: middle;
}
.link_btn.pdf > span {
  padding-left: 45px;
}
.link_btn.pdf:hover {
  background: linear-gradient(to right, #1466c0 1%, #1c7ac6 50%, #336cca 100%);
  border: 2px solid transparent;
  color: #fff;
  transition: all 0.3s;
}
.link_btn.pdf:hover > span {
  background-image: url(/n_common/img/icon/icon_arrow_forward_white.png);
}
/*-- btn map --*/
.link_btn.map {
  width: auto;
  position: relative;
}
.link_btn.map::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 20px;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  background: url(/n_common/img/icon/icon_access_xs.png) center no-repeat;
  vertical-align: middle;
}
.link_btn.map > span {
  padding-left: 45px;
}
/*-- btn orange --*/
.link_btn.orange {
  height: 48px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #ff9d30), to(#ff9150));
  background: linear-gradient(to right, #ff9d30 1%, #ff9150 100%);
  border: none;
  border-radius: 2px;
  transition: opacity 0.3s;
}
.link_btn.orange > .inr {
  color: #fff;
  background-image: url(/n_common/img/icon/icon_arrow_forward_white.png);
}
.link_btn.orange:hover {
  opacity: .7;
}
/*-- btn blue --*/
.link_btn.blue {
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #1466c0), color-stop(50%, #1c7ac6), to(#336cca));
  background: linear-gradient(to right, #1466c0 1%, #1c7ac6 50%, #336cca 100%);
  border: none;
  transition: opacity 0.3s;
}
.link_btn.blue > .inr {
  color: #fff;
  background-image: url(/n_common/img/icon/icon_arrow_forward_white.png);
}
.link_btn.blue:hover {
  opacity: .7;
}
/*-- btn border-blue --*/
.link_btn.bd_blue {
  border: 2px solid #305c9b;
}
.link_btn.bd_blue:hover {
  color: #fff;
  background: linear-gradient(to right, #1466c0 1%, #1c7ac6 50%, #336cca 100%);
  border: 2px solid transparent;
  transition: all 0.3s;
}
.link_btn.bd_blue:hover > .inr {
  background-image: url(/n_common/img/icon/icon_arrow_forward_white.png);
}
/*-- link_btn_2col/link_btn_3col--*/
.link_btn_2col, .link_btn_3col {
  display: flex;
  margin-top: 10px;
  font-weight: bold;
}
.link_btn_2col >li {
  width: 49%;
  margin: 0 1% 0 0;
  vertical-align: middle;
  cursor: pointer;
}
.link_btn_3col >li {
  width: 32.5%;
  margin: 0 1% 0 0;
}
.link_btn_2col .link_btn, .link_btn_3col .link_btn {
  width: 100%;
  /* height: auto; */
  /* min-height: 4.6em; */
  height: 4.6em;
  margin: 0 1% 0 0;
  padding: 1.5%;
  border: 2px solid #305c9b;
  vertical-align: middle;
}
.link_btn_2col .link_btn .inr span,
.link_btn_3col .link_btn .inr span {
  display: block;
  font-weight: normal;
  text-align: center;
  font-size: 1.4rem;
}
.link_btn_2col .link_btn:hover,
.link_btn_3col .link_btn:hover {
  color: #fff;
  background: linear-gradient(to right, #1466c0 1%, #1c7ac6 50%, #336cca 100%);
  border: 2px solid transparent;
  transition: all 0.3s;
}
.link_btn_2col .link_btn:hover .inr,
.link_btn_3col .link_btn:hover .inr {
    background-image: url(/n_common/img/icon/icon_arrow_forward_white.png);
}
/*-- icon_btn_dft --*/
.icon_btn_dft {
  display: inline-block;
  width: auto;
  height: 36px;
  box-sizing: border-box;
  border: 1px solid #c3d6eb;
  border-radius: 2px;
  transition: background-color 0.3s;
  text-align: center;
}
/*-- .icon_btn --*/
.icon_btn_dft.icon_btn_dft_mg {
  margin: 10px 0;
}
.icon_btn_dft.icon_btn_dft_ta_l {
  text-align: left;
}
.icon_btn_dft.icon_btn_dft_orange {
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #ff9d30), to(#ff9150));
  background: linear-gradient(to right, #ff9d30 1%, #ff9150 100%);
  border: 0;
}
.icon_btn_dft.icon_btn_dft_orange a {
  color: #fff;
}
.icon_btn_dft.icon_btn_dft_blue {
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #094986), color-stop(50%, #1a669b), to(#3c5499));
  background: linear-gradient(to right, #094986 1%, #1a669b 50%, #3c5499 100%);
  border: 0;
}
.icon_btn_dft.icon_btn_dft_blue a {
  color: #fff;
}
.icon_btn_dft.icon_btn_dft_gray {
  background-color: #e5e5e5;
  border: 0;
}
.icon_btn_dft.icon_btn_dft_mail a>span {
  background: url(/n_common/img/icon/icon_mail_xs.png) no-repeat center left;
}
.icon_btn_dft.icon_btn_dft_monitor a>span {
  background: url(/n_common/img/icon/icon_monitor_xs.png) no-repeat center left;
}
.icon_btn_dft.icon_btn_dft_access a>span {
  background: url(/n_common/img/icon/icon_access_xs.png) no-repeat center left;
  color: #0952a1;
}
.icon_btn_dft.icon_btn_dft_lang a>span {
  background: url(/n_common/img/icon/icon_lang_xs.png) no-repeat center left;
}
.icon_btn_dft.icon_btn_dft_zoom a>span {
  padding-left: 24px;
  background: url(/n_common/img/icon/icon_zoom_xs.png) no-repeat center left;
  color: #0952a1;
}
.icon_btn_dft a {
  display: table;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 8px;
  color: #000;
  text-decoration: none;
}
.icon_btn_dft a>span {
  display: table-cell;
  padding-left: 20px;
  background: url(/n_common/img/icon/icon_arrow_forward.png) no-repeat center left;
  font-weight: bold;
  font-size: 1.4rem;
  vertical-align: middle;
  letter-spacing: 1px;
}
.icon_btn_dft_inr {
  height: 100%;
}
.info_list_dft_label {
  position: relative;
  display: inline-block;
  width: auto;
  height: 20px;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 0 0 5px;
  padding: 0 5px;
  background-color: #fff;
  border: 1px solid black;
  border-radius: 2px;
  text-align: center;
  font-size: 1.1rem;
  line-height: 2rem;
  transition: all 0.3s;
  vertical-align: top;
}
.info_list_dft_label.info_list_dft_label_red {
  border-color: #d70839;
  background-color: #d70839;
  color: #fff;
}
.info_list_dft_label.info_list_dft_label_end {
  border-color: #aaa;
  background-color: #aaa;
  color: #fff;
}
.info_list_dft_label.info_list_dft_label_focus {
    border-color: #3333CC;
    background-color: #3333CC;
    color: #fff;
}
.info_row_date .info_list_dft_label,
.info_row_date .category_label {
  vertical-align: top;
}
.link_btn_simple_dft {
  display: inline-block;
}
.link_btn_simple_dft>a {
  display: block;
  width: auto;
  padding: 10px 20px 8px;
  border-radius: 2px;
  background-color: #fd9824;
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}
/*-- /Button --*/

/*------------------------------------
Left_menu
------------------------------------*/
.left_menu_dft {
  border-top: 1px solid #dbe0e7;
  border-bottom: 1px solid #dbe0e7;
  font-size: 1.6rem;
}
.left_menu_dft.left_menu_dft_no_bb {
  border-bottom: 0;
}
.left_menu_dft .left_menu_dft_el_inr {
  display: block;
  border-bottom: 1px solid #dbe0e7;
  text-decoration: none;
}
.left_menu_dft .left_menu_dft_el_inr.left_menu_dft_el_inr_no_link span {
  background-image: none !important;
}
.left_menu_dft .left_menu_dft_el_inr span {
  display: block;
  box-sizing: border-box;
  padding: 15px 30px 15px 15px;
  padding-left: 15px;
  background: url(/n_common/img/icon/icon_arrow_forward.png) center right 10px no-repeat;
  background-size: 5px 9px;
  color: #333;
  text-decoration: none;
}
.left_menu_dft>li {
  position: relative;
}
.left_menu_dft>li:last-child .left_menu_dft_el_inr {
  border-bottom: 0;
}
.left_menu_dft>li.is_active>.left_menu_dft_el_inr {
  padding-bottom: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #176bc7), color-stop(70%, #41c9e0), to(#af85f3));
  background: linear-gradient(to right, #176bc7 1%, #41c9e0 70%, #af85f3 100%);
}
.left_menu_dft>li.is_active>.left_menu_dft_el_inr span {
  background-color: #fff;
  border-bottom: 0;
  color: #0952a1;
}
.left_menu_dft>li.is_ttl>.left_menu_dft_el_inr {
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #57cac8), color-stop(50%, #5ac4d4), to(#5eb9f3));
  background: linear-gradient(to right, #57cac8 1%, #5ac4d4 50%, #5eb9f3 100%);
}
.left_menu_dft>li.is_ttl>.left_menu_dft_el_inr span {
  padding: 25px 30px 25px 15px;
  background: url(/n_common/img/icon/icon_arrow_forward_white.png) center right 10px no-repeat;
  background-size: 5px 9px;
  border-bottom: 0;
  font-size: 2rem;
  color: #fff;
}
.left_menu_dft>li.is_no_arrow>.left_menu_dft_el_inr span {
  background-image: none;
}
.left_menu_dft_inr_list {
  font-size: 1.4rem;
}
.left_menu_dft_inr_list>li:nth-of-type(n+2) .left_menu_dft_el_inr {
  border-top: 1px solid #dbe0e7;
}
.left_menu_dft_inr_list>li.is_active>.left_menu_dft_el_inr {
  padding-bottom: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #176bc7), color-stop(70%, #41c9e0), to(#af85f3));
  background: linear-gradient(to right, #176bc7 1%, #41c9e0 70%, #af85f3 100%);
}
.left_menu_dft_inr_list>li.is_active>.left_menu_dft_el_inr span {
  border-bottom: 0;
  background-color: #fff;
  color: #0952a1;
}
.left_menu_dft_inr_list>li>.left_menu_dft_el_inr {
  display: block;
  width: 95%;
  margin-left: 5%;
  border: 0;
  text-decoration: none;
}
.left_menu_dft_inr_list>li>.left_menu_dft_el_inr span {
  border-bottom: 0;
}
.left_menu_dft_inr_list>li.double {
  background-position-y: 30px;
}
.left_menu_dft_inr_list>li.double>.left_menu_dft_el_inr span {
  height: 70px;
  padding-top: 11px;
  background-position: right 10px top 30px;
  line-height: 2.4rem;
}
.left_menu_dft_has>.left_menu_dft_el_inr {
  border-bottom: 0;
}
.left_menu_dft_has>.left_menu_dft_el_inr span {
  border-bottom: 1px solid #dbe0e7 !important;
}
.left_menu_dft_has+li>.left_menu_dft_el_inr span {
  border-top: 1px solid #dbe0e7;
}
/*-- [/Left_menu_active] --*/
.visit .left_menu_dft li.visit>.left_menu_dft_el_inr,
.ua .left_menu_dft li.ua>.left_menu_dft_el_inr,
.trust .left_menu_dft li.trust>.left_menu_dft_el_inr,
.segmentation .left_menu_dft li.segmentation>.left_menu_dft_el_inr,
.qualitative .left_menu_dft li.qualitative>.left_menu_dft_el_inr,
.pricing .left_menu_dft li.pricing>.left_menu_dft_el_inr,
.net .left_menu_dft li.net>.left_menu_dft_el_inr,
.brand .left_menu_dft li.brand>.left_menu_dft_el_inr,
.bi .left_menu_dft li.bi>.left_menu_dft_el_inr,
.creative .left_menu_dft li.creative>.left_menu_dft_el_inr,
.global .left_menu_dft li.global>.left_menu_dft_el_inr,
.mindpointer .left_menu_dft li.mindpointer>.left_menu_dft_el_inr,
.nos .left_menu_dft li.nos>.left_menu_dft_el_inr,
.ret .left_menu_dft li.ret>.left_menu_dft_el_inr,
.ux .left_menu_dft li.ux>.left_menu_dft_el_inr,
.news .left_menu_dft li.news>.left_menu_dft_el_inr,
.current_news .left_menu_dft li.current_news>.left_menu_dft_el_inr,
.presence .left_menu_dft li.presence>.left_menu_dft_el_inr,
.report .left_menu_dft li.report>.left_menu_dft_el_inr,
.report2018 .left_menu_dft li.report2018>.left_menu_dft_el_inr,
.report2019 .left_menu_dft li.report2019>.left_menu_dft_el_inr,
.column .left_menu_dft li.column>.left_menu_dft_el_inr,
.terms .left_menu_dft li.terms>.left_menu_dft_el_inr,
.rd .left_menu_dft li.rd>.left_menu_dft_el_inr,
.report .left_menu_dft li.report>.left_menu_dft_el_inr,
.profile .left_menu_dft li.profile>.left_menu_dft_el_inr,
.message .left_menu_dft li.message>.left_menu_dft_el_inr,
.philosophy .left_menu_dft li.philosophy>.left_menu_dft_el_inr,
.access .left_menu_dft li.access>.left_menu_dft_el_inr,
.organization .left_menu_dft li.organization>.left_menu_dft_el_inr,
.history .left_menu_dft li.history>.left_menu_dft_el_inr,
.achievements .left_menu_dft li.achievements>.left_menu_dft_el_inr,
.national .left_menu_dft li.national>.left_menu_dft_el_inr,
.challenge .left_menu_dft li.challenge>.left_menu_dft_el_inr,
.nryougov .left_menu_dft li.nryougov>.left_menu_dft_el_inr,
.anniversary .left_menu_dft li.anniversary>.left_menu_dft_el_inr,
.nryg .left_menu_dft li.nryg>.left_menu_dft_el_inr {
  padding-bottom: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #176bc7), color-stop(70%, #41c9e0), to(#af85f3));
  background: linear-gradient(to right, #176bc7 1%, #41c9e0 70%, #af85f3 100%);
}
.visit .left_menu_dft li.visit>.left_menu_dft_el_inr span,
.ua .left_menu_dft li.ua>.left_menu_dft_el_inr span,
.trust .left_menu_dft li.trust>.left_menu_dft_el_inr span,
.segmentation .left_menu_dft li.segmentation>.left_menu_dft_el_inr span,
.qualitative .left_menu_dft li.qualitative>.left_menu_dft_el_inr span,
.pricing .left_menu_dft li.pricing>.left_menu_dft_el_inr span,
.net .left_menu_dft li.net>.left_menu_dft_el_inr span,
.brand .left_menu_dft li.brand>.left_menu_dft_el_inr span,
.bi .left_menu_dft li.bi>.left_menu_dft_el_inr span,
.creative .left_menu_dft li.creative>.left_menu_dft_el_inr span,
.global .left_menu_dft li.global>.left_menu_dft_el_inr span,
.mindpointer .left_menu_dft li.mindpointer>.left_menu_dft_el_inr span,
.nos .left_menu_dft li.nos>.left_menu_dft_el_inr span,
.ret .left_menu_dft li.ret>.left_menu_dft_el_inr span,
.ux .left_menu_dft li.ux>.left_menu_dft_el_inr span,
.news .left_menu_dft li.news>.left_menu_dft_el_inr span,
.current_news .left_menu_dft li.current_news>.left_menu_dft_el_inr span,
.presence .left_menu_dft li.presence>.left_menu_dft_el_inr span,
.report .left_menu_dft li.report>.left_menu_dft_el_inr span,
.report2018 .left_menu_dft li.report2018>.left_menu_dft_el_inr span,
.report2019 .left_menu_dft li.report2019>.left_menu_dft_el_inr span,
.column .left_menu_dft li.column>.left_menu_dft_el_inr span,
.terms .left_menu_dft li.terms>.left_menu_dft_el_inr span,
.rd .left_menu_dft li.rd>.left_menu_dft_el_inr span,
.report .left_menu_dft li.report>.left_menu_dft_el_inr span,
.profile .left_menu_dft li.profile>.left_menu_dft_el_inr span,
.message .left_menu_dft li.message>.left_menu_dft_el_inr span,
.philosophy .left_menu_dft li.philosophy>.left_menu_dft_el_inr span,
.access .left_menu_dft li.access>.left_menu_dft_el_inr span,
.organization .left_menu_dft li.organization>.left_menu_dft_el_inr span,
.history .left_menu_dft li.history>.left_menu_dft_el_inr span,
.achievements .left_menu_dft li.achievements>.left_menu_dft_el_inr span,
.national .left_menu_dft li.national>.left_menu_dft_el_inr span,
.challenge .left_menu_dft li.challenge>.left_menu_dft_el_inr span,
.nryougov .left_menu_dft li.nryougov>.left_menu_dft_el_inr span,
.anniversary .left_menu_dft li.anniversary>.left_menu_dft_el_inr span,
.nryg .left_menu_dft li.nryg>.left_menu_dft_el_inr span {
  background-color: #fff;
  color: #0952a1;
}
.graduates .left_menu_dft li.graduates>.left_menu_dft_el_inr,
.career .left_menu_dft li.career>.left_menu_dft_el_inr,
.personality .left_menu_dft li.personality>.left_menu_dft_el_inr,
.staff .left_menu_dft li.staff>.left_menu_dft_el_inr,
.culture .left_menu_dft li.culture>.left_menu_dft_el_inr,
.welfare .left_menu_dft li.welfare>.left_menu_dft_el_inr,
.training .left_menu_dft li.training>.left_menu_dft_el_inr,
.faq .left_menu_dft li.faq>.left_menu_dft_el_inr {
  padding-bottom: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #62eabe), to(#6da8f0));
  background: linear-gradient(to right, #62eabe 1%, #6da8f0 100%);
}
.graduates .left_menu_dft li.graduates>.left_menu_dft_el_inr span,
.career .left_menu_dft li.career>.left_menu_dft_el_inr span,
.personality .left_menu_dft li.personality>.left_menu_dft_el_inr span,
.staff .left_menu_dft li.staff>.left_menu_dft_el_inr span,
.culture .left_menu_dft li.culture>.left_menu_dft_el_inr span,
.welfare .left_menu_dft li.welfare>.left_menu_dft_el_inr span,
.training .left_menu_dft li.training>.left_menu_dft_el_inr span,
.faq .left_menu_dft li.faq>.left_menu_dft_el_inr span {
  background-color: #fff;
  color: #0952a1;
}
.rd .left_menu_dft {
  border-bottom: none;
}

/*------------------------------------
Category_label
------------------------------------*/
.category_label {
  position: relative;
  display: block;
  float: left;
  width: 186px;
  height: 32px;
  box-sizing: border-box;
  margin-top: 14px;
  margin-right: 20px;
  padding-left: 12px;
  border: 1px solid black;
  border-radius: 2px;
  background-color: #fff;
  font-size: 1.2rem;
  line-height: 3.1rem;
  text-align: center;
  transition: background-color 0.3s ease;
}
.category_label:hover, .category_label.is_selected {
  color: #fff;
  cursor: pointer;
}
.category_label:hover::before, .category_label.is_selected::before {
  background-position-y: -21px !important;
}
.category_label:hover>span, .category_label.is_selected>span {
  text-decoration: underline;
}
.category_label.is_selected>span {
  text-decoration: none;
}
.category_label::before {
  position: absolute;
  display: block;
  width: 21px;
  height: 21px;
  top: 5px;
  left: 5px;
  background-image: url(/n_common/img/icon/sprites_xs_icons.png);
  text-indent: -9999px;
  content: "icon";
}
.category_label.category_label_no_hover {
  margin-top: 0;
  margin-bottom: 0;
  pointer-events: none;
}
.category_label.category_label_no_mg_hr {
  margin-left: 0;
  margin-right: 0;
}
.category_label.category_label_sm {
  width: 120px;
  display: inline-block;
  float: none;
  height: 20px;
  margin: 0 5px 0 0;
  padding-left: 0;
  overflow: hidden;
  font-size: 1.1rem;
  line-height: 2rem;
  vertical-align: top;
}
 /* サイバーパネル・レポート限定対応 */
.category_label.category_label_sm.cyberpanel_report{
  width: auto;
  padding: 0 5px;
}
.category_label.category_label_sm:hover, .category_label.category_label_sm:active {
  background-color: #fff !important;
  color: #333;
  cursor: default;
}
.category_label.category_label_sm::before {
  display: none;
}
.category_label.category_label_sm.new {
  width: auto;
  padding: 0 5px;
  margin-left: 5px;
  border-color: #d70839;
  background-color: #d70839;
  color: #fff;
}
.category_label.category_label_sm.new:hover, .category_label.category_label_sm.new:active {
  background-color: #d70839 !important;
}
.category_label.category_label_sm.focus {
  width: auto;
  padding: 0 5px;
  margin-left: 5px;
  border-color: #3333CC;
  background-color: #3333CC;
  color: #fff;
}
.category_label.category_label_sm.focus:hover, .category_label.category_label_sm.focus:active {
  background-color: #3333CC !important;
}
.category_label.entertainment {
  border: 1px solid #fd9824;
}
.category_label.entertainment::before {
  width: 19px;
  background-position: 0 0;
}
.category_label.entertainment:hover, .category_label.entertainment:active, .category_label.entertainment.is_selected {
  background-color: #fd9824;
}
.category_label.trend {
  border: 1px solid #fd249e;
}
.category_label.trend::before {
  width: 24px;
  background-position: -19px 0;
}
.category_label.trend:hover, .category_label.trend:active, .category_label.trend.is_selected {
  background-color: #fd249e;
}
.category_label.food {
  border: 1px solid #ea361e;
}
.category_label.food::before {
  width: 24px;
  background-position: -43px 0;
}
.category_label.food:hover, .category_label.food:active, .category_label.food.is_selected {
  background-color: #ea361e;
}
.category_label.lifestyle {
  border: 1px solid #52c8ff;
}
.category_label.lifestyle::before {
  width: 23px;
  background-position: -67px 0;
}
.category_label.lifestyle:hover, .category_label.lifestyle:active, .category_label.lifestyle.is_selected {
  background-color: #52c8ff;
}
.category_label.health {
  border: 1px solid #9ee24d;
}
.category_label.health::before {
  width: 23px;
  background-position: -90px 0;
}
.category_label.health:hover, .category_label.health:active, .category_label.health.is_selected {
  background-color: #9ee24d;
}
.category_label.data_watch {
  border: 1px solid #335cb9;
}
.category_label.data_watch::before {
  width: 24px;
  background-position: -113px 0;
}
.category_label.data_watch:hover, .category_label.data_watch:active, .category_label.data_watch.is_selected {
  background-color: #335cb9;
}
.category_label.cyberpanel_report {
  border: 1px solid #335cb9;
  padding-left: 26px;
  font-size: 1.1rem;
}
.category_label.cyberpanel_report::before {
  width: 24px;
  background-position: -113px 0;
}
.category_label.cyberpanel_report:hover, .category_label.cyberpanel_report:active, .category_label.cyberpanel_report.is_selected {
  background-color: #335cb9;
}
.category_label.global {
  border: 1px solid #c59eed;
}
.category_label.global::before {
  width: 21px;
  background-position: -420px 0;
}
.category_label.global:hover, .category_label.global:active, .category_label.global.is_selected {
  background-color: #c59eed;
}
.category_label.media {
  border: 1px solid #3dcb7e;
}
.category_label.media::before {
  width: 22px;
  background-position: -441px 0;
}
.category_label.media:hover, .category_label.media:active, .category_label.media.is_selected {
  background-color: #3dcb7e;
}
.category_label.equipment {
  border: 1px solid #b28850;
}
.category_label.equipment::before {
  width: 29px;
  background-position: -463px 0;
}
.category_label.equipment:hover, .category_label.equipment:active, .category_label.equipment.is_selected {
  background-color: #b28850;
}
.category_label.fashion {
  border: 1px solid #901e84;
}
.category_label.fashion::before {
  width: 18px;
  background-position: -492px 0;
}
.category_label.fashion:hover, .category_label.fashion:active, .category_label.fashion.is_selected {
  background-color: #901e84;
}
.category_label.finance {
  border: 1px solid #fdcc24;
}
.category_label.finance::before {
  width: 21px;
  background-position: -510px 0;
}
.category_label.finance:hover, .category_label.finance:active, .category_label.finance.is_selected {
  background-color: #fdcc24;
}
.category_label.win_and_gia {
  border: 1px solid #bcc5d0;
}
.category_label.win_and_gia::before {
  width: 35px;
  background-position: -814px 0;
  height: 18px;
}
.category_label.win_and_gia:hover, .category_label.win_and_gia:active, .category_label.win_and_gia.is_selected {
  background-color: #bcc5d0;
}
.category_label_group_wrapper {
  display: inline-block;
}
/*-- [/Category_label] --*/

/*------------------------------------
Design Module
------------------------------------*/
/*-- [icon_num_list] --*/
.icon_num_list_item {
  margin-top: 60px;
}
.icon_num_list_item:first-child {
  margin-top: 0;
}
.icon_num_list_ttl_el {
  padding-bottom: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #176bc7), color-stop(70%, #41c9e0), to(#af85f3));
  background: linear-gradient(to right, #176bc7 1%, #41c9e0 70%, #af85f3 100%);
  overflow: hidden;
}
.icon_num_list_ttl_inr {
  display: table;
  /* width: 101%; */
  width: 100%;
  background: #fff;
}
.icon_num_list_ttl {
  padding-bottom: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #176bc7), color-stop(70%, #41c9e0), to(#af85f3));
  background: linear-gradient(to right, #176bc7 1%, #41c9e0 70%, #af85f3 100%);
}
.icon_num_list .icon_num {
  display: table-cell;
  width: 50px;
  padding: 10px 16px;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  background: -webkit-linear-gradient(45deg, #1776b3 0%, #0952a1 0%, #1776b3 40%, #1776b3 65%, #0952a1 100%);
  background: linear-gradient(45deg, #1776b3 0%, #0952a1 0%, #1776b3 40%, #1776b3 65%, #0952a1 100%);
}
.icon_num_list .icon_num_list_ttl_txt {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0.5em;
  font-size: 2.2rem;
}
.icon_num_list .icon_num_list_ttl_txt.dbl {
  line-height: 1.5;
}
.icon_num_list_txt {
  margin-top: 20px;
  font-size: 1.6rem;
}
.icon_num_list_txt span.right {
  display: inline-block;
  width: 100%;
  text-align: right;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .icon_num_list .icon_num_list_ttl_txt {
    font-size: 2.0rem;
  }
  .icon_num_list .icon_num_list_ttl_txt.dbl {
    line-height: inherit;
  }
  .icon_num_list_txt span.right {
    width: auto;
    text-align: left;
  }
}
/*-- [/icon_num_list] --*/
/*-- [Gradient_border] --*/
.gradient_border {
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #176bc7), color-stop(70%, #41c9e0), to(#af85f3));
  background: linear-gradient(to right, #176bc7 1%, #41c9e0 70%, #af85f3 100%);
}
/*-- [Gradient_border] --*/
.select_box_blue {
  border-radius: 2px;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}
.select_box_blue select::-ms-expand {
  display: none;
}
.select_box_blue select {
  width: 100%;
  height: 48px;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: #eee;
  background: url(/n_common/img/icon/icon_arrow_downward_box_blue.png) right center no-repeat;
  background-color: #fff;
  font-size: 1.5rem;
}
/* firefox fix
-----------------*/
.select_box_blue select:focus,
.select_box_blue select option:focus {
  outline:none;
}
.select_box_blue select::-moz-focus-inner,
.select_box_blue select option::-moz-focus-inner {
  border: 0px;
}
/* .step_typeA
-----------------*/
.step_typeA_row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
  position: relative;
}
.step_typeA_num {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  padding: 15px 30px;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  z-index: 2;
}
.step_typeA_row:first-child .step_typeA_num {
  background: #91cef5;
}
.step_typeA_row:nth-child(2) .step_typeA_num {
  background: -webkit-linear-gradient(45deg, #509ef1 1%, #50aff1 68%, #769ef2 100%);
  background: linear-gradient(45deg, #509ef1 1%, #50aff1 68%, #769ef2 100%);
}
.step_typeA_row:nth-child(3) .step_typeA_num {
  padding: 20px 30px;
  background: -webkit-linear-gradient(45deg, #1776b3 0%, #0952a1 0%, #1776b3 40%, #1776b3 65%, #0952a1 100%);
  background: linear-gradient(45deg, #1776b3 0%, #0952a1 0%, #1776b3 40%, #1776b3 65%, #0952a1 100%);
}
.step_typeA_row .step_typeA_num::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 37px 0 37px;
  z-index: 1;
}
.step_typeA_row:first-child .step_typeA_num::before {
  border-color: #91cef5 transparent transparent transparent;
}
.step_typeA_row:nth-child(2) .step_typeA_num::before {
  border-color: #50a5f1 transparent transparent transparent;
}
.step_typeA_row:last-child .step_typeA_num::before {
  display: none;
}
.step_typeA_num {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .step_typeA_row {
    align-items: flex-start;
  }
  .step_typeA_num {
    width: 55px;
    padding: 10px 20px;
  }
  .step_typeA_row .step_typeA_num::before {
    bottom: -16px;
    border-width: 16px 27px 0 27px;
  }
  .step_typeA_row:nth-child(3) .step_typeA_num {
    padding: 10px 20px;
  }
}
/* .step_typeB
-----------------*/
.step_typeB {
  display: table;
  width: 100%;
  border: 1px solid #d0d0d0;
}
.step_typeB_row {
  display: table-row;
}
.step_typeB_head {
  display: table-cell;
  vertical-align: middle;
  width: 130px;
  padding: 50px 10px 30px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
.step_typeB_head::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 72px 0 73px;
  position: absolute;
  top: 0;
  left: 0;
}
.step_typeB_body {
  display: table-cell;
  vertical-align: middle;
  padding: 30px 20px;
  border-bottom: 1px solid #caccce;
  background: #f2f4f5;
}
.step_typeB_row:first-of-type .step_typeB_head {
  padding-top: 30px;
}
.step_typeB_row:first-of-type .step_typeB_head::before {
  display: none;
}
.step_typeB_row:last-of-type .step_typeB_body {
  border-bottom: none;
}
/* color */
.step_typeB .step_typeB_row:nth-of-type(1) .step_typeB_head {
  background-color: #8eccf2;
}
.step_typeB .step_typeB_row:nth-of-type(2) .step_typeB_head {
  background-color: #70c2ef;
}
.step_typeB .step_typeB_row:nth-of-type(2) .step_typeB_head::before {
  border-color: #70c2ef transparent transparent transparent;
}
.step_typeB .step_typeB_row:nth-of-type(3) .step_typeB_head {
  background-color: #47aae8;
}
.step_typeB .step_typeB_row:nth-of-type(3) .step_typeB_head::before {
  border-color: #1884ca transparent transparent transparent;
}
.step_typeB.step5 .step_typeB_row:nth-of-type(1) .step_typeB_head {
  background-color: #8eccf2;
}
.step_typeB.step5 .step_typeB_row:nth-of-type(2) .step_typeB_head {
  background-color: #70c2ef;
}
.step_typeB.step5 .step_typeB_row:nth-of-type(2) .step_typeB_head::before {
  border-color: #8eccf2 transparent transparent transparent;
}
.step_typeB.step5 .step_typeB_row:nth-of-type(3) .step_typeB_head {
  background-color: #47aae8;
}
.step_typeB.step5 .step_typeB_row:nth-of-type(3) .step_typeB_head::before {
  border-color: #70c2ef transparent transparent transparent;
}
.step_typeB.step5 .step_typeB_row:nth-of-type(4) .step_typeB_head {
  background-color: #1884ca;
}
.step_typeB.step5 .step_typeB_row:nth-of-type(4) .step_typeB_head::before {
  border-color: #47aae8 transparent transparent transparent;
}
.step_typeB.step5 .step_typeB_row:nth-of-type(5) .step_typeB_head {
  background-color: #0d5aa5;
}
.step_typeB.step5 .step_typeB_row:nth-of-type(5) .step_typeB_head::before {
  border-color: #1884ca transparent transparent transparent;
}
@media screen and (max-width: 768px) {
  .step_typeB_head {
    width: 100px;
  }
  .step_typeB_head::before {
    border-width: 20px 56px 0 56px;
  }
}
/* .step_typeC
-----------------*/
.step_typeC_row {
  display: flex;
  margin-bottom: 40px;
  position: relative;
}
.step_typeC_num {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  width: 160px;
  padding: 15px 10px;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  color: #fff;
  z-index: 2;
}
.step_typeC_num_ttl {
  display: block;
  margin-top: 10px;
  font-size: 1.6rem;
}
.step_typeC_row:first-child .step_typeC_num {
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #57cac8), color-stop(50%, #5ac4d4), to(#5eb9f3));
  background: linear-gradient(to bottom, #57cac8 1%, #5ac4d4 50%, #5eb9f3 100%);
}
.step_typeC_row:nth-child(2) .step_typeC_num {
  background: -webkit-linear-gradient(45deg, #509ef1 1%, #50aff1 68%, #769ef2 100%);
  background: linear-gradient(45deg, #509ef1 1%, #50aff1 68%, #769ef2 100%);
}
.step_typeC_row:nth-child(3) .step_typeC_num {
  padding: 20px 40px;
  background: -webkit-linear-gradient(45deg, #1776b3 0%, #0952a1 0%, #1776b3 40%, #1776b3 65%, #0952a1 100%);
  background: linear-gradient(45deg, #1776b3 0%, #0952a1 0%, #1776b3 40%, #1776b3 65%, #0952a1 100%);
}
.step_typeC_row .step_typeC_num::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 80px 0 80px;
  z-index: 1;
}
.step_typeC_row:first-child .step_typeC_num::before {
  border-color: #5eb9f3 transparent transparent transparent;
}
.step_typeC_row:nth-child(2) .step_typeC_num::before {
  border-color: #50a1f1 transparent transparent transparent;
}
.step_typeC_row:last-child .step_typeC_num::before {
  display: none;
}
.step_typeC_txt {
  width: 100%;
  padding: 30px 20px;
  background: #f2f4f5;
}
/*------------------------------------
SNS btn
------------------------------------*/
.fb-share-button {
  vertical-align: bottom;
  margin-right: 5px;
}
.twitter-share-button {
  vertical-align: bottom;
  margin-right: 5px;
}
/*------------------------------------
Schedule list
------------------------------------*/
.skd_list {
  margin-left: 1em;
}
.skd_list li::after {
  content: "";
  display: block;
  clear: both;
}
.skd_list li span {
  float: left;
  display: block;
}
.skd_list li span.skd_date {
  width: 130px;
}
.skd_list li span.skd_cont {
  width: calc(100% - 130px);
}
/*------------------------------------
Anchor
------------------------------------*/
.anchor_wrap {
  padding-top: 20px;
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .anchor_wrap {
    padding-top: 60px;
    margin-top: -60px;
  }
}
.anchor_a {
  font-weight: bold;
  color: #0952a1;
  text-decoration: none;
}
.anchor_a:hover {
  text-decoration: underline;
}
/*------------------------------------
Mediaquery
------------------------------------*/
@media screen and (max-width: 768px) {
  .step_typeC_num {
    padding: 10px;
    font-size: 1.6rem;
    width: 110px;
  }
  .step_typeC_row .step_typeC_num::before {
    border-width: 30px 55px 0 55px;
  }
  .step_typeC_row:nth-child(3) .step_typeC_num {
    padding: 10px 20px;
  }
  .step_typeC_row .box_col img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .breadcrumb_el>a:hover {
    text-decoration: underline;
  }
  .gridbox_bg:hover {
    border-color: transparent;
  }
  .gridbox_bg:hover .gridbox_inr {
    cursor: pointer;
  }
  .gridbox_list_el_bg_sm:hover {
    border-color: transparent;
  }
  .gridbox_list_el_bg_sm:hover .gridbox_list_el_inr_sm {
    cursor: pointer;
  }
  .grid_item_ss_bg:hover {
    border-color: transparent;
  }
  .grid_item_ss_bg:hover .grid_item_ss_inr {
    cursor: pointer;
  }
  .simple_grid.simple_grid_hover_bg .simple_grid_el:hover>a {
    text-decoration: none;
    opacity: 1;
    -webkit-transform: translate3d(-8px, -8px, 0);
    transform: translate3d(-8px, -8px, 0);
  }
  .simple_grid_el>a:hover {
    opacity: .7;
  }
  .simple_grid_lg_el>a:hover {
    opacity: .7;
  }
  .wide_grid.wide_grid_hover_bg .wide_grid_el:hover>a {
    text-decoration: none;
    opacity: 1;
    -webkit-transform: translate3d(-8px, -8px, 0);
    transform: translate3d(-8px, -8px, 0);
  }
  .report_list_el>a:hover {
    background-color: #f2f4f5;
    color: #333;
  }
  .report_list_el>a:hover .report_list_el_ttl>span {
    text-decoration: underline;
  }
  .linkbox_dft>a:hover {
    text-decoration: underline;
  }
  .external_link_dft:hover {
    text-decoration: underline;
  }
  .paging_list_dft li a:hover {
    text-decoration: underline;
    opacity: .7;
  }
  .pdf_link_dft:hover {
    text-decoration: underline;
  }
  .link_btn_dft:hover {
    background-color: #f4f6f7;
  }
  .link_btn_dft.link_btn_dft_gd:hover {
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #4a64a0), color-stop(50%, #6a97cc), to(#a297d5));
    background: linear-gradient(to right, #4a64a0 1%, #6a97cc 50%, #a297d5 100%);
  }
  .link_btn_dft.link_btn_dft_gd:hover a {
    color: #fff;
  }
  .link_btn_dft.link_btn_dft_gd:hover .link_btn_dft_inr {
    background-image: url(/n_common/img/icon/icon_arrow_forward_white.png);
  }
  .link_btn_dft.link_btn_dft_blue:hover {
    opacity: .7;
  }
  .link_btn_simple_dft>a:hover, .link_btn_simple_dft>a:active {
    opacity: .7;
  }
  .link_btn_color_dft:hover {
    opacity: .7;
  }
  .left_menu_dft .left_menu_dft_el_inr.left_menu_dft_el_inr_no_link:hover span {
    text-decoration: none;
  }
  .left_menu_dft .left_menu_dft_el_inr:hover span {
    text-decoration: underline;
  }
  .img_has_link:hover {
    opacity: .7;
  }
  .icon_btn_dft:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .simple_grid_img {
    height: auto;
  }
  .simple_grid_img>img {
    display: block;
    width: 100%;
    height: auto;
  }
  .gridbox_list.small .gridbox_item {
    float: none;
    width: 100%;
    max-width: none;
    height: auto;
    margin-bottom: 20px;
  }
  .gridbox_list.small .gridbox_item:nth-child(even) {
    float: none;
    margin-left: 0;
  }  
  .gridbox_list.small_wide .gridbox_inr {
    min-height: initial;
    min-height: auto;
    padding: 15px;
    background-image: none;
  }
  .gridbox_list.small_wide .gridbox_ttl {
    margin-top: 5px;
    background-image: none;
    line-height: 1.6;
  }
  .left_menu_dft {
    margin-top: 60px;
  }
  .left_menu_dft li a {
    border: 0;
    background-position: right 10px top 23px;
  }
  .gridbox_item {
    float: none;
    width: 100%;
    max-width: none;
    height: auto;
    margin-bottom: 20px;
  }
  .gridbox_item:nth-child(even) {
    float: none;
    margin-left: 0;
  }
  .gridbox_inr {
    position: relative;
    padding: 20px;
    text-align: center;
  }
  .gridbox_ttl,
  .gridbox_list.small .gridbox_ttl {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 5px;
    padding: 0;
    text-align: center;
    font-size: 1.8rem;
    background: none;
  }
  .gridbox_icon,
  .gridbox_list.small .gridbox_icon  {
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
  }
  .panel_wrapper {
    display: block;
    margin-top: 10px;
  }
  .point_panel {
    display: block;
    width: 100%;
    margin: 2% 0 0 0;
  }
  .panel_inr {
    padding: 10px;
  }
  .panel_point_txt {
    font-size: 16px;
  }
  .page_ttl.page_ttl_long .page_ttl_el {
    font-size: 1.8rem;
    line-height: 2.8rem;
    letter-spacing: 0;
  }
  .page_ttl.page_ttl_long .page_ttl_el_inr_sub {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .wide_grid_img {
    float: none;
    display: block;
    width: 100%;
    max-width: none;
  }
  .wide_grid_cont {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    padding: 20px;
  }
  .link_btn_2col {
    display: block;
  }
  .link_btn_2col >li {
    width: 100%;
    margin-top: 5%;
  }
  .link_btn_2col .link_btn, .link_btn_3col .link_btn {
    height: auto;
  }
  .link_btn_2col .link_btn > .inr,
  .link_btn_3col .link_btn > .inr {
    padding: 1em 30px 1em 15px;
  }
  a.tel_link, a[href^="tel:"] {
    color: #0952a1;
    text-decoration: underline;
  }
  .page_ttl.page_ttl_sp_sm .page_ttl_el {
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 0;
  }
  .page_ttl_inr {
    max-width: none;
    width: 100%;
    padding: 0 15px;
  }
  .page_ttl_el {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
  .page_ttl .ttl {
    line-height: 1;
    letter-spacing: normal;
    font-size: 2.8rem;
    padding: 5px 0 15px 0px;
  }
  .page_ttl_el_inr_sub {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .breadcrumb .breadcrumb_inr {
    width: 100%;
    padding: 10px 16px;
    height: auto;
    line-height: 1.5;
  }
  .breadcrumb_el {
    line-height: 1.5;
    font-size: 1.0rem;
  }
  .ttl_short_bd_el {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  .img_box.img_box_center img {
    width: 100%;
  }
  .sentence.sentence_center.sentence_center_sp_left {
    text-align: left;
  }
  .sentence.sentence_btw {
    line-height: 2.4rem;
  }
  .float_box_left {
    float: none;
  }
  .float_box_left.float_box_left_sp_center {
    text-align: center;
  }
  .float_box_right {
    float: none;
    margin-left: 0;
  }
  .float_box.float_box_half .float_box_left {
    width: 100%;
  }
  .float_box.float_box_half .float_box_right {
    width: 100%;
    margin-left: 0;
  }
  .simple_grid_el {
    width: 100%;
    height: auto;
    margin: 0 0 7% !important;
  }
  .simple_grid_cont {
    height: auto;
  }
  .content_ttl {
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 1.7;
  }
  .content_ttl.fsS {
    font-size: 2rem;
    line-height: 1.7;
  }
  .line > .ttl {
    padding-left: 10px;
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .content_ttl_line > .content_ttl.content_ttl_el_sm {
    padding-left: 10px;
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .content_ttl.content_ttl_md .content_ttl_el {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .content_ttl_el {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .sentence_strong_blue {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .content_sub_ttl {
    margin-bottom: 20px;
  }
  .content_sub_ttl.content_sub_ttl_line .content_sub_ttl_el {
    padding-left: 10px;
  }
  .content_sub_ttl_el {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .vt_border_box {
    padding: 20px 0;
  }
  .info_list_dft_el_ttl_lg {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .info_list_dft_el_ttl_sub {
    font-size: 1.6rem;
  }
  .gridbox_item {
    margin-bottom: 20px;
  }
  .gridbox_inr {
    padding: 15px;
    text-align: left;
  }
  .gridbox_ttl {
    margin-top: 20px;
    text-align: center;
  }
  .gridbox_list_ttl_el {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .gridbox_list_ttl_el.sgl_line {
    padding-top: 0;
  }
  .gridbox_txt {
    height: auto;
  }
  .gridbox_txt p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .gridbox_txt br {
    display: none;
  }
  .gridbox_list_el_inr_sm {
    padding: 16px;
    position: relative;
  }
  .gridbox_list_icon_area_sm {
    display: block;
    height: auto;
    width: 100%;
    text-align: center;
  }
  .gridbox_list_ttl_sm {
    display: block;
    height: auto;
    box-sizing: border-box;
    margin-top: 20px;
    background: none;
    text-align: center;
  }
  .gridbox_list_ttl_el_sm {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .gridbox_list_disc_sm {
    height: auto;
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .grid_item_ss {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 0;
  }
  .grid_item_ss_inr {
    padding: 16px 16px;
  }
  .grid_item_ss_icon {
    text-align: center;
  }
  .item_ttl_ss {
    width: 100%;
    padding-left: 20px;
  }
  .simple_grid_lg_el {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .simple_grid_lg_cont_ttl {
    background-image: none;
  }
  .simple_grid_lg_cont_ttl_el {
    padding-right: 0;
  }
  .simple_grid_lg_img {
    height: auto;
  }
  .simple_grid_lg_cont {
    height: auto;
    padding: 15px;
  }
  .report_list_el>a {
    padding: 20px 0;
  }
  .category_label_group_wrapper {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .category_label_group_wrapper::after {
    display: block;
    clear: both;
    content: "";
  }
  .wide_grid .wide_grid_el {
    margin-top: 15px;
  }
  .wide_grid_cont_ttl {
    font-size: 2rem;
  }
  .wide_grid_cont {
    background-image: none;
  }
  .wide_grid_cont_stc {
    padding-right: 0;
  }
  .wide_grid_cont_stc br {
    display: none;
  }
  .table_dft.table_dft_full th, .table_dft.table_dft_full td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-top: -1px;
    padding: 15px;
  }
  .grid_item_ss_ibox>span.gridbox_list_icon_challenge {
    margin-left: 0;
  }
  .info_content_dft_cardbox_bottom {
    padding: 15px;
  }
  .content_ttl.content_ttl_with_icon .content_ttl_el>span {
    background-size: contain;
  }
  .report .category_label.category_label_no_hover {
    width: 49%;
    margin: 0;
    font-size: 1.2rem;
  }
  /* サイバーパネル・レポート限定対応 */
  .report .category_label.cyberpanel_report {
    font-size: 1rem;
  }
  .report .category_label.category_label_no_hover:nth-child(2n) {
    margin-left: 2%;
  }
  .report .category_label.category_label_no_hover:nth-child(n+3) {
    margin-top: 10px;
  }
  .skd_list li span {
    float: none;
  }
  .skd_list li span.skd_date {
    margin-top: 16px;
  }
  .skd_list li span.skd_cont {
    width: 100%;
  }
}
/*-- [/Mediaquery] --*/